@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: HarmonyOS_Sans_Light;
  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_Regular;
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_Medium;
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_Bold;
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_Black;
  src: url("../fonts/HarmonyOS_Sans_SC_Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: SourceHanSerifCN-Bold;
  src: url("../fonts/SourceHanSerifCN-Bold.ttf");
  font-display: swap;
}
:root {
  --yellow: #b28850;
  --color: #cfa972;
}
body {
  font-family: "HarmonyOS_Sans_Regular", "Microsoft?Yahei", "微锟斤拷锟脚猴拷", "Arial";
  color: #333;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
* {
  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: 1440px;
  margin: 0 auto;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con {
  display: flex;
  padding: 0 6%;
}
.header .con .logo {
  height: 100px;
  display: flex;
  align-items: center;
}
.header .con .logo a {
  position: relative;
}
.header .con .logo a img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  height: 50px;
}
.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: 100px;
  position: relative;
}
.header .con .nav > ul > li h2 {
  position: relative;
}
.header .con .nav > ul > li h2:before {
  content: '';
  width: 0;
  height: 2px;
  background: var(--yellow);
  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 {
  display: block;
  font-family: SourceHanSerifCN-Bold;
  line-height: 100px;
  color: #fff;
  letter-spacing: 1px;
  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:last-child h2 a{
     cursor: default;
}
.header .con .nav > ul > li .nav-down {
  position: absolute;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 100px;
  background: #fff;
  display: none;
  border-top: 1px solid #eee;
}
.header .con .nav > ul > li .nav-down ul {
  width: 100%;
  padding: 10px 0;
}
.header .con .nav > ul > li .nav-down ul li a {
  display: block;
  text-align: center;
  line-height: 50px;
  font-family: SourceHanSerifCN-Bold;
  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(--yellow);
}
.header .con .nav > ul > li:hover h2:before {
  width: 100%;
  left: 0;
}
.header .con .nav > ul > li:hover h2 a {
  color: var(--yellow) !important;
}
.header .con .right {
  display: flex;
  align-items: center;
}
.header .con .right .search {
  cursor: pointer;
  margin-right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #8d8d8d;
  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: 24px;
}
.header .con .right .search:hover {
  background: var(--yellow);
}
.header .con .right .lang {
  position: relative;
}
.header .con .right .lang .lang-box {
  cursor: pointer;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  background: #8d8d8d;
  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 .lang .lang-box span {
  color: #fff;
  font-size: 18px;
}
.header .con .right .lang .lang-box:hover {
  background: var(--yellow);
}
.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: 80px;
  background: #000;
  display: none;
}
.header .con .right .lang ul li a {
  display: block;
  color: #fff;
  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(--yellow);
}
.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;
  font-size: 16px;
}
.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(--yellow);
}
.header:hover {
  background: #333;
}
.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: #fff;
}
.header.active {
  background: rgba(51, 51, 51, 0.8);
  backdrop-filter: blur(4px);
  transition: background-color 0.3s ease;
}
.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: #fff;
}
.header.hides {
  top: -100px;
}
.footer .footer-top {
  background: #333;
  background-size: cover;
}
.footer .footer-top .con {
  display: flex;
  justify-content: space-between;
  padding: 60px 8% 50px;
}
.footer .footer-top .con .box {
  width: 23%;
}
.footer .footer-top .con .box .logo {
  width: 72%;
}
.footer .footer-top .con .box .logo img {
  width: 100%;
}
.footer .footer-top .con .box .s-title h2 {
  color: #fff;
  font-family: SourceHanSerifCN-Bold;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer .footer-top .con .box .box-list1 ul {
  padding-top: 10px;
}
.footer .footer-top .con .box .box-list1 ul li {
  margin-top: 10px;
}
.footer .footer-top .con .box .box-list1 ul li a {
  display: block;
  color: #fff;
  padding-left: 24px;
  position: relative;
}
.footer .footer-top .con .box .box-list1 ul li a:before {
  content: '\f45b';
  font-family: iconfont;
  color: #f5ecde;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -4px;
}
.footer .footer-top .con .box .box-list1 ul li a:hover {
  text-decoration: underline;
}
.footer .footer-top .con .box .box-list1 ul li:nth-child(2) a:before {
  content: '\e6b4';
}
.footer .footer-top .con .box .box-list2 ul {
  display: flex;
  padding-top: 20px;
}
.footer .footer-top .con .box .box-list2 ul li .erweima {
  width: 70px;
}
.footer .footer-top .con .box .box-list2 ul li .erweima img {
  width: 100%;
}
.footer .footer-top .con .box .box-list2 ul li h2 {
  color: #e8d3b4;
  text-align: center;
  margin-top: 10px;
}
.footer .footer-top .con .box .box-list2 ul li:not(:last-child) {
  margin-right: 40px;
}
.footer .footer-top .con .box .box-list3 ul {
  padding-top: 10px;
}
.footer .footer-top .con .box .box-list3 ul li {
  margin-top: 10px;
}
.footer .footer-top .con .box .box-list3 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 35px;
  border: 1px solid rgba(232, 211, 180, 0.3);
  color: #faf3e8;
  background: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .box .box-list3 ul li a h2 {
  padding-left: 30px;
  position: relative;
}
.footer .footer-top .con .box .box-list3 ul li a h2:before {
  content: '\e882';
  font-family: iconfont;
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -4px;
}
.footer .footer-top .con .box .box-list3 ul li a:hover {
  background: var(--yellow);
}
.footer .footer-top .con .box .box-list3 ul li:nth-child(2) a h2:before {
  content: '\e783';
}
.footer .footer-top .con .box:first-child {
  width: 18%;
}
.footer .footer-top .con .box:nth-child(2) {
  flex: 1;
}
.footer .footer-top .con .box:nth-child(3) {
  width: 370px;
  flex-shrink: 0;
  margin-right: 70px;
}
.footer .footer-bottom {
  background: #222;
}
.footer .footer-bottom .con {
  padding: 15px 8% 5px;
}
.footer .footer-bottom .con .top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(232, 210, 180, 0.3);
}
.footer .footer-bottom .con .top ul {
  display: flex;
}
.footer .footer-bottom .con .top ul li {
  padding: 0 30px;
  position: relative;
}
.footer .footer-bottom .con .top ul li:after {
  content: '';
  width: 1px;
  height: 14px;
  background: #e8d2b4;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 3px;
}
.footer .footer-bottom .con .top ul li a {
  color: #e8d2b4;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con .top ul li a:hover {
  opacity: 1;
}
.footer .footer-bottom .con .top ul li:first-child {
  padding-left: 0;
}
.footer .footer-bottom .con .top ul li:last-child:after {
  display: none;
}
.footer .footer-bottom .con .bottom {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-bottom .con .bottom p {
  color: rgba(232, 210, 180, 0.5);
}
.footer .footer-bottom .con .bottom p img {
  margin: 0 6px;
}
.footer .footer-bottom .con .bottom p a {
  color: rgba(232, 210, 180, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con .bottom p a:hover {
  color: #e8d2b4;
}
.footer .footer-bottom .con .bottom ul {
  display: flex;
  flex-shrink: 0;
}
.footer .footer-bottom .con .bottom ul li {
  padding: 0 10px;
  position: relative;
}
.footer .footer-bottom .con .bottom ul li:after {
  content: '';
  width: 1px;
  height: 14px;
  background: #e8d2b4;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 3px;
}
.footer .footer-bottom .con .bottom ul li a {
  color: #e8d2b4;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con .bottom ul li a:hover {
  opacity: 1;
}
.footer .footer-bottom .con .bottom ul li:first-child {
  padding-left: 0;
}
.footer .footer-bottom .con .bottom ul li:last-child {
  padding-right: 0;
}
.footer .footer-bottom .con .bottom ul li:last-child:after {
  display: none;
}
.inner-banner {
  position: relative;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 33.33%;
  background: url(../img/banner_mask.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.inner-banner img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner-banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}
.inner-banner .text h2 {
  color: #fff;
  font-family: HarmonyOS_Sans_Bold;
  position: relative;
  padding-bottom: 30px;
}
.inner-banner .text h2:after {
  content: '';
  width: 60px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
.inner-banner .sub-nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.inner-banner .sub-nav ul {
  display: flex;
  justify-content: space-between;
}
.inner-banner .sub-nav ul li {
  width: 33.333%;
  position: relative;
}
.inner-banner .sub-nav ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, transparent 0%, #cfa972 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.inner-banner .sub-nav ul li:after {
  content: '';
  width: 0;
  height: 5px;
  background: var(--color);
  position: absolute;
  left: 50%;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.inner-banner .sub-nav ul li a {
  position: relative;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 86px;
  font-family: HarmonyOS_Sans_Bold;
}
.inner-banner .sub-nav ul li:hover:after {
  width: 100%;
  left: 0;
}
.inner-banner .sub-nav ul li.active:before {
  opacity: 0.6;
}
.inner-banner .sub-nav ul li.active:after {
  width: 100%;
  left: 0;
}
.bread {
  position: absolute;
  width: 100%;
  left: 0;
  top: 14px;
  z-index: 10;
}
.bread .con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bread .con a {
  color: #666;
  white-space: nowrap;
}
.bread .con h2{
  white-space: nowrap; 
}
.bread .con span {
  color: #666;
  margin: 0 4px;
}
.bread .con h3 {
  color: var(--color);
}
.inner-title {
  text-align: center;
  position: relative;
  z-index: 10;
}
.inner-title h2 {
  font-family: HarmonyOS_Sans_Medium;
  color: #333;
  padding-bottom: 20px;
  position: relative;
}
.inner-title h2:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #f7872c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
#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) {
  .header .con .logo a img {
    height: 48px;
  }
  .header .con .nav > ul > li {
    margin-right: 5vw;
  }
  .footer .footer-top .con {
    padding: 3vw 8% 2.5vw;
  }
  .footer .footer-bottom .con {
    padding: 1.0vw 8% 0.5vw;
  }
  .footer .footer-bottom .con .top {
    padding-bottom: 2vw;
  }
  .footer .footer-bottom .con .bottom {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }
  .inner-banner .sub-nav ul li:after {
    height: 4px;
  }
  .inner-banner .sub-nav ul li a {
    line-height: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .header .con {
    padding: 0 5%;
  }
  .header .con .logo {
    height: 80px;
  }
  .header .con .logo a img {
    height: 44px;
  }
  .header .con .nav > ul > li {
    margin-right: 4vw;
  }
  .header .con .nav > ul > li h2 a {
    line-height: 80px;
  }
  .header .con .nav > ul > li .nav-down {
    top: 80px;
    width: 130px;
  }
  .header .con .nav > ul > li .nav-down ul {
    padding:6px 0;
  }
    .header .con .nav > ul > li .nav-down ul li a{
         line-height: 40px; 
    }
  .header .con .right .search {
    margin-right: 20px;
  }
  .header.hides {
    top: -80px;
  }
  .footer .footer-top .con .box .box-list2 ul li:not(:last-child) {
    margin-right: 20px;
  }
  .footer .footer-bottom .con .top ul li {
    padding: 0 1.5vw;
  }
  .inner-banner .text h2 {
    padding-bottom: 20px;
  }
  .inner-banner .text h2:after {
    width: 40px;
  }
  .inner-banner .sub-nav ul li a {
    line-height: 70px;
  }
  .inner-title h2:after {
    width: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .header .con {
    padding: 0 30px;
  }
  .header .con .nav > ul > li {
    margin-right: 3vw;
  }
  .inner-banner .sub-nav ul li a {
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    background: #333;
  }
  .header .con {
    justify-content: space-between;
    padding: 0 5%;
  }
  .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: 80px;
    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;
     width: 100%;
    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%;
      padding:0 20px;
  }
  .header .con .nav > ul > li .nav-down ul li a {
      text-align: left;
    display: block;
    line-height: 40px;
    color: #666;
    position: relative;
  }
  .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: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 .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: #8d8d8d;
    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 .footer-top .con {
    padding: 40px 5%;
    display: block;
  }
  .footer .footer-top .con .box {
    width: 100%!important;
    margin-top: 30px;
  }
  .footer .footer-top .con .box .logo {
    width: 140px;
    margin: 0 auto;
  }
  .footer .footer-top .con .box .s-title {
    text-align: center;
  }
  .footer .footer-top .con .box .box-list1 {
    display: block;
    justify-content: center;
  }
  .footer .footer-top .con .box .box-list2 {
    display: flex;
    justify-content: center;
  }
  .footer .footer-top .con .box .box-list3 {
    display: flex;
    justify-content: center;
  }
  .footer .footer-top .con .box:first-child {
    margin-top: 0;
  }
  .footer .footer-bottom .con {
    padding: 30px 5% 60px;
  }
  .footer .footer-bottom .con .top {
    display: none;
  }
  .footer .footer-bottom .con .bottom {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .footer .footer-bottom .con .bottom p {
    text-align: center;
    width: 100%;
    order: 2;
    margin-top: 10px;
  }
  .footer .footer-bottom .con .bottom ul {
    width: 100%;
    justify-content: center;
  }
  .inner-banner {
    margin-top: 80px;
  }
  .inner-banner:after {
    display: none;
  }
  #videoPopup .video-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .header .con .logo {
    height: 60px;
  }
  .header:hover .con .nav > ul > li h2 a{
	color: #333;
  }
  .header .con .logo a img {
    height: 30px;
  }
  .header .con .nav {
    top: 60px;
  }
  .header .con .right .search {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
  .header .con .right .search span {
    font-size: 20px;
  }
  .header .con .right .lang {
    margin-right: 10px;
  }
  .header .con .right .lang .lang-box {
    /* width: 36px; */
    height: 36px;
  }
  .header .con .right .lang .lang-box span {
    font-size: 16px;
  }
  .header .con .right .mobile-btn {
    height: 60px;
  }
  .header .search-list .search-box .search-center span {
    font-size: 18px;
  }
  .footer .f-t .footer-top {
    padding: 20px 0;
  }
  .footer .f-t .footer-top .left {
    display: block;
  }
  .footer .f-t .footer-top .left h2 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    top: 0;
  }
  .footer .f-t .footer-top .left ul {
    margin-top: 10px;
  }
  .footer .f-t .footer-top .left ul li a {
    padding: 4px 10px;
  }
  .inner-banner {
    margin-top: 60px;
  }
  .inner-banner .text {
    top: 40%;
  }
  .inner-banner .text h2 {
    padding-bottom: 10px;
  }
  .inner-banner .text h2:after {
    width: 20px;
    height: 3px;
  }
  .inner-banner .sub-nav .con {
    width: 100%;
  }
  .inner-banner .sub-nav ul {
    font-size: 14px;
  }
  .inner-banner .sub-nav ul li:after {
    height: 3px;
  }
  .inner-banner .sub-nav ul li a {
    line-height: 40px;
  }
  .inner-title h2 {
    padding-bottom: 10px;
  }
  .inner-title h2:after {
    width: 20px;
  }
}