@charset "UTF-8";
/*******/

.hidden-zh{
  display: none !important;
}

html,
body {
  -ms-overflow-style: scrollbar;
  color: #262626;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1800px) and (min-width: 1661px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1241px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 13.3333333vw;
  }
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #222;
  font-family: "微软雅黑", "Microsoft YaHei";
  position: relative;
  white-space: normal;
  word-wrap: break-word;
}
@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.25rem;
    font-family: "华文细黑";
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 37, 56, 0.5);
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus, div:active,
span:focus,
span:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
  box-shadow: none;
}

div:focus,
span:focus,
i:focus {
  outline: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus, input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a.btn-white {
  display: block;
  position: relative;
  color: #222;
  background: transparent;
  overflow: hidden;
  border: solid 1px #222;
  text-align: center;
}
a.btn-white:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -101%;
  background: #222;
  transition: left .4s ease-out;
  z-index: 1;
}
a.btn-white span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  a.btn-white:hover {
    color: #fff !important;
    border-color: #222 !important;
  }
  a.btn-white:hover:before {
    left: 0;
  }
}
a.btn-bwhite {
  display: block;
  position: relative;
  background: transparent;
  overflow: hidden;
  border: solid 1px #fff;
  text-align: center;
}
a.btn-bwhite:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -101%;
  background: #fff;
  transition: left .4s ease-out;
  z-index: 1;
}
a.btn-bwhite span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  a.btn-bwhite:hover {
    color: #222 !important;
    border-color: #fff !important;
  }
  a.btn-bwhite:hover:before {
    left: 0;
  }
}
a.btn-black {
  display: block;
  position: relative;
  color: #fff;
  background: #222;
  overflow: hidden;
  border: solid 1px #222;
  text-align: center;
}
a.btn-black:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -101%;
  background: #fff;
  transition: left .4s ease-out;
  z-index: 1;
}
a.btn-black span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  a.btn-black:hover {
    color: #222 !important;
  }
  a.btn-black:hover:before {
    left: 0;
  }
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
}

table {
  border: solid 1px #ededed;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #ededed;
  word-break: break-all;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  margin: 0 auto;
  position: relative;
}
.row:before, .row:after {
  display: none;
}

.lg-inner {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-inner:before, .lg-inner:after {
  content: '';
  display: table;
  clear: both;
}
.xl-inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
}
.global-inner {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.sm-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 1420px) {
  .global-inner{
    width: 1200px;
  }
}
@media screen and (max-width: 1220px) and (min-width: 992px) {
  .global-inner, .sm-inner{
    width: 90%;
  }
}

@media (max-width: 991.98px) {
  .lg-inner,
  .global-inner,
  .xl-inner,
  .sm-inner{
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.3rem;
    margin: 0 auto;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #adadad;
}

/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.innerBanner{
	height: 28em;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.bannerText{
	color: #fff;
}
.bannerText h1{
	font-weight: bold;
	font-size: 1.8em;
	
}
.bannerText h5{
	margin-bottom: 30px;
	font-size: 1.2em;
}

.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-close {
  width: 1.12rem;
  height: 1rem;
  display: block;
  border-radius: 0;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
  background: url("/Img/images/close2.png") no-repeat center center;
  background-size: 0.34rem;
  z-index: 1030;
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}
@keyframes leftAni {
  0% {
      opacity: 0;
   left: 41%;
  }
  to {
   opacity: 1;
   left: 0%;
    /*opacity: 1*/
  }
}
@-webkit-keyframes leftAni {
  0% {
 opacity: 0;
   left: 41%;
  }
  to {
   opacity: 1;
   left: 0%;
  }
}
.leftAni {
  animation: leftAni 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: leftAni 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}










@keyframes opaAnim {
  0% {
      
   opacity: 0
  }
  to {
   opacity: 1
    /*opacity: 1*/
  }
}
@-webkit-keyframes opaAnim {
  0% {
    
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.opaAnim {
  animation: opaAnim 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: opaAnim 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
@keyframes scrollBig {
  0% {
   width: 1000px;
   height: 1000px;
   opacity: 0
  }
  10%{
    width: 1000px;
   height: 1000px;
   opacity: 1
  }
  100% {
   width: 1200px;
   height: 1200px;
    opacity: 0
  }
}

@-webkit-keyframes scrollBig {
  0% {
     width: 1000px;
   height: 1000px;
    opacity: 0
  }
  10%{
    width: 1000px;
   height: 1000px;
   opacity: 1
  }
  100% {
    width: 1200px;
   height: 1200px;
    opacity: 0
  }
}
.scrollBig {
  animation: scrollBig 2s linear infinite;
  -webkit-animation: scrollBig 2s linear infinite;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeInUp2 {
  animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
  animation: fadeInUp3 2s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp3 2s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background-color: transparent;
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 60px;
  height: 60px;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  border-radius: 100%;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/Img/images/video_play.png") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.video-play {
  width: 3.7em;
  height: 4.3em;
  display: block;
  background: url("/Img/images/video_play.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.15em 0 0 -1.85em;
  z-index: 50;
}

.modal-video video {
  object-fit: fill;
}
@media screen and (max-width: 991.98px) {
  .modal-video video {
    object-fit: contain;
  }
}
/* 头部 */
.header{

}
.header .headCen{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.header .headCen ul{
	float: left;
}
.header .headCen .lau{
	float: left;
	margin-left: 15px;
	margin-top: 30px;
}
.headNav .top1{
	float: left;
	font-size: 16px;
	padding: 0 25px;
	position: relative;
	line-height: 80px;
	z-index: 999;
}

.headNav .top1::before{
	position: absolute;
	    content: '';
	    display: block;
	    width: 0;
	    height: 1px;
	    background: rgb(231,56,40);
	    top: 47.5%;
	    left: -7px;
		transition: all .3s;
}
.headNav .current::before{
	position: absolute;
	    content: '';
	    display: none;
	    width: 26px;
	    height: 1px;
	    background: rgb(231,56,40);
	    top: 47.5%;
	    left: -7px;
}
.current>a{
  color: #2dbecd
}
.headNav .top1:hover::before{
	position: absolute;
	    content: '';
	    display: none;
	    width: 26px;
	    height: 1px;
	    background: rgb(231,56,40);
	    top: 47.5%;
	    left: -7px;
}
.lau{
	color: #555;
	font-size: 16px;
}
.lau img{
	margin-right: 10px;
	width: 16px;
}
/* .headNav li:nth-child(1) ::before{
	display: block;
	content: '';
	position: ab;
} */
.lines{
	width: 25px;
	position: absolute;
	left: -5px;
	top: 38px;
	
	height: 1px;
	background-color: #e73828;
}
.main-box{
	min-height: 400px;
}
/* 底部 */
.footTel{
	font-size: 2em;
	color: #2dbecd;
	font-weight: bold;
	font-family: arial;
}
.telImg img{
	display: block;
	margin-bottom: 10px;
}
.foot-top{
	overflow: hidden;
}
.footCenLeft .row.en{
  display: none;
}
.footCenLeft .fl li a{
	font-size: 14px;
	color: #666666;
}
.footCenLeft .fl li{
	line-height: 30px;
	width: 220px;
}
.footNav h3,
.footNav2 h3{
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
}
.footNav{
	overflow: hidden;
}
.footNav2 h3{
	margin-bottom: 30px;
}
.footCen{
	padding-top: 2em;
	margin-top: 2em;
	height: 14em;
	border-top:1px solid #d8d8d9;
}
.code img{
   width: 100%;
	
}
.codeImg1{
	float: left;
	padding: 8px;
  width: 100px;
	background-color: #fff;
}
.posText{
	float: left;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-top: 5px;
}
.posText p{
	margin-bottom: 8px;
	margin-left: 10px;
}
.posText p+p{
	margin-bottom: 15px;
}
.code{
	overflow: hidden;
}
.footCode{
	float: right;
	width: 280px;
	
}
.footTel{
	letter-spacing:2px;
}
.email h4{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 11px;
	white-space: nowrap;
}
.email h4+h4{
	/* margin-bottom: 40px; */
}
.email{
	clear: both;
	margin-top: 2.25em;
}
.beian{
	font-size: 14px;
	color: #666666;
}
.beian{
	position: relative;
}
.centerItem{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0%;

}

.beian{
	overflow: hidden;
	padding: 2.9em 0 2.7em;
	border-top: 1px solid #d8d8d9;
}
.beian span{
	font-family: arial;
}
.footCen ul li a{
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.footCen ul li:hover a{
	color: #2dbecd;
}
.swipFoot{
	height: 26px;
	overflow: hidden;
	line-height: 26px;
}
.headNav a{
	transition: all .5s;
	-webkit--transition: all .5s;
	-ms-transition: all .5s;
}
.headNav a:hover{
	color:#2dbecd;
}
.footer{
	background-color: #f0f1f2;
	padding-top: 2.5em;
  position: relative;
}
.foot-swiper a{
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.foot-swiper{
	height: 30px;
}
.footNav2 a{
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.footNav2 a:hover{
	color: #2dbecd;
}
.footNav a{
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.beian img{
	margin: 0 5px;
}
.footNav a:hover{
	color: #2dbecd;
}
.foot-swiper a:hover{
	color: #2dbecd;
}
.backTop{
	border-radius: 50%;
	width: 70px;
	position: fixed;
	bottom: 70px;
	right: 60px;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
	z-index: 9999;
	cursor: pointer;
}
.beian .item:nth-child(1){
	margin-top: 5px;
}
.beian .item:nth-child(2){
	margin-top: 5px;
}
.footNav2 {
	margin-left: 2.5em;
}
.pcNavLeft h3,
.pcNavRight h3{
	font-size: 16px;
	color: #262626;
	font-weight: bold;
}
.pcNavLeft h3 img,
.pcNavRight h3 img{
	margin-right: 20px;
}
.pcNav a{
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.pcNav a:hover{
	color: #2dbecd;
}
.pcNav{
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
	border-top: 1px solid #e9ecef;
	padding:1em 0 3em;
	box-shadow: 0px 20px 20px rgba(0,0,0,.2);
	display: none;
}
.pcNavRight .item{
	font-size: 16px;
	line-height: 35px;
	color: #555555;
}
.pcNavLeft ul:last-child{
	padding-right: 2em;
}
.pcNavRight{
	border-left: 1px solid #e9ecef;
	padding-left: 38px;
	padding-bottom: 27px;
}
.pcNavRight .row{
  display: block;
}
.pcNavRight h3{
	margin-bottom: 25px;
}
.pcNavLeft li{
	line-height: 34px;
	font-size: 14px;
	color: #999999;
	padding-right: 60px;
}
.pcNavLeft li+li{
	line-height: 34px;
	font-size: 16px;
	color: #555555;
}
.pcNavLeft ul{
	float: left;
	margin-top: 7px;
}
@media (max-width:1600px) {
	.footCen{
		height: 15em;
	}
	.footNav2{
		margin-left: 0;
	}
	.footNav ul{
		width: 30%;
	}
	.footer .footNav ul li{
		width: 100%;
	}
	.footCode{
		margin-left: 0%;
		width: 26%;
	}
	.footCenLeft{
		width: 70%;
	}
	.footNav{
		width: 80%;
	}
	.footNav2{
		width: 20%;
	}
}
.header{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999999;
	border-bottom: 1px solid #e9ecef;
}
@media (max-width:991.98px) {
	.backTop{
		display: none!important;
	}
	.footer{
		padding-top: 0;
	}
	.header {
	  position: fixed;
	  left: 50%;
	  top: 0;
	  display: block;
	  width: 100%;
	  height: 1.1rem;
	  transform: translateX(-50%);
	  overflow: hidden;
	  background: #fff;
	  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	  z-index: 1200;
	}
	.header .global-inner {
	  display: table;
	  padding-top: 0.22rem;
	  overflow: hidden;
	}
	.header .logo{
	  float: left;
	}
	.header .logo a{
	  display: block;
	  height: 0.66rem;
	}
	.header .logo img{
	  display: block;
	  height: 0.66rem;
	}
	
	.hd-sch{
	  float: right;
	  width: 0.39rem;
	  padding-top: 0.12rem;
	}
	.hd-sch a{
	  display: block;
	}
	.hd-sch img{
	  width: 100%;
	  display: block;
	}
	.ph-nav-btn{
	  float: right;
	  margin-left: 0.48rem;
	  -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.15rem;
	}
	.header .nav_btn{
	  cursor: pointer;
	  height: 0.32rem;
	  width: 0.51rem;
	  position: relative;
	  z-index: 2;
	}
	.header .nav_btn span{
	  display: inline-block;
	  width: 0.51rem;
	  height: 0.04rem;
	  background-color: #262626;
	  position: absolute;
	  top: 0.14rem;
	  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 .nav_btn.open span{
	  background-color: transparent;
	    z-index: 9;
	}
	.header .nav_btn span:before{
	  content: '';
	  display: inline-block;
	  width: 0.51rem;
	  height: 0.04rem;
	  background-color: #262626;
	  position: absolute;
	  top: -0.14rem;
	  right: 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 .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 .nav_btn span:after{
	  content: '';
	  display: inline-block;
	  width: 0.51rem;
	  height: 0.04rem;
	  background-color: #262626;
	  position: absolute;
	  top: 0.14rem;
	  right: 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 .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;
	  z-index: 1000;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 1.1rem;
	  /*background: rgba(0,0,0,.3);*/
	  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;
	}
	
	.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-box .ph-nav-pop{
	  border-top: 1px solid #e9edf1;
	  width: 100%;
	  height: 100%;
	  margin: 0 auto;
	  background: #f0f1f3;
	  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: 1.1rem;
	}
	
	.nav-main{
	  height: 100%;
	  overflow: hidden;
	}
	.nav-main ul{
	  padding: .4rem 0.3rem 0;
	}
	.nav-main em{
	  float: right;
	  width: 30%;
	  height: 1.02rem;
	  margin-top: 0.06rem;
	  position: relative;
	}
	.nav-main em:before{
	  content: "";
	  position: absolute;
	  right: 0;
	  top: 50%;
	  margin-top: -1px;
	  width: 22px;
	  height: 2px;
	  background-color: #ccc;
	  transition: all .3s;
	  z-index: 10;
	}
	.bgCode{
		padding: .14rem;
		background-color: #fff;
		display: inline-block;
	}
	.nav-main em:after{
	  content: "";
	  position: absolute;
	  right: 10px;
	  top: 50%;
	  margin-top: -11px;
	  width: 2px;
	  height: 22px;
	  background-color: #ccc;
	}
	@media screen and (max-width: 450px){
	  .nav-main em:before{
	    width: 14px;
	  }
	  .nav-main em:after{
	    right: 6px;
	    margin-top: -7px;
	    height: 14px;
	  }
	}
	.nav-main .on em:before{
	  background-color: #014da1;
	}
	.nav-main .on em:after{
	  display: none;
	}
	.nav-main .lv4pop .lv1 em,
	.nav-main .lv4pop .lv2 em,
	.nav-main .lv4pop .lv3 em,
	.nav-main .lv3pop .lv1 em,
	.nav-main .lv3pop .lv2 em,
	.nav-main .lv2pop .lv1 em{
	  display: block;
	}
	
	.nav-main .lv2box,
	.nav-main .lv3box,
	.nav-main .lv4box{
	  display: none;
	}
	.nav-main .lv1,
	.nav-main .lv2,
	.nav-main .lv3,
	.nav-main .lv4{
	  overflow: hidden;
	  border-bottom: 1px solid #dddddd;
	}
	.nav-main .lv1 a{
	  float: left;
	  display: block;
	  font-size: 0.3rem;
	  line-height: 0.42rem;
	  color: #333;
	  min-width: 50%;
	  padding: 0.35rem 0 0.35rem;
	  transition: all .3s;
	}
	.nav-main .lv2 a{
	  float: left;
	  display: block;
	  font-size: 0.28rem;
	  line-height: 0.42rem;
	  color: #262626;
	  min-width: 50%;
	  padding: 0.35rem 0 0.35rem 0;
	  transition: all .3s;
	}
	.nav-main .lv3 a{
	  float: left;
	  display: block;
	  font-size: 0.28rem;
	  line-height: 0.42rem;
	  color: #262626;
	  min-width: 50%;
	  padding: 0.35rem 0 0.35rem 0rem;
	  transition: all .3s;
	}
	.nav-main .lv4 a{
	  float: left;
	  display: block;
	  font-size: 0.28rem;
	  line-height: 0.42rem;
	  color: #666;
	  min-width: 50%;
	  padding: 0.22rem 0 0.22rem 0rem;
	}
/* 	.nav-main .lv1.on a{
	  color: #014da1;
	}
	.nav-main .lv2.on a{
	  color: #014da1;
	}
	.nav-main .lv3.on a{
	  color: #406cae;
	}
	.nav-main .lv4.on a{
	  color: #406cae;
	} */
	
	
	/*** main-box ***/
	.main-box {
	  width: 100%;
	  margin: 0 auto;
	  position: relative;
	  z-index: 10;
	  font-size: 0.26rem;
	  min-height: 5rem;
	}
	
	/**** footer ***/
	.foot-menu {
	  width: 100%;
	  height: 0.98rem;
	  overflow: hidden;
	  background: #fff;
	  position: fixed;
	  left: 0;
	  bottom: 0;
	  z-index: 1000;
	  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
	  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
	}
	
	/**** popver: 弹出层 ***/
	.popover-box {
	  width: 100%;
	  height: 100%;
	  display: none;
	  overflow: hidden;
	  position: fixed;
	  left: 0;
	  top: 0;
	  z-index: 1020;
	}
	
	.popover-zhe {
	  width: 100%;
	  height: 120%;
	  overflow: hidden;
	  background: rgba(0, 0, 0, 0.3);
	  position: fixed;
	  left: 0;
	  top: 0;
	  z-index: 1021;
	}
	
	.popover-inner {
	  background: #fff;
	  position: absolute;
	  z-index: 1030;
	  transition: all 0.3s;
	  -webkit-transition: all 0.3s;
	}
	
	.popover-close {
	  width: 0.5rem;
	  height: 0.5rem;
	  display: block;
	  overflow: hidden;
	  background: url(../../I../../Img/images/close_01.png) no-repeat center center;
	  background-size: 0.3rem auto;
	  position: absolute;
	  z-index: 1031;
	}
	
	.popover-bd {
	  width: 100%;
	  overflow: hidden;
	  position: relative;
	}
	.header{
		padding: 0;
	}
    .wap-language{
		float: right;
	}
	.wap-language{
		font-size: .28rem;
		color: #262626;
		margin-top: .2rem;
		font-family: arial;
	}
	.lv1 a{
		font-size: .3rem;
		font-weight: bold;
	}
	.lv em::after{
		display: none;
	}
	.lv em::before{
		display: none;
	}
	.lv em{
		background-image: url(/Img/images/topic.png);
		background-position: center right; 
		background-repeat: no-repeat;
		background-size: .27rem;
	}
	li .on em{
		background-image: url(/Img/images/bottomic.png);
	}
	.nav-main .lv2{
		margin-left: .60rem;
	}
	.nav-main .lv3{
		margin-left: 1.2rem;
	}
	.nav-main .lv4{
		margin-left: 1.8rem;
	}
	/* 底部 */
	.wap-foot1{
		text-align: center;
	}
	.wap-foot1 h5{
		font-size: .3rem;
		color: #333333;
		margin-bottom: .23rem;
	}
	.wap-foot1 img{
		width: 2rem;
	}
	.wap-foot1{
		border-bottom: 1px solid #c8c8c8;
		padding: .6rem 0;
	}
	.wap-foot2{
		padding: .4rem .3rem;
		text-align: center;
		border-bottom: 1px solid #c8c8c8;
	}
	.wap-foot2 h5{
		font-size: .28rem;
		color: #333333;
	}
	.wap-foot2 .footBtn{
		background-color: #fff;
		border:1px solid #c8c8c8;
		font-size: .4rem;
		color: #2dbecd;
		font-weight: bold;
		font-family: arial;
		padding: .28rem 0;
		margin-top: .3rem;
	}
	.footer{
		background: #f0f1f3;
	}
	.wap-foot2 .footBtn img{
		width: .4rem;
	}
	.wap-foot3 li{
		font-size:.28rem;
		float: left;
		color: #262626;
		width: 50%;
		line-height: .85rem;
	}
	.wap-foot3{
		padding: .36rem .3rem .25rem;
		overflow: hidden;
		border-bottom: 1px solid #c8c8c8;
	}
	.wap-foot4{
		font-size: .28rem;
		color: #666666;
		text-align: center;
		padding: .45rem .3rem;
		border-bottom: 1px solid #c8c8c8;
	}
	.wap-foot4 .item{
		line-height: .48rem;
	}
	.wap-foot4 .item+.item{
		margin-top: .1rem;
	}
	.wap-foot5{
		text-align: center;
		padding: .5rem .3rem;
		font-size: .28rem;
		color: #666666;
	}
	.wap-foot5 .item{
		line-height: .43rem;
		margin-bottom: .23rem;
	}
	.wap-foot5 .item img{
		width: .25rem;
		margin: 0 .1rem;
	}
	.wap-foot5 .item+.item+.item{
		margin-bottom: 0;
		overflow: hidden;
		text-align: center;
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		justify-content: center;
	}
	.foot-swiper{
		height: .5rem;
		overflow: hidden;
	}
	.nav-main .lv4{
		border-bottom: 0;
	}
}
.enBlock{
  display: none;
}