h2.tit{
  font-size: 42px;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 20px;
  color: #5b5b5b;
 }
 h3.tit{
  font-size: 30px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #7b7a7a;
  font-weight: 500;
 }
.banner{
  width: 100%;
	height: 100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
 
}

.swiper-container .swiper-pagination {
	left: 30px;
	bottom: 80px;
	width: auto;
}

.swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.full {
	position: absolute;
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  background-position:  center center;
  background-size: contain;


}

.full img {
	width: 100%;
}
.rolldown
{
  position: absolute;
   bottom: 60px;
   width: 19px;
   height: 106px;
    z-index: 2;
   left: calc(50% - 8.5px);
   cursor: pointer;


}
@-moz-keyframes myMove {
  0% {padding-top:20px;}
  100% {padding-top:30px;}
}
@-webkit-keyframes myMove {
  0% {padding-top:20px;}
  100% {padding-top:30px;}
}
@-o-keyframes myMove {
  0% {padding-top:20px;}
  100% {padding-top:30px;}
}
@keyframes myMove {
  0% {padding-top:20px;}
  100% {padding-top:30px;}
}
 
.rolldown img{
  -moz-animation: myMove 1s linear infinite alternate; 
  -webkit-animation: myMove 1s linear infinite alternate;
  -o-animation: myMove 1s linear infinite alternate;
  animation: myMove 1s linear infinite alternate;
 
}

.about {
   padding-bottom: 90px;
   
}
.about .imgs img{
  max-width: 100%;
}

.aboutbox{
  background:#edf5fa;
  padding-top: 50px;
  padding-left:5%;
  padding-right: 50px;
  height: 100%;
  position: relative;
}
.aboutbox .tit{
  
}
.aboutbox .tit img{
  max-width: 70%;
}
.aboutbox .txt{
  font-size: 18px;
  line-height: 1.2;
  color: #666;
}

.aboutbox .name{
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
    background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(41, 160, 137, 1)), to(rgba(4, 114, 181, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-top: 10px;
}

.aboutbox .name:after {
   content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  display: inline-block;
  bottom: -10px;
  left: 0;
  background: linear-gradient( 90deg,#29a189 55%,#0372b5 45%);
}

.aboutbox .mods{
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mods .mod{
  width: 25%;
  text-align: center;
  position: relative;
}

.mods .mod name {
 
  font-size: 30px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(41, 160, 137, 1)), to(rgba(4, 114, 181, 1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.mods .mod sup{
  font-size: 20px;
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(41, 160, 137, 1)), to(rgba(4, 114, 181, 1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 5px;
  line-height: 1;
   
}
.mods .mod sub{
  font-size:20px;
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(41, 160, 137, 1)), to(rgba(4, 114, 181, 1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 10px;
  line-height: 1;
   
}
.mods .mod p{
  font-size: 14px;;
  color: #666;
  text-align: center;
  margin-top: 5px;
}

.aboutbox .more{
  position:absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
} 
.aboutbox .more .icon{
  height: 34px;
  width: 34px;
  margin-right: 15px;
}
.aboutbox .more .icon img{
  width: 100%;
}
.product h2.tit{
  margin-top: 0;
}
.category
{
  margin-top: 50px;
}
.category .item{
  height: 230px;
  border: 1px solid #d7d7d7;
  text-align: center;
  padding-top: 35px;
  
}
.category .item.on{
  background: #2ba384;
}

.category .item .img {
  display: block;
  width: 182px;
  height:111px;
  margin: 0 auto;
  
  
}

.category .item .img icon{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #a8a8a8;
}



.category .item:hover{
  background-color: #2ba384;
}
.category .item:hover .img icon{
  background-color: #fff;
}
.category .item:hover .tit{
  color: #fff;
}
.category .item .tit{
  font-size: 18px;
  color: #484848;
  margin-top: 15px;
}

.category .item.on .img icon{
  background-color: #fff;
}
.category .item.on .tit{
  color: #fff;
}
.category .more .item{
  background-color: #b4b4b4;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .list{
  overflow: hidden;
}
.product .list li{
  float: left;
  width: 12.5%;
  height: 690px;
  position: relative;
}

.product .list .box{
  position: absolute;
  opacity: 0;
    visibility: hidden;
    bottom: 0;

    -webkit-transform: translateY(-100%, 0);
    -ms-transform: translateY(-100%, 0);
    transform: translateY(-100%, 0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
      

}

.product .list li.in{
  width: 50%
}
 
.product .list li.in .box{
   
  bottom: 0;
  opacity: 1;
  visibility:visible;
   
}



.product .list li:hover .box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.product .list .box .title{
  font-size: 24px;
  color:#fff;
  text-align: center;
  background: rgba(0,0,0,.5);
  height: 60px;
  line-height: 60px;
}
.product .list .box .ibox{
 
  background: rgba(24,148,120,.8);
  padding-top: 50px;
  padding-bottom: 60px;
}
.product .list .box .ibox .img{
  
  display: block;
  width: 182px;
  height:111px;
  margin: 0 auto;
  
}

.product .list .box .ibox .img icon{
   display: block;
   width: 100%;
   height: 100%;
   background-color: #fff;
}

.product .list .box .ibox .txt{
   font-size: 18px;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   color: #fff;
   padding: 20px 0px ;
   line-height: 1.5;
   margin-top: 25px;
   margin-left: 50px;
   margin-right: 50px;
   min-height: 180px;
   
}

.product .list .viewmore
{
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom:70px;
  width: 100%;
}
.product .list li.in .viewmore
{
  opacity:0;
  visibility: hidden;
}
.product .list .viewmore .more
{
   border:1px solid #fff;
   border-radius: 10px;
   width: 145px;
   height: 35px;
   line-height: 35px;
   margin: 0 auto;
   margin-top: 15px;
   
}

.brand{
  background: url(../images/bannerbg.jpg) top center no-repeat;
  padding: 200px 0;
  background-size: cover;
}
.brand .wrap{
  width: 96%;
  margin: 0 auto;
}
.brand h3{
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  margin-top: 128px;
}
.brand h3 p{
  margin: 0;
  padding: 0;
}

.brand .more{
  font-size: 36px;
  position: absolute;
  left:0;
  color: #fff;
  bottom:15%;
  line-height: 0;
}

.brand .more:after {
  content: "";
   
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  display: inline-block;
  margin-top: 20px;

 
}

.brand .col-xs-12:nth-child(n+4){
  margin-top: 30px;
}

.brand .img {
  display: block;
  width: 128px;
  height:128px;
  margin: 0 auto;
  background-color: #fff;
  
}
.brand .item-1 .img{
    -webkit-mask: url(../images/brand-1.png) no-repeat;
    mask: url(../images/brand-1.png) no-repeat;
}
.brand .item-2 .img{
  -webkit-mask: url(../images/brand-2.png) no-repeat;
  mask: url(../images/brand-2.png) no-repeat;
}
.brand .item-3 .img{
  -webkit-mask: url(../images/brand-3.png) no-repeat;
  mask: url(../images/brand-3.png) no-repeat;
}
.brand .item-4 .img{
  -webkit-mask: url(../images/brand-4.png) no-repeat;
  mask: url(../images/brand-4.png) no-repeat;
}
.brand .item-5 .img{
  -webkit-mask: url(../images/brand-5.png) no-repeat;
  mask: url(../images/brand-5.png) no-repeat;
}
.brand .item-6 .img{
  -webkit-mask: url(../images/brand-6.png) no-repeat;
  mask: url(../images/brand-6.png) no-repeat;
}

.brand .item:hover .img {
  background-color: #ccf88d;
}

.brand .tit{
  font-size: 18px;
  font-weight: 600;
  color:#fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.brand .txt{
  font-size: 16px;
  color: #fff;
}
html[lang=ru] .brand .item{
  max-height: 260px;
  overflow: hidden;
}
html[lang=ru] .brand .tit{
  min-height: 40px;
}
 

 .news{
   padding-bottom: 90px;
 }
 .new_tit{
   text-align: center;
   margin-bottom: 50px;
 }
 .new_tit a{
   font-size: 24px;
   position: relative;
   margin: 0px 5px;
 }

 .new_tit a.on{
   color: var(--SW-PAGE-ROOT-COLOR);
 }

 .new_tit a:after {
  content: "";
   position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  display: inline-block;
  margin-top: 30px;
  left: 0;
  

 
}

.news .imgs{
  position: relative;
  width: 100%;
}

.news .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.news .txt{
  
  background: #f0f0f0;
  padding: 45px 70px;
 
  
}
.news .txt h4{
   color: var(--SW-PAGE-ROOT-COLOR);
  font-size: 30px;
}
.news .txt p{
  font-size: 24px;
  color: #5c5c5c;
  margin: 0;
}
.news .lbox .time{
  position:absolute;
  top:0;
  left: 0;
  background: var(--SW-PAGE-ROOT-COLOR);
   width:60px;
   height: 60px;
   color: #fff;
   font-size: 14px;
   text-align: center;
}
.news .lbox .time span{
  display: block;
  font-size: 40px;
  text-align: center;
  line-height: 1;

}

.news .lbox .actrow{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 60px;
  background: var(--SW-PAGE-ROOT-COLOR);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

}

.news .lbox .actrow .iconfont {
  font-size: 22px;
}
 

.news .nlist .item:nth-child(even) {
  background: #f7f7f7;
}
.news .nlist .item{
  display: flex;
 padding: 25px 0;
  align-items: center;
   
}

.news .nlist .item:hover{
  background: var(--SW-PAGE-ROOT-COLOR);
  color: #fff;
}

.news .nlist .item:hover p{
   
  color: #fff;
}

.news .nlist .item .time{
  width: 125px;
  text-align: center;
  font-size: 24px;
}
.news .nlist .item .time span{
  display: block;
  font-size: 30px;
  font-weight: 600;
}
.news .nlist .item .de{
  flex: 1;
}
.news .nlist .item h5{
  font-size: 24px;
  line-height: 1;
}
.news .nlist .item p{
  margin: 0;
  margin-top: 5px;
  font-size: 22px;
  color: #ada3a3;
  line-height: 1;
}


@media (min-width: 992px)
{
 


}

@media (min-width: 1025px)
{
 

}

@media screen and (min-width: 1600px){


  .aboutbox .txt{
    
    line-height: 1.8;
  }
  .aboutbox .tit img{
    max-width: 100%;
  }

  .aboutbox .mods {
    margin-top: 70px;
    
}

  .aboutbox{
    background:#edf5fa;
    padding-top: 80px;
    padding-left:10%;
    padding-right: 50px;
    height: 100%;
    position: relative;
  }

  
.mods .mod name {
 
  font-size: 50px;
 

}
.mods .mod sup{
  font-size: 30px;
  top: 10px;
   
}
.mods .mod sub{
  font-size: 30px;
  top: 15px;
   
}
.aboutbox .more {
  
  bottom: 50px;
   
}
 .aboutbox .more .icon{
  height: 68px;
  width: 68px;
  margin-right: 15px;
}
.aboutbox .more .icon img{
  width: 100%;
}
  .news .txt{
  
    
    height: 180px;
    
  }

  .news .nlist .item{
    
    height: 157px;
    overflow: hidden;
  }

  .news .imgs  {
    height: 449px;
}
 


}

@media screen and (max-width: 1600px){
  .category .item {
    height: 155px;
    border: 1px solid #d7d7d7;
    text-align: center;
    padding-top: 35px;
}

  .category .item .img {
    display: block;
    width: 90px;
    height: 55px;
    margin: 0 auto;
}

.product .list li {
  float: left;
  width: 12.5%;
  height: 490px;
  position: relative;
}

.product .list .box .ibox .img {
  display: block;
  width: 90px;
  height: 55px;
  margin: 0 auto;
}

.news .imgs  {
  height: 332px;
}

   
 
}

@media screen and (max-width: 1440px)
{

   
  


}



@media screen and (max-width:1366px){
  
}
@media screen and (max-width:1250px){
  
  }
@media screen and (max-width:1024px){
  


  }


  @media screen and (max-width:768px){
    h2.tit {
      font-size: 36px;
      
  }

  .aboutbox {
     
    padding-top: 50px;
    padding-left:20px;
    padding-right: 20px;
     
    position: relative;
}

  .aboutbox .mods {
    flex-flow: row wrap;
    align-content: flex-start;
}
  .mods .mod {
    width: 50%;
    text-align: center;
    position: relative;
}

.aboutbox .more {
  position: relative;
  bottom: 20px;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.product .list li {
  float: none;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.product .list li.in {
  width: 100%;
}
.product .list .box {
  position: relative;
  opacity: 1;
  visibility:visible;
  height: 100%;
  -webkit-transform: translateY(-100%, 0);
  -ms-transform: translateY(-100%, 0);
  transform: translateY(-100%, 0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.product .list .viewmore {
  font-size: 18px;
  color: #fff;
  text-align: center;
  
  bottom: 10px;
  width: 100%;
  margin-top: 20px;
}
.product .list .viewmore .tit{
  display: none;
}
  .brand {
     
    padding: 90px 0;
     
}
.brand .row{
  margin-right: 0;
  margin-left: 0;
}
.brand  .item{
  margin-top: 30px;

}
.brand h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
   text-align: center;
   margin-top: 0;
}

.brand .more {
  font-size: 20px;
  position: relative;
   text-align: center;
   margin-top: 50px;
   bottom: auto;
   left: auto;
   display: block;
}
.brand .more:after {
  display: none;
}
  .new_tit a {
     margin-bottom: 10px;
     display: inline-block
}
    .news .txt {
      background: #f0f0f0;
      padding: 20px 20px;
  }

    .news .nlist .item .time {
      width: 150px;
      text-align: center;
      font-size: 18px;
  }
  .news .nlist .item .time span {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
   

  }
  
  @media screen and (max-width:740px){


  }
  
  @media screen and (max-width:640px){


  
  }
    
  @media screen and (max-width:540px){

  }

@media screen and (max-width: 480px){


}

@media screen and (max-width: 413px){
 
}

@media screen and (max-width: 375px){
 


}