body {
  position: relative;
  overflow-x: hidden
}

a:hover {
  text-decoration: none
}

.header-wrap {
  border-bottom: 1px solid #002260;
  position: sticky;
  top: 0;
  z-index: 11000;
  background: #fff
}

.header-box {
  min-height: 88px;
  margin: 0 3.8% 0;
  align-items: center;
  position: relative
}

.navbar-header a {
  padding-left: 12px
}

.haeder-logo {
  margin-top: 18px
}

.haeder-logo img {
  width: 93px;
  height: 54px
}

.header-nav {
  float: left;
  width: 70%;
  position: relative;
  overflow: hidden;
  height: 88px;
  margin-left: 12% !important
}

.header-nav li a {
  color: #3D3D3D;
  font-size: 18px;
  padding: 34px 20px
}

.header-nav li a .arrow {
  display: inline-block;
  margin-left: 2px;
  vertical-align: 4px;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: -ms-rotate(135deg);
  transform: rotate(135deg);
  margin-left: 12px
}

.header-nav li .dropdown-menu a {
  padding: 10px
}

.header-nav li.on>a {
  color: #002260;
  font-weight: bold
}

.language a {
  color: #3D3D3D;
  font-size: 18px;
  margin: 0 6px
}

.language a.on {
  color: #002260;
  font-weight: bold
}

.swiper-comm {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  overflow: hidden
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 100%
}

.swiper-wrapper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  float: left
}

.swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 88px;
  height: 88px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer
}

.swiper-button-prev {
  left: 0;
  background: url("../img/arrow-prev.jpg") no-repeat
}

.swiper-button-next {
  right: 0;
  background: url("../img/arrow-next.jpg") no-repeat
}

.language {
  position: absolute;
  top: 31px;
  right: 50px
}

.img-banner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 99
}

.img-banner img {
  width: 100%
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0
}

.common-tit {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative
}

.common-tit .strong {
  font-size: 26px;
  font-weight: 700;
  color: #002260;
  margin-bottom: 12px
}

.common-tit .en {
  font-size: 14px;
  color: #002260
}

.common-tit::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 15px;
  background: url("../img/triangle-after.png") no-repeat;
  background-size: 100%
}

.series-common .inner a {
  padding-top: 40px;
  display: block;
  position: relative;
}

.series-common .inner a img {
  width: 100%;
  display: block
}

.series-common .inner a dl {
  padding: 20px 0;
  margin: 0 !important
}

.series-common .inner a dl dt {
  height: 55px;
  line-height: 55px;
  width: 160px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #002260;
  background: rgba(0, 34, 96, 0.1)
}

.series-common .inner a dl dt::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/series-after.png) no-repeat;
  background-size: 100%
}

.series-common .inner a .en {
  font-size: 14px;
  color: #002260;
  margin: 12px 0
}

.series-common .inner a .txt {
  position: absolute;
  font-size: 12px;
  color: #282828;
  bottom: 12px;
  left: 12px;
  right: 12px;
  padding: 12px;
  background: #fff;
  margin: 0;
}

.global-layout {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 99;
  margin-top: 40px;
  text-align: center
}

.global-layout a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block
}

.global-layout a img {
  display: block;
  width: 100%
}

.global-layout a p {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 15%;
  max-width: 1190px;
  position: absolute;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px
}

.global-layout a p span {
  padding: 20px;
  position: relative;
  display: inline-block
}

.global-layout a p span::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0;
  right: 15px;
  background: url(../img/map-after.png) no-repeat;
  background-size: 100%
}

.index-aboutus {
  margin-top: 40px
}

.index-aboutus .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.index-aboutus .link img {
  display: block;
  width: 100%;
  height: 100%
}

.index-aboutus .link .button {
  color: #FFFFFF;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #002260;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 700
}

.index-aboutus .link .button::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: .5px;
  right: 0;
  background: url(../img/map-after.png) no-repeat;
  background-size: 100%
}

.major-events {
  margin-top: 40px
}

.major-events .inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.major-events .inner img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.major-events .inner .stock-code {
  position: absolute;
  padding: 12px 8px;
  font-size: 9px;
  color: #fff;
  top: 0;
  left: 0;
  white-space: nowrap;
  background: #002260
}

.major-events .inner .stock-code::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: .5px;
  right: 0;
  background: url(../img/map-after.png) no-repeat;
  background-size: 100%
}

.index-joinus {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 99;
  margin-top: 40px
}

.index-joinus img {
  width: 100%;
  height: 100%;
  display: block
}

.index-joinus .form {
  width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.index-joinus .form h3 {
  text-align: center;
  color: #fff;
  font-size: 24px
}

.index-joinus .form .input-box {
  margin-top: 12px;
  padding: 0px 8px;
  background: #fff;
  align-items: center;
  height: 50px
}

.index-joinus .form .input-box span {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: #002260;
  padding-right: 10px;
  display: block
}

.index-joinus .form .input-box input {
  flex: 1;
  height: 100%;
  background: transparent;
  font-size: 12px;
}

.index-joinus .form .apply-btn {
  height: 50px;
  line-height: 50px;
  display: block;
  width: 100%;
  background: #002260;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-top: 12px;
  position: relative
}

.index-joinus .form .apply-btn::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0.5px;
  right: 0;
  background: url(../img/map-after.png) no-repeat;
  background-size: 100%
}

.copy-right {
  padding: 40px 0;
  text-align: center;
  background: #282828
}

@media (min-width: 1512px) {
  .header-box {
    width: 1512px;
    margin: 0px auto !important
  }
}

.navbar-toggle {
  border-color: #002260;
  margin-top: 10px
}

@media (max-width: 767px) {
  .header-box {
    margin: 0;
    box-sizing: border-box
  }

  .common-tit {
    padding: 15px;
  }

  .common-tit::after {
    bottom: -12px;
  }

  .common-tit .strong {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .index-joinus .form {
    width: 250px
  }

  .index-joinus .form h3 {
    font-size: 14px;
    margin: 0
  }

  .index-joinus .form .input-box span,
  .index-joinus .form .apply-btn {
    font-size: 12px !important
  }

  .index-joinus .form .input-box,
  .index-joinus .form .apply-btn {
    height: 30px;
    line-height: 30px;
    margin-top: 8px
  }



  .navbar-nav {
    float: left;
    width: 100%;
    margin: 0
  }

  .navbar-nav li.on {
    background: #f3f3f3
  }

  .navbar-toggle {
    margin-right: 12px
  }

  .header-box {
    min-height: 42px
  }

  .haeder-logo {
    margin-top: 0px
  }

  .swiper-comm,
  .img-banner img {
    width: 100%;
    margin: 0 auto
  }

  .language {
    right: 60px
  }

  .header-nav {
    display: none
  }

  .navbar .collapse {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    top: 42px;
    box-shadow: 0 2px 16px rgba(166, 166, 166, 0.5)
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 100%
  }

  .navbar-toggle .icon-bar {
    background-color: #002260;
    border-radius: 0
  }

  .language {
    top: 17px
  }

  .header-box .collapse {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    top: 40px;
    box-shadow: 0 2px 16px rgba(166, 166, 166, 0.5);
    border-color: rgba(255, 255, 255, 0.58);
    margin-top: 15px;
    overflow-y: scroll;
    background: #ffffff;
    margin-left: 0 !important;
    height: 270px
  }

  .header-nav li a {
    padding: 12px 10px;
    font-size: 14px
  }

  .series-common .inner a {
    padding-top: 20px;
  }

  .series-common .col-lg-5 .inner a {
    padding-top: 30px;
  }

  .series-common .inner a dl {
    padding-top: 0;
    padding-bottom: 0px;
  }

  .series-common .inner a dl dt,
  .index-aboutus .link .button {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }


}

@media (min-width: 1024px) and (max-width: 1440px) {
  .language {
    right: -70px
  }
}