* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*::after,
*::before {
  display: block;
  position: absolute;
}
.clearfix::after {
  clear: both;
  content: "";
  overflow: hidden;
  position: static;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -moz-outline-style: none;
}
.wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
  display: none !important;
}
input:focus,
textarea:focus {
  border-color: #00923f;
  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;
}
.phbanner {
  display: none;
}
.mobanner {
  display: none;
}
#map img {
  max-width: 1000px;
}
.maodian {
  position: relative;
  top: -84px;
  height: 1px;
  display: block;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f6f6f6;
}
::-webkit-scrollbar-thumb {
  background: #00923f;
}
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: 95px;
}
@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";
}
@font-face {
  font-family: "syht-r";
  src: url("../fonts/syht-r/syht-r.eot");
  src: url("../fonts/syht-r/syht-r.eot?#iefix") format("embedded-opentype"), url("../fonts/syht-r/syht-r.woff") format("woff"), url("../fonts/syht-r/syht-r.ttf") format("truetype"), url("../fonts/syht-r/syht-r.svg#syht-r") format("svg");
  font-style: normal;
  font-weight: normal;
}
.syht-r {
  font-family: "syht-r";
}
@font-face {
  font-family: "syht-m";
  src: url("../fonts/syht-m/syht-m.eot");
  src: url("../fonts/syht-m/syht-m.eot?#iefix") format("embedded-opentype"), url("../fonts/syht-m/syht-m.woff") format("woff"), url("../fonts/syht-m/syht-m.ttf") format("truetype"), url("../fonts/syht-m/syht-m.svg#syht-m") format("svg");
  font-style: normal;
  font-weight: normal;
}
.syht-m {
  font-family: "syht-m";
}
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, "syht-r", Helvetica, sans-serif, Microsoft Yahei;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 14px;
}
ul li {
  list-style: none;
}
.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;
}
.over {
  overflow: auto;
}
.hoverbtn:hover .nor {
  opacity: 0;
}
.hoverbtn:hover .act {
  opacity: 1;
}
.pagebox {
  text-align: center;
  margin-top: 4.1666%;
}
.pagebox a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 48px;
  color: #333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background-color: #eeeeee;
  border: solid 1px #dcdcdc;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0 5px;
  font-size: 20px;
  color: #929292;
}
.pagebox a:hover,
.pagebox .current {
  background: #00923f;
  color: #fff;
  border-color: #00923f;
}
.pagebox .prev,
.pagebox .next {
  position: relative;
}
.pagebox .prev img,
.pagebox .next img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pagebox .prev .act,
.pagebox .next .act {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.pagebox .prev:hover .act,
.pagebox .next:hover .act {
  opacity: 1;
}
.pagebox .prev:hover .nor,
.pagebox .next:hover .nor {
  opacity: 0;
}
.pagebox .prev {
  margin-right: 10px;
}
.pagebox .next {
  margin-left: 10px;
}
/*----头部--------*/
header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
}
header .tp {
  height: 35px;
  background-color: #708090;
  line-height: 35px;
  font-size: 16px;
}
header .tp span,
header .tp a {
  display: inline-block;
  color: #fff;
}
header .tp .ltbox {
  float: left;
}
header .tp .ltbox .hot {
  padding-left: 24px;
  background: url(../img/phone.png) no-repeat left center;
  margin-right: 46px;
}
header .tp .ltbox .email {
  padding-left: 25px;
  background: url(../img/email.png) no-repeat left center;
}
header .tp .rtbox {
  float: right;
}
header .tp .rtbox a {
  padding-left: 28px;
}
header .tp .rtbox .cn {
  background: url(../img/wxhq.png) no-repeat left center;
  margin-right: 26px;
}
header .tp .rtbox .en {
  background: url(../img/eng.png) no-repeat left center;
}
header .navbox {
  position: relative;
}
header .navbox .wrap {
  clear: both;
}
.langBtn{float:right;display:inline;margin:22px 0 0 0;padding:0 15px 0 10px;font-size:14px;height:14px;line-height:14px;color:#343434;border-left:1px solid #ebebeb;}
.langBtn a{color:#343434;}
header .navbox .logobox {
  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%);
}
header .navbox .logobox img {
  height: 50px;
}
header .navbox .lnav {
  float: left;
}
header .navbox .rnav {
  float: right;
}
header .navbox .navli {
  float: left;
  margin-right: 80px;
}
header .navbox .navli .navTl {
  display: block;
  -webkit-perspective-origin: 500px;
     -moz-perspective-origin: 500px;
          perspective-origin: 500px;
  padding: 22px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
}
header .navbox .navli .navTl span {
  position: relative;
  display: block;
  font-size: 16px;
  color: #444444;
}
header .navbox .navli .navTl::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #00923f;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .navbox .navli .subox {
  left: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  display: none;
  background-color: #fafafa;
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
header .navbox .navli .prosub,
header .navbox .navli .aboutsub,
header .navbox .navli .casesub {
  padding: 30px 0;
}
header .navbox .navli .prosub .subwrap {
  width: 87.5%;
  margin: 0 auto;
}
header .navbox .navli .prosub .subwrap .li {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}
header .navbox .navli .prosub .subwrap .li .lt {
  width: 60%;
  -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;
}
header .navbox .navli .prosub .subwrap .li .tebox {
  width: 40%;
  padding: 0 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
header .navbox .navli .prosub .subwrap .li .tebox a {
  font-size: 16px;
  line-height: 38px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-align: left;
}
header .navbox .navli .prosub .subwrap .li .tebox a:hover {
  color: #00923f;
}
header .navbox .navli .aboutsub .wrap {
  position: relative;
}
header .navbox .navli .aboutsub .lt {
  float: left;
  width: 760px;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
header .navbox .navli .aboutsub .lt .imgbox {
  width: 250px;
}
header .navbox .navli .aboutsub .lt .text {
  font-size: 16px;
  color: #444444;
  width: 464px;
  overflow: hidden;
  line-height: 28px;
  text-align: left;
}
header .navbox .navli .aboutsub .rt {
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 300px;
}
header .navbox .navli .aboutsub .rt a {
  float: left;
  line-height: 48px;
  font-size: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .navbox .navli .aboutsub .rt a:nth-child(2n+1) {
  margin-right: 100px;
}
header .navbox .navli .aboutsub .rt a:hover {
  color: #00923f;
}
header .navbox .navli .aboutsub .rt::before {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #b5b5b5;
  pointer-events: none;
  left: 43%;
  top: 0;
}
header .navbox .navli .casesub .caseInBox {
  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;
}
header .navbox .navli .casesub a {
  margin-right: 80px;
}
header .navbox .navli .casesub a:last-child {
  margin-right: 0;
}
header .navbox .navli .mediasub {
  line-height: 50px;
  text-align: center;
}
header .navbox .navli .mediasub a {
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
  color: #555;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .navbox .navli .mediasub a:hover {
  color: #00923f;
}
header .navbox .navli .mediasub a:last-child {
  margin-right: 0;
}
header .navbox .navli:nth-last-child(2) {
  margin-right: 0;
}
header .navbox .navli:hover .navTl span {
  color: #00923f;
}
header .navbox .navli:hover .navTl::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
header .navbox .navli:last-child {
  margin-right: 0;
}
.pagetitle {
  text-align: center;
}
.pagetitle .cn {
  font-size: 40px;
  font-family: "syht-m";
  color: #00923f;
}
.pagetitle .cn span {
  display: inline-block;
  padding: 0 30px 20px;
  position: relative;
  z-index: 1;
}
.pagetitle .cn span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.pagetitle .cn span::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #00923f;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
.pagetitle .en {
  margin-top: 14px;
  color: #666666;
  font-size: 20px;
}
.inpagetitle {
  text-align: center;
}
.inpagetitle .tl {
  font-size: 30px;
  margin-bottom: 16px;
}
.inpagetitle .line {
  margin: 0 auto;
  width: 40px;
  height: 3px;
  background-color: #00923f;
}
.inpagetitle .text {
  margin-top: 30px;
  font-size: 16px;
  color: #888888;
}
.bannerbox img {
  width: 100%;
}
.toptabbox {
  text-align: center;
}
.toptabbox a {
  display: inline-block;
  margin-right: 80px;
  line-height: 80px;
  position: relative;
  color: #444444;
  font-size: 16px;
}
.toptabbox a:last-child {
  margin-right: 0;
}
.toptabbox a::after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #00923f;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.toptabbox .actA::after,
.toptabbox a:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.backTop {
  position: fixed;
  right: 0;
  bottom: -120px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  z-index: 999;
  cursor: pointer;
}
.actbacTop {
  bottom: 100px;
}
.ftleg {
  height: 68px;
}
.ftcontrol {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: #708090;
}
.ftcontrol .btn {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 25%;
  float: left;
  padding: 10px;
  position: relative;
}
.ftcontrol .btn .icon {
  width: 26px;
  margin: 0 auto 10px;
}
.ftcontrol .btn .text {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.ftcontrol .btn .ewmbox {
  position: absolute;
  width: 120%;
  bottom: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ftcontrol .btn:hover .ewmbox {
  opacity: 1;
}
/*---------------底部--------------------*/
footer .top {
  background-color: #1e1f20;
  padding: 60px 0;
}
footer .top .wrap {
  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 .top .wrap .ftlogo,
footer .top .wrap .rt {
  -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;
}
footer .top .wrap .center {
  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 .top .wrap .center li a {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
footer .top .wrap .center li .title {
  color: #ffffff;
  font-size: 20px;
  padding-right: 108px;
  margin-bottom: 24px;
}
footer .top .wrap .center li .te {
  color: #888888;
  margin-bottom: 20px;
}
footer .top .wrap .center li .te:last-child {
  margin-bottom: 0;
}
footer .top .wrap .center li .te:hover {
  color: #fff;
}
footer .top .wrap .center li .title:hover {
  -webkit-transform: translateX(-5px);
     -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
footer .top .wrap .center li:last-child a {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
footer .top .wrap .center li:last-child .title {
  padding-right: 0;
}
footer .top .wrap .rt .title {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}
footer .top .wrap .rt .ewmbox {
  margin: 0 auto 16px;
  text-align: center;
}
footer .top .wrap .rt .text {
  text-align: center;
  color: #888888;
  font-size: 16px;
  margin-bottom: 30px;
}
footer .top .wrap .rt .tel {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
footer .bottom {
  background-color: #111213;
  padding: 30px 0px;
}
footer .bottom .parbox {
  text-align: center;
  margin-bottom: 20px;
}
footer .bottom .parbox img {
  margin: 0 5px;
}
footer .bottom .text {
  text-align: center;
  color: #ffffff;
}
footer .bottom .text .lspan {
  margin-right: 16px;
}
.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(../img/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(../img/reduce.jpg) no-repeat;
  background-position: right center;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px;
  background-size: 16px;
}
.chatbar {
  position: fixed;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  height: 154px;
}
.chatbar .chatbtn {
  position: absolute;
  right: 0;
  background-color: #dedede;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  width: 50px;
  height: 50px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.chatbar .chatbtn .indiv {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  width: 100%;
  background-color: #dedede;
}
.chatbar .chatbtn .iconbox {
  float: left;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.chatbar .chatbtn .iconbox .imgbox {
  width: 28px;
  margin: 11px auto;
}
.chatbar .chatbtn .iconbox .text {
  color: #888888;
  text-align: center;
  background-color: #dedede;
}
.chatbar .phone {
  overflow: hidden;
}
.chatbar .phone:hover {
  width: 206px;
  overflow: visible;
}
.chatbar .phone {
  top: 0;
}
.chatbar .phone .iconbox {
  overflow: hidden;
}
.chatbar .phone .indiv {
  width: 206px;
}
.chatbar .phone .telNub {
  color: #222222;
  font-size: 20px;
  line-height: 50px;
  padding: 0px 0 0 20px;
  border-left: 1px solid rgba(191, 191, 191, 0.6);
  float: left;
}
.chatbar .qq {
  top: 52px;
}
.chatbar .qq .iconbox {
  overflow: hidden;
}
.chatbar .wx {
  top: 104px;
}
.chatbar .wx .ewmbox {
  position: absolute;
  left: -112px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.chatbar .wx:hover .ewmbox {
  opacity: 1;
}
@media (max-width: 1440px) {
    /*****2019-08-25--TYY****/
    header .navbox .navli .prosub, header .navbox .navli .aboutsub, header .navbox .navli .casesub {
        height:201px;
        overflow:hidden;
    }
    header .navbox .navli .prosub img, header .navbox .navli .aboutsub img, header .navbox .navli .casesub img {
        height:141px;
        width:auto;
    }
    /************************/

  .wrap {
    width: 85%;
  }
  .toptabbox a {
    line-height: 60px;
    height: 60px;
  }
  .inpagetitle .tl {
    font-size: 26px;
  }
  .pagetitle .cn {
    font-size: 36px;
  }
  .pagetitle .en {
    font-size: 18px;
  }
  header .navbox .navli {
    margin-right: 60px;
  }
  header .navbox .navli .prosub .subwrap .li .tebox a {
    font-size: 14px;
    line-height: 27px;
  }
  footer .top .wrap .center li .title {
    font-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;
}
.act_video_mask {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.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;
}
@media (max-width: 1280px) {
  .inpagetitle .tl {
    font-size: 24px;
  }
  .pagetitle .cn {
    font-size: 30px;
  }
  .pagetitle .en {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .pagetitle .cn {
    font-size: 24px;
  }
  .pagetitle .en {
    font-size: 16px;
  }
  footer .bottom .text span {
    display: block;
    line-height: 28px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .pagetitle .cn {
    font-size: 24px;
  }
  .pagetitle .en {
    font-size: 14px;
  }
  header {
    display: none;
  }
  .mohead {
    display: block;
  }
  .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: #00923f;
    display: block;
    margin: 4px auto;
  }
  .mohead .menu span:first-child {
    margin-top: 13px;
  }
  .leg {
    height: 60px;
  }
  footer .top {
    display: none;
  }
  footer .bottom {
    padding: 20px 0;
  }
  footer .bottom .parbox {
    display: none;
  }
  footer .bottom .text span {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .toptabbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .toptabbox a {
    line-height: 44px;
    height: 44px;
    width: 33.33%;
    text-align: center;
    margin-right: 0;
  }
  .inpagetitle .tl {
    font-size: 20px;
  }
  .inpagetitle .text {
    margin-top: 15px;
    font-size: 14px;
  }
  .pcbanner {
    display: none;
  }
  .phbanner {
    display: block;
  }
  .mobanner {
    display: block;
  }
  .pagetitle .cn {
    font-size: 20px;
  }
  .pagetitle .cn span {
    padding: 0 30px 10px;
  }
  .pagetitle .en {
    margin-top: 10px;
  }
  footer .bottom .text {
    line-height: 24px;
  }
}


/*列表分页*/
.pages{background: #F6F6F6;}
.pagination p {display: none;}
.pagination {padding: 20px 60px;text-align: center;}
.pagination a {display: inline-block;margin-right: 2px;padding: 2px 12px;border: 1px #cccccc solid;background: #fff;text-decoration: none;color: #808080;font-size: 12px;line-height: 24px;}
.pagination a:hover {color: #F3981C;background: white;border: 1px #F3981C solid;}
.pagination a.cur {border: 1px solid #F3981C;background: #F3981C;color: #fff;}