
/* SCSS MIXIN*/
@-webkit-keyframes huaquan {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes huaquan {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes huadong {
  0% {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes shandong {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* SCSS MIXIN*/
@-webkit-keyframes huaquan {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes huaquan {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes huadong {
  0% {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes shandong {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td, p, iframe, a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input, button, select, textarea {
  outline: none;
}

dl, ul, ol {
  list-style: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

@font-face {
  font-family: Bebas;
  src: url("../font/BEBASNEUE-1.ttf");
}
@font-face {
  font-family: "Poppins";
  font-style: eot woff2 woff;
  font-weight: 300;
  src: url("../font/Poppins-Light.woff2") format("woff2"), url("../font/Poppins-Light.woff") format("woff");
}
body {
  color: #000;
  word-break: break-word;
  word-wrap: break-word;
}

body, input, textarea {
  font-size: 12px;
  font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

i, em {
  font-style: normal;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

table {
  border-collapse: collapse;
}

/*clearfix*/
body {
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 320px;
  width: 100%;
}

.clearfix:after, .cl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl, .z {
  float: left;
}

.fr, .y {
  float: right !important;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.tal {
  text-align: left !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.hide {
  display: none !important;
}

.wrap {
  width: 1240px;
  margin: 0 auto;
  position: relative;
}

.wrap2 {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.wrap3 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.wrap4 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.iconfont {
  font-size: inherit;
}

.cblue {
  color: #55ADE5 !important;
}

.body-en {
  word-break: break-word;
}

.iconfont {
  font-size: inherit;
}

.flexCentery {
  display: flex;
  align-items: center;
}

.flexCenterxy {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.flexCenterxys {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.ctArrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ccc;
}

.maintop {
  padding-top: 60px;
}

.burger {
  padding: 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.burger .burger-in {
  width: 30px;
  margin: 0 auto;
}
.burger [class^=line] {
  background: #254EFF;
  height: 3px;
  margin-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.burger .line1 {
  width: 30px;
}
.burger .line1:last-of-type {
  margin-bottom: 0;
}
.burger .line1:hover {
  width: 30px;
}
.burger .line2 {
  width: 25px;
}
.burger .line2:last-of-type {
  margin-bottom: 0;
}
.burger .line2:hover {
  width: 30px;
}
.burger .line3 {
  width: 20px;
}
.burger .line3:last-of-type {
  margin-bottom: 0;
}
.burger .line3:hover {
  width: 30px;
}
.burger.on .line1 {
  -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
}
.burger.on .line2 {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, -40, 0);
  transform: matrix(1, 0, 0, 1, -40, 0);
}
.burger.on .line3 {
  width: 30px;
  -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -10);
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -10);
}

.bgfixed {
  background-attachment: fixed !important;
}

@media screen and (max-width: 1300px) {
  .wrap, .wrap2, .wrap3, .wrap4 {
    width: 980px;
  }
}
@media screen and (max-width: 750px) {
  .wrap, .wrap2, .wrap3, .wrap4 {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .burger {
    display: block;
  }

  .maintop, .maintop2 {
    padding-top: 60px;
  }

  .bgfixed {
    background-attachment: scroll !important;
  }
}
.paging {
  height: 32px;
  line-height: 30px;
  margin: 50px 0;
  text-align: center;
}
.paging a {
  display: inline-block;
  padding: 0 12px;
  margin: 5px 3px 0;
  font-size: 14px;
  border: 1px solid #999;
  color: #666;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.paging a:hover, .paging a.cur {
  background: #222;
  border-color: #222;
  color: #fff;
}

.pc-show {
  display: block;
}

.wap-show, .m-show {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc-show {
    display: none !important;
  }

  .wap-show, .m-show {
    display: block !important;
  }
}
/**************************/
.nodata {
  padding: 80px 0;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.nodata .ico-nodata {
  display: block;
  width: 153px;
  height: 153px;
  background: url(../image/ico-nodata.png) no-repeat;
  margin: 0 auto 25px;
}

.search-title h4 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.search-title h4 strong {
  color: #222;
  font-weight: normal;
}

.search-view {
  padding-bottom: 50px;
}
.search-view li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.search-view li .tit {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.search-view li .tit:hover {
  color: #222;
}
.search-view li .des {
  font-size: 14px;
  color: #999;
  line-height: 2;
}
.search-view li .hand {
  display: inline-block;
  width: 120px;
  height: 32px;
  border: none;
  background: #222;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 32px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 10px;
}
.pagering {
  text-align: center;
  padding: 10px 0 50px;
}
.pagering li {
  display: inline-block;
  margin: 0 3px;
}
.pagering a, .pagering span {
  display: block;
  border-radius: 50%;
  line-height: 32px;
  color: #333;
  width: 32px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
}
.pagering .disabled a, .pagering .disabled span {
  color: #aaa;
}
.pagering a:hover {
  background: #254EFF;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pagering .active a, .pagering .active span {
  background: #254EFF;
  color: #fff;
}

/* SCSS MIXIN*/
@-webkit-keyframes huaquan {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes huaquan {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes huadong {
  0% {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes shandong {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.blackPage {
  background: #232323;
}

.c2 {
  color: #254EFF !important;
}

.c4 {
  color: #848D9B !important;
}

.black {
  color: #000 !important;
}

.ffbe {
  font-family: Bebas;
}

/*首页banner*/
.com-banner .swiper-btn-prev {
  left: 30px;
}

.com-banner .swiper-btn-next {
  right: 30px;
}

.com-banner {
  position: relative;
  overflow: hidden;
}
.com-banner a {
  display: block;
  position: relative;
}
.com-banner .swiper-pagination {
  bottom: 30px;
  box-sizing: border-box;
  text-align: center;
}
.com-banner .swiper-pagination span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.com-banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 5px;
  width: 30px;
  background-color: #fff;
}
.com-banner .bgVideo {
  height: 100vh;
  max-height: calc(70vw * 9 / 16);
  position: relative;
}
.com-banner .bgVideo .pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.com-banner .bgVideo video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.com-banner .bgVideo[class*=bg-]:after {
  position: absolute;
  z-index: 1;
  background: #254EFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.com-banner .bgVideo.bg-black-10:after {
  background: rgba(0, 0, 0, 0.1);
}
.com-banner .bgVideo.bg-black-30:after {
  background: rgba(0, 0, 0, 0.3);
}
.com-banner .bgVideo.bg-black-50:after {
  background: rgba(0, 0, 0, 0.5);
}
.com-banner .bgVideo.bg-linear-1:after {
  background: linear-gradient(90deg, #161D45, transparent 65%);
}
.com-banner .bgVideo-about {
  height: 590px;
}
.com-banner .bgTxt {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  line-height: 1.8;
  padding: 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  color: #fff;
}
.com-banner .bgTxt h1 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: normal;
  box-sizing: border-box;
  width: 100%;
}
.com-banner .bgTxt h2.hh2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
}
.com-banner .bgTxt h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: normal;
  box-sizing: border-box;
  width: 100%;
}
.com-banner .bgTxt h3 {
  font-size: 38px;
  font-weight: normal;
  line-height: 1.5;
}
.com-banner .bgTxt h4 {
  font-size: 26px;
  font-weight: normal;
  width: 100%;
}
.com-banner .bgTxt .hand {
  display: inline-block;
  width: 148px;
  height: 48px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 46px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-top: 20px;
}
.com-banner .bgTxt .hand:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #254EFF;
  top: 0;
  left: 0;
}
.com-banner .bgTxt .hand:after {
  content: "";
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: iconfont;
}
.com-banner .bgTxt .hand:hover {
  border-color: #254EFF;
}
.com-banner .bgTxt .hand:hover:before {
  opacity: 1;
}
.com-banner .bgTxt .hand:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.com-banner .bgTxt .hand2 {
  display: inline-block;
  width: 140px;
  height: 48px;
  border: none;
  background: #254EFF;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 24px;
}
.com-banner .bgTxt .hand2:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #254EFF;
  top: 0;
  left: 0;
}
.com-banner .bgTxt .hand2:after {
  content: "";
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: iconfont;
}
.com-banner .bgTxt .hand2:hover {
  border-color: #254EFF;
}
.com-banner .bgTxt .hand2:hover:before {
  opacity: 1;
}
.com-banner .bgTxt .hand2:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.com-banner .bgTxt .hand3 {
  display: inline-block;
  width: 240px;
  height: 48px;
  border: none;
  background: #00B259;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.com-banner .bgTxt .hand3:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #254EFF;
  top: 0;
  left: 0;
}
.com-banner .bgTxt .hand3:after {
  content: "";
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: iconfont;
}
.com-banner .bgTxt .hand3:hover {
  border-color: #254EFF;
}
.com-banner .bgTxt .hand3:hover:before {
  opacity: 1;
}
.com-banner .bgTxt .hand3:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.com-banner .bgTxt .hand3::before {
  background: #00B259;
}
.com-banner .bgTxt .hand4 {
  display: inline-block;
  width: 240px;
  height: 48px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 46px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.com-banner .bgTxt .hand4:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #254EFF;
  top: 0;
  left: 0;
}
.com-banner .bgTxt .hand4:after {
  content: "";
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: iconfont;
}
.com-banner .bgTxt .hand4:hover {
  border-color: #254EFF;
}
.com-banner .bgTxt .hand4:hover:before {
  opacity: 1;
}
.com-banner .bgTxt .hand4:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.com-banner .bgTxt h1.cloud {
  background: url(https://www.baai.ac.cn/home/images/clude2.png) no-repeat;
  width: 397px;
  height: 136px;
  font-size: 38px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 50px;
}
.com-banner .bgTxt.teb {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.com-banner .bgTxt .lettes {
  margin-bottom: 40px;
  font-size: 46px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
.com-banner .bgTxt .d {
  font-size: 16px;
  font-weight: normal;
  max-width: 900px;
}
.com-banner .bgTxt .brLogo {
  position: absolute;
  top: 20%;
  right: 0;
  opacity: 0;
  width: 275px;
  -webkit-transform: scale(0) translate(0, 10%);
  transform: scale(0) translate(0, 10%);
  transition: all 5s ease;
  -webkit-transition: all 5s ease;
}
.com-banner .bgTxt.vabottom {
  justify-content: flex-end;
  padding-bottom: 50px;
}
.isLoaded .com-banner .brLogo {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, -10%);
  transform: scale(1) translate(0, -10%);
}

.com-banner .fxxCenter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
.com-banner .bbtit {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.com-banner .bbtit strong {
  position: relative;
  color: #fff;
  font-size: 52px;
  font-weight: normal;
  padding-bottom: 20px;
}
.com-banner .bbtit strong:after {
  content: "";
  width: 120px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -60px;
  height: 4px;
  background: #fff;
}
.com-banner .camTxt {
  position: absolute;
  line-height: 20px;
  padding: 20px 40px;
  max-width: 90%;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 15px;
}
.com-banner .mouse {
  position: absolute;
  margin-left: -50px;
  bottom: 30px;
  font-size: 15px;
  -webkit-animation: huadong 1.2s infinite linear;
  animation: huadong 1.2s infinite linear;
  color: #fff;
  left: 50%;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-banner .mouse i {
  font-size: 20px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.com-banner .cirlist {
  margin-top: 50px;
}
.com-banner .cirlist li {
  margin-top: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 15px;
  color: #fff;
}
.com-banner .cirlist li:before {
  content: "";
  width: 53px;
  height: 23px;
  background: url(https://www.baai.ac.cn/home/images/p-block.png) no-repeat 0 center;
  margin-right: 10px;
}
.com-banner .cirlist li:hover {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
  color: #e6734d;
}
.com-banner .cards-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.com-banner .cards {
  position: absolute;
  display: none;
  box-sizing: border-box;
  padding: 15px 25px 20px;
  width: 45%;
  bottom: 60px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  color: #fff;
}
.com-banner .cards .cd-t {
  font-size: 22px;
}
.com-banner .cards .cd-info {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 80px;
  margin-top: 20px;
}
.com-banner .cards .cd-logo {
  flex: 50%;
  padding-right: 30px;
  box-sizing: border-box;
  border-right: 5px solid #fff;
}
.com-banner .cards .cd-logo img {
  height: 80px;
  float: right;
}
.com-banner .cards .cd-des {
  padding-left: 30px;
  width: 50%;
}
.com-banner .cards .cd-name {
  font-size: 30px;
}
.com-banner .cards .cd-job {
  font-size: 24px;
  color: #aaa;
}
.com-banner .smpic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.com-banner .wrap.tac {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.com-banner .bgVideo {
  max-height: 100%;
}

.short-banner .bgVideo {
  max-height: calc(80vw * 9 / 16);
}

.h40-banner .bgVideo {
  max-height: calc(40vw * 9 / 16);
}

.h50-banner .bgVideo {
  max-height: 50vh;
}

.h55-banner .bgVideo {
  max-height: calc(55vw * 9 / 16);
}

.h60-banner .bgVideo {
  max-height: calc(60vw * 9 / 16);
}

.h70-banner .bgVideo {
  max-height: calc(70vw * 9 / 16);
}

.h75-banner .bgVideo {
  max-height: calc(75vw * 9 / 16);
}

.h80-banner .bgVideo {
  max-height: calc(80vw * 9 / 16);
}

.h90-banner .bgVideo {
  max-height: calc(90vw * 9 / 16);
}

.h100-banner .bgVideo {
  max-height: calc(100vw * 9 / 16);
}

.hm-banner .swiper-btn {
  width: 39px;
  height: 39px;
  pointer-events: auto;
}
.hm-banner .swiper-btn:hover {
  opacity: 0.8;
}
.hm-banner .swiper-btn-prev {
  left: -100px;
}
.hm-banner .swiper-btn-prev i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/iconl2.png) no-repeat;
}
.hm-banner .swiper-btn-next {
  right: -100px;
}
.hm-banner .swiper-btn-next i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/iconl3.png) no-repeat;
}
.hm-banner .swiper-box {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hm-banner .swiper-box .wrap {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .com-banner a {
    height: 70vw;
    max-height: none;
  }

  .h40-banner a {
    height: 32vw;
  }

  .com-banner .bgVideo {
    max-height: 100%;
  }
  .com-banner .bgTxt {
    padding: 0 10px 0;
    line-height: 1.4;
  }
  .com-banner .bgTxt h1 {
    font-size: 18px;
  }
  .com-banner .bgTxt h2, .com-banner .bgTxt h2.hh2 {
    font-size: 18px;
  }
  .com-banner .bgTxt h3 {
    font-size: 14px;
  }
  .com-banner .bgTxt h4 {
    font-size: 14px;
  }
  .com-banner .bgTxt h5 {
    font-size: 14px;
  }
  .com-banner .bgTxt h1.cloud {
    width: 198px;
    height: 68px;
    font-size: 18px;
    background-size: 100% 100%;
  }
  .com-banner .bgTxt .hand {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 15px;
  }
  .com-banner .bgTxt .lettes {
    font-size: 24px;
  }
  .com-banner .bgTxt .d {
    font-size: 13px;
    line-height: 1.4;
  }
  .com-banner .bgTxt .hand2 {
    width: 140px;
    height: 36px;
    line-height: 34px;
    border-width: 1px;
  }
  .com-banner .swiper-btn-prev {
    left: 10px;
  }
  .com-banner .swiper-btn-next {
    right: 10px;
  }

  .m70-banner a {
    height: 70vw;
  }

  .hm-banner a {
    height: 120vw;
  }
  .hm-banner .bgTxt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .hm-banner .fxxCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-top: 8vw;
  }
  .hm-banner .bgTxt h2 {
    text-align: center !important;
    line-height: 1.8;
  }

  .eng-banner a {
    height: 75vw;
  }
  .eng-banner .d {
    width: 60%;
  }
}
.swiper-btn {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  margin-top: -40px;
  width: 50px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
  font-size: 36px;
  color: #fff;
  outline: none;
}
.swiper-btn:hover {
  color: #254EFF;
}
.swiper-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.1;
}

.swiper-btn-prev {
  left: 15px;
}

.swiper-btn-next {
  right: 15px;
}

@media screen and (max-width: 768px) {
  .swiper-btn {
    margin-top: -25px;
    width: 30px;
    height: 50px;
    font-size: 22px;
    border-radius: 5px;
  }

  .swiper-btn-prev {
    left: 10px;
  }

  .swiper-btn-next {
    right: 10px;
  }

  .m-toper ~ .com-banner {
    margin-top: 60px;
  }
}
.pageMenus {
  height: 60px;
  background: #fff;
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.pageMenus .wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.pageMenus .tal {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.pageMenus a {
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin: 0 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #787878;
}
.pageMenus a:after {
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  height: 3px;
  content: "";
  width: 100%;
  background: #254EFF;
}
.pageMenus a.on, .pageMenus a:hover {
  color: #254EFF;
}
.pageMenus a.on:after, .pageMenus a:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.pageMenus .fix-pageMenu {
  height: 60px;
  z-index: 101;
}
.pageMenus .fix-pageMenu.widgetFix {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.pageMenus.whiteMenus {
  background: #fff;
}
.pageMenus.whiteMenus .fix-pageMenu.widgetFix {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.pageMenus.tal .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

@media screen and (max-width: 750px) {
  .pageMenus {
    height: auto;
    background: #F0F3F7 !important;
  }
  .pageMenus .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .pageMenus a {
    font-size: 12px;
    height: 40px;
    padding: 0 5px;
    margin: 0;
    background: #F0F3F7;
    z-index: 99;
  }
}
.zt-newstop {
  padding-top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.zt-newstop .zt-banner {
  margin-top: 20px;
  position: relative;
}
.zt-newstop .zt-banner .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.zt-newstop .zt-banner .pic::before {
  display: block;
  content: "";
  padding-bottom: 45%;
}
.zt-newstop .zt-banner .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.zt-newstop .zt-banner .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.zt-newstop .zt-banner a {
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}
.zt-newstop .zt-banner a:hover {
  box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.3);
}
.zt-newstop .zt-banner a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zt-newstop .zt-banner .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  color: #fff;
}
.zt-newstop .zt-banner .viewTit {
  margin: 0;
}
.zt-newstop .zt-banner .hand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.zt-newstop .zt-banner .hand span {
  background: #fff;
  color: #333;
  padding: 0 48px;
  height: 46px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.zt-newstop .zt-banner .hand span:hover {
  background: #254EFF;
  color: #fff;
}
.zt-newstop .zt-banner .swiper-btn {
  width: 65px;
  height: 65px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: -33px;
  background: #fff;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  border-radius: 50%;
  font-size: 26px;
}
.zt-newstop .zt-banner .swiper-btn:hover {
  opacity: 0.9;
  background-color: #254EFF;
  color: #fff;
}
.zt-newstop .zt-banner .swiper-btn-prev {
  left: -42px;
}
.zt-newstop .zt-banner .swiper-btn-next {
  right: -42px;
}
.zt-newstop .zt-banner .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zt-newstop .zt-banner .swiper-pagination span {
  background: #fff;
  margin: 0 6px;
}
@media screen and ( max-width: 768px) {
  .zt-newstop .zt-banner .pic {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .zt-newstop .zt-banner .pic::before {
    display: block;
    content: "";
    padding-bottom: 70%;
  }
  .zt-newstop .zt-banner .pic img:not(.not-ctrl) {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .zt-newstop .zt-banner .pic:hover img:not(.not-ctrl) {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .zt-newstop .zt-banner .hand {
    margin-top: 15px;
  }
  .zt-newstop .zt-banner .hand span {
    padding: 0 25px;
    height: 32px;
    border-radius: 18px;
    font-size: 14px;
  }
  .zt-newstop .zt-banner .swiper-btn {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    font-size: 24px;
  }
}

.icon-more {
  width: 35px;
  height: 26px;
  display: inline-block;
  background: url(../image/sarrow.png) no-repeat;
}

.news-dynamic {
  padding: 70px 0;
}

.trends-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  background: #fff;
}
.trends-list .first {
  width: 49%;
  position: relative;
}
.trends-list .first .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.trends-list .first .pic::before {
  display: block;
  content: "";
  padding-bottom: 69%;
}
.trends-list .first .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.trends-list .first .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.trends-list .first:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.trends-list .first .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  color: #fff;
  padding: 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent 50%);
}
.trends-list .first .t {
  font-size: 26px;
}
.trends-list .first .d {
  font-size: 14px;
  margin-top: 15px;
  opacity: 0.6;
}
.trends-list .first .cate {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
.trends-list .first .cate img {
  width: 30px;
  height: 30px;
}
.trends-list .first .cate span {
  margin-left: 6px;
}
.trends-list .list {
  width: 51%;
  padding: 20px 25px;
}
.trends-list .list a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}
.trends-list .list a:nth-child(n+2) {
  margin-top: 15px;
}
.trends-list .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
  width: 120px;
}
.trends-list .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 68%;
}
.trends-list .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.trends-list .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.trends-list .list .info {
  margin-left: 25px;
  flex: 1;
}
.trends-list .list .t {
  font-size: 16px;
}
.trends-list .list .d {
  font-size: 12px;
  margin-top: 10px;
  color: #aaa;
}
@media screen and (max-width: 1300px) {
  .trends-list .first {
    width: 49%;
  }
  .trends-list .list {
    width: 51%;
  }
  .trends-list .list a:nth-child(4) {
    display: none;
  }
}
@media screen and ( max-width: 768px) {
  .trends-list {
    display: block;
  }
  .trends-list .first {
    width: 100%;
    display: block;
  }
  .trends-list .first .t {
    font-size: 18px;
  }
  .trends-list .first .d {
    margin-top: 10px;
  }
  .trends-list .list {
    width: 100%;
    padding: 20px 0;
  }
  .trends-list .list a .info {
    margin-left: 12px;
  }
  .trends-list .list a .t {
    font-size: 14px;
  }
  .trends-list .list a:nth-child(4) {
    display: flex;
  }
}

.news-medias .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.news-medias .list a {
  width: 32%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-left: 2%;
  background: #fff;
  margin-top: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-medias .list a:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
}
.news-medias .list a:hover .info {
  border-color: #254EFF;
}
.news-medias .list a:nth-child(3n+1) {
  margin-left: 0;
}
.news-medias .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-medias .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 61%;
}
.news-medias .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-medias .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-medias .list .info {
  padding: 18px 30px;
  flex: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-top: 0;
}
.news-medias .list .cate {
  color: #254EFF;
  font-size: 16px;
}
.news-medias .list .t {
  font-size: 22px;
  height: 66px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}
.news-medias .list .ds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.news-medias .list .ds .date {
  font-size: 13px;
  color: #aaa;
}
.news-medias .list .ds i {
  font-size: 28px;
}
@media screen and ( max-width: 768px) {
  .news-medias .list a {
    width: 49%;
  }
  .news-medias .list a:nth-child(3n+1) {
    margin-left: 2%;
  }
  .news-medias .list a:nth-child(2n+1) {
    margin-left: 0;
  }
  .news-medias .list .info {
    padding: 12px 10px;
  }
  .news-medias .list .cate {
    font-size: 14px;
  }
  .news-medias .list .t {
    font-size: 16px;
    height: auto;
  }
  .news-medias .list .ds {
    margin-top: 12px;
  }
  .news-medias .list .ds i {
    font-size: 20px;
  }
}

.news-still {
  margin-top: 60px;
}
.news-still .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 20px;
}
.news-still .list a {
  width: 49%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.news-still .list a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #254EFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.news-still .list a:hover:after {
  transform: scaleX(1);
}
.news-still .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
  width: 240px;
}
.news-still .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 61%;
}
.news-still .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-still .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-still .list .info {
  margin-left: 30px;
  flex: 1;
}
.news-still .list .t {
  font-size: 22px;
  margin-top: 10px;
  line-height: 1.5;
}
.news-still .list .date {
  font-size: 13px;
  color: #aaa;
  margin-top: 8px;
}
.news-still .list a:hover {
  color: #254EFF;
}
.news-still .list a:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and ( max-width: 768px) {
  .news-still .list {
    display: block;
  }
  .news-still .list a {
    width: 100%;
    padding: 12px 0;
  }
  .news-still .list .pic {
    width: 38%;
  }
  .news-still .list .info {
    margin-left: 12px;
  }
  .news-still .list .t {
    font-size: 15px;
  }
}

.news-memail {
  padding: 50px 0;
}
.news-memail .t {
  font-size: 22px;
}
.news-memail a {
  color: #254EFF;
  font-size: 18px;
  display: block;
  margin-top: 15px;
}
.news-memail a .icon-links {
  font-size: 24px;
  color: #333;
  margin-right: 6px;
}

.newsed-filter {
  height: 72px;
  background: #fff;
  position: relative;
  z-index: 100;
}
.newsed-filter .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
.newsed-filter .flist {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.newsed-filter .flist .lab {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaa;
}
.newsed-filter .flist dl {
  position: relative;
}
.newsed-filter .flist dt {
  padding: 0 20px;
  font-size: 16px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsed-filter .flist dt i {
  margin-left: 6px;
}
.newsed-filter .flist dd {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #fff;
}
.newsed-filter .flist dd a {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 8px 0;
}
.newsed-filter .flist dd a:hover {
  background: #f0f0f0;
  color: #254EFF;
}
.newsed-filter .flist dl:hover dd {
  opacity: 1;
  pointer-events: auto;
}
.newsed-filter .form {
  width: 160px;
  position: relative;
}
.newsed-filter .form input {
  border: 1px solid #aaa;
  width: 100%;
  border-radius: 16px;
  height: 34px;
  font-size: 14px;
  padding-left: 35px;
}
.newsed-filter .form i {
  position: absolute;
  pointer-events: none;
  left: 10px;
  font-size: 18px;
  top: 0;
  height: 100%;
  color: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and ( max-width: 768px) {
  .newsed-filter {
    height: auto;
  }
  .newsed-filter .wrap {
    display: block;
    height: auto;
    padding: 18px 10px;
  }
  .newsed-filter .flist dt {
    height: 40px;
  }
  .newsed-filter .form {
    margin-top: 8px;
    width: 100%;
  }
}

.newsed-tit {
  padding: 35px 0;
}

.newsed-list {
  margin-top: 60px;
  padding-bottom: 60px;
}
.newsed-list .list .wdate {
  font-size: 22px;
  margin-top: 20px;
}
.newsed-list .list a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 25px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.newsed-list .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
  width: 240px;
}
.newsed-list .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 61%;
}
.newsed-list .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newsed-list .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newsed-list .list .info {
  margin-left: 30px;
  flex: 1;
}
.newsed-list .list .t {
  font-size: 22px;
  margin-top: 10px;
}
.newsed-list .list .date {
  font-size: 13px;
  color: #aaa;
}
.newsed-list .list .d {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.9;
}
.newsed-list .list a:hover {
  color: #254EFF;
}
@media screen and ( max-width: 768px) {
  .newsed-list .list {
    display: block;
  }
  .newsed-list .list .wdate {
    font-size: 18px;
  }
  .newsed-list .list a {
    width: 100%;
    padding: 12px 0;
  }
  .newsed-list .list .pic {
    width: 38%;
  }
  .newsed-list .list .info {
    margin-left: 12px;
  }
  .newsed-list .list .t {
    font-size: 14px;
  }
  .newsed-list .list .d {
    display: none;
  }
}

.news-info {
  padding: 50px 0 80px;
}
.news-info .ns-wrap {
  width: 980px;
  margin: 0 auto;
}
.news-info .ns-author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}
.news-info .ns-author i {
  margin-right: 10px;
}
@media screen and ( max-width: 768px) {
  .news-info .ns-wrap {
    width: 100%;
    padding: 0 10px;
  }
}

.downPlugin {
  padding: 12px 48px;
  background: #F5F5F7;
  border-radius: 12px;
  margin-top: 30px;
}
.downPlugin .item {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.downPlugin .item:hover {
  color: #254EFF;
}
.downPlugin .item:nth-child(n+2) {
  border-top: 1px solid #ddd;
}
.downPlugin img {
  width: 24px;
  height: 24px;
}
.downPlugin .t {
  flex: 1;
  margin-left: 15px;
  font-size: 20px;
}
.downPlugin a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  color: #254EFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.downPlugin a i {
  font-size: 20px;
  margin-left: 12px;
}
.downPlugin a:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px) {
  .downPlugin {
    padding: 12px 15px;
  }
  .downPlugin .t {
    margin-left: 10px;
    font-size: 14px;
  }
  .downPlugin a {
    font-size: 14px;
  }
}

.at-icon-wrapper {
  border-radius: 50%;
}

.home-news {
  padding: 50px 0 80px;
  background: #fff;
}
.home-news .news-swiper-wrap {
  position: relative;
}
.home-news .news-swiper-container {
  overflow: hidden;
}
.home-news .news-swiper-container a {
  background: #fff;
  margin-top: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-news .news-swiper-container a:hover {
  color: #254EFF;
}
.home-news .news-swiper-container a:hover .info {
  border-color: #254EFF;
}
.home-news .news-swiper-container .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-news .news-swiper-container .pic::before {
  display: block;
  content: "";
  padding-bottom: 61%;
}
.home-news .news-swiper-container .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-news .news-swiper-container .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-news .news-swiper-container .info {
  padding: 18px 25px;
  border: 2px solid #ddd;
  border-top: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-news .news-swiper-container .cate {
  color: #254EFF;
  font-size: 16px;
}
.home-news .news-swiper-container .t {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.5;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news .news-swiper-container .date {
  font-size: 13px;
  display: block;
  margin-top: 15px;
  color: #aaa;
}
.home-news .swiper-btn {
  width: 60px;
  height: 60px;
  border: 1px solid #254EFF;
  color: #254EFF;
  border-radius: 50%;
}
.home-news .swiper-btn-prev {
  left: -80px;
}
.home-news .swiper-btn-next {
  right: -80px;
}
@media screen and ( max-width: 768px) {
  .home-news .swiper-btn {
    display: none;
  }
}

.home-epoch {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 80px;
}
.home-epoch .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}
.home-epoch a {
  position: relative;
}
.home-epoch .item-1 {
  width: 61.4%;
  position: relative;
  display: block;
  overflow: hidden;
}
.home-epoch .item-1::before {
  display: block;
  content: "";
  padding-bottom: 58%;
}
.home-epoch .item-1 img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-epoch .item-1:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-epoch .item-1 .t {
  font-size: 40px;
  font-weight: bold;
}
.home-epoch .item-1 .d {
  font-size: 24px;
  margin-top: 10px;
}
.home-epoch .rbox {
  width: 37.6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
}
.home-epoch .rbox .t {
  font-size: 28px;
  font-weight: bold;
}
.home-epoch .rbox .d {
  font-size: 16px;
  margin-top: 10px;
}
.home-epoch .item-2 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.home-epoch .item-2::before {
  display: block;
  content: "";
  padding-bottom: 43.6%;
}
.home-epoch .item-2 img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-epoch .item-2:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-epoch .item-3, .home-epoch .item-4 {
  width: 48.5%;
  position: relative;
  display: block;
  overflow: hidden;
}
.home-epoch .item-3::before, .home-epoch .item-4::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.home-epoch .item-3 img:not(.not-ctrl), .home-epoch .item-4 img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-epoch .item-3:hover img:not(.not-ctrl), .home-epoch .item-4:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-epoch .item-3 .t, .home-epoch .item-4 .t {
  font-weight: normal;
  font-size: 24px;
}
.home-epoch .info {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 22px 25px;
  width: 100%;
  height: 100%;
}
@media screen and ( max-width: 768px) {
  .home-epoch .list {
    display: block;
  }
  .home-epoch .item-1 {
    width: 100%;
  }
  .home-epoch .item-1 .t {
    font-size: 18px;
  }
  .home-epoch .item-1 .d {
    font-size: 14px;
  }
  .home-epoch .rbox {
    width: 100%;
    margin-top: 10px;
  }
  .home-epoch .rbox .t {
    font-size: 18px;
  }
  .home-epoch .rbox .d {
    font-size: 14px;
  }
  .home-epoch .item-3, .home-epoch .item-4 {
    margin-top: 10px;
  }
  .home-epoch .info {
    padding: 15px 18px;
  }
}

.home-research {
  padding: 50px 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-research .viewTit .d a {
  font-size: 14px;
  color: #254EFF;
  margin-left: 10px;
}
.home-research .ieList {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  line-height: 1.6;
}
.home-research .ieList a {
  padding: 0 20px;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  flex: 1;
  border-left: 1px solid #ddd;
}
.home-research .ieList a:nth-child(1) {
  border-left: 0;
}
.home-research .ieList img {
  width: 42px;
  height: 42px;
}
.home-research .ieList div {
  margin-top: 15px;
  font-size: 20px;
}
.home-research .lgList {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.home-research .lgList a {
  flex: 1;
  position: relative;
  text-align: center;
  color: #fff;
}
.home-research .lgList a .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-research .lgList a .pic::before {
  display: block;
  content: "";
  padding-bottom: 145%;
}
.home-research .lgList a .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-research .lgList a .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.home-research .lgList a .info {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 10% 2%;
}
.home-research .lgList a .t {
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 12px;
}
.home-research .lgList a .d {
  font-size: 14px;
  margin-top: 12px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-research .lgList a .logo {
  height: 46px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.home-research .lgList a:nth-child(n+2) {
  border-left: 1px solid #fff;
}
.home-research .lgList a:hover .pic img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and ( max-width: 768px) {
  .home-research .tabs {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .home-research .tabs a {
    width: 33.3%;
    flex: none;
    margin: 0;
    padding: 12px 0;
    font-size: 14px;
  }
  .home-research .ieList {
    margin-top: 25px;
    display: block;
    border-top: 1px solid #ddd;
  }
  .home-research .ieList a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    text-align: left;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    border-left: 0;
  }
  .home-research .ieList div {
    flex: 1;
    margin-left: 10px;
    margin-top: 0;
  }
  .home-research .lgList {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .home-research .lgList a {
    width: 100%;
    font-size: 16px;
    flex: none;
    margin-top: 2px;
  }
}

.home-scholar {
  padding-top: 80px;
}
.home-scholar .list {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.home-scholar .list a {
  flex: 1;
  position: relative;
  display: block;
  overflow: hidden;
  overflow: hidden;
}
.home-scholar .list a::before {
  display: block;
  content: "";
  padding-bottom: 160%;
}
.home-scholar .list a img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-scholar .list a:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-scholar .list .info {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px 10%;
  background: linear-gradient(0, #002040, transparent 50%);
  color: #fff;
}
.home-scholar .list .info .t {
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-bottom: 16px;
}
.home-scholar .list .info .t:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #254EFF;
  content: "";
}
.home-scholar .list .info .d {
  margin-top: 14px;
  font-size: 14px;
  color: #fff;
}
.home-scholar .list .mask {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 8%;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../image/cbg1.jpg);
  opacity: 1;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.home-scholar .list .mask .t {
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 16px;
}
.home-scholar .list .mask .d {
  margin-top: 14px;
  font-size: 14px;
  color: #fff;
}
.home-scholar .list a:hover .mask {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and ( max-width: 768px) {
  .home-scholar .list {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .home-scholar .list a {
    flex: none;
    width: 50%;
  }
}

.home-community {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 80px;
}
.home-community .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}
.home-community a {
  position: relative;
  width: calc(33.3% - 10px);
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
  overflow: hidden;
}
.home-community .t {
  font-size: 28px;
  font-weight: bold;
}
.home-community .d {
  font-size: 16px;
  margin-top: 10px;
}
.home-community a:nth-child(3n+1) {
  margin-left: 0;
}
.home-community .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-community .pic::before {
  display: block;
  content: "";
  padding-bottom: 52%;
}
.home-community .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-community .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.home-community a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-community .info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 22px 25px;
  width: 100%;
  height: 100%;
}
@media screen and ( max-width: 768px) {
  .home-community .list {
    display: block;
  }
  .home-community a {
    width: 100%;
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .home-community .t {
    font-size: 18px;
  }
  .home-community .d {
    font-size: 14px;
  }
  .home-community .info {
    padding: 15px 18px;
  }
}

.home-shengtai {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and ( max-width: 768px) {
  .home-shengtai {
    padding: 50px 0;
  }
}

.home-job {
  position: relative;
  margin-top: 40px;
}
.home-job .cont1 .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-job .cont1 .pic::before {
  display: block;
  content: "";
  padding-bottom: 56%;
}
.home-job .cont1 .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-job .cont1 .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.home-job .cont1 .info {
  position: absolute;
  top: 6%;
  left: 8%;
  width: 400px;
  color: #fff;
}
.home-job .cont1 dl {
  padding: 28px 0 21px;
  border-bottom: 2px solid #fff;
}
.home-job .cont1 dt {
  font-size: 52px;
  font-weight: normal;
}
.home-job .cont1 dd {
  font-size: 16px;
}
.home-job .cont2 {
  position: absolute;
  top: calc(6% + 28px);
  right: 0;
  width: 44%;
  bottom: 0;
  background: #fff;
  padding: 50px 50px 0 80px;
}
.home-job .cont2 .t {
  font-size: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.home-job .cont2 .more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #254EFF;
  margin-top: 30px;
  font-size: 16px;
}
.home-job .cont2 .more i {
  margin-left: 15px;
}
.home-job .cont2 .list {
  padding-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.home-job .cont2 .list a {
  margin-top: 15px;
  margin-right: 28px;
  border-radius: 25px;
  border: 1px solid #ddd;
  height: 52px;
  padding: 0 35px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-job .cont2 .list a:hover {
  background: #254EFF;
  border-color: #254EFF;
  color: #fff;
}
@media screen and ( max-width: 768px) {
  .home-job .cont1 .pic {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .home-job .cont1 .pic::before {
    display: block;
    content: "";
    padding-bottom: 102%;
  }
  .home-job .cont1 .pic img:not(.not-ctrl) {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .home-job .cont1 .pic:hover img:not(.not-ctrl) {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .home-job .cont1 .info {
    width: auto;
    right: 8%;
  }
  .home-job .cont1 dl {
    padding: 16px 0 12px;
  }
  .home-job .cont1 dt {
    font-size: 36px;
  }
  .home-job .cont1 dd {
    font-size: 14px;
  }
  .home-job .cont2 {
    position: static;
    top: 0;
    width: 100%;
    padding: 20px 10px;
  }
  .home-job .cont2 .t {
    font-size: 18px;
  }
  .home-job .cont2 .list {
    padding-top: 25px;
  }
  .home-job .cont2 .list a {
    margin-right: 12px;
    margin-top: 12px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    padding: 0 18px;
  }
}

.home-achieve {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 80px;
  background-image: url(../image/bg9.jpg);
}

.newspe-banner {
  overflow: hidden;
  padding-top: 50px;
}
.newspe-banner .zt-banner {
  margin-top: 30px;
  position: relative;
}
.newspe-banner .zt-banner .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.newspe-banner .zt-banner .pic::before {
  display: block;
  content: "";
  padding-bottom: 55%;
}
.newspe-banner .zt-banner .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newspe-banner .zt-banner .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.newspe-banner .zt-banner a {
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}
.newspe-banner .zt-banner a:hover {
  box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.3);
}
.newspe-banner .zt-banner a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newspe-banner .zt-banner .icon-play2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 60px;
}
.newspe-banner .zt-banner .swiper-hands {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.newspe-banner .zt-banner .swiper-btn {
  position: relative;
  z-index: 3;
  margin: 0 10px;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  right: 0;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: -33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #ddd;
}
.newspe-banner .zt-banner .swiper-btn:hover {
  opacity: 0.9;
  background-color: #254EFF;
  color: #fff;
}
.newspe-banner .zt-banner .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newspe-banner .zt-banner .swiper-pagination span {
  background: #666;
  margin: 0 4px;
}

.newspe-view2 {
  padding-top: 80px;
}
.newspe-view2 .cont {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.newspe-view2 .left {
  width: 47.5%;
}
.newspe-view2 .left a {
  display: block;
  margin-top: 30px;
}
.newspe-view2 .left a img {
  display: block;
  width: 100%;
}
.newspe-view2 .right {
  width: 47.5%;
}
.newspe-view2 .right .photos {
  margin-top: 30px;
}
.newspe-view2 .right .photos li {
  position: relative;
  display: block;
  overflow: hidden;
}
.newspe-view2 .right .photos li::before {
  display: block;
  content: "";
  padding-bottom: 73%;
}
.newspe-view2 .right .photos li img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newspe-view2 .right .photos li:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.newspe-view2 .right .swiper-hands {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.newspe-view2 .right .swiper-btn {
  position: relative;
  margin: 0 10px;
  z-index: 3;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  right: 0;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: -33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #ddd;
}
.newspe-view2 .right .swiper-btn:hover {
  opacity: 0.9;
  background-color: #254EFF;
  color: #fff;
}
.newspe-view2 .right .swiper-pagination {
  position: static;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.newspe-view2 .right .swiper-pagination span {
  background: #666;
  margin: 0 4px;
}
@media screen and ( max-width: 768px) {
  .newspe-view2 .cont {
    display: block;
  }
  .newspe-view2 .left {
    width: 100%;
  }
  .newspe-view2 .left a {
    margin-top: 18px;
  }
  .newspe-view2 .right {
    width: 100%;
    margin-top: 30px;
  }
  .newspe-view2 .right .photos {
    margin-top: 18px;
  }
}

.newspe-news {
  padding-top: 60px;
}
.newspe-news .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.newspe-news .list a {
  width: 32%;
  margin-left: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  background: #fff;
  margin-top: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newspe-news .list a:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  color: #254EFF;
}
.newspe-news .list a:hover .info {
  border-color: #254EFF;
}
.newspe-news .list a:nth-child(3n+1) {
  margin-left: 0;
}
.newspe-news .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.newspe-news .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 61%;
}
.newspe-news .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newspe-news .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newspe-news .list .info {
  padding: 18px 30px;
  flex: 1;
  border: 2px solid transparent;
  border-top: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newspe-news .list .cate {
  font-size: 16px;
  color: #254EFF;
}
.newspe-news .list .t {
  font-size: 22px;
  margin-top: 12px;
  line-height: 1.5;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newspe-news .list .ds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.newspe-news .list .ds .date {
  font-size: 13px;
  color: #aaa;
}
.newspe-news .list .ds i {
  font-size: 28px;
}
@media screen and ( max-width: 768px) {
  .newspe-news .list a {
    width: 49%;
  }
  .newspe-news .list a:nth-child(3n+1) {
    margin-left: 2%;
  }
  .newspe-news .list a:nth-child(2n+1) {
    margin-left: 0;
  }
  .newspe-news .list .info {
    padding: 12px 10px;
  }
  .newspe-news .list .t {
    font-size: 16px;
    height: auto;
  }
  .newspe-news .list .ds {
    margin-top: 12px;
  }
  .newspe-news .list .ds i {
    font-size: 20px;
  }
}

.newspe-down {
  padding-top: 60px;
  padding-bottom: 60px;
}

.researchway-team {
  padding: 60px 0 0;
}
.researchway-team .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}
.researchway-team .list .item {
  cursor: pointer;
}
.researchway-team .list .item:nth-child(1) {
  width: 100%;
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.researchway-team .list .item:nth-child(1) .pic {
  width: 20%;
}
.researchway-team .list .item:nth-child(1) .info {
  margin-left: 3%;
  flex: 1;
}
.researchway-team .list .item:nth-child(1) .t {
  font-size: 32px;
  font-weight: bold;
}
.researchway-team .list .item:nth-child(1) .d {
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.8;
}
.researchway-team .list .item:nth-child(n+2) {
  width: 18%;
  margin-left: 2.5%;
  margin-top: 40px;
}
.researchway-team .list .item:nth-child(n+2) .info {
  margin-top: 10px;
}
.researchway-team .list .item:nth-child(n+2) .t {
  font-size: 24px;
  font-weight: bold;
}
.researchway-team .list .item:nth-child(n+2) .d {
  font-size: 16px;
  margin-top: 10px;
  opacity: 0.8;
}
.researchway-team .list .item:nth-child(5n+2) {
  margin-left: 0;
}
.researchway-team .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.researchway-team .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.researchway-team .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.researchway-team .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.researchway-team .list .artContent {
  display: none;
}
.researchway-team .list .item:hover {
  color: #254EFF;
}
.researchway-team .list .item:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and ( max-width: 768px) {
  .researchway-team .list .item:nth-child(1) .pic {
    width: 100px;
  }
  .researchway-team .list .item:nth-child(1) .info {
    margin-left: 3%;
  }
  .researchway-team .list .item:nth-child(1) .t {
    font-size: 20px;
  }
  .researchway-team .list .item:nth-child(1) .d {
    font-size: 14px;
  }
  .researchway-team .list .item:nth-child(n+2) {
    width: 49%;
    margin-left: 2%;
  }
  .researchway-team .list .item:nth-child(n+2) .t {
    font-size: 16px;
  }
  .researchway-team .list .item:nth-child(n+2) .d {
    font-size: 14px;
  }
  .researchway-team .list .item:nth-child(2n) {
    margin-left: 0;
  }
}

.researchway-result {
  padding: 60px 0;
}
.researchway-result .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 15px;
}
.researchway-result .list a {
  width: 32%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 25px;
  margin-left: 2%;
  background: #fff;
  padding: 30px 35px;
}
.researchway-result .list a:nth-child(3n+1) {
  margin-left: 0;
}
.researchway-result .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.researchway-result .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 47%;
}
.researchway-result .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.researchway-result .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.researchway-result .list .info {
  padding-top: 20px;
}
.researchway-result .list .t {
  font-size: 26px;
  color: #254EFF;
}
.researchway-result .list .tm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
}
.researchway-result .list .tm i {
  display: block;
  width: 22px;
  height: 17px;
  background: url(../image/ic-team.png) no-repeat;
}
.researchway-result .list .tm span {
  font-size: 16px;
  margin-left: 10px;
}
.researchway-result .list .d {
  margin-top: 12px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.researchway-result .list a:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
}
.researchway-result .list a:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and ( max-width: 768px) {
  .researchway-result .list a {
    width: 49%;
    margin-top: 10px;
    margin-left: 2%;
    padding: 20px 10px;
  }
  .researchway-result .list a:nth-child(3n+1) {
    margin-left: 2%;
  }
  .researchway-result .list a:nth-child(2n+1) {
    margin-left: 0;
  }
  .researchway-result .list .t {
    font-size: 16px;
  }
  .researchway-result .list .tm {
    margin-top: 8px;
  }
}

.ic-team {
  display: block;
  width: 22px;
  height: 17px;
  background: url(../image/ic-team.png) no-repeat;
}

.layer-research-team {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-height: 80vh;
  overflow-y: auto;
}
.layer-research-team .left {
  width: 25%;
}
.layer-research-team .pic, .layer-research-team .avatar {
  position: relative;
  display: block;
  overflow: hidden;
}
.layer-research-team .pic::before, .layer-research-team .avatar::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.layer-research-team .pic img:not(.not-ctrl), .layer-research-team .avatar img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.layer-research-team .pic:hover img:not(.not-ctrl), .layer-research-team .avatar:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.layer-research-team .pic2 {
  position: relative;
  display: block;
  overflow: hidden;
}
.layer-research-team .pic2::before {
  display: block;
  content: "";
  padding-bottom: 128%;
}
.layer-research-team .pic2 img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.layer-research-team .pic2:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.layer-research-team .info, .layer-research-team .ainfo {
  margin-top: 25px;
}
.layer-research-team .t, .layer-research-team .aname {
  font-size: 32px;
}
.layer-research-team .d, .layer-research-team .ades {
  font-size: 18px;
  margin-top: 12px;
}
.layer-research-team .right {
  margin-left: 4%;
  flex: 1;
  position: relative;
  padding-top: 25px;
}
.layer-research-team .right:before {
  content: "";
  position: absolute;
  top: 0;
  height: 4px;
  left: 0;
  width: 40px;
  background: #254EFF;
}
@media screen and ( max-width: 768px) {
  .layer-research-team {
    padding: 20px 12px;
    display: block;
    height: 80vh;
  }
  .layer-research-team .left {
    width: 100%;
  }
  .layer-research-team .info, .layer-research-team .ainfo {
    margin-top: 12px;
  }
  .layer-research-team .pic, .layer-research-team .avatar {
    width: 100px;
  }
  .layer-research-team .t, .layer-research-team .aname {
    font-size: 18px;
  }
  .layer-research-team .d, .layer-research-team .ades {
    font-size: 13px;
    margin-top: 8px;
    color: #777;
  }
  .layer-research-team .right {
    margin-left: 0;
    padding-top: 12px;
  }
  .layer-research-team .right::before {
    display: none;
  }
}

.research-center-important .list a {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.research-center-important .list .pic {
  width: 37%;
  position: relative;
  display: block;
  overflow: hidden;
  margin: -1px;
}
.research-center-important .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 120%;
}
.research-center-important .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.research-center-important .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.research-center-important .list .tit {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 40px;
  color: #fff;
  font-size: 36px;
  padding-top: 15px;
}
.research-center-important .list .tit:before {
  content: "";
  position: absolute;
  top: 0;
  height: 4px;
  left: 0;
  width: 40px;
  background: #fff;
}
.research-center-important .list .info {
  flex: 1;
  margin-left: 4%;
  margin-right: 4%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.research-center-important .list a:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
}
.research-center-important .list a:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.research-center-important .list a:nth-child(n+2) {
  margin-top: 40px;
}
.research-center-important .list .param {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.research-center-important .list .param dl {
  margin-right: 40px;
  text-align: center;
}
.research-center-important .list .param dt img {
  width: 40px;
  height: 40px;
}
.research-center-important .list .param dd {
  font-size: 15px;
  margin-top: 10px;
}
.research-center-important .list .d {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 25px;
}
.research-center-important .list .principal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
.research-center-important .list .principal .avatar {
  position: relative;
  display: block;
  overflow: hidden;
  width: 120px;
  border-radius: 50%;
}
.research-center-important .list .principal .avatar::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.research-center-important .list .principal .avatar img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.research-center-important .list .principal .avatar:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.research-center-important .list .principal .ainfo {
  margin-left: 25px;
  flex: 1;
}
.research-center-important .list .principal .aname {
  font-size: 24px;
}
.research-center-important .list .principal .ades {
  font-size: 15px;
  margin-top: 8px;
}
.research-center-important .list .principal .artContent {
  display: none;
}
@media screen and ( max-width: 768px) {
  .research-center-important .list a {
    display: block;
  }
  .research-center-important .list .pic {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
  }
  .research-center-important .list .pic::before {
    display: block;
    content: "";
    padding-bottom: 40%;
  }
  .research-center-important .list .pic img:not(.not-ctrl) {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .research-center-important .list .pic:hover img:not(.not-ctrl) {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .research-center-important .list .tit {
    top: 15px;
    left: 15px;
    font-size: 18px;
  }
  .research-center-important .list .principal {
    margin-top: 25px;
  }
  .research-center-important .list .principal .avatar {
    width: 100px;
  }
  .research-center-important .list .principal .ainfo {
    margin-left: 15px;
  }
  .research-center-important .list .principal .aname {
    font-size: 18px;
  }
  .research-center-important .list .principal .ades {
    font-size: 14px;
  }
}

.research-center-normal {
  padding-bottom: 60px;
}
.research-center-normal .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.research-center-normal .list a {
  border: 1px solid #ddd;
  margin-top: 30px;
  width: 48.8%;
  padding: 45px 50px;
  background: #F2F2F2;
  border-radius: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.research-center-normal .list .t {
  font-size: 32px;
}
.research-center-normal .list .d {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 25px;
}
.research-center-normal .list .principal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
.research-center-normal .list .principal .avatar {
  position: relative;
  display: block;
  overflow: hidden;
  width: 120px;
  border-radius: 50%;
}
.research-center-normal .list .principal .avatar::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.research-center-normal .list .principal .avatar img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.research-center-normal .list .principal .avatar:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.research-center-normal .list .principal .ainfo {
  margin-left: 25px;
  flex: 1;
}
.research-center-normal .list .principal .aname {
  font-size: 18px;
}
.research-center-normal .list .principal .ades {
  font-size: 15px;
  margin-top: 8px;
}
.research-center-normal .list .principal .artContent {
  display: none;
}
.research-center-normal .list a:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
}
@media screen and ( max-width: 768px) {
  .research-center-normal .list {
    display: block;
  }
  .research-center-normal .list a {
    width: 100%;
    display: block;
    padding: 20px 15px 25px;
  }
  .research-center-normal .list .t {
    font-size: 18px;
  }
  .research-center-normal .list .d {
    font-size: 14px;
  }
  .research-center-normal .list .principal {
    margin-top: 25px;
  }
  .research-center-normal .list .principal .avatar {
    width: 100px;
  }
  .research-center-normal .list .principal .ainfo {
    margin-left: 15px;
  }
  .research-center-normal .list .principal .aname {
    font-size: 18px;
  }
  .research-center-normal .list .principal .ades {
    font-size: 14px;
  }
}

.recinfo-leader {
  padding: 50px 0 0;
}
.recinfo-leader .main {
  margin-top: 20px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 50px 50px;
}
.recinfo-leader .avatar {
  position: relative;
  display: block;
  overflow: hidden;
  width: 120px;
  border-radius: 50%;
}
.recinfo-leader .avatar::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.recinfo-leader .avatar img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.recinfo-leader .avatar:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.recinfo-leader .info {
  margin-left: 50px;
  flex: 1;
}
.recinfo-leader .t {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
}
.recinfo-leader .t strong {
  font-size: 24px;
  font-weight: bold;
}
.recinfo-leader .t span {
  font-size: 15px;
  margin-left: 20px;
}
.recinfo-leader .d {
  font-size: 15px;
  margin-top: 15px;
}
@media screen and ( max-width: 768px) {
  .recinfo-leader .main {
    padding: 20px 15px;
    display: block;
  }
  .recinfo-leader .info {
    margin-top: 20px;
    margin-left: 0;
  }
}

.recinfo-direction {
  padding: 50px 0 0;
  overflow: hidden;
}
.recinfo-direction .direction-swiper-wrap {
  position: relative;
  margin-top: 30px;
}
.recinfo-direction .dir-swiper li {
  border-radius: 15px;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
}
.recinfo-direction .dir-swiper .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.recinfo-direction .dir-swiper .pic::before {
  display: block;
  content: "";
  padding-bottom: 60%;
}
.recinfo-direction .dir-swiper .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.recinfo-direction .dir-swiper .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.recinfo-direction .dir-swiper .t {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 30px;
  background: linear-gradient(0, rgba(0, 0, 0, 0.8), transparent 50%);
}
.recinfo-direction .dir-swiper .info {
  padding: 30px 40px 50px;
}
.recinfo-direction .dir-swiper .info .artContent {
  display: block;
}
.recinfo-direction .dir-swiper li:hover {
  background: #EBF2FC;
}
.recinfo-direction .dir-swiper li:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.recinfo-direction .dir-swiper .btn {
  display: inline-block;
  width: 140px;
  height: 42px;
  border: 1px solid #254EFF;
  background: none;
  color: #254EFF;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 20px;
}
.recinfo-direction .dir-swiper .btn:not(.disabled):not([disabled]):hover {
  background: #254EFF;
  color: #fff;
}
.recinfo-direction .swiper-hands {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.recinfo-direction .swiper-hands .swiper-btn {
  position: relative;
  z-index: 3;
  margin: 0 10px;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  right: 0;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: -33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #ddd;
}
.recinfo-direction .swiper-hands .swiper-btn:hover {
  opacity: 0.9;
  background-color: #254EFF;
  color: #fff;
}
@media screen and ( max-width: 768px) {
  .recinfo-direction .dir-swiper .info {
    padding: 20px 15px 25px;
  }
}

.recinfo-result {
  padding-top: 50px;
}
.recinfo-result .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.recinfo-result .list a {
  width: 32%;
  margin-left: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.recinfo-result .list a:nth-child(3n+1) {
  margin-left: 0;
}
.recinfo-result .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.recinfo-result .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 61%;
}
.recinfo-result .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.recinfo-result .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.recinfo-result .list .t {
  font-size: 22px;
  margin-top: 10px;
  line-height: 1.5;
}
.recinfo-result .list a:hover {
  color: #254EFF;
}
.recinfo-result .list a:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and ( max-width: 768px) {
  .recinfo-result .list a {
    width: 49%;
  }
  .recinfo-result .list a:nth-child(3n+1) {
    margin-left: 2%;
  }
  .recinfo-result .list a:nth-child(2n+1) {
    margin-left: 0;
  }
  .recinfo-result .list .t {
    font-size: 16px;
    height: auto;
  }
}

.ecology-view {
  padding-top: 60px;
}
.ecology-view:last-child {
  padding-bottom: 80px;
}
@media screen and ( max-width: 768px) {
  .ecology-view {
    padding-top: 40px;
  }
  .ecology-view:last-child {
    padding-bottom: 60px;
  }
}

.imgLink {
  display: block;
  position: relative;
}
.imgLink.ratioImg {
  border-radius: 10px;
  overflow: hidden;
}
.imgLink img {
  display: block;
  width: 100%;
}
.imgLink .gtxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 42px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 8% 15%;
}
.imgLink .icon-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.imgLink .icon-play:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media screen and ( max-width: 768px) {
  .imgLink .gtxt {
    font-size: 18px;
  }
}

a.imgLink {
  position: relative;
  overflow: hidden;
}
a.imgLink img, a.imgLink .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a.imgLink img {
  width: 100%;
}
a.imgLink .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
a.imgLink:hover > img, a.imgLink:hover > .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.parther-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.parther-list .item {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parther-list .w20 {
  width: 20%;
}
.parther-list .w25 {
  width: 25%;
}
.parther-list img {
  display: block;
  max-width: 85%;
  max-height: 60px;
}
@media screen and ( max-width: 768px) {
  .parther-list .item {
    width: 50%;
  }
}

.eco-icList {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  padding: 0 6%;
}
.eco-icList li {
  text-align: center;
  flex: 1;
  padding: 0 15px;
}
.eco-icList img {
  width: 72px;
  height: 72px;
}
.eco-icList span {
  display: block;
  font-size: 20px;
  margin-top: 15px;
}
@media screen and ( max-width: 768px) {
  .eco-icList {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .eco-icList li {
    padding: 0 5px;
    width: 33.33%;
    flex: none;
  }
  .eco-icList img {
    width: 50px;
    height: 50px;
  }
  .eco-icList span {
    font-size: 14px;
  }
}

.eco-countList {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  padding: 0 6%;
}
.eco-countList dl {
  text-align: center;
  flex: 1;
  padding: 0 15px;
}
.eco-countList dt {
  font-size: 48px;
  font-weight: bold;
}
.eco-countList dt .unit {
  font-size: 20px;
  margin-left: 6px;
}
.eco-countList dd {
  font-size: 20px;
  margin-top: 10px;
}
@media screen and ( max-width: 768px) {
  .eco-countList dl {
    padding: 0 5px;
  }
  .eco-countList dt {
    font-size: 28px;
  }
  .eco-countList dt .unit {
    font-size: 14px;
  }
  .eco-countList dd {
    font-size: 16px;
  }
}

.eco-bgpicList {
  height: 650px;
  position: relative;
  margin-top: 40px;
}
.eco-bgpicList .bg-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eco-bgpicList .bg-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eco-bgpicList .txt-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 2;
  height: 100%;
}
.eco-bgpicList .txt-list a {
  flex: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  color: #fff;
}
.eco-bgpicList .txt-list a:nth-child(n+2) {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.eco-bgpicList .txt-list .d {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 15px;
  line-height: 1.8;
}
.eco-bgpicList .txt-list .t {
  font-size: 28px;
  margin-top: 10px;
}
.eco-bgpicList .txt-list a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.eco-bgpicList .txt-list a:hover .d:first-child {
  margin-top: -30px;
}
@media screen and ( max-width: 768px) {
  .eco-bgpicList {
    height: 120vw;
  }
  .eco-bgpicList .txt-list .d {
    font-size: 13px;
  }
  .eco-bgpicList .txt-list .t {
    font-size: 16px;
  }
}

.eco-form {
  background: #F2F2F2;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 60px 60px 70px;
}
.eco-form .form {
  margin-top: 15px;
}
.eco-form .container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.eco-form .container .col {
  position: relative;
  width: 49%;
  margin-left: 2%;
  margin-top: 20px;
}
.eco-form .container .col:nth-child(2n+1) {
  margin-left: 0;
}
.eco-form .container .col-100 {
  width: 100%;
}
.eco-form .container .ipt {
  display: inline-block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 5px;
  padding: 10px 20px;
  line-height: 36px;
}
.eco-form .container .ipt:focus {
  border-color: #0066B2;
}
.eco-form .container .sendBtn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  background: #000;
  font-size: 15px;
  color: #fff;
}
.eco-form .container .sendBtn.disabled {
  pointer-events: none;
  background-color: #aaa;
}
.eco-form .container .captcha {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  cursor: pointer;
}
.eco-form .container textarea.ipt {
  resize: none;
  height: 100px;
}
.eco-form .hand {
  margin-top: 40px;
}
.eco-form .hand button {
  display: inline-block;
  width: 260px;
  height: 56px;
  border: none;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 56px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.eco-form .hand button {
  position: relative;
  overflow: hidden;
}
.eco-form .hand button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: all 650ms;
}
.eco-form .hand button:not(.disabled):not([disabled]):hover:before {
  left: 100%;
}
@media screen and ( max-width: 768px) {
  .eco-form {
    padding: 30px 20px;
  }
  .eco-form .container .col {
    width: 100%;
    margin-left: 0;
  }
}

.about-story1 {
  padding: 80px 0;
}
@media screen and ( max-width: 768px) {
  .about-story1 {
    padding: 50px 0;
  }
}

.about-story2 {
  padding: 70px 0;
  background: #F2F2F2;
}
.about-story2 .as2-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.about-story2 .as2-left {
  width: 35%;
  font-size: 28px;
  line-height: 2;
}
.about-story2 .as2-right {
  width: 60%;
}
.about-story2 .as2-right dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.about-story2 .as2-right dt {
  width: 200px;
  font-size: 70px;
  color: #3350FF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1;
  font-weight: bold;
}
.about-story2 .as2-right dt:after {
  content: "/";
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 50px;
}
.about-story2 .as2-right dl:last-child dt:after {
  display: none;
}
.about-story2 .as2-right dd {
  padding: 25px;
  border-bottom: 1px solid #ddd;
  flex: 1;
}
.about-story2 .as2-right .t {
  font-size: 20px;
}
.about-story2 .as2-right .d {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 10px;
  color: #777;
}
@media screen and ( max-width: 768px) {
  .about-story2 {
    padding: 50px 0;
  }
  .about-story2 .as2-box {
    display: block;
  }
  .about-story2 .as2-left {
    width: 100%;
    font-size: 20px;
  }
  .about-story2 .as2-right {
    width: 100%;
  }
  .about-story2 .as2-right dt {
    width: 100px;
    font-size: 48px;
  }
  .about-story2 .as2-right dt:after {
    font-size: 36px;
  }
  .about-story2 .as2-right .t {
    font-size: 18px;
  }
  .about-story2 .as2-right .d {
    font-size: 14px;
  }
}

.about-story3 {
  padding: 80px 0;
  background: #fff;
}
.about-story3 .tabs {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.about-story3 .tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0 30px;
}
.about-story3 .tabs a:nth-child(n+2) {
  border-left: 1px solid #ddd;
}
.about-story3 .tabs a.on {
  color: #254EFF;
}
.about-story3 .tabs a.on:after {
  transform: scaleX(1);
}
.about-story3 .panels {
  margin-top: 40px;
  overflow: hidden;
}
.about-story3 .panels .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.about-story3 .panels .sleft {
  width: 50%;
  position: relative;
  display: block;
  overflow: hidden;
}
.about-story3 .panels .sleft::before {
  display: block;
  content: "";
  padding-bottom: 58%;
}
.about-story3 .panels .sleft img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-story3 .panels .sleft:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.about-story3 .panels .sright {
  width: 45%;
  padding-top: 25px;
}
@media screen and ( max-width: 768px) {
  .about-story3 {
    padding: 50px 0;
  }
  .about-story3 .tabs {
    margin-top: 20px;
  }
  .about-story3 .tabs a {
    padding: 0 10px;
    font-size: 14px;
  }
  .about-story3 .panels {
    margin-top: 30px;
  }
  .about-story3 .panels .swiper-slide {
    display: block;
  }
  .about-story3 .panels .sleft {
    width: 100%;
  }
  .about-story3 .panels .sright {
    width: 100%;
    padding-top: 12px;
  }
}

.about-story4 {
  padding: 15px 0 70px;
  background: #F2F2F2;
}
.about-story4 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
}
.about-story4 .item {
  width: 26%;
  margin: 55px 3.6% 0;
  text-align: center;
}
.about-story4 .log {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-story4 .log img {
  max-height: 80px;
}
.about-story4 .t {
  font-size: 18px;
  margin-top: 12px;
}
.about-story4 .d {
  font-size: 15px;
  margin-top: 10px;
  color: #777;
  line-height: 1.6;
}
@media screen and ( max-width: 768px) {
  .about-story4 {
    padding: 10px 0 50px;
  }
  .about-story4 .list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .about-story4 .item {
    width: 40%;
    margin: 30px 0 0;
  }
  .about-story4 .t {
    font-size: 16px;
    margin-top: 8px;
  }
  .about-story4 .d {
    font-size: 14px;
    margin-top: 6px;
  }
}

.about-story5 img {
  display: block;
  width: 100%;
}
@media screen and ( max-width: 768px) {
  .about-story5 {
    margin-top: 50px;
  }
}

.about-team {
  padding: 60px 0;
}
.about-team .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 10px;
}
.about-team .list a {
  width: 22%;
  margin-left: 4%;
  margin-top: 40px;
}
.about-team .list .nullDiv {
  width: 22%;
}
.about-team .list a:nth-child(4n+1) {
  margin-left: 0;
}
.about-team .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.about-team .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 128%;
}
.about-team .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-team .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-team .list .info {
  margin-top: 10px;
}
.about-team .list .t {
  font-size: 24px;
  font-weight: bold;
}
.about-team .list .d {
  font-size: 16px;
  margin-top: 10px;
  opacity: 0.8;
}
.about-team .list .artContent {
  display: none;
}
.about-team .list a:hover {
  color: #254EFF;
}
.about-team .list a:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-team .viewTit:nth-of-type(n+2) {
  border-top: 1px solid #ddd;
  margin-top: 80px;
  padding-top: 40px;
}
@media screen and ( max-width: 768px) {
  .about-team {
    padding: 40px 0;
  }
  .about-team .list a {
    width: 48%;
    margin-left: 4%;
    margin-top: 25px;
  }
  .about-team .list .nullDiv {
    display: none;
  }
  .about-team .list .t {
    font-size: 16px;
  }
  .about-team .list .d {
    font-size: 14px;
  }
  .about-team .list a:nth-child(2n+1) {
    margin-left: 0;
  }
}

.about-banner-play {
  background: #fff;
  color: #000;
  width: 64px;
  height: 64px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-top: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-banner-play:hover {
  background: #3350FF;
  color: #fff;
}
@media screen and ( max-width: 768px) {
  .about-banner-play {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}

.about-history {
  padding: 100px 0 0px;
  background: #0E1623;
}
.about-history dl {
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  border-right: 1px solid #888;
}
.about-history dt {
  font-size: 20px;
  width: 180px;
  color: #888;
  line-height: 22px;
  position: relative;
  padding-right: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-history dt:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #888;
  position: absolute;
  right: -11px;
  background: #0E1623;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-history dd {
  flex: 1;
  margin-right: 10%;
}
.about-history dd img {
  display: block;
  width: 100%;
}
.about-history dl.on dt {
  color: #3350FF;
}
.about-history dl.on dt:after {
  background: #3350FF;
  border-color: #3350FF;
}
@media screen and ( max-width: 768px) {
  .about-history {
    padding-top: 60px;
  }
  .about-history dl {
    padding-bottom: 50px;
    margin-right: 10px;
  }
  .about-history dt {
    padding-right: 20px;
    font-size: 14px;
  }
  .about-history dd {
    margin-right: 5%;
  }
}

.about-culture1 {
  padding: 80px 0;
}
.about-culture1 .dh-icon {
  text-align: center;
}
.about-culture1 .tit {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
  font-size: 38px;
  font-weight: bold;
  background-image: linear-gradient(180deg, #E74240, #BE30C2);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.about-culture1 .des {
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
}
.about-culture1 .imgLink {
  margin-top: 30px;
}
.about-culture1 .halfRow {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 2;
}
.about-culture1 .halfRow .row {
  width: 40%;
  margin-right: 10%;
}
@media screen and ( max-width: 768px) {
  .about-culture1 {
    padding: 50px 0;
  }
  .about-culture1 .tit {
    font-size: 20px;
    margin-top: 20px;
  }
  .about-culture1 .des {
    font-size: 16px;
    margin-top: 20px;
  }
  .about-culture1 .halfRow {
    font-size: 14px;
    margin-top: 30px;
  }
  .about-culture1 .halfRow .row {
    width: 45%;
    margin-right: 0;
  }
}

.about-culture2 {
  padding-top: 80px;
  background: #EBE6E6;
}
.about-culture2 .ac2-h1 {
  font-size: 20px;
  background-image: linear-gradient(90deg, #E74240, #BE30C2);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.about-culture2 .ac2-h2 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 15px;
  color: #777;
  line-height: 1.8;
  width: 90%;
}
.about-culture2 .ac2-more {
  margin-top: 30px;
}
.about-culture2 .ac2-more a {
  font-size: 18px;
  color: #254EFF;
}
.about-culture2 .swiper-btn {
  width: 65px;
  height: 65px;
  pointer-events: auto;
  background: #fff;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border-radius: 50%;
}
.about-culture2 .swiper-btn:hover {
  opacity: 0.8;
}
.about-culture2 .swiper-btn-prev {
  left: -100px;
}
.about-culture2 .swiper-btn-next {
  right: -100px;
}
.about-culture2 .swiper-box {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.about-culture2 .swiper-box .wrap {
  height: 100%;
}
.about-culture2 .ac2-swiper {
  overflow: hidden;
}
.about-culture2 .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.about-culture2 .swiper-slide .aleft {
  width: 42%;
  padding-top: 50px;
}
.about-culture2 .swiper-slide .d {
  font-size: 36px;
  color: #91339C;
  line-height: 1.8;
}
.about-culture2 .swiper-slide .t {
  margin-top: 40px;
  color: #333;
}
.about-culture2 .swiper-slide .t strong {
  font-size: 22px;
  font-weight: normal;
}
.about-culture2 .swiper-slide .t span {
  font-size: 16px;
  margin-left: 18px;
}
.about-culture2 .swiper-slide .aright {
  width: 52%;
}
.about-culture2 .swiper-slide .aright img {
  display: block;
  width: 100%;
}
.about-culture2 .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 20px;
}
.about-culture2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #333;
}
@media screen and ( max-width: 768px) {
  .about-culture2 {
    padding: 50px 0 0;
  }
  .about-culture2 .ac2-h2 {
    font-size: 16px;
    width: 100%;
  }
  .about-culture2 .swiper-btn {
    display: none;
  }
  .about-culture2 .ac2-swiper-wrap {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .about-culture2 .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    padding-top: 30px;
  }
  .about-culture2 .swiper-slide .aleft {
    width: 100%;
    padding-top: 20px;
  }
  .about-culture2 .swiper-slide .info {
    width: 100%;
  }
  .about-culture2 .swiper-slide .d {
    font-size: 18px;
  }
  .about-culture2 .swiper-slide .t {
    margin-top: 15px;
  }
  .about-culture2 .swiper-slide .t strong {
    font-size: 18px;
  }
  .about-culture2 .swiper-slide .t span {
    font-size: 14px;
    margin-left: 10px;
  }
  .about-culture2 .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
  }
}

.about-culture3 {
  padding-top: 50px;
}
.about-culture3 .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-culture3 .item {
  border-bottom: 1px solid #000;
  padding: 35px 0;
  width: 31%;
  margin-left: 3.5%;
}
.about-culture3 .item:nth-child(3n+1) {
  margin-left: 0;
}
.about-culture3 .t {
  font-size: 20px;
}
.about-culture3 .d {
  font-size: 15px;
  color: #777;
  line-height: 1.8;
  margin-top: 15px;
}
@media screen and ( max-width: 768px) {
  .about-culture3 .item {
    padding: 25px 0;
    width: 48%;
    margin-left: 4%;
  }
  .about-culture3 .item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .about-culture3 .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .about-culture3 .t {
    font-size: 18px;
  }
  .about-culture3 .d {
    font-size: 14px;
    margin-top: 12px;
  }
}

.about-culture4 {
  padding: 80px 0;
}
.about-culture4 .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-culture4 .item {
  margin-top: 30px;
}
.about-culture4 .item:nth-child(1) {
  width: 100%;
}
.about-culture4 .item:nth-child(1) .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.about-culture4 .item:nth-child(1) .pic::before {
  display: block;
  content: "";
  padding-bottom: 42%;
}
.about-culture4 .item:nth-child(1) .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-culture4 .item:nth-child(1) .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-culture4 .item:nth-child(n+2) {
  width: 48%;
}
.about-culture4 .item:nth-child(n+2) .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.about-culture4 .item:nth-child(n+2) .pic::before {
  display: block;
  content: "";
  padding-bottom: 52%;
}
.about-culture4 .item:nth-child(n+2) .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-culture4 .item:nth-child(n+2) .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-culture4 .pic {
  border-radius: 10px;
}
.about-culture4 .pic i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: #fff;
}
.about-culture4 .t {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.about-culture4 .t strong {
  flex: 1;
  font-size: 20px;
}
.about-culture4 .t span {
  font-size: 16px;
  margin-left: 20px;
}
.about-culture4 .d {
  font-size: 15px;
  margin-top: 15px;
  color: #777;
}
@media screen and ( max-width: 768px) {
  .about-culture4 {
    padding: 40px 0;
  }
  .about-culture4 .t {
    margin-top: 12px;
    display: block;
  }
  .about-culture4 .t strong {
    flex: 1;
    font-size: 16px;
    display: block;
  }
  .about-culture4 .t span {
    font-size: 14px;
    margin-left: 0;
    display: block;
    margin-top: 6px;
  }
  .about-culture4 .d {
    font-size: 13px;
    margin-top: 8px;
    color: #777;
  }
}

.header.en-headder {
  background: rgba(0, 0, 0, 0.2);
}
.header.en-headder .hh-menus {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.header.en-headder .hh-lang {
  margin-left: 20px;
  position: relative;
}
.header.en-headder .hh-lang::before {
  content: "";
  width: 1px;
  margin-right: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  background: #ddd;
}
.header.en-headder.vblack {
  background: #000;
}

.eng-view1 {
  padding-top: 0;
}
.eng-view1 .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.eng-view1 a:hover .play {
  background: rgba(0, 0, 0, 0.2);
}

.eng-view2 {
  padding: 60px 0;
}
.eng-view2 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.eng-view2 .left {
  width: 46%;
}
.eng-view2 .right {
  width: 50%;
  position: relative;
  display: block;
  overflow: hidden;
}
.eng-view2 .right::before {
  display: block;
  content: "";
  padding-bottom: 55%;
}
.eng-view2 .right img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.eng-view2 .right:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and ( max-width: 768px) {
  .eng-view2 {
    padding: 40px 0;
  }
  .eng-view2 .wrap {
    display: block;
  }
  .eng-view2 .left {
    width: 100%;
  }
  .eng-view2 .right {
    width: 100%;
    margin-top: 20px;
  }
}

.eng-view3 {
  padding: 60px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.eng-view3 .ev3-item {
  padding: 60px 70px;
  background: #fff;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.eng-view3 .pic {
  width: 25%;
}
.eng-view3 .pic img {
  display: block;
  width: 100%;
}
.eng-view3 .info {
  width: 65%;
  font-size: 16px;
  line-height: 1.8;
  color: #777;
  text-align: left;
}
@media screen and ( max-width: 768px) {
  .eng-view3 {
    padding: 40px 0 0;
  }
  .eng-view3 .ev3-item {
    padding: 30px 15px;
    display: block;
  }
  .eng-view3 .pic {
    width: 100%;
  }
  .eng-view3 .pic img {
    width: 200px;
  }
  .eng-view3 .info {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
}

.eng-view4 {
  padding-top: 60px;
}
.eng-view4 .list {
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.eng-view4 .list li {
  width: 25%;
  margin-top: 40px;
  border-left: 5px solid #2B0FFF;
  padding: 30px 4% 30px 2%;
}
.eng-view4 .list .pic {
  width: 52px;
  height: 52px;
}
.eng-view4 .list .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.eng-view4 .list .info {
  font-size: 16px;
  margin-top: 20px;
  color: #777;
  line-height: 1.8;
}
@media screen and ( max-width: 768px) {
  .eng-view4 {
    padding-top: 40px;
  }
  .eng-view4 .list li {
    width: 50%;
    margin-top: 20px;
    border-left-width: 3px;
    padding: 20px 4% 20px 3%;
  }
  .eng-view4 .list .pic {
    width: 36px;
    height: 36px;
  }
  .eng-view4 .list .info {
    font-size: 14px;
    margin-top: 10px;
  }
}

.eng-view5 {
  padding-top: 60px;
}
.eng-view5 .main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  margin-top: 40px;
}
.eng-view5 .left {
  width: 52%;
}
.eng-view5 .left a {
  display: block;
  position: relative;
  display: block;
  overflow: hidden;
}
.eng-view5 .left a::before {
  display: block;
  content: "";
  padding-bottom: 66%;
}
.eng-view5 .left a img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.eng-view5 .left a:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.eng-view5 .right {
  width: 42%;
  margin-top: -20px;
}
.eng-view5 .right .item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  display: block;
}
.eng-view5 .right .t {
  font-size: 20px;
  line-height: 1.6;
}
.eng-view5 .right .d {
  font-size: 15px;
  color: #777;
  line-height: 1.8;
  margin-top: 10px;
}
.eng-view5 .more {
  margin-top: 20px;
}
.eng-view5 .more a {
  font-size: 18px;
  color: #254EFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.eng-view5 .more a:hover {
  text-decoration: underline;
}
@media screen and ( max-width: 768px) {
  .eng-view5 {
    padding-top: 40px;
  }
  .eng-view5 .main {
    display: block;
    margin-top: 25px;
  }
  .eng-view5 .left {
    width: 100%;
  }
  .eng-view5 .right {
    width: 100%;
    margin-top: 10px;
  }
  .eng-view5 .right .t {
    font-size: 16px;
  }
  .eng-view5 .right .d {
    font-size: 14px;
    margin-top: 8px;
  }
}

.eng-view6 {
  padding: 60px 0 0;
}
.eng-view6 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}
.eng-view6 a {
  position: relative;
  width: calc(33.3% - 10px);
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
  overflow: hidden;
}
.eng-view6 .t {
  font-size: 28px;
  font-weight: bold;
}
.eng-view6 .d {
  font-size: 16px;
  margin-top: 10px;
}
.eng-view6 a:nth-child(3n+1) {
  margin-left: 0;
}
.eng-view6 .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.eng-view6 .pic::before {
  display: block;
  content: "";
  padding-bottom: 52%;
}
.eng-view6 .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.eng-view6 .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.eng-view6 a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.eng-view6 .info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 22px 25px;
  width: 100%;
  height: 100%;
}
@media screen and ( max-width: 768px) {
  .eng-view6 .list {
    display: block;
  }
  .eng-view6 a {
    width: 100%;
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .eng-view6 .t {
    font-size: 18px;
  }
  .eng-view6 .d {
    font-size: 14px;
  }
  .eng-view6 .info {
    padding: 15px 18px;
  }
}

.eng-team {
  padding: 60px 0 0;
}
.eng-team .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 0;
}
.eng-team .list a {
  width: 21%;
  margin-left: 5.33%;
  margin-top: 40px;
}
.eng-team .list a:nth-child(4n+1) {
  margin-left: 0;
}
.eng-team .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.eng-team .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 128%;
}
.eng-team .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.eng-team .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.eng-team .list .info {
  margin-top: 10px;
}
.eng-team .list .t {
  font-size: 20px;
  font-weight: bold;
}
.eng-team .list .d {
  font-size: 16px;
  margin-top: 10px;
  opacity: 0.8;
}
.eng-team .list .artContent {
  display: none;
}
.eng-team .list a:hover {
  color: #254EFF;
}
.eng-team .list a:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.eng-team .viewTit:nth-of-type(n+2) {
  border-top: 1px solid #ddd;
  margin-top: 80px;
  padding-top: 40px;
}
@media screen and ( max-width: 768px) {
  .eng-team {
    padding: 40px 0;
  }
  .eng-team .list a {
    width: 48%;
    margin-left: 4%;
    margin-top: 25px;
  }
  .eng-team .list .t {
    font-size: 16px;
  }
  .eng-team .list .d {
    font-size: 14px;
  }
  .eng-team .list a:nth-child(2n+1) {
    margin-left: 0;
  }
}

.eng-job {
  position: relative;
  padding: 60px 0;
}
.eng-job .main {
  position: relative;
}
.eng-job .main .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.eng-job .main .pic::before {
  display: block;
  content: "";
  padding-bottom: 56%;
}
.eng-job .main .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.eng-job .main .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.eng-job .main .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eng-job .main .left {
  width: 35%;
  color: #fff;
}
.eng-job .main .left dl {
  padding: 28px 0;
  border-bottom: 2px solid #fff;
}
.eng-job .main .left dt {
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
}
.eng-job .main .left dd {
  font-size: 16px;
  margin-top: 15px;
}
.eng-job .main .right {
  width: 35%;
}
.eng-job .main .right dl {
  padding: 20px 0;
}
.eng-job .main .right dt {
  font-size: 22px;
  font-weight: normal;
}
.eng-job .main .right dd {
  font-size: 32px;
  margin-top: 15px;
}
@media screen and ( max-width: 768px) {
  .eng-job {
    padding: 40px 0;
  }
  .eng-job .main .pic {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .eng-job .main .pic::before {
    display: block;
    content: "";
    padding-bottom: 102%;
  }
  .eng-job .main .pic img:not(.not-ctrl) {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .eng-job .main .pic:hover img:not(.not-ctrl) {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .eng-job .main .info {
    padding: 20px 12px;
  }
  .eng-job .main .left {
    width: 45%;
  }
  .eng-job .main .left dl {
    padding: 10px 0;
  }
  .eng-job .main .left dt {
    font-size: 36px;
  }
  .eng-job .main .left dd {
    font-size: 14px;
    margin-top: 10px;
  }
  .eng-job .main .right {
    width: 45%;
  }
  .eng-job .main .right dl {
    padding: 10px 0;
  }
  .eng-job .main .right dt {
    font-size: 14px;
  }
  .eng-job .main .right dd {
    font-size: 18px;
    margin-top: 10px;
  }
}

.eng-footer {
  text-align: center;
  background: #000;
  padding: 50px 0 35px;
}
.eng-footer .ft-share {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
}
.eng-footer .ft-share a {
  box-sizing: border-box;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  margin-left: 15px;
  filter: contrast(0) brightness(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.eng-footer .ft-share a img {
  height: 36px;
  width: 36px;
  display: block;
}
.eng-footer .ft-share a:hover {
  filter: contrast(0) brightness(2);
}
.eng-footer .btright {
  font-size: 14px;
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.eng-footer .btright a {
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-left: 10px;
}
.eng-footer .btright a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and ( max-width: 768px) {
  .eng-footer .btright {
    display: block;
    margin-top: 10px;
  }
  .eng-footer .btright a {
    margin-left: 0;
    margin-top: 6px;
  }
}

@media screen and ( max-width: 768px) {
  .en-banners a {
    height: 133vw !important;
  }
}
.newspe-justlist {
  padding: 60px 0 80px;
}
.newspe-justlist .list {
  margin-top: 10px;
}
.newspe-justlist .list a {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  background: #fff;
  padding: 30px 35px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 20px;
}
.newspe-justlist .list .pic {
  width: 30%;
  position: relative;
  display: block;
  overflow: hidden;
}
.newspe-justlist .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 58%;
}
.newspe-justlist .list .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newspe-justlist .list .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.newspe-justlist .list a:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}
.newspe-justlist .list a:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newspe-justlist .list .info {
  flex: 1;
  margin-right: 8%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
.newspe-justlist .list .date {
  font-size: 16px;
  color: #777;
}
.newspe-justlist .list .t {
  font-size: 32px;
  margin-top: 10px;
  font-weight: bold;
}
.newspe-justlist .list .d {
  flex: 1;
  font-size: 16px;
  margin-top: 10px;
}
.newspe-justlist .list .more {
  font-size: 16px;
  margin-top: 10px;
  color: #254EFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newspe-justlist .list .more:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px) {
  .newspe-justlist {
    padding: 40px 0 50px;
  }
  .newspe-justlist .list a {
    display: block;
    padding: 15px 12px;
  }
  .newspe-justlist .list a .pic {
    width: 100%;
  }
  .newspe-justlist .list .info {
    margin-right: 0;
    margin-top: 12px;
  }
  .newspe-justlist .list .date {
    font-size: 14px;
  }
  .newspe-justlist .list .t {
    font-size: 18px;
  }
  .newspe-justlist .list .d {
    font-size: 14px;
  }
  .newspe-justlist .list .more {
    font-size: 14px;
  }
}

.jiuding-view1 {
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.jiuding-view1 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.jiuding-view1 .info {
  width: 42%;
}
.jiuding-view1 .info .viewTit h4 {
  font-weight: normal;
}
.jiuding-view1 .pic {
  width: 45%;
  position: relative;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.jiuding-view1 .pic img, .jiuding-view1 .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.jiuding-view1 .pic img {
  width: 100%;
}
.jiuding-view1 .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.jiuding-view1 .pic:hover > img, .jiuding-view1 .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.jiuding-view1 .pic img {
  display: block;
  width: 100%;
}
.jiuding-view1 .pic i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 60px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jiuding-view1 .pic video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jiuding-view1 .auto-banner {
  margin-top: 50px;
}
@media screen and ( max-width: 768px) {
  .jiuding-view1 {
    padding: 40px 0;
  }
  .jiuding-view1 .wrap .content {
    display: block;
  }
  .jiuding-view1 .wrap .info {
    width: 100%;
  }
  .jiuding-view1 .wrap .info .viewTit .d {
    margin-top: 15px !important;
  }
  .jiuding-view1 .wrap .pic {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
}

.jiuding-view2 {
  padding: 60px 0;
  background: #F7F9FD;
}
.jiuding-view2 img {
  display: block;
  width: 100%;
}
@media screen and ( max-width: 768px) {
  .jiuding-view2 {
    padding: 40px 0;
  }
}

.jiuding-view3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0 80px;
  color: #fff;
}
.jiuding-view3 .logos {
  margin-top: 40px;
  padding: 20px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(90deg, transparent, rgba(116, 189, 220, 0.45), transparent);
}
.jiuding-view3 .logos li {
  width: 25%;
  margin-top: 40px;
}
.jiuding-view3 .logos img {
  height: 73px;
}
.jiuding-view3 .params {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 50px;
}
.jiuding-view3 .params li {
  flex: 1;
  text-align: center;
}
.jiuding-view3 .params li .t {
  height: 70px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.jiuding-view3 .params li .t::before {
  position: absolute;
  z-index: -1;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(90deg, rgba(5, 236, 255, 0.1), #2a59f0);
}
.jiuding-view3 .params li .ico {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jiuding-view3 .params li .ico img {
  width: 66px;
  height: 66px;
}
.jiuding-view3 .params li .d {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and ( max-width: 768px) {
  .jiuding-view3 {
    padding: 40px 0 60px;
  }
  .jiuding-view3 .logos {
    padding-bottom: 45px;
  }
  .jiuding-view3 .logos li {
    width: 50%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .jiuding-view3 .logos img {
    height: 36px;
    max-width: 90%;
  }
  .jiuding-view3 .params {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .jiuding-view3 .params li {
    flex: none;
    width: 50%;
    margin-top: 25px;
  }
  .jiuding-view3 .params li .t {
    height: 50px;
    font-size: 18px;
  }
  .jiuding-view3 .params li .ico {
    margin-top: 18px;
  }
  .jiuding-view3 .params li .ico img {
    width: 40px;
    height: 40px;
  }
  .jiuding-view3 .params li .d {
    margin-top: 12px;
  }
}

.jiuding-view4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0 80px;
}
.jiuding-view4 .toplogo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jiuding-view4 .toplogo img {
  height: 74px;
}
.jiuding-view4 .viewTit {
  position: relative;
  margin-top: 20px;
}
.jiuding-view4 .viewTit .git {
  position: absolute;
  left: 6%;
  bottom: -10px;
  width: 75px;
  height: 75px;
}
.jiuding-view4 .viewTit .git img {
  display: block;
}
.jiuding-view4 .viewTit .d {
  margin: 0 15%;
}
.jiuding-view4 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 20px;
}
.jiuding-view4 .list li {
  border: 2px solid #0067F4;
  margin-left: 30px;
  margin-top: 30px;
  width: calc(33.3% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  height: 160px;
}
.jiuding-view4 .list li:nth-child(3n+1) {
  margin-left: 0;
}
.jiuding-view4 .list img {
  height: 80px;
  width: 80px;
}
.jiuding-view4 .list .t {
  margin-top: 10px;
  font-size: 20px;
}
.jiuding-view4 .t2 {
  margin-top: 50px;
}
.jiuding-view4 .projects {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 10px;
}
.jiuding-view4 .projects li {
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-bottom: 4px solid #0067F4;
  width: calc(25% - 9px);
  margin-top: 12px;
  margin-left: 12px;
  background: #fff;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  font-size: 18px;
}
.jiuding-view4 .projects li:nth-child(4n+1) {
  margin-left: 0;
}
.jiuding-view4 .projects li:hover {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
@media screen and ( max-width: 768px) {
  .jiuding-view4 {
    padding: 40px 0 60px;
  }
  .jiuding-view4 .toplogo img {
    height: 50px;
  }
  .jiuding-view4 .viewTit {
    margin-top: 12px;
  }
  .jiuding-view4 .viewTit .git {
    display: none;
  }
  .jiuding-view4 .viewTit .d {
    margin: 0;
  }
  .jiuding-view4 .t2 {
    margin-top: 30px;
  }
  .jiuding-view4 .list {
    margin-top: 12px;
  }
  .jiuding-view4 .list li {
    margin-top: 18px;
    width: calc(50% - 10px);
    margin-left: 20px;
    margin-top: 20px;
  }
  .jiuding-view4 .list li:nth-child(3n+1) {
    margin-left: 20px;
  }
  .jiuding-view4 .list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .jiuding-view4 .list img {
    width: 60px;
    height: 60px;
  }
  .jiuding-view4 .list .t {
    font-size: 18px;
  }
  .jiuding-view4 .projects li {
    width: 49%;
    margin-left: 2%;
    height: 55px;
    font-size: 14px;
  }
  .jiuding-view4 .projects li:nth-child(2n+1) {
    margin-left: 0;
  }
}

.jiuding-view5 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0 80px;
}
.jiuding-view5 .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.jiuding-view5 .list li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  width: 15%;
  margin-top: 25px;
  margin-left: 2%;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.jiuding-view5 .list li:nth-child(11n+1) {
  margin-left: 0;
}
.jiuding-view5 .list li:nth-child(11n) {
  margin-right: 2%;
}
.jiuding-view5 .list img {
  max-width: 85%;
  max-height: 70%;
}
@media screen and ( max-width: 768px) {
  .jiuding-view5 {
    padding: 40px 0 60px;
  }
  .jiuding-view5 .list li {
    width: calc(50% - 10px);
    margin-left: 20px !important;
    margin-right: 0 !important;
    height: 90px;
  }
  .jiuding-view5 .list li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}

.jiuding-view6 {
  padding: 60px 0 80px;
  background: #F5F5F7;
  margin-top: 0;
}
@media screen and ( max-width: 768px) {
  .jiuding-view6 {
    padding: 40px 0 60px;
  }
}

.auto-banner {
  display: block;
}
.auto-banner img {
  display: block;
  width: 100%;
}

.tianyan-view1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0 80px;
  color: #fff;
}
@media screen and ( max-width: 768px) {
  .tianyan-view1 {
    padding: 40px 0 60px;
  }
}

.tianyan-view2 {
  padding: 60px 0 0;
}
.tianyan-view2 .auto-banner {
  position: relative;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 40px;
  border-radius: 10px;
}
.tianyan-view2 .auto-banner img, .tianyan-view2 .auto-banner .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.tianyan-view2 .auto-banner img {
  width: 100%;
}
.tianyan-view2 .auto-banner .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tianyan-view2 .auto-banner:hover > img, .tianyan-view2 .auto-banner:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tianyan-view2 .auto-banner i {
  font-size: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.8);
}
.tianyan-view2 .auto-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and ( max-width: 768px) {
  .tianyan-view2 {
    padding: 40px 0 60px;
  }
  .tianyan-view2 .auto-banner {
    margin-top: 25px;
  }
}

.tianyan-view3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0 80px;
}
.tianyan-view3 .auto-banner {
  margin-top: 40px;
}
@media screen and ( max-width: 768px) {
  .tianyan-view3 {
    padding: 40px 0 60px;
  }
  .tianyan-view3 .auto-banner {
    margin-top: 25px;
  }
}

.news-adc {
  padding: 60px 0 80px;
}
.news-adc .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 20px;
}
.news-adc .list a {
  width: 49%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.news-adc .list a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #254EFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.news-adc .list a:hover:after {
  transform: scaleX(1);
}
.news-adc .list .t {
  font-size: 20px;
  line-height: 1.5;
}
.news-adc .list .d {
  font-size: 13px;
  color: #aaa;
  margin-top: 8px;
  line-height: 1.6;
}
.news-adc .list a:hover {
  color: #254EFF;
}
.news-adc .list a:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and ( max-width: 768px) {
  .news-adc {
    padding: 40px 0 60px;
  }
  .news-adc .list {
    display: block;
  }
  .news-adc .list a {
    width: 100%;
    padding: 12px 0;
  }
  .news-adc .list .t {
    font-size: 15px;
  }
}

.community-view1 {
  min-height: 45vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  position: relative;
  display: block;
  overflow: hidden;
}
.community-view1::before {
  display: block;
  content: "";
  padding-bottom: 40%;
}
.community-view1 img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.community-view1:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.community-view1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.community-view1 .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.community-view1 .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
}
.community-view1 .viewTit {
  color: #fff;
  width: 800px;
  margin: 30px 0 0;
}
@media screen and ( max-width: 768px) {
  .community-view1 {
    min-height: auto;
    padding: 100px 0;
  }
  .community-view1 .tlogo {
    height: 50px;
  }
  .community-view1 .viewTit {
    width: 100%;
  }
}

.community-view2 {
  min-height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 140px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.community-view2 .viewTit {
  color: #fff;
  width: 800px;
  margin: 30px 0 0;
}
@media screen and ( max-width: 768px) {
  .community-view2 {
    min-height: auto;
    padding: 100px 0;
  }
  .community-view2 .tlogo {
    height: 50px;
  }
  .community-view2 .viewTit {
    width: 100%;
  }
}

.community-view3 {
  background: #DCDEE2;
}
.community-view3 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.community-view3 .mleft {
  width: 42%;
  padding: 80px 0;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
.community-view3 .part1 .viewTit {
  margin: 30px 0 0;
}
.community-view3 .part2 .dirs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
.community-view3 .part2 .dirs li {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 8px 0;
}
.community-view3 .part2 .dirs li:before {
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #254EFF;
  margin-top: 5px;
  margin-right: 15px;
}
.community-view3 .part2 .dirs li span {
  flex: 1;
}
.community-view3 .mright {
  width: 50%;
}
.community-view3 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 50vw;
}
.community-view3 .list a {
  width: 33.33%;
  position: relative;
  display: block;
  overflow: hidden;
  overflow: hidden;
}
.community-view3 .list a::before {
  display: block;
  content: "";
  padding-bottom: 160%;
}
.community-view3 .list a img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.community-view3 .list a:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.community-view3 .list .info {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px 10%;
  background: linear-gradient(0, #002040, transparent 50%);
  color: #fff;
}
.community-view3 .list .info .t {
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-bottom: 16px;
}
.community-view3 .list .info .t:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #254EFF;
  content: "";
}
.community-view3 .list .info .d {
  margin-top: 14px;
  font-size: 14px;
  color: #fff;
}
.community-view3 .list .mask {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 8%;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../image/cbg1.jpg);
  opacity: 1;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.community-view3 .list .mask .t {
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 16px;
}
.community-view3 .list .mask .d {
  margin-top: 14px;
  font-size: 14px;
  color: #fff;
}
.community-view3 .list a:hover .mask {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and ( max-width: 768px) {
  .community-view3 .list a {
    width: 50%;
  }
}
@media screen and ( max-width: 768px) {
  .community-view3 .wrap {
    display: block;
  }
  .community-view3 .tlogo {
    height: 50px;
  }
  .community-view3 .mleft {
    width: 100%;
    padding: 50px 0;
  }
  .community-view3 .mright {
    width: 100%;
  }
  .community-view3 .list {
    width: 100%;
  }
}

.community-view6 {
  padding: 60px 0 0;
}
.community-view6 .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 30px;
}
.community-view6 .list a {
  position: relative;
  display: block;
  overflow: hidden;
  width: calc(33.3% - 1px);
}
.community-view6 .list a::before {
  display: block;
  content: "";
  padding-bottom: 110%;
}
.community-view6 .list a img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.community-view6 .list a:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.community-view6 .list .info {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 30px;
  color: #fff;
}
@media screen and ( max-width: 768px) {
  .community-view6 {
    padding-top: 40px;
  }
  .community-view6 .list {
    display: block;
    margin-top: 20px;
  }
  .community-view6 .list a {
    width: 100%;
    margin-top: 2px;
  }
  .community-view6 .list .info {
    font-size: 24px;
  }
}

.community-view7 {
  padding: 60px 0 80px;
}
.community-view7 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 5px;
}
.community-view7 .list a {
  width: 18%;
  margin-top: 25px;
  margin-left: 2.5%;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.community-view7 .list a:hover {
  color: #254EFF;
}
.community-view7 .list a:nth-child(5n+1) {
  margin-left: 0;
}
.community-view7 .list .img {
  position: relative;
  display: block;
  overflow: hidden;
}
.community-view7 .list .img::before {
  display: block;
  content: "";
  padding-bottom: 110%;
}
.community-view7 .list .img img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.community-view7 .list .img:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.community-view7 .list .info {
  padding-top: 10px;
}
@media screen and ( max-width: 768px) {
  .community-view7 {
    padding: 40px 0 60px;
  }
  .community-view7 .list a {
    width: 48%;
    margin-left: 4%;
    font-size: 16px;
  }
  .community-view7 .list a:nth-child(5n+1) {
    margin-left: 4%;
  }
  .community-view7 .list a:nth-child(2n+1) {
    margin-left: 0;
  }
}

.rshv2-view1 {
  margin-top: 0;
  padding: 60px 0;
  background-color: #F5F5F7;
}
.rshv2-view1 .list a:nth-child(n+7) {
  display: none;
}
.rshv2-view1.expanded a:nth-child(n+7) {
  display: flex !important;
}
.rshv2-view1.expanded .new-more {
  display: none;
}
@media screen and ( max-width: 768px) {
  .rshv2-view1 {
    padding: 40px 0;
  }
}

.rshv2-view2 .list a:nth-child(n+9) {
  display: none;
}
.rshv2-view2.expanded a:nth-child(n+9) {
  display: flex !important;
}
.rshv2-view2.expanded .new-more {
  display: none;
}

.new-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.new-more a {
  display: inline-block;
  width: 140px;
  height: 42px;
  border: 1px solid #254EFF;
  background: none;
  color: #254EFF;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.new-more a:not(.disabled):not([disabled]):hover {
  background: #254EFF;
  color: #fff;
}

.news-cards {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.news-cards a {
  width: 32%;
  margin-left: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-cards a:nth-child(3n+1) {
  margin-left: 0;
}
.news-cards .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-cards .pic::before {
  display: block;
  content: "";
  padding-bottom: 61%;
}
.news-cards .pic img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-cards .pic:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news-cards .t {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}
.news-cards a:hover {
  color: #254EFF;
}
.news-cards a:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and ( max-width: 768px) {
  .news-cards a {
    width: 49%;
  }
  .news-cards a:nth-child(3n+1) {
    margin-left: 2%;
  }
  .news-cards a:nth-child(2n+1) {
    margin-left: 0;
  }
  .news-cards .t {
    font-size: 16px;
    height: auto;
  }
}

.rshv2-view3 {
  margin-top: 0;
  padding: 60px 0;
  background-color: #F5F5F7;
}
.rshv2-view3 .news-cards a:nth-child(n+7) {
  display: none;
}
.rshv2-view3.expanded .news-cards a:nth-child(n+7) {
  display: flex !important;
}
.rshv2-view3.expanded .new-more {
  display: none;
}

.rshv2-view4 {
  padding: 60px 0 80px;
}
.rshv2-view4 .abody {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}
.rshv2-view4 .peoples {
  width: 58%;
}
.rshv2-view4 .peoples li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.rshv2-view4 .peoples li:nth-child(n+2) {
  margin-top: 30px;
}
.rshv2-view4 .peoples .pic {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
.rshv2-view4 .peoples .pic img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.rshv2-view4 .peoples .info {
  flex: 1;
}
.rshv2-view4 .peoples .t {
  font-size: 24px;
}
.rshv2-view4 .peoples .d {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
}
.rshv2-view4 .aside {
  width: 36%;
}
.rshv2-view4 .aside .jobs {
  margin-top: 15px;
  background: #F5F5F7;
  padding: 20px 30px;
}
.rshv2-view4 .aside dl {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}
.rshv2-view4 .aside dt {
  font-size: 18px;
}
.rshv2-view4 .aside dd {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 5px;
}
.rshv2-view4 .aside dd a {
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 15px;
  border: 1px solid #254CFF;
  color: #254CFF;
  font-size: 15px;
  padding: 0 15px;
  line-height: 1.8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.rshv2-view4 .aside dd a:hover {
  background: #254CFF;
  color: #fff;
}
@media screen and ( max-width: 768px) {
  .rshv2-view4 {
    padding: 40px 0 50px;
  }
  .rshv2-view4 .abody {
    display: block;
  }
  .rshv2-view4 .peoples {
    width: 100%;
  }
  .rshv2-view4 .peoples li {
    display: block;
  }
  .rshv2-view4 .peoples .pic {
    margin: 0 auto;
  }
  .rshv2-view4 .peoples .info {
    margin-top: 10px;
  }
  .rshv2-view4 .peoples .t {
    text-align: center;
    font-size: 16px;
  }
  .rshv2-view4 .peoples .d {
    font-size: 14px;
    margin-top: 6px;
  }
  .rshv2-view4 .aside {
    width: 100%;
    margin-top: 20px;
  }
  .rshv2-view4 .aside .jobs {
    padding: 15px;
  }
  .rshv2-view4 .aside dl {
    padding: 12px 0;
  }
  .rshv2-view4 .aside dt {
    font-size: 16px;
  }
  .rshv2-view4 .aside a {
    font-size: 14px;
  }
}

.m-header + .pageBox {
  padding-top: 60px;
}

@media screen and (max-width: 750px) {
  .m-header + .pageBox {
    padding-top: 60px;
  }
}
.toper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  height: 0;
  z-index: 200;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.toper a {
  padding: 0 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin-right: 15px;
}
.toper a i {
  font-size: 15px;
  margin-right: 8px;
}

.header {
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 201;
  background: #000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  height: 100%;
}
.header .hh-logo a {
  display: block;
  position: relative;
}
.header .hh-logo img {
  position: relative;
  z-index: 1;
  display: block;
  height: 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .tt-links {
  float: right;
  display: inline-block;
  width: 140px;
  height: 42px;
  border: 1px solid #254EFF;
  background: transparent;
  color: #254EFF;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  box-sizing: border-box;
  line-height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 5px;
  margin-top: 29px;
}
.header .tt-links:not(.disabled):not([disabled]):hover {
  background: #222;
  color: #fff;
}
.header .hh-menus {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  margin-left: 6%;
}
.header .hh-menus dl {
  position: relative;
  text-align: center;
  height: 100%;
}
.header .hh-menus dl:hover dt a {
  color: #fff;
}
.header .hh-menus dl:hover dt a:after {
  opacity: 1;
}
.header .hh-menus dl:hover dd {
  pointer-events: auto;
  opacity: 1;
}
.header .hh-menus dt {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
}
.header .hh-menus dt a {
  font-size: 16px;
  height: 100%;
  position: relative;
  color: #fff;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .hh-menus dt a i {
  margin-left: 6px;
}
.header .hh-menus dd {
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  width: 200px;
  background-color: #fff;
  text-align: left;
  opacity: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .hh-menus dd a {
  display: block;
  padding: 8px 10px;
  font-size: 13px;
  color: #333;
  line-height: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
}
.header .hh-menus dd a:nth-child(n+2):after {
  position: absolute;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid #ddd;
  top: 0;
}
.header .hh-menus dd a:hover {
  color: #254EFF;
  background: #F6F8F7;
}
.header .hh-menus .yj-dl {
  width: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 20px;
}
.header .hh-menus .yj-list {
  flex: 1;
}
.header .hh-menus .yj-list .yj-tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}
.header .hh-menus .yj-list .yj-tit img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.header .hh-menus .yj-list .yj-links {
  margin-top: 15px;
}
.header .hh-menus .yj-list .yj-links a {
  padding: 6px 0;
  border-top: 0;
  font-size: 14px;
  line-height: 1.2;
}
.header .hh-menus .yj-list .yj-links a img {
  height: 40px;
}
.header .hh-menus .yj-list .yj-links a:after {
  display: none;
}
.header .hh-menus .yj-list .yj-links a:hover {
  background: none;
}
.header .hh-menus .yj-list:nth-child(n+2) {
  margin-left: 2%;
}
.header .hh-menus .yj-list:nth-child(2) {
  flex: 1.2;
}
.header .hh-menus .yj-list:nth-child(4) {
  flex: 0.8;
}
.header .hh-menus .about-dl {
  width: 600px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header .hh-menus .about-dl .aleft {
  width: 35%;
}
.header .hh-menus .about-dl .aleft a {
  padding: 0;
}
.header .hh-menus .about-dl .aleft a:after {
  display: none;
}
.header .hh-menus .about-dl .aright {
  width: 55%;
  position: relative;
  display: block;
  overflow: hidden;
}
.header .hh-menus .about-dl .aright::before {
  display: block;
  content: "";
  padding-bottom: 56%;
}
.header .hh-menus .about-dl .aright img:not(.not-ctrl) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .hh-menus .about-dl .aright:hover img:not(.not-ctrl) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header .hh-menus .sline {
  height: 28px;
  width: 1px;
  background: #ddd;
  margin-right: 35px;
}
.header .hh-links {
  padding: 0 10px;
  font-size: 16px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.header .hh-lang {
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.header .hh-lang a {
  height: 60px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: inherit;
  border-radius: 50%;
  font-size: 15px;
}
.header .hh-lang a:hover {
  color: #254EFF;
}
.header .hh-lang i {
  font-size: 20px;
  color: inherit;
  margin-right: 6px;
}
.header .search-box {
  height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  line-height: 36px;
  top: 100%;
  right: 0;
  padding: 5px 8px;
  background: #fff;
}
.header .search-box input {
  width: 260px;
  height: 36px;
  border: 0;
  border: 1px solid #254EFF;
  background: #fff;
  border-radius: 8px;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
.header .search-box button {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 8px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: #254EFF;
  border-radius: 0 8px 8px 0;
  border: none;
  font-size: 20px;
}
.header .search-box.open {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.header .tt-share {
  margin-left: 10px;
  float: left;
  margin-top: 22px;
}
.header .tt-share a {
  float: left;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 8px;
}
.header .tt-share a img {
  width: 24px;
  height: 24px;
  display: block;
}
.header.vblack {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  top: 0;
}

@media screen and (max-width: 1450px) {
  .toper .hh-logo img {
    height: 40px;
  }
  .toper .hh-menus dt a {
    font-size: 13px;
    padding: 0 10px;
  }
  .toper .tt-share {
    display: none;
  }
  .toper .search-box input {
    width: 120px;
  }
}
.m-toper {
  display: none;
  height: 60px;
  position: fixed;
  left: 0;
  background: #000;
  width: 100%;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.m-toper .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.m-toper .hh-logo {
  flex: 1;
}
.m-toper .hh-logo img {
  display: block;
  height: 32px;
}
.m-toper .hh-lang {
  float: right;
  position: relative;
  margin-right: 50px;
  color: #fff;
  font-size: 24px;
}
.m-toper .burger [class^=line] {
  background: #fff;
}

.m-header {
  position: fixed;
  display: none;
  pointer-events: none;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 103;
  width: 100%;
}
.m-header .m-header-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  pointer-events: none;
}
.m-header .m-header-box {
  margin-left: 100%;
  width: 80%;
  background: #fff;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.m-header .hh-menus .search-box {
  padding: 8px 10px;
  position: relative;
  line-height: 36px;
  border-bottom: 1px solid #666;
  background: #000;
}
.m-header .hh-menus .search-box input {
  width: 100%;
  height: 36px;
  border: 0;
  background: #eee;
  opacity: 1;
  border-radius: 8px;
  padding: 0 8px 0 36px;
  box-sizing: border-box;
  font-size: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
.m-header .hh-menus .search-box button {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: none;
  color: inherit;
  border: none;
  font-size: 20px;
  pointer-events: none;
}
.m-header .hh-menus dl {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.m-header .hh-menus dl dt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}
.m-header .hh-menus dl dt .l-icon {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.m-header .hh-menus dl dd {
  padding: 8px 0;
  width: auto !important;
  background: #fff;
  display: none;
}
.m-header .hh-menus dl dd .gezi:nth-child(n+2) {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 2px dotted #222;
}
.m-header .hh-menus dl dd img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.m-header .hh-menus dl dd a {
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 20px;
  padding: 6px 10px;
  margin-left: 10px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-header .hh-menus dl:hover dt a, .m-header .hh-menus dl.on dt a {
  background: #254eff;
  color: #fff;
}
.m-header .hh-menus dl:hover dd, .m-header .hh-menus dl.on dd {
  display: block;
}
.m-header .hh-menus dl.hhm-lang dt img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.m-header .hh-menus dl.hhm-lang dd img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.m-header.over .m-header-layer {
  opacity: 1;
  pointer-events: auto;
}
.m-header.over .m-header-box {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.m-header .yj-dl {
  padding: 0 !important;
}
.m-header .yj-list .yj-tit {
  background: #e0e0e0;
  color: #333;
  margin-left: 0;
}
.m-header .yj-list .yj-tit img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
.m-header .yj-list .yj-links {
  padding: 8px 0;
}
.m-header .yj-list .yj-links img {
  height: 40px;
  width: auto;
}
.m-header .yj-list .yj-links a {
  padding: 3px 10px;
}

.full-menus {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.fdMenus {
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
  display: none;
  background: #fff;
  color: #333;
}
.fdMenus .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 360px;
}
.fdMenus .secPhoto {
  width: 280px;
  margin-top: 30px;
}
.fdMenus .secPhoto .pic {
  height: 160px;
  display: block;
  position: relative;
  overflow: hidden;
}
.fdMenus .secPhoto .pic img, .fdMenus .secPhoto .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fdMenus .secPhoto .pic img {
  width: 100%;
}
.fdMenus .secPhoto .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fdMenus .secPhoto .pic:hover > img, .fdMenus .secPhoto .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.fdMenus .secPhoto .tit {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  display: block;
  color: #254EFF;
  font-size: 16px;
}
.fdMenus .secNav {
  margin-left: 20px;
  margin-top: 30px;
  width: 280px;
}
.fdMenus .secNav a {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 12px;
}
.fdMenus .secNav a.active {
  color: #fff;
  background: #254EFF;
}
.fdMenus .secNav .iconfont {
  float: right;
  margin-right: 5px;
  font-size: 12px;
  color: #fff;
}
.fdMenus .thirdNav {
  height: 100%;
  flex: 1;
}
.fdMenus .thirdNav .tnavs {
  height: 100%;
  width: 100%;
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
  display: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px 0;
}
.fdMenus .thirdNav a {
  display: block;
  width: 50%;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fdMenus .thirdNav a:hover {
  color: #254EFF;
}
.fdMenus .thirdNav a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .full-menus {
    top: 60px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    display: none;
  }

  .fdMenus .wrap {
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .fdMenus .secPhoto {
    display: none;
  }
  .fdMenus .secNav {
    width: 38%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .fdMenus .secNav a {
    padding: 8px 5px;
  }
  .fdMenus .thirdNav {
    margin-left: 4%;
    flex: 1;
    margin-right: -10px;
  }
  .fdMenus .thirdNav .tnavs {
    padding: 20px;
  }
  .fdMenus .thirdNav a {
    width: 100%;
  }
}
/*底部*/
.footer {
  line-height: 1.8;
  position: relative;
  z-index: 100;
  background: #0B0E12;
  color: #ddd;
}
.footer .ft-head {
  padding: 40px 0;
}
.footer .ft-head .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .ft-head .ft-logo img {
  height: 36px;
}
.footer .ft-head .ft-tel {
  color: #fff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .ft-head .ft-tel i {
  width: 26px;
  height: 26px;
  background: url(../image/icon-tel2.png) no-repeat;
  margin-right: 10px;
}
.footer .ft-wlink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .ft-wlink a {
  font-size: 16px;
  margin-right: 50px;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer .ft-wlink a:hover {
  text-decoration: underline;
}
.footer .ft-center .ftc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0 80px;
  border-bottom: 1px solid #fff;
}
@media screen and ( max-width: 768px) {
  .footer .ft-center .ftc-wrap {
    display: block;
  }
}
.footer .ft-helps {
  text-align: left;
  flex: 1;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer .ft-helps dl {
  padding-right: 20px;
  box-sizing: border-box;
  flex: 1;
}
.footer .ft-helps dt {
  font-size: 16px;
  line-height: 1.6;
}
.footer .ft-helps dt a {
  color: inherit;
  font-size: inherit;
  color: #fff;
}
.footer .ft-helps dd {
  font-size: 18px;
}
.footer .ft-helps dd a {
  display: block;
  padding: 4px 0;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer .ft-helps dd a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .ft-helps .col2 {
  flex: 2;
}
.footer .ft-helps .col2 dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .ft-helps .col2 dd a {
  width: 50%;
}
.footer .ft-codes {
  width: 150px;
  margin-left: 8%;
}
.footer .ft-codes .ma {
  width: 120px;
  display: block;
}
.footer .ft-codes > img {
  width: 120px;
}
.footer .ft-codes span {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 10px;
}
.footer .ft-share .stit {
  font-size: 18px;
}
.footer .ft-share .box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}
.footer .ft-share a {
  box-sizing: border-box;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  margin-right: 15px;
  filter: contrast(0) brightness(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer .ft-share a img {
  height: 36px;
  width: 36px;
  display: block;
}
.footer .ft-share a:hover {
  filter: contrast(0) brightness(2);
}
.footer .ft-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}
.footer .ft-links a {
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 16px;
  margin-left: 15px;
}
.footer .ft-links a:hover {
  text-decoration: underline;
}
.footer .ft-links a:hover {
  color: #254EFF;
}
.footer .ft-house {
  width: 250px;
}
.footer .ft-house .dt {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.footer .ft-house .dd {
  font-size: 13px;
  color: #777;
  line-height: 20px;
}
.footer .bottomCopyr {
  font-size: 14px;
  color: #797979;
}
.footer .bottomCopyr .br-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 35px 0 100px;
}
.footer .bottomCopyr .btleft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .bottomCopyr .btleft a {
  margin-left: 0;
  margin-right: 8px;
}
.footer .bottomCopyr .btright {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.footer .bottomCopyr .ftlogo {
  margin-right: 25px;
}
.footer .bottomCopyr .ftlogo img {
  height: 48px;
  display: block;
}
.footer .bottomCopyr a {
  color: inherit;
  margin-left: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer .bottomCopyr a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and ( max-width: 768px) {
  .footer .ft-head {
    padding-bottom: 0;
  }
  .footer .ft-head .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .footer .ft-head .ft-logo img {
    height: 25px;
  }
  .footer .ft-wlink {
    display: none;
  }
  .footer .ft-tels {
    padding: 15px 10px;
  }
  .footer .ft-house {
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .footer .ft-center {
    padding: 0 10px;
  }
  .footer .ft-center .ftc-wrap {
    padding: 30px 0 30px;
  }
  .footer .ft-helps {
    margin-left: 0;
    display: block;
  }
  .footer .ft-helps dl {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-top: 15px;
  }
  .footer .ft-helps dt a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .footer .ft-helps dt a:after {
    content: "+";
    margin-right: 20px;
    font-size: 18px;
  }
  .footer .ft-helps dd {
    margin-top: 8px;
    display: none;
  }
  .footer .ft-helps dl.open dt a:after {
    content: "-";
  }
  .footer .ft-helps dl.open dd {
    display: block;
  }
  .footer .ft-share {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .ft-share a {
    margin: 0 6px;
  }
  .footer .ft-codes {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer .bottomLink {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer .bottomCopyr {
    display: block;
    padding: 0 10px;
  }
  .footer .bottomCopyr .br-wrap {
    display: block;
  }
  .footer .bottomCopyr .bcleft {
    display: block;
  }
  .footer .bottomCopyr .ftlogo {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer .bottomCopyr a {
    margin-left: 0;
  }
  .footer .bottomCopyr .btright {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
.backTop {
  width: 58px;
  z-index: 100;
  opacity: 0;
  display: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 58px;
  position: fixed;
  bottom: 70px;
  right: 20px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.backTop i {
  font-size: 45px;
  line-height: 45px;
}
.backTop:hover {
  background-color: #222;
  color: #fff;
}
.backTop.over {
  opacity: 1;
  pointer-events: auto;
}

.fix-customer {
  width: 56px;
  z-index: 1000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: fixed;
  bottom: 30px;
  right: 0;
}
.fix-customer img {
  display: block;
  width: 100%;
}
.fix-customer:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .toper .search-box {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .toper, .header {
    display: none;
  }

  .m-toper, .m-header {
    display: block;
  }

  .m-header.over {
    pointer-events: auto;
  }

  .pageBox {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .pageBox.out {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
  }

  .foot-center {
    display: none;
  }

  .wap-menu-mask {
    position: absolute;
    z-index: 90;
    top: 60px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
  }

  .wap-menu-mask.open {
    pointer-events: auto;
  }

  .m-pulleft {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  .m-pulleft.close {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
  }
}
.home-pageIn {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-pageIn .videobox {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 50%;
  margin-top: -540px;
}
.home-pageIn .videobox video {
  width: 1920px;
  height: 1080px;
  pointer-events: none;
}

.secNavs {
  padding: 30px 0;
}
.secNavs .secTit {
  float: left;
  font-weight: normal;
  color: #535353;
  line-height: 36px;
}
.secNavs .secMenus {
  float: right;
}
.secNavs .secMenus a {
  min-width: 80px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  line-height: 36px;
  float: left;
  text-align: center;
  padding: 0 10px;
  color: #535353;
  font-size: 12px;
  margin-right: 20px;
  border-bottom: 1px solid #ddd;
}
.secNavs .secMenus a:hover, .secNavs .secMenus a.on {
  border-bottom-color: #222;
}

@media screen and (max-width: 750px) {
  .leTitle {
    height: 120px;
    line-height: 120px;
  }

  .secNavs .secTit {
    float: none;
  }
  .secNavs .secMenus {
    float: none;
  }
  .secNavs .secMenus a {
    width: 30%;
    margin-left: 5%;
    margin-right: 0;
    box-sizing: border-box;
  }
  .secNavs .secMenus a:nth-child(3n+1) {
    margin-left: 0;
  }
}
.comViews {
  padding: 60px 0;
  position: relative;
  color: #fff;
  text-align: center;
  background: #254EFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.comViews .wrap {
  position: relative;
  z-index: 1;
}
.comViews .cvtitle {
  font-size: 30px;
  font-weight: normal;
}
.comViews .info {
  font-size: 16px;
  line-height: 36px;
  margin-top: 50px;
}
.comViews .abtn {
  display: inline-block;
  width: 168px;
  height: 48px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 46px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-top: 30px;
}
.comViews .abtn:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #254EFF;
  top: 0;
  left: 0;
}
.comViews .abtn:after {
  content: "";
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: iconfont;
}
.comViews .abtn:hover {
  border-color: #254EFF;
}
.comViews .abtn:hover:before {
  opacity: 1;
}
.comViews .abtn:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 750px) {
  .comViews {
    padding: 40px 0;
  }
}
.pageTurning {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 50px;
}
.pageTurning a {
  display: inline-block;
  margin: 0 30px;
  padding: 0 5px;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pageTurning a:hover {
  color: #0066B2;
}
.pageTurning a:hover {
  text-decoration: underline;
}

@media screen and ( max-width: 768px) {
  .pageTurning {
    margin: 20px 0 30px;
  }
}
.pageMore {
  display: block;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 50px;
}
.pageMore .loadMore {
  display: inline-block;
  width: 168px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  height: 52px;
  border: 1px solid #bbb;
  font-size: 16px;
  text-align: center;
  color: #444;
  line-height: 52px;
}
.pageMore .loadMore:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.pageMore .supporting {
  display: none;
}

.pageMore-reverse .loadMore {
  color: #fff;
}

.page-gray {
  background: #f2f2f2;
}

.sideTools {
  position: fixed;
  z-index: 999;
  top: 40%;
  right: 0;
  background: #5E3F63;
  width: 70px;
}
.sideTools .item {
  border-top: 1px solid #7D6980;
  position: relative;
}
.sideTools .item:first-child {
  border-top: 0;
}
.sideTools .item .inTxt {
  height: 90px;
  background: #5E3F63;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #B4B4B4;
}
.sideTools .item .inTxt i {
  font-size: 28px;
}
.sideTools .item .inTxt span {
  font-size: 13px;
  margin-top: 5px;
}
.sideTools .item .inTxt:hover {
  color: #fff;
}
.sideTools .item .inAway {
  position: absolute;
  width: 140px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 20px;
  background: #5E3F63;
  color: #fff;
  font-size: 18px;
}
.sideTools .item:hover .inAway {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.viewTit {
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: inherit;
  line-height: 1.4;
}
.viewTit .hh1 {
  font-size: 42px;
  font-weight: normal;
}
.viewTit .hh2 {
  font-size: 40px;
  font-weight: normal;
}
.viewTit .hh3 {
  font-size: 36px;
  font-weight: normal;
}
.viewTit h1 {
  font-size: 48px;
  font-weight: bold;
}
.viewTit h2 {
  font-size: 42px;
  font-weight: bold;
}
.viewTit h3 {
  font-size: 36px;
  font-weight: normal;
}
.viewTit h4 {
  font-size: 20px;
  font-weight: bold;
}
.viewTit h5 {
  font-size: 18px;
  font-weight: normal;
}
.viewTit .d {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
}
.viewTit.tal .d {
  text-align: left;
}
.viewTit .d2 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
}
.viewTit .gray {
  color: #777;
}
.viewTit .handle {
  display: inline-block;
  width: 142px;
  height: 40px;
  border: 0;
  background: #254EFF;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 38px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.viewTit .handle:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #254EFF;
  top: 0;
  left: 0;
}
.viewTit .handle:after {
  content: "";
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: iconfont;
}
.viewTit .handle:hover {
  border-color: #254EFF;
}
.viewTit .handle:hover:before {
  opacity: 1;
}
.viewTit .handle:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.viewTit .handle2 {
  display: inline-block;
  width: 142px;
  height: 40px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 38px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.viewTit .handle2:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #254EFF;
  top: 0;
  left: 0;
}
.viewTit .handle2:after {
  content: "";
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: iconfont;
}
.viewTit .handle2:hover {
  border-color: #254EFF;
}
.viewTit .handle2:hover:before {
  opacity: 1;
}
.viewTit .handle2:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.viewTit img {
  max-width: 100%;
}
.viewTit.fxspace {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.viewTit .more {
  font-size: 16px;
  color: #254EFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.viewTit .more:hover {
  opacity: 0.8;
}
.viewTit .more2 a {
  font-size: 16px;
  color: inherit;
}
.viewTit .w70 {
  max-width: 70%;
  margin: 0 auto;
}
.viewTit .w80 {
  max-width: 80%;
  margin: 0 auto;
}
.viewTit .w90 {
  max-width: 90%;
  margin: 0 auto;
}
.viewTit.fxTal {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.viewTit.fxTal .more {
  margin-left: 35px;
}
.viewTit.fxTac {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.viewTit.topStrip {
  position: relative;
  padding-top: 8px;
}
.viewTit.topStrip:after {
  content: "";
  position: absolute;
  top: 0;
  height: 4px;
  left: 0;
  width: 40px;
  background: #254EFF;
}
@media screen and ( max-width: 768px) {
  .viewTit h1 {
    font-size: 22px;
  }
  .viewTit h2 {
    font-size: 18px;
  }
  .viewTit h3 {
    font-size: 16px;
  }
  .viewTit h4 {
    font-size: 14px;
  }
  .viewTit .d {
    font-size: 14px;
  }
  .viewTit .hh1 {
    font-size: 24px;
    font-weight: normal;
  }
  .viewTit .hh2 {
    font-size: 22px;
    font-weight: normal;
  }
  .viewTit .hh3 {
    font-size: 20px;
    font-weight: normal;
  }
  .viewTit .d {
    font-size: 14px;
  }
  .viewTit .handle {
    width: 140px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    margin-top: 15px;
  }
  .viewTit img {
    height: auto !important;
  }
  .viewTit .w70, .viewTit .w80, .viewTit .w90 {
    min-width: 100%;
  }
}

.gliner {
  position: relative;
  padding-top: 15px;
}
.gliner:after {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  top: 0;
  height: 2px;
  left: 0;
  width: 47px;
  background: #254EFF;
}
.gliner:hover:after {
  width: 80px;
}

.layer-openVideo {
  width: 800px;
  height: 500px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  background: #000;
}

.layer-openVideo iframe {
  width: 800px;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .layer-openVideo {
    width: 90vw;
    height: 60vw;
  }
  .layer-openVideo iframe {
    width: 90vw;
    height: 100%;
  }
}
.artTitleH1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.6;
  color: #000;
  position: relative;
}
.artTitleH1.liner {
  padding-bottom: 15px;
}
.artTitleH1.liner:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  content: "";
  height: 2px;
  background: #254EFF;
}
.artTitleH1.tac.liner:after {
  left: 50%;
  margin-left: -22px;
}

.artTimes {
  font-size: 16px;
  color: #666;
}

.artContent {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
.artContent img {
  max-width: 100%;
  height: auto !important;
}
.artContent em, .artContent i {
  font-style: italic;
}

.artMain {
  padding: 60px 0 70px;
}

.crumbsTab {
  height: 60px;
  z-index: 10;
}
.crumbsTab .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  font-size: 14px;
}
.crumbsTab i.icon-home {
  font-size: 20px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.crumbsTab a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  margin-right: 10px;
}
.crumbsTab a:hover {
  text-decoration: underline;
}
.crumbsTab a:after {
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-decoration: none !important;
  width: 20px;
  height: 100%;
  content: ">";
}
.crumbsTab a:hover:after {
  text-decoration: none;
}
.gb-crumbsTab {
  line-height: 28px;
  box-sizing: content-box;
  padding: 20px 0;
  background: #F5F5F5;
}
.gb-crumbsTab .crumb {
  font-size: 14px;
  color: #aaa;
}
.gb-crumbsTab .crumb a {
  display: block;
  float: left;
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.gb-crumbsTab .crumb a:hover {
  text-decoration: underline;
}
.gb-crumbsTab .crumb i {
  float: left;
  margin: 0 15px;
}
.gb-crumbsTab .crumb span {
  float: left;
  color: #222;
}

@media screen and (max-width: 750px) {
  .artTitleH1 {
    font-size: 24px;
  }

  .artContent {
    font-size: 14px;
  }
  .artContent table {
    width: 100% !important;
  }
  .artContent img {
    height: auto !important;
  }

  .crumbsTab {
    top: 60px;
    height: 40px;
  }
  .crumbsTab a {
    margin-right: 10px;
  }
}
.graybody {
  background: #EEEEEE;
}

.zyimg-info {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #fff;
}
.zyimg-info.flexreverse {
  flex-direction: row-reverse;
}
.zyimg-info .pic {
  width: 50%;
  position: relative;
  overflow: hidden;
  position: relative;
}
.zyimg-info .pic img, .zyimg-info .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.zyimg-info .pic img {
  width: 100%;
}
.zyimg-info .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.zyimg-info .pic:hover > img, .zyimg-info .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.zyimg-info .pic img {
  display: block;
  width: 100%;
}
.zyimg-info .pic .img {
  display: block;
  width: 100%;
}
.zyimg-info .pic .cover-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.zyimg-info .pic .cover-btn i {
  color: #fff;
  font-size: 80px;
}
.zyimg-info .pic .cover-shadow {
  position: absolute;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #222 100%);
}
.zyimg-info .pic .cover-shadow.csleft {
  right: auto;
  left: 0;
  background: linear-gradient(270deg, transparent 0%, #222 100%);
}
.zyimg-info .info {
  width: 50%;
  box-sizing: border-box;
  padding: 100px 4% 100px 4%;
  padding-right: calc(50% - 600px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.zyimg-info .info .t {
  font-size: 32px;
  display: block;
  width: 100%;
  font-weight: normal;
}
.zyimg-info .info .t2 {
  font-size: 26px;
  display: block;
  width: 100%;
  font-weight: normal;
}
.zyimg-info .info .d {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
  display: block;
}
.zyimg-info .info .d2 {
  width: 100%;
  font-size: 16px;
  color: #aaa;
  line-height: 2;
  display: block;
}
.zyimg-info .info .hand {
  display: inline-block;
  width: 170px;
  height: 50px;
  border: 1px solid #fff;
  background: none;
  color: #F9DF32;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  box-sizing: border-box;
  line-height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 25px;
}
.zyimg-info.zyimg-black {
  background: #222222;
  color: #fff;
}
.zyimg-info.zyimg-gray {
  background: #C9CACA;
  color: #fff;
}
.zyimg-info.zyimg-gray2 {
  background: #F8F6F4;
  color: #212121;
}
.zyimg-info.zyimg-bg1 {
  background: #BF9C3B;
  color: #fff;
}
.zyimg-info.zyimg-6-4 .pic {
  width: 40%;
}
.zyimg-info.zyimg-6-4 .info {
  width: 60%;
  padding: 100px 5% 100px 5%;
}

@media screen and (max-width: 750px) {
  .zyimg-info {
    display: block;
  }
  .zyimg-info .pic {
    width: 100% !important;
    display: block;
    height: 75vw;
  }
  .zyimg-info .info {
    width: 100% !important;
    min-height: auto;
    height: auto;
    padding: 40px 4%;
  }
  .zyimg-info .info .t {
    font-size: 28px;
  }
  .zyimg-info .info .t2 {
    font-size: 22px;
  }
  .zyimg-info .info .d {
    font-size: 14px;
  }
  .zyimg-info.zyimg-6-4 .pic {
    width: 40%;
  }
  .zyimg-info.zyimg-6-4 .info {
    width: 60%;
    padding: 50px 10px;
    min-height: 200px;
  }
}
.hashbox {
  position: relative;
}

.hashtag {
  position: absolute;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  top: -60px;
}

@media screen and (max-width: 1080px) {
  .hashtag {
    top: -60px;
  }
}
.light-link {
  color: #254EFF;
  text-decoration: underline;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.light-link:hover {
  opacity: 0.9;
  color: #254EFF;
}

.aloneImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/*# sourceMappingURL=common.css.map */
