/*header*/
.header{position: fixed;width:100%;z-index: 9999;top:0;transition: all .5s;}
.header.active{top:-100%;}
.header.shadow{background:rgba(0,0,0,0.8);}
.header-box{display: flex;flex-direction: row;justify-content: space-between;}
.h-logo{width:320px;display: flex;padding:10px 0px;transition: all .5s;flex-direction: row;align-items: center;}
.h-logo img{max-height: 100%;}
.h-nav{width: calc(100% - 600px);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: 18px;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{color:#fff;letter-spacing: 1px;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:30px 40px;width:30%;float: left;}
.h-nav li .sublist .left .hd{padding:30px 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:230px;display: flex;flex-direction: row;transition: all .5s;color:#fff;justify-content:flex-end;padding-right: 15px;font-family: 'PingFang SC';align-items: center;}
.h-right i{font-size: 40px;line-height: 1;float: left;}
.h-right b{font-size:30px;font-family: DIN;line-height: 1;margin-left: 10px;}


.h-menu{width:60px;text-align: center;cursor: pointer;display: none;flex-direction: column;justify-content:center;}
.h-menu i{color:#fff;font-size: 40px;line-height: 1}
.header.shadow .h-nav li .yiji:after{background: var(--zhu-color);}

@media(max-width: 1600px){
	.h-nav li .sublist .right img{width:100%;}
}

@media(max-width: 1400px){
	
	/*.h-nav{width:calc(100% - 600px);}*/
}
@media(max-width: 1200px){
	.h-logo{width:300px;}
	.h-right{display: none;}
	.h-nav{width:calc(100% - 330px);}
	.h-nav li .yiji{font-size:16px;}
}

@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-logo{width:calc(100% - 60px);padding:5px 5px;height:50px}
}

/*banner*/
.banner{height:100vh;position: fixed;top:0;left:0;width:100%;overflow: hidden;}
.banner-box{height:100%;}
.banner .swiper-slide{position: relative;height: 100%;width:100%;overflow: hidden;}
.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-active .bg{transform: scale(1,1);}
.banner .swiper-slide .bg .wrap{height: 100%}
.banner1{height:100%;display: flex;flex-direction: row;align-items: center;justify-content: space-between;position: relative;z-index: 1;padding:15px 5vw;}


.banner2{display: flex;flex-direction: column;justify-content: center;height: 100vh;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 .swiper-pagination{display: flex;flex-direction:row;justify-content: center;align-items: center;}
.banner .swiper-pagination span{position: relative;border:solid 2px #2c3a73;padding:3px;border-radius: 50%;width:auto;height: auto;width:16px;height: 16px;background:none;opacity: 1}
.banner .swiper-pagination span:before{content:'';position: absolute;width:8px;height: 8px;border-radius: 50%;background:#2c3a73;left:2px;top:2px;}
.banner .swiper-pagination .swiper-pagination-bullet-active{width:20px;height: 20px;border:solid 2px #fff;}
.banner .swiper-pagination .swiper-pagination-bullet-active:before{background:#fff;width:12px;height: 12px;}
@media(max-width: 1400px){
	.banner{height: 90vh;}
	.banner1 .txt{margin-right: 5vw}
}
@media(max-width: 1200px){
	.banner{height: 80vh;}
}
@media(max-width: 768px){
	.banner{height: 60vh;}
	.banner1 .t1{font-size: 20px}
	.banner1 .t2{font-size:36px;}
}
@media(max-width: 576px){
	.banner{height: 50vh;}
	.banner1 .t1{font-size:15px;}
	.banner1 .t2{font-size:20px;}
	.banner1 a{font-size:14px;padding:5px 15px;}
}

/*main*/
.main{position: relative;width:100%;z-index: 1;background: #fff;overflow: hidden;}
.main::-webkit-scrollbar{width:0;}

/*icom*/
.icom{overflow:hidden;padding:50px 0;}
.icom .container-fluid{display: flex;flex-direction:row;justify-content: space-between;}
.icom-left{width:calc(calc(100% - 30px)/2);display: flex;flex-direction: column;padding:45px 0;}
.icom-left .hd b{font-size:36px;font-weight: bold;}
.icom-left .hd p{font-size:18px;color:#666666;}
.icom-left .md{margin:50px 0;font-size:16px;color:#666666;line-height: 30px;}
.icom-left .bd{display: flex;flex-direction: row;border-top:solid 1px #efefef;border-bottom: solid 1px #efefef;padding:30px 0;justify-content: space-around}
.icom-left .bd li{display: flex;flex-direction: column;align-items: center;}
.icom-left .bd li .t1{color:var(--zhu-color);display: flex;flex-direction: row;justify-content: center;align-items: flex-end;}
.icom-left .bd li .t1 b{font-size:48px;font-family:'DIN';line-height: 1}
.icom-left .bd li .t1 span{font-size:12px;margin-left:10px;}
.icom-left .bd li .t2{font-size:14px;color:#333333;text-align: center;margin-top: 10px;}
.icom-left .more{width:168px;border-radius: 40px;height: 55px;background:var(--zhu-color);color:#fff;font-size:14px;text-align: center;border-bottom-right-radius: 10px;line-height: 55px;margin-top: 60px;transition: all .5s}
.icom-left .more:hover{background:var(--pei-color);border-bottom-right-radius: 40px}
.icom-right{width:calc(calc(100% - 30px)/2);}
.icom-right img{width:945px;height: 100%;object-fit: cover;max-width: none;border-top-left-radius: 50px;}
@media(max-width: 1600px){
	.icom-right img{width:100%;max-width: 100%}
}
@media(max-width: 1200px){
	.icom-left{padding:15px 0;}
	.icom-left .hd b{font-size:32px;}
}
@media(max-width: 992px){
	.icom .container-fluid{display: flex;flex-direction:column-reverse;}
	.icom-left,.icom-right{width:100%;}
}
@media(max-width: 576px){
	.icom{padding:30px 0 15px;}
	.icom-left .hd b{font-size:22px;}
	.icom-left .hd p{font-size:16px;}
	.icom-left .md{margin:30px 0;font-size:13px;}
	.icom-left .bd{flex-wrap: wrap;padding:0 0 30px;}
	.icom-left .bd li{width:50%;margin-top: 30px;}
	.icom-left .bd li .t1 b{font-size:35px;}
	.icom-left .bd li .t2{font-size:12px;}
	.icom-left .more{margin:30px auto 0;width:120px;height: 40px;line-height: 40px;}

}


/*ititle*/
.ititle{width:180px;display: flex;flex-direction: column;justify-content:center;text-align: center;margin:0 auto;}
.ititle b{font-size:42px;color:#333;position: relative;}
.ititle b:before{content:'';width:14px;height: 14px;border-radius: 50%;border:solid 3px var(--zhu-color);position: absolute;top:10px;right:0}
.ititle span{color:var(--zhu-color);}
@media(max-width: 992px){
	.ititle b{font-size:35px;}
}
@media(max-width: 576px){
	.ititle{width:140px;}
	.ititle b:before{top:0;}
	.ititle b{font-size:26px;}
	.ititle span{font-size:12px;}
}

/*ipro*/
.ipro{background:#f4f4f4;}
.ipro-hd{padding:50px 0;}
.ipro-bd{padding:15px 15px 90px;overflow:hidden;position: relative;}
.ipro-bd .swiper-slide{display: flex;flex-direction: column;align-items: center;position: relative;box-shadow: 0 0 10px #eee;padding:30px;}
.ipro-bd .swiper-slide:before{content:'';position: absolute;background: #fff;top:0;left:0;height: 550px;width:100%;z-index: -1;transition: all .5s}
.ipro-bd .swiper-slide .tit{display: flex;flex-direction: column;align-items: center;margin:30px 0;color:#333333;transition: all .5s;width:100%;text-align: center;}
.ipro-bd .swiper-slide .tit b{font-size:32px;display:block;width:100%;}
.ipro-bd .swiper-slide .tit span{font-size:14px;opacity: 0.5;text-transform: uppercase;display:block;width:100%;}
.ipro-bd .swiper-slide .anniu{width:130px;height: 50px;background: var(--zhu-color);color:#fff;border-radius: 50px;text-align: center;line-height: 50px;margin:70px 0 90px;transition: all .5s}
.ipro-bd .swiper-slide .anniu i{font-size:40px;}
.ipro-bd .swiper-slide .pic{height: 220px;display: flex;flex-direction: column;justify-content: flex-end;}
.ipro-bd .swiper-slide:hover:before{background: var(--zhu-color)}
.ipro-bd .swiper-slide:hover .tit{color:#fff;}
.ipro-bd .swiper-slide:hover .anniu{background:#fff;color:var(--zhu-color);}
.ipro-bd .swiper-pagination{margin-bottom: 30px;}
.ipro-bd .swiper-pagination span{width:14px;height: 14px;}
@media(max-width: 1400px){
	.ipro-bd .swiper-slide .tit b{font-size:30px;}
	.ipro-bd .swiper-slide .tit span{font-size:13px;}
	.ipro-bd .swiper-slide:before{height: 500px;}
	.ipro-bd .swiper-slide .anniu{margin:45px 0 65px;}
}
@media(max-width: 992px){
	.ipro-bd .swiper-slide{height: auto;}
	.ipro-bd .swiper-slide .tit b{font-size:24px;}
	.ipro-bd .swiper-slide .tit span{font-size:12px;}
	.ipro-bd .swiper-slide .anniu{width:100px;height: 40px;text-align: center;line-height: 40px;margin:30px 0 50px;}
	.ipro-bd .swiper-slide .anniu i{font-size:30px;}
	.ipro-bd .swiper-slide:before{height: 100%;}
	.ipro-bd .swiper-slide .pic{height:auto;}
}
@media(max-width: 576px){
	.ipro-hd{padding:30px 0;}
	.ipro-bd{padding:0 0 90px;}
	.ipro-bd .swiper-slide{padding:15px;}
	.ipro-bd .swiper-slide:before{height:100%;}
	.ipro-bd .swiper-slide .tit{margin:15px 0;}
	.ipro-bd .swiper-slide .tit b{font-size:14px;}
	.ipro-bd .swiper-slide .anniu{width:80px;height: 30px;line-height: 30px;}
	.ipro-bd .swiper-slide .anniu i{font-size:24px;}

}

/*iadv*/
.iadv{padding-bottom: 70px;overflow: hidden;position: relative;}
.iadv-hd{position: absolute;top:160px;left:0;color:#fff;z-index: 2}
.iadv-hd p{font-size:48px;}
.iadv-hd span{width:53px;height: 8px;background:#fff;margin-top: 45px;display: block;}
/*.iadv-bd{margin-top: 50px}*/
.bigbox .swiper-slide{width:100%;height: 884px;object-fit: cover;position: relative;}
.bigbox .swiper-slide img{width:100%;height:100%;object-fit: cover;position: absolute;top:0;left:0;}
/*.bigbox .swiper-slide:before{content:'';position: absolute;top:0;left:0;background: rgba(0,0,0,.7);opacity: .6;width:100%;height: 100%;z-index: 2}*/


.iadv-bd .wrap{margin-top: -180px;}
.smallbox{overflow: hidden;width:100%;}
.smallbox .swiper-slide{display:flex;flex-direction: row;justify-content: space-between;align-items: center;height: 120px;background:rgba(255,255,255,.85);cursor: pointer;transition: all .5s}
.smallbox .swiper-slide .t1{font-size: 26px;width:calc(100% - 110px);padding-left:35px;transition: all .5s}
.smallbox .swiper-slide span{position: relative;width:105px;display: block;height:100%;text-align: center;line-height: 3;transition: all .5s}
.smallbox .swiper-slide span i{font-size: 40px;color:#333;transition: all .5s}
.smallbox .swiper-slide span:before{content:'';position: absolute;width:100%;height:85%;border-top-left-radius: 200%;background:rgba(23,118,208,0.5);left:0;bottom:0; transition: all .5s}

.smallbox .swiper-slide-thumb-active,.smallbox .swiper-slide:hover{background: linear-gradient(to right,#309ae8,#1776d0);}
.smallbox .swiper-slide-thumb-active .t1,.smallbox .swiper-slide:hover .t1{color:#fff; }
.smallbox .swiper-slide-thumb-active span:before,.smallbox .swiper-slide:hover span:before{background:rgba(23,118,208,0)}
.smallbox .swiper-slide-thumb-active span i,.smallbox .swiper-slide:hover span i{color:#fff;}
@media(max-width: 1600px){
	.bigbox .swiper-slide{height: 780px}
}
@media(max-width: 1400px){
	.bigbox .swiper-slide{height: 700px}
}
@media(max-width: 1200px){
	.iadv-hd{top:60px;}
	.iadv-hd p{font-size:40px;}
	.iadv-hd span{height: 5px;margin-top: 30px}
	.smallbox .swiper-slide{height: 100px;}
	.smallbox .swiper-slide span{width:90px; }
	.smallbox .swiper-slide span i{font-size:30px;}
	.smallbox .swiper-slide .t1{width:calc(100% - 100px);}

}
@media(max-width: 992px){
	.iadv-hd p{font-size:35px;}
	.iadv-bd .wrap{margin-top: -120px;}
	.bigbox .swiper-slide{height: 600px;}
	.smallbox .swiper-slide{height: 80px}
	.smallbox .swiper-slide .t1{font-size:22px;}
	.smallbox .swiper-slide span{width:70px;line-height: 3.5}
	.smallbox .swiper-slide span i{font-size:24px;}
	.smallbox .swiper-slide .t1{width:calc(100% - 80px);}
}
@media(max-width: 768px){
	.bigbox .swiper-slide{height:550px;}
}
@media(max-width: 576px){
	.iadv{padding-bottom: 15px;}
	.iadv-hd{top:40px;}
	.iadv-hd p{font-size:26px;}
	.iadv-hd span{height: 3px;width:40px;margin-top: 20px;}
	.bigbox .swiper-slide{height: 350px}
	.smallbox .swiper-slide{height: 40px;}
	.smallbox .swiper-slide span{display: none;}
	.smallbox .swiper-slide .t1{width:100%;font-size:14px;padding:0 10px;}
	.iadv-bd .wrap{margin-top: -60px}

}

/*icase*/
.icase{overflow: hidden;}
.icase-hd{padding:50px 0;}
.icase-bd{position: relative;}
.icase-bd:before{content:'';width:50%;position: absolute;top:0;left:0;height: 100%;background: #f5f5f5;z-index: 1}
.icase-bd:after{content:'';width:50%;position: absolute;top:0;right:0;height: 100%;background:var(--zhu-color);z-index: 1}
.icase-bd .wrapp{z-index: 2}
.icase-box{background: #fff;width:100%;overflow: hidden;padding:0 15px;}
.icase-box .swiper-slide{position: relative;}
.icase-box .swiper-slide .pic{width:100%;height: 552px;}
.icase-box .swiper-slide .pic img{width:100%;height: 100%;object-fit: cover;}
.icase-box .swiper-slide .txt{position: absolute;top:0;width:100%;left:0;background: #f5f5f5;padding:30px 3vw;transition: all .5s;height: 40%}
.icase-box .swiper-slide .txt span{width:20px;height: 5px;background: var(--zhu-color);display: block;transition: all .5s}
.icase-box .swiper-slide .txt .t1{font-size:30px;margin-top: 12px;font-weight: bold;transition: all .5s}
.icase-box .swiper-slide .txt .t2{font-size:14px;color:#999;margin:40px 0; transition: all .5s}
.icase-box .swiper-slide:hover .txt{height:100%;background:rgba(43,146,227,0.9); }
.icase-box .swiper-slide:hover .txt span{background: #fff;}
.icase-box .swiper-slide:hover .txt .t1{color: #fff;}
.icase-box .swiper-slide:hover .txt .t2{color: #fff;}
@media(max-width: 1400px){
	.icase-box .swiper-slide .txt .t1{font-size:26px;}
}
@media(max-width: 992px){
	.icase-box .swiper-slide .pic{height: 400px}
	.icase-box .swiper-slide .txt{height: 50%}
	.icase-box .swiper-slide .txt .t1{font-size:22px;}
}
@media(max-width:768px){

	.icase-box .swiper-slide .txt .t1{font-size:20px;}
	.icase-box .swiper-slide .txt .t2{font-size:12px;}
}
@media(max-width: 576px){
	.icase-hd{padding:30px 0;}
	.icase-bd .container-fluid{padding:0;}
	.icase-box{padding:0;}
	.icase-box .swiper-slide .txt .t1{font-size:18px;}
	.icase-box .swiper-slide .txt .t2{margin:15px 0;}
	.icase-box .swiper-slide .pic{height: 300px}
}

/*inews*/
.inews-hd{padding:50px 0;}
.inews-bd{overflow: hidden;margin-bottom: 30px;}
.inews-bd .swiper-slide{border-top:solid 1px #d9d6d6;}
.inews-bd .swiper-slide:before{content:'';width:0;height: 1px;background: var(--zhu-color);transition: all .5s;position: absolute;top:0;left:0;}
.inews-bd .hd{padding:15px 0;color:#999999;font-size:16px;transition: all .5s;width:100%;float: left;}
.inews-bd .hd i{font-size:20px;float: left;margin-right: 10px;}
.inews-bd .hd span{margin-top:3px;float: left;}
.inews-bd .md{font-size:26px;color:#333333;margin:30px 0;width:100%;float: left;transition: all .5s}
.inews-bd .img{padding-bottom: 60%;}
.inews-bd .img img{transition: all .5s}
.inews-bd .swiper-slide:hover:before{width:100%;}
.inews-bd .swiper-slide:hover .md{color:var(--zhu-color);}
.inews-bd .swiper-slide:hover .img img{transform:scale(1.05,1.05);}

@media(max-width: 992px){
	.inews-bd .md{font-size:24px;}
}
@media(max-width: 576px){
	.inews .container-fluid{padding:0;}
	.inews-hd{padding:30px 0;}
	.inews-bd{padding:0 45px;margin-bottom: 0}
	.inews-bd .hd{font-size:14px;}
	.inews-bd .hd i{font-size:16px;}
	.inews-bd .hd span{margin-top: 2px}
	.inews-bd .md{font-size:16px;margin:0px 0 20px;}

}


/*footer*/
.footer{background: #403d3d;margin-top: 45px;}
.f-hd{padding:60px 45px 45px;width:100%;display: flex;flex-direction:row;justify-content: space-between;}
.f-hd .left{width:640px;}
.f-hd .left .hd{margin-top: 30px}
.f-hd .left .bd{margin-top: 25px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.f-hd .left .bd .lt{width:140px;}
.f-hd .left .bd .rt{width:calc(100% - 165px);display: flex;flex-direction: column;}
.f-hd .left .bd .rt li{margin:5px 0;}
.f-hd .left .bd .rt li span{float: left;width:25px;height: 25px;border:solid 1px #fff;border-radius: 50%;text-align: center;line-height: 25px;}
.f-hd .left .bd .rt li span i{color:var(--zhu-color);}
.f-hd .left .bd .rt li p{width:calc(100% - 40px);color:#fff;opacity: 0.4;font-size:15px;float: right;}
.f-hd .right{width:calc(100% - 700px);display: flex;flex-direction: row;justify-content: space-around}
.f-hd .right li{width:22%;display: flex;flex-direction: column;}
.f-hd .right li .yiji{color:#fff;font-weight: bold;font-size: 20px;margin-bottom: 30px}
.f-hd .right li .erji{color:#fff;opacity: 0.3;font-size:15px;margin:5px 0;transition: all .5s}
.f-hd .right li .erji:hover{opacity: 1}
.f-bd{border-top:solid 1px #5c5a5a;padding:25px 0 45px;width:100%;color:#999;}
.f-bd a{color:#999;transition: all .5s}
.f-bd a:hover{color:#fff;}
@media(max-width: 1400px){
	.f-hd{padding:60px 0 45px;}
	.f-hd .left{width:550px;}
	.f-hd .right{width:calc(100% - 600px);}
}
@media(max-width: 1200px){
	.f-hd{padding:45px 0;}
	.f-hd .left{width:450px;}
	.f-hd .left .hd{margin-top: 0}
	.f-hd .right{width:calc(100% - 500px);}

}
@media(max-width: 992px){
	.f-hd{flex-direction: column;}
	.f-hd .left{width:100%;}
	.f-hd .right{width:100%;margin-top: 30px}
}
@media(max-width: 576px){
	.f-hd{padding:30px 0;}
	.f-hd .right{display: none;}
	.f-hd .left .hd{padding:0 15px;}
	.f-hd .left .bd{flex-direction: column;}
	.f-hd .left .bd .rt{width:100%;margin-top: 15px;}
	.f-bd{padding:25px 0;}
}














/*position*/
/*l-banner*/
.l-banner{width:100%;height: 530px;overflow: hidden;display: flex;flex-direction: column;justify-content: center;z-index: 1;margin-top: 90px;color:#333;}
.l-banner .wrap{padding:0 15px;}
.l-banner .t1{font-size: 55px;line-height: 1;font-family: Arial;font-weight: bold;}
.l-banner .t2{font-size: 24px;margin:10px 0;line-height: 1.5;}
.l-banner .t2 img{margin-left: 20px}

.about-banner{background: url(../images/about-banner.jpg) top center no-repeat;background-size: cover;}
.case-banner{background: url(../images/case-banner.jpg) top center no-repeat;background-size: cover;}
.video-banner{background: url(../images/video-banner.jpg) top center no-repeat;background-size: cover;}
.news-banner{background: url(../images/news-banner.jpg) top center no-repeat;background-size: cover;}
.contact-banner{background: url(../images/contact-banner.jpg) top center no-repeat;background-size: cover;}
.pro-banner{background: url(../images/pro-banner.jpg) top center no-repeat;background-size: cover;}
@media(max-width: 576px){
	.l-banner{height: 180px;margin-top: 50px;background-size: cover;background-attachment:inherit; }
	.l-banner .t1{font-size: 24px;}
	.l-banner .t2{font-size: 14px;}
}

/*position*/
.position{overflow: hidden;box-shadow: 0 5px 10px #ddd;background: #f1f1f1}

.p-left{width:65%;float: left;overflow: hidden;}
.p-left a{height: 70px;line-height: 70px;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: 70px;}
.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{margin-top: 90px;border:none;background: #f5f5f5;}
.pinfo-position .p-right{justify-content: flex-start;width:100%;}
@media(max-width: 1400px){
	/*.p-right{height: 50px;}*/
}
@media(max-width: 992px){
	.position .container-fluid{display: flex;flex-direction: column-reverse;}
	.p-left{width:100%;}
	.p-right{width:100%;justify-content: flex-start;}
	.pinfo-position .p-right{display:flex;}
}
@media(max-width: 576px){
	.p-left a{height: 40px;line-height: 40px;font-size: 14px;margin-right: 15px;}
	.p-right{display: none;}
	.p-right i{font-size: 16px;}
	.p-right p{font-size: 12px;}
	.pinfo-position{margin-top: 60px;}
	.pinfo-position .p-right{display:none}
}

/*l-title*/
.l-title{font-size: 36px;color:#333333;position: relative;text-align: center;padding-bottom:15px;}
.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: 30px;}
}
/*com-part1*/
.com-part1{padding:60px 0;overflow: hidden;}
.com-part1 .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.com-part1-left{width:43%;}
.com-part1-left .t1{font-size: 30px;color:var(--zhu-color);line-height: 1}
.com-part1-left .t2{font-size: 36px;color:#3e3a39;font-weight: bold;margin-top: 5px;}
.com-part1-left .t3{font-size: 16px;color:#666666;line-height: 36px;margin:40px 0;-webkit-line-clamp:8;}
.com-part1-left .more{display: flex;flex-direction: row;align-items: center;color:var(--zhu-color);font-size: 16px;width:250px;}
.com-part1-left .more i{margin-left: 10px;font-size: 20px;transition: all .5s}
.com-part1-left .more span{margin-left: 10px;transition: all .5s}
.com-part1-left .more .circle{width:56px;height: 56px;border-radius: 50%;background: var(--zhu-color);position: relative;left:0px;}
.com-part1-left .more .circle:before{content:'';width:8px;height: 8px;background: #fff;border-radius: 50%;position: absolute;top:24px;left:24px;z-index: 3;transition: all .5s}
.com-part1-left .more .circle:after{content:'';width:8px;height: 8px;background: #fff;border-radius: 50%;position: absolute;top:24px;left:24px;z-index: 2;transition: all .5s}
.com-part1-left .more:hover .circle:before{background: var(--zhu-color);}
.com-part1-left .more:hover .circle:after{width:48px;height: 48px;left:4px;top:4px;}
.com-part1-left .more:hover i{font-size: 30px}
.com-part1-right{width:55%;text-align: right;}
@media(max-width: 1400px){
	/*.com-part1-right{width:48%;}*/
	.com-part1-left .t3{-webkit-line-clamp:7;}
}
@media(max-width: 1200px){
	.com-part1-left .t3{-webkit-line-clamp:6;margin:30px 0;}
}
@media(max-width: 992px){
	.com-part1-left .t2{font-size: 30px}
	.com-part1-left .t3{-webkit-line-clamp:4;}
}
@media(max-width:768px){
	.com-part1 .container-fluid{flex-direction:column-reverse;}
	.com-part1-left{width:100%;margin-top: 45px}
	.com-part1-left .t2{font-size: 26px}
	.com-part1-left .t3{-webkit-line-clamp:4;}
	.com-part1-right{width:80%;}
}
@media(max-width: 576px){
	.com-part1{padding:30px 0;}
	.com-part1-left{margin-top: 30px;}
	.com-part1-left .t1{font-size: 20px}
	.com-part1-left .t2{font-size: 30px}
	.com-part1-left .t3{margin:30px 0;-webkit-line-clamp:6;font-size: 15px;line-height: 28px}
	.com-part1-right{width:100%;}

}

/*com-part4*/
.com-part4{background: url(../images/com-part4-bg.jpg) center no-repeat;background-attachment: fixed;background-size:cover;width:100%;}
.com-part4-hd{padding:90px 0;text-align: center;color:#fff;}
.com-part4-hd .t1{font-size:36px;font-weight: bold;display: flex;flex-direction: row;align-items: center;justify-content: center;}
.com-part4-hd .t1 span{width:12px;height: 12px;display: inline-block;background:#fff;border-radius: 50%;margin:0 10px;}
.com-part4-hd .t2{font-size:24px;opacity: 0.47;text-transform: uppercase;}
.com-part4-bd{overflow: hidden;}
.com-part4-bd ul{overflow: hidden;width:100%;}
.com-part4-bd ul li{overflow: hidden;width:18%;float: left;position: relative;height: 650px;transition: all .5s;cursor: pointer;}
.com-part4-bd ul li .bg{position: absolute;top:0;left:0;width:100%;background: rgba(0,0,0,.8);height: 100%}
.com-part4-bd ul li:nth-child(2n) .bg{background: rgba(0,0,0,.6)}
.com-part4-bd ul li .bg img{opacity: 0;width:100%;height: 100%;object-fit: cover;transition: all .5s;}
.com-part4-bd ul li .txt{display: flex;flex-direction: column;padding-left: 60px;width:100%;height: 100%;padding-top:100px;position: relative;z-index: 1}
.com-part4-bd ul li b{color:#fff;font-size:30px;}
.com-part4-bd ul li i{font-size:40px;color:#fff;margin:30px 0;line-height: 1}
.com-part4-bd ul li p{color:#fff;line-height: 36px;font-size:18px;opacity: 0;transition: all .5s}
/*.com-part4-bd ul:hover li{width:18%;}
.com-part4-bd ul li:hover{width:46%;padding:0 2%;}
.com-part4-bd ul li:hover .bg img{opacity: 1}
.com-part4-bd ul li:hover .txt{padding:100px 60px 0;}
.com-part4-bd ul li:hover p{opacity: 1}*/
.com-part4-bd ul.on li{width:18%;}
.com-part4-bd ul li.on{width:46%;}
.com-part4-bd ul li.on .bg img{opacity: 1}
.com-part4-bd ul li.on .txt{padding-right:60px;background: rgba(0,0,0,0.1);}
.com-part4-bd ul li.on p{opacity: 1}
@media(max-width: 1200px){
	.com-part4-bd ul li{height: 600px;}
	.com-part4-bd ul li .txt{padding-left: 30px}
	.com-part4-bd ul li b{font-size:24px;}
	.com-part4-bd ul li i{font-size:30px;}
	.com-part4-bd ul li p{font-size:16px;}
	.com-part4-bd ul li.on .txt{padding-right: 30px}

}
@media(max-width: 992px){
	.com-part4-hd{padding:60px 0;}
	.com-part4-bd ul li{height: 550px;}
	.com-part4-bd ul li .txt{padding-left: 15px}
	.com-part4-bd ul li b{font-size:22px;}
	.com-part4-bd ul li i{font-size:26px;}
	.com-part4-bd ul li p{font-size:14px;line-height: 28px;}
	.com-part4-bd ul li.on .txt{padding-right: 15px}

}
@media(max-width: 768px){
	.com-part4-hd{padding:45px 0;}
	.com-part4-bd ul{display: flex;flex-direction: column;}
	.com-part4-bd ul li{height:auto;width:100%;}
	.com-part4-bd ul li .txt{padding:30px;}
	.com-part4-bd ul li i{margin:15px 0;}
	.com-part4-bd ul.on{width:100%;}
	.com-part4-bd ul li.on{width:100%;}
	.com-part4-bd ul li.on .txt{padding-right: 30px}
	.com-part4-bd ul li.on .bg img{opacity: 0}
	.com-part4-bd ul li p{opacity: 1;font-size:14px;}

}
@media(max-width: 576px){
	.com-part4-hd{padding:30px 0;}
	.com-part4-hd .t1{font-size:30px;}
	.com-part4-hd .t2{font-size:16px;}
	.com-part4-bd ul li .txt{padding:30px 15px;}
	.com-part4-bd ul li.on .txt{padding-right: 15px}
	.com-part4-bd ul li b{font-size:20px;}
	.com-part4-bd ul li i{font-size:20px;}
	.com-part4-bd ul li p{font-size:12px;line-height:24px }
}

/*c-honor*/
#c_honor{ padding:60px 0;  --swiper-theme-color:var(--zhu-color);}
#c_honor .hd{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; }
#c_honor .hd .tit{ display: inline-flex; flex-direction: column; }
#c_honor .hd .tit b{ font-size: 42px; color: #000; line-height: 1; font-weight: bold; }
#c_honor .hd .tit small{ font-size: 16px; color: #000; line-height: 1; margin-top: 12px; text-transform: uppercase; }
#c_honor .hd .fr{ width: 400px; position: relative; }
#c_honor .hd .fr .swiper-num{ overflow: hidden; padding-bottom: 15px; display: flex; align-items: flex-end; line-height: 1; font-size: 14px; color: #b2b2b2; }
#c_honor .hd .fr .swiper-num .active{ font-size: 24px; color: #000; line-height: 1; }
#c_honor .hd .fr .swiper-num .total{ font-size: 14px; color: #b2b2b2; line-height: 1; }
#c_honor .hd .fr .swiper-pagination{ top:auto; bottom:0; height: 3px; }
#c_honor .bd p{ display: flex; align-items: center; font-size: 14px; color: #000;float: left;width:150px; }
#c_honor .bd p span{ color: #1a1a1a; font-size: 28px; line-height: 1; }
#c_honor .bd a{border-radius: 3px;width:150px;height: 42px;border:solid 1px var(--zhu-color);text-align: center;line-height: 42px;display: block;color:var(--zhu-color);margin:0px auto;transition: all .5s}
#c_honor .bd a:hover{width:180px;background: var(--zhu-color);color:#fff;}
#c_honors{ background: url(../images/honors_bg.png) center bottom repeat-x; padding-bottom: 65px; }
#c_honors .swiper-slide{ width: auto; }
#c_honors a{ width: 100%; }
#c_honors a .borders{ /*padding:8px; background:linear-gradient(0deg,#333333 0%,#dddddd 100%);*/ position: relative; }
#c_honors a .pic{ position: relative; height: 278px; overflow: hidden; }
#c_honors a .pic::before{ content: ""; width: 100%; height: 100%; background: rgba(255,255,255,.5); z-index: 3; position: absolute; top:0; left:0; transition: all .3s; opacity: 0; }
#c_honors a .pic span{ font-size: 50px; color: rgba(31, 112, 205, .8); line-height: 1; position: absolute; z-index: 4; left:50%; top:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); transition: all .3s; opacity: 0; }
#c_honors a .pic img{ height: 100%; }
#c_honors a:hover .pic::before{ transition: all .3s; opacity: 1; }
#c_honors a:hover .pic span{ transition: all .3s; opacity: 1; }
@media only screen and (max-width: 1600px){
  #c_honor{ padding:50px 0; }
  #c_honor .hd{ margin-bottom: 50px; }
  #c_honor .hd .tit b{ font-size: 38px; }
  #c_honor .hd .tit small{ font-size: 16px; margin-top: 12px; }
  #c_honor .hd .fr{ width: 400px; }
  #c_honor .hd .fr .swiper-num .active{ font-size: 22px; }
  #c_honor .hd .fr .swiper-num .total{ font-size: 12px; }
  #c_honor .bd p span{ font-size: 26px; }
  #c_honors{ background: url(../images/honors_bg.png) center bottom repeat-x; padding-bottom: 65px; }
  #c_honors a .pic{ position: relative; height: 276px; overflow: hidden; }
  #c_honors a .pic span{ font-size: 44px; }
}
@media only screen and (max-width: 1400px){
  #c_honor{ padding:40px 0; }
  #c_honor .hd{ margin-bottom: 40px; }
  #c_honor .hd .tit b{ font-size: 34px; }
  #c_honor .hd .tit small{ font-size: 16px; margin-top: 12px; }
  #c_honor .hd .fr{ width: 400px; }
  #c_honor .bd p span{ font-size: 24px; }
  #c_honors a .pic{ position: relative; height: 274px; overflow: hidden; }
  #c_honors a .pic span{ font-size: 38px; }
}
@media only screen and (max-width:1200px){
  #c_honor{ padding:30px 0px; }
  #c_honor .inner{ padding:0; }
  #c_honor .hd{ margin-bottom: 30px; }
  #c_honor .hd .tit b{ font-size: 30px; }
  #c_honor .hd .tit small{ font-size: 15px; margin-top: 12px; }
  #c_honor .hd .fr{ width: 30%; }
   #c_honor .bd{margin-top: 30px;}
  
  #c_honors a .pic span{ font-size: 32px; }
  
 
}
@media only screen and (max-width:992px){
  #c_honor{ padding:25px 15px; }
  #c_honor .hd{ margin-bottom: 25px; }
  #c_honor .hd .tit b{ font-size: 26px; }
  #c_honor .hd .tit small{ font-size: 14px; margin-top: 10px; }
  #c_honor .hd .fr{ width: 30%; }
  #c_honors a .pic{ padding-bottom: 72%; position: relative; height: auto; text-align: center; overflow: hidden; }
  #c_honors a .pic img{ width: 100%; height: 100%; object-fit: contain; position: absolute; left:0; }
  #c_honor .bd p{ display: none; }
  #c_honors a .pic span{ font-size: 28px; }
  #c_honors a .borders{ padding:6px; }
  #c_honors{ padding-bottom: 0; background: none; }
}
@media only screen and (max-width:768px){
  #c_honor{ padding:20px 15px; }
  #c_honor .hd{ margin-bottom: 20px; }
  #c_honor .hd .tit b{ font-size: 22px; }
  #c_honor .hd .tit small{ font-size: 13px; margin-top: 8px; }
  #c_honor .hd .fr{ width: 32%; }
  #c_honors a .pic span{ font-size: 24px; }
  #c_honors a .borders{ padding:4px; }
  #c_honor .hd .fr .swiper-num .active{ font-size: 20px; }
}
@media only screen and (max-width:640px){
  #c_honor{ padding:15px; }
  #c_honor .hd{ margin-bottom: 15px; }
  #c_honor .hd .tit b{ font-size: 18px; }
  #c_honor .hd .tit small{ font-size: 12px; margin-top: 6px; }
  #c_honor .hd .fr{ width: 34%; }
  #c_honors a .pic span{ font-size: 20px; }
  #c_honors a .borders{ padding:3px; }
  #c_honor .hd .fr .swiper-num .active{ font-size: 18px; }
}
@media only screen and (max-width:576px){
  #c_honors a .borders{ padding:2px; }
  #c_honor .hd .fr .swiper-num{ font-size: 13px; }
  #c_honor .hd .fr .swiper-num .active{ font-size: 16px; }
}
@media only screen and (max-width:414px){
  #c_honor .hd .fr .swiper-num .active{ font-size: 14px; }
  #c_honor .hd .fr .swiper-num{ font-size: 12px; }
}

/*com-part2*/
.com-part2{overflow: hidden;background: #f3f3f2}
.com-part2-hd{text-align: center;padding:45px 0 30px;}
.com-part2-hd .t1{font-weight: bold;font-size:36px;color:#333333;}
.com-part2-hd .t2{font-size:24px;color:#969292;text-transform: uppercase;}
.iwenhua{overflow: hidden;padding:15px 0 60px;position:relative;}
.iwenhua p{display: flex;flex-direction: row;color:#fff;position: absolute;padding:15px 30px;bottom:0;left:0;}
.iwenhua p span{font-size:30px;}
.iwenhua p i{font-size:50px;line-height: 1;margin-left: 10px;transition: all .5s}
.iwenhua .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.iwenhua-left{background: url(../images/iwenhua-left-bg.jpg) center no-repeat;padding:60px 45px;color:#fff;background-size: cover;width:68%;display: block;transition: all .5s;position: relative;overflow: hidden;}
.iwenhua-left:before{content:'';position: absolute;width:0%;height: 0%;top:50%;left:50%;transform: translate(-50%,-50%);border-radius: 50%;background: var(--zhu-color);opacity: 0;transition:all .5s;}

.iwenhua-left:hover{box-shadow: 0 0 10px #555;border-radius: 3px}
.iwenhua-left:hover:before{opacity: 0.5;width:200%;height: 200%}

.iwenhua-right{width:calc(32% - 20px);}
.iwenhua-right .hd,.iwenhua-right .bd{padding-top:15%;text-align: center;color:#fff;padding-bottom:58%;transition: all .5s;position:relative;overflow: hidden;display: block;}
.iwenhua-right .hd{background: url(../images/iwenhua-right-hd-bg.jpg) center no-repeat;background-size: cover;margin-bottom:20px;}
.iwenhua-right .hd:before,.iwenhua-right .bd:before{content:'';position: absolute;width:0%;height: 0%;top:50%;left:50%;transform: translate(-50%,-50%);border-radius: 50%;background: var(--zhu-color);opacity: 0;transition:all .5s;}
.iwenhua-right .bd{background: url(../images/iwenhua-right-bd-bg.jpg) center no-repeat;background-size: cover;}
.iwenhua-right .hd:hover,.iwenhua-right .bd:hover{box-shadow: 0 0 10px #555;border-radius: 3px}
.iwenhua-right .hd:hover:before,.iwenhua-right .bd:hover:before{opacity: 0.5;width:200%;height: 200%}
.iwenhua a:hover p i{margin-left: 15px;color:var(--pei-color);}
@media(max-width: 768px){
	.iwenhua .container-fluid{flex-direction: column;}
	.iwenhua-left{width:100%;margin-bottom: 15px;padding:20px 20px 60%;}
	.iwenhua-left .bd{margin:20px 0;}
	.iwenhua-right{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
	.iwenhua-right .hd{margin-bottom: 0}
	.iwenhua-right .hd,.iwenhua-right .bd{width:49%;padding-bottom: 20%}

}
@media(max-width: 576px){
	.iwenhua{padding:0px 0 30px;}
	.iwenhua-left .t1{font-size:26px;}
	.iwenhua-left .t2{font-size:12px;}
	.iwenhua-left .bd{font-size: 14px;line-height: 24px}
	.iwenhua-right .t1{font-size: 26px;}
	.iwenhua-right .t2{font-size: 12px;}
	.com-part2-hd{padding:30px 0;}
	.com-part2-hd .t1{font-size:30px;}
	.com-part2-hd .t2{font-size:16px;}
	.iwenhua p{padding:10px;}
	.iwenhua p span{font-size:17px;font-weight: bold;}
	.iwenhua p i{font-size:30px;}
}

/*产品中心页面*/
/*proType*/
.proType{overflow: hidden;padding:30px 0;}
.proType-hd{position: relative;padding:0 50px;}
.proType-hd .hd{width:100%;overflow: hidden;}
.proType-hd .swiper-slide a{display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100px;transition: all .5s;color:#333;border-radius: 5px;}
.proType-hd .swiper-slide i{font-size: 45px;line-height: 1;}
.proType-hd .swiper-slide p{font-size: 16px;margin-top: 8px;}
.proType-hd .swiper-slide a:hover{color:var(--zhu-color);}
.proType-hd .next{position: absolute;right:0px;top:35px;z-index: 2}
.proType-hd .prev{position: absolute;left:0px;top:35px;z-index: 2}
.proType-hd .next i,.proType-hd .prev i{color:#474747;font-size: 30px;cursor: pointer;}
.proType-hd .next:hover i,.proType-hd .prev:hover i{color:var(--zhu-color);}
@media(max-width: 576px){
	.proType{padding:15px 0;}
	/*.proType-hd .next,.proType-hd .prev{display: none;}*/
	/*.proType-hd .swiper-slide{height: 80px}*/
	.proType-hd{padding:0;}
	.proType-hd .swiper-slide a{height: 80px}
	.proType-hd .swiper-slide i{font-size: 20px;}
	.proType-hd .swiper-slide p{font-size: 14px;}
	.proType-hd .next i, .proType-hd .prev i{font-size:20px;}
	.proType-hd .next,.proType-hd .prev{top:25px;}
}

/*pro-section*/
.pro-section{padding:15px 0;}
.pro-section-hd{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.pro-section-hd .left{position: relative;}
.pro-section-hd .left:before{content:'';width:3px;height: 28px;background: var(--zhu-color);position: absolute;left:0;top:1px;}
.pro-section-hd .left b{font-size: 28px;color:#333333;margin:0 10px;line-height: 1}
.pro-section-hd .left span{text-transform: uppercase;font-size: 18px;color:#999999;}
.pro-section-hd .right{font-size: 16px;color:#333;transition: all .5s}
.pro-section-hd .right:hover{color:var(--zhu-color);}
.pro-section-bd{margin: 30px 0 15px}
.pro-section-bd .box{display: block;border:solid 1px #eee;padding:15px 15px 25px;transition: all .5s;}
.pro-section-bd .box p{padding:25px 10px;font-size: 18px;color:#333333;}
.pro-section-bd .box .btnn{display: flex;flex-direction: row;justify-content: space-between;}
.pro-section-bd .box .btnn a{width:45%;height: 40px;border:solid 1px #dadada;display: flex;flex-direction: row;justify-content: center;align-items: center;font-size: 15px;}
.pro-section-bd .box .btnn a i{font-size: 18px;margin-right: 5px;line-height: 1}
.pro-section-bd .box .btnn a.lt{color:#333333;transition: all .5s}
.pro-section-bd .box .btnn a.rt{color:var(--zhu-color);border-color:var(--zhu-color);transition: all .5s}
.pro-section-bd .swiper-slide .box:hover {box-shadow: 0 0 15px #ddd;}
.pro-section-bd .swiper-slide .box:hover a{color:#fff;}
.pro-section-bd .swiper-slide .box:hover a.lt{background: var(--pei-color)}
.pro-section-bd .swiper-slide .box:hover a.rt{background: var(--zhu-color)}
.pro-section-bd .swiper-slide .box .btnn a:hover{border-radius: 10px}

@media(max-width: 576px){
	.pro-section-hd .left b{font-size: 20px;}
	.pro-section-hd .left span{display: none;}
	.pro-section-hd .left:before{height: 20px;}
	.pro-section-bd .box{padding:5px;}
	.pro-section-bd .box p{font-size: 12px;padding:10px;}
	.pro-section-bd .box .btnn{flex-direction:column;align-items: center;}
	.pro-section-bd .box .btnn a{width:90%;margin-bottom: 10px;font-size: 12px;height: 30px;line-height: 30px}
	
}

/*相关资讯*/
/*ltitle*/
.ltitle{margin:30px 0;text-align: center;position: relative;padding-bottom: 15px;}
.ltitle .hd{font-size: 65px;position: absolute;color:#333;opacity: 0.03;text-transform: uppercase;top:0;left:50%;transform: translateX(-50%);width:100%;font-weight: bold;font-family:Arial;letter-spacing: -2px}
.ltitle .md{text-align: center;font-size: 40px;color:#060000;padding-top: 15px;font-weight:bold;}
.ltitle .md span{color:var(--zhu-color);}
.ltitle .bd{color:#666666;font-size: 16px;padding:10px 0;}
.ltitle:after{content:'';width:100%;height: 4px;background: url(../images/ltitle-icon.png) center no-repeat;position: absolute;bottom:0;left:0;}
@media(max-width: 768px){
	.ltitle .hd{font-size: 65px}
}
@media(max-width: 576px){
	.ltitle{margin:15px 0;}
	.ltitle .hd{font-size:40px;top:-8px;}
	.ltitle .md{font-size: 26px;padding-top: 0}
	.ltitle .bd{font-size: 14px}
}


/*产品中心页面，相关新闻*/
.xgnews{overflow: hidden;}
.xgnews-bd{margin-top: 15px;padding:30px 10px 30px;}
.xgnews-bd .swiper-slide{transition: all .5s}
.xgnews-bd .swiper-slide a{overflow: hidden;display: flex;flex;flex-direction: column;}
.xgnews-bd .swiper-slide a .img{padding-bottom:63%;}

.xgnews-bd .swiper-slide a .txt{padding:15px 0 30px;transition: all .5s}
.xgnews-bd .swiper-slide a .txt .t1{padding:10px 0;font-size: 18px;color:#333;position: relative;transition: all .5s}
.xgnews-bd .swiper-slide a .txt .t1:after{content:'';height: 2px;width:0;background: var(--zhu-color);transition: all .5s;position: absolute;bottom:0;left:0;}
.xgnews-bd .swiper-slide a .txt .t2{margin:15px 0;color:#666666;line-height: 24px;-webkit-line-clamp:2;}
.xgnews-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;border-radius: 2px;}
.xgnews-bd .swiper-slide a .txt span i{font-size:26px;color:#666;line-height: 1;transition: all .5s }
.xgnews-bd .swiper-slide:hover{box-shadow: 0 0 10px #666;}
.xgnews-bd .swiper-slide a:hover .txt{padding:15px 30px 30px;}
.xgnews-bd .swiper-slide a:hover .txt .t1:after{width:100%;}
.xgnews-bd .swiper-slide a:hover span{border-color:var(--zhu-color);}
.xgnews-bd .swiper-slide a:hover span i{color:var(--zhu-color);}

.xgnews-bd .btnn{display: flex;flex-direction: row;justify-content: center;align-items: center;width:100%;margin-top: 30px}
.xgnews-bd .btnn .next i{font-size: 20px;color:var(--zhu-color);transition: all .5s}
.xgnews-bd .btnn .pagination{width:150px;display: flex;flex-direction: row;justify-content: center}
.xgnews-bd .btnn .pagination .swiper-pagination-bullet-active{background: var(--zhu-color)}
.xgnews-bd .btnn .next:hover i{font-weight: bold;}
@media(max-width: 576px){
	.xgnews-bd .swiper-slide a .txt .t1{font-size:16px;}
}

/*proType2*/
.proType2{padding:30px 0 10px;text-align: center;}
.proType2 a{padding:5px 15px;border:solid 1px #ddd;color:#333;margin-right: 10px;display: inline-block;font-size: 16px;transition: all .5s;margin-bottom: 10px}
.proType2 a:hover,.proType2 a.on{color:var(--zhu-color);border-color:var(--zhu-color);}
@media(max-width: 576px){
	.proType2{padding:15px 0;}
	.proType2 a{padding:3px 8px;font-size: 14px}
}
/*prolist*/
.prolist{width:100%;overflow: hidden;padding:45px 0 15px;}
.prolist .row>div{margin-bottom: 30px;}
.prolist .box{display: block;border:solid 1px #ddd;padding:15px;transition: all .5s;}
.prolist .box .img{padding-bottom: 75%;}
.prolist .box p{padding:15px 10px;font-size: 18px;color:#333333;}
.prolist .box .btnn{display: flex;flex-direction: row;justify-content: space-between;}
.prolist .box .btnn a{width:45%;height: 40px;border:solid 1px #dadada;display: flex;flex-direction: row;justify-content: center;align-items: center;font-size: 15px;}
.prolist .box .btnn a i{font-size: 18px;margin-right: 5px;line-height: 1}
.prolist .box .btnn a.lt{color:#333333;transition: all .5s}
.prolist .box .btnn a.rt{color:var(--zhu-color);border-color:var(--zhu-color);transition: all .5s}
.prolist .box:hover{box-shadow: 0 0 15px #ddd;}
.prolist .box:hover .btnn a{color:#fff;}
.prolist .box:hover .btnn a.lt{background: var(--pei-color);}
.prolist .box:hover .btnn a.rt{background: var(--zhu-color);}
.prolist .box .btnn a:hover{border-radius: 10px;}


@media(max-width: 576px){
	.prolist .row>div{margin-bottom: 15px;}
	.prolist .box{padding:5px;}
	.prolist .box p{font-size: 14px;}
	.prolist .box .btnn{align-items: center;}
	.prolist .box .btnn a{width:48%;margin-bottom: 10px;font-size: 12px;height: 30px;line-height: 30px}
}


/*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: 50px;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:30px;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:calc(100% - 360px);max-width: 1240px}
.proinfo-part2-bd .right{width:360px;}
.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: 42px}
	.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-bd{overflow: hidden;padding:15px 0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.proinfo-part4 .section3-bd a{display: block;width:24%;position: relative;margin-bottom: 10px;}
.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}
.proinfo-part4 .section3-bd .img{padding-bottom: 100%}
@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%;}
}


/*sidebar*/
.sidebar{width:296px;float: right;background: #f8f8f8;}
.sidebar .hd{ width:100%;height: 120px;background: var(--zhu-color);position: relative;color:#fff;padding:20px 0 0 40px;}
.sidebar .hd:before{content:'product';position: absolute;color:rgba(255,255,255,.10);font-size: 50px;font-weight:bold;top:25px;left:20px;text-transform: uppercase;line-height: 1}
.sidebar .hd .t1{font-weight: bold;font-size: 36px;}
.sidebar .hd .t2{font-size: 12px;}
.sidebar .md{overflow: hidden;padding:15px 0;}
.sidebar .md a{display: block;border-bottom:solid 1px #d5d4d4;padding:15px 25px;}
.sidebar .md a .t1{font-size: 18px;color:#333333;transition: all .5s}
.sidebar .md a .t2{font-size: 12px;text-transform: uppercase;color:#999999;transition:all .5s;}
.sidebar .md a:last-child{border-bottom: none;}
.sidebar .md a:hover{background: var(--zhu-color);}
.sidebar .md a:hover .t1{color:#fff;padding-left: 10px}
.sidebar .md a:hover .t2{color:#fff;}
.sidebar .bd{padding:28px;background: var(--zhu-color);display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.sidebar .bd i{color:#fff;font-size: 46px;}
.sidebar .bd .txt{width:calc(100% - 60px);color:#fff;}
.sidebar .bd .txt .t2{font-size:24px;font-weight: bold; }
@media(max-width: 1400px){
	.sidebar{width:calc(100% - 30px);}
}













/*proinfo*/
.proinfo{overflow: hidden;display: flex;flex-direction: row;margin-top: 90px;height: calc(100vh - 90px)}
.proinfo-left{width:50%;padding:5vw;position: relative;overflow: hidden;}
.proinfo-left .img{padding-bottom: 100%}
.proinfo-left .bg{width:100%;background:url(../images/proinfo-bg.png) top center no-repeat;position: absolute;top:0;left:0; height: 100%;z-index: 1;background-size: 100% auto;}
.proinfo-left .goods-title{color:#fff;font-size: 26px;position: absolute;bottom:7vw;left:0;text-align: center;z-index: 1;width:100%;padding:0 10px 0 40px;}
.proinfo-left .goods-title .t2{text-transform: uppercase;font-size: 20px;font-weight: lighter;}
.proinfo-left .btnn{position: absolute;top:40%;z-index: 1;display: flex;flex-direction: row;justify-content: space-between;width:81%;left:12%;}
.proinfo-left .btnn>div{width:60px;height: 60px;border-radius: 5px;background: var(--pei-color);color:#fff;text-align: center;line-height: 60px;transition: all .5s;cursor: pointer;}
.proinfo-left .btnn>div i{font-size: 30px;}
.proinfo-left .btnn>div:hover{background:var(--zhu-color);}
.proinfo-right{width:50%;background: url(../images/proinfo-bg2.jpg) center no-repeat;}
.proinfo-right .box{width:100%;height: 100%;background: rgba(255,255,255,.65);padding:45px 45px;}
.proinfo-right .t1{position: relative;margin:30px 0;height: 120px; }
.proinfo-right .t1 .xuhao{z-index: 1;position: relative;}
.proinfo-right .t1 .xuhao:before{content:'';position: absolute;background:var(--zhu-color);animation: xuhao 3s ease-out infinite;border-radius: 50%;}
.proinfo-right .t1 .xuhao span{width:96px;height: 96px;line-height: 96px;text-align: center;background: var(--zhu-color);font-family: Impact;color:#fff;border-radius: 50%;display: block;position: absolute;top:10px;left:10px;}
.proinfo-right .t1 .xuhao span i{font-size: 60px;margin-left:5px;}
.proinfo-right .t1 .txt{background: var(--pei-color);padding:15px 90px 18px;color:#fff;border-radius: 50px;position: absolute;left:60px;top:22px;display: flex;flex-direction: row;justify-content: center;align-items: center;line-height: 1}
.proinfo-right .t1 .txt .title{font-size: 42px;}
.proinfo-right .t1 .txt .enTitle{font-size:24px;text-transform: uppercase;margin-left:15px;}
.proinfo-right .t2{margin:30px 0;}
.proinfo-right .t2 li{display: flex;flex-direction: column;margin-top: 20px}
.proinfo-right .t2 li span{font-size: 24px;color:#282828;font-weight: bold;}
.proinfo-right .t2 li p{font-size:18px;color:#333333;line-height: 36px;margin-top: 15px;}
.proinfo-right .t3{border-top:solid 1px var(--zhu-color);padding:20px 0;width:100%;display: flex;flex-direction: row;justify-content: space-around;border-bottom:solid 1px var(--zhu-color);}
.proinfo-right .t3 li{display: flex;flex-direction: column;align-items: center;width:20%;}
.proinfo-right .t3 li span{width:80px;height: 80px;border-radius: 50%;text-align: center;line-height: 80px;border:solid 1px var(--zhu-color);display: block;}
.proinfo-right .t3 li span i{font-size: 40px;color:var(--zhu-color);line-height: 1.8}
.proinfo-right .t3 li:nth-child(2) span i{font-size: 50px;line-height: 1.6;}
.proinfo-right .t3 li:nth-child(3) span i{font-size: 46px;line-height: 1.6;}
.proinfo-right .t3 li p{text-align: center;font-size: 16px;padding:5px 0;}
.proinfo-right .t4{display: flex;flex-direction: row;padding:45px 30px;align-items: center;justify-content: space-between;}
.proinfo-right .t4 .ptel{width:calc(100% - 200px);display: flex;flex-direction: row;justify-content: space-between;}
.proinfo-right .t4 .ptel i{width:70px;height: 70px;background: var(--pei-color);text-align: center;line-height: 70px;font-size: 40px;color:#fff;border-radius: 50%;font-weight: lighter;}
.proinfo-right .t4 .txt{width:calc(100% - 80px);padding:5px 0;}
.proinfo-right .t4 .txt .tt1{font-size:16px;color:#666666;}
.proinfo-right .t4 .txt .tt2{font-size:28px;color:var(--pei-color);line-height: 1}
.proinfo-right .t4 .pmsg{width:190px;height: 50px;text-align: center;line-height: 50px;color:#fff;background: var(--pei-color);border-top-left-radius:20px;border-bottom-right-radius: 20px;font-size: 16px;transition: all .5s}

.proinfo-right .t4 .pmsg:hover{background: var(--zhu-color);}
@media(max-width: 1700px){
	.proinfo-left{padding:7vw 0;}
	.proinfo-left .bg{background-size: auto 100%;}
}
@media(max-width: 1600px){
	.proinfo-left{padding:8vw 0;}
	.proinfo-left .btnn{width:93%;left:6%;}
}
@media(max-width: 1400px){
	.proinfo-left .btnn{top:90%;width:auto;left:40%;}
	.proinfo-left .btnn .prev{margin-right: 30px;}
	.proinfo-left .goods-title{bottom:8vw;}
	.proinfo-right .t1{height: 80px}
	.proinfo-right .t1 .xuhao span{width:60px;height: 60px;line-height: 60px;font-size: 30px;}
	.proinfo-right .t1 .xuhao span i{font-size: 30px;margin-left: 0}
	.proinfo-right .t1 .xuhao:before{animation: xuhao1 3s ease-out infinite;}
	.proinfo-right .t1 .txt{padding:10px 70px;top:15px;}
	.proinfo-right .t1 .txt .title{font-size: 26px}
	.proinfo-right .t1 .txt .enTitle{font-size: 12px;margin-top: 7px;margin-left:10px;}
	.proinfo-right .t4{padding:45px 0;}
}
@media(max-width: 1200px){
	.proinfo{height: auto;}
	.proinfo-right .t1{margin:0;}
	.proinfo-right .t2 li span{font-size: 20px;}
	.proinfo-right .t2 li p{font-size: 14px;line-height: 24px}
	.proinfo-right .t3 li span{width:60px;height: 60px;line-height: 60px;}
	.proinfo-right .t3 li span i{font-size: 30px}
	.proinfo-right .t3 li:nth-child(2) span i{font-size: 35px}
	.proinfo-right .t3 li:nth-child(3) span i{font-size: 35px}
	.proinfo-right .t3 li p{font-size: 14px;}
	.proinfo-right .t4{padding:15px 0;}
	.proinfo-right .t4 .ptel{width:calc(100% - 130px);}
	.proinfo-right .t4 .ptel i{width:60px;height: 60px;line-height: 60px;font-size: 30px}
	.proinfo-right .t4 .pmsg{width:120px;}
	.proinfo-right .t4 .txt .tt2{font-size: 24px}
	.proinfo-left .btnn>div{width:40px;height: 40px;line-height: 40px;}
	.proinfo-left .btnn>div i{font-size: 26px}

}
@media(max-width: 992px){
	
	.proinfo{margin-top: 82px;}
	.proinfo-right .box{padding:30px;}
	.proinfo-right .t1 .txt .enTitle{display: none}
	.proinfo-right .t2{margin:15px 0;}
	.proinfo-right .t2 li{margin-top: 10px}
	.proinfo-right .t2 li span{font-size: 18px;}
	.proinfo-right .t2 li p{margin-top: 5px}
	.proinfo-right .t3{padding:15px 0;}
	.proinfo-right .t4 .ptel{width:100%;}
	.proinfo-right .t4 .pmsg{display: none;}

}
@media(max-width: 850px){
	.proinfo-right .t4{display: none;}
}
@media(max-width: 768px){
	.proinfo{flex-direction: column;margin-top: 45px;}
	.proinfo-left{width:100%;padding:0;}
	.proinfo-right{width:100%;margin-top: -100px;z-index: 2}
	.proinfo-left .goods-title{display: none;}
	.proinfo-left .btnn{top:40%;width:100%;left:0;}
}
@media(max-width: 576px){
	.proinfo-right{margin-top: -40px;}
	.proinfo-right .box{padding:30px 15px;}
	.proinfo-right .t1 .txt{padding:10px 30px;}
	.proinfo-right .t4{display: block;}
}

/*pinfo-section1*/
.pinfo-section1{background: url(../images/pinfo-section1-bg.jpg) center top no-repeat;padding-top:60px;margin-top: 90px;background-size: cover;}
.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: 1600px){
	.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: 50px;}
	.pinfo-section1 .wrap{padding:0 10px 30px;}
	.pinfo-section1-box{padding:15px 10px;}
}


/*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;color:var(--zhu-color);}
.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: 5px;float: left;line-height: 1;color:var(--zhu-color);}
.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-part2*/
.news-list{ border: 5px solid #f5f5f5;margin-bottom: 45px;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;color:var(--zhu-color);}
.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}

}

/*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:15px;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;min-height: 56px;}
.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;border-radius: 3px;}
@media(max-width: 576px){
	.newslist{padding:30px 0;}
	.newslist .item{padding:15px 0;}
}

/*newsinfo*/
.newsinfo{background:#f8f8f8;padding:30px 0;}
.newsinfo .box{background:#fff;border-radius: 5px;padding:45px 30px;}
.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: 40px;color:#666;line-height: 1.5;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:650px; 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:var(--zhu-color);}
.lxwmtitb p{line-height: 30px;font-size: 16px;color:#999;} 
.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}
}

/*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{overflow: hidden;width:100%;margin-top: 45px}
.prolist-left{width:296px;margin-bottom: 30px;float: left;}
.prolist-left.sticky{position: fixed;}
.prolist-right{width:calc(100% - 311px);float: right;}
.prolist-right .item{margin-bottom: 30px;display: block;padding:8px;border:solid 1px #eeeddf;position: relative;}
.prolist-right .item .img img{transform: scale(1.1,1.1);transition: all .5s}
.prolist-right .item p{height: 55px;background: #f5f5f5;line-height: 55px;font-size: 16px;text-align: center;padding:0 15px;transition: all .5s;color:#333;}
.prolist-right .item:hover .img img{transform: scale(1,1);}
.prolist-right .item:hover p{background: var(--zhu-color);color:#fff;}
@media(max-width: 1400px){
	.prolist-left .sidebar{width:100%;}
}
@media(max-width: 1200px){
	.prolist .wrapp{padding:0;}
	.prolist-left{display: none}
	.prolist-right{width:100%;min-height: auto;}
}
@media(max-width: 576px){
	.prolist-right .row>div{padding-left: 3px;padding-right: 3px;}
	.prolist-right .item{margin-bottom: 15px;}
	.prolist-right .item p{padding:0px 5px;font-size: 14px;height: 40px;line-height: 40px;}
}
*/
/*资质荣誉*/
.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(223,23,22,.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(39,110,218,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;line-height: 1}
.environment .item a .hd .zhezhao .box p{font-size: 17px;background: none;color:#fff;}
.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;}
}



/*single*/
.single{background: #fafafa;padding:30px 0;overflow: hidden;}
.single .box{line-height: 260%;font-size: 110%;background: #fff;padding:45px;background: #fff;border-radius: 5px;box-shadow: 0 0 10px #ddd}


