@charset "utf-8";
@import url('animate.min.css');
/* CSS Document */
@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamBold/GothamBold.woff2") format("woff2"),
  url("../fonts/GothamBold/GothamBold.woff") format("woff"),
  url("../fonts/GothamBold/GothamBold.ttf") format("truetype"),
  url("../fonts/GothamBold/GothamBold.eot") format("embedded-opentype"),
  url("../fonts/GothamBold/GothamBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
  color: #2F2F2F;
}

html {
  font-size: 100px;
  /*
  font-size: 0.73vw;
  */
}

body {
  font-family: "Microsoft Yahei";
  margin: 0;
  padding: 0;
}

.no-Scroll {
  height: 100%;
  overflow: hidden;
}

section, article, main, time, div, ul, li, dl, dt, dd, a, p, span, img {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box; /* Safari */
  -moz-box-sizing: border-box; /* Firefox */
  box-sizing: border-box;
}

img, a {
  display: block;
  outline: none;
}

.fix-body {
  padding-top: 0.96rem;
}

.irs {
  max-width: 100%;
  margin: 0 auto;
}

.gotham {
  font-family: 'GothamBold';
}

.bws {
  background-color: #FFF;
}

a {
  /*
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  */
  transition: color 0.3s;
}

a:link, a:visited {
  color: #2F2F2F;
  text-decoration: none;
}

a:hover, a:active {
  color: #0942B6;
  outline: none;
}

.eps {
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

.eps2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.eps3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cls {
  overflow: hidden;
  clear: both;
}

.trans {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.trans.deep, .trans.deep * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

[v-cloak] {
  display: none !important;
}

.t-gray {
  color: #AAAAAA;
}

.t-yellow {
  color: #ED6D00;
}

.t-blue {
  color: #0942B6;
}

.wrapper {
  width: 100%;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.wap-wrapper {
  clear: both;
  overflow: hidden;
}

.flex {
  display: flex;
}

.flex.justify {
  justify-content: space-between;
}

.flex.y-m {
  align-items: center;
}

.flex.column {
  flex-direction: column;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

/* common header */

.jh-header {
  height: 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: all 0.5s;
}

.jh-header.fix-up {
  top: -1rem;
}

.jh-header .logo {
  padding: 0 0 0 0.6rem;
  width: 2.28rem;
  flex-shrink: 0;
}

.jh-header .r-side {
  display: flex;
  justify-content: flex-end;
}

.jh-header .r-side .links {
  display: flex;
  padding: 0 0.25rem;
  /*align-items: center;*/
}

.jh-header .r-side .links .ipt {
  display: none;
  align-items: center;
}

.jh-header .r-side .links .ipt .m {
  height: 0.38rem;
  font-size: 0;
  padding: 0 0.1rem;
  border: 1px #ECECED solid;
  border-radius: 0.18rem;
  position: relative;
}

.jh-header .r-side .links .ipt .m input, .jh-header .r-side .links .ipt .m input:focus {
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  background-color: transparent;
}

.jh-header .r-side .links .ipt .m .closed {
  position: absolute;
  width: 0.26rem;
  height: 0.26rem;
  right: 0.06rem;
  top: 0.06rem;
  background-image: url('../images/icon_close.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 0.12rem;
  cursor: pointer;
}

.jh-header .r-side .links .search, .jh-header .r-side .links .lang {
  width: 0.5rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
}

.jh-header .r-side .menu-button {
  height: 1rem;
  width: 1rem;
  background-color: #0942B6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.jh-header .r-side .menu-button .def {
  width: 0.21rem;
  height: 0.14rem;
  position: relative;
  /*display: none;*/
}

.jh-header .r-side .menu-button .def:before, .jh-header .r-side .menu-button .def:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ffffff;
}

.jh-header .r-side .menu-button .def:before {
  top: 0;
}

.jh-header .r-side .menu-button .def:after {
  bottom: 0;
}

.jh-header .r-side .menu-button .close {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  transform: rotate(-45deg);
  display: none;
}

.jh-header .r-side .menu-button .close:before, .jh-header .r-side .menu-button .close:after {
  content: '';
  position: absolute;
  background-color: #ffffff;
}

.jh-header .r-side .menu-button .close:before {
  width: 0.4rem;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.jh-header .r-side .menu-button .close:after {
  width: 1px;
  height: 0.4rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.jh-header .r-side .menu-button.on .def {
  display: none;
}

.jh-header .r-side .menu-button.on .close {
  display: block;
}

/* navigation */

.jh-nav {
  flex-grow: 1;
  padding-left: 1.8rem;
  font-size: 0.16rem;
}

.jh-nav > li {
  position: relative;
}

.jh-nav > li > a {
  height: 1rem;
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
  position: relative;
}

.jh-nav > li.on > a {
  color: #0942B6;
}

.jh-nav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  height: 2px;
  background-color: transparent;
  transition: all 0.3s;
}

.jh-nav > li > a:hover:after, .jh-nav > li.on > a:after {
  left: 0.25rem;
  right: 0.25rem;
  background-color: #0942B6;
}

.jh-nav > li > ul {
  position: absolute;
  width: 1.6rem;
  top: 100%;
  left: 50%;
  margin-left: -0.8rem;
  padding: 0.2rem 0;
  background-color: #ffffff;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  display: none;
}

.jh-nav > li > ul > li > a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.4rem;
  text-align: center;
}

/* sub header */

.jh-sub-header {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  background-color: #ffffff;
  display: none;
}

.jh-sub-header .box {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}

.jh-sub-header .navs {
  padding: 1rem 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.jh-sub-header .navs .item {
  flex-shrink: 0;
}

.jh-sub-header .navs .item .t {
  font-size: 0.18rem;
  font-weight: 600;
  padding-bottom: 0.6rem;
}

.jh-sub-header .navs .item a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.4rem;
}

.jh-sub-header .navs .search {
  display: none;
}

.jh-sub-header .contacts {
  flex-basis: 27%;
  flex-shrink: 0;
  background-color: #F7F8FA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 1.1rem;
}

.jh-sub-header .contacts .info {
  clear: both;
  width: 100%;
  font-size: 0.16rem;
  color: #787B7F;
  line-height: 0.36rem;
}

.jh-sub-header .contacts .wechat {
  padding-top: 0.8rem;
}

.jh-sub-header .contacts .wechat .t {
  font-size: 0.16rem;
  color: #2F2F2F;
  padding-bottom: 0.2rem;
}

.jh-sub-header .contacts .wechat .qrcode {
  width: 1.18rem;
}

.jh-sub-header .click-able {
  display: none;
}

/*
.jh-sub-header .navs .item a:link, .jh-sub-header .navs .item a:visited {
  color: #82A7E7;
}

.jh-sub-header .navs .item a:hover, .jh-sub-header .navs .item a:active {
  color: #ffffff;
}
*/

.jh-main-container {
  padding-top: 1rem;
  clear: both;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* response wrapper */

.resp-wrap {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.resp-wrap:after {
  clear: both;
  overflow: hidden;
}

.sec-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-name .name .cn {
  font-size: 0.46rem;
  padding-bottom: 0.1rem;
  font-weight: 600;
}

.sec-name .name .en {
  font-size: 0.18rem;
  font-family: 'GothamBold';
  color: #C3C5CC;
}

.sec-name a.more {
  flex-shrink: 0;
  display: flex;
  font-size: 0.18rem;
  font-weight: 600;
}

.sec-name a.more img {
  margin-left: 0.15rem;
}

.sec-name a.more:hover, .sec-name a.more:active {
  color: #ED6D00;
}


a.sk-button {
  display: inline-block;
  clear: both;
  /*
  margin-top: 1rem;
  width: 1.56rem;
  */
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 0.26rem;
  text-align: center;
  position: relative;
  padding: 0 0.4rem 0 0.3rem;
  font-size: 0.16rem;
  color: #ffffff;
  background-color: #0942B6;
  transition: all 0.3s;
}

a.sk-button.t-white {
  background-color: transparent;
  border: 2px #ffffff solid;
  line-height: 0.48rem;
}

a.sk-button.t-border {
  background-color: transparent;
  border: 2px #0942B6 solid;
  line-height: 0.48rem;
  color: #0942B6;
}

a.sk-button:after {
  content: '';
  width: 6px;
  height: 11px;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../images/icon-arrow-right.png');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 6px 11px;
  transition: all 0.3s;
}

a.sk-button:hover {
  background-color: #ED6D00;
  /*font-size: 0.17rem;*/
}

a.sk-button.t-white:hover {
  border: 2px #ED6D00 solid;
}

a.sk-button.t-border:hover {
  /*border: 2px #ED6D00 solid;*/
  color: #ffffff;
  background-color: #0942B6;
}

a.sk-button:hover:after {
  right: 0.22rem;
}


.jh-footer {
  clear: both;
  background-color: #05307D;
}

.jh-footer .box {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}

.jh-footer .box .hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jh-footer .box .hd .contacts {
  /*font-size: 0;*/
  flex-shrink: 0;
  margin-right: 2rem;
}

.jh-footer .box .hd .contacts a.logo {
  display: block;
  width: 1.7rem;
}

.jh-footer .box .hd .contacts .medias {
  clear: both;
  padding: 0.7rem 0 0 0;
}

.jh-footer .box .hd .contacts .medias .t {
  font-size: 0.16rem;
  color: #82A7E7;
}

.jh-footer .box .hd .contacts .medias ul {
  clear: both;
  margin: 0.2rem -0.08rem;
  font-size: 0;
}

.jh-footer .box .hd .contacts .medias ul li {
  display: inline-block;
  padding: 0 0.08rem;
}

.jh-footer .box .hd .contacts .medias ul li a {
  /*display: block;*/
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background-color: #1D5DD2;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}

.jh-footer .douyin {
  background-image: url('../images/icon_douyin_white.png');
}

.jh-footer .qq {
  background-image: url('../images/icon_qq_white.png');
}

.jh-footer .wechat {
  background-image: url('../images/icon_wechat_white.png');
}

.jh-footer .pop-layer {
  position: absolute;
  width: 1.28rem;
  height: 1.28rem;
  background-color: #fff;
  /*top: calc(100% + 0.16rem);*/
  top: 100%;
  left: 50%;
  margin-left: -0.64rem;
  border-radius: 0.08rem;
  padding: 0.05rem;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}

.jh-footer .pop-layer:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 0.07rem;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -0.14rem;
  left: 50%;
  transform: translateX(-50%);
}

.jh-footer .box .hd .contacts .medias ul li a:hover {
  background-color: #ffffff;
}

.jh-footer .box .hd .contacts .medias ul li a.douyin:hover {
  background-image: url('../images/icon_douyin_blue.png');
}

.jh-footer .box .hd .contacts .medias ul li a.qq:hover {
  background-image: url('../images/icon_qq_blue.png');
}

.jh-footer .box .hd .contacts .medias ul li a.wechat:hover {
  background-image: url('../images/icon_wechat_blue.png');
}

.jh-footer .box .hd .contacts .medias ul li a:hover .pop-layer {
  z-index: 1;
  opacity: 1;
  top: calc(100% + 0.16rem);
}

.jh-footer .box .hd .contacts .medias ul li a img {
  display: block;
  margin: 0;
  max-width: 100%;
}

.jh-footer .box .hd .contacts .phone {
  padding-top: 0.6rem;
}

.jh-footer .box .hd .contacts .phone .t {
  color: #82A7E7;
  font-size: 0.16rem;
}

.jh-footer .box .hd .contacts .phone .s {
  font-size: 0.24rem;
  color: #ED6D00;
  padding-top: 0.1rem;
  font-family: 'GothamBold';
}


.jh-footer .box .hd .navs {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*flex-grow: 1;*/
}

.jh-footer .box .hd .navs .item {
  /*padding: 0 0 0 0.8rem;*/
}

.jh-footer .box .hd .navs .item .t {
  font-size: 0.18rem;
  font-weight: 600;
  padding-bottom: 0.6rem;
  color: #ffffff;
}

.jh-footer .box .hd .navs .item a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.4rem;
}

.jh-footer .box .hd .navs .item a:link, .jh-footer .box .hd .navs .item a:visited {
  color: #82A7E7;
}

.jh-footer .box .hd .navs .item a:hover, .jh-footer .box .hd .navs .item a:active {
  color: #ffffff;
}

.jh-footer .box .hd .navs .item .qrcode {
  width: 1.18rem;
}

.jh-footer .box .line {
  clear: both;
  margin: 1rem 0 0.5rem 0;
  height: 1px;
  background-color: #2B5196;
}

.jh-footer .box .hd .line {
  display: none;
}

.jh-footer .box .fd {
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jh-footer .box .fd .links {
  width: 2.1rem;
  height: 0.52rem;
  flex-shrink: 0;
  border: 1px #2B5196 solid;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.jh-footer .box .fd .links .drop-button {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/icon_arrow_drop.png');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}

.jh-footer .box .fd .links .drop-button.on {
  transform: rotate(-180deg);
}

.jh-footer .box .fd .links .drop-button:before {
  content: '';
  height: 0.4rem;
  top: 0.05rem;
  left: 0;
  position: absolute;
  width: 1px;
  background-color: #2B5196;
}

.jh-footer .box .fd .links .drop-button.on:before {
  display: none;
}

.jh-footer .box .fd .links .m {
  flex-grow: 1;
  padding: 0 0.15rem;
  position: relative;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #ffffff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.jh-footer .box .fd .links .m .std {
}

.jh-footer .box .fd .links ul {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 100%;
  border: 1px #2B5196 solid;
  padding: 0.1rem 0;
  /*background-color: rgba(7, 68, 180, 0.9);*/
  background-color: #05307D;
  display: none;
}

.jh-footer .box .fd .links ul li a {
  padding: 0.1rem 0.1rem;
  font-size: 0.14rem;
}

.jh-footer .box .fd .links ul li a:link, .jh-footer .box .fd .links ul li a:visited {
  color: #ffffff;
}

.jh-footer .box .fd .links ul li a:hover, .jh-footer .box .fd .links ul li a:active {
  color: #ED6D00;
}

.jh-footer .box .fd .copyright {
  color: #82A7E7;
  font-size: 0.16rem;
  line-height: 0.34rem;
  text-align: right;
}
.jh-footer .box .fd .copyright a{ color: #82A7E7;}

.pagination {
  clear: both;
  display: block;
  padding: 0.4rem 0 0.6rem 0;
}

.pagination ul {
  display: flex;
  justify-content: center;
}

.pagination li {
  margin: 0 0.03rem;
  display: flex;
}

.pagination li span, .pagination li a {
  display: block;
  border-radius: 100%;
  /*padding: 0.06rem 0.1rem;
  border: 1px #DADADA solid;*/
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  color: #7D7D7D;
  font-size: 0.18rem;
  transition: all 0.3s;
}

.pagination li.disable span {
  color: #CCC;
}

.pagination li.active a, .pagination li a:hover {
  background-color: #0086F6;
  color: #FFF;
  /*border: 1px #0086F6 solid;*/
}

.pagination li a.prev, .pagination li a.next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.17rem;
}

.pagination li a.prev {
  background-image: url('../images/icon-page-prev.png');
}

.pagination li a.next {
  background-image: url('../images/icon-page-next.png');
}

.pagination li a:hover.prev {
  background-image: url('../images/icon-page-prev-active.png');
}

.pagination li a:hover.next {
  background-image: url('../images/icon-page-next-active.png');
}

.part-named .cn {
  font-size: 0.48rem;
  font-weight: 600;
  color: #2F2F2F;
}

.part-named .en {
  font-size: 0.18rem;
  color: #C4C6CD;
  padding-top: 0.1rem;
  font-family: 'GothamBold';
}

.part-named .desc {
  padding-top: 0.2rem;
  line-height: 0.32rem;
  font-size: 0.18rem;
  color: #C4C6CD;
}

.flex-row-wrap {}

.flex-row-wrap-md {}

.jh-intro-style {
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #787B7F;
}

.jh-sec-pd-set {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.jh-sec-pd-set-b {
  padding-bottom: 1.2rem;
}


@-webkit-keyframes circleProgressLoad_right{
  0%{
    -webkit-transform: rotate(45deg);
  }
  50%{
    -webkit-transform: rotate(125deg);
  }
  100%{
    -webkit-transform: rotate(225deg);
  }
}

@-webkit-keyframes circleProgressLoad_left{
  0%{
    -webkit-transform: rotate(40deg);
  }
  50%{
    -webkit-transform: rotate(125deg);
  }
  100%{
    -webkit-transform: rotate(225deg);
  }
}
