
.leftb ul li img{
  	width:16px;
  	margin:0px auto;
  }
  .leftb ul li .languagek{
  	display:inline-block;
  	width:80px;
  height:auto;
  text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin: 4px 0;
    color: #fff;
    background: #4da13d;
    border-radius: 10px 2px;
  }
   .leftb ul li .leftcur{
  color: #fff;
    background: #4da13d;
  }
  .leftb ul li{
  text-align:center;
  }
  .ss img{
  	filter: grayscale(1);
  }
  .ss:hover img{
  	filter: grayscale(0);
  }
  .leftb p img{
  	max-width:90px;
  margin:50px auto;
  display:block;
  }
.leftb p.bctewm {
	display: block;
    margin: 50px auto;
    width: 80px;
    height: 80px;
    background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022042919222479935/cms/image/26c678de-b444-4666-99af-882fe652cbd4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  text-align: center;
    padding-top: 90px;
  background-position: center;
} 
.leftb p.bctewm2 {
	display: block;
    margin: 50px auto;
    width: 80px;
    height: 80px;
    background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022082618190777856/cms/image/c25a0c1e-c759-4859-9b2c-3d13df4a7915.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  text-align: center;
    padding-top: 90px;
  background-position: center;
} 
@media only screen and (max-width: 768px){/*小屏*/
	.leftb p{
  	display:none !important;
  }
  .leftb ul li{
  	display:inline-block;
  
  }
  .leftb ul{
  	text-align:right;
  padding-top:0;
  }
  .tek {font-size: 14px !important;}
}



.tek{
  	text-align:center;
  color:#333;
  font-size:20px;
  }
  .lyk1{
  	font-size:30px;
  font-weight:bold;
  }
  .lyk2{
  	color:#ee9c1e;
  font-size:28px;
  }



/**页面缓动加载**/
body {
 opacity: 1;
 transition: padding-top 1s;
 
}
body.cn-show {
 opacity: 1;
}
body.cn-make {
 opacity: 1;
}
body.cn-show .wd-scroll-animation:not(.wd-no-scroll-animation).wd-scrolled {
 animation: fadeInUp 0.8s both;
}
.wd-scroll-animation:not(.wd-no-scroll-animation) {
 opacity: 0;
}
.cn-make .wd-scroll-animation {
 opacity: 1;
}



