.inbannerbox,
.ind_b,
.ind_c,
.ind_d,
.ind_e,
.pro_a,
.tech_a,
.tech_b,
.tech_c,
.tech_d,
.new_a,
.new_b,
.join_b,
.join_a,
.about_a,
.about_b,
.about_c,
.about_d,
.about_e {
  overflow: hidden;
}
.moreBtn {
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  width: 100%;
  background: #0070c0;
  color: #fff;
  margin-top: 40px;
}
*::after,
*::before {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.clearfix::after {
  clear: both;
  content: "";
  position: static;
  display: block;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.wrap1600 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -moz-outline-style: none;
}
.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
  display: none !important;
}
input,
textarea:focus {
  outline: none;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input::-o-clear {
  display: none;
}
textarea {
  overflow: auto;
  font-family: inherit;
}
.mohead {
  display: none;
}
.pcbanner {
  display: block;
}
.mobanner {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#map img {
  max-width: 1000px;
}
.maodian {
  position: relative;
  top: -100px;
  height: 1px;
  display: block;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #0070c0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-transform: scale(1.00001);
     -moz-transform: scale(1.00001);
      -ms-transform: scale(1.00001);
          transform: scale(1.00001);
}
.leg {
  height: 100px;
  color: inherit;
}
/*@font-face {
    font-family: "syht-l";
    src: url("../fonts/syht-l/syht-l.eot");
    src: url("../fonts/syht-l/syht-l.eot?#iefix") format("embedded-opentype"),
        url("../fonts/syht-l/syht-l.woff") format("woff"),
        url("../fonts/syht-l/syht-l.ttf") format("truetype"),
        url("../fonts/syht-l/syht-l.svg#syht-l") format("svg");
    font-style: normal;
    font-weight: normal;
}
.syht-l {
    font-family: "syht-l";
}
*/
body {
  overflow-x: hidden;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pagebox {
  text-align: center;
  margin-top: 6%;
}
.pagebox a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-right: 8px;
  font-size: 14px;
  color: #333333;
  background-color: #f7f7f7;
}
.pagebox a img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  vertical-align: top;
}
.pagebox a:hover,
.pagebox .current {
  color: #fff;
  border-color: #0070c0;
  background: #0070c0;
}
.pagebox .prev,
.pagebox .next {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 13px;
}
.pagebox .prev img,
.pagebox .next img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pagebox .prev .act,
.pagebox .next .act {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.pagebox .next {
  margin-right: 0;
}
.pagebox .prev:hover .act,
.pagebox .next:hover .act {
  opacity: 1;
}
.pagebox .prev:hover .nor,
.pagebox .next:hover .nor {
  opacity: 0;
}
.hoverbtn {
  position: relative;
  cursor: pointer;
}
.hoverbtn img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.hoverbtn .act {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.hoverbtn:hover .nor {
  opacity: 0;
}
.hoverbtn:hover .act {
  opacity: 1;
}
html,
body {
  width: 100%;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif, Microsoft Yahei;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 14px;
}
.ttl {
  font-size: 16px;
}
ul li {
  list-style: none;
}
header {
  background: #fff;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  padding: 0 3.125%;
}
header .logobox {
  float: left;
  padding: 30px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 40px;
  position: relative;
}
header .logobox img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
header .logobox .logow {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 30px;
}
header .pcmenu-btn-box {
  float: left;
  padding: 29px 0;
}
header .pcmenu-btn-box .pcmenu-btn {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  border: solid 1px #ccc9c8;
  padding-top: 11px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
header .pcmenu-btn-box .pcmenu-btn span {
  margin: 0 auto 6px;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #474443;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
header .pcmenu-btn-box .pcmenu-btn span:first-child,
header .pcmenu-btn-box .pcmenu-btn span:last-child {
  -webkit-transition: top 0.2s 0.2s, backgroundColor 0.4s, -webkit-transform 0.2s;
  transition: top 0.2s 0.2s, backgroundColor 0.4s, -webkit-transform 0.2s;
  -o-transition: top 0.2s 0.2s, backgroundColor 0.4s, transform 0.2s;
  -moz-transition: top 0.2s 0.2s, backgroundColor 0.4s, transform 0.2s, -moz-transform 0.2s;
  transition: top 0.2s 0.2s, backgroundColor 0.4s, transform 0.2s;
  transition: top 0.2s 0.2s, backgroundColor 0.4s, transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s;
}
header .pcmenu-btn-box .pcmenu-btn:hover {
  border-color: #0070c0;
}
header .pcmenu-btn-box .pcmenu-btn:hover span {
  background: #0070c0;
}
header .rt-box {
  padding: 30px 0;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
header .rt-box .lang,
header .rt-box .search-btn {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
header .rt-box .lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin-right: 10px;
}
header .rt-box .lang .imgbox {
  margin-right: 10px;
}
header .rt-box .lang .imgbox,
header .rt-box .lang span {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
header .rt-box .lang .imgbox {
  width: 18px;
  position: relative;
}
header .rt-box .lang .imgbox .anor {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
header .rt-box .lang span {
  color: #555555;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
header .rt-box .lang:hover span {
  color: #0070c0;
}
header .rt-box .search-box {
  position: relative;
}
header .rt-box .search-box input {
  position: absolute;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
  right: 0;
  top: 0;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  padding: 0 20px;
  color: #fff;
  background: none;
}
header .rt-box .search-box .search-btn {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 20;
  padding: 11px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
header .rt-box .search-box .search-btn .act {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
header .rt-box .search-box:hover input {
  width: 240px;
  background: #0070c0;
  padding: 0 60px 0 20px;
}
header .navbox {
  float: right;
  margin-right: 70px;
}
header .navbox .navli {
  float: left;
}
header .navbox .navli .navTl {
  display: block;
  -webkit-perspective-origin: 500px;
     -moz-perspective-origin: 500px;
          perspective-origin: 500px;
  padding: 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-size: 16px;
  color: #474443;
  font-weight: bold;
  position: relative;
}
header .navbox .navli .navTl span {
  position: relative;
  display: block;
  line-height: 40px;
}
header .navbox .navli .navTl::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0070c0;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
header .navbox .navli .subox {
  left: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  display: none;
  background-color: #fafafa;
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  white-space: nowrap;
  line-height: 64px;
  text-align: center;
}
header .navbox .navli .subox a {
  display: inline-block;
  margin-right: 50px;
  color: #333333;
  font-size: 16px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
header .navbox .navli .subox a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0070c0;
  position: absolute;
  left: 0;
  bottom: 10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
header .navbox .navli .subox a:last-child {
  margin-right: 0;
}
header .navbox .navli .subox a:hover {
  color: #0070c0;
}
header .navbox .navli .subox a:hover::after {
  width: 100%;
}
header .navbox .act-li .navTl,
header .navbox .navli:hover .navTl {
  color: #fff;
  background: #0070c0;
}
header .navbox .navli:last-child {
  margin-right: 0;
}
@-webkit-keyframes menu1 {
  0% {
    top: 0;
  }
  50% {
    top: 8px;
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 8px;
  }
}
@-moz-keyframes menu1 {
  0% {
    top: 0;
  }
  50% {
    top: 8px;
  }
  100% {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
    top: 8px;
  }
}
@keyframes menu1 {
  0% {
    top: 0;
  }
  50% {
    top: 8px;
  }
  100% {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 8px;
  }
}
@-webkit-keyframes menu2 {
  0% {
    top: 0;
  }
  50% {
    top: -8px;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -8px;
  }
}
@-moz-keyframes menu2 {
  0% {
    top: 0;
  }
  50% {
    top: -8px;
  }
  100% {
    -moz-transform: rotate(45deg);
         transform: rotate(45deg);
    top: -8px;
  }
}
@keyframes menu2 {
  0% {
    top: 0;
  }
  50% {
    top: -8px;
  }
  100% {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -8px;
  }
}
.menuheader {
  background: none;
}
.menuheader .logobox .logow {
  opacity: 1;
}
.menuheader .logobox .logon {
  opacity: 0;
}
.menuheader .pcmenu-btn-box .pcmenu-btn span {
  -webkit-transition: backgroundColor 0.4s;
  -o-transition: backgroundColor 0.4s;
  -moz-transition: backgroundColor 0.4s;
  transition: backgroundColor 0.4s;
}
.menuheader .pcmenu-btn-box .pcmenu-btn span:first-child {
  top: 8px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s, backgroundColor 0.4s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s, backgroundColor 0.4s, -webkit-transform 0.2s 0.2s;
  -o-transition: top 0.2s, backgroundColor 0.4s, transform 0.2s 0.2s;
  -moz-transition: top 0.2s, backgroundColor 0.4s, transform 0.2s 0.2s, -moz-transform 0.2s 0.2s;
  transition: top 0.2s, backgroundColor 0.4s, transform 0.2s 0.2s;
  transition: top 0.2s, backgroundColor 0.4s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s, -moz-transform 0.2s 0.2s;
}
.menuheader .pcmenu-btn-box .pcmenu-btn span:last-child {
  top: -8px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.2s, backgroundColor 0.4s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s, backgroundColor 0.4s, -webkit-transform 0.2s 0.2s;
  -o-transition: top 0.2s, backgroundColor 0.4s, transform 0.2s 0.2s;
  -moz-transition: top 0.2s, backgroundColor 0.4s, transform 0.2s 0.2s, -moz-transform 0.2s 0.2s;
  transition: top 0.2s, backgroundColor 0.4s, transform 0.2s 0.2s;
  transition: top 0.2s, backgroundColor 0.4s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s, -moz-transform 0.2s 0.2s;
}
.menuheader .pcmenu-btn-box .pcmenu-btn span:nth-child(2) {
  width: 0;
}
.menuheader .rt-box .lang .imgbox .nor {
  opacity: 0;
}
.menuheader .rt-box .lang .imgbox .anor {
  opacity: 1;
}
.menuheader .rt-box .lang span {
  color: rgba(255, 255, 255, 0.8);
}
.menuheader .rt-box .lang:hover .imgbox .nor {
  opacity: 0;
}
.menuheader .rt-box .lang:hover .imgbox .anor {
  opacity: 0;
}
.menuheader .rt-box .lang:hover .imgbox .act {
  opacity: 1;
}
.menuheader .rt-box .search-box .search-btn .nor {
  opacity: 0;
}
.menuheader .rt-box .search-box .search-btn .act {
  opacity: 1;
}
.pcmenu-mask {
  display: none;
  background-color: #272b2e;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.pcmenu-mask .content {
  position: absolute;
  left: 3.125%;
  right: 3.125%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: solid 1px rgba(255, 255, 255, 0.04);
  padding: 5% 0;
}
.pcmenu-mask .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.pcmenu-mask .content a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.pcmenu-mask .content .tl {
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
  margin-bottom: 19px;
}
.pcmenu-mask .content .te {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 34px;
}
.pcmenu-mask .content .te:last-child {
  margin-bottom: 0;
}
.pcmenu-mask .content a:hover {
  color: #0070c0;
}
.maskout {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.maskout img {
  width: 30px;
  position: absolute;
  left: 40px;
  top: 40px;
}
.menu_sub {
  position: fixed;
  right: -70%;
  top: 0;
  width: 70%;
  background: #000;
  z-index: 1000;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_sub li {
  text-align: left;
  border-bottom: 1px solid #232530;
  line-height: 44px;
  font-size: 16px;
  width: 92%;
  margin: 0 auto;
}
.menu_sub a {
  color: #fff;
  display: block;
}
.menu_sub .subTitle {
  color: #fff;
  background: url(../images/plus.png) no-repeat;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: right center;
}
.menu_sub .bignav {
  background: none !important;
}
.menu_sub .subbox {
  display: none;
  font-size: 14px;
}
.menu_sub .menuact {
  background: url(../images/reduce.jpg) no-repeat;
  background-position: right center;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px;
  background-size: 16px;
}
.video_mask {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.video_mask .videobox {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #143170;
}
.video_mask .videobox .top {
  height: 60px;
  background: #fafafa;
}
.video_mask .videobox .top .close_btn {
  cursor: pointer;
  float: right;
  width: 44px;
  height: 44px;
  position: relative;
  margin-top: 8px;
}
.video_mask .videobox .top .close_btn i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
  background: #000;
}
.video_mask .videobox .top .close_btn .s {
  width: 2px;
  height: 28px;
}
.video_mask .videobox .top .close_btn .h {
  width: 28px;
  height: 2px;
}
.video_mask .videobox video {
  width: 100%;
  display: block;
}
.fdmask {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.fdmask .in_div {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fdmask .in_div .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fdmask .in_div .fdprev {
  left: 0;
}
.fdmask .in_div .fdnext {
  right: 0;
}
.fdmask .in_div #fdswiper {
  width: 60%;
}
.act_video_mask {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.bannerbox {
  position: relative;
  overflow: hidden;
}
.bannerbox .banner {
  display: block;
}
.bannerbox .tlbox {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
.bannerbox .tlbox .cn,
.bannerbox .tlbox .en {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
}
.bannerbox .tlbox .cn {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 18px;
}
.bannerbox .tlbox .en {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
}
.pagetitle {
  text-align: center;
  font-size: 36px;
  padding: 5.2083% 0 3.6458%;
}
.pagetitle .cn {
  color: #474443;
  font-weight: 600;
  margin-bottom: 30px;
}
.pagetitle .cn span {
  position: relative;
}
.pagetitle .cn span::after {
  left: -90px;
}
.pagetitle .cn span::before {
  right: -90px;
}
.pagetitle .cn span::after,
.pagetitle .cn span::before {
  content: "";
  width: 60px;
  height: 1px;
  top: 50%;
  background-color: #cccccc;
}
.pagetitle .en {
  letter-spacing: 7px;
  color: rgba(0, 0, 0, 0.12);
  font-weight: bold;
}
footer {
  background-color: #272b2e;
  padding-top: 3.96%;
}
footer .top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .top .ftlogo {
  margin-bottom: 25px;
}
footer .top .te {
  color: rgba(255, 255, 255, 0.6);
}
footer .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}
footer .center .ftnavbox {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
footer .center .ftnavbox li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .center .ftnavbox li a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
footer .center .ftnavbox li .tl {
  font-size: 18px;
  color: #a5a6a5;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
}
footer .center .ftnavbox li .te {
  color: #7e807e;
  line-height: 28px;
}
footer .center .ftnavbox li a:hover {
  color: #0070c0;
}
footer .center .cont-box {
  padding-left: 66px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
footer .center .cont-box .dzbox {
  margin-bottom: 38px;
}
footer .center .cont-box .dzbox .local {
  line-height: 28px;
  margin-bottom: 20px;
}
footer .center .cont-box .dzbox .local img {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 15px;
}
footer .center .cont-box .dzbox .local span {
  color: #7e807e;
}
footer .center .cont-box .dzbox .local:last-child {
  margin-bottom: 0;
}
footer .bot {
  padding: 30px 0 70px;
  border-top: 2px solid #232628;
}
footer .bot .wrap1600 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #7e807e;
}
@media (max-width: 1440px) {
  .bannerbox .tlbox .cn {
    font-size: 36px;
  }
  .pagetitle {
    font-size: 30px;
  }
  .pagetitle .cn {
    margin-bottom: 24px;
  }
  .leg {
    height: 80px;
  }
  .maodian {
    top: -80px;
  }
  header .logobox {
    padding: 20px 0;
    margin-right: 20px;
  }
  header .logobox .logow {
    top: 20px;
  }
  header .pcmenu-btn-box {
    padding: 19px 0;
  }
  header .navbox {
    margin-right: 40px;
  }
  header .navbox .navli .navTl {
    padding: 20px;
  }
  header .rt-box {
    padding: 20px 0;
  }
}
@media (max-width: 1366px) {
  header .logobox {
    padding: 20px 0;
  }
  header .logobox .logow {
    top: 20px;
  }
  header .pcmenu-btn-box {
    padding: 19px 0;
  }
  header .rt-box {
    padding: 20px 0;
  }
  .leg {
    height: 80px;
  }
  .maodian {
    top: -80px;
  }
}
@media (max-width: 1024px) {
  .pagetitle {
    font-size: 24px;
  }
  .bannerbox .tlbox .cn {
    font-size: 24px;
  }
  .bannerbox .tlbox .en {
    font-size: 14px;
  }
  .leg {
    height: 60px;
  }
  .maodian {
    top: -60px;
  }
  .mohead {
    display: block;
    height: 60px;
    padding: 0 5%;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  }
  .mohead .logoBox {
    overflow: hidden;
    float: left;
    margin-top: 15px;
    display: block;
  }
  .mohead .logoBox img {
    height: 30px;
    display: block;
  }
  .mohead .menu {
    margin-top: 8px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    float: right;
  }
  .mohead .menu span {
    width: 30px;
    height: 3px;
    background: #00a0e9;
    display: block;
    margin: 4px auto;
  }
  .mohead .menu span:first-child {
    margin-top: 13px;
  }
  header {
    display: none;
  }
  footer .top {
    padding-bottom: 30px;
  }
  footer .top .ftlogo {
    margin-bottom: 18px;
  }
  footer .center {
    padding: 35px 0;
  }
  footer .center .cont-box {
    padding-left: 30px;
  }
  footer .center .ftnavbox {
    display: none;
  }
}
@media (max-width: 1280px) {
  .pagetitle {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .pagetitle {
    font-size: 20px;
  }
  .pagetitle .cn {
    margin-bottom: 14px;
  }
  .pagetitle .en {
    letter-spacing: 1px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .pagetitle {
    padding: 60px 0 40px;
  }
  .pcbanner {
    display: none;
  }
  .mobanner {
    display: block;
  }
  .bannerbox .banner {
    width: 200%;
    max-width: 200%;
    -webkit-transform: translateX(-25%);
       -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  footer {
    padding-top: 40px;
  }
  footer .center {
    padding: 20px;
  }
  footer .center .cont-box .dzbox {
    margin-bottom: 30px;
  }
  footer .bot {
    padding: 20px 0 30px;
  }
  footer .bot .wrap1600 {
    display: block;
  }
  footer .bot .wrap1600 .lt,
  footer .bot .wrap1600 .rt {
    width: 100%;
    text-align: center;
    line-height: 24px;
  }
}
