﻿@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: 16px;
  }
}

@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:991px) {
  .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;
}

.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: 16px;
  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: 16px;
  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.06rem;
  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: 1rem;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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.16rem;
  }
  .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-nav-list {
    margin-bottom: 0.1rem;
  }
  .foot-nav-list li:nth-child(4) {
    display: block;
  }
  .foot-nav-list .foot-level1 {
    line-height: 3.5em;
    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;
  }
  .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-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.16rem;
  }
  .foot-bot-box {
    font-size: 0.18rem;
    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{
  display: none;
}
@media screen and (max-width: 767px)
.foot-nav-list .foot-level1 .arrow {
  display: block;
}
.foot-level1 .arrow {
  width: 0.44rem;
  height: 0.44rem;
  display: none;
  background: url(../images/arrow-16.png) no-repeat center center;
    background-size: auto;
  background-size: 40% auto;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.22rem;
  cursor: pointer;
}
i, em {
  font-style: normal;
}

/* 20200921 kqx end */