﻿@charset "UTF-8";
/* 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, -60px);
    transform: translate(0, -60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 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, -60px);
    transform: translate(0, -60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 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 {
  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("../fonts/bebasneue-1.ttf");
}
@font-face {
  font-family: "Poppins";
  font-style: eot woff2 woff;
  font-weight: 300;
  src: url("../fonts/poppins-light.woff2") format("woff2"), url("../fonts/poppins-light.woff") format("woff");
}
body {
  color: #000;
  word-break: break-word;
  word-wrap: break-word;
}

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

i, em {
  font-style: normal;
}

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

a:hover {
  color: #222;
}

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;
}

pagering .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: 1140px;
  margin: 0 auto;
  position: relative;
}

.wrap2 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  max-width: 90%;
}

.wrap3 {
  width: 86%;
  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: 76px;
}

.burger {
  padding: 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.burger .burger-in {
  width: 30px;
  margin: 0 auto;
}
.burger [class^=line] {
  background: #005BFF;
  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: 1000px) {
  .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 {
  display: none !important;
}

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

  .wap-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(../images/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: #005BFF;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pagering .active a, .pagering .active span {
  background: #005BFF;
  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, -60px);
    transform: translate(0, -60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 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: #005BFF !important;
}

.black {
  color: #000 !important;
}

.ffbe {
  font-family: Bebas;
}

/*首页banner*/
.com-banner {
  position: relative;
  overflow: hidden;
}

.com-banner a {
  display: block;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.com-banner .swiper-pagination {
  bottom: 30px;
  box-sizing: border-box;
}

.com-banner .swiper-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  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;
  width: 28px;
  background-color: #005BFF;
}

.com-banner .bcont {
  padding-top: 100px;
  color: #fff;
}

.com-banner .tit {
  font-size: 52px;
  font-weight: normal;
  line-height: 60px;
  padding: 10px 0;
}

.com-banner .disc {
  font-size: 15px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 10px;
  max-width: 768px;
}

.com-banner .handle {
  display: block;
  width: 140px;
  height: 38px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.com-banner .handle:hover {
  background-color: #fff;
  border-color: #fff;
  color: #273A55;
}

.com-banner .swiper-btn-prev {
  left: 30px;
}

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

.com-banner .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.com-banner .wrap.tac {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.com-banner .bgVideo {
  height: 100%;
  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: #005BFF;
  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-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;
  font-weight: normal;
  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: 140px;
  height: 48px;
  border: none;
  background: #005BFF;
  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 .hand:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #005BFF;
  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: #005BFF;
}
.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: #005BFF;
  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 .hand2:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #005BFF;
  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: #005BFF;
}
.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: #005BFF;
  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: #005BFF;
}
.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: #005BFF;
  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: #005BFF;
}
.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.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;
  margin: 0 auto;
  
}
.com-banner .bgTxt.vabottom {
  justify-content: flex-end;
  padding-bottom: 50px;
}
.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 .pro-h1 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: normal;
  width: 100%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.com-banner .bgTxt .pro-h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  color: #fff;
  margin: 12px 0;
}
.com-banner .bgTxt .pro-h3 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: normal;
  width: 100%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.isLoaded .com-banner .brLogo {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, -10%);
  transform: scale(1) translate(0, -10%);
}

.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;
  bottom: 30px;
  left: 0;
  width: 46px;
  height: 46px;
  background: url(../images/varrow.png) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  -webkit-animation: huadong 1.2s infinite linear;
  animation: huadong 1.2s infinite linear;
  pointer-events: none;
  line-height: 64px;
  text-align: center;
  font-size: 32px;
}
.com-banner .mouse + * {
  margin-bottom: 100px;
}
.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(../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;
}

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

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

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

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

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

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

.auto-banner a {
  max-height: none;
  height: auto;
}
.auto-banner a .bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.auto-banner a .bgTxt {
  position: relative;
  padding: 75px 0;
}

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

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

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

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

.px625-banner a {
  max-height: 625px;
}

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

.com-banner .esg-h1 {
  font-size: 100px !important;
  font-weight: bold;
  line-height: 1.1;
  color: #69EC6D;
}

.com-banner .esg-h2 {
  font-size: 72px !important;
  font-weight: bold;
}

.com-banner .esg-h3 {
  font-size: 80px !important;
  font-weight: bold !important;
}

.com-banner .esg-max1 {
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

.com-banner .esg-max2 {
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}

.px220-banner a {
  max-height: 220px;
}

.px420-banner a {
  max-height: 420px;
}

.px440-banner a {
  max-height: 440px;
}

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

.px614-banner a {
  max-height: 614px;
}

@media screen and ( max-width: 1000px) {
  .com-banner .esg-h1 {
    font-size: 24px !important;
  }

  .com-banner .esg-h2 {
    font-size: 18px !important;
  }

  .com-banner .esg-h3 {
    font-size: 18px !important;
  }
}
.hsy-banner a {
  max-height: 490px;
}
.hsy-banner .bgTxt {
  color: #333;
  padding-bottom: 10%;
}
.hsy-banner .disTit {
  position: absolute;
  bottom: 0;
  color: #464637;
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/st-bbg.jpg);
  left: 0;
  right: 0;
}
.hsy-banner .disTit h4 {
  font-size: 22px;
}
.hsy-banner .disTit .d {
  margin: 20px auto 0;
  width: 1200px;
}

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

.rotate-banner .bgVideo {
  height: 200px;
}

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

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

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

  .com-banner .bgVideo {
    max-height: 70vw;
  }
  .com-banner .bgTxt {
    padding: 0 10px 0;
    line-height: 1.4;
  }
  .com-banner .bgTxt h1 {
    font-size: 16px;
  }
  .com-banner .bgTxt h2 {
    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 .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: 14px;
    line-height: 1.4;
  }
  .com-banner .bgTxt .pro-h1 {
    font-size: 18px;
    line-height: 1.4;
  }
  .com-banner .bgTxt .pro-h2 {
    font-size: 13px;
    margin: 4px 0;
  }
  .com-banner .bgTxt .pro-h3 {
    font-size: 16px;
  }
  .com-banner .bgTxt .hand2 {
    width: 140px;
    height: 36px;
    line-height: 34px;
    border-width: 1px;
  }
  .com-banner .cards {
    right: 6%;
    left: 6%;
    bottom: 50px;
    width: auto;
    padding: 15px 10px;
  }
  .com-banner .cards .cd-t {
    font-size: 16px;
  }
  .com-banner .cards .cd-info {
    height: 60px;
    margin-top: 12px;
  }
  .com-banner .cards .cd-logo {
    padding-right: 20px;
  }
  .com-banner .cards .cd-logo img {
    height: 60px;
  }
  .com-banner .cards .cd-des {
    padding-left: 20px;
  }
  .com-banner .cards .cd-name {
    font-size: 20px;
  }
  .com-banner .cards .cd-job {
    font-size: 16px;
    color: #aaa;
  }
  .com-banner .swiper-btn-prev {
    left: 10px;
  }
  .com-banner .swiper-btn-next {
    right: 10px;
  }

  .hsy-banner a {
    height: 65vw;
  }
  .hsy-banner .bgTxt {
    padding: 40px 10px 106px;
  }
  .hsy-banner .disTit {
    padding: 10px 0;
  }
  .hsy-banner .disTit h4 {
    font-size: 14px;
  }
  .hsy-banner .disTit .d {
    font-size: 12px;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }

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

  .hm-banner .bg-color {
    width: 100%;
  }
  .hm-banner .sinfo {
    display: block;
    padding-top: 10vw;
  }
  .hm-banner .img {
    display: block;
    width: 80vw;
    height: 80vw;
    position: static;
    margin-top: 10px;
    margin: 0 auto;
  }
  .hm-banner .txts {
    position: static;
    height: auto;
    width: 80vw;
    margin: 10px auto 0;
  }
  .hm-banner .t {
    font-size: 20px;
  }
  .hm-banner .d {
    margin-top: 10px;
    font-size: 14px;
  }

  .pt-banner .bgVideo {
    max-height: 120vw;
  }
}
.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;
}
.swiper-btn:hover {
  color: #005BFF;
}
.swiper-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.1;
}

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

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

.home-banner-swipers .pic {
  display: block;
}
.home-banner-swipers .m-pic {
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and ( max-width: 1000px) {
  .home-banner-swipers .bgVideo {
    max-height: calc(100vh - 60px);
  }
}
.disTit {
  color: #1F1F1F;
  text-align: center;
  line-height: 1.7;
  font-size: 28px;
  font-weight: normal;
}

.bort1 {
  border-top: 1px solid #ddd;
}

@media screen and ( max-width: 1000px) {
  .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;
  border-bottom: 1px solid #ddd;
}
.pageMenus .wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.pageMenus a {
  font-size: 16px;
  padding: 0 10px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 0 10px;
  margin: 0 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.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: #005BFF;
}
.pageMenus a.on, .pageMenus a:hover {
  color: #005BFF;
}
.pageMenus a.on:after, .pageMenus a:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and ( max-width: 1000px) {
  .pageMenus {
    height: auto;
    padding: 10px 0;
    line-height: 1.8;
  }
  .pageMenus .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pageMenus a {
    font-size: 14px;
    padding: 5px 5px;
    margin: 0;
    width: 25%;
    box-sizing: border-box;
    margin: 0;
  }
}
.news-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-list li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-bottom: 40px;
  width: 32%;
  margin-left: 2%;
  background: #F6F6F6;
  position: relative;
}
.news-list li:after {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  left: 0;
  width: 75px;
  bottom: 0;
  background: #005BFF;
  height: 3px;
  content: "";
}
.news-list li:nth-child(3n+1) {
  margin-left: 0;
}
.news-list .pic {
  display: block;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.news-list .pic img, .news-list .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-list .pic img {
  width: 100%;
}
.news-list .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-list .pic:hover > img, .news-list .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-list li:hover .pic i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news-list .info {
  box-sizing: border-box;
  padding: 20px 20px 25px;
}
.news-list .t {
  display: block;
  font-size: 22px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-list .t:hover {
  color: #005BFF;
}
.news-list .d {
  font-size: 14px;
  margin-top: 10px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .more {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: #005BFF;
  position: relative;
}
.news-list li:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
  background: #f0f0f0;
}
.news-list li:hover:after {
  width: 100%;
}
.news-list.list-sm li {
  width: 24%;
  margin-left: 1.33%;
}
.news-list.list-sm li:nth-child(3n+1) {
  margin-left: 1.33%;
}
.news-list.list-sm li:nth-child(4n+1) {
  margin-left: 0;
}
.news-list.list-sm .pic {
  height: 180px;
}
@media screen and ( max-width: 1000px) {
  .news-list {
    display: block;
  }
  .news-list li {
    margin-bottom: 10px;
    width: 100% !important;
    display: block;
    margin-left: 0 !important;
  }
  .news-list .info {
    padding: 15px 15px 20px;
  }
  .news-list .pic {
    height: 42vw;
    display: block;
  }
  .news-list .t {
    font-size: 16px;
  }
  .news-list .d {
    margin-top: 5px;
  }
  .news-list .more {
    margin-top: 8px;
    font-size: 12px;
  }
}

.prodlist-top {
  padding: 60px 0;
}
@media screen and ( max-width: 1000px) {
  .prodlist-top {
    padding: 40px 0;
  }
}

.product-list {
  padding: 40px 0;
  border-top: 1px solid #d9d9d9;
}
@media screen and ( max-width: 1000px) {
  .product-list {
    padding: 30px 0;
  }
}

.prodlist-form {
  width: 260px;
  height: 52px;
  margin-top: 40px;
  position: relative;
}
.prodlist-form input {
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 25px;
  padding: 0 25px;
  box-sizing: border-box;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.prodlist-form button {
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #d9d9d9;
  background: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 25px;
  line-height: 36px;
  text-align: center;
  border: none;
  font-size: 20px;
}
.prodlist-form button:hover {
  color: #005BFF;
}
.prodlist-form input:focus {
  border-color: #005BFF;
}
@media screen and ( max-width: 1000px) {
  .prodlist-form {
    margin-top: 20px;
  }
}

.about-view1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.about-view1 video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-view1 .csbox {
  position: relative;
  z-index: 1;
}
.about-view1 .disTit {
  color: #fff;
}
.about-view1 .data {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-view1 .data strong {
  display: block;
  font-weight: normal;
  font-family: Bebas;
  font-size: 60px;
  color: #fff;
}
.about-view1 .data span {
  display: block;
  color: #ccc;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and ( max-width: 1000px) {
  .about-view1 {
    padding: 40px 0;
  }
  .about-view1 video {
    display: none;
  }
  .about-view1 .data {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .about-view1 .data li {
    width: 48%;
    margin-top: 20px;
  }
  .about-view1 .data strong {
    font-size: 30px;
  }
  .about-view1 .data span {
    font-size: 14px;
  }
}

.about-view2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 120px 0;
  color: #fff;
}
@media screen and ( max-width: 1000px) {
  .about-view2 {
    padding: 40px 0;
  }
}

.about-view3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: #586079;
  padding: 120px 0;
  color: #fff;
}
.about-view3 .list {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
}
.about-view3 .list li {
  width: 25%;
  padding: 0 3%;
}
.about-view3 .list img {
  width: 80px;
  height: 80px;
}
.about-view3 .list .t {
  font-size: 18px;
}
.about-view3 .list .t2 {
  font-size: 14px;
  margin-top: 0;
}
.about-view3 .list .d {
  font-size: 14px;
  position: relative;
  padding-top: 15px;
  margin-top: 20px;
  line-height: 2;
}
.about-view3 .list .d:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 1px;
  background: #fff;
  left: 50%;
  margin-left: -18px;
  content: "";
}
@media screen and ( max-width: 1000px) {
  .about-view3 {
    padding: 40px 0;
  }
  .about-view3 .list {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .about-view3 .list li {
    width: 50%;
    margin-top: 25px;
  }
}

.about-view4 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.about-view4 a {
  flex: 1;
  position: relative;
  overflow: hidden;
  position: relative;
}
.about-view4 a img, .about-view4 a .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-view4 a img {
  width: 100%;
}
.about-view4 a .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-view4 a:hover > img, .about-view4 a:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.about-view4 a img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.about-view4 a .info {
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-bottom: 20px;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(0deg, #000, transparent 80%);
}
.about-view4 a .info .t1 {
  font-size: 18px;
  color: #fff;
}
.about-view4 a .info .t2 {
  font-size: 13px;
  color: #ccc;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-view4 a .info .artContent {
  display: none;
}
@media screen and ( max-width: 1000px) {
  .about-view4 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .about-view4 a {
    width: 50%;
    flex: none;
  }
}
.about-view4 .swiper-btn {
  z-index: 2;
}

.layAboutTeam {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.layAboutTeam .img {
  width: 40%;
}
.layAboutTeam .info {
  padding: 20px 2%;
  flex: 1;
}
.layAboutTeam .t1 {
  font-size: 32px;
}
.layAboutTeam .t2 {
  font-size: 13px;
  margin-top: 10px;
  color: #777;
}
.layAboutTeam .artContent {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and ( max-width: 1000px) {
  .layAboutTeam {
    display: block;
  }
  .layAboutTeam .img {
    display: none;
  }
  .layAboutTeam .t1 {
    font-size: 24px;
  }
  .layAboutTeam .info {
    padding: 20px;
  }
}

.about-view5 {
  padding: 80px 0;
  overflow: hidden;
  background: url(../images/bg2.jpg) no-repeat center bottom/100% auto;
}

.home-story {
  margin-top: 100px;
  position: relative;
  padding-bottom: 50px;
}
.home-story .swiper-wrapper {
  align-items: stretch;
}
.home-story .swiper-slide {
  min-height: 300px;
  height: auto;
  border-bottom: 1px solid #757575;
  position: relative;
}
.home-story .swiper-slide:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background: #757575;
}
.home-story .t {
  font-size: 22px;
  color: #005BFF;
  margin-left: -5px;
}
.home-story .d {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  padding-bottom: 40px;
  padding-right: 40px;
  margin-left: -2px;
}
.home-story .swiper-btns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
}
.home-story .swiper-btn {
  position: static;
  margin-top: 0;
  margin-right: 15px;
  border-radius: 50%;
  top: auto;
  bottom: 40px;
  width: 40px;
  height: 40px;
  border: 2px solid #666;
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.home-story .swiper-btn:hover {
  background: #005BFF;
  color: #fff;
  border-color: #005BFF;
}
.home-story .hor {
  display: none;
}
.home-story .swiper-btn-next {
  right: auto;
  left: 60px;
}
.home-story .swiper-btn-prev {
  left: 0px;
}
@media screen and ( max-width: 1000px) {
  .home-story .t {
    font-size: 16px;
  }
  .home-story .d {
    font-size: 13px;
    padding-right: 25px;
  }
}

.about-hiscontent {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 350px;
  padding: 25px 35px;
  border-radius: 12px;
}
.about-hiscontent .t {
  font-size: 28px;
}
.about-hiscontent .d {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 12px;
}
.about-hiscontent .d:nth-child(2) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
.about-hiscontent .t.hor {
  margin-top: 18px;
}
.about-hiscontent .t.hor img {
  margin-right: 8px;
}

.layAboutStory {
  padding: 10px 12px;
}
.layAboutStory .t {
  font-size: 18px;
}
.layAboutStory .d {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 12px;
}
.layAboutStory .d:nth-child(2) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
.layAboutStory .t.hor {
  margin-top: 18px;
}

@media screen and ( max-width: 1000px) {
  .about-hiscontent {
    display: none;
  }

  .home-story .swiper-btn-next {
    right: 0;
  }
}
.about-view6 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0;
}
.about-view6 .list {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.about-view6 .list li {
  width: 24%;
  margin-left: 1.33%;
  box-sizing: border-box;
  padding: 4.5vw 50px;
  background: rgba(0, 91, 255, 0.8);
  color: #fff;
}
.about-view6 .list li:nth-child(4n+1) {
  margin-left: 0;
}
.about-view6 .list .t {
  font-size: 32px;
  padding: 10px 0;
  position: relative;
}
.about-view6 .list .t:before {
  position: absolute;
  width: 50px;
  height: 1px;
  background: #ddd;
  content: "";
  top: 0;
  left: 0;
}
.about-view6 .list .d {
  font-size: 15px;
  margin-top: 5vw;
  color: #fff;
}
.about-view6 .list li:nth-child(2) {
  background: rgba(88, 96, 121, 0.8);
}
.about-view6 .list li:nth-child(3) {
  background: rgba(54, 58, 69, 0.8);
}
.about-view6 .list li:nth-child(4) {
  background: rgba(0, 0, 0, 0.8);
}
@media screen and ( max-width: 1000px) {
  .about-view6 {
    padding: 40px 0;
  }
  .about-view6 .list {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .about-view6 .list li {
    width: 48%;
    margin-left: 4%;
    margin-top: 20px;
    padding: 4.5vw;
  }
  .about-view6 .list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .about-view6 .list .t {
    font-size: 18px;
  }
  .about-view6 .list .d {
    font-size: 13px;
  }
}

.about-view7 {
  padding: 80px 0;
}
.about-view7 .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.about-view7 .list li {
  width: 49%;
}
.about-view7 .list .t {
  font-size: 32px;
}
.about-view7 .list .pic {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.about-view7 .list .pic img, .about-view7 .list .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-view7 .list .pic img {
  width: 100%;
}
.about-view7 .list .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-view7 .list .pic:hover > img, .about-view7 .list .pic:hover > .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-view7 .list .info {
  height: 140px;
  border: 1px solid #ddd;
  border-top: 0;
  border-left: 3px solid #005BFF;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 0 30px;
}
.about-view7 .list .info .see {
  font-size: 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-view7 .list .info .see:hover {
  color: #005BFF;
}
.about-view7 .list .info .d {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and ( max-width: 1000px) {
  .about-view7 {
    padding: 20px 0 40px;
  }
  .about-view7 .list {
    display: block;
  }
  .about-view7 .list li {
    width: 100%;
    margin-top: 20px;
  }
  .about-view7 .list .t {
    font-size: 18px;
  }
  .about-view7 .list .info {
    padding: 0 12px;
    height: 120px;
  }
  .about-view7 .list .info .see {
    font-size: 16px;
  }
  .about-view7 .list .info .d {
    font-size: 14px;
  }
}

.linebg-text {
  padding: 45px 0;
  position: relative;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-align: center;
  z-index: 10;
  background: linear-gradient(90deg, #0EC692, #045AFF);
  color: #fff;
}
@media screen and ( max-width: 1000px) {
  .linebg-text {
    font-size: 18px;
  }
}

.ctns-map {
  height: 600px;
  margin-top: 60px;
}

.cts-left {
  width: 45%;
}
.cts-left .disTit {
  color: #005BFF;
}
.cts-left .des {
  margin-top: 40px;
  font-size: 26px;
  color: #00B259;
}
.cts-left .list {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
.cts-left .shares {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cts-left .shares a {
  box-sizing: border-box;
  margin-right: 10px;
}
.cts-left .shares a img {
  width: 25px;
  display: block;
}
.cts-left .code {
  margin-top: 50px;
}
.cts-left .code img {
  width: 160px;
  display: block;
}

.cts-right {
  width: 51%;
}
.cts-right .secTitle {
  font-size: 20px;
}

.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 30px;
}
.contact-row .cr-col {
  width: 48%;
}

.ipt-lab {
  width: 160px;
  box-sizing: border-box;
  text-align: right;
  padding-right: 25px;
  line-height: 42px;
  font-size: 15px;
  color: #444;
}
.ipt-lab i {
  color: #f00;
}

.ipt-ctrl {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ipt-ctrl .ipt-text {
  line-height: 22px;
  padding: 10px 0;
  font-size: 14px;
  font-size: 15px;
  color: #444;
}

.ipt-str {
  font-size: 15px;
  padding: 10px 0;
  line-height: 22px;
}

.ipt {
  flex: 1;
  display: inline-block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ipt:focus {
  border-color: #0086EA;
}

textarea.ipt {
  height: 150px;
}

.sendBtn {
  display: inline-block;
  width: 120px;
  height: 44px;
  border: 2px solid #005BFF;
  background: #005BFF;
  color: #fff;
  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;
  border-radius: 5px;
}
.sendBtn {
  position: relative;
  overflow: hidden;
}
.sendBtn:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.sendBtn:hover:after {
  transition: all 0.5s ease;
  left: 100%;
}
.sendBtn.disabled {
  background: #d2d2d2;
  cursor: not-allowed;
}

.emailBtn {
  float: float;
  display: inline-block;
  width: 150px;
  height: 42px;
  border: none;
  background: #005BFF;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 42px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.emailBtn:not(.disabled):not([disabled]):hover {
  background: #005BFF;
  color: #fff;
}
.emailBtn.disabled {
  background: #d2d2d2;
  cursor: not-allowed;
}

.ipt-full {
  display: block;
  margin-top: 12px;
}
.ipt-full .ipt-lab {
  width: auto;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
}

.contact-section1 {
  padding: 80px 0;
  background: #F8F8F8;
}
.contact-section1 .cxbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and ( max-width: 1000px) {
  .ipt-row {
    display: block;
    margin-top: 12px;
  }

  .ipt-ctrl {
    overflow: hidden;
  }

  .ipt-lab {
    width: auto;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
  }

  .contact-section1 {
    display: block;
  }
  .contact-section1 .cxbox {
    display: block;
  }

  .cts-left {
    width: 100%;
  }
  .cts-left .des {
    font-size: 16px;
    margin-top: 20px;
  }
  .cts-left .list {
    margin-top: 15px;
  }
  .cts-left .list span {
    font-size: 14px;
  }

  .cts-right {
    width: 100%;
  }
}
.about-office {
  padding: 80px 0;
}
.about-office .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-office .list li {
  width: 32%;
  margin-bottom: 30px;
  margin-left: 2%;
  border: 1px solid #ddd;
  border-left: 6px solid #005BFF;
  padding: 22px 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-office .list li:nth-child(3n+1) {
  margin-left: 0;
}
.about-office .list li:hover {
  background: #F6F6F6;
  -webkit-transform: translate(0, -12px);
  transform: translate(0, -12px);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}
.about-office .list .t {
  font-size: 22px;
}
.about-office .list .d {
  font-size: 16px;
  margin-top: 15px;
}
.about-office .list .tel {
  width: 46px;
  margin-top: 18px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-office .list .tel:hover {
  background: #005BFF;
  color: #fff;
  border-color: #005BFF;
}
.about-office .list .tel i {
  position: relative;
  top: 2px;
}
@media screen and ( max-width: 1000px) {
  .about-office {
    padding: 50px 0;
  }
  .about-office .list li {
    width: 49%;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-left-width: 2px;
  }
  .about-office .list li:nth-child(3n+1) {
    margin-left: 2%;
  }
  .about-office .list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .about-office .list .t {
    font-size: 16px;
  }
  .about-office .list .d {
    font-size: 12px;
    margin-top: 6px;
  }
}

.resb-wrap {
  width: 1200px;
}
.resb-wrap .d {
  margin-top: 20px;
}
.resb-wrap .resb-data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
}
.resb-wrap .resb-data .ritem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
}
.resb-wrap .resb-data .ic {
  width: 34px;
  height: 34px;
}
.resb-wrap .resb-data .rinfo {
  margin-left: 10px;
  text-align: left;
}
.resb-wrap .resb-data strong {
  font-size: 22px;
  display: block;
  line-height: 1.1;
}
.resb-wrap .resb-data span {
  font-size: 16px;
  display: block;
  color: #999;
}
@media screen and ( max-width: 1000px) {
  .resb-wrap {
    width: 100%;
  }
  .resb-wrap .d {
    margin-top: 10px;
  }
  .resb-wrap .resb-data {
    margin-top: 12px;
    display: none;
  }
  .resb-wrap .resb-data .ic {
    width: 35px;
    height: 35px;
  }
  .resb-wrap .resb-data .rinfo {
    margin-left: 10px;
  }
  .resb-wrap .resb-data strong {
    font-size: 24px;
  }
  .resb-wrap .resb-data span {
    font-size: 14px;
  }
}

.gdmap {
  height: 500px;
}

.resource-layout {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.resource-layout .rest-left {
  width: 48%;
  height: 800px;
  overflow: auto;
}
.resource-layout .rest-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F2F5FA;
  height: 120px;
  padding: 0 20px;
}
.resource-layout .rest-nav h1 {
  font-size: 32px;
  font-weight: normal;
}
.resource-layout .rest-nav .navs a {
  font-size: 16px;
  color: #005BFF;
}
.resource-layout .rest-nav .navs i {
  font-size: 18px;
  margin: 0 8px;
}
.resource-layout .rest-list {
  display: none;
}
.resource-layout .rest-list .item {
  background: #f2f5fa;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.resource-layout .rest-list .pic {
  width: 45%;
  position: relative;
  overflow: hidden;
}
.resource-layout .rest-list .pic img, .resource-layout .rest-list .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.resource-layout .rest-list .pic img {
  width: 100%;
}
.resource-layout .rest-list .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.resource-layout .rest-list .pic:hover > img, .resource-layout .rest-list .pic:hover > .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.resource-layout .rest-list .info {
  margin-left: 25px;
  flex: 1;
}
.resource-layout .rest-list .t {
  font-size: 20px;
}
.resource-layout .rest-list .d {
  font-size: 14px;
  margin-top: 12px;
}
.resource-layout .rest-right {
  width: 51%;
  background: #F2F5FA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resource-layout .csmap {
  width: 98%;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.resource-layout .gdmap {
  height: 100%;
}
@media screen and ( max-width: 1000px) {
  .resource-layout {
    display: block;
  }
  .resource-layout .rest-left {
    width: 100%;
  }
  .resource-layout .rest-nav {
    padding: 0 10px;
  }
  .resource-layout .rest-nav h1 {
    font-size: 18px;
  }
  .resource-layout .rest-nav .navs a {
    font-size: 12px;
    display: inline-block;
  }
  .resource-layout .rest-nav .navs i {
    font-size: 14px;
  }
  .resource-layout .rest-right {
    width: 100%;
    margin-top: 20px;
  }
  .resource-layout .rest-list .item {
    margin-top: 12px;
    padding: 15px 10px;
  }
  .resource-layout .rest-list .info {
    margin-left: 10px;
  }
  .resource-layout .rest-list .t {
    font-size: 14px;
  }
  .resource-layout .rest-list .d {
    font-size: 12px;
    margin-top: 6px;
  }
  .resource-layout .csmap {
    height: 100vw;
  }
}

.resource-videos {
  padding: 80px 0;
}
.resource-videos .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
.resource-videos .list li {
  width: 49%;
}
.resource-videos .list .pic {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.resource-videos .list .pic img, .resource-videos .list .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.resource-videos .list .pic img {
  width: 100%;
}
.resource-videos .list .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.resource-videos .list .pic:hover > img, .resource-videos .list .pic:hover > .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.resource-videos .list .pic i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
}
.resource-videos .list .info {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
.resource-videos .list .see {
  font-size: 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.resource-videos .list .see:hover {
  color: #005BFF;
}
.resource-videos .list .d {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and ( max-width: 1000px) {
  .resource-videos {
    padding: 30px 0;
  }
  .resource-videos .list {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .resource-videos .list li {
    width: 100%;
    margin-top: 12px;
  }
  .resource-videos .list .info {
    height: auto;
    padding: 12px 0;
  }
  .resource-videos .list .see {
    font-size: 16px;
  }
  .resource-videos .list .d {
    font-size: 12px;
    margin-top: 5px;
  }
}

.solu-superiority {
  padding: 80px 0;
}
.solu-superiority .sign {
  max-width: 880px;
  margin: 0 auto 30px;
}
.solu-superiority .sign .info {
  font-size: 20px;
}
.solu-superiority .sign .sname {
  font-size: 18px;
  text-align: right;
  margin-top: 20px;
}
.solu-superiority .list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.solu-superiority .list li {
  width: 24%;
  margin-left: 1.33%;
  border-top: 4px solid #00B259;
  padding-top: 20px;
}
.solu-superiority .list li:nth-child(1) {
  margin-left: 0;
}
.solu-superiority .list strong {
  font-size: 36px;
  color: #00B259;
  display: block;
}
.solu-superiority .list span {
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
@media screen and ( max-width: 1000px) {
  .solu-superiority {
    padding: 40px 0;
  }
  .solu-superiority .sign .info {
    font-size: 14px;
  }
  .solu-superiority .list {
    margin-top: 20px;
  }
  .solu-superiority .list li {
    padding-top: 12px;
  }
  .solu-superiority .list strong {
    font-size: 24px;
  }
  .solu-superiority .list span {
    font-size: 12px;
    margin-top: 8px;
  }
}

.solu-energy {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.solu-energy .contains {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solu-energy .aleft {
  flex: 1;
}
.solu-energy .aleft h1 {
  color: #00B259;
  font-size: 42px;
}
.solu-energy .aleft .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}
.solu-energy .aleft .list li {
  width: 30%;
  margin-right: 3%;
  color: #fff;
}
.solu-energy .aleft .list img {
  width: 58px;
  height: 58px;
}
.solu-energy .aleft .list .t {
  font-size: 18px;
  margin-top: 15px;
}
.solu-energy .aleft .list .d {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.8;
}
.solu-energy .aright {
  width: 460px;
}
.solu-energy .aright img {
  width: 100%;
  display: block;
}
@media screen and ( max-width: 1000px) {
  .solu-energy {
    padding: 40px 0;
  }
  .solu-energy .contains {
    display: block;
  }
  .solu-energy .aleft h1 {
    font-size: 24px;
  }
  .solu-energy .aleft .list .t {
    font-size: 16px;
    margin-top: 10px;
  }
  .solu-energy .aleft .list .d {
    font-size: 12px;
    margin-top: 6px;
  }
  .solu-energy .aright {
    width: 100%;
    margin-top: 20px;
  }
}

.solu-address {
  padding: 80px 0;
}
.solu-address .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.solu-address .list li {
  width: 33.3%;
  text-align: center;
  margin-top: 40px;
}
.solu-address .list img {
  width: 80px;
  height: 80px;
}
.solu-address .list strong {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-top: 12px;
}
.solu-address .list span {
  display: block;
  font-size: 13px;
  color: #777;
  margin-top: 8px;
}
@media screen and ( max-width: 1000px) {
  .solu-address {
    padding: 40px 0;
  }
  .solu-address .list img {
    width: 60px;
    height: 60px;
  }
  .solu-address .list strong {
    font-size: 16px;
  }
  .solu-address .list span {
    font-size: 12px;
  }
}

.solu-serive {
  padding: 80px 0;
  background: #F9F9F9;
}
.solu-serive .artContent {
  margin-top: 40px;
}
@media screen and ( max-width: 1000px) {
  .solu-serive {
    padding: 40px 0;
  }
  .solu-serive .artContent {
    margin-top: 25px;
  }
}

.solu-gain .list {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.solu-gain .list li {
  width: 25%;
  text-align: center;
}
.solu-gain .list img {
  width: 60px;
  height: 60px;
}
.solu-gain .list strong {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-top: 12px;
}
.solu-gain .list span {
  display: block;
  font-size: 40px;
  color: #00B259;
  margin-top: 4px;
}
@media screen and ( max-width: 1000px) {
  .solu-gain .list {
    padding: 40px 0;
  }
  .solu-gain .list strong {
    font-size: 16px;
  }
  .solu-gain .list span {
    font-size: 28px;
  }
}

.solu-news {
  padding: 60px 0;
}
@media screen and ( max-width: 1000px) {
  .solu-news {
    padding: 40px 0;
  }
}

.solu-newsgroup {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
.solu-newsgroup .gpanels {
  width: 49%;
}
.solu-newsgroup .gpanels .cate {
  display: block;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.solu-newsgroup .gpanels .cate img, .solu-newsgroup .gpanels .cate .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.solu-newsgroup .gpanels .cate img {
  width: 100%;
}
.solu-newsgroup .gpanels .cate .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.solu-newsgroup .gpanels .cate:hover > img, .solu-newsgroup .gpanels .cate:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.solu-newsgroup .gpanels .cate span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  font-size: 22px;
  color: #fff;
}
.solu-newsgroup .gpanels .more {
  padding: 6px 0;
  position: relative;
  margin-top: 5px;
  border-bottom: 1px solid #333;
  margin-top: 40px;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 16px;
}
.solu-newsgroup .gpanels .more:hover {
  color: #00B259;
}
.solu-newsgroup .gpanels .more:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #00B259;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.solu-newsgroup .gpanels .more:hover:after {
  transform: scaleX(1);
}
@media screen and ( max-width: 1000px) {
  .solu-newsgroup {
    display: block;
  }
  .solu-newsgroup .gpanels {
    margin-top: 30px;
    width: 100%;
  }
  .solu-newsgroup .gpanels .cate {
    height: 50vw;
  }
  .solu-newsgroup .gpanels .cate span {
    padding: 15px;
  }
  .solu-newsgroup .gpanels .more {
    margin-top: 15px;
  }
}

.news-link {
  padding: 18px 0;
  position: relative;
  margin-top: 5px;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-link:hover {
  color: #00B259;
}
.news-link .date {
  font-size: 14px;
  color: #777;
}
.news-link .tit {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 0;
}
.news-link:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #00B259;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.news-link:hover:after {
  transform: scaleX(1);
}
@media screen and ( max-width: 1000px) {
  .news-link {
    padding: 12px 0;
  }
}

.news-cate1 {
  padding: 60px 0 80px;
}
@media screen and ( max-width: 1000px) {
  .news-cate1 {
    padding: 40px 0 60px;
  }
}

.news-cate1-list {
  border-top: 1px solid #ddd;
  margin-top: 30px;
}

.news-toper {
  padding: 60px 0 30px;
}
.news-toper .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 20px;
}
.news-toper .list a {
  width: 50%;
  height: 360px;
  display: block;
  position: relative;
  overflow: hidden;
}
.news-toper .list a img, .news-toper .list a .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-toper .list a img {
  width: 100%;
}
.news-toper .list a .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-toper .list a:hover > img, .news-toper .list a:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-toper .list .info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 30px 40px;
}
.news-toper .list .t {
  font-size: 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-toper .list .more {
  display: inline-block;
  width: 110px;
  height: 36px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 34px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.news-toper .list .more:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #005BFF;
  top: 0;
  left: 0;
}
.news-toper .list .more: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;
}
.news-toper .list .more:hover {
  border-color: #005BFF;
}
.news-toper .list .more:hover:before {
  opacity: 1;
}
.news-toper .list .more:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.news-toper .list a:hover .info {
  background: #005BFF;
}
.news-toper .list a:hover .t {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.news-toper .list a:hover .more {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and ( max-width: 1000px) {
  .news-toper {
    padding: 40px 0 20px;
  }
  .news-toper .list a {
    width: 100%;
    height: 55vw;
  }
  .news-toper .list .info {
    padding: 15px 20px;
  }
  .news-toper .list .t {
    font-size: 16px;
  }
  .news-toper .list .more {
    margin-top: 15px;
  }
}

.cate-more {
  display: inline-block;
  width: 170px;
  height: 40px;
  border: 1px solid #333;
  background: transparent;
  color: #333;
  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;
  margin-top: 30px;
}
.cate-more:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #005BFF;
  top: 0;
  left: 0;
}
.cate-more: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;
}
.cate-more:hover {
  border-color: #005BFF;
}
.cate-more:hover:before {
  opacity: 1;
}
.cate-more:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.news-cate2 {
  padding: 30px 0 80px;
}

.news-videos {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news-videos li {
  width: 32%;
  margin-top: 25px;
  margin-left: 2%;
}
.news-videos li:nth-child(3n+1) {
  margin-left: 0;
}
.news-videos .pic {
  position: relative;
  overflow: hidden;
  display: block;
}
.news-videos .pic img, .news-videos .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-videos .pic img {
  width: 100%;
}
.news-videos .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-videos .pic:hover > img, .news-videos .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-videos .pic i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
}
.news-videos .t {
  font-size: 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: block;
  margin-top: 12px;
}
.news-videos .t:hover {
  color: #005BFF;
}
.news-videos .d {
  font-size: 16px;
  color: #777;
  margin-top: 2px;
}
.news-videos.groom li:nth-child(-n+2) {
  width: 49%;
}
.news-videos.groom li:nth-child(3n+1) {
  margin-left: 2%;
}
.news-videos.groom li:nth-child(1) {
  margin-left: 0;
}
.news-videos.groom li:nth-child(3) {
  margin-left: 0;
}
.news-videos.groom li:nth-child(n+6) {
  display: none;
}
@media screen and ( max-width: 1000px) {
  .news-videos li {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .news-videos .t {
    font-size: 18px;
    margin-top: 8px;
  }
  .news-videos .d {
    font-size: 14px;
  }
}

.son2-view1 {
  padding: 60px 0;
}
.son2-view1 .list {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.son2-view1 .list li {
  width: 33%;
  padding-right: 8%;
}
.son2-view1 .list .t {
  font-size: 28px;
}
.son2-view1 .list .ico {
  margin-top: 20px;
}
.son2-view1 .list .ico img {
  height: 75px;
}
.son2-view1 .list .d {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.son2-view1 .data {
  margin-bottom: -140px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.son2-view1 .data li {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  border: 15px solid #F2F3F3;
  background: #fff;
  width: 24%;
}
.son2-view1 .data strong {
  font-size: 38px;
  font-weight: normal;
  font-family: Bebas;
  color: #005BFF;
}
.son2-view1 .data span {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 20px;
  text-align: center;
}
@media screen and ( max-width: 1000px) {
  .son2-view1 {
    padding: 40px 0;
  }
  .son2-view1 .list {
    display: block;
    margin-top: 10px;
    padding-top: 0;
  }
  .son2-view1 .list li {
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
    padding-right: 0;
    margin-top: 20px;
  }
  .son2-view1 .list .t {
    font-size: 18px;
  }
  .son2-view1 .list .ico {
    margin-top: 8px;
  }
  .son2-view1 .list .d {
    margin-top: 6px;
  }
  .son2-view1 .data {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .son2-view1 .data li {
    width: 48%;
    margin-top: 10px;
    height: 150px;
    border-width: 5px;
  }
}

.son2-view2 {
  padding-top: 140px;
  padding-bottom: 80px;
  background: #F2F3F3;
}
@media screen and ( max-width: 1000px) {
  .son2-view2 {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}

.son2-view3 {
  background: #161616;
  padding: 110px 0;
}
.son2-view3 .svbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.son2-view3 .leftImg {
  width: 48%;
}
.son2-view3 .rightImg {
  width: 45%;
}
@media screen and ( max-width: 1000px) {
  .son2-view3 {
    padding: 40px 0;
  }
  .son2-view3 .leftImg {
    width: 100%;
  }
  .son2-view3 .rightImg {
    display: none;
  }
}

.son2-view4 {
  padding: 65px 0;
}
.son2-view4 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.son2-view4 .list li {
  width: 20%;
}
.son2-view4 .list .t {
  font-size: 28px;
}
.son2-view4 .list .t2 {
  font-size: 14px;
  margin-top: 5px;
}
.son2-view4 .list .d {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
  margin-top: 15px;
}
.son2-view4 .list .d strong {
  font-size: 36px;
  color: #005BFF;
  font-weight: normal;
}
.son2-view4 .list .d span {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
@media screen and ( max-width: 1000px) {
  .son2-view4 {
    padding: 20px 0 40px;
  }
  .son2-view4 .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .son2-view4 .list li {
    width: 48%;
    margin-top: 20px;
  }
  .son2-view4 .list .t {
    font-size: 18px;
  }
  .son2-view4 .list .t2 {
    font-size: 12px;
  }
  .son2-view4 .list .d {
    margin-top: 6px;
  }
  .son2-view4 .list .d strong {
    font-size: 26px;
  }
}

.son2-view5 {
  background: #161616;
}
.son2-view5 .svbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.son2-view5 .info {
  width: 400px;
}
.son2-view5 .info .t {
  font-size: 48px;
  color: #005BFF;
  line-height: 1.2;
}
.son2-view5 .info .d {
  font-size: 16px;
  color: #eee;
  margin-top: 30px;
  line-height: 1.8;
}
.son2-view5 .pic {
  width: 600px;
  position: relative;
}
.son2-view5 .pic .rlink {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 120px;
  background: #2964FF;
  color: #fff;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
.son2-view5 .pic .t {
  font-size: 20px;
}
.son2-view5 .pic .d {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.son2-view5 .pic img {
  display: block;
  width: 100%;
}
.son2-view5 .pic .icon-play {
  font-size: 27px;
}
.son2-view5 .pic .icon-youjiantou1 {
  font-size: 18px;
  position: relative;
  top: 14px;
}
@media screen and ( max-width: 1000px) {
  .son2-view5 {
    padding: 40px 0;
  }
  .son2-view5 .svbox {
    display: block;
  }
  .son2-view5 .info {
    width: 100%;
  }
  .son2-view5 .info .t {
    font-size: 18px;
  }
  .son2-view5 .info .d {
    font-size: 14px;
    margin-top: 10px;
  }
  .son2-view5 .pic {
    width: 100%;
    display: block;
  }
  .son2-view5 .pic .rlink {
    width: 200px;
  }
  .son2-view5 .pic .t {
    font-size: 16px;
  }
}

.son2-view6 {
  padding: 60px 0 80px;
  background: #E0E9E9;
}
.son2-view6 .list {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.son2-view6 .list li {
  height: 300px;
  width: 16%;
  position: relative;
  margin-left: 0.8%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.son2-view6 .list li:nth-child(6n+1) {
  margin-left: 0;
}
.son2-view6 .list img {
  width: 60px;
  height: 60px;
}
.son2-view6 .list span {
  font-size: 22px;
  margin-top: 12px;
}
.son2-view6 .list i {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  color: #005BFF;
}
.son2-view6 .list li:hover i {
  -webkit-transform: translate(15px, 0);
  transform: translate(15px, 0);
}
@media screen and ( max-width: 1000px) {
  .son2-view6 {
    padding: 40px 0 60px;
  }
  .son2-view6 .list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .son2-view6 .list li {
    height: 60vw;
    width: 48%;
    margin-left: 0;
    margin-top: 12px;
  }
}

.news-details {
  padding: 70px 0 100px;
}
.news-details .ret {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-details .ret i {
  font-size: 30px;
  margin-right: 4px;
}
.news-details .ret span {
  font-size: 18px;
}
.news-details .ret:hover {
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
@media screen and ( max-width: 1000px) {
  .news-details {
    padding: 40px 0 60px;
  }
}

.hgdmap {
  height: 810px;
}

.home-maps {
  background: #F2F5FA;
  padding-bottom: 50px;
  position: relative;
}
.home-maps:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, #fff, transparent);
  content: "";
}
.home-maps .csmap {
  height: 650px;
  margin-left: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-maps .tits {
  position: absolute;
  top: 60px;
  left: 7%;
  z-index: 2;
}
.home-maps .tabs {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  z-index: 2;
  position: absolute;
  height: 140px;
  left: 7%;
  bottom: 0;
  right: 7%;
  z-index: 2;
}
.home-maps .tabs .dt {
  position: relative;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background: rgba(88, 96, 121, 0.95);
  color: #fff;
}
.home-maps .tabs .dt img {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
}
.home-maps .tabs .dd {
  border-left: 1px solid #B8C8DD;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-top: 3px solid transparent;
  background: rgba(225, 232, 241, 0.8);
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.home-maps .tabs .dd span {
  font-size: 16px;
  margin-top: 12px;
}
.home-maps .tabs .dd:hover {
  border-top-color: #005BFF;
}
@media screen and ( max-width: 1000px) {
  .home-maps {
    padding: 40px 15px 0;
  }
  .home-maps:after {
    display: none;
  }
  .home-maps .tits {
    position: static;
    width: 100%;
  }
  .home-maps .csmap {
    height: 100vw;
    margin-left: 0;
  }
  .home-maps .tabs {
    position: static;
    text-align: center;
    height: 80px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .home-maps .tabs .dt {
    font-size: 14px;
  }
  .home-maps .tabs .dd img {
    width: 28px;
    height: 28px;
  }
  .home-maps .tabs .dd span {
    font-size: 12px;
    margin-top: 6px;
  }
}

.home-custom {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/bg3.jpg);
}
.home-custom .cleft {
  margin-left: 7%;
  flex: 1;
  padding: 100px 0;
  color: #fff;
}
.home-custom .cleft .list {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.home-custom .cleft .list li {
  width: 20%;
  padding-right: 5%;
}
.home-custom .cleft .list strong {
  font-size: 48px;
  font-weight: normal;
  font-family: Bebas;
  line-height: 1.1;
}
.home-custom .cleft .list .t {
  margin-top: 20px;
  border-top: 1px solid #fff;
  padding-top: 20px;
  font-size: 20px;
}
.home-custom .cleft .list .d {
  font-size: 15px;
  margin-top: 18px;
}
.home-custom .cright {
  width: 450px;
  overflow: hidden;
}
.home-custom .cright .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  -webkit-animation: scaleout 20s infinite linear;
  animation: scaleout 20s infinite linear;
}
@media screen and ( max-width: 1000px) {
  .home-custom {
    display: block;
  }
  .home-custom .cleft {
    margin: 0 15px;
    padding: 40px 0;
  }
  .home-custom .cleft .list {
    margin-top: 0;
  }
  .home-custom .cleft .list li {
    width: 45%;
    margin-right: 5%;
    margin-top: 30px;
  }
  .home-custom .cleft .list strong {
    font-size: 32px;
  }
  .home-custom .cleft .list .t {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 18px;
  }
  .home-custom .cleft .list .d {
    margin-top: 6px;
    font-size: 12px;
  }
  .home-custom .cright {
    width: 100%;
    height: 60vw;
  }
}

.home-news {
  padding: 75px 0;
}
.home-news .scbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home-news .xhand {
  display: inline-block;
  width: 250px;
  height: 40px;
  border: 2px solid #111;
  background: #fff;
  color: #111;
  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;
  margin-top: 30px;
}
.home-news .xhand:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #005BFF;
  top: 0;
  left: 0;
}
.home-news .xhand: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;
}
.home-news .xhand:hover {
  border-color: #005BFF;
}
.home-news .xhand:hover:before {
  opacity: 1;
}
.home-news .xhand:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.home-news .disTit {
  width: 320px;
}
.home-news .list {
  flex: 1;
  margin-left: 5%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #eee;
}
.home-news .list li {
  width: 33.33%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
.home-news .list li:nth-child(2n) {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}
.home-news .list .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-news .list .pic img, .home-news .list .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-news .list .pic img {
  width: 100%;
}
.home-news .list .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-news .list .pic:hover > img, .home-news .list .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.home-news .list .pic:before {
  padding-bottom: 80%;
  content: "";
  display: block;
}
.home-news .list .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news .list .info {
  padding: 4% 6%;
}
.home-news .list .t {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-news .list .t:hover {
  color: #005BFF;
}
.home-news .list .t:hover {
  text-decoration: underline;
}
.home-news .list .d {
  font-size: 14px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-news .list .link-more {
  padding: 8px 0;
  font-size: 1px;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-news .list .link-more:hover {
  color: #005BFF;
}
.home-news .list .link-more:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #005BFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.home-news .list .link-more:hover:after {
  transform: scaleX(1);
}
@media screen and ( max-width: 1000px) {
  .home-news {
    padding: 40px 0;
  }
  .home-news .scbox {
    display: block;
  }
  .home-news .disTit {
    width: 100%;
  }
  .home-news .xhand {
    widows: 160px;
    height: 36px;
    line-height: 32px;
    margin-top: 20px;
  }
  .home-news .list {
    margin-left: 0;
    display: block;
    border: 0;
  }
  .home-news .list li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row !important;
    margin-top: 15px;
  }
  .home-news .list .pic {
    width: 32%;
    height: 45vw;
  }
  .home-news .list .info {
    flex: 1;
    margin-left: 15px;
    padding: 0;
  }
  .home-news .list .t {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .home-news .list .d {
    font-size: 12px;
    margin-top: 6px;
  }
  .home-news .list .link-more {
    padding: 4px 0;
  }
}

.home-expand {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.home-expand .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
.home-expand .list a {
  color: #fff;
  width: 28%;
  position: relative;
  overflow: hidden;
}
.home-expand .list a:before {
  padding-bottom: 100%;
  content: "";
  display: block;
}
.home-expand .list .info {
  position: absolute;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.home-expand .list strong {
  font-weight: normal;
  font-size: 32px;
}
.home-expand .list span {
  font-size: 16px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-expand .list a:hover .info {
  background: rgba(0, 140, 105, 0.3);
  border-color: rgba(0, 140, 105, 0.3);
}
.home-expand .list a:hover span {
  height: 30px;
  opacity: 1;
}
@media screen and ( max-width: 1000px) {
  .home-expand .list {
    margin-top: 10px;
  }
  .home-expand .list a {
    width: 70%;
    display: block;
  }
  .home-expand .list strong {
    font-size: 18px;
  }
  .home-expand .list span {
    font-size: 12px;
  }
}

@-webkit-keyframes scaleout2 {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes scaleout2 {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
}
.custom-content-marker {
  width: 24px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  background: #005BFF;
  color: #fff;
  content: "+";
}
.custom-content-marker i {
  position: relative;
  z-index: 1;
}
.custom-content-marker::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(#005BFF, transparent 75%);
  transform: scale(2);
  -webkit-animation: scaleout 3s infinite linear;
  animation: scaleout 3s infinite linear;
}

.cloudTitle {
  width: 337px;
  height: 88px;
  margin: 0 auto;
  background: url(../images/cloud.png) no-repeat center center/100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  padding-right: 50px;
  padding-bottom: 10px;
}

.gradientTitle {
  background-image: -webkit-linear-gradient(0deg, #6B63D2, #AF283D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  text-align: center;
}

.gradientTitle2 {
  background-image: -webkit-linear-gradient(0deg, #6B63D2, #AF283D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  text-align: center;
}

.meet-intro {
  padding: 60px 0;
}
.meet-intro .mdIntro {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 15px;
}

@media screen and ( max-width: 1000px) {
  .cloudTitle {
    width: 220px;
    height: 60px;
    font-size: 20px;
  }

  .gradientTitle {
    font-size: 20px;
  }

  .meet-intro .mdIntro {
    font-size: 14px;
  }
}
.master-video {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.master-video a {
  display: block;
  text-align: center;
  flex: 1;
}
.master-video a .pic {
  position: relative;
  position: relative;
  overflow: hidden;
}
.master-video a .pic img, .master-video a .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.master-video a .pic img {
  width: 100%;
}
.master-video a .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.master-video a .pic:hover > img, .master-video a .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.master-video a .pic i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
}
.master-video a img {
  display: block;
  width: 100%;
}
.master-video a .t {
  font-size: 18px;
  margin-top: 10px;
}
.master-video a .d {
  font-size: 14px;
  color: #777;
}
.master-video a:nth-child(n+2) {
  margin-left: 30px;
}
.master-video .iframe-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.master-video .iframe-wrap::before {
  display: block;
  content: "";
  padding-bottom: 56%;
}
.master-video .iframe-wrap img {
  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;
}
.master-video .iframe-wrap:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.master-video .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and ( max-width: 1000px) {
  .master-video {
    display: block;
  }
  .master-video a:nth-child(n+2) {
    margin-left: 0;
    margin-top: 15px;
  }
}

.meet-video {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.meet-video a {
  width: 32%;
  margin-top: 20px;
  margin-left: 2%;
}
.meet-video a:nth-child(3n+1) {
  margin-left: 0;
}
.meet-video a {
  display: block;
  text-align: center;
}
.meet-video a .pic {
  position: relative;
  position: relative;
  overflow: hidden;
}
.meet-video a .pic img, .meet-video a .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.meet-video a .pic img {
  width: 100%;
}
.meet-video a .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.meet-video a .pic:hover > img, .meet-video a .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.meet-video a .pic i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
}
.meet-video a img {
  display: block;
  width: 100%;
}
.meet-video a .t {
  font-size: 16px;
  margin-top: 10px;
}
.meet-video a .d {
  font-size: 14px;
  color: #777;
}
@media screen and ( max-width: 1000px) {
  .meet-video a {
    width: 49%;
  }
  .meet-video a .t {
    font-size: 14px;
  }
  .meet-video a .d {
    font-size: 12px;
  }
  .meet-video a:nth-child(3n+1) {
    margin-left: 2%;
  }
  .meet-video a:nth-child(2n+1) {
    margin-left: 0;
  }
}

.solu-esgvideo {
  padding: 50px 0;
}
.solu-esgvideo .vid {
  margin-top: 20px;
}

.meet-guest {
  padding: 50px 0;
}
.meet-guest .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
.meet-guest a {
  width: 13%;
  margin-left: 3%;
  margin-left: 4.4%;
  margin-top: 25px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.meet-guest a:hover {
  color: #005BFF;
}
.meet-guest a:nth-child(6n+1) {
  margin-left: 0;
}
.meet-guest .pic {
  position: relative;
  overflow: hidden;
  display: block;
}
.meet-guest .pic:before {
  padding-bottom: 100%;
  content: "";
  display: block;
}
.meet-guest .pic img {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.meet-guest span {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 8px;
}
@media screen and ( max-width: 1000px) {
  .meet-guest a {
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
  }
  .meet-guest a:nth-child(3n+1) {
    margin-left: 0;
  }
}

.lang-en .footer .ft-helps dt {
  font-size: 14px;
}
.lang-en .footer .ft-helps dd a {
  font-size: 12px;
}
.lang-en .footer .bottomCopyr {
  font-size: 12px;
}
.lang-en .resource-layout .rest-na.v h1 {
  font-size: 24px;
  width: 230px;
}
.lang-en .resource-layout .rest-na.v .nav a {
  font-size: 14px;
}
.lang-en .son2-view1 .list li {
  padding-right: 5%;
}
.lang-en .son2-view1 .list .t {
  font-size: 24px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lang-en .son2-view1 .list .ico {
  margin-top: 5px;
}
.lang-en .son2-view1 .data span {
  height: 64px;
  margin-top: 10px;
}
.lang-en .son2-view4 .list .t {
  font-size: 22px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lang-en .son2-view6 .list span {
  text-align: center;
  font-size: 20px;
  height: 60px;
}
.lang-en .solu-energy .aleft .list .t {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lang-en .about-office .list .t {
  font-size: 20px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lang-en .about-hiscontent {
  width: 420px;
  padding: 20px 25px;
}
.lang-en .about-hiscontent .d {
  line-height: 1.6;
}
.lang-en .about-hiscontent .t.hor {
  margin-top: 15px;
}
.lang-en .about-hiscontent .d {
  margin-top: 10px;
}
.lang-en .cloudTitle {
  font-size: 24px;
}

.about-view1 .disTit {
  max-width: 80%;
  margin: 0 auto;
}

.header .hh-menus .lucky-lang dd {
  left: auto;
  right: 0;
}

.joblist-view {
  padding: 40px 0 60px;
  background: #F4F4F6;
}
.joblist-view .job-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.joblist-view .jmain {
  flex: 1;
}
.joblist-view .jbform-main {
  background: #fff;
  padding: 25px 25px 35px;
}
.joblist-view .jbform {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
}
.joblist-view .jbform .aleft {
  flex: 1;
}
.joblist-view .jbform .aright {
  margin-right: 20px;
  margin-left: 20px;
}
.joblist-view .jbform .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.joblist-view .jbform .ipt {
  margin-left: 12px;
}
.joblist-view .jbform .ipt:first-child {
  margin-left: 0;
}
.joblist-view .jbform .ipt-date {
  background: url(../images/rili.png) no-repeat 93% center/30px auto;
}
.joblist-view .jbform .btn {
  display: inline-block;
  width: 120px;
  height: 42px;
  border: none;
  background: #1947AF;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 42px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.joblist-view .jbform .btn:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #005BFF;
  top: 0;
  left: 0;
}
.joblist-view .jbform .btn: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;
}
.joblist-view .jbform .btn:hover {
  border-color: #005BFF;
}
.joblist-view .jbform .btn:hover:before {
  opacity: 1;
}
.joblist-view .jbform .btn:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.joblist-view .jblist {
  background: #fff;
  padding: 25px 25px 50px;
  margin-top: 20px;
}
.joblist-view .jblist .ths, .joblist-view .jblist .tds {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px dashed #ddd;
  padding: 15px 5px;
  font-size: 15px;
}
.joblist-view .jblist .tds {
  color: #555;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.joblist-view .jblist .tds:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #005BFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.joblist-view .jblist .tds:hover:after {
  transform: scaleX(1);
}
.joblist-view .jblist .tds:hover {
  color: #005BFF;
}
.joblist-view .jblist .td1 {
  flex: 1;
}
.joblist-view .jblist .td2 {
  width: 15%;
}
.joblist-view .jblist .td3 {
  width: 15%;
}
.joblist-view .jblist .td4 {
  width: 15%;
  text-align: right;
}
.joblist-view .jwidget {
  width: 270px;
  margin-left: 15px;
}
.joblist-view .jnews {
  background: #fff;
  padding: 25px 25px 30px;
}
.joblist-view .jnews .list {
  margin-top: 20px;
}
.joblist-view .jnews .list a {
  display: block;
  font-size: 14px;
  padding: 10px 5px;
  border-bottom: 1px dashed #ddd;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.joblist-view .jnews .list a:hover {
  color: #005BFF;
}
.joblist-view .jnews.widgetFix {
  width: 270px;
}
.joblist-view .jbdetail {
  background: #fff;
  padding: 25px 25px 50px;
}
.joblist-view .jbdetail .jbd-toper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.joblist-view .jbdetail .jbd-toper .disTit {
  flex: 1;
}
.joblist-view .jbdetail .jbd-toper .jtright {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  flex-direction: column;
}
.joblist-view .jbdetail .jbd-toper .jtright .ret {
  font-size: 14px;
  color: #555;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.joblist-view .jbdetail .jbd-toper .jtright .ret:hover {
  color: #005BFF;
}
.joblist-view .jbdetail .jbd-toper .jtright .ret:hover {
  text-decoration: underline;
}
.joblist-view .jbdetail .jbd-toper .jtright .shares {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
.joblist-view .jbdetail .jdb-content .jdbc-dt {
  font-size: 16px;
  margin-top: 35px;
}
.joblist-view .jbdetail .jdb-content .artContent {
  color: #555;
  font-size: 15px;
  margin-top: 15px;
}
.joblist-view .jbdetail .jdb-content .mailto {
  color: #005BFF;
}
@media screen and ( max-width: 1000px) {
  .joblist-view .job-layout {
    display: block;
  }
  .joblist-view .jbform-main {
    padding: 20px 15px 35px;
  }
  .joblist-view .jbform {
    display: block;
  }
  .joblist-view .jbform .aright {
    margin: 15px 0 0;
  }
  .joblist-view .jbform .ipt {
    width: 100%;
    flex: none;
    margin-left: 0;
  }
  .joblist-view .jbform .ipt + .ipt {
    margin-top: 10px;
  }
  .joblist-view .jblist {
    padding: 20px 15px 35px;
  }
  .joblist-view .jblist .ths, .joblist-view .jblist .tds {
    font-size: 12px;
  }
  .joblist-view .jblist .td2 {
    display: none;
  }
  .joblist-view .jblist .td3 {
    width: 20%;
  }
  .joblist-view .jblist .td4 {
    display: none;
  }
  .joblist-view .jbdetail {
    padding: 20px 15px 50px;
  }
  .joblist-view .jbdetail .jbd-toper {
    display: block;
  }
  .joblist-view .jbdetail .jbd-toper .jtright {
    display: block;
    margin-top: 10px;
  }
  .joblist-view .jbdetail .jbd-toper .jtright .ret {
    display: none;
  }
  .joblist-view .jwidget {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .joblist-view .jnews {
    padding: 20px 15px 50px;
  }
  .joblist-view .jnews .list a {
    font-size: 12px;
  }
}

.widgetFix {
  position: absolute;
}

.esg-tab-wrap {
  height: 60px;
  position: relative;
}
@media screen and ( max-width: 1000px) {
  .esg-tab-wrap {
    height: auto;
  }
}

.esg-tab {
  height: 60px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
.esg-tab.widgetFix {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 99;
}
.esg-tab .wrap4 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.esg-tab a {
  flex: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.esg-tab a:hover {
  color: #27AB71;
}
.esg-tab a.on {
  background: #27AB71;
  color: #fff;
}
@media screen and ( max-width: 1000px) {
  .esg-tab {
    height: auto;
  }
  .esg-tab .wrap4 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .esg-tab a {
    flex: none;
    padding: 10px 12px;
    font-size: 14px;
    width: 50%;
    margin-right: 0;
    box-sizing: border-box;
  }
  .esg-tab a:before {
    display: none;
  }
}

.esg-view1 {
  padding: 110px 0;
}
.esg-view1 .cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
.esg-view1 .pic {
  width: 40%;
}
.esg-view1 .pic img {
  display: block;
  width: 100%;
}
.esg-view1 .info {
  width: 100%;
}
.esg-view1 .t {
  font-size: 40px;
  font-weight: bold;
}
.esg-view1 .d {
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.8;
}
@media screen and ( max-width: 1000px) {
  .esg-view1 {
    padding: 50px 0;
  }
  .esg-view1 .cont {
    display: block;
  }
  .esg-view1 .pic {
    width: 100%;
  }
  .esg-view1 .info {
    width: 100%;
  }
  .esg-view1 .t {
    font-size: 18px;
    margin-top: 20px;
  }
  .esg-view1 .d {
    font-size: 14px;
    margin-top: 12px;
  }
}

.esgi-block {
  background: #F5F5F5;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and ( max-width: 1000px) {
  .esgi-block {
    padding-bottom: 50px;
  }
}

.esgi-data {
  background: #3A3A3A;
  border-radius: 10px;
  padding: 35px 80px 60px;
  margin-top: -80px;
  color: #fff;
}
.esgi-data .tit {
  font-size: 36px;
  font-weight: bold;
}
.esgi-data .gdata {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}
.esgi-data .gdata .data-child {
  padding: 0 3%;
  flex: 1;
  text-align: center;
  position: relative;
}
.esgi-data .gdata .data-child:nth-child(n+2):before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  bottom: 5px;
  background: #fff;
  width: 1px;
}
.esgi-data .gdata strong {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
}
.esgi-data .gdata span {
  font-size: 16px;
  margin-top: 12px;
  display: block;
}
.esgi-data .gdata em {
  font-size: 20px;
  margin-left: 8px;
}
@media screen and ( max-width: 1000px) {
  .esgi-data {
    padding: 15px 15px 40px;
    margin-top: -30px;
  }
  .esgi-data .tit {
    font-size: 18px;
  }
  .esgi-data .gdata {
    margin-top: 25px;
  }
  .esgi-data .gdata .data-child {
    padding: 0 2.5%;
  }
  .esgi-data .gdata strong {
    font-size: 18px;
  }
  .esgi-data .gdata span {
    font-size: 12px;
    margin-top: 8px;
  }
  .esgi-data .gdata em {
    font-size: 12px;
    margin-left: 4px;
  }
}

.esgi-list .item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 35px;
  background: #fff;
  margin-top: 40px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.esgi-list .pic {
  width: 20%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.esgi-list .pic::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.esgi-list .pic img {
  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;
}
.esgi-list .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.esgi-list .info {
  margin-left: 5%;
  flex: 1;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
.esgi-list .t {
  font-size: 32px;
  color: #27AB71;
  font-weight: bold;
}
.esgi-list .d {
  font-size: 16px;
  margin-top: 20px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.esgi-list .btn {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  border: 2px solid #777;
  color: #777;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.esgi-list .btn:hover {
  background: #27AB71;
  color: #fff;
  border-color: #27AB71;
}
@media screen and ( max-width: 1000px) {
  .esgi-list .item {
    padding: 10px;
    margin-top: 15px;
  }
  .esgi-list .pic {
    width: 25%;
  }
  .esgi-list .info {
    margin-left: 12px;
    padding-top: 5px;
  }
  .esgi-list .t {
    font-size: 16px;
  }
  .esgi-list .d {
    font-size: 12px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: none;
  }
  .esgi-list .btn {
    display: none;
  }
}

.esg-view2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.esg-tit {
  font-size: 48px;
  padding-top: 50px;
  font-weight: bold;
  border-top: 1px solid #ddd;
}

.esg-report {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  padding-top: 20px;
}
.esg-report .pic {
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
}
.esg-report img {
  width: 100%;
  display: block;
}
.esg-report span {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.esg-report .swiper-slide {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.esg-report .swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.esg-report .swiper-slide-active span {
  opacity: 1;
}
.esg-report .swiper-slide-prev {
  transform-origin: 0 50%;
}
.esg-report .swiper-slide-next {
  transform-origin: 100% 50%;
}
.esg-report .swiper-slide-prev, .esg-report .swiper-slide-next {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.esg-report .btn {
  border-radius: 50%;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #333;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: absolute;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.esg-report .btn:hover {
  border-color: #27AB71;
  color: #27AB71;
}
.esg-report .swiper-prev {
  left: 50%;
  margin-left: -135px;
  top: 50%;
  margin-top: -45px;
  z-index: 2;
}
.esg-report .swiper-next {
  right: 50%;
  margin-right: -135px;
  top: 50%;
  margin-top: -45px;
  z-index: 2;
}
@media screen and ( max-width: 1000px) {
  .esg-report .pic {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and ( max-width: 1000px) {
  .esg-tit {
    font-size: 18px;
    padding-top: 20px;
  }
}
.esg-view3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and ( max-width: 1000px) {
  .esg-view3 {
    padding-top: 0;
  }
}
.esg-view3 .viewMore {
  text-align: center;
  margin: 40px auto 0;
}
.esg-view3 .viewMore a {
  display: inline-block;
  width: 160px;
  height: 42px;
  border: 1px solid #27AB71;
  background: transparent;
  color: #27AB71;
  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;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.esg-view3 .viewMore a:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #005BFF;
  top: 0;
  left: 0;
}
.esg-view3 .viewMore a: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;
}
.esg-view3 .viewMore a:hover {
  border-color: #005BFF;
}
.esg-view3 .viewMore a:hover:before {
  opacity: 1;
}
.esg-view3 .viewMore a:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.esg-view3 .viewMore a:before {
  background: #27AB71;
}
.esg-view3 .viewMore a:hover {
  border-color: #27AB71;
}

.esg-news {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}
.esg-news .item1 {
  width: 40%;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.esg-news .item1 .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.esg-news .item1 .pic::before {
  display: block;
  content: "";
  padding-bottom: 105%;
}
.esg-news .item1 .pic img {
  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;
}
.esg-news .item1 .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.esg-news .others {
  width: 58%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
}
.esg-news .others .item {
  width: 48%;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.esg-news .others .item:nth-child(n+3) {
  margin-top: 16px;
}
.esg-news .others .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.esg-news .others .pic::before {
  display: block;
  content: "";
  padding-bottom: 55%;
}
.esg-news .others .pic img {
  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;
}
.esg-news .others .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.esg-news .info {
  padding: 12px 0;
}
.esg-news .t {
  font-size: 16px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.esg-news .t:hover {
  color: #005BFF;
}
.esg-news .more {
  font-size: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.esg-news .more:hover {
  color: #005BFF;
}
.esg-news .more i {
  margin-left: 6px;
  font-size: 18px;
}
.esg-news .item1:hover, .esg-news .item:hover {
  background: #E2EFFA;
}
@media screen and ( max-width: 1000px) {
  .esg-news {
    display: block;
  }
  .esg-news .item1 {
    width: 100%;
  }
  .esg-news .item1 .pic {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .esg-news .item1 .pic::before {
    display: block;
    content: "";
    padding-bottom: 55%;
  }
  .esg-news .item1 .pic img {
    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;
  }
  .esg-news .item1 .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .esg-news .others {
    width: 100%;
    display: block;
  }
  .esg-news .others .item {
    width: 100%;
    margin-top: 20px !important;
  }
  .esg-news .info {
    padding-top: 8px;
  }
  .esg-news .t {
    font-size: 14px;
    height: 40px;
  }
  .esg-news .more {
    margin-top: 8px;
  }
}

.esgd-layout {
  padding: 50px 0 80px;
}
.esgd-layout .esgd-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  left: -90px;
}
.esgd-layout .esgd-left {
  width: 170px;
}
.esgd-layout .esgd-right {
  flex: 1;
  margin-left: 5%;
}
.esgd-layout .esgd-navs {
  width: 170px;
  background: #fff;
}
.esgd-layout .esgd-navs .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.esgd-layout .esgd-navs .title i {
  font-size: 20px;
  margin-left: 10px;
}
.esgd-layout .esgd-navs .list {
  margin-top: 20px;
}
.esgd-layout .esgd-navs .list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  padding: 10px 2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.esgd-layout .esgd-navs .list a:hover {
  color: #27AB71;
}
.esgd-layout .esgd-navs .list a:before {
  content: "-";
  margin-right: 10px;
}
.esgd-layout .esgd-navs .list a.on {
  color: #27AB71;
}
@media screen and (max-width: 1366px) {
  .esgd-layout .esgd-wrap {
    left: 0;
  }
}
@media screen and ( max-width: 1000px) {
  .esgd-layout .esgd-wrap {
    display: block;
    left: 0;
  }
  .esgd-layout .esgd-left {
    width: 100%;
  }
  .esgd-layout .esgd-navs {
    width: 100%;
  }
  .esgd-layout .esgd-right {
    margin-left: 0;
    margin-top: 30px;
  }
}

.esghash {
  top: -60px;
}

.meets-view {
  padding: 50px 0 80px;
  background: #F5F6FA;
}

.meets-filter {
  background: #fff;
  margin-top: 30px;
  padding: 25px 4%;
}
.meets-filter dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 18px;
  padding: 10px 0;
}
.meets-filter dt {
  width: 110px;
}
.meets-filter dd {
  flex: 1;
  margin-left: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.meets-filter a {
  margin-right: 25px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.meets-filter a.on, .meets-filter a:hover {
  color: red;
}
@media screen and ( max-width: 1000px) {
  .meets-filter {
    padding: 15px 10px;
  }
  .meets-filter dl {
    font-size: 14px;
    display: block;
    padding: 6px 0;
  }
  .meets-filter dl:nth-child(n+2) {
    border-top: 1px solid #d9d9d9;
  }
  .meets-filter dt {
    width: 100%;
  }
  .meets-filter dd {
    margin-left: 0;
    margin-top: 4px;
  }
}

.meets-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 30px;
}
.meets-list .item {
  width: calc(33.3% - 30px);
  margin-left: 45px;
  background: #fff;
  margin-top: 45px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: block;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.meets-list .item:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
}
.meets-list .item:nth-child(3n+1) {
  margin-left: 0;
}
.meets-list .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.meets-list .pic::before {
  display: block;
  content: "";
  padding-bottom: 65%;
}
.meets-list .pic img {
  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;
}
.meets-list .pic:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.meets-list .info {
  padding: 28px 30px;
}
.meets-list .t {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.meets-list .d {
  height: 80px;
  font-size: 16px;
  margin-top: 8px;
}
.meets-list .opt {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 16px;
}
.meets-list .opt span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.meets-list .opt i {
  margin-right: 8px;
}
@media screen and ( max-width: 1000px) {
  .meets-list {
    display: block;
    margin-top: 20px;
  }
  .meets-list .item {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .meets-list .info {
    padding: 15px 12px;
  }
  .meets-list .t {
    font-size: 16px;
  }
  .meets-list .d {
    font-size: 12px;
    height: 60px;
  }
  .meets-list .opt {
    font-size: 12px;
  }
}

.meeting-body .disTit .hh1 {
  font-weight: bold;
}
.meeting-body .meeting-header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
}
.meeting-body .meeting-header .hh-logo {
  filter: contrast(0) brightness(2);
}
.meeting-body .meeting-header .hh-menus dl:nth-child(7) {
  display: block !important;
}
.meeting-body .meeting-header .hh-menus dt a {
  color: #fff;
  position: relative;
}
.meeting-body .meeting-header .hh-menus dt a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #005BFF;
  content: "";
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.meeting-body .meeting-header .hh-menus dl.on dt a, .meeting-body .meeting-header .hh-menus dl:hover dt a {
  color: #fff;
}
.meeting-body .meeting-header .hh-menus dl.on dt a:after, .meeting-body .meeting-header .hh-menus dl:hover dt a:after {
  opacity: 1;
}
.meeting-body .meeting-header.vblack {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.meeting-body .meeting-header.vblack .hh-logo {
  filter: contrast(1) brightness(1);
}
.meeting-body .meeting-header.vblack .hh-menus dt a {
  color: #333;
  position: relative;
}
.meeting-body .meeting-header.vblack .hh-menus dt a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #005BFF;
  content: "";
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.meeting-body .meeting-header.vblack .hh-menus dl.on dt a, .meeting-body .meeting-header.vblack .hh-menus dl:hover dt a {
  color: #333;
}
.meeting-body .meeting-header.vblack .hh-menus dl.on dt a:after, .meeting-body .meeting-header.vblack .hh-menus dl:hover dt a:after {
  opacity: 1;
}
.meeting-body .m-header .hh-menus dl:nth-child(7) {
  display: block !important;
}
.meeting-body .meet-banner a {
  max-height: calc(80vw * 9 / 16);
}

.meeting-wrap {
  width: 1280px;
  margin: 0 auto;
}
@media screen and ( max-width: 1366px) {
  .meeting-wrap {
    width: 1100px;
  }
}
@media screen and ( max-width: 1000px) {
  .meeting-wrap {
    width: 100%;
    padding: 0 10px;
  }
}

.mtc-view1 {
  padding: 60px 0;
  background: url(../images/bg1.jpg) no-repeat center center/cover;
}

.mtc-view2 {
  padding: 60px 0;
  background: url(../images/bg2.jpg) no-repeat center center/cover;
}

.mtc-view3 .mtc3-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.mtc-view3 .mtc3-list li {
  flex: 1;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  color: #fff;
  background: linear-gradient(#5784FF, #A79AFC);
}
.mtc-view3 .mtc3-list li:nth-child(even) {
  background: linear-gradient(#2E67FF, #A1FFFF);
}
.mtc-view3 .mtc3-list strong {
  font-size: 36px;
}
.mtc-view3 .mtc3-list span {
  font-size: 18px;
}
@media screen and ( max-width: 1000px) {
  .mtc-view3 .mtc3-list li {
    flex: none;
    width: 50%;
    padding: 30px 15px;
  }
  .mtc-view3 .mtc3-list li:nth-child(4n+3) {
    background: #2E67FF;
  }
  .mtc-view3 .mtc3-list li:nth-child(4n) {
    background: #5784FF;
  }
  .mtc-view3 .mtc3-list strong {
    font-size: 24px;
  }
  .mtc-view3 .mtc3-list span {
    font-size: 16px;
  }
}

.mtc-view4 {
  position: relative;
  padding: 50px 0;
}
.mtc-view4::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -90px;
  left: 5%;
  bottom: 0;
  width: 90%;
  background: linear-gradient(90deg, #E4F1F7, #F1F8FB 80%, #fff);
  border-radius: 10px 10px 0 0;
}
@media screen and ( max-width: 1000px) {
  .mtc-view4 {
    padding: 30px 0;
  }
  .mtc-view4::before {
    width: 100%;
    left: 0;
  }
}

.schedule-table {
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.schedule-table .th {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #888;
  border-bottom: 1px solid #ddd;
}
.schedule-table .td {
  box-sizing: border-box;
  padding: 12px 10px;
  font-size: 15px;
}
.schedule-table .td1 {
  width: 140px;
  position: relative;
}
.schedule-table .td2 {
  width: 38%;
  padding-left: 20px;
  padding-right: 50px;
}
.schedule-table .td3 {
  flex: 1;
  position: relative;
}
.schedule-table .tr {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 1.8;
  position: relative;
}
.schedule-table .tr:nth-child(even) {
  background: #F9F9F9;
}
.schedule-table .tr .td1 i {
  display: none;
  margin-right: 4px;
  color: #888;
}
.schedule-table .tr .td1:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  border-right: 2px dotted #ddd;
  content: "";
}
.schedule-table .tr .td1::after {
  position: absolute;
  right: -4px;
  top: 20px;
  width: 10px;
  height: 10px;
  background: #75CFA8;
  border-radius: 50%;
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.schedule-table .tr:first-child .td1::before {
  top: 20px;
}
.schedule-table .tr:last-child .td1::before {
  bottom: calc(100% - 20px);
}
.schedule-table .tr:hover .td1:after {
  box-shadow: 0 0 12px 3px #75cfa8;
}
.schedule-table .person {
  line-height: 1.55;
}
.schedule-table .person .photo {
  width: 42px;
  height: 42px;
  position: absolute;
  left: -52px;
}
.schedule-table .person .photo img {
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #75CFA8;
  border-radius: 50%;
}
.schedule-table .person .d {
  color: #888;
}
@media screen and ( max-width: 1000px) {
  .schedule-table {
    padding: 10px;
  }
  .schedule-table .th {
    display: none;
  }
  .schedule-table .tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  .schedule-table .tr .td1 i {
    display: inline-block;
  }
  .schedule-table .tr .td1:before, .schedule-table .tr .td1::after {
    display: none;
  }
  .schedule-table .td1, .schedule-table .td2, .schedule-table .td3 {
    width: 100%;
    padding: 0;
  }
  .schedule-table .tr:nth-child(even) {
    background: none;
  }
  .schedule-table .person .photo {
    display: none;
  }
}

.mtc-view5 {
  position: relative;
  padding: 0 0 50px;
}
.mtc-view5::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -90px;
  left: 5%;
  bottom: 0;
  width: 90%;
  background: linear-gradient(90deg, #E4F1F7, #F1F8FB 80%, #fff);
  border-radius: 0 0 10px 10px;
}
@media screen and ( max-width: 1000px) {
  .mtc-view5::before {
    width: 100%;
    left: 0;
  }
}
.mtc-view5 .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
.mtc-view5 .list a {
  width: 16%;
  margin-left: 5%;
  margin-top: 25px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-align: center;
}
.mtc-view5 .list a:hover {
  color: #005BFF;
}
.mtc-view5 .list a:nth-child(5n+1) {
  margin-left: 0;
}
.mtc-view5 .list .pic {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: block;
  border: 2px solid #75CFA8;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.mtc-view5 .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.mtc-view5 .list .pic img {
  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;
}
.mtc-view5 .list .pic:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mtc-view5 .list .pic img {
  border-radius: 50%;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.mtc-view5 .list .t {
  font-size: 20px;
  margin-top: 10px;
}
.mtc-view5 .list .d {
  font-size: 15px;
  color: #888;
}
.mtc-view5 .list .artContent {
  display: none;
}
.mtc-view5 .list a:hover .pic {
  border-width: 6px;
}
@media screen and ( max-width: 1000px) {
  .mtc-view5 .list a {
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
  }
  .mtc-view5 .list a:nth-child(3n+1) {
    margin-left: 0;
  }
  .mtc-view5 .list .t {
    font-size: 16px;
  }
  .mtc-view5 .list .d {
    font-size: 13px;
  }
}

.mtc-view6 {
  padding: 50px 0;
}

.mtc-view7 {
  padding-top: 50px;
}
.mtc-view7 .mtc7-list-wrap {
  position: relative;
  margin-top: 30px;
}
.mtc-view7 .mtc7-list-wrap .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.mtc-view7 .mtc7-list-wrap .pic::before {
  display: block;
  content: "";
  padding-bottom: 70%;
}
.mtc-view7 .mtc7-list-wrap .pic img {
  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;
}
.mtc-view7 .mtc7-list-wrap .pic:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mtc-view7 .mtc7-list {
  overflow: hidden;
}
.mtc-view7 .swiper-btn {
  color: #666;
  font-size: 32px;
  font-weight: bold;
}
.mtc-view7 .swiper-btn-prev {
  left: -50px;
}
.mtc-view7 .swiper-btn-next {
  right: -50px;
}
@media screen and ( max-width: 1000px) {
  .mtc-view7 .swiper-btn-prev {
    left: 10px;
  }
  .mtc-view7 .swiper-btn-next {
    right: 10px;
  }
}

.mtc-view8 {
  padding: 50px 0;
}
.mtc-view8 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.mtc-view8 .list .item {
  background: #fff;
  width: calc(33.3% - 20px);
  margin-left: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.mtc-view8 .list .item:nth-child(3n+1) {
  margin-left: 0;
}
.mtc-view8 .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.mtc-view8 .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 70%;
}
.mtc-view8 .list .pic img {
  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;
}
.mtc-view8 .list .pic:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mtc-view8 .list .date {
  position: absolute;
  z-index: 2;
  background: #5784FF;
  color: #fff;
  border-radius: 8px;
  top: 25px;
  left: 25px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.mtc-view8 .list .date strong {
  font-size: 24px;
  line-height: 1.1;
  font-weight: normal;
}
.mtc-view8 .list .date span {
  font-size: 15px;
}
.mtc-view8 .list .info {
  padding: 20px 25px 25px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
.mtc-view8 .list .t {
  font-size: 22px;
  flex: 1;
}
.mtc-view8 .list .d {
  font-size: 15px;
  margin-top: 12px;
}
@media screen and ( max-width: 1000px) {
  .mtc-view8 .list .item {
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-top: 10px;
  }
  .mtc-view8 .list .item:nth-child(3n+1) {
    margin-left: 10px;
  }
  .mtc-view8 .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .mtc-view8 .list .info {
    padding: 10px 10px 15px;
  }
  .mtc-view8 .list .t {
    font-size: 16px;
  }
  .mtc-view8 .list .d {
    font-size: 13px;
    margin-top: 6px;
    color: #555;
  }
  .mtc-view8 .list .date {
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
  }
  .mtc-view8 .list .date strong {
    font-size: 14px;
  }
  .mtc-view8 .list .date span {
    font-size: 12px;
  }
}

.mtc-view9 {
  padding: 50px 0;
  background: #fff;
}
.mtc-view9 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.mtc-view9 .list .item {
  background: #fff;
  width: calc(50% - 15px);
  margin-left: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.mtc-view9 .list .item:nth-child(2n+1) {
  margin-left: 0;
}
.mtc-view9 .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.mtc-view9 .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 70%;
}
.mtc-view9 .list .pic img {
  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;
}
.mtc-view9 .list .pic:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mtc-view9 .list .info {
  padding: 20px 25px 25px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
.mtc-view9 .list .t {
  font-size: 24px;
  flex: 1;
}
.mtc-view9 .list .d {
  font-size: 16px;
  margin-top: 12px;
  color: #555;
}
.mtc-view9 .list .parmas {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 12px;
  color: #555;
}
.mtc-view9 .list .parmas span {
  margin-right: 25px;
  font-size: 16px;
}
.mtc-view9 .list .parmas i {
  margin-right: 5px;
}
@media screen and ( max-width: 1000px) {
  .mtc-view9 .list .item {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .mtc-view9 .list .info {
    padding: 10px 10px 15px;
  }
  .mtc-view9 .list .t {
    font-size: 16px;
  }
  .mtc-view9 .list .d {
    font-size: 13px;
    margin-top: 6px;
  }
}

.mtc-bg-fix {
  position: absolute;
  width: 100%;
  background: url(../images/bg3.jpg) no-repeat center bottom/100% 100%;
  z-index: -1;
}

.mtc5-author {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px 25px 35px;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}
.mtc5-author .pic {
  width: 20%;
}
.mtc5-author .pic img {
  display: block;
  width: 100%;
}
.mtc5-author .info {
  margin-left: 2%;
}
.mtc5-author .t {
  font-size: 32px;
}
.mtc5-author .d {
  font-size: 16px;
  color: #888;
}
.mtc5-author .artContent {
  margin-top: 10px;
}
@media screen and ( max-width: 1000px) {
  .mtc5-author {
    display: block;
  }
  .mtc5-author .pic {
    width: 100%;
  }
  .mtc5-author .pic img {
    width: 200px;
  }
  .mtc5-author .info {
    margin-left: 0;
    margin-top: 10px;
  }
  .mtc5-author .t {
    font-size: 18px;
  }
  .mtc5-author .d {
    font-size: 14px;
  }
}

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

@media screen and ( max-width: 1000px) {
  .m-header + .pageBox {
    padding-top: 60px;
  }
}
.toper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #152B36;
  height: 76px;
  z-index: 100;
}
.toper .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.toper a {
  color: #fff;
}
.home-body .toper {
  background: none;
}

.header {
  height: 76px;
  position: fixed;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
  color: #333;
}
.header .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 {
  float: left;
}
.header .hh-logo a {
  display: block;
  position: relative;
}
.header .hh-logo img {
  position: relative;
  z-index: 1;
  display: block;
  height: 36px;
  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 #005BFF;
  background: transparent;
  color: #005BFF;
  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 .tt-cont {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header .tt-cont li {
  position: relative;
  height: 76px;
}
.header .tt-cont li a {
  color: inherit;
  line-height: 76px;
  padding: 0 13px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header .tt-cont li i {
  font-size: 15px;
}
.header .tt-cont li .icon-out {
  font-size: 20px;
}
.header .hh-menus {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 50px;
}
.header .hh-menus dl {
  position: relative;
  text-align: center;
  height: 100%;
  margin: 0 8px;
}
.header .hh-menus dl:hover dt a {
  color: #005BFF;
}
.header .hh-menus dl:hover dt a:after {
  opacity: 1;
}
.header .hh-menus dl:hover dd {
  pointer-events: auto;
  opacity: 1;
}
.header .hh-menus dl.on dt a {
  color: #005BFF;
}
.header .hh-menus dl.on dt a:after {
  opacity: 1;
}
.header .hh-menus dl:nth-child(7) {
  display: none;
}
.header .hh-menus dt {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
}
.header .hh-menus dt a {
  font-size: 15px;
  height: 100%;
  position: relative;
  color: inherit;
  display: block;
  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 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 15px;
  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: 15px;
  right: 15px;
  content: "";
  border-top: 1px solid #ddd;
  top: 0;
}
.header .hh-menus dd a:hover {
  color: #005BFF;
  background: #F6F8F7;
}
.header .tt-pends {
  float: right;
}
.header .hh-search {
  margin-right: 10px;
}
.header .hh-search a {
  color: inherit;
  font-size: 20px;
  padding: 0 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .hh-search a:hover {
  color: #005BFF;
}
.header .hh-search a i {
  position: relative;
  top: 0;
}
.header .hh-lang {
  float: left;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
}
.header .hh-lang a {
  height: 76px;
  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: #005BFF;
}
.header .hh-lang i {
  font-size: 18px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.header .search-box {
  height: 36px;
  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 #005BFF;
  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: #005BFF;
  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 .lucky-lang {
  position: relative;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .lucky-lang a {
  padding: 0 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .lucky-lang a:hover {
  color: #005BFF;
}
.header.vblack {
  top: 0;
}
.header.vblack:before {
  width: 100%;
}

@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;
  }
}
@media screen and (max-width: 1300px) {
  .header .hh-menus dt a {
    padding: 0 8px;
    font-size: 14px;
  }
}
.m-toper {
  display: none;
  height: 60px;
  position: fixed;
  left: 0;
  background: #fff;
  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: 40px;
}
.m-toper .hh-lang {
  float: right;
  position: relative;
  margin-right: 50px;
  color: #005BFF;
  font-size: 24px;
}

.m-header {
  position: fixed;
  display: none;
  pointer-events: none;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 100;
  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: block;
  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;
  color: #005BFF;
  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: #005bff;
  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 .hh-menus dl:nth-child(7) {
  display: none;
}
.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);
}

.full-menus {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: fixed;
  left: 0;
  top: 76px;
  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: #005BFF;
  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: #005BFF;
}
.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: #005BFF;
}
.fdMenus .thirdNav a:hover {
  text-decoration: underline;
}

@media screen and ( max-width: 1000px) {
  .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;
}
.footer .ft-center {
  background: #272727;
  padding: 60px 0;
  color: #fff;
}
.footer .ft-center .ftc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and ( max-width: 1000px) {
  .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.4;
  height: 40px;
}
.footer .ft-helps dt a {
  color: inherit;
  font-size: inherit;
}
.footer .ft-helps dd {
  line-height: 26px;
  font-size: 14px;
}
.footer .ft-helps dd a {
  display: block;
  padding: 5px 0;
  line-height: 20px;
  color: #AFAFAF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer .ft-helps dd a:hover {
  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 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer .ft-share h2 {
  font-size: 24px;
  color: #0086EA;
  line-height: 1.2;
  font-weight: normal;
}
.footer .ft-share a {
  box-sizing: border-box;
  margin-right: 10px;
}
.footer .ft-share a img {
  height: 28px;
  width: 28px;
  display: block;
}
.footer .ft-share .shares {
  margin-top: 20px;
}
.footer .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 20px;
}
.footer .links a {
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 14px;
  color: #9D9D9D;
  margin-left: 15px;
}
.footer .links a:hover {
  text-decoration: underline;
}
.footer .bottomCopyr {
  font-size: 14px;
  padding: 20px 0;
  color: #BABABA;
  background: #000;
}
.footer .bottomCopyr .br-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer .bottomCopyr .bcleft {
  display: flex;
  justify-content: flex-start;
  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;
}
.footer .bottomCopyr a:hover {
  color: #fff;
}

@media screen and ( max-width: 1000px) {
  .footer .ft-center {
    padding: 35px 0;
  }
  .footer .ft-center .wrap {
    display: block;
    padding: 0 10px;
  }
  .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;
  }
  .footer .ft-codes {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer .bottomLink {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer .bottomCopyr {
    display: block;
  }
  .footer .bottomCopyr .wrap {
    display: block;
  }
  .footer .bottomCopyr .bcleft {
    display: block;
  }
  .footer .bottomCopyr .ftlogo {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer .bottomCopyr a {
    margin-left: 0;
  }
}
.backTop {
  width: 58px;
  z-index: 100;
  opacity: 0;
  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;
}

@media screen and (max-width: 1200px) {
  .toper .search-box {
    display: none;
  }
}
@media screen and ( max-width: 1000px) {
  .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: 1000px) {
  .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: #005BFF;
  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: 142px;
  height: 40px;
  border: 0;
  background: #005BFF;
  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;
}
.comViews .abtn:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #005BFF;
  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: #005BFF;
}
.comViews .abtn:hover:before {
  opacity: 1;
}
.comViews .abtn:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and ( max-width: 1000px) {
  .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: #0086EA;
}
.pageTurning a:hover {
  text-decoration: underline;
}

@media screen and ( max-width: 1000px) {
  .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);
}

.disTit {
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: inherit;
}
.disTit h1 {
  font-size: 34px;
  font-weight: normal;
  line-height: 1.4;
}
.disTit h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
}
.disTit h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
}
.disTit .hh1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.4;
}
.disTit .hh3 {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.4;
}
.disTit .hh2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.4;
}
.disTit h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
}
.disTit h5 {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2.2;
  font-weight: normal;
}
.disTit .d {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
.disTit .d2 {
  font-size: 16px;
  line-height: 1.8;
  color: #777;
  font-weight: normal;
}
.disTit .d3 {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  font-weight: normal;
}
.disTit .handle {
  display: inline-block;
  width: 142px;
  height: 40px;
  border: 0;
  background: #005BFF;
  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;
}
.disTit .handle:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #005BFF;
  top: 0;
  left: 0;
}
.disTit .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;
}
.disTit .handle:hover {
  border-color: #005BFF;
}
.disTit .handle:hover:before {
  opacity: 1;
}
.disTit .handle:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.disTit .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;
}
.disTit .handle2:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #005BFF;
  top: 0;
  left: 0;
}
.disTit .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;
}
.disTit .handle2:hover {
  border-color: #005BFF;
}
.disTit .handle2:hover:before {
  opacity: 1;
}
.disTit .handle2:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.disTit img {
  max-width: 100%;
}
@media screen and ( max-width: 1000px) {
  .disTit h1 {
    font-size: 22px;
  }
  .disTit h2 {
    font-size: 18px;
  }
  .disTit h3 {
    font-size: 16px;
  }
  .disTit h4 {
    font-size: 16px;
  }
  .disTit .d {
    font-size: 14px;
  }
  .disTit .hh1 {
    font-size: 24px;
    font-weight: normal;
  }
  .disTit .hh2 {
    font-size: 24px;
    font-weight: normal;
  }
  .disTit .hh3 {
    font-size: 20px;
    font-weight: normal;
  }
  .disTit .d2 {
    font-size: 14px;
  }
  .disTit .handle {
    width: 140px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    margin-top: 15px;
  }
  .disTit img {
    height: auto !important;
  }
}

.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: #005BFF;
}
.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: 1000px) {
  .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: #005BFF;
}
.artTitleH1.tac.liner:after {
  left: 50%;
  margin-left: -22px;
}

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

.artContent {
  font-size: 16px;
  line-height: 1.8;
}
.artContent img, .artContent video {
  max-width: 100%;
  height: auto !important;
}

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

.crumbsTab {
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  position: absolute;
  top: 76px;
  left: 0;
  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;
  color: #BABABA;
}
.crumbsTab i.icon-home {
  font-size: 20px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.crumbsTab a {
  height: 40px;
  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;
  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: 1000px) {
  .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: #005BFF;
  text-align: center;
  color: #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%;
  min-height: 600px;
  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: 40px;
  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: 1000px) {
  .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: -76px;
}

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

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