/*header*/
.header{position: fixed;width:100%;z-index: 9999;top:0;}
.header .container-fluid{background: #ffffff;max-height: 100%}

.header-box{display: flex;flex-direction: row;justify-content: space-between;width:100%;height: 100%}
.h-logo{width:441px;display: block;padding:24px 0;transition: all .5s}

.h-nav{width: calc(100% - 650px);display: flex;flex-direction: row;justify-content: space-around;}
.h-nav li{height: 100%;position: relative;}
.h-nav li .yiji{color:#333;font-size: 16px;transition: all .5s;position: relative;display: inline-block;height: 100%;line-height: 90px;font-weight: 400;transition: all .5s}

.h-nav li .yiji:after{content:'';position: absolute;height: 4px;background:var(--zhu-color);left:50%;bottom:-1px;transform: translateX(-50%);width:0;transition: all .5s;}
.h-nav li .yiji.on{letter-spacing: 1px;font-weight: 700;}
.h-nav li .yiji.on:after{width:100%;}
.h-nav li .sublist{position: absolute;width:120px;top:100%;left:-10px;background: rgba(255,255,255,.8);display: none;}
.h-nav li .sublist.product{width:200px;}
.h-nav li .sublist ul{display:flex;flex-direction: column;background: rgba(255,255,255,.8);padding:10px 15px 15px;}
.h-nav li .sublist ul a{display: block;padding:10px 0;color:#333;transition: all .5s;position: relative;font-size: 15px;}
.h-nav li .sublist ul a:after{position: absolute;content:'';left:0;bottom:0;width:15px;background: var(--zhu-color);height: 2px;transition: all .5s}
.h-nav li .sublist ul a:hover:after{width:100%;}
.h-nav li .sublist ul a:hover{color:var(--zhu-color);}
.h-ewm{width:90px;height: 90px;text-align: center;line-height: 90px;cursor: pointer;transition: all .5s;position: relative;}
.h-ewm:after{content:'';position: absolute;top:0;right:0;width:1px;background: #bebdbd;height: 100%}
.h-ewm i{font-size:30px;}
.h-ewm img{display: none;}
.h-ewm:hover i{display: none;}
.h-ewm:hover img{display:block;}
.h-tel{width:90px;text-align: center;line-height: 90px;position: relative;height: 90px;cursor: pointer;transition: all .5s}
.h-tel i{font-size:30px;}
.h-tel p{position: absolute;height: 100%;background: var(--zhu-color);color:#fff;font-size:20px;font-weight: bold;padding:0 15px;line-height: 90px; right:-215px;top:0;transition: all .5s;width:200px;}
.h-tel:hover p{right:-15px;}

.h-menu{position: absolute;right:0;bottom:15px;width:80px;text-align: center;cursor: pointer;display: none;color:var(--zhu-color);transition: all .5s}
.h-menu i{color:#333;font-size: 35px;}
.header.active{border-bottom: solid 1px #e3e1e1}
.header.active .h-logo{padding:10px 0;}
.header.active{background:rgba(255,255,255,0.9);top:0;}
.header.active .container-fluid{background: none;}
.header.active .header-top{display: none;}
.header.active .h-nav li .yiji{line-height: 60px;}
.header.active .h-ewm{line-height: 60px;height: 60px;width:80px;}
.header.active .h-ewm img{height: 60px;margin:0 auto;}
.header.active .h-tel{height: 60px;line-height: 60px;width:60px;}
.header.active .h-tel p{line-height: 60px;}
.header.active .h-menu{bottom:10px;}
@media(max-width: 1600px){
	.h-nav li .sublist .wrapp{display: flex;flex-direction: row;}
	.h-nav li .sublist .right img{width:100%;}
}

@media(max-width: 1200px){
	.h-ewm{display: none;}
	.h-tel{display: none;}
	.h-nav{width:calc(100% - 400px);}
}
@media(max-width: 1024px){
	.header{top:0;}
	.h-nav{display: none;}
	.h-menu{width:60px;display: block}
	.header-top{display: none;}
	.h-logo{padding:15px 0;}

}
@media(max-width: 768px){
	.header-top{display: none;}
}
@media(max-width: 576px){
	.header-box{height: 50px;}
	.h-logo{height: 100%;padding:8px 0;width:280px;}
	.h-logo img{}
	.h-menu{display: flex;flex-direction: column;justify-content: center;bottom:5px;}
	.h-menu i{font-size:30px;}
	.header.active .h-menu{bottom:5px;}
	.header.active .h-logo{padding:8px 0;}
}


/*flash*/
.flash{margin-top:90px;text-align: center;overflow: hidden;position:relative;}
.flash-box{overflow: hidden;position: relative;}
	.flash-box img{ }
	.flash .sb{position: absolute;bottom:30px;left:50%;transform: translateX(-50%);font-size:30px;bottom:45px;color:#fff;z-index: 1}
	.flash .box{width:470px;height: 180px;background: url(../images/flash-icon.png) right bottom no-repeat var(--zhu-color);padding:0 80px;display: flex;flex-direction:row;align-items: center;position: absolute;bottom:0;right:0;z-index: 2}
	.flash .box span{width:32px;height: 3px;background: #fff;}
	.flash .box b{font-size:18px;color:#fff;margin-left: 30px;}
	@media(min-width:1890px ){
		.flash img{width:1920px;max-width: none;}
	}
	@media(max-width: 1890px){
		.flash .box{width:360px;height: 150px}
	}
	@media(max-width: 1400px){
		.flash .box{width:300px;height: 100px}
	}
	@media(max-width: 1200px){
		.flash .box{display: none;}

	}
	@media(max-width: 1024px){
		.flash{margin-top:72px;}
	}
	@media(max-width: 992px){
		.flash-box img{height: 50vh;object-fit: cover;width:100%; }
	}
	@media(max-width: 768px){
		.flash-box img{height: 38vh;}
	}
	@media(max-width: 576px){
		.fancynav-inner .flash{margin-top: 0}
		.flash{margin-top:50px}
		.flash-box img{height: auto;}

	}

/*ititle*/
.ititle{display: flex;flex-direction: row;justify-content: space-between;}
.ititle .left{width:550px;}
.ititle .left .t1{color:var(--zhu-color);font-size:72px;font-weight: bold;text-transform: uppercase;line-height: 1}
.ititle .left .t2{font-size:30px;color:#666666;}
.ititle .right{width:140px;}
.ititle .right a{width:70px;height: 70px;text-align: center;line-height: 70px;background: #fff;display: block;transition: all .5s}
.ititle .right a i{font-size:22px;}
.ititle .right a.lt{background: var(--zhu-color);float: left}
.ititle .right a.lt i{color:#fff;}
.ititle .right a.rt{float: right;}
.ititle .right a.rt i{color:var(--zhu-color);}
.ititle .right a:hover{border-radius: 10px;}
.ititle .right a.more{width:100px;height: 40px;line-height: 40px;text-align: center;font-size:14px;color:#fff;background: var(--zhu-color);}
@media(max-width: 1200px){
	.ititle .left .t1{font-size:60px;}
	.ititle .left .t2{font-size:22px;}
	.ititle .right a{width:60px;height: 60px;line-height: 60px;}
}
@media(max-width: 992px){
	.ititle .left .t1{font-size:50px;}
	.ititle .left .t2{font-size:20px;}
	.ititle .right a{width:40px;height: 40px;line-height: 40px;}
}
@media(max-width: 576px){
	.ititle .left{width:250px;}
	.ititle .left .t1{font-size:30px;}
	.ititle .left .t2{font-size:14px;}
	.ititle .right{width:55px;}
	.ititle .right a{width:24px;height: 24px;line-height: 24px;}
	.ititle .right a i{font-size:14px;}
	.ititle .right a.more{width:55px;height: 30px;line-height: 30px;font-size:12px;}

}



/*more*/
.gmore{width:240px;height: 60px;border:solid 1px var(--zhu-color);display: block;position: relative;line-height: 60px;overflow: hidden;margin-top: 60px;}
.gmore span{color:#333;font-size: 16px;position: absolute;z-index: 2;left:20px;top:0px;transition: all .5s}
.gmore:after{position: absolute;top:50%;right:-10px;content:'\e6ed';font-family: 'iconfont';width:70px;height:70px;background: var(--zhu-color);color:#fff;line-height: 70px;text-align: right;font-size: 30px;border-top-left-radius: 80px;transform: translateY(-50%);padding-right: 18px;transition: all .5s}
.gmore:hover span{color:#fff;}
.gmore:hover:after{width:150%;}

/*icom*/
.icom{/*background: url(../images/icom-bg.jpg) center no-repeat;background-attachment: fixed;*/position: relative;padding-bottom: 60px;}
.icom:before{content:'';position: absolute;top:0;width:100%;background:var(--zhu-color);opacity: 0.85;height: 100%}
.icom-hd{padding:80px 0 60px;text-align: center;color:#fff;line-height: 1.2}
.icom-hd .hd{font-size:100px;font-weight: bold;}
.icom-hd .bd{font-size:30px;}
.icom-md{color:#fff;}
.icom-md .hd{font-size:24px;text-align: center;}
.icom-md .bd{opacity: 0.8;margin-top:30px;line-height: 30px;font-size:16px; }
.icom-bd{display: flex;flex-direction: row;justify-content: center;margin-top: 60px;}
.icom-bd li{color:#fff;padding:0px 10%;}
.icom-bd li:nth-child(2){border-left:solid 1px #ba6468;border-right:solid 1px #ba6468;}
.icom-bd li i{font-size:50px;}
.icom-bd li .t1{width:100%;}
.icom-bd li .t1 b{font-size:63px;font-weight: bold;line-height: 1;}
.icom-bd li .t1 span{font-size:12px;}
.icom-bd li p{font-size:12px;margin-top: 10px;}
.icom-more{margin:70px 0 0;}
.icom-more a{width:298px;height: 60px;background: #fff;color:var(--zhu-color);text-align: center;line-height: 60px;display: block;margin:0 auto;transition: all .5s}
.icom-more a span{font-size:16px;}
.icom-more a i{font-size:20px;margin-left:15px;}
.icom-more a:hover{border-radius: 10px;box-shadow: 0 0 15px #fff}
@media(max-width: 1200px){
	.icom-hd .hd{font-size:70px;}
	.icom-hd .bd{font-size:26px;}
	.icom-md .hd{font-size:22px;}
	.icom-md .bd{font-size:15px;}
	.icom-bd li{padding:0 7.5%;}
	.icom-bd li i{font-size:45px;}
	.icom-bd li .t1 b{font-size:55px;}
	.icom-more a{width:220px;}
}
@media(max-width: 992px){
	.icom-hd .hd{font-size:60px;}
	.icom-hd .bd{font-size:24px;}

	.icom-bd li i{font-size:40px;}
	.icom-bd li .t1 b{font-size:50px;}
	.icom-more a{width:200px;}
}
@media(max-width: 768px){
	.icom-hd .hd{font-size:50px;}
	.icom-bd li .t1 b{font-size:30px;}
	.icom-bd li .t1 span{font-size:10px;}
	.icom-more a{width:150px;height: 50px;line-height: 50px;}
	.icom-more a span{font-size:14px;}

}
@media(max-width: 576px){
	.icom-hd{padding:45px 0 30px;}
	.icom-hd .hd{font-size:35px;}
	.icom-hd .bd{font-size:20px;}
	.icom-md .hd{font-size:18px;}
	.icom-md .bd{font-size:13px;}
	.icom-bd{margin-top: 30px;}
	.icom-bd li{padding:0 5%;}
	.icom-bd li i{font-size:25px;}
	.icom-bd li .t1 b{font-size:20px;}
	.icom-bd li p{font-size:10px;}
	.icom-more{margin-top: 45px;}

}


/*ipro*/
.ipro{overflow: hidden;padding:55px 0;}
.ipro-hd{text-align: center;overflow: hidden;}
.ipro-hd .hd{font-size:36px;color:#333333;font-weight: bold;}
.ipro-hd .bd{display: flex;flex-direction: row;justify-content:center;align-items: center;}
.ipro-hd .bd span{font-size:12px;text-transform: uppercase;width:102px;}
.ipro-hd .bd .lt,.ipro-hd .bd .rt{width:85px;height: 1px;background: #cccccc;}
.ipro-hd .bd .lt{margin-right: 10px;}
.ipro-hd .bd .rt{margin-left: 10px;}
.ipro-md{padding:20px 0 30px;overflow: hidden;text-align: center;}
.ipro-md a{font-size:16px;color:#333333;padding:12px 5px;display:inline-block;border-bottom:solid 1px #fff;margin:0 15px;}
.ipro-md a:hover{color:var(--zhu-color);border-bottom:solid 1px var(--zhu-color);}
.ipro-bd{position: relative;overflow: hidden;margin-top: 45px;}
.ipro-bd:before{content:'PRODUCT';position: absolute;top:0;transform: translateX(-50%);left:50%;font-size:400px;font-family: Impact;color:var(--zhu-color);opacity: 0.08;line-height:0.9}
.ipro-bd-box{overflow: hidden;}
.ipro-bd-box a{display: block;}
.ipro-bd-box a .pic{padding:2vw;margin-bottom:40px;}
.ipro-bd-box a .pic .img{border:solid 1px var(--zhu-color);}
.ipro-bd-box a .pic .img img{transition: all .5s}
.ipro-bd-box a:hover .pic .img{border:solid 1px var(--zhu-color);}
.ipro-bd-box a:hover .pic .img img{transform: scale(1.05,1.05);}
.ipro-bd-box a .img img{object-fit: contain;}
.ipro-bd-box a b{color:var(--zhu-color);font-size:26px;font-family: Impact;}
.ipro-bd-box a .tit1{display: flex;flex-direction: row;justify-content: center;align-items: center;margin-top: 100px}
.ipro-bd-box a .tit1 b{max-width: 40px;margin-right:30px;}
.ipro-bd-box a .tit1 p{color:#333;font-size:16px;}
.ipro-bd-box a .tit2{display: none;text-align: center;}
.ipro-bd-box a .tit2 .hd{display: flex;flex-direction: column;align-items: center;}
.ipro-bd-box a .tit2 .hd .line{width:1px;height: 0;background: var(--zhu-color);transition: all .5s}
.ipro-bd-box a .tit2 .hd .circle{width:8px;height: 8px;border:solid 1px var(--zhu-color);border-radius: 50%;margin-bottom: 3px}
.ipro-bd-box a .tit2 .md{margin-top: 10px;}
.ipro-bd-box a .tit2 .bd{font-size:16px;color:#333;}
.ipro-bd .xian{width:32%;border-top:solid 1px #ccc;position: absolute;bottom:130px;}
.ipro-bd .left{left:0;}
.ipro-bd .right{right:0;}
.ipro-bd .xian span{height: 3px;width:35px;display: block;background: var(--zhu-color)}
.ipro-bd .right span{float: left;margin-top: -2px}
.ipro-bd .left span{float: right;margin-top: -2px}
.ipro-bd-box a.swiper-slide-active .pic{border-left:solid 1px #eee;border-right:solid 1px #eee;}
.ipro-bd-box a.swiper-slide-active .tit1{display: none;}
.ipro-bd-box a.swiper-slide-active .tit2{display: block;}
.ipro-bd-box a.swiper-slide-active .tit2 .hd .line{height: 65px;}
.ipro-more{text-align: center;margin-top: 20px;}
.ipro-more a{font-size:16px;color:var(--zhu-color);}
.ipro-more a:hover{font-weight: bold;}
@media(max-width: 1400px){
	.ipro-bd:before{font-size:340px;}
}
@media(max-width: 1200px){
	.ipro-bd:before{font-size:300px;}
}
@media(max-width: 1024px){
	.ipro-bd:before{font-size:280px;}
}
@media(max-width: 992px){
	.ipro-hd .hd{font-size:32px;}
	.ipro-md a{font-size:14px;}
	.ipro-bd:before{font-size:240px;}
	.ipro-bd-box a b{font-size:22px;}
	.ipro-bd-box a .tit1 p{font-size:15px;}
	.ipro-bd-box a .tit2 .bd{font-size:15px;}
	.ipro-bd .xian{width:28%;}
}
@media(max-width: 768px){
	.ipro-hd .hd{font-size:30px;}
	.ipro-bd-box a.swiper-slide-next .tit1{justify-content: flex-start;}
	.ipro-bd-box a.swiper-slide-prev .tit1{justify-content: flex-end;}
	.ipro-bd .xian{width:25%;}
	.ipro-bd-box a .tit1 b{margin-right:15px}
	.ipro-bd:before{font-size:200px;}
}
@media(max-width: 576px){
	.ipro{padding:30px 0;}
	.ipro-bd:before{font-size:150px;}
	.ipro-hd .hd{font-size:26px;}
	.ipro-bd{margin-top: 0}
	.ipro-bd-box a b{font-size:18px;}
	.ipro-bd-box a .tit1 p{font-size:14px;}
	.ipro-bd-box a .tit2 .bd{font-size:14px;}
	.ipro-bd-box a.swiper-slide-active .tit2 .hd .line{height: 45px}
	.ipro-bd .xian{bottom:100px;}
	.ipro-bd-box a .tit1{margin-top: 80px;}
	.ipro-md a{padding:5px;}
}

/*icase*/
.icase{background: #f2f2f2;padding:70px 0;overflow: hidden;}
.icase-bd{overflow: hidden;margin-top: 40px}
.icase-bd a .img{padding-bottom:75%; }
.icase-bd a .box{background: #fff;width:85%;margin:0 auto;padding:20px 30px;margin-top: -60px;position: relative;transition: all .5s }
.icase-bd a .box .t1{font-size:20px;color:#333333;font-weight: bold;transition: all .5s }
.icase-bd a .box .t2{font-size:16px;color:#999999;line-height: 30px;margin-top: 15px;transition: all .5s }
.icase-bd a:hover .box{background: var(--zhu-color);}
.icase-bd a:hover .box .t1{color:#fff;}
.icase-bd a:hover .box .t2{color:#fff;}
@media(max-width: 1200px){
	.icase-bd a .box{padding:15px;}
	.icase-bd a .box .t1{font-size:17px;}
	.icase-bd a .box .t2{font-size:14px;}
}
@media(max-width: 992px){
	.icase-bd a .box{margin-top: 0;width:100%;}
	.icase-bd a .box .t2{display: none;}
}
@media(max-width: 576px){
	.icase{padding:30px 0;}
	.icase-bd{margin-top: 20px}
	.icase-bd a .box{padding:8px 10px;}
	.icase-bd a .box .t1{font-size:14px;}
}



/*inews*/
.inews{padding:70px 0;}
.inews-bd{display: flex;flex-direction: row;justify-content: space-between;margin-top: 45px;}
.inews-bd .left{width:50%;padding:30px 0;}
.inews-bd .left ul{display: flex;flex-direction: column;}
.inews-bd .left ul a{padding:35px 15px 35px 0;border-bottom:solid 1px #d1cfcf;display: flex;flex-direction: row;justify-content: space-between;transition: all .5s}
.inews-bd .left ul a .lt{color:#333;width:105px;text-align: center;transition: all .5s}
.inews-bd .left ul a .lt b{font-size:60px;font-weight: bold;line-height: 1.2}
.inews-bd .left ul a .lt span{font-size:16px;}
.inews-bd .left ul a .rt{width:calc(100% - 135px);}
.inews-bd .left ul a .rt .t1{font-size:20px;color:#333333;font-weight: bold;transition: all .5s}
.inews-bd .left ul a .rt .t2{font-size:16px;color:#666666;line-height: 30px;margin-top: 15px;-webkit-line-clamp:2;transition: all .5s}
.inews-bd .left ul a:hover{background: var(--zhu-color)}
.inews-bd .left ul a:hover .lt{color:#fff;}
.inews-bd .left ul a:hover .rt .t1{color:#fff;}
.inews-bd .left ul a:hover .rt .t2{color:#fff;}
.inews-bd .right{width:calc(50% - 15px);}
.inews-bd .right img{width:945px;max-width: none;}
@media(max-width: 1200px){
	.inews-bd .left{padding:0;}
	.inews-bd .left ul a{padding:20px 0;}
	.inews-bd .left ul a .rt .t1{font-size:17px;}
	.inews-bd .left ul a .rt .t2{font-size:14px;}
	.inews-bd .left ul a .lt b{font-size:50px;}
	.inews-bd .left ul a .lt span{font-size:15px;}
	.inews-bd .right img{width:100%;height: 100%;object-fit: cover;}
}
@media(max-width: 992px){
	.inews-bd .left{width:100%;}
	.inews-bd .right{display: none;}
}
@media(max-width: 576px){
	.inews{padding:30px 0;}
	.inews-bd{margin-top: 15px;}
	.inews-bd .left ul a .lt{width:60px;}
	.inews-bd .left ul a .lt b{font-size:42px;}
	.inews-bd .left ul a .lt span{font-size:12px;}
	.inews-bd .left ul a .rt{width:calc(100% - 75px);}
	.inews-bd .left ul a .rt .t1{font-size:16px;}
	.inews-bd .left ul a .rt .t2{line-height: 1.6;margin-top: 10px;}
}

/*iadv*/
.iadv{margin:0px 0 65px;}
.iadv-hd{background: url(../images/iadv-bg.jpg) center no-repeat;color:#fff;font-size:20px;text-align: center;padding:100px 30px;height: 328px;}
.iadv-hd .t2{text-transform: uppercase;margin-top: 10px;}
.iadv-bd{width:205px;height: 60px;text-align: center;line-height: 60px;color:#fff;font-size:20px;background: var(--zhu-color);margin:-30px auto 0;display: block;}
@media(max-width: 576px){
	.iadv{margin:0 0 30px;}
	.iadv-hd{padding:50px 15px;font-size:14px;height: 210px}
	.iadv-bd{width:160px;height: 40px;line-height: 40px;font-size:14px;}
}



/*footer*/
.footer{background: #333333;width:100%;}
.f-hd{display: flex;flex-direction: row;padding-top: 70px}
.f-hd .right{width:350px;text-align: center;}
.f-hd .left{width:calc(100% - 350px);display: flex;flex-direction: row;}
.f-hd .left li{width:19%;border-right:solid 1px #424242;position: relative;padding:0 5% 60px;}
.f-hd .left li:first-child{border-left:solid 1px #424242;}
.f-hd .left li:before{content:'';position: absolute;width:3px;height: 28px;background: var(--zhu-color);top:0;right:-2px;}
.f-hd .left li:first-child:after{content:'';position: absolute;width:3px;height: 28px;background: var(--zhu-color);top:0;left:-2px;}
.f-hd .left li .yiji{color:#fff;font-size:18px;margin-bottom: 25px;display: block;}
.f-hd .left li .erji{color:#666666;display: block;margin-bottom: 5px;}
.f-hd .left li .yiji:hover{font-weight: bold;}
.f-hd .left li .erji:hover{color:#fff;}
.f-hd .right p{margin-bottom: 15px;color:#fff;font-size:16px;}
.f-hd .right img{max-width: 110px;}
.f-bd{border-top:solid 1px  #424242;padding:30px 0;color:#999;}
.f-bd a{color:#999;display: inline-block;}
.f-bd a:hover{color:#fff;}
@media(max-width: 1200px){
	.f-hd .left{width:calc(100% - 280px);}
	.f-hd .left li{padding:0 4% 50px;}
	.f-hd .right{width:250px;}
}
@media(max-width: 992px){
	.f-hd .left{width:calc(100% - 150px);}
	.f-hd .left li{padding:0 4% 50px;width:20%;}
	.f-hd .right{width:150px;}
	.f-hd .right img{width:90px;}
	.f-hd .right p{font-size:14px;}
	.f-hd .left li .yiji{font-size:16px;}
}
@media(max-width:768px){
	.f-hd{display: none;}
	.footer{margin-bottom: 50px;}
}

/*imsg*/
.imsg{position: fixed;z-index: 999;bottom:0;width:100%;transition: all .5s;left:0;}
.imsg-bg{background: rgba(0,0,0,.9);height: 250px;position: absolute;top:0;left:0;width:100%;}
.imsg-closed{width:30px;height: 30px;border-radius: 50%;background: #fff;position: absolute;top:5px;right:15px;text-align: center;line-height: 30px;cursor: pointer;}
.imsg-closed i{font-size:20px;}
.imsg-left{width:175px;float: left;margin-top: -50px}
.imsg-right{width:calc(100% - 400px);float: left;margin-left: 100px}
.imsg-right p{color:#fff;font-size:36px;margin:20px 0 15px;}
.imsg-right .box{border-radius: 10px;background: #fff;padding:25px;}
.imsg-right .box .message{display: flex;flex-direction: row;}
.imsg-right .box .item{margin-right: 30px;}
.imsg-right .box .item span{color:#333333;font-size:16px;}
.imsg-right .box .item input{border:solid 1px #d2d1d1;border-radius: 5px;padding:5px;}
.imsg-right .box .item img{width:80px;height: 33px;}
.imsg-right .box .item a{width:120px;height: 34px;border-radius: 5px;background:var(--zhu-color);color:#fff;text-align: center;line-height: 34px;display: block;}
.imsg-right .box .item .code{width:120px;}
.imsg-right .box .item a:hover{background: var(--pei-color)}
.imsg.yincang{left:-100%;}
.imsg-show{width:50px;height: 50px;border-radius: 50%;position: fixed;bottom:50px;left:-25px;background: rgba(0,0,0,.9);padding-top: 10px;display: none;cursor: pointer;}
.imsg-show i{color:#fff;font-size:20px;margin-left:25px;}
@media(max-width: 1400px){
	.imsg-right{width:calc(100% - 260px);margin-left: 50px;}
	.imsg-right p{font-size:30px;}
	.imsg-right .box .item span{font-size:14px;}
	.imsg-right .box .item:last-child{margin-right: 0}
}
@media(max-width: 1200px){
	.imsg{display: none;}
	
}






/*l-banner*/
.l-banner{width:100%;height: 570px;overflow: hidden;color:#fff;display: flex;flex-direction: column;justify-content: center;z-index: 1;;background: url(../images/l-banner.jpg) top center no-repeat;/*background-attachment: fixed;*/padding-top:100px;background-size: cover;}
.l-banner .wrap{padding:0 15px;}
.l-banner .t1{font-size: 42px;font-weight: bold;line-height: 1}
.l-banner .t2{font-size: 18px;margin:25px 0;line-height: 1.5}
.l-banner span{width:55px;height: 3px;background: #fff;display:block;}
@media(max-width: 992px){
	.l-banner{height: 470px}
}

@media(max-width: 576px){
	.l-banner{height: 280px;padding-top:50px; }
	.l-banner .t1{font-size: 24px;}
	.l-banner .t2{font-size: 14px;}

}
/*position*/
.position{border-bottom: solid 1px #f3f2f2;padding-top: 5px;overflow: hidden;}

.p-left{width:50%;float: left;overflow: hidden;}
.p-left a{height: 70px;line-height: 70px;display: block;float: left;margin-right: 30px;color:#333;font-size: 18px;position: relative;transition: all .5s;}
.p-left a:after{content:'';position: absolute;bottom:0;left:50%;height: 2px;background:var(--zhu-color);width:0;;transition: all .5s;transform: translateX(-50%);}
.p-left a:hover,.p-left a.on{color:var(--zhu-color);font-weight: bold;}
.p-left a:hover:after,.p-left a.on:after{width:100%;}
.p-right{width:50%;float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;height: 70px;}
.p-right i{color:var(--zhu-color);font-size:30px;margin-right: 10px;}
.p-right p{color:#666666;}
.p-right p a{color:#666666;display: inline-block;}
.p-right p a:hover{color:var(--zhu-color);}
.pinfo-position .p-right{justify-content: flex-start;width:100%;}
@media(max-width: 1400px){
	.p-right{height: 50px;}
}
@media(max-width: 992px){
	.position .container-fluid{display: flex;flex-direction: column-reverse;}
	.p-left{width:100%;}
	.p-right{width:100%;justify-content: flex-start;}
	.pinfo-position .p-right{display:flex;}
}
@media(max-width: 576px){
	.p-left a{height: 40px;line-height: 40px;font-size: 14px;margin-right: 15px;}
	.p-right i{font-size: 16px;}
	.p-right p{font-size: 12px;}
	.pinfo-position .p-right{display:flex;}
}

.l-title{margin:30px 0;text-align: center;position: relative;}
.l-title .hd{font-size: 72px;position: absolute;color:#333;opacity: 0.04;font-family: Impact;text-transform: uppercase;top:0;left:50%;transform: translateX(-50%);width:100%;}
.l-title .md{text-align: center;font-size: 36px;color:#333333;padding-top: 25px;}
.l-title .md b{color:var(--zhu-color);font-weight:bold;}
.l-title .bd{color:#333;text-transform: uppercase;font-size: 18px;opacity: 0.66}
@media(max-width: 768px){
	.l-title .hd{font-size: 65px}
}
@media(max-width: 576px){
	.l-title{margin:15px 0;}
	.l-title .hd{display: none;}
	.l-title .md{font-size: 30px;padding-top: 0}
	.l-title .bd{font-size: 14px}
}

/*com-part1*/
.com-part1{padding:60px 0;overflow: hidden;width:100%;}
.com-part1-hd{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;padding:0 15px;}
.com-part1-hd .left{overflow: hidden;width:calc(100% - 530px);}
.com-part1-hd .left .t1{overflow: hidden;font-size: 36px;font-family: Impact;background-image: linear-gradient(to right,var(--zhu-color), var(--pei-color),var(--zhu-color)); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;text-transform: uppercase;font-weight: bold;
}

 .com-part1-hd .left .t2{color:var(--pei-color);font-family: Arial;font-size:18px;text-transform: uppercase;}
 .com-part1-hd .left .t3{font-size: 16px;line-height: 36px;color:#333;margin-top: 30px;-webkit-line-clamp:6;}
 .com-part1-hd .right{width:500px;position: relative;}
 .com-part1-hd .right .box{width:calc(100% - 44px);height: calc(100% - 44px);border:solid 1px #fff;position: absolute;top:22px;left:22px;border-top-right-radius:50px;border-bottom-left-radius: 50px;overflow: hidden;z-index: 1}
  .com-part1-hd .right .pic{width:100%;height: 100%;border-top-right-radius:50px;border-bottom-left-radius: 50px;overflow: hidden;}
  .com-part1-hd .right .pic img{object-fit: cover;width:100%;height: 100%;}
  .com-part1-hd .more{width:150px;display: flex;flex-direction: row;justify-content: space-between;margin:30px 30px 15px;float: right;}
  .com-part1-hd .more span,.com-part1-hd .more i{height: 40px;line-height: 40px;display: block;background: var(--zhu-color);color: #fff;text-align: center;transition: all .5s}
	.com-part1-hd .more span{width:107px;font-size: 16px;}
	.com-part1-hd .more i{width:40px;font-size: 24px;}
	.com-part1-hd .more:hover span{border-radius: 10px;}
	.com-part1-hd .more:hover i{border-radius: 50%;}
 	.com-part1-bd{background:#fafafa;display: flex;flex-direction: row;height: 220px;margin-top: 60px;}
 	.com-part1-bd li{display: flex;flex-direction: column;align-items: center;justify-content: center;width:25%;border-right:solid 1px #e9e9e9;}
   .com-part1-bd li:last-child{border-right:none;}
 .com-part1-bd li i{display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 60px;line-height: 1}
  .com-part1-bd li .t1 b{font-size: 45px;font-weight: bold;color:var(--zhu-color);}
  .com-part1-bd li .t1 span{font-size: 16px;margin-left: 5px}
  .com-part1-bd li .t2{font-size: 16px;color:#999999;}

@media(max-width: 1600px){
	.com-part1-hd .left{width:calc(100% - 730px);}
	.com-part1-hd .right{width:700px;}
}
@media(max-width: 1400px){
	.com-part1-hd .left{width:calc(100% - 630px);}
	.com-part1-hd .right{width:600px;}
}
@media(max-width: 1200px){
	.com-part1-hd .left{width:calc(100% - 530px);}
	.com-part1-hd .right{width:500px;}
}
@media(max-width: 992px){
	.com-part1-hd{flex-direction: column;}
	.com-part1-hd .left{width:100%}
	.com-part1-hd .right{width:100%;}
	.com-part1-bd{margin-top: 45px;}
	.com-part1-bd li i{font-size: 50px}
	.com-part1-bd li .t1 b{font-size: 40px;}
}
@media(max-width: 768px){
	.com-part1-bd{height: 160px}
	.com-part1-bd li i{font-size: 40px}
	.com-part1-bd li .t1 b{font-size: 30px;}
	.com-part1-bd li .t2{font-size: 14px}
}
@media(max-width: 576px){

	.com-part1{padding:30px 0;}

	.com-part1-hd .left .t1{font-size:30px;}
	.com-part1-hd .left .t2{font-size:16px;}
	.com-part1-hd .left .t3{font-size: 14px;line-height: 26px}
	.com-part1-hd .right .box{width:calc(100% - 22px);height: calc(100% - 22px);top:11px;left:11px;}
	.com-part1-bd{flex-wrap: wrap;height: 315px;margin-top: 30px}
	.com-part1-bd li{width:50%;height: 150px;margin-bottom: 15px}
	.com-part1-bd li:nth-child(2){border-right:none;}
}

/*com-part2*/
.com-part2{background: url(../images/com-part2-bg.jpg) center no-repeat;height: 700px;width:100%;background-attachment: fixed;padding:30px 0;}
.com-part2 .l-title .hd{color:#fff;opacity: 0.1}
.com-part2 .l-title .md{color:#fff;}
.com-part2 .l-title .md b{color:#fff;}
.com-part2 .l-title .bd{color:#fff;}
.com-part2-bd{overflow: hidden;padding:60px 15px;}
.com-part2-bd .swiper-slide{border-radius: 20px;position: relative;padding:45px 100px;text-align: center;cursor: pointer;overflow: hidden;transition: all .5s;}
.com-part2-bd .swiper-slide .bg{position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(255,255,255,.7);z-index: 0}
.com-part2-bd .swiper-slide:before{content:'';top:12px;left: 12px;width:calc(100% - 24px);height: calc(100% - 24px);border:solid 1px #ccc;position: absolute;z-index: 2;border-radius: 20px;}

.com-part2-bd .swiper-slide i{width:80px;height: 80px;border-radius:50%;background: var(--zhu-color);color:#fff;font-size: 40px;text-align: center;line-height: 80px;display: block;margin:0 auto;position: relative;z-index: 2}
/*.com-part2-bd .swiper-slide:nth-child(1) i{font-size: 65px}
.com-part2-bd .swiper-slide:nth-child(3) i{font-size: 65px}*/
.com-part2-bd .swiper-slide .t1{text-align: center;font-size: 26px;font-weight:bold;padding:10px 0;position: relative;z-index: 2}
.com-part2-bd .swiper-slide .t2{text-align: center;font-size: 15px;line-height: 26px;height: 90px;position: relative;z-index: 2;opacity: 0.7}
.com-part2-bd .swiper-slide.on{color:#fff; }
.com-part2-bd .swiper-slide.on .bg{background:linear-gradient(to right bottom,var(--zhu-color), var(--pei-color));opacity: 0.7}
@media(max-width: 1600px){
	.com-part2-bd .swiper-slide{padding:45px 50px;}
}
@media(max-width: 992px){
	.com-part2{height: auto}
	.com-part2-bd .swiper-slide{padding:45px 30px;}
	.com-part2-bd .swiper-slide i{font-size: 40px;width:60px;height: 60px;;line-height: 60px;}
	.com-part2-bd .swiper-slide:nth-child(1) i{font-size: 55px}
	.com-part2-bd .swiper-slide:nth-child(3) i{font-size: 55px}
	.com-part2-bd .swiper-slide .t1{font-size: 24px;}
	.com-part2-bd .swiper-slide .t2{font-size: 14px;}
}
@media(max-width: 576px){
	.com-part2-bd{padding:30px;}
	.com-part2-bd .swiper-slide{border-radius: 30px}
	.com-part2-bd .swiper-slide:before{border-radius: 30px}
}

/*com-part3*/
.com-part3-bd{overflow: hidden;width:100%;padding:30px 15px 30px;}
.com-part3-bd .swiper-slide{background: #f2f2f2;}
.com-part3-bd .swiper-slide a{display: block;width:100%;padding:13px;overflow: hidden;border-radius: 3px;transition: all .5s;}
.com-part3-bd .swiper-slide a .hd{overflow: hidden;position: relative;width:100%;}
.com-part3-bd .swiper-slide a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background: var(--zhu-color);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.com-part3-bd .swiper-slide a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;}
.com-part3-bd .swiper-slide a .hd .zhezhao .box i{font-size: 50px;}
.com-part3-bd .swiper-slide a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;}
.com-part3-bd .swiper-slide a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#333;margin-top: 10px;transition: all .5s}
.com-part3-bd .swiper-slide a.on{box-shadow: 0 0 10px #ccc;}
.com-part3-bd .swiper-slide a.on .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: .7}
.com-part3-bd .swiper-slide a.on .bd{letter-spacing: 1px}
.com-part3-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part3-bd .pagination .swiper-pagination-bullet{border-radius: 0;width:20px;height: 3px;transition: all .5s}
.com-part3-bd .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:30px;}
@media(max-width: 576px){
	.com-part3{padding-top: 15px;}
	.com-part3-bd{padding:15px 23px 45px;}
}

/*com-part4*/
.com-part4{background: url(../images/company_honor.jpg) center bottom no-repeat;padding:30px 0;background-attachment: fixed;margin:30px 0 0px}
.com-part4 .l-title .hd{color:#fff;}
.com-part4 .l-title .md{color:#fff;}
.com-part4 .l-title .bd{color:#eee;}
.com-part4-bd{overflow: hidden;width:100%;padding:30px 15px 45px;}
.com-part4-bd .swiper-slide{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.com-part4-bd .swiper-slide a{display: block;width:100%;padding:13px;overflow: hidden;transition: all .5s;position:relative;}
.com-part4-bd .swiper-slide a .hd{overflow: hidden;position: relative;width:100%;}
.com-part4-bd .swiper-slide a .bd{text-align: center;font-size: 16px;line-height: 30px;color:#fff;margin-top: 10px;transition: all .5s;position: absolute;bottom:0;left:0;padding:0 10px;background: rgba(0,0,0,.7);text-align: center;width:100%;display: flex;height: 40px;flex-direction: column;align-items: center;justify-content: center;}
.com-part4-bd .swiper-slide a .bd i{font-size: 40px;display: none;margin-bottom: 15px}
.com-part4-bd .swiper-slide a.on{box-shadow: 0 0 10px #ccc;}
.com-part4-bd .swiper-slide a.on .bd{letter-spacing: 1px;height: 100%;}
.com-part4-bd .swiper-slide a.on .bd i{display: block;}
.com-part4-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part4-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part4-bd .pagination .swiper-pagination-bullet{border-radius: 0;width:20px;height: 3px;transition: all .5s}
.com-part4-bd .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:30px;}

@media(max-width: 576px){
	.com-part4{padding-top: 15px;}
	.com-part4-bd{padding:15px 23px 45px;}
}

/*single*/
.single{background: #f0f0f0;padding:30px 0;overflow: hidden;}
.single .box{line-height: 260%;font-size: 110%;background: #fff;padding:45px;background: #fff;border-radius: 5px}

/*proSection*/
.proSection{overflow: hidden;margin-bottom:30px;}
.proSection .box{background: #f4f6f8;padding:15px 25px 30px;overflow: hidden;border-radius: 5px;}
.proSection-hd{display: flex;flex-direction: row;justify-content: space-between;padding:15px 0;}
.proSection-hd .btnn{width:300px;display: flex;flex-direction: row;justify-content: space-between;}
.proSection-hd .t1{width:calc(100% - 300px);position: relative;font-size: 22px;padding-bottom:15px;}
.proSection-hd .t1:after{content:'';position: absolute;left:0;bottom:0;width:35px;height: 2px;background: var(--zhu-color)}
.proSection-hd .btnn a{width:130px;height: 45px;border-radius: 3px;display: flex;color:#fff;background: var(--pei-color);text-align: center;flex-direction: row;justify-content: center;transition: all .5s;line-height: 45px;}
.proSection-hd .btnn a.on{background: var(--zhu-color);}
.proSection-hd .btnn a i{margin-right: 5px;font-size: 20px;}
.proSection-md{margin:15px 0;color:#999;line-height: 24px}
.proSection-type{padding:15px 0;}
.proSection-type a{padding:5px 10px;border:solid 1px #ccc;color:#777;margin-right: 10px;transition: all .5s;display: inline-block;margin-bottom: 10px;}
.proSection-type a:hover{border-color:var(--zhu-color);color:var(--zhu-color);}
.proSection-bd{overflow: hidden;margin-top: 30px;}
.proSection-bd .swiper-slide .hd{padding:30px;border:solid 1px #dfdfdf;transition: all .5s}
.proSection-bd .swiper-slide .img{padding-bottom: 75%}
.proSection-bd .swiper-slide .img img{transform: scale(1.05,1.05);transition: all .5s}
.proSection-bd .swiper-slide p{height: 56px;line-height: 56px;padding:0 15px;background: #fff;color:#333;transition: all .5s}
.proSection-bd .swiper-slide:hover .hd{border-color:var(--zhu-color);}
.proSection-bd .swiper-slide:hover .img img{transform: scale(1,1);}
.proSection-bd .swiper-slide:hover p{color: var(--zhu-color);}
@media(max-width: 768px){
	.proSection-hd{flex-direction: column;}
	.proSection-hd .t1{width:100%;}
	.proSection-hd .btnn{margin-top: 25px;}
}
@media(max-width: 576px){

	.proSection .box{padding:15px 15px 25px;}
	.proSection-hd{padding-top: 0}
	.proSection-hd .btnn{width:100%;}
	.proSection-hd .btnn a{width:120px;height: 36px;line-height: 36px}
	.proSection-bd{padding:0 30px;}
	.proSection-bd .swiper-slide p{height: 40px;line-height: 40px;padding:0 10px;}
	.proSection-type a{margin-right:5px;margin-bottom: 5px;}
}

/*prolist*/
.prolist{overflow: hidden;width:100%;}

.prolist-right{width:100%;float: right;}
.prolist-right .item{margin-bottom: 30px;display: block;padding:8px;border:solid 1px #eeeddf;position: relative;}
.prolist-right .item .pic{padding:20px;}
.prolist-right .item .img{padding-bottom: 75%}
.prolist-right .item .img img{transform: scale(1.05,1.05);transition: all .5s}
.prolist-right .item p{height: 55px;background: #f5f5f5;line-height: 55px;font-size: 16px;text-align: center;padding:0 15px;transition: all .5s;color:#333;}
.prolist-right .item:hover .img img{transform: scale(1,1);}
.prolist-right .item:hover p{background: var(--zhu-color);color:#fff;}
@media(max-width: 1400px){
	.prolist-left .sidebar{width:100%;}
}
@media(max-width: 1200px){
	.prolist .wrapp{padding:0;}
	.prolist-left{display: none}
	.prolist-right{width:100%;min-height: auto;}
}
@media(max-width: 576px){
	.prolist-right .row>div{padding-left: 3px;padding-right: 3px;}
	.prolist-right .item{margin-bottom: 15px;}
	.prolist-right .item p{padding:0px 5px;font-size: 14px;height: 40px;line-height: 40px;}
}

/*proinfo-part1*/
.proinfo-part1{margin-top:30px;}
/*g_focus*/
.g_focus{ overflow: hidden; margin-bottom: 30px; }
.g_focus .info{ overflow: hidden; }
.g_focus .info b{ font-size: 24px; color: #333333; line-height: 1.3; display: block; margin-bottom: 10px }
.g_focus .info .brief{ padding-left: 20px; border-left: 2px solid var(--zhu-color); font-size: 18px; color: var(--zhu-color); margin-bottom: 5px;line-height: 1.2 }
.g_focus .info p{ font-size: 14px; color: #999999; overflow: hidden;margin-bottom: 12px;line-height: 1.8; }
.g_focus .info p.clamp{-webkit-line-clamp:2;}
.g_focus .info .order-btn{ float: left; line-height: 1; padding:12px 80px; background: var(--zhu-color); border-radius: 3px; font-size: 16px; color: #ffffff; transition: all .3s; }
.g_focus .info .order-btn:hover{ transition: all .3s; background: var(--pei-color); }
.g_focus .info .tel{ float: left; margin-left: 40px; overflow: hidden; position: relative; top:5px; }
.g_focus .info .tel span{ float: left; margin-right: 12px;  color: var(--zhu-color); font-size: 26px; }
.g_focus .info .tel div{ float: left; /*width: 50%;*/ }
.g_focus .info .tel i{ font-size: 14px; display: block; line-height: 1; color: #666666; font-style: normal; }
.g_focus .info .tel b{ font-size: 24px; color: var(--zhu-color); line-height: 1; margin: 6px 0 0; }
#g_xgcp{ overflow: hidden;  margin:20px 0; padding-right: 2px}
#g_xgcp a{ display: block; width: 100%; overflow: hidden;  position: relative; border:1px solid #e1e0e0;transition: all .5s;padding:10px; }
#g_xgcp a .img{padding-bottom: 75%;}
#g_xgcp a img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s;}
#g_xgcp a b{ display: block; background: rgba(23,77,183,.7); width: 100%; box-sizing: border-box; padding:0 15px; line-height: 46px; text-align: center; font-size: 16px; color: #ffffff; line-height: 46px; position: absolute; left:0; bottom:0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#g_xgcp a:hover{border-color:var(--zhu-color);}
#g_xgcp a:hover img{  transform: scale(1.05); }
#gfocus{ width: 100%;  border:1px solid #f1f1f1;overflow:hidden;position: relative; }
#gfocus .swiper-slide{padding:20px;}
#gfocus img, #glist img{ width: 100%; height: 100%; object-fit: cover; }
 #gfocus .btnn{position: absolute;z-index: 1;width:96%;top: 50%;transform: translateY(-50%);left:2%;}
#gfocus .button-next, #gfocus .button-prev{ background-image: none; width: 36px; height: 36px; position: absolute; z-index: 1}
#gfocus .button-next span, #gfocus .button-prev span{ font-size: 36px; line-height: 1; color: var(--zhu-color); cursor: pointer;}
#gfocus .button-next{right:0;}
#gfocus .button-prev{left:0;}
#glist .swiper-slide{ overflow: hidden; height: 190px; }
#glist .swiper-slide img{ width: 100%; height: 100%; transition: all .3s; }
#glist .swiper-slide:hover img{ transition: all .3s; transform: scale(1.05); }
.info_nav{ background-color: #f1f1f1; overflow: hidden; }
.info_nav b{ font-size: 18px; color: #333333; display: inline-block; line-height: 1; padding:20px 70px; font-weight: normal; cursor: pointer;}
.info_nav b a{ font-size: 18px; color: #333333; }
.info_nav b:nth-of-type(1){  background: var(--zhu-color); color: #fff; }
.info_nav b:hover{ background: var(--zhu-color); color: #fff; }
.info_nav b:hover a{ color: #fff; }
.g_info .txt{ }
.g_info .txt .content{padding:30px 5px;line-height: 260%;font-size: 110%;overflow:hidden;}
.g_info .txt .content .gParm{padding:15px;background: #f0f0f0;border-radius: 5px;margin-bottom: 30px;}
.g_info .txt .content .gParm li{width:100%;display: flex;flex-direction: row;margin: 8px 0;line-height: 1.6;}
.g_info .txt .content .gParm li span{color:var(--zhu-color);font-size: 16px;font-weight: bold;min-width: 60px}
.g_info .txt .content .gParm li p{color:#999;font-size: 16px;line-height: 1.6;}
.g_info .txt img{ max-width: 100%; }
.g_info .txt p{ font-size: 16px; line-height: 32px; /*margin-bottom: 12px;*/ }
.g_info .txt b{ font-size: 20px; color: #333; border-left: 4px solid var(--zhu-color); padding-left: 16px; }
.g_info .txt em{ color: #fff; background: var(--zhu-color); padding:2px 5px; border-radius: 3px; margin-right: 5px; }
.pro-sider{ padding:15px; background: #f1f1f1; width: 100%; box-sizing: border-box; }
.pro-sider b{ font-size: 20px; display: inline-block; padding-left: 10px; border-left: 4px solid var(--zhu-color); margin-bottom: 20px; }
.pro-sider > div{ background: #fff; padding:20px; }
.pro-type a{ display: block; width: 100%; box-sizing: border-box; padding-left: 15px; font-size: 16px; color: #333; height: 46px; line-height: 46px; background: #f1f1f1; transition: all .3s; }
.pro-type a + a{ margin-top: 12px; }
.pro-type a:hover{ background: var(--zhu-color); color: #fff; transition: all .3s; padding-left: 20px; }
#g_param{ width: 80%; margin:0 auto; }
#g_param li{ overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }
#g_param li u, #g_param li span{ text-decoration: none; display: block; width: 50%; margin-right: 1px; background: var(--zhu-color); font-size: 18px; color: #fff; text-align: center; line-height: 54px; }
#g_param li u + u, #g_param li span + span{ margin-right: 0; margin-left: 1px; }
#g_param li:nth-child(odd) span{ background: var(--zhu-color); opacity: .8; }
#g_param li:nth-child(even) span{ background: var(--zhu-color); opacity: .6; }
@media only screen and (max-width: 1400px){
  .g_focus .info .order-btn{ padding:16px 100px; }
}
@media only screen and (max-width: 1200px){
  .g_focus .info .order-btn{ padding:16px 50px; }
  .info_nav b{padding:20px 40px;}
}
@media only screen and (max-width: 992px){
	.g_focus .info{margin-top: 30px}
  .pro-sider{ display: none; }
}
@media only screen and (max-width: 768px){
  #g_param{ width: 100%; }
  .info_nav b{ padding:15px 30px; }
}
@media only screen and (max-width: 576px){
  .info_nav b{ padding:15px 18px; font-size: 14px;  }
  .info_nav b a{ font-size: 14px;  }
  .g_focus .info{margin-top: 0}
  .g_focus .info .tel{ margin-left: 0; top:0; width: 100%; }
  .g_focus .info .order-btn{ padding:8px 15px; margin:0 0 20px; }
  .g_focus .info b{ font-size: 20px; line-height: 2; margin:15px 0; }
  .g_info .txt{padding:15px 0;}
  .g_info .txt .content{padding:15px 0;font-size: 100%}
  #gfocus .button-next span, #gfocus .button-prev span{display: none;}
  .g_info .txt .content .gParm li span{font-size: 14px;}
  .g_info .txt .content .gParm li p{font-size: 14px;}
}
/* g_news */
.g_news{ overflow: hidden; padding:40px 0; }
.g_news .hd{ width: 100%; margin-bottom: 36px; }
.g_news .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 32px; color: #333333;line-height: 0.9;height: 32px }
.g_news .hd p{ margin-bottom: 0; font-size: 14px; color: var(--pei-color); display: inline-block; float: right; line-height: 32px; }
.g_news .hd p span{ font-size: 28px; color: var(--pei-color); margin-left: 20px; position: relative; top: 5px; }
.g_news .bd{ overflow: hidden; width: 100%; }
.g_news .bd li{ width: 50%; float: left; padding-right: 15px; box-sizing: border-box; }
.g_news .bd li:nth-child(2n+0){ padding-right: 0; padding-left: 15px; }
.g_news .bd li a{ position: relative; padding-left: 20px; display: block; height: 50px; line-height: 50px; border-bottom: 1px solid #eaeaea; }
.g_news .bd li a::before{ content: ""; display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid var(--zhu-color); position: absolute; left:0; top:50%; margin-top: -6px; transition: all .3s; }
.g_news .bd li a b{ width:calc(100% - 128px); float: left; font-size: 16px; color: #333333; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.g_news .bd li a small{ width: 108px; display: inline-block; float: right; font-size: 14px; color: #999; }
.g_news .bd li a small span{ font-size: 14px; color: #999; margin-right: 8px; }
.g_news .bd li a:hover::before{ transition: all .3s; left: 5px; }
.g_news .bd li a:hover b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 768px){
  .g_news{ padding:30px 0; }
  .g_news .bd li{ width: 100%; padding-right: 0; }
  .g_news .bd li:nth-child(2n+0){ padding-left: 0; }
}
@media only screen and (max-width: 576px){
  .g_news{ padding:20px 0px; }
  .g_news .hd{ margin-bottom: 12px; }
  .g_news .hd b{ font-size: 24px; }
  .g_news .hd p{ display: none; }
  .g_news .bd li a small{display: none;}
  .g_news .bd li a b{width:100%;font-size: 14px}
}

/*sidebar*/
.sidebar{width:100%;}
.s-hd{padding:15px 20px;color: #f2f2f2;background: #ff9000}
.s-hd b{font-size: 40px;text-transform: uppercase;}
.s-hd p{font-size: 24px;margin: -10px 0 10px 0}
.s-hd span{width:53px;height: .10px;background: #f2f2f2;display: block;float: left;}
.s-md .btn-link:hover{text-decoration:none;}
.s-md .btn-link.focus, .s-md .btn-link:focus{text-decoration:none;border:none;}
.s-md .btn.focus, .s-md .btn:focus{box-shadow: none;}
.s-md .card{border:none;}
.s-md .card-body{padding:1.25rem 0;}
.s-md .yiji{background: #f0f0f6;padding:2px;margin-bottom: 0!important;}
.s-md .yiji button{font-size: 18px;color: #333333;border:none;width:50px;text-align:right!important;}
.s-md .yiji a{color: #333333;width:calc(100% - 50px);display: inline-block;padding:0 10px;font-size:16px;}
.s-md .yiji i{color: #b4bcc2;font-size: 16px}
.s-md .yiji button:hover i{color: var(--zhu-color);}
.s-md .yiji a:hover{color:var(--zhu-color);}
.s-md .erji li{padding:5px 10px;}
.s-md .erji li p{padding:5px 10px;font-size:14px;color: #333333;transition: all .5s}
.s-md .erji li i{color: #333333;}
.s-md .erji li:hover p{color: var(--zhu-color);text-indent: 5px}
.s-md .erji li:hover i{color: var(--zhu-color);}
.s-bd{background: #f0f0f6;padding:20px;}
.s-bd .hd i{color: var(--zhu-color);font-size: 42px;}
.s-bd .hd .txt{padding:8px 0;margin-left: 10px}
.s-bd .hd .txt .t2{font-size:16px }
.s-bd .bd{line-height: 26px;overflow:hidden;}
.s-bd .bd li span{display: inline-block;width:58px;float: left;}
.s-bd .bd li p{width:calc(100% - 60px);float:right;}
@media(max-width: 1200px){
	.s-hd b{font-size: 36px}
}



/*no-goods*/
.no-goods,.no-network{padding:100px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}

/*边框*/
.bk{position: absolute;top:0;left:0;width:100%;height: 100%;z-index: 1}
.bk-width,.bk-height{position: relative;width:100%;height: 100%}
.bk-height{top:-100%;left:0;}
.bk-width:before,.bk-width:after,.bk-height:before,.bk-height:after{content:'';background: var(--zhu-color);position: absolute;}
.bk-width:before,.bk-width:after{width:0%;height: 1px;transition: all .8s}
.bk-height:before,.bk-height:after{width:1px;height: 0%;transition: all .8s}
.bk-width:before{top:0;left:0;}
.bk-width:after{bottom:0;right:0;}
.bk-height:before{top:0;right:0;}
.bk-height:after{bottom:0;left:0;}
.bk:hover .bk-width:before,.bk:hover .bk-width:after{width:100%;}
.bk:hover  .bk-height:before,.bk:hover .bk-height:after{height:100%;}

/* contact_msg */
#contact_msg{ background: url(../images/contact_msg_bg.jpg); overflow: hidden; padding:45px 0 15px; }
#contact_msg .hd{ width: 100%; margin-bottom: 36px; }
#contact_msg .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 32px; color: #333333;line-height: 0.9;height: 32px }
#contact_msg .hd p{ margin-bottom: 0; font-size: 14px; color: var(--pei-color); display: inline-block; float: right; }
#contact_msg .hd p span{ font-size: 28px; color: var(--pei-color); margin-left: 20px;position: relative; top: 5px; }
#contact_msg .bd{ overflow: hidden; margin:0 0 30px; }
#contact_msg .bd .form_item{ margin-bottom: 15px; background: #fff; height: 46px; border:1px solid #eee; }
#contact_msg .bd .form_item label{ line-height: 46px; font-size: 16px; color: #666; width: 10%; text-align: center; float: left; }
#contact_msg .bd .form_item input{ width: 90%; float: left; height: 100% }
#contact_msg .bd .form_box{ overflow: hidden; margin-bottom: 15px; background: #fff; height: 100px; border:1px solid #eee; }
#contact_msg .bd .form_box label{ display: block; text-align: left; box-sizing: border-box; padding-left: 17px; line-height: 46px; font-size: 16px; color: #666;  }
#contact_msg .bd .form_box textarea{ width: 100%; height: 100%; padding:5px 17px; font-size: 14px; color: #333;border:none; }
#contact_msg .bd .form_item1 label{ width: auto; padding:0 17px; }
#contact_msg .bd .form_item1 img{ height: 34px; float: left; margin-top: 6px; }
#contact_msg .bd .form_item1 input{ width:calc(100% - 200px); float:right; box-sizing: border-box; padding-left: 5px; }
#contact_msg .bd .submit{ display: block; width: 100%; padding:15px 0; line-height: 1; font-size: 16px; color: #fff; background: var(--zhu-color); text-align: center; border-radius: 5px;display: block; }
#contact_msg .bd .submit:hover{ background: var(--pei-color); transition: all .3s; }
@media only screen and (max-width: 992px){
  #contact_msg{ padding:30px 0; }
  /*#contact_msg .bd .form_item:last-child input{ width:66%; }*/
}
@media only screen and (max-width: 576px){
  #contact_msg{ padding:20px 0; }
  #contact_msg .hd{ margin-bottom: 0; }
  #contact_msg .hd b{ font-size: 24px; }
  #contact_msg .hd p{ display: none; }
  #contact_msg .bd{ padding:20px 10px 0; }
  #contact_msg .bd .form_item:last-child input{ width: 30%; }
  #contact_msg .bd .form_item label{width:60px;}
  #contact_msg .bd .form_item1 label{width:90px;}
  #contact_msg .bd .form_box{height: auto}
}

/*proinfo-part3*/
.proinfo-part3{background:url('../images/company_case_bg.png') center 30px no-repeat #f9f9f9;padding-bottom: 30px}
.proinfo-part3-bd{position: relative;}
.proinfo-part3-bd .swiper-slide{transition: all .5s;margin-top: 15px;margin-bottom: 30px;box-shadow: 0 0 10px #666;}
.proinfo-part3-bd .swiper-slide a .pic{padding:15px;position: relative;background: #fff;}
.proinfo-part3-bd a .pic .zhezhao{position: absolute;top:0;left:0;width:0;height: 0;background: rgba(0,0,0,0.5);opacity: 0;transition: all .5s;z-index: 1;display: flex;flex-direction: row;justify-content:center;align-items: center;}
.proinfo-part3-bd a .pic .zhezhao i{font-size: 50px;color:#fff;}
.proinfo-part3-bd p{width:100%;background: #f5f5f5;color:#333;font-size: 16px;padding:20px 10px;text-align: center;position: relative;}
.proinfo-part3-bd p:after{content:'';position: absolute;bottom:0;left:0;height: 3px;background: var(--zhu-color);width:0;transition: all .5s;}
.proinfo-part3-bd .swiper-slide.on a .pic .zhezhao{width:100%;height: 100%;opacity: 1;}
.proinfo-part3-bd .swiper-slide.on a p:after{width:100%;}
.proinfo-part3-bd .next,.proinfo-part3-bd .prev{width:60px;height: 60px;background: rgba(0,0,0,0.5);text-align: center;line-height: 60px;border-radius: 50%;transition: all .5s;position: absolute;top:30%;z-index: 1;}
.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{color:rgba(255,255,255,0.5);font-size: 30px;transition: all .5s}
.proinfo-part3-bd .next{left:0;}
.proinfo-part3-bd .prev{right:0;}
.proinfo-part3-bd .next:hover,.proinfo-part3-bd .prev:hover{background: rgba(255,255,255,.5);}
.proinfo-part3-bd .next:hover i,.proinfo-part3-bd .prev:hover i{color: var(--zhu-color);}
@media(max-width: 576px){
	.proinfo-part3-bd{padding:15px 30px 0;}
	.proinfo-part3-bd .next, .proinfo-part3-bd .prev{width:34px;height: 34px;line-height: 34px;top:35%;display: none;}
	.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{font-size: 20px;}
}

/* product_type_search */
.product_type_search{ overflow: hidden; text-align: center; padding:28px 0;width:100%; }
.product_type_search > b{ display: block; font-size: 36px; color: #333333; font-weight: normal; line-height: 1;  }
.product_type_search form{ position: relative; margin:18px auto; display: inline-block; width: 34%; border:1px solid #e5e5e5; border-radius: 40px; padding:5px; }
.product_type_search form input{ width: 100%; height: 33px; box-sizing: border-box; padding-left:18px; font-size: 14px; color: #999999; }
.product_type_search form button{ position: absolute; right: 6px; top: 6px; display: inline-block; width: 33px; height: 33px; background:var(--zhu-color); border-radius: 50%; text-align: center;border:none;padding:0; }
.product_type_search form button span{ font-size: 16px; color: #fff; line-height: 33px; }
.product_type_search > hr{ display: block; height: 11px; background: url(../images/hr2.png) no-repeat center;border:none;  }
.product_type_search > .type{ line-height: 36px; overflow: hidden; margin-top: 10px; }
.product_type_search > .type > b{ font-size: 16px; color: #333333; margin-left: 20px; }
.product_type_search > .type > b a{  font-size: 16px; color: #333333; transition: all .3s; display: inline-block; }
.product_type_search > .type span >  a{ font-size: 16px; color: #666666; transition: all .3s; }
.product_type_search > .type span > a + a{ margin-left: 20px; }
.product_type_search > .type a:hover{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 992px){
  .product_type_search > .type span{ display: none; }
  .product_type_search > .type b:nth-of-type(1){ display: none; }
  .product_list .type > a{ font-size: 14px; }
  .product_list .type > a
}
@media only screen and (max-width: 768px){
  .product_type_search{ padding:0 0 20px; }
  .product_type_search > b{ font-size: 24px; }
  .product_type_search form{ width: 50%; }
  .product_type_search > .type > b a{ font-weight: normal; }
  .product_type_search > hr{ margin-bottom: 10px; }
}
@media only screen and (max-width: 576px){
  .product_type_search > b{ font-size: 20px; }
  .product_type_search form{ width: 85%; }
  .product_type_search > .type{ padding:0 15px; }
  .product_type_search > .type > b a{ font-size: 14px; }
}

/*newslist*/
.newslist{padding: 30px 0;overflow: hidden;background: #f2f3f4}
.newslist .item{border-radius: 5px;width:100%;overflow: hidden;background: #fff;padding:30px;display: block;margin-bottom: 30px;position: relative;}
.newslist .item:after{content:'';position: absolute;bottom:0;left:0;width:0;height: 2px;background: var(--zhu-color);transition: all .5s}
.newslist .item .img{padding-bottom: 55%;}
.newslist .item .img img{transition: all .5s}
.newslist .item .t1{color:#666;transition: all .5s;display: flex;flex-direction: row;justify-content: space-between;}
.newslist .item .t2{color:#333;font-size: 20px;font-weight: bold;margin:10px 0 20px;transition: all .5s}
.newslist .item .t3{display: flex;flex-direction: row;width:100%;justify-content: space-between;margin-top: 15px;transition: all .5s;align-items: center;}
.newslist .item .t3 span{color:#333;transition: all .5s}
.newslist .item .t3 .icon{width:32px;height: 32px;text-align: center;line-height: 22px;border-radius: 50%;background: #9a9a9a;padding:5px;transition: all .5s;position: relative;float: right;transition: all .5s}
.newslist .item .t3 .icon i{color:#fff;animation:ltToRt 1s linear 0s infinite normal;position: absolute;font-size:18px;transition: all .5s}
.newslist .item .t4{color:#999;margin:15px 0;-webkit-line-clamp:2;line-height: 1.8}
.newslist .item:hover:after{width:100%;}
.newslist .item:hover .img img{transform: scale(1.05,1.05);}
.newslist .item:hover .t2{color:var(--zhu-color);}
.newslist .item:hover .t3 span{color:var(--zhu-color);}
.newslist .item:hover .t3 .icon{background:var(--zhu-color);color:#fff;}
@media(max-width: 576px){
	.newslist .item{padding:15px 10px;}
	.newslist .item .t2{font-size: 18px;}
	.newslist .item .t3{margin-top: 15px;}
}
/* 动画代码 */
@keyframes ltToRt {
  from {left:0px;}
  to {left:80px;}
}
/*newsinfo*/
.newsinfo{background:#f2f3f4;padding:30px 0;}
.newsinfo .box{background:#fff;border-radius: 3px;padding:45px 30px;}
.newsinfo .box .pic{padding:30px;text-align: center;width:100%;}
.newsinfo .t1{width:100%;text-align: center;font-size: 28px;color:#222;}
.newsinfo .t2{width:100%;text-align: center;font-size: 16px;color:#999;padding:15px 30px 30px;border-bottom:solid 1px #eeeddd}
.newsinfo .content{padding:30px 0; line-height: 260%;min-height:100px}
.newsinfo .newsPage{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
.newsinfo .newsPage .btnn{width:60px;display: block;text-align: center;border-radius: 3px;background:#eee;transition: all .5s }
.newsinfo .newsPage .btnn i{font-size: 30px;color:#666;line-height: 2;transition: all .5s}
.newsinfo .newsPage .btnn:hover{background: var(--zhu-color);}
.newsinfo .newsPage .btnn:hover i{color:#fff;}
.newsinfo .newsPage>div{width:calc(calc(100% - 70px)/2);color:#666;border-radius: 5px;padding:0 15px;background: #eee;line-height: 60px;}
.newsinfo .newsPage .page-a{text-align: left;}
.newsinfo .newsPage .page-a:nth-child(3){text-align: right;}
.newsinfo .newsPage>div a{color:#666;transition: all .5s}
.newsinfo .newsPage>div a:hover{color:#222;}
@media(max-width: 992px){
	.newsinfo .newsPage{flex-direction: column;}
	.newsinfo .newsPage .btnn{display: none;}
	.newsinfo .newsPage>div{line-height: 40px;}
	.newsinfo .newsPage .page-a{width:100%;margin-bottom: 10px;}
	.newsinfo .newsPage .page-a:nth-child(3){text-align: left;}

}
@media(max-width: 576px){
	.newsinfo .box{padding:30px 15px;}
	.newsinfo .t1{font-size: 22px;}
	.newsinfo .t2{font-size: 14px;padding:15px 0 30px;}
	.newsinfo .newsPage>div{line-height: 20px;padding:10px;}
}

/*contact*/
.contact-box{background:url(../images/contact-bg.jpg) center bottom no-repeat #f6f5f5;padding: 45px 0 180px;}
.contact-box .container-fluid{display: flex;flex-direction: row;}
.contact-left{background:#fff;padding:20px 40px 40px;display: flex;flex-direction: column;width:50%;}
.contact-left .t1{font-size:26px;color: var(--zhu-color);font-weight: bold;margin: 20px 0;}
.contact-left .t2{color:#999;font-size: 16px;margin:5px 0;}
.contact-left .t2 i{font-size: 20px;float: left;line-height: 1.3;margin-right: 10px}
.contact-left .ewm{display: flex;flex-direction: row;}
.contact-left .ewm li{width:125px;margin-right: 30px}
.contact-left .ewm li img{width:100%;border:solid 1px #eee;}
.contact-left .ewm li .t3{text-align: center;padding:10px 0;}
.contact-right{width:50%;background: #e7ebec;padding:15px 25px 40px;}
.contact-left .ewm .txt{}
.contact-left .ewm .txt .t4{font-size: 20px;font-weight: bold;margin:5px 0;}
.contact-left .ewm .txt .t5{color:#999;}
.contact-left .ewm .txt .t6{color:#666;margin-top: 5px}
.contact-right .t1{font-size: 24px;color:var(--zhu-color);font-weight: bold;margin:20px 0 40px;}
.contact-right .message{display: flex;flex-direction: row;justify-content: space-between;width:100%;flex-wrap:wrap;}
.contact-right .message .input-text{width:48%;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;margin-bottom: 20px;}
.contact-right .message .area{width:100%;padding:15px 20px;background-color: #fff;border-radius: 5px;font-size: 16px;color: #999999;height: 130px;border:none;margin-bottom: 20px;}
.contact-right .message .yanzheng{display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.contact-right .message .yanzheng img{width:163px;height: 50px}
.contact-right .message .yanzheng .code{width:163px;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;}
.contact-right .message .yanzheng .submit{width:calc(100% - 350px);background-color:var(--zhu-color);border-radius: 5px;padding:16px 0px;font-size: 16px;color: #fff;transition: all .5s;text-align: center}
.contact-right .message .yanzheng .submit:hover{background-color: var(--pei-color);}
#dituContent{height: 560px;}
@media(max-width: 1200px){
	.contact-left{width:40%;padding:20px 15px;}
	.contact-right{width:60%;}
}
@media(max-width: 992px){
	.contact-left .ewm li{width:40%;margin-right: 0}
}
@media(max-width: 880px){
	.contact-box .container-fluid{flex-direction: column;}
	.contact-left{width:100%;}
	.contact-right{width:100%;}
	.contact-left .ewm li{width:145px;justify-content: flex-start;margin-right: 30px}

}
@media(max-width: 576px){
	.contact-box{padding:10px 0;}
	.contact-left{padding:0 15px 20px;}
	.contact-left .t1{font-size: 20px;}
	.contact-left .t2{font-size: 14px;}
	.contact-left .t2 i{line-height: 1.2}
	.contact-right{padding:10px;}
	.contact-right .message .input-text{width:100%;}
	.contact-right .message .yanzheng{flex-wrap:wrap;}
	.contact-right .message .yanzheng img{width:48%;}
	.contact-right .message .yanzheng .code{width:48%;}
	.contact-right .message .yanzheng .submit{width:100%;margin-top: 15px;}
	#dituContent{height: 400px;}
	/*.contact-left .ewm{flex-direction: column;}*/
	.contact-left .ewm li{width:100px;margin-right: 15px;}
	.contact-left .ewm .txt .t4{font-size: 18px;}
	.social-share .social-share-icon{width:28px;height: 28px;line-height: 28px;}
	.contact-right .t1{margin:20px 0;}
	.contact-right .message .input-text{padding:10px 15px;margin-bottom: 10px}
	.contact-right .message .area{margin-bottom: 10px}
	.contact-right .message .yanzheng .submit{padding:10px 0;}
	.contact-right .message .yanzheng .code{padding:10px 15px;}
}

/*厂区环境*/
.environment .item{background: #f2f2f2;transition: all .5s}
.environment .item a{display: block;width:100%;padding:7px 7px 0;overflow: hidden;border-radius: 3px;transition: all .5s;}
.environment .item a .hd{overflow: hidden;position: relative;width:100%;}
.environment .item a .hd .img img{transform: scale(1.05,1.05);transition: all .5s}
.environment .item a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background:var(--zhu-color);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.environment .item a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;position: relative;}
.environment .item a .hd .zhezhao .box i{font-size: 50px;line-height: 1}
.environment .item a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;background: none;}
.environment .item a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#333;margin-top: 10px;transition: all .5s}
.environment .item:hover{box-shadow: 0 0 10px #ccc;}
.environment .item:hover a .img img{transform: scale(1,1);}
.environment .item:hover a .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: .7}
.environment .item:hover a .bd{letter-spacing: 1px}
@media(max-width: 576px){
	.environment .item a{padding:0;}
	.environment .item a .bd{font-size: 14px;}
}

/*资质荣誉*/
.honor{overflow: hidden;}
.honor .item{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.honor .item a{display: block;width:100%;transition: all .5s;position:relative;}
.honor .item a .hd{overflow: hidden;position: relative;width:100%;}
.honor .item a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#fff;transition: all .5s;position: absolute;bottom:-15px;left:-15px;padding:0 10px;background: rgba(0,0,0,.7);text-align: center;width:calc(100% + 30px);display: flex;height: 50px;flex-direction: column;align-items: center;}
.honor .item a .bd i{font-size: 40px;display: none;}
.honor .item .item:hover{box-shadow: 0 0 10px #ccc;}
.honor .item:hover a .bd{letter-spacing: 1px;height:calc(100% + 30px);justify-content: center;}
.honor .item:hover a .bd i{display: block;}

/*job*/
.jobs-list{margin-bottom: 30px;}
  .jobs-list li{width:100%;margin-top: 30px;}
  .jobs-list a{display:block;width:100%;background:#fff;box-shadow:0px 1px 7.09px 0.91px rgba(125,125,125,0.5);border-radius:5px;padding:1% 0 3% 0}
  .jobs-list a .son{width:95%;overflow:hidden;margin:0 auto;}
  .jobs-list a .t1{padding:2% 0;border-bottom:1px solid #eee}
  .jobs-list a .t1 .t1l{float:left;font-size:20px;font-weight:bold;color:#333;}
  .jobs-list a .t1 .t1r{float:right;color:#666;text-decoration:underline;font-size:14px;padding-left:38px;line-height:25px;}
  .jobs-list a .t1 .t1r i{font-size: 24px;color: var(--zhu-color);margin-right: 15px;}
  .jobs-list a .son .con{margin-top:2.5%;height:250px;overflow-y:scroll;line-height: 2.6}
  .jobs-list a .son .con p{color:#666;padding:3px 0;font-size:14px;line-height:1.6;text-indent:0!important;}
  .jobs-list a .son .con::-webkit-scrollbar{width:3px;height:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-track{box-shadow:inset 0 0 3px transparent;background:#f8f8f8;border-radius:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-thumb{border-radius:3px;background:#bbb;}
  .jobs-list a .t1 .t1r:hover{color:#333;}
  


/*应聘表单*/
.fu-job{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);left:0;top:0;display:none;z-index:10000;}
  .fu-job .job-son{width:100%;height:100%;display:flex;align-items:center;}
  #jobform{background:#fff;padding:40px 30px 30px 30px;width:500px;margin:0 auto;position: relative;}
  #jobform .jobclose{position:absolute;right:0px;top:0;background:var(--zhu-color);color:#fff;display:inline-block;padding:2px 10px;font-size:14px;cursor:pointer;}
  #jobform .faqline{padding:6px 0;border-bottom:0px solid #eee;}
  #jobform .faqline .faqtit{width:20%;height:36px;line-height:36px;float:left;background:#fff;text-align:left;font-size:15px;border-radius:2px;}
  #jobform .faqline .input{text-indent:8px;width:80%;outline:none;height:36px;box-sizing:border-box;border:1px solid #ddd;float:left}
  #jobform textarea{width:80%;outline:none;height:100px;box-sizing:border-box;border:1px solid #ddd;float:left;;border-radius:2px;padding:10px 8px}
  #jobform .input:focus{border-color:#1d7df5;}
  #jobform textarea:focus{border-color:#1d7df5;}
  /*#jobform input:hover{border-color:#c0121b;}
  */
  /*#jobform textarea:hover{border-color:#c0121b;}
  */
  #jobform .faqline .input1{width:120px;float:left;}
  #jobform .code img{display:block;float:left;height:36px;margin-left:0px;}
  #jobform .code .tip{display:block;float:left;color:red;font-size:14px;}
  #jobform .submit{width:100px;height:38px;background:var(--pei-color);color:#fff;display:inline-block;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;cursor:pointer;text-align: center;line-height: 38px;}
  #jobform .submit:hover{background:var(--zhu-color);}
@media(max-width: 576px){

  #jobform .faqline .faqtit{font-size: 14px;width:25%;}
  #jobform .faqline .input{width:75%;}
  #jobform textarea{width:75%;}
  #jobform .code img{width:100px;margin-bottom:10px;}
    #jobform .faqline .input1{width:90px;}
    #jobform .submit{margin:0px auto;}
  }
}