@charset "UTF-8";
*::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_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
  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;
  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);
          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 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.block-title .en {
  font-size: 144px;
  font-weight: bold;
  line-height: 144px;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-stroke: 0.3px #e5e5e5;
  text-stroke: 0.3px #e5e5e5;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.block-title .cn-box {
  margin-top: -40px;
  padding-left: 36px;
  position: relative;
}
.block-title .cn-box .cn-title {
  font-size: 48px;
  line-height: 1.125;
  font-weight: bold;
  /* 20黑 */
  color: #333333;
}
.block-title .cn-box .cn-text {
  font-size: 22px;
  font-weight: normal;
  line-height: 2.1818181818;
  /* 60灰 */
  color: #333;
}
.block-title .cn-box .cn-line {
  position: absolute;
  top: 0;
  left: 10px; /* 固定倾斜位移量 */
  width: 5px;
  height: 90%;
  background: linear-gradient(194deg, #37bbca 16%, #6dccab 95%);
  -webkit-transform-origin: left;
          transform-origin: left;
  border: 1px solid #e5e5e5;
}

html,
body {
  width: 100%;
  line-height: 1;
  font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
  margin: 0 auto;
  font-size: 14px;
}

.text-fill-wrap .text-fill .text-line {
  font-weight: 800;
  -webkit-text-fill-color: rgba(26, 26, 26, 0.5);
  background-clip: text;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #14295a 0%, #14295a 50%, transparent 50.1%);
  background-size: 0% 100%;
}

.ttl {
  font-size: 16px;
}

ul li {
  list-style: none;
}

.wrap {
  width: 85%;
  max-width: 1600px;
  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;
  transition: all 0.4s linear;
  width: 100%;
  z-index: 99999;
}
header .logobox {
  float: left;
  padding: 22px 0;
  display: block;
  margin-right: 4%;
  transition: all 0.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;
  transition: all 0.4s;
}
header .navbox .navli .navTl .inbox {
  height: 24px;
  position: relative;
  transition: all 0.4s;
  padding: 0 10px;
  overflow: hidden;
}
header .navbox .navli .navTl .inbox .en {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #00428e;
}
header .navbox .navli .navTl .inbox .en::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #00428e;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all 0.4s;
}
header .navbox .navli .navTl span {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333333;
  transition: all 0.4s;
  line-height: 24px;
}
header .navbox .navli .subox {
  left: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  display: none;
  background-color: #fafafa;
  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;
  transition: all 0.4s;
}
header .navbox .navli .subox a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #00a0e9;
  position: absolute;
  left: 0;
  bottom: 10px;
  transition: all 0.4s;
}
header .navbox .navli .subox a:last-child {
  margin-right: 0;
}
header .navbox .navli .subox a:hover {
  color: #00a0e9;
}
header .navbox .navli .subox a:hover::after {
  width: 100%;
}
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 .navTl .inbox .cn {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header .navbox .navli:hover .navTl .inbox .en {
  top: 0;
}
header .navbox .navli:hover .navTl .inbox .en::after {
  transition: all 0.4s 0.4s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .navbox .navli:last-child {
  margin-right: 0;
}
header .navbox .langbox {
  color: #999999;
  font-size: 16px;
  transition: all 0.4s;
}
header .navbox .langbox a {
  padding: 32px 4px;
}
header .navbox .langbox:hover {
  color: #00428e;
}
header .navbox .searchbox {
  padding: 26px 0;
}
header .navbox .searchbox .search {
  position: relative;
}
header .navbox .searchbox input {
  padding: 0 40px 0 10px;
  height: 28px;
  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%);
          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;
  transition: all 0.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: 0;
  top: 0;
  height: 350px;
  width: 100%;
  display: none;
  z-index: 1;
}
.bannerbox .topnav .navbox {
  width: 33.3333%;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.bannerbox .topnav .navbox .tlbox {
  height: 60px;
  line-height: 60px;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
}
.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 {
  margin-left: 20px;
  color: #fff;
}
.bannerbox .topnav .navbox .tlbox .addicon {
  width: 18px;
  height: 18px;
  background: rgba(1, 18, 38, 0.25);
  position: relative;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: all 0.4s;
  margin-top: -9px;
}
.bannerbox .topnav .navbox .tlbox .addicon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.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;
  transition: all 0.4s;
}
.bannerbox .topnav .navbox .subbox a:hover {
  background: #00428e;
  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 .navbox:hover .tlbox {
  background: #00428e;
}
.bannerbox .topnav .navbox:hover .tlbox .addicon {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}
.bannerbox .topnav .navbox:hover .tlbox .addicon .s {
  width: 0;
}
.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;
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  color: #999999;
  border: solid 1px #e9e9e9;
  transition: all 0.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%;
  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;
  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;
  background-size: 16px;
}

.hoverbtn {
  position: relative;
  cursor: pointer;
}
.hoverbtn img {
  transition: all 0.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%);
          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;
  transition: all 0.4s;
}
.newul .newli .rt .title {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
  transition: all 0.4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newul .newli .rt .text {
  color: #999999;
  line-height: 24px;
  margin-bottom: 27px;
  text-align: justify;
  height: 72px;
}
.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;
  box-sizing: border-box;
  line-height: 34px;
  color: #888888;
  transition: all 0.4s;
  opacity: 0.8;
  border: solid 1px #e5e5e5;
  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 {
  transition: all 0.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);
}

.zixun-btn {
  width: 208px;
  text-align: center;
  height: 56px;
  line-height: 54px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 6px 24px 6px 24px;
  /* 橙色渐变 */
  background: linear-gradient(104deg, #eab30d 0%, #ff7b17 93%);
  border: 1px solid #eab30d;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  /* 橙色渐变 */
}
.zixun-btn .bg {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 1;
  border-radius: 6px 24px 6px 24px;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.zixun-btn .text-box {
  position: relative;
  z-index: 20;
  transition: all 0.2s ease-in-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.zixun-btn:hover .text-box {
  color: #eab30d;
}
.zixun-btn:hover .text-box div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: jumpFall 0.1s cubic-bezier(0.5, 1.8, 0.9, 0.8);
          animation: jumpFall 0.1s cubic-bezier(0.5, 1.8, 0.9, 0.8);
}
.zixun-btn:hover .text-box div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.zixun-btn:hover .text-box div:nth-child(2) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.zixun-btn:hover .text-box div:nth-child(3) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.zixun-btn:hover .text-box div:nth-child(4) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}

@-webkit-keyframes jumpFall {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes jumpFall {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
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);
          transform: scale(0.6);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.video_mask .videobox {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-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);
          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);
          transform: scale(0.6);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.fdmask .in_div {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fdmask .in_div .btn {
  position: absolute;
  top: 50%;
  -webkit-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);
          transform: scale(1);
}

@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;
  }
}
@media (max-width: 1280px) {
  .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;
  }
}
@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;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  }
  .mohead .logoBox {
    overflow: hidden;
    float: left;
    margin-top: 15px;
    display: block;
  }
  .mohead .logoBox img {
    height: 30px;
    display: block;
  }
  .mohead .menu {
    margin-top: 8px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    float: right;
  }
  .mohead .menu span {
    width: 30px;
    height: 3px;
    background: #00a0e9;
    display: block;
    margin: 4px auto;
  }
  .mohead .menu span:first-child {
    margin-top: 13px;
  }
  header {
    display: none;
  }
  .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;
            transform: none;
  }
  .newul .newli .rt {
    padding: 20px 0;
    float: none;
    width: 100%;
  }
  .newul .newli .rt .time {
    position: static;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .newul .newli .rt .time .day {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
  }
  .newul .newli .rt .time .year {
    margin-right: 2px;
    -webkit-order: 1;
        -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;
  }
}
@media screen and (max-width: 1440px) {
  .block-title .en {
    font-size: 124px;
    line-height: 1;
  }
  .block-title .cn-box .cn-title {
    font-size: 40px;
  }
  .block-title .cn-box .cn-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .block-title .en {
    font-size: 110px;
    line-height: 1;
  }
  .block-title .cn-box .cn-title {
    font-size: 36px;
  }
  .block-title .cn-box .cn-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .block-title .en {
    font-size: 90px;
    line-height: 1;
  }
  .block-title .cn-box .cn-title {
    font-size: 28px;
  }
  .block-title .cn-box .cn-title div:nth-child(2) {
    padding-left: 60px !important;
  }
  .block-title .cn-box .cn-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .block-title .en {
    font-size: 80px;
  }
  .block-title .cn-box {
    padding-left: 0;
    margin-top: -24px;
  }
  .block-title .cn-box .cn-title {
    font-size: 24px;
  }
  .block-title .cn-box .cn-line {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .block-title .en {
    font-size: 60px;
  }
  .block-title .cn-box .cn-title {
    font-size: 20px;
  }
  .block-title .cn-box .cn-text {
    line-height: 1.6;
    margin-top: 6px;
  }
}