@charset "UTF-8";
/********/
html,
body {
  -ms-overflow-style: scrollbar;
}
html {
  font-size: 23.80952vw;
}
@media screen and (min-width: 421px) {
  html {
    font-size: 100px;
  }
}
body {
  font-size: 20px;
  color: #333;
  min-height: 100%;
  background: #fff;
  font-family: "微软雅黑";
}
@media screen and (max-width: 1600px) and (min-width: 1440px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1367px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) and (min-width: 360px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 359px) {
  body {
    font-size: 12px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  outline: none;
  font-weight: normal;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
@media screen and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  input,
  select,
  textarea,
  label,
  dl,
  dt,
  dd {
    font-family: "微软雅黑";
  }
}
input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus,
input[type='radio']:active,
input[type='checkbox']:active,
textarea:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
a {
  color: #888;
}
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,
.lg-inner {
  width: 95%;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-global-inner:before,
.lg-global-inner:after,
.lg-inner:before,
.lg-inner:after {
  content: '';
  display: table;
  clear: both;
}
.global-inner {
  width: 91.667%;
  max-width: 1760px;
  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: 85%;
  max-width: 1284px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.w1600{
  width: 85%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
@media screen and (max-width: 1920px) and (min-width: 1600px) {
  
}

.sm-global-inner:before,
.sm-global-inner:after {
  content: '';
  display: table;
  clear: both;
}
.w1600:before,
.w1600: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:1600px) {
  .w1600{
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .lg-global-inner,
  .global-inner,
  .sm-global-inner,
  .xs-global-inner {
    width: 100%;
    padding: 0 0.23rem;
  }
}
.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.has-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;
}

/***** popover-box ****/
.popover-box {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}
.popover-zhe {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1025;
}
.popover-inner {
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1030;
  -webkit-overflow-scrolling: touch;
}
.popover-close {
  width: 2.4em;
  height: 2.4em;
  display: block;
  overflow: hidden;
  background: url(/Img/images/close-btn1-1.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;
}



/***** 顶部 ******/
.animated{
  /*animation-duration:1.5s;*/
}
.main-box{
  min-height: 300px;
  position: relative;
}
.header-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1003;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.header-box .header-pc{
  height: 100px;
  font-size: 20px;
}
.header-box .header-pc .logo1{
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(255,255,255,.3);
  margin-top: 22px;
  width: 119px;
}
.header-box .header-pc .logo1-1{
  display: none;
}
.header-box .header-pc .logo2-1{
  display: none;
}

.header-box .header-pc .logo2{
  float: left;
  margin-top: 22px;
  width: 246px;
}
.header-box .header-pc .en{
  float: right;
  line-height: 100px;
  font-size: 16px;
  margin-right: 4px;
}
.header-box .header-pc .en a{
  color: #fff;
}
.header-box .header-pc .en a:hover{
  color: #00a2a2;
}
.header-box .header-pc .search-box{
  float: right;
  position: relative;
  margin-right: 1.6em;
  line-height: 100px;
}
.header-box .header-pc .search-box .btns{
  cursor: pointer;
  -webkit-transition: transform .5s;
    transition: transform .5s;
    transform: scale(1);
    position: relative;
    right: 0px;
    display: inline-block;
}
.header-box .header-pc .search-box .btns1{
  display: none;
}
.header-box .header-pc .search-box .btns.on{
  transform: scale(0.85);
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: inherit;
}
.header-box .header-pc .search-box .search-main{
  position: absolute;
  right: 0;
  top: 25px;
  width: 500px;
  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 .header-pc .search-box .search-main.on{
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.header-box .header-pc .search-box .search-mains{
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 100px;
}
.header-box .header-pc .search-box .search-mains .search-main-close{
  cursor: pointer;
  position:absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
.header-box .header-pc .search-box .search-mains .search-main-close.close1{
  display: none;
}
.header-box .header-pc .search-box .search-mains .search-cont{
  position: relative;
}
.header-box .header-pc .search-box .search-mains .search-cont .txt{
  width: 100%;
  height: 48px;
  border: 1px solid #fff;
  line-height: 48px;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 16px;
  padding-right: 50px;
  float: left;
  background: none;
  color: #fff;
}
.header-box.fixednav .header-pc .search-box .search-mains .search-cont .txt{
  color: #333;
}
.header-box .header-pc .search-box .search-mains .search-cont .btns1{
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 11.5px;
}
.header-box .header-pc .search-box .search-mains .search-cont .btns1-1{
  display: none;
}
.header-box .header-pc .search-box .search-mains .search-cont .btns1-2{
  display: inline-block;
}


.header-box .header-pc .list{
  float: right;
  margin-right: 3.75em;
  -webkit-transition: -webkit-transform 0.5s, opacity 3s;
    transition: transform .5s, opacity 3s;
    opacity: 1;
    transform-origin: center center;
    position: relative;
}
.header-box .header-pc .list.on{
  opacity: 0;
  transform: scale3d(0, 0, 0);
}
.header-box .header-pc .list li{
  float: left;
  position: relative;
}

.header-box .header-pc .list .lv1{
  line-height: 100px;
  font-size: 18px;
  color: #fff;
  display: block;
  position: relative;
  padding: 0 1.5em;
}
.header-box .header-pc .list li.on .lv1{
  /*color: #00a2a2;*/
}
.header-box .header-pc .list li:hover .lv1:after{
   content:"";
    position:absolute;
    bottom:21px;
    left:50%;
    margin-left: -6.5px;
    width:13px;
    height:7px;
    background:url(../../Img/images/jiao-bg1.png) no-repeat center center;
    background-size: 100%;
}
.header-box .header-pc .list li.nochild:hover .lv1:after{
  background: none;
}


.zhe-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100px;
    background: rgba(0,0,0,.5);
    z-index: 100;
    display: none;
}

.ph-box{
    padding: 0 0 0 0.11rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 0.71rem;
    line-height: 0.71rem;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.3);
}



.ph-box a{
  float: left;
  overflow: hidden;
}
.ph-box .logo1{
  float: left;
  margin-top: 0.19rem;
  height: 0.34rem;
  padding-right: 0.12rem;
  margin-right: 0.12rem;
  border-right: 1px solid rgba(255,255,255,.3);
}
.ph-box .logo2{
  float: left;
  margin-top: 0.19rem;
  height: 0.41rem;
}
.ph-box .logo1-1{
  display: none;
}
.ph-box .logo2-1{
  display: none;
}

.ph-box .ph-nav{
  float: right;
  width: 0.47rem;
  padding-top: 0.29rem;
  cursor: pointer;
  padding-left: 0.12rem;
  height: 0.71rem;
  padding-right: 0.11rem;
}
.ph-box .ph-nav img{
  display: block;
  width: 100%;
}
.ph-box .ph-nav2{
  display: none;
}
.ph-box .ph-sou{
  float: right;
  width: 0.22rem;
  margin-top: 0.29rem;
  cursor: pointer;
}
.ph-box .ph-sou2{
  display: none;
}
.ph-nav-box{
  position: fixed;
  width: 100%;
  height: 100%;
  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: -78%;
  height: 100%;
  background: #fff;
  padding-top: 0.67rem;
  z-index: -1031;
  -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;
  z-index: 10;
}
.ph-nav-pop .top{
  line-height: 0.67rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f2f2;
  width: 100%;
  padding-left: 0.38rem;
  padding-right: 0.23rem;
}
.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: 120%;
  overflow: hidden;
  padding-top: 0.12rem;
  position: relative;
  padding-bottom: 1.5rem;
}
.ph-nav-pop .nav-main ul{
  padding-left: 0.2rem;
  padding-right: 0.23rem;
}
.ph-nav-pop .nav-main li{
  border-bottom: 1px solid #cccccc;
}
.ph-nav-pop .nav-main .lv1{
  line-height: 0.54rem;
  font-size: 0.2rem;
  position: relative;
  padding-left: 0.2rem;
}
.ph-nav-pop .nav-main .lv1 a{
  display: block;
  color: #333;
}
.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.03rem;
   -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-bottom: 0.14rem;
  display: none;
}
.ph-nav-pop .nav-main dl dd{
  line-height: 0.35rem;
  font-size: 0.16rem;
  padding-left: 0.19rem;
}
.ph-nav-pop .nav-main dl dd a{
  color: #333;
  display: block;
  max-width: 80%;
}
.ph-nav-pop .nav-main dl dd a:hover{
  color: #00a2a2;
}
.ph-nav-pop .nav-main dl dd.on{
  padding-left: 0.36rem;
  position: relative;
}
.ph-nav-pop .nav-main dl dd.on::after{
    content:"";
    position:absolute;
    top:50%;
    margin-top: 0;
    left:0;
    width:0.2rem;
    height:2px;
    background:#8dc33c;
   
}
.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-pop .links{
  position: absolute;
  width: 100%;
  left:0;
  bottom: 0.45rem;
  padding-left: 0.2rem;
  padding-right: 0.22rem;
}
.ph-nav-pop .lang{
  padding-left: 0.33rem;
  line-height: 0.21rem;
  background: url(../../Img/images/lang-bg.png) no-repeat left center;
  background-size: 0.21rem;
}
body.special .ph-nav-pop .lang{
  background: url(../../Img/images/special-home1.png) no-repeat left center;
  background-size: 0.21rem;
}
.ph-nav-pop .lang a{
  color: #333;
}

.ph-nav-pop .lang select{
  color: #004ca2;
  font-size: 0.16rem;
  width: 0.75rem;
  padding-right: 0.18rem;
  appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background: url(../../Img/images/lang-downbg.png) no-repeat right center;
background-size: 0.15rem;
}
.ph-nav-pop .lang a{
  color: #004ca2;
  font-size: 0.16rem;
  width: 0.75rem;
  padding-right: 0.18rem;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url(../../Img/images/lang-downbg.png) no-repeat right center;
  background-size: 0.15rem;
}

.ph-search{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  height: 0.71rem;
  background: #fff;
  padding: 0.13rem 0.23rem 0 0.2rem;
  overflow: hidden;
  display: none;
}
.ph-search .search-mains{
  position: relative;
  width: 88.56%;
  height: 0.45rem;
  line-height: 0.45rem;
  float: left;
}
.ph-search .search-mains input{
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  padding: 0.06rem 0.4rem 0.06rem 0.23rem;
  color: #333;
  font-size: 0.168rem;
}
.ph-search .search-mains input::-webkit-input-placeholder {
    color: #999999;  
}
.ph-search .search-mains .btns{
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  right: 0.12rem;
  top: 50%;
  margin-top: -0.1rem;
}
.ph-search .right{
  float: right;
}
.ph-search .right .ph-search-close{
  width: 0.21rem;
  cursor: pointer;
  margin-top: 0.1rem;
}
.header-box.fixednav{
  position: fixed !important;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  border: none;
  background: #fff;
}
.header-box.fixednav .ph-box {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    background: #fff;
}
.header-box.fixednav .ph-box .ph-nav1{
  display: none;
}
.header-box.fixednav .ph-box .ph-nav2{
  display: inline-block;
}
.header-box.fixednav .ph-box .ph-sou1{
  display: none;
}
.header-box.fixednav .ph-box .ph-sou2{
  display: inline-block;
}
.header-box.fixednav .ph-box .logo1{
  border-right: 1px solid #ccc;
}
.header-box.fixednav .ph-box .logo1-1{
  display: inline-block;
}
.header-box.fixednav .ph-box .logo1-2{
  display: none;
}
.header-box.fixednav .ph-box .logo2-1{
  display: inline-block;
}
.header-box.fixednav .ph-box .logo2-2{
  display: none;
}
.header-box.fixednav .header-pc .logo1{
  border-right: 1px solid #ccc;
}
.header-box.fixednav .header-pc .logo1-1{
  display: inline-block;
}
.header-box.fixednav .header-pc .logo1-2{
  display: none;
}
.header-box.fixednav .header-pc .logo2-1{
  display: inline-block;
}
.header-box.fixednav .header-pc .logo2-2{
  display: none;
}
.header-box.fixednav .header-pc .list .lv1{
  color: #333;
}
.header-box.fixednav .header-pc .search-box .btns1{
  display: inline-block;
}
.header-box.fixednav .header-pc .search-box .btns2{
  display: none;
}
.header-box.fixednav .header-pc .en a{
  color: #333;
}
.header-box.fixednav .header-pc .en a:hover{
  color: #00a2a2;
}
.header-box.fixednav .header-pc .search-box .search-mains .search-main-close.close1{
  display: inline-block;
}
.header-box.fixednav .header-pc .search-box .search-mains .search-main-close.close2{
  display: none;
}
.header-box.fixednav .header-pc .search-box .search-mains .search-cont .btns1-1{
  display: inline-block;
}
.header-box.fixednav .header-pc .search-box .search-mains .search-cont .btns1-2{
  display:none;
}
.header-box.fixednav .header-pc .search-box .search-mains .search-cont .txt{
  border: 1px solid #ccc;
}

.header-box .header-pc .lv2-box{
  position: absolute;
  left: 50%;
  top: 100px;
  background: rgba(255,255,255,.91);
  width: 250px;
  margin-left: -125px;
  display: none;
  box-shadow: 5px 5px 5px rgba(0,0,0,.05);
}
.header-box .header-pc .lv2-box dl{

}
.header-box .header-pc .lv2-box dl dd{
  line-height: 45px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  border-left: 3px solid transparent;
  text-align: center;
}
.header-box .header-pc .lv2-box dl dd:last-child{
  border-bottom: none;
}
.header-box .header-pc .lv2-box dl dd a{
  color: #333;
  display: block;
  margin-left: -3px;
}
.header-box .header-pc .lv2-box dl dd:hover{
  border-left: 3px solid #00a2a2;
  background: #fff;
}
.header-box .header-pc .lv2-box dl dd:hover a{
  color: #00a2a2;
}

@media screen and (max-width: 1510px) {
  .header-box .header-pc .list{
    margin-right: 1.5em;
  }
  .header-box .header-pc .list .lv1{
    font-size: 16px;
    padding: 0 0.8em;
  }
  .header-box .header-pc .search-box{
    margin-right: 1.2em;
  }
}

@media screen and (max-width: 1300px) {
  .header-box .header-pc .list .lv1{
    padding: 0 0.5em;
  }
}

.back-top{
    position: fixed;
    width:70px;
    height:70px;
    background: url(../../Img/images/back-topbg.jpg) no-repeat center center;
    background-size: 100%;
    right: 100px;
    bottom: 50px;
    z-index: 10;
    cursor:pointer;
    display: none;
    opacity: 0.8;
}
.back-top:hover{
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  .back-top{
    right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .back-top{
    width: 0.55rem;
    height: 0.55rem;
    right: 0.23rem;
    bottom: 0.5rem;
  }
}


/***** 底部 ******/
.footer-box{
  background: #333;
  padding: 23px 0 10px 0;
  position: relative;
  z-index: 99999;
}
.footer-box .left{
  float:left;
  margin-top: 15px;
  max-width: 77%;
}
.footer-box .left1{
  overflow: hidden;
}
.footer-box .left .left1 ul{
  float: left;
}
.footer-box .left .left1 ul li{
  float: left;
  line-height: 15px;
  border-right: 2px solid #fff;
  padding-right: 29px;
  margin-right: 29px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.footer-box .left .left1 ul li:last-child{
  border-right: none;
  margin-right: none;
  padding-right: 0;
}
.footer-box .left .left1 ul li a{
  color: #fff;
}
.footer-box .left .left1 ul li a:hover{
  text-decoration: underline;
}
.footer-box .left .left1 .tel{
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
}
.footer-box .left2{
  overflow: hidden;
  line-height:26px;
  font-size: 14px;
  margin-top: 15px;
}
.footer-box .left2 .doc{
  float: left;
}
.footer-box .left .left2 .doc{
  float: left;
  color: #999;
  width: 100%;
}
.footer-box .left .left2 .doc img{
  margin-top: -2px;
  margin-right: 3px;
}
.footer-box .left .left2 .doc a.bei{
  margin-left: 0;
}
.footer-box .left .left2 .doc a{
   color: #999;
   margin-left: 12px;
}
.footer-box .left .left2 .doc a:hover{
  text-decoration: underline;
}

.footer-box .left .foot-ph-support{
  color: #999;
}
.footer-box .left .foot-ph-support a{
  color: #999;
}
.footer-box .foot-support {
  float:left;
  line-height:26px;
  height: 26px;
  overflow: hidden;
}
.footer-box .foot-support a{
  color:#999999;
}
.footer-box .foot-support .title{
  float:left;
  color:#999999;
}
.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{
  text-decoration: underline;
}

.footer-box .right{
  float:right;
}
.footer-box .right ul{
  overflow: hidden;
}
.footer-box .right ul li{
  float: left;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-left: 2em;
}
.footer-box .right ul li img{
  width: 92px;
  height: 92px;
}
.footer-box .right ul li:first-child{
  margin-left: 0;
}
.footer-box .right ul li .name{
  line-height: 32px;
}
@media screen and (max-width: 1300px) {
  .footer-box .left{
    max-width: 72%;
  }
}


@media screen and (max-width: 1200px) {
    .footer-box .left{
      width: 100%;
      float: none;
      margin-top: 0;
      max-width: 100%;
    }
    .footer-box .left .left1 ul{
      float: none;
      text-align: center;
      width: 100%;
    }
    .footer-box .left .left1 ul li{
      float: none;
      display: inline-block; 
      padding-right: 0.15rem;
      margin-right: 0.15rem;
      margin-bottom: 0.08rem;
      font-size: 0.14rem;
    }
    .footer-box .left .left1 .tel{
      float: none;
    }
    .footer-box .left .left2 .doc{
      float: none;
    }
    .footer-box .left2{
      text-align: center;
      font-size: 0.14rem;
      line-height: 0.22rem;
      margin-top: 0.1rem;
    }
    .footer-box .left .left2 .doc a{
      display: block;
    }
    .footer-box .right{
      width: 100%;
      float: none;
      margin-top: 0.3rem;
    }
    .footer-box .right ul{
      text-align: center;
    }
    .footer-box .right ul li{ 
      display: inline-block;
      float: none;
      margin: 0 0.15rem;
    }
    .footer-box .right ul li:first-child{
      margin-left: 0.15rem;
    }
    .footer-box{
      padding: 0.28rem 0 0.35rem 0;
    }
    .footer-box .right ul li img{
      width: 0.78rem;
      height: 0.78rem;
    }
    .footer-box .right ul li .name{
      font-size: 0.14rem;
      line-height: 0.28rem;
    }
}

/***** 2019.01.21 ***/
.video-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-box .bg {
  width: 100%;
  max-width: 100%;
  display: block;
}
.video-box .video-js {
  width: 100%!important;
  height: 100%!important;
  display: block;
  overflow: hidden;
  position: absolute!important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-box .video-js .vjs-big-play-button {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -1.25em 0 0 -1.25em;
}
@media screen and (max-width: 767px) {
  .video-box .video-js .vjs-big-play-button {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: -0.25rem 0 0 -0.25rem;
  }
}
.video-box .vjs-poster{
  background-size: cover;
}

/* 2024.10.14 新增修改 */
.inner-title-nav{
  margin: 1.4em auto 2em;
}
@media (max-width: 767px) {
  .inner-title-nav{
    margin: 1.4em auto 0.4rem;
  }
}

/*** global-list-more ***/
.global-list-more {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 2.1em 0 -0.5em;
}
.global-list-more .btn-more {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.875em;
  color: #00a2a2;
  font-weight: bold;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  padding: 0 1em;
}
.global-list-more .btn-more img {
  width: 0.75em;
  margin: -3px 0 0 0.625em;
}
@media screen and (min-width: 992px) {
  .global-list-more .btn-more:hover {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .global-list-more {
    margin-top: 0.2rem;
  }
  .global-list-more .btn-more {
    font-size: 0.16rem;
  }
}

/*无内容*/
.gnull-tips {
  width: 100%;
  font-size: 16px;
  line-height: 100px;
  color: #999;
  text-align: center;
  min-height: 300px;
}
@media screen and (max-width: 991.98px) {
  .gnull-tips {
    font-size: 14px;
    line-height: 100px;
  }
}