﻿.banner img{
	width :100%;
	display : block;
}
.banner .banner_list{
	position: relative;
	height: 580px;
}
.banner .banner_list a{
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .banner_list .banner_text{
	position: absolute;
	max-width :1200px;
	width: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	padding-left: 56px;
	box-sizing: border-box;
}
.banner .banner_text h3{
	font-size :46px;
	color:#fff;
	position: relative;
	line-height :1;
	margin-bottom: 18px;
}
.banner .banner_text h3:before{
	content:"";
	display: block;
	position: absolute;
	width :42px;
	height :3px;
	background: #6a94f3;
	top: -54px;
	left: 2px;
}
.banner .banner_text h3 span{
	color:#6a94f3;
	margin-right: 38px;
}
.banner .banner_text p{
	font-size :20px;
	color:#fff;
	line-height :1;
}
.banner .slick-next:after{
	display: block;
	content: "";
	position: absolute;
	top:50%;
	left :50%;
	transform: translate(-50%,-50%);
}
.banner .slick-prev{
	left:26px;
	background-image:url(../images/index13.png);
	background-repeat: no-repeat;
	background-position: center center;
	transform:rotate(180deg);
}
.banner .slick-next{
	right:26px;
	background-image:url(../images/index13.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.banner .slick-prev, .banner .slick-next {
	height: 80px;
	width: 39px;
	margin-top: -40px;
	z-index: 10;
	background-color: #141314;
	border:1px solid #2c2b2b;
	border-radius: 3px;
}
.abstract{
	transform: translateY(-95px);
	-webkit-transform: translateY(-95px);
	-moz-transform: translateY(-95px);
	-ms-transform: translateY(-95px);
	-o-transform: translateY(-95px);
}
.martom_s{
	margin-top: -15px;
}
.abstract .abstract_list{
	width :33.333%;
	float : left;
	padding:55px 33px 40px 30px;
	box-sizing: border-box;
	height :245px;
}
.abstract .abstract_left{
	font-size :68px;
	color:#fff;
	width :140px;
	line-height :1;
	float : left;
	position: relative;
}
.abstract .abstract_left span{
	font-size :16px;
}
.abstract .abstract_right{
	float: right;
    width: 188px;
}
.abstract .abstract_right h4{
	font-size :20px;
	color:#fff;
	line-height :1;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight :normal;
}
.abstract .abstract_right p{
	color :#5a82dc;
	font-size :14px;
	padding-bottom: 18px;
	line-height :1;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #5a82dc;
}
.abstract .abstract_right .abstract_font{
	font-size :64px;
	color:#aac4ff;
}
.abstract .abstract_list1{
	background: #305dc3;
}
.abstract .abstract_list2{
	background: #2d57b6;
}
.abstract .abstract_list3{
	background: #294da0;
}
.abstract .abstract_list2 .abstract_left:after{
	content: "+";
    position: absolute;
    top: 4px;
    left: 120px;
    font-size: 20px;
}
.public_tit h3{
	font-size :33px;
	color:#333333;
	text-align: center;
	font-weight :normal;
	line-height :1;
	margin-bottom: 10px;
}
.public_tit p{
	font-size :18px;
	color:#aeaeae;
	text-align: center;
	margin-bottom: 13px;
}
.public_tit em{
	width :10px;
	height :10px;
	background: #305dc3;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.public_tit em:after{
	content:"";
	display: block;
	position: absolute;
	width :188px;
	height :1px;
	background: #e4e4e4;
	right:-204px;
	top:5px;
}
.public_tit em:before{
	content:"";
	display: block;
	position: absolute;
	width :188px;
	height :1px;
	background: #e4e4e4;
	left:-204px;
	top:5px;
}
.product{
	margin-top: 45px;
}
.product ul{
	font-size :0;
	text-align: center;
	margin-bottom: 60px;
}
.product ul li{
	font-size :18px;
	color:#333333;
	line-height :34px;
	color:#333;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	background: transparent;
	cursor: pointer;
}
.product ul li.active{
	background: #294da0;
	color:#fff;
}
.product ul li:after{
	content:"";
	display: block;
	height :13px;
	width :1px;
	background: #c3c3c3;
	position: absolute;
	right:-15px;
	top:10px;
}
.product ul li:last-child:after{
	display: none;
}
.product .productsImg{
	position: relative;
	width :100%;
	overflow: hidden;
}
.product .productsImg img{
	display: block;
	width :100%;
}
.product .products .productsImg p{
	position: absolute;
	bottom:-100%;
	left:50%;
	margin-left: -117px;
	color : #fff;
	text-align: center;
	height :42px;
	line-height :42px;
	width :234px;
	background: rgba(49,102,223,0.75);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.product .products{
	padding-bottom: 35px;
	background: #fff;
	width :32%;
	float : left;
	margin-bottom: 30px;
	display : block;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.product .products:not(:nth-child(3n+1)){
	margin-left:2%;
}
.product .products h3{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 22px;
	text-align: center;
	font-weight :normal;
	color:#333;
	line-height :1;
	margin-top: 34px;
	margin-bottom :24px;
}
.product .products p{
	padding-left: 14px;
	padding-right: 14px;
	font-size :14px;
	color:#898989;
	line-height :24px;
	max-height: 48px;
	overflow: hidden;
}
.product .products:hover{
	box-shadow: 0 10px 20px #ddd;
}
.product .products:hover .productsImg p{
	bottom:0;
}
.product_nore{
	text-align: center;
	font-size :0;
	margin-top: 40px;
}
.product_nore:hover a span{
	background: #f0f0f0;
}
.product_nore a span{
	background: #fff;
	font-size :16px;
	line-height :40px;
	text-align: center;
	color:#aeaeae;
	width :116px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 2px 10px #ccc;
}
.product_nore a em{
	font-size :20px;
	color:#fff;
	display: inline-block;
	text-align: center;
	line-height :40px;
	background: #294da0;
	width :44px;
	vertical-align: middle;
}
.inabout{
	height :502px;
	overflow: hidden;
}
.inabout ul{
	margin-top: 100px;
	text-align: center;
	font-size: 0;
}
.inabout ul li{
	width :25%;
	display: inline-block;
}
.inabout ul .Diamonds{
	width :106px;
	height :106px;
	background: #2f68c5;
	color:#fff;
	line-height :106px;
	text-align: center;
	font-size :40px;
	border-radius: 50%;
	border:1px solid #3d79d0;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}
.inabout ul h3{
	font-size :20px;
	color:#fff;
	line-height :1;
	text-align: center;
	font-weight :normal;
}
.inabout ul p{
	font-size :14px;
	color:#81a2d7;
	line-height :38px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.inabout_text{
	padding-bottom: 6%;
	width :81.66%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 10px 30px #f0f0f0;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 55px;
	padding-right: 45px;
	margin-bottom: 60px;
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
}
.inabout_text h2{
	font-size :33px;
	color:#333333;
	text-align: center;
	font-weight :normal;
	line-height :1;
	margin-top: 78px;
	margin-bottom: 5px;
}
.inabout_text h4{
	font-size :18px;
	color:#aeaeae;
	text-align: center;
	font-weight :normal;
	margin-bottom: 42px;
}
.inabout_text .inabout_textcon{
	max-height: 114px;
	overflow: hidden;
}
.inabout_text .inabout_textcon p{
	font-size :16px;
	color:#666666;
	line-height :38px;
	text-align: center;
}
.in_new{
	margin-top: 92px;
}
.in_new .in_newbox{
	width :46%;
	display : block;
}
.in_new .in_newbox img{
	width :100%;
	height :227px;
	display : block;
}
.in_new .in_newbox h5{
	font-size :18px;
	color:#b2b2b2;
	line-height :1;
	margin-top: 40px;
	margin-bottom: 16px;
	font-weight :normal;
}
.in_new .in_newbox h3{
	font-size :20px;
	color:#333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight :normal;
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.in_new .in_newbox h3:after{
	display: block;
	content:"";
	width :15px;
	height :1px;
	background: #294da0;
	position: absolute;
	bottom:0px;
	left:0;
}
.in_new .in_newbox p{
	font-size :16px;
	color:#999999;
	line-height :32px;
	max-height: 64px;
	overflow: hidden;
}
.inlist{
	display : block;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
	padding-left: 27px;
	padding-top: 44px;
	padding-bottom: 40px;
	margin-top: 45px;
}
.inlist h3{
	font-size :20px;
	color:#294da0;
	font-weight :normal;
	line-height :1;
	position: relative;
}
.inlist .inlistleft{
	width :70%;
}
.inlist h3:after{
	content: "";
	display: block;
	position: absolute;
	height :9px;
	width :9px;
	background: #294da0;
	border-radius: 50%;
	left: -24px;
	top:5px;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight :normal;
}
.inlist p{
	font-size :16px;
	color:#999999;
	line-height :1;
	margin-top: 25px;
}
.inlist .datain{
	width :154px;
	text-align: center;
}
.inlist .datain h4{
	font-size :26px;
	color:#b2b2b2;
	line-height :1;
	font-weight :normal;
}
.inlist .datain span{
	font-size :25px;
	color:#b2b2b2;
	margin-top: 26px;
	display: inline-block;
	line-height: 4px;
}
/*==============产品详情================*/
.inbanner img{
	display:block;
	width:100%;
}
.product_detail{
	margin-top:45px;
	margin-bottom:65px;
}
.product_detail .prodetail_left{
	width:23.33%;
	background: #fff;
}
.product_detail .prodetail_left_top{
	height:163px;
	background-color:#294da0;
	background-image:url(../images/product2.png);
	background-repeat:no-repeat;
	background-position:50px 30px;
	position:relative;
} 
.product_detail .prodetail_left_top h3{
	position:absolute;
	font-size: 26px;
	color:#fff;
	top:70px;
	left:88px;
	font-weight: normal;
	line-height: 1;
}
.product_detail .prodetail_left_top p{
	font-size: 12px;
	position:absolute;
	top:102px;
	left:88px;
	color:#fff;
	line-height: 1;
}
.product_detail .prodetail_left_list h4{
	font-size: 20px;
	color:#333333;
	line-height: 72px;
	border-bottom:1px solid #ebebeb;
	font-weight: normal;
	padding-right:25px;
	cursor:pointer;
	padding-left:37px;
}
.product_detail .prodetail_left_list h4 span{
	float:right;
	font-weight: bold;
	color:#afafaf;
}
.product_detail .prodetail_left_list ul{
	padding-top:14px;
	padding-bottom:14px;
	display:none;
}
.product_detail .prodetail_left_list li{
	font-size: 16px;
	color:#666666;
	line-height: 45px;
	padding-left:62px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product_detail .prodetail_left_list li a{
	display:block;
}
.product_detail .prodetail_left_list li:hover{
	color:#294da0;
}
.product_detail .prodetail_left_list h4.active{
	color:#294da0;
}
.product_detail .prodetail_right{
	width:75%;
	background:#fff;
}
.product_detail .prodetail_right_menu{
	padding-left:28px;
	border-bottom:1px solid #ededed;
	padding-right:30px;
}
.product_detail .prodetail_right_menu h3{
	float:left;
	line-height: 70px;
	font-weight: normal;
}
.product_detail .prodetail_right_menu p{
	float:right;
	color:#8a8a8a;
	line-height: 70px;
	font-size: 16px;
}
.product_detail .prodetail_right_menu p span{
	color:#333333;
}
.product_detail .prodetail_right_tit{
	padding-top:36px;
	padding-bottom:20px;
	border-bottom:1px solid #ededed;
}
.product_detail .prodetail_right_tit h4{
	font-size: 16px;
	color:#999999;
	line-height: 1;
	font-weight: normal;
	text-align:center;
}
.product_detail .prodetail_right_tit h4 span{
	margin-left:26px;
}
.product_detail .prodetail_right_tit h2{
	font-size: 27px;
	color:#333333;
	line-height: 1;
	font-weight: normal;
	text-align:center;
	margin-bottom:20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_detail .detailtext{
	margin-top:45px;
	padding-left:25px;
	padding-right:25px;
	box-sizing: border-box;
	padding-bottom:50px;
	border-bottom:1px solid #ededed;
}
.product_detail .detailtext p{
	color:#666666;
	font-size: 18px;
	line-height: 33px;
}
.product_detail .detailtext img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom: 30px;
}
.product_detail .tablebox{
	margin-top:30px;
	box-sizing: border-box;
}
.product_detail .prodetail_right .tablebox table{
	width:100%;
	margin-bottom:38px;
}
.product_detail .prodetail_right .tablebox table tr th{
	color:#fff;
	font-size: 16px;
	background:#294da0;
	font-weight: normal;
	
	height:82px;
}
.product_detail .prodetail_right .tablebox table tr th{
	border-right:1px solid #ededed;
}
.product_detail .prodetail_right .tablebox table td{
	text-align:center;
	color:#333333;
	font-size: 14px;
	height:65px;
	border-bottom:1px solid #ededed;
	position:relative;
}
.product_detail .prodetail_right .tablebox table tr td{
	border:1px solid #ededed;
}
.product_detail .prodetail_right .tablebox table tr td a{
	font-size: 26px;
	color:#3355a4;
}
.product_detail .prodetail_right .tablebox table tr td a.tz{
	font-size: 14px;
	color:#3355a4;
}
.product_detail .prodetail_right .tablebox table td img{
	position:absolute;
	height:95px;
	width:150px;
	border:1px solid #ededed;
	top: -14px;
    left: -152px;
    display:none;
}
.product_detail .prodetail_right .tablebox table tr:nth-child(odd){
	background:#e9f7fe;
}
.product_detail .prodetail_right .tablebox table tr:hover img{
	display:block;
}
.page{
	text-align:center;
	font-size: 0;
}
.page a{
	display:inline-block;
	color:#969696;
	font-size: 16px;
	vertical-align:middle;
	margin-right:20px;
	margin-left:20px;
}
.page a span{
	font-size: 30px;
	vertical-align:middle;
	margin-right:10px;
}
.page .next span{
	display:inline-block;
	transform:rotate(180deg);
}
.product_detail .detailtext_Rele{
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box;
	border-top: 1px solid #ededed;
	margin-top:30px;
	padding-top:38px;
	padding-bottom:22px;
}
.product_detail .detailtext_Rele a{
	display:block;
	float:left;
	width:272px;
}
.product_detail .detailtext_Rele a:not(:nth-child(3n+1)){
	margin-left:20px;
}
.product_detail .detailtext_Rele a p{
	color:#333333;
	font-size: 18px;
	line-height: 72px;
}
/*=========关于我们===========*/
.about .prodetail_left{
	background:transparent;
}
.about .prodetail_left_list a.active h4{
	color:#294da0;
} 
.about .more_duc{
	margin-top:20px;
}
.about .more_duc p{
	font-size: 20px;
	color:#333333;
	line-height: 70px;
	padding-left:16px;
	border-bottom:1px solid #ebebeb;
}
.about .more_duc p a{
	float:right;
	font-size: 15px;
	line-height: 70px;
	color:#afafaf;
	margin-right:10px;
}
.about .more_duc .more_ducimg{
	padding:10px;
	box-sizing: border-box;
}
.about .more_duc .more_ducimg img{
	width:260px;
	height:160px;
}
.prodetail_left_top,.prodetail_left_group,.more_duc,
.product_detail .prodetail_right_menu,
.product_detail .detailtext{
	background:#fff;
}
.about .contact h4{
	font-size: 20px;
	color:#333333;
	line-height: 70px;
	border-bottom:1px solid #ededed;
	padding-left:26px;
	font-weight: normal;
	background:#fff;
	margin-top:30px;
}
.about .prodetail_right{
	background:transparent;
}
.about .contact .contactcon{
	background: #fff;
	padding-bottom: 30px;
}
.about .contact .contactlist{
	width :406px;
	height :146px;
	border:1px solid #f4f4f4;
	float : left;
	margin-top: 26px;
	margin-left: 29px;
	padding-top: 40px;
	box-sizing: border-box;
}
.about .contact .contactlist .contactlist_img{
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	height :54px;
	width :54px;
	border:1px solid #cfcfcf;
	line-height :54px;
	font-size :26px;
	color:#555555;
	text-align: center;
	margin-left: 32px;
}
.about .contact .contactlist_text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
}
.about .contact .contactlist_text h6{
	font-weight :normal;
	font-size :20px;
	line-height :1;
	color:#555555;
	margin-bottom: 10px;
}
.about .contact .contactlist_text p{
	font-size :16px;
	color:#333333;
	line-height :1;
}
.about .map{
	width: 839px;
	height: 240px;
	border: 1px solid #e4e4e4;
	margin-left: 29px;
	margin-top: 30px;
	padding :8px;
	box-sizing: border-box;
}
.about .recruit{
	margin-top: 40px;
	background: #fff;
}
.about .recruit h4 {
	font-size: 20px;
	color: #333333;
	line-height: 70px;
	border-bottom: 1px solid #ededed;
	padding-left: 26px;
	font-weight: normal;
	background: #fff;
}
.about .recruit .recruitbox{
	padding: 26px;
	box-sizing: border-box;
}
.about .recruit .recruitbox .recruitlist{
	border :1px solid #f4f4f4;
	margin-bottom: 20px;
}
.about .recruit .recruitlist h3{
	font-size :20px;
	color:#333333;
	line-height :70px;
	cursor: pointer;
	font-weight :normal;
	background: url(../images/jia.png) no-repeat 97% center;
	padding-left:20px;
	box-sizing: border-box;
}
.about .recruit .recruitlist h3.active{
	font-size :20px;
	color:#333333;
	line-height :70px;
	cursor: pointer;
	font-weight :normal;
	background: url(../images/jian.png) no-repeat 97% center;
	padding-left:20px;
	box-sizing: border-box;
}
.about .recruit .recruitlist .recruitlist_text{
	padding: 5px 18px 10px;
	border-top :1px solid #f4f4f4;
	display : none;
}
.about .recruit .recruitlist .recruitlist_text p{
	color:#646464;
	font-size :16px;
	line-height :29px;
}
/*=======产品列表=========*/
.productbox{
	margin-top: 22px;
	border-bottom: 1px solid #ededed;
}
.productbox .pro_cenList{
	display : block;
	float: left;
	width :272px;
	margin-left: 20px;
	margin-bottom: 48px;
}
.productbox .pro_cenList img{
	display: block;
	width :272px;
	height :172px;
}
.productbox .pro_cenList p{
	font-size :18px;
	color:#333333;
	line-height :54px;
	border-bottom: 2px solid transparent;
}
.productbox .pro_cenList p span{
	float: right;
	font-size :18px;
	line-height :54px;
	color:transparent;
}
.productbox .pro_cenList:hover span{
	color:#294da0
}
.productbox .pro_cenList:hover p{
	border-bottom: 2px solid #294da0;
}
.list_page{
	text-align: center;
	font-size :0;
	margin-top: 54px;
	margin-bottom: 64px;
}
.list_page a{
	display: inline-block;
	font-size :18px;
	color:#3e3a39;
	border :1px solid #e5e5e5;
	width :35px;
	line-height :35px;
	margin-left: 9px;
	margin-right: 9px;
}
.list_page a.active{
	color:#fff;
	background: #294da0;
	border-color:#294da0;
}
.list_page .prev,
.list_page .next{
	width :76px;
}
.list_page a:hover{
	color:#fff;
	background: #294da0;
	border-color:#294da0;
}
/*=======新闻详情==========*/
.newde .prodetail_right{
	background: #fff;
	padding-bottom: 40px;
}
.newde .prodetail_right .new_text{
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 30px;
	padding-bottom: 55px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 34px;
}
.newde .prodetail_right .new_text p{
	font-size :18px;
	line-height :33px;
	color:#666666;
	text-indent: 2em;
}
.newde .prodetail_right .new_text img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/*========新闻列表===========*/
.new_group{
	padding: 20px;
	box-sizing: border-box;
}
.new_group .newlist{
	padding: 20px;
	box-sizing: border-box;
	width :852px;
	border :1px solid #ededed;
	height :188px;
	margin-bottom: 22px;
	display : block;
}
.new_group .newlist img{
	float: left;
	width :242px;
	height :150px;
}
.new_group .newlist .newlist_text{
	float: left;
	width :540px;
	margin-left: 25px;
}
.new_group .newlist .newlist_text h2{
	font-size :20px;
	color:#333333;
	line-height :1;
	margin-top: 16px;
	font-weight :normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new_group .newlist .newlist_text h6{
	font-size :16px;
	color:#999999;
	font-weight :normal;
	line-height :1;
	margin-top: 15px;
	margin-bottom: 15px;
}
.new_group .newlist .newlist_text h6 em{
	margin-left: 35px;
}
.new_group .newlist .newlist_text p{
	font-size :16px;
	color:#333333;
	line-height :22px;
	max-height: 44px;
	overflow: hidden;
}
.new_group .newlist:hover{
	border-color:#294da0;
}
.newde .list_page {
	margin-top: 40px;
	margin-bottom: 20px;
}
/*========产品详情===========*/
.proAcon{
	padding-top: 10px;
	margin-bottom: 20px;
}
.proAcon a{
	display: block;
	float : left;
	width :120px;
	height :30px;
	line-height :30px;
	margin-left: 20px;
	color:#333333;
	border-radius: 4px;
	background: #eaeef3;
	text-align: center;
	margin-top: 12px;
}
.proAcon a:hover{
	background: #5b7492;
	color:#fff;
}
.proAcon a.active{
	color:#fff;
	background: #5b7492;
}
.proH2{
	font-size :20px;
	color:#000000;
	line-height :56px;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	background: #e0e0e0;
	padding-left: 30px;
	font-weight :normal;
}
.proList{
	padding-bottom: 20px;
}
.proList h3{
	font-size :18px;
	color:#313131;
	line-height :64px;
	border-bottom:1px solid #ebebeb;
	padding-left: 30px;
	font-weight :normal;
}
.proList .proListtext{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 15px;
	box-sizing: border-box;
}
.proList .proListtext img{
	width :180px;
	height :130px;
	display: block;
	float: left;
}
.proList .proText{
	width :670px;
	float: right;
	box-sizing: border-box;
}
.proList .proText dl{
	position: relative;
	padding-left: 88px;
	box-sizing: border-box;
}
.proList .proText dl dt{
	position: absolute;
	left:0;
	line-height :40px;
	width :88px;
	text-align: right;
	font-size :18px;
	color:#666666;
	font-weight :normal;
}
.proList .proText dl dd{
	line-height :40px;
	color:#666666;
	font-size :18px;
}
.proList h4{
	font-size :20px;
	font-weight :bold;
	color:#666666;
	line-height :76px;
	margin-top: 30px;
}
.proList .proh4_list{
	padding-left: 60px;
	box-sizing: border-box;
	padding-left: 60px
}
.proList .proh4_list dl{
	position: relative;
	padding-left: 130px;
	min-height:46px;
}
.proList .proh4_list dl dt{
	line-height :46px;
	font-size :18px;
	color:#666666;
	position: absolute;
	width :120px;
	left:0;
}
.proList .proh4_list dl dd{
	line-height :46px;
	font-size :18px;
	color:#666666;
}
.proList .proh4_list dl dd a{
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	display: inline-block;
	line-height :46px;
}
.proList .proh4_list dl dd a:hover{
	color:#e30020;
}
.proList .proh4_list dl dd a:not(:last-child):after{
	content:"/";
	display: block;
	position: absolute;
	right:-6px;
	line-height :46px;
	font-size :18px;
	top:0;
	color:#666666!important;
}
.proPage{
	padding-left: 60px;
	color:#666666;
	font-size :17px;
	border-top: 1px solid #ebebeb;
	padding-top:30px;
	padding-bottom: 45px;
}
.proPage a{
	margin-right: 14px;
}
.proPage select{
	width :36px;
	height :17px;
	padding-left: 6px;
	border: 1px solid #bfbfbf;
	background: url(../images/select.png) no-repeat 25px center;
}

/*=========金升阳系列==========*/
.product_detail .detailtext .detailtextleft{
	width :628px;
	float : left;
}
.product_detail .detailtext .detailtextleft h5{
	font-size :20px;
	color:#294da0;
	line-height :44px;
}
.product_detail .detailtext .jsy_delImg{
	width :150px;
	height :124px;
	display: block;
	float: right;
	margin :0;
	margin-top: 16px;
}
/*=========金生阳列表===========*/
.prodetail_right .jsy_a{
	padding-top: 9px;
	padding-bottom: 21px;
	border-bottom: 1px solid #ededed;
	padding-left: 20px;
	padding-right: 20px;
}
.prodetail_right .jsy_a a{
	display: block;
	width :155px;
	line-height :30px;
	background: #eaeef3;
	color:#666666;
	text-align: center;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 3px;
	margin-top: 12px;
	font-size :16px;
}
.jsy_page{
	border-top: 1px solid #ebebeb;
	padding-right: 30px;
}
.jsy_page .proPage{
	border-top: none;
}
/*========中石产品============*/
.zs_h3{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ededed;
}
.zs_h3 h2{
	font-size :27px;
	color:#333333;
	font-weight :normal;
	border-bottom: 1px solid #ededed;
	line-height :56px;
	margin-bottom: 20px;
}
.zs_h3 h2 span{
	display: inline-block;
	border-bottom: 2px solid #294da0;
}
.zs_h3 .zs_text p{
	color:#666666;
	font-size :18px;
	line-height :33px;
}
.zs_h3 .zs_text img{
	max-width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.zscon{
	margin-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
}
.zscon h3{
	color:#555555;
	font-size :22px;
	line-height :45px;
	border-bottom: 1px solid #f0f1f3;
}
.zscon h3 span{
	display: inline-block;
	border-bottom:1px solid #3053a3;
}
.zscon .zs_listcon li{
	color:#333333;
	font-size :18px;
	line-height :60px;
	background: #f6f6f6;
	position: relative;
	box-sizing: border-box;
	padding-left: 44px;
	margin-bottom: 2px;
}
.zscon .zs_listcon li:after{
	content:"";
	display: block;
	height :7px;
	width :7px;
	background: #333333;
	border-radius: 50%;
	left:23px;
	top:50%;
	margin-top: -3px;
	position: absolute;
}
.zscon .zs_listcon{
	margin-bottom: 30px;
	margin-top: 25px;
}
.zscon .ly_tabel{
	width :100%;
	margin-top: 26px;
	margin-bottom: 26px;
}
.zscon .ly_tabel td{
	height :53px;
	text-indent: 20px;
	border:1px solid #f6f6f6;
}
.zscon .downPDF{
	margin-top: 36px;
	margin-bottom: 36px;
	text-align: center;
}
.zscon .downPDF a{
	color:#3053a3;
	font-size :18px;
	display: inline-block;
	line-height :36px;
}
.zscon .downPDF span{
	font-size :34px;
	margin-right: 16px;
	vertical-align: middle;
}




.product_detail .prodetail_left_list li.active {
    color: #294da0;
}









/*=========适配==========*/

.product ul li a
{
    display:block;
    padding-left: 26px;
	padding-right: 26px;
}
.product ul li a:hover {
    background: #294da0;
    color: #fff;
}



/*=============样本申请=============*/
.samplelist .prodetail_left .prodetail_left_list a{
	display:block;
	text-align: center;
}
.samplelist .prodetail_left .prodetail_left_list h4{
	padding:0;
	display:inline-block;
	padding-left: 70px;
	background: url(../images/sample2.png) no-repeat left center;
}
.samplelist .sampleright{
	background:#fff;
	padding-bottom: 40px;
}
.samplelist .sampleright h4{
	font-size: 20px;
	color:#333333;
	border-bottom: 1px solid #ededed;
	line-height: 70px;
	box-sizing: border-box;
	font-weight: normal;
	padding-left: 28px;
}
.samplelist .sampleright h4 span{
	padding-left: 30px;
	background:url(../images/sample1.png) no-repeat left center;
	background-size: auto 100%;
}
.samplelist .sampleright .sampler_tittext{
	background:#fafafa;
	padding-left: 29px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.samplelist .sampleright .sampler_tittext p{
	color:#858585;
	font-size: 14px;
	line-height: 21px;
}
.samplelist .sampleright .sample_table{
	width:690px;
	margin-left: 30px;
}
.samplelist .sampleright .sample_table th{
	background: #f0f0f0;
	border:1px solid #dddddd;
	height:46px;
	font-size: 14px;
	color:#4e4e4e;
	font-weight: normal;
	text-align: center;
}
.samplelist .sampleright .sample_table th:first-child{
	text-align: left;
	padding-left: 23px;
}
.samplelist .sampleright .sample_table td{
	border:1px solid #dddddd;
	height:46px;
	text-align: center;
}
.samplelist .sampleright .sample_table td:first-child{
	text-align: left;
	padding-left: 23px;
	height:46px;
}
.samplelist .sampleright .sample_table .sample_addbtn{
	width:46px;
	background:#294da0;
	cursor: pointer;
	border-color:#294da0;
	text-align: center;
}
.samplelist .sampleright td.sample_reducenum{
	width:45px;
	cursor: pointer;
	background: #f0f0f0;
}
.samplelist .sampleright td.sample_addnum{
	width:45px;
	cursor: pointer;
	background: #f0f0f0;
}
.samplelist .sampleright td.sample_close{
	width:45px;
	cursor: pointer;
}
.samplelist .sampleright td.zw_d{
	border:none;
	width:48px;
}
.samplelist .sampleright h5{
	color:#333333;
	font-size: 20px;
	line-height: 104px;
	padding-left: 30px;
	font-weight: normal;
	background:url(../images/sample6.png) no-repeat left center;
	margin-left: 29px;
}
.samplelist .sampleright .sample__input_group .sample_input_div{
	width:296px;
	float:left;
	margin-top: 10px;
	margin-left: 68px;
}
.samplelist .sampleright .sample__input_group .sample_input_div span{
	color:#ff3535;
	font-size: 14px;
	margin-right: 5px;
}
.samplelist .sampleright .sample__input_group .sample_input_div input{
	width:278px;
	height:36px;
	background:#f0f0f0;
	font-size: 14px;
	color:#737373;
	text-indent: 16px;
}
.samplelist .sampleright .sample__input_group .sample_input_div select{
    width: 278px;
    height: 36px;
    background: #f0f0f0;
    font-size: 14px;
    color: #737373;
    text-indent: 16px;
    border:none;
}
.samplelist .sampleright .Code_form{
	margin-left: 104px;
	margin-top: 18px;
	margin-bottom: 40px;
}
.samplelist .sampleright .Code_form span{
	font-size: 14px;
	color:#737373;
	display:inline-block;
	vertical-align: middle;
}
.samplelist .sampleright .sampler_tittext_form{
	width:730px;
	margin-top: 20px;
}
.samplelist .sampleright .sampler_tittext_form .sampler_form_btn{
	color:#fff;
	font-size: 14px;
	background: #294da0;
	width:80px;
	height:35px;
	display:block;
	text-align: center;
	line-height: 35px;
	float:right;
}
.samplelist .sampleright .sampler_tittext_form .sampler_form_btn:hover{
	background:#11317c;
}
.samplelist .sampleright .Code_form input{
	font-size: 14px;
	color:#737373;
	display:inline-block;
	vertical-align: middle;
	border:1px solid #dfdfdf;
	width:105px;
	height:36px;
	text-indent: 10px;
}
.samplelist .sampleright .Code_form .Code_img{
	border:1px solid #ededed;
	display:inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:78px;
	height:32px;
}
.icon-arrow-right:after{
	content:">";
	font-size16px;
}
.icon-arrow-left:after{
	content:"<";
	font-size16px;
}
.xh_num{
	text-align: center;
}


/*========2018-1-18=============*/
.mobile-topBj{
	height: 50px;
}
.nav-open,
.mobile-logo,
.nav-btn,
.nav .searchcon,
.mobile-topBj{
	display: none;
}

.page_div {font-size: 15px;color: #666666;box-sizing: border-box;text-align:right;width:100%;margin: 0 auto;}
/* 页数按钮样式 */
.page_div a {min-width: 30px;height: 28px;border: 1px solid #dce0e0!important;text-align: center;margin: 0 4px;cursor: pointer;line-height: 28px;color: #666666;font-size: 13px;display: inline-block;}
#firstPage,#lastPage {width: 50px;color: #0073A9;border: 1px solid #0073A9!important;}
#prePage,#nextPage {width: 70px;color: #0073A9;border: 1px solid #0073A9!important;}
.page_div .current {background-color: #0073A9;border-color: #0073A9;color: #FFFFFF;}
.totalPages {margin: 0 10px;}
.totalPages span,.totalSize span {color: #0073A9;margin: 0 5px;}
.inbanner{
	height: 256px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ser_resultbox{
	max-width: 1000px;
	margin-right:auto;
	margin-left: auto;
	background: #fff;
	padding: 30px;
	margin-bottom:30px;
}
.ser_result {
	font-size: 18px;
	color: #666666;
}
.ser_result span {
	color: #000000;
}
.ser_result em {
	color: #f00303;
}
.ser_result_group {
	margin-bottom: 36px;
}
.ser_result_group .ser_result_list {
	display: block;
	margin-top: 15px;
}
.ser_result_group .ser_result_list h3 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom:5px;
}
.ser_result_group .ser_result_list p{
	font-size: 12px;
}
.ser_result_group .ser_result_list:hover{
	text-decoration:underline;
	color:#294da0;
}
.ser_resultbox .list_page a{
	font-size: 14px;
	width: 26px;
	line-height: 26px;
	margin-left: 3px;
	margin-right: 3px;
}
.ser_resultbox .list_page .prev, .ser_resultbox .list_page .next {
	width: 76px;
}
.ser_resultbox .list_page {
	text-align: center;
	font-size: 0;
	margin-top: 0;
	margin-bottom: 0px;
}









