@charset "utf-8";
/* CSS Document */

 a{  text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());color:#666666; font-family:"微软雅黑"}
 a:visited{text-decoration:none ;}
 a:active{text-decoration:none;}
 a:hover{ color:#0f3b70;outline:none;text-decoration:none;}
.fd{width: 100%;overflow: hidden;}
.fd img{width: 100%;transition: all 0.6s;object-fit: cover;}
.fd:hover img{}
 *{-moz-user-select: none;
	 -webkit-user-select: none;
	 -ms-user-select: none;
	 -khtml-user-select: none;
	 user-select: none;}
body, div, p, span, ul, li, dl, dd, h1, h2, h3, a, input, img {
    margin: 0;
    padding: 0;
}

@media (min-width: 1550px) {
	.top{calc(100% - 334px);}
    .container{
        width: 1500px;
		padding: 0;
    }
}
@font-face {
	src: url("../fonts/MFLiHei_Noncommercial-Regular.otf");
	font-family: MFLiHei;
}
@font-face {
	src: url("../fonts/FZHZGBJW.ttf");
	font-family: fzhz;
}

html {font-size:62.5%;}
body{ background:#FFF; font-family:"微软雅黑"; font-size:14px; font-size:1.4em;}

/*top*/

.top{z-index:9999;width:100%;background:#fff;height:100px;}
.top .logo{width:30%;float:left;}
.top .logo a{line-height: 100px;}
.top .logo img{max-width:100%;}
.top .line{width:1px;height:55px;background:#D8D8D8;display:block;float:left;margin-left:12px;margin-top:24px;}
.top .top_txt{padding:18px 0 16px 13px;line-height:32px;float:left;font-size:18px;color:#5f5f5e;}
.top .top_right{padding:0px 1px;float:right; width:12%; margin-top:15px;}
.top .top_right  img{display:block;max-width:100%;}
.topfix{ position:fixed; top:0; left:0; z-index:100000}

/*nav*/
#navbg{ width:55%; transition:0.4s;float: left;}
#navbg .nav ul{margin-bottom:0;}
#navbg .nav .firstfloor>li{float:left;width:12%;text-align:center;position:relative;color:#FFF;cursor:pointer;line-height:100px; }
#navbg .nav .firstfloor>li.on a{border-bottom: 2px #E39C3C solid;}
#navbg .nav .firstfloor>li>a{color:#000000;transition:ease-in 0.2s; padding:10px 4px;font-size:16px;}
#navbg .nav .firstfloor>li:hover>a{border-bottom: 2px #E39C3C solid;}
/*#navbg .nav .secondfloor{position:absolute;left:0;top:33px;z-index:9999;display:none;background:rgb(255,255,255,0.95);width:100%;border-top:none;box-sizing:border-box;}*/
/*#navbg .nav .secondfloor>li{border-bottom:1px solid #E4EAEC;width:100%;line-height:35px;height:35px;font-size:13px;margin-left:0;}*/
/*#navbg .nav .secondfloor>li>a{width:100%;height:100%;display:block;color:#76838F;}*/
/*#navbg .nav .secondfloor li a:hover{background:#3399cc;color:#FFF;}*/
/*搜索*/
.top .right{width: 15%;line-height: 100px;float: right;position: relative;}
.top .right .ss-con{position: absolute;top: 60px;height:30px;line-height: unset;left: 0;display: none;width: 100%;}
.top .right .ss-con *{top: -30px;position: relative;color: #E39C3C;}
.top .right .ss-con input{height:30px;border-bottom: 1px #E39C3C solid;}
.top .right .r-list{float: left;margin-top: -5px;}
.top .right .ss{cursor: pointer;margin-top: -2px;}
.top .right .ss span{border-right:1px #ccc solid;padding-right: 6px;line-height: 14px;margin:0 6px;}
.top .right .nav-mobile{float: right;}
.top .right .nav-mobile i{color: #E39C3C;font-size: 25px;}
.top .right .nav-mobile label{font-size: 18px;font-weight: bold;line-height: 25px;display: inline-block;position: relative;margin-left: 6px;top:4px;}




/*mobilehead*/
#mobilehead{height:70px;width:100%;background:url(../images/mlogo.jpg) no-repeat 10px center #FFF;display:none;background-size:auto 50px;}
#mobilehead .logo{width:calc(100% - 120px);height:70px;display:block;float:left;}
#mobilehead .nav{float:right;}
#mobilehead .nav_bg{display:none;position:fixed;top:105px;left:0;z-index:989;width:100%;height:calc(100% - 70px);background:rgba(0, 0, 0, 0.6);animation:fade-in .43s ease 0s;-webkit-animation:fade-in .43s ease 0s;}
#mobilehead .nav .nav_box{display:none;position:absolute;top:70px;left:0;z-index:991;width:100%;overflow:auto;border-top:1px solid #eee;background:#fff;box-sizing:border-box;}
#mobilehead .nav .nav_one>li{border-bottom:1px solid #eee;padding:10px;}
#mobilehead .nav .nav_one>li>span>a{display:block;position:relative;width:calc(100% - 150px);height:42px;box-sizing:border-box;font-size:15px;color:#666;line-height:42px;float:left;}
#mobilehead .nav .nav_one>li>span>i{float:right;display:block;width:150px;height:42px;}
#mobilehead .nav .nav_one>li>span>i>em{float:right;width:42px;height:42px;background:url(+.png) no-repeat center center;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;display:block;}
#mobilehead .nav .nav_one>li>span>i>em.on{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
#mobilehead .nav .nav_one>li>ul{display:none;}
#mobilehead .nav .nav_one>li>ul>li{height:36px;line-height:36px;text-indent:20px;}
#mobilehead .nav .nav_one>li>ul>li>a{font-size:15px;color:#666;width:100%;height:100%;display:block;}
#mobilehead .nav .push-nav{display:block;position:relative;z-index:998;width:54px;height:50px;font-size:0;margin-right:8px;background:rgba(138,138,138,.5);margin-top:10px;border-radius:5px;}
#mobilehead .nav .push-nav .nav-toggle{display:block;position:absolute;left:50%;top:50%;border:0;border-radius:4px;cursor:pointer;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
#mobilehead .nav .push-nav.on .nav-toggle{margin-left:-4px;}
#mobilehead .nav .push-nav .nav-toggle span{display:block;position:relative;z-index:1;width:37px;height:2px;margin:0 0 10px auto;background:#8a8a93;border-radius:3px;-webkit-transform-origin:35px;transform-origin:35px;-webkit-transition:all .5s;transition:all .5s;}
#mobilehead .nav .push-nav .nav-toggle span.two{width:30px;}
#mobilehead .nav .push-nav .nav-toggle span:last-child{margin-bottom:0;}
#mobilehead .nav .push-nav.on .nav-toggle span{ opacity:1;}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(3){-webkit-transform:rotate(45deg);transform:rotate(45deg);}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(2){-webkit-transform:scale(0);transform:scale(0);}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(1){-webkit-transform:rotate(-45deg);transform: rotate(-45deg);}
#mobilehead .nav .nav_contact{position:relative;border-top:1px solid #eee;color:#666;}
#mobilehead .nav .nav_contact .nav_txt{width:100%;}
#mobilehead .nav .nav_contact .nav_txt span{height:42px;line-height:42px;display:block;float:left;position:relative;text-indent:15px;margin-left:10px;font-size:15px;}
#mobilehead .nav .nav_contact .nav_txt span a{color:#666;}
#mobilehead .nav .nav_contact .nav_txt span.sitemapicon{background:url(mobilesitemap.png) no-repeat left center;background-size:auto 15px;}
#mobilehead .nav .nav_contact .nav_txt span.topphoneicon{background:url(mobilephone.png) no-repeat left center;background-size:auto 15px;}
#mobilehead .nav .nav_contact .nav_txt span.topemailicon{background:url(mobileemail.png) no-repeat left center;background-size:auto 15px;text-indent:25px;}
/* 响应式样式结束 */

/*banner*/
#slider>li{height: auto;overflow: hidden;}
#slider>li img{width: 100%;height: 100%;}
 /*banner底部文字*/
 /*产品分类1*/
.product-type{background-color:#F7F7F7;padding: 100px 0; }
.product-type .type-list{width:24%;float:left;background-color: #fff;text-align: center;padding:45px;margin-right: 1%;}
.product-type .type-list:last-child{margin-right: 0;}
.product-type .type-list.on{background-color: #E39C3C;}
.product-type .type-list span{display: block;margin: 0 auto;}
.product-type .type-list span.img{padding-bottom: 25px; }
.product-type .type-list span:last-child{font-size: 18px;color: #3F3F3F;}
.product-type .type-list .a1{display: none;}
.product-type .type-list.on span:last-child{color: #fff;}
.product-type .type-list.on .a{display: none;}
.product-type .type-list.on .a1{display: inline-block;}
 /*模块标题*/
.t{text-align: center;padding: 69px 0;}
.t span{font-size: 28px;font-family: MFLiHei;color: #E5E5E5;}
.t span:after{content: url("../images/t.png");display: inline-block;position: relative;top: -5px;padding-left: 17px;}
.t span:before{content: url("../images/t.png");transform:rotate(-180deg);display: inline-block;position: relative;top:6px;margin-right: 17px;}
.t h2{font-size: 36px;padding-bottom: 25px;font-weight: bold;display: block;margin-top: -25px;}
 /*产品中心*/
.product{margin-bottom: 70px;}
.product .left-img{height: 700px;}
.product .left-img img{height: 100%;}
.product .pro-xq{background-color: #F0F0F0;padding: 30px 60px;margin-bottom: 29px;}
.product .pro-xq .title{font-size: 30px;color: #121212;}
.product .pro-xq .title span{font-size: 24px;color: #8C8C8C;}
.product .pro-xq .desc{padding-right: 0;margin-top: 16px;}
.product .pro-xq .desc p{color: #121212;font-size: 16px;line-height: 24px;}
.product .pro-xq .desc a{display: block;line-height: 44px;font-size: 18px;margin-top: 124px;background: #fff;border-radius: 22px;color: #E39C3C;border:1px #E39C3C solid;max-width: 150px;text-align: center; }
.product .pro-xq .desc a.on{background-color:#E39C3C;color: #fff; }
.product .xq .row div{padding: 0;}
.product .pro-xq img{height: 186px;display:block;object-fit: inherit;width: 100%;max-width: 108px;margin-left: 40px;margin-top: 38px;}
.product .col-md-6:nth-child(n+3) .pro-xq img{margin-top: 45px;}
/*产能优势*/
.cnys{background: url("../images/cnys.jpg") no-repeat;background-size:100% 100%;}
.cnys .c-t{padding-top: 80px;text-align: center;}
.cnys .c-t *{color: #fff;}
.cnys .c-t h2{font-size: 40px;font-weight: bold;padding-bottom: 10px;}
.cnys .c-t h2:after{content: url("../images/t.png");display: inline-block;position: relative;top: -10px;padding-left: 17px;}
.cnys .c-t h2:before{content: url("../images/t.png");transform:rotate(-180deg);display: inline-block;position: relative;top:16px;margin-right: 17px;}
.cnys .c-content{padding-top: 43px;}
.cnys .c-content div{padding: 0;}
.cnys .c-content>div{ width: 85%;margin: 0 auto;}
.cnys .c-content img{width: 100%;padding-left: 60px;}
.cnys .c-con{background: url("../images/cnys-con-bg.png");background-size: 100% 100%;}
.cnys .c-con .con-t{padding-left: 100px;}
.cnys .c-con .con-t .xh{width: 84px;display:inline-block;background-color:#E39C3C;text-align: center;padding-bottom: 20px;margin-top: -43px;}
.cnys .c-con .con-t label{font-size: 48px;border-bottom: 5px #fff solid;color: #fff;margin-top: 100px;padding-bottom: 20px;font-family: fzhz;}
.cnys .c-con .con-t p{display: inline-block;top: 65px;position: relative;}
.cnys .c-con .con-t p b{font-size: 36px;font-weight: bold;}
.cnys .c-con .con-t p span{display: block;font-size: 12px;}
.cnys .c-con .con-c{padding-left: 100px;padding-top: 100px;}
.cnys .c-con .con-c b{font-size: 24px;font-weight: bold;}
.cnys .c-con .con-c p{padding-top: 20px;font-size: 16px;line-height: 24px;}
.cnys .c-con-foot{background-color: #F0F0F0;padding-bottom: 90px;}
.cnys .c-con-foot .foot-con{ width: 85%;background: url("../images/cnys-con-bg.png");margin:0 auto;padding: 60px 0;text-align: center;}
.cnys .c-con-foot .foot-con b{font-size: 24px;font-weight: bold;display: inline-block;}
.cnys .c-con-foot .foot-con span{font-size: 32px;font-weight: bold;color: #E39C3C;}
.cnys .c-con-foot .foot-con a{background: #E39C3C;color: #fff;display: inline-block;width: 160px;margin-left: 20px;line-height: 40px;position: relative;top: -8px;}
.cnys .swiper-pagination{display: none;}
.cnys .qh{top: calc(50% + 80px);}
.cnys .swiper-button-prev:after{content:url("../images/cnys-left.png");width:40px;}
.cnys .swiper-button-next:after{content:url("../images/cnys-left.png");width:40px;transform: rotate(180deg)}
/*应用领域*/
#hexGrid {
	overflow: hidden;
	margin: 0 auto;
	padding:5vh 0;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}
#hexGrid:after {
	content: "";
	display: block;
	clear: both;
}
.hex {
	position: relative;
	list-style-type: none;
	float: left;
	overflow: hidden;
	visibility: hidden;
	outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
	-webkit-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
	-ms-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
	transform: rotate(-60deg) skewY(30deg) translatez(-1px);
}
.hex * {
	position: absolute;
	visibility: visible;
	outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexIn {
	display:block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	-webkit-transform: skewY(-30deg) rotate(60deg);
	-ms-transform: skewY(-30deg) rotate(60deg);
	transform: skewY(-30deg) rotate(60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex a{ color:#FFF}
.hex img {
	left: -100%;
	right: -100%;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.hex h3, .hex p {
	width: 102%;
	left:-1%; /* prevent line on the right where background doesn't cover image */
	padding: 5%;
	box-sizing:border-box;
	background-color: rgba(227, 156, 60, 0.8);
	font-weight: 300;
	-webkit-transition:  -webkit-transform .2s ease-out, opacity .3s ease-out;
	transition:          transform .2s ease-out, opacity .3s ease-out;
}
.hex h3 {
	bottom: 50%;
	padding-top:50%;
	font-size: 1.5em;
	z-index: 1;
	-webkit-transform:translateY(-100%) translatez(-1px);
	-ms-transform:translateY(-100%) translatez(-1px);
	transform:translateY(-100%) translatez(-1px);
	color: #fff;
}
.hex h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 45%;
	width: 10%;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.hex p {
	top: 50%;
	padding-bottom:50%;
	-webkit-transform:translateY(100%) translatez(-1px);
	-ms-transform:translateY(100%) translatez(-1px);
	transform:translateY(100%) translatez(-1px);
}


/*** HOVER EFFECT  **********************************************************************/
.hexIn:hover h3, .hexIn:focus h3,
.hexIn:hover p, .hexIn:focus p{
	-webkit-transform:translateY(0%) translatez(-1px);
	-ms-transform:translateY(0%) translatez(-1px);
	transform:translateY(0%) translatez(-1px);
}

/*** SPACING AND SIZING *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
	.hex {
		width: 19.2%; /* = (100-4) / 5 */
		padding-bottom: 22.170%; /* =  width / sin(60deg) */
	}
	.hex:nth-child(9n+6),
	.hex:nth-child(9n+7),
	.hex:nth-child(9n+8),
	.hex:nth-child(9n+9) {
		margin-top: -4.676%;
		margin-bottom: -4.676%;
		-webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
		-ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
		transform: translateX(50%) rotate(-60deg) skewY(30deg);
	}
	.hex:nth-child(9n+6):last-child,
	.hex:nth-child(9n+7):last-child,
	.hex:nth-child(9n+8):last-child,
	.hex:nth-child(9n+9):last-child {
		margin-bottom: 0;
	}
	.hex:nth-child(9n+6) {
		margin-left: 0.5%;
		clear: left;
	}
	.hex:nth-child(9n+10) {
		clear: left;
	}
	.hex:nth-child(9n+2),
	.hex:nth-child(9n+ 7) {
		margin-left: 1%;
		margin-right: 1%;
	}
	.hex:nth-child(9n+3),
	.hex:nth-child(9n+4),
	.hex:nth-child(9n+8) {
		margin-right: 1%;
	}
}
@media (max-width: 1200px) and (min-width:901px) {/* <- 4-3  hexagons per row */
	.hex {
		width: 24.25%; /* = (100-3) / 4 */
		padding-bottom: 28.001%; /* =  width / sin(60deg) */
	}
	.hex:nth-child(7n+5),
	.hex:nth-child(7n+6),
	.hex:nth-child(7n+7) {
		margin-top: -6.134%;
		margin-bottom: -6.134%;
		-webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
		-ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
		transform: translateX(50%) rotate(-60deg) skewY(30deg);
	}
	.hex:nth-child(7n+5):last-child,
	.hex:nth-child(7n+6):last-child,
	.hex:nth-child(7n+7):last-child {
		margin-bottom: 0;
	}
	.hex:nth-child(7n+2),
	.hex:nth-child(7n+6) {
		margin-left: 1%;
		margin-right: 1%;
	}
	.hex:nth-child(7n+3) {
		margin-right: 1%;
	}
	.hex:nth-child(7n+8) {
		clear: left;
	}
	.hex:nth-child(7n+5) {
		clear: left;
		margin-left: 0.5%;
	}
}
@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
	.hex {
		width: 32.666%; /* = (100-2) / 3 */
		padding-bottom: 37.720%; /* =  width / sin(60) */
	}
	.hex:nth-child(5n+4),
	.hex:nth-child(5n+5) {
		margin-top: -8.564%;
		margin-bottom: -8.564%;
		-webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
		-ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
		transform: translateX(50%) rotate(-60deg) skewY(30deg);
	}
	.hex:nth-child(5n+4):last-child,
	.hex:nth-child(5n+5):last-child {
		margin-bottom: 0;
	}
	.hex:nth-child(5n+4) {
		margin-right: 1%;
		margin-left: 0.5%;
	}
	.hex:nth-child(5n+2) {
		margin-left: 1%;
		margin-right: 1%;
	}
	.hex:nth-child(5n+6) {
		clear: left;
	}
}
@media (max-width: 600px) { /* <- 2-1  hexagons per row */
	.hex {
		width: 49.5%; /* = (100-1) / 2 */
		padding-bottom: 57.158%; /* =  width / sin(60) */
	}
	.hex:nth-child(3n+3) {
		margin-top: -13.423%;
		margin-bottom: -13.423%;
		-webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
		-ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
		transform: translateX(50%) rotate(-60deg) skewY(30deg);
	}
	.hex:nth-child(3n+3):last-child {
		margin-bottom: 0;
	}
	.hex:nth-child(3n+3) {
		margin-left: 0.5%;
	}
	.hex:nth-child(3n+2) {
		margin-left: 1%;
	}
	.hex:nth-child(3n+4) {
		clear: left;
	}
}
@media (max-width: 400px) {
	#hexGrid {
		font-size: 13px;
	}
}
/*为什么选择永沃*/
.main_box{width: 100%;position: relative;}
.box{width: 100%;margin: 10px auto;padding: 15px;}
.box ul .con{padding-left: 77px;padding-right: 38px;padding-top: 75px;display: none;}
.box ul .sl-con{display: block;}
.box ul .con p:nth-child(2){font-size: 16px;line-height: 26px;margin-top: 27px;}
.box ul .con a{border: 1px #fff solid;color: #fff;display: inline-block;width: 106px;text-align: center;line-height: 34px;margin-top: 27px;}
.box ul .con .con-foot{margin-top: 70px;}
.box ul .con .con-foot p:first-child{font-weight: bold;font-size: 60px;margin-top: 0;}
.box ul .con .con-foot p:last-child{font-size: 16px;margin-left: 30px;margin-top: 0;line-height: 60px;}
.box ul .con .con-foot p:last-child span{line-height: 30px;display: block;margin-top: -20px;}
.box ul li{
	width: 190px;
	height: 440px;
	margin-right: 2px;
	background-color: #F2F2F2;
	float: left;
	text-align: left;
	position: relative;

}
.box ul li h3{
	font-size: 28px;
	font-weight: bold;
}
.box ul li p{
	margin-top: 7px;
	color: #666;
	font-size: 14px;
}
.box ul li img.sl{
	width: 190px;
	height: 300px;
	right: 26px;
	bottom: 40px;
}
.box ul li .sl-con .sl-txt{padding-left: 14px;}
.box ul li .sl-con .sl-txt b{font-size: 16px;font-weight: bold;margin-top: 24px;display: block;}
.box ul li .sl-con img.sl-foot{display: block;margin-top: 40px;}
.box ul .on{
	width: 600px;
	background:url("../images/why-1.jpg") no-repeat;
	background-size: 100%;
	text-align: left;
	margin-right: 8px;
}
.box ul li:nth-child(2).on{
	background:url("../images/why-2.jpg") no-repeat;
}
.box ul li:nth-child(3).on{
	background:url("../images/why-3.jpg") no-repeat;
}
.box ul li:nth-child(4).on{
	background:url("../images/why-4.jpg") no-repeat;
}
.box ul li:nth-child(5).on{
	background:url("../images/why-5.jpg") no-repeat;
}

.box ul .on .con{display: block;width: 100%;height: 100%;background-color:rgba(227, 156, 60, 0.8); }
.box ul .on .sl-con{display: none;}
.box ul .on h3{
	color: #FFF;
}
.box ul .on p{
	color: #FFF;
}
.box ul .on img.sl{
	width: 270px;
	height: 270px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/*定制流程*/
.dzlc{background: url("../images/dzlc-bg.jpg");background-size:100% 100%;}
.dzlc .c-t{padding-top: 80px;padding-bottom: 60px;text-align: center;}
.dzlc .c-t *{color: #fff;}
.dzlc .c-t h2{font-size: 40px;font-weight: bold;padding-bottom: 10px;}
.dzlc .c-t h2:after{content: url("../images/t.png");display: inline-block;position: relative;top: -10px;padding-left: 17px;}
.dzlc .c-t h2:before{content: url("../images/t.png");transform:rotate(-180deg);display: inline-block;position: relative;top:16px;margin-right: 17px;}
.dzlc .c-t span{display: inline-block;width: 70px;height: 2px;background-color: #E39C3C;}
.dzlc .dzlc-img{width: 100%;}
.dzlc .foot-con{margin-left: 68px;padding: 60px 0;text-align: center;}
.dzlc .foot-con b{font-size: 24px;font-weight: inherit;display: inline-block;color: #fff;}
.dzlc .foot-con span{font-size: 32px;font-weight: inherit;color: #fff;}
.dzlc .foot-con a{background: #E39C3C;color: #fff;display: inline-block;width: 160px;margin-left: 20px;line-height: 40px;position: relative;top: -8px;border-radius: 20px;}
.dzlc .foot-con a img{display: inline-block;padding-left: 10px;}
/*关于我们*/
.about .c p{font-size: 14px;line-height: 30px;}
.about .c a{display: inline-block;width: 170px;line-height: 46px; border: 1px #E39C3C solid;font-size: 16px;color: #E39C3C;margin-top: 30px;margin-bottom: 60px;}
.about .c a:hover{background-color:#E39C3C;color: #fff; }
.about .t{padding-bottom: 44px;}
.about .t h2{padding-bottom: 0;}
.about .c-foot{padding-bottom:70px; }
.about .c-foot a{display: block;line-height: 75px;font-size: 18px;width: 100%;border:1px #E2E2E2 solid;}
.about .c-foot a .a1{display: none;}
.about .c-foot a img{padding-right: 22px;padding-top: 25px;}
.about .c-foot a.on {background-color:#E39C3C;color: #fff;border:1px #E39C3C solid; }
.about .c-foot a.on .a1{display: block;}
.about .c-foot a.on .a{display: none;}
/*新闻动态*/
.news{background: #F2F2F2;padding-bottom: 50px;}
.news .col-md-3{padding: 0;}
.news .new-list{background-color: #fff;padding: 0;margin-right: 28px;padding-top: 58px;margin-bottom: 60px;}
.news .new-list:nth-child(4n+4){margin-right: 0;}
.news .new-list.on{background: url("../images/news-bg.jpg");background-size: 100% 100%;}
.news .new-list.on *{color: #fff;}
.news .new-list .xq{padding:0 32px;}
.news .new-list .date b{font-size: 34px;font-weight: bold;}
.news .new-list .date span{font-size: 22px;display: inline-block;padding-left: 28px;}
.news .new-list label{font-weight: unset;font-size: 18px;padding: 40px 0;}
.news .new-list p{font-size: 15px;margin-bottom: 70px;}
.news .new-list .more{height: 50px;border-bottom: 10px #E39C3C solid;}
.news .new-list .more *{display: none;}
.news .new-list.on .more{height:50px;background-color:#E39C3C;display: block;color: #fff;font-size: 16px;border: 0;}
.news .new-list.on .more *{display: inline-block;line-height:50px;}
.news .new-list.on .more img{display: inline-block;margin-right: 20px;}
	/*友情链接*/
#footlinkbg{padding:18px 0 15px;background:#0db466;}
.footlink .fl_left{width:100px;float:left;}
.footlink .fl_left p{margin:0;height:20px;line-height:20px;color:#FFF;font-weight:bold;color:#FFF;font-size:15px;text-align:center;}
.footlink .fl_left p:first-child{height:44px;line-height:44px;font-size:40px;font-weight:bold;}

.footlink .fl_right{width:calc(100% - 100px);font-size:0;-webkit-text-size-adjust:none;float:right;}
.footlink .fl_right a{display:inline-block;line-height:32px;white-space:nowrap;padding:0 20px;font-size:14px;color:#fefefe;position:relative;}
.footlink .fl_right a:after{content:'';width:1px;height:12px;background:#fefefe;position:absolute;top:10px;right:-1px;}


/*底部*/

#footer{ background:#000; padding-top: 30px;}
#footer *{font-size: 14px;color: #666;}
#footer .foot-bt{color: #fff;padding-top: 16px;padding-bottom: 27px;}
#footer .right .ewm{padding-bottom: 25px;}
#footer .right .ewm img{margin-right: 18px;display: inline-block;margin-top: 35px;}
#footer .right .ewm img#ewm{display: inline-block;margin-right: 80px;width: 99px;height: 99px;margin-top:0; }
#footer .right .ewm .pull-left{padding-top: 30px;margin-right: 18px;}
#footer .dh-foot a{display: block;}
#footer .dh-foot div{margin-right: 13px;}
#footer hr{margin: 30px 0;}
#footer #yl{padding-bottom: 30px;}
#footer #yl p{line-height: 23px;}
#footer #yl p:before{content: url("../images/xcx.png");display: inline-block;width: 23px;height: 23px;float: left;margin-right: 8px;}
@media (max-width: 1550px){
 .container{width: calc(100% - 150px);}
	.product .pro-xq .desc p{font-size:14px; }
	.product .pro-xq .title{font-size: 24px;}
	.product .pro-xq .title span{font-size: 18px;}
	.product .pro-xq{padding: 30px;}
	.product .left-img img{height: 683px;object-fit: cover;}
	.cnys .c-t{padding: 60px 0;}
	.cnys .c-con .con-c{padding-top: 60px;}
	.box ul li img.sl{width: 100%;object-fit: cover;}
	.box ul li{width: 13%;}
	.box ul .on{width: 46.7%;}
	.top .right .nav-mobile label{font-size: 14px;}
}
@media screen and (max-width:1443px){
	.container{width: calc(100% - 100px);}
	.box ul .on{width: 46.3%;}
	.box ul li .sl-con .sl-txt b{font-size: 14px;}
	.top .logo{width: 25%;}
	#navbg{width: 57%;}
	.top .right{width: 18%;}
}
@media screen and (max-width:1360px){
	.container{width: calc(100% - 80px);}
	.box ul .con p:nth-child(2){font-size: 14px;}
	.product-type .type-list{padding: 3% 0;}
}
/*1350屏幕*/
@media screen and (max-width:1249px){
	.container{width: calc(100% - 30px);}
	.p_left{width:240px;}
	.p_left h2{height:100px;line-height:100px;}
	.p_left .p_ul>a{line-height:50px;font-size:15px;background-position:15px 24px;}
	.p_left .p_ul>a.on,.p_left .p_ul>a:hover{background-position:15px 24px}
	.p_left .p_ul ul{padding:12px 10px;}
	.p_left .p_ul ul li{line-height:30px;font-size:14px;}
	.p_left .p_bottom{padding:18px 5px 16px;}
	.p_left .p_bottom .p_txt p:last-child{font-size:27px;}
	.product .p_right{width:calc(100% - 260px);}
	#news .news_content .news_li .news_left .news_txt p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
	
	.yingyong .yy_ul .yy_li{padding:20px 0;}
	.yingyong .yy_ul .yy_li i{height:40px;}
	.yingyong .yy_ul .yy_li p{font-size:16px;height:24px;line-height:24px;margin-top:10px;}
	.yingyong .yyc_img{padding-bottom:540px;}
	.yingyong .yyc_img .yyc_txt p:first-child{font-size:30px;height:40px;line-height:40px;margin-top:140px;}
	.yingyong .yyc_img .yyc_txt p{font-size:14px;line-height:24px;margin-top:15px;}
	.yingyong .yyc_img .yyc_txt a{margin-top:40px;font-size:14px;}
	.top .logo{width: 20%;}
	#navbg{width: 60%;}
	.cnys .c-con .con-c p{top: 30px;}
}
@media screen and (max-width:1200px){
	.product .pro-xq img{margin-left: 15px;}
	.product .pro-xq .title{font-size: 18px;}
	.product .pro-xq .title span{font-size: 12px;}
	.product .pro-xq .desc p{font-size: 12px;}
	.product .pro-xq .desc a{font-size: 14px;line-height: 2;}
	.product .left-img img{height: 653px;}
	.cnys .c-con .con-c b{font-size: 16px;}
	.cnys .c-con .con-c p{font-size: 12px;padding-top: 10px;}
	.cnys .c-con .con-t label{margin-top:70px;}
	.cnys .c-con-foot .foot-con{padding: 30px 0;}
	.t{padding: 30px 0;}
	.cnys .c-t{padding: 30px 0;}
	#hexGrid{padding: 0;}
	.dzlc .c-t{padding: 30px 0;}

	.news{margin-top:10px;}
	.news .news_left{width:100%;padding-right:0;float:none;}
	.news .news_right{width:100%;float:none;margin-top:25px;}
	.news .news_right .q_ul .q_li{width:32%;float:left;margin-left:2%;border-top:none;margin-top:0;padding:20px 0 15px;}
	.news .news_right .q_ul .q_li:first-child{margin-left:0;margin-top:0;}
	.top .right{width: 20%;}
	#navbg .nav .firstfloor>li>a{font-size: 15px;}
}

/*992屏幕*/
@media screen and (max-width:991px){
	.container{width: 100%;}
	#mobilehead{display:block;}
	.top{display:none;}
	#navbg{display:none;}
	#mobilehead.mhead{position:fixed;z-index:9999;-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);top:0;}
	#mobilehead .nav_bg.nav_bg1{top:70px;height:calc(100% - 70px);}
	#mobilehead .nav .nav_box.nav_box1{top:70px;}
	
     .p_left{display:none;}
	.p_class{display:block;}
	.product .p_right{width:calc(100% - 30px); margin:0 auto; float:none;}
	.product .p_right h2{margin:20px 0;}
	.product{padding:15px 0;}
	.product .p_li{width:32%;margin-left:2%;}
	.product .p_li:nth-child(4n+1){margin-left:2%;}
	.product .p_li:nth-child(3n+1){margin-left:0;}
	
	
	.news .news_left .nl_left{width:270px;margin-top:23px;}
	.news .news_left .nl_left .nl_img{padding-bottom:335px;}
	.news .news_left .nl_ul{width:calc(100% - 270px);padding-left:20px;}
	.news .news_left .nl_ul .nl_li{padding:23px 0 16px;margin-top:6px;}
	.news .news_right{margin-top:15px;}
	.news .news_right .q_ul .q_li{width:49%;}
	.news .news_right .q_ul .q_li:nth-child(odd){margin-left:0;}
	
	#news .news_content .news_li .news_left .news_txt p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;}
	
	.yingyong .yy_ul .yy_li{padding:10px 0;}
	.yingyong .yy_ul .yy_li i{height:26px;}
	.yingyong .yy_ul .yy_li p{font-size:14px;margin-top:5px;}
	.yingyong .yyc_img{padding-bottom:400px;}
	.yingyong .yyc_img .yyc_txt p:first-child{font-size:20px;height:26px;line-height:26px;margin-top:130px;}
	.yingyong .yyc_img .yyc_txt p{font-size:13px;margin-top:7px;line-height:24px;}
	.yingyong .yyc_img .yyc_txt p br{display:none;}
	.yingyong .yyc_img .yyc_txt a{margin-top:20px;}

	.product .left-img{display: none;}
	.cnys .c-con .con-t{padding: 0 4vw;}
	.cnys .c-con .con-c{padding: 0 4vw;padding-top: 3vw;}
	.cnys .c-content img{padding: 4vw;}
	.box ul li h3{font-size: 20px;}
	.box ul .con p:nth-child(2){font-size: 12px;}
	.box ul .con{padding:40px;}
	.box ul .con .con-foot p:first-child{font-size: 40px;}
	.box ul .con .con-foot p:last-child{font-size: 12px;line-height: 4;}
	.box ul li{width: 14.5%;}
	.box ul .on{width: 40%;background-size: 100% 240px;}
	.box ul .con .con-foot{margin-top: 40px;}
	.box ul li img.sl{height: 240px;}
	.box ul li{height: 380px;}
	.t span{font-size: 24px;}
	.t h2{font-size: 30px;margin-top: -20px;}
	.about .c a{line-height: 2.5;}
	.about .c-foot a{line-height: 3;}
	.about .c-foot a img{padding-top: 15px;}
	.news .new-list p{font-size: 14px;margin-bottom: 30px;}
	.news .new-list{padding-top: 30px;margin-bottom: 30px;}
	#footer .dh-foot{display: none;}

	.yyly{display: none;}
}

@media screen and (max-width:768px){
	#mobilehead{background:url(../images/logo.png) no-repeat 10px center #FFF;background-size:auto 50px;}
	.p_class h2{display:none;}
	.p_class .p_class_li{width:calc(100% - 30px); margin:0 auto;float:none;}
	.product .p_content .p_li{width:48%;margin-left:4%;}
	.product .p_content .p_li:nth-child(3n+1){margin-left:4%;}
	.product .p_content .p_li:nth-child(odd){margin-left:0;}
	
	
	.news .news_left .nl_left{display:none;}
	.news .news_left .nl_ul{width:100%;padding-left:0;float:none;}
	.news .news_right .q_ul .q_li{width:100%;float:none;margin-left:0;border-top:1px dashed #E2E2E2;}

	
	.yingyong .yy_ul .yy_li i{display:none;}
	.yingyong .yy_ul .yy_li p{margin-top:0;}

	.product-type{padding: 50px 0;}
	.product-type .type-list{width: 49%;margin-right: 2%;margin-bottom: 15px;}
	.product-type .type-list:nth-child(2n+2){margin-right: 0;}
	.cnys .c-content>div{width: 77%;}
	.cnys .c-con-foot .foot-con{width: 77%;}
	.cnys .c-con-foot .foot-con b{font-size: 20px;}
	.cnys .c-con-foot .foot-con span{font-size: 28px;}
	.cnys .c-con .con-t label{margin-top: 46px;}
	.box ul li{width: 33%;float: left;}
	.box ul .on{width: 65%;}
	}
@media screen and (max-width:767px){
	.cnys .c-con .con-t p b{font-size: 20px;}
	.cnys .c-con .con-t .xh{width: 60px;float: left;}
	.cnys .c-con .con-t label{font-size: 30px;}
	.cnys .c-con .con-t p{top: 45px;}
	.cnys .qh{display: none;}
	.cnys .c-con .con-t{padding: 0 7vw;}
	.cnys .c-con .con-c{padding: 0 7vw;padding-top: 16vw;}
	.cnys .c-content img{padding: 7vw;}
	.cnys .c-content>div{width: 100%;}
	.cnys .c-con-foot{display: none;}
	.cnys .c-con .con-t p span{display: none;}
	.t span:after{content: unset;}
	.t span:before{content: unset;}
	.cnys .c-t h2:before{content: unset;}
	.cnys .c-t h2:after{content: unset;}
	.cnys{padding-bottom: 30px;}
	.about1{display: none;}
	.dzlc{display: none;}
	.c-foot div{padding-bottom: 30px;}
	.about .c-foot{padding-bottom: 0;}
	.product{margin-bottom: 20px;}
	.cnys .c-t h2{font-size: 30px;}
	.cnys .swiper-pagination{display: block;}
}

/*500屏幕*/
@media screen and (max-width:499px){
	#mobilehead{background:url(../images/logo.png) no-repeat 10px center #FFF;background-size:auto 30px;}
	#mobilehead .nav_bg{top:70px;height:calc(100% - 70px);}
	#mobilehead .nav .nav_box{top:70px;}
	#mobilehead{z-index:9999;-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);top:0;}
	.pb_title .sub_title{font-size:13px;line-height:22px;}
	.product .p_class{text-align:left;}
	.product .p_class a{width:48%;height:42px;line-height:42px;font-size:15px;text-align:center;margin-left:4%;margin-top:7px;}
	.product .p_class a:nth-child(2n+1){margin-left:0;}
	.product .p_content{margin-top:20px;}
	.product .p_content .p_li{width:100%;}
	.product .p_btn a{width:48%;margin-left:4%;}

	.news .news_title h2{font-size:20px;}
	.news .news_left .nl_ul .nl_li{padding:15px 0 9px;}
	.news .news_left .nl_ul .nl_li .nl_txt{padding-left:76px;}
	.news .news_left .nl_ul .nl_li .nl_txt:before{left:66px;}
	.news .news_left .nl_ul .nl_li .nl_date{font-size:20px;height:22px;line-height:22px;}

	.info_title h2{font-size:22px;height:36px;line-height:36px;}
	.info_title i{margin:10px 0;}
	.info .info_btn a{width:130px;margin-left:10px;}
	.info .info_ul .info_li .info_p p:last-child{font-size:12px;letter-spacing:-1px;}
	
	.yingyong .yyc_img .yyc_txt p:first-child{margin-top:130px;}
	.yingyong .yyc_img .yyc_txt a{margin-top:10px;}
	.yingyong .yy_ul .yy_li{width:33.333%;border-bottom:1px solid rgba(255,255,255,.2);}
	.yingyong .yy_ul .yy_li p{font-size:13px;font-weight:bold;}
	
}




@media screen and (max-width:991px){
	#navbg .nav .firstfloor>li{height:55px;line-height:55px;font-size:14px;}
	#navbg .nav .secondfloor{top:55px;}
	.index_banner{padding-bottom:40%;}
	#stylepbulic{height:200px;}
	#footbottombg{padding-bottom:55px;}
}

/*鐢佃剳娴姩*/
.izl-rmenu{position:fixed;right:0;bottom:10px;padding-bottom:10px;background:url(../images/r_b.png) 0px bottom no-repeat;z-index:999;width:72px;}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#FF9C00;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#FF9C00;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#FF9C00;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#FF9C00;}
.izl-rmenu .btn-phone .phone{background-color:#FF9C00;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}

/*鎵嬫満娴姩*/
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;}
#floatBottom a{width:25%;height:53px;line-height:53px;display:block;float:left;position:relative;}
#floatBottom a.kf1{background:url(kf1.png) no-repeat center center;}
#floatBottom a.kf2{background:url(kf2.png) no-repeat center center;}
#floatBottom a.kf3{background:url(kf3.png) no-repeat center center;}
#floatBottom a.kf4{background:url(kf4.png) no-repeat center center;}
#floatBottom .ewm{width:90px;height:90px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}



.nbom{display: none;}

@media screen and (max-width: 640px){
.nbom {    display: block;}
.footer_x { padding-bottom:110px;}
#izl_rmenu{ display:none}
}

/*åº•éƒ¨èœå•æ ç›®*/
.nbom{ position:fixed; bottom:0; height:94px; width:100%; left:0; z-index:100000000000;}
.nbom .w1{ position:relative;background:#505050; height:94px;}
.nbom .ahome{ display:block; width:14.4%; height:118px; position:absolute; top:-30px; left:42.8%;}
.nbom .ahome img{ width:100%;}
.nbom .nav-bom{ height:94px;}
.nbom .nav-bom li{height:94px;float:left; width:20%;}
.nbom .nav-bom li.li-1{}
.nbom .nav-bom li a{ color:#fff; font-size:18px;line-height:23px; text-align:center; position:relative; padding:0; height:94px; display:block;}
.nbom .nav-bom li i{ display:block; width:29.33%; margin:12px auto 0;}
.nbom .nav-bom li i img{ width:100%;}
.nbom .nav-bom li a:hover{ color:#fff;transition-duration:0.6s; text-decoration:none;}
.nbom .nav-bom li.none{}

@media (max-width: 414px) {
.nbom{ height:65px;}
.nbom .ahome{ top:-25px; width:17.4%;left:41.8%;}
.nbom .nav-bom li a{ font-size:16px; line-height:18px;}
.nbom .ahome{ top:-20px}

}

@media (max-width: 375px) {
.nbom{ height:50px;}
.nbom .nav-bom li i{ margin-top:5px;}
.nbom .nav-bom li a{ font-size:14px; line-height:19px;}

}

@media (max-width: 320px) {
.nbom .ahome{ top:-15px}
}

/*次主页防火窗*/
.fhc-jg{background: url("../Image/fhc-jg-bg.png") no-repeat;background-size: 100% 100%;padding-bottom: 84px;}
.fhc-t{padding: 70px 0;}
.fhc-t h3{font-size: 36px;font-weight: bold;}
.fhc-t img{display: inline-block;margin-right: 16px;}
.fhc-t span{font-size: 16px;color: #000;display: inline-block;padding-top: 16px;}
/*性能优势*/
.fhc-xnys{background: url("../Image/fhc-xn-bg.jpg");background-size: 100% 100%;}
.fhc-xnys .swiper-slide .fhc-xn-con{background: url("../Image/fhc-xn.jpg") no-repeat;background-size:80% 100%;background-position-x:200px;padding-left: 70px;}
.fhc-xnys .swiper-wrapper{padding-bottom: 45px;}
.fhc-xnys .fhc-xn-c{padding-top: 164px;padding-left: 30px;width: 120%;}
.fhc-xnys .fhc-xn-c div{background: url("../Image/fhc-xn-c.jpg");background-size: 100% 100%;width: 485px;height: 340px;padding-top: 87px;padding-left: 60px;padding-right: 86px;}
.fhc-xnys .fhc-xn-c p:first-child{}
.fhc-xnys .fhc-xn-c b{font-size: 70px;font-weight: bold;font-style: italic;color: #E39C3C;line-height: 36px;}
.fhc-xnys .fhc-xn-c p:first-child span{padding-left: 12px;font-size: 16px;color: #818181;margin-top: -15px;}
.fhc-xnys .fhc-xn-c p:first-child span label{font-weight: bold;font-size: 30px;color: #000;}
.fhc-xnys .fhc-xn-c p:nth-child(2){padding-top: 40px;font-size: 16px;line-height: 24px;}
.fhc-xnys .fhc-xn-c hr{border: 0;border-bottom: 1px #E39C3C solid;margin-top: 28px;}
.fhc-xnys .fhc-xn-c hr:after{content: "";display: inline-block;width: 60px;height: 3px;background-color:#E39C3C;position: absolute; }
.fhc-xnys .swiper-button-prev:after{content:url("../Image/fhc-xn-l.png");width:40px;}
.fhc-xnys .swiper-button-next:after{content:url("../Image/fhc-xn-l.png");width:40px;transform: rotate(180deg)}
.fhc-xnys .swiper-pagination-bullet{width: 38px;height: 5px;background-color: #CDCDCD;border-radius: 2px;}
.fhc-xnys .swiper-pagination-bullet-active{width: 38px;height: 5px;background-color: #E39C3C;}
/*vs*/
.fhc-db{background: url("../Image/vs-bg.jpg");background-size: 100% 100%;padding-bottom: 70px;}
.fhc-db *{color: #fff;}
.fhc-db .fhc-t h3 label{color:#E39C3C;}
.fhc-db .fhc-t span{color: #fff;}
.fhc-db .row b{font-size: 26px;color: #E39C3C;display: block;margin-top:35px; }
.fhc-db .row b img{display: inline-block;padding-right: 12px;}
.fhc-db .row p{font-size: 16px;padding: 15px 0;border-bottom: 1px #B3B3B3 dashed;}
.fhc-db .row .text-center img{padding-top: 25px;}
.fhc-db #db{font-size: 18px;padding-top: 40px;}
.fhc-db #db b{font-size: 20px;line-height: 30px;background-color:#E39C3C;display: inline-block;padding: 0 5px;}
/*防火窗系列*/
.fhc-xl{background: url("../Image/xl-bg.jpg") no-repeat;background-size: 100% 100%;}
.fhc-xl .xl-t{border: 3px solid #FFFFFF;border-radius: 16px;width: 174px;margin: 0 auto;margin-bottom: 80px;}
.fhc-xl .xl-t:hover{background-color: #E39C3C;border: 3px solid #E39C3C;}
.fhc-xl .xl-t b{font-size: 22px;color: #fff;margin-top: 0;padding-bottom: 25px;}
.fhc-xl .xl-t img{display: inline-block;padding-bottom: 15px;}
/*应用范围*/
.fhc-yy1{padding-bottom: 68px;}
.fhc-yy1 .yy-top{padding: 0;padding-right: 25px;position: relative;margin-bottom: 20px;}
.fhc-yy1 .yy-top:nth-child(2){padding-right: 0;}
.fhc-yy1 .yy-top img{height: 650px;object-fit: cover;}
.fhc-yy1 .row .text-center{width: 100%;top:0;position:absolute;z-index:99999;background-color: rgba(255,255,255,0.8);display: none;}
.fhc-yy1 .row .text-center p{font-size: 30px;display:inline-block;margin-bottom: 10px;border-bottom: 2px #434343 solid;padding: 0 5px;}
.fhc-yy1 .row .text-center span{font-size: 16px;color: #7A7A7A;line-height: 24px;display: block;}
.fhc-yy1 .yy-top .text-center{height: 650px;}
.fhc-yy1 .yy-top .text-center p{padding-top: 290px;}
.fhc-yy1 .yy-foot{padding: 0;padding-right: 25px;position: relative;}
.fhc-yy1 .yy-foot:last-child{padding-right: 0;}
.fhc-yy1 .yy-foot img{height: 450px;object-fit: cover;}
.fhc-yy1 .yy-foot .text-center{height: 450px;}
.fhc-yy1 .yy-foot .text-center p{padding-top: 200px;}
.fhc-yy1 .row .on .text-center{display: block;}
/*相关资讯*/
.fhc-news{padding-bottom: 70px;}
.fhc-news .left{width: 47% !important;}
.fhc-news .center{width: 6% !important;}
.fhc-news .left span{font-size: 18px;color: #000;}
.fhc-news .left b{font-size: 20px;color: #E39C3C;display: block;padding-bottom: 22px;font-weight: bold;}
.fhc-news .left p{color: #383838;}
.fhc-news .row:nth-child(2n+2){background-color: #F2F2F2;padding-top: 30px;margin-bottom: 30px;}
/*产能优势-次主页*/
/*标题*/
.cnys-ny-t{padding-top: 70px;padding-bottom: 50px;}
.cnys-ny-t h3{font-weight: bold;font-size: 36px;color: #000;}
.cnys-ny-t img{padding-top: 10px;}
/*介绍*/
.cnys-ny{background: url("../Image/cnys-bg.png") no-repeat;background-size: 100% 100%;padding-bottom: 100px;background-position-y: -76px;}
.cnys-ny .right{padding-left: 60px;padding-right: 40px;padding-top: 34px;}
.cnys-ny b{font-size: 30px;font-weight: bold;display: block;padding-bottom: 36px;}
.cnys-ny hr{height: 1px;border: 0;background-color: #d6d6d6;}
.cnys-ny hr:after{content: "";position: absolute;display: block;width: 84px;height: 5px;background: #E39C3C;margin-top: -2px;}
.cnys-ny p{font-size: 18px;line-height: 2;color: #666;margin-top: 45px;padding-bottom: 35px;}
.cnys-ny .col-md-3{text-align: center;}
.cnys-ny .col-md-3 label{font-size: 18px;font-weight: bold;color: #000;line-height: 2;}
/*冲床设备*/
.cnys-ny1{background-color: #F7F7F7;}
.cnys-ny1 a{display: inline-block;width: 50%;text-align: center;line-height:64px;background: #E5E5E5;float: left;color: #666;font-size: 24px;font-weight: bold;}
.cnys-ny1 a .a{display: none;}
.cnys-ny1 a.on{color: #fff;background-color:#E39C3C; }
.cnys-ny1 a.on .a{display: inline-block;}
.cnys-ny1 a.on .a1{display: none;}
.cnys-ny1 .c-c{padding-bottom: 50px;}
.cnys-ny1 .c-c p.c-txt{font-size: 20px;color: #222;padding: 50px 0;line-height: 1.8;}
.cnys-ny1 .c-c .col-md-4{margin-bottom: 30px;}
.cnys-ny1 .c-c .txt{height: 17vw;background: rgba(0,0,0,0.8);position: absolute;top: 0;width: 94.5%;display: none;}
.cnys-ny1 .c-c .txt div{width: 94%;height: 94%;border: 1px #fff dashed;margin: 0 auto;margin-top: 2.5%;padding:0 5%;}
.cnys-ny1 .c-c .txt b{font-size: 20px;color: #fff;line-height: 1.8;display: inline-block;padding-top: 21%;}
.cnys-ny1 .c-c .txt hr{height: 2px;width: 25px;border: 0;background: #fff;}
.cnys-ny1 .c-c .txt p{font-size: 16px;line-height: 2;color: #fff;padding-top: 30px;}
.cnys-ny1 .c-c .on .txt{display: block;}
/*生产线*/
.c-c2{padding-bottom: 100px;}
.c-c2 .row{margin-top: 40px;}
.c-c2 .row p{font-size: 16px;color: #353535;background-color: #fff;margin-top: 30px;margin-left: 50px;}
.c-c2 .row p b{font-family: fzhz;font-size: 48px;display: inline-block;font-weight: unset;color: #fff;background-color:#E39C3C;width: 100px;line-height: 100px;border-radius: 50%;text-align: center;margin-left: -50px;margin-right: 30px;}
.c-c2 .row p span{width: 87%;display: inline-block;}
.c-c2 .row p span:before{content: "";display: inline-block;width: 16px;height: 16px;border-radius: 50%;background-color:#E39C3C;margin-right: 10px;}
@media (max-width: 1550px) {
	.fhc-xnys .swiper-slide .fhc-xn-con{background-size: 77% 100%;}
	.c-c2 .row p b{width: 80px;height: 80px;}
}
@media (max-width: 1360px) {
	.fhc-xnys .swiper-slide .fhc-xn-con{background-size: 74% 100%;}
	.fhc-db .row .text-center img{width: 90%;}
	.fhc-db.fhc-xl .row .text-center img{width: auto;}
}
@media (max-width: 1200px) {
	.fhc-xnys .swiper-slide .fhc-xn-con{background-size: 70% 100%;}
}
@media (max-width: 991px) {
	.cnys-ny .col-md-3 label{display: block;}
	.cnys-ny1 .c-c .txt{height: 31.8vw;}
}
@media (max-width: 768px) {
	.fhc-xnys .swiper-slide .fhc-xn-con{padding-left: 0;}
	.fhc-xnys .fhc-xn-c div{width: 50%;height: 260px;padding:50px 30px;}
	.fhc-xnys .fhc-xn-c{padding-top: 90px; padding-left: 15px;}
	.fhc-t{padding: 35px 0;}
	.fhc-t h3{font-size: 24px;}
	.fhc-t h3 img{width: 36px;}
	.fhc-xnys .qh{display: none;}
	.fhc-xnys .fhc-xn-c p:first-child span label{font-size: 22px;}
	.fhc-xnys .fhc-xn-c b{font-size: 60px;}
	.fhc-yy1 .yy-top img{height: 35vw;}
	.fhc-yy1 .yy-top .text-center{height: 35vw;}
	.fhc-yy1 .yy-top .text-center p{padding-top: 12vw;}
	.fhc-yy1 .row .text-center p{font-size: 20px;}
	.fhc-yy1 .row .text-center span{font-size: 12px;}
	.fhc-yy1 .yy-foot img{height: 30vw;}
	.fhc-yy1 .yy-foot .text-center{height: 30vw;}
	.fhc-yy1 .yy-foot .text-center p{padding-top: 10vw;}
	.fhc-xl .xl-t{width: 150px;margin-bottom: 40px;}
	.fhc-xl .xl-t b{font-size: 14px;}
	.fhc-db .row .text-center img{padding-top: 1.5vw;}
	.fhc-xl .xl-t b{padding-bottom: 1.5vw;}
}
@media (max-width: 767px) {
	.fhc-xl .col-md-3{width: 50%;float: left;}
	.fhc-xl .col-md-3 .xl-c{display: none;}
	.fhc-news .news-list .row{width: 95%;margin: 0 auto;padding: 20px 15px;}
	.fhc-yy1 .yy-top{padding: 0 15px;}
	.fhc-yy1 .yy-top:nth-child(2){padding: 0 15px;}
	.fhc-yy1 .yy-top img{height: 240px;;width: 100%;}
	.fhc-yy1 .yy-top .text-center{height: 240px;}
	.fhc-yy1 .yy-top .text-center p{padding-top: 100px;}
	.fhc-yy1 .yy-foot{padding: 0 15px;}
	.fhc-yy1 .yy-foot:last-child{padding: 0 15px;margin-top: 30px;}
	.fhc-yy1 .yy-foot img{height: 240px;;width: 100%;}
	.fhc-yy1 .yy-foot .text-center{height: 240px;}
	.fhc-yy1 .yy-foot .text-center p{padding-top: 100px;}
	.fhc-db .row .text-center img{display: none;}
	.fhc-db .row .col-sm-5:last-child{padding-top:30px; }
	.fhc-xnys .swiper-slide .fhc-xn-con{background: unset;}
	.fhc-xnys .fhc-xn-c{padding: 0;width: 100%;}
	.fhc-xnys .fhc-xn-c div{width: 100%;}
	.fhc-xnys .fhc-xn-c p:first-child span{margin-top: 15px;}
	.fhc-xnys .fhc-xn-c p:nth-child(2){padding-top: 20px;}
	.fhc-xnys .fhc-xn-c hr{display: none;}
	.fhc-t h3 img{width: 30px;}
	.fhc-t h3{font-size: 20px;}
	.fhc-t span{font-size: 12px;}
	.fhc-db.fhc-xl .row .text-center img{width: auto;display: inline-block;}
	.fhc-xl .xl-t{margin-bottom: 20px;background-color: #E39C3C;border: 3px solid #E39C3C;}
	.fhc-db.fhc-xl{padding-bottom: 0;}
	#footer .right .ewm img:nth-child(n+2){display: none;}
	.cnys-ny1 .c-c .txt{width: 92%;height: 62vw;}
	.cnys-ny .col-md-3{width: 50%;float: left;}
	.cnys-ny-t{padding: 30px 0;}
	.cnys-ny-t h3{font-size: 24px;}
	.cnys-ny .right{padding: 20px;}
	.cnys-ny b{font-size: 20px;padding-bottom: 15px;}
	.cnys-ny p{font-size: 14px;margin-top: 20px;padding-bottom: 20px}
	.cnys-ny{padding-bottom: 0;}
	.cnys-ny1 a{font-size: 16px;line-height: 3;}
	.cnys-ny1 a img{width: 20px;}
	.cnys-ny1 .c-c p.c-txt{font-size: 14px;padding: 20px 0;}
	.cnys-ny1 .c-c{padding-bottom: 20px;}
	.cnys-ny1 .c-c img:last-child{margin-top: 20px !important;}
}
@media (max-width: 600px) {
	.c-c2 .row p b{font-size: 24px;line-height: 50px;width: 50px;margin-left: -25px;margin-right: 15px;}
}
@media (max-width: 440px) {
	.c-c2 .row p b{display: none;}
	.c-c2 .row p{margin-left: 0;margin-top: 15px;}
	.c-c2 .row p span{width: 96%;display: block;margin: 0 auto;}
	.c-c2 .row{margin-top: 20px;}
}