.headerActive span i {
  color: #3a984c !important;
}
.none span i {
  color: #1a1a1a !important;
}

.clearfix::after {
  clear: both;
  content: '';
  display: block;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
  display: none !important;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -moz-outline-style: none;
}

input {
  outline: none;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

input::-o-clear {
  display: none;
}

textarea {
  overflow: auto;
}

.mohead {
  display: none;
}

.pcbanner {
  display: block;
}

.mobanner {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

#map img {
  max-width: 1000px;
}

.maodian {
  position: relative;
  top: -60px;
  height: 1px;
  display: block;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: #3a984c;
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}

video {
  width: 100%;
}

@font-face {
  font-family: 'ali_m';
  src: url('/skin/fonts/ali_m/ali_m.eot');
  src: url('/skin/fonts/ali_m/ali_m.eot?') format('embedded-opentype'), url('../font/ali_m.woff') format('woff'), url('../font/ali_m.ttf') format('truetype'), url('/skin/fonts/ali_m/ali_m.svg') format('svg');
  font-style: normal;
  font-weight: normal;
}

.ali_m {
  font-family: 'ali_m', Arial, Helvetica, sans-serif, MicrosoftYahei;
}

@font-face {
  font-family: 'ali_b';
  src: url('/skin/fonts/ali_b/ali_b.eot');
  src: url('/skin/fonts/ali_b/ali_b.eot?') format('embedded-opentype'), url('../font/ali_b.woff') format('woff'), url('../font/ali_b.ttf') format('truetype'), url('/skin/fonts/ali_b/ali_b.svg') format('svg');
  font-style: normal;
  font-weight: normal;
}

.ali_b {
  font-family: 'ali_b', Arial, Helvetica, sans-serif, MicrosoftYahei;
  font-weight: bold;
}

@font-face {
  font-family: 'ali_r', Arial, Helvetica, sans-serif, MicrosoftYahei;
  src: url('/skin/fonts/ali_r/ali_r.eot');
  src: url('/skin/fonts/ali_r/ali_r.eot?') format('embedded-opentype'), url('/skin/fonts/ali_r/ali_r.woff') format('woff'), url('/skin/fonts/ali_r/ali_r.ttf') format('truetype'), url('/skin/fonts/ali_r/ali_r.svg') format('svg');
  font-style: normal;
  font-weight: normal;
}

.ali_r {
  font-family: 'ali_r', Arial, Helvetica, sans-serif, MicrosoftYahei;
}

body {
  overflow-x: hidden;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.wrap1600 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.wrap1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

html,
body {
  width: 100%;
  line-height: 1;
  font-family: 'ali_m', Arial, Helvetica, sans-serif, MicrosoftYahei;
  max-width: 1920px;
  font-size: 14px;
}

ul li {
  list-style: none;
}

header {
  background: #fff;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  -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: 42px 0;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

header .logobox .indiv {
  position: relative;
}

header .logobox .indiv .logo {
  position: relative;
  z-index: 9;
}

header .logobox .indiv .actlogobox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../image/logo2.png);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
}

header .logobox:hover .indiv .actlogobox {
  height: 100%;
}

header .rt {
  float: right;
}

header .rt .navbox {
  float: left;
  margin-right: 40px;
}

header .rt .navbox .navli {
  margin-right: 36px;
  float: left;
}

header .rt .navbox .navli .navTl {
  display: block;
  -webkit-perspective-origin: 500px;
  -moz-perspective-origin: 500px;
  perspective-origin: 500px;
  padding: 47px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

header .rt .navbox .navli .navTl span {
  position: relative;
  display: block;
}

header .rt .navbox .navli .navTl span i {
  font-size: 14px;
  line-height: 55px;
  color: #1a1a1a;
  font-style: normal;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-weight:bold;
}

header .rt .navbox .navli .navTl span i:nth-child(4) {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

header .rt .navbox .navli .navTl span i:nth-child(3) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

header .rt .navbox .navli .navTl span i:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

header .rt .navbox .navli .navTl span i:nth-child(1) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

header .rt .navbox .navli .navTl span::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
}

header .rt .navbox .navli .subox {
  left: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  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;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

header .rt .navbox .navli .subox a {
  display: inline-block;
  margin-right: 50px;
  color: #1a1a1a;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

header .rt .navbox .navli .subox a:last-child {
  margin-right: 0;
}

header .rt .navbox .navli .subox a:hover {
  color: #3a984c;
}

header .rt .navbox .navli .subox a:hover::after {
  width: 100%;
}

header .rt .navbox .navli .actsubox {
  max-height: 64px;
}

header .rt .navbox .navli:hover .navTl span i {
  color: #3a984c;
}

header .rt .navbox .navli:hover .navTl span i:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

header .rt .navbox .navli:hover .navTl span i:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

header .rt .navbox .navli:hover .navTl span i:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

header .rt .navbox .navli:hover .navTl span i:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

header .rt .navbox .navli:last-child {
  margin-right: 0;
}

header .rt .weblink {
  float: left;
  padding: 47px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


header .rt .weblink .left_Phone {
  float: left;
  margin-right: 50px;
  display: flex;
  align-items: center;
}
header .rt .weblink .left_Phone .icon {
  display: inline-block;
  width: 50px;
  height: 55px;
  box-sizing: border-box;
  padding-top: 13px;
  position: relative;
}
header .rt .weblink .left_Phone .icon .nor {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
  vertical-align: middle;
}
header .rt .weblink .left_Phone .icon .act {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10px;
}

header .rt .weblink .left_Phone .icon .nor {
  opacity: 0;
}
header .rt .weblink .left_Phone .icon .act {
  opacity: 1;
}

header .rt .weblink .left_Phone .icon .nor {
  opacity: 0;
}
header .rt .weblink .left_Phone .icon .act {
  opacity: 1;
}

header .rt .weblink .left_Phone .content {
  display: inline-block;
  font-size: 16px;
  font-weight: bolder;
  color: #fff;
  height: 55px;
  line-height: 25px;
  box-sizing: border-box;
  padding-top: 5px;
}
header .rt .weblink .left_Phone .content {
  color: #000;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

header .rt .weblink .left_Phone .content {
  color: #000;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

header .rt .weblink .left_Phone .content p span {
  color: red;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

header .rt .weblink .left_Phone .content p span {
  color: red;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

header .rt .weblink .left_Phone .content p:nth-child(2) {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}

header .rt .weblink .right_title {
  float: right;
  margin-right: 50px;
}
header .rt .weblink .right_title .icon1 {
  display: inline-block;
  height: 55px;
  box-sizing: border-box;
  padding-top: 13px;
  position: relative;
}

header .rt .weblink .right_title .icon1 .nor {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
  vertical-align: middle;
}
header .rt .weblink .right_title .icon1 .act {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 13px;
}

header .rt .weblink .right_title .icon1 .nor {
  opacity: 0;
}
header .rt .weblink .right_title .icon1 .act {
  opacity: 1;
}

header.rt .weblink .right_title .icon1 .nor {
  opacity: 0;
}
header .rt .weblink .right_title .icon1 .act {
  opacity: 1;
}



header .rt .weblink .downbtn {
  float: left;
  position: relative;
}

header .rt .weblink .downbtn img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

header .rt .weblink .downbtn .nor {
  position: relative;
  z-index: 1;
  opacity: 0;
}

header .rt .weblink .downbtn .act {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}

header .rt .weblink .downbtn .subbox {
  top: 120px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

header .rt .weblink .downbtn .subbox .sj {
  display: block;
}

header .rt .weblink .downbtn .subbox .sj img {
  display: block;
  margin: 0 auto;
}

header .rt .weblink .downbtn .subbox .ewmbox {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  width: 100px;
  background: #fff;
}

header .rt .weblink .downbtn:hover .subbox {
  top: 80px;
  opacity: 1;
}

header .rt .weblink .subbox {
  top: 120px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

header .rt .weblink .subbox .sj {
  display: block;
}

header .rt .weblink .subbox .sj img {
  display: block;
  margin: 0 auto;
}

header .rt .weblink .subbox .ewmbox {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  width: 100px;
  background: #fff;
}

header .rt .weblink .wlbtn {
  float: left;
  padding: 7px 0 8px 0;
  margin-left: 44px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

header .rt .weblink .wlbtn a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 132px;
  display: block;
  line-height: 38px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #f0f0f0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
}

header .rt .weblink .wlbtn:hover a {
  background-color: #3a984c;
  border-color: #3a984c;
  color: #fefefe;
}

.leg {
  height: 150px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.pagebox2 {
  position: relative;
}

.pagebox2 .ltbox {
  float: left;
  padding-right: 200px;
}

.pagebox2 .ltbox a {
  display: block;
  line-height: 30px;
  color: #666666;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagebox2 .ltbox a:hover {
  color: #143170;
}

.pagebox2 .rt {
  position: absolute;
  right: 0;
  top: 10px;
}

.actheader,
header:hover {
  background: #fff;
  -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);
}

.actheader .logobox .indiv .actlogobox,
header:hover .logobox .indiv .actlogobox {
  height: 100%;
}

.actheader .rt .navbox .navli .navTl span i,
header:hover .rt .navbox .navli .navTl span i {
  color: #1a1a1a;
}

.actheader .rt .navbox .navli:hover .navTl span i,
header:hover .rt .navbox .navli:hover .navTl span i {
  color: #3a984c;
}

.actheader .rt .weblink .downbtn .act,
header:hover .rt .weblink .downbtn .act {
  opacity: 1;
}

.actheader .rt .weblink .downbtn .nor,
header:hover .rt .weblink .downbtn .nor {
  opacity: 0;
}

.actheader .rt .weblink .wlbtn a,
header:hover .rt .weblink .wlbtn a {
  border: 1px solid #f0f0f0;
  color: #1a1a1a;
  background: #fafafa;
}

.actheader .logobox {
  padding: 10px 0;
  width: 130px;
}

.actheader .rt .navbox .navli .navTl {
  padding: 5px 0;
}

.actheader .rt .navbox .navli .subox {
  line-height: 50px;
}

.actheader .rt .navbox .navli .actsubox {
  max-height: 50px;
}

.actheader .rt .weblink {
  padding: 5px 0;
}

.pagetitle {
  text-align: center;
  padding: 1.203% 0 2.3333% 0;
}

.pagetitle .tl {
  color: #3a984c;
  font-size: 24px;
  font-family: 'ali_b';
  margin-bottom: 14px;
}

.pagetitle .te {
  font-size: 26px;
  color: #1a1a1a;
}

.mktitle {
  padding: 64px 0 42px 0;
  text-align: center;
}

.mktitle .cn {
  margin-bottom: 12px;
  font-size: 22px;
  color: #1a1a1a;
}

.mktitle .en {
  font-family: 'ali_r';
  color: #1a1a1a;
}

.moreBtn {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 128px;
  height: 28px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.moreBtn .yuan {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #ff6f6f;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.moreBtn .point {
  z-index: 1;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #ff6f6f;
  position: absolute;
  left: 14px;
  top: 14px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s 0.2s;
  -o-transition: all 0.4s 0.2s;
  -moz-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
}

.moreBtn .btnte {
  position: relative;
  z-index: 2;
  line-height: 28px;
  font-family: 'ali_b';
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 34px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.moreBtn .btnte img {
  position: relative;
  top: -1px;
}

.moreBtn .btnte .act {
  display: none;
}

.video_mask {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.video_mask .videobox {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #143170;
}

.video_mask .videobox .top {
  height: 60px;
  background: #fafafa;
}

.video_mask .videobox .top .close_btn {
  cursor: pointer;
  float: right;
  width: 44px;
  height: 44px;
  position: relative;
  margin-top: 8px;
}

.video_mask .videobox .top .close_btn i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
  background: #000;
}

.video_mask .videobox .top .close_btn .s {
  width: 2px;
  height: 28px;
}

.video_mask .videobox .top .close_btn .h {
  width: 28px;
  height: 2px;
}

.video_mask .videobox video {
  width: 100%;
  display: none;
}

.act_video_mask {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.act_video_mask .videobox video {
  display: block;
}

.topnav {
  text-align: center;
  padding: 3.3333% 0;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.topnav a {
  display: inline-block;
  width: 236px;
  height: 54px;
  background-color: #ffffff;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  color: #1a1a1a;
  text-align: center;
  line-height: 54px;
  margin-right: 24px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 18px;
}

.topnav a:hover,
.topnav .actA {
  color: #fff;
  background: #3a984c;
}

.topnav a:last-child {
  margin-right: 0;
}

.pagebox {
  text-align: center;
  margin-top: 3.3333%;
  overflow:hidden;
  
}
.pagebox li{
  float:left;
  position:relative;
  left:40%;
  padding:0px 10px;
  background:#fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.pagebox li a {
  display: block;
  
  height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  color: #333;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  
  padding:0px 5px;
}

.pagebox a:hover,
.pagebox .current {
  background: #3a984c;
  color: #fff;
}

.pagebox .prev,
.pagebox .next {
  position: relative;
}

.pagebox .prev img,
.pagebox .next img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.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 .next {
  margin-right: 0;
}

@media (min-width: 1280px) {
  .moreBtn:hover .yuan {
    width: 100%;
  }
  .moreBtn:hover .point {
    width: 300px;
    height: 100px;
  }
  .moreBtn:hover .btnte {
    padding-left: 0;
    text-align: center;
    color: #fff;
  }
  .moreBtn:hover .btnte .nor {
    display: none;
  }
  .moreBtn:hover .btnte .act {
    display: inline;
  }
}

.bannerbox {
  position: relative;
}

.bannerbox .tl {
  text-align: center;
  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%);
  color: #fff;
  font-size: 36px;
}

.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;
  bottom: 65px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
}

.ewmcont {
  position: fixed;
  right: -70%;
  width: 70%;
  bottom: 0;
  background: #000;
  padding-bottom: 20px;
  line-height: 44px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}

.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(../image/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(/skin/images/reduce.jpg) no-repeat;
  background-position: right center;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px;
  background-size: 16px;
}

.ewmcont .ewmbox {
  float: left;
  position: relative;
}

.ewmcont .ewmbox .icon {
  padding: 9px;
  line-height: 26px;
}

.ewmcont .ewmbox .imgbox {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  width: 110px;
  opacity: 0;
  pointer-events: none;
}

.ewmcont .ewmbox .imgbox img {
  width: 100%;
}

.ewmcont .ewmbox:nth-child(1) {
  margin-right: 20px;
}

.ewmcont .actewmbox .imgbox {
  opacity: 1;
}

.navbox_s {
  margin-top: -57px;
}

.navbox_s .wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.navbox_s .wrap .ej {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.navbox_s .wrap .ej span {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-position: right center;
  background-repeat: no-repeat;
}

.navbox_s .wrap .ej .sub {
  position: absolute;
  left: 0;
  top: 180%;
  width: 100%;
  background: rgba(34, 34, 34, 0.8);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
}

.navbox_s .wrap .ej .sub a {
  line-height: 44px;
  color: #fff;
  display: block;
}

.navbox_s .wrap .ej:hover,
.navbox_s .wrap .act_ej {
  background: rgba(34, 34, 34, 0.8);
}

.navbox_s .wrap .ej:hover span {
  padding-right: 14px;
  background-image: url(/skin/images/pro_5.png);
}

.navbox_s .wrap .ej:hover .sub {
  top: 100%;
  pointer-events: auto;
  opacity: 1;
}

footer {
  padding: 100px 0;
}

footer .wrap1600 {
  position: relative;
}

footer .wrap1600 .rb {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  color: #999999;
  font-family: Microsoft Yahei;
}

footer .wrap1600 .rb span,
footer .wrap1600 .rb a {
  display: block;
}

footer .wrap1600 .rb span {
  margin-bottom: 10px;
}

footer .lt {
  float: left;
}

footer .lt .conbox {
  margin-bottom: 60px;
}

footer .lt .conbox .ewmbox {
  float: left;
  margin-right: 30px;
  width: 140px;
  height: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 2px #f5f5f5;
  padding: 5px;
}

footer .lt .conbox .ewmbox img {
  display: block;
  width: 100%;
}

footer .lt .conbox .phoneNum {
  float: left;
}

footer .lt .conbox .phoneNum .phone .icon {
  float: left;
  margin-right: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 2px #f5f5f5;
}

footer .lt .conbox .phoneNum .phone .numbox {
  float: left;
}

footer .lt .conbox .phoneNum .phone .numbox .te {
  padding-top: 8px;
  margin-bottom: 14px;
  color: #999999;
  font-size: 16px;
}

footer .lt .conbox .phoneNum .phone .numbox .num {
  color: #333333;
  line-height: 15px;
  font-size: 20px;
}

footer .lt .conbox .phoneNum .phone:first-child {
  margin-bottom: 20px;
}

footer .lt .addbox .add {
  margin-bottom: 10px;
  font-family: Microsoft Yahei;
}

footer .lt .addbox .add .tl {
  color: #999;
}

footer .lt .addbox .add .te {
  color: #333333;
}

footer .lt .addbox .add:last-child {
  margin-bottom: 0;
}

footer .lt .addbox1 {
  padding-bottom: 22px;
}

footer .lt .addbox2 {
  border-top: 1px dashed #e0e0e0;
  padding-top: 22px;
}

footer .lt .enjoybox {
  padding-top: 30px;
}

footer .lt .enjoybox .iconbox {
  float: left;
  position: relative;
  margin-right: 40px;
}

footer .lt .enjoybox .iconbox .ewm {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

footer .lt .enjoybox .iconbox .icon {
  position: relative;
}

footer .lt .enjoybox .iconbox .icon img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

footer .lt .enjoybox .iconbox .icon .act {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

footer .lt .enjoybox .iconbox:last-child {
  margin-right: 0;
}

footer .lt .enjoybox .iconbox:hover .ewm {
  bottom: 30px;
  opacity: 1;
}

footer .lt .enjoybox .iconbox:hover .icon .nor {
  opacity: 0;
}

footer .lt .enjoybox .iconbox:hover .icon .act {
  opacity: 1;
}

footer .rt {
  float: right;
}

footer .rt li {
  float: left;
  width: 120px;
  text-align: center;
}

footer .rt li a {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  left: 0;
}

footer .rt li .tl {
  color: #333333;
  font-size: 18px;
  margin-bottom: 24px;
}

footer .rt li .te {
  color: #666666;
  margin-bottom: 10px;
  font-family: Microsoft Yahei;
}

footer .rt li .te:last-child {
  margin-bottom: 0;
}

footer .rt li a:hover {
  color: #3a984c;
}

footer .rt li .te:hover {
  left: -5px;
}

footer .menubox {
  background: #3a984c;
}

footer .menubox .iconbox {
  display: block;
  position: relative;
  width: 25%;
  float: left;
  height: 72px;
  box-sizing: border-box;
  border-right: 1px solid #3a984c;
}

footer .menubox .iconbox:last-child {
  border-right: none;
}

footer .menubox .iconbox .ewm {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s;
}

footer .menubox .iconbox .nor {
  opacity: 0.9;
}

footer .menubox .iconbox .nor,
footer .menubox .iconbox .act {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

footer .menubox .iconbox .act {
}

footer .menubox .iconbox .act {
  z-index: 10;
  opacity: 0;
}

footer .menubox .iconbox:hover .ewm {
  width: 100px;
  bottom: 60px;
  opacity: 1;
}

footer .menubox .iconbox: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 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.video_mask .videobox {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #143170;
}

.video_mask .videobox .top {
  height: 60px;
  background: #fafafa;
}

.video_mask .videobox .top .close_btn {
  cursor: pointer;
  float: right;
  width: 44px;
  height: 44px;
  position: relative;
  margin-top: 8px;
}

.video_mask .videobox .top .close_btn i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
  background: #000;
}

.video_mask .videobox .top .close_btn .s {
  width: 2px;
  height: 28px;
}

.video_mask .videobox .top .close_btn .h {
  width: 28px;
  height: 2px;
}

.video_mask .videobox video {
  width: 100%;
  display: block;
}

.login_mask {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 100%;
  z-index: 999999;
}

.login_mask .in_div {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
  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%);
  overflow: hidden;
}

.login_mask .in_div .close_login {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.login_mask .in_div .close_login i {
  position: absolute;
  left: 50%;
  top: 50%;
  -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);
  background: #000;
}

.login_mask .in_div .close_login .h {
  width: 22px;
  height: 2px;
}

.login_mask .in_div .close_login .s {
  width: 2px;
  height: 22px;
}

.login_mask .in_div .title {
  margin: 60px 0 40px 0;
  font-size: 24px;
  color: #143170;
  text-align: center;
}

.login_mask .in_div .inpbox {
  padding: 0 20px;
  margin-bottom: 30px;
}

.login_mask .in_div .inpbox input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  height: 44px;
  padding: 0 10px;
  width: 100%;
}

.login_mask .in_div .yzmbox input {
  width: 150px;
  float: left;
}

.login_mask .in_div .yzmbox .imgbox {
  float: right;
  width: 103px;
  padding: 5px 0;
}

.login_mask .in_div .loginBtn {
  margin: 0 auto 60px auto;
}

.act_login {
  top: 0;
}

.fdmask {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.fdmask .in_div {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fdmask .in_div .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fdmask .in_div .fdprev {
  left: 0;
}

.fdmask .in_div .fdnext {
  right: 0;
}

.fdmask .in_div #fdswiper {
  width: 60%;
}

.act_video_mask {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.toTop {
  width: 44px;
  position: fixed;
  right: 80px;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
}

.actTop {
  bottom: 150px;
  pointer-events: auto;
  opacity: 1;
}

.toTop img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.toTop .act {
  position: absolute;
  left: 0;
  top: 0%;
  opacity: 0;
}

.toTop:hover {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.toTop:hover .nor {
  opacity: 0;
}

.toTop:hover .act {
  opacity: 1;
}

@media (max-width: 1680px) {
  .leg {
    height: 145px;
  }
  header .logobox {
    width: 143px;
  }
  header .rt .navbox .navli .navTl span i {
    font-size: 16px;
    line-height: 50px;
  }
  header .rt .weblink .downbtn {
    width: 50px;
  }
  header .rt .weblink .wlbtn {
    padding: 5px 0;
  }
  header .rt .weblink .wlbtn a {
    font-size: 16px;
  }
  footer .lt .conbox .ewmbox {
    padding: 8px;
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  footer .lt .conbox .phoneNum .phone .icon {
    width: 44px;
  }
  footer .lt .conbox .phoneNum .phone .numbox .te {
    padding-top: 4px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  footer .lt .conbox .phoneNum .phone .numbox .num {
    font-size: 16px;
  }
  footer .lt .conbox .phoneNum .phone:first-child {
    margin-bottom: 15px;
  }
  footer .rt li {
    width: 110px;
  }
  footer .rt li .tl {
    font-size: 16px;
  }
}

@media (max-width: 1600px) {
  .topnav a {
    width: 180px;
    line-height: 44px;
    height: 44px;
  }
  .leg {
    height: 145px;
  }
  header .rt .navbox {
    margin-right: 35px;
  }
  header .rt .navbox .navli {
    margin-right: 20px;
  }
  header .rt .navbox .navli .navTl span i {
    line-height: 50px;
  }
  header .rt .weblink .downbtn {
    width: 50px;
  }
  header .rt .weblink .wlbtn {
    padding: 5px 0;
  }
}

@media (max-width: 1440px) {
  header .rt .weblink .downbtn {
    display: none;
  }
  footer .lt .conbox .ewmbox {
    margin-right: 10px;
  }
  footer .lt .conbox .phoneNum .phone .numbox .num {
    font-size: 14px;
  }
  footer .lt .addbox .add {
    font-size: 12px;
  }
  footer .rt li {
    width: 100px;
  }
  footer .rt li .te {
    font-size: 12px;
  }
  footer .wrap1600 .rb span,
  footer .wrap1600 .rb a {
    font-size: 12px;
  }
}

@media (max-width: 1366px) {
  .topnav a {
    width: 160px;
    line-height: 44px;
    height: 44px;
  }
  header .navbox .navli .navTl {
    padding: 0 15px;
  }
  footer .rt li {
    width: 75px;
  }
  .mktitle .cn {
    margin-bottom: 10px;
  }
}

@media (max-width: 1280px) {
  header .rt .navbox .navli {
    margin-right: 15px;
  }
  header .rt .weblink .wlbtn {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .topnav a {
    width: 124px;
    font-size: 16px;
  }
  .leg {
    height: 60px;
  }
  .mohead {
    display: block;
  }
  header {
    display: none;
  }
  .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: #3a984c;
    display: block;
    margin: 4px auto;
  }
  .mohead .menu span:first-child {
    margin-top: 13px;
  }
  footer {
    padding: 60px 0 20px 0;
  }
  footer .lt {
    display: none;
  }
  footer .lt .conbox .ewmbox {
    width: 110px;
    height: 110px;
  }
  footer .rt {
    display: none;
  }
  footer .wrap1600 .rb {
    position: static;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .wrap1600 .rb span,
  footer .wrap1600 .rb a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .topnav {
    padding: 30px 0 40px 0;
  }
  .topnav a {
    width: 47.5%;
    margin-right: 5%;
    float: left;
    display: block;
    margin-top: 5%;
    line-height: 38px;
    height: 38px;
  }
  .topnav a:nth-child(1),
  .topnav a:nth-child(2) {
    margin-top: 0;
  }
  .topnav a:nth-child(2n) {
    margin-right: 0;
  }
  .topnav::after {
    clear: both;
    overflow: hidden;
    height: 0;
    display: block;
    content: '';
  }
  .navbox_s {
    margin-top: 0;
  }
  .navbox_s .wrap {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbox_s .wrap .ej {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    color: #143170;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .navbox_s .wrap .ej:hover,
  .navbox_s .wrap .act_ej {
    color: #fff;
  }
  .pagetitle .tl {
    font-size: 18px;
  }
  .pagetitle .te {
    font-size: 20px;
  }
  .pagebox {
    padding: 40px 0 60px 0;
  }
  .pcbanner {
    display: none;
  }
  .mobanner {
    display: block;
  }
  .pagetitle {
    padding: 60px 0 30px 0;
  }
  .mktitle {
    padding: 40px 0 20px 0;
  }
  .pagebox2 .ltbox {
    padding-right: 0;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .pagebox2 .rt {
    position: static;
  }
  footer {
    padding: 40px 0 0 0;
  }
  footer .wrap1600 .rb span,
  footer .wrap1600 .rb a {
    font-size: 12px;
  }
}