﻿@charset "UTF-8";
/********/
html,
body {
  -ms-overflow-style: scrollbar;
}
html {
  font-size: 23.80952vw;
}
@media screen and (min-width: 421px) {
  html {
    font-size: 100px;
  }
}
body {
  font-size: 20px;
  color: #333;
  min-height: 100%;
  background: #fff;
  font-family: "微软雅黑";
}
@media screen and (max-width: 1600px) and (min-width: 1440px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1367px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) and (min-width: 360px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 359px) {
  body {
    font-size: 12px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  outline: none;
  font-weight: normal;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
@media screen and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  input,
  select,
  textarea,
  label,
  dl,
  dt,
  dd {
    font-family: "微软雅黑";
  }
}
input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus,
input[type='radio']:active,
input[type='checkbox']:active,
textarea:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
a {
  color: #003b8f;
}
a:hover {
  color: #003b8f;
}
i,em{
  font-style: normal;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: middle;
}
table {
  border: none;
}
th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
}
.wrapper {
  width: 100%;
  min-height: 568px;
  position: relative;
  overflow: hidden;
}
.wrapper.openPop {
  height: 100%;
  min-height: 100%;
  position: fixed;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.row {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
.lg-global-inner {
  width: 95%;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-global-inner:before,
.lg-global-inner:after {
  content: '';
  display: table;
  clear: both;
}
.global-inner{
  width: 92%;
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before,
.global-inner:after {
  content: '';
  display: table;
  clear: both;
}
.sm-global-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.sm-global-inner:before,
.sm-global-inner:after {
  content: '';
  display: table;
  clear: both;
}
.xs-global-inner {
  width: 65%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.xs-global-inner:before,
.xs-global-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 991px) {
  .lg-global-inner,
  .global-inner,
  .xs-global-inner {
    width: 100%;
    padding: 0 0.17rem;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.en {
  font-family: "arial";
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.swiper-pagination-bullet {
  opacity: 1;
}
/**** btn ***/
.btn {
  min-width: 7.5em;
  height: 2.625em;
  padding: 0;
  margin: 0 6px;
  font-size: 1em;
  line-height: 2.5em;
}
.btn.btn-default,
.btn .btn-gray {
  border-color: #b3b3b3;
  background: #b3b3b3;
  color: #fff;
}
.btn.btn-sure,
.btn.btn-blue {
  border-color: #0089d9;
  background: #0089d9;
  color: #fff;
}
.btn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/****** 弹框 ******/
.pop-box {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}
.pop-box.open .pop-inner {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.pop-zhe {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1021;
}
.pop-inner {
  width: 90%;
  max-width: 25em;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  background: #fff;
  z-index: 1030;
  -webkit-overflow-scrolling: touch;
}
.pop-inner::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
.pop-inner::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #fff;
}
.pop-inner::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 3px;
  background: #e5e5e5;
}
.pop-bd {
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 7%;
  margin: 0 0.8%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1032;
}
.pop-bd::-webkit-scrollbar {
  width: 5px;
  background: #fff;
}
.pop-bd::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #fff;
}
.pop-bd::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 3px;
  background: #e5e5e5;
}
.pop-close {
  width: 1.875em;
  height: 1.875em;
  display: block;
  overflow: hidden;
  background: url(../images/close_02.png) no-repeat right center;
  background-size: 1.375em auto;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
/*** 滚动条 ****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}
.mCSB_scrollTools {
  width: 3px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  opacity: 0.2;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 3px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  margin: 0;
  height: 3px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 0;
  height: 3px;
}

/***** 顶部 ******/
.header-box{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 71px;
    line-height: 70px;
    z-index: 100000;
    border-bottom: 1px solid #a0a1b1;
    background: rgba(255,255,255,.9);
}
.header-box .inner{
  overflow: hidden;
  width: 86%;
  max-width: 1106px;
  margin: auto;
}
.header-box .left{
  float: left;
}
.header-box .left img{
  width: 161px;
}
.header-box .right{
  float: right;
  margin-top: 20px;
}
.header-box .right a{
  font-size: 16px;
  color: #333;
  float: left;
  display: inline-block;
  width: 86px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 20px;
}
.header-box .right a.on{
  background: #43b2e9;
  color: #fff;
}
.header-box .right a.on:hover{
  color: #fff;
}
.header-box .right a:hover{
  color: #43b2e9;
}
.header-box .right a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .header-box{
    height: 60px;
    line-height: 60px;
    border-bottom: none;
  box-shadow: 0 0 10px rgba(0,0,0,.18);
  background: #f8f9fb;
  }
  .header-box .inner{
    width: 92%;
  }
  .header-box .right{
    margin-top: 15px;
  }
  .header-box .left img{
    width: 1.5rem;
  }
  .header-box .right a{
    width: 0.6rem;
    font-size: 16px;
  }
}


/***** 右侧导航 ******/
.right-nav{
  position: fixed;
  width: 48px;
  right: 4%;
  bottom: 5%;
  z-index: 1000000;
}
.right-nav .item{
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
}
.right-nav .item1{
  background: url(../../Img/images/right-nav-bg1.png) no-repeat center center;
  height: 47px;
  display: none;
}
.right-nav .item1:hover{
  background: url(../../Img/images/right-nav-bg1-1.png) no-repeat center center;
}
.right-nav .item1 a{
  display: block;
  height: 100%;
}
.right-nav .item2{
  background: url(../../Img/images/right-nav-bg2.png) no-repeat center center;
  height: 40px;
}
.right-nav .item2 a{
  line-height: 16px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: none;
  background: #1297fe;
  height: 100%;
  padding-top: 4px;
}
.right-nav .item2:hover a{
  display: block;
}

.right-nav .item3{
  background: url(../../Img/images/right-nav-bg3.png) no-repeat center center;
  height: 40px;
  position: relative;
}
.right-nav .item3:hover .doc{
  display: block;
}
.right-nav .item3 .doc{
  width: 210px;
  height: 100%;
  color: #fff;
  background: #1297fe;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  display: none;
}
.right-nav .item3 .doc em{
  float: left;
  line-height: 16px;
  font-size: 14px;
  padding: 0 10px;  
  margin-top: 4px;
  position: relative;
}
.right-nav .item3 .doc em::after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:1px;
    height:26px;
    background:#71c1fe;
    margin-top: -13px;
}

.right-nav .item3 .doc i{
  float: left;
  line-height: 40px;
  margin-left: 13px;
  font-size: 18px;
  font-weight: bold;
}
.right-nav .item4{
  background: url(../../Img/images/right-nav-bg4.png) no-repeat center center;
  height: 40px;
}
.right-nav .item4 .imgs{
  position: absolute;
  right: 55px;
  bottom: 0;
  display: none;
  width: 120px;
  height: 120px;
}
.right-nav .item4:hover .imgs{
  display: block;
}

/***** 底部 ******/
.footer{
  background: #232a34;
  padding-top: 52px;
  padding-bottom: 40px;
}
.footer .inner{
  overflow: hidden;
  width: 86%;
  max-width: 1106px;
  margin: auto;
}
.footer .left{
  float: left;
}
.footer .left .doc{
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  line-height: 20px;
  margin-top: 19px;
}
.footer .left .doc a{
  color: #fff;
}
.footer .left .doc a:hover{
  text-decoration: underline;
}
.footer .right{
  float: right;
  font-size: 14px;
}
.footer .right .link{
  float: left;
}
.footer .right .link .name{
  color: #fff;
  line-height: 32px;
}
.footer .right .link .doc{
  opacity: 0.6;
  line-height: 25px;
  color: #fff;
  margin-top: 17px;
}

.footer .right .imgs{
  float: left;
  margin-left: 45px;
}
.footer .right .imgs img{
  width: 81px;
  height: 81px;
}
.footer .right .imgs .title{
  text-align: center;
  color: #fff;
  opacity: 0.6;
  line-height: 23px;
}
@media screen and (max-width: 1400px) {
  .right-nav{
    right: 2%;
  }
}

@media screen and (max-width: 991px) {
  .right-nav{
    right: 4%;
  }
  .footer .inner{
    width: 100%;
  }
  .footer{
    padding: 0.3rem 4%;
  }
  .footer .left{
    width: 100%;
    text-align: center;
  }
  .footer .left img{
    width: 2rem;
  }
  .footer .right{
    width: 100%;
    margin-top: 0.2rem;
  }
  .footer .right .link{
    width: 100%;
    text-align: center;
  }
  .footer .right .imgs{
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 0.1rem;
  }
  .footer .right .link .doc{
    margin-top: 0;
  }
  .footer .right .imgs .title{
    line-height: 30px;
  }
  .footer .right .link .name{
    line-height: 0.2rem;
  }
  .right-nav .item{
    display: none;
  }
}