

/*header*/
.header{background: var(--zhu-color);position: fixed;width:100%;z-index: 9999;top:0;transition: all .5s;}
.header.active{top:-100%;}
.header.shadow{border-bottom: solid 1px #eee;}
.header-box{display: flex;flex-direction: row;justify-content: space-between;}
.h-logo{width:280px;display: flex;padding:10px 15px;transition: all .5s;flex-direction: row;align-items: center;transition: all .5s}
.h-logo img{max-height: 100%;}
.h-nav{width: calc(100% - 550px);display: flex;flex-direction: row;justify-content: space-around;transition: all .5s}
.h-nav li{height: 100%;position: relative;}
.h-nav li .yiji{color:#fff;font-size: 16px;transition: all .5s;display: inline-block;height: 100%;line-height: 90px;font-weight: 400;}
.h-nav li .yiji:after{content:'';position: absolute;height: 4px;background:#fff;left:50%;bottom:-1px;transform: translateX(-50%);width:0;transition: all .5s;}
.h-nav li.on .yiji{font-weight: 700;}
.h-nav li.on .yiji:after{width:100%;}
.h-nav li .sublist{position: fixed;width:100%;top:90px;left:0;background: rgba(255,255,255,.95);box-shadow:0px 5px 5px 5px rgba(9,9,9,.1);display: none;}
.h-nav li .sublist .left{padding:40px 40px 40px;width:30%;float: left;}
.h-nav li .sublist .left .hd{padding:40px 0;color:var(--zhu-color);}
.h-nav li .sublist .left .hd .t1{font-size:32px;font-weight: bold; }
.h-nav li .sublist .left .hd .t2{font-size:22px;font-weight: bold;opacity: 0.1;text-transform: uppercase;font-family:Arial; }
.h-nav li .sublist .left .bd{display: flex;flex-direction: column;}
.h-nav li .sublist .left .bd p{color:#777;padding:8px 0;}
.h-nav li .sublist .left .bd p i{color:var(--zhu-color);float: left;font-size: 16px;line-height: 1.4;margin-right: 5px}
.h-nav li .sublist .mid{width:36%;padding:40px;float: left;border-left:solid 1px #eae8e8;border-right:solid 1px #eae8e8;}
.h-nav li .sublist .mid .hd{padding:18px 0;border-bottom: solid 1px #eae8e8;}
.h-nav li .sublist .mid .hd i{color:var(--zhu-color);font-size: 26px;float: left;margin-right: 10px;line-height: 1.5}
.h-nav li .sublist .mid .hd b{color:var(--zhu-color);font-size: 24px;}
.h-nav li .sublist .mid .hd span{color:#999;text-transform: uppercase;}
.h-nav li .sublist .mid .bd{width:100%;padding:15px 0;}
.h-nav li .sublist .mid .bd a{width:50%;display: block;float: left;color:#777;padding:10px;font-size: 16px;}
.h-nav li .sublist .mid .bd a i{color:var(--zhu-color);float: left;font-size: 24px;line-height: 1}
.h-nav li .sublist .mid .bd a p{width:calc(100% - 24px);float: right;transition: all .5s;}
.h-nav li .sublist .mid .bd a:hover p{padding-left: 5px;color:var(--zhu-color);}
.h-nav li .sublist .mid .bd.proNav a{width:100%;}
.h-nav li .sublist .mid .bd.proNav .sub{padding-left: 28px;}
.h-nav li .sublist .mid .bd.proNav .sub a{color:#999;padding:5px;display: inline-block;width:auto;font-size: 14px;transition: all .5s}
.h-nav li .sublist .mid .bd.proNav .sub a:hover{color:var(--zhu-color)}
.h-nav li .sublist .right{width:34%;float: right;height: 396px;}
.h-nav li .sublist .right img{width:130%;object-fit: cover;max-width: none;height: 100%}

.h-right{width:215px;display: flex;flex-direction: row;align-items: center;transition: all .5s;}
.h-right span{width:32px;height: 32px;border-radius: 50%;background:#fff;display: block;text-align: center;margin-right: 10px;}
.h-right i{font-size: 24px;color:var(--zhu-color);line-height:32px;}
.h-right .txt{display: flex;flex-direction: column;width:calc(100% - 37px);margin-left: 5px}

.h-right b{font-size:24px;font-family: Arial;color:#fff;line-height: 1.1}


.h-menu{width:60px;text-align: center;cursor: pointer;display: none;flex-direction: column;justify-content:center;}
.h-menu i{color:#fff;font-size:35px;line-height: 1}

@media(max-width: 1600px){
	.h-nav li .sublist .right img{width:100%;}
}

@media(max-width: 1400px){
	.h-nav li .yiji{font-size:16px;}
	/*.h-nav{width:calc(100% - 600px);}*/
}
@media(max-width: 1200px){
	/*.h-logo{width:210px;}*/
	.h-right{width:auto;padding-right: 15px;display: none;}
	.h-right i{margin-right:10px;}
	.h-right b{font-size: 20px}
	.h-right span{display: none;}
	.h-nav{width:calc(100% - 300px);}
}
@media(max-width: 1024px){
	.h-right{display: none;}
	.h-nav{width:calc(100% - 250px);}

}
@media(max-width: 992px){
	.h-nav{display: none;}
	.h-logo{width:calc(100% - 100px);}
	.h-menu{display:flex;}
}
@media(max-width: 576px){
	.h-menu{width:50px;height: 50px}
	.h-menu i{font-size:30px;}
	.h-logo{width:calc(100% - 60px);padding:8px 5px;height:50px}
}

/*banner*/
.banner{position: relative;top:0px;left:0;width:100%;overflow: hidden;margin-top: 90px}
.banner-box{height:100%;position: relative;}
.banner .swiper-slide{position: relative;height: 100%;width:100%;overflow: hidden;display: block;}
.banner .swiper-slide img{transform:scale(1.1,1.1);transition: all 2.5s;}
.banner .swiper-slide-active img{transform: scale(1,1); }
/*.banner .swiper-slide .bg{position:absolute;top:0;left:0;height: 100%;object-fit: cover;transform: scale(1.1,1.1);transition: all 3s;width:100%;}
.banner .swiper-slide .bg .wrap{height: 100%}
.banner .swiper-slide-active .bg{transform: scale(1,1);}

.banner1{height:100%;display: flex;flex-direction: column;align-items: center;justify-content: center;position: relative;z-index: 1;padding:15px;text-align: center;}
.banner1 .t1{font-size: 18px;color:#050505;margin-top: 25px;letter-spacing: 4px}
.banner2{display: flex;flex-direction: column;justify-content: center;height:100%;padding:0 15px;width:580px;align-items: flex-start;}
.banner2 .t2{font-size: 18px;color:#333333;line-height: 36px;padding:30px 0;position: relative;}
.banner2 .t3{font-size: 10px;color:var(--zhu-color);line-height: 20px;text-transform: uppercase;position: relative;padding-top: 30px;}
.banner2 .t3:before{content:'';position: absolute;top:0;left:0;width:100px;height: 3px;background: var(--zhu-color)}*/
.banner-box .btnn{width:120px;height: 52px;display: flex;flex-direction: row;justify-content: space-between;position: absolute;bottom:130px;right:100px;z-index:2;}
.banner-box .btnn>div{width:48px;height: 48px;border:solid 1px #fff;text-align: center;line-height: 48px;border-radius: 50%;cursor: pointer;transition: all .5s}
.banner-box .btnn>div i{color:#fff;font-size:20px;}
.banner-box .btnn>div:hover{background:var(--zhu-color);border-color:var(--zhu-color);}
.banner_more{position: absolute;bottom:10px;left:50%;transform: translate(-50%);z-index: 2}
.banner_more .box{position: relative;color:#fff;display: flex;flex-direction:column;align-items: center;height: 100px;justify-content: flex-end;}
.banner_more .box i{font-size:30px;position: absolute;top:0; animation: upBottom 0.5s linear infinite alternate;color:#999;}
.banner_more .box span{font-size:18px;margin-top: 20px;}

@keyframes upBottom{
	0%{top:0;}
	50%{top: 5px}
	100%{top: 10px}
}
@media(min-width:1900px){
	.banner .swiper-slide-active img{width:1920px;max-width: none;}
}
@media(max-width: 992px){
	.banner{margin-top: 72px}
}
@media(max-width: 768px){
	/*.banner{height: 70vh;}*/
	.banner-box .btnn{bottom:30px;left:50%;transform: translate(-50%);}
	.banner-box .btnn>div{width:36px;height: 36px;line-height: 36px;}
	.banner-box .btnn>div i{font-size:16px;}
	.banner_more{display: none;}
	/*.banner1-img1{width:60%;}
	.banner1 .t1{letter-spacing: 0}
	.banner2 .t3{display: none}*/

}
@media(max-width: 576px){
	.banner{/*height: 60vh;*/margin-top: 50px}
	.banner-box .btnn{bottom:0;}
	.banner-box .btnn>div{width:30px;height: 30px;line-height: 30px;}
	.banner-box .btnn>div i{font-size:14px;}
/*	.banner1-img1{width:80%;}
	.banner1 .t1{letter-spacing: 0;font-size:14px;}*/

}
@media(max-width: 414px){
	/*.banner{height: 40vh;}*/
}
.fancynav-inner .banner{margin-top: 0}
/*main*/
/*.main{position: relative;width:100%;z-index: 1;background: #fff;overflow: hidden;}
.main::-webkit-scrollbar{width:0;}*/

/*m-pro*/
.m-pro{background:#f4f4f4;padding-bottom: 60px;}
.m-pro-hd{padding:50px 0;overflow: hidden;display: flex;flex-direction:row;justify-content: space-between;}
.m-pro-hd .left{width:280px;display: flex;flex-direction: column;float: left;}
.m-pro-hd .left b{background-image:linear-gradient(to right,var(--zhu-color),#f48b3c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;text-transform: uppercase;font-size:50px;font-family: Impact;font-weight: lighter;line-height: 1}
.m-pro-hd .left span{font-size:36px;font-weight: bold;color:#050505;}
.m-pro-hd .right{width:calc(100% - 300px);float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;}
.m-pro-hd .right a{padding:7px 20px;border-radius: 30px;color:var(--zhu-color);margin-left: 15px;border:solid 2px var(--zhu-color);transition: all .5s;margin-bottom: 10px;}
.m-pro-hd .right a span{font-size:16px;margin-right: 20px;display: inline-block;}
.m-pro-hd .right a i{font-size:20px;}
.m-pro-hd .right a:hover{background:var(--zhu-color);color:#fff;}
.m-pro-bd{overflow: hidden;position: relative;}
.m-pro-bd a{display: block;width:100%;display: flex;flex-direction: column;}
.m-pro-bd a .hd{border-radius: 50px;padding:35px 60px;background:url(../images/m-pro-bg.png) center no-repeat;}
.m-pro-bd a .hd .pro-logo{height: 36px;background:url(../images/pro-logo1.png) no-repeat;width:150px;background-size:100% auto;}
.m-pro-bd a .hd .pic{padding:30px 5vw;}
.m-pro-bd a .hd  img{object-fit: contain;width:100%;height: 100%}
.m-pro-bd a .hd .txt{display: flex;flex-direction: row;color:#fff;align-items: center;display: none;}
.m-pro-bd a .hd .txt p{display: inline-block;font-size:18px;}
.m-pro-bd a .hd .txt i{font-size:40px;margin-left: 15px; line-height: 1}
.m-pro-bd a .bd{text-align: center;font-size:18px;color:#333;padding:30px 0;}
.m-pro-bd a:hover .hd,.m-pro-bd .swiper-slide-active a .hd{background-image: linear-gradient(to right,var(--zhu-color),#f48a39);}
.m-pro-bd .swiper-slide-active a .hd .txt{display: flex;}
.m-pro-bd a:hover .hd .pro-logo,.m-pro-bd .swiper-slide-active a .hd .pro-logo{background:url(../images/pro-logo2.png) no-repeat;background-size: 100% auto;}
.m-pro-bd .btnn{display: flex;flex-direction: row;justify-content: center;align-items: center;margin-top: 15px;}
.m-pro-bd .btnn .pagination{width:150px;display: flex;flex-direction: row;justify-content: center;align-items: center;}
.m-pro-bd .btnn .swiper-pagination-bullet-active{width:12px;height: 12px;background-color: var(--zhu-color)}
.m-pro-bd .btnn .pagination span{width:;}
.m-pro-bd .btnn i,.m-pro-bd .prev i{font-size:25px;color:#3c3c3c;}
.m-pro-bd .btnn .next:hover i, .m-pro-bd .prev:hover i{color:var(--zhu-color);}
.m-pro-bd .bigNext,.m-pro-bd .bigPrev{position: absolute;top:35%;transform:translate(-35%); z-index: 1;cursor: pointer;}
.m-pro-bd .bigNext{left:20%;}
.m-pro-bd .bigPrev{right:calc(20% - 30px);}
.m-pro-bd .bigNext i,.m-pro-bd .bigPrev i{font-size:40px;color:#aaaaaa;transition: all .5s}

.m-pro-bd .bigNext:hover i,.m-pro-bd .bigPrev:hover i{color:var(--zhu-color);}
@media(max-width: 1200px){
	.m-pro-hd{flex-direction: column;align-items: center;}
	.m-pro-hd .left{align-items: center;width:100%;}
	.m-pro-hd .right{justify-content: center;margin-top: 30px;width:100%;flex-wrap: wrap}
	.m-pro-bd .bigNext,.m-pro-bd .bigPrev{top:30%;transform: translate(-30%);}
	.m-pro-bd a .hd .pic{padding:30px 2vw;}
}
@media(max-width: 992px){
	.m-pro-hd .right a{border:solid 1px var(--zhu-color);}
	.m-pro-hd .right a span{font-size:14px;margin-right:10px;}
	.m-pro-hd .right a i{font-size:16px;}
	.m-pro-bd a .hd{padding:35px;}

	.m-pro-bd a .hd .txt p{font-size:16px;}
	.m-pro-bd a .hd .txt i{font-size:30px;}
	.m-pro-bd a .hd .pic{padding:30px 0vw;}
	.m-pro-bd a .hd .pro-logo{width:100px;height: 24px;}
}
@media(max-width: 768px){
	.m-pro-hd .left b{font-size:40px;}
	.m-pro-hd .left span{font-size:30px;}
	
	.m-pro-bd a .hd{border-radius: 30px;padding:25px;}
	.m-pro-bd .bigNext, .m-pro-bd .bigPrev{display: none;}
	.m-pro-bd a .hd .txt i{font-size:25px;}

}
@media(max-width: 576px){
	.m-pro-hd{padding:45px 0 30px;}
	.m-pro-bd{padding:0 45px;}
	.m-pro-bd a .hd{border-radius: 10px;padding:15px;}
	.m-pro-bd a .hd .pro-logo{width:80px;}
	.m-pro-bd a .bd{padding:15px 0;font-size:14px;}
	.m-pro-bd a .hd .txt p{font-size:14px;}
	.m-pro-bd a .hd .txt i{font-size:24px;}
	.m-pro-hd .right a{padding:5px 10px;}
	/*.m-pro-hd .right a i{display: none;}*/
	.m-pro-hd .left b{font-size:35px;}
	.m-pro-hd .left span{font-size:26px;}
	.m-pro-hd .right a span{font-size:12px;/*margin-right: 0*/}
}



/*iadv*/
.iadv-hd{padding:60px 0;}
.iadv-hd .container-fluid{display: flex;flex-direction:column;align-items: center;width:100%;}
.iadv-hd .t1{background-image:linear-gradient(to right,var(--zhu-color),#f48b3c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;text-transform: uppercase;font-size:50px;font-family: Impact;font-weight: lighter;line-height: 1}
.iadv-hd .t2{font-size:36px;font-weight: bold;color:#050505;}
.iadv-bd{position: relative;}
.iadv-bd .big{width:100%;overflow:hidden;position: relative;}
.iadv-bd .big .bg{width:100%;height: 100%;position: absolute;top:0;left:0;background: rgba(0,0,0,.9);opacity: 0.3;z-index: 1}
.iadv-bd .big img{height:716px;width:100%;object-fit: cover;}

.iadv-bd .small{position: absolute;top:0;height: 100%;left:0;width:100%;z-index: 2;}
.iadv-bd .small .wrap{height: 100%;}
.iadv-bd .small-box{overflow:hidden;height: 100%;position: relative;}
.iadv-bd .small-box .swiper-slide{overflow:hidden;position:relative;transition: all .5s;}
.iadv-bd .small-box .swiper-slide i{color:#fff;font-size: 60px;position: absolute;top:30px;left:40px;}
.iadv-bd .small-box .swiper-slide .txt{position: absolute;bottom:-80px;left:0;padding:40px;display: flex;flex-direction: column;transition: all .5s}
.iadv-bd .small-box .swiper-slide .txt .t1{font-size: 30px;font-weight: bold;color:#fff;}
.iadv-bd .small-box .swiper-slide .txt span{width:38px;height: 2px;background: #fff;display:block;margin:15px 0;}
.iadv-bd .small-box .swiper-slide .txt .t2{color:#fff;line-height: 24px;font-size: 14px;opacity: 0;transition: all .5s}

.iadv-bd .small-box .swiper-slide-thumb-active{background-image: linear-gradient(to right,rgba(244,44,4,.9),rgba(222,129,60,.8))}
.iadv-bd .small-box .swiper-slide-thumb-active .txt{bottom:0;}
.iadv-bd .small-box .swiper-slide-thumb-active .txt .t2{opacity: 1;}


@media(max-width: 1400px){
	.iadv-bd .big img{height: 650px}
	.iadv-bd .small-box .swiper-slide .txt .t1{font-size: 24px;}
}
@media(max-width: 1200px){
	.iadv-bd .big img{height: 550px}
	.iadv-bd .small-box .swiper-slide i{left:20px;font-size: 50px;}
	.iadv-bd .small-box .swiper-slide .txt{padding:40px 20px;}
	.iadv-bd .small-box .swiper-slide .txt .t1{font-size: 24px;}
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.iadv-hd .t1{font-size:40px;}
	.iadv-hd .t2{font-size:30px;}
	.iadv-bd .small-box .swiper-slide i{font-size:35px;}
	.iadv-bd .small-box .swiper-slide .txt{padding:40px 15px;}
	.iadv-bd .small-box .swiper-slide .txt .t1{font-size:16px;}
	.iadv-bd .small-box .swiper-slide .txt .t2{font-size:12px;line-height: 20px;}
	.iadv-bd .big img{height: 450px}
}
@media(max-width: 576px){

	.iadv-hd{padding:30px 0;}
	.iadv-hd .t2{font-size: 30px;}
	.iadv-hd .t3{width:100%;}
	.iadv-bd .big img{height: 400px}
	.iadv-bd .small-box .swiper-slide i{font-size: 40px;}
}




/*icase*/
.icase{overflow: hidden;}
.icase-hd{padding:65px 0 50px;overflow: hidden;display: flex;flex-direction:row;justify-content: space-between;}
.icase-hd .left{width:290px;display: flex;flex-direction: column;float: left;}
.icase-hd .left b{background-image:linear-gradient(to right,var(--zhu-color),#f48b3c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;text-transform: uppercase;font-size:50px;font-family: Impact;font-weight: lighter;line-height: 1}
.icase-hd .left span{font-size:34px;font-weight: bold;color:#050505;}
.icase-hd .right{width:calc(100% - 300px);float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;}
.icase-hd .right a{padding:7px 20px;border-radius: 30px;color:var(--zhu-color);margin-left: 15px;border:solid 2px var(--zhu-color);transition: all .5s;}
.icase-hd .right a span{font-size:16px;margin-right: 20px;display: inline-block;}
.icase-hd .right a i{font-size:20px;}
.icase-hd .right a:hover{background:var(--zhu-color);color:#fff;}
.icase-bd{padding:15px 0 60px; --swiper-theme-color:var(--zhu-color);}
.icase-bd a{width:100%;display: block;position: relative;transition: all .5s}
.icase-bd a .img{padding-bottom: 62%}
.icase-bd a .img img{transition: all .5s}
.icase-bd a span{background: rgba(244,44,4,0.8);color:#fff;padding:15px 30px;font-size: 20px;display: inline-block;position: absolute;bottom:0;left:0;transition: all .5s;opacity: 0}
.icase-bd a:hover{box-shadow: 0 0 10px #333}
.icase-bd a:hover span{opacity: 1}
.icase-bd a:hover .img img{transform:scale(1.05,1.05);}
.icase-bd .btnn{margin-top:45px;display: flex;flex-direction: row;align-items: center;margin-left: 100px}
.icase-bd .btnn .next,.icase-bd .btnn .prev{width:48px;height: 48px;border:solid 1px var(--zhu-color);border-radius: 3px;color:var(--zhu-color);text-align: center;line-height: 48px;margin-right:15px;cursor: pointer;transition: all .5s}
.icase-bd .btnn .next i,.icase-bd .btnn .prev i{font-size: 18px;}
.icase-bd .btnn .swiper-pagination{position: relative;width:auto;margin-top: 20px}
.icase-bd .btnn .next:hover,.icase-bd .btnn .prev:hover{background: var(--zhu-color);color:#fff;}
@media(max-width: 992px){
	.icase-hd .right a{border:solid 1px var(--zhu-color);}
	.icase-hd .right a span{font-size:14px;margin-right:10px;}
	.icase-hd .right a i{font-size:16px;}
}
@media(max-width:768px){
	.icase-hd .left b{font-size:40px;}
	.icase-hd .left span{font-size:30px;}
	.icase-bd a span{padding:10px;font-size: 14px;}
}
@media(max-width: 576px){
	.icase-hd{padding:45px 0 30px;flex-direction: column;align-items: center;}
	.icase-hd .left{width:100%;align-items: center;}
	.icase-hd .left b{font-size:35px;}
	.icase-hd .left span{font-size:26px;}
	.icase-hd .right{width:100%;justify-content: center;margin-top: 30px;}
	.icase-bd{padding:0 45px 30px;}
	.icase-bd .btnn{margin:30px 0 0 0px;}
	.icase-bd .btnn .next, .icase-bd .btnn .prev{width:30px;height: 30px;line-height: 30px;}
}

/*icom*/
.icom{display: flex;flex-direction: row;justify-content: space-between;}
.icom-left{width:calc(50% - 8px);padding:30px;background:url(../images/icom-left.jpg) center no-repeat;}
.icom-right{width:calc(50% - 8px);display: flex;flex-direction: column;justify-content: space-between;}
.icom-left .box{width:100%;height: 100%;background-image: linear-gradient(to right,rgba(244,44,4,0.9),rgba(226,132,62,0.9));padding:100px 60px 100px 135px;transition: all .5s}
.icom-left .box .hd{color:#fff;display: flex;flex-direction: column;}
.icom-left .box .hd b{font-size: 40px;}
.icom-left .box .hd span{text-transform: uppercase;font-size:14px;opacity: 0.5;margin:10px 0 30px;}
.icom-left .box .hd:after{content:'';width:80px;height: 2px;background:#fff; }
.icom-left .box .md{margin:65px 0;font-size: 16px;line-height: 36px;color:#fff;}
.icom-left .box .bd{display: flex;flex-direction: row;width:60%;justify-content: space-between;}
.icom-left .box .bd a{display: flex;flex-direction: column;color:#fff;align-items: center;width:80px;}
.icom-left .box .bd a i{font-size:35px;}
.icom-left .box .bd a p{font-size:16px;transition: all .5s}
.icom-left .box:hover{border-radius: 5px;}
.icom-left .box .bd a:hover p{letter-spacing: 1px}
.icom-right li{width:100%;height:calc(calc(100% - 16px)/2);padding:30px; }
.icom-right li:nth-child(1){background:url(../images/icom-right-bg1.jpg) center no-repeat;background-size: cover;}
.icom-right li:nth-child(2){background:url(../images/icom-right-bg2.jpg) center no-repeat;background-size: cover;}
.icom-right li .box{border:solid 1px rgba(255,255,255,.1);padding:30px;display: flex;flex-direction: column;height: 100%;transition: all .5s}
.icom-right li .box .t1{font-size:30px;font-weight: bold;color:#fff;transition: all .5s}
.icom-right li .box .t2{font-size:14px;color:rgba(255,255,255,.3);text-transform: uppercase;margin:15px 0 20px;}
.icom-right li .box span{width:40px;height: 40px;text-align: center;line-height: 40px;border-radius: 50%;background:var(--zhu-color);}
.icom-right li .box span i{font-size:20px;color:#fff;}
.icom-right li .box:hover{border:solid 1px rgba(255,255,255,8);border-radius: 5px;}
@media(max-width: 1400px){
	.icom-left .box{padding:60px;}
	.icom-left .box .bd{width:80%;}
}
@media(max-width: 1200px){
	.icom-left .box{padding:45px;}
	.icom-left .box .hd b{font-size:30px;}
	.icom-left .box .bd{width:100%;}
	.icom-right li .box .t1{font-size:30px;}
}
@media(max-width: 992px){
	.icom{flex-direction: column;}
	.icom-left,.icom-right{width:100%;}
	.icom-left{margin-bottom: 15px;}
	.icom-right li{margin-bottom: 15px;}
}
@media(max-width: 576px){
	.icom-left{padding:15px;}
	.icom-left .box{padding:30px 15px;}
	.icom-left .box .hd b{font-size:26px;}
	.icom-left .box .md{margin:30px 0;font-size:14px;line-height: 2}
	.icom-left .box .bd a i{font-size:30px;}
	.icom-left .box .bd a p{font-size:14px;}
	.icom-right li{padding:15px;}
	.icom-right li .box{padding:15px;}
	.icom-right li .box .t1{font-size:26px;}
}


/*inews*/
.inews{overflow: hidden;}
.inews-bd{padding:15px 10px 30px;}
.inews-bd .swiper-slide{transition: all .5s}
.inews-bd .swiper-slide a{overflow: hidden;display: flex;flex;flex-direction: column;}
.inews-bd .swiper-slide a .img{padding-bottom:63%;}

.inews-bd .swiper-slide a .txt{padding:15px 0 30px;transition: all .5s}
.inews-bd .swiper-slide a .txt .t1{padding:10px 0;font-size: 18px;color:#333;position: relative;transition: all .5s}
.inews-bd .swiper-slide a .txt .t1:after{content:'';height: 1px;width:0;background: var(--zhu-color);transition: all .5s;position: absolute;bottom:0;left:0;}
.inews-bd .swiper-slide a .txt .t2{margin:15px 0 25px;color:#666666;line-height: 24px;-webkit-line-clamp:2;}
.inews-bd .swiper-slide a .txt span{border:solid 1px #ddd;width:40px;height: 28px;display: block;text-align: center;line-height: 28px;transition: all .5s}
.inews-bd .swiper-slide a .txt span i{font-size:22px;color:#666;line-height: 1.2;transition: all .5s }
.inews-bd .swiper-slide:hover{box-shadow: 0 0 10px #666;}
.inews-bd .swiper-slide a:hover .txt{padding:15px 30px 30px;}
.inews-bd .swiper-slide a:hover .txt .t1:after{width:100%;}
.inews-bd .swiper-slide a:hover span{border-color:var(--zhu-color);}
.inews-bd .swiper-slide a:hover span i{color:var(--zhu-color);}

/*.inews-bd .pagination{text-align: center;padding:30px 0;display: flex;flex-direction: row;justify-content: center;}
.inews-bd .pagination span{width:25px;height: 3px;background: #999;border-radius: 0;transition: all .5s}
.inews-bd .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:30px;}*/

.inews-bd .btnn{display: flex;flex-direction: row;justify-content: center;align-items: center;width:100%;margin-top: 30px;}
.inews-bd .btnn .next i,.inews-bd .btnn .prev i{font-size: 25px;transition: all .5s}
.inews-bd .btnn .pagination{width:150px;display: flex;flex-direction: row;justify-content: center;align-items: center;}
.inews-bd .btnn .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:12px;height: 12px;}
.inews-bd .btnn .next:hover i,.inews-bd .btnn.prev:hover i{color:var(--zhu-color);}
@media(max-width: 576px){
	.inews-hd .right{flex-wrap: nowrap;justify-content: space-between;}
	.inews-hd .right a{margin:0;}
	.inews-hd .right a span{margin-right: 5px;}
	.inews-bd{padding:15px 30px 30px;}
	.inews-bd .swiper-slide a .txt .t1{font-size:14px;}
	.inews-bd .swiper-slide a .txt .t2{font-size:12px;}
	.inews-bd .swiper-slide a:hover .txt{padding:15px 15px 30px;}
}




/*footer*/
.footer{background: url(../images/f-bg.jpg) top center no-repeat;position: relative;background-size: cover;width:100%;overflow: hidden;}
.f-hd{display: flex;flex-direction: row;justify-content: space-between;}
.f-nav{width:calc(100% - 500px);display: flex;flex-direction: row;justify-content: space-between;padding:30px 15px;}
.f-nav .item{width:20%;}
.f-nav .item .yiji{color:#fff;display:block;position: relative;font-size: 18px;padding-left: 20px;}
.f-nav .item .yiji:before{position: absolute;width:5px;height: 5px;background: #fff;border-radius: 50%;content:'';left:0;top:10px;}
.f-nav .item ul{padding:45px 15px;flex-direction: column;display: flex;width:100%;}
.f-nav .item ul a{font-size: 14px;color:#fff;opacity: 50%;margin-bottom: 15px;}
.f-nav .item ul a:hover{opacity: 1}
.f-con{width:500px;display: flex;flex-direction: column;align-items: center;}
.f-con .hd{color:#fff;font-size: 26px;line-height: 1.2;padding:10px 0;text-align: center;}
.f-con .hd i{font-size: 30px;line-height: 1}
.f-con .hd span{width:calc(100% - 30px);}
.f-con .bd{padding:30px 0;text-align: center;color:#fff;display: flex;flex-direction: row;justify-content: space-between;}
.f-con .bd li{width:45%;}
.f-con .bd img{width:120px;}
.f-con .bd p{padding:10px 0;}
.footer .line{width:100%;height: 1px;background: #3f413f;position: absolute;top:78px;}
.f-bd{border-top:solid 1px #3f413f;padding:25px 15px;}
.f-bd .wrap{display:flex;flex-direction: row;justify-content: space-between;}
.f-logo{margin-right: 45px;}
.f-bd .left{display: flex;flex-direction: row;align-items: center;color:rgba(255,255,255,0.6);width:60%}
.f-bd .left a{color:rgba(255,255,255,0.6);}
.f-bd .left a:hover{color:rgba(255,255,255,1);}
.f-bd .left a.msg{width:140px;height: 30px;background: var(--pei-color);color:#fff;display: flex;flex-direction: row;justify-content: center;line-height: 30px;transition: all .5s}
.f-bd .left a.msg span{margin-right: 10px;}
.f-bd .left a.msg i{font-size: 20px}
.f-bd .left a.msg:hover{border-radius: 10px;}
.f-bd .right{text-align: right;color:#fff;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;width:40%;}
.f-bd .right p{margin-left: 30px}
.f-bd .right a{color:#fff;}
.f-bd .right a:hover{color:var(--pei-color);}
@media(max-width: 1400px){
	.f-con{width:300px;}
	.f-nav{width:calc(100% - 330px);}
}
@media(max-width: 1200px){
	.f-con{width:300px;}
	.f-nav{width:calc(100% - 330px);}
	.f-bd .left{width:100%;}
	.f-bd .right{display: none;}
}
@media(max-width: 992px){
	.footer{background-size: auto 100%}
	.f-con{display: none;}
	.f-nav{width:100%;}
}
@media(max-width: 768px){
	.f-con{display: block;width:100%;}
	.f-logo{margin-right: 0}
	.f-nav{display: none;}
	.f-bd .wrap{flex-wrap: wrap;}
	.f-bd .left{flex-direction: column;}
}

/*position*/
.l-banner{width:100%;height: 515px;display: flex;flex-direction: column;color:var(--zhu-color);align-items: center;justify-content: center;margin-top: 90px;background:url(../images/l-banner.jpg) center no-repeat; }
.l-banner .t1{font-size:50px;font-family: 'SemiBold';text-transform: uppercase;line-height: 1;text-shadow: #999 1.5px 0 0, #999 0 1.5px 0, #999 -1.5px 0 0, #999 0 -1.5px 0;}
.l-banner .t2{font-size:40px;font-weight: bold;text-shadow: #fff 1.5px 0 0, #fff 0 1.5px 0, #fff -1.5px 0 0, #fff 0 -1.5px 0;}
.l-banner .t3{font-size:40px;font-family:Arial;font-weight: bold;margin-top: 15px;text-shadow: #fff 1.5px 0 0, #fff 0 1.5px 0, #fff -1.5px 0 0, #fff 0 -1.5px 0;color:var(--zhu-color);line-height: 1.2;}
.fancynav-inner .l-banner{margin-top: 0}
.about-banner{/*background:url(../images/about-banner.jpg) center no-repeat;*/background-size:cover;}
.honor-banner{/*background:url(../images/honor-banner.jpg) center no-repeat;*/background-size:cover;}
.product-banner{background:url(../images/product-banner.jpg) center no-repeat;background-size:cover;}
.product-banner1{background:url(../images/probanner1.jpg) center no-repeat;background-size:cover;}
.product-banner2{background:url(../images/probanner2.jpg) center no-repeat;background-size:cover;}
.shili-banner{background:url(../images/shili-banner.jpg) center no-repeat;background-size:cover;}
.news-banner{background:url(../images/news-banner.jpg) center no-repeat;background-size:cover;}
.environment-banner{background:url(../images/environment-banner.jpg) center no-repeat;background-size:cover;}
.video-banner{/*background:url(../images/video-banner.jpg) center no-repeat;*/background-size:cover;}
.case-banner{background:url(../images/case-banner.jpg) center no-repeat;background-size:cover;}
.contact-banner{/*background:url(../images/contact-banner.jpg) center no-repeat;*/background-size:cover;}

@media(max-width: 1600px){
	.l-banner{height: 500px;}

}
@media(max-width: 1400px){
	.l-banner{height:500px;}
	.l-banner .t3{font-size:35px;}
}
@media(max-width: 1200px){
	.l-banner{height: 450px;}
	.l-banner .t3{font-size:30px;}
}
@media(max-width: 992px){
	.l-banner{height: 350px;margin-top: 72px}
	.l-banner .t1{font-size:45px;}
	.l-banner .t2{font-size:30px;}
}
@media(max-width: 576px){
	.l-banner{height: 150px;margin-top: 50px}
	.l-banner .t1{font-size:30px;}
	.l-banner .t2{font-size:22px;}
	.l-banner .t3{font-size:25px;}
}
/*position*/
.position{overflow: hidden;background: #f1f1f1}

.p-left{width:65%;float: left;overflow: hidden;}
.p-left a{height: 62px;line-height: 62px;display: block;float: left;margin-right: 75px;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:35%;float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;height: 62px;}
.p-right i{color:var(--zhu-color);font-size:20px;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{border:none;background: none;}
.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: 768px){
	.p-left a{margin-right: 30px;}
}
@media(max-width: 576px){
	.p-left a{height: 40px;line-height: 40px;font-size: 14px;margin-right: 15px;}
	.p-right{display: none;}
	.p-right i{font-size: 16px;}
	.p-right p{font-size: 12px;}
	.pinfo-position .p-right{display:none}
}



/*about-part1*/
.about-part1{background: url(../images/company.jpg) center top no-repeat;background-size: cover;padding:60px 0;}
.about-part1 .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.about-part1-left{width:calc(100% - 700px);}
.about-part1-left .hd b{display: block;color: #f4f4f4;font-size: 65px;height: 80px;line-height: 80px; text-transform: uppercase;}
.about-part1-left .hd span{display: block;color: var(--zhu-color);text-transform: uppercase;margin-top: -60px;font-size:24px;}
.about-part1-left .hd p{font-size:36px;}
.about-part1-left .hd i{display: block;background: url(../images/com_a.png) left center no-repeat;margin-top: 1rem;height: 5px;}
.about-part1-left .bd{overflow-y: scroll;line-height: 35px;color: #777;margin-top: 45px;height: 280px;padding-right: 15px;}
.about-part1-right{width:660px;height: 456px;overflow: hidden;position: relative;}
.about-part1-right img{width:100%;height: 100%;object-fit: cover;}
.about-part1-right i{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:40px;color:#fff;}
@media(max-width: 1400px){
	.about-part1-left{width:calc(100% - 630px);}
	.about-part1-left .hd b{font-size:55px;}
	.about-part1-right{width:600px;}
}
@media(max-width: 1200px){
	.about-part1-left{width:calc(100% - 530px);}
	.about-part1-left .hd b{font-size:45px;}
	.about-part1-right{width:500px;}
}
@media(max-width: 1024px){
	.about-part1-left{width:calc(100% - 430px);}
	.about-part1-right{width:400px;}

}
@media(max-width: 992px){
	.about-part1 .container-fluid{flex-direction: column-reverse;}
	.about-part1-left{width:100%;margin-top: 15px;}
	.about-part1-right{width:100%;height: auto;max-height: 400px;}

}
@media(max-width:768px){
	.about-part1-left .hd span{font-size:20px;}
	.about-part1-left .hd p{font-size:30px;}
}
@media(max-width:576px){
	.about-part1{padding:30px 0;}
	.about-part1-left .hd b{font-size:30px;}
	.about-part1-left .hd span{font-size:16px;}
	.about-part1-left .hd p{font-size:22px;}
	.about-part1-left .bd{padding-right: 5px;line-height: 2;}
	.about-part1-right{max-height:200px;}
}


/*about-part2*/
.about-part2{}
.companyb{height: 600px;overflow: hidden;}
.companyb .slideTxtBox {position: relative;width: 100%;height: 100%;}
.companyb .slideTxtBox .hd{position: absolute;z-index: 3;width: 100%;height: 100%;padding:0 80px;}
.companyb .slideTxtBox .hd ul{width:100%;margin:0 auto; height: 100%;height: 100%;font-size: 0;box-sizing: border-box;-webkit-box-sizing: border-box;border-left: 1px solid rgba(255,255,255,0.3);max-width: 1400px}
.companyb .slideTxtBox .hd li{float: left;color: #fff; display: inline;height: 100%;width: 25%;box-sizing: border-box;-webkit-box-sizing: border-box;border-right: 1px solid rgba(255,255,255,0.3);}
.companyb .slideTxtBox .hd li:hover .comb_b{top:45%;}
.companyb .slideTxtBox .hd li .comb_a{display: block;height: 100%;position: relative;}
.companyb .bd {position: relative;height: 100%}
.companyb .bd img{width: 100%;height: 600px;object-fit: cover;}
.companyb .slideTxtBox .bd ul{ zoom:1;  }
.companyb .slideTxtBox .hd li .comb_b{position: absolute;left: 15px;top:30%;transform: translateY(-50%);-webkit-transform: translateY(-50%);transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.companyb .slideTxtBox .hd li.hover .comb_b{top: 50%;}
.companyb .slideTxtBox .hd li .comb_b span{display: block; font-size: 24px;line-height: 24px;color: #fff;position: absolute;left: -60px;top: 62%;height: 20px;margin-top: -10px;}
.companyb .slideTxtBox .hd li .comb_b::before{display: block;content: "";width: 1px;height: 60px;background: #fff;position: absolute;left: -16px;top: 64%;margin-top: -30px;}
.companyb .slideTxtBox .hd li .comb_b i{font-size: 44px;}
.companyb .slideTxtBox .hd li .comb_b strong{display: block;font-weight: normal;}
.companyb .slideTxtBox .hd li .comb_b p{color: #fff;}
@media(max-width: 1400px){
	.companyb .slideTxtBox .hd{padding:0 0 0 80px;}
}
@media(max-width: 1200px){
	.companyb{height: 500px}

	.companyb .slideTxtBox .hd li .comb_b i{font-size:35px;}
	.companyb .slideTxtBox .hd li .comb_b strong{font-size:20px;}
	.companyb .slideTxtBox .hd li .comb_b p{font-size:14px;}
	.companyb .bd img{height: 500px}
}
@media(max-width: 992px){
	.companyb{height: 600px}
	.companyb .bd img{height: 600px}

	.companyb .slideTxtBox .hd li{width:50%;height: 50%}
	.companyb .slideTxtBox .hd li .comb_b{top:40%;}
	.companyb .slideTxtBox .hd li .comb_b i{font-size:35px;}
	.companyb .slideTxtBox .hd li .comb_b strong{font-size:20px;}
	.companyb .slideTxtBox .hd li .comb_b p{font-size:14px;}
}
@media(max-width: 768px){
	.companyb{height: 500px}
	.companyb .bd img{height: 500px}
	.companyb .slideTxtBox .hd{padding:0 0px 0 60px;}
	.companyb .slideTxtBox .hd li .comb_b i{font-size:30px;}
	.companyb .slideTxtBox .hd li .comb_b strong{font-size:16px;}
	.companyb .slideTxtBox .hd li .comb_b p{font-size:12px;}
}
@media(max-width: 576px){
	.companyb{height: 800px}
	.companyb .bd img{height:800px}
	.companyb .slideTxtBox .hd{padding:0;}
	.companyb .slideTxtBox .hd li{width:100%;height: 25%}
	.companyb .slideTxtBox .hd li .comb_b i{font-size:26px;}
	.companyb .slideTxtBox .hd li .comb_b span{left:15px;top:50%;}
	.companyb .slideTxtBox .hd li .comb_b::before{left:60px;top:50%;}
	.companyb .slideTxtBox .hd li .comb_b{padding-left: 80px;top:50%;}
	.companyb .slideTxtBox .hd li:nth-child(1){background:url(../images/qywha.jpg) center repeat;background-size: cover;}
	.companyb .slideTxtBox .hd li:nth-child(2){background:url(../images/qywhb.jpg) center repeat;background-size: cover;}
	.companyb .slideTxtBox .hd li:nth-child(3){background:url(../images/qywhc.jpg) center repeat;background-size: cover;}
	.companyb .slideTxtBox .hd li:nth-child(4){background:url(../images/qywhd.jpg) center repeat;background-size: cover;}
	.companyb .slideTxtBox .bd{display: none;}
}


/*about-part3*/
.about-part3-bd{background:url(../images/about-part3-bg.jpg) bottom center no-repeat;height: 650px;}
.about-part3-bd .container-fluid{display: flex;flex-direction: row;}
.about-part3-bd .left{margin-top: 80px;width:320px;}
.about-part3-bd .right{width:calc(100% - 450px);overflow: hidden;padding-top: 160px;position: relative;}
.about-part3-bd .right a{border:solid 1px #eee;width:100%;display: block;}
.about-part3-bd .right .prev,.about-part3-bd .next{position: absolute;top:230px;z-index: 1;cursor: pointer;}
.about-part3-bd .right .prev{right:30px;}
.about-part3-bd .right .next{left:30px;}
.about-part3-bd .right .prev i,.about-part3-bd .next i{color:var(--zhu-color);font-size:40px;font-weight: bold;}
.about-part3-bd .right .next:hover i,.about-part3-bd .right .prev:hover i{color:#333;}
@media(max-width: 1600px){
	.about-part3-bd{height: 580px}
	.about-part3-bd .left{width:250px;}
	.about-part3-bd .right{width:calc(100% - 400px);padding-top: 70px}
	.about-part3-bd .right .prev, .about-part3-bd .next{top:30%;}
}
@media(max-width: 1400px){
	.about-part3-bd .right{width:calc(100% - 280px);margin-left: 30px;}
}

@media(max-width: 1200px){
	.about-part3-bd{height: 500px}
	.about-part3-bd .left{width:200px;}
	.about-part3-bd .right{width:calc(100% - 230px);padding-top: 50px}
	.about-part3-bd .right .prev, .about-part3-bd .next{display: none;}
}
@media(max-width: 992px){
	.about-part3-bd .left{display: none;}
	.about-part3-bd .right{width:100%;margin-left: 0;padding:30px 0;}

}
@media(max-width: 576px){
	.about-part3-bd{background:none;height: auto;}
	.about-part3-bd .right{padding:30px 45px;}
}

/*com-part4*/
.com-part4{background: url(../images/com-part4-bg.jpg) top center no-repeat;padding-bottom:45px;background-size: cover;}
.com-part4-bd{background: rgba(255,255,255,0.5);overflow: hidden;}
.com-part4-bd .bd{padding:15px 0 30px;text-align: center;overflow: hidden; }
.com-part4-bd .bd a{display: block;border:solid 1px #e5e6e5;padding:15px;transition: all .5s;border-radius: 2px}
.com-part4-bd .bd a p{color:#666666;font-size: 16px;padding:10px 10px 0;transition: all .5s}
.com-part4-bd .bd a:hover,.com-part4-bd .bd .swiper-slide-active a{border-color:var(--zhu-color);}
.com-part4-bd .bd a:hover p,.com-part4-bd .bd .swiper-slide-active a p{color:var(--zhu-color);}
.com-part4 .pagination{display: block;text-align: center;margin-top: 30px;}
.com-part4 .pagination span{width:12px;height: 12px;}
.com-part4 .pagination .swiper-pagination-bullet-active{background:var(--zhu-color);}
@media(max-width: 768px){
	.com-part4 .container-fluid{padding:0;}
	.com-part4-bd .hd{flex-direction: column;}
	.com-part4-bd .hd .left img{height: 45px}
	.com-part4-bd .hd .right{width:100%;border:none;margin-top: 15px;padding:0;font-size: 14px;line-height: 24px}
	.com-part4-bd .bd{padding:0 45px;}
	.com-part4-bd .bd a p{font-size: 14px;}
}

/*ptype*/
.ptype{margin-top: -55px;height: 110px;padding:15px 0;}
.ptype .wrapp{height: 100%}
.ptype .wrapp .container-fluid{height: 100%}
.ptype-box{background:#fff;box-shadow:rgba(6,6,6,.1) 0 0 5px 5px;padding:0 15px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;height: 100%}
.ptype-box .left{width:180px;display: flex;flex-direction: row;align-items: center;}
.ptype-box .left i{font-size:35px;color:var(--zhu-color);}
.ptype-box .left span{font-size:22px;margin-left: 15px;font-weight:600;}
.ptype-box .right{width:calc(100% - 210px);overflow:hidden;}

.ptype-box .right .swiper-slide{width:auto;color:#333;transition: all .5s;font-size:16px;}
.ptype-box .right .swiper-slide:hover{color:var(--zhu-color);}
@media(max-width: 992px){
	.ptype{margin-top: -45px;height: 90px;}
	.ptype-box .left i{font-size:30px;}
	.ptype-box .left span{font-size:20px;}
	.ptype-box .right{width:calc(100% - 160px);}
	.ptype-box .right .swiper-slide{font-size:14px;}
}
@media(max-width: 768px){
	.ptype{margin: 15px 0;height: auto;}
	.ptype-box{flex-direction: column;padding:15px 0;}
	.ptype-box .left{width:100%;justify-content: center;}
	.ptype-box .right{width:calc(100% - 30px);margin-top: 15px;}
}
@media(max-width: 576px){
	.ptype{display: none;}
	.ptype-box .left i{font-size:25px;line-height: 1}
	.ptype-box .left span{font-size:17px;}
	.ptype-box .right .swiper-slide{font-size:12px;}
}

/*proindex*/
.proindex{overflow: hidden;}
.proindex .section{padding:30px 0;}
.proindex .section:nth-child(2n){background:#f7f7f7;}
.proindex .section-hd{display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding:15px 0;}
.proindex .section-hd a{font-size:15px;color:#666;}
.proindex .section-hd a:hover{color:var(--zhu-color);}
.proindex .section-hd .left{width:calc(100% - 100px);display: flex;flex-direction: row;align-items: center;}
.proindex .section-hd .left i{font-size:30px;color:var(--zhu-color);line-height: 1}
.proindex .section-hd .left span{font-size:20px;font-weight: bold;margin-left: 15px;}
.proindex .section-bd{margin:30px 0;overflow: hidden; }
.proindex .section-bd a{width:100%;display: block;border:solid 1px #e6e6e6;}
.proindex .section-bd a .txt{display: flex;flex-direction: row;justify-content: space-between;padding:20px 15px;align-items: center;transition: all .5s}
.proindex .section-bd a .txt .left{width:calc(100% - 45px);}
.proindex .section-bd a .txt .left .t1{font-size:16px;color:#333;transition: all .5s}
.proindex .section-bd a .txt .left .t2{color:#666;margin-top: 10px;transition: all .5s}
.proindex .section-bd a .txt .right{width:28px;text-align: center;}
.proindex .section-bd a .txt .right span{width:28px;height: 28px;text-align: center;line-height: 28px;border-radius: 50%;display: block;background:var(--zhu-color);transition: all .5s}
.proindex .section-bd a .txt .right span i{font-size:18px;color:#fff;transition: all .5s}
.proindex .section-bd a:hover .txt{background:var(--zhu-color);}
.proindex .section-bd a:hover .txt .left .t1{color:#fff;}
.proindex .section-bd a:hover .txt .left .t2{color:#fff;}
.proindex .section-bd a:hover .txt .right span{background:#fff;}
.proindex .section-bd a:hover .txt .right span i{color:var(--zhu-color);}
@media(max-width: 576px){
	.proindex{margin-top: 30px}
	.proindex .section{padding:15px 0;}
	.proindex .section .container-fluid{padding:0;}
	.proindex .section-hd{padding:5px 10px;}
	.proindex .section-bd{padding:15px 30px;margin:15px 0;}
	.proindex .section-hd .left i{font-size:22px;}
	.proindex .section-hd .left span{font-size:16px;font-weight: normal;margin-left: 5px;}
	.proindex .section-hd a{font-size:12px;}
	.proindex .section-bd a .txt{padding:15px 10px;}
	.proindex .section-bd a .txt .left .t1{font-size:14px;}
	.proindex .section-bd a .txt .left .t2{display: none}
	.proindex .section-bd a .txt .right span{width:24px;height: 24px;line-height: 24px;}
	.proindex .section-bd a .txt .right span i{font-size:16px;}
}

/*no-goods*/
.no-goods,.no-network{padding:60px 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;}

/*prolist*/
.prolist{padding:45px 0;overflow: hidden;}
.prolist .row>div{margin-bottom:30px;}
.prolist a{width:100%;display: block;border:solid 1px #e6e6e6;}
.prolist a .txt{display: flex;flex-direction: row;justify-content: space-between;padding:20px 15px;align-items: center;transition: all .5s}
.prolist a .txt .left{width:calc(100% - 45px);}
.prolist a .txt .left .t1{font-size:16px;color:#333;transition: all .5s}
.prolist a .txt .left .t2{color:#666;margin-top: 10px;transition: all .5s}
.prolist a .txt .right{width:28px;text-align: center;}
.prolist a .txt .right span{width:28px;height: 28px;text-align: center;line-height: 28px;border-radius: 50%;display: block;background:var(--zhu-color);transition: all .5s}
.prolist a .txt .right span i{font-size:18px;color:#fff;transition: all .5s}
.prolist a:hover .txt{background:var(--zhu-color);}
.prolist a:hover .txt .left .t1{color:#fff;}
.prolist a:hover .txt .left .t2{color:#fff;}
.prolist a:hover .txt .right span{background:#fff;}
.prolist a:hover .txt .right span i{color:var(--zhu-color);}

@media(max-width: 576px){
	.prolist a .txt{padding:15px 10px;}
	.prolist a .txt .left .t1{font-size:14px;}
	.prolist a .txt .left .t2{display: none}
	.prolist a .txt .right span{width:24px;height: 24px;line-height: 24px;}
	.prolist a .txt .right span i{font-size:16px;}
}

/*产品详情页*/
/*pinfo-section1*/
.pinfo-section1{background: url(../images/pinfo-section1-bg.jpg) center top no-repeat;padding-top:60px;margin-top: 90px}
.pinfo-section1 .wrap{padding-bottom: 60px;}
.pinfo-section1-box{background: #fff;padding:15px 40px;box-shadow: 0px 10px 25px rgba(0,0,0,.2);}
@media(max-width: 1700px){
	.pinfo-section1 .wrap{padding:0 15px 60px;}
}
@media(max-width: 1400px){
	.pinfo-section1-box{padding:15px 15px;}
}
@media(max-width: 576px){
	.pinfo-section1{margin-top: 15px;}
	.pinfo-section1 .wrap{padding:0 10px 30px;}
	.pinfo-section1-box{padding:15px 10px;}
}

/*proinfo*/
.proinfo-part1{overflow: hidden;padding:15px 0;}
.proinfo-part1 .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.proinfo-part1-left{width:610px;overflow: hidden;padding-bottom: 15px;}
.proinfo-part1-left .img{border:solid 1px #eee;}
.proinfo-part1-left .pagination{display: flex;flex-direction: row;justify-content: center;margin-top: 10px;}
.proinfo-part1-left .pagination .swiper-pagination-bullet{width:15px;border-radius: 0;height: 4px;transition: all .5s}
.proinfo-part1-left .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:25px;}
.proinfo-part1-right{width:calc(100% - 650px);overflow: hidden;}
.proinfo-part1-right .hd{border-bottom:solid 1px #c6c4c4;padding:5px 0 15px;position: relative;}
.proinfo-part1-right .hd:after{content:'';position: absolute;width:155px;height: 3px;background: var(--zhu-color);left:0;bottom:-2px;}
.proinfo-part1-right .hd .t1{font-size: 24px;color:#282828;font-weight:bold;}
.proinfo-part1-right .md{padding:25px 0 15px;}
.proinfo-part1-right .md .t1{font-size: 14px;color:#666666;line-height:36px;}
.proinfo-part1-right .md .t2{overflow: hidden;margin-bottom: 15px;}
.proinfo-part1-right .md .t2 b{font-size: 16px;color:var(--zhu-color);float: left;}
.proinfo-part1-right .md .t2 p{width:calc(100% - 90px);float: right;line-height: 24px;font-size:15px;}
.proinfo-part1-right .md .t2 p span{border:solid 1px #efd1cc;background: #f2e3e0;padding:3px 10px;color:#d33f23;font-size: 15px;margin-right: 12px;display: inline-block;}

.proinfo-part1-right .md ul{border-top:solid 1px #eee;border-bottom:solid 1px #eee;padding:18px 0;display: flex;flex-direction: row;justify-content: space-around;margin-top: 25px}
.proinfo-part1-right .md ul li{width:80px;display: flex;flex-direction:column;text-align: center;transition: all .5s;cursor: pointer;align-items: center;}
.proinfo-part1-right .md ul li i{width:80px;height: 80px;border:solid 1px #eee;text-align: center;line-height: 80px;font-size: 40px;color:#666666;border-radius: 50%;margin-bottom: 10px;transition: all .5s;}
.proinfo-part1-right .md ul li span{font-size: 16px;}
.proinfo-part1-right .md .hd{border-bottom: none;padding:0;}
.proinfo-part1-right .md .hd:after{display: none;}

.proinfo-part1-right .md ul li:hover i,.proinfo-part1-right .md ul li.on i{background: var(--zhu-color);border-color:var(--zhu-color);color:#fff;animation: swing 1s;box-shadow: 0 0 10px #bbb;}
.proinfo-part1-right .bd{padding:15px 0;overflow: hidden;width:100%;}
.proinfo-part1-right .bd a{font-size: 16px;color:#fff;width:190px;height: 50px;line-height: 50px;text-align: center;background: var(--zhu-color);border-top-left-radius: 20px;border-bottom-right-radius: 20px;display: block;transition: all .5s;float: left;}
.proinfo-part1-right .bd a:hover{border-radius: 0;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}
.proinfo-part1-right .bd .lt{width:305px;float: left;}
.proinfo-part1-right .bd .lt i{color:var(--zhu-color);font-size: 50px;float: left;line-height: 1;margin-right: 15px;}
.proinfo-part1-right .bd .lt .txt{width:calc(100% - 65px);float: right;}
.proinfo-part1-right .bd .lt .txt .t1{color:#666666;font-size: 16px;}
.proinfo-part1-right .bd .lt .txt .t2{color:var(--zhu-color);font-size: 26px;font-weight: bold;line-height: 1}
@media(max-width: 1400px){
	
	.proinfo-part1-left{width:550px;}
	.proinfo-part1-right{width:calc(100% - 580px);}
	.proinfo-part1-right .hd{padding:0px 0 10px;}
	.proinfo-part1-right .md .t2{margin-bottom: 5px}
	.proinfo-part1-right .md .t2 p{margin-top: 0px}
	.proinfo-part1-right .md .t1{margin-top: 5px!important;}
}

@media(max-width: 1200px){
	.proinfo-part1-left{width:500px;}
	.proinfo-part1-right{width:calc(100% - 530px);}
	.proinfo-part1-right .md ul{margin-top: 15px;}
	.proinfo-part1-right .md ul li i{width:70px;height: 70px;font-size:45px;line-height: 70px;}
	.proinfo-part1-right .bd .lt{width:240px;}
	.proinfo-part1-right .bd .lt .txt .t2{font-size: 22px;}
	.proinfo-part1-right .bd a{width:150px;}

	
}
@media(max-width: 1024px){
	.proinfo-part1-left{width:400px;}
	.proinfo-part1-right{width:calc(100% - 430px);}
	.proinfo-part1-right .hd .t1{font-size: 22px}
	.proinfo-part1-right .md{padding:15px 0 0;}
	.proinfo-part1-right .md .t2 b{font-size: 16px;}
	.proinfo-part1-right .md .t2 p{width:calc(100% - 80px)}
	.proinfo-part1-right .md .t1{width:calc(100% - 80px)!important;margin:0!important;font-size: 14px;line-height: 24px!important}
	.proinfo-part1-right .md ul{margin-top: 10px;padding:10px 0;}
	.proinfo-part1-right .md ul li i{width:60px;height: 60px;font-size:40px;line-height:60px;}
	.proinfo-part1-right .md ul li span{font-size: 14px;}

}
@media(max-width: 992px){
	.proinfo-part1 .container-fluid{flex-direction: column;}
	.proinfo-part1-left{width:550px;margin:0 auto 30px;}
	.proinfo-part1-right .hd .t1{font-size: 20px}
	.proinfo-part1-right .md .t1{line-height: 30px!important;}
	.proinfo-part1-right .md .t2{margin-bottom: 10px;}
	.proinfo-part1-right{width:100%;}
	.proinfo-part1-right .bd{display:flex;flex-direction: row;justify-content: space-between;}
}
@media(max-width:768px){
	.proinfo-part1-left{width:100%;}
}
@media(max-width:576px){
	.proinfo-part1{padding:0;}
	.proinfo-part1 .container-fluid{padding:0;}
	.proinfo-part1-right .bd{flex-direction:column;}
	.proinfo-part1-right .hd .t1{font-size: 18px;}
	.proinfo-part1-right .md .t2 b{font-size: 15px;}
	.proinfo-part1-right .md .t2 p{line-height: 22px!important;font-size:13px;}
	.proinfo-part1-right .md .t2 p span{font-size: 14px;margin-bottom: 5px;}
	.proinfo-part1-right .md ul li i{width:50px;height: 50px;font-size:25px;line-height:50px;}
	.proinfo-part1-right .bd a{margin: 15px auto 0;height: 40px;line-height: 40px;}
}

/*proinfo-part2*/
.proinfo-part2{overflow: hidden;}
.proinfo-part2-hd{border-bottom:solid 1px #eae8e8;display: flex;flex-direction: row;}
.proinfo-part2-hd a{width:190px;height: 60px;display: block;position: relative;color:#333333;font-size: 16px;transition: all .5s;text-align: center;line-height: 60px;}
.proinfo-part2-hd a:before{content:'';height: 3px;width:100%;background: var(--zhu-color);position: absolute;bottom:-1px;left:0;width:0;transition: all .5s}
.proinfo-part2-hd a:after{width:1px;height: 20px;content:'';position: absolute;right:0;top:20px;transition: all .5s;background: #928f8f}
.proinfo-part2-hd a.on,.proinfo-part2-hd a:hover{color:var(--zhu-color);}
.proinfo-part2-hd a.on:before,.proinfo-part2-hd a:hover:before{width:100%;}
.proinfo-part2-hd a:last-child:after{display: none;}
.proinfo-part2-bd{overflow: hidden;width:100%;padding:15px 0;display: flex;flex-direction: row;justify-content: space-between;}
.proinfo-part2-bd .left{width:100%;}
.proinfo-part2-bd .right{/*width:360px;*/width:100%;}
.proinfo-part2-bd .right.sticky{position: fixed;}
.proinfo-part2-bd .section1{padding:30px 0 0px;}
.proinfo-part2-bd .section1-hd{position: relative;overflow: hidden;height: 60px;padding:10px 0;width:100%;}
.proinfo-part2-bd .section1-hd .hd{font-size: 60px;text-shadow: 1px 1px #f0f0f0, -1px -1px #f0f0f0, 1px -1px #f0f0f0, -1px 1px #f0f0f0;position: absolute;top:0;left:0;text-transform: uppercase;font-family: Arial;color:#fff;line-height: 1}
.proinfo-part2-bd .section1-hd .bd{position: absolute;top:3px;left:0;display: flex;flex-direction: row;align-items: center;}
.proinfo-part2-bd .section1-hd .bd span{color:#212121;font-size: 30px;font-weight: bold;float: left;}
.proinfo-part2-bd .section1-hd .bd i{width:50px;height: 1px;background: var(--zhu-color);margin:0 15px;}
.proinfo-part2-bd .section1-hd .bd p{color:var(--zhu-color);font-size: 18px;text-transform: uppercase;}
.proinfo-part2-bd .section1-bd{line-height: 260%;padding:30px 0;min-height: 300px;font-size: 120%}
.proinfo-part2-bd .section2{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.proinfo-part2-bd .section2 li{width:49%;background: #f6f5f4;padding:22px 15px 0px;overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;margin-bottom: 15px;}
.proinfo-part2-bd .section2 li i{font-size: 70px;color:var(--zhu-color);width:90px;line-height: 1;text-align: center;transition: all .5s;opacity: 0.6;font-weight: bold;font-family: 'DIN';font-style: normal;}
.proinfo-part2-bd .section2 li .txt{width:calc(100% - 100px);padding-right: 22px;padding-bottom: 22px;height: 100%;}
.proinfo-part2-bd .section2 li .txt .t1{color:#333333;font-size: 26px;margin-bottom: 10px;transition: all .5s;font-weight: bold;}
.proinfo-part2-bd .section2 li .txt .t2{color:#666;font-size:20px;margin:5px 0 10px;}
.proinfo-part2-bd .section2 li .txt .t3{color:#999999;line-height: 22px;transition: all .5s}
.proinfo-part2-bd .section2 li.on{background:var(--zhu-color);border-radius: 5px;}
.proinfo-part2-bd .section2 li.on i{color:#fff;}

.proinfo-part2-bd .section2 li.on .txt .t1{color:#fff;}
.proinfo-part2-bd .section2 li.on .txt .t2{color:#fff;}
.proinfo-part2-bd .section2 li.on .txt .t3{color:#ccc;}

@media(max-width: 1400px){
	.proinfo-part2-bd .section2 li{width:49%;}
	.proinfo-part2-bd .section2 li i{width:60px;font-size: 60px}
	.proinfo-part2-bd .section2 li .txt{width:calc(100% - 75px);}
	.proinfo-part2-bd .section2 li .txt .t1{font-size: 26px;}
	.proinfo-part2-bd .section3-bd a{width:32%;}
	.proinfo-part2-bd .section3-bd a:nth-child(n+7){display: none;}
}
@media(max-width: 1200px){
	.proinfo-part2-bd .left{width:100%;}
	.proinfo-part2-bd .right{display: none}
	.proinfo-part2-bd .section2 li i{width:60px;font-size: 50px}
}
@media(max-width: 768px){
	.proinfo-part2-bd .section2 li{width:100%;}
	.proinfo-part2-bd .section3-bd a{width:49%;}
}
@media(max-width: 576px){
	.proinfo-part2-bd .section2 li{padding:15px 0 0 10px;}
	.proinfo-part2-bd .section2 li i{width: 40px;font-size: 35px}
	.proinfo-part2-bd .section2 li .txt{width:calc(100% - 45px);padding-right: 10px}
	.proinfo-part2-bd .section2 li .txt .t1{font-size: 20px}
	.proinfo-part2-bd .section2 li .txt .t2{font-size:16px;}
	.proinfo-part2-bd .section2 li .txt .t3{line-height: 20px;font-size:12px;}
	.proinfo-part2-bd .section1{padding:15px 0 0;}
	.proinfo-part2-bd .section1-hd{height:42px;}
	.proinfo-part2-bd .section1-hd .bd p{display: none;}
	.proinfo-part2-bd .section1-hd .bd i{display: none;}
	.proinfo-part2-bd .section1-hd .hd{font-size: 36px}
	.proinfo-part2-bd .section1-bd{font-size: 100%;line-height: 200%;padding:15px 0;top:0;}
	.proinfo-part2-bd .section1-hd .bd span{font-size:24px;}
}

.proinfo-youshi{flex-direction: column;}


/*proinfo-part3*/
.proinfo-part3{}
.proinfo-part3-bd{position: relative;padding:30px 0;margin-bottom: 60px}
.proinfo-part3-bd .swiper-slide{transition: all .5s;margin-top: 15px;margin-bottom: 30px;}
.proinfo-part3-bd a .img{border:solid 1px #eee;}
.proinfo-part3-bd a .img .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 .img .zhezhao i{font-size: 50px;color:#fff;}
.proinfo-part3-bd p{width:100%;background: #f5f5f5;color:#333;font-size: 16px;padding:0px 15px;text-align: center;position: absolute;bottom:-48px;left:0;transition: all .5s;height: 48px;line-height:48px}
.proinfo-part3-bd p i{display: none;font-size: 40px}
.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{box-shadow: 0 0 10px #666;margin-top: 12px;border-radius: 5px;overflow: hidden;}
.proinfo-part3-bd .swiper-slide.on a .img .zhezhao{width:100%;height: 100%;opacity: 1;}
.proinfo-part3-bd .swiper-slide.on a p{background: rgba(0,0,0,0.5);display: flex;flex-direction:column;justify-content: center;align-items: center;color:#fff;height: 100%;bottom:0;display: block;padding-top: 20%}
.proinfo-part3-bd .swiper-slide.on a p i{display: block;}
.proinfo-part3-bd .swiper-slide.on a p:after{width:100%;}
.proinfo-part3-bd .next,.proinfo-part3-bd .prev{width:60px;height: 60px;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%;}
	.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{font-size: 20px;}
}

/*proinfo-part4*/
.proinfo-part4 .section3{flex-direction: column;}
.proinfo-part4 .section3-bd{overflow: hidden;padding:15px 0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;margin:25px 0 0;}
.proinfo-part4 .section3-bd a{display: block;width:24%;position: relative;margin-bottom: 20px;}
/*.proinfo-part4 .section3-bd a:nth-child(n+5){display: none;}*/
.proinfo-part4 .section3-bd a .txt{position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(255,255,255,.7);text-align: center;display: flex;flex-direction: row;justify-content: center;align-items: center;padding:0 15px;line-height: 1.5;color:var(--zhu-color);font-size: 16px;opacity: 0;transition: all .5s;font-weight:bold;}
.proinfo-part4 .section3-bd a:hover .txt,.proinfo-part4 .section3-bd a.on .txt{width:calc(100% - 30px);height: calc(100% - 30px);top:15px;left:15px;opacity: 1}
@media(max-width: 1200px){
	.proinfo-part4 .section3-bd a{width:32%;}
	/*.proinfo-part4 .section3-bd a:nth-child(n+5){display: block;}*/
}

@media(max-width: 768px){
	.proinfo-part4 .section3-bd a{width:49%;}
	.proinfo-part4 .section3-bd a .txt{font-size:14px;}
}

/*l-title*/
.l-title{font-size: 32px;color:#333333;position: relative;text-align: center;padding-bottom:15px;font-weight: bold;}
.l-title:after{content:'';position: absolute;width:56px;height: 3px;background: var(--zhu-color);left:50%;transform: translateX(-50%);bottom:0;}
@media(max-width: 576px){
	.l-title{font-size: 26px;}
}



/*news-part1*/
.news-part1{overflow: hidden;}
.news-part1-hd{padding:45px 0;}
.news-part1-bd{display: flex;flex-direction:row;justify-content: space-between;}
.news-part1-bd .left{width:45%;border:solid 1px #eee;padding:15px;}
.news-part1-bd .left .img{padding-bottom: 60%}
.news-part1-bd .left .img img{transition: all .5s}
.news-part1-bd .left a{display: block;width:100%;transition: all .5s}
.news-part1-bd .left a .txt{padding:15px;}
.news-part1-bd .left a .txt .t1{font-size: 20px;font-weight: bold;color:#333;transition: all .5s}
.news-part1-bd .left a .txt .t2{width:100%;display: flex;flex-direction: row;justify-content: space-between;color:#999;font-size:14px;padding:8px 0;}
.news-part1-bd .left a .txt .t2 i{font-size:20px;margin-right: 10px;line-height: 1;float: left;}
.news-part1-bd .left a .txt .t3{line-height: 30px;font-size: 16px;color:#666;}
.news-part1-bd .left:hover{border-color: var(--zhu-color);}
.news-part1-bd .left:hover a .img img{transform: scale(1.15,1.15) rotate(5deg);}
.news-part1-bd .left:hover a .txt .t1{padding-left: 10px;color:var(--zhu-color);}
.news-part1-bd .right{width:53%;display: flex;flex-direction: column;justify-content: space-between;}
.news-part1-bd .right a{display: block;width:100%;display: flex;flex-direction: row;justify-content: space-between;padding:15px;border:solid 1px #eee;transition: all .5s}
.news-part1-bd .right a .lt{width:280px;}
.news-part1-bd .right a .lt .img{padding-bottom:62%;}
.news-part1-bd .right a .lt .img img{transition: all .5s}
.news-part1-bd .right a .rt{width:calc(100% - 300px);}
.news-part1-bd .right a .rt .t1{font-size:18px;font-weight: bold;color:#333;transition: all .5s;padding:15px 0 0;}
.news-part1-bd .right a .rt .t2{width:100%;display: flex;flex-direction: row;justify-content: space-between;color:#999;font-size:13px;padding:10px 0;}
.news-part1-bd .right a .rt .t2 i{font-size:20px;margin-right: 10px;float: left;line-height: 1}
.news-part1-bd .right a .rt .t3{line-height: 30px;font-size: 15px;color:#666;-webkit-line-clamp:2;}
.news-part1-bd .right a:hover{border-color: var(--zhu-color);}
.news-part1-bd .right a:hover .lt .img img{transform: scale(1.15,1.15) rotate(5deg);}
.news-part1-bd .right a:hover .rt .t1{padding-left: 10px;color:var(--zhu-color);}
@media(max-width: 1600px){
	.news-part1-bd .left{margin-bottom: 10px}
	.news-part1-bd .left a .txt .t2{padding:15px 0;}
	.news-part1-bd .right a{margin-bottom: 10px}
	.news-part1-bd .right a .lt{width:260px;}
	.news-part1-bd .right a .rt{width:calc(100% - 280px);}
}
@media(max-width: 1400px){
	.news-part1-bd .left{width:40%}
	.news-part1-bd .right{width:58%}
	.news-part1-bd .right a .lt{width:240px;}
	.news-part1-bd .right a .rt{width:calc(100% - 260px);}
}
@media(max-width: 1200px){
	.news-part1-bd .right a .lt{width:200px;}
	.news-part1-bd .right a .rt{width:calc(100% - 220px);}
	.news-part1-bd .right a .rt .t1{padding:0;}
	.news-part1-bd .right a .rt .t3{line-height: 26px}
}
@media(max-width: 992px){
	.news-part1-bd{flex-direction: column;}
	.news-part1-bd .left{width:100%;}
	.news-part1-bd .right{width:100%;}
}
@media(max-width: 576px){
	.news-part1-hd{padding:30px 0;}
	.news-part1-bd .left{padding:10px;}
	.news-part1-bd .left a .txt{padding:15px 0 0;}
	.news-part1-bd .left a .txt .t1{font-size: 16px}
	.news-part1-bd .left a .txt .t2{font-size: 12px;padding:8px 0;}
	.news-part1-bd .left a .txt .t2 i{margin-right: 5px}
	.news-part1-bd .left a .txt .t3{font-size: 14px}
	.news-part1-bd .right a{flex-direction: column;padding:10px;}
	.news-part1-bd .right a .lt,.news-part1-bd .right a .rt{width:100%;}
	.news-part1-bd .right a .rt{padding:15px 0 0;}
	.news-part1-bd .right a .rt .t1{font-size: 16px}
	.news-part1-bd .right a .rt .t2{font-size: 12px;padding:8px 0;}
	.news-part1-bd .right a .rt .t2 i{margin-right: 5px}
	.news-part1-bd .right a .rt .t3{font-size:14px;}
}


/*news-hy*/
.news-hy{margin:15px 0 45px}
.news-hy ul{display: flex;flex-direction: row;flex-wrap:wrap;border-bottom:solid 1px #ddd;}
.news-hy ul a{display: flex;flex-direction: row;justify-content:space-between;width:50%;border:solid 1px #ddd;border-bottom: none;}
.news-hy ul a:nth-child(2n){border-left:none;}
.news-hy ul a .left{width:96px;background: #f9f9f9;display: flex;flex-direction: column;justify-content: center;color:#666;align-items: center;transition: all .5s}
.news-hy ul a .left .t1{font-size: 18px;line-height: 30px;padding:0 30px;}
.news-hy ul a .left span{height: 1px;width:38px;background: #999;margin:10px 0;transition: all .5s}
.news-hy ul a .left .t2{font-size: 15px;text-align: center;}
.news-hy ul a .left .t3{font-size: 18px;text-align: center;}
.news-hy ul a .md{width:240px;margin:15px;}
.news-hy ul a .md img{width:100%;height: 100%;object-fit: cover;}
.news-hy ul a .right{width:calc(100% - 366px);padding:30px 30px 30px 5px;}
.news-hy ul a .right .t1{font-size: 20px;color:#333;transition: all .5s}
.news-hy ul a .right .t2{line-height: 28px;margin:10px 0;color:#999;-webkit-line-clamp:2; }
.news-hy ul a .right span{color:var(--zhu-color);height: 38px;display: block;line-height:38px;text-align: center;transition: all .5s;border-radius: 3px ;width:70px;}
.news-hy ul a:hover .left{background: var(--zhu-color);color:#fff;}
.news-hy ul a:hover .left span{background:#fff;}
.news-hy ul a:hover .right .t1{color:var(--zhu-color);}
.news-hy ul a:hover .right span{color:#fff;background: var(--zhu-color);width:100px;}
@media(max-width: 1400px){
	.news-hy ul a .md{width:180px;}
	.news-hy ul a .left{width:86px;}
	.news-hy ul a .left .t1{padding:0 24px;}
	.news-hy ul a .right{width:calc(100% - 300px);padding:20px 20px 20px 0}
}
@media(max-width: 1200px){
	.news-hy ul a .left{width:56px;}
	.news-hy ul a .left .t1{padding:0 10px;}
	.news-hy ul a .md{width:150px;}
	.news-hy ul a .right{width:calc(100% - 240px);}
	.news-hy ul a .right .t1{font-size: 18px}
}
@media(max-width: 1024px){
	.news-hy ul a:nth-child(2n){border-left:solid 1px #ddd;}
	.news-hy ul a .md{width:220px;}
	.news-hy ul a .left{width:86px;}
	.news-hy ul a .left .t1{padding:0 24px;}
	.news-hy ul a .right{width:calc(100% - 340px);padding:20px 20px 20px 0}
	.news-hy ul a{width:100%;}
}
@media(max-width: 768px){
	.news-hy ul a .left{width:56px;}
	.news-hy ul a .left .t1{padding:0 10px;}
	.news-hy ul a .md{width:150px;}
	.news-hy ul a .right{width:calc(100% - 240px);}
}
@media(max-width: 576px){
	.news-hy ul a .left .t1{font-size: 14px;padding:0 14px;line-height: 24px;}
	.news-hy ul a .left .t2{font-size: 13px;}
	.news-hy ul a .left .t3{font-size: 16px;}
	.news-hy ul a .md{display: none;}
	.news-hy ul a .right{width:calc(100% - 56px);padding:15px;}
	.news-hy ul a .right .t1{font-size: 16px;}
	.news-hy ul a .right .t2{line-height: 26px}
	.news-hy ul a .right span{height: 32px;line-height: 32px}
}


/*news-part2*/
.news-list{ border: 5px solid #f5f5f5;width:100%;margin-left: 0px;margin-right: 0px }
.news-list .news-item { position: relative; overflow: hidden; cursor: default; background: #fff; }
.news-list .news-item::before { display: block; content: ''; height: 216px; position: absolute; bottom: 0; right: 0; border-right: 1px solid #e9e9e9; z-index: 9; }
.news-list .news-item::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; display: block; content: ''; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; border-bottom: 1px solid #e9e9e9; z-index: 3; }
.news-list .news-item .item-wrap { position: relative; z-index: 1; }
.news-list .news-item .item-wrap .news-img-wrap { padding: 30px; position: absolute; z-index: 1; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); }
.news-list .news-item .item-wrap .news-inf-wrap { position: relative; padding: 30px; background: #ffffff; z-index: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-wrap .news-inf-wrap .news-title { font-size: 16px; line-height: 42px; /*margin-top: 10px;*/  margin-bottom: 6px; -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;color:#333;font-size: 18px;font-weight: bold; }
.news-list .news-item .item-wrap .news-inf-wrap .news-title span{ color: #666;}
.news-list .news-item .item-wrap .news-inf-wrap .news-desc { font-size: 14px; line-height: 26px; color: #999999; height: 52px; overflow: hidden; }
.news-list .news-item .item-wrap .news-inf-wrap .news-time { margin-top: 40px; font-size: 16px; color: #999999; line-height: 36px; }
.news-list .news-item .item-wrap .news-inf-wrap .news-time i{font-size: 20px;margin-right: 5px;float: left;}
.news-list .news-item:nth-child(3n):before { display: none; }
.news-list .news-item:hover { overflow: visible; z-index: 9; }
.news-list .news-item:hover::after { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.news-list .news-item:hover .news-img-wrap { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.news-list .news-item:hover .news-inf-wrap { -webkit-transform: translateY(235px); -moz-transform: translateY(235px); -ms-transform: translateY(235px); -o-transform: translateY(235px); transform: translateY(235px); }

.news-list .news-item:nth-child(n+4):before { top: 0; bottom: auto; }
.news-list .news-item:nth-child(n+4)::after { display: none; }
.news-list .news-item:nth-child(n+4) .news-img-wrap { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
.news-list .news-item:nth-child(n+4):hover .news-img-wrap { background-color: #ffffff; -webkit-transform: translateY(-235px); -moz-transform: translateY(-235px); -ms-transform: translateY(-235px); -o-transform: translateY(-235px); transform: translateY(-235px); opacity: 1; }
.news-list .news-item:nth-child(n+4):hover .news-inf-wrap { z-index: 9; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.news-list .news-item:hover .item-wrap .news-inf-wrap .news-title,.news-list .news-item:hover .item-wrap .news-inf-wrap .news-title span{ color: var(--zhu-color);}
@media(max-width: 992px){
	.news-list .news-item:nth-child(2n):before{display: none;}
	.news-list .news-item:nth-child(3n):before,.news-list .news-item:nth-child(n+4)::after { display: block; }
	.news-list .news-item::before{height: 235px}
}
@media(max-width: 576px){
	.news-list .news-item .item-wrap .news-inf-wrap{padding:15px 0;}
	.news-list .news-item .item-wrap .news-img-wrap{padding:15px 0;}
	.news-list .news-item:hover .news-inf-wrap{transform: translateY(210px);padding:15px 0;}
	.news-list .news-item .item-wrap .news-inf-wrap .news-time{margin-top: 25px}
	.news-list .news-item .item-wrap .news-inf-wrap .news-title{font-size:16px;}

}

/*newslist*/
.newslist{overflow: hidden;padding:45px 0;}
.newslist .row>div{border-right:solid 1px #eee;border-bottom:solid 1px #eee;}
.newslist .row>div:nth-child(4n){border-right:none;}
.newslist .item{padding:30px;display: block;}
.newslist .item .img{padding-bottom: 60%;}
.newslist .item .img img{transition: all .5s;}
.newslist .item .txt{padding:20px 0;}
.newslist .item .txt .t1{font-size: 18px;font-weight: bold;color:#333;transition: all .5s}
.newslist .item .txt .t2{font-size: 14px;color:#999;-webkit-line-clamp:2;line-height: 28px;margin:15px 0;}
.newslist .item .txt .t3{display: flex;flex-direction: row;justify-content: space-between;color:#666;border-top:solid 1px #eee;padding:15px 0 0;}
.newslist .item .txt .t3 span{font-size: 16px;transition: all .5s;padding:5px 0;}
.newslist .item:hover .txt .t1{color:var(--zhu-color);}
.newslist .item:hover .img img{transform: scale(1.05,1.05);}
.newslist .item:hover .txt .t3 .lt{display: block;padding:5px 15px;background: var(--zhu-color);color:#fff;}
@media(max-width: 576px){
	.newslist{padding:30px 0;}
	.newslist .item{padding:15px 0;}
}

/*newsinfo*/
.newsinfo{background:#f9f9f9;padding:30px 0;}
.newsinfo .wrap{padding:15px 0;}
.newsinfo .box{background:#fff;border-radius: 5px;padding:45px 30px;box-shadow: 0 0 15px #eee}
.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: 1.8;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;}
}

.conatct1{background: #f5f5f5; padding: 5px 0 0px 0; overflow: hidden;position: relative;}
.conatct1 .map{width:100%;}
.contact11 .bd{display: flex;flex-direction: row;justify-content: space-between;}
.contact-way{position: absolute;top:60px;left:0;width:100%;z-index: 1}
.contact11{ border: 1px solid #dedede; background: #fff; overflow: hidden;width:450px;}
.maptxt{ width: 100%; padding: 35px; overflow: hidden;}
.maptxt .mapt1{ width: 100%;  overflow: hidden; position:relative;}
.maptxt .mapt1 .mapt11{ color: var(--zhu-color); font-size: 38px; font-weight: 700; line-height: 55px;}
.maptxt .mapt1 .mapt12{ width: 100%; background: #fff; height: 20px; line-height: 20px;overflow:hidden; position: absolute; left:0; bottom:0; z-index:999; color: #333; font-size: 18px;letter-spacing: 1.2px}
.maptxt .mpat2{ padding: 20px 0; line-height: 35px; border-bottom: 1px solid #dedede; color: #666; }
.maptxt .mpat2 .iconfont{ color: var(--zhu-color); font-size: 24px; margin-right: 10px;position: relative; top:3px; }
.mapt3{ padding: 15px 0;width:140px;display: flex;flex-direction: row;}
.mapt3 li{ width:100%;text-align: center;}
.mapt3 li p{width:100%;float: left;}
.mapt3 .conatctewm{ width: 140px; height: 140px; }

.mapt33{ width: calc(100% - 160px); float: right; padding: 18px 0;}
.mapt33 b{ font-size: 18px; color: #333;}
.mapt33 .t100{ font-size: 14px; color: #999;margin: 5px 0 0 0;}
.mapt33 .t101{ font-size: 14px; color: #999; margin: 8px 0;margin-right:10px;}
.mapt33 .share{padding:10px 0;}
.map{ width: 100%; overflow: hidden;}
#dituContent{ width: 100%; height:600px; border-left: 1px solid #dedede; }

@media(max-width:768px){
	.contact-way{position: initial;margin:30px 0;}
	.maptxt{padding:30px 15px;}
	.contact11{width:100%;}
	#dituContent{height: 300px}
	
}
@media(max-width: 576px){
	.contact11 .bd{flex-direction: column;}
	.mapt3{width:100%;}
	.mapt33{width:100%;}
	
}

.lxwmb{overflow: hidden;background:url(../images/lxwmb.jpg) center no-repeat;width:100%;padding:60px 0;}
.lxwmtitb{width: 80%;text-align: center;margin:0 auto;}
.lxwmtitb span{display: block;font-size: 30px;font-weight:600;line-height: 55px;color:#fff;}
.lxwmtitb p{line-height: 30px;font-size: 16px;color:#fff;} 
.lxwmb_a .forma input{display: block;float: left; width: 49%;margin-right: 2%; background: #fff; line-height: 45px;padding-left:4rem;margin-bottom: 1.5rem;border-radius: 5px}
.lxwmb_a  textarea{display: block;width: 100%;padding-top: 1rem;padding-left: 4rem;margin-bottom: 2rem;background:url(../images/content-icon.png) 15px center no-repeat #fff;background-size: 28px 28px;border:none;border-radius: 5px}
.lxwmb_a .forma input:nth-of-type(1){background:url(../images/link-icon.png) 15px center no-repeat #fff;background-size: 28px 28px;}
.lxwmb_a .forma input:nth-of-type(2){background:url(../images/tel-icon.png) 15px center no-repeat #fff;margin-right: 0px;background-size: 28px 28px;}
.lxwmb_a .code input{float: left;width: 35%;line-height: 45px;background: #fff;text-align: center;border-radius: 5px}
.lxwmb_a .code .verify{float: left;width: 30%;margin: 0 3%;}
.lxwmb_a .code .verify img{max-width: 100%;height: 45px;}
.lxwmb_a .code .submit{float: left;width: 28%; display: block;line-height: 45px;color: #fff;text-align: center; background: var(--zhu-color);transition: .4s;border-radius: 5px}
.lxwmb_a .code .submit:hover{background:var(--pei-color);}
.mes-form{height: auto;overflow: hidden;}
.lxwmb_a .code{width: 36%;margin:0 auto;}
@media(max-width: 1200px){
	.lxwmtitb p{padding:15px 0;}

}
@media(max-width: 992px){
	.lxwmb_a .code{width:60%;}
}
@media(max-width: 768px){
	.lxwmb_a .code{width:80%;}
}
@media(max-width: 576px){
	.lxwmtitb{width:100%;}
	.lxwmtitb span{font-size: 28px}
	.lxwmtitb p{font-size: 15px;}
	.lxwmb_a{padding-left:0!important;padding-right: 0!important}
	.lxwmb_a .code{width:100%;}
	.lxwmb_a .forma input{width:100%;}

}






























































/*job-part1*/
.job-part1{padding:45px 0;}


.tit_in{ position: relative; text-align: center;}
.tit_in p{ float: left; width:50px; border-radius: 100%; text-align: center; }
.tit_in span{ position: relative; float: left; padding: 0 20px; color: #373737; font-size: 30px; line-height: 45px;}
.tit_in span:before{ position: absolute; content: ''; background: #aeaeae; width: 1px; height: 50%; right: 0; top: 25%; }

.tit_cp li{ float: left; padding: 0 1%; line-height: 45px;}
.tit_cp li a{ display: inline-block; position: relative; color: #666666;}
.tit_cp li a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 15px; display: block; height:5px; background-color: rgba(195, 0, 47, .2);width:100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: right center;transform-origin: right center;}
.tit_cp li a:hover{ color: #c3002f;}
.tit_cp li a:hover::after{ -webkit-transform-origin: left center;transform-origin: left center;  -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1);}
.tit_font{ float: left; padding-left:20px; height: 45px; line-height: 45px; color: #666666; font-size: 15px;}
@media screen and (max-width:1200px){
    .tit_cp li{ font-size: 12px; padding: 0 0.5%;}
}

@media screen and (max-width:991px){
    .tit_in span:before{ display: none;}
    .tit_cp li{ line-height: 35px;}
}

/*招聘*/
.job-part2{ margin:0 3% 3%;overflow:hidden;padding:55px 3% 15px; }

.job-part2 .swiper-slide {
    transition: 0.3s;
    position: relative;
    background: #f5f5f5;
    padding: 4% 0 3%;
    cursor: pointer;
    border-radius: 5px;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border:solid 1px rgba(8,122,198,0.5);
    transition: all .5s;
}
.job-part2 .swiper-slide .pic{ position: absolute; left: 50%; top: -52px; text-align: center; width: 105px; height: 105px; background:var(--zhu-color); line-height: 105px; border-radius: 100%;transform: translateX(-50%);transition: all .5s}
.job-part2 .swiper-slide .pic i{ color: #fff; font-size: 50px;display: block;}
.job-part2 .swiper-slide p{ color: #333333; font-size: 26px;  position: relative;padding-bottom: 15px;padding-top: 10px}
.job-part2 .swiper-slide p:after{content:'';width:50px;height: 2px;background:var(--pei-color);bottom:0;left:50%;transform: translateX(-50%);position: absolute;transition: all .5s}
.job-part2 .swiper-slide span{ display: block; padding: 0 10%; text-align: center; color: #999; font-size: 14px;margin-top:20px;line-height: 28px}
.job-part2 .swiper-slide:hover{ border:solid 1px rgba(74,172,49,0.5);box-shadow: 0 0 15px #999;}
.job-part2 .swiper-slide:hover .pic{background: var(--pei-color);}
.job-part2 .swiper-slide:hover .pic i{animation: swing 1s;}
.job-part2 .swiper-slide:hover p:after{background: var(--zhu-color)}

@media screen and (max-width:1200px){
    .job-part2 .swiper-slide p{ padding-top: 12%;}
}
@media screen and (max-width:768px){
    .job-part2 .swiper-slide p{ padding-top: 15%;}
}


.job-part3{ background: url("../images/zpjy.jpg") no-repeat center fixed; border-radius: 10px; text-align: center; color: #fff;padding:60px 0;}
.job-part3 .tit{ font-size: 30px;padding-bottom: 15px;position: relative;}
.job-part3 .tit:after{ content:'';position: absolute;left:50%;transform: translateX(-50%);bottom:0;width:80px;height: 2px;background: var(--pei-color)}
.job-part3 .con{ padding: 2% 20% 0; font-size: 16px;line-height: 32px}
@media screen and (max-width:768px){
    .job-part3 .con{ font-size: 14px; padding: 2%;}
}


.job-part4{padding-bottom: 60px}
#jobs_ul{padding:0;width: 100%;}
#jobs_ul li{width: 100%; margin-bottom: 1% !important;}
#jobs_ul li .jobs_title{font-size: 14px; width: 100%; line-height: 30px; background: #f4f4f4; color: #666666; padding: 2%; margin: 0;}
#jobs_ul li .jobs_box{ padding:20px 3.5% 36px; background: #fff; position: relative;display: none;}
#jobs_ul li .jobs_box .info1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
}
#jobs_ul li .jobs_box .info1 p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin: 5px 0px !important;
}
#jobs_ul li .jobs_box .info2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0 22px;
}
#jobs_ul li .jobs_box .info2 h3 {
    font-size: 18px;
    color: #333333;
    line-height: 3;
    font-weight: normal;
}
#jobs_ul li .jobs_box .info2 p {
    font-size: 14px;
    color: #777777;
    line-height: 2.5;
}
#jobs_ul li .jobs_box .info2 .float-left {
    width: 50%;float: left;
}
#jobs_ul li .jobs_box .info2 .float-right {
    width: 43.5%;float: right;
}
#jobs_ul li .jobs_box .info2 .float-left .info-box {
    border-right: 1px solid #e5e5e5;padding-right: 10%;
}
#jobs_ul li .jobs_box .info3 {
    margin-top: 31px;
}
#jobs_ul li .jobs_box .info3 .apply_btn {
    width: 151px;
    height: 41px;
    line-height: 41px;
    background: #1976a0;
    font-size: 16px;
    color: #ffffff;
    float: right;
    transition: 0.3s;
    text-align: center;
}
#jobs_ul li .jobs_box .info3 .apply_btn:hover {
    background: #333;
}
#jobs_ul li .jobs_box .info3 .all {
    float: right;
    font-size: 14px;
    color: #777777;
    height: 41px;
    line-height: 41px;
    padding-left: 30px;
}
#jobs_ul li .jobs_box i {
    position: absolute;
    left: 18px;
    top: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
}

.jobs_title{ margin: 3% 0 0;}
.jobs_title .td1{ line-height: 40px; border-right: 1px solid #dbdbdb;}
.jobs_title .td1 p{ color: #333333; font-size: 22px;}
.jobs_title .td1 span{ color: #666666; font-size: 16px;}
.jobs_title .td2{ line-height: 40px; padding-left: 5%;}
.jobs_title .td2 p{ color: #666666; font-size: 16px;}
.jobs_title .td2 p span{ color: var(--zhu-color); font-size: 24px;}
.jobs_title .td5{ text-align: center; padding-top: 2%;}
.jobs_title .td5 a{ display: block; height: 45px; line-height: 45px; float: right; padding: 0 10%; background:var(--pei-color); border-radius: 5px; color: #fff;font-size: 14px;}
@media screen and (max-width:768px){
    .jobs_title .td4{ width: 30%;}
    .jobs_title .td2 p{ font-size: 14px;}
    .jobs_title .td2 p span{ font-size: 16px;}
    .jobs_title .td1 span{ font-size: 12px;line-height: 24px;display: block;margin-top: 10px}
    #jobs_ul li .jobs_box .info2 .float-left{width:100%;}
    #jobs_ul li .jobs_box .info2 .float-right{width:100%;}
    #jobs_ul li .jobs_box .info2 .float-left .info-box{border:none;padding-right: 0}
}
@media(max-width: 576px){
	.jobs_title .td2 p span{font-size: 14px;}
	#jobs_ul li .jobs_box .info1 p{font-size: 12px}
}





/*资质荣誉*/
.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: 50px;color:#fff;transition: all .5s;position: absolute;bottom:-15px;left:-15px;padding:0 10px;background: rgba(244,109,6,.7);text-align: center;width:calc(100% + 30px);display: flex;height: 60px;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;}

/*厂区环境*/
.environment .item{background: #f2f2f2;transition: all .5s}
.environment .item a{display: block;width:100%;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: rgba(244,44,4,0.75);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;}
.environment .item a .hd .zhezhao .box i{font-size: 50px;}
.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: 1}
.environment .item:hover a .bd{letter-spacing: 1px}
@media(max-width: 576px){
	.environment .item a{padding:0;}
	.environment .item a .bd{font-size: 14px;}
}

/*goods-part1*/
.goods-part1{overflow: hidden;}
.goods-part1-hd{padding:45px 0;text-align: center;color:#333;}
.goods-part1-hd .t1{font-size: 42px;font-weight: bold;}
.goods-part1-hd .t2{font-size: 18px;}
.goods-part1-bd{overflow: hidden;margin-top: 15px;}
.goods-part1-bd ul{display: flex;flex-direction: row;justify-content: space-between;width:100%;flex-wrap: wrap;}
.goods-part1-bd ul li{width:49%;background:#f3f4f4;padding:30px;overflow: hidden;border-radius: 5px;display: flex;flex-direction: row;justify-content: space-between;transition: all .5s}
.goods-part1-bd ul li .left{width:395px;}
.goods-part1-bd ul li .left .img{border-radius: 3px}
.goods-part1-bd ul li .right{width:calc(100% - 420px);}
.goods-part1-bd ul li .right .t1{font-size:30px;font-weight: bold;padding:15px 0;transition: all .5s}
.goods-part1-bd ul li .right .t2{font-size:15px;line-height: 30px;-webkit-line-clamp:5;font-weight: lighter;transition: all .5s;text-indent: 2em}
.goods-part1-bd ul li .right .btnn{display: flex;flex-direction: row;margin-top: 30px;}
.goods-part1-bd ul li .right .btnn a{display: flex;flex-direction: row;color:var(--zhu-color);font-size: 16px;padding-right:1.5vw;height: 25px;align-items: center;border-right:solid 1px rgba(8,122,198,.3);margin-right:1.5vw;transition: all .5s}
.goods-part1-bd ul li .right .btnn a:nth-child(2){border:none;margin-right: 0;padding-right: 0}
.goods-part1-bd ul li .right .btnn a i{font-size:25px;line-height: 1;margin-right: 5px}
.goods-part1-bd ul li .right .btnn a:hover{color:var(--pei-color);}
.goods-part1-bd ul li:hover{background: var(--zhu-color);}
.goods-part1-bd ul li:hover .t1{color:#fff;}
.goods-part1-bd ul li:hover .t2{color:#fff;opacity: 0.3;}
.goods-part1-bd ul li:hover .btnn a{color:#fff;border-color:rgba(255,255,255,.3);}
@media(max-width: 1600px){
	.goods-part1-bd ul li .left{width:350px;}
	.goods-part1-bd ul li .right{width:calc(100% - 380px)}
	.goods-part1-bd ul li .right .t2{-webkit-line-clamp:4;}
	.goods-part1-bd ul li .right .btnn{margin-top: 15px}
}
@media(max-width: 1400px){
	.goods-part1-bd ul li{padding:20px;}
	.goods-part1-bd ul li .left{width:300px;}
	.goods-part1-bd ul li .right{width:calc(100% - 320px)}
	.goods-part1-bd ul li .right .t1{padding:0;font-size: 26px}
	.goods-part1-bd ul li .right .t2{-webkit-line-clamp:4;}
	.goods-part1-bd ul li .right .btnn{margin-top: 15px}
	.goods-part1-bd ul li .right .btnn a{padding-right:0.8vw;margin-right:0.8vw;}
}
@media(max-width: 1200px){
	.goods-part1-bd ul li .left{width:200px;}
	.goods-part1-bd ul li .right{width:calc(100% - 220px)}
	.goods-part1-bd ul li .right .t2{-webkit-line-clamp:2;}
	
}
@media(max-width: 992px){
	.goods-part1-bd ul li{flex-direction: column;}
	.goods-part1-bd ul li .left{width:100%;}
	.goods-part1-bd ul li .right{width:100%;padding-bottom: 15px}
	.goods-part1-bd ul li .right .t1{margin-top: 20px}
}
@media(max-width: 576px){
	.goods-part1-hd .t1{font-size: 28px}
	.goods-part1-hd .t2{font-size: 14px}
	.goods-part1-bd ul{flex-direction: column;}
	.goods-part1-bd ul li{width:100%;margin-bottom: 15px}
	.goods-part1-bd ul li .right .btnn a{padding-right:3vw;margin-right:3vw;}
}

/*goods-part2*/
.goods-part2{background: url('../images/goods-part2-bg.jpg') center top no-repeat;margin-top: 45px;background: auto 100%}
.goods-part2-hd{padding:45px 50px;}
.goods-part2-hd .t1{font-size: 42px;font-weight: bold;}
.goods-part2-hd .t2{font-size: 18px;}
.goods-part2-bd{overflow: hidden;margin:0px 50px;}
.goods-part2-bd a{display: block;position: relative;overflow: hidden;border-radius: 5px;margin:30px 0;transition: all .5s}
.goods-part2-bd a .img{padding-bottom: 65%}
.goods-part2-bd a p{text-align: center;padding:35px 0;background-image: linear-gradient(to bottom,transparent, rgba(0,0,0,0.8)); color:#fff;font-size: 18px;font-weight: bold;position: absolute;bottom:0;left:0;width:100%;}
.goods-part2-bd .pagination{padding:15px 0 45px;text-align: center;display: block}
.goods-part2-bd .pagination span{width:12px;height: 12px}
.goods-part2-bd a:hover{margin-top: 15px}
@media(max-width: 576px){
	.goods-part2-hd{padding:0px;}
	.goods-part2-hd .t1{font-size: 28px}
	.goods-part2-hd .t2{font-size: 14px}
	.goods-part2-bd{margin:0;}
}

/*goods-part3*/
.goods-part3{margin-bottom: 60px}
.goods-part3-hd{padding:60px 0;text-align: center;}
.goods-part3-hd .t1{font-size: 42px;font-weight: bold;}
.goods-part3-hd .t2{font-size: 18px;}
.goods-part3-bd{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;padding:10px 50px;flex-wrap:wrap;}
.goods-part3-bd li{display: flex;flex-direction: column;border-radius: 10px;background: #f1f3f5;padding:50px;align-items: center;width:23%;transition: all .5s}
.goods-part3-bd li .icon{width:115px;height: 115px;border-radius: 50%;background: var(--zhu-color);text-align: center;line-height: 115px;box-shadow: 0 0 15px var(--zhu-color);}
.goods-part3-bd li span{position: relative;}
.goods-part3-bd li span:before{content:'';width:15px;height: 15px;background: var(--pei-color);border-radius: 50%;border-radius: 50%;top:-35px;left:0;position: absolute;z-index: 0}
.goods-part3-bd li:nth-child(1) span:before{left:-8px;top:-40px;}
.goods-part3-bd li:nth-child(2) span:before{left:5px;top:-30px;}
.goods-part3-bd li span i{font-size: 60px;color:#fff;position: relative;z-index: 1}

.goods-part3-bd li .t1{font-size: 30px;padding-bottom: 20px;position: relative;margin-top: 30px}
.goods-part3-bd li .t1:after{content:'';position: absolute;left:50%;transform: translateX(-50%);width:32px;height: 5px;background: var(--zhu-color);bottom:0;}
.goods-part3-bd li .t2{text-align: center;font-size: 16px;line-height: 28px;margin-top:20px;}
.goods-part3-bd li:hover{box-shadow: 0 0 10px #666}
@media(max-width: 1200px){
	.goods-part3-bd{padding:0;}
	.goods-part3-bd li{padding:25px;width:24%;}
	.goods-part3-bd li .icon{width:80px;height: 80px;line-height: 80px}
	.goods-part3-bd li .icon span{}
	.goods-part3-bd li span i{font-size: 40px;}
	.goods-part3-bd li span:before{top:-20px;}
	.goods-part3-bd li:nth-child(1) span:before{left:-8px;top:-25px;}
	.goods-part3-bd li:nth-child(2) span:before{left:5px;top:-20px;}
}
@media(max-width: 992px){
	.goods-part3-bd li{width:49%;margin-bottom: 15px;}
}
@media(max-width: 576px){
	.goods-part3-hd .t1{font-size: 28px}
	.goods-part3-hd .t2{font-size: 14px}
	.goods-part3-bd li{width: 100%}
}

/*imsg*/
.imsg{background: url(../images/gg_bj.jpg) center no-repeat;background-attachment: fixed;width:100%;padding:30px 0;}
.imsg .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.imsg-left{width:540px;color:#fff;}
.imsg-mid{width:240px;}
.imsg-right{width:445px;}
.imsg-left .t1{font-size:24px;width:100%;}
.imsg-left .t2{font-size:28px;font-weight: bold;width:100%;}
.imsg-left .t3{padding:5px 30px;display: inline-block;border:solid 1px #fff;border-radius: 30px;margin-top: 20px}
.imsg-left .t3 i{font-size:20px;float: left;line-height: 1.4}
.imsg-left .t3 span{font-size:16px;float: left;margin-left: 10px;}
.imsg-left .t3 p{font-size:16px;float: left;}
.imsg-mid{display: flex;flex-direction: row;justify-content: space-between;}
.imsg-mid li{width:46%;}
.imsg-mid li p{width:100%;font-size:14px;line-height: 36px;color:#fff;text-align: center;}
.imsg-right-form{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
.imsg-right-form .lt{width:calc(100% - 175px);display: flex;flex-direction: column;}
.imsg-right-form .lt li{display: flex;flex-direction: row;justify-content: space-between;margin-bottom:10px}
.imsg-right-form .lt li input{border-radius: 3px;background:#fff;padding:8px 10px;width:100%;}
.imsg-right-form .lt li:last-child input{width:calc(100% - 100px);}
.imsg-right-form .lt li img{width:90px;height: 40px;}
.imsg-right-form .rt{width:160px;height: 100%;}
.imsg-right-form .rt a{width:100%;height: 135px;border-radius: 3px;background:var(--zhu-color);color:#fff;text-align: center;display: block;line-height: 135px;transition: all .5s}
.imsg-right-form .rt a:hover{background:var(--pei-color);}
@media(max-width:1400px){
	.imsg-right{width:400px;}
	.imsg-mid{width:220px;}
	.imsg-left{width:500px;}
	.imsg-left .t2{font-size:26px;}
}
@media(max-width:1200px){
	.imsg-left{width:450px;}
	.imsg-left .t2{font-size:22px;}
	.imsg-mid{width:200px;}
	.imsg-right{width:300px;}
	.imsg-right-form .rt{width:calc(100% - 200px);}
	.imsg-right-form .lt{width:185px;}
}
@media(max-width:992px){
	.imsg-mid{display: none;}
}
@media(max-width: 768px){
	.imsg .container-fluid{flex-direction: column;}
	.imsg-left{width:100%;text-align: center;}
	.imsg-right{width:100%;}
	.imsg-right{width:100%;margin-top: 15px;}
	.imsg-right-form .rt{width:150px;}
	.imsg-right-form .lt{width:calc(100% - 165px);}
}
@media(max-width:576px){
	.imsg-left .t1{font-size:16px;}
	.imsg-left .t2{font-size:20px;}
	.imsg-right-form{flex-direction: column;}
	.imsg-right-form .rt{width:100%;}
	.imsg-right-form .lt{width:100%;}
	.imsg-right-form .rt a{height: 38px;line-height: 38px;}
}