@import 'iconfont.css';
@font-face {
  font-family: "iconfont";
  /* Project id 2874806 */
  src: url('./iconfont/iconfont.woff2?t=1635210561214') format('woff2'), url('./iconfont/iconfont.woff?t=1635210561214') format('woff'), url('./iconfont/iconfont.ttf?t=1635210561214') format('truetype');
}
@font-face {
  font-family: Alibaba-PuHuiTi-Light;
  src: url("/static/cn/fonts/Alibaba-PuHuiTi-Light.otf");
  font-display: swap;
}
@font-face {
  font-family: Alibaba-PuHuiTi-Regular;
  src: url("/static/cn/fonts/Alibaba-PuHuiTi-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: Alibaba-PuHuiTi-Medium;
  src: url("/static/cn/fonts/Alibaba-PuHuiTi-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: Alibaba-PuHuiTi-Bold;
  src: url("/static/cn/fonts/Alibaba-PuHuiTi-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: Alibaba-PuHuiTi-Heavy;
  src: url("/static/cn/fonts/Alibaba-PuHuiTi-Heavy.otf");
  font-display: swap;
}
@font-face {
  font-family: AlibabaSansHK-45;
  src: url("/static/cn/fonts/AlibabaSansHK-45.otf");
  font-display: swap;
}
@font-face {
  font-family: AlibabaSansHK-55;
  src: url("/static/cn/fonts/AlibabaSansHK-55.otf");
  font-display: swap;
}
@font-face {
  font-family: AlibabaSansHK-75;
  src: url("/static/cn/fonts/AlibabaSansHK-75.otf");
  font-display: swap;
}
@font-face {
  font-family: AlibabaSansHK-95;
  src: url("/static/cn/fonts/AlibabaSansHK-95.otf");
  font-display: swap;
}
:root {
  --color: #347345;
}
body {
  font-family: "Alibaba-PuHuiTi-Regular", "Microsoft Yahei", "΢���ź�", "Arial";
  color: #333;
}
.bold {
  font-family: Alibaba-PuHuiTi-Bold;
}
.hk_45 {
  font-family: AlibabaSansHK-45;
}
.hk_55 {
  font-family: AlibabaSansHK-55;
}
.hk_75 {
  font-family: AlibabaSansHK-75;
}
.hk_95 {
  font-family: AlibabaSansHK-95;
}
.medium {
  font-family: Alibaba-PuHuiTi-Medium;
}
.light {
  font-family: Alibaba-PuHuiTi-Light;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1440 {
  width: 84%;
  margin: 0 auto;
}
body.n-body .header {
  background: #fff;
}
body.n-body .header .con .logo a img.regular {
  opacity: 0;
}
body.n-body .header .con .logo a img.hover {
  opacity: 1;
}
body.n-body .header .con .nav > ul > li h2 a {
  color: #333;
}
body.n-body .header .con .right .lang .lang-box span {
  color: #333;
}
body.n-body .header .con .right .search span {
  color: #333;
}
.bread {
  position: absolute;
  width: 100%;
  left: 0;
  top: 18px;
  z-index: 10;
}
.bread .con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bread .con a {
  color: #fff;
}
.bread .con img {
  margin-right: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.bread .con span {
  color: #fff;
  margin: 0 4px;
}
.bread .con h3 {
  color: #fff;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 0 8%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .con .logo {
  height: 85px;
  display: flex;
  align-items: center;
}
.header .con .logo a {
  position: relative;
}
.header .con .logo a img {
  width: 164px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header .con .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header .con .nav > ul {
  display: flex;
}
.header .con .nav > ul > li {
  margin-right: 50px;
}
.header .con .nav > ul > li h2 {
  position: relative;
}
.header .con .nav > ul > li h2:before {
  content: '';
  width: 0;
  height: 2px;
  background: var(--color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li h2 a {
  font-family: Alibaba-PuHuiTi-Medium;
  display: block;
  line-height: 85px;
  color: #fff;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-down {
  position: fixed;
  width: 100%;
  left: 0;
  top: 86px;
  background: #fff;
  display: none;
}
.header .con .nav > ul > li .nav-down ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}
.header .con .nav > ul > li .nav-down ul li {
  padding: 0 20px;
  max-width: 250px;
}
.header .con .nav > ul > li .nav-down ul li a {
  font-family: Alibaba-PuHuiTi-Medium;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-down ul li a:hover {
  color: var(--color);
}
.header .con .nav > ul > li:hover h2:before {
  width: 100%;
  left: 0;
}
.header .con .nav > ul > li:hover h2 a {
  color: var(--color) !important;
}
.header .con .nav > ul > li:last-child {
  margin-right: 30px;
}
.header .con .right {
  display: flex;
  align-items: center;
}
.header .con .right .search {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .search span {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .lang {
  position: relative;
  height: 85px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.header .con .right .lang .lang-box {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .con .right .lang .lang-box span {
  color: #fff;
  font-size: 18px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .lang ul {
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 85px;
  background: #fff;
  display: none;
}
.header .con .right .lang ul li a {
  display: block;
  color: #333;
  line-height: 44px;
  text-align: center;
  letter-spacing: 1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .lang ul li a:hover {
  color: var(--color);
}
.header .con .right .mobile-btn {
  display: none;
}
.header .search-list {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.header .search-list .search-box {
  background: #fff;
  padding: 40px 0;
}
.header .search-list .search-box .search-center {
  width: 400px;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
.header .search-list .search-box .search-center input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-right: 40px;
}
.header .search-list .search-box .search-center span {
  position: absolute;
  color: #666;
  font-size: 24px;
  line-height: 40px;
  right: 0;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .search-list .search-box .search-center span:hover {
  color: var(--color);
}
.header:hover {
  background: #fff;
}
.header:hover .con {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header:hover .con .logo a img.regular {
  opacity: 0;
}
.header:hover .con .logo a img.hover {
  opacity: 1;
}
.header:hover .con .nav > ul > li h2 a {
  color: #333;
}
.header:hover .con .right .lang .lang-box span {
  color: #333;
}
.header:hover .con .right .search span {
  color: #333;
}
.header.active {
  background: #fff;
}
.header.active .con .logo a img.regular {
  opacity: 0;
}
.header.active .con .logo a img.hover {
  opacity: 1;
}
.header.active .con .nav > ul > li h2 a {
  color: #333;
}
.header.active .con .right .lang .lang-box span {
  color: #333;
}
.header.active .con .right .search span {
  color: #333;
}
.header.hides {
  top: -100px;
}
.footer {
  padding: 90px 8% 50px;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}
.footer .footer-top .left > ul {
  display: flex;
}
.footer .footer-top .left > ul > li h2 a {
  white-space: nowrap;
  font-family: Alibaba-PuHuiTi-Medium;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .left > ul > li h2 a:hover {
  color: var(--color);
}
.footer .footer-top .left > ul > li ul {
  margin-top: 24px;
}
.footer .footer-top .left > ul > li ul li {
  margin-top: 18px;
}
.footer .footer-top .left > ul > li ul li a {
  color: #b7b7b7;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .left > ul > li ul li a:hover {
  color: var(--color);
}
.footer .footer-top .left > ul > li {
  margin-right: 60px;
  max-width: 160px;
}
.footer .footer-top .right{
flex:0 0 248px;
}
.footer .footer-top .right .logo img {
  width: 248px;
}
.footer .footer-top .right .share-list {
  margin-top: 80px;
}
.footer .footer-top .right .share-list ul {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-top .right .share-list ul li {
  position: relative;
  overflow: hidden;
}
.footer .footer-top .right .share-list ul li .icons {
  position: relative;
}
.footer .footer-top .right .share-list ul li .icons img {
  height: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .right .share-list ul li .icons img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.footer .footer-top .right .share-list ul li .erweima {
  position: absolute;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 20px;
  opacity: 0;
  visibility: hidden;
}
.footer .footer-top .right .share-list ul li .erweima img {
  width: 100%;
}
.footer .footer-top .right .share-list ul li:not(:last-child) {
  margin-right: 30px;
}
.footer .footer-top .right .share-list ul li:hover{
  overflow: inherit;   
}

.footer .footer-top .right .share-list ul li:hover .icons img.regular {
  opacity: 0;
}
.footer .footer-top .right .share-list ul li:hover .icons img.hover {
  opacity: 1;
}
.footer .footer-top .right .share-list ul li:hover .erweima {
  opacity: 1;
  top: 30px;
  visibility: visible;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .right .txt {
  margin-top: 25px;
}
.footer .footer-top .right .txt p {
  text-align: right;
  font-family: Alibaba-PuHuiTi-Light;
}
.footer .footer-top .right .txt p span {
  font-family: Alibaba-PuHuiTi-Medium;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #dbdbdb;
}
.footer .footer-bottom p {
  color: #b7b7b7;
}
.footer .footer-bottom p a {
  color: #b7b7b7;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom p a:hover {
  color: var(--color);
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 66%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup .video-box video {
  width: 100%;
}
#videoPopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videoPopup .video-box .closes span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup .video-box .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1680px) {
  .footer .footer-top .left > ul > li {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 1600px) {
  .bread .con img {
    width: 17px;
    top: -1px;
  }
  .header .con .logo {
    height: 75px;
  }
  .header .con .nav > ul > li {
    margin-right: 2.5vw;
  }
  .header .con .nav > ul > li h2 a {
    line-height: 75px;
  }
  .header .con .nav > ul > li .nav-down {
    top: 76px;
  }
  .header .con .right .lang {
    height: 75px;
  }
  .header .con .right .lang ul {
    top: 75px;
  }
  .header.hides {
    top: -76px;
  }
  .footer .footer-top {
    padding-bottom: 6vw;
  }

  .footer .footer-top .right .logo img {
    width: 220px;
  }
  .footer .footer-top .right .share-list {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 1440px) {
  .footer .footer-top .left > ul > li {
    margin-right: 3%;
    flex:0 0 25%;
    margin-bottom:5%;
    max-width: none;
  }
  .footer .footer-top .left > ul{
      flex-wrap:wrap;
  }
  .footer .footer-top .left > ul > li ul li{margin-top:10px;}
  
  
  
}
@media screen and (max-width: 1400px) {
    .header .con .nav > ul{flex-wrap:wrap;width:94%;justify-content:space-between;}
    .header .con .nav > ul > li{margin-right:10px;}
    .header .con .nav > ul > li:last-child{margin-right:10px;}
    .header .con .right .lang{margin-right:10px;}
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .header {
    padding: 0 5%;
  }
  .footer {
    padding: 90px 5% 50px;
  }
  .footer .footer-top .right{flex:1;}
  .footer .footer-top .right .logo img {
    width: 200px;
  }
  .footer .footer-top .right .share-list ul li:not(:last-child) {
    margin-right: 20px;
  }

  .header {
    position: fixed;
    background: #fff;
  }
  .header .con {
    justify-content: space-between;
    border-bottom: none!important;
  }
  .header .con .logo a img.regular {
    opacity: 0;
  }
  .header .con .logo a img.hover {
    opacity: 1;
  }
  .header .con .nav {
    margin-right: 0;
    position: fixed;
    top: 75px;
    width: 100%;
    background: #fff;
    padding: 0 5% 20px;
    left: auto;
    bottom: 0;
    right: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .nav > ul {
    display: block;
    width: 100%;
  }
  .header .con .nav > ul > li {
    width: 100%;
  }
  .header .con .nav > ul > li h2 {
    border-bottom: 1px solid #f2f2f2;
  }
  .header .con .nav > ul > li h2:before {
    display: none;
  }
  .header .con .nav > ul > li h2:after {
    content: '\e603';
    font-family: iconfont;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .nav > ul > li h2 a {
    width: 50%;
    line-height: 50px;
    color: #333;
  }
  .header .con .nav > ul > li h2 a:after {
    display: none;
  }
  .header .con .nav > ul > li .nav-down {
    position: relative;
    top: 0;
    display: none;
    padding: 0;
    background: #fff;
    border-top: none;
  }
  .header .con .nav > ul > li .nav-down ul {
    display: block;
    padding: 0;
  }
  .header .con .nav > ul > li .nav-down ul li {
    width: 100%;
    max-width: none;
    
  }
  .header .con .nav > ul > li .nav-down ul li a {
    display: block;
    color: #999;
    position: relative;
    padding:10px 20px 10px 10px;
  }
  .header .con .nav > ul > li .nav-down ul li a:before {
    content: '\e683';
    font-family: iconfont;
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .header .con .nav > ul > li.active h2:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .header .con .nav > ul > li:nth-child(6) h2:after {
    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
  }
  .header .con .nav > ul > li:nth-child(6) h2 a {
    width: 100%;
  }
  .header .con .nav > ul > li:last-child h2:after {
    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
  }
  .header .con .nav > ul > li:last-child h2 a {
    width: 100%;
  }
  .header .con .nav.active {
    right: 0;
  }
  .header .con .right .lang {
    margin-right: 20px;
  }
  .header .con .right .lang .lang-box span {
    color: #333;
  }
  .header .con .right .search {
    margin-right: 20px;
  }
  .header .con .right .search span {
    color: #333;
  }
  .header .con .right .mobile-btn {
    width: 20px;
    height: 70px;
    display: block;
    position: relative;
  }
  .header .con .right .mobile-btn .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    margin: 0 auto;
  }
  .header .con .right .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
  }
  .header .con .right .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .header .con .right .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  .header .con .right .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .right .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .right .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .header .con .right .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  .header .con .right .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header .con .right .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .footer {
    padding: 40px 5% 50px;
  }
  .footer .footer-top {
    padding-bottom: 30px;
  }
  .footer .footer-top .left {
    display: none;
  }
  .footer .footer-top .right {
    width: 100%;
  }
  .footer .footer-top .right .logo {
    text-align: center;
  }
  .footer .footer-top .right .share-list {
    margin-top: 30px;
  }
  .footer .footer-top .right .share-list ul {
    justify-content: center;
  }
  .footer .footer-top .right .txt p {
    text-align: center;
  }
  .footer .footer-bottom {
    display: block;
    text-align: center;
  }
  #videoPopup .video-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {

  .bread {
    font-size: 12px;
    top: 10px;
  }
  .bread .con img {
    width: 15px;
    margin-right: 6px;
  }
  .header .con .logo {
    height: 60px;
  }
  .header .con .logo a img {
    width: 130px;
  }
  .header .con .nav {
    top: 60px;
  }
  .header .con .right .search span {
    font-size: 20px;
  }
  .header .con .right .lang {
    height: 60px;
  }
  .header .con .right .lang .lang-box span {
    font-size: 16px;
  }
  .header .con .right .lang ul {
    top: 60px;
    width: 80px;
  }
  .header .con .right .mobile-btn {
    height: 60px;
  }
  .header .search-list .search-box .search-center span {
    font-size: 18px;
  }
  .footer .footer-top .right .logo img {
    width: 140px;
  }
}
