#banner{
  width: 100%;
  height: 9.45rem;
}
.banner-fixed{
  position: absolute;
  top: 2.5rem;
  left: 1.5rem;
  z-index: 1;
  width: 7rem;
  color: #fff;
}
.banner-fixed h1{
  font-size: 0.6rem;
  margin-bottom: 0.6rem;
  font-family: 'BIZ-UDGothicB';
  font-weight: normal;
  line-height: 0.7rem;
}
.banner-fixed p{
  width: 90%;
  font-size: 0.23rem;
  line-height: 0.4rem;
  font-family: 'BIZ-UDGothicR';
}
#swiper-container.swiper-container{
	width: 100%;
  height: 100%;
}
#swiper-container.swiper-container .numbox{
  position: absolute;
  top: 50.5%;
  right: 2.25rem;
  color: #c7000a;
  font-size: 0.2rem;
  font-weight: bold;
  transition: .3s;
  transform: translate3d(0,0,0);
  z-index: 10;
}
#swiper-container.swiper-container-vertical>.numbox{
  transform: translate3d(0,-50.5%,0);
  font-family: 'Helvetica Light';
  font-weight: normal;
}
#swiper-container.swiper-container-vertical>.swiper-pagination-bullets{
  right: 1.34rem;
  transform: rotateY(180deg);  
}
#swiper-container .swiper-pagination .swiper-pagination-bullet{
  width: 0.18rem;
  height: 2px;
  margin: 0.05rem 0 0.45rem 0;
  border-radius: 0;
}
#swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  position: relative;
  width: 0.52rem;
  background: #c7000a;
}
#swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
  content: '.';
  font-size: 2px;
  display: block;
  position: absolute;
  right: -0.14rem;
  top: -0.1rem;
  color: #c7000a;
}
#products{
  width: 16rem;
  margin: 1.5rem auto;
  overflow: hidden;
}
#products li{
  position: relative;
  float: left;
  width: 4rem;
  height: 9.54rem;
  cursor: pointer;
}
#products li a{
  position: absolute;
  opacity: 1;
  width: 4rem;
  height: 9.54rem;
}
#products li:hover .hover-products img{
  opacity: 1;
}
#products li:hover .products-intro{
  background-color: #c7000a;
}
.one-step-products{
  background-image: url('../images/products-index1.png');
  background-size: 100% 100%;
}
.one-step-products .mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}
.two-step-products{
  background-image: url('../images/products-index2.png');
  background-size: 100% 100%;
}
.two-step-products .mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}
.three-step-products{
  background-image: url('../images/products-index3.png');
  background-size: 100% 100%;
}
.three-step-products .mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}
.four-step-products{
  background-image: url('../images/products-index4.png');
  background-size: 100% 100%;
}
.four-step-products .mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}
.hover-products{
  width: 100%;
  height: 5.04rem;
}
.hover-products img{
  opacity: 0;
  width: 100%;
  height: 5.04rem;
  transition: all 0.3s;
}
.products-intro{
  color: #fff;
  width: 100%;
  height: 4.5rem;
  padding-left: 0.45rem;
  padding-right: 0.4rem;
  transition: all 0.3s;
}
.one-step-products .products-intro{
  padding-right: 0.9rem;
}
.products-intro span{
  display: block;
  font-size: 0.3rem;
  padding: 0.6rem 0 0.9rem 0;
	font-family:'Helvetica Bold';
}
.products-intro h3{
  height: 0.65rem;
  font-size: 0.24rem;
  font-weight: normal;
	font-family:'BIZ-UDGothicR';
  font-weight: normal;
  line-height: 0.4rem;
}
.products-intro img{
  width: 0.46rem;
  height: 0.46rem;
  margin-top: 0.9rem;
}
#services{
  width: 100%;
  height: 10rem;
  background-image: url('../images/service-bg.png');
  background-size: 100% 100%;
}
.services-box {
  margin: 0 1.7rem 0 1.4rem;
  font-family: 'BIZ-UDGothicR';
}
.services-box h1{
  font-size: 0.9rem;
  padding-top: 1.3rem;
  margin: 0 auto;
  text-align: center;
  font-family: 'BIZ-UDGothicB';
  font-weight: normal;
}
.services-box p{
  font-size: 0.28rem;
  text-align: center;
  padding: 0.4rem 0 0.9rem 0;
  color: #333;
  font-family: 'BIZ-UDGothicR';
}
#service-intro {
  position: relative;
  margin-top: 1.5rem;
  height: 1.38rem;
  overflow: hidden;
}
.service-intro-bg{
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.service-intro-bg img{
  width: 1.38rem;
  height: 1.38rem;
  float: left;
  margin-right: 1.3rem;
}
.service-intro-txt{
  font-size: 0.24rem;
  margin-top: 0.35rem;
}
.service-intro-txt span{
  float: left;
  text-align: center;
	font-family:'BIZ-UDGothicB';
  line-height: 0.3rem;
}
.service-line{
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
.service-intro-plant {
  z-index: 2;
  position: absolute;
  width: 0.5rem;
  top: 30%;
  left: 0;
  transition: left 1s linear;
}
#service-intro.in .service-intro-plant {
  left: 96.5%;
  transition: left 4s linear;
  animation: scaleDraw 4s linear 1;
}
@keyframes scaleDraw {
  0%{
    transform: scale(0.25);
    opacity: 0.25;
  }
  25%{
    transform: scale(0.5);
    opacity: 0.5;
  }
  50%{
    transform: scale(0.75);
    opacity: 0.75;
  }
  75%{
    transform: scale(1);
    opacity: 1;
  }
}
#innovation{
  height: 17rem;
  overflow: hidden;
}
.innovation-step{
  position: relative;
}
.innovation-step .mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.common-innovation{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.common-innovation > h1{
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  padding: 1.3rem 0 0.8rem;
  font-family: 'BIZ-UDGothicB';    
  font-weight: normal;
  letter-spacing: 5px;
}
.innovation-num{
  z-index: 1;
  display: block;
  margin-left: 2.3rem;
  margin-top: 0.5rem;
  font-size: 3.1575rem;
  font-style: normal;
  color: #fff;
	font-family:'Helvetica Bold';
  font-weight: normal;
}
.innovation-box{
  margin-top: -2.3rem;
  float: right;
  background-color: rgba(199, 0, 10, 0.8);
  color: #fff;
  width: 15.6rem;
  height: 9.45rem;
}
.innovation-box h2{
  font-size: 0.46rem;
  padding: 1rem 0 0.5rem 4.85rem;
	font-family:'BIZ-UDGothicB';
  font-weight: normal;
}
.innovation-box > span{
  display: block;
  width: 7.5rem;
  font-size: 0.24rem;
  margin-left: 4.85rem;
  line-height: 0.36rem;
  letter-spacing: 0.3px;
	font-family:'BIZ-UDGothicR';
}
.innovation-all{
  position: relative;
  padding-top: 1.75rem;
  padding-left: 2rem;
  height: auto;
  overflow: hidden;
}
.innovation-all-top-line{
  border: 1px #fff solid;
  width: 5.8rem;
  position: absolute;
  top: 2.322rem;
  height: 1px;
  opacity: 0.2;
  left: 3.35rem;
}
.innovation-all li{
  position: relative;
  float: left;
}
.innovation-all-top{
  width: 1.15rem;
  height: 1.15rem;
  border: 1px #fff dashed;
  border-radius: 50%;
}
.arc_end{
  border-color: transparent #fff #fff #fff;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.select-small-step{
  position: absolute;
  top: 0.49rem;
  left: 0.49rem;
  width: 0.17rem;
  height: 0.17rem;
}
.unselect-small-step{
  position: absolute;
  top: 0.54rem;
  /* left: 1.03rem; */
  width: 0.09rem;
  height: 0.09rem;
}
.innovation-all-top i{
  position: absolute;
  top: -0.3rem;
  left: 0.34rem;
  font-size: 0.468rem;
  font-style: normal;
  font-family: 'BIZ-UDGothicB';
  font-weight: normal;
}
.innovation-all-txt{
  margin-top: 0.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'BIZ-UDGothicB';
  font-weight: normal;
}
.innovation-all-txt p{
  font-size: 0.22rem;
  text-align: center;
  margin: 0;
}
.innovation-all-txt span{
  display: block;
  margin: 0.2rem auto 0;
  width: 0.09rem;
  height: 0.09rem;
  background-color: #fff;
  border-radius: 50%;
}
/* innovation分页器 */
#innovation.swiper-container-horizontal>.swiper-pagination-bullets{
  width: 13.6rem;
  left: inherit;
  right: 0;
  bottom: 2rem;
  height: 4rem;
}
#innovation .swiper-pagination-bullet{
  float: left;
  height: 4rem;
  background: transparent;
}
#innovation .swiper-pagination-bullet:nth-child(1){
  width: 1.4rem;
  margin-right: 1.4rem;
}
#innovation .swiper-pagination-bullet:nth-child(2){
  width: 2.2rem;
  margin-right: 1.4rem;
}
#innovation .swiper-pagination-bullet:nth-child(3){
  width: 1.2rem;
}
.worldwide > h1{
  font-size: 0.9rem;
  padding-top: 1.3rem;
  margin: 0 auto;
  text-align: center;
  font-family: 'BIZ-UDGothicB';
  font-weight: normal;
}
.worldwide > p {
  font-size: 0.24rem;
  text-align: center;
  padding: 0.4rem 0 0 0;
  color: #454545;
	font-family:'BIZ-UDGothicR';
}
.worldwide > span{
  display: block;
  width: 0.3rem;
  height: 0.04rem;
  margin: 0.9rem auto 0;
  background: #c7000b;
}
.worldwide .wrapper{
  width: 100%;
  height: 9rem;
  margin: 0.17rem 0 1.7rem 0;
  background-image: url('../images/worldwide-bg.png');
  background-size: 100% 100%;
} 
.worldwide .swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  }
.worldwide .wrapper-left{
  width: 5.2rem;
  height: 9rem;
  margin-left: 1.5rem;
}
.left-box{
  margin-left: 0.7rem;
  width: 3.8rem;
}
.left-box li{
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.26rem;
  padding-top: 0.48rem;
  padding-bottom: 0.48rem;
  border-bottom: 2px rgba(255, 255, 255, 0.4) solid;
	font-family:'BIZ-UDGothicR';
  line-height: 0.4rem;
}
.left-box li:last-child{
  border-bottom: none;
}
.left-box li.active{
  padding-bottom: 0.55rem;
  padding-top: 1rem;
}
.left-box li.active h3{
  color: #fff;
  font-size: 0.4rem;
  margin-bottom: 0.35rem;
	font-family:'BIZ-UDGothicB';
  font-weight: normal;
  line-height: 0.55rem;
}
.left-box li.active span{
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.35rem;
	font-family:'BIZ-UDGothicR';
}


.left-box2{
  margin-left: 0.7rem;
  padding-top: 0.5rem;
  width: 3.8rem;
}
.left-box2 li{
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.26rem;
  padding-top: 0.56rem;
  padding-bottom: 0.38rem;
  border-bottom: 2px rgba(255, 255, 255, 0.4) solid;
	font-family:'BIZ-UDGothicR';
  line-height: 0.4rem;
}
.left-box2 li:last-child{
  border-bottom: none;
}
.left-box2 li.active{
  padding-top: 0.42rem;
  padding-bottom: 0.35rem;
}
.left-box2 li.active h3{
  color: #fff;
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
	font-family:'BIZ-UDGothicB';
  font-weight: normal;
}
.left-box2 li.active span{
  color: #fff;
  font-size: 0.22rem;
	font-family:'BIZ-UDGothicR';
  line-height: 0.3rem;
  letter-spacing: 1px;
}



#sustainable{
  width: 100%;
  height: 9.49rem;
  background-image: url('../images/sustainable-bg.jpg');
  background-size: 100% 100%;
}
#sustainable h1{
  width: 8rem;
  line-height: 0.86rem;
  text-align: center;
  font-size: 0.9rem;
  margin: 0 auto 0.55rem;
  padding-top: 1.9rem;
  color: #fff;
  font-family: 'BIZ-UDGothicB';
  font-weight: normal;
}
#sustainable span{
  display: block;
  width: 0.3rem;
  height: 0.04rem;
  margin: 0 auto;
  background: #fff;
}
#sustainable p{
  color: #fff;
  width: 11.6rem;
  font-size: 0.16rem;
  margin: 0 auto;
  padding: 1rem 0 1.5rem 0;
  text-align: center;
  line-height: 0.32rem;
	font-family:'BIZ-UDGothicR';
}
#news{
  width: 100%;
  background-image: url('../images/news-bg.jpg');
  background-size: 100% 100%;
}
#news .wrapper{
  width: 16.2rem;
  margin: 0 auto;
}
#news .wrapper h1{
  font-size: 0.9rem;
  line-height: 0.78rem;
  margin: 1.25rem 0 0.4rem 0;
  font-family: 'GalanoGrotesqueAltDEMO';
  font-weight: normal;
}
.newsList{
  clear: both;
  padding-top: 0.75rem;
  padding-bottom: 1.44rem;
  overflow: hidden;
}
.newsList li{
  width: 5.17rem;
  height: 7.1rem;
  float: left;
  margin-top: 0.6rem;
  margin-right: 0.3rem;
  transition-duration: 1s;
  background: rgba(255, 255, 255, 0.6);
}
.newsList li a{
  display: block;
  width: 5.17rem;
  height: 7.1rem;
}
.newsList li:hover{
  cursor: pointer;
  margin-top: 0;
  background: rgba(255, 255, 255, 1);
}
.newsList li:hover .news-info h2{
  color: #c7000b;
}
.newsList li:hover .news-info p,.newsList li:hover .news-info span{
  color: #000;
}
.newsList li:nth-child(3n){
  margin-right: 0;
}
.news-img{
  width: 100%;
  height: 3.3rem;
}
.news-info{
  padding-left: 0.4rem;
  padding-right: 0.55rem;
}
.news-info h2{
  color: #000;
  font-size: 0.24rem;
  padding: 0.55rem 0 0.35rem 0;
  font-family: 'BIZ-UDGothicB';
  font-weight: normal;
}
.news-info-p{
  color: #595959;
  font-size: 0.14rem;
  line-height: 0.21rem;
	font-family:'BIZ-UDGothicR';
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.news-info span{
  display: block;
  color: #595959;
  font-size: 0.16rem;
  line-height: 0.31rem;
  margin-top: 0.85rem;
	font-family:'BIZ-UDGothicR';
}