html{font-family: "microsoft yahei";padding: 0;margin: 0;}
body {
	font-family:  "microsoft yahei", Tahoma, Arial, Helvetica, sans-serif;
	word-break: break-all;
	word-wrap: break-word;
	background: #FFFFFF;
}
*{padding: 0;margin: 0;box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */ }
a{text-decoration: none; color:#000000;}
/*------------------public------------------*/
.clearfix {
 *zoom:1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
a:hover{color: ;}
.fl{float: left;}
.fr{float: right;}
.text-center{text-align: center;}
.w1200{min-width:1200px;margin:0 auto;}
.container{ width:1200px;/*padding:50px 0;*/margin:0 auto }
html {
	color: #000;
	background: #fff;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dd {
	margin: 0;
}
ul, ol, input {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	font-style: normal
}
b, th {
	font-weight: normal;
}
textarea {
	resize: none;
}
button, input, textarea {
	font-family: "microsoft yahei", Tahoma, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #fff;
}
input:focus, textarea:focus, button:focus {
	outline: none;
}
.pad{padding:50px 0;}
.p-t-0{padding-top: 0;}
.p-b-0{padding-bottom: 0;}
.p-l-0{padding-left: 0;}
.p-r-0{padding-right: 0;}
.overflow{overflow: hidden;}
.m-t-0{margin-top: 0!important;}
.m-r-0{margin-right: 0!important;}
.m-b-0{margin-bottom: 0!important;}
.m-l-0{margin-left: 0!important;}



.top{background:#ffffff;height:36px;border-top:4px solid #d22506;margin-bottom:10px;}
.top .top-r{font-size:14px;color:#FFFFFF;width:350px;text-align: center;}
.top .top-r {float:right;height:25px;line-height:25px; display: block;background:#d22506;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:0 10px;}
.top .top-r a{border-right:2px solid #FFFFFF;color:#FFFFFF;padding:0 20px;}
.top .top-r a:last-child{border-right:none;}

/*hader-action */
.hader{padding:12px 0;padding-bottom:20px; background:#ffffff;}
.hader .logo{ }
.hader .logo .logo-img{position: relative;float: left; /* width:647px;height:59px; */margin-right:15px;}
.hader .logo .logo-img img{width: 100%;height: 100%;}
.hader .logo .logo-js p:first-child{font-size:24px;color:#0656a9;font-weight: bold;}
.hader .logo .logo-js p:last-child{font-size:16px;}

.hader .rexian{margin: 6px 0;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.hader .rexian .tel-ico{width:39px;height:39px;margin-right:10px;}
.hader .rexian .tel-ico img{width: 100%;height: 100%;}
.hader .tel{color:#000000;}
.hader .tel p{font-size:30px;color:#d22506;font-weight:bold;line-height:25px;}
.hader .tel p:first-child{font-size:16px;color:#000000;font-weight:normal;}
/*导航-S*/
.dh {background:url(../images/dh-bg.png) repeat-x top center;}
.dh .contenter{position: relative;}
.dh .Xcon ul{clear:both;}
.dh .Xcon li{text-align: center;width:170px; position:relative;height:42px; line-height:42px;float:left;}  
.dh .Xcon li a{display: block;}
.dh .Xcon li a.menu{transition:all 0.5s; position: relative; font-size: 18px; color: #FFFFFF; transition:all 0.3s ease;}
.dh .Xcon li:hover a.menu{transition: all 0.5s; background:#c01f31;}
.dh .Xcon li a.menu.action{transition: all 0.5s; background:#c01f31;}
.dh .Xcon li .show{ background:#e53f21;margin-top:0px;width: 100%;box-shadow:0 0 5px rgba(0,0,0,0.5); position:absolute; left:0px; z-index:999;display:none; top:42px;}
.dh .Xcon li .show img{position: absolute;top:-14px;left:40%; }
.dh .Xcon li .show dl{ display:block;  float:left;width: 100%;}
.dh .Xcon li .show dl dd{ line-height:40px; padding:0 3px}
.dh .Xcon li .show dl dd a{ font-size:14px; color:#FFFFFF;}
.dh .Xcon li .show dl dd:hover {background: #c01f31;}
.dh .Xcon li .show dl dd:hover a{color:#FFFFFF;}
.dh .sousuo{float: right;width:175px;height:26px;border:1px solid #FFFFFF;border-radius:10px;padding:0 5px;margin:8px 0;background:transparent!important; display:none}
.dh .sousuo input:first-child{width:138px;border:none;background:transparent!important;color:#FFFFFF;}
.dh .sousuo input:last-child{background:url(../images/ss-butn.png) no-repeat center;width:14px;height:14px;border:none;text-indent: -99px;}
.dh .sousuo input::-webkit-input-placeholder {color: #FFFFFF;}
.dh .sousuo input::-moz-input-placeholder {color: #FFFFFF;}
.dh .sousuo input::-ms-input-placeholder {color: #FFFFFF;}
/*导航-E*/

/*banner-action*/
.banner {width: 100%;height: 100%;margin-left: auto;margin-right: auto;overflow: hidden;position: relative;}
.banner .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-button-next,.banner .swiper-button-prev{transition: all 0.5s; width:78px;height: 78px;left:285px; background:url(../images/lb-qh.png) no-repeat left center;}
.banner .swiper-button-next{ background:url(../images/lb-qh.png) no-repeat right center;left:auto;right:285px;}
.banner .swiper-pagination {bottom:50px!important;}
.banner .swiper-pagination span{transition: all 0.5s; width: 18px;height: 18px;border-radius:18px;margin:0 10px!important;background:#FFFFFF;opacity: 1;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{transition: all 0.5s; background:#d22506;width:60px;}
/*banner-over*/

/*热门关键词-action*/
.gjc{height:55px;line-height:55px;box-shadow:0px 6px 10px rgba(0,0,0,0.3);font-size:14px;color:#cf2203;}
.gjc a{color:#666666;margin:0 10px;}
/*热门关键词-over*/

/*产品中心-action*/
.index-products{padding:50px 0;background: url(../images/products-bg.jpg) no-repeat bottom center;}
.index-products .index-products-dh{width:240px;margin-right:30px;background:#f7f7f7;box-shadow: 0 0 10px rgba(0,0,0,0.2);float: left;}
.index-products .index-products-dh .index-products-dh-bt{width:100%;height:100px;overflow: hidden;}
.index-products .index-products-dh .index-products-dh-bt img{height:100%;max-width: 100%; display: block; margin: auto;}
.index-products .index-products-dh .index-products-dh-box{width:100%;margin:auto;}
.index-products .index-products-dh .index-products-dh-box a{transition: all 0.5s; display: block;border-bottom:1px solid #eeeeee;color:#333333;font-size:16px;width:100%;height:45px;line-height:45px;padding:0 10px;}
.index-products .index-products-dh .index-products-dh-box a:hover{transition: all 0.5s;background:#fa8f7d;}
.index-products .index-products-dh .products-tel{height:55px;line-height:55px;text-align: center;font-size:22px;color:#d22506;background:#FFFFFF;}
.index-products .index-products-dh .products-tel img{margin-right:5px;}

.index-products .index-products-box {float: left;width:930px;}
.products-qh{ width:100%;}
.products-qh .hd{position:relative;background:url(../images/products-top-bg.png) repeat center;height:45px;line-height:45px;padding-right:20px;}
.products-qh .hd ul{float:left;  position:absolute;}
.products-qh .hd ul li{transition:all 0.5s;  float:left;cursor:pointer;background:url(../images/products-top-li.png) repeat center;width:114px;height:45px;text-align: center;margin-right:10px;}
.products-qh .hd ul li.on{transition:all 0.5s; background:url(../images/products-top-li-on.png) repeat center;color:#FFFFFF;}
.products-qh .hd a{display: block;float: right;}
.products-qh .bd ul{zoom:1;  }
.products-qh .bd li .products-div{float:left;width:296px;background:#eeeeee;margin:20px 10px;}
.products-qh .bd li .products-div:first-child,
.products-qh .bd li .products-div:nth-child(4){margin-left:0;}
.products-qh .bd li .products-div:nth-child(3),
.products-qh .bd li .products-div:last-child{margin-right:0;}
.products-qh .bd li .products-div .products-img{transition: all 0.5s; width:100%;height:218px;overflow: hidden;box-shadow: 0 0 5px rgba(0,0,0,0.2);background:#FFFFFF;}
.products-qh .bd li .products-div .products-img img{transition: all 0.5s; height:100%;max-width: 100%; display: block; margin: auto;}
.products-qh .bd li .products-div:hover .products-img img{transition: all 0.5s;transform:scale(1.1); }
.products-qh .bd li .products-div .products-js {padding:10px;}
.products-qh .bd li .products-div .products-js p{font-size:16px;color:#666666;text-align: center;margin:10px 0;}
.products-qh .bd li .products-div .products-js p a{display: inline-block;margin:0 10px;border-radius:5px;color:#FFFFFF;font-size:12px;width:84px;height:25px;line-height:25px;}
.products-qh .bd li .products-div .products-js p a:first-child{background:#d22506;}
.products-qh .bd li .products-div .products-js p a:last-child{background:#e14d32;}
/*产品中心-over*/


/*走名牌之路，建百年中科聚峰-action*/
.mpzl{height:216px;overflow: hidden;background:url(../images/mpzl-bg.jpg) no-repeat top center;}
.mpzl .mpzl-zx{float:right;text-align:right;margin:40px 0;margin-right:0%;}
.mpzl .mpzl-zx p{font-size:40px;color:#FFFFFF;margin-bottom:10px;}
.mpzl .mpzl-zx a{font-size:26px; display:inline-block;width:184px;height:49px;overflow: hidden;text-align: center;background:#d22506;color:#FFFFFF;border-radius:10px;line-height:49px;}
/*走名牌之路，建百年中科聚峰-over*/

/*品质至上-action*/
.pinzhi{padding-top:55px;height:845px;background: url(../images/pinzhi-bg.jpg) no-repeat bottom center;}
.pinzhi .pinzhi-bt{text-align: center;margin-bottom:40px;}
.pinzhi .pinzhi-bt  h2 p:first-child{font-size: 38px;font-weight: lighter; color:#00456b;margin-bottom:50px;}
.pinzhi .pinzhi-bt h2 p:first-child span{font-weight: bold;color:#000000;}
.pinzhi .pinzhi-bt h3 p:last-child{font-size: 18px;font-weight: bold;}
.pinzhi .pinzhi-center .pinzhi-center-l{width:430px;padding:0 30px;}
.pinzhi .pinzhi-center .pinzhi-center-l .pinzhi-left-div{width:100%;margin-bottom: 125px;}
.pinzhi .pinzhi-center .pinzhi-center-l .pinzhi-left-div .pinzhi-xh{width: 60px;height:100%;margin-right: 10px; font-size: 48px;font-weight: bold;color:#d22506;text-align: center;}
.pinzhi .pinzhi-center .pinzhi-center-l .pinzhi-left-div .pinzhi-js {width: 300px;}
.pinzhi .pinzhi-center .pinzhi-center-l .pinzhi-left-div .pinzhi-js p:first-child{font-size: 18px;font-weight:bold;margin-bottom:10px;}
.pinzhi .pinzhi-center .pinzhi-center-l .pinzhi-left-div .pinzhi-js p:last-child{font-size: 14px;color:#666666;}
.pinzhi .pinzhi-center .pinzhi-center-l .pinzhi-left-div:nth-child(2) {margin-bottom:80px;}
.pinzhi .pinzhi-center .pinzhi-center-l .pinzhi-left-div:nth-child(2) .pinzhi-js{width: 250px;}
.pinzhi .pinzhi-center .pinzhi-center-r{width:390px;padding:0 10px;}
.pinzhi .pinzhi-center .pinzhi-center-r .pinzhi-left-div{width:100%;margin-bottom: 125px;}
.pinzhi .pinzhi-center .pinzhi-center-r .pinzhi-left-div .pinzhi-xh{width: 60px;height:100%;margin-right: 10px; font-size: 48px;font-weight: bold;color:#d22506;text-align: center;}
.pinzhi .pinzhi-center .pinzhi-center-r .pinzhi-left-div .pinzhi-js {width: 300px;}
.pinzhi .pinzhi-center .pinzhi-center-r .pinzhi-left-div .pinzhi-js p:first-child{font-size: 18px;font-weight:bold;margin-bottom:10px;}
.pinzhi .pinzhi-center .pinzhi-center-r .pinzhi-left-div .pinzhi-js p:last-child{font-size: 14px;color:#666666;}
.pinzhi .pinzhi-center .pinzhi-center-r .pinzhi-left-div:nth-child(2) {margin-left:50px;margin-bottom:125px;}
.pinzhi .pinzhi-center .pinzhi-center-r .pinzhi-left-div:nth-child(2) .pinzhi-js{width: 250px;}
/*品质至上-over*/

/*走进中科聚峰-action*/
.about{padding:60px 0;padding-bottom: 120px;background:url(../images/about-bottom.png) no-repeat bottom center;}
.about .about-bt{text-align: center;font-size:20px;color:#2a2a36;font-weight:bold;}
.about .about-box{margin-top:60px;transition: all 0.5s;transform:scale(1.1);position: relative;width:100%;height:524px;overflow: hidden;      text-align: justify;    line-height: 26px;             }
.about .about-box:hover img{transition: all 0.5s;transform:scale(1.1);}
.about .about-box img{transition: all 0.5s;max-width:100%;height:100%;display: block;margin:auto;}
.about .about-box .about-js{/* text-indent: 2em; */padding:40px 85px; position: absolute;bottom:0;width:100%;height:262px;background:rgba(1, 92, 165, 0.85);color:#FFFFFF;}
.about .about-box .about-js p{font-size:16px;text-indent: 2em;line-height:23px;}
/*走进中科聚峰-over*/

/*新闻资讯-action*/
.news{padding:70px 0;}
.news .news-bt{margin:auto;color:#333333;margin-bottom:45px;text-align: center;font-weight:bold;font-size:20px;}
.news .news-bt-l p:first-child{position:relative; font-size:30px;color:#333333;font-weight:bold;padding-left:46px;margin-bottom:10px;}
.news .news-bt-l p:first-child:before{position: absolute;content:"";width:25px;height:6px;background:#105b9c;left:0;top:18px;}
.news .news-bt-l p:last-child{font-size:14px;color:#d5d5d5;}

.news-qh{ width:100%;}
.news-qh .hd{height:50px;position:relative; }
.news-qh .hd ul{right:0px;top: -40px;position:absolute;}
.news-qh .hd ul li{font-size:16px;color:#666666;width:180px;text-align: center;border-radius:40px;border:1px solid #cacaca;margin-left:20px; height:40px;line-height:40px; float:left;cursor:pointer;  }
.news-qh .hd ul li.on{background:#c51700;color:#FFFFFF;border:1px solid #c51700;}
.news-qh .bd ul{}
.news-qh .bd li{}


.news .news-box .news-l{width:554px;float: left;}
.news .news-box .news-l .news-l-img{transition: all 0.5s; width:100%;height:362px;overflow:hidden;}
.news .news-box .news-l .news-l-img img{transition: all 0.5s; max-width:100%;height:100%;display: block;margin:auto;}
.news .news-box .news-l:hover .news-l-img img{transition: all 0.5s;transform: scale(1.1);}
.news .news-box .news-l .news-l-js{width:100%;height:80px;margin-top:20px;}
.news .news-box .news-l .news-l-js .news-l-date{width:90px;text-align: center;border-right:2px solid #e5e7e9;float: left;margin-right:9px;}
.news .news-box .news-l .news-l-js .news-l-date span{transition: all 0.5s;font-size:48px;font-weight:bold;color:#bcbcbc;}
.news .news-box .news-l .news-l-js .news-l-date p{transition: all 0.5s; font-size:18px;color:#bcbcbc;}
.news .news-box .news-l .news-l-js .news-l-nr{width:455px;float: left;}
.news .news-box .news-l .news-l-js .news-l-nr p:first-child{transition: all 0.5s;font-size:18px;color:#666666;margin-bottom:15px;}
.news .news-box .news-l .news-l-js .news-l-nr p:last-child{font-size:14px;color:#999999;line-height:25px;}
.news .news-box .news-l .news-l-js .news-l-nr p:first-child{font-size:18px;color:#666666;margin-bottom:15px;}
.news .news-box .news-l:hover .news-l-js .news-l-nr p:first-child{color:#c51700;}
.news .news-box .news-l:hover .news-l-date span{transition: all 0.5s;color:#c51700;}
.news .news-box .news-l:hover .news-l-date p{transition: all 0.5s; color:#c51700;}
.news .news-box .news-l:hover .news-l-js .news-l-nr p:first-child{transition: all 0.5s;color:#c51700;}
.news .news-box .news-l:hover .news-l-js .news-l-nr span{transition:all 0.5s;color:#c51700;}

.news .news-box .news-r{width:615px;float:right;}
.news .news-box .news-r .news-r-div{transition: all 0.5s; border-bottom:1px dashed #e0e0e0;padding:10px 0;}
.news .news-box .news-r .news-r-div .news-r-nr{width:495px;float: left;}
.news .news-box .news-r .news-r-div .news-r-nr p:first-child{font-size:16px;color:#666666;margin-bottom:5px;}
.news .news-box .news-r .news-r-div .news-r-nr p:last-child{font-size:14px;color:#c1c1c1;line-height:24px;}
.news .news-box .news-r .news-r-div .news-r-date{width:90px;text-align: center;border-left:2px solid #e5e7e9;float: right;margin-right:9px;}
.news .news-box .news-r .news-r-div .news-r-date span{transition: all 0.5s; font-size:32px;font-weight:bold;color:#bcbcbc;}
.news .news-box .news-r .news-r-div .news-r-date p{transition: all 0.5s; font-size:14px;color:#bcbcbc;}

.news .news-box .news-r .news-r-div:hover .news-r-nr p:first-child{transition: all 0.5s; font-size:18px;color:#c51700;margin-bottom:15px;}
.news .news-box .news-r .news-r-div:hover .news-r-date span{transition: all 0.5s; color:#c51700;}
.news .news-box .news-r .news-r-div:hover .news-r-date p{transition: all 0.5s; color:#c51700;}
/*新闻资讯-over*/

/*footer-action*/
/* .footer {background:#353535 url(../images/footer-bg.png) repeat top center;color:#FFFFFF;}
.footer .footer-dh{font-size:18px;height:42px;line-height:42px;}
.footer .footer-dh ul li{ width:14.28%;float:left; text-align:center;}
.footer .footer-dh a{color:#FFFFFF;padding:0 5px; font-size:14px;}
.footer .footer-dh a:first-child{padding-left:0;}
.footer .footer-dh a:last-child{padding-right:0;}
.footer .footer-box{padding-bottom:30px;}
.footer .footer-js {font-size:38px;color:#b3b3b3;font-family:"宋体";text-align: center;padding:30px 0;font-weight:bold;}
.footer .footer-l{width:300px;height:155px;float: left;overflow: hidden;margin-right:30px;}
.footer .footer-l img{max-width:100%;display: block;margin:auto}
.footer .footer-c{float: left; width:520px;padding-left:30px;border-left:1px solid #989898;}
.footer .footer-c ul li{font-size:15px;color:#fefefe;line-height:30px;}
.footer .footer-c ul li:first-child{margin-bottom:10px;font-size:18px;}
.footer .footer-c ul li a{color:#fefefe;}
.footer .footer-ewm{float: right;}

.footer .footer-botm{text-align: center;font-size:12px;line-height:38px;color:#FFFFFF;}
.footer .footer-botm a{color:#FFFFFF;} */
/*footer-over*/

/*详情内容-action*/
.content{padding:40px 0;}
.content .content-bt{font-size:34px;font-weight: bold;text-align:center;margin-bottom:30px;}
.content .content-box img{width: 800px;display: block;margin:20px 0;margin:auto;}
.content .content-box p{font-size:18px;color:#333333;line-height:32px;text-indent: 2em;margin-bottom: 10px;}
.fp{margin:20px 0;}
.fp a{display: block;margin:10px 0;font-size:15px;}
/*详情内容-over*/
.newsdes{ padding:10px 1.5%; line-height:24px; background:#f5f5f5; margin-bottom:10px; text-indent:2em}
.case_list{padding-top:30px;}
.case_list ul li{width:22%; float:left;margin-right:3%;height:auto;padding-bottom:12px;}
.case_list ul li .pic{height:180px; display:flex;justify-content:center;align-items:center;border:1px solid #ccc;transition:all 0.7s ease;overflow:hidden;}
.case_list ul li .pic img{max-width:98%;height:auto;transition:all 0.7s ease}
.case_list ul li:hover .pic img{transform:scale(1.1)}
.case_list ul li .info{text-align:center;line-height:2rem;color:#333}