@media all and (-webkit-min-device-pixel-ratio: 1.25),
(-moz-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx) {
  @media screen and (max-width:1280px) {
    :root {
      font-size: 0.6rem !important;
    }
  }
}

.header {
  position: relative;
  /* width: 100%; */
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.header .header_background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.header .header_box .logo_box {
  padding: calc(38rem / 14) 0 calc(86rem / 14) 0
}

.header .header_box .logo_box .guide_english {
  float: right;
  color: white;
  font-weight: bold;
  font-size: 17px;
}

.header .header_box .title_box {
  margin: 0 0 calc(80rem / 14) calc(84rem / 10);
}

.header .header_box .title_box .tit1 {
  font-family: "Microsoft YaHei", "Microsoft YaHei Light";
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: calc(54rem / 14);
  width: 800px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
-webkit-line-clamp: 1;
  overflow: hidden */
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header .header_box .title_box .tit2,
.header .header_box .title_box .tit3,
.header .header_box .title_box .tit4,
.header .header_box .title_box .tit-content {
  font-family: "Microsoft YaHei", "Microsoft YaHei Light";
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff
}

.header .header_box .title_box .tit2 span,
.header .header_box .title_box .tit3 span,
.header .header_box .title_box .tit4 span,
.header .header_box .title_box .tit-content span {
  font-family: AlibabaSans-Bold;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: -1px;
  color: #ffc819;
  margin-right: 12px;
}

.header .header_box .title_box .tit5 p,
.header .header_box .title_box .tit5 div {
  text-indent: 0 !important;
}

.header .header_box .title_box .tit5 {
  font-family: "Microsoft YaHei";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fff;
  opacity: .5;
  /* margin-bottom: 60px; */
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 500px;

}

/* .header .header_box .title_box .tit2,
.header .header_box .title_box .tit3 {
  padding-bottom: 26px
} */

.header .header_box .title_box .tit4 {
  padding-bottom: calc(18rem / 14);
}

.main {
  width: 100%;
  margin: calc(90rem / 14) auto calc(80rem / 14);
  max-width: 1920px;
}

.main .con a {
  display: inline-block;
  font-family: "Microsoft YaHei", "Microsoft YaHei Light";
  font-size: calc(32rem / 14);
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: calc(2rem / 14);
  color: #fff;
  height: calc(180rem / 14);
  line-height: calc(180rem / 14);
}

.main .con .con_table {
  width: 100%;
  text-align: center;
}

.main .con .con_table img {
  width: 50px;
  height: 50px;
  transform: translateY(-4px);
}

.main .con_left a,
.main .con_right a {
  background-color: #005096
}

.main .con_center a {
  background-color: #1eb9e1
}

.e-footer {
  padding-top: 0 !important;
  background-color: #f4f7f8 !important
}

.e-footer .e-footer__bottom {
  border-top: none !important
}

.e-footer .e-footer__link>a,
.e-copyright {
  color: #666 !important
}
.e-copyright span:not(:first-child){
  border-left: 1px solid;
  padding-left: 5px;
}

.e-copyright-span {
  display: inline-block;
  height: 12px;
  border-left: 1px solid;
  padding-left: 5px;
  margin-left: 3px;
  line-height: 12px;
}

/* .e-footer .e-footer__link{border-right:1px solid #666 !important}*/
.e-footer .e-footer__imagebox img:first-child {
  width: 54px !important;
  height: 54px !important;
  background-color: #fff;
  border-radius: 4px
}

.e-footer .e-footer__imagebox img:last-child {
  width: 78px !important;
  height: 54px !important;
  background-color: #fff;
  border-radius: 4px
}

.header_background {
  transform: scale(1.2);
}

.header .logo_box {
  transform: translateY(-100px);
  opacity: 0;
  transition: 0.8s;
}

.header.on .logo_box {
  transform: translateY(0);
  opacity: 1;
}

.header.on .header_background {
  transform: scale(1);
  transition: 4s;
}

.header .title_box .tit1,
.header .title_box .tit2,
.header .title_box .tit3,
.header .title_box .tit4,
.header .title_box .tit5 {
  opacity: 0;
  transform: translate(50px, 0);
}

.header.on .title_box .tit1 {
  transform: translate(0);
  opacity: 1;
  transition: 1s 0.1s;
}

.header.on .title_box .tit2 {
  transform: translate(0);
  opacity: 1;
  transition: 1s 0.2s;
  width: 380px;
}

.header.on .title_box .tit3 {
  transform: translate(0);
  opacity: 1;
  transition: 1s 0.4s;
}

.header.on .title_box .tit4 {
  transform: translate(0);
  opacity: 1;
  transition: 1s 0.6s;
}

.header.on .title_box .tit5 {
  transform: translate(0);
  opacity: 0.6;
  transition: 1s 0.8s;
}

.main .cols_left {
  opacity: 0;
  transform: translate(-30px, 0);
}

.main .cons_right {
  opacity: 0;
  transform: translate(30px, 0);
}

.main.on .cols_left,
.main.on .cons_right {
  transform: translate(0);
  opacity: 1;
  transition: 1s 0.2s;
}

.main .con {
  transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin-right: 40px;
}

.main .cols_left .con:hover {
  transform: translate(-15px, 0);
  transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}
.main .con:hover {
  transform: translate(15px, 0);
  transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

@media screen and (max-width: 1360px) {
  .main {
    margin: calc(50rem / 14) auto calc(50rem / 14);
  }

  .header .title_box .tit1,
  .header .title_box .tit2,
  .header .title_box .tit3,
  .header .title_box .tit4,
  .header .title_box .tit5 {
    font-size: calc(20rem / 14);
  }

  .header .header_box .logo_box {
    padding: calc(30rem / 14) 0 calc(55rem / 14) 0;
  }

  .header .header_box .title_box {
    margin: 0 0 calc(40rem / 14) calc(70rem / 10);
  }

  .header .header_box .title_box .tit1 {
    margin-bottom: calc(34rem / 14);
    font-size: calc(44rem / 14);
  }

  .header .header_box .title_box .tit2 span,
  .header .header_box .title_box .tit3 span,
  .header .header_box .title_box .tit4 span,
  .header .header_box .title_box .tit-content span {
    font-size: calc(34rem / 14);
  }

  .main .con a {
    height: calc(165rem / 14);
    line-height: calc(165rem / 14);
    letter-spacing: calc(1.2rem / 14);
  }

  .main .con .con_table img {
    margin-right: calc(10rem / 14);
  }
}

@media all and (-webkit-min-device-pixel-ratio: 1.25),
(-moz-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx) {
  @media screen and (max-width:1280px) {
    .e-container {
      padding-left: 10rem;
      padding-right: 10rem;
    }
  }
}


/* Button
-------------------------- */
/* Button
-------------------------- */
/* Button
-------------------------- */
/* BEM
 -------------------------- */
.e-footer {

  min-width: max-content;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #005096;
  background-image: url(../assets/images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.e-footer .e-footer__wrapper {

  max-width: 1920px;
  margin: 0 auto;
}

.e-footer .e-footer__wrapper::before,
.e-footer .e-footer__wrapper::after {
  display: table;
  content: "";
}

.e-footer .e-footer__wrapper::after {
  clear: both;
}

.e-footer .e-footer__container {
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.2s, max-width 0.3s;
}

@media screen and (min-width: 576px) {
  .e-footer .e-footer__container {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .e-footer .e-footer__container {
    max-width: 684px;
  }
}

@media screen and (min-width: 992px) {
  .e-footer .e-footer__container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .e-footer .e-footer__container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1360px) {
  .e-footer .e-footer__container {
    max-width: 1260px;
  }
}

@media screen and (min-width: 1480px) {
  .e-footer .e-footer__container {
    max-width: 1420px;
  }
}

@media screen and (min-width: 992px) {
  .e-footer .e-footer__container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .e-footer .e-footer__container {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}

@media screen and (min-width: 1400px) {
  .e-footer .e-footer__container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.e-footer .e-footer__columns {
  width: 100%;
  margin: 0 auto;
  padding-top: calc(100rem / 14);
  border-bottom: 1px solid #1a62a1;
}

.e-footer .e-footer__columns::before,
.e-footer .e-footer__columns::after {
  display: table;
  content: "";
}

.e-footer .e-footer__columns::after {
  clear: both;
}

.e-footer .e-footer__column {
  float: left;
  width: 8.5%;
  margin: 0 5px calc(60rem / 14);
}

.e-footer .e-footer__column::before,
.e-footer .e-footer__column::after {
  display: table;
  content: "";
}

.e-footer .e-footer__column::after {
  clear: both;
}

.e-footer .e-footer__column:first-child {
  margin-left: 0;
}

.e-footer .e-footer__column:last-child {
  margin-right: 0;
}

.e-footer .e-footer__column>h2 {
  position: relative;
  margin: 0 auto 34px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.e-footer .e-footer__column>h2::selection {
  color: #1a62a1;
}

.e-footer .e-footer__column>h2 a {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.e-footer .e-footer__column.connect-information {
  width: auto;
  margin-bottom: calc(90rem / 14);
}

.e-footer .e-footer__column.connect-information>h2 {
  margin: 0 auto calc(35rem / 14);
}

.e-footer .e-footer__column.connect-information .e-footer__item {
  margin: calc(20rem / 14) 0;
}

.e-footer .e-footer__column.qr-code-information .e-footer__item {
  text-align: center;
}

.e-footer .e-footer__column.qr-code-information .e-footer__item:first-child {
  margin-top: 0;
}

.e-footer .e-footer__column.qr-code-information .e-footer__item>img {
  width: 95px;
  margin-bottom: 6px;
}

.e-footer .e-footer__column.qr-code-information .e-footer__item>p {
  margin-top: 6px;
}

.e-footer .e-footer__details {
  float: left;
  width: 72%;
}

.e-footer .e-footer__detail {
  float: left;
  margin: 0 calc(45rem / 14) calc(60rem / 14);
}

.e-footer .e-footer__detail h2 {
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.e-footer .e-footer__detail p {
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  height: 124px;
  overflow: hidden;
}

.e-footer .e-footer__detail a {
  display: inline-block;
  position: relative;
  color: #17A3D0;
  width: 100%;
}

.e-footer .e-footer__detail a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /*background: currentColor;*/
  content: "";
}

.e-footer .e-footer__item {
  margin: 20px 0;
  color: #f4f4f4;
  font-size: 14px;
}

.e-footer .e-footer__item>a {
  color: #f4f4f4;
  font-size: 14px;
}

.e-footer .e-footer__item>a,
.e-footer .e-footer__item>a:hover {
  text-decoration: none;
}

.e-footer .e-footer__item>a::selection {
  color: #1a62a1;
}

.e-footer .e-footer__bottom {
  padding: calc(30rem / 14) 0;
  color: #f4f4f4;
  font-size: 14px;
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.2s, max-width 0.3s;
}

@media screen and (min-width: 576px) {
  .e-footer .e-footer__bottom {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .e-footer .e-footer__bottom {
    max-width: 684px;
  }
}

@media screen and (min-width: 992px) {
  .e-footer .e-footer__bottom {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .e-footer .e-footer__bottom {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1360px) {
  .e-footer .e-footer__bottom {
    max-width: 1260px;
  }
}

@media screen and (min-width: 1480px) {
  .e-footer .e-footer__bottom {
    max-width: 1420px;
  }
}

@media screen and (min-width: 992px) {
  .e-footer .e-footer__bottom {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .e-footer .e-footer__bottom {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}

@media screen and (min-width: 1400px) {
  .e-footer .e-footer__bottom {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.e-footer .e-footer__alink {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

.e-footer .e-footer__alink>p::selection {
  color: #1a62a1;
}

.e-footer .e-footer__links {
  margin: calc(15rem / 14) auto;
  font-size: 0;
  text-align: center;
}

.e-footer .e-footer__link {
  display: inline-block;
  padding: 0 7px;
  color: #dddddd;
  font-size: 14px;
  line-height: 1;
  border-right: 1px solid #dddddd;
}

.e-footer .e-footer__link:last-child {
  border-right-color: transparent;
}

.e-footer .e-footer__link>a {
  color: #c0cad4;
  font-size: 14px;
}

.e-footer .e-footer__link>a::selection {
  color: #1a62a1;
}

.e-footer .e-footer__imageBox {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 55px;
  white-space: nowrap;
  transform: translateY(-50%);
}

.e-footer .e-footer__imageBox div {
  display: inline-block;
  height: 100%;
  padding: 6px 8px;
  margin-left: 7px;
  background: #ffffff;
  border-radius: 4px;
}

.e-footer .e-footer__imageBox div>img {
  display: inline-block;
  height: 100%;
}

.e-copyright {
  color: #c0cad4;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.e-footer__hard-columns {
  padding: calc(70rem / 14) 0;
  border-bottom: 1px solid #1a62a1;
}

.e-footer-information {
  text-align: center;
  letter-spacing: 1.2px;
}

.e-footer-information ul {
  display: inline-block;
  text-align: left;
}

.e-footer-information ul li {
  color: #ffffff;
  font-size: 14px;
}

.e-footer-information ul li+li {
  margin-top: 30px;
}

.e-footer-information .e-footer-information__box {
  color: #ffffff;
  font-size: 14px;
}

.e-footer-information .e-footer-information__box>h3 {
  font-size: 16px;
}

.e-footer-information .e-footer-information__box>p {
  color: #ffc819;
  font-size: calc(28rem / 14);
  font-weight: bold;
}

.e-footer-promote {
  padding-top: 25px;
}

.e-footer-promote__image {
  margin-bottom: calc(10rem / 14);
  text-align: center;
}

.e-footer-promote__image>img {
  width: 90%;
}

.e-footer-promote>p {
  color: #dddddd;
  font-size: calc(15rem / 14);
  line-height: 1.75;
  text-align: center;
}

a {
  color: inherit;
}

#footer.e-footer {
  max-width: 1920px !important;
}

.row {
  display: flex;
  justify-content: space-between !important;
}

.row .col-xs-6 {
  width: 50% !important;
}


@media screen and (min-width: 1400px) {
  .e-container {
    max-width: 1370px;
  }
}

.main .con .con_table {
  text-align: center;
  height: 180px;
  font-size: 32px;
  letter-spacing: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}


_:-ms-fullscreen,
:root .header .title_box .tit1,
.header .title_box .tit2,
.header .title_box .tit3,
.header .title_box .tit4,
.header .title_box .tit5,
.main .cols_left,
.main .cons_right,
.header .logo_box {
  opacity: 1 !important;
  transform: none !important;
}
.nav-hover-fund-sale__wrapper{
  width: 336px;
  background-color: #005096;
  border-bottom: 2px solid #ffc819;
}
.nav-hover-item{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  padding-left: 24px;
  display: block;
  position: relative;
}
.nav-hover-item::after{
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 15px;
  background: url(../assets/images/icons/icon_arrow.png) no-repeat center;
  background-size: cover;
  transform: translate(-8px, -50%);
  content: "";
}
.nav-hover-item:not(:last-child){
  border-bottom: 1px solid rgba(255,255,255,0.1);
}