.ind_a,
.ind_b,
.ind_c,
.ind_d,
.ind_e,
.ind_f,
.case_a,
.case_b,
.case_c {
  overflow: hidden;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet {
  background: #0e9edb;
}
*::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;
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -moz-outline-style: none;
}

.BMap_omCtrl {
  display: none !important;
}
input,
textarea:focus {
  border-color: "#d1383e";
  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;
}
.mohead .m_phoneNum {
  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%);
  font-size: 16px;
  color: #00a0e9;
}
.to-shop {
  width: 174px;
  height: 40px;
  line-height: 40px;
  background-color: #0e9edb;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 3px solid #0390cb;
  margin: 40px auto 50px;
  text-align: center;
}
.to-shop img {
  margin-right: 14px;
}
.tt{
  line-height: 1;
  position: relative;
  font-size: 16px;
  color: #333333;
  /* margin-bottom: 40px; */
}
.title_h2{
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.tt .xian {
  display: block;
  width: 20px;
  height: 2px;
  background: #0f91d3;
  margin-top: 12px;
}
.tt .nav_a {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
.tt .nav_a a {
  display: block;
  float: left;
  color: #999;
  padding-right: 24px;
  background: url(../images/2_1.png) center right no-repeat;
}
.tt .nav_a a:last-child {
  padding: 0;
  background: transparent;
}
.tt .nav_a a:hover {
  color: #0f91d3;
}
.rtsidebar {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 200;
}
.rtsidebar .appbox {
  width: 70px;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  float: right;
  clear: both;
  margin-bottom: 1px;
}
.rtsidebar .appbox.wbox 
{
    cursor:pointer;
}

.rtsidebar .appbox .abox {
  width: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.rtsidebar .appbox .abox .iconbox {
  -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;
  width: 70px;
  height: 70px;
  background-color: #0e9edb;
  -webkit-border-radius: 5px 0px 0px 5px;
     -moz-border-radius: 5px 0px 0px 5px;
          border-radius: 5px 0px 0px 5px;
  padding: 10px 0 0 0;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.rtsidebar .appbox .abox .iconbox .icon {
  margin-bottom: 8px;
}
.rtsidebar .appbox .abox .iconbox .te {
  color: #ffffff;
}
.rtsidebar .appbox .abox .phoneNum {
  line-height: 70px;
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
  background-color: #0e9edb;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rtsidebar .htc {
  cursor: pointer;
}
.rtsidebar .htc .abox .iconbox {
  background-color: #46a464;
}

.tcbox {
  position: fixed;
  display: none;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 70px 50px;
  left: 0;
  max-width: 500px;
  margin: auto;
  width: 90%;
}
.tcbox .bar_close {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.tcbox .title {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 40px 0 33px;
  border-bottom: 3px solid rgba(252, 252, 252, 0.1);
}
.tcbox .inpbox {
  width: 360px;
  margin-bottom: 30px;
}
.tcbox .inpbox .i-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.tcbox .inpbox .i-box .icon {
  background-color: #aaabab;
  -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;
}
.tcbox .inpbox .i-box input,
.tcbox .inpbox .i-box textarea {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  border: none;
  color: #333;
}
.tcbox .inpbox .i-box input {
  padding: 0 10px;
}
.tcbox .inpbox .i-box textarea {
  resize: none;
  padding: 14px 10px 0 10px;
  line-height: 24px;
  height: 115px;
}
.tcbox .inpbox .i-box:last-child {
  margin-bottom: 0;
}
.tcbox .subbtn {
  width: 360px;
  height: 60px;
  background-color: #0f91d3;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
}
/* 内页banner */
.banner_ny {
  position: relative;
  overflow: hidden;
}
.banner_ny img {
  display: block;
  width: 1920px;
}
.banner_ny .mimg {
  display: none;
}
.banner_ny .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
}
.banner_ny .img img {
  position: absolute;
  top: 0;
  left: 0;
}
.banner_ny .b_nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.banner_ny .b_nav .abtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.banner_ny .b_nav .abtn a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: rgba(34, 34, 34, 0.8);
  color: #fff;
  border-right: 1px solid rgba(252, 252, 252, 0.2);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  height: 56px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner_ny .b_nav .abtn a:last-child {
  border-right: 1px solid rgba(15, 145, 211, 0);
}
.banner_ny .b_nav .abtn a.act,
.banner_ny .b_nav .abtn a:hover {
  background: rgba(15, 145, 211, 0.8);
  border-right: 1px solid rgba(15, 145, 211, 0.8);
}
@-webkit-keyframes ud {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
@-moz-keyframes ud {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
@keyframes ud {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
@-webkit-keyframes lt {
  0% {
    left: 0;
  }
  100% {
    left: -10px;
  }
}
@-moz-keyframes lt {
  0% {
    left: 0;
  }
  100% {
    left: -10px;
  }
}
@keyframes lt {
  0% {
    left: 0;
  }
  100% {
    left: -10px;
  }
}
.pcbanner {
  display: block;
}
.mobanner {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap1600 {
  max-width: 1600px;
}
.wrap1400 {
  max-width: 1400px;
}
.wrap,
.n_box {
  max-width: 1280px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
}
.wrap1400 {
  max-width: 1400px;
}
.n_box,
.wrap,
.wrap1400,
.wrap1600 {
  margin: 0 auto;
  width: 90%;
}
#map img {
  max-width: 1000px;
}
.maodian {
  position: relative;
  top: -84px;
  height: 1px;
  display: block;
}
@media (min-width: 1280px) {
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    background: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background: #0f91d3;
  }
}
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;
}
/*@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);
  color: #333;
}
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 .4s linear;
  -o-transition: all .4s linear;
  -moz-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
header .logobox {
  float: left;
  padding: 15px 0;
  display: block;
  margin-right: 4%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .logobox:hover .indiv .actlogobox {
  height: 100%;
}
header .navbox {
  float: right;
}
header .navbox .navli {
  margin-right: 60px;
  float: left;
}
header .navbox .navli .navTl {
  display: block;
  -webkit-perspective-origin: 500px;
     -moz-perspective-origin: 500px;
          perspective-origin: 500px;
  padding: 42px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .navbox .navli .navTl span {
  position: relative;
  display: block;
  font-size: 16px;
  color: #666;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .navbox .navli .navTl span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0f91d3;
  position: absolute;
  right: 0;
  bottom: -10px;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  -moz-transition: width .4s;
  transition: width .4s;
}
header .navbox .navli .subbox {
  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 .subbox a {
  display: inline-block;
  margin-right: 50px;
  color: #1a1a1a;
  font-size: 16px;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .navbox .navli .subbox a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0f91d3;
  position: absolute;
  left: 0;
  bottom: 10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .navbox .navli .subbox a:last-child {
  margin-right: 0;
}
header .navbox .navli .subbox a:hover {
  color: #0f91d3;
}
header .navbox .navli .subbox a:hover::after {
  width: 100%;
}
header .navbox .actli .navTl span,
header .navbox .navli:hover .navTl span {
  color: #0f91d3;
}
header .navbox .actli .navTl span::after,
header .navbox .navli:hover .navTl span::after {
  left: 0;
  width: 100%;
}
header .navbox .navli:last-child {
  margin-right: 0;
}
header .navbox .searchbox {
  float: left;
  padding: 27px 0;
}
header .navbox .searchbox .indiv {
  width: 46px;
  height: 46px;
  position: relative;
}
header .navbox .searchbox .indiv input {
  position: absolute;
  width: 46px;
  padding: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  right: 0;
  top: 0;
  height: 46px;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  border: none;
  background: #0f91d3;
  color: #fff;
  font-size: 16px;
  z-index: 0;
}
header .navbox .searchbox .indiv .searchbtn {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #0f91d3 url(../images/search_btn.png) no-repeat;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
header .navbox .searchbox .indiv:hover input {
  width: 260px;
  padding: 0 55px 0 20px;
}
.pagebox {
  text-align: center;
  margin-top: 3.3333%;
}
.pagebox a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 40px;
  color: #333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pagebox a span {
  position: relative;
}
.pagebox a span::after {
  content: "";
  width: 0;
  height: 1px;
  background: #0f91d3;
  left: 0;
  bottom: -4px;
}
.pagebox a:hover,
.pagebox .current {
  color: #0f91d3;
  opacity: 1 !important;
}
.pagebox a:hover span::after,
.pagebox .current span::after {
  width: 100%;
}
.pagebox .prev,
.pagebox .next,
.pagebox .first,
.pagebox .last {
  position: relative;
}
.pagebox .prev img,
.pagebox .next img,
.pagebox .first img,
.pagebox .last img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pagebox .prev .act,
.pagebox .next .act,
.pagebox .first .act,
.pagebox .last .act {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.pagebox .prev {
  margin-right: 35px;
}
.pagebox .next {
  margin-left: 35px;
}
.pagebox .prev,
.pagebox .next {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.pagebox .prev img,
.pagebox .next img {
  display: inline-block;
  vertical-align: top;
}
.pagebox .prev:hover,
.pagebox .next:hover {
  background: #0f91d3;
}
.pagetitle {
  text-align: center;
}
.pagetitle .cn {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.pagetitle .en {
  color: #666666;
  font-size: 12px;
}
.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;
}
.backTop {
  position: fixed;
  right: 15px;
  bottom: -50px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 999;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
.backTop:hover {
  -webkit-box-shadow: 0px 1px 5px #006cbc;
     -moz-box-shadow: 0px 1px 5px #006cbc;
          box-shadow: 0px 1px 5px #006cbc;
}
.actbacTop {
  bottom: 50px;
}
footer {
  background-color: #004ea7;
  padding-top: 50px;
}
footer .top {
  padding-bottom: 30px;
  border-bottom: 1px solid #3271b8;
}
footer .top .wrap1400 .lt {
  float: left;
  padding-top: 50px;
}
footer .top .wrap1400 .lt .navbox {
  padding: 0 80px 30px 0;
  margin-bottom: 30px;
}
footer .top .wrap1400 .lt .navbox a {
  color: #a4c3df;
  font-size: 16px;
  padding-right: 15px;
  border-right: 1px solid rgba(252, 252, 252, 0.2);
  float: left;
  margin-right: 14px;
}
footer .top .wrap1400 .lt .navbox a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
footer .top .wrap1400 .lt .somebox {
  float: left;
  border: solid 1px #457cba;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #a4c3df;
  background: #0853a9;
  line-height: 28px;
  padding: 0 24px;
  height: 30px;
  position: relative;

  display: none;
}
footer .top .wrap1400 .lt .somebox .box {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #666;
  line-height: 32px;
}
footer .top .wrap1400 .lt .somebox .box li a:hover {
  background: #a4c3df;
  color: #fff
}
footer .top .wrap1400 .rt {
  float: right;
}
footer .top .wrap1400 .rt .ewmbox {
  float: left;
  padding-right: 20px;
  border-right: 1px solid #3271b8;
  margin-right: 20px;
}
footer .top .wrap1400 .rt .ewmbox .imgbox {
  margin-bottom: 5px;
}
footer .top .wrap1400 .rt .ewmbox .te {
  background: #024fa8;
  width: 100%;
  height: 24px;
  line-height: 22px;
  text-align: center;
  color: #a4c3df;
  border: 1px solid #175dad;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
footer .top .wrap1400 .rt .infobox {
  float: left;
}
footer .top .wrap1400 .rt .infobox .htline {
  color: #a4c3df;
  padding-left: 20px;
  background: url(../images/dh.png) no-repeat left center;
  margin-bottom: 10px;
}
footer .top .wrap1400 .rt .infobox .phoneNum {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
footer .top .wrap1400 .rt .infobox .local {
  padding-left: 25px;
  background: url(../images/local.png) no-repeat left top;
  line-height: 20px;
  color: #a4c3df;
}
footer .bt {
  padding: 28px 0 38px;
}
footer .bt span,
footer .bt a {
  float: left;
  display: block;
  color: #92a4b5;
  line-height: 20px;
}
footer .bt span p,
footer .bt a p {
  float: none!important;
}

footer .bt .tk {
  position: relative;
  padding-right: 21px;
  margin-right: 20px;
}
footer .bt .tk::after {
  content: "";
  width: 1px;
  height: 8px;
  background: #7a8a9c;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .bt span {
  margin-left: 40px;
}
footer .bt .ftnav {
  display: none;
}
.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;
}
.mktl {
  text-align: center;
}
.mktl .cn {
  margin-bottom: 24px;
  font-size: 36px;
  color: #444444;
}
.mktl .en {
  font-family: Helvetica;
  font-size: 18px;
  letter-spacing: 4px;
  color: #999999;
}
.hoverbtn {
  position: relative;
  cursor: pointer;
}
.hoverbtn img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: block;
}
.hoverbtn .act {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.hoverbtn:hover .nor {
  opacity: 0;
}
.hoverbtn:hover .act {
  opacity: 1;
}
.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: auto;
  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);
}
.gegsul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.gegsul a .imgbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-border-radius: 6px 0px 0px 6px;
     -moz-border-radius: 6px 0px 0px 6px;
          border-radius: 6px 0px 0px 6px;
  overflow: hidden;
}
.gegsul a .imgbox img {
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.gegsul a .rt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 0px 6px 6px 0px;
     -moz-border-radius: 0px 6px 6px 0px;
          border-radius: 0px 6px 6px 0px;
  border: solid 1px #dddddd;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.gegsul a .textbox {
  margin: 0 14% 0 30px;
  width: 290px;
  
}
.gegsul a .textbox .title {
  font-size: 20px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 11px;
  padding-bottom: 3px;
}
.gegsul a .textbox .title span {
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  color: #333333;
}
.gegsul a .textbox .title span::after {
  content: "";
  width: 0;
  height: 1px;
  background: #0f91d3;
  left: 0;
  bottom: -2px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.gegsul a .textbox .te {
  line-height: 24px;
  color: #999999;
  max-height: 72px;
  overflow: hidden;
}
.gegsul a .timebox {
  padding-right: 35px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.gegsul a .timebox .day {
  color: #0f91d3;
  font-size: 50px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.gegsul a .timebox .month {
  letter-spacing: 1px;
  color: #999999;
  font-size: 20px;
}
.gegsul a:last-child {
  margin-bottom: 0;
}
.gegsul a:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.gegsul a:hover .textbox .title span {
  color: #0f91d3;
}
.gegsul a:hover .textbox .title span::after {
  width: 100%;
}
@media(max-width:1920px){
 .tt .title_bt{
   display:inline-block;
   position: absolute !important;
   left: 0% !important;
   margin-top: -12px;
  }
}
@media (max-width: 1440px) {
  header .logobox {
    padding: 10px 0;
  }
  header .logobox img {
    height: 60px;
  }
  header .navbox .navli {
    margin-right: 40px;
  }
  header .navbox .navli .navTl {
    padding: 32px 0;
  }
  header .navbox .navli .subbox a {
    font-size: 14px;
    margin-right: 30px;
  }
  header .navbox .searchbox {
    padding: 17px 0;
  }
  /* display: inline-block;position: absolute;left: 20%; */
  .leg {
    height: 80px;
  }
  .mktl .cn {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .mktl .cn img {
    height: 38px;
  }
  .mktl .en {
    font-size: 16px;
  }
  footer .top .wrap1400 .lt .navbox {
    padding: 0 50px 30px 0;
  }
  footer .top .wrap1400 .lt .navbox a {
    padding-right: 16px;
    margin-right: 15px;
  }
  footer .top .wrap1400 .rt .infobox{
    width: 300px;
  }
  .gegsul a .textbox {
    width: 240px;
  }
 
}
@media (max-width: 1366px) {
  footer .top .wrap1400 .rt .infobox {
  }
  footer .top .wrap1400 .rt .infobox .phoneNum {
    font-size: 24px;
  }
  footer .top .wrap1400 .lt .navbox a {
    font-size: 14px;
  }
  header .navbox .navli .subbox a {
    margin-right: 20px;
  }
}
@media (max-width: 1280px) {
  .mktl .cn {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .mktl .cn img {
    height: 28px;
  }
  .mktl .en {
    font-size: 14px;
  }
  footer .top .wrap1400 .rt .infobox {
    width: 240px;
  }
  footer .top .wrap1400 .rt .infobox .phoneNum {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .gegsul a .imgbox {
    width: 300px;
  }
  .gegsul a .textbox .title {
    font-size: 16px;
  }
  .gegsul a .timebox .day {
    font-size: 40px;
  }
}
.mtabbar {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #0e9edb;
  border-top: 1px solid #fff;
}
.mtabbar .tab {
  text-align: center;
  width: 70px;
  padding: 8px 0;
}
.mtabbar .tab .imgbox {
  margin-bottom: 10px;
  padding: 0 10px;
}
.mtabbar .tab .te {
  font-size: 8px;
  color: #fff;
}
@media (max-width: 1024px) {
  .leg {
    height: 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!important;
    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 {
    padding: 0;
  }
  footer .top {
    display: none;
  }
  footer .bt .ftnav {
    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;
  }
  footer .bt .ftnav a {
    line-height: 40px;
    color: #fff;
  }
  footer .bt span,
  footer .bt a {
    float: none;
    text-align: center;
    line-height: 28px;
    margin-left: 0;
  }
  footer .bt .tk {
    padding-right: 0;
    margin-right: 0;
  }
  footer .bt .tk::after {
    display: none;
  }
  .gegsul a .textbox {
    margin: 0 10% 0 30px;
  }
  .tt .title_bt{
    left: 0% !important;
  }
}
.banner_ny .mimg {
  display: none;
}
.banner_ny .pimg {
  display: block;
}
@media (max-width: 768px) {
  .actbacTop {
    bottom: 75px;
  }
  body {
    padding-bottom: 56px;
  }
  .mtabbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tcbox {
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0 5%;
  }
  .tcbox .indiv {
    padding-top: 40px;
  }
  .tcbox .inpbox {
    width: 100%;
  }
  .tcbox .subbtn {
    width: 100%;
    height: 44px;
    line-height: 44px;
  }
  .tcbox .bar_close {
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
  }
  .moreBtn.fy {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #0e9edb;
    margin-top: 40px;
  }
  .banner_ny .mimg {
    display: block;
  }
  .banner_ny .pimg {
    display: none;
  }
  .banner_ny .b_nav {
    position: static;
    display: none;
  }
  .banner_ny .b_nav .n_box {
    width: 100%;
    height: auto;
    overflow-x: auto;
  }
  .banner_ny .b_nav .n_box .abtn {
    margin-right: -999em;
    float: left;
    display: block;
  }
  .banner_ny .b_nav .n_box .abtn a {
    display: block;
    float: left;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
  }
  .banner_ny .b_nav .n_box::after {
    content: "";
    clear: both;
    overflow: hidden;
    height: 0;
    position: static;
  }
  .banner_ny .img {
    display: none;
  }
  .pcbanner {
   
  }
  .pcbanner img
  {
      display:none;
  }
  .rtsidebar{display:none;}
  .inbannerbox #inbanner .bg
  {
      display:none;
  }
  .mobanner {
    display: block;
  }
  .gegsul a {
    display: block;
  }
  .gegsul a .imgbox {
    width: 100%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin-bottom: 20px;
  }
  .gegsul a .textbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .gegsul a .rt {
    display: block;
    border: none;
  }
  .gegsul a .mtimebox {
    padding: 10px 0;
    color: #666;
  }
  footer .bt a.clearfix{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .bt a.clearfix::after{
    display: none;
  }
          .news-contbox img {
			height: auto!important;
            display: block;
            margin: 0 auto;
        }
}
