@charset "UTF-8";
/********/
html,
body {
  -ms-overflow-style: scrollbar;
}
html {
  font-size: 13.33333vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 102.4px;
  }
}
body {
  font-family: '华文细黑';
  position: relative;
  background-color: #f5f5f5;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: none;
  font-weight: normal;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: none;
  -webkit-border-radius: none;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
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 {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: middle;
}
table{
  white-space: normal;
  word-wrap: break-word;
  table-layout: fixed;
}
th,
td {
  font-weight: normal;
  padding: 0.1rem;
  word-wrap: break-word;
  border: solid 1px #ccc;
}
a:hover,
a:active {
  text-decoration: none;
}
input {
  box-shadow: none;
  -webkit-box-shadow: none;
}
input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.global-inner {
  width: 100%;
  padding: 0 0.3rem;
  display: block;
  position: relative;
}
.global-inner:before,
.global-inner:after {
  content: '';
  display: table;
  clear: both;
}
.h88 {
  width: 100%;
  height: 0.88rem;
  display: block;
}
.h98 {
  width: 100%;
  height: 0.98rem;
  display: block;
}
.row {
  margin: 0 auto;
}
.btn {
  padding: 0;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.table-cell {
  width: 10000px;
  display: table-cell;
  vertical-align: top;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/**** 滚动条 ***/
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_scrollTools {
  width: 3px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.3);
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 3px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 100%;
  margin: 0;
}
/**** header ***/
.header {
  width: 100%;
  height: 1.1rem;
  line-height: 0.55rem;
  padding: 0.27rem 0;
  display: block;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.head-place {
  width: 100%;
  height: 1.1rem;
  display: block;
}
.head-logo {
  float: left;
}
.head-logo img {
  height: 0.55rem;
  display: block;
}
.head-menu-nav {
  width: 1.1rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1010;
}
.head-nav-close {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-overflow-scroll:touch
}
.icon-hamburger {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0.2rem 0.3rem;
  -webkit-overflow-scroll:touch
}
.icon-hamburger .line {
  width: 100%;
  height: 3px;
  display: block;
  background-color: #33b66d;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.icon-hamburger .line:nth-child(2) {
  margin: 5px 0;
}
.icon-hamburger.active .line:nth-child(1) {
  -webkit-transform:translateY(8px)  rotate(45deg);
  transform: translateY(8px)  rotate(45deg);
}
.icon-hamburger.active .line:nth-child(2) {
  opacity: 0;
}
.icon-hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.pop-nav-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-top: 1px solid #d7d7d7;
  background: #006db2;
  z-index: 100;
  overflow: hidden;
  display: none;
  padding: 1.1rem 0 0;
  -webkit-overflow-scrolling: touch;
}
.pop-nav-box .pop-bd {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.pop-nav-box .top-search {
  padding: 0.25rem 0;
}
.pop-nav-box .top-search .search-main {
  width: 5rem;
  height: 0.7rem;
  margin: 0 auto;
  border-radius: 5px;
  background: #1f7fbb;
  position: relative;
}
.pop-nav-box .top-search .search-main input {
  width: 100%;
  height: 100%;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #fff;
  display: block;
  background: none;
  padding: 0.15rem 0.1rem 0.15rem 1.92rem;
}
.pop-nav-box .top-search .search-main input::-webkit-input-placeholder {
  color: #fff;
}
.pop-nav-box .top-search .btn-sch {
  width: 0.5rem;
  height: 100%;
  display: block;
  background: url(../images/header-search-main-soubg.png) no-repeat center center;
  background-size: 0.32rem auto;
  position: absolute;
  left: 1.2rem;
  top: 0;
}
.nav-list {
  margin-bottom: 0.65rem;
}
.nav-list li {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nav-list a {
  color: #fff;
  float: left;
}
.nav-list > li {
  border-top: 1px solid #e6e6e6;
}
.nav-list > li.active > .level-menu {
  background: #04578b;
}
.nav-list > li.active > .level-menu em {
  background-image: url(../images/header-lv1-bg1-1.png);
}
.nav-list > li > .level-menu {
  width: 100%;
  overflow: hidden;
  font-size: 0.34rem;
  padding: 0 0.3rem;
  line-height: 1.12rem;
  position: relative;
}
.nav-list > li > .level-menu em {
  position: absolute;
  width: 2rem;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/header-lv1-bg1.png) no-repeat right 0.3rem center;
  background-size: 0.2rem auto;
  cursor: pointer;
}
.nav-list .lv2-box {
  display: none;
  padding-top: 0.07rem;
  padding-bottom: 0.58rem;
  background: #006db2;
}
.nav-list .lv2-box li.active > .level-menu em {
  background-image: url(../images/header-lv2-bg1-1.png);
}
.nav-list .lv2-box li .level-menu {
  width: 100%;
  overflow: hidden;
  font-size: 0.3rem;
  line-height: 0.8rem;
  padding: 0 0.3rem;
  position: relative;
}
.nav-list .lv2-box li .level-menu em {
  position: absolute;
  width: 2rem;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/header-lv2-bg1.png) no-repeat right 0.3rem center;
  background-size: 0.2rem;
  cursor: pointer;
}
.nav-list .lv2-box li ul {
  display: none;
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
  background: #0078c6;
}
.nav-list .lv2-box > li > ul ul{
  padding: 0 0.3rem;
}
/*** main-box ***/
.main-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 50;
  min-height: 500px;
}
/**** footer ***/
.footer {
  background: #e6eaf2;
  text-align: center;
  padding: 0.19rem 0 0.51rem;
  font-size: 0.26rem;
  color: #808080;
}
.footer a {
  color: #808080;
}
.footer .list li {
  display: inline-block;
  margin: 0 0.28rem;
}
.footer .list .name {
  line-height: 0.44rem;
}
.footer .list img {
  width: 1.54rem;
}
.footer .link {
  line-height: 0.35rem;
  margin-top: 0.35rem;
}
.footer .link a {
  padding: 0 0.34rem;
}
.footer .link span {
  padding: 0 0.34rem;
}
.footer .copyright {
  line-height: 0.42rem;
  margin-top: 0.14rem;
}
/**** popver: 弹出层 ***/
.popover-box {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}
.popover-zhe {
  width: 100%;
  height: 120%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1021;
}
.popover-inner {
  background: #fff;
  position: absolute;
  z-index: 1030;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.popover-close {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  overflow: hidden;
  background: url(../images/close_01.png) no-repeat center center;
  background-size: 0.3rem auto;
  position: absolute;
  z-index: 1031;
}
.popover-bd {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/**** sec ****/
.sec-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-top: 0.2rem;
  padding: 0.55rem 0.3rem 0.6rem;
}
.sec-hd {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 0.56rem;
}
.sec-tit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0.44rem;
  font-size: 0.44rem;
  line-height: 0.56rem;
  color: #333;
  font-weight: bold;
}
.sec-tit:before,
.sec-tit:after {
  content: '';
  width: 0.24rem;
  height: 0.06rem;
  display: block;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -0.03rem;
}
.sec-tit:before {
  left: 0;
}
.sec-tit:after {
  right: 0;
}
.global-more {
  width: 3rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  font-size: 0.32rem;
  line-height: 0.56rem;
  color: #666;
  margin: 0.6rem auto 0;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  background: url('../images/btn_bg.png') no-repeat center center;
  background-size: cover;
  padding: 1px;
  background-clip: padding-box;
  text-align: center;
  position: relative;
  z-index: 10;
}
.global-more span {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: relative;
  z-index: 15;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
}
.global-more2 {
  width: 2.4rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  text-align: center;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #fff;
  background: linear-gradient(to right, #3083e5, #40c27a);
  margin: 0.45rem auto 0;
  box-shadow: 0 0 10px rgba(0, 154, 83, 0.33);
  -moz-box-shadow: 0 0 10px rgba(0, 154, 83, 0.33);
  -webkit-box-shadow: 0 0 10px rgba(0, 154, 83, 0.33);
  position: relative;
  z-index: 5;
}
.page-det-box {
  background-color: #fff;
}
.global-page-top {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #d6d6d6;
  line-height: 0.95rem;
  padding: 0 0.3rem;
  background-color: #fff;
}
.global-page-top .page-tit {
  font-size: 0.38rem;
  color: #333;
  font-weight: bold;
  float: left;
}
.global-page-top .btn-return {
  float: right;
  font-size: 0.24rem;
  color: #808080;
}
.global-det-bd {
  width: 100%;
  min-height: 300px;
  padding: 0.5rem 0.3rem 1.4rem;
  overflow: hidden;
  font-size: 0.28rem;
  line-height: 0.58rem;
  color: #333;
}
.global-det-bd img {
  max-width: 100%;
}
.global-det-bd table {
  max-width: 100%;
}
.swiper-page {
  width: 100%;
  height: 0.1rem;
  text-align: center;
  line-height: 0.1rem;
  margin-top: 0.3rem;
}
.swiper-page .item {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #b2b2b2;
  margin: 0 5px;
}
.swiper-page .item.active {
  background: #5c5c5c;
}
.ft-tool {
  width: 100%;
  text-align: center;
  margin: 0.32rem auto 0;
  font-size: 0.32rem;
  line-height: 0.5rem;
  color: #808080;
}
.ft-tool a {
  display: inline-block;
  vertical-align: top;
  color: #808080;
  padding: 0 10px;
}
