@charset "utf-8";
body{
	background-color:#f6f6f6;
}
textarea{outline: none;}
.error {
    color: #ff0000;
    font-size: 1.2em;
}
#page{
	width:100%;
	min-width:1000px;
	height:68px;
	float:left;
	padding-top:2px;
	background-color:#ffffff;
	border-top:#e5e5e5 1px solid;
	border-bottom:#e5e5e5 1px solid;
}
#page_main{
	max-width:1360px;
	margin:0 auto;
	padding:0 20px;
}
#page_menu{
	width:70%;
	height:68px;
	float:left;
}
#page_menu ul{
	width:100%;
	float:left;
}
#page_menu ul li{
	width:110px;
	float:left;
}
#page_menu ul li a{
	width:100%;
	height:66px;
	line-height:66px;
	float:left;
	padding-bottom:2px;
	text-align:center;
	font-size:1.3em;
	color:#555555;
}
#page_menu ul li:hover a{
	padding-bottom:0px;
	color:#254b9c;
	border-bottom:#254b9c 2px solid;
}
.page_menu_select a{
	padding-bottom:0px !important;
	color:#254b9c !important;
	border-bottom:#254b9c 2px solid !important;
}
#page_location{
	width:30%;
	height:68px;
	float:left;
}
#page_location ul{
	height:28px;
	line-height:28px;
	float:right;
	margin:20px 0px;
}
#page_location ul a {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 1.2em;
    color: #555555;
}
#page_location ul  a:hover{
	color:#254b9c;
}
#box{
	width:100%;
	min-width:1000px;
	float:left;
	background-image:url(../images/news_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#box_main{
	max-width:1360px;
	margin:0 auto;
	padding:0 20px;
}
#box_title{
	width:100%;
	float:left;
}
#box_title h2{
	width:100%;
	line-height:50px;
	float:left;
	text-align:center;
	font-size:3em;
	color:#ffffff;
	padding-top:30px;
}
#box_title p{
	width:100%;
	line-height:30px;
	float:left;
	text-align:center;
	font-size:1.2em;
	color:#ffffff;
	padding-bottom:20px;
}
#box_news{
	width:100%;
	float:left;
	margin-bottom:20px;
}
#box_news_left{
	width:49%;
	height:350px;
	float:left;
	margin-right:1%;
	position: relative;
}
#box_news_left:hover img{
	-moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);
}
#box_news_left_base{
	width:100%;
	height:350px;
	float:left;
	overflow: hidden;
}
#box_news_left_base img{
	width:100%;
	height:100%;
	transition: all 0.6s;
}
#box_news_left_info{
	width:100%;
	height:350px;
	float:left;
	position: absolute;
}
#box_news_left_info a{
	width:90%;
	float:left;
	margin:200px 5% 0px 5%;
	color:#ffffff;
}
#box_news_left_info h2{
	width:100%;
	float:left;
}
#box_news_left_info h2 span{
	width:100%;
	line-height:22px;
	float:left;
	font-size:13px;
	font-weight:lighter;
}
#box_news_left_info h2 strong{
	width:100%;
	line-height:35px;
	float:left;
	font-size:1.4em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#box_news_left_info p{
	width:100%;
	line-height:22px;
	float:left;
	font-size:1.1em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color:#ececec;
}
#box_news_right{
	width:50%;
	float:left;
}
#box_news_right_col{
	width:92%;
	float:left;
	margin-bottom:10px;
	padding:15px 5% 15px 3%;
	/*background-color:#eaeaea;*/
	background-color: #ffffff;
	position: relative;
	transition: all .3s ease;
}

#box_news_right_col a{
	color:#333333;
}
#box_news_right_col_left{
	width:13%;
	height:60px;
	float:left;
	text-align:center;
	border-right:#cccccc 1px solid;
	margin:10px 0;
	padding:0 1% 0 0 ;
}
#box_news_right_col_left span{
	width:100%;
	height:25px;
	line-height:25px;
	float:left;
	font-size:1.3em;
	text-align: right;
	margin-right:5px;
}
#box_news_right_col_left p{
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
	font-size:2em;
	font-weight: bold;
	text-align: right;
}
#box_news_right_col_right{
	width:83%;
	height:80px;
	float:left;
	margin-left:2%;
}
#box_news_right_col_right b{
	width:100%;
	height:34px;
	line-height:34px;
	float:left;
	font-size:1.5em;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	color:#000;
}
#box_news_right_col_right p{
	width:100%;
	height:44px;
	line-height:20px;
	float:left;
	font-size:1.2em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 700;
}
#box_news_right_col .li_line {
    width: 0;
    height: 5px;
    background: #254b9c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
#box_news_right_col:hover{
	box-shadow: -4px 2px 20px 1px rgba(0,0,0,0.5);
}
#box_news_right_col:hover .li_line{
	width:100%;
}
#banner{
	width:100%;
	min-width:1000px;
	height:450px;
	float:left;
}
#banner_main{
	width:100%;
	height:100%;
	position:relative;
	float:left;
	overflow: hidden;
	
}
#banner_main img{
	width:100%;
	height:100%;
}
#news{
	width:100%;
	min-width:1000px;
	float:left;
	margin-bottom:20px;
}
#news_content{
	width:100%;
	min-width:1000px;
	float:left;
	margin-top:20px;
}
#news_main{
	max-width:1360px;
	margin:0 auto;
	padding:0 20px;
}
#screen{
	width:100%;
	background-color: #ffffff;
	display: inline-block;
}
#screen_box{
	max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}
#news_shaixuan{
	width:96%;
	float:left;
	padding:20px 2% 10px 2%;
}
#news_shaixuan_title{
	min-width:8%;
	max-width:11%;
	float:left;
	margin-right:1%;
}
#news_shaixuan_title strong{
	line-height:40px;
	float:left;
	font-size:1.5em;
	color:#000;
}
#news_shaixuan_input{
	width:88%;
	float:left;
	line-height:40px;
}
#news_shaixuan_input .screen_item{
	line-height: 36px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-right: 25px;
}
#news_shaixuan_input .screen_item i{
	display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: sub;
    background: url(../images/product_select.png) no-repeat 0 0;
}
#news_shaixuan_input .screen_item a{
	color: #666;
}
#news_shaixuan_input .cur a{
    font-weight: bold;
    color: #00a1e9;
}
#news_shaixuan_input .cur i{
   background: url(../images/product_select_active.png) no-repeat 0 0;
}
#news_title{
	width:100%;
	float:left;
}
#news_title h2{
	width:100%;
	line-height:50px;
	float:left;
	text-align:center;
	font-size:3em;
	color:#555555;
	padding-top:30px;
}
#news_title p{
	width:100%;
	line-height:30px;
	float:left;
	text-align:center;
	font-size:1.2em;
	color:#555555;
	padding-bottom:20px;
}
#news_imgs{
	width:100%;
	float:left;
}
#news_imgs_col{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	background-color:#ffffff;
	transition: all .3s ease;
	position: relative;
}
.news_imgs_col_jianju{
	margin-right:0px !important;
}
#news_imgs_col_img{
	width:100%;
	height:280px;
	float:left;
	overflow: hidden;
}
#news_imgs_col_img img{
	width:100%; 
	height:100%;
	transition: all .8s ease 0s;
}
#news_imgs_col_info{
	width:100%;
	float:left;
}
#news_imgs_col a{
	color:#555555;
}
#news_imgs_col a:hover{
	color:#254b9c;
}
#news_imgs_col_info h2{
	width:90%;
	float:left;
	margin:10px 0px;
	padding:0px 5%;
	font-size:1.5em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#news_imgs_col_info p{
	width:90%;
	line-height:20px;
	float:left;
	padding:0px 5%;
	font-size:1.2em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#news_imgs_col_info span{
	width:90%;
	line-height:25px;
	float:left;
	padding:0px 5% 13px 5%;
	font-size:1.2em;
}
#news_imgs_col_info span i{
	float:right;
}
#news_imgs_col:hover{
	box-shadow: -4px 2px 20px 1px rgba(0,0,0,0.2);
}
#news_imgs_col:hover .li_line{
	width:100%;
}
#news_imgs_col:hover #news_imgs_col_img img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.video_back{
	background-color:#ffffff; 
	display: inline-block;
}
#news_shipin{
	width:100%;
	float:left;
}
#news_shipin_left{
	width:50%;
	float:left;
	position: relative;
}
#news_shipin_left:hover img{
	-moz-transform:scale(1.1,1.1); 
	-ms-transform:scale(1.1,1.1); 
	-o-transform:scale(1.1,1.1); 
	-webkit-transform:scale(1.1,1.1); 
	transform:scale(1.1,1.1);
}
#news_shipin_left:hover #news_shipin_left_info a{
	background-image: url(../images/box_about_left_base_a.png);
}
#news_shipin_left_base{
	width:100%;
	height:350px;
	float:left;
	overflow: hidden;
}

#news_shipin_left_base  img{
	width:100%;
	height:100%;
	transition: all 0.6s;
}
.videos{ 
	display:none; 
	border: 1px solid #080808;
	position:fixed; 
	left:50%; 
	top:50%; 
	margin-left:-320px; 
	margin-top:-210px; 
	z-index:100; 
	width:640px; 
	height:360px; 
}
.vclose { 
	position:absolute;
	right:1%; 
	top:1%; 
	border-radius:100%; 
	cursor: pointer; 
}
#news_shipin_left_info{
	width:100%;
	height:300px;
	float:left;
	position: absolute;
	bottom:0;
}
#news_shipin_left_info a{
	width:78%;
	height:76px;
	float:left;
	margin-top:200px;
	margin-left:20px;
	padding-left:70px;
	background-image:url(../images/box_about_left_base.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#ffffff;
}
#news_shipin_left_info h2{
	width:94%;
	height:40px;
	line-height:40px;
	float:left;
	padding:0px 3%;
	font-size:2em;
}
#news_shipin_left_info p{
	width:94%;
	height:30px;
	line-height:30px;
	float:left;
	padding:0px 3%;
	font-size:1.3em;
}
#news_shipin_right{
	width:50%;
	float:left;
}
#news_shipin_right a.btn{
	width:76px;
	height:76px;
	background-image:url(../images/box_about_left_base.png);
	background-position:left;
	background-repeat:no-repeat;
	position: absolute;
	left:38%;
	top:30%;
}
#news_shipin_right_col{
	width:100%;
	height:175px;
	float:left;
}
#news_shipin_right_col:hover img{
	-moz-transform:scale(1.1,1.1); 
	-ms-transform:scale(1.1,1.1); 
	-o-transform:scale(1.1,1.1); 
	-webkit-transform:scale(1.1,1.1); 
	transform:scale(1.1,1.1);
}
#news_shipin_right_col:hover #news_shipin_right_img a.btn{
	background-image: url(../images/box_about_left_base_a.png);
}
.news_shipin_right_top #news_shipin_right_info{
	background-color:#fafafa;
}
.news_shipin_right_top #news_shipin_right_info a{
	color:#555555;
}
.news_shipin_right_bottom #news_shipin_right_info{
	background-color:#343e47;
}
.news_shipin_right_bottom #news_shipin_right_info a{
	color:#ffffff;
}
#news_shipin_right_img{
	width:50%;
	height:175px;
	float:left;
	overflow: hidden;
	position: relative;
}
#news_shipin_right_img img{
	width:100%;
	height:100%;
	transition: all 0.6s;
}
#news_shipin_right_info{
	width:50%;
	height:175px;
	float:left;
}
#news_shipin_right_info a{
	width:90%;
	height:75px;
	float:left;
	padding:50px 5%;
}
#news_shipin_right_info h2{
	width:100%;
	height:45px;
	line-height:45px;
	float:left;
	font-size:2em;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
#news_shipin_right_info p{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
	font-size:1.2em;
}
#news_shipin_right_info p span{
	margin-right:5px;
}
#news_shipin_right_info p span i{
	font-size: 1.3em;
	font-weight: 100;
	margin-right:5px; 
}

#news_dongtai{
	width:100%;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
}
#news_dongtai_list{
	width:100%;
	float:left;
	margin-bottom:30px;
}
#news_dongtai_col{
	width:25%;
	float:left;
}
#news_dongtai_col a{
	color:#555555;
}
#news_dongtai_col a:hover{
	color: #254b9c;
}
#news_dongtai_col ul{
	width:90%;
	float:left;
	margin-right:5%;
	padding-left:5%;
	padding-bottom:6px;
	border-left:#cccccc 1px solid;
}
.news_dongtai_col_one ul{
	border-left:#cccccc 0px solid !important;
}
#news_dongtai_col ul b{
	width:100%;
	line-height:40px;
	float:left;
	font-size:1.6em;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
#news_dongtai_col ul p{
	width:100%;
	line-height:22px;
	float:left;
	font-size:1.1em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#news_dongtai_more{
	width:100%;
	float:left;
}
#news_dongtai_more ul{
	width:120px;
	margin:0 auto;
	background-color:#ffffff;
}
#news_dongtai_more ul a{
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
	text-align:center;
	color:#555555;
	font-size:1.2em;
	font-weight:bold;
	background-color:#cccccc;
}
#news_dongtai_more ul a span{
	float:right;
	padding-right:10px;
}
#news_list{
	width:100%;
	float:left;
	margin:20px 0px;
}
#news_list_col{
	width:100%;
	float:left;
	background-color:#ffffff;
	border-bottom:#eeeeee 1px solid;
}
#news_list_col:hover #news_list_col_img img{
	-moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);
}
#news_list_col a{
	color:#555555;
}
#news_list_col a:hover #news_list_col_info{
	color:#254b9c;
}
#news_list_col_time{
	width:11%;
	height:180px;
	float:left;
	text-align:center;
}
#news_list_col_time p{
	width:100%;
	height:80px;
	line-height:80px;
	float:left;
	margin-top:40px;
	font-size:5em;
	border-right:#eeeeee 1px solid;
}
#news_list_col a #news_list_col_time p{
	color:#234c9b;
}
#news_list_col_time span{
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	margin-bottom:40px;
	font-size:1.5em;
	border-right:#eeeeee 1px solid;
}
#news_list_col_info{
	width:57%;
	height:180px;
	float:left;
	margin-left:2%;
	margin-right:1%;
	transition: all .8s ease 0s;
}
#news_list_col_info h2{
	width:100%;
	line-height:30px;
	float:left;
	margin-top:30px;
	margin-bottom:10px;
	font-size:1.5em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#news_list_col_info p{
	width:100%;
	height:90px;
	line-height:22px;
	float:left;
	margin-bottom:34px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#news_list_col_img{
	
	width:270px;
	height:180px;
	float:right;
	overflow: hidden;
	margin: 10px;
}
#news_list_col_img img{
	width: 100%;
	height: 100%;
	transition: all .8s ease 0s;
}
#news_page{
	width:100%;
	float:left;
	color:#555555;
	font-size:1.2em;
}
#news_page a{
	color:#555555;
}
#news_page a.cur{
	color:#fff!important;
}
#news_page_left{
	width:40%;
	float:left;
	text-align:left;
}
#news_page_center{
	width:20%;
	float:left;
	text-align:center;
}
#news_page_center span{
	font-size:1.3em;
}
#news_page_right{
	width:40%;
	float:left;
	text-align:right;
}
#news_info{
	width:100%;
	float:left;
	background-color:#ffffff;
	margin:0px 0px 20px 0;
}
#news_info_title{
	width:90%;
	float:left;
	margin:40px 5% 20px 5%;
}
#news_info_title h2{
	width:100%;
	line-height:40px;
	float:left;
	text-align:center;
	font-size:3em;
}
#news_info_title p{
	width:100%;
	line-height:25px;
	float:left;
	margin:20px 0px 10px 0;
	text-align:center;
	font-size:1.1em;
}
#news_info_title p span{
	margin:5px 10px;
}
#news_info_title p span i{
	margin-right:5px;
	font-size:1.3em;
}
#news_info_title p span a{
	color: #666666;
}
#news_info_content{
	width:94%;
	float:left;
	line-height:30px;
	margin-bottom:20px;
	padding:10px 3%;
}
#news_info_content h2{
	width:100%;
	float:left;
	color:#555555;
	font-size:20px;
	line-height:40px;
	margin-top:10px;
}
#news_info_content center{
	width:100%;
	float:left;
	margin:10px 0px;
	text-align:center;
	color:#00aeff;
	font-size:18px;
	font-weight:bold;
}
#news_info_content img{
	max-width:100%;

}
.down_list span a{
	color:#00a1e9!important;
	font-size: 1.2em;
}
#news_info_content a{
	color:#555555;
}
#news_info_content a:hocer{
	color:#254b9c;
}

#news_info_fanye{
	width:100%;
	float:left;
	background-color:#ffffff;
}
#news_info_fanye a{
	color:#00a1e9;
}
#news_info_fanye_col{
	padding: 20px 0px;
	width:42%;
	float:left;
	line-height:50px;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	font-size:1.3em;
}
#news_info_fanye_col:hover b{
	color:#00a1e9;
}
#news_info_fanye_col p a{
	width:100%;
	float:left;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
#news_info_fanye_col p a b{
	font-size: 1.4em;
}
.news_info_fanye_prev{
	margin-left:2%;
}
.news_info_fanye_next{
	margin-right:2%;
}
#news_info_fanye a{
	color:#555555;
}
#news_info_fanye_keji_gs{
	width:6%;
	float:left;
	margin:0px 10px;
}
#news_info_fanye_keji_gs:hover i{
	color:#00a1e9;
}
#news_info_fanye_center{
	padding: 20px 0px;
	width:100%;
	height:50px;
	text-align:center;
	color:#cccccc;
	border-left:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
}
#news_info_fanye_center i{
	font-size:2.2em;
	margin-top:15px;
}
#news_tuwen{
	width:100%;
	float:left;
}
#news_tuwen{
	width:100%;
	float:left;
	margin:20px 0px;
}
#news_tuwen_col{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}
.news_tuwen_col_jianju{
	margin-right:0px !important;
}
#news_tuwen_col_base{
	width:100%;
	height:245px;
	float:left;
}
#news_tuwen_col_base_t{
	width:100%;
	height:245px;
	float:left;
	overflow: hidden;
}
#news_tuwen_col_base_t img{
	width:100%;
	height:100%;
}
#news_tuwen_col_base_a{
	width:100%;
	height:245px;
	float:left;
	margin-top:-245px;
	display:none;
	background:rgba(29,53,101,0.8);
	background-image:url(../images/news_tuwen_col_base_a.png);
	background-position:center;
	background-repeat:no-repeat;
}
#news_tuwen_col:hover #news_tuwen_col_base_a{
	display:block;
}
#news_tuwen_col_info{
	width:90%;
	float:left;
	padding:10px 5%;
	background-color:#efefef;
}
#news_tuwen_col a{
	color:#333333;
}
#news_tuwen_col_info p{
	width:100%;
	height:50px;
	line-height:25px;
	float:left;
	font-size:1.3em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#news_tuwen_col_info span{
	width:100%;
	height:25px;
	line-height:25px;
	float:left;
	font-size:1.0em;
}
#anli{
	width:100%;
	min-width:1000px;
	float:left;
}
#anli_main{
	max-width:1360px;
	margin:30px auto;
	padding:0 20px;
}
#anli_main .case_content{
	padding: 0 82px 0 0;
    position: relative;
}
#anli_imgs{
	width:100%;
	float:left;
	margin:20px 0px;
}
.anli_shaixuan{
	background-color:#ffffff;
}
#anli_imgs_col_info{
	width:100%;
	float:left;
}
#anli_imgs_col_info h2{
	width:90%;
	float:left;
	margin:10px 0px;
	padding:0px 5%;
	font-size:1.5em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#anli_imgs_col_info p{
	width:90%;
	float:left;
	padding:0px 5% 18px 5%;
}
#anli_imgs_col_info p span{
	line-height:22px;
	float:left;
	margin:2px;
	padding:3px 8px;
	font-size:1em;
	border:#cccccc 1px solid;
}
#news_imgs_col a #anli_imgs_col_info p span{
	color:#666;
}
#anli_imgs_col_info p i{
	line-height:30px;
	float:right;
	font-size:1.2em;
}
#news_imgs_col .li_line {
    width: 0;
    height: 5px;
    background: #254b9c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

#anli_content_menu{
	position: absolute;
    right: 0;
    top: 0;
    width: 55px;
	background-color:#ffffff;
}
.anli_content_menu_fixed{
	position: fixed;
}
#anli_content_menu ul{
	width:55px;
	float:left;
}
#anli_content_menu ul li{
	width:55px;
	height:55px;
	line-height:55px;
	float:left;
	text-align:center;
	font-size:1.8em;
}
#anli_content_menu ul li a{
	color:#cccccc;
}
#anli_content_menu ul li a:hover{
	color:#00a1e9;
}
#anli_content_fenlei{
	text-align: center;
    margin: 35px 13%;
}
#anli_content_fenlei ul{
	width:100%;
	float:left;
	margin-bottom:20px;
}
#anli_content_fenlei ul li{
	width: 48%;
    display: inline-block;
    font-size: 16px;
    color: #666;
    border: 1px solid #eee;
    margin: 0 5px;
}
#anli_content_fenlei ul li a{
	width:69%;
	height:20px;
	padding:10px 15%;
	color:#666666;
}
#anli_info_content{
	width:90%;
	float:left;
	line-height:30px;
	margin-bottom:20px;
	padding:10px 7% 10px 3%;
}
#anli_info_content h2{
	width:100%;
	float:left;
	color:#555555;
	font-size:20px;
	line-height:40px;
	margin-top:10px;
}
#anli_info_content center{
	width:100%;
	float:left;
	margin:10px 0px;
	text-align:center;
	color:#00aeff;
	font-size:18px;
	font-weight:bold;
}
#anli_info_content img{
	max-width:96%;
	margin:1%;
	padding:1%;
	float:left;
	border-radius:16px;
}
#anli_info_content p{
	width:100%;
	text-indent:2em;
	float:left;
	margin-bottom:10px;
}
#anli_info_content a{
	color:#555555;
}
#anli_info_content a:hocer{
	color:#254b9c;
}

#prod{
	width:100%;
	min-width:1000px;
	float:left;
}
#prod_main{
	max-width:1360px;
	margin:0 auto;
	padding:0 20px;
}

#prod_main .product_cate {
    background: url(../images/product_cate.jpg) no-repeat center;
    padding: 42px 50px 85px 90px;
    margin:10px 0; 
}
#prod_main .product_cate h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 55px;
    margin-bottom: 20px;
}
#prod_main .product_cate li {
    float: left;
    width: auto;
    margin-right: 2%;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    position: relative;
    padding-left: 3%;
    cursor: pointer;
}
#prod_main .product_cate li i {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/product_select.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
#prod_main .product_cate li.cur i {
    background: url(../images/product_select_active.png) no-repeat center;
}
#prod_main .product_cate li a{
	color: #fff;
}
#prod_label_col{
	width:50%;
	height:360px;
	float:left;
	margin-top:30px;
	position: relative;
}
#prod_label_col:hover .img{
    -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);
}
#prod_label_col a .img{
	width:100%;
	height: 100%;
	transition: all 0.6s;
}
#prod_label_col a{
	color:#254b9c;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
}
#prod_label_col a p{
	color:#666666;
}
#prod_label_col_content{
	width:36%;
	height:360px;
	float:left;
	margin-left:5%;
	position: absolute;
	bottom:0;
	top:0;
}

#prod_label_col_content p{
	width:100%;
	height:45px;
	line-height:45px;
	float:left;
	margin-top:115px;
	font-weight: bold;
}
#prod_label_col_content p strong{
	float:left;
	font-size:1.8em;
}
#prod_label_col_content p strong img{
	float:left;
	width: 45px;
	height: 45px;
	margin:-3px 5px 0 0;
}

#prod_label_col_content h2{
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	font-size:2em;
}
#prod_label_col_content span{
	width:100%;
	height:50px;
	float:left;
}
#prod_label_col_content span i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	margin:20px 0px;
	font-size:1.5em;
	border:#cccccc 1px solid;
}

#prod_menu{
	width:100%;
	float:left;
	margin-top:20px;
}
#prod_menu_col{
	width:25%;
	height:78px;
	float:left;
	background-position:right;
	background-repeat:no-repeat;
	background-size:auto 100%;
}
.prod_menu_col_y{
	background-image:url(../images/prod_menu_col_y.jpg);
}
.prod_menu_col_b{
	background-image:url(../images/prod_menu_col_b.jpg);
}
#prod_menu_col a{
	width:90%;
	float:left;
	padding:0px 2% 0px 8%;
	color:#ffffff;
}
#prod_menu_col p{
	width:100%;
	height:24px;
	line-height:24px;
	float:left;
	margin-top:10px;
	font-size:1.3em;
}
#prod_menu_col h2{
	width:100%;
	height:34px;
	line-height:34px;
	margin-bottom:10px;
	float:left;
}
#prod_title{
	width:100%;
	float:left;
	margin:15px 0px;
}
#prod_title h2{
	width:100%;
	float:left;
	border-bottom:#254b9c 1px solid;
}
#prod_title h2 strong{
	height:30px;
	line-height:30px;
	float:left;
	margin:10px 0px;
	padding-left:10px;
	font-size:1.5em;
	border-left:#254b9c 3px solid;
}
#prod_title h2 span{
	height:20px;
	line-height:20px;
	float:right;
	margin:15px 0px;
	font-size:14px;
	font-weight:lighter;
}
#prod_title h2 span a{
	float:left;
	margin-right:5px;
	padding-right:5px;
	color:#666666;
	border-right:#cccccc 1px solid;
}
#prod_title h2 span a:hover{
	color:#254b9c;
}
.prod_title_h2_span{
	border-right:#cccccc 0px solid !important;
}
#prod_list{
	width:100%;
	float:left;
}
#prod_list_col{
	width:24%;
	float:left;
	margin-right:0.5%;
	margin-left:0.5%;
	margin-bottom:2%;
	background-color:#ffffff;
	position: relative;
	transition: all .3s ease;
	height: 530px;
}
#prod_list_col .li_line {
    width: 0;
    height: 5px;
    background: #254b9c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.prod_list_col_jianju{
	margin-right:0% !important;
}
#prod_list_col_img{
	width:295;
	height:295px;
	float:left;
	margin:0 5%;
	overflow: hidden;
}
@media (max-width:1300px){
	#prod_list_col_img{
		height:220px;
	}
}
@media (max-width:1080px){
	#prod_list_col_img{
		height:200px;
	}
}
#prod_list_col_img img{
	max-width:100%;
	max-height:100%;
	min-width: 295px;
	min-height: 295px;
	transition: all .8s ease 0s;
}
#prod_list_col_title{
	width:90%;
	float:left;
	margin:5px 5%;
	padding-bottom:5px;
	text-align:center;
	border-bottom:#cccccc 1px solid;
}
#prod_list_col_title h2{
	width:90%;
	height:30px;
	line-height:30px;
	float:left;
	padding:5px 5%;
	font-size:1.5em;
}
#prod_list_col_title p{
	width:100%;
	float:left;
	height:25px;
	line-height:25px;
	color:#00a3ea;
	font-size:1.2em;
	font-weight: 600;
}
#prod_list_col_info{
	width:100%;
	float:left;
	padding-bottom:13px;
}
#prod_list_col a{
	color:#555555;
}
#prod_list_col_info p{
	width:90%;
	line-height:20px;
	float:left;
	margin-bottom:5px;
	padding:0px 5%;
	font-size:1.2em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#prod_list_col_info span{
	width:90%;
	line-height:25px;
	float:left;
	padding:0px 5%;
	font-size:1.1em;
}
#prod_list_col_info span i{
	line-height:25px;
	float:right;
}
#prod_list_col:hover{
	box-shadow: -4px 2px 20px 1px rgba(0,0,0,0.2);
}
#prod_list_col:hover .li_line{
	width:100%;
}
#prod_list_col:hover #prod_list_col_img img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
#prod_imgs{
	width:100%;
	height:510px;
	float:left;
	margin:40px 0px;
}
#prod_imgs_base{
	width:50%;
	height:510px;
	float:left;
	background-color:#ffffff;
}
#prod_imgs_base_img{
	width:480px;
	height:480px;
	margin:15px auto;
}
#prod_imgs_base_img img{
	width:100%;
	height:100%;
}
#prod_imgs_info{
	width:35%;
	height:510px;
	float:left;
	margin-left:5%;
}
#prod_imgs_info_h2{
	width:100%;
	float:left;
	margin-top:5px;
	padding-bottom: 20px;
	border-bottom:#dddddd 1px solid;
	position: relative;
}
#prod_imgs_info_h2:after{
	content: "";
	position: absolute;
	border-bottom:#00a1e9 2px solid;
	width: 20%;
	left:0;
	bottom:0;
}
#prod_imgs_info_h2 h2{
	width:100%;
	height:60px;
	float:left;
	font-size:4.5em;
	color:#666666;
}
#prod_imgs_info_h2 h2 strong{
	height:60px;
	line-height:60px;
	float:left;
	font-weight: bold;
}
#prod_imgs_info_h2 h2 span{
	line-height:60px;
	float:left;
	margin-left:10px;
	margin-top:20px;
	font-size:14px;
}
#prod_imgs_info_h2 h2 span a{
	font-size:14px;
	color:#666666;
}
#prod_imgs_info_h2 h2 span a i{
	margin-right:5px;
}
#prod_imgs_info_h2 h2 span a:hover{
	color:#38b3ee;
}
#prod_imgs_info_h2 p{
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	font-size:1.5em;
	margin-bottom:10px;
}
#prod_imgs_info_p{
	width:100%;
	float:left;
	margin-top:10px;
}
#prod_imgs_info_p h5{
	width:100%;
	line-height:30px;
	float:left;
	margin-bottom:10px;
	font-size:1.2em;
	font-weight: 400;
    color:#666;
}
#prod_imgs_info_p p{
	width:100%;
	line-height:25px;
	float:left;
	font-size:1.2em;
}
#prod_imgs_info_p p a{
	color:#777777;
}
#prod_imgs_info_sub{
	width:100%;
	float:left;
	margin:20px 0px;
}
#prod_imgs_info_sub a{
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	color:#ffffff;
	font-size:1.5em;
}
#prod_imgs_info_sub_left{
	width:33%;
	float:left;
	background-color:#facd00;
}
#prod_imgs_info_sub_right{
	width:66%;
	float:left;
	margin-left:1%;
	background-color:#00a1e9;
}
#prod_col{
	position: relative;
    display: inline-block;
    padding-bottom: 50px;
    width:100%;
}
#prod_col_title{
	width:100%;
	float:left;
}
#prod_col_title strong{
	width:100%;
	height:60px;
	line-height:60px;
	float:left;
	margin:40px 0 30px 0;
	font-size:3em;
}
#prod_col_info{
	width:100%;
	float:left;
	line-height: 25px;
}
#prod_col_info p{
	width:100%;
	float:left;
}
#prod_col_info a{
	color:#555555;
}

.prod_col_info_selling:after{
	content: "";
	position: absolute;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	left:0;
	bottom:0;
}
#wrapper{
	width:100%;
	min-width:1000px;
	height:600px;
	float:left;
	background-color:#284e9f;
}
.wrapper_bg{
	background-image:url(../images/wrapper_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 100%;
	background-color:transparent!important; 
}
.wrapper_bg #wrapper_title_right{
	margin-top:40px;
}
#wrapper_main{
	max-width:1360px;
	margin:0 auto;
	padding:0 20px;
}
#wrapper_title{
	width:100%;
	float:left;
	margin-top:30px;
}
#wrapper_title_left{
	width:40%;
	float:left;
	margin:20px 0;
	color:#ffffff;
}
#wrapper_title_left h2{
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	font-size:3em;
}
#wrapper_title_left p{
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	font-size:3em;
	font-weight: bold;
}
#wrapper_title_right{
	float:right;
}
#wrapper_title_right_info{
	height:50px;
	float:left;
	color:#fff;
	text-align:right;
	font-size: 1.2em;
	line-height: 50px;
	margin-top:5px;
}
#wrapper_title_right_button{
	width: 100px;
	height:50px;
	float:right;
	position: relative;
}
#wrapper_title_right_button .swiper-button-next,#wrapper_title_right_button .swiper-button-prev{
	width:50%;
	height:50px;
	line-height:50px;
	float:left;
	overflow:hidden;
	color:#ffffff;
	font-size:2em;
	text-align:center;
	background-image:none !important; 
}
#wrapper_slide{
	width:100%;
	height:390px;
	float:left;
}
.swiper-container{width:100%;height:100%;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;background-color:#ffffff;}
#wrapper_slide .swiper-wrapper a{
	width:90%;
	height:350px;
	float:left;
	padding:20px 5%;
	color:#555555;
}

#wrapper_slide .swiper-wrapper a:hover{
	color: #254b9c;
}
#wrapper_slide .swiper-wrapper a:hover #wrapper_slide_base img{
	 -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);
}
#wrapper_slide_base{
	width:100%;
	height:260px;
	float:left;
	margin-bottom:10px;
	overflow: hidden;
}
#wrapper_slide_base img{
	width:100%;
	height:100%;
	transition: all 0.6s;
}
#wrapper_slide_info{
	width:100%;
	height:80px;
	float:left;
}
#wrapper_slide_info h2{
	width:100%;
	height:50px;
	line-height:25px;
	float:left;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#wrapper_slide_info p{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
	font-size:1.3em;
}
#service{
	width:100%;
	min-width:1000px;
	height:540px;
	float:left;
	background-image:url(../images/service.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#service_main{
	max-width:1360px;
	margin:0 auto;
	padding:0 20px;
}
#service_top{
	width:55%;
	float:left;
	margin-right:45%;
}
#service_top h2{
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	font-size:3em;
	color:#333333;
	margin-top:100px;
}
#service_top p{
	width:100%;
	line-height:30px;
	float:left;
	font-size:1.3em;
	margin-top:20px;
	color:#333;
}
#service_center{
	width:100%;
	float:left;
	margin-top:50px;
}
#service_center ul{
	width:100%;
	float:left;
}
#service_center ul li{
	width:100%;
	line-height:30px;
	float:left;
	font-size:1.5em;
}
#service_center ul li a{
	color:#018cd1;
}
#service_bottom{
	width:100%;
	float:left;
	margin-top:50px;
}
#service_bottom a{
	width:120px;
	height:30px;
	line-height:30px;
	float:left;
	font-size:1.3em;
	color:#666;
	text-align:center;
	padding:8px 30px;
	border:#666 1px solid;
	border-radius:6px;
}
#mail{
	width:100%;
	min-width:1000px;
	float:left;
	background-color:#ffffff;
}
#mail_main{
	max-width:1360px;
	margin:0 auto;
	padding:0 20px;
}
#mail_title{
	width:90%;
	float:left;
	margin:60px 5% 20px 5%;
	text-align:center;
}
#mail_title h2{
	width:100%;
	line-height:35px;
	float:left;
	font-size:3em;
}
#mail_title p{
	width:100%;
	line-height:23px;
	float:left;
	font-size:1.3em;
	margin-top:10px;
}
#mail_title p a{
	color:#38b3ee;
}
#mail_from{
	width:100%;
	float:left;
}
#mail_from_input{
	width:70%;
	margin:20px auto;
	position: relative;
	display: table;
}

#mail_from_input_col{
	width:40%;
	float:left;
	margin:0px 5% 20px 5%;
}
#mail_from_input_col p{
	width:100%;
	line-height:30px;
	float:left;
	font-size:1.3em;
}
#mail_from_input_col p span{
	color:#ff0000;
	float:right;
}
#mail_from_input_col input{
	width:90%;
	height:29px;
	line-height:29px;
	float:left;
	padding:7px 5%;
	color:#666666;
	font-size:1.2em;
	border:#cccccc 1px solid;
	margin-bottom:5px;
}
#mail_from_upload{
	border-top:#eeeeee 1px solid;
	padding-top:10px;
	width:70%;
	margin:10px auto;
	display: table;
}

#mail_from_upload_submit{
	width:100%;
	float:left;
	margin-bottom:50px;
}
#mail_from_upload_submit input{
	height:50px;
	line-height:50px;
	float:right;
	text-align:center;
	padding:0px 60px;
	background-color:#38b3ee;
	color:#ffffff;
	font-size:1.5em;
	border:0px;
	border-radius:6px;
}
#mail_from_upload_info input[type="checkbox"] {
	text-indent:0;
	margin: -4px 6px 0px 0px;
	width: 13px;
	height: 13px;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
	position: relative;
}
#mail_from_upload_info input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border:#cccccc 1px solid;
}
#mail_from_upload_info input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #00a1e7;
	color: #fff;
	position: absolute;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	border-color:#088ac3;
}
#detail{
	width:100%;
	min-width:1000px;
	height:68px;
	float:left;
	padding-top:2px;
	background-color:#ffffff;
	border-bottom:#e5e5e5 1px solid;
}
.detail_fixed{
    position: fixed;
    z-index: 999;
}
#detail_main{
	max-width:1360px;
	margin:0 auto;
	padding:0 20px;
}
#detail_menu{
	width:100%;
	height:68px;
	float:left;
}
#detail_menu ul{
	width:100%;
	float:left;
}
#detail_menu ul li{
	width:120px;
	float:left;
	margin-right:10px;
}
#detail_menu ul li a{
	width:100%;
	height:66px;
	line-height:66px;
	float:left;
	padding-bottom:2px;
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
	color:#555555;
	position: relative;
}
.detail_menu_select a{
	color:#00a1e9!important;
}
#detail_menu ul li:hover a{
	color:#00a1e9;
}
.detail_menu_select a:after{
	content: "";
	position: absolute;
	border-bottom:#00a1e9 5px solid;
	width: 100%;
	left:0;
	bottom:0;
}

.selection .tab{
	min-width: 800px;
}
.selection .tab .d1{
	width: 30%;
    float: left;
    margin-bottom: -1px;
}
.selection .tab .d2{
    width: 14%;
    float: left;
    margin-bottom: -1px;
}
.selection .tab .d3 {
    width: 56%;
    float: left;
    margin-bottom: -1px;
}
.selection .tab .d_body {
    border-top: 1px solid #dfdfdf;
    width: 100%;
    border-collapse: collapse;
}

.selection .tab .d_title {
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    background: #ededed;
}

.selection .tab .parameter {
    text-align: center;
    border: 1px solid #dfdfdf;
    border-top: 0;
    text-indent: 16px;
    height: 34px;
    line-height: 34px;
    color: #686868;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/******************分享*********************/

.share_box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}

.share_box .share_content {
    position: fixed;
    width: 580px;
    height: 380px;
    left: 50%;
    margin-left: -290px;
    top: 50%;
    margin-top: -190px;
    background: #fff;
    z-index: 2;
}
.share_box .share_content .share_div {
    padding: 55px 70px 50px;
}
.share_box .share_content .share_div h2{
    font-size: 20px;
    line-height: 26px;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
}
.share_box .share_content .share_div .close {
    width: 38px;
    height: 38px;
    background: url(../images/share_close.png) no-repeat center;
    position: absolute;
    top: 30px;
    right: 24px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.share_box .share_content .share_div .bdsharebuttonbox{
	text-align:center;
}
.share_box .share_content .share_div .bdsharebuttonbox a {
    font-size: 0;
    margin: 10px 21px;
    display: inline-block;
    position: relative;
    width: 54px;
    height: 54px;
}
.share_box .share_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/share_bg.png) center;
    z-index: 1;
}



















