*::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;
}
*[block] {
  display: block;
}
a {
  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;
}
.hoverbtn {
  position: relative;
  cursor: pointer;
}
.hoverbtn img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
}
.hoverbtn .act {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.hoverbtn:hover .nor {
  opacity: 0;
}
.hoverbtn:hover .act {
  opacity: 1;
}
input,
textarea:focus {
  border-color: #0055aa;
  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: -84px;
  height: 1px;
  display: block;
}
@media (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  ::-webkit-scrollbar-thumb {
    background: #0055aa;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    border: 1px solid #f5f5f5;
  }
  body * ::-webkit-scrollbar {
    width: 2px;
  }
  body * ::-webkit-scrollbar-thumb {
    border: none;
  }
}
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: 84px;
}
/*@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);
}
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;
}
.wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
header {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
header .wrap {
  max-width: 1600px;
}
header .logobox {
  float: left;
  padding: 25px 0;
  display: block;
  margin-right: 4%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .logobox .inbox {
  position: relative;
}
header .logobox .inbox img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
header .logobox .inbox .act {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  opacity: 0;
}
header .navbox {
  float: right;
}
header .navbox .navli {
  margin-right: 70px;
  float: left;
  position: relative;
}
header .navbox .navli .navTl {
  display: block;
  -webkit-perspective-origin: 500px;
     -moz-perspective-origin: 500px;
          perspective-origin: 500px;
  padding: 42px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}
header .navbox .navli .navTl span {
  position: relative;
  display: block;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbox .navli .navTl span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
}
header .navbox .navli .subox {
  left: 50%;
  width: auto;
  padding: 0 20px;
  position: absolute;
  top: 120%;
  opacity: 0;
  background-color: #0055aa;
  -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: 44px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
header .navbox .navli .subox a {
  display: block;
  margin-right: 0;
  color: #fff;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbox .navli .subox a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #00a0e9;
  position: absolute;
  left: 0;
  bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbox .navli .subox a:last-child {
  margin-right: 0;
}
header .navbox .navli .subox a:hover {
  -webkit-transform: translateX(-4px);
     -moz-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}
header .navbox .navli:hover .navTl span {
  color: #0055aa;
}
header .navbox .navli:hover .subox {
  opacity: 1;
  top: 100%;
  pointer-events: auto;
}
header .navbox .act .navTl span {
  color: #0055aa;
}
header .navbox .navli:last-child {
  margin-right: 0;
}
header:hover {
  background: rgba(255, 255, 255, 0.8);
}
header:hover .logobox .inbox .act {
  opacity: 1;
}
header:hover .logobox .inbox .nor {
  opacity: 0;
}
header:hover .navbox .navli .navTl span {
  color: #333;
}
header:hover .navbox .navli:hover .navTl span,
header:hover .navbox .act .navTl span {
  color: #0055aa;
}
.actheader {
  background: rgba(255, 255, 255, 0.8);
}
.actheader .logobox {
  padding: 5px 0;
}
.actheader .logobox .inbox .act {
  opacity: 1;
}
.actheader .logobox .inbox .nor {
  opacity: 0;
}
.actheader .navbox .navli .navTl {
  padding: 22px 0;
}
.actheader .navbox .navli .navTl span {
  color: #333;
}
.actheader .navbox .navli:hover .navTl span,
.actheader .navbox .act .navTl span {
  color: #0055aa;
}
.page-title-box {
  text-align: center;
  padding: 5.2083% 0 3.125%;
}
.page-title-box .en {
  font-size: 40px;
  font-weight: bold;
  color: #dbdbdb;
  margin-bottom: 20px;
}
.page-title-box .cn {
  font-size: 30px;
  color: #404040;
}
.page-title-box .cn span {
  position: relative;
}
.page-title-box .cn span::after,
.page-title-box .cn span::before {
  content: "";
  width: 40px;
  top: 50%;
  background: rgba(255, 255, 255, 0.3);
  background-color: #999999;
  height: 1px;
}
.page-title-box .cn span::after {
  left: -70px;
}
.page-title-box .cn span::before {
  right: -70px;
}
footer {
  height: 454px;
  background: url(../images/footer-bg.jpg) no-repeat center center / cover;
}
footer .wrap .footer-logo {
  padding: 44px 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
footer .wrap .top {
  padding-top: 40px;
  margin-bottom: 58px;
}
footer .wrap .top .left {
  width: 52.1428%;
  float: left;
}
footer .wrap .top .left ul li {
  margin-bottom: 18px;
}
footer .wrap .top .left ul li a {
  float: left;
  line-height: 16px;
  color: #fff;
}
footer .wrap .top .left ul li .tl {
  font-size: 16px;
  margin-right: 22px;
}
footer .wrap .top .left ul li .sub {
  padding-right: 10px;
  position: relative;
  margin-right: 10px;
}
footer .wrap .top .left ul li .sub::after {
  content: "";
  width: 2px;
  height: 14px;
  right: -1px;
  top: 1px;
  background-color: #5e7cae;
}
footer .wrap .top .left ul li .sub:last-child {
  padding-right: 0;
}
footer .wrap .top .left ul li .sub:last-child::after {
  display: none;
}
footer .wrap .top .left ul li:last-child {
  margin-bottom: 0;
}
footer .wrap .top .right {
  width: 47.8572%;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
footer .wrap .top .right .ewmbox {
  float: right;
  text-align: center;
}
footer .wrap .top .right .ewmbox .imgbox {
  margin-bottom: 14px;
}
footer .wrap .top .right .ewmbox .text {
  color: #d1dae9;
}
footer .wrap .top .right .ewmbox.pcbanner {
  margin-right: 60px;
}
footer .wrap .top .right ul {
  float: right;
}
footer .wrap .top .right ul li {
  line-height: 16px;
  padding-left: 22px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #d1dae9;
  margin-bottom: 22px;
}
footer .wrap .top .right ul li:nth-child(1) {
  background-image: url(../images/footer-icon-1.png);
}
footer .wrap .top .right ul li:nth-child(2) {
  background-image: url(../images/footer-icon-2.png);
}
footer .wrap .top .right ul li:nth-child(3) {
  background-image: url(../images/footer-icon-3.png);
}
footer .wrap .top .right ul li:nth-child(4) {
  background-image: url(../images/footer-icon-4.png);
}
footer .wrap .top .right ul li:last-child {
  margin-bottom: 0;
}
footer .wrap .bot {
  color: #d1dae9;
  line-height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
footer .wrap .bot .left {
  float: left;
}
footer .wrap .bot .left a {
  margin-left: 10px;
}
footer .wrap .bot .right {
  float: right;
}
#banner {
  position: relative;
}
#banner .imgbox img {
  width: 100%;
}
#banner .title-box {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #ffffff;
}
#banner .title-box .en {
  font-size: 54px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 30px;
}
#banner .title-box .cn {
  font-size: 30px;
  font-weight: bold;
}
.pagenav-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0f0f0;
  margin-bottom: -1px;
}
.pagenav-box a {
  height: 70px;
  line-height: 70px;
  padding: 0 56px;
  border-right: 1px solid rgba(204, 204, 204, 0.4);
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.pagenav-box a::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #0055aa transparent transparent transparent;
  top: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pagenav-box a:last-child {
  border-right: none;
}
.pagenav-box a:hover,
.pagenav-box .act {
  color: #fff;
  background: #0055aa;
}
.pagenav-box a:hover::after,
.pagenav-box .act::after {
  opacity: 1;
}
.more-btn2 {
  background: #0055aa;
  width: 150px;
  height: 45px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more-btn2 span {
  margin-right: 14px;
}
.more-btn2:hover {
  opacity: .8;
}
.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.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.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.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.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.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.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);
}
@media (max-width: 1440px) {
  .pagenav-box a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .page-title-box .cn {
    font-size: 20px;
  }
  .page-title-box .en {
    font-size: 30px;
  }
  #banner .title-box .en {
    font-size: 44px;
    margin-bottom: 20px;
  }
  #banner .title-box .cn {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  #banner .title-box .en {
    font-size: 30px;
  }
  #banner .title-box .cn {
    font-size: 18px;
  }
  footer .wrap .top {
    margin-bottom: 50px;
  }
  footer .wrap .top .left ul li .tl {
    margin-right: 16px;
  }
  footer .wrap .top .left ul li .sub {
    padding-right: 8px;
    margin-right: 8px;
  }
  footer .wrap .top .right ul {
    width: 360px;
  }
  footer .wrap .top .right .ewmbox.pcbanner {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .more-btn2 {
    font-size: 14px;
  }
  .page-title-box {
    padding: 50px 0 40px;
  }
  .page-title-box .en {
    font-size: 20px;
  }
  .page-title-box .cn {
    font-size: 16px;
  }
  body {
    padding-top: 60px;
  }
  .pagenav-box a {
    padding: 0 30px;
  }
  .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 {
    height: auto;
  }
  footer .wrap .top {
    display: none;
  }
}
@media (max-width: 768px) {
  #banner .imgbox {
    overflow: hidden;
  }
  #banner .imgbox img {
    width: 200%;
    max-width: 200%;
    -webkit-transform: translateX(-25%);
       -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  .pagenav-box {
    display: none;
  }
  .pcbanner {
    display: none;
  }
  .mobanner {
    display: block;
  }
  footer .wrap .bot .left ,
  footer .wrap .bot .right {
    float: none;
    text-align: center;

  }
  
  footer .wrap .bot {
    padding: 10px 0;
    line-height: 32px;
  }
}
