.ywk-Site-Map {
  overflow: hidden;
}

.ywk-Site-Map-title {
  font-size: 60px;
  color: #1e2d45;
  text-transform: uppercase;
  font-family: 'd-din-condensed-bold';
}

.ywk-Site-Map-list {
  margin: 40px 0;
  overflow: hidden;
}

.ywk-sitemap-nav-title {
  font-size: 30px;
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'd-din-condensed-bold';
  overflow: hidden;
}

.ywk-sitemap-nav-title a {
  color: #1e2d45;
  text-transform: uppercase;
}

.ywk-sitemap-nav-list {
  overflow: hidden;
  padding-top: 30px;
}

.ywk-sitemap-nav-item {
  overflow: hidden;
  float: left;
  width: 33%;
  margin-bottom: 40px;
}

.ywk-sitemap-nav-item strong {
  color: #737780;
  font-size: 16px;
  font-family: 'Montserrat-Bold';
}

.ywk-sitemap-nav-item strong a {
  color: #737780;
}

.ywk-sitemap-nav-item ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}

.ywk-sitemap-nav-item ul li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

.ywk-sitemap-nav-item ul li a {
  font-size: 14px;
  color: #737780;
}

.ywk-sitemap-nav-item ul li ul li {
  padding: 2px 0;
}

.ywk-sitemap-nav-item a:hover {
  color: #000;
  text-decoration: underline;
}
.ywk-content-customers-swiper .img img{
  max-width: 90%;
  max-height: 90%;
}
.map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/*  */
.footer-l{
  display: flex;
  align-items: center;
  max-width: 60%;
}
.footer-l .flogo{
  width: 60px;
  margin-right: 15px;
}
.footer-l .flogo img{
  width: 100%;
}
.footer-l .ftxt{
  color: #fff;
}
.footer-l .ftxt h2{
  margin: 0 0 5px 0;
  font-family: 'd-din-condensed-bold';
}
.footer-l .ftxt  p{
  margin: 0;
  color: #6c7178;
  font-size: 12px;
}
.ywk-nav-two-left li.cur::before{
	display: block;
	content: '';
	position: absolute;
	right: -30px;
	top: 20px;
	width: 50px;
	height: 3px;
	background: #f39700;
 }
 .ywk-nav-two-left li a i{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 10px;
 }
 
 .ywk-nav-two-left li i .cur{
  display: none;
 }
 .ywk-nav-two-left li.cur i .def{
  display: none;
 }
 .ywk-nav-two-left li.cur i .cur{
  display: block;
 }
 
 .ywk-roomcooling-item-swiper .img .img-center{
    bottom:5%;
    top: auto;
    width: 22% !important;
 }
 .ywk-roomcooling-item-swiper .img,.ywk-roomcooling-item-swiper,.ywk-roomcooling-item,.ywk-roomcooling-item-right{
  overflow: visible;
 }
 .peculiarity{
  background-color: #f6f6f6;
  padding: 6% 0 3% 0;
 }
 .title-center{
  text-align: center;
  font-family: 'd-din-condensed-bold';
  font-size: 30px;
  color: #1e2d45;
  text-transform: uppercase;
  padding-bottom: 25px;
 }
 .peculiarity ul{
  height: auto;
  overflow: hidden;
  padding: 2% 1% 0 1%;
 }
 .peculiarity ul li{
  cursor: pointer;
  padding: 30px 3%;
  box-sizing: border-box; 
  list-style: none;
  float: left;
  height: 220px;
  background-color: #fff;
  margin-left:3%;
  width: calc(94% / 3);
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all .4s ease;
 }
 .peculiarity ul li:nth-child(3N+1){
  margin-left: 0;
 }
 .peculiarity ul li h2{
  padding: 0;
  margin: 0;
  font-family: 'd-din-condensed-bold';
  font-size: 22px;
  color: #1e2d45;
  display: flex;
  line-height: 20px;
  text-transform: uppercase;
 }
 .peculiarity ul li h2 i{
   width: 35px;
   margin-right: 10px;
 }
 .peculiarity ul li h2 span{
  padding-top: 3px;
 }
 .peculiarity ul li  p{
  font-size: 14px;
 }
 .peculiarity ul li h2 i .cur{
  display: none;
 }
 .peculiarity ul li:hover {
  background-color: #003281;
 }
 .peculiarity ul li:hover h2,.peculiarity ul li:hover p{
  color: #fff;
 }
 .peculiarity ul li:hover .def{
  display: none;
 }
 .peculiarity ul li:hover .cur{
  display: block;
 }
 .performance{
  padding: 6% 0;
 }
 .performance ul{
  padding: 0;
  height: auto;
  overflow: hidden;
 }
 .performance ul li{
  float: left;
  list-style: none;
  margin-left: 3%;
  width: calc(91% / 4);
 }
 .performance ul li:nth-child(4N+1){
  margin-left: 0;
 }
 .performance ul li .img{
  overflow: hidden;
  height: 220px;
 }
 .performance ul li .img > div{
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  transition: .4s;
 }
 .performance ul li:hover .img > div{
  transform: scale(1.1);
 }
 .performance ul li h2{
  font-family: 'd-din-condensed-bold';
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
  height:37px;
  text-transform: uppercase;
 }
 .performance ul li p{
  font-size: 14px;
 }
 .performance ul li dd{
  font-size: 14px;
  padding-left: 10px;
  margin-left: 0;
  position: relative;
 }
 .performance ul li dd::before{
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 9px;
 }
 .performance ul li dd:hover {
  color: #003281;
  font-weight: bolder;
  font-family: 'Montserrat-Bold';
 }
 .performance ul li dd:hover::before{
  background-color: #003281;
 }
 a.adetail{
  font-size: 12px;
  text-align: left;
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin-top: 20px;
  font-size: 14px;
  width: 110px;
  position: relative;
  border-bottom: 1px solid #ededed;
 }
 a.adetail::after{
  display: block;
  content: "";
  height: 1px;
  width: 0;
  background-color: #003281;
  transition: .4s;
  position: absolute;
  left: 0;
  bottom: 0;
 }
 a.adetail img{
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  right: 15px;
  width: 13px;
  vertical-align: 2px;
  transition: .4s;
 }
 a.adetail:hover::after{
    width: 100%;
 }
 a.adetail:hover img{
  right: 5px;
 }

 .proservice{
  padding: 6% 0 3% 0;
  background: url(../image/probg1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
 }
 .proservice ul{
  padding: 0 0 0 0;
  margin: 0;
  width: 460px;
 }
 .proservice ul li h2{
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat-Bold';
  padding-bottom:12px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
 }
 .proservice ul li{
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
 }
 .title-left{
  text-align: left;
  font-family: 'd-din-condensed-bold';
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 25px;
 }
 .title-left.white{
  color: #fff;
 }
 .proSec{
  padding: 6% 0 3% 0;
 }
 .proSec ul{
  margin: 0;
  padding: 20px 0 0 0;
  height: auto;
  overflow: hidden;
 }
 .proSec ul li{
  box-sizing: border-box;
  float: left;
  margin-left: 3%;
  width: calc(91% / 4);
  margin-bottom:30px;
  border: 1px solid #dedede;
  padding: 20px;
 }
 .proSec ul li .cont{
  display: none;
 }

 .proSec ul li:nth-child(4N+1){
  margin-left: 0;
 }
 .proSec ul li .img{
  overflow: hidden;
  height: 420px;
  background: none;
 }
 .proSec ul li .img1{
  display: flex;
  align-items: center;
  height: 250px;
 }
 .proSec ul li .img > div{
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  transition: .4s;
 }
 .proSec ul li .img  img{
  max-height: 100%;
  max-width: 100%;
  transition: .4s;
 }
 .proSec ul li:hover .img img{
  transform: scale(1.1);
 }
 .proSec ul li:hover .img > div{
  transform: scale(1.1);
 }
 .proSec ul li .txt{
  text-align: center;
 }
 .proSec ul li .txt .tit{
  margin: 25px 0 20px 0;
 }
 .proSec ul li .txt a{
  margin:  0 auto;
 }
 .proSec ul li a.adetail {
  margin-top: 0;
 }
 .proSec ul li a.adetail img{
  top: 52%;
  vertical-align: 0;
 }
 .proSec ul li a.adetail::after{
  transform: scaleY(.7);
 }
 .ywk-popup-windows .popCon .l{
  overflow: hidden;
  float: left;
  width: 320px;
  height: 525px;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .ywk-popup-windows .popCon .l img{
  max-width:320px;
  max-height: 100%;
 }
 .ywk-popup-windows .popCon .r{
  margin-left: 400px;
 }

 .title{
  font-family: 'd-din-condensed-bold';
  color: #003281;
  font-size: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #003281;
 }

 .ywk-popup-windows .popCon .r .image{
  width: 90px;
  margin-top: 8px;
 }

 .ywk-popup-windows .popCon .r .image img{
  width: 100%;
 }

 .ywk-popup-windows .popCon .r h2{
  font-size: 16px;
  font-weight: bolder;
  margin: 5px 0;
 }
 .ywk-popup-windows .popCon .r p{
  font-size: 15px;
  line-height: 26px;
  margin: 0 0;
 }
 .ywk-popup-windows .popCon .r p strong{
  font-weight: bolder;
  font-size: 16px;
 }
 .ywk-popup-windows .popCon .r h3{
  margin: 50px 0 10px 0;
 }
 .ywk-popup-windows .popCon .r .qrCode{
  margin-top: 10px;
 }



 .ywk-factory-withus-form li:nth-child(5){
  width: 100%;
  margin-right: 0;
 }
 .ywk-factory-masonry .item .video{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  width: 60px;
 }
 .ywk-factory-masonry .item .video img{
  width: 100%;
 }
 .ywk-factory-masonry .item a:hover .video{
  display: none;
 }
 .videoPop {
  top: -100vh;
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 10000000;
  background: rgba(0,0,0,.8);
  transition: .6s;
}
.videoPop.show {
  top: 0;
}
.videoPop .close {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background-color: #003281;
  background-image: url(../image/xxx.png);
  background-position: center center!important;
  background-repeat: no-repeat!important;
  background-size: 16px !important;
  z-index: 100;
}
.videoPop .con {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.videoPop .con video {
  width: 100%;
}
.videoPop .tit{
  text-align: center;
  padding: 30px 0;
  color: #fff;
  font-size: 18px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.ywk-dthicscompliance-nav  .item-4 .title-6{
  padding: 15px 0 0 0;
  text-align: center;
  font-size: 30px;
}
.ywk-certifications-awards-swiper .awards-img img{
  max-width: 100%;
  max-height: 100%;
}
.ywk-factory-masonry.eq{
  width: 100%;
}
.ywk-about-events.padd{
  padding-bottom: 4%;
}
.innav{
  padding: 6% 0;
}
.innav a{
  font-family: 'd-din-condensed-bold';
  border: 1px solid #e5e5e5;
  width: 300px;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
  color: #9498a0; 
  margin: 0 35px;
}
.innav a.cur{
  border-color: #003281;
  background-color: #003281;
  color: #fff;
}
.innav a:hover{
  color: #fff;
  background-color: #003281;
}
.innav .wrap{
  text-align: center;
}
.about-product-swiper .swiper-slide img{
  margin-top: 10px;
  height: 380px;
  width: auto;
}
.tecSec1{
  position: relative;
  height: 600px;
}
.tecSec1 .bg{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.tecSec1 .bg .item:first-child{
  display: block;
}
.tecSec1 .bg .item{
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center  center !important;
}
.tecSec1 .wrap{
  position: relative;
  z-index: 3;
}
.tecSec1 .wrap{
  height: 100%;
}
.tecSec1 .txtBox{
  line-height: 25px;
  max-width: 40%;
  padding-top: 100px;
  position: absolute;
  left: 0;
  bottom: 320px;
}
.tecSec1 .txtBox .txt{
  color: #fff;
  display: none;
}
.tecSec1 .txtBox .txt:first-child{
  display: block;
}
.tecSec1  .trans{
  position: absolute;
  left: 0;
  bottom: 60px;
}
.tecSec1  .trans .item{
  cursor: pointer;
  background-color: #fff;
  padding: 30px 25px;
  float: left;
  margin-right: 25px;
  width: 320px;
  box-sizing: border-box;
}
.tecSec1  .trans .item i{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
.tecSec1  .trans .item i svg{
  fill:#003281;
  width: 50px !important;
  height: 50px !important;
}
.tecSec1  .trans .item h2{
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'd-din-condensed-bold';
  color: #003281;
}
.tecSec1  .trans .item:hover{
  background-color: #003281;
}
.tecSec1  .trans .item:hover h2{
  color: #fff;
}
.tecSec1  .trans .item:hover i svg{
  fill:#fff;
}
.tecSec1  .trans .item.cur{
  background-color: #003281;
}
.tecSec1  .trans .item.cur h2{
  color: #fff;
}
.tecSec1  .trans .item.cur i svg{
  fill: #fff;
}
.list-resbon .ywk-roomcooling-item-swiper .img .img-center{
  max-height: 80%;
  width: 80% !important;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.list-resbon .ywk-roomcooling-item-left .items-2{
  font-size: 14px !important;
}
.resbtext{
  font-size: 14px;
}
.serS1{
  padding: 80px 0;
}
.serS1 .l{
  float: left;
  width: 36%;
}
.serS1 .l img{
  width: 100%;
}
.serS1 .wrap{
  height: auto;
  overflow: hidden;
}
.serS1 .r{
  padding-top:80px;
  width: 52%;
  float: right;
}
.serS1 .r h3{
  position: relative;
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  font-family: 'd-din-condensed-bold';
  font-size: 30px;
  color: #f39700;
  text-transform: uppercase;
}
.serS1 .r h3::before{
  position: absolute;
  display: inline-block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #000;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.serS1 .r  h2{
  font-family: 'd-din-condensed-bold';
  font-size: 30px;
  color: #003281;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.serS1 .r ul{
  padding: 0;
  height: auto;
}
.serS1 .r ul li{
  float: left;
  padding-bottom: 20px;
  color: #003281;
  font-family: 'd-din-condensed-bold';
  font-size: 50px;
  margin-right: 40px;
}
.serS1 .r h4 span.span{
  margin-left: 15px;
  padding-bottom: 20px;
  color: #003281;
  font-family: 'd-din-condensed-bold';
  font-size: 30px;
  margin-right: 40px;
}
.serS1 .r h4{
  font-family: 'd-din-condensed-bold';
  font-size: 26px;
}
.serS2 ul{
  padding: 0;
  height: auto;
  overflow: hidden;
}
.serS2 li{
  cursor: pointer;
  padding: 60px 25px 30px 25px;
  box-sizing: border-box;
  margin-top: 80px;
  position: relative;
  background: #003281;
  overflow: hidden;
  transition: all .4s ease;
  height: 260px;
  margin-left: 2%;
  float: left;
  width: calc(92% / 5);
  text-align: center;
}
.serS2 li:first-child{
  margin-left: 0;
}
.serS2 li .image{
  width: 50px;
  margin: 0 auto;
}
.serS2 li .image img{
  width: 100%;
}
.serS2 li h2{
  margin: 15px 0;
  color: #fff;
  font-family: 'd-din-condensed-bold';
  text-transform: uppercase;
}
.serS2 li:hover{
  transform: translateY(-15px);
}
.serS2 li h3{
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #f39700;
}
.serS3{
  background: url(../image/problembg.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.stitle{
  text-align: center;
  text-transform: uppercase;
}
.stitle h2{
  display: inline-block;
  position: relative;
  font-family: 'd-din-condensed-bold';
  margin: 0;
  font-size: 60px;
  line-height: 60px;
}
.stitle h2::before{
  content: '';
  position: absolute;
  background: url(../image/title1.png);
  width: 44px;
  height: 44px;
  left: -10px;
  top: -5px;
}
.stitle h2::after{
  content: '';
  width: 10px;
  height: 10px;
  background: #f39700;
  border-radius: 100%;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
  margin-left: 5px;
}
.serS3{
  padding: 80px 0;
}
.serS3 .cen{
  padding-top: 80px;
  height: auto;
  overflow: hidden;
}
.serS3 .l{
  float: left;
  width: 35%;
  text-align: center;
}
.serS3 .l img{
  width: 250px;
}
.serS3 .r{
  float: right;
  width: 52%;
}
.serS3 .r .t{
  font-size: 25px;
  font-family: 'd-din-condensed-bold';
  color: #003281;
}
.serS3 .r li{
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.ser4 .title-1{
  text-align: left;
  font-size: 20px !important;
}
.ser4  p{
  display: block;
  height: 50px;
  opacity: 0;
  text-align: left;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  transition: .4s;
}
.ser4 .text-2{
  height: auto;
  min-height: 0 !important;
}
.ywk-data-center-item:hover p{
  opacity: 1;
}
.ser4 .text{
  
}
.ywk-data-center-item:hover{
  cursor: pointer;
}
.ser6{
  background: url(../image/bg2.jpg);
  padding: 80px 0;
}
.ser6 ul {
  padding: 60px 6px 0 6px;
  height: auto;
  overflow: hidden;
}
.ser6 ul  li{
  margin-left: 2%;
  float: left;
  width: 32%;
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.ser6 ul  li a{
  padding: 25px;
  display: flex;
  align-items: center;
  height: auto;
  overflow: hidden;
  justify-content: space-between;
}
.ser6 ul  li .l{
  float: left;
}
.ser6 ul  li .r{
  float: right;
}
.ser6 ul  li .r img{
  width: 22px;
}
.ser6 ul  li:nth-child(3N+1){
  margin-left: 0;
}
.ser6 ul  li .l{
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 13px;
}
.ywk-page.serS2{
  height: 630px;
}
.sp p{
  margin:  0 0 10px 0;
}
.sp img{
  width: 200px !important;
}
.installS1 .ywk-data-center-item{
  width: 20%;
}
.installS1 .ywk-data-center-item .img{
  height: 260px;
}
.installS1  .ywk-data-center-item:hover .text{
  transform: translateY(-80px);
}
.installS1 .img-block{
  height: 260px;
}
.installS1 .title1{
  text-align: center;
  font-family: 'd-din-condensed-bold';
  font-size: 30px;
  color: #1e2d45;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.installS1  .ywk-data-center{
  padding-bottom: 0;
}
.installS1 .ywk-content-data-center-solution{
  margin-bottom: 60px;
}
.performance.inS2  ul li{
  margin-left: 2%;
  width: calc(92% / 5);
}
.performance.inS2  ul li:nth-child(5N+1){
  margin-left: 0;
}
.installS1 .ywk-content-data-center-solution{
  margin-top: 0;
}
.passenger  .img{
  background: none !important;
  background-size: cover;
}
.passenger  .img img{
  margin-left: 17%;
  width: 32%;
}
.passenger.ywk-solutions-roomcooling::after{
  width: 60% !important;
}
.hisSec .title-1{
  font-size: 40px;
}
.img2{
  background-color: transparent !important;
}
.ywk-envicool-introduction .ywk-left{
  position: relative;
  z-index: 4;
}
.ywk-envicool-introduction .pic{
  z-index: 1;
}
.ywk-index-banner-container .left{
  position: relative;
}
#video{
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  display: flex;
  border: none;
  background-color: #000;
  z-index: 1;
}
.adul{
  padding-left: 0;
  padding-top: 65px;
  padding-bottom: 0px;
  height: auto;
  overflow: hidden;
}
.adul li{
  width: 25%;
  float: left;
  text-align: center;
}
.adul li p{
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
.adBox{
  padding: 3% 0 3% 0;
}
.adul li img{
  height: 90px;
  width: auto;
}
.misS1 .ywk-data-center-item{
  margin-left: 5%;
  width: calc(95% / 2);
}
.misS1 .ywk-data-center-item:first-child{
  margin-left: 0;
}
.inspadd1{
  padding-top: 0;
}
.misS1 .img{
  height: 320px;
}
.misS1 .ywk-content-data-center-solution{
  margin-top: 0;
}
.performance2 li .img{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
}
.performance2 li .img img{
  height: 100%;
  width: auto;
}
.performance2 ul{
  padding-top: 50px;
}
.performance2 .p{
  padding-top: 30px;
  text-align: center;
  line-height: 25px;
  width: 80%;
  margin: 0 auto;
}
.govMain .title1{
  font-family: 'd-din-condensed-bold';
  font-size: 30px;
  color: #1e2d45;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.govS1 ul{
  padding: 0 0 80px 0;
  height: auto;
  overflow: hidden;
}
.govS1 li{
  float: left;
  width: 25%;
  text-align: center;
}
.govS1 li .img{
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 350px;
}
.govS1 li .img img{
  max-height: 100%;
  width: auto;
}
.govS1 li p{
  margin-top: 28px;
}
.govMain .title1{
  margin-top: 80px;
}
.govS2{
  background-color: #e1eef6;
}
.govS2 .desc{
  font-size: 14px;
  line-height: 24px;
}
.govS2 ul{
  padding-top: 45px;
  height: auto;
  overflow: hidden;
}
.govS2 ul li{
  float: left;
  width: 33.33%;
  text-align: center;
}
.govS2 ul li img {
  max-height: 100%;
  width: auto;
}
.govS2 ul li .image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 300px;
}
.govS2{
  padding: 100px 0;
}
.govMain{
  margin-bottom: 100px;
}
.govS11 li h2{
  font-family: 'd-din-condensed-bold';
  margin-bottom:0;
}
.govS11 li p{
  margin-top: 0 !important;
}
.govS11 ul{
  padding-bottom: 50px;
}
.peculiarity1{
  margin-top: 80px;
}
.itemp{
  padding-left: 13px;
  margin-bottom: 18px;
  position: relative;
}
.itemp::before{
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 7px;
}
.padd{
  padding-top: 100px;
}
.performance li p{
  display: block;
  height: 150px;
  line-height: 15px;
  overflow-y: auto;
}
.performance.tech ul li{
  margin-left: 3%;
  width: calc(91% / 4);
}
.performance.tech ul li:nth-child(5N+1){
  margin-left: 3%;
}
.performance.tech ul li:nth-child(4N+1){
  margin-left: 0;
}
.bsS1{
  background-color: #f6f6f6;
  padding: 6% 0 3% 0;
}
.bsS1 ul{
  height: auto;
  overflow: hidden;
  padding: 2% 1% 0 1%;
}
.bsS1 li{
  cursor: pointer;
  padding: 28px 20px;
  box-sizing: border-box;
  list-style: none;
  float: left;
  height: 220px;
  background-color: #fff;
  margin-left: 3%;
  width: calc(94% / 3);
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all .4s ease;
}
.bsS1 li:nth-child(3N+1){
  margin-left: 0;
}
.bsS1 li h2{
  font-family: 'd-din-condensed-bold';
  font-size: 22px;
  color: #1e2d45;
  line-height: 20px;
  text-transform: uppercase;
}
.bsS1 li .image{
  padding-top: 25px;
  width: 80px;
  height: 80px;
  float: left;
}
.bsS1 li .image img{
  height: 60px;
  width: auto;
}
.bsS1 li  .txt{
  margin-left: 80px;
}
.bsS1 li  p{
  font-size: 12px;
  line-height: 20px;
}
.ceArr{
  padding-top: 60px;
  text-align: center;
}
.ceArr .cearr-prev{
  display: inline-block;
  margin: 0 25px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(../image/left1.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.ceArr .cearr-next{
  display: inline-block;
  margin: 0 25px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(../image/right1.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.swiper-awards-next,.swiper-awards-prev{
  display: none !important;
}