
@media screen and (min-width: 1500px) {
 
   .container{
     width: 1400px;
     padding: 0px;
     margin: 0px auto;
    
   }

   
 }

@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .container{
      width: 90%;
      padding: 0px;
      margin: 0px auto;
    
    }
    .aboutBox .list li .desc{ width: calc(50% - 1px);}
}


@media screen and (max-width: 1399px) {
    .container{
      width: 90%;
      padding: 0px;
      margin: 0px auto;
    
    }
    .storyLeft .desc h2 {font-size: 30px;}
.storyLeft .desc p{font-size: 14px;}
    .aboutBox .list li .desc{ width: calc(45% - 1px);}
    .newsLeft .desc p {
    font-size: 14px;
    margin-top: 0; 
    line-height: 20px;
}
.tit h2{font-size: 30px;}
.featuredLeft .desc p{font-size: 14px;}
.newsFeat ul li .desc .con{line-height:20px;}

.news .paginations{width: 60%;}
  .newsTitle{font-size:28px;}
  .news .paginations{width: 60%;}
  .paginationScoll .col{width:50px;}
 .paginationScoll .col em{width:50px;}
 
 .historyLeft span{font-size: 110px;}
 .historyRight .con h2 {
    font-size: 18px;
}
.historyRight .con p {
    font-size: 14px;
}
  
  .titMax h2{font-size: 30px; margin-bottom: 30px;}
  .careerList .list ul{height: 180px;}
  .careerList .list{height:230px;}
  
  
}


@media screen and (max-width: 1260px) {
    .jour ul li .desc{
      min-height: 160px;
      overflow: hidden;
  }
}





@media screen and (max-width: 1024px) {
    .top_r{

      width: .5rem;
      height: .5rem;
  }

}



@media screen and (max-width: 1000px) {
  header{
    height: 60px;
   
} 

.bannerOther{
  position: relative;
  z-index: 1;
  margin-top: 60px;

}
  .top_r{
    float: left;
    width: 25px;
    height: 35px;
    position: relative;
    top: 50%;
    margin-top: -10px;
    display: block;
}

  header .container .logo{
    width: calc(100% -  125px );
    height: 54px;
    position: relative;
    top: 0%;
    margin-top: 0px;
    display: inline-block;
    float: left;
    text-align: center;
    height: 100%;


}
header .container .logo img{
    height: 40px;width: auto;
    display: inline-block;
    position: relative;
    top: 50%;
    margin-top: -20px;
    margin-right: -30px;
 

}
.lang{
  margin-top: -12px;
  width: 100px;
  font-size: .3rem;
  text-align: right;
}
    
  .menu{
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0px;
    top: 60px;
    width: 80%;
    height: 100vh;
    background-color:rgb(0, 0, 0,.8);
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
  
  
    
  }
  
  .menuOpen .menu {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0%);
  
  }
  .menu ul{
    height: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
}
  .menu ul li{
    float: none;
    width: 100%;
    line-height:2;
    text-align: left;
    text-indent: 22px;
}
.menu ul li a{
  color: #ffffff;
  font-size: 1rem;
  line-height: 3;
}
.menu ul li:hover a{
    color: #ffffff;
}

.menu ul li.on a{
    color: #ffffff;
}

/*大图*/
.bannerHome{
  position: relative;
  z-index: 1;
  margin-top: 60px;

  
}

.bannerHome .swiper-slide{
  text-align: center;height: 100%;

}
.bannerHome .swiper-slide img{
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;  
}
.bannerHome .paginations{
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 5;
  text-align: left;
}
.bannerHome .swiper-pagination-bullet{
  width:50px;
  height:6px;
  transition:all linear .2s; 
  background:rgb(235, 235, 235,.3);
  position: relative;
  overflow: hidden;
  border-radius: 0;
  float: left;
}
.bannerHome .swiper-pagination-bullet-active{
  width:50px;
   height:6px;

}

.featuredLeft{
  float: right;
  width: 100%;

}
.featuredRight{
  float: right;
  width: 100%;

}

.featuredScoll{
  text-align: left;
}



.featuredScoll .col{
  display: block;
}

.introduction h2{
  font-size: 1rem;width: 100%;
}
.introduction p{
  font-size: .7rem;
  line-height: 1.8;
  margin-top: 15px;width: 100%;
}
.tit h2{
  font-size: 1.2rem;

}

.tit p{
  font-size: 1rem;
  line-height: 1.8;
}

.jour ul li{
  float: left;
  width: 100%;
  margin-right: 0%;
}
.jour ul li .desc{
  min-height: auto;
  padding-bottom: 15px;
}
.jour ul li .desc h2{

  font-size: .9rem;

  
}
.jour ul li .desc p{
  color: #ffffff;
  font-size: .7rem;
  width: 86%;
  margin: 0 auto;
  margin-top: 10px;
}


.storyLeft{
  float: left;
  width: 100%;
  margin-top: 55px;
}
.storyLeft .desc h2{
  font-size: 1.2rem;
}
.storyLeft .desc p{
  font-size: .7rem;
  margin-top: 15px;
}


.storyRight{
  float: right;
  width: 100%;
  margin-top: 55px;
}

.featuredLeft .desc h2{
  font-size: 1rem;
  margin-top: 15px;
}
.featuredLeft .desc p{
  font-size: .7rem;
  margin-top: 20px;
}



.newsFeat ul li{
  float: left;
  width: 100%;
  margin-right: 0%;
  margin-top: 35px;
}
.newsFeat ul li:nth-child(3n){
  margin-right: 0;
}

.newsFeat ul li .desc{
  min-height: 100px;
  overflow: hidden;
  border-bottom: 1px solid #E3E2E2 ;
  border-left: 1px solid #E3E2E2 ;
  border-right: 1px solid #E3E2E2 ;
  position: relative;
}

.newsFeat ul li .desc .con{
  font-size: .7rem;
  width: 86%;
  margin: 0 auto;
  margin-top: 20px;
}


.newsFeat ul li .img{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.newsFeat ul li .desc .more{
  top: auto;
  bottom: 0px;
  
}
.storyLeft a.more{
    display: inline-block;
    border: 1px solid #BBBBBB;
    font-size: .8rem;
    margin-top: 40px;
    border-radius: 35px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.featuredLeft a{
    display: inline-block;
    border: 1px solid #BBBBBB;
    font-size: .8rem;
    margin-top: 40px;
    border-radius: 35px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}



footer{
  height: auto;
  background-color: #ffffff;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  margin-top: 55px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .container .logo{
  width: 160px;
  height: 54px;
  position: relative;
  top: 0%;
  margin-top: 0px;

}


.footNav{
  float: left;
  height:auto;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.footNav ul{
  height:auto;
  display: inline-block;
  width: 100%;
  position: relative;
}
.footNav ul li{
  float: left;
  width: 20%;
  line-height:2;
}
.footNav ul li  a{
  font-size: .6rem;
}


.share{
  float: left;
  width: 100%;
  text-align: left;
  height: 100%;
}
.share  a{
  display: inline-block;
  position: relative;
  height: 35px;
  margin-top: 0;
  top: 0%;
  margin-left: 10px;
}
.share  a img{
  width: 15px;;
}

.copyright{
  font-size: .6rem;
  padding:  15px;
}


.historyLeft{
  display: none;
}
.historyRight{
  float: right;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.historyRight .list{
  border-left: 0px;
  width: 100%;
  margin-left: 0%;
  margin-top: 15px;

}

.historyRight .list li::after{
  display: none;
}
.historyRight  .list li .year{
  position: sticky;

}

.historyRight .list li.on .year{
  display: block;

}
.historyRight .box{
  width: 100%;
  float: right;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 20px;
}
.historyRight .img{
  float: left;
  width: 100%;
}
.historyRight .con{
  float: right;
  width: 100%;
  margin-right: 0%;
}
.historyRight .con h2{
  font-size: 1rem;
}

.historyRight .con p{
  font-size: .7rem;
  margin-top: 15px;
}

.aboutTab{
  text-align: center;
  border-bottom: 0px solid #BBBBBB;
  margin-top: 20px;
}
.aboutTab a{
  font-size: .7rem;
  position: relative;
  padding: 0 .2rem;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;

}


.aboutWlist .aboutLeft{
  float: left;
  width: 100%;
  }
  .aboutWlist .aboutRight{
      float: left;
      width: 100%;
  }
  .aboutWlist .aboutLeft .title h2{
      font-size: 1.2rem;
  }
  .aboutWlist .aboutLeft .title p{
      font-size: 1rem;
      margin-top: 10px;
  }
  
  
  .aboutWlist .aboutRight .title{
      font-size: .7rem;
      font-weight: bold;
  }
  
  .aboutWlist .aboutRight .desc{
      font-size: .7rem;
      margin-top: 10px;
     
  }





  .aboutBox .list li .img{
    float: left;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.aboutBox .list li .img  img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;  
    
}
.aboutBox .list li .desc{
    float: left;
    height: auto;
    width:100%;
    overflow: hidden;
    border-top: 0px solid #BBBBBB;
    border-bottom: 0px solid #BBBBBB;
    border-right: 0px solid #BBBBBB;
}

.aboutBox .list li .desc .title{
    font-size: 1rem;
}
.aboutBox .list li .desc .con{
    font-size: .6rem;
    margin-top: 20px;
}
.aboutBox .list li .desc .box{
    position: relative;
    top: 0%;
    transform:translateY(0%);
	-webkit-transform:translateY(0%);
    width: 100%;
    margin: 0 auto;
}


.solamet li{
  clear: both;
  margin-top: 40px;
  overflow: hidden;
}
.solamet ul li .img{
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
}

.solamet li .desc{
  width: 100%;
  float: right;
  height: auto;
  padding-bottom: 25px;
}

.solamet li .desc .title{
  font-size: 1rem;
  margin-top: 20px;
  color: #ffffff;
}
.solamet li .desc .con{
  font-size: .7rem;
  margin-top: 30px;

}

.contactList  li .img{
  float: left;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.contactList li .desc{
  float: right;
  height: auto;
  width:100%;
  overflow: hidden;
  background: #818181 ;
  padding-bottom: 25px;

}

.contactList li .desc .title{
  font-size: 1rem;
}
.contactList li .desc .con{
  font-size: .7rem;
  margin-top: 20px;
  color: #ffffff;

}

#data2{
  height: 400px;
  width: 100%;
  float: left;
  margin-top: 35px;
}


.datBox{
  float: right;
  width: 100%;
  height: auto;
  margin-top: 35px;
  position: relative;
}

.datBox .img{
  overflow: hidden;
  height: auto;
}
.datBox .img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;  
}
.datBox .desc{
  height: auto;
}
.datBox .desc p{
  margin-top: 20px;
  font-size: .7rem;
}
.ball{
  margin-top: 22px;
}

.bannerTea .title h2{
  margin-top: 25px;
  font-size: 1.3rem;
  color: #ffffff;
}
.bannerTea .title p{
  font-size: .7rem;
  color: #ffffff;
  margin-top:22px;
}

.awar .img{
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.awar .title{
  position: static;
  width: 100%;
  left: 0%;
  bottom: 20px;
  font-size: .7rem;
  color: #212121;
  text-align: left;
}

.awar .box{
  float: right;
  width: 100%;
}
.awar .box .list{
  height: auto;
}
.awar .box li{
  font-size: .7rem;
  margin-top: 18px;
}
.awar .box .img{
  width: 100%;
  overflow: hidden;
  height: auto;
  margin-top: 30px;

}

.list2018 li{
  margin-top: 40px;
  width: 100%;
}


.list2018 li .img{
  float: left;
  height: auto;
  width: 100%;

}

.list2018 li .desc{
  float: left;
  height: auto;
  width:100%;
  overflow: hidden;
  border-top: 0px solid #BBBBBB;
  border-right: 0px solid #BBBBBB;
  clear: both;
}
.list2018 li .desc .box{
  position: relative;
  top: 0%;
  transform:translateY(0%);
-webkit-transform:translateY(0%);
  width: 100%;
  margin: 0 auto;
}
.list2018 li .desc .con{
  font-size: .7rem;
  margin-top: 10px;
}


.list2018 li .con2{
  
  clear: both;width: 100%;
  height: auto;
  margin-top: 10px;
  float: left;
}

.list2018 li .con2 p{

  margin: 0 auto;
  font-size: .7rem;
  display: block;
  height: auto;
    width:auto;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
}

.solaLeft{
  float: left;
  width: 100%;
}

.solaLeft h2{
  font-size: 3rem;
  color: #FF0000;
}

.solaLeft p{
  font-size: 1rem;
  color: #FF0000;
}
.solaRight{
  float: right;
  width: 100%;
}
.solaRight li{
  font-size: .7rem;
  margin-top: 25px;
  padding-left: 22px;
  position: relative;
}



.career  .careerLeft{
  float: left;
  width: 100%;
}
.careerLeft .title{
  width:auto;
  margin: 30px  auto;
  margin-left: 30px;
  margin-right: 30px;
}
.careerLeft .title h2{
  font-size: 1rem;
}
.careerLeft .title p{
  font-size: .7rem;
  margin-top: 20px;
}
.career  .img{
  float: right;
  width: 100%;

}

.careerList .list{
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 22px;
  width: 100%;
  margin-top: 22px;   height:auto;
}

.careerList .title a{
  font-size: 1rem;
  font-weight: bold;
}
.careerList .date{
  font-size: .6rem;
}
.careerList .list ul{
  height: auto;
  overflow: hidden;
}




.careerTitle{

  font-size: 1.2rem;

}
.content .title{
  font-size: 1rem;
  font-weight: bold;
  margin: 22px 0;
}

.content ul li{
  list-style:disc inside;color:#101010;
  font-size: .7rem;
}


.fx{
  height: 50px;
  background: #818181;
}

.fx .back  a{
  font-size: .7rem;
  color: #ffffff;
}
.fx .shareNews{
  display: none;
}


.content{
  font-size: .7rem;
  margin-top: 45px;
}

.newsLeft{
  float: right;
  width: 100%;

}
.newsLeft .desc h2{
  font-size: 1.2rem;
}
.newsLeft .desc p{
  font-size: .7rem;
  margin-top: 20px;
}


.newsRight{
  float: left;
  width: 100%;

}



.newsList li .title a{
  font-size: 1rem;

}

.newsList li .date{
  font-size: .6rem;
  margin: 10px 0;

}
.newsList li .date  img{
  vertical-align: middle;
}

.newsList li .desc{
  font-size: .7rem;


}
.newsTitle{
  text-align: center;
  font-size: 1rem;
  font-weight: bolder;
  margin-top: 55px;
}
.news .paginations{
  position: absolute;
  top:185px;
  left: 10px;
  width: 100%;
  z-index: 5;
  text-align: left;
}

.news .swiper-pagination-bullet{
  width:30px;
  height:6px;
  transition:all linear .2s; 
  background:rgb(235, 235, 235,.5);
  position: relative;
  overflow: hidden;
  border-radius: 0;
  float: left;
}
.news .swiper-pagination-bullet-active{
  width:30px;
   height:6px;

}



.productLeft{
  float: left;
  width: 100%;
  margin-top: 10px;

}
.productLeft .desc h2{
  font-size: 1rem;
}
.productLeft .desc p{
  font-size: .7rem;
  margin-top: 20px;
}


.productRight{
  float: right;
  width: 100%;

}

.product .swiper-button-next{

  right: 0px;
 
}
.product .swiper-button-prev{

  left: 0px;
   
}



.titMax{
  margin-top: 25px;
}
.titMax h2{
  font-size: 1rem;

}

.titMax p{
  font-size: .7rem;
  line-height: 1.8;
  color: #ffffff;
  
}

.titMax.w7{
  width: 100%;
}


.paginationScoll .col em{
  height: 6px;
  background:rgb(255, 255, 255,0.5);

  display: inline-block;
  width: 20px;
  position: relative;
  top: -5px;
}
.paginationScollNews .col em{
  height: 6px;
  background:rgb(255, 255, 255,0.5);

  display: inline-block;
  width: 20px;
  position: relative;
  top: -5px;
}
.bannerTea .title p{
    
    width: 100%;
}

.bannerTea .title:after{
    background: #128370;
    height:5px;
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0px;
    content: '';
    
}



}