@charset "UTF-8";
/*******/
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1800px) and (min-width: 1661px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1241px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 13.3333333vw;
  }
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #333;
  font-family: "微软雅黑", "Microsoft YaHei";
  position: relative;
  white-space: normal;
  word-wrap: break-word;
}
@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: "华文细黑";
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 37, 56, 0.5);
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus, div:active,
span:focus,
span:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
  box-shadow: none;
}

div:focus,
span:focus,
i:focus {
  outline: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus, input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

table {
  border: solid 1px #e3e3e3;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e3e3e3;
  word-break: break-all;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  position: relative;
}
.row:before, .row:after {
  display: none;
}

.xl-inner {
  width: 1700px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.xl-inner:before,
.xl-inner:after {
  content: '';
  display: table;
  clear: both;
}

.lg-inner {
  width: 1620px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.lg-inner:before,
.lg-inner:after {
  content: '';
  display: table;
  clear: both;
}

.m-inner {
  width: 1420px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.m-inner:before,
.m-inner:after {
  content: '';
  display: table;
  clear: both;
}

.global-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.global-inner:before,
.global-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 1740px) {
  .xl-inner{
    width: 1620px;
  }
}
@media screen and (max-width: 1660px) {
  .lg-inner, .xl-inner {
    width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  .xl-inner, .lg-inner, .m-inner {
    width: 1200px;
  }
}
@media screen and (max-width: 1240px) {
  .xl-inner, .lg-inner, .global-inner, .m-inner {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .xl-inner,
  .lg-inner,
  .global-inner,
  .m-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.3rem;
    margin: 0 auto;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.t-center {
  text-align: center;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #adadad;
}

/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 30px;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-close {
  width: 2.5em;
  height: 2.5em;
  display: block;
  border-radius: 0;
  position: absolute;
  top: -2.5em;
  left: 100%;
  margin: 0 0 0 0.9em;
  cursor: pointer;
  background: url("/Img/images/close3.png") no-repeat center center;
  background-size: contain;
  z-index: 1030;
}

@media screen and (max-width: 991.98px) {
  .modal-dialog {
    width: 100%;
    padding: 0.3rem;
  }

  .modal-content {
    width: 100%;
    max-width: 100%;
    padding: 0.6rem 0.3rem 0.62rem;
    background: url("/Img/images/modal-bg.jpg") no-repeat center bottom #fff;
    background-size: cover;
  }

  .modal-close {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.8rem;
    left: auto;
    right: 0;
    margin: 0;
  }
}
/**** animate ***/
.animated {
  animation-delay: .1s;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes btnhover {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes btnhover {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.fadeInUp2 {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
  opacity: 0;
  animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.btnhover:hover .arrow {
  animation: btnhover 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: btnhover 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 90px;
  height: 90px;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: none;
  border: none;
  border-radius: 100%;
  z-index: 50;
  opacity: .5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/Img/images/video-play.png") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
.video-js .vjs-button > .vjs-icon-placeholder:before {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 1199.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
  }
}

/*** modal-video ***/
.modal-video {
  background: rgba(0, 0, 0, 0.4);
}
.modal-video .modal-close {
  width: 30px;
  height: 30px;
  background: url("/Img/images/close2.png") no-repeat center center;
  background-size: 14px;
  position: absolute;
  left: 100%;
  top: -32px;
  margin-left: 25px;
  border: solid 1px #fff;
  border-radius: 100%;
}
.modal-video .modal-dialog {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1060;
}
.modal-video .modal-content {
  width: 960px;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 767.98px) {
  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
  }
  .modal-video .modal-close {
    position: fixed;
    top: 0.3rem;
    left: auto;
    right: 0.3rem;
    margin-left: 0;
    z-index: 1100;
  }
}

/*** 表单 ***/
.form-group {
  padding: 0.75em 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.875em;
  position: relative;
}
.form-group .help-block {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.429em;
  margin-top: 5px;
}
.form-group.has-error .help-block {
  color: red;
}
.form-group.is-block {
  display: block !important;
}

.control-label {
  font-size: 1em;
  line-height: inherit;
  color: #333;
  font-weight: normal;
  margin: 0;
}
.control-label .must {
  width: 0.75em;
  display: inline-block;
  vertical-align: top;
  color: #f14133;
  font-style: normal;
}

.form-control {
  width: 100%;
  height: 3.125em;
  display: block;
  background: none;
  border: none;
  position: relative;
  padding: 0.625em 0;
  font-size: 1em;
  line-height: inherit;
  color: #333;
  border-radius: 0;
  border-bottom: solid 1px #c8c8c8;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  outline: none;
  background: none;
}

textarea.form-control {
  height: 11.25em;
}

.frm-vcode {
  padding-right: 6.125em;
}
.frm-vcode .vcode-imgs {
  width: 4.875em;
  height: 2.375em;
  display: block;
  position: absolute;
  right: 0;
  top: 1.5625em;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
}
.frm-vcode .vcode-imgs img {
  width: 100%;
  height: 100%;
  display: block;
}

.form-btnbox {
  margin-top: 3.6em;
  text-align: center;
}
.form-btnbox a {
  width: 18.75em;
  height: 3.75em;
  text-align: center;
  border-radius: 0;
  background: #0157ac;
  margin: 0 1.9em;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 3.75em;
  color: #fff;
}

.checklist {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.checklist li:last-child {
  margin-right: 0 !important;
}
.checklist .checklabel {
  cursor: pointer;
}
.checklist input[type="checkbox"] {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.625em 0 0;
  border-radius: 100%;
  border: solid 1px #666;
}
.checklist input[type="checkbox"]:checked {
  border-color: #045cbe;
  background: url("/Img/images/check-1.png") no-repeat center center #045cbe;
  background-size: 10px;
}

@media screen and (max-width: 767.98px) {
  .form-group {
    padding: 0.2rem 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .form-group .help-block {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin: 0.1rem 0 0;
  }

  .form-control {
    max-width: 100% !important;
    height: 0.8rem;
    padding: 0.2rem 12px;
  }

  textarea.form-control {
    height: 3rem;
  }

  .form-btnbox {
    margin-top: 0.6rem !important;
  }
  .form-btnbox a {
    width: 100%;
  }

  .frm-vcode {
    padding-right: 1.8rem;
  }
  .frm-vcode .vcode-imgs {
    width: 1.5rem;
    height: 0.7rem;
    top: 0.3rem;
  }
}
/*** 头部 ***/
.header {
  width: 100%;
  height: 90px;
  display: block;
  background: #fff;
  position: relative;
  z-index: 100;
  border-bottom: solid 1px #e5e5e5;
  line-height: 90px;
}

.head-place {
  height: 90px;
  display: none;
}

.head-menu {
  width: 0.46rem;
  height: 1.2rem;
  display: block;
  background: url("/Img/images/mob-navtabb.png") no-repeat center center;
  background-size: contain;
  float: right;
}

.head-logo {
  float: left;
  height: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.head-logo img {
  height: 55px;
  display: block;
  position: relative;
}
.head-logo .white {
  display: none;
}

.head-navlist {
  height: 90px;
  font-size: 18px;
  font-size: 0.9em;
  line-height: 30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  float: right;
  margin-right: 3.8em;
}
.head-navlist > li {
  padding: 0 2.25em;
}
.head-navlist > li.has-subnav .navlv1 .arrow {
  width: 12px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  background: url("/Img/images/arrow-down.png") no-repeat center center;
  background-size: contain;
  margin-left: 0.67em;
}
.head-navlist > li.current .navlv1 {
  color: #0157ac;
}
.head-navlist > li.current .navlv1 .arrow {
  background-image: url("/Img/images/arrow-down3.png");
}
.head-navlist > li:hover .navlv1 {
  color: #0157ac;
}
.head-navlist > li:hover .navlv1 .arrow {
  background-image: url("/Img/images/arrow-up3.png") !important;
}
.head-navlist a {
  display: inline-block;
  vertical-align: top;
}
.head-navlist .navlv1 {
  padding: 30px 0;
  white-space: nowrap;
}
.head-navlist .subnav-box {
  width: 100vw;
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-top: solid 1px #e5e5e5;
}
.head-navlist .subnav-box::before {
  content: '';
  display: block;
  background: #f2f2f2;
  width: 35.2vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.head-navlist .subnav-box .global-inner {
  display: flex;
  display: -webkit-flex;
}
.head-navlist .lv2list {
  max-width: 316px;
  flex: 0 0 27%;
  -webkit-flex: 0 0 27%;
  padding: 2.5em 0 3.1em;
  background: #f2f2f2;
  position: relative;
}
.head-navlist .lv2list li {
  width: 100%;
  display: block;
  position: relative;
  font-size: 18px;
  font-size: 0.9em;
  line-height: 3.61em;
  margin-bottom: 10px;
}
.head-navlist .lv2list li:last-child {
  margin-bottom: 0;
}
.head-navlist .lv2list li.active a {
  background: #fff;
  border-left-color: #0157ac;
  color: #0157ac;
}
.head-navlist .lv2list li.active a::after {
  content: '';
  display: block;
  border-width: 5px 6px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #000;
  position: absolute;
  right: 1.33em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.head-navlist .lv2list a {
  display: block;
  padding: 0 3.333em 0 5.78em;
  position: relative;
  border-left: solid 1px transparent;
}
.head-navlist .tab-content {
  flex: 1;
  -webkit-flex: 1;
  background: #fff;
  padding: 2.5em 0 3.1em;
  position: relative;
}
.head-navlist .lv3box-item {
  width: 100%;
  display: none;
  overflow: hidden;
  position: relative;
}
.head-navlist .lv3box-item.active {
  display: block;
}
.head-navlist .lv3box-item .imgsbox {
  float: right;
  max-width: 434px;
  width: 50%;
}
.head-navlist .lv3box-item .img {
  width: 100%;
  position: relative;
  margin-bottom: 2.3em;
}
.head-navlist .lv3box-item .img img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.head-navlist .lv3box-item .btn-more {
  width: 156px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: #0157ac;
}
.head-navlist .lv3box-item .btn-more .arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 30px;
  background: url("/Img/images/arrow-right2.png") no-repeat center center;
  background-size: contain;
}
.head-navlist .lv3list {
  max-width: 450px;
  width: 50%;
  float: left;
  padding: 0.35em 2.5em 0;
}
.head-navlist .lv3list li {
  padding: 0.625em 0;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #666;
  margin-bottom: 0.875em;
}
.head-navlist .lv3list li:last-child {
  margin-bottom: 0;
}
.head-navlist .lv3list li:hover {
  color: #0157ac;
}
.head-navlist .lv3list li.point span {
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: #999;
  margin-right: 0.5em;
}
@media screen and (max-width: 1440px) {
  .head-navlist {
    margin-right: 2vw;
  }
  .head-navlist > li {
    padding: 0 2.3vw;
  }
}
@media screen and (max-width: 1240px) {
  .head-navlist {
    margin-right: 1vw;
  }
  .head-navlist > li {
    padding: 0 1vw;
  }
}

.head-tool {
  height: 100%;
  position: relative;
  float: right;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.head-lang {
  display: block;
  font-size: 1em;
  margin-right: 1.5em;
}

.head-sch {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
.head-sch a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.head-sch a.btn-sch_close {
  display: none;
}
.head-sch .icon {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.head-sch .black {
  background-image: url("/Img/images/icon-sch.png");
}
.head-sch .white {
  display: none;
  background-image: url("/Img/images/icon-sch2.png");
}

.modal-schbox {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  display: none;
  position: fixed;
  left: 0;
  top: 90px;
  z-index: 150;
}
.modal-schbox .row {
  height: 70px;
  position: relative;
  padding: 20px 0;
}
.modal-schbox .btn-sch {
  width: 20px;
  height: 100%;
  flex: 0 0 20px;
  -webkit-flex: 0 0 20px;
  display: block;
  background: url("/Img/images/icon-sch.png") no-repeat center center;
  background-size: contain;
  position: relative;
  margin-right: 30px;
}
.modal-schbox .schbox {
  flex: 1;
  -webkit-flex: 1;
}
.modal-schbox .inpt {
  width: 100%;
  height: 30px;
  display: block;
  border: none;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.modal-schbox .btn-close {
  width: 20px;
  height: 100%;
  display: block;
  background: url("/Img/images/close.png") no-repeat center center;
  background-size: 12px;
  margin-left: 40px;
}

.modal-navbox.fade .modal-dialog {
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
}
.modal-navbox.show .modal-dialog {
  transform: none;
  -webkit-transform: none;
}
.modal-navbox .modal-dialog {
  width: 70%;
  max-width: 450px;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background: #fff;
}
.modal-navbox .modal-content {
  width: 100%;
  border-radius: 0;
  padding: 0;
}
.modal-navbox .top {
  width: 100%;
  height: 1.2rem;
  border-bottom: solid 1px #e5e5e5;
  padding: 0 0.3rem;
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modal-navbox .top a {
  display: inline-block;
  vertical-align: top;
}
.modal-navbox .top img {
  display: block;
  height: 0.7rem;
}

.modal-navlist {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.modal-navlist > li {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}
.modal-navlist > li.has-subnav .handle {
  display: block;
}
.modal-navlist > li.active .navlv1 .handle i::after {
  display: none;
}
.modal-navlist a {
  display: block;
}
.modal-navlist .navlv1 {
  padding: 0 1rem 0 0.3rem;
  position: relative;
  font-size: 0.3rem;
  line-height: 0.9rem;
  overflow: hidden;
}
.modal-navlist .handle {
  width: 1rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.modal-navlist .handle i {
  width: 0.16rem;
  height: 0.16rem;
  display: block;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.08rem;
}
.modal-navlist .handle i::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.modal-navlist .handle i::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.modal-navlist .subnav-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
  font-size: 0.28rem;
}
.modal-navlist .subnav-box li.active .handle i::after {
  display: none;
}
.modal-navlist .subnav {
  width: 100%;
  padding: 0 0 0.28rem;
}
.modal-navlist .lv2 {
  line-height: 0.7rem;
  position: relative;
  overflow: hidden;
  padding: 0 1rem 0 0.3rem;
}
.modal-navlist .lv3list {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0.3rem 0.28rem 0.6rem;
  line-height: 0.4rem;
  display: none;
}
.modal-navlist .lv3list a {
  padding: 0.1rem 0;
}

body.head-white .header {
  color: #fff;
  background: transparent;
  border-bottom-color: transparent;
}
body.head-white .header .white {
  display: block;
}
body.head-white .header .black {
  display: none;
}
body.head-white .head-navlist > li.has-subnav .navlv1 .arrow {
  background-image: url("/Img/images/arrow-down2.png");
}
body.is-scroll .header {
  color: #333 !important;
  border-bottom-color: #e5e5e5 !important;
}
body.is-scroll .header .black {
  display: block !important;
}
body.is-scroll .header .white {
  display: none !important;
}
body.is-scroll .head-navlist > li.has-subnav .navlv1 .arrow {
  background-image: url("/Img/images/arrow-down.png");
}

@media screen and (max-width: 991.98px) {
  body.head-white .header {
    border-bottom-color: rgba(255, 255, 255, 0.36);
  }

  .header {
    height: 1.2rem;
    line-height: 1.2rem;
    position: fixed;
    left: 0;
    top: 0;
  }
  .head-place{
    height: 1.2rem;
    display: block;
  }

  .head-logo img {
    height: 0.7rem;
  }

  .head-tool {
    margin-right: 0.48rem;
    padding-right: 0.43rem;
  }
  .head-tool::after {
    content: '';
    display: block;
    width: 1px;
    height: 0.48rem;
    background: #e0e0e0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .head-lang {
    font-size: 0.34rem;
    margin-left: 0.22rem;
  }

  .head-sch {
    width: 0.6rem;
    height: 0.6rem;
  }
  .head-sch .icon {
    background-size: 0.38rem;
  }

  .modal-schbox {
    height: 1.2rem;
    top: 0;
  }
  .modal-schbox .row {
    height: 100%;
    padding: 0.35rem 0;
  }
  .modal-schbox .btn-sch {
    width: 0.3rem;
    margin-right: 0.2rem;
  }
  .modal-schbox .btn-close {
    width: 0.3rem;
    margin-left: 0.3rem;
  }
  .modal-schbox .inpt {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
  }
}
/*** 主体 ***/
.main-box {
  width: 100%;
  min-height: 500px;
  display: block;
  position: relative;
  z-index: 10;
}

.inside-banbox {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  z-index: 50;
}
.inside-banbox .imgs {
  width: 100%;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.inside-banbox .imgs.web {
  height: 20em;
}
.inside-banbox .imgs.app {
  height: 3.9rem;
}
.inside-banbox .bd {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.inside-banbox .lv1 {
  font-size: 2.4em;
  line-height: 1.25em;
  font-weight: bold;
}
.inside-banbox .desc {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.56em;
  margin-top: 1.11em;
}

.inside-navbox {
  width: 100%;
  height: 3em;
  line-height: 3em;
  position: relative;
  background: #fff;
  z-index: 40;
  box-shadow: 0 0 10px rgba(23, 50, 86, 0.2);
}
.inside-navbox .row {
  width: 100%;
  height: 100%;
  position: relative;
}
.inside-navbox:active, .inside-navbox:focus {
  box-shadow: 0 0 10px rgba(23, 50, 86, 0.2);
}

.inside-gohome {
  max-width: 62px;
  flex: 0 0 62px;
  -webkit-flex: 0 0 62px;
  height: 100%;
  position: relative;
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  text-align: center;
  cursor: pointer;
}
.inside-gohome a {
  display: block;
}
.inside-gohome img {
  width: 16px;
  margin-top: -3px;
}

.inside-select {
  max-width: 235px;
  flex: 0 0 235px;
  -webkit-flex: 0 0 235px;
  height: 100%;
  position: relative;
  border-right: solid 1px #dcdcdc;
}
.inside-select .hd {
  width: 100%;
  height: 100%;
  padding: 0 1.5em 0 1em;
  position: relative;
  cursor: pointer;
}
.inside-select .hd a {
  font-size: 14px;
  position: relative;
}
.inside-select .hd .arrow {
  width: 8px;
  height: 8px;
  display: block;
  background: url("/Img/images/arrow-down4.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.inside-select .dropbox {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.09);
  border-top: solid 2px #1e6ab9;
}
.inside-select .dropbox li {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
}
.inside-select .dropbox li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1000px) {
  .inside-select .dropbox li:hover a {
    color: #0157ac;
  }
}
.inside-select .dropbox a {
  width: 100%;
  height: 3.75em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #666;
  padding: 0 1.25em;
}
.inside-select.active .hd .arrow {
  background-image: url("/Img/images/arrow-up4.png");
}

.inside-return {
  width: 62px;
  height: 100%;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  background: #fff;
}
.inside-return a {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/Img/images/arrow-left.png") no-repeat center center;
  background-size: 16px;
  position: relative;
}

.inside-lvtit {
  font-size: 2.1em;
  line-height: 1.429em;
  color: #333;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.inside-lvtit.last {
  padding-bottom: 0.714em;
}
.inside-lvtit.last::before {
  content: '';
  display: block;
  width: 15em;
  max-width: 600px;
  height: 1px;
  background: #0157ac;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
}
.inside-lvtit.last::after {
  content: '';
  display: block;
  width: 4em;
  max-width: 160px;
  height: 5px;
  background: #0157ac;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
}

.inside-weblv4 {
  margin-top: 2.5em;
  display: flex;
  display: -webkit-flex;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.inside-weblv4 > li {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  position: relative;
  border: solid 1px #dcdcdc;
  border-right: none;
}
.inside-weblv4 > li:last-child {
  border-right: solid 1px #dcdcdc;
}
.inside-weblv4 > li:hover a {
  color: #0157ac;
}
.inside-weblv4 > li.active::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  background: #0157ac;
}
.inside-weblv4 > li.active a {
  color: #fff;
}
.inside-weblv4 a {
  display: block;
  position: relative;
  z-index: 5;
  font-weight: bold;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 3.625em;
}

.inside-applv4 {
  margin: 0.52rem -0.3rem 0;
  font-size: 0.26rem;
  line-height: 1rem;
  position: relative;
  z-index: 40;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.inside-applv4 a {
  display: block;
}
.inside-applv4 .hd {
  width: 100%;
  padding: 0 1rem 0 0.4rem;
  height: 1rem;
  background: #0157ac;
  color: #fff;
  position: relative;
}
.inside-applv4 .hd .arrow {
  width: 0.26rem;
  height: 0.26rem;
  display: block;
  background: url("/Img/images/arrow-down2.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.inside-applv4 .dropbox {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.09);
}
.inside-applv4 .dropbox li {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
}
.inside-applv4 .dropbox li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1000px) {
  .inside-applv4 .dropbox li:hover a {
    color: #0157ac;
  }
}
.inside-applv4 .dropbox a {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 1rem;
  font-size: 0.26rem;
  line-height: 0.44rem;
  padding: 0 0.4rem;
  color: #666;
}
.inside-applv4.active .hd .arrow {
  background-image: url("/Img/images/arrow-up2.png");
}

.inside-tdoc {
  text-align: center;
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.67em;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
  margin-top: 4.11em;
}

@media screen and (max-width: 991.98px) {
  .inside-banbox .lg-inner {
    text-align: center !important;
  }
  .inside-banbox .lv1 {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .inside-banbox .desc {
    font-size: 0.24rem;
    line-height: 0.38rem;
    margin-top: 0.12rem;
  }

  .inside-lvtit {
    font-size: 0.42rem;
    line-height: 0.6rem;
  }
  .inside-lvtit.last {
    padding-bottom: 0.36rem;
  }
  .inside-lvtit.last::before {
    width: 6rem;
    max-width: 100%;
  }
  .inside-lvtit.last::after {
    width: 1.6rem;
  }

  .inside-navbox {
    height: 1rem;
    line-height: 1rem;
  }

  .inside-gohome {
    max-width: 1.1rem;
    flex: 0 0 1.1rem;
    -webkit-flex: 0 0 1.1rem;
  }
  .inside-gohome img {
    width: 0.45rem;
  }

  .inside-select {
    display: none;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
  }
  .inside-select:last-child, .inside-select.last {
    display: block;
  }
  .inside-select .hd {
    padding: 0 0.65rem 0 0.3rem;
  }
  .inside-select .hd a {
    font-size: 0.26rem;
  }
  .inside-select .hd .arrow {
    width: 0.18rem;
    height: 0.18rem;
  }
  .inside-select .dropbox a {
    height: 1rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    padding: 0 0.3rem;
  }

  .inside-return {
    max-width: 1.1rem;
    flex: 0 0 1.1rem;
    -webkit-flex: 0 0 1.1rem;
    position: static;
    border-left: none;
  }
  .inside-return a {
    background-size: 0.3rem;
  }

  .inside-tdoc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-top: 0.6rem !important;
  }
  .inside-tdoc br {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .inside-tdoc {
    text-align: left;
  }
}
/*** 底部 ***/
.footer {
  width: 100%;
  position: relative;
  z-index: 20;
  background: #edf0f2;
}
.footer a[href]:hover {
  color: #0157ac;
}

.foot-top {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 75px 0 50px;
}

.foot-navlist {
  width: 75%;
  max-width: 1200px;
  float: left;
  display: flex;
  display: -webkit-flex;
}
.foot-navlist > li {
  flex: 1;
  -webkit-flex: 1;
}
.foot-navlist .navlv1 {
  font-size: 1em;
  line-height: 2.2em;
  color: #1a1a1a;
  margin-bottom: 0.6em;
}
.foot-navlist .subnav {
  font-size: 14px;
  line-height: 2em;
  color: #666;
}
.foot-navlist .subnav li {
  padding: 2px 0;
}

.foot-info {
  float: right;
  text-align: right;
}
.foot-info .logo {
  display: block;
  margin-bottom: 1.25em;
}
.foot-info .logo img {
  height: 2.75em;
}
.foot-info .tel {
  margin-bottom: 1em;
}
.foot-info .tel .tit {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-bottom: 0.5em;
}
.foot-info .tel .doc {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
  color: #f39e18;
}
.foot-info .wx .tit {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.foot-info .wx .imgs img {
  width: 4.5em;
  max-width: 100%;
}

.foot-bot {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  padding: 16px 0;
  overflow: hidden;
  border-top: solid 1px #d1d1d1;
}

.foot-copy {
  float: left;
  margin-right: 16px;
}

.foot-icp {
  float: left;
}

.foot-support {
  float: right;
  white-space: nowrap;
  text-align: right;
  overflow: hidden;
}
.foot-support span {
  float: left;
}
.chl{
  display: none!important;
}

.foot-jszc_swip {
  height: 26px;
  overflow: hidden;
  float: left;
}
.en_foot{
  display: none!important;
}
.foot-ictel {
  overflow: hidden;
}

.foot-tel.app {
  float: right;
}
.foot-shm{
  width: 100%;
  float:  left;
}

@media screen and (max-width: 991.98px) {
  .footer {
    padding: 0.4rem 0 0.34rem;
  }

  .foot-top {
    padding: 0;
  }

  .foot-info {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-bottom: 0.46rem;
  }
  .foot-info .logo {
    float: left;
    padding-top: 0.1rem;
    margin: 0;
  }
  .foot-info .logo img {
    height: 0.62rem;
    display: block;
  }
  .foot-info .tel {
    float: right;
    margin: 0;
  }
  .foot-info .tel .tit {
    font-size: 0.24rem;
    line-height: 0.44rem;
    margin-bottom: 0;
  }
  .foot-info .tel .doc {
    font-size: 0.32rem;
  }

  .foot-navlist {
    width: 100%;
    max-width: 100%;
    float: none;
    display: block;
    border-top: solid 1px #c8cacc;
  }
  .foot-navlist > li {
    width: 100%;
    border-bottom: solid 1px #c8cacc;
  }
  .foot-navlist .navlv1 {
    font-size: 0.28rem;
    line-height: 0.86rem;
    margin-bottom: 0;
  }
  .foot-navlist .navlv1 a {
    width: 100%;
    display: block;
    background: url("/Img/images/arrow-right.png") no-repeat right center;
    background-size: 0.2rem;
  }

  .foot-bot {
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #999;
    padding: 0.34rem 0 0;
    border-top: none;
  }

  .foot-support {
    width: 100%;
    float: none;
    text-align: left;
  }

  .foot-jszc_swip {
    height: 0.44rem;
  }
}
/*** 翻页 ***/
.global-paging {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Arial';
  line-height: 2.5em;
  margin-top: 3em;
}
.global-paging .ctrl {
  width: 2.5em;
  height: 2.5em;
  display: block;
  background: #c8c8c8;
  position: relative;
  cursor: pointer;
}
.global-paging .ctrl .arrow {
  width: 15px;
  height: 15px;
  display: block;
  background: no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.global-paging .ctrl.prev .arrow {
  background-image: url("/Img/images/arrow-left3.png");
}
.global-paging .ctrl.next .arrow {
  background-image: url("/Img/images/arrow-right3.png");
}
.global-paging .ctrl.disabled {
  opacity: .5;
  cursor: default;
  background: #c8c8c8 !important;
}
.global-paging .num.web {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.375em;
  margin: 0 1em;
  font-weight: bold;
}
.global-paging .num.web a {
  padding: 0 5px;
  margin: 0 0.625em;
  display: inline-block;
  vertical-align: top;
  border-bottom: solid 2px transparent;
}
.global-paging .num.web a.active {
  color: #004f84;
  border-bottom-color: #004f84;
}
.global-paging .num.app {
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin: 0 0.16rem;
}
.global-paging .num.app a {
  margin: 0 0.1rem;
}
@media screen and (min-width: 1000px) {
  .global-paging .ctrl:hover {
    background: #004f84;
  }
  .global-paging a:hover {
    color: #004f84;
  }
}
@media screen and (max-width: 767.98px) {
  .global-paging {
    line-height: 0.7rem;
    margin-top: 0.9rem;
  }
  .global-paging .ctrl {
    width: 0.7rem;
    height: 0.7rem;
  }
}

/*** 轮播翻页 ***/
.gswip-paging {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.85em;
  text-align: center;
  line-height: 14px;
  z-index: 20;
}
.gswip-paging .bullet {
  width: 7px;
  height: 12px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px;
  background: #fff;
  transform: skewY(-30deg) rotate(30deg);
  -webkit-transform: skewY(-30deg) rotate(30deg);
  transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  cursor: pointer;
}
.gswip-paging .active {
  height: 14px;
  transform: none;
  -webkit-transform: none;
  background: #045cbe;
}

/*** 轮播样式 ***/
.gswip-wrap .xl-inner{
  overflow: hidden;
}
.gswip-box {
  width: 100%;
  position: relative;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
  margin-top: 1.7em;
}
.gswip-box .slide-imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.gswip-box .slide-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.gswip-box .slide-imgs.web {
  height: 31.1em;
}
.gswip-box.gswip-view1 {
  overflow: hidden;
}
.gswip-box.gswip-view2 {
  /* width: 760px; */
  width: 100%;
  max-width: 100%;
  margin: 2.2em auto 0;
  overflow: visible !important;
}

.gswip-tool {
  width: 100%;
  height: 70px;
  border-bottom: solid 1px #d2d2d2;
  padding: 0 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 auto;
}

.gswip-num {
  flex: 0 0 70px;
  -webkit-flex: 0 0 70px;
  font-size: 18px;
  font-size: 0.9em;
  line-height: 2em;
  color: #999;
  font-family: 'Arial';
}
.gswip-num .now {
  color: #333;
  margin-right: 6px;
}
.gswip-num .total {
  margin-left: 6px;
}

.gswip-bullet {
  line-height: 10px;
  position: static !important;
}
.gswip-bullet .bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  background: #d2d2d2;
  margin: 0 10px;
  cursor: pointer;
}
.gswip-bullet .bullet.active {
  background: #0256ac;
}

.gswip-ctrl {
  flex: 0 0 70px;
  -webkit-flex: 0 0 70px;
  position: relative;
  height: 28px;
}
.gswip-ctrl .line {
  width: 1px;
  height: 20px;
  display: block;
  background: #d5d5d5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.gswip-ctrl .ctrl {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.gswip-ctrl .ctrl.prev {
  background: url("/Img/images/arrow-left7.png") no-repeat left center;
  background-size: 14px;
  left: 0;
}
.gswip-ctrl .ctrl.prev:hover {
  background-image: url("/Img/images/arrow-left5.png");
}
.gswip-ctrl .ctrl.prev.swiper-button-disabled {
  background-image: url("/Img/images/arrow-left7.png");
}
.gswip-ctrl .ctrl.next {
  background: url("/Img/images/arrow-right7.png") no-repeat right center;
  background-size: 14px;
  right: 0;
}
.gswip-ctrl .ctrl.next:hover {
  background-image: url("/Img/images/arrow-right5.png");
}
.gswip-ctrl .ctrl.next.swiper-button-disabled {
  background-image: url("/Img/images/arrow-right7.png");
}
.gswip-ctrl .ctrl.swiper-button-disabled {
  cursor: default;
  opacity: .2;
}

@media screen and (max-width: 991.98px) {
  .gswip-wrap .xl-inner{
    overflow: visible;
  }
  .gswip-box {
    margin-top: 0.7rem;
  }
  .gswip-box.gswip-view2 {
    width: 540px;
  }

  .gswip-tool {
    width: 100% !important;
    height: 0.75rem;
    padding: 0 0.3rem;
  }

  .gswip-num {
    flex: 0 0 0.92rem;
    -webkit-flex: 0 0 0.92rem;
    font-size: 0.24rem;
  }
  .gswip-num .now {
    margin-right: 0.1rem;
  }
  .gswip-num .total {
    margin-left: 0.1rem;
  }

  .gswip-bullet {
    line-height: 0.1rem;
  }
  .gswip-bullet .bullet {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.1rem;
  }

  .gswip-ctrl {
    flex: 0 0 0.92rem;
    -webkit-flex: 0 0 0.92rem;
    height: 0.3rem;
  }
  .gswip-ctrl .ctrl {
    width: 0.36rem;
    height: 0.3rem;
    background-size: 0.18rem !important;
  }
  .gswip-ctrl .line {
    height: 0.28rem;
  }
}
/*** 页面内容左右结构 ***/
.gdet-row {
  width: 100%;
  margin-top: 4em;
}
.gdet-row.is-white {
  color: #fff;
}
.gdet-row.is-white .gdet-hd .rowtit::before {
  background-image: url("/Img/images/icon-1_w.png");
}

.gdet-hd {
  padding: 0 1.5em 0 0;
}
.gdet-hd .rowtit {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
.gdet-hd .rowtit::before {
  content: '';
  display: block;
  width: 0.67em;
  height: 0.67em;
  background: url("/Img/images/icon-1.png") no-repeat left center;
  background-size: 0.6em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.gdet-bd {
  min-height: 150px;
  padding: 0 0 1.75em;
  border-bottom: solid 1px #d2d2d2;
}

@media screen and (max-width: 991.98px) {
  .gdet-row {
    margin-top: 0.7rem;
  }

  .gdet-hd {
    padding: 0;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .gdet-hd .rowtit {
    font-size: 0.34rem;
    line-height: 0.5rem;
    display: inline-block;
    vertical-align: top;
    padding-left: 0.28rem;
  }
  .gdet-hd .rowtit::before {
    width: 0.2rem;
    height: 0.2rem;
    background-size: 0.18rem;
  }

  .gdet-bd {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
}
/*** 鼠标经过 ****/
.btn-h {
  overflow: hidden;
  position: relative;
  border: solid 1px #0157ac;
  background: #0157ac;
}
.btn-h span {
  position: relative;
  display: block;
  z-index: 5;
}
.btn-h::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-h.btn-blue::after {
  left: -105%;
}
.btn-h.btn-white::after {
  left: 0;
}
.btn-h.btn-gray {
  background: #ccc;
  border-color: #ccc;
}
.btn-h.btn-gray::after {
  left: -105%;
}
@media screen and (min-width: 1000px) {
  .btn-h.btn-blue:hover {
    color: #0157ac;
  }
  .btn-h.btn-blue:hover::after {
    left: 0;
  }
  .btn-h.btn-white:hover {
    color: #fff;
  }
  .btn-h.btn-white:hover::after {
    left: 105%;
  }
  .btn-h.btn-gray:hover {
    color: #ccc;
  }
  .btn-h.btn-gray:hover::after {
    left: 0;
  }
}


/* 增加外贸站 */

.chonse-site{
  position: relative;
  display: flex;
  margin-right: 34px;
  cursor: pointer;
}
.site-more{
  position: absolute;
  top: calc(100% - 18px);
  left:0;

  width: calc(100% + 50px);
  transform: rotate3d(1, 0, 0, -90deg);
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  font-size: 15px;
  background: #fff;
  opacity: 1;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #1e6ab9;
  z-index: 999; 
  transform-origin: 0 0 0;

}
.site-more li{
  padding: 0 5px;
  line-height: 44px;
  color: black;
  font-size: 16px;
  transition: .3s;
  text-transform: capitalize;
}
.chonse-site>a{

  background-image: url(/Img/images/arrow-down.png);
  background-position: right center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  padding-right: 18px;
  transition: backgroundImage 0s;
}
body.is-scroll .chonse-site>a{
  background-image: url(/Img/images/arrow-down.png);
  transition:all 0s;
}
.chonse-site ul li a{
  display: flex;
  width: 100%;
  align-items: center;
}
.chonse-site ul li  img{
  
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
body.head-white .chonse-site>a{
  background-image: url(/Img/images/arrow-down2.png) ;
}

@media screen and (min-width: 992px) {
  .chonse-site ul li:hover a{
     color: #0157ac;
   
  }
  .chonse-site:hover>a{
    background-image: url(/Img/images/arrow-up3.png) !important;
    color: #0157ac !important;
  }
  .chonse-site:hover .site-more{
 
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0); 
     -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
  }


}


@media screen and (max-width: 991.98px) {
  ul.box {
    padding-top: 0.2rem;
  }
  ul.box li{
    height: 0.7rem;
    display: flex;
    align-items: center;
    border-bottom:1px solid #dbdbdb;
    padding-left: 0.3rem;
  }
  ul.box li.head-li{
    height: 1rem;
  }
  ul.box li.head-li a{
    font-size: 0.4rem;
  }
  ul.box li img{
    height: 0.3rem;
    width: 0.3rem;
    margin-right: 0.2rem;
  }
  ul.box li a{
    display: flex;
    align-items: center;
    font-size: 0.3rem;
  }

  .chonse-site{
    margin-right: 0.2rem;
  }
  .head-lang{
    margin-right: 0.1rem;
    margin-left: 0;
  }
  .a-link{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.2rem 0 0.2rem 0;
  }
 
  .modal-navbox .top a{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.2rem;
  }
  .modal-navbox .top a img{
    height: 0.4rem;
    margin-right: 0.1rem;
  }



}



