﻿@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;
    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: 92%;
  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: 991px) {
  .lg-global-inner,
  .global-inner,
  .xs-global-inner {
    width: 100%;
    padding: 0 0.18rem;
  }
}
.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: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 145px;
    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;
    border-top: 5px solid #ff9f02;
}
.header-box .logo{
  float: left;
  margin-top: 46px;
}
.header-box .logo a{
  display: block;
  overflow: hidden;
}
.header-box .logo img{
  height: 73px;
  float: left;
}
.header-box .logo2{
  display: none;
}

.head-right{
  float: right;
  background: #fbfcfd;
  border-radius: 50px;
  margin-top: 17px;
   -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;
}
.head-right.on{
  background: none;
}
.header-box .sou-box{
  float: right;
  margin-left: 23px;
  font-size: 16px;
  position: relative;
  z-index: 10;
  padding-left: 19px;
}
.header-box .sou-box:after{
   content:"";
    position:absolute;
    left:0;
    top:8px;
    width:2px;
    height:18px;
    background:#999;
    -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 .sou-box.on:after{
  opacity: 0;
}
.header-box .sou-box .btns{
  cursor: pointer;
  display: block;
  width:19px;
  margin-top: 7px;
}
.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;
  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;
    margin-left:24px;
}
.header-box .ban-box.on{
  opacity: 0;
}
.header-box .ban-box .current{
  display: inline-block;
  padding-right: 0;
  color: #03356a;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
  -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 .current:hover{
  color: #f2bc88;
}

.header-box .link-box{
  float: right;
  font-size: 16px;
  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;
    z-index: 10;
}
.header-box .TopLink{
  overflow: hidden;
  min-width: 178px;
}
.header-box .link-box.on{
  opacity: 0;
}
.header-box .link-box .lv1-box{
  float: left;
  margin-left: 30px;
}
.header-box .link-box .lv1-box:first-child{
  margin-left: 28px;
}
.header-box .link-box .lv1-box .lv1{
  line-height: 30px;
  color: #03356a;
  font-size: 14px;
  display: inline-block;
}
.header-box .link-box .lv1-box .lv1:hover{
  color: #f2bc88;
}
.header-box .link-box .lv1-box.more{
    position: relative;
}
.header-box .link-box .lv1-box.more .lv1{
  background: url(../../Img/images/lv1-morebg1.png) no-repeat right center;
  background-size: 10px;
  padding-right: 15px;
}
.header-box .link-box .lv1-box.more:hover .lv1{
   background: url(../../Img/images/lv1-morebg1-1.png) no-repeat right center;
  background-size: 10px;
  color: #f2bc88;
}
.header-box .link-box .lv2-box{
  position: absolute;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  top: 100%;
  background: #fff;
  padding: 15px 10px 10px 10px;
  display: none;
}
.header-box .link-box .lv2-box li{
  text-align: center;
  line-height: 18px;
  margin-bottom: 8px
}
.header-box .link-box .lv2-box li a{
  color: #333;
  font-size: 14px;
}
.header-box .link-box .lv2-box li a:hover{
  color: #f2bc88;
}
.header-box .link-box .lv1-box.more:hover .lv2-box{
  display: block;
}

.header-box .pc-list{
  float: right;
   -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: 5px;
    margin-right:-0.8em;
}
.header-box .pc-list .lv1-box{
  float: left;
  padding: 10px 0.8em 11px 0.8em;
  position: relative;
  border-top: 3px solid rgba(255,255,255,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;
}
.header-box .pc-list .lv1-box:hover{
  
}
.header-box .pc-list .lv1-box:first-child{
  margin-left: 0;
}
.header-box .pc-list .lv1-box .lv1{
  font-size: 16px;
  color: #333;
  line-height: 28px;
  display: inline-block;
}
.header-box .pc-list .lv1-box:hover .lv1, .header-box .pc-list .lv1-box.on .lv1{
  color: #03356a;
}
.header-box .pc-list .lv1-box:hover{
  background: rgba(255,255,255,.6);
  border-top: 3px solid #03356a;
}
.header-box .pc-list .lv1-box.on{
  background: #ebf1f7;
}
.header-box .pc-list .lv1-box.on .lv1{

}
.header-box .pc-list .lv2-box{
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(255,255,255,.6);
  width: 250px;
  min-height: 50px;
  overflow: hidden;
  padding: 10px 12px 14px 12px;
   -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;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}
.header-box .pc-list .lv2-box li{
  float: left;
  width: 50%;
  line-height: 35px; 
}
.header-box .pc-list .lv2-box li a{
  color: #333333;
  font-size: 16px;
  display: inline-block;
  padding-left: 11px;
  background: url(../../Img/images/new-lv2-box_bg.png) no-repeat left center;
  background-size: 5px auto;
}
.header-box .pc-list .lv2-box li a:hover{
   color: #03356a;
   /*background: url(../../Img/images/new-lv2-box_bg-1.png) no-repeat left center;
   background-size: 5px auto;*/
}
.header-box .pc-list .lv1-box:hover .lv2-box{
  visibility:visible!important;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 10;
}

.header-box .nav_btn{
    cursor: pointer;
    height: 25px;
    width: 35px;
    position: relative;
    z-index: 2;
}
.header-box .nav_btn span{
   display: inline-block;
    width: 35px;
    height: 3px;
    background-color: #03356a;
    position: absolute;
    top: 12px;
    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: 35px;
    height: 3px;
    background-color: #03356a;
    position: absolute;
    top: -10px;
    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: 35px;
    height: 3px;
    background-color: #03356a;
    position: absolute;
    top: 10px;
    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: absolute;
  width: 100%;
  height: 85vh;
  right: 0;
  top: 1.42rem;
  z-index: 1030;
  opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  border-top: 1px solid #ebebeb;
}
.ph-nav-box.on{
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.ph-nav-pop{
  position: absolute;
  width: 100%;
  right: 0;
  height: 100%;
  background: #fff;
  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-top: 0.1rem;
}
.ph-nav-pop .nav-main{
  height: 92%;
  overflow: hidden;
  position: relative;
 
}
.ph-nav-pop .nav-main ul{
  
}
.ph-nav-pop .nav-main li{
  
}
.ph-nav-pop .nav-main .lv1{
  line-height: 0.6rem;
  font-size: 0.2rem;
  position: relative;
  padding: 0 0.2rem;
  border-bottom: 1px solid #ebebeb;
}
.ph-nav-pop .nav-main .lv1 a{
  display: block;
  color: #333;
  max-width: 60%;
}
.ph-nav-pop .nav-main .lv1 .more{
  display: block;
  width: 40%;
  position: absolute;
  right: 0.2rem;
  top: 0;
  line-height: 0.6rem;
  text-align: right;
}
.ph-nav-pop .nav-main .lv1 .more-btn{
  width: 0.19rem;
   -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;
    transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);   
  -moz-transform:rotate(-90deg);  
  -webkit-transform:rotate(-90deg); 
  -o-transform:rotate(-90deg);
} 
.ph-nav-pop .nav-main dl{
  display: none;
  background: #ebebeb;
  overflow: hidden;
  padding: 0.15rem 0 0.2rem 0;
}
.ph-nav-pop .nav-main dl dd{
  line-height: 0.44rem;
  font-size: 0.19rem;
  position: relative;
  float: left;
  width: 50%;
  -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;
}
.ph-nav-pop .nav-main dl dd .lv2{
  color: #333333;
  display: block;
}
.ph-nav-pop .nav-main dl dd.on .lv2{
  color: #ca9f53;
}
.ph-nav-pop .nav-main .more1{
  display: block;
  width: 20%;
  position: absolute;
  right: 0.2rem;
  top: 5px;
  line-height: 0.52rem;
  height: 0.54rem;
  text-align: right;
  background: url(../../Img/images/ph-nav-lv1-morebg.png) no-repeat right center;
  background-size: 0.15rem auto;
}
.ph-nav-pop .nav-main dd.on .more1{
  background: url(../../Img/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(../../Img/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(0);
  -ms-transform:rotate(0);   
  -moz-transform:rotate(0);  
  -webkit-transform:rotate(0); 
  -o-transform:rotate(0); 
}
.ph-nav-btn{
  float: right;
  display: none;
   -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: 0.16rem;
}
.ph-nav-btn .ph-nav{
  height: 0.2rem;
  float: right;
}
.ph-nav-btn .ph-nav2{
  display: none;
}


.header-box .search-main{
  position: absolute;
  right: 0;
  top: -10px;
  width: 600px;
  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 #000;
  line-height: 43px;
  border-radius: 0;
  padding-left: 33px;
  font-size: 16px;
  padding-right: 10px;
  float: left;
  background: none;
  color: #333;
}
.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;
}

.ph-link{
  display: none;
  height: 0.46rem;
  line-height: 0.46rem;
  position: relative;
  background: #03356a;
  text-align: center;
}
.ph-link .list{
  display: inline-block;
}
.ph-link .list a{
  color: #fff;
  font-size: 0.17rem;
  margin: 0 0.14rem;
}
.ph-link .ph-sou{
  display: inline-block;
  padding-left: 0.14rem;
  position: relative;
}
.ph-link .ph-sou:after{
  content:"";
    position:absolute;
    left:0;
    top:50%;
    width:1px;
    height:0.2rem;
    margin-top: -0.1rem;
    background:#426b97;
}
.ph-link .ph-sou .ph-sou-btn{
  width: 0.2rem;
}

@media screen and (max-width:1500px) {
  .header-box .pc-list .lv1-box .lv1{
    font-size: 16px;
  }
  .header-box .logo img{
    height: 65px;
  }
}

@media screen and (max-width:1200px) {
  .ph-link{
    display: block;
  }
  .head-right{
    margin-top: 0;
    background: none;
    padding-right: 0;
  }
  .main-box{
    padding-top: 1.42rem !important;
  }
  .header-box{
    height: 1.42rem;
    padding:0;
    background: #fff;
    border-top: none;
  }
  .header-box.on{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
  }
  .header-box .global-inner{
    margin-top: 0.17rem;
    position:initial;
  }
  .header-box .logo{
    margin-top: 0;
  }
  .header-box .logo img{
    height: 0.62rem;
  }
  .header-box .logo .logo1{
    display: none;
  }
  .header-box .logo .logo2{
    display: block;
  }
  .ph-nav-btn{
    display: block;
  }
  .header-box .ban-box{
    display: none;
  }
  .header-box .link-box{
    display: none;
  }
  .header-box .pc-list{
    display: none;
  }
  .header-box .sou-box{
    margin-top: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .header-box .sou-box .btns{
    margin-top: 3px;
  }
  .header-box .sou-box{
    padding-right: 0.22rem;
    position: initial;
  }
  .header-box .sou-box .btns{
    display: none;
  }
  .header-box .sou-box:after{
    content:"";
    position:absolute;
    right:0;
    left: initial;
    top:50%;
    width:2px;
    height:26px;
    margin-top: -12px;
    background:#4d4f55;
    display: none;
  }

  .header-box .search-main{
    height: 0.6rem;
    background: #fff;
    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 .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.4rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
  .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;
  }
}
@media screen and (max-width:767px) {
  

}



/***** 底部 ******/
.footer-box{
  background: #222222;
}
.footer-box .center{
  padding-top: 3.9em;
  padding-bottom: 2.1em;
  color: #fff;
}
.footer-box .center .left-box{
  float: left;
  max-width: 75%;
}
.footer-box .center .left-box .link-box{
  margin-bottom: 1.2em;
}
.footer-box .center .left-box .link-box:last-child{
  margin-bottom: 0;
}
.footer-box .center .left-box .link-box .titles{
  color: #1780e4;
  font-size: 18px;
  line-height: 46px;
  position: relative;
  margin-bottom: 17px;
}
.footer-box .center .left-box .link-box .titles:after{
  content:"";
  position:absolute;
  left:0;
  bottom: 0;
  width:37px;
  height:1px;
  background:#1780e4;
}
.footer-box .center .left-box .link-box .list{
  overflow: hidden;
}
.footer-box .center .left-box .link-box .list li{
  line-height: 32px;
  float: left;
  margin-right: 1.9em;
}
.footer-box .center .left-box .link-box .list li a{
  color: #fff;
  font-size: 18px;
}
.footer-box .center .left-box .link-box .list li a:hover{
  color: #1780e4;
}
.footer-box .center .left-box .link-box .doc-box{
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
}
.footer-box .center .left-box .link-box .doc-box span{
  float: left;
  margin-right: 66px;
}
.footer-box .center .left-box .link-box .doc-box img{
  width: 15px;
  height: 20px;
  position: relative;
  top: -1px;
}
.footer-box .center .left-box .link-box .doc-box .img1{
  margin-right: 10px;
}

.footer-box .center .right-box{
  float: right;
  margin-top:5px;
  position: relative;
}
.footer-box .center .right-box .footer-logo{
  margin-bottom: 1.4em;
}
.footer-box .center .right-box .footer-logo img{
  height: 37px;
}
.footer-box .center .right-box .imgs-box{
  text-align: center;
  padding-left: 20px;
}
.footer-box .center .right-box .imgs-box .imgs img{
  width: 120px;
  height: 120px;
}
.footer-box .center .right-box .imgs-box .name {
  font-size: 14px;
  color: #1780e4;
  line-height:35px;
}

.footer-box .bottom{
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    color: #9d8d85;
}
.footer-box .bottom .global-inner{
   padding: 13px 0;
   border-top: 1px solid rgba(255,255,255,.25)
}
.footer-box .bottom .doc{
  float: left;
}
.footer-box .bottom .doc a{
  color: #9d8d85;
}
.footer-box .bottom .doc a:hover{
  text-decoration: underline;
}
.footer-box .foot-support {
  float:right;
  line-height:26px;
  height: 26px;
  overflow: hidden;
}
.footer-box .foot-support a{
  color:#9d8d85;
}
.footer-box .foot-support .title{
  float:left;
  color:#9d8d85;
}
.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 .foot-ph-support{
  color: #9d8d85;
  line-height: 26px;
  font-size:16px;
  float: right;
}
.footer-box .foot-ph-support a{
  color: #a69992;
}

@media screen and (max-width:1200px) {
  .footer-box .bottom .doc{
    margin-right: 0;
  }
}
.hidden-md{
  display: none;
}
@media screen and (max-width:991px) {
  .hidden-md{
    display: block;
  }
  .visible-lg, .visible-md, .visible-sm, .visible-xs{
    display: none;
  }
  .footer-box .center{
    padding: 0.35rem 0;
    font-size: 0.16rem;
    padding-bottom: 0.15rem;
  }
  .footer-box .center .left-box{
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .footer-box .center .left-box .link-box{
    margin-bottom: 0.15rem;
  }
  .footer-box .center .left-box .link-box .titles{
    font-size: 0.22rem;
    line-height: 0.54rem;
    margin-bottom: 0.2rem;
  }
  .footer-box .center .left-box .link-box .titles:after{
    width: 0.5rem;
    height: 2px;
  }
  .footer-box .center .left-box .link-box .list li{
    line-height: 0.4rem;
    margin-right: 0.4rem;
  }
  .footer-box .center .left-box .link-box .list li a{
    font-size: 0.19rem;
  }
  .footer-box .center .left-box .link-box .doc-box{
    font-size: 0.19rem;
  }
  .footer-box .center .left-box .link-box .doc-box span{
    float: none;
    display: block;
    margin-right: 0;
    line-height: 0.45rem;
  }
  .footer-box .center .left-box .link-box .doc-box .img1{
    margin-right: 0.1rem;
  }
  .footer-box .center .right-box{
    width: 100%;
    margin-top: 0.3rem;
    padding: 0 0.8rem;
  }
  .footer-box .center .right-box:after{
    display: none;
  }
  .footer-box .center .right-box .footer-logo{
    text-align: center;
    margin-bottom: 0.15rem;
  }
  .footer-box .center .right-box .footer-logo img{
    height: 0.5rem;
  }
  .footer-box .center .right-box .imgs-box{
    padding-left: 0.15rem;
  }
  .footer-box .center .right-box .imgs-box .imgs img{
    width: 1.08rem;
    height: 1.08rem;
  }
  .footer-box .center .right-box .imgs-box .name{
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
  .footer-box .bottom{
    font-size: 0.17rem;
    line-height: 0.3rem;
  }
  .footer-box .foot-ph-support{
    font-size: 0.17rem;
    line-height: 0.3rem;
  }
  .footer-box .bottom .global-inner{
    padding: 0.2rem 0;
    padding-top: 0.22rem;
  }
  .footer-box .bottom .doc{
    text-align: center;
    width: 100%;
  }
  .footer-box .bottom .doc em{
    display: inline-block;
  }
  .footer-box .foot-ph-support{
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

