[x-cloak] {
  display: none !important;
}

.z-1000{
  z-index: 1000;
}

body,
html {
  scroll-behavior: smooth;
}

.drop-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.snap-x {
  scroll-snap-type: x mandatory;
}

.snap-center {
  scroll-snap-align: center;
}

.header-block {
  background-color: rgba(0, 0, 0, 0.9);
  height: 12rem;
}

@media (max-width: 1200px) {
  .header-block {
    height: 8rem;
  }
}

@media (max-width: 768px) {
  .header-block {
    height: 5.5rem;
  }
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: "";
}

abbr,
acronym {
  border: 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.col-c,
.col-l,
.col_c,
.col_l,
.l {
  float: left;
}

.col-r,
.col_r,
.r,
.ul-txt li span,
.ul_txt li span {
  float: right;
}

.c {
  clear: both;
}

.n,
em {
  font-weight: 400;
  font-style: normal;
}

.b {
  font-weight: 700;
}

.i {
  font-style: italic;
}

/*
.fa {
    font-family: Arial
}

.fg {
    font-family: Georgia
}

.ft {
    font-family: Tahoma
}

.fl {
    font-family: Lucida Console
}

.fs {
    font-family: 宋体
}

.fw {
    font-family: 微软雅黑
} */

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.tdu {
  text-decoration: underline;
}

.tdn,
.tdn:hover,
a.tdl:hover {
  text-decoration: none;
}

.fc0 {
  color: #000;
}

.fc3 {
  color: #333;
}

.fc6 {
  color: #666;
}

.fc9 {
  color: #999;
}

.fcr {
  color: red;
}

.fcw {
  color: #fff;
}

.fcb {
  color: #00f;
}

.fcg {
  color: green;
}

.f0 {
  font-size: 0;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.vm {
  vertical-align: middle;
}

.vtb {
  vertical-align: text-bottom;
}

.vt {
  vertical-align: top;
}

.vn {
  vertical-align: -2px;
}

.vimg {
  margin-bottom: -3px;
}

.m0 {
  margin: 0;
}

.ml0 {
  margin-left: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr0 {
  margin-right: 0;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml-1 {
  margin-left: -1px;
}

.mt-1 {
  margin-top: -1px;
}

.p1 {
  padding: 1px;
}

.pl5 {
  padding-left: 5px;
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.p10 {
  padding: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.p20 {
  padding: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pr,
.rel {
  position: relative;
}

.abs,
.pa {
  position: absolute;
}

.dn {
  display: none;
}

.db {
  display: block;
}

.dib {
  -moz-inline-stack: inline-block;
  display: inline-block;
}

.di {
  display: inline;
}

.ovs {
  overflow: scroll;
}

.vh {
  visibility: hidden;
}

.vv {
  visibility: visible;
}

.lh14 {
  line-height: 14px;
}

.lh16 {
  line-height: 16px;
}

.lh18 {
  line-height: 18px;
}

.lh20 {
  line-height: 20px;
}

.lh22 {
  line-height: 22px;
}

.lh24 {
  line-height: 24px;
}

.fix {
  *zoom: 1;
}

.fix:after,
.fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
}

.z {
  _zoom: 1;
}

.h1 {
  height: 1px;
}

.h5 {
  height: 5px;
}

.h,
.h10 {
  height: 10px;
}

.h15 {
  height: 15px;
}

.h20 {
  height: 20px;
}

.h,
.h1,
.h5,
.h10,
.h15,
.h20 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  clear: both;
}

/* body {
    font: 12px Microsoft YaHei, Open Sans, Arial, sans-serif
} */

a {
  text-decoration: none;
}

.section-block {
  display: block;
  padding: 45px 0;
  /* background-color: #2f2f2f; */
}

.section-gray {
  background-color: #efefef;
}

.section {
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.section2 {
  padding-bottom: 300px;
  background-color: #f8f8f8;
  background-position: bottom;
  background-size: contain;
}

.section3:after {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  bottom: -1px;
  width: 75.72vw;
  background-image: url(../images/bg04.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  z-index: 0;
}

.section3 .bd-wp {
  position: relative;
  z-index: 2;
}

.section3 .g-tit1 {
  max-width: 900px;
}

.redbar-tit {
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 700;
}

.redbar-btns a {
  margin: 0 18px;
}

.g-list1 {
  justify-content: space-between;
}

.g-list1,
.g-list1 .con {
  display: flex;
  align-items: center;
}

.g-list1 .icn {
  display: block;
  font-size: 0;
  width: 80px;
  margin-right: 18px;
}

.g-list1 .desc {
  font-size: 16px;
  color: #fff;
  max-width: 180px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}

.g-tit1,
.gtit-tit {
  margin-bottom: 40px;
}

.gtit-tit {
  align-items: center;
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 1.22;
}

.gtit-icn {
  width: 32px;
  margin-right: 10px;
}

.g-tit1.white .tit {
  color: #fff;
}

.gtit-desc {
  font-size: 20px;
  color: #383737;
}

.g-tit1.white .desc {
  color: #fff;
}

.gtit-titsub {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 6px;
}

.gtit-titsub span {
  color: #e92529;
}

.gtit-info {
  margin-bottom: 48px;
}

.gtit-logo {
  margin-left: 85px;
  width: 425px;
}

.gtit-logo img {
  width: 100%;
}

.gtit-lab {
  background-color: #000000;
  padding: 0 9px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 10px;
}

.g-list2 {
  display: flex;
  margin-bottom: 40px;
}

.g-list2 li {
  flex: 1;
  display: block;
  margin-right: 28px;
}

.g-list2 li:last-child {
  margin-right: 0;
}

.g-list2 .con {
  display: flex;
  align-items: center;
  height: 156px;
  background-color: #fff;
  border-radius: .375rem;
  overflow: hidden;
  position: relative;
  border: none;
  border-right: 6px solid #e92529;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 0 35px;
}

.g-list2 .tit {
  display: block;
  font-size: 26px;
  color: #1f2b39;
  line-height: 1.2;
  font-weight: 700;
}

.g-list2 .icn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(30%, -50%);
  height: 90%;
  font-size: 0;
  opacity: 0.2;
}

.g-list2 .icn img {
  max-height: 100%;
}

.m-pos1 {
  position: relative;
}

.m-pos1 .bg {
  font-size: 0;
  display: block;
}

.m-pos1 .bg img {
  display: block;
  width: 100%;
}

.ul-icn1 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ul-icn1,
.ul-icn1 li {
  position: absolute;
}

.ul-icn1 .con {
  display: block;
  font-size: 0;
  text-align: center;
}

.ul-icn1 .txt {
  font-size: 12px;
  color: #f70115;
}

.ul-icn1 .icn {
  display: block;
  width: 41px;
  margin: 0 auto;
}

.ul-icn1 .i1 {
  top: 9.479%;
  left: 45.38%;
}

.ul-icn1 .i2 {
  top: 11.37%;
  left: 50.76%;
}

.ul-icn1 .i3 {
  top: 21.8%;
  left: 59.23%;
}

.ul-icn1 .i4 {
  top: 30.33%;
  left: 65.76%;
}

.ul-icn1 .i5 {
  top: 29.38%;
  left: 71.53%;
}

.ul-icn1 .i6 {
  top: 37.91%;
  left: 48.46%;
}

.ul-icn1 .i7 {
  top: 41.71%;
  left: 56.15%;
}

.ul-icn1 .i8 {
  top: 42.65%;
  left: 84.61%;
}

.ul-icn1 .i9 {
  top: 49.29%;
  left: 63.84%;
}

.ul-icn1 .i10 {
  top: 49.29%;
  left: 78.46%;
}

.ul-icn1 .i11 {
  top: 53.98%;
  left: 83.23%;
}

.ul-icn1 .i12 {
  top: 56.87%;
  left: 92.3%;
}

.ul-icn1 .i13 {
  top: 60.66%;
  left: 80.76%;
}

.ul-icn1 .i14 {
  top: 62.56%;
  left: 87.3%;
}

.ul-icn1 .i15 {
  top: 66.35%;
  left: 34.61%;
}

.ul-icn1 .i16 {
  top: 71.09%;
  left: 30.38%;
}

.ul-icn1 .i17 {
  top: 87.21%;
  left: 90%;
}

.ul-icn1 .i18 {
  top: 91%;
  left: 84.61%;
}

.m-group {
  position: relative;
  z-index: 2;
}

.group-tit {
  padding-left: 42px;
  font-size: 20px;
  color: #2e2d2d;
  margin-bottom: 20px;
}

.ul-group {
  overflow: hidden;
}

.ul-group li {
  float: left;
  width: 50%;
  display: block;
}

.ul-group li:first-child {
  width: 60%;
  padding-right: 70px;
}

.ul-group li:last-child {
  width: 40%;
}

.group-con {
  display: flex;
  align-items: flex-start;
  margin-bottom: 11px;
}

.group-con:last-child {
  margin-bottom: 0;
}

.group-icn {
  padding-top: 2px;
  width: 34px;
  font-size: 0;
  margin-right: 8px;
}

.group-txt {
  flex: 1;
  display: block;
  font-size: 18px;
  color: #2e2d2d;
  line-height: 1.38;
}

.g-list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 700px;
  margin-bottom: 40px;
}

.g-list3 li {
  width: 50%;
  display: block;
  margin-bottom: 20px;
}

.g-list3 .con {
  text-align: center;
}

.g-list3 .icn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 165px;
  margin: 0 auto 30px;
}

.g-list3 .icn img {
  display: block;
  max-height: 100%;
}

.g-list3 li:first-child .icn img {
  width: 165px;
}

.g-list3 li:nth-child(2) .icn img {
  width: 221px;
}

.g-list3 li:nth-child(3) .icn img {
  width: 121px;
}

.g-list3 li:nth-child(4) .icn img {
  width: 140px;
}

.g-list3 .txt {
  color: #fff;
}

.g-list3 .tit {
  font-size: 24px;
  font-weight: 700;
}

.g-list3 .desc {
  font-size: 18px;
}

.g-more1 {
  display: inline-block;
  padding: 0 15px 0 25px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 58px;
  border: 1px solid #fff;
  border-radius: .375rem;
  overflow: hidden;
}

.g-more1:hover {
  background-color: #e92529;
  border-color: #e92529;
}

.g-list4 {
  /* display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap */
}

.g-list4 li {
  display: block;
  width: 562px;
  margin-right: 52px;
}

.g-list4 li:last-child {
  margin-right: 0;
}

.g-list4 .con {
  border-radius: 0 10px;
}

.g-list4 .con,
.g-list4 .pic {
  display: block;
  overflow: hidden;
}

.g-list4 .pic {
  position: relative;
  padding-top: 52.66%;
  border-bottom: 6px solid #000000;
}

.g-list4 li:nth-child(2n) .pic {
  border-color: #e92529;
}

.g-list4 .pic img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  z-index: 2;
}

.g-list4 .pictit {
  position: absolute;
  left: 40px;
  bottom: 30px;
  font-size: 28px;
  color: #fff;
  z-index: 2;
  font-weight: 600;
}

.g-list4 .info {
  padding: 35px 40px 40px;
  background-color: #fff;
}

.g-list4 .desc {
  font-size: 18px;
  color: #333;
  margin-bottom: 90px;
}

.g-list4 .desc .flex {
  margin-bottom: 20px;
}

.g-list4 .desc .icn {
  display: block;
  width: 20px;
  margin-right: 18px;
}

.g-list4 .desc .flex:last-child {
  margin-bottom: 0;
}

.g-list4 .btns {
  font-size: 0;
  overflow: hidden;
}

.g-list4 .btns a {
  margin-right: 28px;
}

.g-list4 .btns a:last-child {
  margin-right: 0;
}

.g-list4 .btn-active .g-btn-b {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.g-list4 .btn-active:hover {
  opacity: 0.8;
}

.g-list4 .btn-active .g-btn-b-red {
  background-color: #e92529;
  border-color: #e92529;
}

.g-list5 {
  display: flex;
  margin: 0 -30px;
  position: relative;
  z-index: 2;
}

.g-list5:after {
  content: "";
  position: absolute;
  top: 225px;
  left: 16.66%;
  right: 16.66%;
  border-bottom: 1px dashed #000000;
  z-index: -1;
}

.g-list5 li {
  flex: 1;
  margin-right: 100px;
}

.g-list5 li:last-child {
  margin-right: 0;
}

.g-list5 .con {
  display: block;
  text-align: center;
}

.g-list5 .pic {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.g-list5 .icn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 147px;
  margin-bottom: 20px;
}

.g-list5 .icn img {
  display: block;
  max-height: 100%;
}

.g-list5 .num {
  display: block;
  width: 115px;
  height: 115px;
  line-height: 105px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 15px auto 0;
  background-color: #000000;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}

.g-list5 .tit {
  font-size: 30px;
  color: #e92529;
  font-weight: 700;
}

.g-list5 .desc {
  font-size: 18px;
  color: #000;
}

.swiper1 {
  position: relative;
  padding-bottom: 100px;
}

.swiper1 .swiper-slide {
  width: 562px;
  margin: 0 43px;
}

.swiper1.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  height: 1px;
  background-color: #777f87;
  width: 100%;
}

.swiper1 .swiper-scrollbar-drag {
  top: -5px;
  height: 10px;
  border-radius: .375rem;
  overflow: hidden;
  background-color: #e92529;
}

.swiper1 .con {
  border-radius: 0 10px;
  box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.16);
}

.swiper1 .con,
.swiper1 .pic {
  display: block;
  overflow: hidden;
}

.swiper1 .pic {
  padding-top: 52.66%;
  position: relative;
}

.swiper1 .pic img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.swiper1 .info {
  font-size: 0;
  padding: 42px 38px 35px;
  background-color: #fff;
  overflow: hidden;
}

.swiper1 .tit {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  height: 2.8em;
  -webkit-line-clamp: 2;
}

.swiper1 .date,
.swiper1 .tit {
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.swiper1 .date {
  padding-left: 25px;
  background-image: url(../images/i25.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.5;
  height: 1.5em;
  -webkit-line-clamp: 1;
  color: #868686;
}

.swiper1 .desc {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  height: 6em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 11px;
}

.swiper1 .more {
  display: inline-block;
  padding: 0 9px 0 20px;
  line-height: 50px;
  border: 1px solid #081d3e;
  color: #081d3e;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: .375rem;
  overflow: hidden;
}

.swiper1 .more:hover {
  background-color: #081d3e;
  color: #fff;
}

.g-more2 {
  text-align: center;
  font-size: 0;
}

.g-more2 .more {
  display: inline-block;
  padding: 0 16px 0 28px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 59px;
  background-color: #e92529;
  border-radius: .375rem;
  overflow: hidden;
}

.g-more2 .more:hover {
  background-color: #fff;
  color: #e92529;
}

.m-info1 {
  display: flex;
  align-items: center;
}

.m-info1 .info {
  flex: 1;
  display: block;
  color: #fff;
}

.m-info1 .tit {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 1;
}

.m-info1 .desc {
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 1.4;
}

.m-info1 .btns {
  font-size: 0;
  overflow: hidden;
}

.m-info1 .btns a {
  margin-right: 38px;
}

.m-info1 .btns a:last-child {
  margin-right: 0;
}

.m-info1 .btns br {
  display: none;
}

.m-info1 .pic {
  width: 946px;
  margin-left: 50px;
  font-size: 0;
}

.m-info1 .pic img {
  margin: 0 auto;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .section-block {
    padding: 2.343vw 0;
  }

  .section {
    padding: 4.687vw 0;
  }

  .section2 {
    padding-bottom: 15.62vw;
  }

  .section3:after {
    left: -3.125vw;
  }

  .section3 .g-tit1 {
    max-width: 46.87vw;
  }

  .redbar-tit {
    font-size: 2.083vw;
    margin-bottom: 2.604vw;
  }

  .redbar-btns a {
    margin: 0 0.937vw;
  }

  .g-list1 .icn {
    width: 4.166vw;
    margin-right: 0.937vw;
  }

  .g-list1 .desc {
    font-size: 0.833vw;
  }

  .g-tit1,
  .gtit-tit {
    margin-bottom: 2.083vw;
  }

  .gtit-tit {
    font-size: 1.875vw;
  }

  .gtit-icn {
    width: 1.666vw;
    margin-right: 0.52vw;
  }

  .gtit-desc {
    font-size: 1.041vw;
  }

  .gtit-titsub {
    font-size: 1.145vw;
  }

  .gtit-info {
    margin-bottom: 2.5vw;
  }

  .gtit-logo {
    margin-left: 4.427vw;
    width: 22.13vw;
  }

  .gtit-lab {
    padding: 0 0.468vw;
    margin-bottom: 0.52vw;
  }

  .g-list2 {
    margin-bottom: 2.083vw;
  }

  .g-list2 li {
    margin-right: 1.458vw;
  }

  .g-list2 .con {
    height: 8.125vw;
    border-width: 0.312vw;
    padding: 0 1.822vw;
  }

  .g-list2 .tit {
    font-size: 1.354vw;
  }

  .ul-icn1 .txt {
    font-size: 0.625vw;
  }

  .ul-icn1 .icn {
    width: 2.135vw;
  }

  .group-tit {
    font-size: 1.041vw;
    margin-bottom: 1.041vw;
  }


  .ul-group li:first-child {
    padding-right: 3.645vw;
  }

  .group-con {
    margin-bottom: 0.572vw;
  }

  .group-icn {
    width: 1.77vw;
    margin-right: 0.416vw;
  }

  .group-txt {
    font-size: 0.937vw;
  }

  .g-list3 {
    max-width: 36.45vw;
    margin-bottom: 2.083vw;
  }

  .g-list3 li {
    margin-bottom: 1.041vw;
  }

  .g-list3 .icn {
    height: 8.593vw;
    margin: 0 auto 1.562vw;
  }

  .g-list3 li:first-child .icn img {
    width: 8.593vw;
  }

  .g-list3 li:nth-child(2) .icn img {
    width: 11.51vw;
  }

  .g-list3 li:nth-child(3) .icn img {
    width: 6.302vw;
  }

  .g-list3 li:nth-child(4) .icn img {
    width: 7.291vw;
  }

  .g-list3 .tit {
    font-size: 1.25vw;
  }

  .g-list3 .desc {
    font-size: 0.937vw;
  }

  .g-more1 {
    padding: 0 0.781vw 0 1.302vw;
    font-size: 1.041vw;
    line-height: 3.02vw;
  }

  .g-list4 li {
    width: 29.27vw;
    margin-right: 2.708vw;
  }

  .g-list4 .con {
    border-radius: 0 0.52vw;
  }

  .g-list4 .pictit {
    left: 2.083vw;
    bottom: 1.562vw;
    font-size: 1.458vw;
  }

  .g-list4 .info {
    padding: 1.822vw 2.083vw 2.083vw;
  }

  .g-list4 .desc {
    font-size: 0.937vw;
    margin-bottom: 4.687vw;
  }

  .g-list4 .desc .flex {
    margin-bottom: 1.041vw;
  }

  .g-list4 .desc .icn {
    width: 1.041vw;
    margin-right: 0.937vw;
  }

  .g-list4 .btns a {
    margin-right: 1.458vw;
  }

  .g-list5 {
    margin: 0 -1.562vw;
  }

  .g-list5:after {
    top: 55%;
  }

  .g-list5 li {
    margin-right: 5.208vw;
  }

  .g-list5 .icn,
  .g-list5 .pic {
    margin-bottom: 1.041vw;
  }

  .g-list5 .icn {
    height: 7.656vw;
  }

  .g-list5 .num {
    width: 5.989vw;
    height: 5.989vw;
    line-height: 5.468vw;
    font-size: 2.5vw;
  }

  .g-list5 .tit {
    font-size: 1.562vw;
  }

  .g-list5 .desc {
    font-size: 0.937vw;
  }

  .swiper1 {
    padding-bottom: 5.208vw;
  }

  .swiper1 .swiper-slide {
    width: 29.27vw;
    margin: 0 2.239vw;
  }

  .swiper1.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 2.604vw;
  }

  .swiper1 .swiper-scrollbar-drag {
    top: -0.26vw;
    height: 0.52vw;
    border-radius: 0 0.26vw;
  }

  .swiper1 .info {
    padding: 2.187vw 1.979vw 1.822vw;
  }

  .swiper1 .tit {
    margin-bottom: 0.625vw;
    font-size: 1.041vw;
  }

  .swiper1 .date {
    padding-left: 1.302vw;
    background-size: 0.937vw;
    margin-bottom: 0.625vw;
  }

  .swiper1 .desc {
    font-size: 0.937vw;
    margin-bottom: 0.572vw;
  }

  .swiper1 .more {
    padding: 0 0.468vw 0 1.041vw;
    line-height: 2.604vw;
    font-size: 1.145vw;
    border-radius: 0 0.26vw;
  }

  .g-more2 .more {
    padding: 0 0.833vw 0 1.458vw;
    font-size: 0.937vw;
    line-height: 3.072vw;
    border-radius: 0 0.26vw;
  }

  .m-info1 .tit {
    font-size: 1.979vw;
    margin-bottom: 1.145vw;
  }

  .m-info1 .desc {
    font-size: 1.041vw;
    margin-bottom: 3.125vw;
  }

  .m-info1 .btns a {
    margin-right: 1.979vw;
  }

  .m-info1 .pic {
    width: 49.27vw;
    margin-left: 2.604vw;
  }
}

@media only screen and (min-width: 969px) and (max-width: 1660px) {
  .section3 .g-tit1 {
    max-width: 50vw;
  }

  .g-list3 {
    max-width: 45vw;
  }
}

@media only screen and (max-width: 1200px) {
  .section-block {
    padding: 20px 0;
  }

  .section {
    padding: 50px 0;
  }

  .section2 {
    padding-bottom: 180px;
  }

  .section3:after {
    left: -30px;
  }

  .g-list1 .con {
    display: block;
  }

  .g-list1 .icn {
    width: 40px;
    margin: 0 auto 10px;
  }

  .g-list1 .desc {
    text-align: center;
    font-size: 12px;
  }

  .g-tit1,
  .gtit-tit {
    margin-bottom: 20px;
  }

  .gtit-tit {
    font-size: 18px;
  }

  .gtit-icn {
    width: 14px;
    margin-right: 6px;
  }

  .gtit-desc {
    font-size: 12px;
  }

  .gtit-titsub {
    font-size: 14px;
  }

  .g-list2 {
    margin-bottom: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .g-list2 li {
    flex: none;
    width: 25%;
    padding: 0 6px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .g-list2 .con {
    height: 80px;
    border-width: 4px;
    padding: 0 15px;
  }

  .g-list2 .tit {
    font-size: 14px;
  }

  .g-list2 .tit br {
    display: none;
  }

  .ul-icn1 .txt {
    font-size: 12px;
    white-space: nowrap;
  }

  .ul-icn1 .icn {
    width: 20px;
  }

  .group-tit {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .group-con,
  .ul-group li {
    margin-bottom: 5px;
  }

  .group-icn {
    width: 17px;
    margin-right: 3px;
  }

  .group-txt,
  .swiper1 .date {
    font-size: 12px;
  }

  .m-info1 .btns a {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 968px) {
  .section3 {
    text-align: center;
  }

  .section3:after {
    left: 0;
    width: 100%;
    background-image: url(../images/bg10.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }

  .section3 .g-tit1 {
    max-width: none;
    text-align: left;
    margin-bottom: 30px;
  }

  .redbar-tit {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .redbar-btns a {
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
  }

  .redbar-btns a:last-child {
    margin-bottom: 0;
  }

  .g-list1 {
    justify-content: space-evenly;
  }

  .g-list1 li:last-child {
    display: none;
  }

  .g-list1 .desc {
    font-size: 8px;
  }

  .ul-group {
    display: block;
  }

  .ul-group li {
    float: none;
    width: auto !important;
  }

  .ul-group li:first-child {
    padding-right: 0;
  }

  .m-pos1 .bg {
    margin-left: -28vw;
    margin-right: -6%;
  }

  .ul-icn1 .con {
    transform: translate(-50%, -50%) scale(0.8);
  }

  .ul-icn1 .i1 {
    top: 10%;
    left: 30%;
  }

  .ul-icn1 .i2 {
    top: 11.37%;
    left: 37.76%;
  }

  .ul-icn1 .i3 {
    top: 19.8%;
    left: 48.23%;
  }

  .ul-icn1 .i4 {
    top: 28.33%;
    left: 56.76%;
  }

  .ul-icn1 .i5 {
    top: 31.38%;
    left: 65.53%;
  }

  .ul-icn1 .i6 {
    top: 36.91%;
    left: 34.46%;
  }

  .ul-icn1 .i7 {
    top: 40.71%;
    left: 46.15%;
  }

  .ul-icn1 .i8 {
    top: 42.65%;
    left: 88.61%;
  }

  .ul-icn1 .i9 {
    top: 51.29%;
    left: 52.84%;
  }

  .ul-icn1 .i10 {
    top: 49.29%;
    left: 74.46%;
  }

  .ul-icn1 .i11 {
    top: 52.98%;
    left: 84.23%;
  }

  .ul-icn1 .i12 {
    top: 55.87%;
    left: 95.3%;
  }

  .ul-icn1 .i13 {
    top: 57.66%;
    left: 78.76%;
  }

  .ul-icn1 .i14 {
    top: 60.56%;
    left: 88.3%;
  }

  .ul-icn1 .i15 {
    top: 66.35%;
    left: 13.61%;
  }

  .ul-icn1 .i16 {
    top: 70.09%;
    left: 7.38%;
  }

  .ul-icn1 .i17 {
    top: 89.21%;
    left: 90%;
  }

  .ul-icn1 .i18 {
    top: 91%;
    left: 83.61%;
  }

  .g-list3 {
    max-width: none;
  }

  .g-list3,
  .g-list3 li {
    margin-bottom: 20px;
  }

  .g-list3 .icn {
    height: 83px;
    margin: 0 auto 10px;
  }

  .g-list3 li:first-child .icn img {
    width: 83px;
  }

  .g-list3 li:nth-child(2) .icn img {
    width: 111px;
  }

  .g-list3 li:nth-child(3) .icn img {
    width: 61px;
  }

  .g-list3 li:nth-child(4) .icn img {
    width: 70px;
  }

  .g-list3 .tit {
    font-size: 14px;
  }

  .g-list3 .desc,
  .g-more1 {
    font-size: 12px;
  }

  .g-more1 {
    padding: 0 5px 0 10px;
    line-height: 28px;
  }

  .g-list4 {
    display: block;
    white-space: nowrap;
    font-size: 0;
    margin: 0 -14%;
    padding: 0 14%;
  }

  .g-list4::-webkit-scrollbar {
    width: 0;
  }

  .g-list4 li {
    display: inline-block;
    vertical-align: middle;
    width: 275px;
    margin-right: 15px;
    text-align: left;
  }

  .g-list4 .con {
    border-radius: .375rem;
  }

  .g-list4 .pictit {
    left: 20px;
    bottom: 15px;
    font-size: 16px;
  }

  .g-list4 .info {
    padding: 15px;
  }

  .g-list4 .desc {
    font-size: 12px;
    margin-bottom: 35px;
  }

  .g-list4 .desc .flex {
    margin-bottom: 10px;
  }

  .g-list4 .desc .icn {
    width: 12px;
    margin-right: 6px;
  }

  .g-list4 .btns a {
    margin-right: 6px;
  }

  .g-list5 {
    display: block;
    margin: 0;
    padding-left: 20px;
  }

  .g-list5:after {
    display: none;
  }

  .g-list5 li {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .g-list5 li:last-child {
    margin-bottom: 0;
  }

  .g-list5 .con {
    display: flex;
    align-items: flex-start;
  }

  .g-list5 .pic {
    width: 120px;
    text-align: center;
    padding-left: 60px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .g-list5 .icn {
    height: 60px;
    margin-bottom: 0;
  }

  .g-list5 .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-width: 2px;
    font-size: 18px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }

  .g-list5 .icn {
    align-items: flex-start;
  }

  .g-list5 .info {
    flex: 1;
    display: block;
    text-align: left;
  }

  .g-list5 .tit {
    font-size: 14px;
  }

  .g-list5 .desc {
    font-size: 12px;
  }

  .swiper1 {
    padding-bottom: 15px;
  }

  .swiper1 .swiper-slide {
    width: 280px;
    margin: 0 26px 0 0;
  }

  .swiper1.swiper-container-horizontal > .swiper-scrollbar {
    margin: 10px 0;
    height: 0;
    overflow: hidden;
  }

  .swiper1 .swiper-scrollbar-drag {
    top: -2px;
    height: 4px;
    border-radius: 0 2px;
  }

  .swiper1 .info {
    padding: 20px;
  }

  .swiper1 .tit {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .swiper1 .date {
    padding-left: 12px;
    background-size: 10px;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .swiper1 .desc {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .swiper1 .more {
    line-height: 26px;
  }

  .g-more2 .more,
  .swiper1 .more {
    padding: 0 10px;
    font-size: 12px;
    border-radius: 0 3px;
  }

  .g-more2 .more {
    line-height: 30px;
  }

  .m-info1 {
    display: block;
    position: relative;
    text-align: center;
  }

  .m-info1 .tit {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .m-info1 .desc {
    font-size: 12px;
    max-width: 340px;
    margin: 0 auto 20px;
  }

  .m-info1 .btns {
    display: block;
    white-space: pre-wrap;
  }

  .m-info1 .btns a {
    margin: 0 0 10px;
  }

  .m-info1 .btns a:last-child {
    margin-bottom: 0;
  }

  .m-info1 .btns br {
    display: block;
  }

  .m-info1 .pic {
    width: auto;
    height: 240px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .m-info1 .pic img {
    max-height: 100%;
  }

  #fc_frame {
    bottom: 55px !important;
  }
}

@media only screen and (max-width: 650px) {
  .g-list2 li {
    width: 50%;
  }
}

@media only screen and (max-width: 567px) {
  .g-list1 {
    justify-content: space-between;
  }

  .ul-icn1 .con {
    transform: translate(-50%, -50%) scale(0.6);
  }

  .g-list4 {
    margin: 0 -6%;
    padding: 0 6%;
  }
}

.g-cur {
  font-size: 21px;
  margin-bottom: 45px;
  flex-wrap: wrap;
}

.g-cur:last-child {
  margin-bottom: 0;
}

.g-cur a {
  color: #d03029;
}

.g-cur span {
  color: #d6d6d6;
  margin: 0 20px;
}

.jl-txt1 {
  position: relative;
  z-index: 2;
}

.jl-txt1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 54%;
  right: 0;
  bottom: 0;
  background-image: url(../images/jl-pic01.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}

.jltxt1-info {
  width: 54%;
  padding-right: 96px;
}

.jl-pro1 {
  margin-top: 80px;
}

.jl-pro1 li {
  margin-right: 130px;
}

.jl-pro1 li:last-child {
  margin-right: 0;
}

.jlpro1-icn {
  margin-bottom: 23px;
  height: 164px;
}

.jlpro1-icn img {
  max-height: 100%;
}

.jlpro1-txt {
  font-size: 26px;
  color: #1f2b39;
  line-height: 1.16em;
  font-weight: 500;
}

.timeline {
  height: 112.91vw;
}

.m-timeline {
  display: none;
  position: relative;
  z-index: 2;
}

.m-timeline:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #d9d9d9;
  z-index: -1;
}

.m-timeline li {
  margin-bottom: 0px;
}

.m-timeline li:last-child {
  margin-bottom: 0;
}

.timeline-con {
  position: relative;
  overflow: hidden;
}

.timeline-dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #c92120;
}

.m-timeline li:nth-child(5n-3) .timeline-dot {
  background-color: #335fa4;
}

.m-timeline li:nth-child(5n-2) .timeline-dot {
  background-color: #556475;
}

.m-timeline li:nth-child(5n-1) .timeline-dot {
  background-color: #e37272;
}

.m-timeline li:nth-child(5n) .timeline-dot {
  background-color: #868686;
}

.timeline-info {
  float: right;
  width: 50%;
  padding-left: 25px;
}

.m-timeline li:nth-child(2n) .timeline-info {
  float: left;
  text-align: right;
  padding-left: 0;
  padding-right: 25px;
}

.timeline-year {
  font-size: 18px;
  color: #e92529;
  margin-bottom: 5px;
  line-height: 1.2;
}

.m-timeline li:nth-child(5n-3) .timeline-year {
  color: #B9B9B9;
}

.m-timeline li:nth-child(5n-2) .timeline-year {
  color: #556475;
}

.m-timeline li:nth-child(5n-1) .timeline-year {
  color: #e37272;
}

.m-timeline li:nth-child(5n) .timeline-year {
  color: #868686;
}

.timeline-desc {
  font-size: 14px;
  color: #000;
  line-height: 1.38;
}

.timeline-descdot p {
  text-align: left;
  padding-left: 13px;
  position: relative;
}

.timeline-descdot p:after {
  content: "";
  position: absolute;
  top: 0.69em;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #e92529;
  border-radius: 50%;
  z-index: 2;
}

.m-timeline li:nth-child(5n-3) .timeline-descdot p:after {
  background-color: #B9B9B9;
}

.m-timeline li:nth-child(5n-2) .timeline-descdot p:after {
  background-color: #556475;
}

.m-timeline li:nth-child(5n-1) .timeline-descdot p:after {
  background-color: #e37272;
}

.m-timeline li:nth-child(5n) .timeline-descdot p:after {
  background-color: #868686;
}

.timeline-tit {
  border-radius: .375rem;
  background-color: #c92120;
  padding: 5px 12px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.m-timeline li:nth-child(5n-3) .timeline-tit {
  background-color: #335fa4;
}

.m-timeline li:nth-child(5n-2) .timeline-tit {
  background-color: #556475;
}

.m-timeline li:nth-child(5n-1) .timeline-tit {
  background-color: #e37272;
}

.m-timeline li:nth-child(5n) .timeline-tit {
  background-color: #868686;
}

.timeline-icn {
  margin-top: 94vw;
  margin-left: 25vw;
}

.section-red {
  background-image: url(../images/jl-bg01.jpg);
}

.secred-info {
  width: 62%;
}

.secred-top {
  font-size: 21px;
  line-height: 1.14;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  padding-right: 73px;
  margin-bottom: 48px;
}

.secred-tit {
  font-size: 60px;
  line-height: 1;
  margin-right: 17px;
}

.secred-list {
  margin-bottom: 36px;
}

.secred-list li {
  margin-bottom: 50px;
}

.secred-list li:last-child {
  margin-bottom: 0;
}

.secred-num {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 38px;
  color: #cf1d1d;
  font-weight: 600;
  margin-right: 17px;
}

.secred-tit2 {
  line-height: 50px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}

.secred-tit2 img {
  display: inline;
  margin-left: 15px;
  max-height: 60px;
}

.secred-desc {
  font-size: 21px;
}

.jl-pro2 {
  margin: 0 -60px -24px;
}

.jl-pro2 li {
  width: 25%;
  padding: 0 60px;
  margin-bottom: 24px;
}

.jlpro2-icn {
  margin-bottom: 12px;
}

.jlpro2-icn img {
  width: 100%;
}

.jlpro2-txt {
  font-size: 24px;
  color: #2f2f2f;
}

.jl-pro3 {
  margin-top: 115px;
}

.jl-pro3 li {
  margin-right: 40px;
}

.jl-pro3 li:last-child {
  margin-right: 0;
}

.jlpro3-top {
  margin-bottom: 9px;
}

.jlpro3-icn {
  height: 105px;
  margin-bottom: 46px;
}

.jlpro3-icn img {
  margin: 0 auto;
  height: 100%;
}

.jlpro3-tit {
  font-size: 24px;
  color: #e92529;
  line-height: 1.16;
}

.jlpro3-desc {
  font-size: 21px;
  color: #2f2f2f;
  line-height: 1.23;
}

.section-forex {
  background-image: url(../images/jl-bg02.png);
}

.secforex-info {
  width: 53%;
}

.section-f8 {
  background-color: #f8f8f8;
}

.jl-pro4 {
  padding: 0 42px;
  margin-bottom: 80px;
}

.jl-pro4 li {
  margin-right: 25px;
}

.jl-pro4 li:last-child {
  margin-right: 0;
}

.jlpro4-con {
  padding: 42px 0;
  background-color: #fff;
  border-radius: .375rem;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.jlpro4-con:hover {
  background-color: #e92529;
}

.jlpro4-icn {
  margin-right: 24px;
  height: 67px;
}

.jlpro4-icn img {
  height: 100%;
  transition: 0.5s;
}

.jlpro4-con:hover .jlpro4-icn img {
  filter: brightness(0) invert(100%);
}

.jlpro4-txt {
  font-size: 26px;
  color: #1f2b39;
  transition: 0.5s;
}

.jlpro4-con:hover .jlpro4-txt {
  color: #fff;
}

.jl-pro6 li {
  margin-bottom: 32px;
}

.jl-pro6 li:last-child {
  margin-bottom: 0;
}

.jlpro6-con {
  border-radius: .375rem;
  padding: 55px 32px;
  background-color: #fff;
  overflow: hidden;
}

.jlpro6-pic {
  max-width: 200px;
  margin-right: 43px;
}

.jlpro6-pic img {
  display: block;
  width: 100%;
}

.jlpro6-bigtit {
  font-size: 32px;
  color: #e92529;
  margin-bottom: 23px;
  line-height: 1.21;
  font-weight: 600;
}

.jlpro6-desc {
  font-size: 21px;
  color: #1c1c1c;
  line-height: 1.47;
  font-weight: 400;
  margin-bottom: 60px;
}

.jlpro6-desc:last-child {
  margin-bottom: 0;
}

.jlpro6-tit {
  font-size: 24px;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 600;
}

.jlpro6-dot p {
  padding-left: 16px;
  position: relative;
}

.jlpro6-dot p:after {
  content: "";
  position: absolute;
  top: 0.73em;
  left: 0;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  background-color: #d9d9d9;
  border-radius: 50%;
  z-index: 2;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .g-cur {
    font-size: 16px;
    margin-bottom: 2.343vw;
  }

  .g-cur span {
    margin: .375rem;
  }

  .jltxt1-info {
    padding-right: 5vw;
  }

  .jl-pro1 {
    margin-top: 4.166vw;
  }

  .jl-pro1 li {
    margin-right: 6.77vw;
  }

  .jlpro1-icn {
    margin-bottom: 1.197vw;
    height: 8.541vw;
  }

  .jlpro1-txt {
    font-size: 1.354vw;
  }

  .secred-top {
    font-size: 16px;
    padding-bottom: 10px;
    padding-right: 55px;
    margin-bottom: 35px;
  }

  .secred-tit {
    font-size: 35px;
    margin-right: 12px;
  }

  .secred-list {
    margin-bottom: 25px;
  }

  .secred-list li {
    margin-bottom: 35px;
  }

  .secred-num {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 28px;
    margin-right: 12px;
  }

  .secred-tit2 {
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .secred-tit2 img {
    margin-left: 12px;
    max-height: 35px;
  }

  .secred-desc {
    font-size: 16px;
  }

  .jl-pro2 {
    margin: 0 -3.125vw -1.25vw;
  }

  .jl-pro2 li {
    padding: 0 3.125vw;
    margin-bottom: 1.25vw;
  }

  .jlpro2-icn {
    margin-bottom: 0.625vw;
  }

  .jlpro2-txt {
    font-size: 18px;
  }

  .jl-pro3 {
    margin-top: 5.989vw;
  }

  .jl-pro3 li {
    margin-right: 2.083vw;
  }

  .jlpro3-top {
    margin-bottom: 0.468vw;
  }

  .jlpro3-icn {
    height: 5.468vw;
    margin-bottom: 2.395vw;
  }

  .jlpro3-tit {
    font-size: 1.25vw;
  }

  .jlpro3-desc {
    font-size: 1.093vw;
  }

  .jl-pro4 {
    padding: 0 2.187vw;
    margin-bottom: 4.166vw;
  }

  .jl-pro4 li {
    margin-right: 1.302vw;
  }

  .jlpro4-con {
    padding: 2.187vw 0;
    border-radius: 0 0.833vw 0 0.52vw;
    box-shadow: 0 0.156vw 0.312vw 1px rgba(0, 0, 0, 0.16);
  }

  .jlpro4-icn {
    margin-right: 1.25vw;
    height: 3.489vw;
  }

  .jlpro4-txt {
    font-size: 1.354vw;
  }

  .jl-pro6 li {
    margin-bottom: 1.666vw;
  }

  .jlpro6-con {
    padding: 2.864vw 1.666vw;
  }

  .jlpro6-pic {
    margin-right: 2.239vw;
  }

  .jlpro6-bigtit {
    font-size: 1.666vw;
    margin-bottom: 1.197vw;
  }

  .jlpro6-desc {
    font-size: 1.093vw;
    margin-bottom: 3.125vw;
  }

  .jlpro6-tit {
    font-size: 1.25vw;
    margin-bottom: 0.26vw;
  }

  .jlpro6-dot p {
    padding-left: 0.833vw;
  }

  .jlpro6-dot p:after {
    width: 0.312vw;
    height: 0.312vw;
  }
}

@media only screen and (max-width: 1200px) {
  .g-cur {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .g-cur span {
    margin: 0 10px;
  }

  .timeline {
    height: auto;
    background-image: none !important;
  }

  .m-timeline {
    display: block;
  }

  .timeline-icn {
    margin-top: 0;
    margin-left: 16px;
  }

  .secred-top {
    display: block !important;
    font-size: 14px;
    padding-bottom: 10px;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .secred-tit {
    font-size: 28px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .secred-list,
  .secred-list li {
    margin-bottom: 20px;
  }

  .secred-num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 8px;
  }

  .secred-con {
    padding-left: 58px;
    position: relative;
  }

  .secred-tit2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 20px;
  }

  .secred-list li:first-child .secred-tit2 img {
    width: 35px;
  }

  .secred-tit2 img {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    max-height: none;
    width: 45px;
  }

  .secred-desc {
    font-size: 12px;
  }

  .jl-pro2 {
    margin: 0 0 -20px;
  }

  .jl-pro2 li {
    padding: 0 3vw;
    margin-bottom: 20px;
  }

  .jlpro2-icn {
    margin-bottom: 10px;
  }

  .jlpro2-txt {
    font-size: 14px;
  }

  .jl-pro3 {
    flex-wrap: wrap;
    margin: 40px -10px -20px;
  }

  .jl-pro3 li {
    flex: none;
    width: 50%;
    margin-right: 0;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .jlpro3-top {
    margin-bottom: 5px;
  }

  .jlpro3-icn {
    height: 45px;
    margin-bottom: 12px;
  }

  .jlpro3-icn img {
    margin: 0;
  }

  .jlpro3-tit {
    font-size: 14px;
  }

  .jlpro3-desc {
    font-size: 12px;
  }

  .jl-pro4 {
    margin: 0 -6px 40px;
    flex-wrap: wrap;
    padding: 0 14px;
  }

  .jl-pro4 li {
    padding: 0 6px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .jlpro4-con {
    padding: 0;
    height: 77px;
    border-radius: .375rem;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.16);
  }

  .jlpro4-icn {
    margin-right: 10px;
    height: 25px;
  }

  .jlpro4-txt {
    font-size: 14px;
  }

  .jl-pro6 li {
    margin-bottom: 20px;
  }

  .jlpro6-con {
    border-radius: .375rem;
    padding: 20px 15px;
  }

  .jlpro6-pic {
    width: 30%;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .jlpro6-bigtit {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .jlpro6-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .jlpro6-tit {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .jlpro6-dot p {
    padding-left: 10px;
  }

  .jlpro6-dot p:after {
    width: 4px;
    height: 4px;
  }
}

@media only screen and (max-width: 968px) {
  .secred-list li:last-child {
    padding-right: 25vw;
  }

  .section-red {
    background-image: url(../images/jl-bg03.png);
    background-position: 0 70%;
    padding-bottom: 30vw;
  }

  .secred-info {
    width: auto;
  }

  .section-forex {
    background-image: url(../images/jl-bg04.png);
  }

  .secforex-info {
    width: auto;
    padding-bottom: 30vw;
  }

  .jl-pro2 li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 768px) {
  .jlpro6-con {
    display: block !important;
  }

  .jlpro6-pic {
    width: auto;
    max-width: 150px;
    margin-right: 0;
  }

  .jlpro6-bigtit {
    font-size: 16px;
  }

  .jlpro6-desc {
    font-size: 12px;
  }

  .jlpro6-tit {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .jl-pro1 {
    flex-wrap: wrap;
    margin: 20px 0 -20px;
  }

  .jl-pro1 li {
    flex: none;
    width: 50%;
    margin-bottom: 20px;
  }

  .jlpro1-txt {
    font-size: 12px;
  }

  .m-timeline li {
    margin-bottom: 10px;
  }

  .timeline-dot {
    width: 12px;
    height: 12px;
    margin-left: -6px;
  }

  .timeline-info {
    padding-left: 15px;
  }

  .m-timeline li:nth-child(2n) .timeline-info {
    padding-right: 15px;
  }

  .timeline-year {
    font-size: 16px;
  }

  .timeline-desc {
    font-size: 12px;
  }

  .timeline-descdot p {
    padding-left: 10px;
  }

  .timeline-descdot p:after {
    width: 4px;
    height: 4px;
  }

  .timeline-tit {
    padding: 5px 8px;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .jl-pro2 li {
    width: 50%;
  }

  .jlpro2-txt {
    font-size: 12px;
  }

  .jl-pro4 li {
    flex: none;
    width: 50%;
  }

  .section-red {
    background-position: 50%;
  }
}

@media only screen and (max-width: 1440px) {
  .mlist1-btn {
    position: static !important;
  }
  .m-list1 .desc {
    margin-bottom: 15px;
  }
}

.m-list1 li {
  *zoom: 1;
}

.m-list1 li:after,
.m-list1 li:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.m-list1 .date {
  line-height: 1.3;
  float: left;
  position: relative;
  margin-right: 21px;
  margin-top: 45px;
}

.m-list1 .date span {
  font-size: 24px;
  color: #a7a7a7;
  display: block;
}

.m-list1 .date em {
  font-size: 32px;
  color: #e92529;
}

.m-list1 .bor {
  position: absolute;
  left: 50%;
  top: 100%;
  height: 225px;
  width: 1px;
  margin-top: 5px;
  background-color: #d6d6d6;
}

.m-list1 .bor:after,
.m-list1 .bor:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  margin-left: -3px;
  background-color: #fff;
}

.m-list1 .bor:before {
  top: 0;
}

.m-list1 .bor:after {
  bottom: 0;
}

.m-list1 .con {
  overflow: hidden;
  padding: 53px 40px 55px 50px;
  position: relative;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.m-list1 .con:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #d6d6d6;
}

.m-list1 .pic {
  float: left;
  width: 458px;
  height: 255px;
  overflow: hidden;
  margin-right: 50px;
}

.m-list1 .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

.m-list1 .txt {
  overflow: hidden;
  height: 255px;
  position: relative;
}

.m-list1 .tit {
  font-size: 26px;
  color: #000000;
  margin-bottom: 21px;
  -webkit-line-clamp: 2;
}

.m-list1 .desc,
.m-list1 .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m-list1 .desc {
  font-size: 18px;
  color: #2f2f2f;
  line-height: 1.44;
  -webkit-line-clamp: 3;
}

.m-list1 .btn {
  width: 220px;
  height: 52px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: .375rem;
  font-size: 22px;
  color: #081d3e;
  border: 1px solid #081d3e;
  font-weight: bold;
}

.m-list1 .btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  position: relative;
  top: -2px;
  margin-left: 12px;
  background: url(../images/g-i08.svg) no-repeat 50%;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.m-list1 li:hover .con {
  background-color: #f8f8f8;
}

.m-list1 li:hover .btn {
  background-color: #e92529;
  border-color: #e92529;
  color: #fff;
}

.m-list1 li:hover .btn:after {
  background-image: url(../images/g-i06.svg);
}

.m-list1 .time,
.m-list1 li:last-child .bor {
  display: none;
}

.lz-map {
  padding: 0;
}

.m-map {
  position: relative;
  height: 659px;
  overflow: hidden;
}

.m-map #map,
.m-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.map-txt {
  height: 37px;
  line-height: 37px;
  background: #fff;
  font-size: 18px;
  color: #f71c1c;
  text-align: center;
  width: 380px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0 10px 0 10px;
}

.amap-info-content {
  background-color: transparent;
  overflow: visible;
  padding: 0;
}

.amap-info-outer,
.amap-menu-outer {
  box-shadow: none;
}

.amap-info-close {
  display: none;
}

.m-map .bd-wp {
  position: relative;
  z-index: 2;
}

.m-list2 {
  width: 752px;
  padding: 60px 60px 30px 40px;
  margin-top: 134px;
  background: #fff;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: .375rem;
}

.m-list2 li {
  overflow: hidden;
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 32px;
}

.m-list2 li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background-color: #d6d6d6;
}

.m-list2 .ico {
  width: 108px;
  float: left;
  margin-right: 32px;
}

.m-list2 .ico img {
  width: 100%;
  display: block;
}

.m-list2 .txt {
  overflow: hidden;
  padding-top: 9px;
}

.m-list2 .tit {
  font-size: 24px;
  color: #051329;
  margin-bottom: 2px;
}

.m-list2 .desc {
  font-size: 21px;
  line-height: 1.33;
  color: #2f2f2f;
}

.m-list2 li:last-child:after {
  display: none;
}

.m-list2 li:last-child {
  margin-bottom: 0;
}

.m-list2 li:last-child .txt {
  padding-top: 0;
}

.m-list3 {
  padding: 35px 0 40px;
}

.m-list3 .ico {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
}

.m-list3 .ico img {
  width: 100%;
  height: 100%;
  display: block;
}

.m-list3 h3 {
  font-size: 24px;
  color: #1c1c1c;
  text-align: center;
}

.m-list3 .con {
  width: 306px;
  height: 233px;
  padding: 42px 0 0;
  border-radius: 0 18px 0 10px;
  border: 1px solid #fff;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.m-list3 .con:hover {
  border-color: #d9d9d9;
}

.pages {
  text-align: center;
  font-size: 0;
}

.pages li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

.pages li a {
  font-size: 24px;
  width: 52px;
  height: 52px;
  display: block;
  line-height: 52px;
  border-radius: .375rem;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.pages li span {
  font-size: 30px;
  vertical-align: top;
  color: #d9d9d9;
  position: relative;
  top: -5px;
}

.pages li.on a,
.pages li:hover a {
  background-color: #e92529;
  color: #fff;
}

.pages .arrow a {
  border: 1px solid #081d3e;
  background-position: 50%;
  background-repeat: no-repeat;
}

.pages .arrow:hover a:hover {
  border-color: #e92529;
}

.pages .arrow a {
  background-image: url(../images/g-i08.svg);
}

.pages .arrow:hover a {
  background-image: url(../images/g-i06.svg);
}

.pages .prev a {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.row-cont {
  padding: 57px 0 200px;
}

.row-cont .g-cur {
  margin-bottom: 85px;
}

.procedure-desc {
  font-size: 18px;
  line-height: 1.72;
  color: #2f2f2f;
}

.news-details .tit {
  font-size: 40px;
  color: #1c1c1c;
  margin-bottom: 16px;
}

.news-details .date {
  font-size: 20px;
  color: #797979;
  display: block;
  background: url(../images/i-06.svg) no-repeat 0;
  padding-left: 27px;
  margin-bottom: 58px;
  -o-background-size: 20px auto;
  -ms-background-size: 20px auto;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

.news-details .txt,
.policy-desc {
  font-size: 18px;
  color: #2f2f2f;
  line-height: 1.72;
}

.policy-desc {
  margin-bottom: 24px;
}

.policy-desc a {
  color: #e3101c;
}

.policy-desc td {
  border: 1px solid #e8e8e8;
  color: #1c1c1c;
  padding: 25px 49px;
}

.policy-desc th {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  text-align: center;
  font-weight: 400;
}

.policy-desc th,
.policy-tips {
  background-color: #000000;
  color: #fff;
}

.policy-tips {
  padding: 40px 105px 39px 48px;
}

.policy-tips .tit {
  font-size: 24px;
  margin-bottom: 16px;
}

.policy-tips .desc {
  font-size: 18px;
  line-height: 1.72;
}

.m-list4 {
  padding-top: 30px;
  margin: 0 42px;
}

.m-list4 li {
  padding-bottom: 60px;
  margin-bottom: 58px;
  border-bottom: 1px solid #d6d6d6;
}

.m-list4 .tit {
  margin-bottom: 12px;
}

.m-list4 .tit a {
  font-size: 28px;
  color: #e3101c;
}

.m-list4 .txt {
  font-size: 18px;
  color: #2f2f2f;
  line-height: 1.72;
  margin-bottom: 35px;
}

.m-list4 .pic img {
  width: 100%;
  display: block;
}

.m-list4 .date {
  font-size: 20px;
  color: #797979;
  display: block;
  background: url(../images/i-06.svg) no-repeat 0;
  padding-left: 27px;
  margin-bottom: 30px;
  -o-background-size: 20px auto;
  -ms-background-size: 20px auto;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

.m-list4 li:last-child {
  border-bottom: 0;
}

.m-list5 {
  padding-top: 110px;
  padding-bottom: 60px;
}

.m-list5 .ico {
  width: 158px;
  height: 158px;
  margin: 0 auto 38px;
}

.m-list5 .ico img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.m-list5 .desc {
  font-size: 24px;
  line-height: 1.17;
  color: #000;
  width: 220px;
  margin: 0 auto;
  text-align: center;
}

.row-z1 {
  padding: 115px 0 80px;
}

.row-z1 .gtit-tit {
  margin-bottom: 16px;
}

.dashboard-info {
  overflow: hidden;
  padding: 78px 0 83px;
}

.dashboard-info .pic {
  float: left;
  width: 46%;
  margin-right: 60px;
}

.dashboard-info .pic img {
  width: 100%;
  display: block;
}

.dashboard-info .txt {
  overflow: hidden;
}

.dashboard-info .item {
  font-size: 24px;
  line-height: 1.29;
  color: #1c1c1c;
  margin-bottom: 54px;
  padding-left: 32px;
  background: url(../images/i-12.svg) no-repeat left 5px;
  -o-background-size: 18px auto;
  -ms-background-size: 18px auto;
  -moz-background-size: 18px auto;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
}

.dashboard-info .bot {
  padding-top: 27px;
  display: inline-block;
}

.dashboard-info .g-btn {
  font-size: 22px;
}

.dashboard-tips .tit {
  font-size: 24px;
  padding-left: 41px;
  margin-bottom: 15px;
  color: #e3101c;
  background: url(../images/i-13.svg) no-repeat 0;
  -o-background-size: 24px auto;
  -ms-background-size: 24px auto;
  -moz-background-size: 24px auto;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
}

.dashboard-tips .desc {
  font-size: 18px;
  line-height: 1.56;
  color: #1c1c1c;
}

.row-z2 {
  padding-bottom: 158px;
}

.row-z2 .gtit-tit {
  margin-bottom: 16px;
}

.m-list6 {
  padding-top: 20px;
  margin-bottom: 60px;
}

.m-list6 .con {
  display: block;
  padding: 60px 44px 60px 38px;
  margin: 0 -40px;
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.m-list6 .pic {
  float: left;
  width: 48%;
  height: 380px;
}

.m-list6 .pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.m-list6 .txt {
  float: right;
  height: 380px;
  position: relative;
  width: 52%;
  padding-left: 66px;
}

.m-list6 .t-c {
  position: absolute;
  top: 50%;
  left: 66px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-list6 .tit {
  font-size: 26px;
  color: #e3101c;
  line-height: 1.54;
  margin-bottom: 12px;
}

.m-list6 .num {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 19px;
  font-size: 23px;
  color: #fff;
  text-align: center;
  background-color: #e3101c;
  line-height: 32px;
}

.m-list6 .desc {
  font-size: 18px;
  line-height: 1.44;
  color: #2f2f2f;
}

.m-list6 .con:hover {
  background-color: #f8f8f8;
}

.btn-tool {
  width: 384px;
  margin: 0 auto;
  display: block;
}

.btn-tool .g-btn {
  font-size: 22px;
}

.ban-list {
  text-align: center;
  font-size: 0;
}

.ban-list li {
  display: inline-block;
  margin-right: 15px;
}

.ban-list .con {
  display: block;
  height: 78px;
  width: 255px;
  margin: 0 17px;
  border-radius: 0 10px 0 10px;
  border: 1px solid #fff;
  padding-left: 23px;
}

.ban-list .ico {
  float: left;
  margin-right: 16px;
  height: 76px;
  line-height: 76px;
}

.ban-list .ico img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.ban-list .desc {
  overflow: hidden;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  padding-top: 17px;
}

.ban-list .desc span {
  font-size: 13px;
}

.ban-list .desc h3 {
  font-size: 21px;
}

.ban-list .ico-1 {
  width: 33px;
}

.ban-list .ico-2 {
  width: 32px;
}

.ban-list .ico-3 {
  width: 38px;
}

.ban-list .ico-4 {
  width: 39px;
}

.row-mt1 {
  padding-top: 110px;
  padding-bottom: 150px;
}

.row-mt1 .mt-tabs {
  padding-top: 33px;
}

.mt-tabs {
  overflow: hidden;
}

.mt-tabs li {
  float: left;
  margin-right: 45px;
}

.mt-tabs .tabs-con {
  padding: 0 27px;
  height: 45px;
  font-size: 18px;
  color: #797979;
  line-height: 45px;
  border-radius: 0 10px 0 10px;
  cursor: pointer;
}

.mt-tabs .deposit-active .tabs-con {
  background-color: #e92529;
  color: #fff;
}

.mt-item {
  overflow: hidden;
  padding-top: 60px;
  display: none;
}

.mt-item.deposit-item-active {
  display: block;
}

.mt-item .pic {
  float: left;
  width: 52%;
  margin-right: 10px;
}

.mt-item .txt {
  overflow: hidden;
}

.mt-item .item {
  margin-bottom: 40px;
}

.mt-item .item h3 {
  font-size: 24px;
  color: #e92529;
}

.mt-item .item .desc {
  font-size: 21px;
  line-height: 1.48;
  color: #1c1c1c;
}

.row-mt2 {
  background-color: #566677;
  position: relative;
  color: #fff;
  overflow: hidden;
  height: 528px;
}

.row-mt2 .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 528px;
}

.row-mt2 .pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.row-mt2 .r-txt {
  margin-left: 50%;
  padding-left: 122px;
  padding-top: 84px;
}

.row-mt2 .ban-list {
  text-align: left;
  margin: 0 -13px;
}

.row-mt2 .ban-list li {
  width: 50%;
  margin-bottom: 20px;
  margin-right: 0;
}

.row-mt2 .ban-list .con {
  width: auto;
  padding-left: 14px;
  height: 69px;
}

.row-mt2 .ban-list .desc {
  padding-top: 15px;
}

.row-mt2 .ban-list .desc h3 {
  font-size: 20px;
}

.row-mt2 .ban-list .ico {
  margin-right: 8px;
  line-height: 67px;
}

.row-mt2 .tit {
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 12px;
}

.row-mt2 .tips {
  font-size: 32px;
  margin-bottom: 32px;
}

.row-mt3 {
  padding: 188px 0 170px;
  position: relative;
}

.row-mt3 .gtit-tit {
  margin-bottom: 25px;
}

.setup-desc {
  max-width: 580px;
  padding-top: 45px;
}

.setup-desc .item {
  overflow: hidden;
  margin-bottom: 54px;
}

.setup-desc .num {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 23px;
  margin-right: 14px;
  color: #fff;
  background-color: #000000;
}

.setup-desc .desc {
  font-size: 21px;
  color: #1c1c1c;
  line-height: 1.52;
  padding-top: 4px;
  overflow: hidden;
}

.setup-desc .desc span {
  color: #e92529;
}

.setup-con {
  position: absolute;
  top: 103px;
  right: 190px;
}

.setup-con .mt-tabs {
  margin-bottom: 11px;
  margin-left: 23px;
}

.setup-item {
  display: none;
}

.setup-item.deposit-item-active {
  display: block;
}

.setup-item .pic {
  float: left;
  margin-right: 41px;
  width: 307px;
  height: 607px;
}

.setup-item .pic img {
  width: 100%;
  display: block;
}

.setup-item .pic-desc {
  line-height: 607px;
  font-size: 21px;
  color: #ef7676;
  overflow: hidden;
}

.row-mt4 {
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.expert-con {
  position: relative;
  color: #000;
  max-width: 1430px;
  margin: 0 auto;
  padding: 160px 0;
}

.expert-con .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 804px;
  display: none;
}

.expert-con .pic img {
  width: 100%;
  display: block;
}

.expert-con .tit {
  font-size: 40px;
  margin-bottom: 8px;
}

.expert-con .desc {
  font-size: 21px;
  line-height: 1.33;
  max-width: 485px;
  margin-bottom: 31px;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .m-list1 .date {
    margin-right: 1.093vw;
    margin-top: 2.343vw;
  }

  .m-list1 .date span {
    font-size: 1.25vw;
  }

  .m-list1 .date em {
    font-size: 1.666vw;
  }

  .m-list1 .bor {
    height: 11.71vw;
    margin-top: 0.26vw;
  }

  .m-list1 .con {
    padding: 2.76vw 2.083vw 2.864vw 2.604vw;
  }

  .m-list1 .pic {
    width: 23.85vw;
    margin-right: 2.604vw;
  }

  .m-list1 .pic,
  .m-list1 .txt {
    height: 13.28vw;
  }

  .m-list1 .tit {
    font-size: 1.354vw;
    margin-bottom: 1.093vw;
  }

  .m-list1 .desc {
    font-size: 0.937vw;
  }

  .m-list1 .btn {
    width: 11.45vw;
    height: 2.708vw;
    line-height: 2.604vw;
    border-radius: 0 0.26vw 0 0.26vw;
    font-size: 1.145vw;
  }

  .m-list1 .btn:after {
    width: 0.625vw;
    height: 0.625vw;
    top: -0.104vw;
    margin-left: 0.625vw;
  }

  .m-map {
    height: 34.32vw;
  }

  .map-txt {
    height: 1.927vw;
    line-height: 1.927vw;
    font-size: 0.937vw;
    width: 19.79vw;
    border-radius: 0 0.52vw 0 0.52vw;
  }

  .m-list2,
  .map-txt {
    box-shadow: 0 0.156vw 0.312vw 0.052vw rgba(0, 0, 0, 0.16);
  }

  .m-list2 {
    width: 39.16vw;
    padding: 3.125vw 3.125vw 1.562vw 2.083vw;
    margin-top: 6.979vw;
    border-radius: .375rem;
  }

  .m-list2 li {
    padding-bottom: 2.5vw;
    margin-bottom: 1.666vw;
  }

  .m-list2 li:after {
    left: 0.625vw;
    right: 0.625vw;
  }

  .m-list2 .ico {
    width: 5.625vw;
    margin-right: 1.666vw;
  }

  .m-list2 .txt {
    padding-top: 0.468vw;
  }

  .m-list2 .tit {
    font-size: 1.25vw;
    margin-bottom: 0.104vw;
  }

  .m-list2 .desc {
    font-size: 1.093vw;
  }

  .m-list3 {
    padding: 1.822vw 0 2.083vw;
  }

  .m-list3 .ico {
    width: 5vw;
    height: 5vw;
    margin: 0 auto 0.937vw;
  }

  .m-list3 h3 {
    font-size: 1.25vw;
  }

  .m-list3 .con {
    width: 15.93vw;
    height: 12.13vw;
    padding: 2.187vw 0 0;
    border-radius: 0 0.937vw 0 0.52vw;
  }

  .pages li {
    margin: 0 0.208vw;
  }

  .pages li a {
    font-size: 1.25vw;
    width: 2.708vw;
    height: 2.708vw;
    line-height: 2.708vw;
    border-radius: 0 0.26vw 0 0.26vw;
  }

  .pages li span {
    font-size: 1.562vw;
    top: -0.26vw;
  }

  .row-cont {
    padding: 2.968vw 0 10.41vw;
  }

  .row-cont .g-cur {
    margin-bottom: 4.427vw;
  }

  .procedure-desc {
    font-size: 0.937vw;
  }

  .news-details .tit {
    font-size: 2.083vw;
    margin-bottom: 0.833vw;
  }

  .news-details .date {
    font-size: 1.041vw;
    padding-left: 1.406vw;
    margin-bottom: 3.02vw;
    -o-background-size: 1.041vw auto;
    -ms-background-size: 1.041vw auto;
    -moz-background-size: 1.041vw auto;
    -webkit-background-size: 1.041vw auto;
    background-size: 1.041vw auto;
  }

  .news-details .txt,
  .policy-desc {
    font-size: 0.937vw;
  }

  .policy-desc {
    margin-bottom: 1.25vw;
  }

  .policy-desc td {
    padding: 1.302vw 2.552vw;
  }

  .policy-tips {
    padding: 2.083vw 5.468vw 2.031vw 2.5vw;
  }

  .policy-tips .tit {
    font-size: 1.25vw;
    margin-bottom: 0.833vw;
  }

  .policy-tips .desc {
    font-size: 0.937vw;
  }

  .m-list4 {
    padding-top: 1.562vw;
  }

  .m-list4 li {
    padding-bottom: 3.125vw;
    margin-bottom: 3.02vw;
  }

  .m-list4 .tit {
    margin-bottom: 0.625vw;
  }

  .m-list4 .tit a {
    font-size: 1.458vw;
  }

  .m-list4 .txt {
    font-size: 0.937vw;
  }

  .m-list4 .date {
    font-size: 1.041vw;
    padding-left: 1.406vw;
    margin-bottom: 1.562vw;
    -o-background-size: 1.041vw auto;
    -ms-background-size: 1.041vw auto;
    -moz-background-size: 1.041vw auto;
    -webkit-background-size: 1.041vw auto;
    background-size: 1.041vw auto;
  }

  .m-list5 {
    padding-top: 5.729vw;
    padding-bottom: 3.125vw;
  }

  .m-list5 .ico {
    width: 8.229vw;
    height: 8.229vw;
    margin: 0 auto 1.979vw;
  }

  .m-list5 .desc {
    font-size: 1.25vw;
    width: 11.45vw;
  }

  .row-z1 {
    padding: 5.989vw 0 4.166vw;
  }

  .row-z1 .gtit-tit {
    margin-bottom: 0.833vw;
  }

  .dashboard-info {
    padding: 4.062vw 0 4.322vw;
  }

  .dashboard-info .pic {
    margin-right: 3.125vw;
  }

  .dashboard-info .item {
    font-size: 1.25vw;
    margin-bottom: 2.812vw;
    padding-left: 1.666vw;
    background: url(../images/i-12.svg) no-repeat left 0.26vw;
    -o-background-size: 0.937vw auto;
    -ms-background-size: 0.937vw auto;
    -moz-background-size: 0.937vw auto;
    -webkit-background-size: 0.937vw auto;
    background-size: 0.937vw auto;
  }

  .dashboard-info .bot {
    padding-top: 1.406vw;
  }

  .dashboard-info .g-btn {
    font-size: 1.145vw;
  }

  .dashboard-tips .tit {
    font-size: 1.25vw;
    padding-left: 2.135vw;
    margin-bottom: 0.781vw;
    -o-background-size: 1.25vw auto;
    -ms-background-size: 1.25vw auto;
    -moz-background-size: 1.25vw auto;
    -webkit-background-size: 1.25vw auto;
    background-size: 1.25vw auto;
  }

  .dashboard-tips .desc {
    font-size: 0.937vw;
  }

  .row-z2 {
    padding-bottom: 8.229vw;
  }

  .row-z2 .gtit-tit {
    margin-bottom: 0.833vw;
  }

  .m-list6 {
    padding-top: 1.041vw;
    margin-bottom: 3.125vw;
  }

  .m-list6 .con {
    padding: 3.125vw 2.291vw 3.125vw 1.979vw;
    margin: 0 -2.083vw;
  }

  .m-list6 .pic,
  .m-list6 .txt {
    height: 19.79vw;
  }

  .m-list6 .txt {
    padding-left: 3.437vw;
  }

  .m-list6 .t-c {
    left: 3.437vw;
  }

  .m-list6 .tit {
    font-size: 1.354vw;
    margin-bottom: 0.625vw;
  }

  .m-list6 .num {
    width: 1.666vw;
    height: 1.666vw;
    margin-right: 0.989vw;
    font-size: 1.197vw;
    line-height: 1.666vw;
  }

  .m-list6 .desc {
    font-size: 0.937vw;
  }

  .btn-tool {
    width: 20vw;
  }

  .btn-tool .g-btn {
    font-size: 1.145vw;
  }

  .ban-list .con {
    height: 4.062vw;
    width: 13.28vw;
    margin: 0 0.885vw;
    border-radius: 0 0.52vw 0 0.52vw;
    padding-left: 1.197vw;
  }

  .ban-list .ico {
    margin-right: 0.833vw;
    height: 3.958vw;
    line-height: 3.958vw;
  }

  .ban-list .desc {
    padding-top: 0.885vw;
  }

  .ban-list .desc span {
    font-size: 0.677vw;
  }

  .ban-list .desc h3 {
    font-size: 1.093vw;
  }

  .ban-list .ico-1 {
    width: 1.718vw;
  }

  .ban-list .ico-2 {
    width: 1.666vw;
  }

  .ban-list .ico-3 {
    width: 1.979vw;
  }

  .ban-list .ico-4 {
    width: 2.031vw;
  }

  .row-mt1 {
    padding-top: 5.729vw;
    padding-bottom: 7.812vw;
  }

  .row-mt1 .mt-tabs {
    padding-top: 1.718vw;
  }

  .mt-tabs li {
    margin-right: 2.343vw;
  }

  .mt-tabs .tabs-con {
    padding: 0 1.406vw;
    height: 2.343vw;
    font-size: 0.937vw;
    line-height: 2.343vw;
    border-radius: 0 0.52vw 0 0.52vw;
  }

  .mt-item {
    padding-top: 3.125vw;
  }

  .mt-item .pic {
    margin-right: 0.52vw;
  }

  .mt-item .item {
    margin-bottom: 2.083vw;
  }

  .mt-item .item h3 {
    font-size: 1.25vw;
  }

  .mt-item .item .desc {
    font-size: 1.093vw;
  }

  .row-mt2,
  .row-mt2 .pic {
    height: 27.5vw;
  }

  .row-mt2 .r-txt {
    padding-left: 6.354vw;
    padding-top: 4.375vw;
  }

  .row-mt2 .ban-list {
    margin: 0 -0.677vw;
  }

  .row-mt2 .ban-list li {
    margin-bottom: 1.041vw;
  }

  .row-mt2 .ban-list .con {
    padding-left: 0.729vw;
    height: 3.593vw;
  }

  .row-mt2 .ban-list .desc {
    padding-top: 0.781vw;
  }

  .row-mt2 .ban-list .desc h3 {
    font-size: 1.041vw;
  }

  .row-mt2 .ban-list .ico {
    margin-right: 0.416vw;
    line-height: 3.489vw;
  }

  .row-mt2 .tit {
    font-size: 2.083vw;
    margin-bottom: 0.625vw;
  }

  .row-mt2 .tips {
    font-size: 1.666vw;
    margin-bottom: 1.666vw;
  }

  .row-mt3 {
    padding: 9.791vw 0 8.854vw;
  }

  .row-mt3 .gtit-tit {
    margin-bottom: 1.302vw;
  }

  .setup-desc {
    max-width: 30.2vw;
    padding-top: 2.343vw;
  }

  .setup-desc .item {
    margin-bottom: 2.812vw;
  }

  .setup-desc .num {
    width: 2.083vw;
    height: 2.083vw;
    line-height: 2.083vw;
    font-size: 1.197vw;
    margin-right: 0.729vw;
  }

  .setup-desc .desc {
    font-size: 1.093vw;
    padding-top: 0.208vw;
  }

  .setup-con {
    top: 5.364vw;
    right: 9.895vw;
  }

  .setup-con .mt-tabs {
    margin-bottom: 0.572vw;
    margin-left: 1.197vw;
  }

  .setup-item .pic {
    margin-right: 2.135vw;
    width: 15.98vw;
    height: 31.61vw;
  }

  .setup-item .pic-desc {
    line-height: 31.61vw;
    font-size: 1.093vw;
  }

  .expert-con {
    max-width: 74.47vw;
    padding: 8.333vw 0;
  }

  .expert-con .pic {
    width: 41.87vw;
  }

  .expert-con .tit {
    font-size: 2.083vw;
    margin-bottom: 0.416vw;
  }

  .expert-con .desc {
    font-size: 1.093vw;
    max-width: 25.26vw;
    margin-bottom: 1.614vw;
  }
}

@media only screen and (max-width: 968px) {
  .m-list1 .date {
    display: none;
  }

  .m-list1 .con {
    padding: 0;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.16);
    border-radius: .375rem;
  }

  .m-list1 .pic img {
    height: auto;
  }

  .m-list1 a.pos-ab {
    position: static;
  }

  .m-list1 .pic {
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
  }

  .m-list1 .txt {
    padding: 20px 15px;
  }

  .m-list1 .tit {
    font-size: 16px;
    line-height: 1.15;
    margin-bottom: 10px;
  }

  .m-list1 .desc {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .m-list1 .txt {
    height: auto;
  }

  .m-list1 .btn {
    position: static;
    display: block;
    width: 160px;
    height: 36px;
    line-height: 34px;
    font-size: 16px;
    border-radius: .375rem;
  }

  .m-list1 li {
    margin-bottom: 30px;
  }

  .m-list1 .con:after {
    display: none;
  }

  .m-list1 .time {
    display: block;
    font-size: 14px;
    color: #868686;
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../images/i25.png) no-repeat 0;
    -o-background-size: 14px auto;
    -ms-background-size: 14px auto;
    -moz-background-size: 14px auto;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
  }

  .pages .pc-block {
    display: none;
  }

  .pages li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }

  .m-map #map,
  .m-map iframe {
    position: static;
    height: 250px;
  }

  .m-map {
    height: auto;
  }

  .map-txt {
    font-size: 14px;
    width: 300px;
  }

  .m-list2 {
    width: auto;
    margin: 0;
    box-shadow: none;
    padding: 0;
  }

  .m-list2 li {
    padding: 30px 0;
    margin-bottom: 0;
  }

  .m-list2 .ico {
    width: 60px;
    margin-right: 15px;
  }

  .m-list2 .tit {
    font-size: 16px;
  }

  .m-list2 .desc {
    font-size: 14px;
  }

  .m-list2 .txt {
    padding-top: 0;
  }

  .lz-contace {
    background-color: #f8f8f8;
    padding: 30px 0;
  }

  .m-list3 .con {
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
  }

  .m-list3 .ico {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .m-list3 h3 {
    font-size: 18px;
  }

  .m-list5 {
    flex-wrap: wrap;
    padding: 15px 0 0;
  }

  .m-list5 li {
    flex: none;
    width: 50%;
    padding-bottom: 30px;
  }

  .m-list5 .ico {
    height: 80px;
    margin-bottom: 15px;
  }

  .m-list5 .desc {
    font-size: 16px;
    margin: 0 10px;
    width: auto;
  }

  .row-z1 {
    padding: 50px 0;
  }

  .dashboard-info .pic {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .dashboard-info {
    padding: 25px 0;
  }

  .dashboard-info .item {
    font-size: 18px;
    margin-bottom: 15px;
    background-position: left 3px;
  }

  .dashboard-info .g-btn {
    font-size: 8px;
  }

  .dashboard-tips .tit {
    font-size: 18px;
    padding-left: 30px;
    background-position: left 3px;
    -o-background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
  }

  .dashboard-tips .desc {
    font-size: 14px;
  }

  .m-list6 .con {
    padding: 20px 0;
  }

  .m-list6 .txt {
    width: auto;
    float: none;
    height: auto;
    padding-left: 0;
  }

  .m-list6 .t-c {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .m-list6 .tit {
    font-size: 16px;
  }

  .m-list6 .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-right: 10px;
  }

  .m-list6 .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .m-list6 .pic {
    width: auto;
    height: auto;
  }

  .btn-tool .g-btn {
    font-size: 8px;
  }

  .btn-tool {
    width: auto;
    display: inline-block;
  }

  .m-list6 {
    margin-bottom: 25px;
  }

  .row-z2 {
    padding-bottom: 50px;
  }

  .m-list6 .con {
    margin: 0;
  }

  .ban-list li {
    width: 160px;
    margin: 0 5px 10px;
  }

  .ban-list .con {
    width: auto;
    margin: 0;
    padding-left: 10px;
    height: 50px;
  }

  .ban-list .ico {
    width: 18px !important;
    height: 48px;
    line-height: 48px;
    margin-right: 8px;
  }

  .ban-list .desc h3 {
    font-size: 16px;
  }

  /* .ban-list li:last-child {
    display: none;
  } */

  .ban-list .desc span {
    font-size: 10px;
  }

  .ban-list .desc {
    padding-top: 8px;
  }

  .row-mt1 {
    padding: 50px 0;
  }

  .mt-tabs {
    text-align: center;
    font-size: 0;
  }

  .mt-tabs li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }

  .mt-tabs .tabs-con {
    padding: 0 15px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .row-mt1 .mt-tabs {
    padding-top: 15px;
  }

  .mt-item .pic {
    padding-top: 0;
    float: none;
    width: 80%;
    margin: 0 auto 15px;
  }

  .mt-item {
    padding-top: 25px;
  }

  .mt-item .item h3 {
    font-size: 16px;
  }

  .mt-item .item .desc {
    font-size: 14px;
  }

  .mt-item .item {
    margin-bottom: 15px;
  }

  .row-mt2 .pic {
    position: static;
    height: auto;
    width: auto;
  }

  .row-mt2 .r-txt {
    margin-left: 0;
    padding: 30px 0 0;
  }

  .row-mt2 {
    height: auto;
  }

  .row-mt2 .ban-list li {
    width: 46%;
  }

  .row-mt2 .ban-list .desc h3 {
    font-size: 16px;
  }

  .row-mt2 .tit {
    font-size: 20px;
  }

  .row-mt2 .tips {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .row-mt2 .ban-list {
    margin: 0;
  }

  .row-mt3 {
    padding: 50px 0 30px;
  }

  .setup-con {
    position: static;
    padding-top: 25px;
  }

  .setup-item .pic-desc {
    display: none;
  }

  .setup-item .pic {
    float: none;
    width: 200px;
    margin: 0 auto;
    height: auto;
  }

  .row-mt3 .gtit-tit {
    margin-bottom: 10px;
  }

  .setup-desc {
    padding-top: 15px;
  }

  .setup-desc .desc {
    font-size: 14px;
    padding-top: 0;
  }

  .setup-desc .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-right: 8px;
  }

  .setup-desc .item {
    margin-bottom: 20px;
  }

  .expert-con {
    width: 90%;
    padding: 30px 0;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .expert-con .pic {
    position: static;
    width: auto;
    margin-bottom: 20px;
  }

  .expert-con .tit {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .expert-con .desc {
    font-size: 14px;
  }

  .row-cont {
    padding: 30px 0 50px;
  }

  .row-cont .g-cur {
    margin-bottom: 30px;
  }

  .policy-desc,
  .procedure-desc {
    font-size: 14px;
  }

  .policy-desc {
    margin-bottom: 15px;
  }

  .policy-desc td {
    padding: 10px 15px;
  }

  .policy-tips {
    padding: 15px 20px;
  }

  .policy-tips .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .policy-tips .desc {
    font-size: 14px;
  }

  .m-list4 .tit a {
    font-size: 18px;
  }

  .m-list4 .tit {
    margin-bottom: 8px;
  }

  .m-list4 {
    padding-top: 10px;
  }

  .m-list4 .date {
    font-size: 14px;
    margin-bottom: 6px;
    -o-background-size: 15px auto;
    -ms-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
  }

  .m-list4 .txt {
    font-size: 14px;
  }

  .m-list4 li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .news-details .tit {
    font-size: 20px;
  }

  .news-details .date {
    font-size: 14px;
    margin-bottom: 15px;
    -o-background-size: 15px auto;
    -ms-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
  }

  .news-details .txt {
    font-size: 14px;
  }

  .m-list3 {
    justify-content: space-between !important;
  }
}

.sr-compareTable tbody tr td {
  display: none;
}

.sr-compareTable tbody tr:nth-child(-n + 3) td {
  display: table-cell;
}

.sr-compareTable.on tbody tr td {
  display: table-cell !important;
}

.section-standard {
  padding: 53px 0 109px;
}

.section-standard .g-cur {
  margin-bottom: 76px;
}

.section-standard .gtit-tit {
  margin-bottom: 65px;
}

.sr-standard {
  padding: 50px 45px;
  background: #fff;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: .375rem;
}

.standard-pic {
  width: 49.8%;
  border-radius: 0 10px 0 24px;
  position: relative;
}

.standard-pic:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #e92529;
}

.standard-pic img {
  display: block;
  width: 100%;
  border-radius: 0 10px 0 24px;
}

.standard-pic-title {
  padding: 24px 39px;
  font-size: 22px;
}

.standard-text {
  margin-top: -4px;
  padding-left: 50px;
  width: 50.2%;
}

.standard-title {
  margin-bottom: 12px;
  font-size: 18px;
  color: #e92529;
  line-height: 1.54;
}

.standard-desc {
  margin-bottom: 26px;
  font-size: 12px;
  color: #2f2f2f;
  line-height: 1.44;
}

.standard-info {
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.5;
}

.standard-info-item {
  margin-bottom: 19px;
}

.standard-info-item:last-child {
  margin: 0;
}

.standard-ico {
  margin-right: 16px;
  width: 18px;
}

.standard-btns {
  margin-top: 51px;
}

.standard-btns .g-btn {
  height: 53px;
  font-size: 15px;
}

.section-compare {
  padding: 78px 0 229px;
}

.section-compare .gtit-tit {
  margin-bottom: 81px;
}

.sr-table {
  margin-bottom: 24px;
}

.sr-table table {
  width: 100%;
}

.sr-table td,
.sr-table th {
  padding: 15px;
  border: 1px solid #e8e8e8;
  height: 60px;
  font-size: 16px;
  text-align: center;
}

.sr-table th {
  color: #2f2f2f;
  background-color: #f8f8f8;
}

.sr-table td {
  color: #2f2f2f;
}

.sr-table td p {
  padding: 10px 0;
}

.compare-btns + .compare-btns {
  margin-top: 100px;
}

.compare-btns .g-btn.g-btn-grey {
  font-size: 16px;
  height: 52px;
  text-transform: none;
  font-weight: 400;
}

.compare-btns .g-btn.g-btn-w-o {
  font-size: 15px;
  height: 59px;
}

.section-tradeAdvantages {
  padding: 99px 0 108px;
  background-color: #f8f8f8;
}

.section-tradeAdvantages .gtit-tit {
  margin-bottom: 96px;
}

.tradeAdvantages-list {
  margin-bottom: -12px;
  flex-wrap: wrap;
}

.tradeAdvantages-list li {
  margin-bottom: 24px;
  flex: 0 0 calc(50% - 12px);
}

.tradeAdvantages-con {
  padding: 36px;
  height: 100%;
  background-color: #fff;
  border-radius: .375rem;
}

.tradeAdvantages-icn {
  max-width: 19.8%;
}

.tradeAdvantages-text {
  padding-left: 32px;
  max-width: 80.2%;
}

.tradeAdvantages-title {
  margin-bottom: 13px;
  font-size: 16px;
  color: #e92529;
  line-height: 1.42;
}

.tradeAdvantages-desc {
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.24;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .section-standard {
    padding: 2.76vw 0 5.677vw;
  }

  .section-standard .g-cur {
    margin-bottom: 3.958vw;
  }

  .section-standard .gtit-tit {
    margin-bottom: 3.385vw;
  }

  .sr-standard {
    padding: 2.604vw 2.343vw;
    box-shadow: 0 0.156vw 0.312vw 1px rgba(0, 0, 0, 0.16);
  }

  .standard-pic {
    width: 31.4vw;
  }

  .standard-pic:after {
    width: 0.52vw;
  }

  .standard-pic-title {
    padding: 1.25vw 2.031vw;
    font-size: 1.17vw;
  }

  .standard-text {
    margin-top: -0.208vw;
    padding-left: 2.604vw;
  }

  .standard-title {
    margin-bottom: 0.625vw;
    font-size: 0.95vw;
  }

  .standard-desc {
    margin-bottom: 1.354vw;
    font-size: 0.66vw;
  }

  .standard-info {
    font-size: 0.77vw;
  }

  .standard-info-item {
    margin-bottom: 0.989vw;
  }

  .standard-ico {
    margin-right: 0.833vw;
    width: 0.937vw;
  }

  .standard-btns {
    margin-top: 2.656vw;
  }

  .standard-btns .g-btn {
    height: 2.76vw;
    font-size: 0.8vw;
  }

  .section-compare {
    padding: 4.062vw 0 11.92vw;
  }

  .section-compare .gtit-tit {
    margin-bottom: 4.218vw;
  }

  .sr-table {
    margin-bottom: 1.25vw;
  }

  .sr-table td,
  .sr-table th {
    padding: 0.781vw;
    height: 3.1vw;
    font-size: 0.88vw;
  }

  .sr-table td p {
    padding: 0.49vw 0;
  }

  .compare-btns + .compare-btns {
    margin-top: 5.208vw;
  }

  .compare-btns .g-btn.g-btn-grey {
    font-size: 0.88vw;
    height: 2.708vw;
  }

  .compare-btns .g-btn.g-btn-w-o {
    font-size: 0.8vw;
    height: 3.072vw;
  }

  .section-tradeAdvantages {
    padding: 5.156vw 0 5.625vw;
  }

  .section-tradeAdvantages .gtit-tit {
    margin-bottom: 5vw;
  }

  .tradeAdvantages-list {
    margin-bottom: -0.63vw;
  }

  .tradeAdvantages-list li {
    margin-bottom: 1.25vw;
    flex: 0 0 calc(50% - 0.63vw);
  }

  .tradeAdvantages-con {
    padding: 1.875vw;
  }

  .tradeAdvantages-icn {
    margin-right: 1.666vw;
    max-width: 5.729vw;
  }

  .tradeAdvantages-text {
    padding-left: 0.677vw;
  }

  .tradeAdvantages-title {
    font-size: 0.88vw;
  }

  .tradeAdvantages-desc {
    font-size: 0.77vw;
  }
}

@media only screen and (max-width: 968px) {
  .section-compare,
  .section-standard,
  .section-tradeAdvantages {
    padding: 50px 0;
  }

  .section-compare .gtit-tit,
  .section-standard .g-cur,
  .section-standard .gtit-tit,
  .section-tradeAdvantages .gtit-tit {
    margin-bottom: 20px;
  }

  .compare-btns .g-btn.g-btn-grey,
  .compare-btns .g-btn.g-btn-w-o,
  .standard-btns .g-btn {
    font-size: 12px;
    height: 30px;
  }

  .sr-standard {
    padding: 30px;
  }

  .standard-pic {
    width: 40%;
  }

  .standard-pic-title {
    padding: 15px 20px;
    font-size: 16px;
  }

  .standard-text {
    padding-left: 30px;
    width: 60%;
  }

  .standard-title {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .standard-desc {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .standard-info {
    font-size: 12px;
  }

  .standard-info-item {
    margin-bottom: 6px;
  }

  .standard-ico {
    margin-right: 12px;
    width: 12px;
  }

  .standard-btns {
    margin-top: 15px;
  }

  .sr-table td,
  .sr-table th {
    padding: 15px;
    font-size: 14px;
    height: 40px;
  }

  .sr-table td p {
    padding: 10px 0;
  }

  .compare-btns + .compare-btns {
    margin-top: 20px;
  }

  .tradeAdvantages-list {
    margin-bottom: -20px;
  }

  .tradeAdvantages-list li {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 10px);
  }

  .tradeAdvantages-con {
    padding: 30px;
  }

  .tradeAdvantages-icn {
    max-width: 16%;
  }

  .tradeAdvantages-text {
    padding-left: 20px;
    max-width: 84%;
  }

  .tradeAdvantages-title {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .tradeAdvantages-desc {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .compare-btns .g-btn.g-btn-grey,
  .compare-btns .g-btn.g-btn-w-o,
  .standard-btns .g-btn {
    font-size: 10px;
    /* height: 25px; */
  }

  .sr-standard,
  .tradeAdvantages-con {
    display: block !important;
  }

  .sr-standard {
    padding: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 0 5px 0 10px;
    overflow: hidden;
  }

  .standard-pic,
  .standard-text {
    width: 100%;
    padding: 0;
  }

  .standard-pic,
  .standard-pic img {
    border-radius: 0;
  }

  .standard-pic:after {
    left: 0;
    top: auto;
    width: auto;
    height: 5px;
  }

  .standard-text {
    padding: 18px 20px;
  }

  .standard-title {
    font-size: 12px;
  }

  .standard-desc {
    font-size: 8px;
  }

  .standard-info {
    font-size: 10px;
  }

  .standard-ico {
    width: 8px;
    margin-right: 8px;
  }

  .sr-table {
    margin-bottom: 18px;
  }

  .sr-table td,
  .sr-table th {
    padding: 10px 15px;
    font-size: 9px;
    height: 49px;
  }

  .sr-table td p {
    padding: 6px 0;
  }

  .compare-btns + .compare-btns {
    margin-top: 38px;
  }

  .section-tradeAdvantages {
    background-color: #fff;
  }

  .tradeAdvantages-list {
    padding: 0 10px;
    margin-bottom: -10px;
  }

  .tradeAdvantages-list li {
    margin-bottom: 10px;
    flex: 0 0 calc(50% - 5px);
  }

  .tradeAdvantages-con {
    padding: 10px;
  }

  .tradeAdvantages-icn {
    margin-bottom: 10px;
    max-width: none;
    height: 52px;
    line-height: 52px;
    font-size: 0;
  }

  .tradeAdvantages-icn img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
  }

  .tradeAdvantages-text {
    max-width: none;
    padding: 0;
  }

  .tradeAdvantages-title {
    margin-bottom: 3px;
    font-size: 11px;
  }

  .tradeAdvantages-desc {
    font-size: 10px;
  }
}

.section-accountApply {
  padding: 78px 0 108px;
}

.section-accountApply .gtit-tit {
  margin-bottom: 22px;
}

.sr-accountApply {
  margin-top: 55px;
  width: 942px;
}

.accountApply-item + .accountApply-item {
  margin-top: 32px;
}

.accountApply-title {
  margin-bottom: 8px;
  font-size: 16px;
  color: #2f2f2f;
}

.accountApply-icn {
  right: 10px;
  width: 40px;
  height: 100%;
}

.accountApply-icn-focus {
  opacity: 0;
}

.accountApply-input {
  padding: 0 80px 0 32px;
  display: block;
  width: 100%;
  height: 70px;
  line-height: 68px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  border-radius: 0 10px 0 10px;
  font-size: 16px;
  color: #2f2f2f;
}

.accountApply-btns2 {
  right: 5px;
  height: 100%;
  z-index: 10;
  display: none !important;
}

.accountApply-btn2 {
  padding: .375rem;
  width: 25px;
  height: 100%;
}

.accountApply-input:focus {
  border-color: #e92529;
  background-color: #fff;
}

.accountApply-input:focus + .accountApply-icn img {
  opacity: 0;
}

.accountApply-input:focus + .accountApply-icn .accountApply-icn-focus {
  opacity: 1;
}

.accountApply-radios-item {
  margin-right: 75px;
  display: block;
  position: relative;
  cursor: pointer;
}

.accountApply-radios-item input {
  position: absolute;
  left: -999px;
}

.accountApply-radios-title {
  padding-right: 32px;
  font-size: 16px;
  color: #2f2f2f;
  line-height: 54px;
  background: url(../images/sr-ic18.svg) right 1px center no-repeat;
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
}

.accountApply-radios-item input:checked + .accountApply-radios-title {
  background-image: url(../images/sr-ic19.svg);
}

.accountApply-btns {
  margin-top: 75px;
}

.accountApply-btns .g-btn {
  font-size: 15px;
  height: 59px;
  padding: 0 2rem;
}

.accountApply-btns .gbtn-arr {
  margin-left: 40px;
}

.section-openAccount {
  background-color: #031a2a;
}

.section-openAccount .bd-wp {
  width: 100%;
  max-width: 1800px;
}

.openAccount-pic {
  width: 45.11%;
  border-radius: .375rem;
  overflow: hidden;
}

.openAccount-pic img {
  display: block;
  width: 100%;
}

.openAccount-con {
  padding: 0 3.9% 0 13.5%;
  width: 54.89%;
}

.openAccount-title {
  margin-bottom: 16px;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
}

.openAccount-desc {
  font-size: 14px;
  color: #fff;
  line-height: 1.33;
}

.openAccount-btns {
  margin-top: 34px;
}

.openAccount-btns .g-btn {
  height: 59px;
  font-size: 15px;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .section-accountApply {
    padding: 4.062vw 0 5.625vw;
  }

  .section-accountApply .gtit-tit {
    margin-bottom: 1.145vw;
  }

  .sr-accountApply {
    margin-top: 2.864vw;
    width: 49.06vw;
  }

  .accountApply-item + .accountApply-item {
    margin-top: 1.666vw;
  }

  .accountApply-title {
    margin-bottom: 0.416vw;
    font-size: 0.88vw;
  }

  .accountApply-icn {
    right: 0.52vw;
    width: 2.083vw;
  }

  .accountApply-input {
    padding: 0 4.166vw 0 1.666vw;
    height: 3.645vw;
    line-height: 3.541vw;
    font-size: 0.88vw;
  }

  .accountApply-radios-item {
    margin-right: 3.906vw;
  }

  .accountApply-radios-item input {
    left: -52.03vw;
  }

  .accountApply-radios-title {
    padding-right: 1.666vw;
    font-size: 0.88vw;
    background-size: 1.302vw auto;
  }

  .accountApply-btns {
    margin-top: 3.906vw;
  }

  .accountApply-btns .g-btn {
    font-size: 0.8vw;
    height: 3.072vw;
  }

  .accountApply-btns .gbtn-arr {
    margin-left: 2.083vw;
  }

  .section-openAccount .bd-wp {
    max-width: 93.75vw;
  }

  .openAccount-pic {
    border-radius: .375rem;
  }

  .openAccount-title {
    margin-bottom: 0.833vw;
    font-size: 1.46vw;
  }

  .openAccount-desc {
    font-size: 0.77vw;
  }

  .openAccount-btns {
    margin-top: 1.77vw;
  }

  .openAccount-btns .g-btn {
    height: 3.072vw;
    font-size: 0.8vw;
  }
}

@media only screen and (max-width: 968px) {
  .section-accountApply {
    padding: 50px 0;
  }

  .section-accountApply .gtit-tit {
    margin-bottom: 20px;
  }

  .sr-accountApply {
    margin-top: 20px;
    width: 70%;
  }

  .accountApply-item + .accountApply-item {
    margin-top: 20px;
  }

  .accountApply-title {
    font-size: 16px;
  }

  .accountApply-input {
    padding: 0 50px 0 15px;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }

  .accountApply-icn {
    right: 5px;
    width: 30px;
  }

  .accountApply-radios-title {
    padding-right: 24px;
    font-size: 14px;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    line-height: 40px;
  }

  .accountApply-btns {
    margin-top: 20px;
  }

  .accountApply-btns .g-btn {
    height: 30px;
    font-size: 14px;
  }

  .accountApply-btns .gbtn-arr {
    margin-left: 15px;
  }

  .section-openAccount .bd-wp {
    padding: 0 20px;
  }

  .openAccount-con {
    padding: 0 5% 0 3%;
  }

  .openAccount-title {
    font-size: 16px;
  }

  .openAccount-desc {
    font-size: 14px;
  }

  .openAccount-btns {
    margin-top: 20px;
  }

  .openAccount-btns .g-btn {
    height: 30px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .sr-accountApply {
    width: 100%;
  }

  .accountApply-title {
    font-size: 11px;
  }

  .accountApply-input {
    padding: 0 26px;
    height: 32px;
    line-height: 30px;
    font-size: 11px;
    border-radius: .375rem;
  }

  .accountApply-icn {
    right: auto;
    left: 6px;
    width: 12px;
  }

  .accountApply-icn img {
    opacity: 0;
  }

  .accountApply-icn .accountApply-icn-focus {
    opacity: 1;
  }

  .accountApply-btns .g-btn {
    font-size: 10px;
  }

  .accountApply-btns .gbtn-arr {
    margin-left: 18px;
  }

  .accountApply-radios-item {
    margin-right: 34px;
  }

  .accountApply-radios-title {
    padding-right: 15px;
    font-size: 11px;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
  }

  .section-openAccount .bd-wp {
    flex-wrap: wrap;
  }

  .openAccount-pic {
    order: 1;
    width: 100%;
    border-radius: 0 11px 0 11px;
    margin-bottom: 20px;
  }

  .openAccount-con {
    order: 2;
    padding: 0;
    width: 100%;
  }

  .openAccount-title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.64;
  }

  .openAccount-desc {
    font-size: 8px;
    line-height: 1.63;
  }

  .openAccount-btns {
    margin-top: 24px;
  }

  .openAccount-btns .g-btn {
    font-size: 10px;
    height: 24px;
  }

  .accountApply-btns2 {
    display: block !important;
  }
}

.dialog-success {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  opacity: 0;
  z-index: -1;
  display: none;
}

.dialog-success.show {
  opacity: 1;
  z-index: 1000;
  display: flex;
}

.dialog-success-con {
  padding: 89px 0 116px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: .375rem;
  width: 711px;
}

.dialog-success-close {
  right: 23px;
  top: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.dialog-success-icn {
  margin-bottom: 28px;
  height: 187px;
}

.dialog-success-icn img {
  margin: 0 auto;
  display: block;
  max-height: 100%;
}

.dialog-success-title {
  font-size: 22px;
  color: #e92529;
}

.dialog-success-desc1 {
  margin-bottom: 4px;
  font-size: 14px;
}

.dialog-success-desc2 {
  font-size: 12px;
  line-height: 1.56;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .dialog-success-con {
    padding: 4.635vw 0 6.041vw;
    width: 37.03vw;
  }

  .dialog-success-close {
    right: 1.197vw;
    top: 1.25vw;
    width: 1.666vw;
    height: 1.666vw;
  }

  .dialog-success-icn {
    margin-bottom: 1.458vw;
    height: 9.739vw;
  }

  .dialog-success-title {
    font-size: 1.5vw;
  }

  .dialog-success-desc1 {
    margin-bottom: 0.208vw;
    font-size: 1vw;
  }

  .dialog-success-desc2 {
    font-size: 0.66vw;
  }
}

@media only screen and (max-width: 968px) {
  .dialog-success-con {
    padding: 50px 0;
    width: 500px;
  }

  .dialog-success-icn {
    margin-bottom: 20px;
    height: 140px;
  }

  .dialog-success-title {
    font-size: 18px;
  }

  .dialog-success-desc1 {
    font-size: 14px;
  }

  .dialog-success-desc2 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .dialog-success-con {
    padding: 30px 0;
    width: 300px;
  }

  .dialog-success-close {
    right: 10px;
    top: 10px;
  }

  .dialog-success-icn {
    height: 90px;
  }

  .dialog-success-title {
    font-size: 16px;
  }

  .dialog-success-desc1 {
    font-size: 14px;
  }

  .dialog-success-desc2 {
    font-size: 10px;
  }
}

.section-deposit {
  padding: 0 0 50px;
}

.deposit-title {
  margin-bottom: 28px;
  font-size: 22px;
  color: #fff;
}

.deposit-list {
  font-size: 0;
  overflow: hidden;
}

.deposit-list ul {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  display: flex;
}

.deposit-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  border-right: 1px solid #d6d6d6;
  cursor: pointer;
  overflow: hidden;
}

.deposit-list li:first-child,
.deposit-list li:nth-child(2) {
  width: 25%;
}

.deposit-list li:nth-child(3) {
  width: 22.8%;
}

.deposit-list li:nth-child(4) {
  width: 27.2%;
}

.deposit-list li:last-child {
  border: none;
}

.deposit-con {
  min-height: 89px;
  font-size: 16px;
  color: #a7a7a7;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deposit-list li:first-child {
  border-radius: 15px 0 0 0;
}

.deposit-list li:last-child {
  border-radius: 0 15px 0 0;
}

.deposit-list.deposit-list2 li:first-child {
  width: 16.38%;
}

.deposit-list.deposit-list2 li:nth-child(2) {
  width: 18.92%;
}

.deposit-list.deposit-list2 li:nth-child(3) {
  width: 23.85%;
}

.deposit-list.deposit-list2 li:nth-child(4) {
  width: 21.62%;
}

.deposit-list.deposit-list2 li:nth-child(5) {
  width: 19.23%;
}

.deposit-active .deposit-con {
  background-color: #e92529;
  color: #fff;
}

.deposit-item {
  display: none;
}

.deposit-item.deposit-item-active {
  display: block;
}

.sr-table2 table {
  width: 100%;
}

.sr-table2 td,
.sr-table2 th {
  padding: 0 1%;
  font-size: 12px;
  color: #222;
  text-align: center;
  height: 93px;
  border: 1px solid #d6d6d6;
  line-height: 1.33;
}

.sr-table2 th {
  background-color: #d6d6d6;
  font-weight: 400;
}

.table2-text {
  padding: 24px 44px;
  text-align: left;
}

.table2-logo {
  height: 124px;
  line-height: 124px;
  font-size: 0;
  text-align: center;
}

.table2-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.deposit-btns {
  margin-top: 90px;
}

.deposit-btns .g-btn {
  height: 59px;
  font-size: 15px;
}

.deposit-pc {
  display: block;
}

.deposit-mob {
  display: none;
}

.section-deposit2.deposit-mob,
.section-deposit.deposit-mob {
  background-color: #1c1c1c;
}

.deposit-select {
  margin-bottom: 12px;
  font-size: 0;
}

.deposit-select select {
  padding: 0 15px;
  display: inline-block;
  width: 118px;
  height: 2.5rem;
  border-radius: .375rem;
  font-size: 9px;
  color: #000;
  background: #f7f7f7 url(../images/sr-ic26.svg) right 9px center no-repeat;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
}

.sr-table3 {
  border-radius: 0 7px 0 7px;
  overflow: hidden;
}

.sr-table3 + .sr-table3 {
  margin-top: 28px;
}

.sr-table3 table {
  width: 100%;
}

.sr-table3 td,
.sr-table3 th {
  padding: 10px 10px 10px 14px;
  background-color: #fff;
  height: 31px;
  line-height: 1.38;
}

.sr-table3 th {
  background-color: #e92529;
  font-size: 8px;
  color: #fff;
  font-weight: 700;
}

.sr-table3 td {
  font-size: 8px;
  color: #000;
}

.sr-table3 .table3-text {
  color: #e92529;
  text-align: center;
}

.sr-table3 tbody tr:nth-child(2n) td {
  background-color: #efefef;
}

.table3-logo {
  height: 30px;
  line-height: 30px;
  font-size: 0;
  text-align: center;
}

.table3-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .deposit-title {
    margin-bottom: 1.458vw;
    font-size: 1.17vw;
    color: #000;
  }

  .deposit-con {
    min-height: 4.635vw;
    font-size: 0.88vw;
  }

  .sr-table2 td,
  .sr-table2 th {
    font-size: 0.66vw;
    height: 4.843vw;
  }

  .table2-text {
    padding: 1.25vw 2.291vw;
  }

  .table2-logo {
    height: 6.46vw;
    line-height: 6.46vw;
  }

  .deposit-btns {
    margin-top: 4.687vw;
  }

  .deposit-btns .g-btn {
    height: 3.072vw;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 968px) {
  .deposit-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .deposit-con {
    font-size: 14px;
    min-height: 50px;
  }

  .sr-table2 td,
  .sr-table2 th {
    font-size: 12px;
    height: 50px;
  }

  .table2-logo {
    height: 70px;
    line-height: 70px;
  }

  .deposit-btns {
    margin-top: 20px;
  }

  .deposit-btns .g-btn {
    font-size: 12px;
    height: 30px;
  }

  .table2-text {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .deposit-title {
    margin-bottom: 8px;
    padding: 0;
    font-size: 11px;
    color: #000;
  }

  .deposit-pc {
    display: none;
  }

  .deposit-mob {
    display: block;
  }

  /* .section-deposit,
  .section-deposit2 {
    background-color: #1c1c1c;
  } */

  .section-deposit {
    padding: 25px 0 50px;
  }

  .section-deposit2 {
    padding: 25px 0 50px;
  }
}

.forex-list {
  margin-top: 88px;
}

.forex-list li {
  flex: 0 0 calc(25% - 36px);
}

.forex-icn {
  margin-bottom: 10px;
  height: 150px;
  line-height: 150px;
  font-size: 0;
  text-align: center;
}

.forex-icn img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.forex-title {
  margin-bottom: 4px;
  font-size: 16px;
  color: #000;
}

.forex-desc {
  font-size: 14px;
  /* color: #f8f8f8; */
  line-height: 1.24;
}

.section-trading {
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-trading .gtit-tit {
  margin-bottom: 28px;
}

.section-trading .gtit-desc {
  padding: 0;
}

.trading-con {
  margin-top: 30px;
}

.trading-icn {
  margin-right: 50px;
  width: 200px;
  font-size: 0;
  text-align: center;
}

.trading-icn img {
  display: inline-block;
  vertical-align: top;
}

.trading-title {
  margin-bottom: 6px;
  font-size: 18px;
  color: #000;
}

.trading-desc {
  font-size: 14px;
  color: #000;
  line-height: 2.14;
}

.trading-desc p {
  padding-left: 25px;
  position: relative;
}

.trading-desc p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #e92529;
  border-radius: 50%;
}

.trading-con2 {
  margin-top: 48px;
}

.trading-tips {
  margin-bottom: 18px;
  font-size: 18px;
  color: #fff;
}

.trading-tips img {
  margin: 0 14px 0 0;
  display: inline-block;
  vertical-align: top;
  max-width: 30px;
}

.trading-list {
  border: 1px solid #fff;
  overflow: hidden;
}

.trading-list ul {
  margin-bottom: -1px;
}

.trading-list li {
  width: 25%;
}

.trading-list li:nth-child(4n) .trading-con3 {
  border-right: none;
}

.trading-con3 {
  height: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.trading-title2 {
  padding: 0 10px 0 26px;
  font-size: 14px;
  color: #fff;
  line-height: 69px;
  background-color: #051329;
}

.trading-desc2 {
  padding: 20px 10px 16px 26px;
  font-size: 14px;
  color: #fff;
  line-height: 1.33;
}

.section-trade {
  padding: 90px 0 70px;
}

.section-trade .gtit-tit {
  margin-bottom: 16px;
}

.section-trade .gtit-desc {
  margin-bottom: 25px;
  padding: 0;
}

.section-trade .sr-table {
  margin-top: 70px;
}

.trade-list {
  margin: 32px 0 30px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.trade-list ul {
  margin-bottom: -1px;
}

.trade-list li {
  width: 20%;
}

.trade-list li:nth-child(5n) .trade-con {
  border-right: none;
}

.trade-con {
  padding: 15px;
  min-height: 60px;
  height: 100%;
  font-size: 16px;
  color: #2f2f2f;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trade-list li:nth-child(5n) .trade-con,
.trade-list li:nth-child(5n-1) .trade-con,
.trade-list li:nth-child(5n-2) .trade-con,
.trade-list li:nth-child(5n-3) .trade-con,
.trade-list li:nth-child(5n-4) .trade-con {
  background-color: #f8f8f8;
}

.trade-list li:nth-child(10n) .trade-con,
.trade-list li:nth-child(10n-1) .trade-con,
.trade-list li:nth-child(10n-2) .trade-con,
.trade-list li:nth-child(10n-3) .trade-con,
.trade-list li:nth-child(10n-4) .trade-con {
  background-color: #fff;
}

.section-insights {
  padding: 0;
  background-color: #031a2a;
}

.section-insights .bd-wp {
  max-width: 1480px;
}

.insights-pic {
  width: 68.69%;
}

.insights-con {
  padding: 60px 40px;
}

.insights-title {
  margin-bottom: 8px;
  font-size: 28px;
  color: #fff;
}

.insights-desc {
  font-size: 14px;
  color: #fff;
  line-height: 1.33;
}

.insights-btns {
  margin-top: 32px;
}

.insights-btns .g-btn {
  height: 52px;
  /* font-size: 15px; */
}

.trading-pc {
  display: block;
}

.trading-mob {
  display: none;
}

.insights-pc {
  display: block;
}

.insights-mob {
  display: none;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .forex-list {
    margin-top: 4.583vw;
  }

  .forex-list li {
    flex: 0 0 calc(25% - 1.875vw);
  }

  .forex-icn {
    height: 7.812vw;
    line-height: 7.812vw;
  }

  .forex-title {
    margin-bottom: 0.208vw;
    font-size: 0.88vw;
  }

  .forex-desc {
    font-size: 0.77vw;
  }

  .section-trading .gtit-tit {
    margin-bottom: 1.458vw;
  }

  .section-trade .sr-table {
    margin-top: 3.645vw;
  }

  .trading-con {
    margin-top: 1.562vw;
  }

  .trading-icn {
    margin-right: 2.604vw;
    width: 10.41vw;
  }

  .trading-title {
    margin-bottom: 0.312vw;
    font-size: 0.95vw;
  }

  .trading-desc {
    font-size: 0.77vw;
  }

  .trading-desc p {
    padding-left: 1.302vw;
  }

  .trading-desc p:before {
    top: 0.537vw;
    width: 0.52vw;
    height: 0.52vw;
  }

  .trading-con2 {
    margin-top: 2.5vw;
  }

  .trading-tips {
    margin-bottom: 0.937vw;
    font-size: 0.95vw;
  }

  .trading-tips img {
    margin: 0 0.729vw 0 0;
    max-width: 1.562vw;
  }

  .trading-title2 {
    padding: 0 0.52vw 0 1.354vw;
    font-size: 0.77vw;
    line-height: 3.593vw;
  }

  .trading-desc2 {
    padding: 1.041vw 0.52vw 0.833vw 1.354vw;
    font-size: 0.77vw;
  }

  .section-trade {
    padding: 4.687vw 0 3.645vw;
  }

  .section-trade .gtit-tit {
    margin-bottom: 0.833vw;
  }

  .trade-list {
    margin: 1.666vw 0 1.562vw;
  }

  .trade-con {
    padding: 0.781vw;
    min-height: 3.1vw;
    font-size: 0.88vw;
  }

  .section-insights .bd-wp {
    max-width: 77.08vw;
  }

  .insights-con {
    padding: 3.125vw 2.083vw;
  }

  .insights-title {
    margin-bottom: 0.416vw;
    font-size: 1.46vw;
  }

  .insights-desc {
    font-size: 0.77vw;
  }

  .insights-btns {
    margin-top: 1.666vw;
  }

  .insights-btns .g-btn {
    height: 2.708vw;
    /* font-size: 0.8vw; */
  }
}

@media only screen and (max-width: 968px) {
  .forex-list {
    margin-top: 40px;
  }

  .forex-list li {
    flex: 0 0 calc(25% - 10px);
  }

  .forex-icn {
    height: 60px;
    line-height: 60px;
  }

  .forex-title {
    font-size: 14px;
  }

  .forex-desc {
    font-size: 12px;
  }

  .section-trading .gtit-tit {
    margin-bottom: 20px;
  }

  .section-trade .sr-table {
    margin-top: 30px;
  }

  .trading-con {
    margin-top: 20px;
  }

  .trading-icn {
    margin-right: 30px;
    width: 120px;
  }

  .trading-title {
    font-size: 16px;
  }

  .trading-desc {
    font-size: 12px;
  }

  .trading-desc p {
    padding-left: 14px;
  }

  .trading-desc p:before {
    top: 11px;
    width: 6px;
    height: 6px;
  }

  .trading-con2 {
    margin-top: 30px;
  }

  .trading-tips {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .trading-tips img {
    margin-right: 10px;
    max-width: 16px;
  }

  .trading-title2 {
    padding: 0 2px 0 10px;
    font-size: 12px;
    line-height: 40px;
  }

  .trading-desc2 {
    padding: 10px 2px 10px 10px;
    font-size: 12px;
  }

  .section-trade {
    padding: 50px 0;
  }

  .trade-list {
    margin: 30px 0 15px;
  }

  .trade-con {
    padding: 10px 15px;
    min-height: 40px;
    font-size: 12px;
  }

  .insights-con {
    padding: 40px 20px;
  }

  .insights-title {
    font-size: 16px;
  }

  .insights-desc {
    font-size: 12px;
  }

  .insights-btns {
    margin-top: 20px;
  }

  .insights-btns .g-btn {
    font-size: 12px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .forex-list {
    padding: 0 24px;
    margin-bottom: -20px;
  }

  .forex-list li {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 15px);
  }

  .trading-con {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .forex-icn {
    height: 48px;
    line-height: 48px;
    text-align: left;
  }

  .forex-title {
    font-size: 9px;
  }

  .forex-desc {
    font-size: 8px;
  }

  .trading-icn {
    margin-right: 16px;
    width: 74px;
  }

  .section-trading .gtit-desc {
    font-size: 8px;
  }

  .section-trade .sr-table {
    margin-top: 20px;
  }

  .trading-text {
    padding-left: 20px;
  }

  .trading-title {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .trading-desc {
    font-size: 8px;
    line-height: 1.5;
  }

  .trading-desc p {
    margin-bottom: 6px;
    padding-left: 12px;
  }

  .trading-desc p:before {
    top: 5px;
    width: 5px;
    height: 5px;
  }

  .trading-tips {
    margin-bottom: 10px;
    font-size: 9px;
  }

  .trading-tips img {
    margin: 0 6px 0 0;
    max-width: 14px;
  }

  .trading-list li {
    width: 50%;
  }

  .trading-title2 {
    font-size: 8px;
    line-height: 32px;
  }

  .trading-desc2 {
    font-size: 8px;
  }

  .trading-con3 {
    border-right: 1px solid #fff;
  }

  .trading-list li:nth-child(2n) .trading-con3 {
    border-right: none;
  }

  .trading-pc {
    display: none;
  }

  .trading-mob {
    display: block;
  }

  .section-trade {
    padding: 30px 0;
  }

  .trade-list {
    margin: 20px 0 10px;
  }

  .trade-list li {
    width: 33.33%;
  }

  .trade-con {
    min-height: 49px;
    font-size: 9px;
    background-color: #fff !important;
    border-right: 1px solid #e8e8e8 !important;
  }

  .trade-list li:nth-child(3n) .trade-con,
  .trade-list li:nth-child(3n-1) .trade-con,
  .trade-list li:nth-child(3n-2) .trade-con {
    background-color: #f8f8f8 !important;
  }

  .trade-list li:nth-child(6n) .trade-con,
  .trade-list li:nth-child(6n-1) .trade-con,
  .trade-list li:nth-child(6n-2) .trade-con {
    background-color: #fff !important;
  }

  .trade-list li:nth-child(3n) .trade-con {
    border-right: none !important;
  }

  .section-insights {
    padding: 40px 0 48px;
  }

  .section-insights .bd-wp {
    display: block;
  }

  .insights-title {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .insights-pic {
    margin-bottom: 20px;
    width: 100%;
  }

  .insights-con {
    padding: 0;
  }

  .insights-desc {
    font-size: 8px;
  }

  .insights-btns {
    margin-top: 16px;
  }

  .insights-btns .g-btn {
    height: 24px;
    /* font-size: 10px; */
  }

  .insights-pc {
    display: none;
  }

  .insights-mob {
    display: block;
  }
}

.trade-list2 {
  margin: 32px 0;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.trade-list2 ul {
  margin-bottom: -1px;
}

.trade-list2 li {
  width: 50%;
}

.trade-list2 li:nth-child(2n) .trade-con2 {
  border-right: none;
}

.trade-list2 li:first-child .trade-con2,
.trade-list2 li:nth-child(4n) .trade-con2,
.trade-list2 li:nth-child(4n + 1) .trade-con2 {
  background-color: #f8f8f8;
}

.trade-con2 {
  padding: 15px;
  min-height: 60px;
  height: 100%;
  font-size: 16px;
  color: #2f2f2f;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .trade-list2 {
    margin: 1.666vw 0;
  }

  .trade-con2 {
    padding: 0.781vw;
    min-height: 3.1vw;
    font-size: 0.88vw;
  }
}

@media only screen and (max-width: 968px) {
  .trade-list2 {
    margin: 25px 0;
  }

  .trade-con2 {
    padding: 10px 15px;
    min-height: 40px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .trade-con2 {
    min-height: 49px;
    font-size: 9px;
  }
}

.sr-table4 {
  margin: 70px 0;
}

.sr-table4 table {
  width: 100%;
}

.sr-table4 td,
.sr-table4 th {
  padding: 15px;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  color: #2f2f2f;
  text-align: center;
  height: 60px;
}

.sr-table4 th {
  background-color: #f8f8f8;
}

.products-list {
  font-size: 0;
}

.products-list li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}

.products-list li:first-child .products-con {
  border-radius: 5px 0 0 0;
}

.products-con {
  min-height: 42px;
  font-size: 11px;
  color: #a7a7a7;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-active .products-con {
  background-color: #e92529;
  color: #fff;
}

.products-item {
  display: none;
}

.products-item.products-item-active {
  display: block;
}

.products-list2 {
  border-left: 1px solid #e8e8e8;
  overflow: hidden;
}

.products-list2 li {
  width: 33.33%;
}

.products-con2 {
  padding: 15px;
  font-size: 9px;
  color: #2f2f2f;
  min-height: 42px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-pc {
  display: block;
}

.products-mob {
  display: none;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .sr-table4 {
    margin: 3.645vw 0;
  }

  .sr-table4 td,
  .sr-table4 th {
    padding: 0.781vw;
    font-size: 0.88vw;
    height: 3.1vw;
  }
}

@media only screen and (max-width: 968px) {
  .sr-table4 {
    margin: 30px 0;
  }

  .sr-table4 td,
  .sr-table4 th {
    font-size: 14px;
    height: 40px;
  }

  .products-pc {
    display: none;
  }

  .products-mob {
    display: block;
  }
}

.commodities-list {
  margin: 32px 0;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.commodities-list ul {
  margin-bottom: -1px;
}

.commodities-list li {
  width: 33.33%;
}

.commodities-list li:nth-child(3n) .commodities-con {
  border-right: none;
}

.commodities-list li:nth-child(odd) .commodities-con {
  background-color: #f8f8f8;
}

.commodities-con {
  padding: 15px;
  min-height: 60px;
  height: 100%;
  font-size: 16px;
  color: #2f2f2f;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commodity-con {
  margin-top: 40px;
}

.commodity-item + .commodity-item {
  margin-top: 40px;
}

.commodity-title {
  margin-bottom: 8px;
  font-size: 18px;
}

.commodity-title img {
  margin: 0 12px 0 0;
  display: inline-block;
  vertical-align: top;
  max-width: 30px;
}

.commodity-desc {
  font-size: 14px;
  line-height: 1.33;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .commodities-list {
    margin: 1.666vw 0;
  }

  .commodities-con {
    padding: 0.781vw;
    min-height: 3.1vw;
    font-size: 0.88vw;
  }

  .commodity-con,
  .commodity-item + .commodity-item {
    margin-top: 2.083vw;
  }

  .commodity-title {
    margin-bottom: 0.416vw;
    font-size: 0.95vw;
  }

  .commodity-title img {
    margin: 0 0.625vw 0 0;
    max-width: 1.562vw;
  }

  .commodity-desc {
    font-size: 0.77vw;
  }
}

@media only screen and (max-width: 968px) {
  .commodity-con {
    margin-top: 30px;
  }

  .commodity-title {
    font-size: 14px;
  }

  .commodity-title img {
    margin: 2px 10px 0 0;
    max-width: 16px;
  }

  .commodity-desc {
    font-size: 12px;
  }

  .commodity-item + .commodity-item {
    margin-top: 20px;
  }

  .commodities-list {
    margin: 25px 0;
  }

  .commodities-con {
    padding: 10px 15px;
    min-height: 40px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .commodity-con {
    margin: 20px 0;
  }

  .commodity-item {
    padding-left: 20px;
  }

  .commodity-title {
    font-size: 12px;
  }

  .commodity-title img {
    margin: 2px 4px 0 0;
    max-width: 14px;
  }

  .commodity-desc {
    font-size: 8px;
  }

  .commodities-con {
    min-height: 49px;
    font-size: 9px;
  }
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

a {
  color: inherit;
}

a,
img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
}

body {
  /* font: 14px/1.5 Microsoft YaHei, Open Sans, Arial, sans-serif; */
  font-size: 14px;
  outline: 0;
  overflow-x: hidden;
}

input,
select,
textarea {
  font-size: 14px;
  color: #333;
  border: none;
}

input,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.fd-wp,
.hd-wp {
  max-width: 1600px;
}

.bd-wp,
.fd-wp,
.hd-wp {
  width: 90%;
  margin: 0 auto;
}

/* .bd-wp {
  max-width: 1300px;
} */

@media only screen and (min-width: 768px) and (max-width: 968px) {
  .bd-wp,
  .fd-wp,
  .hd-wp {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .bd-wp,
  .fd-wp,
  .hd-wp {
    width: 90%;
  }
}

.pos-fix {
  position: fixed;
}

.pos-re {
  position: relative;
}

.pos-ab {
  position: absolute;
}

.pos-top-0 {
  top: 0;
}

.pos-left-0 {
  left: 0;
}

.pos-right-0 {
  right: 0;
}

.pos-bottom-0 {
  bottom: 0;
}

.m-block {
  display: none;
}

.pc-block {
  display: block;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.transition {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-pos-left {
  background-position: 0;
}

.bgc-fff {
  background-color: #fff;
}

.bgc-D51E1E {
  background-color: #e92529;
}

.bg-black-gardient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.bgc-1C1C1C {
  background-color: #1c1c1c;
}

.tsY-50 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tsX-50 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cursor-pointer {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.text-blod {
  font-weight: 700;
}

.text-500 {
  font-weight: 500;
}

.text-size-0 {
  font-size: 0;
}

.text-size-18 {
  font-size: 18px;
}

.lh-40 {
  line-height: 40px;
}

.color-fff {
  color: #fff;
}

.color-79 {
  color: #797979;
}

.z-index-99 {
  z-index: 99;
}

.pl-1 {
  padding-left: 1em;
}

.ovh {
  overflow: hidden;
}

.hd-menu {
  display: none;
  right: 25px;
  top: 50%;
  width: 25px;
  height: 34px;
}

.hd-menu b {
  display: block;
  height: 2px;
  background-color: #fff;
  margin: 7px 0;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.hd-menu.open b {
  display: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
}

.hd-menu.open b:first-child {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hd-menu.open b:last-child {
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header {
  z-index: 99;
}

.hd-logo {
  width: 357px;
}

.hd-link {
  margin-bottom: 40px;
}

.hd-btn {
  width: 175px;
  border-radius: .375rem;
  margin-right: 28px;
}

.hd-btn:hover {
  background-color: #fff;
  color: #e92529;
}

.hd-log {
  margin-right: 35px;
}

.hd-log-icn {
  margin-right: 7px;
  font-size: 0;
}

.lang-icn {
  font-size: 0;
  margin-right: 8px;
}

.lang-arr {
  margin-left: 8px;
}

.g-lang:hover .lang-arr {
  transform: rotate(180deg);
}

.lang-sub {
  top: 120%;
  left: auto !important;
  right: 0;
  /* min-width: 100%; */
  min-width: 200px;
  white-space: nowrap;
  z-index: 3;
  padding: 2px 25px 4px 19px;
  border-radius: 0 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

@media only screen and (max-width: 968px) {
  .header .lang-sub {
    left: 0 !important;
    right: auto !important;
  }
}

.g-lang:hover .lang-sub {
  opacity: 1;
  visibility: visible;
}

.lang-sub a {
  display: block;
  padding-left: 9px;
  font-size: 16px;
  border: none;
  border-left: 3px solid transparent;
  margin: 16px 0;
  color: #566677;
}

.lang-sub .lang-title {
  font-weight: bold;
  color: #566677;
  padding-left: 0.468vw;
  margin-top: 1vw;
}

.lang-sub .active,
.lang-sub a:hover {
  border-color: #e92529;
  color: #e92529;
}

.hd-nav {
  justify-content: flex-end;
}

.hd-nav,
.hd-nav li {
  display: flex;
  align-items: center;
}

.hd-nav li {
  position: relative;
  margin-right: 86px;
}

.hdnav-arr {
  font-size: 0;
  z-index: 2;
  margin-left: 10px;
}

.hd-nav li:hover .hdnav-arr {
  transform: rotate(180deg);
}

.hd-nav li:last-child {
  margin-right: 0;
}

.hdnav-v1 {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.hdnav-sub {
  top: 100%;
  left: 0;
  min-width: 100%;
  white-space: nowrap;
  background-color: #fff;
  border: none;
  border-right: 4px solid #e92529;
  padding: 28px 33px 29px 29px;
  z-index: 2;
  border-radius: 0 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.hd-nav li:hover .hdnav-sub {
  opacity: 1;
  visibility: visible;
}

.hdnav-tit {
  font-size: 18px;
  color: #e92529;
  border-bottom: 1px solid #d6d6d6;
  margin: 5px 0;
  line-height: 2;
}

.hdnav-tit:first-child {
  margin-top: 0;
}

.hdnav-sub a {
  display: block;
  font-size: 16px;
  padding-left: 9px;
  color: #566677;
  margin: 10px 0;
  border: none;
  border-left: 3px solid transparent;
  line-height: 1.2;
}

.hdnav-sub a:hover {
  border-color: #e92529;
  color: #e92529;
}

.hd-item {
  margin: 5px 0;
}

.m-hdr {
  display: none;
}

.index-ban {
  height: 45vw;
}

.ban-con,
.ban-pic {
  position: relative;
}

.ban-pic {
  font-size: 0;
  height: 54.1vw;
  overflow: hidden;
}

.ban-pic img {
  /* display: block; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ban-info,
.ban-pic img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.ban-info {
  left: 0;
  right: 0;
  font-size: 0;
  color: #fff;
}

.ban-tit {
  font-size: 60px;
  line-height: 1.06;
  font-weight: 700;
  margin-bottom: 30px;
  text-shadow: 2px 2px 9px #00000085;
}

.ban-desc {
  text-shadow: 3px 3px 4px #00000085;
  font-size: 18px;
  margin-bottom: 35px;
}

.index-ban .swiper-pagination {
  right: 40px !important;
  color: #fff;
  /* font-size: 0 */
}

.index-ban .swiper-pagination-fraction {
  position: absolute;
  z-index: 2;
  left: auto;
  right: 15px;
  bottom: 15px;
  width: auto;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 5px;
  padding: 4px 10px;
  text-align: right;
}

.index-ban .swiper-button-next,
.index-ban .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: cover !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAK10lEQVR4AeycWXbbOBBFHW0s9qKcfCb5TLIouzdm96vkKJI1kBiqMJC3jxVTEsZbvA0CoHl44D8IQOAuAQS5i4YvIPDwgCCcBRBYIIAgC3D4CgIIwjkAgQUCgYIs1MpXEJiEAIJMEiia2YcAgvThTq2TEECQSQJFM/sQQJA+3Kl1EgJzCjIJXJo5PwEEmT+G9CCQAIIEwqXo+QkgyPwxpAeBBBAkEC5Fz08AQS5iyFsInBNAkHMaHEPgggCCXADhLQTOCSDIOQ2OIXBBAEEugPAWAucEEOScRuwxpU9IAEEmDBpNbkcAQdqxpqYJCSDIhEGjye0IIEg71tQ0IQEEmTBo103mkygCCBJFlnI3QQBBNhFGOhFFAEGiyFLuJgggyCbCSCeiCCBIFNmtlLvzfiDIzk8Aur9MAEGW+fDtzgkgyM5PALq/TABBlvnw7c4JIMjOT4Ce3Z+hbgSZIUq0sRsBBKlA//v378efP39+t5cdVxRF1kEJIEhBYEwGvV7e399fPn369M1edvzr1693ff5YUCRZBiWAIJmBsdHCZNDrpgj6/AVJMqEOnBxBMoNjo8VaFiRZIxT+vVsFCJKB0kaP1ORIkkpq7HQIkhGfw+HwOSO5Jf1m//CalwCCZMROo8LNece9Iiy95iMv977n8/EJIEhwjJAkGHBw8QiSAVgT9NeM5P+SmiQ585d/GTnoTuBakO5NGrcBb29v/5W2TnJ9Q5JSev3yIUgG+69fv37PSH6VFEmukAz/AYJkhkiXSz8ys3xIjiQfcAz/BkEyQ2SjCJJkQps4OYIUBM9LEi0BZy0bFzSVLJUEmgpS2dahspskulwqWtU6dkQjEfdtHWEM+htBKgLz/Pz85CFJRRPIGkwAQSoBe0iiSy122yvjEJUdQXzIVq1s6VLrEUl8AuFdCoI4ENUo8qpLraeaopCkhl5c3q0IEkcosWQvSdhtTwTeKBmCOII2STQSVF1uaSTilhTHmNQWhSC1BC/y2/IvklxAmfgtggQED0kCoHYqEkGCwHtJotUtdtuDYpRSLIKsUipPYJJoTsFueznC7jkRJDgEmri77LYzkgQH6k7xCHIHjOfHHpKoPTwAQhBa/yBII+ImSU1VWhljt70GYGFeBCkEV5JN8xF220vAdcyDIA3haxT5eEtKQd02krDbXgCuMAuCFIIrzWaS6CRnt70UYON8CNIYuFVny79IYiTGfyFIpxghSSfwmdUiSCYwz+RekrBH4hmVj2UhyEcezd95SKLLtau/bW/ekY1WiCADBNYk0RIwt6QMEIvLJiDIJZFO77W65XJLSqfmb7ZaBBkotB6SaD7CAyAcY4ogjjCdiqraI9F8hFtSnAJhxSCIURjopVFk9N32gWjFNwVB4hln1+AhiSb9/G17NvnrDAhyzWSIT0wSXS5VXW4hSX0oEaSeYVgJtvyLJGF4kwpGkCRM/RIhST/2VjOCGIXBX16SaAl48AdAjBcIBBkvJjdbZJJoTsFu+006cR8iSBxb95I1cXfZbWckSQ8NgqSzGiKlhyTqCA+AEISUHwRJoTRemqrlX62MsdueGFMESQQ1UjKNIi677brU2s99W4UBRJBCcL2zeUnCAyCWI4kgy3yG/tYk0eVS1eWWVsa4JWUhygiyAGeGr2z5F0niIoUgcWyblYwkcagRJI5t05K9JNHEnd32s8ilCHKWnMORCXhIoss1HgBxFmQEOYOxhUOTRBNvbklxCiaCOIEcqRitbrnckjJSn3q1BUF6kQ+u10MSzUd2v5GIIMEnaufiq/ZINB953PtGYmdBOp8+G69eo0j1LSmaz+z6xkYEQZJVArrU2u3SL4Ksnh7zJ7CRRJdLVZdb81Mo6wGClHHbVa63tzdGkF1FfGedtYl2zVzicDhU7avMjPswc+MX286XfwjY/KFGDivELtHs9x5fCLLhqJscmntU7WUo/67nLgiyYUF0clfJoZHn1W5d2TCi1a4hyCqiORNo9KiSw3qtS6sn+73nF4JsMPomh0aPqpUnjR67l8NODQQxCpmvkZPbipWHHBo9drtydR5fBDmnMfmxyaH/81fdGiK5fiDH6URAkBOLqY+85Nj7pPzyJECQSyITvkeOuKAhSBzbJiUjRyxmBInlm1t6VnqtVj16zDm4rLqPHUHusxn6G5NDE+qqvQ7l/4Ecy2FGkGU+w36rk7tKDo08u98lTwkugqRQGiyNRo9qObSUy0ZgQlwRJAHSSElMDo0eVbvk6s+ub0BU/5N/ECQZVf+EtmJVLsff9uvS6kmjB7vkf3Gs/osgq4jGSGBy6OSu2iVXfuTIDCeCZALrkdxDDo083EJSEDwEKYDWMouXHCznlkUNQcq4NcmFHE0wL1aCIIt4+n05lRz9MIXXjCDhiPMr0FIut5DkYwvJgSAhWMsLNTk0oa7eCGTOUR6D85wIck5jjOPapdxX7XOwS+4USwRxAulRjEaPF40eVbvkyOERiVMZCHJi0fXIQw7bCOzaiYDKexeJIL0joPptxap25DA5NHpwC4l4ev4giCfNgrJMDp3cVfMOycUueQH7lCwIkkIpKI2XHKxYBQVIxSKIIPT4QY4e1PPrRJB8ZtU5kKMaoUcBSWUgSBImv0RarWKX3A9neEkIEo74VIHJoQl11S658vOghRPS8CMECUd8qkAnd5UcWu3iQQsnnE2OEKQJ5ocHjR7Vcmifg1tIGsXrWA2CHEkE/jY5NHpU3UKi5vGgBUFo/VMmSOtWTlyfrVjVyqFLK/6WvNM5gCCB4E0Ondzskgcyji4aQYIIe8nBLnlQgBKLRZBEUDnJkCOH1thpEcQ5PsjhDLRzccMJ0plHVfXIUYVvyMwI4hQWLeVyC4kTy5GKQRCHaJgcWsqt3ghkQu4QDOciEMQHaNVSrpaCedCCTxzcS0GQSqQaPXjQQiXDkbPvSRD3OHjIodGD+6vcI+NXIIIUsrQVK807qu6vMjmen5950EJhDFpkQ5ACyiaHTu6qeYfk4kELBexbZ0GQTOJecrBilQm+U3IEyQTvMXIgRyb0jskRJAO+jR63k6d9apdVyJHGapRUCJIRicPh8Dkj+YekyPEBxzRvECQjVDrJi1atdFnG35JncB4pKYJkRMNO9Izkf5JaHi3lstfxh8Z8/yBIYMyQIxBuo6IRJA907oMTctNft4ZPuhJAkAz8ulR6tVEhJYvS8aCFFFCDp0GQ/ACtjgrIkQ911BwIkhkZG0W0mnVTEolhIwwjRybTkZMjSEF0bLPvy5cvn0yU40tymBj24ubDAqajZkGQisiYKMeXjSwVRXXJSqXrBBBknREpdkwAQXYcfLq+TgBB1hmRYscEEGTHwafr6wQQZJ0RKfIJbCYHgmwmlHQkggCCRFClzM0QQJDNhJKORBBAkAiqlLkZAgiymVDupSNt+4kgbXlT22QEEGSygNHctgQQpC1vapuMAIJMFjCa25YAgrTlTW0jE7jRNgS5AYWPIHAkgCBHEvyGwA0CCHIDCh9B4EgAQY4k+A2BGwQQ5AYUPoLAkYCXIMfy+A2BTRFAkE2Fk854E0AQb6KUtykCCLKpcNIZbwII4k2U8jZFYAJBNsWbzkxGAEEmCxjNbUsAQdryprbJCCDIZAGjuW0JIEhb3tQ2GYF9CzJZsGhuewII0p45NU5EAEEmChZNbU8AQdozp8aJCCDIRMGiqe0JIEgQc4rdBoH/AQAA//8yj7AKAAAABklEQVQDAMnRhL5CWlYhAAAAAElFTkSuQmCC")
    no-repeat;
}

.index-ban .swiper-button-prev {
  transform: rotate(180deg);
}

.index-ban .swiper-slide {
  width: 100% !important;
}

.index-ban .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  /* margin: 10px 0 !important; */
  border: 1px solid #fff;
  background-color: transparent;
  transition: 0.5s;
}

k.index-ban .swiper-pagination-bullet-active {
  background-color: #fff;
}

.index-ban .ban-desc {
  max-width: 40%;
}

/* .inside-ban {
  height: 36.97vw;
} */

.inside-ban .ban-pic {
  height: 37vw;
}

.inside-ban .ban-info {
  top: 60%;
}

.g-btn {
  padding: 0 20px;
  height: 50px;
  /* font-size: 16px; */
  /* font-weight: 700; */
  border-radius: .375rem;
  color: #fff;
  background-color: #e92529;
  text-transform: uppercase;
  white-space: nowrap;
}

.g-btn:hover {
  /* background-color: #fff; */
  color: #e92529;
}

.gbtn-arr {
  margin-left: 23px;
  font-size: 0;
  display: none;
}

.gbtn-arr .arr-hover {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
}

.g-btn:hover .gbtn-arr .arr-hover {
  opacity: 1;
}

.g-btn-w {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.g-btn-w:hover {
  background-color: #e92529;
  border-color: #e92529;
  color: #fff;
}

.g-btn-b {
  color: #081d3e;
  background-color: transparent;
  border: 1px solid #081d3e;
}

.g-btn-b:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.g-btn-b-red:hover {
  background-color: #e92529;
  border-color: #e92529;
  color: #fff;
}

.g-btn-w-r {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.g-btn-r-b,
.g-btn-w-r:hover {
  background-color: #fff;
  color: #e92529;
}

.g-btn-r-b:hover {
  background-color: #081d3e;
  color: #fff;
}

.g-btn-b-r {
  color: #2f2f2f;
  border: 1px solid #fff;
  background-color: #fff;
}

.g-btn-b-r:hover {
  background-color: #e92529;
  border-color: #e92529;
  color: #fff;
}

.g-btn-b-b {
  color: #081d3e;
  background-color: transparent;
  border: 1px solid #081d3e;
}

.g-btn-b-b:hover {
  background-color: #081d3e;
  color: #fff;
}

.g-btn-grey {
  color: #2f2f2f;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}

.g-btn-grey:hover {
  color: #fff;
  background-color: #e92529;
  border-color: #e92529;
}

.g-btn-w-o:hover {
  background-color: #e92529;
  color: #fff;
  opacity: 0.8;
}

.footer {
  background-color: #000;
}

.fd-top {
  justify-content: space-between;
  padding: 80px 0 70px;
  border-bottom: 1px solid #1a2025;
}

.fd-top,
.fdl {
  display: flex;
  align-items: center;
}

.fd-logo {
  width: 282px;
  margin-right: 63px;
}

.fd-share li {
  width: 51px;
  margin-right: 13px;
}

.fd-share li:last-child {
  margin-right: 0;
}

.fd-nav {
  padding: 70px 0 80px;
  border-bottom: 1px solid #1a2025;
}

.fdnav-tit {
  font-size: 26px;
  line-height: 1.19;
  color: #d03029;
  margin: 52px 0 23px;
}

.fdnav-tit:first-child {
  margin-top: 0;
}

.fdnav-tit:last-child {
  margin-bottom: 0;
}

.fdnav-icn {
  display: block;
  font-size: 0;
  margin-right: 5px;
  width: 15px;
}

.fdnav-item {
  display: block;
  margin-bottom: 4px;
}

.fdnav-item:last-child {
  margin-bottom: 0;
}

.fdnav-item-tit {
  color: #566677;
}

.fd-nav a,
.fdnav-item-tit {
  font-size: 18px;
  line-height: 2.11;
}

.fd-nav a {
  display: block;
  color: #fff;
}

.fd-nav a:hover {
  color: #d03029;
}

.fdnav-item a {
  padding-left: 1em;
  position: relative;
}

.fdnav-item a:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  transition: 0.5s;
}

.fd-nav a:hover:after {
  background-color: #d03029;
}

.fdnav-three-level a:after {
  display: none;
}

.m-fdnav {
  display: none !important;
}

.fd-copy {
  justify-content: space-between;
  color: #fff;
  padding: 35px 0;
  font-size: 18px;
}

.fd-copy,
.fd-copy .links {
  display: flex;
  align-items: center;
}

.fd-copy .links span {
  margin: 0 24px;
}

.fd-info {
  background-color: #1f2b39;
  font-size: 14px;
  color: #fff;
  line-height: 2;
  padding: 40px 0 50px;
}

.g-snv {
  position: fixed;
  right: 50px;
  bottom: 5%;
  width: 88px;
  font-size: 0;
  z-index: 2;
}

.cook-policy {
  padding: 50px 0 46px;
  background-color: #000;
  opacity: 0.96;
  z-index: 999;
}

.cook-desc {
  flex: 1;
  font-size: 16px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.cook-btn {
  margin-left: 14px;
  width: 122px;
  line-height: 52px;
  background-color: rgb(220,38,38);
  border-radius: .375rem;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .lh-40 {
    line-height: 2.083vw;
  }

  .text-size-18 {
    font-size: 0.937vw;
  }


  .hd-logo {
    width: 18.59vw;
  }

  .hd-link {
    margin-bottom: 2.083vw;
  }

  .hd-btn {
    width: 9.114vw;
    margin-right: 1.458vw;
  }

  .hd-log {
    margin-right: 1.822vw;
  }

  .hd-log-icn {
    margin-right: 0.364vw;
  }

  .lang-icn {
    margin-right: 0.416vw;
  }

  .lang-arr {
    margin-left: 0.416vw;
  }

  .lang-sub {
    padding: 0.104vw 1.302vw 0.208vw 0.989vw;
    border-radius: 0 0.52vw;
  }

  .lang-sub a {
    padding-left: 0.468vw;
    font-size: 0.833vw;
    border-width: 0.156vw;
    margin: 0.6vw 0;
  }

  .lang-sub .lang-title {
    font-weight: bold;
    color: #566677;
    padding-left: 0.468vw;
    margin-top: 1vw;
  }

  .hd-nav li {
    margin-right: 4.479vw;
  }

  .hdnav-arr {
    margin-left: 0.52vw;
  }

  .hdnav-v1 {
    font-size: 1.041vw;
  }

  .hdnav-sub {
    border-width: 0.208vw;
    padding: 1.458vw 1.718vw 1.51vw 1.51vw;
    border-radius: 0 0.52vw;
  }

  .hdnav-tit {
    font-size: 0.937vw;
    margin: 5px 0;
  }

  .hdnav-sub a {
    font-size: 0.833vw;
    padding-left: 0.468vw;
    border-width: 0.156vw;
    margin: 0.52vw 0;
  }

  .hd-item {
    margin: 8px 0;
  }

  .ban-tit {
    font-size: 3.125vw;
    margin-bottom: 1.562vw;
  }

  .ban-desc {
    font-size: 0.937vw;
    margin-bottom: 1.822vw;
  }

  .index-ban .swiper-pagination {
    right: 2.083vw !important;
  }

  .index-ban .swiper-pagination-bullet {
    width: 0.937vw;
    height: 0.937vw;
    /* margin: .52vw 0 !important */
  }

  .cook-policy {
    padding: 2.604vw 0 2.395vw;
  }

  .cook-desc {
    font-size: 0.833vw;
  }

  .cook-btn {
    margin-left: 0.729vw;
    width: 6.354vw;
    line-height: 2.708vw;
  }

  .g-btn {
    height: 2.604vw;
    font-size: 1.125rem;
    border-radius: .375rem;
  }

  .gbtn-arr {
    margin-left: 1.041vw;
  }

  .fd-top {
    padding: 4.166vw 0 3.645vw;
  }

  .fd-logo {
    width: 14.68vw;
    margin-right: 3.281vw;
  }

  .fd-share li {
    width: 2.656vw;
    margin-right: 0.677vw;
  }

  .fd-nav {
    padding: 3.645vw 0 4.166vw;
  }

  .fdnav-tit {
    font-size: 1.354vw;
    margin: 2.708vw 0 1.197vw;
  }

  .fdnav-icn {
    margin-right: 0.26vw;
    width: 0.781vw;
  }

  .fdnav-item {
    margin-bottom: 0.208vw;
  }

  .fd-nav a,
  .fdnav-item-tit {
    font-size: 0.937vw;
  }

  .fdnav-item a:after {
    left: 0.156vw;
    top: 0.729vw;
    width: 0.26vw;
    height: 0.26vw;
  }

  .fd-copy {
    padding: 1.822vw 0;
    font-size: 0.937vw;
  }

  .fd-copy .links span {
    margin: 0 1.25vw;
  }

  .fd-info {
    font-size: 0.729vw;
    padding: 2.083vw 0 2.604vw;
  }

  .g-snv {
    right: 2.604vw;
    width: 4.583vw;
  }
}

@media only screen and (max-width: 1200px) {
  .text-size-18 {
    font-size: 14px;
  }

  .lh-40 {
    line-height: 30px;
  }

  .header {
    padding-top: 15px;
  }

  .hd-logo {
    width: 190px;
  }

  .hd-link {
    margin-bottom: 24px;
  }

  .hd-btn {
    width: 120px;
  }

  .hd-btn,
  .hd-log {
    margin-right: 20px;
  }

  .hd-log-icn,
  .lang-icn {
    margin-right: 4px;
  }

  .lang-arr {
    margin-left: 4px;
  }

  .lang-sub {
    padding: 10px;
    border-radius: .375rem;
  }

  .lang-sub a {
    padding-left: 5px;
    font-size: 14px;
    border-width: 2px;
    margin: 8px 0;
  }

  .hd-nav li {
    margin-right: 40px;
  }

  .hdnav-arr {
    width: 8px;
    margin-left: 7px;
  }

  .hdnav-v1 {
    font-size: 14px;
  }

  .hdnav-sub {
    border-width: 3px;
    padding: 10px;
    border-radius: .375rem;
  }

  .hdnav-sub a,
  .hdnav-tit {
    font-size: 14px;
    margin: 10px 0;
  }

  .hdnav-sub a {
    padding-left: 5px;
    border-width: 2px;
  }

  .ban-tit {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .ban-desc {
    font-size: 14px;
    margin-bottom: 18px;
    max-width: 100%;
  }

  .index-ban .swiper-pagination {
    right: 15px !important;
  }

  .index-ban .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 8px 0 !important;
  }

  .cook-policy {
    padding: 10px 0;
  }

  .cook-desc {
    font-size: 12px;
  }

  .cook-btn {
    margin-left: 5px;
    width: 80px;
    line-height: 35px;
  }

  .g-btn {
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
  }

  .gbtn-arr {
    width: 7px;
    margin-left: 10px;
  }

  .fd-top {
    padding: 30px 0;
  }

  .fd-logo {
    width: 170px;
    margin-right: 30px;
  }

  .fd-share li {
    width: 32px;
    margin-right: 10px;
  }

  .fd-nav {
    padding: 30px 0;
  }

  .fdnav-tit {
    font-size: 16px;
    margin: 20px 0 10px;
  }

  .fdnav-icn {
    margin-right: 5px;
    width: 10px;
  }

  .fdnav-item {
    margin-bottom: 5px;
  }

  .fd-nav a,
  .fdnav-item-tit {
    font-size: 14px;
  }

  .fdnav-item a {
    padding-left: 10px;
  }

  .fdnav-item a:after {
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
  }

  .fd-copy {
    padding: 15px 0;
    font-size: 14px;
  }

  .fd-copy .links span {
    margin: 0 12px;
    color: #868686;
  }

  .fd-info {
    font-size: 14px;
    padding: 30px 0;
  }

  .g-snv {
    right: 15px;
    width: 55px;
  }
}

@media only screen and (max-width: 968px) {
  .m-block {
    display: block;
  }

  .pc-block {
    display: none;
  }

  .m-pl-1 {
    padding-left: 1em;
  }

  #app.on,
  body.on {
    overflow: hidden;
  }

  #app.on {
    height: 50vh;
  }

  .hd-menu {
    display: block;
  }

 

  .hd-bd {
    height: 90px;
    align-items: center;
  }

  .hd-logo {
    width: 160px;
  }

  .m-hdr {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1f2b39;
    padding: 90px 5% 15px;
    overflow-y: auto;
    z-index: -99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .m-hdr.on {
    opacity: 1;
    visibility: visible;
    z-index: -1;
  }

  .hd-link {
    justify-content: flex-start;
  }

  .hd-nav,
  .m-hdnav {
    max-height: 78vh;
    overflow-y: auto;
  }

  .hdnav-con {
    /* flex: 1 */
    width: 50%;
    padding-bottom: 20px;
  }

  .m-hdnav .hdnav-con:nth-last-child(3) {
    margin-top: -140px;
  }

  .m-hdnav .hdnav-con:nth-last-child(1) {
    margin-left: 50%;
  }

  .hd-nav::-webkit-scrollbar {
    width: 4px;
  }

  .hd-nav::-webkit-scrollbar-thumb {
    background-color: #3f4e5f;
    border-radius: 2px;
  }

  .hd-nav li {
    display: block;
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .hd-nav li:last-child {
    margin-bottom: 0;
  }

  .hd-nav li:nth-child(3),
  .hd-nav li:nth-child(5) {
    margin-top: -65px;
  }

  .m-hdr .hdnav-v1 {
    display: flex;
    font-size: 15px;
    color: #e92529;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 1.5;
  }

  .hdnav-icn {
    width: 10px;
    margin-right: 5px;
  }

  .hdnav-v1:first-child {
    margin-top: 0;
  }

  .hdnav-arr {
    display: none;
  }

  .hdnav-sub {
    position: static;
    transform: none;
    background-color: transparent;
    border: none;
    padding: 0;
    white-space: normal;
  }

  .hdnav-sub a,
  .m-hdnav a {
    display: block;
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 2;
    border: none;
    padding-left: 0;
  }

  .hd-item a {
    padding-left: 1em;
    position: relative;
  }

  .hd-item a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
  }

  .hdnav-tit {
    padding: 0;
    color: #566677;
    border: none;
    font-size: 12px;
    margin: 0;
    line-height: 2;
  }

  .hdnav-three-level a:after {
    display: none;
  }

  .index-ban {
    height: 102vw;
  }

  .ban-pic {
    height: 102.2vw;
  }

  /* .inside-ban {
    height: 80vw;
  } */

  .inside-ban .ban-pic {
    height: 80.1vw;
  }

  .index-ban .btn {
    padding: 0 10px 0 14px;
    font-size: 12px;
  }

  .index-ban .swiper-pagination {
    right: 0 !important;
    bottom: 15px !important;
  }

  .index-ban .swiper-pagination-bullet {
    margin: .375rem !important;
  }

  .ban-info {
    top: 56%;
  }

  .fd-top {
    padding: 25px 0;
    align-items: flex-start;
  }

  .fdl {
    display: block;
  }

  .fd-logo {
    width: 135px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .fd-top .g-lang {
    margin-top: 5px;
  }

  .footer .fd-top .g-lang {
    font-size: 12px;
  }

  .fd-nav {
    display: none !important;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .fd-nav li {
    width: 50%;
    margin-bottom: 20px;
  }

  .fd-nav li:last-child {
    margin-bottom: 0;
  }

  .fd-nav li:last-child,
  .fd-nav li:nth-child(3) {
    margin-top: -160px;
  }

  .fdnav-tit {
    font-size: 14px;
    margin: 10px 0;
  }

  .fdnav-item-tit {
    margin-top: 0;
    color: #566677;
  }

  .fd-nav a,
  .fdnav-item-tit {
    font-size: 12px;
  }

  .m-fdnav {
    display: flex !important;
    padding: 20px 0;
  }

  .fdnav-con {
    /* flex: 1 */
    width: 50%;
    padding-bottom: 20px;
  }

  .m-fdnav .fdnav-con:nth-last-child(3) {
    margin-top: -205px;
  }

  .m-fdnav .fdnav-con:nth-last-child(2) {
    order: 999;
    margin-top: -80px;
  }

  .m-fdnav a {
    display: block;
    font-size: 12px;
    line-height: 2.11;
    color: #fff;
  }

  .m-fdnav a:hover {
    color: #e92529;
  }

  .fdnav-item a {
    padding-left: 1em;
    position: relative;
  }

  .fd-copy {
    display: block;
    font-size: 12px;
    padding: 15px 0;
  }

  .fd-copy .links {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }

  .fd-info {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .g-snv {
    right: 0;
    width: 45px;
  }

  .cook-policy {
    padding: 10px 0;
  }

  .cook-desc {
    font-size: 12px;
  }

  .cook-btn {
    margin-left: 5px;
    width: 80px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .g-btn {
    padding: 0 10px;
    height: 30px;
    font-size: 8px;
    border-radius: .375rem;
  }

  .gbtn-arr {
    width: 6px;
    margin-left: 10px;
  }

  .index-ban .desc {
    max-width: 80%;
  }

  .ban-tit {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .ban-desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 414px) {
  .hd-nav .v1 {
    font-size: 14px;
  }

  .hd-nav .tit,
  .hd-nav .v2 {
    font-size: 12px;
  }
}

.section3 .g-btn {
  margin-left: 42px;
}

.g-list5 .info {
  width: 80%;
  margin: auto;
}

.lang-arr {
  width: 9px;
}

.jl-pro3 {
  padding: 0 42px;
}

.index-ban .inline-block {
  margin-right: 42px;
}

.index-ban .inline-block:nth-child(2n + 1) .g-btn {
  background-color: #000000;
}

.index-ban .inline-block:nth-child(2n + 1) .g-btn:hover {
  background-color: #fff;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .section3 .g-btn {
    margin-left: 2.187vw;
  }

  .jl-pro3 {
    padding: 0 2.187vw;
  }

  .index-ban .inline-block {
    margin-right: 2.187vw;
  }

  .m-list4 {
    margin: 0 2.187vw;
  }
}

@media only screen and (max-width: 1200px) {
  .g-list4 li {
    width: 320px;
  }

  .timeline-icn {
    margin-left: 7.6%;
  }

  .secred-tit2 {
    height: auto;
  }

  .m-list4 {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 968px) {
  .section2 {
    padding-bottom: 150px;
  }

  .section3 .g-btn {
    margin-left: 0;
  }

  .g-list4 li {
    width: 280px;
  }

  .g-list4 .g-btn {
    padding: 0 10px;
    height: 30px;
    font-size: 12px;
  }

  .g-list5 .icn {
    justify-content: start;
  }

  .g-list5 li:nth-child(2) .icn img {
    width: 45px;
  }

  .g-list5 li:nth-child(3) .icn img {
    width: 35px;
  }

  .m-info1 .btns .g-btn {
    width: 200px;
    justify-content: space-between;
  }

  .redbar-btns .g-btn {
    width: 210px;
    justify-content: space-between;
  }

  .g-list5 .info {
    width: auto;
  }

  .gtit-logo {
    margin-left: 4.427vw;
    width: 22.13vw;
  }

  .gtit-info {
    margin-bottom: 20px;
  }

  .gtit-logo {
    float: none;
    width: 53vw;
    margin: 20px auto;
  }

  .gtit-lab {
    padding: .375rem;
    margin-bottom: 5px;
  }

  .jl-txt1 {
    padding-top: 62vw;
  }

  .jl-txt1:after {
    top: 0;
    left: 0;
    bottom: auto;
    height: 62vw;
  }

  .jltxt1-info {
    width: 100%;
    padding-right: 0;
    padding-top: 50px;
  }

  .jl-pro1 li {
    margin-right: 0;
    padding: 0 3vw;
  }

  .jlpro1-icn {
    margin-bottom: 10px;
    height: 60px;
  }

  .jlpro1-txt {
    font-size: 14px;
  }

  .timeline-icn {
    margin-left: 13px;
  }

  .secred-list li:nth-child(2) .secred-tit2 img {
    width: 38px;
  }

  .secred-list li:nth-child(3) .secred-tit2 img {
    width: 35px;
  }

  .section-red {
    background-position: bottom;
  }

  .ban-tit {
    font-size: 45px;
  }

  .ban-info .g-btn {
    padding: 0 17px;
    height: 38px;
    font-size: 12px;
    justify-content: space-between;
  }

  .jl-pro3 {
    padding: 0 20px;
  }

  .index-ban .inline-block {
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .redbar-btns .g-btn {
    width: 185px;
  }

  .m-info1 .btns .g-btn {
    width: 175px;
  }

  .expert-con .g-btn {
    float: left;
  }

  .dashboard-info .item {
    line-height: 20px;
    background-size: left 1px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 576px) {
  .section2 {
    padding-bottom: 100px;
  }

  .deposit-select select {
    width: 100%;
  }

  .ban-tit {
    font-size: 24px;
  }

  .ban-desc {
    font-size: 18px;
    max-width: none !important;
  }

  .g-btn {
    padding: 0 17px;
    height: 38px;
    font-size: 12px;
  }

  .g-list4 .info {
    white-space: normal;
  }

  .g-list4 .btns a {
    margin-bottom: 5px;
  }

  .g-list1 .icn {
    width: 80px;
  }

  .m-info1 .btns .g-btn {
    width: 230px;
  }

  .redbar-btns .g-btn {
    width: 240px;
    justify-content: space-between;
  }

  .index-ban .inline-block {
    margin-right: 100px;
  }

  .index-ban .g-btn {
    width: 180px;
  }

  .ban-info .g-btn {
    font-size: 11px;
  }

  .index-ban .g-btn p {
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
  }

  .secred-tit {
    font-size: 24px;
  }
}

.ban-desc,
.g-list1 .desc,
.group-txt,
.g-list3 .desc,
.g-list4 .desc,
.g-list5 .desc,
.m-info1 .desc,
.gtit-desc,
.jlpro1-txt,
.secred-top,
.secred-desc,
.jlpro2-txt,
.cook-desc,
.m-list1 .desc,
.m-list2 .desc,
.jlpro6-desc,
.jlpro3-desc,
.jlpro4-txt,
.m-list4 .txt,
.m-list5 .desc,
.dashboard-info .item,
.dashboard-tips .desc,
.m-list6 .desc,
.procedure-desc,
.mt-item .item .desc,
.setup-desc .desc,
.expert-con .desc {
  font-size: 0.9vw;
}

@media only screen and (max-width: 1200px) {
  .ban-desc,
  .g-list1 .desc,
  .group-txt,
  .g-list3 .desc,
  .g-list4 .desc,
  .g-list5 .desc,
  .m-info1 .desc,
  .gtit-desc,
  .jlpro1-txt,
  .secred-top,
  .secred-desc,
  .jlpro2-txt,
  .cook-desc,
  .m-list1 .desc,
  .m-list2 .desc,
  .jlpro6-desc,
  .jlpro3-desc,
  .jlpro4-txt,
  .m-list4 .txt,
  .m-list5 .desc,
  .dashboard-info .item,
  .dashboard-tips .desc,
  .m-list6 .desc,
  .procedure-desc,
  .mt-item .item .desc,
  .setup-desc .desc,
  .expert-con .desc {
    font-size: 13px;
  }
}

/* 移动端导航 */
.m-hdr2 {
  display: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.m-hdr2 .hd-link {
  padding: 0 5%;
}

.m-hdnav2 {
  height: calc(100vh - 200px);
  overflow-y: auto;
  background-color: #efefef;
  color: #2f2f2f;
}

.m-hdnav2 li {
  position: relative;
  border-bottom: 1px solid #707070;
  padding-left: 5%;
}

.m-hdnav2-v1-arr,
.m-hdnav2-v2-arr,
.m-hdnav2-v3-arr {
  position: absolute;
  top: 0;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.5s;
}

.m-hdnav2-v1-arr::after,
.m-hdnav2-v2-arr::after,
.m-hdnav2-v3-arr::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 100vw;
  z-index: 2;
}

.m-hdnav2 li.on .m-hdnav2-v1-arr img,
.m-hdnav2-two-item.on .m-hdnav2-v2-arr img,
.m-hdnav2-three-item.on .m-hdnav2-v3-arr img {
  transform: rotate(180deg);
}

.m-hdnav2-v2-arr {
  height: 35px;
}

.m-hdnav2-v1-arr img,
.m-hdnav2-v2-arr img,
.m-hdnav2-v3-arr img {
  display: block;
  width: 10px;
}

.m-hdnav2-v1 {
  display: block;
  line-height: 40px;
  font-size: 14px;
}

.m-hdnav2-sub {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-left: 15px;
}

.m-hdnav2 li.on .m-hdnav2-sub {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.m-hdnav2-v2,
.m-hdnav2-v3,
.m-hdnav2-v4 {
  display: block;
  line-height: 35px;
  font-size: 13px;
}

.m-hdnav2-two-item {
  position: relative;
}

.m-hdnav2-three-sub {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-left: 15px;
}

.m-hdnav2-two-item.on .m-hdnav2-three-sub {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.m-hdnav2-three-item {
  position: relative;
}

.m-hdnav2-four-sub {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-left: 15px;
}

.m-hdnav2-three-item.on .m-hdnav2-four-sub {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.m-hdnav2-fd {
  padding: 13px 0;
}

.m-hdnav2-btn {
  display: block;
  padding: 0 17px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  font-weight: bold;
  border-radius: .375rem;
  color: #fff;
  background-color: #e92529;
}

@media only screen and (max-width: 968px) {
  .hd-right {
    display: block;
  }

  .hd-nav {
    display: none;
  }

  .hd-link {
    margin-bottom: 0;
  }

  .hd-log {
    margin-right: 0;
  }

  .hd-link .g-lang {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hd-log {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .m-hdr {
    display: none;
  }

  .m-hdr2 {
    display: block;
  }

  .hd-btn {
    display: none;
  }

  .hd-log {
    margin-right: 30px;
  }
}

.cookie-href {
  text-decoration: underline;
}

/* 新增模块 */
.section-newbox {
  padding: 30px 0 92px;
  background-color: #d0d0d1;
  overflow: hidden;
}

.ul-newlist1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 0 15px;
  background-image: url(../images/newbox/new-bg02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 238px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.new-con {
  display: block;
  text-align: center;
}

.new-num {
  font-size: 78px;
  color: #e92529;
  line-height: 1;
  margin-bottom: 20px;
}

.new-num p {
  display: inline-block;
  vertical-align: middle;
}

.new-num .center {
  font-size: 28px;
  color: #000000;
  margin: 0 15px;
}

.new-num .end {
  vertical-align: bottom;
  font-size: 30px;
  color: #000000;
  margin-bottom: 10px;
}

.new-num img {
  width: 81px;
  margin: 0 auto;
}

.new-txt {
  font-size: 26px;
  color: #2e2d2d;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .section-newbox {
    padding: 1.562vw 0 4.791vw;
  }

  .ul-newlist1 {
    height: 12.39vw;
  }

  .new-num {
    font-size: 4.062vw;
    line-height: 1;
    margin-bottom: 1.041vw;
  }

  .new-num .center {
    font-size: 1.458vw;
    margin: 0 0.781vw;
  }

  .new-num .end {
    font-size: 1.562vw;
    margin-bottom: 0.52vw;
  }

  .new-num img {
    width: 4.218vw;
  }

  .new-txt {
    font-size: 1.354vw;
  }
}

@media only screen and (max-width: 1200px) {
  .section-newbox {
    padding: 15px 0 40px;
  }

  .ul-newlist1 {
    height: 12.39vw;
  }

  .new-num {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .new-num .center {
    font-size: 16px;
  }

  .new-num .end {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .new-num img {
    width: 48px;
  }

  .new-txt {
    font-size: 13px;
  }
}

@media only screen and (max-width: 968px) {
  .ul-newlist1 {
    flex-wrap: wrap;
    justify-content: start;
    height: auto;
    padding: 3vw 5vw 0;
    background-color: #f0f0f0;
  }

  .ul-newlist1 li {
    width: 20%;
    margin-bottom: 3vw;
  }
}

@media only screen and (max-width: 850px) {
  .ul-newlist1 {
    padding: 10vw 5vw 0;
  }

  .ul-newlist1 li {
    width: 33.33%;
    margin-bottom: 10vw;
  }
}

@media only screen and (max-width: 576px) {
  .ul-newlist1 li {
    width: 50%;
  }
}

@media only screen and (max-width: 374px) {
  .ul-newlist1 li {
    width: 100%;
  }
}

/* 新闻详情修改 */
.jl-back {
  display: inline-block;
  font-size: 21px;
  color: #1c1c1c;
  margin-bottom: 50px;
}

.news-details .date {
  position: relative;
}

.jl-share1 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.jl-share1 li {
  float: left;
  margin-right: 35px;
  height: 36px;
  line-height: 36px;
}

.jl-share1 li:last-child {
  margin-right: 0;
}

.jl-share1 img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .jl-back {
    font-size: 1.093vw;
    margin-bottom: 2.604vw;
  }

  .jl-share1 li {
    margin-right: 1.822vw;
    height: 1.875vw;
    line-height: 1.875vw;
  }
}

@media only screen and (max-width: 968px) {
  .jl-back {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .jl-share1 li {
    margin-right: 15px;
    height: 15px;
    line-height: 15px;
  }
}

.new-pages {
  font-size: 21px;
  color: #d03029;
  overflow: hidden;
}

.new-prev {
  float: left;
  position: relative;
  padding-left: 30px;
}

.new-next {
  float: right;
  position: relative;
  padding-right: 30px;
}

.new-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-right-color: #d03029;
  z-index: 2;
}

.new-next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-left-color: #d03029;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .new-pages {
    font-size: 13px;
  }

  .new-prev {
    padding-left: 15px;
  }

  .new-next {
    padding-right: 15px;
  }

  .new-prev::after,
  .new-next::after {
    width: 12px;
    height: 12px;
    border-width: 6px;
  }
}

@media only screen and (max-width: 576px) {
  .new-prev,
  .new-next {
    float: none;
    display: block;
  }

  .new-next {
    padding-right: 0;
    padding-left: 15px;
  }

  .new-next::after {
    right: auto;
    left: 0;
    border-left-color: transparent;
    border-right-color: #d03029;
  }
}

/* 新闻详情修改end */

.mobile-lang {
  padding-bottom: 20px;
}

.mobile-lang .g-lang {
  display: block !important;
}

@media only screen and (max-width: 968px) {
  .new-ban-con-m {
    text-align: center !important;
  }

  .new-ban-con-m .ban-info {
    top: 82%;
  }

  .new-ban-con-m .ban-tit br {
    display: none;
  }

  .new-ban-con-m .inline-block {
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 1025px) {
  .lg-hidden {
    display: none;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .lg-hidden {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .md-hidden {
    display: none;
  }
}

@media only screen and (max-width: 767px) and (min-width: 641px) {
  .md-hidden {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .sm-hidden {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .sm-hidden {
    display: block;
  }
}

.prose {
  max-width: 100% !important;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .hd-nav li {
    margin-right: 3.5vw;
  }

  .hd-logo {
    width: 24vw;
  }
}

@media only screen and (min-width: 968px) and (max-width: 1400px) {
  .hd-nav li {
    margin-right: 2.5vw;
  }

  .hd-logo {
    width: 24vw;
  }
}

@media only screen and (max-width: 1920px) {
  .hd-logo {
    width: 400px;
  }
}

@media only screen and (max-width: 1024px) {
  .hd-logo {
    width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .hd-logo {
    width: 300px;
  }
}

@media only screen and (max-width: 488px) {
  .hd-logo {
    width: 250px;
  }
}

@media only screen and (max-width: 380px) {
  .hd-logo {
    width: 200px;
  }
}

.dialog-success {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  opacity: 0;
  z-index: -1;
  display: none;
}

.dialog-success.show {
  opacity: 1;
  z-index: 1000;
}

.dialog-success-con {
  padding: 30px 0;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: .375rem;
  min-width: 700px;
  max-width: 90%;
}

.dialog-success-con-body {
  max-height: 70vh;
  overflow-y: auto;
  padding: 10px 50px;
}

@media only screen and (max-width: 968px) {
  .dialog-success-con-body {
    padding: 0 30px;
  }
}

.dialog-success-close {
  right: 23px;
  top: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #fff;
}

.dialog-success-close:hover {
  opacity: 0.8;
  border: #e92529 1px solid;
}

.dialog-success-icn {
  margin-bottom: 28px;
  height: 187px;
}

.dialog-success-icn img {
  margin: 0 auto;
  display: block;
  max-height: 100%;
}

.dialog-success-title {
  font-size: 22px;
  color: #e92529;
}

.dialog-success-desc1 {
  margin-bottom: 4px;
  font-size: 14px;
  color: #000;
}

.dialog-success-desc2 {
  font-size: 12px;
  line-height: 1.56;
}

@media only screen and (min-width: 968px) and (max-width: 1920px) {
  .dialog-success-con {
    /* padding: 4.635vw 0 6.041vw; */
    padding: 50px 0;
    /* width: 37.03vw */
  }

  .dialog-success-close {
    right: 1.197vw;
    top: 1.25vw;
    width: 1.666vw;
    height: 1.666vw;
  }

  .dialog-success-icn {
    margin-bottom: 1.458vw;
    height: 9.739vw;
  }

  .dialog-success-title {
    font-size: 1.5vw;
  }

  .dialog-success-desc1 {
    margin-bottom: 0.208vw;
    font-size: 1vw;
  }

  .dialog-success-desc2 {
    font-size: 0.66vw;
  }
}

@media only screen and (max-width: 968px) {
  .dialog-success-con {
    /* padding: 50px 0; */
    min-width: 80%;
  }

  .dialog-success-icn {
    margin-bottom: 20px;
    height: 140px;
  }

  .dialog-success-title {
    font-size: 18px;
  }

  .dialog-success-desc1 {
    font-size: 14px;
  }

  .dialog-success-desc2 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .dialog-success-con {
    padding: 30px 0;
    min-width: 90%;
  }

  .dialog-success-close {
    right: 10px;
    top: 10px;
  }

  .dialog-success-icn {
    height: 90px;
  }

  .dialog-success-title {
    font-size: 16px;
  }

  .dialog-success-desc1 {
    font-size: 14px;
  }

  .dialog-success-desc2 {
    font-size: 10px;
  }
}

#swiperTypes {
  overflow: hidden;
}

#swiperTypesBox {
  position: relative;
}

#swiperTypesBox .swiper-button-next {
  background-image: url(../images/swiper-next.svg);
  right: -40px;
}

#swiperTypesBox .swiper-button-prev {
  background-image: url(../images/swiper-prev.svg);
  left: -40px;
}

@media only screen and (max-width: 767px) {
  #swiperTypesBox .swiper-button-next {
    right: -20px;
  }

  #swiperTypesBox .swiper-button-prev {
    left: -20px;
  }
}

.annunciate {
  width: 35px;
  height: 35px;
  position: fixed;
  z-index: 1000;
  left: 30px;
  bottom: 50px;
}

.annunciate-noread {
  background-color: #c92120;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 100%;
}
.annunciate:hover .annunciate-text {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.annunciate-text {
  background-color: rgba(86, 102, 119, 0.8);
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%) translateX(-30%);
  padding: 3px 5px;
  word-break: keep-all;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.annunciate-text::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #566677;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  /* 566677 */
}

.activity {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  margin-bottom: 80px;
  background: #fff;
  border-radius: .375rem;
}

.activity-img {
  flex: 0 0 50%;
}

.activity-img img {
  /* display: block; */
  width: 100%;
  height: auto;
  border-radius: 0 0 0 24px;
}

.activity-text {
  flex: 1;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.activity-text h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}

.activity-text p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #2f2f2f;
}

.activity-text .date {
  color: #e92529;
  font-weight: bold;
}

.activity-text .btn {
  display: inline-block;
  background: #fff;
  border: 1px solid #004080;
  color: #004080;
  padding: 6px 14px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s;
}

.activity-text .btn:hover {
  background: #004080;
  color: #fff;
}

@media (max-width: 1300px) {
  .activity-text h2 {
    font-size: 18px;
  }

  .activity-text p {
    font-size: 14px;
  }

  .activity-text .btn {
    font-size: 13px;
    padding: 5px 12px;
  }

  .activity-img {
    flex: 0 0 60%;
  }
}

@media (max-width: 1280px) {
  .activity-text h2 {
    font-size: 20px;
  }

  .activity-text p {
    font-size: 14px;
  }

  .activity-text .btn {
    font-size: 13px;
    padding: 5px 12px;
  }

  .activity {
    flex-direction: column;
  }

  .activity-img {
    flex: 0 0 100%;
  }

  .activity-img img {
    border-radius: 0 24px 0 0;
  }

  .activity-text {
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .activity-text h2 {
    font-size: 18px;
  }

  .activity-text p {
    font-size: 14px;
  }

  .activity-text .btn {
    font-size: 13px;
    padding: 5px 12px;
  }

  .activity-img {
    flex: 0 0 60%;
  }
}

@media (max-width: 1070px) {
  .activity {
    flex-direction: column;
  }

  .activity-img {
    flex: 0 0 100%;
  }

  .activity-img img {
    border-radius: 0 24px 0 0;
  }

  .activity-text {
    padding: 20px;
  }

  .activity-text h2 {
    font-size: 16px;
  }

  .activity-text p {
    font-size: 12px;
  }
}

@media (max-width: 930px) {
  .activity-text h2 {
    font-size: 16px;
  }

  .activity-text p {
    font-size: 12px;
  }

  .activity-text .btn {
    font-size: 13px;
    padding: 5px 12px;
  }

  .activity {
    flex-direction: column;
  }

  .activity-img {
    flex: 0 0 100%;
  }

  .activity-img img {
    border-radius: 0 24px 0 0;
  }

  .activity-text {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .activity {
    flex-direction: column;
  }

  .activity-img {
    flex: 0 0 100%;
  }

  .activity-img img {
    border-radius: 0 25px 0 0;
  }

  .activity-text {
    padding: 15px;
  }

  .activity-text h2 {
    font-size: 18px;
  }

  .activity-text p {
    font-size: 14px;
  }

  .activity-text .btn {
    font-size: 12px;
    padding: 4px 10px;
  }
}

.account-table{
  border-radius: .375rem;
  overflow: hidden;
}
.account-table thead tr th{
  background-color: #000;
  color: #fff;
}
.account-table tr:nth-child(even){
  background-color: #f8f8f8;
}

.account-table th, .account-table td{
  border: 1px solid #e7e7e7;
}

.mobile-marquee {
  -webkit-overflow-scrolling: touch;
}
.marquee-content {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.bg-blue{
  background-color: rgb(51,99,175);
}




.activity-list .activity{
  margin-bottom: 0;
  border: none;
}

.activity-list .activity-img{
  width: 100%;
  flex: none;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f1f1f1;
  aspect-ratio: 4 / 3;
}

.activity-list .activity-img img{
  height: 100%;
  object-fit: cover;
}

.activity-list .activity-text{
  display: none;
}

.activity-list{
  display: grid;
  gap: 35px;
}

.activity-list1 {
  grid-template-columns: repeat(1, 1fr);
}

.activity-list .activity-img{
  max-height: 495px;
}

.activity-list2{
  grid-template-columns: repeat(3, 1fr);
}
.activity-list2 .activity-img{
  max-height: 332px;
}


@media (max-width: 1280px) {
  .activity-list1{
    grid-template-columns: repeat(1, 1fr);
  }

  .activity-list1 .activity-img{
    max-height: 332px;
  }
  .activity-list2{
    grid-template-columns: repeat(1, 1fr);
  }
}
