/*banner*/
.banner{width:100%;height: 100vh;position: relative;overflow: hidden;}
.banner .slide-inner img{height: 100%;object-fit: cover;width:100%;}
.banner .swiper-pagination span{width:25px;height: 5px;border-radius: 3px;background: #fff;transition: all .5s}
.banner .swiper-pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:35px;}

.banner_more{position:absolute;width:3.438vw;height:3.438vw;border-radius:50%;background-color:var(--pei-color);z-index:1;animation:banner_more_breathe 3s ease-out infinite;bottom:50px;left:50%;transform: translateX(-50%);display: flex;justify-content: center;align-items: center; }
@keyframes banner_more_breathe{
	0%{opacity: 1}
	50%{opacity: 0.4}
	100%{opacity: 1}
}
.banner_more img{width:0.833vw}
.banner_more::before{position:absolute;content:"";display:block;width:4.792vw;height:4.792vw;border:0.052vw dashed #fff;border-radius:50%;animation:banner_more_before_breathe 3s ease-out infinite}
@keyframes banner_more_before_breathe{
	0%{width:3.438vw;height:3.438vw}
	50%{width:4.792vw;height:4.792vw;opacity:0.5}
	100%{width:3.438vw;height:3.438vw}
}
.banner_more::after{position:absolute;content:"";display:block;width:6.146vw;height:6.146vw;border:0.052vw dashed #fff;border-radius:50%;animation:banner_more_after_breathe 3s ease-out infinite}
@keyframes banner_more_after_breathe{
	0%{width:4.792vw;height:4.792vw}
	50%{width:6.146vw;height:6.146vw;opacity:0.5}
	100%{width:4.792vw;height:4.792vw}
}
@media(min-width: 1900px){
	.banner .slide-inner img{width:1920px;max-width: none;}
}
@media(max-width: 1400px){
	.banner{height: 90vh}
}
@media(max-width: 1200px){
	.banner{height: 80vh}
}
@media(max-width: 1024px){
	.banner{height: 70vh}
}
@media(max-width: 992px){
	.banner{height: 59vh}
}
@media(max-width:768px){
	.banner{height: 40vh}
}
@media(max-width:576px){
	.banner{height: 38vh}
}

/*header*/
.header{position: fixed;width:100%;z-index: 9999;top:0;padding-top: 10px}
.header.active{background:rgba(255,255,255,0.85);padding-top: 0;border-bottom: solid 1px rgba(0,0,0,.1)}
.header-box{display: flex;flex-direction: row;justify-content: space-between;width:100%;height: 100%}
.h-logo{width:250px;display: block;padding:20px 0;transition: all .5s}
.header.active .h-logo{padding:10px 0;}

.h-nav{width: calc(100% - 650px);display: flex;flex-direction: row;justify-content: space-between;}
.h-nav li{height: 100%;position: relative;}
.h-nav li .yiji{color:#333;font-size: 16px;transition: all .5s;position: relative;display: inline-block;height: 100%;line-height: 90px;font-weight: 400;transition: all .5s}
.header.active .h-nav li .yiji{line-height: 60px;}
.h-nav li .yiji:after{content:'';position: absolute;height: 4px;background:var(--zhu-color);left:50%;bottom:15px;transform: translateX(-50%);width:0;transition: all .5s;}
.h-nav li .yiji.on{letter-spacing: 1px;font-weight: 700;}
.h-nav li .yiji.on:after{width:100%;}
.h-nav li .sublist{position:absolute;width:150px;top:75px;left:-30px;background: rgba(255,255,255,.85);box-shadow:0px 0px 10px rgba(9,9,9,.1);display: none;padding:15px 0;}
.h-nav li .sublist .erji{width:100%;position:relative;padding:10px 0;display: block;}
.h-nav li .sublist .erji:before{content:'';width:3px;background: var(--zhu-color);height: 15px;position: absolute;left:5px;top:13px;opacity: 0;transition: all .5s}
.h-nav li .sublist .erji:after{content:'\e88e';position: absolute;right:10px;color:#333;opacity: 0;top:8px;font-family: 'iconfont';font-size:18px;transition: all .5s}
.h-nav li .sublist .erji p{width:calc(100% - 50px);margin-left: 30px;color:#666;}
.h-nav li .sublist .erji:hover{background: #fff;}
.h-nav li .sublist .erji:hover p{color:var(--zhu-color);}
.h-nav li .sublist .erji:hover:before{opacity: 1}
.h-nav li .sublist .erji:hover:after{opacity: 1}
.h-right{width:220px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.h-menu{position: fixed;right:0;top:20px;width:80px;text-align: center;cursor: pointer;display: none;color:var(--zhu-color);transition: all .5s}
.h-menu i{color:#333;font-size: 30px;}
.header.active .h-nav li .sublist{top:68px;}
.header.active .h-menu{top:10px;}
.fore_right{position:absolute;top:0;right:1.563vw;width:13.438vw;height:7.656vw;color:#ffffff}
.fore_right::before{position:absolute;top:-5.365vw;content:"";width:12.240vw;height:12.240vw;background-color:var(--pei-color);border-radius:50%;z-index:1}
.fore_right::after{position:absolute;top:-5.781vw;content:"";width:13.438vw;height:13.438vw;background-color:var(--zhu-color);border-radius:50%;animation:fore_right_breathe 2s ease-out infinite}
@keyframes fore_right_breathe{
	0%{width:13.438vw;height:13.438vw}
	50%{width:14.063vw;height:14.063vw}
	100%{width:13.438vw;height:13.438vw}
}
.fore_i{position:absolute;top:-1.615vw;left:-1.563vw;width:3.750vw;height:3.750vw;background-color:var(--zhu-color);opacity:0.8;border-radius:50%;z-index:1}
.fore_right .fore_p{position:absolute;top:1.5vw;right:3.646vw;font-size:.8vw;color:#ffffff;z-index:1}
.fore_right .fore_p img{width:0.885vw;margin-left:0.208vw}
.fore_right .fore_span{position:absolute;top:3vw;right:3vw;font-family:"Neue";font-size:1.250vw;z-index:1}
@media(max-width: 1600px){
	.h-nav li .sublist .wrapp{display: flex;flex-direction: row;}
	.h-nav li .sublist .right img{width:100%;}
}
@media(max-width: 1400px){
	.h-nav{width:calc(100% - 550px);}
	.h-nav li .sublist .left{width:30%;}
	.h-nav li .sublist .mid{width:35%;}
	.h-nav li .sublist .right{width:35%;}

}
@media(max-width: 1200px){
	.h-nav{width:calc(100% - 350px);margin-right: 50px}
	.h-right{display: none;}
	.h-right i{font-size: 24px}
}
@media(max-width: 1024px){
	.header{padding-top: 0}
	.h-nav{display: none;}
	.h-menu{width:60px;display: block}

}
@media(max-width: 576px){
	.header{height: 50px;}

	.h-logo{height: 100%;padding:8px 0;}

	.h-logo img{max-height: 34px;width:auto;max-width: calc(100% - 60px)}
	.h-menu{display: flex;flex-direction: column;justify-content: center;top:0;}
	.header.active .h-menu{top:0px;}
	.header.active .h-logo{padding:8px 0;}
}

/*ititle*/

.ititle{margin:30px 0;text-align: center;position: relative;}
.ititle .hd{font-size: 72px;position: absolute;color:#333;opacity: 0.04;font-family: 'DIN';text-transform: uppercase;top:0;left:50%;transform: translateX(-50%);width:100%;font-weight: bold;}
.ititle .md{text-align: center;font-size:40px;color:#333333;padding-top: 25px;font-weight:bold;}
.ititle .md b{color:var(--zhu-color);}
.ititle .bd{color:#666666;text-transform: uppercase;font-size: 18px;margin-top: 15px}
@media(max-width: 768px){
	.ititle .hd{font-size: 65px}
}
@media(max-width: 576px){
	.ititle{margin:15px 0;}
	.ititle .hd{display: none;}
	.ititle .md{font-size: 30px;padding-top: 0}
	.ititle .bd{font-size: 14px}
}

/*more*/
.more{ display: inline-flex; align-items: center; justify-content: center; padding:12px 25px; background: #f0efef; border-radius: 20px; position: relative; overflow: hidden; }
.more small{ position: relative; font-size: 16px; color: #333; line-height: 1; }
.more span{ line-height: 1; margin-left: 5px; position: relative; transition: all .3s;color:var(--zhu-color); }
.more::before{ content: ""; display: block; width: 0; height: 100%; position: absolute; right: 0; background: var(--zhu-color); transition: all .3s; border-radius: 20px;top:0; }
.more:hover::before{ transition: all .3s; width: 100%; left: 0; }
.more:hover small{ color: #ffffff; transition: all .3s; }
.more:hover span{ color: #ffffff; transition: all .3s; transform: rotate(180deg); }
@media only screen and (max-width: 1400px){
  .more{ padding:12px 28px;  }
  .more small{ font-size: 14px; }
  .more span{ font-size: 15px; margin-left: 12px; }

}
@media only screen and (max-width:1200px){
  .more{ padding:10px 26px; }

}
@media only screen and (max-width:992px){
  .more{ padding:10px 26px;  }

}
@media only screen and (max-width:768px){
  .more{ padding:8px 24px;  }

}

/*icom*/
.icom-hd{padding:15px 0;}
.icom-bd{ padding:90px 0; background: #f6f6f6; position: relative; overflow:hidden;}
.icom-bd > img{ position: absolute; left:50%; top:0; object-fit: cover;}
.icom-bd .intro{padding: 0 15px;}
.icom-bd .intro, .icom-bd .company_data{ position: relative; z-index: 3; }
.icom-bd .intro .tit{ display: flex; align-items: flex-start; }
.icom-bd .intro .tit span{ font-size: 48px; color: var(--zhu-color); text-transform: capitalize; font-family: "DINB"; line-height: 1; }
.icom-bd .intro .tit small{ font-size: 12px; background: var(--pei-color); width:34px; height: 34px; line-height: 34px; border-radius: 50%; text-align: center; color: #fff; }
.icom-bd .intro b{  display: block; font-size: 36px; color: #333333; font-family: "YS"; line-height: 1; margin:16px 0 40px;font-weight: normal; }
.icom-bd .intro .info{ font-size: 16px; color: #333333; line-height: 1.8; -webkit-line-clamp:4;}
.icom-bd .intro .video_btn{ margin:30px 0; display: flex; align-items: center; transition: all .5s;width:140px;}

.company_data{ display:flex; background: #fff; box-sizing: border-box; box-shadow: 0 0 12px rgba(0, 0, 0, .07); width:850px;flex-direction: row;border-radius: 3px}
.company_data li{ padding:30px 70px; display: flex; flex-direction: column; position: relative;width:33.33%; }
.company_data li + li{ border-left: 1px solid #ebe8e8; }
.company_data li:nth-child(3){width:calc(33.33% + 2px);}
.company_data li i{ font-size: 48px; color: var(--zhu-color); line-height: 1.1;  position: relative; z-index: 3; transition: all .5s; }
.company_data li .num{ display: inline-flex; align-items: flex-start; position: relative; z-index: 3; transition: all .5s; }
.company_data li span{ display: inline-block; font-size: 52px; color: #232323; font-family: "DINB"; line-height: 1; position: relative; z-index: 3; transition: all .5s; }
.company_data li small{ display: inline-block; font-size: 24px; color: #232323; line-height: 1; position: relative; left:6px; top:6px; z-index: 3; transition: all .5s; }
.company_data li p{ font-size: 14px; color: #232323; line-height: 1; margin-top: 15px; position: relative; z-index: 3; transition: all .5s; }

.company_data li > span { position: absolute; width: 100%; height: 50%; left: 0; z-index: 2; }
.company_data li > span:after,
.company_data li > span:before { position: absolute; content: ''; background-color: var(--zhu-color); width: 0; height: 0; -webkit-transition: all 0.5s; transition: all 0.5s; }
.company_data li > span:before { left: 0; }
.company_data li > span:after { right: 0; }
.company_data li > span.t { top: 0; }
.company_data li > span.t:after,.company_data li > span.t:before { top: 0; }
.company_data li > span.b { bottom: 0; }
.company_data li > span.b:after,.company_data li > span.b:before { bottom: 0; }
.company_data li:hover i{ color: #fff; transition: all .5s; }
.company_data li:hover .num span{ color: #fff; transition: all .5s; }
.company_data li:hover .num small{ color: #fff; transition: all .5s; }
.company_data li:hover p{ color: #fff; transition: all .5s; }
.company_data li:hover > span:before,.company_data li:hover > span:after { width: 50%; height: 100%; }

@media only screen and (max-width: 1400px){
  .icom-bd .bd{ padding:50px 0; }
  .icom-bd .intro b{ margin:16px 0 24px; }
  .icom-bd .intro .video_btn{ margin:24px 0 36px; }
  .company_data li{ padding:30px 60px; }
}
@media only screen and (max-width: 1200px){
  .icom-bd .bd{ position: relative; }
  .icom-bd .bd .inner .row > .row{ margin:0; padding:0; }
  .icom-bd .bd::before{ content:""; display: block; width:100%; height:100%; position: absolute; left:0; top:0; z-index: 3; background: rgba(255, 255, 255, 0.2); }
  .icom-bd .bd > img{ left:0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
  .company_data li span{ font-size: 48px; }
  .company_data li i{ font-size: 36px; }
}
@media only screen and (max-width: 992px){
  .company_data li span{ font-size: 42px; }
  .company_data li i{ font-size: 30px; }
  .icom-bd .intro .info{ text-shadow: 0 0 3px rgba(255, 255, 255, 0.8); }
  .icom-bd > img{width:100%;left:0;opacity: 0.5;}
}
@media only screen and (max-width: 768px){
  .icom-bd{padding:45px 0 30px;}
  .icom-bd .company_data{ width:100%; display: flex; align-items: center; justify-content: space-between; }
  .company_data li{ width: 33.3%; padding:30px 0; text-align: center; }
  .company_data li .num{ justify-content: center; }
  .company_data li p{ margin-top: 12px; }
  .company_data li span{ font-size: 36px; }
  .company_data li{ padding:25px 0; }
}
@media only screen and (max-width: 640px){
  .icom-bd .bd{ padding:30px 0; }
  .icom-bd .intro b{ font-size: 28px; margin:12px 0 20px; }
  .company_data li span{ font-size: 30px; }
  .company_data li small{ font-size: 14px; }
  .company_data li i{ font-size: 24px; }
  .company_data li p{ margin-top: 10px; font-size: 14px; }
  .company_data li{ padding:20px 0; }
}
@media only screen and (max-width: 576px){
	.icom-bd > img{height: 100%}
	.icom-bd .intro{padding:0;}
	.icom-bd .intro b{ font-size: 24px; }
  .icom-bd .intro .tit span{ font-size: 32px; }
  .icom-bd .intro .tit small{ margin-left: 10px; }
  .icom-bd .intro .video_btn{ margin:12px 0 24px; }
  .icom-bd .intro .info{ font-size: 14px; line-height: 1.5; }
  .company_data li{ padding:15px 0; }
  .company_data li span{ font-size: 22px; }
  .company_data li small{ font-size: 12px; }
  .company_data li i{ font-size: 20px; margin-bottom: 10px; }
  .company_data li p{ margin-top: 10px; font-size: 12px; }
}

/*inews*/
.inews-hd{padding:15px 0;}
.inews-bd{padding:30px 0;}
.inews-bd .left{background: #f6f6f6;border-radius: 3px;padding:30px 22px;display: flex;flex-direction: column;display: block;width:100%;transition: all .5s}
.inews-bd .left .t1{color:#333333;font-size: 18px;transition: all .5s}
.inews-bd .left .t1 span{color:var(--zhu-color);transition: all .5s}
.inews-bd .left .t2{color:#999999;font-size: 16px;padding:10px 0 15px;opacity: 0.5;transition: all .5s;}
.inews-bd .left .t3{color:#666666;font-size: 14px;line-height: 26px;margin-bottom: 25px;transition: all .5s}
.inews-bd .left .img{padding-bottom: 62.5%;border-radius: 3px}
.inews-bd .left .img img{transition: all .5s}
.inews-bd .left:hover{background: var(--zhu-color);box-shadow: 0 0 15px #999}
.inews-bd .left:hover .t1,.inews-bd .left:hover .t1 span,.inews-bd .left:hover .t2,.inews-bd .left:hover .t3{color:#fff;}
.inews-bd .left:hover .img img{transform: scale(1.05,1.05);}
.inews-bd .right{width:100%;background: #f6f6f6;height: 100%}
.inews-bd .right a{display: block;padding:0 30px;}
.inews-bd .right a .box{width:100%;border-bottom: solid 1px #e7e4e4;display: flex;flex-direction: column;padding:27px 0}
.inews-bd .right a .t1{color:#333333;font-size: 18px;transition: all .5s}
.inews-bd .right a .t1 span{color:var(--zhu-color);transition: all .5s}
.inews-bd .right a .t2{color:#999999;font-size: 16px;padding:10px 0 15px;transition: all .5s;opacity: 0.5;}
.inews-bd .right a .t3{color:#666666;font-size: 14px;transition: all .5s;-webkit-line-clamp:1;line-height: 26px}
.inews-bd .right a:hover{background: var(--zhu-color);}
.inews-bd .right a:hover .box{border-bottom: solid 1px var(--zhu-color)}
.inews-bd .right a:hover .t1,.inews-bd .right a:hover .t1 span,.inews-bd .right a:hover .t2,.inews-bd .right a:hover .t3{color:#fff;}
@media(max-width: 1270px){
	.inews-bd .right a .box{padding:22px 0;}
}
@media(max-width: 1100px){
	.inews-bd .right a .box{padding:18px 0;}
}
@media(max-width: 992px){
	.inews-bd .right{margin-top: 30px;}
	.inews-bd .right a .box{padding:30px 0;}
	.inews-bd .right a .box .t3{-webkit-line-clamp:2;}
}
@media(max-width: 576px){
	.inews-bd{padding:0px;}
	.inews-bd .left{margin-bottom: 15px;padding:20px;}
	.inews-bd .left .t1{font-size: 16px;}
	.inews-bd .left .t2{font-size: 14px;padding:5px 0 10px;}
	.inews-bd .left .t3{font-size: 12px;margin-bottom: 15px;}
	.inews-bd .right{margin-top: 0}
	.inews-bd .right a{padding:0 20px;}
	.inews-bd .right a .box{padding:20px 0;}
	.inews-bd .right a .box .t1{font-size: 16px;}
	.inews-bd .right a .box .t2{font-size: 14px;padding:5px 0 10px;}
	.inews-bd .right a .box .t3{font-size: 12px;}

}


/*ipro*/
.ipro{overflow: hidden;}
.ipro-hd{padding:15px 0;}
.ipro-bd{position: relative;overflow: hidden;}
.ipro-bd .wrapp{z-index: 2}
.ipro-bd:before{content:'';width:100%;height: 100%;background: url(../images/ipro-bd-bg.jpg) center no-repeat;background-size:cover;position: absolute;top:0;left:0;background-attachment: fixed;}
.ipro-bd:after{content:'';width:100%;height: 100%;background:var(--zhu-color);position: absolute;top:0;left:0;opacity: 0.7}
.ipro-bd-left{width:100%;}
.ipro-bd-left .hd{padding:25px 30px;color:#fff;display: flex;flex-direction: column;position: relative;}
.ipro-bd-left .hd:before{content:'';width:100%;height: 100%;background: url(../images/s-hd-bg.jpg) center no-repeat;background-size:cover;position: absolute;top:0;left:0;}
.ipro-bd-left .hd:after{content:'';width:100%;height: 100%;background:var(--zhu-color);position: absolute;top:0;left:0;opacity: 0.8}
.ipro-bd-left .hd p{font-size: 18px;position: relative;z-index: 2}
.ipro-bd-left .hd b{font-size: 30px;position: relative;z-index: 2}
.ipro-bd-left .bd{background: #fff;padding:15px 0 25px;}
.ipro-bd-left .bd a{display: flex;flex-direction: row;justify-content: space-between;padding:15px 30px;align-items: center;transition: all .5s}
.ipro-bd-left .bd a .lt{color:#666666;font-size: 30px;line-height: 1.13}
.ipro-bd-left .bd a span{width:calc(100% - 80px);display:inline-block;margin:0 10px;font-size: 16px;color:#333;}
.ipro-bd-left .bd a .rt{color:#000;font-size:16px;}
.ipro-bd-left .bd a:hover{background:var(--zhu-color);border-top-left-radius: 20px;border-bottom-right-radius: 20px;}
.ipro-bd-left .bd a:hover .lt{color:#fff;}
.ipro-bd-left .bd a:hover .rt{color:#fff;}
.ipro-bd-left .bd a:hover span{color:#fff;}
.ipro-bd-left .bd .line{height: 1px;width:100%;background: #eee;margin:5px 0;}
.ipro-bd-right{padding:45px 0;overflow: hidden;}
.ipro-bd-right a{display: flex;flex-direction: column;padding:15px 15px 20px;position: relative;background: #fff;align-items: center;overflow: hidden;transition: all .5s;border-radius: 2px;margin-bottom: 30px;}
.ipro-bd-right a .t1{color:var(--zhu-color);font-size: 22px;font-weight: bold;position: relative;z-index: 2;padding:15px 0 5px;}
.ipro-bd-right a span{color:#999999;font-size: 14px;position: relative;z-index: 2;margin-bottom: 15px}
.ipro-bd-right a span i{color:#333;font-size: 16px;position: relative;z-index: 2;line-height: 1.4;margin-left: 5px;float: right;transition: all .5s}
.ipro-bd-right a .pic{width:180px;border:solid 8px #e8eff3;border-radius: 50%;z-index: 2;position: relative;overflow: hidden;transition: all .5s}
.ipro-bd-right a .pic .img{padding-bottom: 100%;}
.ipro-bd-right a:before{content:'';width:150%;height: 50%;position: absolute;top:85%;left:-20%;border-radius: 100%;background: #f0f0f0;transition: all .5s}
.ipro-bd-right a:hover{box-shadow: 0 0 10px #666}
.ipro-bd-right a:hover .pic{border-color:#ddd;transform: rotate(360deg)}
.ipro-bd-right a:hover span i{color:var(--zhu-color);}
.ipro-bd-right a:hover:before{background: var(--pei-color);opacity: .8}
@media(max-width: 992px){
	.ipro-bd-left .bd{display: flex;flex-direction: row;flex-wrap: wrap;padding:15px 0;}
	.ipro-bd-left .bd li{width:33%;}
	.ipro-bd-left .bd li:last-child{display: none;}
	.ipro-bd-left .bd a{padding:15px;}
}
@media(max-width: 768px){
	.ipro-bd-left .bd li{width:50%;}
}
@media(max-width: 576px){
	.ipro-bd-left{margin-left: -15px;margin-right:-15px;width:calc(100% + 30px);}
	.ipro-bd-left .hd p{font-size: 16px}
	.ipro-bd-left .hd b{font-size: 20px;}
	.ipro-bd-left .bd a{padding:10px;}
	.ipro-bd-left .bd a .lt{display: none;}
	.ipro-bd-left .bd a span{width:calc(100% - 14px);font-size: 14px;margin:0;}
	.ipro-bd-left .bd a .rt{font-size: 14px;}
	.ipro-bd-right{padding:30px 0;}
	.ipro-bd-right a{margin-bottom: 15px;}

}


/*iadv*/
.iadv{overflow: hidden;}
.iadv-hd{padding:15px 0;}
.iadv-bd ul{display: flex;flex-direction: row;justify-content: space-between;}
.iadv-bd ul li{width:25%;position: relative;height: 635px;background: url('../images/iadv-img1.jpg') center no-repeat;background-size: cover;transition: all .5s;cursor: pointer;}
.iadv-bd ul li:nth-child(2){background: url('../images/iadv-img2.jpg') center no-repeat;background-size: cover;}
.iadv-bd ul li:nth-child(3){background: url('../images/iadv-img3.jpg') center no-repeat;background-size: cover;}
.iadv-bd ul li:nth-child(4){background: url('../images/iadv-img4.jpg') center no-repeat;background-size: cover;}
.iadv-bd ul li .box{display: flex;flex-direction:column;justify-content: center;align-items: center;width:100%;color:#fff;height: 100%;padding:0 10%;position: relative;top:0;left:0;transition: all .5s}
.iadv-bd ul li .box:before{content:'';top:0;left:0;width:100%;height: 100%;background: #000;opacity: 0.5;transition: all .5s;position: absolute;}
.iadv-bd ul li .box i{font-size: 50px;z-index: 2}
.iadv-bd ul li .box b{font-size: 30px;margin:20px 0 5px;z-index: 2}
.iadv-bd ul li .box .t1{font-size: 16px;z-index: 2;text-align: center;}
.iadv-bd ul li .box .t2{font-size: 16px;line-height: 30px;display: none;text-align: center;margin-top: 10px;z-index: 2}
.iadv-bd ul li .box a{display: none;padding:10px 25px;margin-top:40px;z-index: 2}
.iadv-bd ul li.active,.iadv-bd ul li:hover{width:45%;}
.iadv-bd ul li.active .box,.iadv-bd ul li:hover .box{height: 80%;top:10%;width:80%;left:10%;border-radius: 3px;}
.iadv-bd ul li.active .box:before{background: var(--zhu-color);opacity: 0.8}
.iadv-bd ul li.active .box .t1{display: none;}
.iadv-bd ul li.active .box .t2{display: block;}
.iadv-bd ul li.active .box a{display: block;}
.iadv-bd ul li.active .box a:hover:before{background: var(--pei-color);}
@media(max-width: 768px){
	.iadv-bd ul li{width:12%;}
	.iadv-bd ul li .box{opacity: 0}

	.iadv-bd ul li.active,.iadv-bd ul li:hover{width:64%;}
	.iadv-bd ul li.active .box,.iadv-bd ul li:hover .box{opacity: 1}
}
@media(max-width: 576px){
	.iadv-bd ul li{height: 400px;}
	.iadv-bd ul li .box{padding:0 5%;}
	.iadv-bd ul li .box i{font-size: 35px}
	.iadv-bd ul li .box b{font-size: 20px;margin:0;}
	.iadv-bd ul li .box .t2{font-size: 14px;line-height: 26px;}
	.iadv-bd ul li .box a{margin-top: 30px;}
	.iadv-bd ul li.active .box, .iadv-bd ul li:hover .box{width:80%;left:10%;height: 90%;top:5%;}
}

/*icase*/
.icase{overflow: hidden;}
.icase-hd{padding:15px 0;}
.icase-bd{overflow: hidden;padding:10px;}
.icase-bd a{display: block;position: relative;transition: all .5s}
.icase-bd a .img{border-radius: 3px;}
.icase-bd a .txt{padding:30px;position: absolute;bottom:0;left:0;width:100%;transition: all .5s;display: flex;flex-direction: row;align-items: center;}
.icase-bd a .txt p{color:#fff;position: relative;padding-bottom: 15px;font-size: 18px;}
.icase-bd a .txt p:after{content:'';width:55px;height: 3px;background: #fff;left:0;bottom:0;position: absolute;transition: all .5s}
.icase-bd a:hover{box-shadow: 0 0 10px #333}
.icase-bd a:hover .txt{width:100%;height: 100%;top:0;background: rgba(0,0,0,.7);justify-content: center;}
.icase-bd a:hover .txt p:after{left:50%;transform: translateX(-50%);}
.icase-bd .btnn{display: flex;flex-direction: row;justify-content: center;align-items: center;width:100%;margin-top: 45px;}
.icase-bd .btnn .next i,.icase-bd .btnn .prev i{font-size: 20px;color:var(--zhu-color);transition: all .5s}
.icase-bd .btnn .pagination{width:150px;display: flex;flex-direction: row;justify-content: center}
.icase-bd .btnn .pagination .swiper-pagination-bullet-active{background: var(--zhu-color)}
.icase-bd .btnn .next:hover i,.icase-bd .btnn .prev:hover i{font-weight: bold;}
@media(max-width: 576px){
	.icase-bd{padding:0 30px;}
	.icase-bd a .txt{padding:15px;}
	.icase-bd a .txt p{font-size: 14px;}
	.icase-bd .btnn{margin-top: 25px}
}

/*iad*/
.iad{background: url('../images/iad-bg.jpg') center no-repeat;padding:60px 0;margin-top: 15px;overflow: hidden;background-size: cover;}
.iad .container-fluid{display: flex;flex-direction: column;align-items: center;color:#fff;text-align: center;}
.iad .t1{font-size: 30px;font-weight: bold;}
.iad .t2{font-size: 14px;padding:15px 0 25px;line-height: 2}
.iad .btnn{display:flex;flex-direction: row;justify-content: center;}
.iad .btnn a{width:160px;height: 48px;border:solid 1px #fff;line-height: 48px;text-align: center;color:#fff;font-size: 14px;border-radius: 2px;margin:0 15px;display: flex;flex-direction: row;justify-content: center;transition: all .5s}
.iad .btnn a i{font-size: 16px;margin-left: 10px;}
.iad .btnn a:hover{background: var(--pei-color);border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-color:var(--pei-color);}
@media(max-width: 992px){
	.iad{margin-top: 30px;}
}
@media(max-width: 576px){
	.iad .t1{font-size: 24px;}
	.iad .btnn a{width:130px;margin:0 8px;height: 40px;line-height: 40px;}
}




/* 动画代码 */
@keyframes ltToRt {
  from {left:0px;}
  to {left:80px;}
}


/*footer*/
.footer{background: #373737;overflow: hidden;}
.f-hd{padding:60px 0 15px;display: flex;flex-direction: row;justify-content: space-between;}
.f-left{width:385px;}
.f-left li{padding:15px 0;display: flex;flex-direction: row;justify-content: space-between;}
.f-left li span{width:44px;height: 44px;border:solid 1px #838383;border-radius: 50%;display:block;text-align: center;line-height: 44px;}
.f-left li span i{color:#fff;font-size: 20px;}
.f-left li .txt{width:calc(100% - 60px);}
.f-left li .txt .t1{color:#949191;}
.f-left li .txt .t2{color:#fff;font-weight: bold;font-size: 18px;}
.f-mid{width:calc(100% - 750px);padding:30px;display: flex;flex-direction: row;justify-content: space-between;}
.f-mid .item .t1{color:#fefefe;font-size: 17px;margin:15px 0;font-weight: bold;}
.f-mid .item ul{display: flex;flex-direction: column;}
.f-mid .item ul a{color:#b7b3b3;padding:4px 0;transition: all .5s;display: block}
.f-mid .item ul a:hover{color:#fff;}
.f-right{width:270px;display: flex;flex-direction: row;justify-content: space-between;}
.f-right li{width:48%;padding:30px 10px;}
.f-right li p{padding:15px 0;color:#b7b3b3;text-align: center;}

.f-bd{border-top:solid 1px #504e4e;padding:25px 0;}
.f-bd p{color:#999999;}
.f-bd p a{color:#999999;}
.f-bd p a:hover{color:#fff;}
@media(max-width: 1400px){
	.f-left{width:300px;}
	.f-right{width:250px;}
	.f-mid{width:calc(100% - 600px);}
}
@media(max-width: 1200px){
	.f-right{display: none;}
	.f-mid{width:calc(100% - 400px);}
}
@media(max-width: 992px){
	.f-left{width:calc(100% - 300px);}
	.f-right{display: flex;width:270px;}
	.f-mid{display: none;}
}
@media(max-width: 768px){
	.footer{margin-bottom: 50px;}
	.f-right{display: none;}
	.f-left{width:100%;}
}


/*l-banner*/
.l-banner{width:100%;height: 470px;overflow: hidden;color:#555;display: flex;flex-direction: column;justify-content: center;z-index: 1;;background: url(../images/l-banner.jpg) top center no-repeat;background-attachment: fixed;padding-top:30px}
.l-banner .wrap{padding:0 15px;}
.l-banner .t1{font-size: 42px;font-weight: bold;line-height: 1}
.l-banner .t2{font-size: 18px;margin:25px 0;line-height: 1.5}
.l-banner span{width:55px;height: 3px;background: #fff;display:block;}


@media(max-width: 576px){
	.l-banner{height: 280px; }
	.l-banner .t1{font-size: 24px;}
	.l-banner .t2{font-size: 14px;}

}
/*position*/
.position{border-bottom: solid 1px #f3f2f2;padding-top: 5px;overflow: hidden;}

.p-left{width:50%;float: left;overflow: hidden;}
.p-left a{height: 70px;line-height: 70px;display: block;float: left;margin-right: 30px;color:#333;font-size: 16px;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);}
.p-left a:hover:after,.p-left a.on:after{width:100%;}
.p-right{width:50%;float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;height: 70px;}
.p-right i{color:var(--zhu-color);font-size:30px;margin-right: 10px;}
.p-right p{color:#666666;}
.p-right p a{color:#666666;display: inline-block;}
.p-right p a:hover{color:var(--zhu-color);}
.pinfo-position .p-right{justify-content: flex-start;width:100%;}
@media(max-width: 1400px){
	.p-right{height: 50px;}
}
@media(max-width: 992px){
	.position .container-fluid{display: flex;flex-direction: column-reverse;}
	.p-left{width:100%;}
	.p-right{width:100%;justify-content: flex-start;}
	.pinfo-position .p-right{display:flex;}
}
@media(max-width: 576px){
	.p-left a{height: 40px;line-height: 40px;font-size: 14px;margin-right: 15px;}
	.p-right i{font-size: 16px;}
	.p-right p{font-size: 12px;}
	.pinfo-position .p-right{display:flex;}
}

.l-title{margin:30px 0;text-align: center;position: relative;}
.l-title .hd{font-size: 72px;position: absolute;color:#333;opacity: 0.04;font-family: Impact;text-transform: uppercase;top:0;left:50%;transform: translateX(-50%);width:100%;}
.l-title .md{text-align: center;font-size: 36px;color:#333333;padding-top: 25px;font-weight: bold;}
.l-title .md b{color:var(--zhu-color);font-weight:bold;}
.l-title .bd{color:#333;text-transform: uppercase;font-size: 18px;opacity: 0.66}
@media(max-width: 768px){
	.l-title .hd{font-size: 65px}
}
@media(max-width: 576px){
	.l-title{margin:15px 0;}
	.l-title .hd{display: none;}
	.l-title .md{font-size: 30px;padding-top: 0}
	.l-title .bd{font-size: 14px}
}

/*com-part1*/
.com-part1{padding:60px 0;overflow: hidden;width:100%;}
.com-part1-hd{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;padding:0 15px;}
.com-part1-hd .left{overflow: hidden;width:calc(100% - 530px);}
.com-part1-hd .left .t1{overflow: hidden;font-size: 36px;font-family: Impact;background-image: linear-gradient(to right,var(--zhu-color), var(--pei-color),var(--zhu-color)); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;text-transform: uppercase;font-weight: bold;
}

 .com-part1-hd .left .t2{color:var(--pei-color);font-family: Arial;font-size:18px;text-transform: uppercase;}
 .com-part1-hd .left .t3{font-size: 16px;line-height: 36px;color:#333;margin-top: 30px;-webkit-line-clamp:6;}
 .com-part1-hd .right{width:500px;position: relative;}
 .com-part1-hd .right .box{width:calc(100% - 44px);height: calc(100% - 44px);border:solid 1px #fff;position: absolute;top:22px;left:22px;border-top-right-radius:50px;border-bottom-left-radius: 50px;overflow: hidden;z-index: 1}
  .com-part1-hd .right .pic{width:100%;height: 100%;border-top-right-radius:50px;border-bottom-left-radius: 50px;overflow: hidden;}
  .com-part1-hd .right .pic img{object-fit: cover;width:100%;height: 100%;}
  .com-part1-hd .more{float: right;margin:30px 30px 15px;}
  /*.com-part1-hd .more1{width:150px;display: flex;flex-direction: row;justify-content: space-between;margin:30px 30px 15px;float: right;}
  .com-part1-hd .more1 span,.com-part1-hd .more1 i{height: 40px;line-height: 40px;display: block;background: var(--zhu-color);color: #fff;text-align: center;transition: all .5s}
	.com-part1-hd .more1 span{width:107px;font-size: 16px;}
	.com-part1-hd .more1 i{width:40px;font-size: 24px;}
	.com-part1-hd .more1:hover span{border-radius: 10px;}
	.com-part1-hd .more1:hover i{border-radius: 50%;}*/
 	.com-part1-bd{background:#fafafa;display: flex;flex-direction: row;height: 220px;margin-top: 60px;}
 	.com-part1-bd li{display: flex;flex-direction: column;align-items: center;justify-content: center;width:25%;border-right:solid 1px #e9e9e9;}
   .com-part1-bd li:last-child{border-right:none;}
 .com-part1-bd li i{display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 60px;line-height: 1}
  .com-part1-bd li .t1 b{font-size: 45px;font-weight: bold;color:var(--zhu-color);}
  .com-part1-bd li .t1 span{font-size: 16px;margin-left: 5px}
  .com-part1-bd li .t2{font-size: 16px;color:#999999;}

@media(max-width: 1600px){
	.com-part1-hd .left{width:calc(100% - 730px);}
	.com-part1-hd .right{width:700px;}
}
@media(max-width: 1400px){
	.com-part1-hd .left{width:calc(100% - 630px);}
	.com-part1-hd .right{width:600px;}
}
@media(max-width: 1200px){
	.com-part1-hd .left{width:calc(100% - 530px);}
	.com-part1-hd .right{width:500px;}
}
@media(max-width: 992px){
	.com-part1-hd{flex-direction: column;}
	.com-part1-hd .left{width:100%}
	.com-part1-hd .right{width:100%;}
	.com-part1-bd{margin-top: 45px;}
	.com-part1-bd li i{font-size: 50px}
	.com-part1-bd li .t1 b{font-size: 40px;}
}
@media(max-width: 768px){
	.com-part1-bd{height: 160px}
	.com-part1-bd li i{font-size: 40px}
	.com-part1-bd li .t1 b{font-size: 30px;}
	.com-part1-bd li .t2{font-size: 14px}
}
@media(max-width: 576px){

	.com-part1{padding:30px 0;}
	.com-part1-hd .left .t1{font-size:30px;}
	.com-part1-hd .left .t2{font-size:16px;}
	.com-part1-hd .left .t3{font-size: 14px;line-height: 26px}
	.com-part1-hd .right .box{width:calc(100% - 22px);height: calc(100% - 22px);top:11px;left:11px;}
	.com-part1-bd{flex-wrap: wrap;height: 315px;margin-top: 30px}
	.com-part1-bd li{width:50%;height: 150px;margin-bottom: 15px}
	.com-part1-bd li:nth-child(2){border-right:none;}
}

/*com-part2*/
.com-part2{background: url(../images/com-part2-bg.jpg) center no-repeat;height: 700px;width:100%;background-attachment: fixed;padding:30px 0;}
.com-part2 .l-title .hd{color:#fff;opacity: 0.1}
.com-part2 .l-title .md{color:#fff;}
.com-part2 .l-title .md b{color:#fff;}
.com-part2 .l-title .bd{color:#fff;}
.com-part2-bd{overflow: hidden;padding:60px 15px;}
.com-part2-bd .swiper-slide{border-radius: 20px;position: relative;padding:45px 100px;text-align: center;cursor: pointer;overflow: hidden;transition: all .5s;}
.com-part2-bd .swiper-slide .bg{position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(255,255,255,.7);z-index: 0}
.com-part2-bd .swiper-slide:before{content:'';top:12px;left: 12px;width:calc(100% - 24px);height: calc(100% - 24px);border:solid 1px #ccc;position: absolute;z-index: 2;border-radius: 20px;}

.com-part2-bd .swiper-slide i{width:80px;height: 80px;border-radius:50%;background: var(--zhu-color);color:#fff;font-size: 40px;text-align: center;line-height: 80px;display: block;margin:0 auto;position: relative;z-index: 2}
/*.com-part2-bd .swiper-slide:nth-child(1) i{font-size: 65px}
.com-part2-bd .swiper-slide:nth-child(3) i{font-size: 65px}*/
.com-part2-bd .swiper-slide .t1{text-align: center;font-size: 26px;font-weight:bold;padding:10px 0;position: relative;z-index: 2}
.com-part2-bd .swiper-slide .t2{text-align: center;font-size: 15px;line-height: 26px;height: 90px;position: relative;z-index: 2;opacity: 0.7}
.com-part2-bd .swiper-slide.on{color:#fff; }
.com-part2-bd .swiper-slide.on .bg{background:linear-gradient(to right bottom,var(--zhu-color), var(--pei-color));opacity: 0.7}
@media(max-width: 1600px){
	.com-part2-bd .swiper-slide{padding:45px 50px;}
}
@media(max-width: 992px){
	.com-part2{height: auto}
	.com-part2-bd .swiper-slide{padding:45px 30px;}
	.com-part2-bd .swiper-slide i{font-size: 40px;width:60px;height: 60px;;line-height: 60px;}
	.com-part2-bd .swiper-slide:nth-child(1) i{font-size: 55px}
	.com-part2-bd .swiper-slide:nth-child(3) i{font-size: 55px}
	.com-part2-bd .swiper-slide .t1{font-size: 24px;}
	.com-part2-bd .swiper-slide .t2{font-size: 14px;}
}
@media(max-width: 576px){
	.com-part2-bd{padding:30px;}
	.com-part2-bd .swiper-slide{border-radius: 30px}
	.com-part2-bd .swiper-slide:before{border-radius: 30px}
}

/*com-part3*/
.com-part3-bd{overflow: hidden;width:100%;padding:30px 15px 30px;}
.com-part3-bd .swiper-slide{background: #f2f2f2;}
.com-part3-bd .swiper-slide a{display: block;width:100%;padding:13px;overflow: hidden;border-radius: 3px;transition: all .5s;}
.com-part3-bd .swiper-slide a .hd{overflow: hidden;position: relative;width:100%;}
.com-part3-bd .swiper-slide a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background: var(--zhu-color);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.com-part3-bd .swiper-slide a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;}
.com-part3-bd .swiper-slide a .hd .zhezhao .box i{font-size: 50px;}
.com-part3-bd .swiper-slide a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;}
.com-part3-bd .swiper-slide a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#333;margin-top: 10px;transition: all .5s}
.com-part3-bd .swiper-slide a.on{box-shadow: 0 0 10px #ccc;}
.com-part3-bd .swiper-slide a.on .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: .7}
.com-part3-bd .swiper-slide a.on .bd{letter-spacing: 1px}
.com-part3-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part3-bd .pagination .swiper-pagination-bullet{border-radius: 0;width:20px;height: 3px;transition: all .5s}
.com-part3-bd .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:30px;}
@media(max-width: 576px){
	.com-part3{padding-top: 15px;}
	.com-part3-bd{padding:15px 23px 45px;}
}

/*com-part4*/
.com-part4{background: url(../images/company_honor.jpg) center bottom no-repeat;padding:30px 0;background-attachment: fixed;margin:30px 0 0px}
.com-part4 .l-title .hd{color:#fff;}
.com-part4 .l-title .md{color:#fff;}
/*.com-part4 .l-title .md b{color:var(--pei-color);}*/
.com-part4 .l-title .bd{color:#eee;}
.com-part4-bd{overflow: hidden;width:100%;padding:30px 15px 45px;}
.com-part4-bd .swiper-slide{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.com-part4-bd .swiper-slide a{display: block;width:100%;padding:13px;overflow: hidden;transition: all .5s;position:relative;}
.com-part4-bd .swiper-slide a .hd{overflow: hidden;position: relative;width:100%;}
.com-part4-bd .swiper-slide a .bd{text-align: center;font-size: 16px;line-height: 30px;color:#fff;margin-top: 10px;transition: all .5s;position: absolute;bottom:0;left:0;padding:0 10px;background: rgba(0,0,0,.7);text-align: center;width:100%;display: flex;height: 40px;flex-direction: column;align-items: center;justify-content: center;}
.com-part4-bd .swiper-slide a .bd i{font-size: 40px;display: none;margin-bottom: 15px}
.com-part4-bd .swiper-slide a.on{box-shadow: 0 0 10px #ccc;}
.com-part4-bd .swiper-slide a.on .bd{letter-spacing: 1px;height: 100%;}
.com-part4-bd .swiper-slide a.on .bd i{display: block;}
.com-part4-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part4-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part4-bd .pagination .swiper-pagination-bullet{border-radius: 0;width:20px;height: 3px;transition: all .5s}
.com-part4-bd .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:30px;}

@media(max-width: 576px){
	.com-part4{padding-top: 15px;}
	.com-part4-bd{padding:15px 23px 45px;}
}

/*single*/
.single{background: #f0f0f0;padding:30px 0;overflow: hidden;}
.single .box{line-height: 260%;font-size: 110%;background: #fff;padding:45px;background: #fff;border-radius: 5px}

/*proSection*/
.proSection{overflow: hidden;margin-bottom:30px;}
.proSection .box{background: #f4f6f8;padding:15px 25px 30px;overflow: hidden;border-radius: 5px;}
.proSection-hd{display: flex;flex-direction: row;justify-content: space-between;padding:15px 0;}
.proSection-hd .btnn{width:300px;display: flex;flex-direction: row;justify-content: space-between;}
.proSection-hd .t1{width:calc(100% - 300px);position: relative;font-size: 22px;padding-bottom:15px;}
.proSection-hd .t1:after{content:'';position: absolute;left:0;bottom:0;width:35px;height: 2px;background: var(--zhu-color)}
.proSection-hd .btnn a{width:130px;height: 45px;border-radius: 3px;display: flex;color:#fff;background: var(--pei-color);text-align: center;flex-direction: row;justify-content: center;transition: all .5s;line-height: 45px;}
.proSection-hd .btnn a.on{background: var(--zhu-color);}
.proSection-hd .btnn a i{margin-right: 5px;font-size: 20px;}
.proSection-md{margin:15px 0;color:#999;line-height: 24px}
.proSection-type{padding:15px 0;}
.proSection-type a{padding:5px 10px;border:solid 1px #ccc;color:#777;margin-right: 10px;transition: all .5s;display: inline-block;margin-bottom: 10px;}
.proSection-type a:hover{border-color:var(--zhu-color);color:var(--zhu-color);}
.proSection-bd{overflow: hidden;margin-top: 30px;}
.proSection-bd .swiper-slide .hd{padding:8px;border:solid 1px #dfdfdf;transition: all .5s}
.proSection-bd .swiper-slide .img{padding-bottom: 71.5%}
.proSection-bd .swiper-slide .img img{transform: scale(1.05,1.05);transition: all .5s}
.proSection-bd .swiper-slide p{height: 56px;line-height: 56px;padding:0 15px;background: #fff;color:#333;transition: all .5s}
.proSection-bd .swiper-slide:hover .hd{border-color:var(--zhu-color);}
.proSection-bd .swiper-slide:hover .img img{transform: scale(1,1);}
.proSection-bd .swiper-slide:hover p{color: var(--zhu-color);}
@media(max-width: 768px){
	.proSection-hd{flex-direction: column;}
	.proSection-hd .t1{width:100%;}
	.proSection-hd .btnn{margin-top: 25px;}
}
@media(max-width: 576px){

	.proSection .box{padding:15px 15px 25px;}
	.proSection-hd{padding-top: 0}
	.proSection-hd .btnn{width:100%;}
	.proSection-hd .btnn a{width:120px;height: 36px;line-height: 36px}
	.proSection-bd{padding:0 30px;}
	.proSection-bd .swiper-slide p{height: 40px;line-height: 40px;padding:0 10px;}
	.proSection-type a{margin-right:5px;margin-bottom: 5px;}
}

/*prolist*/
.prolist{overflow: hidden;width:100%;}

.prolist-right{width:100%;float: right;}
.prolist-right .item{margin-bottom: 30px;display: block;padding:8px;border:solid 1px #eeeddf;position: relative;}
.prolist-right .item .img{padding-bottom: 71.5%}
.prolist-right .item .img img{transform: scale(1.05,1.05);transition: all .5s}
.prolist-right .item p{height: 55px;background: #f5f5f5;line-height: 55px;font-size: 16px;text-align: center;padding:0 15px;transition: all .5s;color:#333;}
.prolist-right .item:hover .img img{transform: scale(1,1);}
.prolist-right .item:hover p{background: var(--zhu-color);color:#fff;}
@media(max-width: 1400px){
	.prolist-left .sidebar{width:100%;}
}
@media(max-width: 1200px){
	.prolist .wrapp{padding:0;}
	.prolist-left{display: none}
	.prolist-right{width:100%;min-height: auto;}
}
@media(max-width: 576px){
	.prolist-right .row>div{padding-left: 3px;padding-right: 3px;}
	.prolist-right .item{margin-bottom: 15px;}
	.prolist-right .item p{padding:0px 5px;font-size: 14px;height: 40px;line-height: 40px;}
}

/*proinfo-part1*/
.proinfo-part1{margin-top:30px;}
/*g_focus*/
.g_focus{ overflow: hidden; margin-bottom: 30px; }
.g_focus .info{ overflow: hidden; }
.g_focus .info b{ font-size: 24px; color: #333333; line-height: 1.3; display: block; margin-bottom: 10px }
.g_focus .info .brief{ padding-left: 20px; border-left: 2px solid var(--zhu-color); font-size: 18px; color: var(--zhu-color); margin-bottom: 5px;line-height: 1.2 }
.g_focus .info p{ font-size: 14px; color: #999999; overflow: hidden;margin-bottom: 12px;line-height: 1.8; }
.g_focus .info p.clamp{-webkit-line-clamp:2;}
.g_focus .info .order-btn{ float: left; line-height: 1; padding:12px 80px; background: var(--zhu-color); border-radius: 3px; font-size: 16px; color: #ffffff; transition: all .3s; }
.g_focus .info .order-btn:hover{ transition: all .3s; background: var(--pei-color); }
.g_focus .info .tel{ float: left; margin-left: 40px; overflow: hidden; position: relative; top:5px; }
.g_focus .info .tel span{ float: left; margin-right: 12px;  color: var(--zhu-color); font-size: 26px; }
.g_focus .info .tel div{ float: left; /*width: 50%;*/ }
.g_focus .info .tel i{ font-size: 14px; display: block; line-height: 1; color: #666666; font-style: normal; }
.g_focus .info .tel b{ font-size: 24px; color: var(--zhu-color); line-height: 1; margin: 6px 0 0; }
#g_xgcp{ overflow: hidden;  margin:20px 0; padding-right: 2px}
#g_xgcp a{ display: block; width: 100%; overflow: hidden; padding-bottom: 71.5%; position: relative; border:1px solid #e1e0e0;transition: all .5s }
#g_xgcp a img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s;}
#g_xgcp a b{ display: block; background: rgba(23,77,183,.7); width: 100%; box-sizing: border-box; padding:0 15px; line-height: 46px; text-align: center; font-size: 16px; color: #ffffff; line-height: 46px; position: absolute; left:0; bottom:0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#g_xgcp a:hover{border-color:var(--zhu-color);}
#g_xgcp a:hover img{  transform: scale(1.05); }
#gfocus{ width: 100%;  border:1px solid #f1f1f1;overflow:hidden;position: relative; }
#gfocus img, #glist img{ width: 100%; height: 100%; object-fit: cover; }
 #gfocus .btnn{position: absolute;z-index: 1;width:96%;top: 50%;transform: translateY(-50%);left:2%;}
#gfocus .button-next, #gfocus .button-prev{ background-image: none; width: 36px; height: 36px; position: absolute; z-index: 1}
#gfocus .button-next span, #gfocus .button-prev span{ font-size: 36px; line-height: 1; color: var(--zhu-color); cursor: pointer;}
#gfocus .button-next{right:0;}
#gfocus .button-prev{left:0;}
#glist .swiper-slide{ overflow: hidden; height: 190px; }
#glist .swiper-slide img{ width: 100%; height: 100%; transition: all .3s; }
#glist .swiper-slide:hover img{ transition: all .3s; transform: scale(1.05); }
.info_nav{ background-color: #f1f1f1; overflow: hidden; }
.info_nav b{ font-size: 18px; color: #333333; display: inline-block; line-height: 1; padding:20px 70px; font-weight: normal; cursor: pointer;}
.info_nav b a{ font-size: 18px; color: #333333; }
.info_nav b:nth-of-type(1){  background: var(--zhu-color); color: #fff; }
.info_nav b:hover{ background: var(--zhu-color); color: #fff; }
.info_nav b:hover a{ color: #fff; }
.g_info .txt{ }
.g_info .txt .content{padding:30px 5px;line-height: 260%;font-size: 110%;overflow:hidden;}
.g_info .txt .content .gParm{padding:15px;background: #f0f0f0;border-radius: 5px;margin-bottom: 30px;}
.g_info .txt .content .gParm li{width:100%;display: flex;flex-direction: row;margin: 8px 0;line-height: 1.6;}
.g_info .txt .content .gParm li span{color:var(--zhu-color);font-size: 16px;font-weight: bold;min-width: 60px}
.g_info .txt .content .gParm li p{color:#999;font-size: 16px;line-height: 1.6;}
.g_info .txt img{ max-width: 100%; }
.g_info .txt p{ font-size: 16px; line-height: 32px; /*margin-bottom: 12px;*/ }
.g_info .txt b{ font-size: 20px; color: #333; border-left: 4px solid var(--zhu-color); padding-left: 16px; }
.g_info .txt em{ color: #fff; background: var(--zhu-color); padding:2px 5px; border-radius: 3px; margin-right: 5px; }
.pro-sider{ padding:15px; background: #f1f1f1; width: 100%; box-sizing: border-box; margin-bottom: 30px;}
.pro-sider b{ font-size: 20px; display: inline-block; padding-left: 10px; border-left: 4px solid var(--zhu-color); margin-bottom: 20px; }
.pro-sider > div{ background: #fff; padding:20px; }
.pro-type a{ display: block; width: 100%; box-sizing: border-box; padding-left: 15px; font-size: 16px; color: #333; height: 46px; line-height: 46px; background: #f1f1f1; transition: all .3s; }
.pro-type a + a{ margin-top: 12px; }
.pro-type a:hover{ background: var(--zhu-color); color: #fff; transition: all .3s; padding-left: 20px; }
#g_param{ width: 80%; margin:0 auto; }
#g_param li{ overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }
#g_param li u, #g_param li span{ text-decoration: none; display: block; width: 50%; margin-right: 1px; background: var(--zhu-color); font-size: 18px; color: #fff; text-align: center; line-height: 54px; }
#g_param li u + u, #g_param li span + span{ margin-right: 0; margin-left: 1px; }
#g_param li:nth-child(odd) span{ background: var(--zhu-color); opacity: .8; }
#g_param li:nth-child(even) span{ background: var(--zhu-color); opacity: .6; }
@media only screen and (max-width: 1400px){
  .g_focus .info .order-btn{ padding:16px 100px; }
}
@media only screen and (max-width: 1200px){
  .g_focus .info .order-btn{ padding:16px 50px; }
  .info_nav b{padding:20px 40px;}
}
@media only screen and (max-width: 992px){
	.g_focus .info{margin-top: 30px}
  .pro-sider{ display: none; }
}
@media only screen and (max-width: 768px){
  #g_param{ width: 100%; }
  .info_nav b{ padding:15px 30px; }
}
@media only screen and (max-width: 576px){
  .info_nav b{ padding:15px 18px; font-size: 14px;  }
  .info_nav b a{ font-size: 14px;  }
  .g_focus .info{margin-top: 0}
  .g_focus .info .tel{ margin-left: 0; top:0; width: 100%; }
  .g_focus .info .order-btn{ padding:8px 15px; margin:0 0 20px; }
  .g_focus .info b{ font-size: 20px; line-height: 2; margin:15px 0; }
  .g_info .txt{padding:15px 0;}
  .g_info .txt .content{padding:15px 0;font-size: 100%}
  #gfocus .button-next span, #gfocus .button-prev span{display: none;}
  .g_info .txt .content .gParm li span{font-size: 14px;}
  .g_info .txt .content .gParm li p{font-size: 14px;}
}
/* g_news */
.g_news{ overflow: hidden; padding:40px 0; }
.g_news .hd{ width: 100%; margin-bottom: 36px; }
.g_news .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 32px; color: #333333;line-height: 0.9;height: 32px }
.g_news .hd p{ margin-bottom: 0; font-size: 14px; color: var(--pei-color); display: inline-block; float: right; line-height: 32px; }
.g_news .hd p span{ font-size: 28px; color: var(--pei-color); margin-left: 20px; position: relative; top: 5px; }
.g_news .bd{ overflow: hidden; width: 100%; }
.g_news .bd li{ width: 50%; float: left; padding-right: 15px; box-sizing: border-box; }
.g_news .bd li:nth-child(2n+0){ padding-right: 0; padding-left: 15px; }
.g_news .bd li a{ position: relative; padding-left: 20px; display: block; height: 50px; line-height: 50px; border-bottom: 1px solid #eaeaea; }
.g_news .bd li a::before{ content: ""; display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid var(--zhu-color); position: absolute; left:0; top:50%; margin-top: -6px; transition: all .3s; }
.g_news .bd li a b{ width:calc(100% - 128px); float: left; font-size: 16px; color: #333333; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.g_news .bd li a small{ width: 108px; display: inline-block; float: right; font-size: 14px; color: #999; }
.g_news .bd li a small span{ font-size: 14px; color: #999; margin-right: 8px; }
.g_news .bd li a:hover::before{ transition: all .3s; left: 5px; }
.g_news .bd li a:hover b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 768px){
  .g_news{ padding:30px 0; }
  .g_news .bd li{ width: 100%; padding-right: 0; }
  .g_news .bd li:nth-child(2n+0){ padding-left: 0; }
}
@media only screen and (max-width: 576px){
  .g_news{ padding:20px 0px; }
  .g_news .hd{ margin-bottom: 12px; }
  .g_news .hd b{ font-size: 24px; }
  .g_news .hd p{ display: none; }
  .g_news .bd li a small{display: none;}
  .g_news .bd li a b{width:100%;font-size: 14px}
}

/*sidebar*/
.sidebar{width:100%;}
.s-hd{padding:15px 20px;color: #f2f2f2;background: #ff9000}
.s-hd b{font-size: 40px;text-transform: uppercase;}
.s-hd p{font-size: 24px;margin: -10px 0 10px 0}
.s-hd span{width:53px;height: .10px;background: #f2f2f2;display: block;float: left;}
.s-md .btn-link:hover{text-decoration:none;}
.s-md .btn-link.focus, .s-md .btn-link:focus{text-decoration:none;border:none;}
.s-md .btn.focus, .s-md .btn:focus{box-shadow: none;}
.s-md .card{border:none;}
.s-md .card-body{padding:1.25rem 0;}
.s-md .yiji{background: #f0f0f6;padding:2px;margin-bottom: 0!important;}
.s-md .yiji button{font-size: 18px;color: #333333;border:none;width:50px;text-align:right!important;}
.s-md .yiji a{color: #333333;width:calc(100% - 50px);display: inline-block;padding:0 10px;font-size:16px;}
.s-md .yiji i{color: #b4bcc2;font-size: 16px}
.s-md .yiji button:hover i{color: var(--zhu-color);}
.s-md .yiji a:hover{color:var(--zhu-color);}
.s-md .erji li{padding:5px 10px;}
.s-md .erji li p{padding:5px 10px;font-size:14px;color: #333333;transition: all .5s}
.s-md .erji li i{color: #333333;}
.s-md .erji li:hover p{color: var(--zhu-color);text-indent: 5px}
.s-md .erji li:hover i{color: var(--zhu-color);}
.s-bd{background: #f0f0f6;padding:20px;}
.s-bd .hd i{color: var(--zhu-color);font-size: 42px;}
.s-bd .hd .txt{padding:8px 0;margin-left: 10px}
.s-bd .hd .txt .t2{font-size:16px }
.s-bd .bd{line-height: 26px;overflow:hidden;}
.s-bd .bd li span{display: inline-block;width:58px;float: left;}
.s-bd .bd li p{width:calc(100% - 60px);float:right;}
@media(max-width: 1200px){
	.s-hd b{font-size: 36px}
}



/*no-goods*/
.no-goods,.no-network{padding:100px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}

/*边框*/
.bk{position: absolute;top:0;left:0;width:100%;height: 100%;z-index: 1}
.bk-width,.bk-height{position: relative;width:100%;height: 100%}
.bk-height{top:-100%;left:0;}
.bk-width:before,.bk-width:after,.bk-height:before,.bk-height:after{content:'';background: var(--zhu-color);position: absolute;}
.bk-width:before,.bk-width:after{width:0%;height: 1px;transition: all .8s}
.bk-height:before,.bk-height:after{width:1px;height: 0%;transition: all .8s}
.bk-width:before{top:0;left:0;}
.bk-width:after{bottom:0;right:0;}
.bk-height:before{top:0;right:0;}
.bk-height:after{bottom:0;left:0;}
.bk:hover .bk-width:before,.bk:hover .bk-width:after{width:100%;}
.bk:hover  .bk-height:before,.bk:hover .bk-height:after{height:100%;}

/* contact_msg */
#contact_msg{ background: url(../images/contact_msg_bg.jpg); overflow: hidden; padding:45px 0 15px; }
#contact_msg .hd{ width: 100%; margin-bottom: 36px; }
#contact_msg .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 32px; color: #333333;line-height: 0.9;height: 32px }
#contact_msg .hd p{ margin-bottom: 0; font-size: 14px; color: var(--pei-color); display: inline-block; float: right; }
#contact_msg .hd p span{ font-size: 28px; color: var(--pei-color); margin-left: 20px;position: relative; top: 5px; }
#contact_msg .bd{ overflow: hidden; margin:0 0 30px; }
#contact_msg .bd .form_item{ margin-bottom: 15px; background: #fff; height: 46px; border:1px solid #eee; }
#contact_msg .bd .form_item label{ line-height: 46px; font-size: 16px; color: #666; width: 10%; text-align: center; float: left; }
#contact_msg .bd .form_item input{ width: 90%; float: left; height: 100% }
#contact_msg .bd .form_box{ overflow: hidden; margin-bottom: 15px; background: #fff; height: 100px; border:1px solid #eee; }
#contact_msg .bd .form_box label{ display: block; text-align: left; box-sizing: border-box; padding-left: 17px; line-height: 46px; font-size: 16px; color: #666;  }
#contact_msg .bd .form_box textarea{ width: 100%; height: 100%; padding:5px 17px; font-size: 14px; color: #333;border:none; }
#contact_msg .bd .form_item1 label{ width: auto; padding:0 17px; }
#contact_msg .bd .form_item1 img{ height: 34px; float: left; margin-top: 6px; }
#contact_msg .bd .form_item1 input{ width:calc(100% - 200px); float:right; box-sizing: border-box; padding-left: 5px; }
#contact_msg .bd .submit{ display: block; width: 100%; padding:15px 0; line-height: 1; font-size: 16px; color: #fff; background: var(--zhu-color); text-align: center; border-radius: 5px;display: block; }
#contact_msg .bd .submit:hover{ background: var(--pei-color); transition: all .3s; }
@media only screen and (max-width: 992px){
  #contact_msg{ padding:30px 0; }
  /*#contact_msg .bd .form_item:last-child input{ width:66%; }*/
}
@media only screen and (max-width: 576px){
  #contact_msg{ padding:20px 0; }
  #contact_msg .hd{ margin-bottom: 0; }
  #contact_msg .hd b{ font-size: 24px; }
  #contact_msg .hd p{ display: none; }
  #contact_msg .bd{ padding:20px 10px 0; }
  #contact_msg .bd .form_item:last-child input{ width: 30%; }
  #contact_msg .bd .form_item label{width:60px;}
  #contact_msg .bd .form_item1 label{width:90px;}
  #contact_msg .bd .form_box{height: auto}
}

/*proinfo-part3*/
.proinfo-part3{background:url('../images/company_case_bg.png') center 30px no-repeat #f9f9f9;padding-bottom: 30px}
.proinfo-part3-bd{position: relative;}
.proinfo-part3-bd .swiper-slide{transition: all .5s;margin-top: 15px;margin-bottom: 30px;box-shadow: 0 0 10px #666;}
.proinfo-part3-bd 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:20px 10px;text-align: center;position: relative;}
.proinfo-part3-bd p:after{content:'';position: absolute;bottom:0;left:0;height: 3px;background: var(--zhu-color);width:0;transition: all .5s;}
.proinfo-part3-bd .swiper-slide.on a .img .zhezhao{width:100%;height: 100%;opacity: 1;}
.proinfo-part3-bd .swiper-slide.on a p:after{width:100%;}
.proinfo-part3-bd .next,.proinfo-part3-bd .prev{width:60px;height: 60px;background: rgba(0,0,0,0.5);text-align: center;line-height: 60px;border-radius: 50%;transition: all .5s;position: absolute;top:30%;z-index: 1;}
.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{color:rgba(255,255,255,0.5);font-size: 30px;transition: all .5s}
.proinfo-part3-bd .next{left:0;}
.proinfo-part3-bd .prev{right:0;}
.proinfo-part3-bd .next:hover,.proinfo-part3-bd .prev:hover{background: rgba(255,255,255,.5);}
.proinfo-part3-bd .next:hover i,.proinfo-part3-bd .prev:hover i{color: var(--zhu-color);}
@media(max-width: 576px){
	.proinfo-part3-bd{padding:15px 30px 0;}
	.proinfo-part3-bd p{padding:10px;}
	.proinfo-part3-bd .next, .proinfo-part3-bd .prev{width:34px;height: 34px;line-height: 34px;top:35%;display: none;}
	.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{font-size: 20px;}
}

/* product_type_search */
.product_type_search{ overflow: hidden; text-align: center; padding:28px 0;width:100%; }
.product_type_search > b{ display: block; font-size: 36px; color: #333333; font-weight: normal; line-height: 1;  }
.product_type_search form{ position: relative; margin:18px auto; display: inline-block; width: 34%; border:1px solid #e5e5e5; border-radius: 40px; padding:5px; }
.product_type_search form input{ width: 100%; height: 33px; box-sizing: border-box; padding-left:18px; font-size: 14px; color: #999999; }
.product_type_search form button{ position: absolute; right: 6px; top: 6px; display: inline-block; width: 33px; height: 33px; background:var(--zhu-color); border-radius: 50%; text-align: center;border:none;padding:0; }
.product_type_search form button span{ font-size: 16px; color: #fff; line-height: 33px; }
.product_type_search > hr{ display: block; height: 11px; background: url(../images/hr2.png) no-repeat center;border:none;  }
.product_type_search > .type{ line-height: 36px; overflow: hidden; margin-top: 10px; }
.product_type_search > .type > b{ font-size: 16px; color: #333333; margin-left: 20px; }
.product_type_search > .type > b a{  font-size: 16px; color: #333333; transition: all .3s; display: inline-block; }
.product_type_search > .type span >  a{ font-size: 16px; color: #666666; transition: all .3s; }
.product_type_search > .type span > a + a{ margin-left: 20px; }
.product_type_search > .type a:hover{ transition: all .3s; color: #e60113; }
@media only screen and (max-width: 992px){
  .product_type_search > .type span{ display: none; }
  .product_type_search > .type b:nth-of-type(1){ display: none; }
  .product_list .type > a{ font-size: 14px; }
  .product_list .type > a
}
@media only screen and (max-width: 768px){
  .product_type_search{ padding:0 0 20px; }
  .product_type_search > b{ font-size: 24px; }
  .product_type_search form{ width: 50%; }
  .product_type_search > .type > b a{ font-weight: normal; }
  .product_type_search > hr{ margin-bottom: 10px; }
}
@media only screen and (max-width: 576px){
  .product_type_search > b{ font-size: 20px; }
  .product_type_search form{ width: 85%; }
  .product_type_search > .type{ padding:0 15px; }
  .product_type_search > .type > b a{ font-size: 14px; }
}

/*newslist*/
.newslist{padding: 30px 0;overflow: hidden;background: #f2f3f4}
.newslist .item{border-radius: 5px;width:100%;overflow: hidden;background: #fff;padding:30px;display: block;margin-bottom: 30px;position: relative;}
.newslist .item:after{content:'';position: absolute;bottom:0;left:0;width:0;height: 2px;background: var(--zhu-color);transition: all .5s}
.newslist .item .img{padding-bottom: 55%;}
.newslist .item .img img{transition: all .5s}
.newslist .item .t1{color:#666;transition: all .5s;display: flex;flex-direction: row;justify-content: space-between;}
.newslist .item .t2{color:#333;font-size: 20px;font-weight: bold;margin:10px 0 20px;transition: all .5s}
.newslist .item .t3{display: flex;flex-direction: row;width:100%;justify-content: space-between;margin-top: 15px;transition: all .5s;align-items: center;}
.newslist .item .t3 span{color:#333;transition: all .5s}
.newslist .item .t3 .icon{width:32px;height: 32px;text-align: center;line-height: 22px;border-radius: 50%;background: #9a9a9a;padding:5px;transition: all .5s;position: relative;float: right;transition: all .5s}
.newslist .item .t3 .icon i{color:#fff;animation:ltToRt 1s linear 0s infinite normal;position: absolute;font-size:18px;transition: all .5s}
.newslist .item .t4{color:#999;margin:15px 0;-webkit-line-clamp:2;line-height: 1.8}
.newslist .item:hover:after{width:100%;}
.newslist .item:hover .img img{transform: scale(1.05,1.05);}
.newslist .item:hover .t2{color:var(--zhu-color);}
.newslist .item:hover .t3 span{color:var(--zhu-color);}
.newslist .item:hover .t3 .icon{background:var(--zhu-color);color:#fff;}
@media(max-width: 576px){
	.newslist .item{padding:15px 10px;}
	.newslist .item .t2{font-size: 18px;}
	.newslist .item .t3{margin-top: 15px;}
}

/*newsinfo*/
.newsinfo{background:#f2f3f4;padding:30px 0;}
.newsinfo .box{background:#fff;border-radius: 3px;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: 30px;color:#666;line-height: 2;transition: all .5s}
.newsinfo .newsPage .btnn:hover{background: var(--zhu-color);}
.newsinfo .newsPage .btnn:hover i{color:#fff;}
.newsinfo .newsPage>div{width:calc(calc(100% - 70px)/2);color:#666;border-radius: 5px;padding:0 15px;background: #eee;line-height: 60px;}
.newsinfo .newsPage .page-a{text-align: left;}
.newsinfo .newsPage .page-a:nth-child(3){text-align: right;}
.newsinfo .newsPage>div a{color:#666;transition: all .5s}
.newsinfo .newsPage>div a:hover{color:#222;}
@media(max-width: 992px){
	.newsinfo .newsPage{flex-direction: column;}
	.newsinfo .newsPage .btnn{display: none;}
	.newsinfo .newsPage>div{line-height: 40px;}
	.newsinfo .newsPage .page-a{width:100%;margin-bottom: 10px;}
	.newsinfo .newsPage .page-a:nth-child(3){text-align: left;}

}
@media(max-width: 576px){
	.newsinfo .box{padding:30px 15px;}
	.newsinfo .t1{font-size: 22px;}
	.newsinfo .t2{font-size: 14px;padding:15px 0 30px;}
	.newsinfo .newsPage>div{line-height: 20px;padding:10px;}
}

/*contact*/
.contact-box{background:url(../images/contact-bg.jpg) center bottom no-repeat #f6f5f5;padding: 45px 0 180px;}
.contact-box .container-fluid{display: flex;flex-direction: row;}
.contact-left{background:#fff;padding:20px 40px 40px;display: flex;flex-direction: column;width:50%;}
.contact-left .t1{font-size:26px;color: var(--zhu-color);font-weight: bold;margin: 20px 0;}
.contact-left .t2{color:#999;font-size: 16px;margin:5px 0;}
.contact-left .t2 i{font-size: 20px;float: left;line-height: 1.3;margin-right: 10px}
.contact-left .ewm{display: flex;flex-direction: row;}
.contact-left .ewm li{width:125px;margin-right: 30px}
.contact-left .ewm li img{width:100%;border:solid 1px #eee;}
.contact-left .ewm li .t3{text-align: center;padding:10px 0;}
.contact-right{width:50%;background: #e7ebec;padding:15px 25px 40px;}
.contact-left .ewm .txt{}
.contact-left .ewm .txt .t4{font-size: 20px;font-weight: bold;margin:5px 0;}
.contact-left .ewm .txt .t5{color:#999;}
.contact-left .ewm .txt .t6{color:#666;margin-top: 5px}
.contact-right .t1{font-size: 24px;color:var(--zhu-color);font-weight: bold;margin:20px 0 40px;}
.contact-right .message{display: flex;flex-direction: row;justify-content: space-between;width:100%;flex-wrap:wrap;}
.contact-right .message .input-text{width:48%;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;margin-bottom: 20px;}
.contact-right .message .area{width:100%;padding:15px 20px;background-color: #fff;border-radius: 5px;font-size: 16px;color: #999999;height: 130px;border:none;margin-bottom: 20px;}
.contact-right .message .yanzheng{display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.contact-right .message .yanzheng img{width:163px;height: 50px}
.contact-right .message .yanzheng .code{width:163px;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;}
.contact-right .message .yanzheng .submit{width:calc(100% - 350px);background-color:var(--zhu-color);border-radius: 5px;padding:16px 0px;font-size: 16px;color: #fff;transition: all .5s;text-align: center}
.contact-right .message .yanzheng .submit:hover{background-color: var(--pei-color);}
#dituContent{height: 760px;}
@media(max-width: 1200px){
	.contact-left{width:40%;padding:20px 15px;}
	.contact-right{width:60%;}
}
@media(max-width: 992px){
	.contact-left .ewm li{width:40%;margin-right: 0}
}
@media(max-width: 880px){
	.contact-box .container-fluid{flex-direction: column;}
	.contact-left{width:100%;}
	.contact-right{width:100%;}
	.contact-left .ewm li{width:145px;justify-content: flex-start;margin-right: 30px}

}
@media(max-width: 576px){
	.contact-box{padding:10px 0;}
	.contact-left{padding:0 15px 20px;}
	.contact-left .t1{font-size: 20px;}
	.contact-left .t2{font-size: 14px;}
	.contact-left .t2 i{line-height: 1.2}
	.contact-right{padding:10px;}
	.contact-right .message .input-text{width:100%;}
	.contact-right .message .yanzheng{flex-wrap:wrap;}
	.contact-right .message .yanzheng img{width:48%;}
	.contact-right .message .yanzheng .code{width:48%;}
	.contact-right .message .yanzheng .submit{width:100%;margin-top: 15px;}
	#dituContent{height: 400px;}
	/*.contact-left .ewm{flex-direction: column;}*/
	.contact-left .ewm li{width:100px;margin-right: 15px;}
	.contact-left .ewm .txt .t4{font-size: 18px;}
	.social-share .social-share-icon{width:28px;height: 28px;line-height: 28px;}
	.contact-right .t1{margin:20px 0;}
	.contact-right .message .input-text{padding:10px 15px;margin-bottom: 10px}
	.contact-right .message .area{margin-bottom: 10px}
	.contact-right .message .yanzheng .submit{padding:10px 0;}
	.contact-right .message .yanzheng .code{padding:10px 15px;}
}

/*厂区环境*/
.environment .item{background: #f2f2f2;transition: all .5s}
.environment .item a{display: block;width:100%;padding:7px 7px 0;overflow: hidden;border-radius: 3px;transition: all .5s;}
.environment .item a .hd{overflow: hidden;position: relative;width:100%;}
.environment .item a .hd .img img{transform: scale(1.05,1.05);transition: all .5s}
.environment .item a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background:var(--zhu-color);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.environment .item a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;position: relative;}
.environment .item a .hd .zhezhao .box i{font-size: 50px;line-height: 1}
.environment .item a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;background: none;}
.environment .item a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#333;margin-top: 10px;transition: all .5s}
.environment .item:hover{box-shadow: 0 0 10px #ccc;}
.environment .item:hover a .img img{transform: scale(1,1);}
.environment .item:hover a .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: .7}
.environment .item:hover a .bd{letter-spacing: 1px}
@media(max-width: 576px){
	.environment .item a{padding:0;}
	.environment .item a .bd{font-size: 14px;}
}

/*资质荣誉*/
.honor{overflow: hidden;}
.honor .item{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.honor .item a{display: block;width:100%;transition: all .5s;position:relative;}
.honor .item a .hd{overflow: hidden;position: relative;width:100%;}
.honor .item a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#fff;transition: all .5s;position: absolute;bottom:-15px;left:-15px;padding:0 10px;background: rgba(0,0,0,.7);text-align: center;width:calc(100% + 30px);display: flex;height: 50px;flex-direction: column;align-items: center;}
.honor .item a .bd i{font-size: 40px;display: none;}
.honor .item .item:hover{box-shadow: 0 0 10px #ccc;}
.honor .item:hover a .bd{letter-spacing: 1px;height:calc(100% + 30px);justify-content: center;}
.honor .item:hover a .bd i{display: block;}

/*job*/
.jobs-list{margin-bottom: 30px;}
  .jobs-list li{width:100%;margin-top: 30px;}
  .jobs-list a{display:block;width:100%;background:#fff;box-shadow:0px 1px 7.09px 0.91px rgba(125,125,125,0.5);border-radius:5px;padding:1% 0 3% 0}
  .jobs-list a .son{width:95%;overflow:hidden;margin:0 auto;}
  .jobs-list a .t1{padding:2% 0;border-bottom:1px solid #eee}
  .jobs-list a .t1 .t1l{float:left;font-size:20px;font-weight:bold;color:#333;}
  .jobs-list a .t1 .t1r{float:right;color:#666;text-decoration:underline;font-size:14px;padding-left:38px;line-height:25px;}
  .jobs-list a .t1 .t1r i{font-size: 24px;color: var(--zhu-color);margin-right: 15px;}
  .jobs-list a .son .con{margin-top:2.5%;height:250px;overflow-y:scroll;line-height: 2.6}
  .jobs-list a .son .con p{color:#666;padding:3px 0;font-size:14px;line-height:1.6;text-indent:0!important;}
  .jobs-list a .son .con::-webkit-scrollbar{width:3px;height:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-track{box-shadow:inset 0 0 3px transparent;background:#f8f8f8;border-radius:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-thumb{border-radius:3px;background:#bbb;}
  .jobs-list a .t1 .t1r:hover{color:#333;}
  


/*应聘表单*/
.fu-job{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);left:0;top:0;display:none;z-index:10000;}
  .fu-job .job-son{width:100%;height:100%;display:flex;align-items:center;}
  #jobform{background:#fff;padding:40px 30px 30px 30px;width:500px;margin:0 auto;position: relative;}
  #jobform .jobclose{position:absolute;right:0px;top:0;background:var(--zhu-color);color:#fff;display:inline-block;padding:2px 10px;font-size:14px;cursor:pointer;}
  #jobform .faqline{padding:6px 0;border-bottom:0px solid #eee;}
  #jobform .faqline .faqtit{width:20%;height:36px;line-height:36px;float:left;background:#fff;text-align:left;font-size:15px;border-radius:2px;}
  #jobform .faqline .input{text-indent:8px;width:80%;outline:none;height:36px;box-sizing:border-box;border:1px solid #ddd;float:left}
  #jobform textarea{width:80%;outline:none;height:100px;box-sizing:border-box;border:1px solid #ddd;float:left;;border-radius:2px;padding:10px 8px}
  #jobform .input:focus{border-color:#1d7df5;}
  #jobform textarea:focus{border-color:#1d7df5;}
  /*#jobform input:hover{border-color:#c0121b;}
  */
  /*#jobform textarea:hover{border-color:#c0121b;}
  */
  #jobform .faqline .input1{width:120px;float:left;}
  #jobform .code img{display:block;float:left;height:36px;margin-left:0px;}
  #jobform .code .tip{display:block;float:left;color:red;font-size:14px;}
  #jobform .submit{width:100px;height:38px;background:var(--pei-color);color:#fff;display:inline-block;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;cursor:pointer;text-align: center;line-height: 38px;}
  #jobform .submit:hover{background:var(--zhu-color);}
@media(max-width: 576px){

  #jobform .faqline .faqtit{font-size: 14px;width:25%;}
  #jobform .faqline .input{width:75%;}
  #jobform textarea{width:75%;}
  #jobform .code img{width:100px;margin-bottom:10px;}
    #jobform .faqline .input1{width:90px;}
    #jobform .submit{margin:0px auto;}
  }
}