* {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-collapse: collapse;
  text-decoration: none;
  touch-action: manipulation;
}
::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: #000;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
input,
button,
select,
textarea {
  color: #333;
  font-size: 16px;
  font-family: 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'sans-serif';
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background: none;
}
@media screen and (max-width: 1280px) {
  input,
  button,
  select,
  textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  input,
  button,
  select,
  textarea {
    font-size: 0.32rem;
  }
}
body {
  color: #333;
  font-size: 16px;
  font-family: 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.28rem;
  }
}
html,
body {
  overflow-x: hidden;
}
.wrapper {
  padding: 0 60px;
}
@media screen and (max-width: 1920px) {
  .wrapper {
    padding: 0 calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    padding: 0 0.4rem;
  }
}
.wrap {
  padding: 0 60px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .wrap {
    padding: 0 calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 0.4rem;
  }
}
@font-face {
  font-family: 'Catallina';
  font-style: normal;
  src: url("./../font/Catallina.otf");
}
@font-face {
  font-family: 'Geometos';
  font-style: normal;
  src: url("./../font/Geometos.ttf");
}
.header_space {
  padding-top: 100px;
}
@media screen and (max-width: 1920px) {
  .header_space {
    padding-top: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .header_space {
    padding-top: 1.2rem;
  }
}
.header_white #header .container .logo .txt {
  filter: brightness(0);
}
.header_black #header .container .logo .txt {
  filter: brightness(0);
}
.header_black #header .container .navigator .v1 {
  color: #333;
}
#header {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  padding: 30px 0;
  background-color: transparent;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  #header {
    padding: calc(30 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #header {
    padding: 0.2rem 0;
    height: 0.8rem;
  }
}
#header.scrolled {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}
#header.scrolled .container .logo .txt {
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -ms-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
}
#header.scrolled .container .logo .txt.default {
  display: block;
}
#header.scrolled .container .logo .txt.active {
  display: none;
}
#header.scrolled .container .navigator .v1 {
  color: #333;
}
#header .container {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .container .left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
#header .container .right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
#header .container .logo {
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #header .container .logo {
    height: 0.8rem;
  }
}
#header .container .logo img {
  display: block;
  max-height: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  #header .container .logo img {
    margin-right: 0.2rem;
    max-height: 0.8rem;
  }
}
#header .container .logo img:last-child {
  margin-right: 0;
}
#header .container .logo img.txt {
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100);
}
@media screen and (max-width: 750px) {
  #header .container .logo img.txt {
    display: none;
  }
}
#header .container .logo img.txt.default {
  display: none;
}
#header .container .logo img.txt.active {
  display: block;
}
#header .container .navigator {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 990px) {
  #header .container .navigator {
    display: none;
  }
}
#header .container .navigator li {
  margin-right: 60px;
}
@media screen and (max-width: 1920px) {
  #header .container .navigator li {
    margin-right: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  #header .container .navigator li {
    margin: 0 calc(30 / 1920 * 100vw);
  }
}
#header .container .navigator .v1 {
  color: #fff;
}
#header .container .tele {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin: 0 170px 0 90px;
}
@media screen and (max-width: 1920px) {
  #header .container .tele {
    margin: 0 calc(170 / 1920 * 100vw) 0 calc(90 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  #header .container .tele {
    margin: 0 calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #header .container .tele {
    margin: 0 0.2rem 0 0;
  }
}
#header .container .tele .icon {
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #111114;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #header .container .tele .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#header .container .tele .text {
  font-family: 'Catallina', 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'sans-serif';
  padding: 0 20px;
  height: 40px;
  min-width: 187px;
  background-color: #111114;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
@media screen and (max-width: 1920px) {
  #header .container .tele .text {
    margin-left: calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #header .container .tele .text {
    display: none;
  }
}
#header .container .tele .text .swiper,
#header .container .tele .text .swiper-slide {
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 750px) {
  #header .container .tele .text .swiper,
  #header .container .tele .text .swiper-slide {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
#header .container .menu {
  width: 40px;
  height: 40px;
  background-color: #111114;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #header .container .menu {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#popHeader {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1920px) {
  #popHeader {
    padding: calc(20 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #popHeader {
    height: 0.8rem;
    padding: 0.2rem 0;
    height: 0.8rem;
  }
}
#popHeader.show {
  opacity: 1;
  visibility: visible;
}
#popHeader .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#popHeader .container .btn {
  width: 40px;
  height: 60px;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #popHeader .container .btn {
    height: 0.8rem;
  }
}
#popHeader .container .logo img {
  max-height: 60px;
  display: block;
}
@media screen and (max-width: 750px) {
  #popHeader .container .logo img {
    max-height: 0.8rem;
  }
}
#menuBox {
  position: fixed;
  z-index: 8;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  padding: 10px 0;
  background: #fff url("../images/lines.png") no-repeat center bottom;
  -webkit-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  #menuBox {
    top: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #menuBox {
    top: 1.2rem;
  }
}
#menuBox.show {
  opacity: 1;
  visibility: visible;
}
#menuBox .container {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
#menuBox .container .left {
  flex: 1;
  max-width: 50%;
  padding: 60px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  #menuBox .container .left {
    padding: 60px calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #menuBox .container .left {
    padding: 0.4rem;
    max-width: 100%;
  }
}
#menuBox .container .right {
  width: calc(830 / 1920 * 100vw);
  min-width: 320px;
  padding-right: 10px;
}
@media screen and (max-width: 750px) {
  #menuBox .container .right {
    display: none;
  }
}
#menuBox .navPhotos img {
  display: block;
  width: 100%;
}
#menuBox .navigator li {
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  #menuBox .navigator li {
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #menuBox .navigator li {
    margin-bottom: 0.5rem;
  }
}
#menuBox .navigator .v1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  #menuBox .navigator .v1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #menuBox .navigator .v1 {
    font-size: 0.32rem;
  }
}
#menuBox .navigator .sub dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
#menuBox .navigator .sub dd {
  margin-right: 40px;
}
@media screen and (max-width: 1920px) {
  #menuBox .navigator .sub dd {
    margin-right: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #menuBox .navigator .sub dd {
    margin-right: 0.4rem;
  }
}
#menuBox .navigator .sub .s1 {
  color: #999;
}
.web_share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.web_share .link {
  width: 42px;
  height: 42px;
  background-color: #dadada;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .web_share .link {
    width: calc(42 / 1920 * 100vw);
    height: calc(42 / 1920 * 100vw);
    margin-right: calc(16 / 1920 * 100vw);
    min-width: 32px;
    min-height: 32px;
  }
}
@media screen and (max-width: 750px) {
  .web_share .link {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
  }
}
.web_share .link:last-child {
  margin-right: 0;
}
.web_share .link::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.web_share .link img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 90%;
  max-height: 90%;
  filter: brightness(0);
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.web_share .link:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.web_share .link:hover img {
  filter: brightness(1);
}
#searchBox {
  position: fixed;
  z-index: 8;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  padding-bottom: 60px;
  background: #fff url("../images/lines2.png") no-repeat center bottom;
  -webkit-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1920px) {
  #searchBox {
    top: calc(100 / 1920 * 100vw);
    padding-bottom: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #searchBox {
    top: 1.2rem;
    padding-bottom: 0.4rem;
  }
}
#searchBox .cont {
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#searchBox .cont .cont_box {
  max-width: 780px;
  margin: 0 60px;
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  #searchBox .cont .cont_box {
    padding: 0.2rem 0;
    margin: 0 0.4rem;
  }
}
#searchBox .cont .title {
  font-size: 64px;
  line-height: 1.25;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  #searchBox .cont .title {
    font-size: calc(64 / 1920 * 100vw);
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #searchBox .cont .title {
    font-size: 0.48rem;
    margin-bottom: 0.5rem;
  }
}
#searchBox .cont .form {
  height: 70px;
  position: relative;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  -webkit-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 1920px) {
  #searchBox .cont .form {
    height: calc(70 / 1920 * 100vw);
    min-height: 40px;
    -webkit-border-radius: calc(35 / 1920 * 100vw);
    -ms-border-radius: calc(35 / 1920 * 100vw);
    border-radius: calc(35 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #searchBox .cont .form {
    height: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    border-radius: 0.8rem;
    margin-bottom: 0.2rem;
  }
}
#searchBox .cont .form .inp,
#searchBox .cont .form .btn {
  height: 70px;
  background: none;
}
@media screen and (max-width: 1920px) {
  #searchBox .cont .form .inp,
  #searchBox .cont .form .btn {
    height: calc(70 / 1920 * 100vw);
    min-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  #searchBox .cont .form .inp,
  #searchBox .cont .form .btn {
    height: 0.8rem;
  }
}
#searchBox .cont .form .inp {
  flex: 1;
  padding: 0 40px;
}
@media screen and (max-width: 1920px) {
  #searchBox .cont .form .inp {
    padding: 0 calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #searchBox .cont .form .inp {
    padding: 0 0.4rem;
  }
}
#searchBox .cont .form .btn {
  color: #333;
  padding: 0 30px;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  #searchBox .cont .form .btn {
    padding: 0 calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #searchBox .cont .form .btn {
    padding: 0 0.3rem;
  }
}
#searchBox .cont .form .btn i {
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  #searchBox .cont .form .btn i {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  #searchBox .cont .form .btn i {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #searchBox .cont .form .btn i {
    font-size: 0.32rem;
  }
}
#searchBox .cont .hotWords {
  padding: 0 20px;
}
@media screen and (max-width: 990px) {
  #searchBox .cont .hotWords {
    padding: 0 0.2rem;
  }
}
#searchBox .cont .hotWords .tit {
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  #searchBox .cont .hotWords .tit {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #searchBox .cont .hotWords .tit {
    margin-bottom: 0.2rem;
  }
}
#searchBox .cont .hotWords .tit i {
  margin-right: 5px;
}
#searchBox .cont .hotWords .link a {
  color: #999;
  white-space: nowrap;
  margin: 5px 20px;
}
@media screen and (max-width: 990px) {
  #searchBox .cont .hotWords .link a {
    margin: 5px 0.2rem;
  }
}
#searchBox .cont .hotWords .link a:hover {
  color: #333;
}
#searchBox .foot {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#searchBox .title,
#searchBox .form,
#searchBox .tit,
#searchBox .link,
#searchBox .foot {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#searchBox.show {
  opacity: 1;
  visibility: visible;
}
#searchBox.show .title,
#searchBox.show .form,
#searchBox.show .tit,
#searchBox.show .link,
#searchBox.show .foot {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
#searchBox.show .title {
  transition-delay: 0.1s;
}
#searchBox.show .form {
  transition-delay: 0.4s;
}
#searchBox.show .tit {
  transition-delay: 0.6s;
}
#searchBox.show .link {
  transition-delay: 0.7s;
}
#searchBox.show .foot {
  transition-delay: 0.9s;
}
#footer {
  background-color: #222;
}
@media screen and (max-width: 990px) {
  #footer {
    text-align: center;
  }
}
#footer .ftop {
  color: rgba(255,255,255,0.5);
  position: relative;
}
#footer .ftop::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
@media screen and (max-width: 1920px) {
  #footer .ftop::before {
    top: calc(100 / 1920 * 100vw + 50px);
  }
}
@media screen and (max-width: 990px) {
  #footer .ftop::before {
    display: none;
  }
}
#footer .ftop a {
  color: rgba(255,255,255,0.5);
}
#footer .ftop .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  #footer .ftop .container {
    padding: 30px 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .container {
    padding: 0.6rem 0;
  }
}
#footer .ftop .container .right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 990px) {
  #footer .ftop .container .right {
    display: block;
  }
}
#footer .ftop .container .hd {
  color: #fff;
  height: 50px;
  padding: 50px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  #footer .ftop .container .hd {
    padding: calc(50 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  #footer .ftop .container .hd {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .container .hd {
    padding: 0.2rem 0;
    height: auto;
  }
}
#footer .ftop .container .hd .icon {
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #111114;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #footer .ftop .container .hd .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#footer .ftop .container .hd .text {
  font-family: 'Catallina', 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'sans-serif';
  padding: 0 20px;
  height: 40px;
  min-width: 187px;
  background-color: #111114;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  #footer .ftop .container .hd .text {
    height: 0.8rem;
    padding: 0 0.4rem;
    -webkit-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    border-radius: 0.4rem;
  }
}
#footer .ftop .container .hd .text .swiper,
#footer .ftop .container .hd .text .swiper-slide {
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 750px) {
  #footer .ftop .container .hd .text .swiper,
  #footer .ftop .container .hd .text .swiper-slide {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
#footer .ftop .container .bd {
  line-height: 35px;
  padding: 35px 0 50px;
}
@media screen and (max-width: 1920px) {
  #footer .ftop .container .bd {
    padding: calc(35 / 1920 * 100vw) 0 calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .container .bd {
    line-height: 0.35rem;
    padding: 0.35rem 0 0.5rem;
  }
}
#footer .ftop .flogo img {
  display: block;
  max-height: 50px;
}
#footer .ftop .flogo .code img {
  max-height: 100%;
  height: 75px;
}
@media screen and (max-width: 990px) {
  #footer .ftop .flogo .code img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .flogo .code img {
    height: 1.5rem;
  }
}
#footer .ftop .fnav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 990px) {
  #footer .ftop .fnav {
    display: none;
  }
}
#footer .ftop .fnav li {
  min-width: 200px;
  margin-right: 30px;
}
@media screen and (max-width: 1920px) {
  #footer .ftop .fnav li {
    min-width: calc(200 / 1920 * 100vw);
    margin-right: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .fnav li {
    min-width: 0;
    margin-right: 0.3rem;
  }
}
#footer .ftop .fnav li:last-child {
  margin-right: 0;
}
#footer .ftop .faddr {
  color: #fff;
  font-size: 14px;
  margin-left: 120px;
  width: 300px;
}
@media screen and (max-width: 1920px) {
  #footer .ftop .faddr {
    width: calc(300 / 1920 * 100vw);
    margin-left: calc(120 / 1920 * 100vw);
    min-width: 240px;
  }
}
@media screen and (max-width: 1280px) {
  #footer .ftop .faddr {
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) {
  #footer .ftop .faddr {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .faddr {
    width: auto;
    font-size: 0.24rem;
  }
}
#footer .ftop .faddr a {
  color: #fff;
}
#footer .ftop .faddr .bd {
  line-height: 20px;
}
@media screen and (max-width: 750px) {
  #footer .ftop .faddr .bd {
    line-height: 0.3rem;
  }
}
#footer .ftop .faddr .bd h4 {
  color: rgba(255,255,255,0.5);
  font-size: 18px;
  line-height: 35px;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  #footer .ftop .faddr .bd h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .faddr .bd h4 {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
}
#footer .ftop .faddr .bd h4:first-child {
  margin-top: 0;
}
#footer .fbot {
  color: rgba(255,255,255,0.3);
  font-size: 14px;
  padding: 40px 0;
  background-color: #242424;
}
@media screen and (max-width: 1920px) {
  #footer .fbot {
    padding: calc(40 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 1280px) {
  #footer .fbot {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #footer .fbot {
    font-size: 0.24rem;
    padding: 0.4rem 0;
  }
}
#footer .fbot .container {
  min-height: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  #footer .fbot .container {
    display: block;
  }
}
#main {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.g_btn1 {
  color: #333;
  font-size: 18px;
  width: 135px;
  height: 50px;
  border-bottom: 3px solid rgba(0,0,0,0.3);
  position: relative;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .g_btn1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .g_btn1 {
    font-size: 0.32rem;
    width: 7em;
    height: 1rem;
  }
}
.g_btn1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 3px;
  width: 0px;
  background-color: #000;
  overflow: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.g_btn1:hover::after {
  width: 100%;
}
.g_btn1.btn_white {
  color: #fff;
  border-color: rgba(255,255,255,0.3);
}
.g_btn1.btn_white::after {
  background-color: #fff;
}
.gt1 {
  color: #333;
  font-size: 60px;
  line-height: 1.1;
}
@media screen and (max-width: 1280px) {
  .gt1 {
    font-size: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .gt1 {
    font-size: 0.48rem;
  }
}
.gt1.tit_white {
  color: #fff;
}
.wow {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.wow:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.wow:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.wow:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@-webkit-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes moveup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes moveup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes scaleBigSmall {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes scaleBigSmall {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
