*::after,
*::before {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.isBase-mask {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  display: none;
}
.isBase-mask .tip-box {
  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%);
  width: 800px;
  background: #fff;
  padding-bottom: 40px;
}
.isBase-mask .tip-box .title {
  font-size: 24px;
  color: #fff;
  line-height: 70px;
  padding: 0 60px 0 45px;
  background: #3680e3;
}
.isBase-mask .tip-box .title img {
  margin-right: 10px;
}
.isBase-mask .tip-box .text {
  padding: 50px 100px 35px 45px;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 40px;
}
.isBase-mask .tip-box .text ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.isBase-mask .tip-box .text ul li .tl {
  width: 60px;
}
.isBase-mask .tip-box .text ul li .nr {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.isBase-mask .tip-box .btn-controller {
  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;
}
.isBase-mask .tip-box .btn-controller .btn {
  width: 120px;
  height: 44px;
  line-height: 40px;
  border: 2px solid #3680e3;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.isBase-mask .tip-box .btn-controller .confirm {
  margin-right: 30px;
  background: #3680e3;
  color: #fff;
}
.isBase-mask .tip-box .btn-controller .cancel {
  color: #333;
  border: 2px solid #d2edfa;
}
.clearfix::after {
  clear: both;
  content: "";
  position: static;
  display: block;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.over {
  overflow: auto;
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -moz-outline-style: none;
}
img.foot_img {
    width: calc(95% - 465px);
    margin: 20px 40px 0 0
}
img.foot_img2
{
    margin-top: 15px;
    width: 100%;
    max-width: 400px;
    display:none;
}
.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
  display: none !important;
}
input,
textarea:focus {
  border-color: #3680e3;
  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;
  -webkit-transition-timing-function: ease !important;
     -moz-transition-timing-function: ease !important;
       -o-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}
#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: #3680e3;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    border: 1px solid #f5f5f5;
  }
  body * ::-webkit-scrollbar {
    width: 2px;
  }
  body * ::-webkit-scrollbar-thumb {
    background: #3680e3;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    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: 100px;
}
.block-title {
  text-align: center;
  padding: 4.4444% 0 3.3333%;
}
.block-title .cn {
  color: #333333;
  letter-spacing: 2px;
  font-size: 32px;
  margin-bottom: 12px;
}
.block-title .en {
  color: #3680e3;
  font-size: 22px;
  letter-spacing: 1px;
}
/*@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%;
}
.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;
}
html,
body {
  width: 100%;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif, Microsoft Yahei;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 14px;

}

html.act{width:100%;height:100vh;overflow: hidden;}


.ttl {
  font-size: 16px;
}
ul li {
  list-style: none;
}
.wrap {
  width: 93.75%;
  margin: 0 auto;
}
.inwrap {
  width: 93.3333%;
  margin: 0 auto;
}
header {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 27px 3px rgba(0, 0, 0, 0.03);
     -moz-box-shadow: 0px 2px 27px 3px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 2px 27px 3px rgba(0, 0, 0, 0.03);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid #f0f0f0;
}
header .inwrap {
  width: 93.75%;
}
header .logobox {
  display: block;
  float: left;
  padding: 23px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .logobox img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  height: 53px;
}
header .rt {
  float: right;
  position: relative;
}
header .rt .navbox {
  float: left;
  margin-right: 110px;
}
header .rt .navbox .navli {
  float: left;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-right: 50px;
}
header .rt .navbox .navli .navTl {
  padding: 23px 0;
  line-height: 54px;
  display: block;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-align: center;
}
header .rt .navbox .navli .navTl .cn {
  font-size: 18px;
  color: #333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
  display: block;
}
header .rt .navbox .navli .navTl .cn::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #757575;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%) scaleX(0);
     -moz-transform: translateX(-50%) scaleX(0);
      -ms-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .rt .navbox .navli .subox {
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  color: #fff;
  opacity: 0;
}
header .rt .navbox .navli .subox .inbox {
  padding: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
header .rt .navbox .navli .subox .inbox .left {
  width: 400px;
  margin-right: 40px;
}
header .rt .navbox .navli .subox .inbox .left .nav-name {
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
}
header .rt .navbox .navli .subox .inbox .left .te {
  margin-bottom: 40px;
}
header .rt .navbox .navli .subox .inbox .left .nav-more {
  font-size: 14px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
header .rt .navbox .navli .subox .inbox .left .nav-more img {
  margin-right: 12px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  opacity: .6;
}
header .rt .navbox .navli .subox .inbox .left .nav-more:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
header .rt .navbox .navli .subox .inbox .left .nav-more:hover img {
  opacity: 1;
}
header .rt .navbox .navli .subox .inbox .center {
  font-size: 18px;
  width: 300px;
}
header .rt .navbox .navli .subox .inbox .center a {
  margin-bottom: 40px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
header .rt .navbox .navli .subox .inbox .center a:last-child {
  margin-bottom: 0;
}
header .rt .navbox .navli .subox .inbox .center:hover a:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
header .rt .navbox .navli:last-child {
  margin-right: 0;
}
header .rt .navbox .current .navTl .cn::after {
  background: #3680e3;
  -webkit-transform: translateX(-50%) scaleX(1);
     -moz-transform: translateX(-50%) scaleX(1);
      -ms-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
header .rt .navbox .current:hover .navTl .cn::after {
  background: #3680e3;
}
header .rt .navbox .navli:hover .subox {
  max-height: 440px;
  opacity: 1;
}
header .rt .navbox:hover .navli:hover .navTl .cn::after {
  -webkit-transform: translateX(-50%) scaleX(1);
     -moz-transform: translateX(-50%) scaleX(1);
      -ms-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
header .rt .controlbox {
  padding: 23px 0;
  float: left;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .rt .controlbox .addbtn {
  display: block;
  float: left;
  line-height: 54px;
  color: #555555;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .rt .controlbox .addbtn img {
  background-color: #3680e3;
  border: solid 1px #3680e3;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-right: 12px;
}
header .rt .controlbox .addus {
  margin-right: 30px;
  position: relative;
}
header .rt .controlbox .addus .ewmbox {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  position: absolute;
  left: 50%;
  top: 110%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
  width:140px;
  transform:translate(-50%,0);
}
header .rt .controlbox .addus .ewmbox img {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
header .rt .controlbox .addus:hover .ewmbox {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header .rt .controlbox .email {
  margin-right: 40px;
}
header .rt .controlbox .phoneNum {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  font-size: 20px;
  display: block;
  float: left;
  line-height: 54px;
  padding-left: 25px;
  background: url(../images/pho.png) no-repeat left center;
  color: #333;
}
header .rt .controlbox .line {
  display: block;
  float: left;
  width: 1px;
  height: 20px;
  background-color: #000000;
  opacity: 0.08;
  margin: 17px 18px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .rt .controlbox .searchbox {
  margin: 10px 18px 10px 0;
  width: 34px;
  height: 34px;
  position: relative;
  float: left;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
header .rt .controlbox .searchbox .searchbtn {
  cursor: pointer;
  padding: 6px;
}
header .rt .controlbox .searchbox .searchbtn .indiv {
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
header .rt .controlbox .close_search {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
header .rt .controlbox .searchbox:hover {
  background: #3680e3;
}
header .rt .controlbox .language {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  float: left;
  display: block;
  padding: 16px 0;
  font-size: 22px;
  color: #333;
}
header .rt .controlbox .language:hover{
  color: #3680e3;
}
header .rt .controlbox .language .indiv {
  position: relative;
}
header .search-big {
  position: absolute;
  left: 3.125%;
  top: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  background-color: #f5f6f7;
  height: 0;
}
header .search-big .indiv {
  height: 580px;
  position: relative;
  padding: 250px 0;
}
header .search-big .indiv .input-wrapper {
  margin: 0 auto;
  line-height: 80px;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  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;
  width: 50%;
}
header .search-big .indiv .input-wrapper input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  background: none;
  height: 80px;
  font-size: 24px;
  color: #4c4c4c;
}
header .search-big .indiv .input-wrapper input:focus {
  border: 1px solid #d2edfa;
}
header .search-big .indiv .input-wrapper .search-btn {
  width: 40px;
  height: 40px;
  padding: 9px;
  cursor: pointer;
}
header .search-big .indiv .input-wrapper .search-btn img {
  display: block;
}
header:hover {
  background: #fff;
}
header::before {
  content: "";
  width: 93.75%;
  height: 0px;
  background-color: rgba(54, 128, 227, 0.65);
  background-repeat: no-repeat;
  left: 3.125%;
  top: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.actheader {
  background: rgba(255, 255, 255, 0.85);
}
.actheader .logobox {
  padding: 10px 0;
}
.actheader .logobox img {
  height: 40px;
}
.actheader .rt .navbox .navli .navTl {
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.actheader .rt .navbox .navli .navTl .cn::after {
  bottom: -11px;
}
.actheader .rt .controlbox {
  padding: 10px 0;
}
.actheader .rt .controlbox .line {
  margin: 10px 18px;
}
.actheader .rt .controlbox .phoneNum,
.actheader .rt .controlbox .addbtn {
  line-height: 40px;
}
.actheader .rt .controlbox .searchbox {
  margin: 3px 18px 3px 0;
}
.actheader .rt .controlbox .language {
  padding: 9px 0;
}
.showAfter::before {
  height: 330px;
}
.showSearchBox .rt .navbox {
  opacity: 0;
  pointer-events: none;
}
.showSearchBox .rt .controlbox .addbtn,
.showSearchBox .rt .controlbox .phoneNum,
.showSearchBox .rt .controlbox .language,
.showSearchBox .rt .controlbox .line {
  opacity: 0;
  pointer-events: none;
}
.showSearchBox .rt .controlbox .searchbox {
  background: #fff;
}
.showSearchBox .rt .controlbox .searchbox .close_search {
  opacity: 1;
}
.showSearchBox .rt .controlbox .searchbox .indiv {
  opacity: 0;
}
.showSearchBox .rt .controlbox .searchbox:hover {
  background: #fff;
}
.showSearchBox .search-big {
  height: 580px;
}
.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.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.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 .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .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 .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .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);
}
.banner-box {
  overflow: hidden;
  position: relative;
  width: 93.75%;
  margin: 0 auto;
}
.banner-box .banner {
  width: 100%;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  -moz-transition: all 3s;
  transition: all 3s;
}
.banner-box .tlbox {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
}
.banner-box .tlbox .en {
  font-family: Arial-BoldMT;
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.banner-box .tlbox .cn {
  letter-spacing: 2px;
  font-size: 32px;
}
.act-banner .banner {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.tab-nav-box .wrap {
  padding: 3.125% 0 2.0833%;
  border-bottom: 1px solid #3680e3;
}
.tab-nav-box .page-tab-box {
  float: left;
}
.tab-nav-box .page-tab-box .tab {
  width: 200px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
  border: 1px solid #d2edfa;
  border-right: none;
  float: left;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.tab-nav-box .page-tab-box .tab:last-child {
  border-right: 1px solid #d2edfa;
}
.tab-nav-box .page-tab-box .current,
.tab-nav-box .page-tab-box .tab:hover {
  background: #3680e3;
  color: #fff;
}
.tab-nav-box .nav-box {
  float: right;
  line-height: 40px;
}
.tab-nav-box .nav-box a,
.tab-nav-box .nav-box span {
  display: block;
  float: left;
  color: #333333;
}
.tab-nav-box .nav-box a {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.tab-nav-box .nav-box a:hover {
  color: #3680e3;
}
.tab-nav-box .nav-box span {
  padding: 0 6px;
}
.tab-nav-box .nav-box .icon {
  margin-right: 10px;
}
.pagebox {
  text-align: center;
  margin-top: 6%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.pagebox a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  -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: #fafafa;
}
.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: #3680e3;
  background: #3680e3;
}
.pagebox .jump,
.pagebox .prev,
.pagebox .next {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 13px;
}
.pagebox .jump img,
.pagebox .prev img,
.pagebox .next img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pagebox .jump .act,
.pagebox .prev .act,
.pagebox .next .act {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.pagebox .next {
  margin-right: 0;
}
.pagebox .jump:hover .act,
.pagebox .prev:hover .act,
.pagebox .next:hover .act {
  opacity: 1;
}
.pagebox .jump:hover .nor,
.pagebox .prev:hover .nor,
.pagebox .next:hover .nor {
  opacity: 0;
}
.pagebox .inpbox {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.pagebox .inpbox input {
  width: 100%;
  border: 1px solid #3680e3;
  height: 100%;
  background: none;
  text-align: center;
}
.pagebox .jump {
  padding: 0 18px;
}
.pub-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pub-info-list li {
  position: relative;
  width: 32.1429%;
  margin-right: 1.78565%;
  border: 1px solid #d2edfa;
  border-bottom: none;
}
.pub-info-list li .title {
  background-color: #f7f7f7;
    padding: 0 35px;
    font-size: 24px;
    color: #333333;
    height: 120px;
    display: flex;
    align-items: center;
    line-height: 1.4;
}
.pub-info-list li .title img {
  margin-right: 10px;
}
.pub-info-list li .l {
  border-bottom: 1px solid #d2edfa;
  font-size: 18px;
  color: #666666;
  padding: 0 20px 0 50px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  height: 90px;
  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;
}
.pub-info-list li .l span {
  width: 100%;
  padding-left: 16px;
  display: block;
  position: relative;
  line-height: 30px;
  word-break: break-all;
}
.pub-info-list li .l span::after {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  left: 0;
  top: 14px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3680e3;
}
.pub-info-list li .l:nth-child(2n) {
  background: #fafafa;
}
.pub-info-list li .l:hover {
  background: #f1f1f1;
  color: #3680e3;
}
.pub-info-list li:nth-child(3n) {
  margin-right: 0;
}
.pub-info-list li::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d2edfa;
  left: 0;
  bottom: 0;
}
.pub-info-box .box {
  border: 1px solid #d2edfa;
  border-top: 2px solid #3680e3;
  padding: 20px 25px 0 25px;
  height: 110px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.pub-info-box .box .bt-tl {
  font-size: 18px;
  color: #808080;
  margin-bottom: 18px;
}
.pub-info-box .box .bt-te {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  left: -1px;
  right: -1px;
  padding: 0 25px 0px 25px;
  top: 56px;
  max-height: 20px;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  min-height: 42px;
  border: 1px solid #d2edfa;
  border-top: none;
}
.pub-info-box .box .act {
  color: #3680e3;
}
.pub-info-box .box .lei span {
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
}
.pub-info-box .box .lei span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pub-info-box .box .lei span:last-child {
  margin-right: 0;
}
.pub-info-box .box .lei .lc {
  color: #3680e3;
}
.pub-info-box .box .lei .lc::after {
  background: #3680e3;
}
.pub-info-box .box:last-child {
  margin-bottom: 0;
}
.pub-info-box .box:hover {
  z-index: 99;
}
.pub-info-box .box:hover .bt-te {
  max-height: 100px;
  background: #fff;
}
.pub-list-news li {
  float: left;
  width: 100%;
  margin-bottom: 1.7858%;
  border: solid 1px #d2edfa;
  position: relative;
  top: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}
.pub-list-news li a {
  padding: 7.4%;
}
.pub-list-news li a .title {
  font-size: 18px;
  color: #4c4c4c;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  padding-bottom: 26px;
  border-bottom: 1px solid #d2edfa;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pub-list-news li a .te {
  padding: 24px 0 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666666;
  font-size: 16px;
}
.pub-list-news li a .time {
  font-size: 16px;
  line-height: 18px;
  padding-left: 30px;
  background: url(../images/clock.png) no-repeat left center;
  color: #999999;
}
.pub-list-news li::before {
  content: "";
  width: 40px;
  height: 40px;
  background: #d2edfa;
  right: 0;
  top: 0;
  -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);
}
.pub-list-news li:hover {
  background: #ebeef0;
  top: -10px;
  border: solid 1px #e2e2e2;
}
.pub-list-news li:hover a .title {
  color: #3680e3;
  border-bottom-color: #e2e2e2;
}
footer {
  padding-bottom: 3.125%;
}
footer .wrap {
  background-color: #f7f7f7;
  padding: 3.3333% 3.3333% 0 3.3333%;
}
footer .top {
  padding-bottom: 54px;
  border-bottom: 1px solid #dbdbdb;
}
footer .lt {
  width: -webkit-calc(100% - 560px);
  width: -moz-calc(100% - 560px);
  width: calc(100% - 560px);
  float: left;
  position: relative;
}
footer .lt .li {
  float: left;
  width: 17.4%;
  margin-right: 3.2258%;
  color: #666666;
}
footer .lt .li .title {
  padding-bottom: 9px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1;
}
footer .lt .li a {
  font-size: 14px;
  display: block;
  line-height: 32px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
footer .lt .li .title:hover {
  color: #3680e3;
}
footer .lt .li .te:hover {
  color: #3680e3;
}
footer .lt .li:last-child {
  margin-right: 0;
}
footer .rt {
  float: right;
  width: 480px;
}
footer .rt .ewmbox {
  float: left;
  text-align: center;
  margin-right: 40px;

}
footer .rt .ewmbox .imgbox {
  margin-bottom: 15px;
  width: 100px;
}
footer .rt .ewmbox .text {
  color: #757575;
}
footer .rt .ewmbox .text span {
  position: relative;
}
footer .rt .ewmbox .text span::after,
footer .rt .ewmbox .text span::before {
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background-color: #ebebeb;
  position: absolute;
  top: 50%;
  display: none;
}
footer .rt .ewmbox .text span::after {
  left: -30px;
}
footer .rt .ewmbox .text span::before {
  right: -30px;
}
footer .rt .lxbox {
  margin-top: 40px;
  float: right;
  width: 100%;
  color: #757575;
  font-size: 16px;
}
footer .rt .lxbox .title {
  padding-bottom: 9px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  color: #333;
}
footer .rt .lxbox a {
  display: block;
  line-height: 34px;
  padding-left: 19px;
  background: url(../images/pho.png) left center no-repeat;
  -webkit-background-size: 10px 10px;
     -moz-background-size: 10px;
          background-size: 10px;
  color: #333333;
  background-position: left 10px;
}
footer .rt .lxbox a span {
  color: #808080;
  font-size: 16px;
}
footer .bot {
  padding: 22px 0;
}
footer .bot .ipv6 {
  float: left;
  margin-left: 20px;
  color: #808080;
}
footer .bot a,
footer .bot span {
  display: block;
  float: left;
  margin-right: 20px;
}
footer .bot span {
  color: #808080;
}
footer .bot .tobtn {
  padding-right: 20px;
  position: relative;
  color: #333333;
}
footer .bot .tobtn::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #ebebeb;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.terms_a {
  padding-top: 80px;
}
.terms_a .inbox {
  width: 93.75%;
  margin: 0 auto;
  max-width: 800px;
}
.terms_a .inbox .title-box {
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  padding-bottom: 50px;
}
.terms_a .inbox .title-box .tl {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 30px;
}
.terms_a .inbox .title-box .te {
  font-size: 18px;
  color: #333333;
}
.terms_a .inbox .content {
  padding: 50px 0 100px;
}
.terms_a .inbox .content .tl {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
}
.terms_a .inbox .content .te {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 28px;
}
.search_a .wrap {
  background-color: #f7f7f7;
  padding: 100px 0;
}
.search_a .search-box {
  padding: 30px 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.06);
  border: solid 1px #f7f7f7;
}
.search_a .search-box .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.search_a .search-box .control-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search_a .search-box .control-box .class-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.search_a .search-box .control-box .class-box .tab {
  width: 160px;
  margin-right: 30px;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: solid 1px #f0f0f0;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #626466;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.search_a .search-box .control-box .class-box .tab:last-child {
  margin-right: 0;
}
.search_a .search-box .control-box .class-box .current,
.search_a .search-box .control-box .class-box .tab:hover {
  background: #3680e3;
  border-color: #3680e3;
  color: #fff;
}
.search_a .search-box .control-box .input-box {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search_a .search-box .control-box .input-box .inp {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search_a .search-box .control-box .input-box .inp input {
  width: 100%;
  height: 40px;
  border: solid 1px #f0f0f0;
  padding: 0 15px;
}
.search_a .search-box .control-box .input-box .btn {
  width: 80px;
  height: 40px;
  background-color: #0f8ec7;
  font-size: 16px;
  line-height: 40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.search_a .search_disc {
  padding-top: 60px;
}
.search_a .search_disc li {
  width: 18.4524%;
  margin: 0 1.9345% 1.9345% 0;
  float: left;
}
.search_a .search_disc li .imgbox {
  position: relative;
  margin-bottom: 15px;
}
.search_a .search_disc li .imgbox .maskImg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.search_a .search_disc li .text {
  color: #fff;
  height: 50px;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #bdbdbd;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.search_a .search_disc li .text:hover {
  background: #3680e3;
}
.search_a .search_disc li:nth-child(5n) {
  margin-right: 0;
}
.search_a .div_cont .cont {
  display: none;
}
.search_a .div_cont .cont:first-child {
  display: block;
}
@media (max-width: 1440px) {
  .block-title .cn {
    font-size: 26px;
  }
  .block-title .en {
    font-size: 18px;
  }
  
  header .rt .navbox {
    margin-right:40px;
  }
  
  header .rt .navbox .navli .subox .inbox {
    padding: 40px 0;
  }
  header .rt .navbox .navli .subox .inbox .left {
    width: 300px;
  }
  header .rt .navbox .navli .subox .inbox .left .nav-name {
    font-size: 24px;
    margin-bottom: 30px;
  }
  header .rt .navbox .navli .subox .inbox .left .te {
    margin-bottom: 30px;
  }
  header .rt .navbox .navli .subox .inbox .center {
    width: 260px;
  }
  header .rt .navbox .navli .subox .inbox .center a {
    font-size: 16px;
    margin-bottom: 30px;
  }
  header .rt .navbox .navli .subox .inbox .imgbox {
    width: 300px;
  }
   header .rt .controlbox .addbtn img{
    margin-right:0;   
  }
   header .rt .controlbox .addbtn span {
    display:none;
   }
  .pub-info-list li .title {
    font-size: 20px;
    line-height: 100px;
  }
  .pub-info-list li .l {
    font-size: 16px;
    height: 80px;
  }
  .banner-box .tlbox .en {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .banner-box .tlbox .cn {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .block-title .cn {
    font-size: 22px;
  }
  .block-title .en {
    font-size: 16px;
  }
  .leg {
    height: 80px;
  }
  header .logobox {
    padding: 13px 0;
  }
  header .rt .navbox .navli {
    margin-right: 30px;
  }
  header .rt .navbox .navli .navTl {
    padding: 13px 0;
  }
  header .rt .navbox .navli .navTl .cn {
    font-size: 16px;
  }
  header .rt .navbox .navli .navTl .cn::after {
    bottom: -15px;
  }
  header .rt .navbox .navli .subox .inbox .left {
    width: 280px;
  }
  header .rt .navbox .navli .subox .inbox .center {
    width: 250px;
  }
  header .rt .controlbox {
    padding: 13px 0;
  }
  footer .lt {
    width: -webkit-calc(100% - 460px);
    width: -moz-calc(100% - 460px);
    width: calc(100% - 460px);
  }
  footer .rt {
    width: 400px;
  }
  footer .rt .ewmbox .imgbox {
    width: 70px;
  }
  .search_a .search-box .control-box .class-box .tab {
    width: 120px;
    font-size: 14px;
  }
  .search_a .search-box .control-box .input-box {
    margin-left: 60px;
  }
  .search_a .search-box .control-box .input-box .btn {
    font-size: 14px;
  }
  .search_a .search_disc li {
    width: 23%;
    margin: 0 2.6666% 2.6666% 0;
  }
  .search_a .search_disc li:nth-child(5n) {
    margin-right: 2.6666%;
  }
  .search_a .search_disc li:nth-child(4n) {
    margin-right: 0;
  }
  .pub-info-box .box .bt-te {
    top: 36px;
  }
}
@media (max-width: 1280px) {
  .banner-box .tlbox .en {
    font-size: 24px;
  }
  .banner-box .tlbox .cn {
    font-size: 22px;
  }
  .pub-info-list li .title {
    font-size: 18px;
    line-height: 80px;
    padding: 0 30px;
  }
  .pub-info-list li .l {
    padding: 0 20px 0 30px;
    font-size: 14px;
    height: 60px;
  }
  .pub-list-news li a .title {
    font-size: 16px;
  }
  header .rt .navbox .navli .subox .inbox .left {
    width: 280px;
  }
  header .rt .navbox .navli .subox .inbox .center {
    width: 240px;
  }
 
}
@media (max-width: 1024px) 
{
    img.foot_img {
    display:none;
    
}
 img.foot_img2 {
    display:block;
    
}
  .leg {
    height: 60px;
  }
  .block-title {
    padding: 60px 0 40px;
  }
  .block-title .cn {
    font-size: 20px;
  }
  .block-title .en {
    font-size: 14px;
  }
  .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 .lt {
    display: none;
  }
  footer .rt {
    width: 100%;
    float: none;
  }
  footer .rt .ewmbox {
    margin-right: 50px;
  }
  footer .rt .ewmbox .imgbox {
    width: 120px;
  }
  footer .rt .lxbox {
    float: left;
  }
  .pub-info-list li .title {
    font-size: 16px;
    line-height: 80px;
    padding: 0 15px;
  }
  .pub-info-list li .l {
    padding: 0 20px 0 20px;
    font-size: 14px;
    height: 60px;
  }
  .pub-info-list li .l span {
    line-height: 20px;
  }
  .pub-info-list li .l span::after {
    top: 10px;
  }
  .pro_c .step_3 .table-box table thead td {
    height: 60px;
  }
  .search_a .search_disc li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .search_a .search_disc li:nth-child(5n) {
    margin-right: 2%;
  }
  .search_a .search_disc li:nth-child(4n) {
    margin-right: 2%;
  }
  .search_a .search_disc li:nth-child(3n) {
    margin-right: 0%;
  }
}
@media (max-width: 768px) 
{
    span.textbox.combo.datebox {
    width: 100% !important;
    }
    .datebox .combo-arrow {
    background-image: url(images/rq.png);
    background-position: center center;
    width: 15px !important;
    height: 15px !important;
    background-size: 100%;
    background-color: transparent;
}
    .more-date .li {
    width: 45% !important;
    }
    .more-date {
    margin-bottom: 10px !important;
}
  .inwrap {
    width: 100%;
  }
  .banner-box .banner {
    width: 200%;
    max-width: 200%;
    -webkit-transform: translateX(-25%);
       -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  .banner-box .act-banner .banner {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .pcbanner {
    display: none;
  }
  .mobanner {
    display: block;
  }
  .tab-nav-box .wrap {
    padding: 20px 0;
  }
  .tab-nav-box .nav-box {
    display: none;
  }
  .tab-nav-box .page-tab-box {
    width: 100%;
  }
  .tab-nav-box .page-tab-box .tab {
    font-size: 12px;
    width: 33.3333%;
    line-height: 40px;
  }
  .indu-box {
    padding-top: 20px;
  }
  .indu-box li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
  }
  .indu-box li a {
    padding: 3.3333%;
  }
  .indu-box li a .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .indu-box li a .te {
    padding: 10px 0;
    font-size: 14px;
  }
  .indu-box li a .time {
    font-size: 12px;
    -webkit-background-size: 12px 12px;
       -moz-background-size: 12px;
            background-size: 12px;
    padding-left: 16px;
  }
  .indu-box li:last-child {
    margin-bottom: 0!important;
  }
  .moreBtn.mobanner {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    text-align: center;
    color: #fff;
    background: #3680e3;
    margin: 30px 0 0;
    display:flex;
    align-items:center;
    justify-content:center;
    
  }
  .moreBtn.mobanner img {
      margin-left:4px;
      }
  .pub-info-list {
    display: block;
  }
  .pub-info-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .pub-info-list li:last-child {
    margin-bottom: 0;
  }
  footer .top {
    padding-bottom: 20px;
  }
  footer .wrap {
    padding: 20px 3.3333%;
  }
  footer .rt .ewmbox {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  footer .rt .ewmbox .imgbox {
    margin: 0 auto 10px;
  }
  footer .rt .lxbox {
    width: 100%;
  }
  footer .rt .lxbox .title {
    text-align: center;
  }
  footer .bot .tobtn {
    margin-bottom: 20px;
  }
  footer .bot span {
    display: block;
    line-height: 24px;
  }
  .search_a .wrap {
    background: none;
    padding: 60px 0;
  }
  .search_a .search_disc li {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .search_a .search_disc li:nth-child(5n) {
    margin-right: 0%;
  }
  .search_a .search_disc li:nth-child(4n) {
    margin-right: 0%;
  }
  .search_a .search_disc li:nth-child(3n) {
    margin-right: 0%;
  }
  .search_a .search-box {
    padding: 30px 10px;
  }
  .search_a .search-box .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .search_a .search-box .control-box {
    display: block;
  }
  .search_a .search-box .control-box .class-box,
  .search_a .search-box .control-box .input-box {
    width: 100%;
  }
  .search_a .search-box .control-box .input-box {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .search_a .search-box .control-box .class-box .tab {
    margin-right: 10px;
  }
}



.mhead {
	display: none;
}
@media (max-width:768px) 
{
    
    .calendar table td, .calendar table th
    {
       padding: 8px 4px; 
     }
	.mhead {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 999;
		background: #fff;
	}
	.mhead .inbox{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
		transition: all .3s;
	}
	.mhead .inbox .mlogo img{
		height: 40px;
	}
	.mhead .inbox .rt {
		display: flex;
		align-items: center;
	}
	.mhead .inbox .rt .msearch-box{
		width:40px;
		height: 40px;
		padding: 9px;
		position: relative;
		margin-right: 20px;
		
	}
	.mhead .inbox .rt .msearch-box::after{
		content: "";
		right: -10px;
		top: 9px;
		width: 1px;
		height: 22px;
		background: #e1e1e1;
	}
	.mhead .inbox .menu-btn {
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 8px 0;
	}
	.mhead .inbox .menu-btn span{
		display: block;
		width: 30px;
		height: 3px;
		background: #3680e3;
	}
	.mhead .m-search-box {
		position: absolute;
		left: 0;
		top: 0;
		padding: 0 5%;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		background: #fff;
		transform: scale(0);
		transform-origin: center center;
		 transition: all .3s;
		 pointer-events: none;
	}
	.actmhead .inbox{
		transform: scale(0);
		opacity: 0;
		 pointer-events: none;
	}
	.actmhead .m-search-box{
		transform: scale(1);
		opacity: 1;
		 pointer-events: auto;
	}
	.mhead .m-search-box .input-box {
		display: flex;
		align-items: center;
		width: calc(100% - 50px);
		margin-right: 10px;
		border-bottom: 1px solid #E0E0E0;
	}
	.mhead .m-search-box .input-box input {
		width:  calc(100% - 50px);
		margin-right: 10px;
		height: 40px;
		border: none;
	}
	.mhead .m-search-box .input-box .search-icon {
		width: 40px;
		height: 40px;
		padding: 9px;
	}
	.mhead .m-search-box .hide-search {
		width: 40px;
		height: 40px;
		position: relative;
		transform: rotate(45deg);
	}
	.mhead .m-search-box .hide-search i{
		display: block;
		background: #333;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.mhead .m-search-box .hide-search .s {
		width: 1px;
		height: 20px;
	}
	.mhead .m-search-box .hide-search .h{
		width: 20px;
		height: 1px;
	}
	
	.mdiv1,
	.mdiv2,
	.mdiv3 {
		position: relative;
		
	}
	.mdiv1 .text-box,
	.mdiv2 .text-box,
	.mdiv3 .text-box{
		top: 15%;
		position: absolute;
		color: #fff;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
	}
	.mdiv1 .text-box .en{
		font-size: 44px;
		margin-bottom: 6px;
	}
	.mdiv1 .text-box .en .big {
		font-weight: bold;
	}
	.mdiv1 .text-box .cn {
		display: flex;
		line-height: 28px;
		
	}
	.mdiv1 .text-box .cn span {
		display: block;
	}
	.mdiv1 .text-box .cn .big {
		font-size: 28px;
		margin-right: 10px;
	}
	.mdiv1 .text-box .cn .sn {
		font-size: 18px;
		letter-spacing: 5px;
		font-weight: 200;
		opacity: .9;
	}
	
	.mdiv2 .text-box .tp.en {
		font-size: 44px;
		margin-bottom: 6px;
		text-align: center;
	}
	.mdiv2 .text-box .tp.en .big{
		font-weight: bold;
	}
	.mdiv2 .text-box .bt {
		font-size: 14px;
		display: flex;
	}
	.mdiv2 .text-box .bt .cn{
		font-weight: bold;
	}
	.mdiv2 .text-box .bt .td {
		position: relative;
		padding-right: 6px;
		margin-right: 6px;
	}
	.mdiv2 .text-box .bt .td::after{
		content: "";
		width: 1px;
		height: 10px;
		right: 0;
		top: 2px;
		background: #fff;
	}
	.mdiv2 .text-box .bt .td:last-child{
		padding-right: 0;
		margin-right: 0;
	}
	.mdiv2 .text-box .bt .td:last-child::after{
		display: none;
	}
	
	.mdiv2 .text-box2 {
		text-align: center;
		width: 100%;
		bottom: 15%;
		position: absolute;
		left: 0;
		font-size: 28px;
		color: #fff;
	}
	.mdiv3 .text-box .tp {
		font-size: 44px;
		margin-bottom: 6px;
	}
	.mdiv3 .text-box .tp .big{
		font-weight: bold;
	}
	.mdiv3 .text-box .center {
		display: flex;
		justify-content: center;
		margin-bottom: 6px;
	}
	.mdiv3 .text-box .center span{
		font-size: 24px;
		color: #fff;
	}
	.mdiv3 .text-box .center span:first-child{
		padding-right: 10px;
		margin-right: 11px;
		position: relative;
	}
	.mdiv3 .text-box .center span:first-child::after {
		content: "";
		width: 1px;
		height: 16px;
		background: #fff;
		right: 0;
		top: 1px;
	}
	.mdiv3 .text-box .bt {
		font-size: 14px;
		color: rgba(255,255,255,.9);
		text-align: center;
	}
	.mdiv3 .toIndex{
		position: absolute;
		left: 20%;
		bottom: 15%;
		width: 60%;
		height: 50px;
		display: flex;
		border-radius: 25px;
		background: #fff;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		color: #3680e3;
	}
	.mdiv3 .toIndex img{ height:16px;position:relative;top:-1px;}
	.mdiv3 .toIndex span {
		margin-right: 10px;
	}
	.div4{
		background: #f7f7f7;
		padding-top: 30px;
	}
	.div4 .navul li {
		padding: 0 5%;
		border-bottom: 1px solid #ebebeb;
	}
	.div4 .navul li a{
		display: flex;
		justify-content: space-between;
		height:44px;
		align-items: center;
		font-size: 16px;
		color: #333;
		
	}
	.div4 .mfooter{
		padding-top: 40px;
	}
	.div4 .mfooter .inbox {
		padding: 0 5% 20px;
	}
	.div4 .mfooter .inbox .top {
		display: flex;
	}
	.div4 .mfooter .inbox .top a{
		font-size: 16px;
		color: #333;
		padding-right: 20px;
		margin-right: 20px;
		position: relative;
	}
	
	.div4 .mfooter .inbox .top a::after{
		content: "";
		width: 1px;
		height: 14px;
		right: 0;
		top: 1px;
		background: #ccc;
		
	}
	.div4 .mfooter .inbox .top a:last-child{
		padding-right: 0;
		margin-right: 0;
	}
	.div4 .mfooter .inbox .top a:last-child::after{
		display: none;
	}
	.div4 .mfooter .inbox .top{
		margin-bottom: 20px;
	}
	.div4 .mfooter .inbox .bt-box {
		font-size: 16px;
		color: #808080;
		line-height: 26px;
	}
	.div4 .mfooter .inbox .bt-box .bah-box{
		display: flex;
		justify-content: space-between;
	}
	.div4 .mfooter .inbox .bt-box .bah-box img{
		margin-left: 4px;
	}
	
	.isBase-mask .tip-box{max-width: 90vw; max-height: 80vh;overflow-y: auto;}
	
	.isBase-mask .tip-box .text{padding: 25px 30px;line-height: 30px;}


  
  .pagebox .jump:hover, .pagebox .prev:hover, .pagebox .next:hover
  {
    color: #000;
    border-color: #fff;
    background: #fff;
  }





}