
@charset "UTF-8";
/********/

html, body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 22.2222vw;
}

@media screen and (min-width: 451px) {
  html {
    font-size: 100px;
  }
}

body {
  font-size: 20px;
  color: #333;
  min-height: 100%;
  background: #fff;
  font-family: "微软雅黑";
}

@media screen and (max-width: 1800px) and (min-width: 1601px) {
  body {
    font-size: 19px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1501px) {
  body {
    font-size: 18px;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1441px) {
  body {
    font-size: 17px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 992px) {
  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) and (max-height: 620px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width:991px) {
  body {
    font-size: 16px;
    font-family: "华文细黑";
  }
}

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: 93%;
  max-width: 1787px;
  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;
}

/*声明 WebFont*/

@font-face {
  /*font-family: 'MicLight';
  src:url('../../fonts/MICROSOFTYAQIHEILIGHT-2_0.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;*/
}

.main-box {
  min-height: 300px;
}

.weizhi {
  position: absolute;
  width: 100%;
  left: 0;
  top: -80px;
}

@media screen and (max-width:http://localhost/hlppx) {
  .weizhi {
    top: -0.65rem;
  }
}

/***** 顶部 ******/

.header-box {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 60px;
  padding: 14px 0;
  z-index: 100000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #fff;
}

.header-box.on {
  background: #fff;
  height: 64px;
  padding: 14px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.header-box .global-inner {
  position: static;
}

.header-box .logo {
  float: left;
}

.header-box .logo img {
  height: 33px;
  float: left;
}

.header-box .logo2 {
  display: none;
}

.header-box.on .logo1 {
  display: block;
}

.header-box.on .logo2 {
  display: none;
}

.header-box .sou-box {
  float: right;
  font-size: 14px;
  position: relative;
  z-index: 10;
  margin-top: 5px;
}

.header-box .sou-box .btns {
  cursor: pointer;
  display: block;
  width: 19px;
  margin-top: 4px;
}

.header-box .sou-box .btns.on {
  visibility: hidden;
}

.header-box .sou-box .btns.btns2 {
  display: none;
}

.header-box .ban-box {
  float: right;
  font-size: 14px;
  margin-top: 3px;
  position: relative;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.header-box .ban-box.on {
  opacity: 0;
}

.header-box .ban-box .current {
  display: inline-block;
  padding-right: 0;
  color: #cccccc;
  line-height: 19px;
  height: 19px;
  cursor: pointer;
  font-family: "arial";
}

.header-box .ban-box .current:hover {
  color: #fff;
}

.header-box .nav_btn {
  cursor: pointer;
  height: 21px;
  width: 28px;
  position: relative;
  z-index: 2;
}

.header-box .nav_btn span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0px;
  -webkit-transition: background-color 0.1s ease-out 0s;
  -moz-transition: background-color 0.1s ease-out 0s;
  -o-transition: background-color 0.1s ease-out 0s;
  -ms-transition: background-color 0.1s ease-out 0s;
  transition: background-color 0.1s ease-out 0s;
}

.header-box .nav_btn.open span {
  background-color: transparent;
  z-index: 9;
}

.header-box .nav_btn span:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 0px;
  -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.1s;
  -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -ms-transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
  transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header-box .nav_btn.open span:before {
  -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -webkit-transform: rotate(45deg);
  top: 0px;
  -moz-transform: rotate(45deg);
  top: 0px;
  -o-transform: rotate(45deg);
  top: 0px;
  -ms-transform: rotate(45deg);
  top: 0px;
  transform: rotate(45deg);
  top: 0px;
}

.header-box .nav_btn span:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0px;
  -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header-box .nav_btn.open span:after {
  -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -webkit-transform: rotate(-45deg);
  top: 0px;
  -moz-transform: rotate(-45deg);
  top: 0px;
  -o-transform: rotate(-45deg);
  top: 0px;
  -ms-transform: rotate(-45deg);
  top: 0px;
  transform: rotate(-45deg);
  top: 0px;
}

.ph-nav-box {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;  top: 0.64rem;
  z-index: 1030;
  background: rgba(0, 0, 0, .3);
  display: none;
}

.header-box.on .ph-nav-box {  top: 0.64rem;
}

.ph-nav-pop {
  position: relative;
  width: 100%;
  right: 0;
  height: 100%;
  background: #fcfcfc;
  z-index: 10;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding-bottom: 0.2rem;
}

.ph-nav-pop .nav-main {
  height: 92%;
  overflow: hidden;
  position: relative;
}

.ph-nav-pop .nav-main .lv1 {
  line-height: 1.0rem;
  font-size: 0.26rem;
  position: relative;
  padding: 0 0.2rem;
  border-bottom: 1px solid #aacefe;
}

.ph-nav-pop .nav-main .lv1 a {
  display: block;
  color: #041e42;
  max-width: 60%;
}

.ph-nav-pop .nav-main .lv1 .more {
  display: block;
  width: 40%;
  position: absolute;
  right: 0.2rem;
  top: 0;
  line-height: 0.7rem;
  text-align: right;
  cursor: pointer;
}

.ph-nav-pop .nav-main .lv1 .more-btn {
  width: 0.15rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ph-nav-pop .nav-main dl {
  display: none;
  background: #f2f2f5;
  margin-bottom:0px;
}

.ph-nav-pop .nav-main dl dd {
  line-height: 0.8rem;
  font-size: 0.24rem;
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #cee3fe;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ph-nav-pop .nav-main dl dd.on {
  background: #061d41;
}

.ph-nav-pop .nav-main dl dd:last-child {
  border-bottom: none;
}

.ph-nav-pop .nav-main .lv2-box {
  padding: 0 0.2rem;
  padding-left: 0.4rem;
}

.ph-nav-pop .nav-main dl dd .lv2 {
  color: #041e42;
  display: block;
  max-width: 80%;
}

.ph-nav-pop .nav-main dl dd.on .lv2 {
  color: #ca9f53;
}

.ph-nav-pop .nav-main .more1 {
  display: block;
  width: 40%;
  position: absolute;
  right: 0.2rem;
  top: 5px;
  line-height: 0.52rem;
  height: 0.54rem;
  text-align: right;
  background: url(../images/ph-nav-lv1-morebg.png) no-repeat right center;
  background-size: 0.15rem auto;
  cursor: pointer;
}

.ph-nav-pop .nav-main dd.on .more1 {
  background: url(../images/ph-nav-lv2-morebg1.png) no-repeat right center;
  background-size: 0.15rem auto;
}

.ph-nav-pop .nav-main .more1 .more-btn1 {
  width: 0.15rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ph-nav-pop .nav-main dd.on .more1 .more-btn1 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.ph-nav-pop .nav-main .lv3-box {
  display: none;
  padding-bottom: 0.1rem;
}

.ph-nav-pop .nav-main .lv3-box a {
  display: block;
  color: #fff;
  line-height: 0.54rem;
  font-size: 0.19rem;
  font-weight: normal;
  padding: 0 0.2rem;
  -webkit-transition: padding-left 0.3s linear;
  -o-transition: padding-left 0.3s linear;
  -ms-transition: padding-left 0.3s linear;
  -moz-transition: padding-left 0.3s linear;
  transition: padding-left 0.3s linear;
}

.ph-nav-pop .nav-main .lv3-box a:hover {
  padding-left: 0.36rem;
  background: #1e3555 url(../images/lv3-a-hover.png) no-repeat right 0.2rem center;
  background-size: 9px auto;
}

.ph-nav-pop .nav-main li.on .lv1 a {}

.ph-nav-pop .nav-main li.on .lv1 .more-btn {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.ph-nav-btn {
  float: right;
  display: none;
  margin-left: 0.1rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 2px;
}

.ph-nav-btn .ph-nav {
  height: 0.2rem;
  float: right;
}

.ph-nav-btn .ph-nav2 {
  display: none;
}

.header-box.on .ph-nav-btn .ph-nav1 {
  display: none;
}

.header-box.on .ph-nav-btn .ph-nav2 {
  display: block;
}

.header-box .search-main {
  position: absolute;
  right: 0;
  top: -13px;
  width: 840px;
  height: 48px;
  line-height: 48px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .3s, top .3s;
  opacity: 0;
  transform-origin: center center;
  transform: scale3d(0, 0, 0);
}

.header-box .search-main.on {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.header-box .search-mains {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 33px;
}

.header-box .search-mains .search-main-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
}

.header-box .search-mains .search-main-close.close1 {
  display: none;
}

.header-box .search-mains .search-cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-box .search-mains .search-cont .txt {
  width: 100%;
  height: 43px;
  border-bottom: 1px solid #333;
  line-height: 43px;
  border-radius: 5px;
  padding-left: 33px;
  font-size: 18px;
  padding-right: 10px;
  float: left;
  background: none;
  color: #333;
  border-radius: 0;
}

.header-box .search-mains .search-cont .txt::-webkit-input-placeholder {
  color: #333;
}

.header-box .search-mains .search-cont .btnss1 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 19px;
}

.header-box .search-mains .search-cont .btnss1-1 {
  display: none;
}

.header-box .search-mains .search-cont .btnss1-2 {
  display: inline-block;
}

.header-box.on .search-mains .search-main-close.close1 {
  display: inline-block;
}

.header-box.on .search-mains .search-main-close.close2 {
  display: none;
}

.header-box.on .search-mains .search-cont .btnss1-1 {
  display: inline-block;
}

.header-box.on .search-mains .search-cont .btnss1-2 {
  display: none;
}

.header-box .pc-list {
  float: left;
  margin-left: 4.8em;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  margin-top: 3px;
}

.header-box .pc-list.on {
  opacity: 0;
}

.header-box .pc-list .lv1-box {
  float: left;
  margin-right: 1.3em;
  padding: 0 0.5em;
  line-height: 1;
  padding-bottom: 18px;
  position: relative;
}

.header-box .pc-list .lv1-box:last-child {
  margin-right: 0;
}

.header-box .pc-list .lv1-box.has-child {
  position: static;
}

.header-box.on .pc-list .lv1-box {
  padding-bottom: 19px;
}

.header-box .pc-list .lv1-box .lv1 {
  color: #333;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  font-weight:600
}

.header-box .pc-list .lv1-box .lv1:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  top: 3px;
  margin-top: 25px;
  transition: all 0.2s ease-in-out;
  background: #0371e0;
  height: 2px;
  z-index: -1;
}

.header-box .pc-list .lv1-box:hover .lv1:after {
  width: 100%;
}

.header-box .pc-list .lv1-box.on .lv1:after {
  width: 100%
}

.header-box .pc-list .lv2-box {
  position: absolute;
  width: 222px;
  left: 50%;
  margin-left: -61px;
  top: 96.5%;
  /*background: rgba(0,0,0,0.8);*/
  background: #fff;
  transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  display: none;
  border: 1px solid #eaeaea;
}

.header-box.on .pc-list .lv2-box {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .15);
}

.header-box .pc-list .lv1-box.has-child .lv2-box {
  width: 100%;
  background: #fff;
  left: 0;
  margin-left: 0;
}

.header-box .pc-list .lv1-box:hover .lv2-box {
  margin-top: 1px;
}

.header-box .pc-list .lv2-box .lv2-main {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.header-box .pc-list .lv2-box .lv2-main .left-box {
  width: 75%;
  float: left;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl {
  float: left;
  width: 33.333%;
  padding-top: 57px;
  padding-bottom: 51px;
  position: relative;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300%;
  background: #061d41;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
  opacity: 0;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl:hover:after {
  opacity: 1;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl dt {
  padding: 0 21px;
  position: relative;
  z-index: 10;
  line-height: 26px;
  font-size: 22px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e2d1b4;
  margin-bottom: 16px;
  overflow: hidden;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl dt .imgs {
  float: left;
  position: relative;
  margin-right: 5px;
  top: -1px;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl dt .imgs img {
  width: 30px;
  float: left;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl dt .imgs .bg2 {
  display: none;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl dt a {
  color: #041e42;
  float: left;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl dd {
  position: relative;
  z-index: 10;
  font-size: 14px;
  line-height: 40px;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl dd a {
  color: #4b5973;
  padding: 0 21px;
  display: block;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl:first-child dd a {
  color: #ca9f53;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl:hover dt a {
  color: #ca9f53;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl:hover dt .bg1 {
  display: none;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl:hover dt .bg2 {
  display: block;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl:hover dd a {
  color: #fff;
}

.header-box .pc-list .lv2-box .lv2-main .left-box dl dd:hover a {
  background: #1e3555 url(../images/dd-hover.png) no-repeat right 20px center;
  background-size: 6px 10px;
}

.header-box .pc-list .lv2-box .lv2-main .right-box {
  width: 25%;
  float: left;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl {
  padding-top: 57px;
  padding-bottom: 51px;
  position: relative;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300%;
  background: #dfdfe0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
  opacity: 0;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl:hover:after {
  opacity: 1;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl dt {
  padding: 0 21px;
  position: relative;
  z-index: 10;
  line-height: 26px;
  font-size: 22px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e2d1b4;
  margin-bottom: 16px;
  overflow: hidden;
  left: -1px
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl dt .imgs {
  float: left;
  position: relative;
  margin-right: 5px;
  top: -1px;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl dt a {
  color: #041e42;
  float: left;
  cursor: initial;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl dt .imgs img {
  width: 30px;
  float: left;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl .doc {
  font-size: 14px;
  color: #4b5973;
  padding: 0 21px;
  line-height: 26px;
  padding-right: 25px;
  position: relative;
  z-index: 2;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl .more-box {
  padding-left: 21px;
  margin-top: 28px;
  position: relative;
  z-index: 2;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl .more-box a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #ca9f53;
  width: 196px;
  height: 46px;
  line-height: 44px;
  border: 2px solid #ca9f53;
  text-align: center;
  overflow: hidden;
  background: #fff;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl .more-box span {
  position: relative;
  z-index: 2;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl .more-box a:after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl .more-box a:hover:after {
  left: 0;
}

.header-box .pc-list .lv2-box .lv2-main .right-box dl .more-box a:hover {
  color: #fff;
}

.header-box .pc-list .lv2-box .lv2-main .list {
  text-align: left;
}

.header-box .pc-list .lv2-box .lv2-main .list li {
  line-height: 49px;
  font-size: 14px;
  position: relative;
  padding: 0 28px;
}

.header-box .pc-list .lv2-box .lv2-main .list li a {
  display: block;
  color: #333;
  border-bottom: 1px solid #eaeaea;
}

.header-box .pc-list .lv2-box .lv2-main .list li:last-child a {
  border-bottom: none;
}

.header-box .pc-list .lv2-box .lv2-main .list li a:hover {
  color: #0371e0;
}

.header-box .pc-list .lv2-box .lv2-main .list li:hover {
  /*background: #f2f2f2;*/
}

.header-box .pc-list .lv1-box:nth-child(2) .lv2-box .lv2-main {
  max-width: 1600px;
}

.header-box .pc-list .lv2-box .lv2-main .list1 {
  padding: 2.75em 0;
  padding-bottom: 1.7em;
  text-align: center;
}

.header-box .pc-list .lv2-box .lv2-main .list1 li {
  display: inline-block;
  overflow: hidden;
  line-height: 26px;
  font-size: 18px;
  margin: 0 21px;
  margin-bottom: 15px;
}

.header-box .pc-list .lv2-box .lv2-main .list1 .imgs {
  float: left;
  position: relative;
  top: -1px;
  margin-right: 6px;
}

.header-box .pc-list .lv2-box .lv2-main .list1 .imgs img {
  display: inline-block;
  width: 30px;
}

.header-box .pc-list .lv2-box .lv2-main .list1 .imgs .bg2 {
  display: none;
}

.header-box .pc-list .lv2-box .lv2-main .list1 span {
  float: left;
  color: #041e42;
}

.header-box .pc-list .lv2-box .lv2-main .list1 li:hover .bg1 {
  display: none;
}

.header-box .pc-list .lv2-box .lv2-main .list1 li:hover .bg2 {
  display: inline-block;
}

.header-box .pc-list .lv2-box .lv2-main .list1 li:hover span {
  color: #ca9f53;
}

.header-box .muen-btn {
  float: right;
  line-height: 35px;
  margin-left: 1px;
  font-size: 14px;
  display: inline-block;
  padding-left: 28px;
  cursor: pointer;
}

.pc-nav-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(../images/pc-nav-box-bg.png) no-repeat top center;
  background-size: cover;
  display: none;
}

.pc-nav-box .top-box {
  height: 90px;
  padding: 29px 0;
}

.header-box.on .pc-nav-box .top-box {
  height: 60px;
  padding: 15px 0;
}

.pc-nav-box .top-box .logo {
  float: left;
}

.pc-nav-box .top-box .logo img {
  height: 33px;
  float: left;
}

.pc-nav-box .top-box .close-box {
  float: right;
  cursor: pointer;
  position: relative;
  top: 50px;
  margin-right: 2.4em;
}

.pc-nav-box .top-box .close-box img {
  float: right;
  width: 22px;
}

.pc-nav-box .list-box {
  margin: auto;
  max-width: 1400px;
  width: 92%;
  margin-top: 3.5em;
}

.pc-nav-box .list-box:after {
  content: '';
  display: table;
  clear: both;
}

.pc-nav-box .list-box dl {
  float: left;
  margin-right: 3.2em;
  min-height: 18em;
  margin-bottom: 0.75em;
}

.pc-nav-box .list-box dl:nth-child(1) {
  width: 10em;
  margin-right: 1.6em;
}

.pc-nav-box .list-box dl:last-child {
  margin-right: 0;
}

.pc-nav-box .list-box dt {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 8px;
  letter-spacing: 2px;
  padding-left: 31px;
}

.pc-nav-box .list-box dl:nth-child(1) dt {
  background: url(../images/pc-nav-box-libg1.png) no-repeat left top 5px;
  background-size: 22px auto;
}

.pc-nav-box .list-box dl:nth-child(2) dt {
  background: url(../images/pc-nav-box-libg2.png) no-repeat left top 5px;
  background-size: 22px auto;
}

.pc-nav-box .list-box dl:nth-child(3) dt {
  background: url(../images/pc-nav-box-libg3.png) no-repeat left top 5px;
  background-size: 22px auto;
}

.pc-nav-box .list-box dl:nth-child(4) dt {
  background: url(../images/pc-nav-box-libg4.png) no-repeat left top 5px;
  background-size: 22px auto;
}

.pc-nav-box .list-box dl:nth-child(5) dt {
  background: url(../images/pc-nav-box-libg5.png) no-repeat left top 5px;
  background-size: 22px auto;
}

.pc-nav-box .list-box dl:nth-child(6) dt {
  background: url(../images/pc-nav-box-libg6.png) no-repeat left top 5px;
  background-size: 22px auto;
}

.pc-nav-box .list-box dl:nth-child(7) dt {
  background: url(../images/pc-nav-box-libg7.png) no-repeat left top 5px;
  background-size: 22px auto;
}

.pc-nav-box .list-box dt:after {
  content: "";
  position: absolute;
  left: 31px;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #fff;
}

.pc-nav-box .list-box dt a {
  color: #fff;
  font-size: 1.2em;
  white-space: nowrap;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.pc-nav-box .list-box dt a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.pc-nav-box .list-box dd {
  font-size: 14px;
  line-height: 35px;
  white-space: nowrap;
  padding-left: 31px;
}

.pc-nav-box .list-box dd a {
  color: #ccc;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.pc-nav-box .list-box dd a:hover {
  color: rgba(255, 255, 255, 1);
}

.pc-nav-box .fot-nav {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 2em;
  text-align: center;
  opacity: 0;
}

.pc-nav-box .fot-nav.on {
  opacity: 1;
  -webkit-transition: all 0.3s 0.5s linear;
  -o-transition: all 0.3s 0.5s linear;
  -ms-transition: all 0.3s 0.5s linear;
  -moz-transition: all 0.3s 0.5s linear;
  transition: all 0.3s 0.5s linear;
}

.pc-nav-box .fot-nav a {
  color: #fff;
  margin: 0 1.2em;
  font-size: 1.2em;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.pc-nav-box .fot-nav a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.pc-nav-box .fot-nav img {
  position: relative;
  top: -3px;
  margin-right: 13px;
  width: 1.5em;
}

@media screen and (max-width:1400px) {
  .header-box .pc-list {
    margin-left: 2em;
  }
  .header-box .pc-list .lv1-box {
    margin-right: 1.5em;
  }
  .pc-nav-box .list-box dl:nth-child(1) {
    width: 12em;
  }
  .pc-nav-box .list-box dl {
    margin-right: 2.8em;
  }
  .pc-nav-box .list-box {
    width: 94%;
  }
}

@media screen and (max-width:1200px) {
  .header-box .logo .logo1 {
    display: none;
  }
  .header-box.on .logo1 {
    display: none;
  }
  .header-box .logo .logo2 {
    display: block;
  }
  .header-box .sou-box {
    margin-top: 0;
    padding-right: 0.17rem;
  }
  .header-box .pc-list {
    display: none;
  }
  .header-box .muen-btn {
    display: none;
  }
  .header-box {
    height: 0.64rem;
    padding: 0.13rem 0;
    background: none;
  }
  .header-box.on {
    height: 0.64rem;
    padding: 0.13rem 0;
    background: #1f407d;
  }
  .header-box .logo {
    margin-top: 0.05rem;
  }
  .header-box .logo img {
    height: 0.35rem;
  }
  .ph-nav-btn {
    display: block;
  }
  .header-box .ban-box .current {
    color: #fff;
    background: none;
    padding-right: 0;
  }
  .header-box .sou-box .btns.btns1 {
    display: none;
  }
  .header-box .sou-box .btns.btns2 {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .header-box .search-main {
    height: 0.54rem;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0.1rem 0.17rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 10;
  }
  .header-box.on .search-main {
    height: 0.54rem;
    padding: 0.1rem 0.17rem;
  }
  .header-box .search-mains .search-cont .btnss1 {
    left: initial;
    right: 0.15rem;
  }
  .header-box .search-mains .search-cont .txt::-webkit-input-placeholder {
    color: #fff;
  }
  .header-box .search-mains .search-cont .txt {
    border: 1px solid #cccccc;
    padding: 0.06rem 0.5rem 0.06rem 0.15rem;
    border-radius: 0;
    height: 0.35rem;
    font-size: 0.2rem;
  }
  .header-box .search-mains {
    padding-right: 0.5rem;
  }
  .header-box .search-mains .search-main-close.close1 {
    display: block;
  }
  .header-box .search-mains .search-main-close.close2 {
    display: none;
  }
  .header-box .search-mains .search-cont .btnss1-1 {
    display: block;
    width: 0.2rem;
    margin-top: -0.1rem;
  }
  .header-box .search-mains .search-cont .btnss1-2 {
    display: none;
  }
  .header-box .sou-box {
    padding-right: 0.17rem;
    position: relative;
    margin-top: 0;
  }
  .header-box .sou-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 32px;
    margin-top: -14px;
    background: #4d4f55;
    display: none;
  }
}

/****** 底部 *****/

.footer {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #253646;
  color: #bcbcbc;
  line-height: 30px;
  position: relative;
  z-index: 100;
  border-top: 10px solid #076bf2;
}

.footer a {
  color: #bcbcbc;
}

.footer a:hover {
  color: #fff;
}

.footer .global-inner {
  max-width: 1300px;
}

.footer .global-inner .xian {
  position: absolute;
  width: 3000%;
  left: 50%;
  bottom: 0;
  margin-left: -1500%;
  background: #3b4a59;
  height: 1px;
}

.foot-top-box {
  width: 100%;
  overflow: hidden;
}

.foot-top-box .global-inner {
  padding: 2.8em 0 4em;
}

@media screen and (max-width:991px) {
  .foot-top-box .global-inner {
    width: 100%;
    padding: 0.2rem 0.17rem;
    padding-top: 0.45rem;
  }
}

.foot-nav-list {
  padding: 0;
}

.foot-nav-list>li {
  padding: 0 1em 0 0;
}

.foot-nav-list li:nth-child(4) {
  /* display: none; */
}

.foot-nav-list>li.active .foot-level1 .arrow {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  /* Firefox 4 */
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* Opera */
}

.foot-level1 a {
  color: #fff;
}

.foot-level1.guan {
  padding-left: 1em;
}

.foot-level1 .ma {
  cursor: pointer;
  margin-left: 0.7em;
  margin-right: 0.3em;
  position: relative;
}

.foot-level1 .ma:last-child {
  margin-right: 0;
}

.foot-level1 .ma-img {
  width: 1.25em;
}

.foot-level1 .ma i {
  position: relative;
}

.foot-level1 .ma i:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1em;
  margin-top: -0.85em;
  width: 2em;
  height: 2em;
  background: rgba(255, 255, 255, .05);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.foot-level1 .ma .more-img {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 30px;
  margin-left: -3.7em;
  width: 7.4em;
  height: 7.4em;
  background: #fff;
  padding: 0.5em;
  display: none;
}

.foot-level1 .ma .more-img .imgs {
  width: 100%;
  display: block;
}

.foot-level1 .ma .more-img em {
  display: block;
  position: relative;
}

.foot-level1 .ma .more-img em .jiao {
  position: absolute;
  width: 24px;
  height: 10px;
  left: 50%;
  margin-left: -12px;
  top: -0.5em;
  margin-top: -10px;
}

.foot-level1 .ma:hover .more-img {
  display: block;
}

.foot-level1 .ma:hover i:after {
  opacity: 1;
}

.back-top {
  position: fixed;
  right: 3%;
  bottom: 5%;
  width: 48px;
  height: 48px;
  background: url(../images/back-top.jpg) no-repeat center center;
  background-size: 100% auto;
  z-index: 1000;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 767px) {
  .back-top {
    right: 0.17rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .foot-level1 .ma .more-img {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 15px;
  margin-left: -3.7em;
  width: 7.4em;
  height: 7.4em;
  background: #fff;
  padding: 0.5em;
  display: none;
}
  .foot-nav-list {
    margin-bottom: 0.1rem;
  }
  .foot-nav-list li:nth-child(4) {
    display: block;
  }
  .foot-nav-list .foot-level1 {
    line-height: 3.2em;
    border-bottom: solid 1px #5f6c77;
    margin-bottom: 0;
  }
  .foot-nav-list li.active .foot-level1 {
    border-bottom: solid 1px #253646;
  }
  .foot-nav-list li:first-child .foot-level1 {
    border-top: solid 1px #5f6c77;
  }
  .foot-nav-list .foot-level1 a {
    color: #fff;
  }
  .foot-nav-list .foot-level1 .arrow {
    display: block;
  }
  .foot-nav-list>li {
    padding-right: 0;
  }
}

.foot-level1 {
  width: 100%;
  display: block;
  font-size: 1.1em;
  line-height: 1.625em;
  color: #fff;
  margin-bottom: 0.75em;
  position: relative;
}

.foot-level1 .arrow {
  width: 0.44rem;
  height: 0.44rem;
  display: none;
  background: url(../images/arrow-16.png) no-repeat center center;
  background-size: 40% auto;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  /* Firefox 4 */
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  /* Opera */
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.22rem;
  cursor: pointer;
}

.foot-menu-list {
  display: block;
}

.foot-menu-list a {
  font-size: 14px;
  line-height: 1.857em;
  color: rgba(255, 255, 255, .7);
}

.foot-menu-list a:hover {
  color:#076bf4;
}

.foot-level1 a:hover {
  color:#076bf4;
}

@media screen and (max-width: 767px) {
  .footer .global-inner .xian {
    background: #5f6c77;
  }
  .foot-menu-list {
    display: none;
    padding-bottom: 0.15rem;
    border-bottom: solid 1px #5f6c77;
  }
  .foot-menu-list li {
    padding: 0.03rem 0;
  }
  .foot-menu-list a {
    font-size: 1em;
    display: inline-block;
    color: #bcbcbc;
  }
}

.foot-contact-box {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .foot-contact-box .foot-level1 {
    margin-bottom: 0.5em;
  }
  .foot-contact-box .foot-level1.on {
    padding-bottom: 0.1rem;
    border-bottom: solid 1px #5f6c77;
    margin-bottom: 0.2rem;
  }
  .foot-level1.on a {
    display: block;
    max-width: 50%;
    /*background: url(../images/arrow_16.png) no-repeat right 0.13rem  center;
    background-size: 0.176rem auto;*/
  }
  .foot-level1.guan {
    padding-left: 0;
  }
}

.foot-contact-det {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
}

.foot-contact-info {
  padding: 0 2em 0 0;
}

.foot-contact-info .info {
  position: relative;
}

.foot-contact-info img {
  width: 1.571em;
  height: 1.571em;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

@media screen and (max-width:991px) {
  .foot-contact-info {
    margin-bottom: 1.375em;
  }
  .foot-contact-info .info {
    line-height: 0.35rem;
  }
  .foot-contact-info img {
    top: 5px;
    width: 1.4em;
    height: 1.4em;
  }
  .foot-contact-det {
    font-size: 0.22rem;
    color: #bcbcbc;
	border-bottom:1px solid #5f6c77
  }
}

.foot-contact-wx {
  padding: 0;
}

.foot-contact-wx .wx-box {
  width: 100%;
  max-width: 8.571em;
  float: right;
  margin: 0 auto;
}

.foot-contact-wx img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.foot-contact-wx .title {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .foot-contact-wx .wx-box {
    float: none;
    max-width: 1.3rem;
  }
  .foot-level1 .ma .more-img {
    top: inherit;
    bottom: 100%;
    margin-bottom: 0.1rem;
  }
  .foot-level1 .ma .more-img em .jiao {
    display: none;
  }
  .foot-level1 .ma i:after {
    margin-top: -0.9em;
    border: 1px solid #fff;
  }
}

.foot-bot-box {
  font-size: 14px;
  line-height: 26px;
  padding: 1.7em 0;
}

.foot-bot-box:after {
  content: '';
  display: table;
  clear: both;
}

.foot-power {
  margin-left: 5px;
  display: none;
}

.foot-inlet a:after {
  content: '|';
  margin: 0 0.3em;
}

.foot-inlet a:last-child:after {
  content: '';
  margin: 0;
}

.foot-bot-box .foot-copy {
  float: left;
}

.foot-bot-box .foot-copy .icons {
  position: relative;
  top: -2px;
  margin-right: 6px;
  width: 18px;
}

.foot-bot-box .foot-support {
  float: left;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  margin-left: 13px;
}

.foot-bot-box .foot-support a {
  color: #bcbcbc;
}

.foot-bot-box .foot-support .title {
  float: left;
  color: #bcbcbc;
}

.foot-bot-box .foot-jszc {
  float: left;
  width: auto;
}

.foot-bot-box .foot-jszc li {
  text-align: left;
  height: 26px;
  color: #bcbcbc;
}

.foot-bot-box .foot-jszc li a:hover {
  text-decoration: underline;
  color: #fff;
}

.foot-inlet .link {
  position: relative;
}

.foot-inlet span {
  cursor: pointer;
}

.foot-inlet span:hover .list {
  display: block;
}

.foot-inlet .list {
  position: absolute;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  bottom: 100%;
  text-align: center;
  display: none;
}

.foot-inlet .list li {
  padding: 0 5px;
}

.foot-inlet .list a {
  display: block;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.foot-inlet .list a:hover {
  color: #076cf2;
}

.foot-inlet .list a:after {
  display: none;
}

.foot-inlet .list ul {
  background: #fff;
  padding: 5px 0;
}

.foot-inlet .list .kong {
  height: 10px;
}

@media screen and (max-width:991px) {
  .foot-nav-list, .foot-contact-box {
    font-size: 0.2rem;
  }
  .foot-bot-box {
    font-size: 0.15rem;
    padding: 0.2rem 0 0.3rem;
    text-align: center;
    line-height: 1.8em;
  }
  .foot-bot-box .fl, .foot-bot-box .fr {
    float: none;
  }
  .foot-power {
    display: block;
    margin: 0 auto;
    width: 1.8rem
  }
  .footer .gong {
    width: 75%;
    display: block;
    margin: 0 auto;
  }
  .foot-copy {
    display: block;
    margin-bottom: 0.05em;
  }
  .foot-inlet {
    margin-top: 0.1em;
  }
  .foot-bot-box .foot-copy {
    float: none;
  }
  .foot-bot-box .foot-support {
    display: none;
  }
}

/* 20200921 kqx start */

.foot-contact-box.col-sm-3 {
}
.foot-bot-box .foot-support{
}
/* 20200921 kqx end */
/**** 内页公用 ***/

.header-box .search-mains .search-main-close.close1 {
	display: inline-block;
}

.header-box .search-mains .search-main-close.close2 {
	display: none;
}

.header-box .search-mains .search-cont .btnss1-2 {
	display: none;
}

.header-box .search-mains .search-cont .btnss1-1 {
	display: inline-block;
}

.pc-nav-box .top-box {
	height: 60px;
	padding: 15px 0;
}

.main-box {
	padding-top: 60px;
	min-height: 60vh;
}

.inner-box {
	padding: 3.6em 0 5.1em;
	min-height: 300px;
}

.common-title {
	text-align: center;
	position: relative;
	padding-bottom: 0.7em;
	color: #1a1a1a;
}

.common-title span {
	font-size: 2.1em;
}

.common-title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -1.75em;
	width: 3.5em;
	height: 4px;
	background: -webkit-linear-gradient(left, #2b4eb2, #0093e7);
	background: -o-linear-gradient(right, #2b4eb2, #0093e7);
	background: -moz-linear-gradient(right, #2b4eb2, #0093e7);
	background: linear-gradient(to right, #2b4eb2, #0093e7);
}

.inner-area {
	max-width: 1300px;
	width: 86%;
	margin: auto;
	margin-top: 2.55em;
	position: relative;
	z-index: 30;
}

.inner-area:after {
	content: '';
	display: table;
	clear: both;
}

.swiper-container.time {
	z-index: 10;
	display: none;
	padding: 0 0.17rem;
	padding-bottom: 0.2rem;
}

.swiper-container.time .swiper-slide {
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	position: relative;
}

.swiper-container.time .swiper-slide:after {
	content: "";
	position: absolute;
	bottom: -0.15rem;
	left: 50%;
	margin-left: -0.125rem;
	width: 0.25rem;
	height: 4px;
	background: #076cf2;
	display: none;
}

.swiper-container.time .swiper-slide:first-child {
	padding-left: 0;
}

.swiper-container.time .swiper-slide:last-child {
	margin-right: 0.3rem;
}

.swiper-container.time .swiper-slide a {
	color: #333;
	display: inline-block;
}

.swiper-container.time .swiper-slide.on a {
	color: #076cf2;
}

.swiper-container.time .swiper-slide.on:after {
	display: block;
}

.top-banner {
	position: relative;
}

.top-banner .pc-banner {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 17.5em;
	background-color: #fafafa;
}
.top-banner .pc-banner-xbm {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 35em;
	background-color: #fafafa;
}
.top-banner .pc-banner-partners {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 35em;
	background-color: #fafafa;
}

.top-banner .ph-banner {
	display: none;
}

.top-banner .ph-banner .imgs {
	width: 100%;
	display: block;
	position: relative;
}

.top-banner .doc-box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	color: #fff;
}

.top-banner .doc-box .global-inner {
	max-width: 1300px;
	padding: 0 3.5em;
}

.top-banner .doc-box .name {
	font-size: 1.5em;
	position: relative;
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
}

.top-banner .doc-box .name:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 2em;
	height: 2px;
	background: #00faff;
}

.top-banner .doc-box .doc {
	font-size: 2.25em;
	line-height:50px;
	font-weight:600
}

.goverc-top img{
	max-width:100%
}

@media screen and (min-width:991px) {
	.top-banner .doc-box .name {
		/*opacity:0;
		transform: translateX(-30px);
		-webkit-transition: translateX(-30px);
		-webkit-transition: translateX(-30px);
		-webkit-transition: all 0.5s linear;
	    -o-transition: all 0.5s linear;
	    -ms-transition: all 0.5s linear;
	    -moz-transition: all 0.5s linear;
	    transition: all 0.5s linear;*/
	}
	.top-banner .doc-box .name.on {
		/*opacity:1;
		transform: translateX(0);
		-webkit-transition: translateX(0);
		-webkit-transition: translateX(0);*/
	}
	.top-banner .doc-box .doc {
		/*opacity:0;
		transform: translateX(-30px);
		-webkit-transition: translateX(-30px);
		-webkit-transition: translateX(-30px);
		-webkit-transition: all 0.5s 0.3s linear;
	    -o-transition: all 0.5s 0.3s linear;
	    -ms-transition: all 0.5s 0.3s linear;
	    -moz-transition: all 0.5s 0.3s linear;
	    transition: all 0.5s 0.3s linear;*/
	}
	.top-banner .doc-box .doc.on {
		/*opacity:1;
		transform: translateX(0);
		-webkit-transition: translateX(0);
		-webkit-transition: translateX(0);*/
	}
}

@keyframes updown01 {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes updown01 {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes updown02 {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes updown02 {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}

@media screen and (max-width: 1200px) {
	.main-box {
		padding-top: 0.54rem;
	}
	.header-box {
		background: #1f407d;
	}
}

@media screen and (max-width:991px) {
	.top-banner .pc-banner-partners {
		display: none !important;
	}
	.top-banner .pc-banner {
		display: none !important;
	}
	.top-banner .ph-banner {
		display: block;
	}
	.top-banner .doc-box .name {
		font-size: 0.18rem;
		padding-bottom: 0.11rem;
		margin-bottom: 0.11rem;
	}
	.top-banner .doc-box .doc {
		font-size: 0.22rem;
	}
	.inner-box {
		padding: 0.2rem 0 0.6rem 0;
	}
	.inner-area {
		width: 100%;
		padding: 0 0.17rem;
		margin-top: 0.3rem;
	}
	.common-title {
		margin-top: 0.3rem;
		padding-bottom: 0.08rem;
	}
	.common-title span {
		font-size: 0.3rem;
		font-weight: bold;
	}
	.common-title:after {
		width: 0.25rem;
		margin-left: -0.125rem;
		height: 2px;
	}
	.top-banner .doc-box .global-inner {
		padding: 0 0.17rem;
	}
	.swiper-container.time {
		display: block;
	}
	.swiper-container.time .swiper-slide {
		font-size: 0.22rem;
		margin-right: 0.54rem;
	}
}

/**** 翻页 ***/

.page-numbox {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-size: 14px;
	line-height: 38px;
	white-space: nowrap;
	position: relative;
}

.page-numbox .page-ctrl {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: none;
	color: #8c8d9e;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: 1px solid #eeeeee;
	line-height: 38px;
	border-radius: 5px;
}

.page-numbox .page-ctrl:hover {
	background: #076cf2;
	color: #fff;
}

.page-numbox .numbox {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.page-numbox .numbox>a {
	float: left;
	width: 40px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	color: #8c8d9e;
	font-family: "arial";
	margin: 0 5px;
	background: none;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.page-numbox .numbox>a+a:before {
	content: '';
	width: 2px;
	height: 22px;
	display: block;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	display: none;
}

.page-numbox .numbox>a.active, .page-numbox .numbox>a:hover {
	color: #fff;
	background: #076cf2;
	border: 1px solid #076cf2;
}

.page-numbox .tiao-box {
	position: absolute;
	right: 0;
	top: 0;
	color: #8c8d9e;
}

.page-numbox .tiao-box .txt {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 0 10px;
	padding: 0 5px;
	text-align: center;
}

.page-numbox .tiao-box .que {
	display: inline-block;
	margin-left: 10px;
	color: #8c8d9e;
}

.page-numbox .tiao-box .que:hover {
	color: #076cf2;
}

@media screen and (max-width:991px) {
	.page-numbox .tiao-box {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.page-numbox {
		line-height: 0.4rem;
		padding: 0 0.8rem;
		margin-top: 0.4rem;
		font-size: 0.18rem;
	}
	.page-numbox .page-ctrl {
		width: 0.72rem;
		line-height: 0.38rem;
		font-size: 0.2rem;
		position: absolute;
		top: 0;
	}
	.page-numbox .page-ctrl.prev {
		left: 0;
	}
	.page-numbox .page-ctrl.next {
		right: 0;
	}
	.page-numbox .numbox>a {
		width: auto;
		background: none;
		text-align: center;
		margin: 0 8px;
		border: none;
	}
	.page-numbox .numbox>a+a:before {
		width: 1px;
		height: 0.28rem;
		margin-top: -0.14rem;
	}
	.page-numbox .numbox>a.active, .page-numbox .numbox>a:hover {
		background: none;
		color: #2b6dbc;
		border: none;
	}
}

/**** 投资者关系 ***/

.investor-list li {
	overflow: hidden;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}

.investor-list .time {
	float: left;
	padding: 5px 1.9em 5px 2.5em;
	margin-right: 1.95em;
	border-right: 1px solid #d9d9d9;
	font-family: "arial";
}

.investor-list .time .date {
	float: left;
	line-height: 1;
	font-size: 1.8em;
	position: relative;
	padding-right: 0.74em;
}

.investor-list .time .date:after {
	content: "";
	position: absolute;
	right: 0.4em;
	top: 50%;
	margin-top: -0.45em;
	width: 1px;
	height: 0.9em;
	background: #333;
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
}

.investor-list .time .cont {
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 1.35em;
}

.investor-list .name {
	float: left;
	max-width: 70%;
	padding: 0.35em 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.investor-list .name a {
	color: #333;
	font-size: 18px;
}

.investor-list .name a:hover {
	color: #076cf2;
}

.investor-list .icons {
	position: absolute;
	width: 2em;
	right: 3em;
	top: 0.2em;
	opacity: 0;
}

.investor-list li:hover .icons {
	opacity: 1;
}

.investor-list .ph-time {
	display: none;
	color: #999999;
	font-size: 0.17rem;
	margin-bottom: 0.08rem;
}

@media screen and (max-width:991px) {
	.investor-list {
		border-top: 1px solid #f2f2f2;
	}
	.investor-list li {
		padding-bottom: 0.25rem;
		margin-bottom: 0;
		padding-top: 0.24rem;
	}
	.investor-list .ph-time {
		display: block;
	}
	.investor-list .time {
		display: none;
	}
	.investor-list .icons {
		display: none;
	}
	.investor-list .name {
		float: none;
		max-width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 2;
		white-space: inherit;
		padding: 0;
	}
	.investor-list .name a {
		font-size: 0.21rem;
	}
	.mapbox{flex-direction: column;}
	.box9wrap ul li{width: 100% !important}
	.mapimg { clear:both; width: 100%!important}
	.mapdetail{width: 100%!important}
}

/**** 联系我们 ***/

.box9{padding-bottom: 60px;}
.box9wrap ul{margin: 0 -10px;}
.box9wrap ul li{float: left;width: 33.3%;padding: 20px 10px 0;box-sizing: border-box;}
.box9item{background: #fafafa;padding: 10px 20px 20px;cursor: pointer;}
.box9img{display: flex;align-items: center;justify-content: flex-start;padding-left: 20px;}
.box9img img{width: 48px;margin-right: 10px;}
.box9img p{font-size: 22px;color: #333;}
.box9item .tipse{font-size: 14px;color: #333;line-height: 1.6;padding-bottom: 24px;}
.box9item i{width: 110px;line-height: 40px;height: 40px;text-align: center;font-size: 14px;color: #fff;background: #166ebd;border-radius: 3px;display: block;font-style: normal;}
.box9item i:hover{background: #064d8c;}
.mapbox{display: flex;}
.mapimg{width: 68%;}
.mapimg img{width: 100%;vertical-align: top;}
.mapdetail{flex: 1;background: #fafafa;color: #333;padding: 20px 25px;}
.mapdetail h3{font-size: 14px;line-height:1;padding-bottom: 20px;font-weight: 600; margin:0px}
.mapdetail p{font-size: 14px;line-height: 2;padding-bottom: 5px; margin:0px}
.mapbox{padding-bottom: 60px;}

@media screen and (min-width:991px) {
	.contact-top-nav.on {
		position: fixed;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		top: 60px;
		max-width: 1300px;
		width: 86%;
	}
}

.contact-top-nav-main {
	position: relative;
}

.contact-top .map-box {
	height: 19.9em;
	position: relative;
	overflow: hidden;
	width: 85.38%;
	background-color: #f5f5f5;
}

.contact-top .doc-box {
	position: absolute;
	width: 21.5em;
	height: 17.3em;
	right: 0;
	top: 50%;
	margin-top: -8.65em;
	background: #063970 url(../images/contact-doc-box-bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 2em 0 0 2.4em;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}

.contact-top .doc-box .name {
	font-size: 1.2em;
}

.contact-top .doc-box .list {
	margin-top: 1em;
}

.contact-top .doc-box .list li {
	font-size: 14px;
	line-height: 36px;
}

.contact-list {}

.contact-list .list {
	overflow: hidden;
	margin-top: 3.2em;
	padding: 0 1.5em 1.4em 1.5em;
	background: url(../images/contact-list-bg.png) no-repeat top 4.7em center;
	background-size: 100% auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact-list .list li.item {
	float: left;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	/*width: 25.8%;
	margin-right: 11.3%;*/
	padding-bottom: 1.1em;
	padding-right: 5%;
	border-bottom: 1px solid transparent;
	margin-bottom: 1.3em;
}

@media screen and (min-width:991px) {
	.contact-list .list li.item:hover {
		border-bottom: 1px solid #076cf2;
	}
}

.contact-list .list li.item:nth-child(3n) {
	margin-right: 0;
}

.contact-list .list .more-btn {
	opacity: 0;
}

.contact-list .list .name {
	font-size: 1.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact-list .list .item.on {
	color: #076cf2;
}

.contact-list .list dl {
	margin-top: 0.4em;
}

.contact-list .list dl dd {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.contact-list .list dl dd a {
	color: #076cf2;
}

.contact-list .list dl dd a:hover {
	opacity: 0.9;
}

.contact-list .list li.item:hover .more-btn {
	opacity: 1;
}

.map-pop-box {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 100000;
	display: none;
}

.map-pop-box .map-main {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.map-pop-box .map-main .global-inner {
	width: 86%;
	max-width: 1300px;
}

.map-pop-box .map-main .tu-box {
	height: 33.5em;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
}

.map-pop-box .map-main .map-close {
	position: absolute;
	width: 1.4em;
	height: 1.4em;
	cursor: pointer;
	right: 0;
	margin-right: -2.9em;
	top: 0;
	margin-top: -2.4em;
}

@media screen and (max-width: 1660px) {
	.contact-top .doc-box {
		padding: 1.5em 0 0 1.5em;
	}
	.contact-top .doc-box .list li {
		font-size: 14px;
		line-height: 32px;
	}
}

@media screen and (max-width:991px) {
	.inner-box.contact {
		background: none;
	}
	.contact-list .list {
		background: none;
	}
	.inner-area.contact {
		padding: 0;
		position: relative;
		z-index: 1000;
	}
	.contact-top {
		height: 3.4rem;
	}
	.contact-top .map-box {
		width: 100%;
		height: 3rem;
	}
	.contact-top .doc-box {
		width: 92%;
		height: 3rem;
		left: 4%;
		top: 2.47rem;
		margin-top: 0;
		padding: 0.3rem 0 0 0.31rem;
		box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
	}
	.contact-top .doc-box .name {
		font-size: 0.24rem;
	}
	.contact-top .doc-box .list {
		margin-top: 0.18rem;
	}
	.contact-top .doc-box .list li {
		font-size: 0.17rem;
		color: #c4e1ff;
		line-height: 0.31rem;
	}
	.contact-list .list {
		margin-top: 2.4rem;
	}
	.contact-list .list li.item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		border-bottom: 1px solid #e6e6e6;
		padding: 0 0.25rem 0.28rem 0.3rem;
		margin-bottom: 0.3rem;
	}
	.contact-list .list dl dd {
		line-height: 0.3rem;
		display: table;
		width: 100%;
	}
	.contact-list .list dl dd span {
		display: table-cell;
		white-space: nowrap;
		width: 0.42rem;
	}
	.contact-list .list dl dd i {
		display: table-cell;
	}
	.contact-list .list .more-btn {
		opacity: 1;
		margin-top: 0.05rem;
	}
	.contact-list .list dl dd a {
		color: #666666;
	}
	.contact-list .list .name {
		font-size: 0.22rem;
	}
	.contact-list .list dl {
		margin-top: 0.08rem;
	}
	.map-pop-box .map-main .tu-box {
		height: 2.5rem;
		width: 100% !important;
	}
	.map-pop-box .map-main .global-inner {
		padding: 0;
		width: 92%;
	}
	.map-pop-box .map-main .map-close {
		width: 0.25rem;
		height: 0.25rem;
		margin-right: 0;
		margin-top: -0.5rem;
	}
}

/**** 集团新闻 ***/

.news-list1:after {
	content: '';
	display: table;
	clear: both;
}

.news-list1 li {
	float: left;
	width: 32.3%;
	margin-right: 1.55%;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	overflow: hidden;
}

.news-list1.huo li {
	margin-bottom: 1em
}

.news-list1.video li {
	margin-bottom: 1em
}

.news-list1 li:nth-child(3n) {
	margin-right: 0;
}

.news-list1 .imgs-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: #fafafa;
	height: 11.8em;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 1500px) and (max-height: 750px) {
	.news-list1 .imgs-box {
		height: 13em;
	}
}

.news-list1 .imgs-box a {
	display: block;
	height: 100%;
}

.news-list1 .cont-box {
	height: 10.2em;
	position: relative;
	border: 1px solid #e7e8ea;
	border-top: none;
}

.news-list1 .cont-box .doc-box {
	position: absolute;
	width: 101%;
	height: 12em;
	left: -0.5%;
	bottom: 0;
	padding: 3.1em 7.4% 1.2em;
	z-index: 100;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.news-list1 .cont-box .doc-box:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, #07adf2, #076bf2);
	background: -o-linear-gradient(top, #07adf2, #076bf2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076bf2));
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.news-list1 .cont-box .doc-box .name {
	font-size: 1.1em;
	height: 2.82em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	margin-bottom: 0.9em;
	color: #333333;
}

.news-list1 .cont-box .doc-box .name a {
	color: #333333;
}

.news-list1 .cont-box .doc-box .doc {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.news-list1 .cont-box .doc-box .more {
	opacity: 0;
	line-height: 28px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.news-list1 .cont-box .doc-box .more a {
	font-size: 14px;
	display: inline-block;
	color: #01e8fd;
	padding-right: 49px;
	background: url(../images/news-more-bg1.png) no-repeat right center;
	background-size: 30px auto;
}

@media screen and (min-width: 767px) {
	.news-list1 li:hover .imgs-box {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	.news-list1 li:hover .cont-box .doc-box .more {
		margin-top: 1.5em;
		opacity: 1;
	}
	.news-list1 li:hover .doc-box {
		padding-top: 1.3em;
		/* border-bottom: 2px solid #00faff; */
	}
	.news-list1 li:hover .cont-box .doc-box:after {
		opacity: 1;
	}
	.news-list1 li:hover .doc-box .name a {
		color: #fff;
	}
	.news-list1 li:hover .doc-box .doc {
		color: #fff;
	}
	.news-list1 li:hover {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
	}
}

.common-title.mei {
	margin-top: 3.8em;
}

.news-list2 li {
	position: relative;
	margin-bottom: 18px;
	padding-left: 21em;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.news-list2 li:last-child {
	margin-bottom: 0;
}

.news-list2 .imgs-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 21em;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.news-list2 .imgs-box a {
	display: block;
	height: 100%;
}

.news-list2 .cont-box {
	padding: 1.8em 5.8em 1.8em 1.5em;
	border: 1px solid #f2f2f2;
	border-left: none;
	position: relative;
}

.news-list2 .cont-box .xian {
	position: absolute;
	width: 10px;
	height: 0;
	right: -1px;
	bottom: 0;
	background: -moz-linear-gradient(top, #07adf2, #076bf2);
	background: -o-linear-gradient(top, #07adf2, #076bf2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076bf2));
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.news-list2 .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.9em;
}

.news-list2 .name a {
	font-size: 1.2em;
	color: #333333;
}

.news-list2 .doc {
	font-size: 14px;
	height: 44px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.news-list2 .info {
	color: #666666;
	margin-top: 1.8em;
}

.news-list2 .info span {
	margin-right: 17px;
	font-size: 14px;
}

@media screen and (min-width: 767px) {
	.news-list2 li:hover {
		box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	}
	.news-list2 li:hover .name a {
		color: #076cf2;
	}
	.news-list2 li:hover .cont-box .xian {
		height: 100%;
	}
}

.more-box {
	text-align: center;
	margin-top: 2.5em;
}

.more-box a {
	display: inline-block;
	width: 11em;
	line-height: 48px;
	border: 1px solid #076bf2;
	border-radius: 3px;
	color: #076bf2;
	font-size: 18px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.more-box a:hover {
	background: #076bf2;
	color: #fff;
}

.more-box a img {
	width: 18px;
	position: relative;
	top: -2px;
	margin-left: 9px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media screen and (min-width: 767px) {
	.more-box a:hover img {
		top: 3px;
	}
}

@media screen and (max-width: 767px) {
	.news-list1 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}
	.news-list1.huo li {
		margin-bottom: 0.25rem;
	}
	.news-list1.video li {
		margin-bottom: 0.25rem;
	}
	.news-list1 li:last-child {
		margin-bottom: 0;
	}
	.news-list1 .imgs-box {
		height: 2.2rem;
	}
	.news-list1 .imgs-box a {
		display: none;
	}
	.news-list1 .cont-box {
		height: auto;
	}
	.news-list1 .cont-box .doc-box {
		position: relative;
		width: 100%;
		left: 0;
		padding: 0.2rem 0.15rem;
		height: auto;
	}
	.news-list1 .cont-box .doc-box .name {
		height: auto;
		-webkit-line-clamp: 1;
		font-size: 0.2rem;
		margin-bottom: 0.07rem;
		padding-right: 0.1rem;
	}
	.news-list1 .cont-box .doc-box .doc {
		font-size: 0.15rem;
		height: auto;
		color: #666;
		line-height: 0.24rem;
	}
	.news-list1 .cont-box .doc-box .more {
		opacity: 1;
		margin-top: 0.13rem;
	}
	.news-list1 .cont-box .doc-box .more a {
		font-size: 0.15rem;
		padding-right: 0.48rem;
	}
	.news-list2 li {
		padding-left: 0;
		margin-bottom: 0.25rem;
	}
	.news-list2 li:last-child {
		margin-bottom: 0;
	}
	.news-list2 .imgs-box {
		position: relative;
		height: 2.2rem;
		width: 100%;
	}
	.news-list2 .imgs-box a {
		display: none;
	}
	.news-list2 .cont-box {
		padding: 0.2rem 0.15rem 0.25rem;
		border-left: 1px solid #f2f2f2;
		border-top: none;
	}
	.news-list2 .name {
		margin-bottom: 0.1rem;
	}
	.news-list2 .name a {
		font-size: 0.2rem;
	}
	.news-list2 .doc {
		font-size: 0.2rem;
		height: auto;
	}
	.news-list2 .info {
		margin-top: 0.15rem;
	}
	.news-list2 .info span {
		font-size: 0.2rem;
	}
	.more-box {
		margin-top: 0.4rem;
	}
	.more-box a {
		font-size: 0.145rem;
		width: 1.44rem;
		line-height: 0.4rem;
	}
	.more-box a img {
		width: 0.16rem;
	}
}

/* 新闻详情页 */

.newsd {
	background: #f6f6f6;
}

.newsd .header-box .pc-list {
	display: none;
}

.newsd .header-box .muen-btn {
	display: none;
}

.newsd .header-box .sou-box {
	display: none;
}

.newsd .header-box {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.newsd-title {
	position: fixed;
	top: 0;
	left: 50%;
	width: 60%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	max-width: 1200px;
	line-height: 60px;
	text-align: center;
	font-size: 1.1em;
	z-index: 100000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000000;
}

.newsd-title span {
	display: inline-block;
	position: relative;
	padding-right: 0.9em;
	margin-right: 0.9em;
	color: #1d7af7;
	font-weight: bold;
}

.newsd-title span:after {
	content: "";
	position: absolute;
	right: -1.5px;
	top: 50%;
	width: 3px;
	height: 1.1em;
	margin-top: -0.5em;
	background: #1d7af7;
}

.newsd-box {
	width: 86%;
	max-width: 1300px;
	margin: auto;
	margin-top: 2.1em;
	min-height: 500px;
	background: #fff;
	padding-bottom: 4.3em;
}

.newsd-box .newsd-top {
	padding: 1.8em 3%;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;
}

.newsd-box .newsd-top a {
	color: #666666;
	margin: 0 11px;
}

.newsd-box .newsd-top a:first-child {
	margin-left: 0;
}

.newsd-box .newsd-top a.on {
	color: #000000;
}

.newsd-box .newsd-top a:hover {
	color: #1d7af7;
}

.newsd-box .newsd-top span {
	font-size: 14px;
}

.newsd-box .newsd-center {
	padding: 3.5em 5%;
	padding-bottom: 2.5em;
}

.newsd-box .newsd-center .newsd-center-top {
	color: #000000;
	margin-bottom: 2.5em;
	text-align: center;
}

.newsd-box .newsd-center .newsd-center-top .name {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

.newsd-box .newsd-center .newsd-center-top .info {
	font-size: 14px;
}

.newsd-box .newsd-center .newsd-center-doc {
	font-size: 14px;
	line-height: 28px;
	padding: 0 4%;
}

.newsd-box .newsd-center .newsd-center-doc img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto !important;
}

.newsd-box .newsd-bottom {
	padding: 1.7em 3% 0 3%;
	border-top: 1px solid #e6e6e6;
}

.newsd-box .newsd-bottom .newsd-bottom-main {
	position: relative;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list {
	/*max-width: 70%;*/
	overflow: hidden;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list li {
	font-size: 14px;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 45%;
	float: left;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list li:nth-child(2) {
	float: right;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list li a {
	color: #333;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list li span:hover {
	color: #076cf2;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list li span:hover a {
	color: #076cf2;
}

.newsd-box .newsd-bottom .newsd-bottom-main .back-list {
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	padding-left: 39px;
	color: #1a1a1a;
	font-size: 14px;
	background: url(../images/back-list-icon.png) no-repeat left center;
	background-size: 24px auto;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	display: none;
}

.newsd-box .newsd-bottom .newsd-bottom-main .back-list:hover {
	color: #076cf2;
	background: url(../images/back-list-icon1.png) no-repeat left center;
	background-size: 24px auto;
}

@media screen and (max-width:991px) {
	.newsd .header-box .sou-box {
		display: block;
	}
	.newsd-title {
		display: none;
	}
	.newsd-box .newsd-top a {
		margin: 0 0.05rem;
	}
	.newsd-box {
		width: 92%;
		margin-top: 0.25rem;
		padding-bottom: 0.4rem;
	}
	.newsd-box .newsd-top {
		padding: 0.15rem 5%;
	}
	.newsd-box .newsd-top span {
		font-size: 0.2rem;
	}
	.newsd-box .newsd-center {
		padding: 0.25rem 4%;
		padding-bottom: 0.3rem;
	}
	.newsd-box .newsd-center .newsd-center-top {
		margin-bottom: 0.3rem;
	}
	.newsd-box .newsd-center .newsd-center-top .name {
		font-size: 0.2rem;
		margin-bottom: 0.05rem;
	}
	.newsd-box .newsd-center .newsd-center-top .info {
		font-size: 0.14rem;
	}
	.newsd-box .newsd-center .newsd-center-doc {
		padding: 0 2%;
		font-size: 0.2rem;
		line-height: 0.28rem;
	}
	.newsd-box .newsd-bottom {
		padding: 0.15rem 3%;
	}
	.newsd-box .newsd-bottom .newsd-bottom-main .list {
		max-width: 100%;
	}
	.newsd-box .newsd-bottom .newsd-bottom-main .list li {
		font-size: 0.2rem;
		line-height: 0.4rem;
		width: 100%;
	}
	.newsd-box .newsd-bottom .newsd-bottom-main .back-list {
		position: relative;
		margin-top: 0.2rem;
		top: inherit;
		right: inherit;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		font-size: 0.2rem;
		background-size: 0.24rem auto;
		padding-left: 0.4rem;
		display: inline-block;
	}
}

/* 政务服务频道页 */

.inner-box.goverc {
	padding-top: 3.2em;
	padding-bottom: 0;
}

.goverc-box {}

.goverc-top {
	margin: auto;
	max-width: 1243px;
	width: 86%;
}

.goverc-top .name {
	text-align: center;
	font-size: 2.1em;
	padding-bottom: 0.7em;
}

.goverc-top .doc {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

.goverc-top .doc i {
	display: none;
}

.goverc-top .imgs {
	position: relative;
	margin-top: 1.7em;
	cursor: zoom-in;
}

.goverc-top .imgs .bgs {
	max-width: 100%;
	display: block;
	margin: auto;
}

@media screen and (min-width:991px) {
	.goverc-top .imgs .bgs {
		animation: updown01 5s linear 1;
		-webkit-animation: updown01 5s linear 1;
	}
	.goverc-top .imgs .bgs:hover {
		/*animation: updown02 5s linear 3;
    	-webkit-animation: updown02 5s linear 3;*/
	}

}

.goverc-chan {
	margin-top: 3.3em;
}

.goverc-chan .list {
	overflow: hidden;
	margin-top: 2em;
}

.goverc-chan .list li {
	float: left;
	width: 25%;
	border: 1px solid #fff;
	border-top: none;
	margin-bottom: 1px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.goverc-chan .list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	;
	background: rgba(255, 255, 255, .1);
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media screen and (min-width:991px) {
	.goverc-chan .list li:hover:after {
		opacity: 1;
	}
}

.goverc-chan .list .imgs-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #fafafa;
	height: 11.15em;
}

.goverc-chan .list .cont-box {
	position: absolute;
	width: 86%;
	left: 7%;
	bottom: 11%;
	z-index: 10;
}

.goverc-chan .list .cont-box .name {
	color: #fff;
	position: relative;
	font-size: 1.2em;
}

.goverc-chan .list .cont-box .name span {
	position: relative;
	display: inline-block;
	top: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.goverc-chan .list .cont-box .name:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 53px;
	height: 14px;
	background: url(../images/goverc-chan-morebg.png) no-repeat center center;
	background-size: 100% auto;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.goverc-adv {
	margin-top: 4.8em;
}

.goverc-adv-main {
	background: #132452 url(../images/goverc-adv-main-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding-bottom: 5.15em;
	margin-top: 2.55em;
}

.goverc-adv-main .inner-area {
	margin-top: 0;
	padding-left: 11.1em;
	position: relative;
}

.goverc-adv-main .inner-area:after {
	content: '';
	display: table;
	clear: both;
}

.goverc-adv-main .inner-area .right-box {
	float: right;
	width: 100%;
	position: relative;
	padding-left: 3.4em;
	min-height: 450px;
	padding-top: 4em;
	background: url(../images/goverc-adv-right-bg.png) no-repeat left top;
	color: #fff;
}

.goverc-adv-main .inner-area .right-box .item {
	display: none;
}

.goverc-adv-main .inner-area .right-box .item.on {
	display: block;
}

.goverc-adv-main .inner-area .right-box .name {
	font-size: 1.8em;
	padding-bottom: 0.7em;
}

.goverc-adv-main .inner-area .right-box .doc {
	font-size: 14px;
}

.goverc-adv-main .inner-area .right-box .list {
	overflow: hidden;
	padding-top: 1.1em;
	padding-right: 5%;
}

.goverc-adv-main .inner-area .right-box .list li {
	float: left;
	position: relative;
	width: 45%;
	margin-right: 10%;
	padding-left: 51px;
	margin-top: 2em;
}

.goverc-adv-main .inner-area .right-box .list li:nth-child(2n) {
	margin-right: 0;
}

.goverc-adv-main .inner-area .right-box .list .imgs {
	position: absolute;
	width: 32px;
	left: 0;
	top: 3px;
}

.goverc-adv-main .inner-area .right-box .list .title {
	font-size: 18px;
	color: #00faff;
}

.goverc-adv-main .inner-area .right-box .list .txt {
	font-size: 14px;
	line-height: 20px;
	margin-top: 13px;
	min-height: 80px;
}

.goverc-adv-main .inner-area .left-nav {
	position: absolute;
	width: 12.6em;
	height: 91%;
	right: 100%;
	top: 2.35em;
	border-right: 1px solid #203870;
	padding-top: 1em;
}

.goverc-adv-main .inner-area .left-nav .lists {
	text-align: center;
	position: relative;
}

.goverc-adv-main .inner-area .left-nav .lists .guang {
	position: absolute;
	left: 100%;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.goverc-adv-main .inner-area .left-nav .lists.on1 .guang {
	top: -20%;
}

.goverc-adv-main .inner-area .left-nav .lists.on2 .guang {
	top: 14%;
}

.goverc-adv-main .inner-area .left-nav .lists.on3 .guang {
	top: 48%;
}

.goverc-adv-main .inner-area .left-nav .lists li {
	font-size: 24px;
	line-height: 60px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	right: -1px;
}

.goverc-adv-main .inner-area .left-nav .lists li.on {
	background: url(../images/goverc-adv-nav-libg.png) no-repeat right center;
}

.ph-left-nav {
	margin-top: 0.33rem;
	display: none;
	position: relative;
}

.ph-left-nav .list {
	overflow: hidden;
	background: #13244f;
}

.ph-left-nav .list li {
	float: left;
	text-align: center;
	color: #6e7488;
	font-size: 0.2rem;
	width: 33.333%;
	line-height: 0.58rem;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.ph-left-nav .list li.on {
	font-weight: bold;
	color: #fff;
	font-size: 0.18rem;
}

.ph-left-nav .guang {
	position: absolute;
	top: 100%;
	width: 33.333%;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.ph-left-nav.on1 .guang {
	left: 0;
}

.ph-left-nav.on2 .guang {
	left: 33.333%;
}

.ph-left-nav.on3 .guang {
	left: 66.666%;
}

.goverc-mod {
	margin-top: 4.5em;
}

.goverc-mod-main {
	background: url(../images/goverc-mod-main-bg.jpg) no-repeat bottom center;
	padding-bottom: 4.5em;
}

.inner-area.time-box1 {
	margin-top: 2em;
}

.swiper-container.time1 {}

.swiper-container.time1 .swiper-slide {
	width: 12.5%;
	text-align: center;
}

.swiper-container.time1 .swiper-slide .item {
	height: 2.5em;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 7px;
}

.swiper-container.time1 .swiper-slide .quan {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7d98bc;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	;
	bottom: 4px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.swiper-container.time1 .swiper-slide.on .quan {
	border: 3px solid #0e70f2;
	background: #fff;
	width: 14px;
	height: 14px;
	bottom: 0;
}

.swiper-container.time1 .swiper-slide .name {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 32%;
}

.swiper-container.time1 .swiper-slide .name a {
	font-size: 18px;
	line-height: 1.5em;
	font-family: "arial";
	color: #333333;
	line-height: 1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.swiper-container.time1 .swiper-slide.on .name a {
	font-size: 1.8em;
	color: #076cf2;
}

.time-box1 .swiper-prev {
	position: absolute;
	top: 1.25em;
	right: 100%;
	margin-right: 2em;
	width: 2.3em;
	height: 2.3em;
	border-radius: 50%;
	background: url(../images/time1-left-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
	display: none !important;
}

.time-box1 .swiper-prev.on:hover {
	background: url(../images/time1-left-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: inherit;
}

.time-box1 .swiper-prev:hover {
	background: url(../images/time1-left-bg1-1.png) no-repeat center center;
	background-size: 100% auto;
}

.time-box1 .swiper-next {
	position: absolute;
	top: 1.25em;
	left: 100%;
	margin-left: 2em;
	width: 2.3em;
	height: 2.3em;
	border-radius: 50%;
	background: url(../images/time1-right-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
	display: none !important;
}

.time-box1 .swiper-next.on:hover {
	background: url(../images/time1-right-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: inherit;
}

.time-box1 .swiper-next:hover {
	background: url(../images/time1-right-bg1-1.png) no-repeat center center;
	background-size: 100% auto;
}

.time-box2.inner-area {
	padding: 0 4%;
}

.swiper-container.time2 .swiper-slide {
	text-align: center;
}

.swiper-container.time2 .swiper-slide .year {
	font-size: 5em;
	font-family: "arial";
	font-weight: bold;
	color: #076cf2;
	line-height: 1.2em;
	padding-bottom: 0.18em;
}

.swiper-container.time2 .swiper-slide .doc {
	font-size: 14px;
	line-height: 29px;
}

.time-box2 .swiper-prev {
	position: absolute;
	top: 3.5em;
	left: 0;
	width: 4.15em;
	height: 3.7em;
	background: url(../images/time2-left-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
	z-index: 10;
}

.time-box2 .swiper-prev:hover {
	background: url(../images/time2-left-bg1-1.png) no-repeat center center;
	background-size: 100% auto;
}

.time-box2 .swiper-prev.on:hover {
	background: url(../images/time2-left-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: inherit;
}

.time-box2 .swiper-next {
	position: absolute;
	top: 3.5em;
	right: 0;
	width: 4.15em;
	height: 3.7em;
	background: url(../images/time2-right-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
	z-index: 10;
}

.time-box2 .swiper-next.on:hover {
	background: url(../images/time2-right-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: inherit;
}

.time-box2 .swiper-next:hover {
	background: url(../images/time2-right-bg1-1.png) no-repeat center center;
	background-size: 100% auto;
}

@media screen and (min-width:991px) {
	.goverc-chan .list li:hover .cont-box .name span {
		top: -1.2em;
	}
	.goverc-chan .list li:hover .cont-box .name:after {
		opacity: 1;
	}
	.goverc-adv-main .inner-area .right-box .item:nth-child(2) .list li:nth-child(3) {
		position: relative;
		transform: translateY(-4em);
		-webkit-transition: translateY(-4em);
		-webkit-transition: translateY(-4em);
	}
	.goverc-adv-main .inner-area .right-box .item:nth-child(2) .list li:nth-child(4) {
		position: relative;
		transform: translateY(-4em);
		-webkit-transition: translateY(-4em);
		-webkit-transition: translateY(-4em);
	}
	.goverc-adv-main .inner-area .right-box .item:nth-child(2) .list.on li:nth-child(3) {
		position: relative;
		transform: translateY(0);
		-webkit-transition: translateY(0);
		-webkit-transition: translateY(0);
	}
	.goverc-adv-main .inner-area .right-box .item:nth-child(2) .list.on li:nth-child(4) {
		position: relative;
		transform: translateY(0);
		-webkit-transition: translateY(0);
		-webkit-transition: translateY(0);
	}
}

@media screen and (max-width: 1500px) {
	.goverc-top .doc span {
		display: none;
	}
}

@media screen and (max-width:991px) {
	.goverc-top {
		width: 100%;
		padding: 0 0.17rem;
	}
	.inner-box.goverc {
		padding: 0.38rem 0 0;
	}
	.goverc-top .name {
		font-size: 0.30rem;
		font-weight: bold;
		padding-bottom: 1em;
	}
	.goverc-top .doc {
		font-size: 0.22rem;
		line-height: 0.35rem;
	}
	.goverc-top .doc i {
		display: block;
	}
	.goverc-top .imgs {
		margin-top: 0.2rem;
	}
	.goverc-chan {
		margin-top: 0.35rem;
	}
	.goverc-chan .list {
		padding: 0 0.19rem;
		margin-top: 0.33rem;
	}
	.goverc-chan .list li {
		width: 48.8%;
		margin-right: 2.4%;
		border: none;
	}
	.goverc-chan .list li a {
		display: block;
		height: 100%;
	}
	.goverc-chan .list .imgs-box {
		height: 1.15rem;
	}
	.goverc-chan .list li:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 0.08rem;
	}
	.goverc-chan .list .cont-box .name {
		font-size: 0.17rem;
	}
	.goverc-chan .list .cont-box {
		left: 10%;
		bottom: 18%;
	}
	.goverc-adv-main .inner-area .left-nav {
		display: none;
	}
	.goverc-adv-main .inner-area {
		padding: 0 0.17rem;
		background: url(../images/goverc-adv-right-bg1.png) no-repeat top center;
		background-size: 100% auto;
	}
	.goverc-adv-main .inner-area .right-box {
		background: none;
		padding: 0.48rem 0 0 0;
		min-height: inherit;
	}
	.goverc-adv-main .inner-area .right-box .name {
		display: none;
	}
	.goverc-adv {
		margin-top: 0.33rem;
	}
	.goverc-adv-main {
		margin-top: 0;
		background: #122859 url(../images/goverc-adv-main-bg1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		padding-bottom: 0.54rem;
	}
	.goverc-adv-main .inner-area .right-box .doc {
		font-size: 0.18rem;
		padding: 0 5.5%;
	}
	.goverc-adv-main .inner-area .right-box .list {
		padding-right: 0;
		padding-top: 0;
	}
	.goverc-adv-main .inner-area .right-box .list li {
		width: 100%;
		margin-right: 0;
		margin-top: 0.4rem;
		padding-left: 0.65rem;
	}
	.goverc-adv-main .inner-area .right-box .list .imgs {
		width: 0.27rem;
		left: 0.21rem;
		top: 0;
	}
	.goverc-adv-main .inner-area .right-box .list .title {
		font-size: 0.18rem;
	}
	.goverc-adv-main .inner-area .right-box .list .txt {
		font-size: 0.2rem;
		margin-top: 0.1rem;
		line-height: 1.45em;
		min-height: inherit;
	}
	.ph-left-nav {
		display: block;
	}
	.goverc-mod {
		margin-top: 0.4rem;
		background: url(../images/goverc-mod-bg.png) no-repeat bottom center;
		background-size: 100% auto;
	}
	.inner-area.time-box1 {
		padding-right: 0;
	}
	.time-box1 .swiper-prev {
		width: 0;
	}
	.time-box1 .swiper-next {
		width: 0;
	}
	.time-box2.inner-area {
		padding: 0 7%;
	}
	.time-box2 .swiper-prev {
		width: 0;
	}
	.time-box2 .swiper-next {
		width: 0;
	}
	.inner-area.time-box1 {
		margin-top: 0.5rem;
	}
	.swiper-container.time1 .swiper-slide {
		width: 1.45rem;
	}
	.swiper-container.time2 .swiper-slide .year {
		display: none;
	}
	.goverc-mod-main {
		background: none;
		padding-bottom: 0.36rem;
	}
	.swiper-container.time2 .swiper-slide .doc {
		font-size: 0.165rem;
		line-height: 0.245rem;
		padding-top: 0.18rem;
		text-align: left;
	}
	.swiper-container.time1 .swiper-slide .item {
		height: 0.8rem;
	}
	.swiper-container.time1 .swiper-slide .name a {
		font-size: 0.31rem;
		font-weight: bold;
		color: #e1e9f8;
	}
	.swiper-container.time1 .swiper-slide.on .name a {
		font-size: 0.6rem;
		color: #076cf2;
	}
	.swiper-container.time1 .swiper-slide.on .quan {
		width: 12px;
		height: 12px;
		bottom: 2px;
		border: 2px solid #0e70f2;
	}
	.swiper-container.time1:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 7px;
		width: 100%;
		height: 1px;
		background: #ccc;
	}
}

/* 政务服务详情页 */

.goverc-gong {
	margin-top: 2.3em;
}

.goverc-gong .gong1-box {
	height: 410px;
	position: relative;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.goverc-gong .gong1-box .doc-box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-align: center;
	color: #fff;
}

.goverc-gong .gong1-box .doc-box-main {
	max-width: 1200px;
	width: 86%;
	margin: auto;
}

.goverc-gong .gong1-box .doc-box .name {
	position: relative;
	font-size: 2.1em;
	padding-bottom: 0.4em;
}

.goverc-gong .gong1-box .doc-box .name:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 5px;
	background: #00faff;
	width: 1.66em;
	margin-left: -0.83em;
}

.goverc-gong .gong1-box .doc-box .doc {
	margin-top: 1.6em;
}

.goverc-gong .gong1-box .doc-box .doc p {
	font-size: 14px;
	line-height: 25px;
}

.goverc-list1 .inner-area {
	margin-top: 2.9em;
}

.goverc-list1 .inner-area .list {
	overflow: hidden;
	padding-bottom: 3.3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.goverc-list1 .inner-area .list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 43.85%;
	flex: 0 0 43.85%;
	max-width: 43.85%;
	text-align: center;
	margin-bottom: 3.2em;
}

.goverc-list1 .inner-area .list .imgs {
	padding-bottom: 0.8em;
}

.goverc-list1 .inner-area .list .imgs img {
	width: 54px;
}

.goverc-list1 .inner-area .list .name {
	font-size: 1.2em;
	color: #000;
	padding-bottom: 0.1rem;
}

.goverc-list1 .inner-area .list .doc {
	font-size: 14px;
	line-height: 24px;
}

.goverc-list1 .inner-area .list .doc p {
	position: relative;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 12px;
}

.goverc-list1 .inner-area .list .doc p:after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 4px;
	background: #0e78f5;
}

.goverc-list1 .inner-area .list .doc p:last-child {
	margin-bottom: 0;
}

.goverc-zhi {
	background: #11274f url(../images/page_solution_7.jpg) no-repeat center center;
	background-size: cover;
	padding: 4.8em 0 4em;
}

.goverc-zhi .inner-area {
	margin-top: 0;
}

.goverc-zhi .top-name {
	text-align: center;
}

.goverc-zhi .top-name {
	position: relative;
	font-size: 2.1em;
	padding-bottom: 0.4em;
	color: #fff;
}

.goverc-zhi .top-name:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 5px;
	background: #fff;
	width: 1.66em;
	margin-left: -0.83em;
}

.goverc-zhi .list {
	margin-top: 2.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.goverc-zhi .list:after {
	content: '';
	display: table;
	clear: both;
}

.goverc-zhi .list li {
	margin-bottom: 1em;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49.2%;
	flex: 0 0 49.2%;
	max-width: 49.2%;
	padding: 1.2em 4.5% 1.8em;
}

.goverc-zhi .list li:nth-child(1) {
	background: #fff url(../images/goverc-list1-libg1.jpg) no-repeat center center;
	background-size: cover;
}

.goverc-zhi .list li:nth-child(2) {
	background: #fff url(../images/goverc-list1-libg2.jpg) no-repeat center center;
	background-size: cover;
}

.goverc-zhi .list li:nth-child(3) {
	background: #fff url(../images/goverc-list1-libg3.jpg) no-repeat center center;
	background-size: cover;
}

.goverc-zhi .list li:nth-child(4) {
	background: #fff url(../images/goverc-list1-libg4.jpg) no-repeat center center;
	background-size: cover;
}

.goverc-zhi .list .name {
	font-size: 1.2em;
}

.goverc-zhi .list .doc {
	font-size: 14px;
	line-height: 24px;
	margin-top: 12px;
}

.goverc-gong.on .gong1-box {
	height: auto;
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% auto;
	padding-top: 4.5em;
}

.goverc-gong.on .goverc-list1 .inner-area .list .doc {
	text-align: left;
}

.goverc-gong.on .goverc-list1 .inner-area {
	margin-top: 2.4em;
}

.goverc-gong.on .gong1-box .doc-box {
	position: relative;
	top: 0;
	transform: none;
	-webkit-transform: none;
}

.goverc-gong.on .goverc-list1 .inner-area .list {
	padding-bottom: 2.5em;
}

.goverc-gong.on .goverc-list1 .inner-area .list li {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 1.8em 2.5% 2.2em;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48.46%;
	flex: 0 0 48.46%;
	max-width: 48.46%;
	margin-bottom: 2em;
}

.goverc-service-pc {
	background: url(../images/goverc-service-pc-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 3.7em 0 3.6em;
	margin-top: 4.4em;
}

.goverc-service-name {
	position: relative;
	font-size: 2.1em;
	padding-bottom: 0.4em;
	color: #fff;
	text-align: center;
}

.goverc-service-name:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 5px;
	background: #fff;
	width: 1.66em;
	margin-left: -0.83em;
}

@media screen and (max-width:991px) {
	.goverc-gong {
		margin-top: 0.3rem;
	}
	.goverc-gong .gong1-box {
		height: auto;
		padding: 0.4rem 0;
	}
	.goverc-gong .gong1-box .doc-box {
		position: relative;
		top: 0;
		transform: none;
		-webkit-transform: none;
	}
	.goverc-gong .gong1-box .doc-box-main {
		width: 92%;
	}
	.goverc-gong .gong1-box .doc-box .name {
		font-size: 0.24rem;
	}
	.goverc-gong .gong1-box .doc-box .name:after {
		height: 3px;
	}
	.goverc-gong .gong1-box .doc-box .doc {
		margin-top: 0.2rem;
		text-align: left;
	}
	.goverc-gong .gong1-box .doc-box .doc p {
		font-size: 0.2rem;
		line-height: 0.24rem;
	}
	.goverc-list1 .inner-area {
		margin-top: 0.5rem;
	}
	.goverc-list1 .inner-area .list {
		padding-bottom: 0.3rem;
	}
	.goverc-list1 .inner-area .list li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0.4rem;
	}
	.goverc-list1 .inner-area .list .name {
		font-size: 0.22rem;
	}
	.goverc-list1 .inner-area .list .imgs img {
		width: 0.4rem;
	}
	.goverc-list1 .inner-area .list .doc {
		font-size: 0.2rem;
		line-height: 0.24rem;
		text-align: left;
	}
	.goverc-zhi {
		padding: 0.3rem 0;
	}
	.goverc-zhi .top-name {
		font-size: 0.24rem;
	}
	.goverc-zhi .top-name:after {
		height: 3px;
	}
	.goverc-zhi .list {
		margin-top: 0.3rem;
	}
	.goverc-zhi .list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.2rem;
		padding: 0.2rem 5%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.goverc-zhi .list .name {
		font-size: 0.2rem;
	}
	.goverc-zhi .list .doc {
		font-size: 0.2rem;
		line-height: 0.22rem;
	}
	.goverc-gong.on .goverc-list1 .inner-area .list li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0.2rem;
		padding: 0.25rem 3%;
	}
	.goverc-gong.on .gong1-box {
		padding-bottom: 0;
		padding-top: 0.2rem;
	}
	.goverc-gong.on .goverc-list1 .inner-area {
		margin-top: 0.6rem;
	}
}

/* 政务服务频道页 */

.goverc-service-pc .inner-area {
	margin-top: 5.5em;
}

.goverc-service-pc .list:after {
	content: '';
	display: table;
	clear: both;
}

.goverc-service-pc .list li {
	float: left;
	text-align: center;
	width: 11.15%;
	margin-right: 11.0625%;
	cursor: pointer;
}

.goverc-service-pc .list li:last-child {
	margin-right: 0;
}

.goverc-service-pc .list .imgs {
	position: relative;
}

.goverc-service-pc .list .imgs img {
	width: 4.2em;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.goverc-service-pc .list .imgs .img2 {
	position: absolute;
	left: 50%;
	margin-left: -2.1em;
	top: 0;
	opacity: 0;
}

.goverc-service-pc .list .name {
	font-size: 1.8em;
	color: #fff;
	white-space: nowrap;
	margin-top: 0.5em;
}

.goverc-service-pc .list li:hover .img1 {
	opacity: 0;
}

.goverc-service-pc .list li:hover .img2 {
	opacity: 1;
	-webkit-transform: scale(1.28);
	-moz-transform: scale(1.28);
	transform: scale(1.28);
}

.goverc-service-pc .list li.on .img1 {
	opacity: 0;
}

.goverc-service-pc .list li.on .img2 {
	opacity: 1;
	-webkit-transform: scale(1.28);
	-moz-transform: scale(1.28);
	transform: scale(1.28);
}

.goverc-service-pc .service-cont {
	border-top: 1px solid #466ca9;
	margin-top: 4.1em;
	padding-top: 1.2em;
}

.goverc-service-pc .service-cont .item {
	display: none;
	color: #fff;
}

.goverc-service-pc .service-cont .item.on {
	display: block;
}

.goverc-service-pc .service-cont .item .name {
	font-size: 1.2em;
}

.goverc-service-pc .service-cont .item .item-list {
	overflow: hidden;
	margin-top: 2.3em;
	height: 3.6em;
}

.goverc-service-pc .service-cont .item .item-list li {
	float: left;
	width: 30%;
	margin-right: 4.5%;
	position: relative;
	padding-left: 4.7em;
}

.goverc-service-pc .service-cont .item .item-list li:last-child {
	margin-right: 0;
}

.goverc-service-pc .service-cont .item .item-list .bgs {
	position: absolute;
	width: 3.85em;
	left: 0;
	top: 0.25em;
}

.goverc-service-pc .service-cont .item .item-list .title {
	font-size: 1.2em;
	padding-bottom: 0.5em;
	color: #fff;
}

.goverc-service-pc .service-cont .item .item-list .txt {
	font-size: 14px;
	color: #fff;
}

.goverc-service-pc .service-cont .item .doc {
	margin-top: 2.3em;
	height: 3.6em;
}

.goverc-service-pc .service-cont .item .doc span {
	position: relative;
	top: -1.5em;
}

.goverc-service-pc .service-cont .item .doc span i {
	font-size: 14px;
}

.goverc-advs {
	margin-top: 3.6em;
}

.goverc-advs .inner-area {
	margin-top: 2em;
}

.goverc-advs .top-name {
	text-align: center;
	font-size: 2.1em;
	color: #1a1a1a;
}

.goverc-advs .top-name span {
	display: inline-block;
	margin: 0 0.9285em;
	cursor: pointer;
	position: relative;
	padding-bottom: 0.4em;
	color: #999999;
}

.goverc-advs .top-name span.on {
	color: #1a1a1a
}

.goverc-advs .top-name span.on:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: -webkit-linear-gradient(left, #2b4eb2, #0093e7);
	background: -o-linear-gradient(right, #2b4eb2, #0093e7);
	background: -moz-linear-gradient(right, #2b4eb2, #0093e7);
	background: linear-gradient(to right, #2b4eb2, #0093e7);
}

.goverc-advs .list {
	display: none;
}

.goverc-advs .list.on {
	display: block;
}

.goverc-advs .list:after {
	content: '';
	display: table;
	clear: both;
}

.goverc-advs .list li {
	float: left;
	width: 48.46%;
	padding: 1.7em 5% 1.8em 8%;
	background: #fff;
	box-shadow: 0 0 13px rgba(0, 0, 0, .1);
	margin-bottom: 2em;
	position: relative;
}

@media screen and (min-width:991px) {
	.goverc-advs .list:nth-child(2) li {
		width: 32.3%;
		margin-right: 1.55%;
		padding: 6.3em 2.5em 3em 2em;
		text-align: center;
		margin-bottom: 0;
	}
	.goverc-advs .list:nth-child(2) .cont-box {
		padding: 0;
	}
	.goverc-advs .list:nth-child(2) .cont-box img {
		width: 55px;
		top: -4.2em;
		left: 50%;
		margin-left: -27.5px;
	}
	.goverc-advs .list:nth-child(2) .cont-box .name {
		font-size: 1.2em;
		padding-bottom: 1.1em;
	}
	.goverc-advs .list:nth-child(2) .cont-box .doc {
		line-height: 24px;
		height: 96px;
	}
	.goverc-advs .list:nth-child(2) li:last-child {
		margin-right: 0;
	}
	.goverc-advs .list:nth-child(2) li:nth-child(2n) {
		margin-right: 1.55%;
		float: left;
	}
}

.goverc-advs .list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, #07adf2, #076bf2);
	background: -o-linear-gradient(top, #07adf2, #076bf2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076bf2));
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 0;
}

.goverc-advs .list li:nth-child(2n) {
	float: right;
}

.goverc-advs .list .cont-box {
	position: relative;
	z-index: 10;
	padding-left: 2.5em;
}

.goverc-advs .list .cont-box .name {
	font-size: 1.2em;
	padding-bottom: 0.4em;
}

.goverc-advs .list .cont-box .doc {
	font-size: 14px;
}

.goverc-advs .list .cont-box img {
	width: 32px;
	position: absolute;
	left: 0;
	top: 0.1em;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.goverc-advs .list .cont-box .bg2 {
	opacity: 0;
}

@media screen and (min-width:991px) {
	.goverc-advs .list li:hover {
		color: #fff;
	}
	.goverc-advs .list li:hover:after {
		opacity: 1;
	}
	.goverc-advs .list li:hover .bg1 {
		opacity: 0;
	}
	.goverc-advs .list li:hover .bg2 {
		opacity: 1;
	}
}

.goverc-pin {
	background: url(../images/goverc-pin-bg1.jpg) no-repeat bottom center;
	background-size: cover;
	margin-top: 4em;
	padding-top: 3.7em;
	padding-bottom: 9.9em;
}

.goverc-pin .common-title {
	margin-bottom: 1.8em;
}

.goverc-pin .inner-area {
	margin-top: 0;
}

.goverc-pin .doc {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	max-width: 1186px;
	margin: auto;
}

.goverc-service-ph {
	margin-top: 0.5rem;
	display: none;
	background: #0048b8 url(../images/goverc-service-ph-bg.jpg) no-repeat top center;
	background-size: 100% auto;
	padding-top: 0.3rem;
}

.goverc-service-ph .goverc-service-name {
	font-size: 0.22rem;
	font-weight: bold;
	padding-bottom: 0.1rem;
}

.goverc-service-ph .goverc-service-name:after {
	height: 2px;
	width: 0.44rem;
	margin-left: -0.22rem;
}

.goverc-service-ph .list {
	padding: 0.4rem;
}

.goverc-service-ph .list li {
	position: relative;
	padding-left: 0.8rem;
	margin-bottom: 0.6rem;
}

.goverc-service-ph .list li:last-child {
	margin-bottom: 0;
}

.goverc-service-ph .list .imgs {
	position: absolute;
	width: 0.65rem;
	left: -0.05rem;
	top: 0.1rem;
	text-align: center;
}

.goverc-service-ph .list .imgs .img1 {
	width: 0.4rem;
}

.goverc-service-ph .list .imgs .names {
	color: #fff;
	font-size: 0.2rem;
	margin-top: 0.05rem;
	white-space: nowrap;
}

.goverc-service-ph .list .cont-box {
	border-left: 1px solid #717689;
	padding-left: 0.23rem;
	padding-top: 0.1rem;
	padding-bottom: 0.07rem;
}

.goverc-service-ph .list .cont-box .name {
	font-size: 0.19rem;
	color: #fff;
}

.goverc-service-ph .list .cont-box dl {
	margin-top: 0.25rem;
}

.goverc-service-ph .list .cont-box dl dd {
	position: relative;
	padding-left: 0.58rem;
	margin-bottom: 0.25rem;
	background: url(../images/goverc-service-ph-dd-bg.png) no-repeat right center;
	background-size: 0.2rem auto;
}

.goverc-service-ph .list .cont-box dl dd:last-child {
	margin-bottom: 0;
}

.goverc-service-ph .list .cont-box .num {
	position: absolute;
	width: 0.48rem;
	left: 0;
	top: 0.05rem;
}

.goverc-service-ph .list .cont-box .title {
	font-size: 0.17rem;
	color: #fff;
}

.goverc-service-ph .list .cont-box .txt {
	font-size: 0.2rem;
	color: #fff;
	margin-top: 2px;
}

.goverc-service-ph .list .cont-box .doc {
	font-size: 0.2rem;
	color: #fff;
	line-height: 0.26rem;
	margin-top: 0.2rem;
}

@media screen and (max-width:991px) {
	.goverc-service-ph {
		display: block;
	}
	.goverc-service-pc {
		display: none;
	}
	.goverc-advs {
		margin-top: 2.2em;
	}
	.goverc-advs .top-name {
		font-size: 0.22rem;
	}
	.goverc-advs .top-name span.on {
		font-weight: bold;
	}
	.goverc-advs .top-name span.on:after {
		width: 70%;
		left: 15%;
		height: 2px;
	}
	.goverc-advs .top-name span {
		margin: 0 0.12rem;
	}
	.goverc-advs .list li {
		box-shadow: none;
		width: 100%;
		margin-bottom: 0;
		padding: 0 0.23rem;
		margin-bottom: 0.17rem;
	}
	.goverc-advs .list .cont-box img {
		width: 0.3rem;
		top: 0.03rem;
	}
	.goverc-advs .list .cont-box {
		padding-left: 0.52rem;
	}
	.goverc-advs .list .cont-box .name {
		font-size: 0.18rem;
		padding-bottom: 0.03rem;
	}
	.goverc-advs .list .cont-box .doc {
		font-size: 0.2rem;
		padding-bottom: 0.15rem;
		border-bottom: 1px solid #e6e6e6;
	}
	.goverc-advs .list li:last-child .cont-box .doc {
		border-bottom: none;
	}
	.goverc-pin {
		margin-top: 0.25rem;
		padding-top: 0.32rem;
		padding-bottom: 0.35rem;
		background: url(../images/goverc-pin-bg2.jpg) no-repeat bottom center;
		background-size: cover;
	}
	.goverc-pin .common-title {
		margin-top: 0;
		padding-bottom: 0.1rem;
		margin-bottom: 0.3rem;
	}
	.goverc-pin .common-title:after {
		width: 0.6rem;
		margin-left: -0.3rem;
	}
	.goverc-pin .doc {
		font-size: 0.2rem;
		line-height: 0.26rem;
	}
	/*.goverc-advs .list:nth-child(2) li{
		width: 100%;
		margin-right: 0;
		padding: 0.55rem 0.17rem 0.3rem;
	}
	.goverc-advs .list:nth-child(2) li:nth-child(2n){
		margin-right: 0;
	}
	.goverc-advs .list:nth-child(2) .cont-box img{
		width: 0.38rem;
		margin-left: -0.19rem;
		top: -0.5rem;
	}
	.goverc-advs .list:nth-child(2) .cont-box .name{
		font-size: 0.2rem;
		padding-bottom: 0.1rem;
	}
	.goverc-advs .list:nth-child(2) .cont-box .doc{
		font-size: 0.2rem;
		line-height: 0.24rem;
		height: auto;
		padding-bottom: 0.2rem;
	}*/
}

/**** 企业服务详情页 ***/

.goverc-value {
	margin-top: 3.7em;
	background: #f1f1f7 no-repeat top center;
	background-size: cover;
	min-height: 200px;
	padding: 3.7em 0 4em;
}

.goverc-value .inner-area {
	margin-top: 1.3em;
}

.goverc-value .list:after {
	content: '';
	display: table;
	clear: both;
}

.goverc-value .list li {
	float: left;
	width: 32.3%;
	margin-right: 1.55%;
	margin-bottom: 1em;
	padding: 1em 2em 1em 1.5em;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.goverc-value .list.on li {
	width: 46.15%;
	margin-right: 7.3%;
}

.goverc-value .list.on li:nth-child(3n) {
	margin-right: 7.3%;
}

.goverc-value .list.on li:nth-child(2n) {
	margin-right: 0;
}

.goverc-value .list li:nth-child(3n) {
	margin-right: 0;
}

.goverc-value .list .cont-box {
	padding-left: 50px;
	position: relative;
}

.goverc-value .list .cont-box .imgs {
	width: 32px;
	position: absolute;
	left: 0;
	top: 0;
}

.goverc-value .list.on .cont-box .imgs {
	width: 39px;
}

.goverc-value .list .cont-box .name {
	font-size: 1.2em;
	padding-bottom: 0.25em;
}

.goverc-value .list .cont-box .doc {
	font-size: 14px;
	line-height: 23px;
	height: 44px;
	overflow: hidden;
}

@media screen and (min-width:991px) {
	.goverc-value .list li:hover {
		background: #fff;
		box-shadow: 0 0 13px rgba(0, 0, 0, .1);
	}
}

.goverc-fun {
	margin-top: 3.8em;
}

.goverc-fun .common-title {
	margin-bottom: 2em;
}

.goverc-fun .inner-area {
	text-align: center;
	margin-top: 0;
}

.goverc-fun .inner-area .item {
	display: inline-block;
	width: 200px;
	padding: 28px 0 23px;
	border-bottom: 3px solid #fff;
	cursor: pointer;
}

.goverc-fun .inner-area .item.on {
	background: -moz-linear-gradient(top, #07adf2, #076cf2);
	background: -o-linear-gradient(top, #07adf2, #076cf2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076cf2));
	border-bottom: 3px solid #00faff;
}

.goverc-fun .inner-area .item .imgs {}

.goverc-fun .inner-area .item .imgs .img2 {
	display: none;
}

.goverc-fun .inner-area .item.on .imgs .img1 {
	display: none;
}

.goverc-fun .inner-area .item.on .imgs .img2 {
	display: inline-block;
}

.goverc-fun .inner-area .item .name {
	font-size: 18px;
	margin-top: 15px;
}

.goverc-fun .inner-area .item.on .name {
	color: #fff;
}

.goverc-fun .inner-area .item:hover {
	background: -moz-linear-gradient(top, #07adf2, #076cf2);
	background: -o-linear-gradient(top, #07adf2, #076cf2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076cf2));
	border-bottom: 3px solid #00faff;
}

.goverc-fun .inner-area .item:hover .imgs .img1 {
	display: none;
}

.goverc-fun .inner-area .item:hover .imgs .img2 {
	display: inline-block;
}

.goverc-fun .inner-area .item:hover .name {
	color: #fff;
}

.fun-box {
	background: #0a1f3b;
	padding: 4.2em 0 3em;
}

.fun-box .inner-area {
	margin-top: 0;
}

.fun-box .items {
	text-align: left;
	color: #fff;
	display: none;
	overflow: hidden;
}

.fun-box .items.on {
	display: block;
}

.fun-box .items .left-box {
	float: left;
	width: 62%;
	padding-left: 10px;
}

.fun-box .items .left-box.animated {
	animation-duration: 1.5s;
}

.fun-box .items .right-box.animated {
	animation-duration: 1.5s;
}

.fun-box .items .left-box .name {
	font-size: 1.5em;
	padding-bottom: 0.65em;
}

.fun-box .items .left-box .doc {
	font-size: 14px;
}

.fun-box .items .left-box .list {
	overflow: hidden;
	margin-top: 2.4em;
}

.fun-box .items .left-box .list li {
	position: relative;
	float: left;
	width: 46%;
	margin-right: 8%;
	padding-left: 63px;
	margin-bottom: 1.5em;
}

.fun-box .items .left-box .list li:nth-child(2n) {
	margin-right: 0;
}

.fun-box .items .left-box .list .num-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	text-align: center;
	white-space: nowrap;
}

.fun-box .items .left-box .list .num-box .num {
	font-family: "arial";
	font-size: 36px;
	color: #00faff;
	font-weight: bold;
	line-height: 1;
}

.fun-box .items .left-box .list .num-box .dian-box {
	width: 32px;
	margin: auto;
	height: 14px;
	margin-top: 5px;
	position: relative;
}

.fun-box .items .left-box .list .num-box .dian-box i {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #00faff;
	opacity: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian1 {
	left: 0;
	top: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian2 {
	left: 50%;
	margin-left: -2px;
	top: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian3 {
	right: 0;
	top: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian4 {
	left: 0;
	bottom: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian5 {
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian6 {
	right: 0;
	bottom: 0;
}

.fun-box .items .left-box .list li:nth-child(1) .num-box .dian-box .dian3 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(2) .num-box .dian-box .dian3 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(2) .num-box .dian-box .dian2 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(3) .num-box .dian-box .dian3 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(3) .num-box .dian-box .dian2 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(3) .num-box .dian-box .dian1 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(4) .num-box .dian-box .dian6 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(4) .num-box .dian-box .dian3 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(4) .num-box .dian-box .dian2 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(4) .num-box .dian-box .dian1 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(5) .num-box .dian-box .dian6 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(5) .num-box .dian-box .dian5 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(5) .num-box .dian-box .dian3 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(5) .num-box .dian-box .dian2 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(5) .num-box .dian-box .dian1 {
	opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(6) .num-box .dian-box i {
	opacity: 1 !important;
}

.fun-box .items .left-box .list .cont-box {}

.fun-box .items .left-box .list .cont-box .title {
	font-size: 14px;
}

.fun-box .items .left-box .list .cont-box .txt {
	font-size: 14px;
	opacity: 0.6;
	line-height: 22px;
	margin-top: 5px;
}

.fun-box .items .right-box {
	float: right;
	width: 29.2%;
	height: 24.6em;
	position: relative;
	background: -moz-linear-gradient(top, #334662, #0b203c);
	background: -o-linear-gradient(top, #334662, #0b203c);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#334662), to(#0b203c));
}

.fun-box .items .right-box .bg {
	position: absolute;
	width: 19.45em;
	right: 1.6em;
	top: 2.8em;
}

@media screen and (max-width: 1250px) {
	.goverc-fun .inner-area .item {
		width: 10em;
	}
}

@media screen and (max-width:991px) {
	.goverc-value {
		margin-top: 0.4rem;
		padding: 0.3rem 0 0.1rem 0;
	}
	.goverc-value .common-title {
		margin-top: 0;
	}
	.goverc-value .inner-area {
		margin-top: 0.35rem;
	}
	.goverc-value .list li {
		width: 100%;
		margin-right: 0;
		padding: 0 3%;
		margin-bottom: 0.3rem;
	}
	.goverc-value .list.on li {
		width: 100%;
		margin-right: 0;
	}
	.goverc-value .list .cont-box {
		padding-left: 0.45rem;
	}
	.goverc-value .list .cont-box .imgs {
		width: 0.3rem !important;
		top: 0.05rem;
	}
	.goverc-value .list .cont-box .name {
		font-size: 0.22rem;
	}
	.goverc-value .list .cont-box .doc {
		font-size: 0.2rem;
		line-height: 0.24rem;
		height: auto;
	}
	.fun-box .items .left-box .list .cont-box .title {
  font-size: 0.22rem;
}
	.fun-box .items .left-box .list .cont-box .txt {
  font-size: 0.2rem;
}
	.goverc-fun {
		margin-top: 0.5rem;
	}
	.goverc-fun .common-title {
		margin-top: 0;
		margin-bottom: 0.3rem;
	}
	.goverc-fun .inner-area .item {
		display: none;
	}
	.fun-box {
		padding: 0.3rem 0 0 0;
	}
	.fun-box .items .right-box {
		display: none;
	}
	.fun-box .items {
		display: block;
		margin-bottom: 0.3rem;
	}
	.fun-box .items .left-box {
		width: 100%;
		padding: 0 3%;
	}
	.fun-box .items .left-box .list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.3rem;
	}
	.fun-box .items .left-box .name {
		font-size: 0.22rem;
		padding-bottom: 0.1rem;
	}
	.fun-box .items .left-box .doc {
		font-size: 0.2rem;
	}
}


/**** 加入我们 ***/

.goverc-ren .inner-area {
	margin-top: 3.1em;
}

.goverc-ren .list {}

.goverc-ren .list:after {
	content: '';
	display: table;
	clear: both;
}

.goverc-ren .list li {
	float: left;
	width: 33.333%;
	text-align: center;
}

.goverc-ren .list li:nth-child(1) {
	animation-delay: 0.2s;
}

.goverc-ren .list li:nth-child(2) {
	animation-delay: 0.3s;
}

.goverc-ren .list li:nth-child(3) {
	animation-delay: 0.4s;
}

.goverc-ren .list .imgs img {
	width: 3.95em;
}

.goverc-ren .list .name {
	font-size: 1.2em;
	margin-top: 0.9em;
	padding-bottom: 0.4em;
}

.goverc-ren .list .doc {
	font-size: 14px;
}

.goverc-work {
	margin-top: 3.8em;
	background: #ebf0f6 url(../images/goverc-gong-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 3.3em 0 4em;
}

.goverc-work .left-box {
	float: left;
	width: 35.38%;
}

.goverc-work .left-box .list {
	margin-top: 2.1em;
}

.goverc-work .left-box .list li {
	margin-bottom: 2.5em;
}

.goverc-work .left-box .list li:last-child {
	margin-bottom: 0;
}

.goverc-work .left-box .list .name {
	font-size: 1.2em;
	padding-bottom: 0.4em;
	cursor: pointer;
	position: relative;
}

.goverc-work .left-box .list .name i {
	font-weight: bold;
	font-family: "arial";
	color: #076cf2;
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 40%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	font-size: 3em;
}

.goverc-work .left-box .list .name span {
	cursor: pointer;
}

.goverc-work .left-box .list li.on .name span {
	color: #076cf2;
}

.goverc-work .left-box .list .doc {
	font-size: 14px;
}

.goverc-work .right-box {
	float: right;
	width: 55.38%;
	margin-right: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	position: relative;
}

.goverc-work .right-box-main {
	position: relative;
}

.goverc-work .right-box-main:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 20px;
	width: 100%;
	height: 100%;
	background: #1a61ff;
	box-shadow: 0 5px 13px rgba(0, 0, 0, .4);
}

.goverc-work .swiper-slide img {
	width: 100%;
	display: block;
}

.goverc-work .swiper-slide .doc-box {
	margin-top: 0.5rem;
	display: none;
}

.goverc-work .swiper-slide .doc-box .name {
	font-size: 0.2rem;
	color: #076cf2;
}

.goverc-work .swiper-slide .doc-box .doc {
	font-size: 0.2rem;
	margin-top: 0.07rem;
}

.goverc-work .swiper-pagination {
	bottom: inherit;
	top: 83%;
	z-index: 10;
	height: 2px;
	display: none;
}

.goverc-work .swiper-pagination .swiper-pagination-bullet {
	width: 0.2rem;
	height: 2px;
	background: #acc5f8;
	border-radius: 0;
	margin: 0 3.5px;
}

.goverc-work .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1a61ff;
}

.goverc-cheng {
	margin-top: 3.2em;
	padding-bottom: 3.9em;
	background: url(../images/goverc-cheng-bg.png) no-repeat bottom center;
	background-size: 100% auto;
}

.goverc-cheng .inner-area {
	margin-top: 15px;
}

.goverc-cheng .cheng-doc {
	color: #1a1a1a;
	font-size: 14px;
	text-align: center;
}

.goverc-cheng .list {
	text-align: center;
	margin-top: 1.3em;
	overflow: hidden;
	position: relative;
}

.goverc-cheng .list:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	z-index: -1;
}

.goverc-cheng .list li {
	float: left;
	width: 33.333%;
}

.goverc-cheng .list li span {
	display: inline-block;
	font-size: 1.2em;
	color: #999999;
	border-bottom: 4px solid transparent;
	line-height: 1.5em;
	cursor: pointer;
}

.goverc-cheng .list li.on span {
	color: #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
}

.goverc-cheng .imgs-box {
	margin-top: 2em;
}

.goverc-cheng .imgs-box .imgs {
	overflow: hidden;
	display: none;
}

.goverc-cheng .imgs-box .imgs.on {
	display: block;
}

.goverc-cheng .imgs-box .imgs img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.goverc-life {
	background: #f2f1f7;
	padding: 2.3em 0 0 0;
}

.goverc-life .inner-area {
	margin-top: 15px;
}

.goverc-life .doc-box {
	color: #1a1a1a;
	font-size: 14px;
	line-height: 29px;
	text-align: center;
}

.goverc-life .cont-box {
	position: relative;
	margin-top: 1.2em;
}

.goverc-life .cont-box.ph {
	display: none;
}

.goverc-life .cont-box .swiper-prev {
	position: absolute;
	background: #c4c1c6 url(../images/goverc-life-left-bg.png) no-repeat center center;
	background-size: 21px auto;
	width: 3.5em;
	height: 5em;
	top: 2.75em;
	right: 100%;
	margin-right: 3.5em;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.goverc-life .cont-box .swiper-prev:hover {
	background: #076bf2 url(../images/goverc-life-left-bg.png) no-repeat center center;
	background-size: 21px auto;
}

.goverc-life .cont-box .swiper-prev.on:hover {
	background: #c4c1c6 url(../images/goverc-life-left-bg.png) no-repeat center center;
	background-size: 21px auto;
	cursor: inherit;
}

.goverc-life .cont-box .swiper-next {
	position: absolute;
	background: #c4c1c6 url(../images/goverc-life-right-bg.png) no-repeat center center;
	background-size: 21px auto;
	width: 3.5em;
	height: 5em;
	top: 2.75em;
	left: 100%;
	margin-left: 3.5em;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.goverc-life .cont-box .swiper-next:hover {
	background: #076bf2 url(../images/goverc-life-right-bg.png) no-repeat center center;
	background-size: 21px auto;
}

.goverc-life .cont-box .swiper-next.swiper-button-disabled:hover {
	background: #c4c1c6 url(../images/goverc-life-right-bg.png) no-repeat center center;
	background-size: 21px auto;
	cursor: inherit;
}

.goverc-life .cont-box .swiper-slide {
	padding: 10px;
	background: #f2f1f7;
	cursor: pointer;
}

.goverc-life .cont-box .swiper-slide.on {
	background: #fff;
}

.goverc-life .cont-box .swiper-slide .imgs {
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 10.5em;
	position: relative;
}

.goverc-life .cont-box .swiper-slide .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5%;
	font-size: 14px;
	line-height: 35px;
	margin-top: 10px;
	text-align: center;
}

.goverc-life .cont-box .swiper-slide.on .name {
	color: #076bf2;
}

.goverc-life-zhan {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 0;
}

.goverc-life-zhan.on {
	padding: 2em 0;
	height: auto;
}

.goverc-life-zhan .life-close {
	position: absolute;
	right: 1.5em;
	top: 1.5em;
	cursor: pointer;
}

.goverc-life-zhan .inner-area {
	margin-top: 0;
}

.goverc-life-zhan .item-box {
	position: relative;
	height: 12.8em;
}

.goverc-life-zhan .item-box.ph {
	display: none;
}

.goverc-life-zhan .item-box .item {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.goverc-life-zhan .item-box .item.on {
	opacity: 1;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.goverc-life-zhan .swiper-container {
	padding-bottom: 2.3em;
}

.goverc-life-zhan .swiper-pagination {
	bottom: 0;
	line-height: 1;
}

.goverc-life-zhan .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background: #d2d2d2
}

.goverc-life-zhan .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid #0082cc;
	background: #fff
}

.goverc-life-zhan .swiper-slide {
	background-repeat: no-repeat;
	background-color: #fafafa;
	background-size: cover;
	background-position: top center;
	height: 10.5em;
}

@media screen and (max-width: 1500px) and (max-height: 750px) {
	.goverc-life-zhan .item-box{
		height: 15em;
	}
	.goverc-life-zhan .swiper-slide {
		height: 13em;
	}
}

.goverc-cai {
	background: url(../images/goverc-cai-bg.jpg) no-repeat bottom center;
	text-align: center;
	background-size: cover;
	border-top: 1px solid #dcdcdc;
	padding: 3.1em 0 3.5em;
	position: relative;
}

.goverc-cai .name {
	font-size: 1.8em;
	color: #1a1a1a;
	padding-bottom: 0.35em;
}

.goverc-cai .doc {
	font-size: 14px;
	color: #1a1a1a;
}

.goverc-cai .join-us {
	margin-top: 1.4em;
}

.goverc-cai .join-us a {
	display: inline-block;
	background: rgba(49, 132, 234, 1);
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	border-radius: 3px;
	width: 220px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.goverc-cai .join-us a:hover {
	background: rgba(49, 132, 234, .8);
}

.goverc-life .cont-box .bottom-doc {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: -1;
	display: none;
}

.goverc-life .cont-box .bottom-doc span {
	display: block;
	position: relative;
	background: #fff;
	width: 120%;
	left: -10%;
	height: 0.65rem;
	line-height: 0.5rem;
	padding: 0.07rem 0.1rem 0 0.1rem;
	text-align: center;
	font-size: 0.18rem;
	background: url(../images/bottom-doc-span-bg.png) no-repeat bottom center;
	background-size: 0.25rem auto;
}

@media screen and (max-width: 1500px) {
	.goverc-life .cont-box .swiper-prev {
		margin-right: 1em;
	}
	.goverc-life .cont-box .swiper-next {
		margin-left: 1em;
	}
}

@media screen and (max-width:991px) {
	.goverc-life .cont-box.pc {
		display: none;
	}
	.goverc-life .cont-box.ph {
		display: block;
	}
	.goverc-life-zhan {
		background: #e1dfe9;
	}
	.goverc-life-zhan .item-box.pc {
		display: none;
	}
	.goverc-life-zhan .item-box.ph {
		display: block;
	}
	.goverc-ren .common-title {
		margin-top: 0;
	}
	.goverc-ren .inner-area {
		margin-top: 0.3rem;
	}
	.goverc-ren .list {
		margin: 0 -0.1rem;
	}
	.goverc-ren .list .imgs img {
		width: 0.5rem;
	}
	.goverc-ren .list .name {
		font-size: 0.19rem;
		padding-bottom: 0.02rem;
	}
	.goverc-ren .list .doc {
		font-size: 0.14rem;
	}
	.goverc-work {
		background: #ebf0f6 url(../images/goverc-gong-bg1.jpg) no-repeat center bottom;
		background-size: cover;
		padding: 0.38rem 0 0.42rem;
		margin-top: 0.3rem;
	}
	.goverc-work .inner-area {
		margin-top: 0.34rem;
	}
	.goverc-work .common-title {
		margin-top: 0;
	}
	.goverc-work .left-box {
		display: none;
	}
	.goverc-work .right-box {
		width: 100%;
		margin-right: 0;
		padding-right: 0.13rem;
		padding-bottom: 0.13rem;
	}
	.goverc-work .right-box-main:after {
		left: 0.13rem;
		top: 0.13rem;
		height: 80%;
	}
	.goverc-work .swiper-pagination {
		display: block;
	}
	.goverc-work .swiper-slide .doc-box {
		display: block;
	}
	.goverc-cai {
		padding: 0.3rem 0.17rem 0.37rem;
		border-top: none;
		background: #f2f1f7 url(../images/goverc-cai-bg.jpg) no-repeat bottom center;
	}
	.goverc-cai .name {
		font-weight: bold;
		font-size: 0.22rem;
		padding-bottom: 0.1rem;
	}
	.goverc-cai .doc {
		font-size: 0.14rem;
	}
	.goverc-cai .join-us {
		margin-top: 0.3rem;
	}
	.goverc-cai .join-us a {
		font-size: 0.2rem;
		width: 1.57rem;
		line-height: 0.42rem;
	}
	.goverc-life-zhan .life-close {
		display: none;
	}
	.goverc-life .cont-box {
		margin-top: 0.2rem;
		padding-bottom: 0.6rem;
	}
	.goverc-life .cont-box .swiper-prev {
		width: 0;
	}
	.goverc-life .cont-box .swiper-next {
		width: 0;
	}
	.goverc-life .cont-box .swiper-slide {
		padding: 0;
		background: #f2f1f7;
		width: 3.4rem;
	}
	.goverc-life .cont-box .swiper-slide.on {
		background: none;
	}
	.goverc-life .cont-box .swiper-slide .imgs {
		opacity: 0.5;
	}
	.goverc-life .cont-box .swiper-slide.swiper-slide-active .imgs {
		opacity: 1;
	}
	.goverc-life .cont-box .swiper-slide .imgs {
		height: 1.9rem;
	}
	.goverc-life .cont-box .swiper-slide .name {
		display: none;
	}
	.goverc-life-zhan .item-box {
		position: relative;
		height: 1.7rem;
	}
	.goverc-life-zhan .swiper-slide {
		height: 1.28rem;
		opacity: 0.5;
	}
	.goverc-life-zhan .swiper-slide.swiper-slide-active {
		opacity: 1;
	}
	.goverc-life .cont-box .bottom-doc {
		display: block;
	}
	.goverc-life {
		padding-top: 0.3rem;
		padding-bottom: 0.15rem;
	}
	.goverc-life .doc-box {
		font-size: 0.2rem;
		line-height: 0.26rem;
		color: #4b4b4b;
	}
	.goverc-life .doc-box p {
		margin-bottom: 0.2rem;
	}
	.goverc-life .doc-box p:last-child {
		margin-bottom: 0;
	}
	.goverc-life .common-title {
		margin-top: 0;
	}
	.goverc-life .inner-area {
		margin-top: 0.25rem;
	}
	.goverc-life-zhan .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		border: 2px solid #e1dfe9;
		background: #c7c5ce
	}
	.goverc-life-zhan .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		border: 2px solid #076cf2;
		background: #e1dfe9
	}
}

@media screen and (max-width: 650px) {
	.goverc-work .right-box-main:after {
		height: 2.25rem;
	}
	.goverc-work .swiper-pagination {
		top: 2.4rem;
	}
	.goverc-cheng {
		margin-top: 0.38rem;
		padding-bottom: 0.33rem;
		background: url(../images/goverc-cheng-bg1.png) no-repeat bottom center;
		background-size: 100% auto;
	}
	.goverc-cheng .cheng-doc {
		color: #4b4b4b;
		font-size: 0.2rem;
	}
	.goverc-cheng .list {
		margin-top: 0.22rem;
	}
	.goverc-cheng .list li span {
		font-size: 0.2rem;
		line-height: 0.35rem;
	}
	.goverc-cheng .list li:nth-child(1) {
		text-align: left;
		padding-left: 7px;
	}
	.goverc-cheng .list li:nth-child(3) {
		text-align: right;
		padding-right: 7px;
	}
	.goverc-cheng .imgs-box {
		margin-top: 0.2rem;
	}
}

/**** 关于我们 ***/

.goverc-top .list {
	overflow: hidden;
	margin: 1.8em 1.35em 0 1.35em;
}

.goverc-top .list li {
	float: left;
	width: 31.12%;
	margin-right: 3.32%;
	text-align: center;
}

.goverc-top .list li:nth-child(3n) {
	margin-right: 0;
}

.goverc-top .list .imgs-box {
	position: relative;
	overflow: hidden;
}

.goverc-top .list .imgs-box img {
	width: 100%;
	display: block;
}

.goverc-top .list .title {
	font-size: 1.2em;
	margin-top: 1.2em;
	padding-bottom: 0.35em;
}

.goverc-top .list .txt {
	font-size: 14px;
	line-height: 27px;
	padding: 0 12%;
}

.goverc-yuan {
	margin-top: 3.6em;
}

.goverc-yuan .yuan-main {
	overflow: hidden;
	position: relative;
	margin-top: 2.5em;
}

.goverc-yuan .yuan-main .left-box {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #fafafa;
}

.goverc-yuan .yuan-main .right-box {
	float: right;
	width: 50%;
	background: -moz-linear-gradient(top, #081840, #044099);
	background: -o-linear-gradient(top, #081840, #044099);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#081840), to(#044099));
	color: #fff;
	position: relative;
	padding: 1.1em 3.4em 1.7em 3.8em;
}

.goverc-yuan .yuan-main .right-box .bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 23.45em;
}

.goverc-yuan .yuan-main .right-box .cont-box {
	position: relative;
	z-index: 10;
}

.goverc-yuan .yuan-main .right-box .cont-box .title {
	font-size: 1.2em;
	padding-bottom: 0.4em;
	font-family: "MicLight";
}

.goverc-yuan .yuan-main .right-box .cont-box .doc {
	font-size: 1.5em;
}

.goverc-yuan .yuan-main .right-box .cont-box .doc.on {
	margin-bottom: 1.5em;
}

.goverc-yuan .yuan-main .right-box .cont-box .txt {
	font-size: 14px;
	line-height: 28px;
	color: #cbcbcb;
	margin-top: 13px;
}

.goverc-yuan .yuan-main .right-box .cont-box .list {
	padding-left: 7px;
	margin-top: 1.5em;
}

.goverc-yuan .yuan-main .right-box .cont-box .list li {
	position: relative;
	font-size: 14px;
	padding-left: 30px;
	line-height: 26px;
	margin-bottom: 10px;
}

.goverc-yuan .yuan-main .right-box .cont-box .list li:last-child {
	margin-bottom: 0;
}

.goverc-yuan .yuan-main .right-box .cont-box .list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #94b2d9;
	border-radius: 50%;
}

.goverc-honor {
	background: #08142b url(../images/goverc-honor-bg.jpg) no-repeat bottom center;
	background-size: cover;
	min-height: 200px;
	padding: 3.6em 0 3.8em;
}

.goverc-honor .common-title {
	color: #fff;
}

.goverc-honor .common-title:after {
	background: #fff;
}

.goverc-honor .inner-area {
	margin-top: 2em;
}

.goverc-honor .list1 li {
	text-align: center;
}

.goverc-honor .list1 .imgs {
	overflow: hidden;
}

.goverc-honor .list1 .imgs img {
	width: 20em;
	height: 14em;
	display: block;
	margin: auto;
}

.goverc-honor .list1 .name {
	margin-top: 1.1em;
}

.goverc-honor .list1 .name span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	padding: 0 22px 5px 22px;
	position: relative;
	max-width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.goverc-honor .list1 .name span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 55%;
	margin-top: -15px;
	width: 12px;
	height: 30px;
	background-size: 100% auto;
}

.goverc-honor .list1 .name span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 55%;
	margin-top: -15px;
	width: 12px;
	height: 30px;
	background-size: 100% auto;
}

.goverc-honor .list1 .name span i {
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.goverc-honor .list2 {
	margin-top: 1.4em;
	background: url(../images/honor-list2-bg.png) repeat-x left top;
	padding: 1.2em 0 0 0;
	overflow: hidden;
}

.goverc-honor .list2 li {
	float: left;
	width: 25%;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 3px 10px 3px 31px;
	background: url(../images/honor-list2-libg.png) no-repeat left center;
	background-size: 20px auto;
	margin-bottom: 22px;
}

.swiper-container.honor .swiper-pagination {
	display: none;
}

.goverc-history {
	padding: 3.6em 0 4em;
	background: #fff no-repeat bottom center;
	background-size: cover;
}

.goverc-history .history-main {
	margin: 0 1.3em;
	margin-top: 2em;
	position: relative;
	padding: 0 2.6em;
	background: url(../images/history-bg.png) repeat-x top 179px left;
}

.goverc-history .history-main .dian-box:after {
	content: '';
	display: table;
	clear: both;
}

.goverc-history .history-main .dian-box {
	position: relative;
}

.goverc-history .history-main .dian {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #f08000;
	float: left;
}

.goverc-history .history-main .swiper-container.history .swiper-slide {
	padding-top: 176px;
	padding-bottom: 130px;
}

.goverc-history .history-main .dian-box .doc-box {
	position: absolute;
	left: 0;
	bottom: 2em;
	width: 80.5%;
	background: #f2f1f7;
	padding: 25px 18px;
	border-radius: 5px;
}

.goverc-history .history-main .dian-box .doc-box span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
}

.goverc-history .history-main .dian-box .year {
	position: absolute;
	width: 100%;
	left: 0;
	top: 1.5em;
	font-family: "arial";
	font-weight: bold;
	font-size: 18px;
}

.goverc-history .history-main .imgs {
	position: absolute;
	left: 0;
	bottom: 1.3em;
	width: 3.8em;
	border-radius: 3px;
	box-shadow: 5px 3px 10px rgba(0, 0, 0, .15);
	z-index: 10;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.goverc-history .history-main .imgs:hover {
	width: 91%;
}

.swiper-container.history {
	padding-bottom: 2em;
}

.swiper-container.history .swiper-prev {
	position: absolute;
	right: 50%;
	margin-right: 10px;
	bottom: 0;
	width: 50px;
	height: 14px;
	background: url(../images/history-left-bg1.png) no-repeat center center;
	background-size: 100% auto;
	z-index: 10;
	cursor: pointer;
}

.swiper-container.history .swiper-prev:hover {
	background: url(../images/history-left-bg1-1.png) no-repeat center center;
	background-size: 100% auto;
}

.swiper-container.history .swiper-next {
	position: absolute;
	left: 50%;
	margin-left: 10px;
	bottom: 0;
	width: 50px;
	height: 14px;
	background: url(../images/history-right-bg1.png) no-repeat center center;
	background-size: 100% auto;
	z-index: 10;
	cursor: pointer;
}

.swiper-container.history .swiper-next:hover {
	background: url(../images/history-right-bg1-1.png) no-repeat center center;
	background-size: 100% auto;
}

.swiper-container.history-ph {
	display: none;
	margin-top: 0.3rem;
	margin-left: 0.4rem;
	background: url(../images/history-bg.png) repeat-x center center;
	background-size: auto 3px;
}

.swiper-container.history-ph .swiper-slide {}

.swiper-container.history-ph .swiper-slide span {
	font-family: "arial";
	font-size: 0.2rem;
	font-weight: bold;
	height: 0.4rem;
	line-height: 0.4rem;
	color: rgba(156, 101, 39, .3);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	background: #fff;
}

.swiper-container.history-ph .swiper-slide.on span {
	color: #f08000;
	font-size: 0.3rem;
}

.swiper-container.history-ph-doc {
	margin-top: 0.1rem;
	display: none;
}

.swiper-container.history-ph-doc .swiper-slide {
	padding: 0 0.4rem;
	text-align: center;
	padding-bottom: 0.2rem;
}

.swiper-container.history-ph-doc .swiper-slide img {
	width: 100%;
	display: block;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	display: none;
}

.swiper-container.history-ph-doc .swiper-slide .name {
	font-size: 0.18rem;
	line-height: 0.28rem;
	display: table;
	text-align: center;
	height: 1.64rem;
	width: 100%;
	padding: 0 5%;
	background: #ebecf5 no-repeat top center;
	background-size: cover;
	margin-top: 0.25rem;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 5px 6px rgba(0, 0, 0, .2);
}

.swiper-container.history-ph-doc .swiper-slide .name:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -0.15rem;
	bottom: 100%;
	width: 0;
	height: 0;
	display: block;
	border-width: 0.25rem 0.15rem;
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #ebecf5;
}

.swiper-container.history-ph-doc .swiper-slide .name span {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 1400px) {
	.goverc-honor .list1 .name span {
		font-size: 14px;
	}
	.goverc-history .history-main .imgs {
		width: 6em;
	}
	.goverc-history .history-main .dian-box .doc-box {
		bottom: 2.7em;
	}
	.goverc-history .history-main .dian-box .doc-box {
		padding: 20px 25px;
	}
	.goverc-history .history-main .dian-box .doc-box span {
		font-size: 15px;
	}
}

@media screen and (max-width:991px) {
	.goverc-top .list {
		margin: 0;
		margin-top: 0.3rem;
	}
	.goverc-top .list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.3rem;
	}
	.goverc-top .list .title {
		font-size: 0.22rem;
		margin-top: 0.1rem;
	}
	.goverc-top .list .txt {
		font-size: 0.2rem;
		line-height: 0.24rem;
		padding: 0;
	}
	.goverc-yuan {
		margin-top: 0.1rem;
	}
	.goverc-yuan .common-title {
		margin-top: 0;
	}
	.goverc-yuan .yuan-main {
		margin-top: 0.3rem;
	}
	.goverc-yuan .yuan-main .left-box {
		display: none;
	}
	.goverc-yuan .yuan-main .right-box {
		width: 100%;
		padding: 0.35rem 0.17rem;
		background: #0a2058;
	}
	.goverc-yuan .yuan-main .right-box .bg {
		width: 2.55rem;
	}
	.goverc-yuan .yuan-main .right-box .cont-box .title {
		font-size: 0.2rem;
		padding-bottom: 0.1rem;
		color: #e8eff7;
	}
	.goverc-yuan .yuan-main .right-box .cont-box .doc {
		font-size: 0.2rem;
		padding-bottom: 0.13rem;
		margin-bottom: 0.13rem;
		position: relative;
		color: #fff;
	}
	.goverc-yuan .yuan-main .right-box .cont-box .doc:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0.14rem;
		height: 1px;
		background: #8590ac;
		display: none;
	}
	.goverc-yuan .yuan-main .right-box .cont-box .doc.on {
		padding-bottom: 0.13rem;
		margin-bottom: 0.13rem;
	}
	.goverc-yuan .yuan-main .right-box .cont-box .txt {
		font-size: 0.2rem;
		line-height: 0.26rem;
		color: #e8eff7;
	}
	.goverc-yuan .yuan-main .right-box .cont-box .list {
		margin-top: 0.15rem;
		padding-left: 0.12rem;
	}
	.goverc-yuan .yuan-main .right-box .cont-box .list li {
		font-size: 0.2rem;
		line-height: 0.26rem;
		padding-left: 0.14rem;
		margin-bottom: 0;
		color: #a6c1e3;
	}
	.goverc-yuan .yuan-main .right-box .cont-box .list li:after {
		width: 4px;
		height: 4px;
		top: 0.1rem;
		margin-top: 0;
	}
	.goverc-honor .common-title {
		margin-top: 0;
	}
	.goverc-honor {
		padding: 0.3rem 0 0.4rem 0;
		background: #08142b no-repeat bottom center;
		background-size: cover;
	}
	.goverc-honor .list1 .imgs img {
		width: 75%;
		margin: auto;
	}
	.goverc-honor .inner-area {
		margin-top: 0.35rem;
	}
	.goverc-honor .list1 .name {
		margin-top: 0.1rem;
	}
	.goverc-honor .list1 .name span {
		font-size: 0.2rem;
		padding-bottom: 0;
		max-width: 4rem;
	}
	.goverc-honor .list1 .name span i {
		border-bottom: none;
	}
	.swiper-container.honor {
		padding-bottom: 0.2rem;
	}
	.swiper-container.honor .swiper-pagination {
		bottom: 0;
		display: block;
	}
	.swiper-container.honor .swiper-pagination-bullet {
		width: 0.15rem;
		height: 2px;
		background: #535e71;
		margin: 0 5px;
		border-radius: 0;
	}
	.swiper-container.honor .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #fff;
	}
	.goverc-honor .list2 {
		margin-top: 0.2rem;
		padding-top: 0.2rem;
	}
	.goverc-honor .list2 li {
		font-size: 0.2rem;
		width: 50%;
		margin-bottom: 0.1rem;
		padding-left: 0.25rem;
		background: url(../images/honor-list2-libg.png) no-repeat left center;
		background-size: 0.15rem auto;
	}
	.goverc-honor .list2 li:last-child {
		width: 100%;
	}
	.swiper-container.history {
		display: none;
	}
	.goverc-history {
		padding: 0.3rem 0 0.4rem 0;
	}
	.goverc-history .common-title {
		margin-top: 0;
	}
	.goverc-history .history-main {
		margin: 0;
		padding: 0;
		background: none;
	}
	.swiper-container.history-ph {
		display: block;
	}
	.swiper-container.history-ph-doc {
		display: block;
	}
}

/* 声明页 */

body.notice {
	background: #f6f6f6;
}

/* 搜索页 */

.commom-navs {
	padding: 2.5em 0;
	position: relative;
	background-color: #f1f1f1;
}

.commom-navs .inner-area {
	margin-top: 0;
}

.commom-navs .search-cont {
	width: 60%;
	height: 46px;
	position: relative;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.commom-navs .search-cont .cont-main {
	position: relative;
	height: 100%;
}

.commom-navs .search-cont .cont-main .txt {
	width: 100%;
	height: 100%;
	line-height: 46px;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 50px;
	color: #333;
}

.commom-navs .search-cont .cont-main .txt::-webkit-input-placeholder {
	color: #999;
}

.commom-navs .search-cont .cont-main .sou-btn {
	position: absolute;
	width: 23px;
	height: 23px;
	right: 15px;
	top: 50%;
	margin-top: -11.5px;
}

.result-top .list {
	overflow: hidden;
	padding-bottom: 2em;
}

.result-top .list li {
	float: left;
	font-size: 18px;
	margin-right: 2.667em;
}

.result-top .list li span {
	margin-left: 10px;
}

.result-top .list li a {
	color: #666666;
}

.result-top .list li.on a {
	color: #0371e0;
}

.result-top .list li a:hover {
	color: #0371e0;
}

.inner-area.result {
	margin-top: 0;
}

@media screen and (max-width:1200px) {
	.commom-navs .search-cont {
		width: 100%;
	}
}

@media screen and (max-width:http://localhost/hlppx) {
	.commom-navs {
		padding: 2em 0;
	}
	.commom-navs .search-cont .cont-main .txt {
		line-height: 0.4rem;
		font-size: 0.2rem;
		padding-left: 0.15rem;
	}
	.commom-navs .search-cont .cont-main .sou-btn {
		width: 0.2rem;
		height: 0.2rem;
		margin-top: -0.1rem;
		right: 0.15rem;
	}
	.result-top .list {
		padding-bottom: 0.2rem;
	}
	.result-top .list li {
		font-size: 0.2rem;
		margin-right: 0.25rem;
		margin-bottom: 0.1rem;
	}
}

/**** 图片放大 ***/

.bigimg-box {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 1000%;
	top: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 100000;
	overflow-x: scroll;
	display: none;
}

.bigimg-box .bigimg-box-close {
	position: fixed;
	right: -1rem;
	top: 0.2rem;
	width: 0.25rem;
}

.bigimg-box .bigimg-main {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.bigimg-box .bigimg-main .bgs {
	max-width: 800px;
	margin: 0 5%;
}

@media screen and (max-width:http://localhost/hlppx) {
	.bigimg-box {
		left: 0;
	}
	.bigimg-box .bigimg-box-close {
		right: 0.2rem;
	}
}

/* 20200921 kqx start */

.contact-list .list li.item {
	cursor: pointer;
}

.contact-list .list li.item ul {
	display: none;
}

.contact-top .doc-box {
	padding: 1.5em 2em;
}

.goverc-zhi .list:after {
	width: 100%;
}

/* 加入我们 */

.goverc-paty {
	position: relative;
	margin-top: 47px;
}

.goverc-paty-cont {
	overflow: hidden;
}

.goverc-paty .swiper-slide {
	font-size: 18px;
	color: #333333;
	width: auto;
	padding: 0 2.245em;
	line-height: 3.1em;
	height: 3.1em;
	cursor: pointer;
}

.goverc-paty .swiper-slide:nth-child(2) {
	padding-left: 1em;
}

.goverc-paty .swiper-slide.on {
	padding: 0 3.6em;
	background-color: #2b7fe5;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #ffffff;
	font-weight: bold;
}

.goverc-paty .goverc-arrow {
	width: 32px;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	cursor: pointer;
}

.goverc-paty .goverc-arrow.swiper-button-disabled {
	cursor: default;
	opacity: 0;
}

.goverc-paty .goverc-arrow.goverc-left {
	left: -45px;
	background: url(../images/goverc-left01.png) no-repeat center;
	background-size: cover;
}

.goverc-paty .goverc-arrow.goverc-left:hover {
	background: url(../images/goverc-left01-1.png) no-repeat center;
	background-size: cover;
}

.goverc-paty .goverc-arrow.goverc-right {
	right: -45px;
	background: url(../images/goverc-right01.png) no-repeat center;
	background-size: cover;
}

.goverc-paty .goverc-arrow.goverc-right:hover {
	background: url(../images/goverc-right01-1.png) no-repeat center;
	background-size: cover;
}

.goverc-cai {
	border-top: 2px solid #fff;
}

.goverc-life-zhan {
	background: #f2f1f7 url(../images/goverc-bg.png) no-repeat center center;
	background-size: cover;
}

@media screen and (max-width:http://localhost/hlppx) {
	.goverc-life {
		border-bottom: 1px solid #dcdcdc;
	}
	.goverc-paty-cont {
		margin-bottom: 0.3rem;
		overflow: visible;
	}
	.goverc-paty .swiper-slide {
		font-size: 0.2rem;
		padding: 0 0.34rem;
		line-height: 0.38rem;
		height: 0.38rem;
		border-radius: 3px;
	}
	.goverc-paty .swiper-slide.on {
		padding: 0 0.26rem;
		position: relative;
	}
	.goverc-paty .swiper-slide.on:after {
		content: '';
		width: 0.12rem;
		height: 0.09rem;
		background: url(../images/bottom-doc-span-bg.png) no-repeat bottom center;
		background-size: contain;
		position: absolute;
		bottom: -0.28rem;
		left: 0;
		right: 0;
		margin: auto;
	}
	.goverc-life-zhan {
		background: #ffffff;
	}
	.goverc-life-zhan .swiper-slide {
		height: 1.9rem;
	}
	.goverc-life-zhan .inner-area {
		padding: 0;
		padding-left: 0.17rem;
	}
	.goverc-life-zhan .item-box {
		height: 2.05rem;
	}
	.goverc-life-zhan.on {
		padding: 0.13rem 0 0.2rem;
	}
	.goverc-life-zhan .swiper-pagination .swiper-pagination-bullet {
		width: 7px;
		height: 2px;
		border: 2px solid #b4d3fb;
		background: #b4d3fb;
		border-radius: 0;
		margin: 0 2.5px;
	}
	.goverc-life-zhan .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 23px;
		border: 2px solid #076cf2;
		background: #076cf2;
	}
	.goverc-life-zhan .swiper-container {
		padding-bottom: 0.2rem;
	}
	.goverc-life-zhan .swiper-slide:last-child {
		opacity: 1;
	}



}

/* 20200921 kqx end */

/*20201224 */

	.imgs-clickimg{
		position: fixed;
		z-index: 999999999;
		top: 2.5%;
		right: 2.5%;
		width: 95%;
		height: 95%;
		transform: scale(0,0);
		opacity: 0;
		background: #fff;
		transition: all 1s;
		cursor: zoom-out;
	}
	.imgs-clickimg .imgs-clickimg-img{
		width: 95%;
		height: 95%;
	}
	.img-allwid{
		transform: scale(1,1);
		opacity: 1;
	}

/*case*/
.case {
	padding:0px;
	margin-top:0px
}
.case ul{
	margin-bottom:0px
}

.case_top {
	padding:0px;
	margin:0px
}
.nav {
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #dbdbdb;
}

.nav ul  li {margin-right: 60px;float: left;}
.nav ul li a{
	display: block;
	font-size: 14px;
	color: #999999;
	height: 70px;
}
.nav ul li a.cur,.nav ul li:hover a{
	color: #0f4a9f;
}

.soluDetail{
	background:#e8f1fa url(../images/solu_bg.jpg) no-repeat left bottom ;
	height: auto;
	width: 100%;
	
}
.soluDetail .stit{
	text-align:center;
	padding-top: 34px;
	font-size: 20px;
}
.soluDetail .solud_words{
	padding: 30px 10px;
}
.solud_words p{
	text-align: left;
	line-height: 28px;
	font-size: 14px;
}
.solud_words img{
	width: 65%;
	margin-left: 23%;
}

.soluDetail ul{width: 100%;overflow: hidden;padding-bottom: 60px;}
.soluDetail ul li{
	float: left;
	width: 260px;
	height: 260px;
	margin-top: 60px;
	position: relative;
	margin-right: 15px;
	background: #FFFFFF;
	cursor: pointer;
}
.soluDetail ul li:nth-child(4n){
	margin-right: 0;
}
.soluDetail ul li div.img{
	position: relative;
}
.soluDetail ul li div.img img{
	height: 192px;
	width: 100%;
	border-bottom: 5px solid #CCCCCC;
}
.soluDetail ul li div.img .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0);
}
.soluDetail ul li div.img .sign{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	margin: -25px 0 0 -25px;
	transform: scale(0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.soluDetail ul li h3,.soluDetail ul li p{
	padding-left: 20px;
	margin-top: 6px;
}
.soluDetail ul li h3{
	font-size: 15px;
	font-weight: normal;
	color: #444444;
}
.soluDetail ul li p{
	font-size: 12px;
	font-family: arial;
	color: #999999;
}
.soluDetail ul li .round{
	display: inline-block;
	position: absolute;
	right: 30px;
	bottom: 18px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #b3b3b3;
	transform: scale(0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.soluDetail ul li:hover{
  -webkit-box-shadow: 5px 0px 30px rgba(4,0,0,0.1);  
  -moz-box-shadow: 5px 0px 30px rgba(4,0,0,0.1);  
  box-shadow: 5px 0px 30px rgba(4,0,0,0.1);  
}
.soluDetail ul li:hover div.img img{
	border-color: #00c0ff;
}
.soluDetail ul li:hover div.img .bg{
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); 
}
.soluDetail ul li:hover div.img .sign{
	width: 50px;
	height: 50px;
}
.soluDetail ul li:hover .round,.soluDetail ul li:hover div.img .sign{
	transform: scale(1);
}
.soluDetail ul li:hover .round{
 -webkit-box-shadow: 4px 0px 15px rgba(4,0,0,0.1);  
  -moz-box-shadow: 4px 0px 15px rgba(4,0,0,0.1);  
  box-shadow: 4px 0px 15px rgba(4,0,0,0.1); 
}

.solu-case ul li {
  float: left;
  width: 380px;
  height: 345px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 19px;
  font-size: 12px;
  line-height: 20px;
  color: #2d2b2a;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.solu-case ul li .image {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 251px;
  margin-bottom: 25px;
}
.solu-case ul li .image .bg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.solu-case ul .image .sign {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  background: url(../../img/solc_sign.png) no-repeat center;
  margin: -39px 0 0 -39px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.solu-case ul li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #444444;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.solu-case ul li p{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.solu-case ul li:hover .image .bg {
  opacity: 1;
}
.solu-case ul li:hover .image .sign {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.word-text .title{
	text-align:left
    height: 30px;
    line-height: 30px;
    color: #1768b4;
    font-weight: 600;
}
.word-text .img{
	max-width:100%
}

.word-text p{
	line-height:28px
}
.word-text .case_title{
	font-weight:bolder;
	color:#1768b4;
	text-align:center;
	font-size:16px;
	line-height:50px
}

/*你问我答*/
.answerwrap{padding-top: 20px;}
.answerwrap ul li{margin-bottom: 20px;}
.answertit{height: 50px;line-height: 50px;font-size: 14px;color: #333;position: relative;border-bottom: 1px solid #e7e6e6;cursor: pointer;}
.answerwrap ul li.on .answertit{color: #0079d7;}
.tipicon{width: 24px;height: 24px;background: #545454;font-size: 12px;color: #fff;line-height: 24px;text-align: center;border-radius: 50%;margin-right: 15px;display: inline-block;*display: inline;zoom:1;font-style: normal;font-weight: 600;}
.answerwrap ul li.on .tipicon{background: #0079d7;}
.answerwrap ul li .arrow{position: absolute;right: 0;top: 50%;margin-top: -7px;width: 22px;height: 14px;background:url(../images/arrow.png) no-repeat center;background-size: contain;}
.answerwrap ul li.on .arrow{background:url(../images/arrowf.png) no-repeat center;background-size: contain;}
.answerwrap ul li .answeritem{background: #f8f8f8;font-size: 14px;line-height: 1.8;max-height: 0;overflow: hidden;}
.answerwrap ul li.on .answeritem{max-height: 999px;padding: 20px;}
.questionbox{padding: 20px 0 160px 10px;}
.questionbox{font-size: 14px;color: #333;line-height: 30px;}
.textinpt{width: 350px;line-height: 38px;border: 1px solid #e7e6e6;border-radius: 3px;outline: none;margin-bottom: 20px; padding-left:10px}
.questionbox textarea{width: 94%;font-size: 14px;color: #333;line-height: 1.8;resize: none;border: 1px solid #e7e6e6;border-radius: 3px;outline: none;height: 200px;}
.uploadbtn{background: #ebebeb;position: relative;width: 130px;height: 36px;line-height: 36px;text-align-last: center;font-size: 14px;color: #333;border-radius: 3px;margin: 10px 0 30px;}
.uploadbtn .filebtn{position: absolute;left: 0;top: 0;bottom: 0;right: 0;opacity: 0;z-index: 999;cursor: pointer;}
.questionbox a{display: block;background: #1766b2;font-size: 14px;color: #fff;text-align: center;width: 130px;height: 36px;line-height: 36px;border-radius: 3px;cursor: pointer;}
.questionbox a:hover,.uploadbtn{opacity:.8;}

/*知识库*/
.inner-area-left{ float:left; width:22%}
.inner-area-right{ float:right; width:71%}
.page_menu{position: sticky;
    top: 64px;
    width: 240px;
    background: #f5f7ff;
	}
.page_menu h4{
	font-size: 28px;
    color: #1a2640;
    font-weight: 600;
}
.menu_title{
    padding: 38px 0 30px 24px;
}

.page_nav li a{
    margin: 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
	padding-left:24px
}
.page_nav .selected{
    background: #0073e6;
    color: #fff;
}
.page_nav .selected a{
    color: #fff;
}
.page_nav ul li{
	line-height:30px;
}
.knowitem{padding: 20px 40px 20px 0;border-bottom: 1px solid #e7e6e6;display: block;cursor: pointer;}
.knowtit{font-size: 16px;color: #333;line-height: 1.6;}
.knowtit i{width:8px;height:8px;display: inline-block;*display: inline;zoom:1;background: #1766b2;margin-right: 10px;border-radius: 5px;vertical-align: top;margin-top: 10px;}
.knowword{font-size: 14px;color: #666;line-height: 1.6;padding-top: 5px;}
.knowitem:hover .knowtit,.knowitem:hover .knowword{color: #1766b2;}

/*下载中心*/
.down {
    border-bottom: 1px solid #EAEAEA;
    padding: 48px 0 64px;
}
.down .title {
    color: #3A3C3E;
    font-size: 26px;
    font-weight: lighter;
}
.down .desc {
    font-size: 14px;
    margin: 16px 0 32px;
}
.down .img {
    float: left;
    width: 160px;
    margin-right: 36px;
}
.down .ver {
    float: left;
    color: #999;
    height: 56px;
    line-height: 56px;
}

.down .img .btn {
    background: #2D8CFF;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    width: 160px;
    padding: 0;
}

/*合作伙伴*/
.panel-left {
	float:left
}
.panel-right {
	float:right
}


.panel-right .content-block {
    justify-content: flex-end;
}
.panel-right .content-block .image {
    order: 2;
    left: 0;
}
.panel-right .content-block .card-block
{order:1;left:0;right:0;margin-left:0;margin-right:34px}

.content-block {
    position: relative;
    display: flex;
    top: 0;
    max-width: none;
    margin: 40px auto;
    align-items: center;
}
.content-block .title {
    padding-bottom: 24px;
    color: #1a1f71;
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
}
.content-block .background {
    display: none;
}
.content-block .description {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 40px;
}
.content-block .image {
    position: relative;
    display: block;
    float: none;
    order: 1;
    top: 0;
    transform: none;
    width: 56.25%;
    height: auto;
    overflow: hidden;
}
.content-block .card-block {
    position: relative;
    display: block;
    float: none;
    order: 2;
    left: 0;
    transform: none;
    max-width: 26.5%;
    width: auto;
    padding: 0;
    margin-left: 34px;
}
.cta-primary {
    padding: 14px 30px;
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    background-color: #003aac;
    border: 0;
}

.m-section {
	overflow: hidden;
    text-align: center;
    justify-content: center;
    padding: 80px 0;
}

.m-section h2{
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 40px;
    color: #373d40;
	font-weight:bold
}
.m-section .m-title {
	clear:both
}
.flow-wrap .flow-box {
    display: flex;
    font-size: 16px;
    color: #333;
    text-align: center;
}
 .flow-wrap .flow-box .icon-img {
    margin-right: 36px;
    margin-left: 36px;
}
.flow-wrap .flow-box img {
    width: 72px;
    margin-bottom: 10px;
    vertical-align: top;
    height: 72px;
}
.flow-wrap .btn-join {
    background: #488bff;
    border-radius: 5px;
    border-radius: 5px;
    height: 45px;
    width: 144px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 40px auto 0;
    cursor: pointer;
}

/* 授权代理商 */
.agentbanner{width: 100%;box-sizing: border-box;position: relative;overflow: hidden;}
.agentbanner img{display: block;width: 100%;}
.agentbanner .text{width: 100%;text-align: center;position: absolute;top: 50%;left: 0;transform: translateY(-50%);-webkit-transform: translateY(-50%);margin-top: 45px;}
.agentbanner .text p{font-size: 14px;color: #fff;margin-bottom: 10px;text-transform: uppercase;}
.agentbanner .text h3{font-size: 48px;color: #ffffff;font-weight: bold;}

/* agent01wrap */
.agent01wrap{width: 100%;box-sizing: border-box;margin: 100px 0;}
.agenttl{text-align: center;font-size: 24px;color: #222222;font-weight: bold;padding-bottom: 50px;}
.agent01wrap .line{width: 100%;height: 1px;background-color: #ddd;position: relative;z-index: 0;}
.agent01{margin: auto;box-sizing: border-box;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;position: relative;z-index: 1;margin-top: -10px;}
.agent01 .item{width: 32%;box-sizing: border-box;text-align: center;}
.agent01 .item font{display: block;width: 20px;height: 20px;background-color: #076bf2;border-radius: 50%;margin:auto;}
.agent01 .item p{font-size: 16px;color: #222222;margin: 20px auto 40px;}
.agent01 .item h4{font-size: 15px;color: #444444;line-height: 30px;display: block;box-sizing: border-box;width: 100%;padding: 50px;background-color: #ebebeb;position: relative;min-height: 190px;}
.agent01 .item h4::before{content: '';display: block;width: 0;height: 0;border: 10px solid transparent;border-top-color: #ebebeb;transform: rotate(-180deg);-webkit-transform: rotate(-180deg);position: absolute;left: 50%;top: -20px;margin-left: -10px;}

/* agent02wrap */
.agent02wrap{width: 100%;box-sizing: border-box;background-color: #f1f2f3;padding: 100px 0;}
.agent02{margin: auto;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;}
.agent02 .imgbox{width: 50%;box-sizing: border-box;overflow: hidden;}
.agent02 .imgbox img{display: block;width: 100%;transition: all .6s;}
.agent02 .imgbox:hover img{transform: scale(1.1);}
.agent02 .text{width: 50%;box-sizing: border-box;padding-left: 40px;}
.agent02 .text p{width: 100%;box-sizing: border-box;position: relative;padding-left: 10px;font-size: 15px;line-height: 24px;color: #444444;margin-bottom: 30px;}
.agent02 .text p:last-child{margin-bottom: 0;}
.agent02 .text p::before{content: '';display: block;width: 2px;height: 15px;background-color: #444;position: absolute;left: 0;top: 4px;}

/* agent03wrap */
.agent03wrap{width: 100%;box-sizing: border-box;margin: 10px 0;}
.agent03{margin: auto;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;}
.agent03 li{width: 18.4%;margin-right: 2%;box-sizing: border-box;padding: 30px;background-color: #eeeeee;text-align: center;}
.agent03 li:nth-of-type(5n){margin-right: 0;}
.agent03 li .imgbox{width: 79px;height: 79px;margin: auto;margin-bottom: 30px;}
.agent03 li .imgbox img{display: block;width: 100%;}
.agent03 li h4{font-size: 15px;color: #444444;line-height: 24px;}
@media screen and (max-width:991px) {
.header-box.on {height: 0.64rem;}
.page_menu {width:100%;}
.agent01 .item{width: 100%; clear:both; margin-bottom:10px; box-sizing: border-box;text-align: center;}
.agent03 li{width: 100%; margin-bottom:10px; clear:both; box-sizing: border-box;padding: 10px;background-color: #eeeeee;text-align: center;} 
.agent03{display: block;}
.agent02 .imgbox{width: 100%; clear:both}
.agent02 .text{width: 100%; clear:both; padding-left:0px}
.flow-wrap .flow-box {
    display: block;
    font-size: 12px;
    color: #333;
    text-align: center;
}
.soluDetail ul li{ width:100%; margin-top:0px}
.answerwrap{padding: 10px;}
.inner-area-left {width: 100%;}
.inner-area-right {width: 100%;}
.knowitem {
  padding: 10px;
}
.nav ul li{margin-right: 10px;float: left;}
.content-block {display: block;}
.content-block .image {width:100%;}
.content-block .image img{max-width:100%;}
.content-block .card-block {width: 100%;margin-left: 0px; max-width:100%}
.agent01{display: block}
.agent02{display: block}
.mapimg { margin:auto;  width: 100%;}
.mapdetail { margin:auto; width: 100%;}
.box9wrap ul li {with: 100%;}
.footer {border-top: 0px solid #076bf2;}
}
/* XBM */
.m-section-expert .m-section__body {
    position: relative;
    margin: 145px auto 50px;
    height: 486px;
    background: url(https://res.qiyukf.net/main/res/img/indexexpert/qy-web-yfwsy-2.8-pic@2x_0db138c….png) no-repeat center;
    background-size: auto 486px;
    background: url(https://res.qiyukf.net/main/res/img/indexexpert/qy-web-yfwsy-2.8-pic@2x_0db138c….png) no-repeat center\9;
}
.m-section__animList-itm.one{left:18px;top:80px;}
.m-section__animList-itm.two{left:262px;top:-80px;}
.m-section__animList-itm.three{left:590px;top:-80px;}
.m-section__animList-itm.four{left:262px;top:230px;}
.m-section__animList-itm.five{left:590px;top:230px;}
.m-section__animList-itm.six{left:840px;top:80px;}