@import 'iconfont.css';
@font-face {
  font-family: "iconfont";
  /* Project id 2874806 */
  src: url('/static/en/css/iconfont/iconfont.woff2?t=1635210561214') format('woff2'),
  url('/static/en/css/iconfont/iconfont.woff?t=1635210561214') format('woff'),
  url('/static/en/css/iconfont/iconfont.ttf?t=1635210561214') format('truetype');
}
@font-face {
  font-family: Outfit-Regular;
  src: url("/static/en/fonts/Outfit-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: Outfit-Light;
  src: url("/static/en/fonts/Outfit-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: Outfit-Medium;
  src: url("/static/en/fonts/Outfit-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: Outfit-Bold;
  src: url("/static/en/fonts/Outfit-Bold.ttf");
  font-display: swap;
}
.light {
  font-family: Outfit-Light;
}
.medium {
  font-family: Outfit-Medium;
}
.bold {
  font-family: Outfit-Bold;
}
:root {
  --color: #f05a23;
  --blue: #0b318f;
}
body {
  font-family: Outfit-Regular, "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.swiper-pagination.swiper-pagination-lock {
  display: none!important;
}
.layui-layer-dialog .layui-layer-content{
        word-break: break-word!important;
}
.layui-layer-msg{
     top: 50%!important;
    left: 50%!important;
  transform: translate(-50%, -50%) !important;
}
.text-scroll::-webkit-scrollbar {
  width: 3px;
}
.text-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.text-scroll::-webkit-scrollbar-thumb {
  background: var(--blue);
}
.text-scroll {
  padding-right: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--blue) rgba(0, 0, 0, 0.1);
  scrollbar-base-color: var(--blue);
  scrollbar-track-color: rgba(0, 0, 0, 0.1);
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.s-title h1{
  line-height: 1.3;  
}
.s-title h2 {
  line-height: 1.3;
}
.s-title p {
  line-height: 1.8;
  color: #777;
}
.s-title.center {
  text-align: center;
  width: 828px;
  max-width: 100%;
  margin: 0 auto;
}
.s-title.white h2 {
  color: #fff;
}
.s-title.white p {
  color: #fff;
}
.s-mores a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  position: relative;
}
.s-mores a:before {
  content: '';
  width: 0;
  height: 100%;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.s-mores a em {
  position: relative;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 2;
}
.s-mores a .sign {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.s-mores a .sign span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.s-mores a .sign span:last-child {
  left: -20px;
  top: 20px;
}
.s-mores a:hover:before {
  width: 100%;
}
.s-mores a:hover em {
  color: #fff;
}
.s-mores a:hover .sign span {
  color: #fff;
}
.s-mores a:hover .sign span:first-child {
  top: -20px;
  left: 20px;
}
.s-mores a:hover .sign span:last-child {
  left: 0;
  top: 0;
}
.s-mores.kuang a {
  border: 1px solid #222;
}
.s-mores.kuang a:hover {
  border: 1px solid var(--color);
}
.s-mores.kuang.white a {
  border: 1px solid #fff;
  color: #fff;
}
.s-mores.kuang.white a .sign span {
  color: #fff;
}
.s-mores.kuang.white a:hover {
  border: 1px solid var(--color);
}
.s-mores.orange a {
  background: var(--color);
}
.s-mores.orange a em {
  color: #fff;
}
.s-mores.orange a .sign span {
  color: #fff;
}
.s-mores.blue a {
  background: var(--blue);
}
.s-mores.blue a em {
  color: #fff;
}
.s-mores.blue a .sign span {
  color: #fff;
}
.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner:before{
    content:'';
    display: block;
    padding-top:calc(760 / 1920 * 100%);
}
.inner-banner img {
  position: absolute;    
  width: 100%;
  height: 100%;
  object-fit: cover;
  left:0;
  top:0;
}
.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%);
  color: #fff;
}
.inner-banner .text p {
  width: 584px;
  max-width: 100%;
  line-height: 1.5;
}
.n-body .header {
  background: #fff;
}
.n-body .header .con .logo a img.regular {
  opacity: 0;
}
.n-body .header .con .logo a img.color {
  opacity: 1;
}
.n-body .header .con .nav > ul > li h2 a {
  color: #222;
}
.n-body .header .con .right .search span {
  color: #222;
}
.n-body.grey .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con {
  display: flex;
  align-items: center;
}
.header .con .logo {
  height: 100px;
  display: flex;
  align-items: center;
}
.header .con .logo a {
  position: relative;
}
.header .con .logo a img {
  width: 156px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a img.color {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header .con .logo:hover a img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.header .con .nav {
  flex: 1;
  padding-left:50px;
}
.header .con .nav > ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header .con .nav > ul > li {
  margin-right: 30px;
}
.header .con .nav > ul > li h2 a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
  color: #fff;
  height: 100px;
  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-sub {
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
      background-color: hsla(0,0%,100%,.9);
    -webkit-backdrop-filter: blur(12x);
    backdrop-filter:  blur(12x);
  border-top: 1px solid #e5e5e5;
  display: none;
}
.header .con .nav > ul > li .nav-sub:after {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .con .nav > ul > li .nav-sub .box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.header .con .nav > ul > li .nav-sub .box .tu {
  width: 320px;
  overflow: hidden;
}
.header .con .nav > ul > li .nav-sub .box .tu img {
  width: 100%;
  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-sub .box .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.header .con .nav > ul > li .nav-sub .box ul {
  width: calc(100% - 400px);
  display: flex;
  flex-wrap: wrap;
}
.header .con .nav > ul > li .nav-sub .box ul li {
  width: 33.333%;
  height: 16px;
  display: flex;
  margin-top: 30px;
}
.header .con .nav > ul > li .nav-sub .box ul li a {
  display: flex;
  align-items: center;
}
.header .con .nav > ul > li .nav-sub .box ul li a em {
  line-height: 1;
  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-sub .box ul li a .sign {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.header .con .nav > ul > li .nav-sub .box ul li a .sign span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
  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-sub .box ul li a .sign span:last-child {
  left: -20px;
  top: 20px;
}
.header .con .nav > ul > li .nav-sub .box ul li a:hover em {
  color: var(--color);
}
.header .con .nav > ul > li .nav-sub .box ul li a:hover .sign span {
  color: var(--color);
}
.header .con .nav > ul > li .nav-sub .box ul li a:hover .sign span:first-child {
  top: -20px;
  left: 20px;
}
.header .con .nav > ul > li .nav-sub .box ul li a:hover .sign span:last-child {
  left: 0;
  top: 0;
}
.header .con .nav > ul > li:hover h2 a {
  color: var(--color) !important;
}
.header .con .right .lang {
  display: none;
}
.header .con .right .search span {
  font-size: 18px;
  color: #fff;
  line-height: 100px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .search span:hover {
  color: var(--color) !important;
}
.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;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .search-list .search-box .search-center {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.header .search-list .search-box .search-center input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  padding-right: 40px;
}
.header .search-list .search-box .search-center span {
  position: absolute;
  color: #333;
  font-size: 20px;
  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 .search-list .closes {
  position: fixed;
  width: 100px;
  height: 100px;
  right: 100px;
  top: 0;
  z-index: 5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .search-list .closes span {
  display: block;
  font-size: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .search-list .closes:hover span {
  color: var(--color);
}
.header:hover {
    background-color: hsla(0,0%,100%,.9);
    -webkit-backdrop-filter: blur(12x);
    backdrop-filter:  blur(12x);
}
.header:hover .con .logo a img.regular {
  opacity: 0;
}
.header:hover .con .logo a img.color {
  opacity: 1;
}
.header:hover .con .nav > ul > li h2 a {
  color: #222;
}
.header:hover .con .right .search span {
  color: #222;
}
.header.active {
    background-color: hsla(0,0%,100%,.9);
    -webkit-backdrop-filter: blur(12x);
    backdrop-filter:  blur(12x);
}
.header.active .con .logo a img.regular {
  opacity: 0;
}
.header.active .con .logo a img.color {
  opacity: 1;
}
.header.active .con .nav > ul > li h2 a {
  color: #222;
}
.header.active .con .right .search span {
  color: #222;
}
.header.hides {
  top: -110px;
}
.footer-adv {
  position: relative;
  overflow: hidden;
}
.footer-adv img {
  width: 100%;
}
.footer-adv .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer-adv .text .s-mores {
  display: flex;
  justify-content: center;
}
.footer {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
}
.footer .top ul {
  display: flex;
  justify-content: space-between;
}
.footer .top ul li {
  width: 25%;
}
.footer .top ul li a {
  display: flex;
}
.footer .top ul li a .icons {
  margin-right: 20px;
  flex-shrink: 0;
}
.footer .top ul li a .icons img {
  height: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .top ul li a .text h2 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .top ul li a .text p {
  color: #777;
  margin-top: 4px;
  line-height: 1.3;
}
.footer .top ul li:hover a .icons img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.footer .top ul li:hover a .text h2 {
  color: var(--color);
}
.footer .middle {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .middle > ul {
  display: flex;
  justify-content: space-between;
}
.footer .middle > ul > li h2 a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .middle > ul > li h2 a:hover {
  color: var(--color);
}
.footer .middle > ul > li ul li a {
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .middle > ul > li ul li:not(:first-child) {
  margin-top: 20px;
}
.footer .middle > ul > li ul li:hover a {
  color: var(--color);
}
.footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .bottom .left ul {
  display: flex;
}
.footer .bottom .left ul li {
  position: relative;
  padding: 0 14px;
}
.footer .bottom .left ul li:after {
  content: '/';
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer .bottom .left ul li a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .bottom .left ul li a:hover {
  color: var(--color);
}
.footer .bottom .left ul li:first-child {
  padding-left: 0;
}
.footer .bottom .left ul li:last-child {
  padding-right: 0;
}
.footer .bottom .left ul li:last-child:after {
  display: none;
}
.footer .bottom .left p {
  margin-top: 6px;
  color: #777;
}
.footer .bottom .left p a {
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin-left: 8px;
}
.footer .bottom .left p a:hover {
  color: var(--color);
}
.footer .bottom .right {
  width: 370px;
}
.slide-right {
  position: fixed;
  width: 100px;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-left: 1px solid #e5e5e5;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right .jian {
  position: absolute;
  width: 30px;
  height: 36px;
  left: 0;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right .lang {
  height: 100px;
  border-bottom: 1px solid #e5e5e5;
}
.slide-right .lang a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right .lang:hover a {
  color: var(--color);
}
.slide-right ul li {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.slide-right ul li a .center {
  text-align: center;
}
.slide-right ul li a .center .icons {
  transform: translateY(20px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right ul li a .center .icons svg {
  width: 20px;
}
.slide-right ul li a .center .icons svg .cls-1 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right ul li a .center h2 {
  color: #fff;
  line-height: 1.2;
  margin-top: 4px;
  transform: translateY(20px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right ul li:hover {
  border-bottom: 1px solid #e5e5e5;
}
.slide-right ul li:hover a .center .icons {
  transform: translateY(0);
}
.slide-right ul li:hover a .center .icons svg .cls-1 {
  fill: var(--color);
}
.slide-right ul li:hover a .center h2 {
  color: var(--color);
  transform: translateY(0);
}
.slide-right .backTop {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: #f7f7f7;
  cursor: pointer;
  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;
}
.slide-right .backTop .icons svg {
  width: 20px;
}
.slide-right .backTop .icons svg .cls-1 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right .backTop:hover {
  background: var(--color);
}
.slide-right .backTop:hover .icons svg .cls-1 {
  fill: #fff;
}
.slide-right.hides {
   right:-100px;
}
.slide-right.hides .jian {
   opacity: 1;
   left:-30px;
}
.layui-form-select:before{
    content:'';
    width: 100%;
    height: 10px;
    position: absolute;
    left:0;
    bottom:-10px;
}
.layui-form-select:after{
    content:'';
    width: 100%;
    height: 10px;
    position: absolute;
    left:0;
    top:-10px;
}
.layui-form-select input {
  height: 50px;
  border: none;
  padding: 0 20px;
}
.layui-form-select .layui-edge {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: 20px;
  border: none;
}
.layui-form-select .layui-edge:after {
  content: '\e603';
  font-family: iconfont;
  color: #222;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1;
}
.layui-form-select dl {
  top: 55px;
  bottom: auto;
}
.layui-form-select dl dd {
  line-height: 44px;
  padding: 0 20px;
  color: #222;
  font-size: 14px;
}
.layui-form-select dl dd:first-child {
  display: none;
}
.layui-form-select dl dd.layui-this {
  color: #fff;
  background: var(--color);
}
.layui-form-select dl dd:hover {
  color: #fff;
  background: var(--color);
}
.layui-form-selectup dl {
  top: auto;
  bottom: 55px;
}
.layui-form-selectup dl dd {
  line-height: 44px;
  padding: 0 20px;
  color: #222;
  font-size: 14px;
}
.layui-form-selectup dl dd:first-child {
  display: none;
}
.layui-form-selectup dl dd.layui-this {
  color: #fff;
  background: var(--color);
}
.layui-form-selectup dl dd:hover {
  color: #fff;
  background: 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: 1600px) {
  .header .con .logo {
    height: 80px;
  }
  .header .con .logo a img {
    width: 136px;
  }
  .header .con .nav{
      padding-left:50px;
  }
  .header .con .nav > ul > li {
    margin-right: 1.5vw;
  }
  .header .con .nav > ul > li h2 a{
    height: 80px;
  }
  .header .con .nav > ul > li .nav-sub {
    top: 80px;
  }
  .header .con .nav > ul > li .nav-sub .box {
    padding: 40px 0;
  }
  .header .con .nav > ul > li .nav-sub .box ul {
    width: calc(100% - 360px);
  }
  .header .con .nav > ul > li .nav-sub .box ul li {
    margin-top: 20px;
  }
  .header .con .nav > ul > li .nav-sub .box .tu {
    width: 280px;
  }
  .header .con .right .search span {
    line-height: 80px;
  }
  .header .search-list .search-box {
    height: 80px;
  }
  .header .search-list .closes {
    width: 80px;
    height: 80px;
    right: 80px;
  }
  .footer .top ul li a .icons {
    margin-right: 16px;
  }
  .footer .top ul li a .icons img {
    height: 44px;
  }
  .footer .middle > ul > li ul li:not(:first-child) {
    margin-top: 14px;
  }
  .footer .bottom .right {
    width: 300px;
  }
  .slide-right {
    width: 80px;
  }
  .slide-right .lang {
    height: 80px;
  }
  .slide-right ul li {
    height: 80px;
  }
  .slide-right .backTop {
    height: 80px;
  }
  .slide-right.hides{
    right:-80px;
  }
}
@media screen and (max-width: 1440px) {
  .s-mores a {
    width: 140px;
    height: 44px;
  }
  .s-mores a .sign {
    width: 16px;
    height: 16px;
  }
  .s-mores a .sign span {
    font-size: 16px;
  }
  .header .con .nav > ul > li .nav-sub .box ul li a .sign {
    width: 16px;
    height: 16px;
  }
  .header .con .nav > ul > li .nav-sub .box ul li a .sign span {
    font-size: 16px;
  }
  .footer .top ul li a .icons img {
    height: 40px;
  }
  .footer .top ul li:not(:last-child) {
    padding-right: 10px;
  }
  .slide-right ul li a .center .icons {
    transform: translateY(16px);
  }
  .slide-right ul li a .center .icons svg {
    width: 16px;
  }
  .slide-right ul li a .center h2 {
    font-size: 12px;
    transform: translateY(16px);
    margin-top: 2px;
  }
  .slide-right .backTop .icons svg {
    width: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .header .con {
    width: 88%;
  }
  .header .con .nav > ul > li .nav-sub .box ul li {
    width: 50%;
  }
  .header .con .right {
    padding-right: 20px;
  }
  .footer .middle > ul > li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .footer .top ul li a .icons img {
    height: 34px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    margin-top: 70px;
  }
  .header {
    background: #fff;
  }
  .header .con {
    width: 90%;
    justify-content: space-between;
  }
  .header .con .logo {
    height: 70px;
  }
  .header .con .logo a img.regular {
    opacity: 0;
  }
  .header .con .logo a img.color {
    opacity: 1;
  }
  .header .con .nav {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 70px;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    padding-left:0;
  }
  .header .con .nav > ul {
    display: block;
    padding: 0 5%;
  }
  .header .con .nav > ul > li {
    margin-right: 0;
    border-top: 1px solid #eee;
  }
  .header .con .nav > ul > li h2 {
    position: relative;
  }
  .header .con .nav > ul > li h2:after {
    content: '\e603';
    font-family: iconfont;
    font-size: 16px;
    position: absolute;
    line-height: 60px;
    right: 0;
    top: 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 {
    line-height: 60px;
  }
  .header .con .nav > ul > li h2 a {
    width: 70%;
    color: #333;
    font-size: 16px;
    height: 60px;
  }
  .header .con .nav > ul > li .nav-sub {
    border-top: none;
    position: relative;
    top: 0;
  }
  .header .con .nav > ul > li .nav-sub:after {
    display: none;
  }
  .header .con .nav > ul > li .nav-sub .box {
    padding: 0 20px;
    width: 100%;
  }
  .header .con .nav > ul > li .nav-sub .box .tu {
    display: none;
  }
  .header .con .nav > ul > li .nav-sub .box ul {
    width: 100%;
    display: block;
    padding-bottom: 24px;
  }
  .header .con .nav > ul > li .nav-sub .box ul li {
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
  .header .con .nav > ul > li .nav-sub .box ul li:first-child {
    margin-top: 0;
  }
  .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(1) h2 a {
    width: 100%;
  }
    .header .con .nav > ul > li:nth-child(1) h2:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
    .header .con .nav > ul > li:nth-child(5) h2 a {
    width: 100%;
  }
  .header .con .nav > ul > li:nth-child(5) h2:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  .header .con .nav > ul > li:nth-child(6) h2 a {
    width: 100%;
  }
  .header .con .nav > ul > li:nth-child(6) h2:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  .header .con .nav > ul > li:nth-child(7) h2 a {
    width: 100%;
  }
    .header .con .nav > ul > li:nth-child(7) h2:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  .header .con .nav > ul > li:nth-child(8) h2 a {
    width: 100%;
  }
    .header .con .nav > ul > li:nth-child(8) h2:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  .header .con .nav.active {
    right: 0;
  }
  .header .con .right {
    display: flex;
    padding-right: 0;
  }
    .header .con .right .lang {
    display: block;
    margin-right: 20px;
  }
  .header .con .right .lang a {
    font-size: 16px;
    color: #222;
    line-height: 70px;
  }
  .header .con .right .search {
    margin-right: 20px;
  }
  .header .con .right .search span {
    font-size: 20px;
    color: #222;
    line-height: 70px;
  }
  .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: #333;
    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);
  }
  .header .search-list .closes {
    right: 0;
  }
  .footer-adv {
    height: 200px;
  }
  .footer-adv img {
    height: 100%;
    object-fit: cover;
  }
  .footer .top {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .footer .top ul {
    flex-wrap: wrap;
  }
  .footer .top ul li {
    padding-right: 0!important;
  }
  .footer .top ul li a {
    display: block;
    text-align: center;
  }
  .footer .top ul li a .icons {
    margin: 0 auto;
  }
  .footer .top ul li a .text {
    margin-top: 14px;
  }
  .footer .top ul li a .text p {
    margin-top: 0;
  }
  .footer .middle {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer .middle > ul {
    display: block;
  }
  .footer .middle > ul > li {
    margin-right: 0!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer .middle > ul > li h2 {
    position: relative;
  }
  .footer .middle > ul > li h2:after {
    content: '\e603';
    font-family: iconfont;
    font-size: 16px;
    color: #222;
    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;
  }
  .footer .middle > ul > li h2 a {
    display: block;
    width: 70%;
    line-height: 50px;
  }
  .footer .middle > ul > li ul {
    display: none;
    margin-top: 0;
    padding: 0 20px 10px;
  }
  .footer .middle > ul > li ul li {
    margin-top: 0!important;
  }
  .footer .middle > ul > li ul li a {
    display: block;
    line-height: 40px;
  }
  .footer .middle > ul > li.active h2:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .footer .middle > ul > li:nth-child(6) h2:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  .footer .middle > ul > li:nth-child(6) h2 a {
    width: 100%;
  }
  .slide-right {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #videoPopup .video-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .s-title p {
    line-height: 1.6;
  }
  .inner-banner {
    margin-top: 60px;
  }
  .inner-banner .text p {
    font-size: 16px;
  }
  .header .con .logo {
    height: 60px;
  }
  .header .con .logo a img {
    width: 120px;
  }
  .header .con .nav {
    top: 60px;
  }
    .header .con .nav > ul > li h2 {
    line-height: 50px;
  }
    .header .con .right .lang a {
    line-height: 60px;
  }
  .header .con .right .search span {
    line-height: 60px;
  }
  .header .con .right .mobile-btn {
    height: 60px;
  }
  .header .search-list .search-box {
    height: auto;
    padding: 50px 0 30px;
  }
  .header .search-list .closes {
    width: 20px;
    height: 40px;
    top: 4px;
    right: 5%;
  }
  .footer-adv .text .s-title p {
    margin-top: 4px;
  }
  .footer .top ul li {
    width: 50%;
  }
  .footer .top ul li:nth-child(n+3) {
    margin-top: 30px;
  }
  .footer .bottom {
    flex-wrap: wrap;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .footer .bottom .left {
    width: 100%;
    order: 2;
    margin-top: 8vw;
  }
  .footer .bottom .left ul li {
    padding: 0 10px;
    line-height: 1.3;
  }
  .footer .bottom .left ul li:after {
    right: 6px;
  }
  .footer .bottom .left p {
    text-align: center;
    margin-top: 14px;
  }
  .footer .bottom .right {
    width: 100%;
  }
}

