﻿@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: 1600px) and (min-width: 1441px) {
  body {
    font-size: 19px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1280px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 992px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 0.16rem;
  }
}

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{
  max-width: 1200px;
  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: 1200px) {
  .global-inner{
    width: 95%;
  }
}
@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;
}

.main-box{
  min-height: 95vh;
}


/***** 顶部 ******/
.header-box{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 64px;
    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;*/
    transition: top 0.1s cubic-bezier(.08,.03,.22,.87) .3s;
    will-change: transform;
    transition: transform 200ms linear;
}
.header-box.headroom--pinned {
  transform: translateY(0%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.16);
}
.header-box.headroom--top{
  box-shadow: none !important;
}
.header-box.headroom--unpinned {
  transform: translateY(-100%);
}
.about-page-box .header-box{
  display: none !important;
}
@media screen and (max-width: 991px){
  .about-page-box .header-box,
  .about-page-box .header-box.headroom--top{
    display: block !important;
  }
}
.header-box.headroom--pinned{
  display: block;
}
.header-box.ons,
.header-box.headroom--not-top{
   background: #fff;
}
.header-box.onss{
   background: #fff;
}
.header-box.on{
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.header-box .logo{
  float: left;
  height: 64px;
  padding: 17px 39px 17px 0;
}
.header-box .logo object{
  width: 45px;
}
.header-box .logo img{
  height: 30px;
  display: block;
}
.header-box .logo .logo2{
  display: none;
}
.header-box.on .logo .logo1{
  display: none;
}
.header-box.on .logo .logo2{
  display: block;
}

.header-box .pc-nav{
  float: left;
}
.header-box .pc-nav li{
  float: left;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  height: 64px;
   border-bottom: 2px solid  transparent;
}
.header-box .pc-nav li:hover{
  border-bottom: 2px solid #303233;
}
.header-box .pc-nav li:first-child:hover{
  border-bottom: none;
}
.header-box .pc-nav .lv1{
    padding: 25px 16px;
    display: inline-block;
    transition: all .3s;
    color: #fff;
    vertical-align: middle;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
}
.header-box.ons .pc-nav .lv1,
.header-box.headroom--not-top .pc-nav .lv1{
  color: #303233;
}
.header-box.onss .pc-nav .lv1{
  color: #303233;
}
.header-box .pc-nav .lv2-box{
  position: absolute;
  width: 220px;
  left: 50%;
  margin-left: -110px;
  top: 64px;
  text-align: center;
  border: 1px solid #f0f1f2;
  background: #fff;
  -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
  -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
  display: none;
}
.header-box .pc-nav li:nth-child(2) .lv2-box{
  width: 260px;
  margin-left: -130px;
}
.header-box .pc-nav li:nth-child(3) .lv2-box{
  width: 160px;
  margin-left: -80px;
}
.header-box .pc-nav li:nth-child(5) .lv2-box{
  width: 160px;
  margin-left: -80px;
}
.header-box .pc-nav li:nth-child(6) .lv2-box{
  width: 160px;
  margin-left: -80px;
}
.header-box .pc-nav .lv2-box dd{
  font-size: 12px;
  line-height: 1.4em;
}
.header-box .pc-nav .lv2-box dd a{
    color: #303233;
    padding: 14px 0;
    display: block;
    transition: all .3s;
}
.header-box .pc-nav .lv2-box dd a:hover{
  background: #ebeff2;
}
.header-box .sou-box{
  float: right;
  font-size: 16px;
  position: relative;
  padding: 21px 12px;
}
.header-box .sou-box .btns{
  cursor: pointer;
  display: block;
  width: 22px;
}
.header-box .sou-box .btns.on{
  transform: scale(0.85);
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: inherit;
}
.header-box .sou-box .btns.btns2{
  display: none;
}
.header-box.on .sou-box .btns.btns1{
  display: none;
}
.header-box.on .sou-box .btns.btns2{
  display: block;
}



.header-box.ons .logo1,
.header-box.headroom--not-top .logo1{
  display: none;
}
.header-box.ons .logo2,
.header-box.headroom--not-top .logo2{
  display: block;
}
.header-box.ons .sou-box .btns.btns1,
.header-box.headroom--not-top .sou-box .btns.btns1{
  display: none;
}
.header-box.ons .sou-box .btns.btns2,
.header-box.headroom--not-top .sou-box .btns.btns2{
  display: block;
}

.header-box.ons .search-mains .search-main-close.close1,
.header-box.headroom--not-top .search-mains .search-main-close.close1{
  display: inline-block;
}
.header-box.ons .search-mains .search-main-close.close2,
.header-box.headroom--not-top .search-mains .search-main-close.close2{
  display: none;
}
.header-box.ons .search-mains .search-cont .btnss1-1,
.header-box.headroom--not-top .search-mains .search-cont .btnss1-1{
   display: inline-block;
}
.header-box.ons .search-mains .search-cont .btnss1-2,
.header-box.headroom--not-top .search-mains .search-cont .btnss1-2{
   display:none;
}
.header-box.ons .search-mains .search-cont .txt,
.header-box.headroom--not-top .search-mains .search-cont .txt{
  border: 1px solid #ccc;
}


.ph-nav-box{
  position: fixed;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 1030;
  background: rgba(0,0,0,.3);
  display: none;
  cursor: pointer;
}
.ph-nav-pop{
  position: fixed;
  width: 68%;
  right: -68%;
  height: 100vh;
  background: #fff;
  padding-top: 0.6rem;
  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;
}
.ph-nav-pop.on{
  right: 0;
}
.ph-nav-pop .top{
  line-height: 0.6rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding:0 0.17rem;
}
.ph-nav-pop .top .left{
  float: left;
  font-size: 0.17rem;
  color: #999;
  padding-top: 0.23rem;
}
.ph-nav-pop .top .right{
  float: right;
}
.ph-nav-pop .top .right .ph-nav-close{
  width: 0.31rem;
  cursor: pointer;
  padding-left: 0.1rem
} 
.ph-nav-pop .nav-main{
  height: 92%;
  overflow: hidden;
  padding-top: 0.12rem;
  position: relative;
 
}
.ph-nav-pop .nav-main ul{
  
}
.ph-nav-pop .nav-main li{
  
}
.ph-nav-pop .nav-main .lv1{
  line-height: 0.54rem;
  font-size: 0.165rem;
  position: relative;
  padding: 0 0.2rem;
  border-bottom: 1px solid #f2f2f2;
}
.ph-nav-pop .nav-main .lv1 a{
  display: block;
  color: #303233;
  font-weight: bold;
  max-width: 60%;
}
.ph-nav-pop .nav-main .lv1 .more{
  display: block;
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.54rem;
  text-align: right;
}
.ph-nav-pop .nav-main .lv1 .more-btn{
  width: 0.15rem;
  margin-right: 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;
} 
.ph-nav-pop .nav-main dl{
  padding: 0.1rem 0.2rem;
  display: none;
  background: #fff;
}
.ph-nav-pop .nav-main dl dd{
  line-height: 0.26rem;
  font-size: 0.15rem;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.ph-nav-pop .nav-main dl dd:last-child{
  
}
.ph-nav-pop .nav-main dl dd .lv2{
  color: #303233;
  display: block;
  padding: 0.12rem 0;
}
.ph-nav-pop .nav-main .more1{
  display: block;
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.5rem;
  text-align: right;
}
.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.35rem;
  font-size: 0.14rem;
  font-weight: normal;
}

.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;
  padding-top: 0.2rem;
  margin-left: 0.2rem;
  line-height: 1;
  cursor:pointer;
}
.ph-nav-btn .ph-nav{
  height: 0.2rem;
}
.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.ons .ph-nav-btn .ph-nav1{
  display: none;
}
.header-box.ons .ph-nav-btn .ph-nav2{
  display: block;
}


.header-box .search-main{
  position: absolute;
  right: 0;
  top: 12px;
  width: 320px;
  height: 40px;
  line-height: 40px;
  -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: 50px;
}
.header-box .search-mains .search-main-close{
  cursor: pointer;
  position:absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
.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: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 16px;
  padding-right: 50px;
  float: left;
  background: none;
  color: #333;
}
.header-box .search-mains .search-cont .btnss1{
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11.5px;
  width: 22px;
}
.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.on .search-mains .search-cont .txt{
  border: 1px solid #ccc;
}


@media screen and (max-width:1200px) {
  .header-box{
    position: fixed;
  }
  .header-box .pc-nav{
    display: none;
  }
  .header-box{
    height: 0.6rem;
  }
  .header-box .logo{
    height: 0.6rem;
    width: 1.05rem;
    padding:0.2rem 0;
    position: absolute;
    left: 50%;
    margin-left: -0.525rem;
  }
  .header-box .logo img{
    height: 0.25rem;
  }
  .header-box .sou-box{
    height: 0.6rem;
    padding: 0.18rem 0;
    float: left;
  }
  .ph-nav-btn{
    display: block;
  }
}

@media screen and (max-width:767px) {
  .header-box .search-main{
    height: 0.6rem;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0.1rem 0.17rem;
  }
  .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.4rem;
    color: #333;
  }
  .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.24rem;
    margin-top: -0.12rem;
  }
  .header-box .search-mains .search-cont .btnss1-2{
    display: none;
  }
}



/***** 底部 ******/
.footer-box{
  background: #272727;
}

.footer-box .nav{
  overflow: hidden;
  padding-top: 3.6em;
  padding-bottom: 30px;
}
.footer-box .nav dl{
  float: left;
  width: 16.666%;
}
/*.footer-box .nav dl:nth-child(1){
  width: 16.25%;
}
.footer-box .nav dl:nth-child(2){
  width: 20%;
}
.footer-box .nav dl:nth-child(3){
  width: 23.4%;
}
.footer-box .nav dl:nth-child(4){
  width: 23.85%;
}
.footer-box .nav dl:nth-child(5){
  width: 16.5%;
}
.footer-box .nav dl:nth-child(6){
  width: 16.5%;
}
.footer-box .nav dl:nth-child(7){
  width: 16.5%;
}
.footer-box .nav dl:nth-child(8){
  width: 16.5%;
}*/
.footer-box .nav dl:nth-child(1){
  width: 15%;
}
.footer-box .nav dl:nth-child(2){
  width: 16%;
}
.footer-box .nav dl:nth-child(3){
  width: 20%;
}
.footer-box .nav dl:nth-child(4){
  width: 23%;
}
.footer-box .nav dl:nth-child(5){
  width: 13%;
  margin-left: 13%;
}
.footer-box .nav dl:nth-child(6){
  width: 13%;
  margin-left: 13%;
}
.footer-box .nav dl:nth-child(7){
  width: 13%;
  margin-left: -26%;
  margin-top: -32px;
}
.footer-box .nav dl:nth-child(8){
  width: 13%;
  margin-left: 13%;
}
.footer-box .nav dl dt{
  margin-bottom: 8px;
  line-height: 24px;
  font-size: 12px;
}
.footer-box .nav dl dt a{
  color: #fff;
}
.footer-box .nav dl dd{
  margin-bottom: 8px;
  line-height: 24px;
  font-size: 12px;
}
.footer-box .nav dl dd a{
  color: #9fa3a6;
}
.footer-box .nav dl dd a:hover{
  color: #fff;
}

.footer-box .bottom{
  line-height: 26px;
  font-size: 12px;
  overflow: hidden;
  color: #6c7073; 
}
.footer-box .bottom .global-inner{
   padding: 16px 0;
   border-top: 1px solid #6c7073;
}
.footer-box .bottom .doc{
  float: left;
}
.footer-box .bottom .doc a{
  color: #6c7073;
}
.footer-box .bottom .doc a:hover{
  color: #fff;
}
.footer-box .foot-support {
  float:left;
  line-height:26px;
  height: 26px;
  overflow: hidden;
  margin-left: 20px;
}
.footer-box .foot-support a{
  color:#6c7073;
}
.footer-box .foot-support .title{
  float:left;
  color:#6c7073;
}
.footer-box .foot-jszc{
  float: left;
  width: auto;
}
.footer-box .foot-jszc li {
  text-align: left;
  height: 26px;
}
.footer-box .foot-jszc li a:hover{
  color: #fff;
}
.footer-box .bottom .ban-box{
  float: right;
}
.footer-box .bottom .ban-box a{
  color: #9fa3a6;
  display: inline-block;
  padding-left: 25px;
  background: url(../../Img/images/lang-bg.png) no-repeat left center;
  background-size: 16px;
}
.footer-box .bottom .ban-box a:hover{
  color: #fff;
  background: url(../../Img/images/lang-bg1.png) no-repeat left center;
  background-size: 16px;
}



.footer-box .foot-ph-support{
  color: #6c7073;
  line-height: 26px;
  font-size: 12px;
  float: left;
  margin-left: 20px;
}
.footer-box .foot-ph-support a{
  color: #6c7073;
}
.footer-box .foot-ph-support a:hover{
  color: #fff;
}


@media screen and (max-width:1200px) {
  .footer-box .inner{
    width: 100%;
    padding: 0 0.17rem;
  }
  /*.footer-box .nav dl{
    margin-right: 7em;
  }*/
}

@media screen and (max-width:991px) {
  .footer-box .nav{
    padding: 0.3rem 0;
  }
  .footer-box .nav{
    display: none;
  }
  .footer-box .top{
    padding: 0.3rem 0;
  }
  .footer-box .left{
    width: 100%;
  }
  .footer-box .left .list li{
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .footer-box .left .list .name{
    font-size: 0.18rem;
  }
  .footer-box .left .list .doc{
    font-size: 0.16rem;
    line-height: 0.15rem;
  }
  .footer-box .left .list .more{
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }
  .footer-box .right{
    width: 100%;
    text-align: center;
  }
  .footer-box .right .gong-box{
    float: none;
    display: inline-block;
    margin-right: 0;
  }
  .footer-box .bottom{
    font-size: 14px;
  }
  .footer-box .bottom .global-inner{
    padding: 0.2rem 0;
    border-top: none;
    overflow: hidden;
  }
  .footer-box .bottom .doc{
    text-align: center;
    width: 100%;
    float: none;
    display: block;
  }
  .footer-box .bottom .ban-box{
    width: 100%;
    text-align: center;
    float: none;
  }
  .footer-box .bottom .ban-box a{
    color: #6c7073;
    padding-left: 22px;
  }
  .footer-box .foot-ph-support{
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-size: 14px;
  }
  .footer-box .right-link{
    position: relative;
    right: 50%;
    margin-right: -55px;
    margin-top: 0.1rem;
    height: 0.28rem;
    line-height: 0.26rem;
  }
}

/*****7.21.sg*****/
.footer-box .nav .leftbox{
  width: calc(100% - 110px);
  float: left;
}
.footer-box .nav dl dt{
  font-size: 14px;
}
.footer-box .nav .rightbox{
  float: right;
  width: 110px;
  text-align: center;
}
.footer-box .nav .rightbox img{
  width: 100%;
}
.footer-box .nav .rightbox .text{
  line-height: 24px;
  font-size: 12px;
  margin-top: 12px;
  color: #9fa3a6;
}
.footer-box .link-aobut{
  float: right;
}
.footer-box .link-aobut a{
  color: #6c7073;
}
.footer-box .link-aobut a:hover{
  color: #fff;
}


/*****7.31 by gxb*****/
/***** pc端新增导航 *****/
.header-box .global-inner{
  position: static;
}
.header-box .pc-nav li.more{
  position: static;
}
.header-box .pc-nav li:nth-child(3) .lv2-box{
  width: 100%;
  left: 0;
  margin-left: 0;
}
.header-box .pc-nav .lv2-main{
  text-align: left;
  overflow: hidden;
  padding: 24px 0 39px 0;
}
.header-box .pc-nav .lv2-main .lv3-box{
  width: 30%;
  float: left;
  border-right: 1px solid #f0f1f2;
  padding: 0 23px;
  min-height: 200px;
}
.header-box .pc-nav .lv2-main .lv3-box:nth-child(2){
  width: 35%;
}
.header-box .pc-nav .lv2-main .lv3-box:nth-child(3){
  width: 35%;
  border-right: none;
}
.header-box .pc-nav .lv2-main .lv3-box:first-child{
  padding-left: 0;
}
.header-box .pc-nav .lv2-main .lv3-box dt{
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}
.header-box .pc-nav .lv2-main .lv3-box dt a{
  display: inline-block;
  color: #333;
}
.header-box .pc-nav .lv2-main .lv3-box dd{
  line-height: 32px;
  font-size: 14px;
}
.header-box .pc-nav .lv2-main .lv3-box dd a{
  display: inline-block;
  padding: 0;
  color: #333;
}
.header-box .pc-nav .lv2-main .lv3-box dd a:hover{
  background: none;
}

/***** 移动端新增导航 *****/
.ph-nav-pop .nav-main .lv2-box{
  position: relative;
}
.ph-nav-pop .nav-main .lv2-box .more{
  display: block;
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.54rem;
  text-align: right;
}
.ph-nav-pop .nav-main .lv2-box .more-btn{
  width: 0.15rem;
  margin-right: 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;
} 
.ph-nav-pop .nav-main dd.on .lv2-box .more-btn{
  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 a{
  color: #333;
}