@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: FWC26-NormalLight;
  src: url("../fonts/FWC26-NormalLight.otf");
  font-display: swap;
}
@font-face {
  font-family: FWC26-NormalBold;
  src: url("../fonts/FWC26-NormalBold.otf");
  font-display: swap;
}
@font-face {
  font-family: FWC26-NormalRegular;
  src: url("../fonts/FWC26-NormalRegular.otf");
  font-display: swap;
}
@font-face {
  font-family: FWC26-NormalThin;
  src: url("../fonts/FWC26-NormalThin.otf");
  font-display: swap;
}
@font-face {
  font-family: FWC26-UltraCondensedRegular;
  src: url("../fonts/FWC26-UltraCondensedRegular.otf");
  font-display: swap;
}
@font-face {
  font-family: FWC26-CondensedMedium;
  src: url("../fonts/FWC26-CondensedMedium.otf");
  font-display: swap;
}
@font-face {
  font-family: FWC26-UltraCondensedBlack;
  src: url("../fonts/FWC26-UltraCondensedBlack.otf");
  font-display: swap;
}
@font-face {
  font-family: FWC26-NormalMedium;
  src: url("../fonts/FWC26-NormalMedium.otf");
  font-display: swap;
}
@font-face {
  font-family: FWC26-NormalBold;
  src: url("../fonts/FWC26-NormalBold.otf");
  font-display: swap;
}
:root {
  --color: #ebff00;
}
body {
  font-family: FWC26-NormalLight, "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
}
* {
  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;
}
.s-title {
  text-align: center;
}
.s-title h2 {
  font-family: FWC26-UltraCondensedBlack;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -2px;
  font-weight: 400;
}
.s-title p {
  font-family: FWC26-NormalThin;
  color: #fff;
  width: 934px;
  max-width: 100%;
  margin: 30px auto 0;
}
.s-title.white h2 {
  color: #fff;
}
.s-title.yellow h2 {
  color: var(--color);
}
.mores {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.mores a {
  display: block;
  width: 190px;
  height: 66px;
  color: #fff;
  text-align: center;
  line-height: 66px;
  font-family: FWC26-NormalBold;
  background: #111;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow 0.3s ease, background-color 0.3s ease;
}
.mores a:hover {
  color: #111;
  transform: scale(1.05);
  /* �Ŵ� 10% */
  background-color: var(--color);
  /* ��ɫ���� */
}
.mores.yellow a {
  color: #111;
  background-color: var(--color);
  /* ��ɫ���� */
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.header .con .logo {
  position: absolute;
  left: 0;
  top: -10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a img {
  height: 70px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a img.white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header .con .nav {
  flex: 1;
}
.header .con .nav > ul {
  display: flex;
  justify-content: flex-end;
}
.header .con .nav > ul > li {
  position: relative;
  margin-right: 40px;
}
.header .con .nav > ul > li h2 {
  position: relative;
}
.header .con .nav > ul > li h2 a {
  display: block;
  color: #111;
  height: 1.2em;
  overflow: hidden;
  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 .scrl-inner {
  display: grid;
  grid-template-columns: auto;
  height: 1.2em;
}
.header .con .nav > ul > li h2 a .scrl-inner * {
  line-height: 1!important;
  height: 1.2em;
  display: inline-flex;
  align-items: center;
}
.header .con .right {
  display: flex;
  align-items: center;
  height: 1.2em;
}
.header .con .right .search {
  padding-right: 24px;
  position: relative;
}
.header .con .right .search:after {
  content: '';
  width: 1px;
  height: 18px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header .con .right .search a {
  color: #111;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .search span {
  font-size: 20px;
  position: relative;
}
.header .con .right .search a {
  display: block;
  color: #111;
  /*height: 21px;*/
  overflow: hidden;
}
.header .con .right .search a .scrl-inner {
  display: grid;
  grid-template-columns: auto;
  height: 21px;
}
.header .con .right .search a .scrl-inner * {
  line-height: 1!important;
  height: 21px;
  display: inline-flex;
  align-items: center;
}
.header .con .right .lang {
  padding-left: 24px;
}
.header .con .right .lang a {
  color: #111;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .lang span {
  font-size: 16px;
  position: relative;
}
.header .con .right .lang a {
  display: block;
  color: #111;
 /* height: 16px;*/
  overflow: hidden;
}
.header .con .right .lang a .scrl-inner {
  display: grid;
  grid-template-columns: auto;
  height: 16px;
}
.header .con .right .lang a .scrl-inner * {
  line-height: 1!important;
  height: 16px;
  display: inline-flex;
  align-items: center;
}
.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: 800px;
  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: 22px;
  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: #000;
    font-weight: bold;
}
.header .lang-list {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.header .lang-list .lang-box {
  background: #fff;
  padding: 40px 0;
}
.header .lang-list .lang-box ul li {
  text-align: center;
}
.header .lang-list .lang-box ul li a {
  color: #111;
}
.header .lang-list .lang-box ul li a:hover {
  text-decoration: underline;
}
.header .lang-list .lang-box ul li:not(:first-child) {
  margin-top: 10px;
}
.header.active {
  background: #fff;
}
.header.active .con .logo {
  top: -20px;
}
.header.active .con .logo a img {
  height: 60px;
}
.header.hides {
  top: -100px;
}
.header.hides .con .logo {
  top: -20px;
}
.header.hides .con .logo a img {
  height: 60px;
}
.n-body .header .con .logo a img.regular {
  opacity: 0;
}
.n-body .header .con .logo a img.white {
  opacity: 1;
}
.n-body .header .con .nav > ul > li h2 a {
  color: #fff;
}
.n-body .header .con .right a {
  color: #fff;
}
.n-body .header .con .right .search:after {
  background: rgba(255, 255, 255, 0.4);
}
.n-body .header.active {
  background: #fff;
}
.n-body .header.active .con .logo {
  top: -20px;
}
.n-body .header.active .con .logo a img {
  height: 60px;
}
.n-body .header.active .con .logo a img.regular {
  opacity: 1;
}
.n-body .header.active .con .logo a img.white {
  opacity: 0;
}
.n-body .header.active .con .nav > ul > li h2 a {
  color: #111;
}
.n-body .header.active .con .right a {
  color: #111;
}
.n-body .header.active .con .right .search:after {
  background: rgba(0, 0, 0, 0.4);
}
.n-body .header.hides {
  top: -100px;
}
.n-body .header.hides .con .logo {
  top: -20px;
}
.n-body .header.hides .con .logo a img {
  height: 60px;
}
.n-body .header.hides .con .logo a img.regular {
  opacity: 1;
}
.n-body .header.hides .con .logo a img.white {
  opacity: 0;
}
.footer .footer-top {
  background: #202020;
}
.footer .footer-top .con {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .con .left .logo img {
  width: 250px;
}
.footer .footer-top .con .left .shares ul {
  display: flex;
  flex-wrap: wrap;
  width: 225px;
}
.footer .footer-top .con .left .shares ul li:nth-child(n+6){
    margin-top:14px;
}
.footer .footer-top .con .left .shares ul li {
  position: relative;
  overflow: hidden;
}
.footer .footer-top .con .left .shares ul li .icons {
  position: relative;
}
.footer .footer-top .con .left .shares ul li .icons img {
  height: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .left .shares ul li .icons img.color {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.footer .footer-top .con .left .shares ul li .erweima {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 30px;
  width: 90px;
  border-radius: 4px;
  padding: 5px;
  background: #fff;
  opacity: 0;
}
.footer .footer-top .con .left .shares ul li .erweima img {
  width: 100%;
}
.footer .footer-top .con .left .shares ul li .erweima:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fff;
}
.footer .footer-top .con .left .shares ul li:not(:nth-child(5n)) {
  margin-right: 20px;
}
.footer .footer-top .con .left .shares ul li:hover {
  overflow: inherit;
}
.footer .footer-top .con .left .shares ul li:hover .icons img.regular {
  opacity: 0;
}
.footer .footer-top .con .left .shares ul li:hover .icons img.color {
  opacity: 1;
}
.footer .footer-top .con .left .shares ul li:hover .erweima {
  opacity: 1;
  top: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .right {
  width: 715px;
  max-width: 100%;
}
.footer .footer-top .con .right .nav ul {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .con .right .nav ul li a {
  display: block;
  color: #fff;
  height: 1.2em;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .right .nav ul li a .scrl-inner {
  display: grid;
  grid-template-columns: auto;
  height: 1.2em;
}
.footer .footer-top .con .right .nav ul li a .scrl-inner * {
  line-height: 1!important;
  height: 1.2em;
  display: inline-flex;
  align-items: center;
}
.footer .footer-top .con .right .ctn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-top .con .right .ctn-list .box {
  width: 50%;
}
.footer .footer-top .con .right .ctn-list .box ul{
  display: flex;
  justify-content: flex-end;    
}
.footer .footer-top .con .right .ctn-list .box ul li {
  width: 90px;
  background: #fff;
  padding: 4px;
  border-radius: 5px;
}
.footer .footer-top .con .right .ctn-list .box ul li img {
  width: 100%;
}
.footer .footer-top .con .right .ctn-list .box ul li:not(:last-child) {
  margin-right: 10px;
}
.footer .footer-top .con .right .ctn-list .box:last-child {
  width: auto;
}
.footer .footer-top .con .right .ctn-list .box:nth-child(n+3) {
  margin-top: 50px;
}
.footer .footer-top .con .right .ctn-list .box h3 {
  color: #757575;
  margin-bottom: 10px;
}
.footer .footer-top .con .right .ctn-list .box p a {
  color: #fff;
  position: relative;
}
.footer .footer-top .con .right .ctn-list .box p a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  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;
}
.footer .footer-top .con .right .ctn-list .box p a:hover:after {
  width: 100%;
  left: 0;
}
.footer .footer-bottom {
  background: #0c0c0c;
}
.footer .footer-bottom .con {
  display: flex;
  justify-content: space-between;
}
.footer .footer-bottom .con p {
  font-family: FWC26-NormalThin;
  letter-spacing: 1px;
  color: #9b9b9b;
}
.footer .footer-bottom .con ul {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-bottom .con ul li a {
  font-family: FWC26-NormalThin;
  letter-spacing: 1px;
  color: #9b9b9b;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con ul li a:hover {
  color: #fff;
}
.footer .footer-bottom .con ul li:not(:last-child) {
  margin-right: 10px;
}
.ctn6-footer {
  overflow: hidden;
  background: #ff2103;
  position: relative;
}
.ctn6-footer .con {
  position: relative;
  z-index: 2;
}
.ctn6-footer .con ul {
  display: flex;
  justify-content: center;
}
.ctn6-footer .con ul li a {
  display: flex;
  align-items: center;
  width: 264px;
  height: 60px;
  padding-left: 30px;
  background: #191410;
  border-radius: 30px;
  position: relative;
}
.ctn6-footer .con ul li a img {
  width: 22px;
  position: relative;
  top: -1px;
}
.ctn6-footer .con ul li a h2 {
  font-family: FWC26-NormalBold;
  color: #fff;
  margin-left: 12px;
}
.ctn6-footer .con ul li a h3 {
  width: 20px;
  height: 21px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn6-footer .con ul li a h3 span {
  position: relative;
  left: 0;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn6-footer .con ul li a h3 span.hover {
  position: absolute;
  left: -20px;
  top: 0;
  color: var(--color);
}
.ctn6-footer .con ul li:not(:last-child) {
  margin-right: 20px;
}
.ctn6-footer .con ul li:hover a h3 span.regular {
  left: 20px;
}
.ctn6-footer .con ul li:hover a h3 span.hover {
  left: 0;
}
.ctn6-footer .con .ctn-list .swiper-container {
  padding-bottom: 0;
}
.ctn6-footer .con .ctn-list .swiper-container .swiper-wrapper {
  transition-timing-function: linear!important;
}
.ctn6-footer .con .ctn-list .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ctn6-footer .con .ctn-list .swiper-container .swiper-wrapper .swiper-slide img {
  max-height: 100%;
}
.ctn6-footer .hua {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn6-footer .hua img {
  width: 146px;
}
.form-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.form-alert .center {
  position: absolute;
  width: 66.666%;
  min-width: 1000px;
  padding: 20px 0;
  border-radius: 200px 16px 200px 16px;
  overflow: hidden;
  background: url(../img/tu4.jpg) no-repeat;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.form-alert .center .con {
  width: 46.8%;
  background: #fff;
  border-radius: 60px;
  border: solid 4px #111111;
  padding: 30px 100px;
  margin: 0 auto;
  position: relative;
}
.form-alert .center .con .closes {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.form-alert .center .con .closes:hover{
    	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.form-alert .center .con .closes:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background: #111;
  /* ������ɫ */
  transform-origin: center;
  transition: background 0.3s;
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-alert .center .con .closes:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background: #111;
  /* ������ɫ */
  transform-origin: center;
  transition: background 0.3s;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-alert .center .con .box .inp {
  display: flex;
  overflow: hidden;
}
.form-alert .center .con .box .inp h2 {
  flex-shrink: 0;
  line-height: 40px;
  color: #111;
}
.form-alert .center .con .box .inp h2 span {
  color: #e72020;
  font-family: FWC26-NormalRegular;
  margin-left: 4px;
}
.form-alert .center .con .box .inp .layui-form-select .layui-select-title {
  width: 80px;
}
.form-alert .center .con .box .inp .layui-form-select .layui-select-title input {
  font-size: 14px !important;
  transform: none !important;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  color: #111 !important;
  opacity: 1 !important;
}
.form-alert .center .con .box .inp .layui-form-select .layui-edge {
  border-top-color: #111;
  margin-top: -4px;
}
.form-alert .center .con .box .inp .layui-form-select.layui-form-selected .layui-edge {
  margin-top: -10px;
}
.form-alert .center .con .box .inp .layui-form-select dl dd {
  font-size: 14px !important;
  transform: none !important;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  color: #111 !important;
  opacity: 1 !important;
  background-color: transparent !important;
}
.form-alert .center .con .box .inp .layui-form-select dl dd.layui-this {
  background-color: var(--color) !important;
}
.form-alert .center .con .box .inp select {
  border: none;
  margin-left: 8px;
  flex-shrink: 0;
}
.form-alert .center .con .box .inp input {
    font-family: FWC26-NormalRegular;
  width: 100%;
  height: 40px;
  border: none!important;
  padding-left: 14px;
  color: #111;
  background: none;
}
.form-alert .center .con .box .inp textarea {
    font-family: FWC26-NormalRegular;
  width: 100%;
  height: 200px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 14px;
  color: #111;
   background: none;
}
.form-alert .center .con .box .inp:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.form-alert .center .con .btn {
  display: flex;
  justify-content: center;
}
.form-alert .center .con .btn button {
  display: block;
  width: 150px;
  height: 52px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-family: FWC26-NormalMedium;
  background: #111;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow 0.3s ease, background-color 0.3s ease;
  border: none;
}
.form-alert .center .con .btn button:hover {
  color: #111;
  transform: scale(1.05);
  /* �Ŵ� 10% */
  background-color: var(--color);
  /* ��ɫ���� */
}
.slide-right {
  position: fixed;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: linear-gradient(55deg, #111111 0%, #24369f 50%, #304ffe 100%);
  right: 20px;
  opacity: 0;
  bottom: -100%;
  z-index: 100;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.slide-right a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slide-right a h2 {
  font-family: FWC26-NormalMedium;
  font-size: 9px;
  color: #fff;
  margin-top: 10px;
}
.slide-right.active {
  bottom: 20px;
  opacity: 1;
}
#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: 1700px) {
  .s-title h2 {
    font-size: 4.6vw;
    line-height: 4.2vw;
    letter-spacing: 0;
  }
  .s-title p {
    margin: 1.5vw auto 0;
  }
  .mores {
    margin-top: 3vw;
  }
  .header .con .nav > ul > li {
    margin-right: 2vw;
  }
  .footer .footer-top .con .right .ctn-list .box:last-child {
    margin-top: 2.5vw;
  }
  .form-alert .center {
    border-radius: 10vw 16px 10vw 16px;
  }
  .form-alert .center .con {
    padding: 1.5vw 5vw;
    border-radius: 3vw;
  }
  .form-alert .center .con .box .inp textarea {
    height: 10vw;
  }
}
@media screen and (max-width: 1400px) {
  .mores a {
    width: 180px;
    height: 60px;
    line-height: 60px;
  }
  .header {
    padding: 30px;
  }
  .header .con .logo a img {
    height: 70px;
  }
  .header.active .con .logo a img {
    height: 54px;
  }
  .header.hides .con .logo a img {
    height: 54px;
  }
  .footer .footer-top .con .right {
    width: 670px;
  }
  .ctn6-footer .con .ctn-list .swiper-container .swiper-wrapper .swiper-slide {
    height: 52px;
  }
  .ctn6-footer .hua img {
    width: 110px;
  }
  .slide-right {
    width: 80px;
    height: 80px;
  }
  .slide-right img {
    width: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .s-title p {
    margin: 2vw auto 0;
  }
  .mores {
    margin-top: 4vw;
  }
  .header {
    background: #fff;
    padding: 30px 5%;
  }
  .header .con {
    position: relative;
  }
  .header .con .logo {
    top: -17px;
  }
  .header .con .logo a img {
    height: 50px;
  }
  .header .con .nav {
    position: fixed;
    top: 76px;
    width: 100%;
    background: #fff;
    padding: 0 5% 20px;
    left: auto;
    bottom: 0;
    right: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid #f2f2f2;
    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%;
    overflow: hidden;
  }
  .header .con .nav > ul > li h2 {
    border-bottom: 1px solid #f2f2f2;
  }
  .header .con .nav > ul > li h2:before {
    content: '\e683';
    font-family: iconfont;
    font-size: 20px;
    color: #111;
    line-height: 50px;
    position: absolute;
    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:after {
    display: none;
  }
  .header .con .nav > ul > li h2 a {
    width: 100%;
    height: 50px;
  }
  .header .con .nav > ul > li h2 a .scrl-inner {
    height: 50px;
  }
  .header .con .nav > ul > li h2 a .scrl-inner * {
    height: 50px;
  }
  .header .con .nav > ul > li:first-child h2:before {
    content: '\e683';
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .header .con .nav > ul > li:first-child h2 a {
    width: 100%;
  }
  .header .con .nav.active {
    right: 0;
  }
  .header .con .right .search {
    padding-right: 0;
  }
  .header .con .right .search:after {
    display: none;
  }
  .header .con .right .search span {
    top: 2px;
  }
  .header .con .right .lang {
    padding-left: 20px;
    margin-right: 20px;
  }
  .header .con .right .lang span {
    top: 0;
  }
  .header .con .right .mobile-btn {
    width: 20px;
    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: #111;
    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 .search-box {
    padding: 30px 0;
  }
  .header .search-list .search-box .search-center {
    max-width: 90%;
  }
  .header .search-list .search-box .search-center input {
    font-size: 14px;
  }
  .header .lang-list .lang-box {
    padding: 30px 0;
  }
  .n-body .header .con .logo a img.regular {
    opacity: 1;
  }
  .n-body .header .con .logo a img.white {
    opacity: 0;
  }
  .n-body .header .con .nav > ul > li h2 a {
    color: #111;
  }
  .n-body .header .con .right a {
    color: #111;
  }
  .n-body .header .con .right .search:after {
    background: rgba(0, 0, 0, 0.4);
  }
  .footer .footer-top .con {
    display: block;
  }
  .footer .footer-top .con .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .footer .footer-top .con .left .logo img {
    width: 200px;
  }
  .footer .footer-top .con .right {
    width: 100%;
    margin-top: 5vw;
    position: relative;
    z-index: 1;
  }
  .footer .footer-top .con .right .nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .footer-top .con .right .nav ul li:not(:last-child) {
    margin-right: 4vw;
  }
  .footer .footer-top .con .right .ctn-list {
    justify-content: flex-start;
  }
  .ctn6-footer .hua img {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #videoPopup .video-box {
    width: 90%;
  }
  .header {
    padding: 22px 5%;
  }
  .header .con .logo {
    top: -13px;
  }
  .header .con .logo a img {
    height: 44px;
  }
  .header .con .nav {
    top: 60px;
  }
  .form-alert .center {
    width: 96%;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .s-title h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .s-title p {
    margin: 4vw auto 0;
  }
  .mores {
    margin-top: 7vw;
  }
  .footer .footer-top .con .left .logo img {
    width: 180px;
  }
  .footer .footer-top .con .right {
    margin-top: 6vw;
  }
  .footer .footer-top .con .right .nav ul li {
    margin-top: 10px;
  }
  .footer .footer-top .con .right .ctn-list {
    margin-top: 3vw;
  }
  .footer .footer-top .con .right .ctn-list .box {
    width: 100%;
    margin-top: 20px!important;
  }
  .footer .footer-top .con .right .ctn-list .box h3 {
    margin-bottom: 4px;
  }
  .footer .footer-top .con .right .ctn-list .box p {
    font-size: 14px;
  }
  .footer .footer-bottom .con {
    display: block;
  }
  .footer .footer-bottom .con p {
    text-align: center;
    font-size: 12px;
  }
  .footer .footer-bottom .con ul {
    justify-content: center;
    margin-top: 10px;
  }
  .footer .footer-bottom .con ul li {
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
  }
  .ctn6-footer .hua img {
    width: 60px;
  }
  .ctn6-footer .con ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ctn6-footer .con ul li {
    margin-right: 0!important;
  }
  .ctn6-footer .con ul li:not(:first-child) {
    margin-top: 4vw;
  }
  .ctn6-footer .con .ctn-list .swiper-container .swiper-wrapper .swiper-slide {
    height: 40px;
  }
  .form-alert .center {
    border-radius: 16px;
  }
  .form-alert .center .con {
    width: 90%;
    padding: 10px 20px 20px;
  }
  .form-alert .center .con .closes {
    right: 20px;
    top: 20px;
  }
  .form-alert .center .con .box .inp textarea {
    height: 120px;
  }
  .slide-right {
    width: 70px;
    height: 70px;
  }
  .slide-right a h2 {
    margin-top: 4px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1200px) {
  .header .con .nav > ul > li h2 a .scrl-inner {
    will-change: transform;
    transition: transform 0.3s;
  }
  .header .con .nav > ul > li h2 a:hover .scrl-inner {
    transform: translateY(-100%);
  }
  .header .con .right .search a .scrl-inner {
    will-change: transform;
    transition: transform 0.3s;
  }
  .header .con .right .search a:hover .scrl-inner {
    transform: translateY(-100%);
  }
  .header .con .right .lang a .scrl-inner {
    will-change: transform;
    transition: transform 0.3s;
  }
  .header .con .right .lang a:hover .scrl-inner {
    transform: translateY(-100%);
  }
  .footer .footer-top .con .right .nav ul li a .scrl-inner {
    will-change: transform;
    transition: transform 0.3s;
  }
  .footer .footer-top .con .right .nav ul li a:hover .scrl-inner {
    transform: translateY(-100%);
  }
}
