﻿
@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: regular, sc;
  color: #666;
  overflow-x: hidden;
}
a {
  color: #666;
  text-decoration: none;
  outline: none;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
img {
  border: 0px;
  vertical-align: middle;
  width: 100%;
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #0075cf;
  outline: none;
}
ul,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
li {
  list-style-position: outside;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
h1 {
  font-size: 16px;
}
h5 {
  font-size: 12px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear_f {
  clear: both;
  height: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  _display: inherit;
}
.bkxyz {
	    width: 75px;
    height: 27px;
    line-height: 27px;
    display: block;
    position: absolute;
    right: 5px;
    top: 31%;
    border-radius: 21px;
    background-color: #e62129;
    text-align: center;
    color: #fff;
    /* line-height: 40px;*/
}
.h10 {
  height: 10px;
  overflow: hidden;
  clear: both;
}
.h30 {
  height: 30px;
  overflow: hidden;
  clear: both;
}
.h60 {
  height: 60px;
  overflow: hidden;
  clear: both;
}
.h70 {
  height: 70px;
  overflow: hidden;
  clear: both;
}
.h100 {
  height: 100px;
  overflow: hidden;
  clear: both;
}
input,
textarea {
  background: transparent;
  padding: 0px;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0px;
}
em {
  font-style: normal;
}
.btn1 {
  cursor: pointer;
}
.red {
  color: #cb1f18;
}
.wal {
  max-width: 14rem;
  margin: auto;
  display: inline-block;
}
.wal .logo img {
  position: relative;
  top: 12px;
  left: 230px;
}
.wal2 {
  width: 12rem;
  margin: 0px auto;
  position: relative;
}
.wal3 {
  max-width: 14.5rem;
  margin: 0 auto;
}
.wal4 {
  max-width: 14rem;
  margin: 0 auto;
}

@font-face {
  font-family: regular;
  src: url(../../en/font/HarmonyOS_Sans_Regular.ttf);
}
@font-face {
  font-family: bold;
  src: url(../../en/font/HarmonyOS_Sans_Bold.ttf);
}
@font-face {
  font-family: sc;
  src: url(../../en/font/HarmonyOS_Sans_SC_Regular.ttf);
}
@font-face {
  font-family: mont;
  src: url(../../en/font/MontserratBold.ttf);
}
@font-face {
  font-family: medium;
  src: url(../../en/font/HarmonyOS_Sans_Regular.ttf);
}
.wal1160 {
  width: 1160px;
  margin: 0 auto;
}
@font-face {
  font-family: "IMPACT";
  src: url("path/to/IMPACT.TTF") format("woff");
}

.w280 {
  width: 2.8rem;
}
.w378 {
  width: 3.78rem;
}
.w870 {
  width: 8.7rem;
}

.fangda {
  overflow: hidden;
}
.fangda img {
  transition: 2s;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  -o-transition: 2s;
}
.fangda:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.line1_hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.line2_hidden {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line3_hidden {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ico_h {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.ico_h:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  ); /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.ico_h:hover,
.ico_h:focus,
.ico_h:active {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.ico_h:hover:before,
.ico_h:focus:before,
.ico_h:active:before {
  opacity: 0.4;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.Phone-Box {
  display: none;
}

/*头部导航*/
.headD {
  height: 92px;
}

.headDiv {
  height: 92px;
  width: 100%;
  z-index: 5;
  background: #fff;
}

.headDiv .wal {
  position: relative;
  height: 92px;
}
.headDiv .logo {
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 2;
}
.headDiv .logo img {
  width: 273px;
}

.nav {
  position: absolute;
  right: 230px;
  top: 0;
  z-index: 1;
}
.nav li {
  display: inline-block;
  height: 92px;
  font-size: 16px;
  position: relative;
  padding-left: 42px;
}
.nav a {
  display: block;
  position: relative;
  line-height: 92px;
  color: #666;
}
.nav a:hover,
.nav .aNow,
.nav .aNow1 {
  color: #1365a5 !important;
}

.headDiv .topRight {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 2;
}
.headDiv .topSearch {
  height: 52px;
  position: relative;
  margin-left: 30px;
}
.headDiv .topSearch em {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../cn/images/nimg16_1.png) right center no-repeat;
  cursor: pointer;
  position: relative;
}

.headDiv .form {
  height: 32px;
  margin-left: 30px;
  position: relative;
  width: 240px;
}
.headDiv .form .input1 {
  width: 160px;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: #eee solid 1px;
  border-radius: 4px;
}
.headDiv .form .btn1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 32px;
  background: #1365a5;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.headDiv .lan {
  padding-left: 32px;
  height: 32px;
  line-height: 32px;
  position: relative;
  z-index: 5;
}
.headDiv .lan a {
  display: block;
  line-height: 32px;
  color: #0055a2;
  font-size: 16px;
  text-transform: uppercase;
}
.headDiv .lan a:hover {
  text-decoration: underline;
}

.navIco {
  position: absolute;
  right: -20px;
  top: 20px;
  width: 1rem;
  height: 1.2rem;
  background: url(../cn/images/navIco.png) center no-repeat;
  background-size: 0.36rem;
}
.navIco img {
    width: 20px;
}
.head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 59;
}
.head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  margin-top: -62px;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #1264a5;
}
.head-search .search-box .box-cent input {
  width: calc(100% - 60px);
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  background: none;
}
.head-search .search-box .box-cent input::placeholder {
  font-size: 14px;
  color: #fff;
}
.head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
}
.head-search .search-box .box-cent .box-icon img {
  width: 20px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
.head-search .search-box .box-hiden {
  cursor: pointer;
  width: 24px;
  margin: 50px auto 0;
}
.head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head-search .search-box .box-hiden:hover img {
  opacity: 1;
}

/*导航触发效果*/
.sNav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  width: 186px;
  top: 102px;
}
.sNav .list {
  background: #fff;
  border-top: #0055a2 solid 2px;
  padding: 20px 0 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.sNav li {
  padding: 0 25px 18px 25px;
  font-size: 14px;
}
.sNav li a {
  display: block;
  color: #222;
}
.sNav li a:hover {
  color: #1365a5;
}
.sNav.on {
  opacity: 1;
  visibility: visible;
  top: 92px;
  z-index: 5;
}

.navLayer {
  overflow-x: auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 22;
  right: -100%;
  top: 0px;
}
.navLayer .bg {
  overflow-x: auto;
  position: relative;
  background: #fff;
  height: 100%;
  width: 100%;
}
.navLayer .toptop {
  height: 1.2rem;
  position: relative;
  border-bottom: #d6d6d6 solid 1px;
}
.navLayer .closeBtn {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0px;
  right: 0;
  text-align: center;
  line-height: 1.2rem;
}
.navLayer .closeBtn img {
  width: 0.48rem;
}
.sideNav {
  padding: 0 0.3rem 0.3rem;
}
.subNav {
  cursor: pointer;
  display: block;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  font-size: 0.34rem;
  border-bottom: #d6d6d6 solid 1px;
}
.subNav1 {
  background: url(../cn/images/ico4.png) right center no-repeat;
  background-size: 24px;
  color: #333;
}
.subNav .name {
  position: relative;
}
.subNav a {
  color: #333;
  display: block;
}
.currentDt {
  background: url(../cn/images/ico4on.png) right center no-repeat;
  background-size: 24px;
  color: #0055a2;
}
.navContent {
  display: none;
}
.navContent a {
  display: block;
  height: 0.88rem;
  border-bottom: #d6d6d6 solid 1px;
  line-height: 0.88rem;
  color: #666;
  font-size: 0.3rem;
}

.pageBg {
  position: fixed;
  z-index: 8;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  left: 0px;
  top: 0px;
}

.footDiv {
  padding-top: 90px;
  height: 586px;
  box-sizing: border-box;
  background: #f7f7f7;
  position: relative;
  z-index: 2;
  text-align: center;
  background-image: url("../image/n_footer_bg.jpg");
  background-position: 0px -90px;
}
.footDiv .rightDiv {
  width: 465px;
}
.footDiv .rightDiv .ewm {
  margin-left: 275px;
}
.footDiv .tel {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #0055a2;
  text-align: right;
  font-family: bold;
}
.footDiv .address {
  padding: 0.35rem 0 0.25rem;
  text-align: right;
  font-size: 14px;
  color: #868585;
  line-height: 28px;
}
.footDiv .dnm {
  padding-top: 35px;
  clear: both;
}
.footDiv .list {
  width: 210px;
  position: relative;
}
.footDiv .list .name {
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #797979;
  padding-left: 28px;
  background: #fff;
  border-radius: 24px;
  position: relative;
  cursor: pointer;
}
.footDiv .list .name:after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background: url(../images/ico2.png) center no-repeat;
}
.footDiv .list dl {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 42px;
  width: 100%;
  display: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.footDiv .list dd {
  position: relative;
}
.footDiv .list dd:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}
.footDiv .list dd:last-child:after {
  display: none;
}
.footDiv .list a {
  display: block;
  position: relative;
  height: 42px;
  line-height: 42px;
  padding-left: 28px;
  overflow: hidden;
  background: #fff;
  color: #797979;
  font-size: 12px;
}
.footDiv .list a:hover {
  color: #0055a2;
}
.footDiv .share {
  padding-left: 0.65rem;
  margin-top: 35px;
}
.footDiv .share li {
  float: left;
  margin-left: 30px;
}
.footDiv .share li:first-child {
  margin-left: 0;
}
.footDiv .share li a {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
}
.footDiv .share li:nth-child(1) a {
  background: #0fc14a;
}
.footDiv .share li:nth-child(2) a {
  background: #4f4b56;
}
.footDiv .share li:nth-child(3) a {
  background: #ff8401;
}
.footDiv .share li img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}

.footDiv .ewmDiv .limg img {
  width: 133px;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.footDiv .botDiv {
  position: absolute;
  left: 50%;
  margin-left: -7.68rem;
  bottom: 55px;
  width: 15.36rem;
}
.footDiv .msg {
  line-height: 36px;
  font-size: 12px;
  color: #666;
}
.footDiv .msg a {
  color: #666;
}
.footDiv .msg a:hover {
  color: #0055a2;
}
.footDiv .links {
  font-size: 12px;
  line-height: 36px;
  position: relative;
}
.footDiv .links a {
  padding-right: 15px;
  color: #666;
}
.footDiv .links a:hover {
  color: #0055a2;
}
.footDiv .links a:last-child {
  padding-right: 0;
}

.footNav li {
  float: left;
  width: 2.46rem;
}
.footNav li:last-child {
  width: auto;
}
.footNav li h2 {
  color: #3d4144;
  font-size: 18px;
  line-height: 18px;
  height: 45px;
}
.footNav li dd a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #989898;
}
.footNav li dd a:hover {
  color: #1264a5;
}

.pageBanner {
  position: relative;
  margin-top: 50px;
}
.pageBanner .imgDiv img {
  width: 100%;
}
.pageBanner .botDiv {
  position: absolute;
  left: 50%;
  margin-left: -7rem;
  bottom: 0px;
  width: 14rem;
  height: 0.7rem;
  background: #fff;
}
.pageBanner .botDiv:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.03rem;
  background: #efefef;
}
.pageNav {
  height: 0.7rem;
  padding-left: 0.28rem;
}
.pageNav li {
  float: left;
  margin-right: 0.24rem;
  font-size: 0.14rem;
  font-weight: bold;
  /*display: flex;*/
}
.pageNav li a {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #525252;
  position: relative;
  text-transform: uppercase;
    /*  width: 0.672rem;*/
    /*text-align: center;*/
}
.pageNav li em {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.03rem;
  background: #0075cf;
  display: none;
  z-index: 2;
}
.pageNav li .aNow em,
.pageNav li a:hover em {
  display: block;
}
.pageBanner .rightDiv {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 3.78rem;
  height: 0.7rem;
  background: #f3f5fa;
}
.pageBanner .rightDiv:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.03rem;
  background: #dee8ee;
  z-index: 2;
}
.pageBanner .layer {
  position: absolute;
  left: 0px;
  top: 2rem;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.pageBanner .layer .name {
  margin: 0 auto;
  width: 2.1rem;
  height: 1.28rem;
  background: url(../images/nimg210Bg.png) center no-repeat;
  background-size: 2.1rem;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1.28rem;
}
.pageBanner .layer .nameImg {
  height: 0.76rem;
  padding-top: 0.32rem;
  position: relative;
}
.pageBanner .layer .nameImg img {
  height: 0.47rem;
}
.pageBanner .layer .nameImg span P {
  font-size: 70px;
  padding: 35px 35px;
  color: #0075cf;
  font-family: "IMPACT";
margin-top: 130px; 
    margin-right: -1225px;
}
.pageBanner .layer .nameImg:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -0.23rem;
  width: 0.46rem;
  height: 0.04rem;

}

.pageNow {
  /*padding-left: 1.2rem;*/
  line-height: 0.7rem;
      float: right;
    padding-right: 30px;
}
.pageNow a {
  color: #666;
  background: url(../images/nimg5_1.png) left center no-repeat;
  background-size: 0.05rem;
  padding: 0 0.12rem 0 0.19rem;
}
.pageNow a:hover {
  color: #0075cf;
}
.pageNow em {
  background: url(../images/nimg5_1.png) left center no-repeat;
  background-size: 0.05rem;
  /*padding-left: 0.13rem;*/
  color: #666;
}
.pageNow img {
  padding-right: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.pageBannerTel {
  display: none;
  position: relative;
}
.pageBannerTel .imgDiv img {
  width: 100%;
}
.pageBannerTel .txt {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -1.5rem;
  top: 50%;
  margin-top: -0.64rem;
  width: 3.1rem;
  height: 1.28rem;
  background: url(../images/nimg210Bg.png) center no-repeat;
  background-size: 2.1rem;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1.28rem;
}

.pageBox {
  position: relative;
}
.grayBg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
      height: 100%;
  background: #f7f7f7;
  z-index: 1;
}
.treflip {
  width: 14rem;
  background: #fff;
      padding: 40px 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.pageBox-Bottom {
  width: 100%;
  height: 1rem;
  background: #f7f7f7;
}
.treflip2 {
  padding: 0.84rem 0 0;
}
.treflip3 {
  padding: 0;
}

.pageTitle {
  padding-bottom: 0.3rem;
}
.pageTitle p {
    line-height: 28px;
}
.pageTitle .title1 {
  font-size: 0.36rem;
  color: #0075cf;
  font-family: medium;
  text-transform: uppercase;
}
.pageTitle .title2 {
  font-size: 0.22rem;
  color: #3f3f3f;
  font-weight: bold;
}

.pageTitleTel {
  height: 0.98rem;
  background: #0075cf;
  position: relative;
  display: none;
}
.sideTitleTel {
  width: 100%;
  height: 0.98rem;
  position: absolute;
  left: 0px;
  top: 0px;
}
.sideTitleTel .con {
  font-size: 0.3rem;
  height: 0.98rem;
  line-height: 0.98rem;
  position: relative;
  padding-right: 10px;
}
.sideTitleTel .con a {
  color: #fff;
  display: block;
  height: 0.98rem;
  padding-left: 0.2rem;
  background: url(../images/limg65_1.png) right center no-repeat;
  background-size: 0.65rem;
}
.sideTitleTel .con.on a {
  background: url(../images/limg65_1on.png) right center no-repeat;
  background-size: 0.65rem;
}
.sideTitleNav {
  position: absolute;
  top: 0.98rem;
  z-index: 10;
  width: 100%;
  background: #fff;
  display: none;
  box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
  -webkit-box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
}
.sideTitleNav li {
  font-size: 0.26rem;
  height: 0.82rem;
  border-bottom: #d7d7d7 solid 1px;
}
.sideTitleNav li a {
  display: block;
  height: 0.82rem;
  line-height: 0.82rem;
  padding-left: 0.4rem;
  color: #666;
}
.sideTitleTel .con em {
  display: block;
  color: #fff;
  padding-left: 0.4rem;
}

/*分页*/
.pageNum {
  text-align: center;
}
.pageNum a {
  margin: 0 0.1rem;
  display: inline-block;
  color: #353535;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #eee;
  padding: 0 0.19rem;
  font-size: 0.13rem;
}
.pageNum a:hover,
.pageNum .aNow {
  background: #038ad4;
  color: #fff;
}

.pageMore {
  display: none;
  padding: 0.2rem 0;
}
.pageMore a {
  display: block;
  color: #fff;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.36rem;
  background: #0075cf;
  width: 100%;
}

.topA {
  z-index: 5;
  position: fixed;
  right: 50%;
  margin-right: -8.3rem;
  bottom: 70px;
  display: none;
  width: 34px;
  height: 34px;
  background: #0075cf;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px #ddd;
}

.tabContent {
  display: none;
}
.tab li {
  cursor: pointer;
}
.tabContent2 {
  display: none;
}
.tab2 li {
  cursor: pointer;
}
.tabContent3 {
  display: none;
}
.tab3 dd {
  cursor: pointer;
}

.cd-top {
  /* image replacement properties */
  overflow: hidden;

  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 1;
}

#Layer1 {
  position: absolute;
  position: fixed;
  _position: absolute;
  width: 100%;
  z-index: 111;
  top: 0;
  left: 0px;
  background-color: #000;
  display: none;
}

.selectDiv {
  cursor: pointer;
}
.selectDiv span {
  padding-left: 10px;
}
.selectDiv select {
  display: none;
}
/**/
.selectLayer {
  position: absolute;
  z-index: 100;
  display: none;
  background: #fff;
  border: #bababa solid 1px;
}
.selectLayer li {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding-left: 10px;
  color: #666;
}

.header {
    height: 40px;
}

@-webkit-keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@-moz-keyframes detailsNavList {
  0% {
    opacity: 0;
    -moz-transform: translateX(70px);
    transform: translateX(70px);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@-o-keyframes detailsNavList {
  0% {
    opacity: 0;
    -o-transform: translateX(70px);
    transform: translateX(70px);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
}
@keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}
@-moz-keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}
@-o-keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}
@keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}


.pageNav ul li ul {
    display: none;
    /*margin-left: 10px;*/
}

.pageNav ul li:hover ul {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99999;
}
.pageNav ul li ul li {
    margin-right: 0;
}
.pageNav ul li ul .pagelist_li {
    float: none;
}
.pageNav ul li ul .pagelist_li .pagelist_a {
        height: 0.5rem;
    line-height: 0.7rem;
}

.pageTitle ul li {
    border-bottom: 1px dashed #ddd;
    padding: 20px;
    line-height: 27px;
        transition: transform 0.3s;
}
.pageTitle ul li .pagetitle_left {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    margin: 0;
}
.pageTitle ul li .pagetitle_right {
    float: right;
    color: #272727;
    margin: 0;
}
.clear {
    clear: both;
}
.pageTitle ul li .pagetitle_bottom {
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pageTitle ul li .pagetitle_bottom a {
    color: #272727;
    font-size: 14px;
}
.pageTitle ul li .pagetitle_bottom .fl-r {
    float: right;
}
.pageTitle ul li:hover {
    transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
}
.pageTitle ul li:hover .pagetitle_left {
    color: #0075cf;
}

.ye{
    text-align: center;
    /*margin: 30px auto;*/
        padding-top: 80px;
    padding-bottom: 60px;
}
.ye li{
	display:inline-block;
	padding:0!important;
}
.ye .active .page-link{
	color:#fff;
	background: #4373c0;
	border:solid 1px #4373c0;
}
.ye a{
    padding: 5px 12px;
    display: inline-block;
    /*border: solid 1px #ccc;*/
    font-size: 16px;
    margin: 0 3px;
}
.ye span{
    padding: 5px 12px;
    display: inline-block;
    border: solid 1px #ccc;
    font-size: 16px;
    margin: 0 3px;
}
.ye a:hover{
    /*background: #4373c0;*/
    /*border-color: #4373c0;*/
    /*color: #fff;*/
}
.ye span:hover{
    background: #4373c0;
    border-color: #4373c0;
    color: #fff;
}
.ye1{
    margin: 40px auto;
    line-height: 45px;
}
.ye1 a{
    display: block;
}
.ye1 a:hover{
    color:#4373c0 ;
}

