* {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-collapse: collapse;
  text-decoration: none;
  touch-action: manipulation;
}
::-webkit-scrollbar {
  width: 3px;
  height: 0px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
::-webkit-scrollbar-track {
  background: #ddd;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: #2f3189;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
input,
button,
select,
textarea {
  color: #333;
  font-size: 16px;
  font-family: 'PingFang', '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;
  }
}
button,
input[type="submit"] {
  cursor: pointer;
}
body {
  color: #333;
  font-size: 16px;
  font-family: 'PingFang', '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;
}
@font-face {
  font-family: 'AnoBold';
  font-style: normal;
  src: url("../font/AnoBold.otf");
}
.wrapper {
  padding: 0 50px;
}
@media screen and (max-width: 1920px) {
  .wrapper {
    padding: 0 calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    padding: 0 0.4rem;
  }
}
.wrap {
  padding: 0 160px;
}
@media screen and (max-width: 1920px) {
  .wrap {
    padding: 0 calc(160 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 0.4rem;
  }
}
.wp {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wp {
    width: auto;
    padding: 0 0.4rem;
  }
}
.h50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .h50 {
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .h50 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  .h50 {
    margin-bottom: 0.5rem;
  }
}
.h60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .h60 {
    margin-bottom: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .h60 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .h60 {
    margin-bottom: 0.6rem;
  }
}
.h100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1920px) {
  .h100 {
    margin-bottom: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .h100 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .h100 {
    margin-bottom: 1rem;
  }
}
.hidePc {
  display: none;
}
@media screen and (max-width: 990px) {
  .hidePc {
    display: block;
  }
}
.showPc {
  display: block;
}
@media screen and (max-width: 990px) {
  .showPc {
    display: none;
  }
}
.header_space {
  background-color: $blue;
  padding-top: 105px;
}
@media screen and (max-width: 1920px) {
  .header_space {
    padding-top: calc(calc(40 / 1920 * 100vw) + 60px);
  }
}
@media screen and (max-width: 750px) {
  .header_space {
    padding-top: 1rem;
  }
}
#header {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  height: 105px;
  background-color: #fff;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #header {
    height: 1rem;
  }
}
#header.tapstate,
#header.scrolled {
  height: 65px;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 9px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 9px 9px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 9px 9px 0px rgba(0,0,0,0.1);
}
@media screen and (max-width: 750px) {
  #header.tapstate,
  #header.scrolled {
    height: 1rem;
    -webkit-box-shadow: 0px 0.1rem 0.1rem 0px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0.1rem 0.1rem 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0.1rem 0.1rem 0px rgba(0,0,0,0.1);
  }
}
#header.tapstate .container .navigator .v1,
#header.scrolled .container .navigator .v1 {
  height: 65px;
}
@media screen and (max-width: 750px) {
  #header.tapstate .container .navigator .v1,
  #header.scrolled .container .navigator .v1 {
    height: 1rem;
  }
}
#header.tapstate .container .reportBtn,
#header.scrolled .container .reportBtn {
  height: 65px;
}
@media screen and (max-width: 750px) {
  #header.tapstate .container .reportBtn,
  #header.scrolled .container .reportBtn {
    height: 1rem;
  }
}
#header.tapstate .container .logo img,
#header.scrolled .container .logo img {
  max-height: 40px;
}
@media screen and (max-width: 750px) {
  #header.tapstate .container .logo img,
  #header.scrolled .container .logo img {
    max-height: 0.8rem;
  }
}
#header.tapstate .container .menu,
#header.scrolled .container .menu {
  height: 65px;
}
@media screen and (max-width: 750px) {
  #header.tapstate .container .menu,
  #header.scrolled .container .menu {
    height: 1rem;
  }
}
#header .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .container .logo {
  position: relative;
  z-index: 9;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
#header .container .logo img {
  display: block;
  max-height: 40px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #header .container .logo img {
    max-height: 0.8rem;
  }
}
#header .container .logo img.logo-txt {
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  #header .container .logo img.logo-txt {
    display: none;
  }
}
#header .container .navigator {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  #header .container .navigator {
    display: none;
  }
}
#header .container .navigator li {
  position: relative;
  margin-right: 65px;
}
@media screen and (max-width: 1920px) {
  #header .container .navigator li {
    margin-right: calc(65 / 1920 * 100vw);
  }
}
#header .container .navigator li::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: calc(50% + 1em);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #2f3189;
  overflow: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#header .container .navigator li:hover::before {
  width: 100%;
}
#header .container .navigator li .v1 {
  color: #333;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  z-index: 2;
  height: 105px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1440px) {
  #header .container .navigator li .v1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #header .container .navigator li .v1 {
    font-size: 14px;
  }
}
#header .container .navigator li.active::before {
  width: 100%;
}
#header .container .navigator li .sub {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  background-color: #2f3189;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.55s;
  -ms-transition: 0.55s;
  transition: 0.55s;
}
#header .container .navigator li .sub a {
  color: #fff;
  padding: 0 20px;
  display: block;
  white-space: nowrap;
}
#header .container .navigator li .sub a:hover {
  background-color: rgba(255,255,255,0.1);
}
#header .container .navigator li .sub dl {
  line-height: 2.5;
  text-align: center;
}
#header .container .navigator li:hover .v1::before {
  width: 100%;
}
#header .container .navigator li:hover .sub {
  opacity: 1;
  visibility: visible;
}
#header .container .right {
  color: #2f3189;
  font-size: 18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
#header .container .reportBtn {
  color: #fff;
  padding: 0 20px;
  height: 105px;
  background-color: #2f3189;
  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: 1440px) {
  #header .container .reportBtn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #header .container .reportBtn {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #header .container .reportBtn {
    font-size: 0.3rem;
    height: 1rem;
  }
}
#header .container .menu {
  cursor: pointer;
  height: 105px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #header .container .menu {
    font-size: 0.4rem;
    height: 1rem;
    width: 0.8rem;
    justify-content: center;
    margin-left: 0.1rem;
  }
}
#header .container .menu:first-child {
  margin-left: 0;
}
#header .container .menu:last-child {
  margin-right: 0;
}
#header .container .menu i {
  color: #000;
  font-size: 20px;
  margin: 0 10px;
}
@media screen and (max-width: 750px) {
  #header .container .menu i {
    font-size: 0.4rem;
    margin: 0;
  }
}
@media screen and (max-width: 990px) {
  #header .container .menu span {
    display: none;
  }
}
#header .container .menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header .container .menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  #header .container .menu {
    margin-right: 0.1rem;
  }
}
#header .container .menu .icon-menu {
  display: block;
}
#header .container .menu .close {
  display: none;
}
#header .container .menu.open .icon-menu {
  display: none;
}
#header .container .menu.open .close {
  display: block;
}
#menuBox {
  position: fixed;
  z-index: 8;
  left: 0;
  right: 0;
  top: 120px;
  bottom: 0;
  padding: 10px 0;
  background: #2f3189;
  overflow-y: auto;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(1000px) rotateY(90deg);
  -ms-transform: perspective(1000px) rotateY(90deg);
  transform: perspective(1000px) rotateY(90deg);
  transform-origin: left;
  transform-style: preserve-3d;
}
@media screen and (max-width: 1200px) {
  #menuBox {
    top: 60px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  #menuBox {
    top: 1rem;
  }
}
#menuBox.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(1000px) rotateY(0deg);
  -ms-transform: perspective(1000px) rotateY(0deg);
  transform: perspective(1000px) rotateY(0deg);
}
#menuBox .navigator {
  color: #fff;
  line-height: 2.5;
}
#menuBox .navigator .lang {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}
#menuBox .navigator .lang li {
  width: 50%;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  #menuBox .navigator .lang li {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #menuBox .navigator .lang li {
    font-size: 0.32rem;
  }
}
#menuBox .navigator .lang li.active {
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
#menuBox .navigator .lang li a {
  color: #fff;
}
#menuBox .navigator .menu a {
  color: #fff;
}
#menuBox .navigator .menu li i {
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#menuBox .navigator .menu li .open i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#menuBox .navigator .menu .v1 {
  font-size: 18px;
  line-height: 2.5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #menuBox .navigator .menu .v1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #menuBox .navigator .menu .v1 {
    font-size: 0.32rem;
    line-height: 1rem;
  }
}
#menuBox .navigator .menu .sub {
  padding-left: 1em;
}
#footer {
  color: #fff;
  font-size: 12px;
  background-color: #2f3189;
}
@media screen and (max-width: 750px) {
  #footer {
    font-size: 0.2rem;
    text-align: center;
  }
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  #footer .container {
    display: block;
    text-align: center;
  }
}
#footer .faddress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  #footer .faddress {
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) {
  #footer .faddress {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  #footer .faddress {
    font-size: 0.24rem;
  }
}
#footer .faddress .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  max-width: 30%;
}
@media screen and (max-width: 990px) {
  #footer .faddress .item {
    max-width: 100%;
    text-align: left;
  }
}
#footer .faddress .item .icon {
  font-size: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 1280px) {
  #footer .faddress .item .icon {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  #footer .faddress .item .icon {
    font-size: 0.4rem;
  }
}
#footer .fnav {
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  #footer .fnav {
    display: none;
  }
}
#footer .fnav a {
  color: rgba(255,255,255,0.85);
}
#footer .fnav li {
  margin-right: 10px;
}
#footer .fnav li:last-child {
  margin-right: 0;
}
#footer .fnav h4 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  #footer .fnav h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  #footer .fnav h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #footer .fnav h4 {
    font-size: 0.32rem;
  }
}
#footer .fnav dl {
  line-height: 2.5;
}
#footer .fnav .s1 {
  line-height: 2.5;
}
#footer .ftop {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
@media screen and (max-width: 1920px) {
  #footer .ftop {
    padding: calc(30 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop {
    padding: 0.5rem 0;
  }
}
#footer .fqrcode {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-left: 180px;
}
@media screen and (max-width: 1280px) {
  #footer .fqrcode {
    font-size: 12px;
  }
}
@media screen and (max-width: 1920px) {
  #footer .fqrcode {
    margin-left: calc(180 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #footer .fqrcode {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  #footer .fqrcode {
    font-size: 0.24rem;
  }
}
#footer .fqrcode .code {
  width: 105px;
  height: 105px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  #footer .fqrcode .code {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 990px) {
  #footer .ftop {
    display: none;
  }
}
#footer .fcent {
  color: rgba(255,255,255,0.85);
  padding: 70px 0 30px;
}
@media screen and (max-width: 1920px) {
  #footer .fcent {
    padding: calc(70 / 1920 * 100vw) 0 calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #footer .fcent {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #footer .fcent {
    padding: 0.5rem 0;
  }
}
#footer .fbot {
  color: rgba(255,255,255,0.65);
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
}
@media screen and (max-width: 750px) {
  #footer .fbot {
    padding: 0.2rem 0;
  }
}
.fancyBox {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
}
.fancyBox .fancyCont {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1140px;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .fancyBox .fancyCont {
    -webkit-border-radius: calc(20 / 1920 * 100vw);
    -ms-border-radius: calc(20 / 1920 * 100vw);
    border-radius: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .fancyBox .fancyCont {
    -webkit-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    border-radius: 0.2rem;
  }
}
.fancyBox .fancy_close {
  color: #2f3189;
  width: 38px;
  height: 38px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: 15px;
  top: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .fancyBox .fancy_close {
    right: 0.1rem;
    top: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.fancyBox .fancy_head {
  color: #fff;
  font-size: 32px;
  background-color: #2f3189;
  background-image: url("../images/pop-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  min-height: 115px;
  padding: 20px 0;
  -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;
}
@media screen and (max-width: 1920px) {
  .fancyBox .fancy_head {
    min-height: calc(115 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .fancyBox .fancy_head {
    font-size: 0.4rem;
    padding: 0.3rem 0;
  }
}
.fancyBox .fancy_body {
  padding: 50px 65px;
}
@media screen and (max-width: 1920px) {
  .fancyBox .fancy_body {
    padding: calc(50 / 1920 * 100vw) calc(65 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .fancyBox .fancy_body {
    padding: 0.4rem;
  }
}
.fancyBox .fancy_body .fancy_body_inner {
  max-height: calc(90vh - 220px);
  overflow-y: auto;
  margin-right: -15px;
  padding-right: 15px;
}
@media screen and (max-width: 1920px) {
  .fancyBox .fancy_body .fancy_body_inner {
    max-height: calc(90vh - calc(220 / 1920 * 100vw));
  }
}
@media screen and (max-width: 750px) {
  .fancyBox .fancy_body .fancy_body_inner {
    max-height: calc(90vh - 2rem);
    margin-right: -0.2rem;
    padding-right: 0.2rem;
  }
}
#main {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tc {
  text-align: center;
}
.gbtn1 {
  color: #fff;
  font-size: 14px;
  padding: 0 25px;
  height: 48px;
  background-color: #2f3189;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .gbtn1 {
    padding: 0 calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .gbtn1 {
    height: 43px;
  }
}
@media screen and (max-width: 750px) {
  .gbtn1 {
    font-size: 0.28rem;
    height: 0.9rem;
    padding: 0 0.5rem;
  }
}
.gbtn1 i {
  font-size: 16px;
  margin-left: 6px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  .gbtn1 i {
    font-size: 0.32rem;
    margin-left: 0.1rem;
  }
}
.gbtn1 i.icon-jtr {
  font-size: 12px;
}
.gbtn1:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.gbtn1.gbtn_white {
  color: #333;
  background-color: #fff;
}
.gbtn1.gbtn_white:hover {
  color: #2f3189;
}
.gbtn1.gbtn_gray {
  color: #333;
  background-color: #eee;
}
.gbtn1.gbtn_gray:hover {
  color: #fff;
  background-color: #333;
}
.gt1 {
  color: #333;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.1;
}
@media screen and (max-width: 1920px) {
  .gt1 {
    font-size: calc(48 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .gt1 {
    font-size: 0.4rem;
  }
}
.gt1.fc_white {
  color: #fff;
}
.gt1.fc_blue {
  color: #2f3189;
}
.gt2 {
  color: #333;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.1;
}
@media screen and (max-width: 1920px) {
  .gt2 {
    font-size: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .gt2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .gt2 {
    font-size: 0.4rem;
  }
}
.gt2.fc_white {
  color: #fff;
}
.gt3 {
  color: #333;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.1;
}
@media screen and (max-width: 1440px) {
  .gt3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .gt3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .gt3 {
    font-size: 0.4rem;
  }
}
.gt3 .line {
  width: 2.5em;
  height: 5px;
  background-color: #333;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .gt3 .line {
    margin-bottom: calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .gt3 .line {
    height: 3px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 750px) {
  .gt3 .line {
    margin-bottom: 0.3rem;
  }
}
.gt3.fc_white {
  color: #fff;
}
.gt3.fc_white .line {
  background-color: #fff;
}
.gt3.fc_blue {
  color: #2f3189;
}
.gt3.fc_blue .line {
  background-color: #2f3189;
}
.gtit_box {
  color: #666;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 1920px) {
  .gtit_box {
    margin-bottom: calc(45 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .gtit_box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .gtit_box {
    margin-bottom: 0.6rem;
  }
}
.gtit_box .gt1,
.gtit_box .gt2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .gtit_box .gt1,
  .gtit_box .gt2 {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .gtit_box .gt1,
  .gtit_box .gt2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .gtit_box .gt1,
  .gtit_box .gt2 {
    margin-bottom: 0.2rem;
  }
}
.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);
  }
}
