*::after,
*::before {
  display: block;
  position: absolute;
}
.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;
}
.pcbanner {
  display: block;
}
.mobanner {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#map img {
  max-width: 1000px;
}
.maodian {
  position: relative;
  top: -84px;
  height: 1px;
  display: block;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
}
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: 80px;
  display: none;
}
/*@font-face {
    font-family: "syht-l";
    src: url("../fonts/syht-l/syht-l.eot");
    src: url("../fonts/syht-l/syht-l.eot?#iefix") format("embedded-opentype"),
        url("../fonts/syht-l/syht-l.woff") format("woff"),
        url("../fonts/syht-l/syht-l.ttf") format("truetype"),
        url("../fonts/syht-l/syht-l.svg#syht-l") format("svg");
    font-style: normal;
    font-weight: normal;
}
.syht-l {
    font-family: "syht-l";
}
*/
body {
  overflow-x: hidden;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  width: 100%;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif, Microsoft Yahei;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 14px;
}
.ttl {
  font-size: 16px;
}
ul li {
  list-style: none;
}
.wrap {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}
.wrap1200 {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .wrap {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: 94%;
  }
}
header {
  position: relative;
  background: #fff;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  -moz-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  z-index: 99999;
}
header .logobox {
  float: left;
  padding: 22px 0;
  display: block;
  margin-right: 4%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .navbox {
  float: right;
}
header .navbox li {
  margin-right: 36px;
  float: left;
}
header .navbox .navli {
  margin-right: 50px;
}
header .navbox .navli .navTl {
  display: block;
  padding: 28px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .navbox .navli .navTl .inbox {
  height: 24px;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
}
header .navbox .navli .navTl .inbox .en {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #6fba2c;
}
header .navbox .navli .navTl .inbox .en::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #6fba2c;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(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: #333333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  line-height: 24px;
}
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);
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  white-space: nowrap;
  line-height: 64px;
  text-align: center;
}
header .navbox .navli .subox 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 .subox a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6fba2c;
  position: absolute;
  left: 0;
  bottom: 10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .navbox .navli .subox a:last-child {
  margin-right: 0;
}
header .navbox .navli .subox a:hover {
  color: #6fba2c;
}
header .navbox .navli .subox a:hover::after {
  width: 100%;
}
header .navbox .navli .prosub {
  background: #fff;
}
header .navbox .navli .prosub .prowrap {
  width: 100%;
  margin: 0 auto;
  padding: 32px 0 140px;
  display: flex;
  justify-content: center;
}
header .navbox .navli .prosub .prowrap .box {
  margin-right: 60px;
  width: 180px;
}
header .navbox .navli .prosub .prowrap .box .tl {
  color: #333333;
  text-align: left;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}
header .navbox .navli .prosub .prowrap .box .imgbox {
  margin-bottom: 12px;
}
header .navbox .navli .prosub .prowrap .box .imgbox img {
  width: 100%;
}
header .navbox .navli .prosub .prowrap .box .list a {
  display: block;
  line-height: 30px;
  color: #666;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-align: left;
  font-size: 16px;
}
header .navbox .navli .prosub .prowrap .box .list a:hover {
  color: #6fba2c;
}
header .navbox .navli .prosub .prowrap .box .list a::after {
  display: none;
}
header .navbox .navli .prosub .prowrap .box:last-child {
  margin-right: 0;
}
header .navbox .navli:nth-last-child(3) {
  margin-right: 44px;
}
header .navbox .navli:nth-last-child(2) {
  margin-right: 23px;
}
header .navbox .navli:last-child {
  margin-right: 0;
}
header .navbox .navli:hover .subox {
  border-top: 1px solid #ccc;
}
header .navbox .navli:hover .navTl .inbox .cn {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
header .navbox .navli:hover .navTl .inbox .en {
  top: 0;
}
header .navbox .navli:hover .navTl .inbox .en::after {
  -webkit-transition: all .4s .4s;
  -o-transition: all .4s .4s;
  -moz-transition: all .4s .4s;
  transition: all .4s .4s;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
header .navbox .navli:last-child {
  margin-right: 0;
}
header .navbox .langbox {
  color: #999999;
  font-size: 16px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
header .navbox .langbox a {
  padding: 32px 4px;
}
header .navbox .langbox:hover {
  color: #6fba2c;
}
header .navbox .searchbox {
  padding: 26px 0;
}
header .navbox .searchbox .search {
  position: relative;
}
header .navbox .searchbox input {
  padding: 0 40px 0 10px;
  height: 28px;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
  border: none;
  width: 160px;
  display: block;
  background-color: rgba(197, 197, 197, 0.17);
  color: #333;
}
header .navbox .searchbox .serchbtn {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 6px;
  top: 0;
  background: url(../images/searchbtn.png) no-repeat;
}
.bannerbox {
  position: relative;
}
.bannerbox .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.bannerbox .title .cn {
  font-size: 36px;
  margin-bottom: 16px;
}
.bannerbox .title .en {
  font-size: 24px;
  letter-spacing: 3px;
}
.bannerbox .topnav {
  position: absolute;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(1, 18, 38, 0.34);
  z-index: 999;
}
.bannerbox .topnav .wrap {
  position: relative;
  z-index: 10;
}
.bannerbox .topnav .hovermask {
  position: absolute;
  left: 50%;
  top: 0;
  height: 350px;
  width: 100%;
  display: none;
  z-index: 1;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1400px;
  width: 85%;
}
.bannerbox .topnav .navbox {
  width: 33.3333%;
  float: left;
  position: relative;
}
.bannerbox .topnav .navbox .tlbox {
  height: 60px;
  line-height: 60px;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.bannerbox .topnav .navbox .tlbox .homeicon {
  background: rgba(1, 18, 38, 0.29);
}
.bannerbox .topnav .navbox .tlbox .homeicon,
.bannerbox .topnav .navbox .tlbox .ntl {
  float: left;
}
.bannerbox .topnav .navbox .tlbox .ntl {
  padding-left: 20px;
  color: #fff;
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.bannerbox .topnav .navbox .tlbox .addicon {
  width: 18px;
  height: 18px;
  background: rgba(1, 18, 38, 0.25);
  position: relative;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-top: -9px;
}
.bannerbox .topnav .navbox .tlbox .addicon i {
  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%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: rgba(255, 255, 255, 0.5);
}
.bannerbox .topnav .navbox .tlbox .addicon .s {
  width: 2px;
  height: 8px;
}
.bannerbox .topnav .navbox .tlbox .addicon .h {
  width: 8px;
  height: 2px;
}
.bannerbox .topnav .navbox .subbox {
  display: none;
  position: absolute;
  left: 65px;
  top: 100%;
  right: 0;
}
.bannerbox .topnav .navbox .subbox a {
  background: #fff;
  color: #333;
  padding-left: 20px;
  line-height: 40px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.bannerbox .topnav .navbox .subbox a:hover {
  background: #063655;
  color: #fff;
}
.bannerbox .topnav .navbox .subbox .indiv2 {
  display: none;
}
.bannerbox .topnav .navbox .subbox .indiv3 {
  display: none;
}
.bannerbox .topnav .navbox .subbox .actdiv {
  display: block;
}
.bannerbox .topnav .second .subbox {
  margin-top: 1px;
  top: 100%;
  left: 0;
}
.bannerbox .topnav .third .tlbox {
  opacity: 0;
  pointer-events: none;
}
.bannerbox .topnav .third .acttlbox {
  opacity: 1;
  pointer-events: auto;
}
.bannerbox .topnav .third .subbox {
  margin-top: 1px;
  top: 100%;
  left: 0;
}
.bannerbox .topnav .second .tlbox .ntl,
.bannerbox .topnav .third .tlbox .ntl {
  width: 100%;
}
.bannerbox .topnav .navbox:hover .tlbox .ntl {
  background: #063655;
}
.bannerbox .topnav .navbox:hover .tlbox .addicon {
  -webkit-transform: rotate(540deg);
     -moz-transform: rotate(540deg);
      -ms-transform: rotate(540deg);
          transform: rotate(540deg);
}
.bannerbox .topnav .navbox:hover .tlbox .addicon .s {
  width: 0;
}
.bannerbox .pronav {
  background-color: #052e49;
}
.bannerbox .acttopnav {
  position: fixed;
  background-color: #052e49;
}
.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;
}
.mktitle {
  padding: 60px 0;
  text-align: center;
}
.mktitle .cn {
  color: #333333;
  font-size: 30px;
  margin-bottom: 12px;
}
.mktitle .en {
  color: #999999;
  font-size: 16px;
}
.moreBtn {
  width: 120px;
  height: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  line-height: 38px;
  color: #999999;
  border: solid 1px #e9e9e9;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-align: center;
}
.moreBtn:hover {
  background-color: #6fba2c;
  color: #fff;
}
.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;
}
.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;
}
.newul .newli {
  position: relative;
  margin-bottom: 36px;
}
.newul .newli .imgbox {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31.7857%;
  z-index: 20;
}
.newul .newli .imgbox img {
  width: 100%;
}
.newul .newli .rt {
  float: right;
  width: 70.5142%;
  padding: 75px 235px 50px 96px;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.newul .newli .rt .title {
  color: #333;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.newul .newli .rt .text {
  color: #999999;
  line-height: 24px;
  margin-bottom: 27px;
  text-align: justify;
  height: 72px;
  font-size: 16px;
}
.newul .newli .rt .time {
  top: 84px;
  right: 70px;
  position: absolute;
  text-align: right;
}
.newul .newli .rt .time .day {
  font-size: 32px;
  margin-bottom: 10px;
}
.newul .newli .rt .time .year {
  color: #999999;
  font-size: 16px;
}
.newul .newli:hover .rt {
  background: #f7f7f7;
}
.newul .newli:hover .rt .title {
  color: #6fba2c;
}
.newul .newli:last-child {
  margin-bottom: 0;
}
.pagebox {
  text-align: center;
  margin-top: 3.3333%;
}
.pagebox a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 34px;
  color: #888888;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  opacity: 0.8;
  border: solid 1px #e5e5e5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.pagebox a:hover,
.pagebox .current {
  background-color: #6fba2c;
  color: #fff;
  opacity: 1!important;
}
.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 .next,
.pagebox .first,
.pagebox .last,
.pagebox .prev {
  width: auto;
  padding: 0 20px;
}
.pagebox .prev:hover .act,
.pagebox .next:hover .act {
  opacity: 1;
}
.pagebox .prev:hover .nor,
.pagebox .next:hover .nor {
  opacity: 0;
}
.pagebox .first {
  margin-right: 0;
}
.pagebox .all {
  color: #555;
  opacity: 0.6;
  font-size: 12px;
}
.pagebox span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
footer {
  padding: 4.1666% 0 0 0;
  background: url(../images/footbg.jpg) no-repeat center top / cover;
}
footer .top {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .top .left {
  float: left;
}
footer .top .left .ftlogo {
  margin-bottom: 85px;
}
footer .top .left .addrbox {
  line-height: 28px;
  color: #f1f2ff;
}
footer .top .left .addrbox p {
  padding-left: 24px;
}
footer .top .left .addrbox .phone {
  background: url(../images/phone.png) no-repeat left center;
}
footer .top .left .addrbox .phone .gm {
  color: #6fba2c;
  font-size: 24px;
  font-weight: bold;
}
footer .top .left .addrbox .fox {
  background: url(../images/fox.png) no-repeat left center;
}
footer .top .left .addrbox .local {
  background: url(../images/local.png) no-repeat left center;
}
footer .top .rt {
  float: right;
}
footer .top .rt .navbox {
  float: left;
  margin-right: 146px;
}
footer .top .rt .navbox li {
  float: left;
}
footer .top .rt .navbox li a:nth-child(1) {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 0 70px 0 24px;
}
footer .top .rt .navbox li a:nth-child(1)::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
footer .top .rt .navbox li a {
  padding: 7px 0 7px 24px;
  font-size: 12px;
  color: #6c7074;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
footer .top .rt .navbox li a:hover {
  color: #fff;
}
footer .top .rt .navbox li:last-child a:nth-child(1) {
  padding-right: 0;
}
footer .top .rt .contbox {
  float: right;
}
footer .top .rt .contbox .ewmbox {
  padding: 10px;
  border: 1px solid rgba(183, 186, 195, 0.43);
  margin-bottom: 20px;
}
footer .top .rt .contbox .select {
  margin-bottom: 24px;
}
footer .top .rt .contbox select {
  width: 100%;
  height: 20px;
  background-color: #ffffff;
  border: solid 1px #b7bac3;
  padding-right: 20px;
  background: #fff url(../images/select.jpg) no-repeat right center;
  color: #666666;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
footer .top .rt .contbox select option {
  color: #00428e;
}
footer .top .rt .contbox .enjoybox {
  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 .rt .contbox .enjoybox .btn {
  width: 30px;
  height: 30px;
  -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;
  background: #575d7d;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
footer .bt {
  font-size: 12px;
  color: #444a52;
}
footer .bt .ba {
  float: left;
  padding: 22px 0 35px;
  display: block;
}
footer .bt .power {
  padding: 22px 0 35px;
  float: right;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
footer .bt .power:hover {
  color: #6fba2c;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: 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 .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.video_mask .videobox {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #143170;
}
.video_mask .videobox .top {
  height: 60px;
  background: #fafafa;
}
.video_mask .videobox .top .close_btn {
  cursor: pointer;
  float: right;
  width: 44px;
  height: 44px;
  position: relative;
  margin-top: 8px;
}
.video_mask .videobox .top .close_btn i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
  background: #000;
}
.video_mask .videobox .top .close_btn .s {
  width: 2px;
  height: 28px;
}
.video_mask .videobox .top .close_btn .h {
  width: 28px;
  height: 2px;
}
.video_mask .videobox video {
  width: 100%;
  display: block;
}
.fdmask {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.fdmask .in_div {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fdmask .in_div .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fdmask .in_div .fdprev {
  left: 0;
}
.fdmask .in_div .fdnext {
  right: 0;
}
.fdmask .in_div #fdswiper {
  width: 60%;
}
.act_video_mask {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}


.swiper-wrapper ul li { width:25%; float:left; }
.swiper-wrapper ul li span {  padding:12.9771% 11.0687%; display:block;   background: url(../images/honor_09.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;}
.swiper-wrapper ul li i { border:solid 1px #d5d7d8; height:0px; display:block; overflow:hidden; padding-bottom:68.1%; }
.swiper-wrapper ul li i img { transition:1s; }
.swiper-wrapper ul li p {  text-align: center;
    color: #666666;
    font-size: 16px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    padding: 20px 0;
    line-height: 16px; }
.swiper-wrapper ul li:hover p { color:#6fba2c; }	
.swiper-wrapper ul li:hover i img{ transition:1s; transform:scale(1.2) }










.swiper-wrapper dl dd { width:20%; float:left; }
.swiper-wrapper dl dd span {  padding:12.9771% 11.0687%; display:block;   background: url(../images/honor_09.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;}
.swiper-wrapper dl dd i { border:solid 1px #d5d7d8; height:0px; display:block; overflow:hidden; padding-bottom:132%; }
.swiper-wrapper dl dd i img { transition:1s; width:100%; }
.swiper-wrapper dl dd p {  text-align: center;
    color: #666666;
    font-size: 16px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    padding: 20px 0;
    line-height: 16px; }
.swiper-wrapper dl dd:hover p { color:#6fba2c; }	
.swiper-wrapper dl dd:hover i img{ transition:1s; transform:scale(1.2) }



@media (max-width: 1440px) {
  .mktitle {
    padding: 60px 0 40px;
  }
  .mktitle .cn {
    font-size: 24px;
  }
  .mktitle .en {
    font-size: 14px;
  }
  .newul .newli .rt {
    padding: 60px 210px 45px 80px;
  }
  .bannerbox .title .cn {
    font-size: 30px;
  }
  .bannerbox .title .en {
    font-size: 16px;
    letter-spacing: 1px;
  }

  header .navbox .navli .prosub .prowrap .box .tl{
    font-size: 14px;
  }

  header .navbox .navli .prosub .prowrap .box {
    margin-right: 30px;
    width: 160px;

  }
  header .navbox .navli .prosub .prowrap .box .list a{
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width:1366px){



  
}

@media (max-width: 1280px) {
  header .navbox .navli .subox {
    line-height: 50px;
  }
  header .navbox .navli .subox a {
    font-size: 14px;
  }
  header .navbox .navli .prosub .prowrap .box .tl {
    font-size: 14px;
  }
  header .navbox .navli .prosub .prowrap .box .list a {
    font-size: 14px;
  }
  .bannerbox .title .cn {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .bannerbox .title .en {
    font-size: 14px;
  }
  .wrap {
    width: 90%;
  }
  .newul .newli .rt {
    padding: 60px 210px 45px 60px;
  }
  .newul .newli .rt .title {
    font-size: 18px;
  }
  .newul .newli .rt .text {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .bannerbox .topnav {
    display: none;
  }
  .leg {
    height: 60px;
    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: #00428e;
    display: block;
    margin: 4px auto;
  }
  .mohead .menu span:first-child {
    margin-top: 13px;
  }
  header {
    display: none;
  }
  .newul .newli .rt {
    padding: 60px 180px 45px 60px;
  }
  .newul .newli .rt .time .day {
    font-size: 24px;
  }
  footer .top {
    display: none;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #6fba2c;
}
@media (max-width: 768px) {
  .pcbanner {
    display: none;
  }
  .mobanner {
    display: block;
  }
  .mktitle .cn {
    font-size: 20px;
  }
  .newul .newli .imgbox {
    width: 100%;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .newul .newli .rt {
    padding: 20px 0;
    float: none;
    width: 100%;
  }
  .newul .newli .rt .time {
    position: static;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .newul .newli .rt .time .day {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
  }
  .newul .newli .rt .time .year {
    margin-right: 2px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 12px;
    color: #999;
  }
  .newul .newli .rt .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .newul .newli .rt .text {
    margin-bottom: 0;
  }
  .newul .newli .rt .moreBtn {
    display: none;
  }
  .newul .newli:hover .rt {
    background: #fff;
  }
  footer {
    padding-top: 0;
  }
  footer .bt .ba {
    line-height: 16px;
    float: none;
    padding: 22px 0;
  }
  footer .bt .power {
    width: 100%;
    float: none;
    padding-top: 0;
  }
}
