@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);
    opacity: 0.7;
  }
  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);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
}
@-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);
    opacity: 0.7;
  }
  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);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
}
@-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, section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

li {
  list-style: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

@font-face {
  font-family: Bebas;
  src: url("../fontFrame/BEBASNEUE-1.ttf");
}
@font-face {
  font-family: Noto;
  src: url("../fontFrame/NotoSansHans-Regular-2.ttf");
}
body {
  color: #000;
  word-break: break-word;
  word-wrap: break-word;
}

body, input, textarea {
  font-size: 12px;
  font-family: Noto, "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: #333;
}

table {
  border-collapse: collapse;
}

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

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

.fl, .z {
  float: left;
}

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

.show {
  display: block;
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wrap2 {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.wrap3 {
  padding: 0 80px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.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: 75px;
}

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

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

@media screen and (max-width: 1300px) {
  .wrap, .wrap2, .wrap3 {
    width: 1080px;
  }
}
@media screen and (max-width: 750px) {
  .wrap, .wrap2, .wrap3 {
    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: #333;
  border-color: #333;
  color: #fff;
}

.pc-show {
  display: block;
}

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

@media screen and (max-width: 750px) {
  .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: #333;
  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: #333;
}
.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: #333;
  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 80px;
}
.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: #76A32D;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pagering .active a, .pagering .active span {
  background: #76A32D;
  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);
    opacity: 0.7;
  }
  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);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
}
@-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: #76A32D !important;
}

.c3 {
  color: #0086EA !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: #76A32D;
}

.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: 750px;
}

.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 .bgVideo {
  height: 100vh;
  max-height: 39.375vw;
  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: #76A32D;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.com-banner .bgVideo.bg-black-15:after {
  background: rgba(0, 0, 0, 0.15);
}
.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: 54px;
  line-height: 1.2;
  font-weight: normal;
  box-sizing: border-box;
  width: 100%;
}
.com-banner .bgTxt h2 {
  font-size: 48px;
  font-weight: normal;
  box-sizing: border-box;
  width: 100%;
}
.com-banner .bgTxt h3 {
  font-size: 34px;
  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: 200px;
  height: 48px;
  border: none;
  background: #278DCB;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 5px;
  margin-top: 20px;
}
.com-banner .bgTxt .hand:not(.disabled):not([disabled]):hover {
  background: #76A32D;
  color: #fff;
}
.com-banner .bgTxt .hand2 {
  display: inline-block;
  width: 240px;
  height: 56px;
  border: 3px solid #fff;
  background: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 5px;
  margin-top: 20px;
}
.com-banner .bgTxt .hand2:not(.disabled):not([disabled]):hover {
  background: #76A32D;
  color: #fff;
}
.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: 20px;
  font-weight: normal;
  max-width: 900px;
}
.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;
  background: #4C7FB6;
  padding: 0 6px;
  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: 45vw;
}

.h40-banner a {
  max-height: 22.5vw;
}

.h50-banner a {
  max-height: 340px;
}

.h60-banner a {
  max-height: 33.75vw;
}

.h70-banner a {
  max-height: 39.375vw;
}

.h75-banner a {
  max-height: 42.1875vw;
}

.h80-banner a {
  max-height: 45vw;
}

.h90-banner a {
  max-height: 50.625vw;
}

.h100-banner a {
  max-height: 56.25vw;
}

.h40-banner .bgVideo {
  max-height: 22.5vw;
}

.h50-banner .bgVideo {
  max-height: 28.125vw;
}

.h60-banner .bgVideo {
  max-height: 33.75vw;
}

.h70-banner .bgVideo {
  max-height: 39.375vw;
}

.h75-banner .bgVideo {
  max-height: 42.1875vw;
}

.h80-banner .bgVideo {
  max-height: 45vw;
}

.h90-banner .bgVideo {
  max-height: 50.625vw;
}

.h100-banner .bgVideo {
  max-height: 56.25vw;
}

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

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

.px500-banner a {
  max-height: 360px;
}

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

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

.h50-banner .bgTxt {
  padding: 50px 0 0;
}

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

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

@media screen and (max-width: 750px) {
  .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: 50vw !important;
  }
  .com-banner .bgTxt {
    padding: 40px 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;
  }
  .hsy-banner a {
    height: 50vw;
  }
  .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%;
  }
  .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: #76A32D;
}
.swiper-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.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: 750px) {
  .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: 750px) {
  .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;
  }
}
.cafi-banner {
  height: calc(100vh - 75px);
  position: relative;
}
.cafi-banner ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.cafi-banner a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.cafi-banner video {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  opacity: 0;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
}
.cafi-banner a.on {
  flex: 1.5;
}
.cafi-banner a.on video {
  opacity: 1;
}
.cafi-banner .bgTxt {
  position: absolute;
  pointer-events: none;
  color: #fff;
  top: 0;
  left: 0;
  bottom: 10%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and ( max-width: 768px) {
  .cafi-banner {
    height: 90vw;
  }
  .cafi-banner ul {
    justify-content: flex-start;
  }
  .cafi-banner a {
    height: 90vw;
  }
}
.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: #76A32D;
}
.pageMenus a.on, .pageMenus a:hover {
  color: #76A32D;
}
.pageMenus a.on:after, .pageMenus a:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .pageMenus a {
    font-size: 14px;
    padding: 0 5px;
    margin: 0;
  }
}
.pageBread {
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/page-m.jpg);
}
.pageBread .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  font-size: 48px;
  color: #fff;
}
.pageBread .wrap:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 14.5px 0 14.5px;
  border-color: #76A32D transparent transparent transparent;
}
.pageBread.noArrow .wrap:after {
  display: none;
}
@media screen and ( max-width: 768px) {
  .pageBread {
    height: 60px;
  }
  .pageBread .wrap {
    font-size: 24px;
  }
  .pageBread .wrap:after {
    left: 10px;
  }
}

.secTitle {
  font-size: 36px;
  font-weight: bold;
  padding: 15px 0;
}
.secTitle.border {
  border-bottom: 2px solid #4C7FB6;
}
.secTitle.md {
  padding: 12px 0;
  font-size: 26px;
  border-bottom: 1px solid #000;
}
.secTitle.md2 {
  padding: 12px 0;
  color: #004C9E;
  font-size: 24px;
  border-bottom: 1px solid #004C9E;
}
@media screen and ( max-width: 768px) {
  .secTitle {
    font-size: 20px;
  }
  .secTitle.md {
    font-size: 18px;
  }
}

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

.about-section1 {
  padding-bottom: 50px;
}

.about-section2 {
  padding: 1px 0 30px;
}
.about-section2 .amain {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.about-section2 .aleft {
  width: 46%;
  color: #709F8B;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.about-section2 .aleft img {
  display: block;
  width: 100%;
}
.about-section2 .aleft .info {
  background: #DDECE6 url(../images/bg5.jpg) no-repeat center bottom/100% auto;
  padding: 50px;
  flex: 1;
  width: 100%;
}
.about-section2 .aleft .t {
  font-size: 48px;
  line-height: 1.2;
}
.about-section2 .aleft .d {
  font-size: 18px;
  margin-top: 20px;
}
.about-section2 .aright {
  width: 52%;
  background: #F2F2F2 url(../images/cmanbg.jpg) no-repeat center bottom/100% auto;
  padding: 50px;
  position: relative;
}
.about-section2 .aright:before {
  position: absolute;
  right: 50px;
  top: 40px;
  width: 288px;
  height: 293px;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/douhao.png);
}
.about-section2 .aright .t {
  font-size: 28px;
  position: relative;
  line-height: 1.3;
}
.about-section2 .aright .artContent {
  margin-top: 30px;
  position: relative;
}
@media screen and ( max-width: 768px) {
  .about-section2 {
    padding-bottom: 10px;
  }
  .about-section2 .amain {
    margin-top: 0;
    display: block;
  }
  .about-section2 .aleft {
    width: 100%;
  }
  .about-section2 .aleft .info {
    padding: 20px;
  }
  .about-section2 .aleft .t {
    font-size: 32px;
  }
  .about-section2 .aleft .d {
    font-size: 16px;
  }
  .about-section2 .aright {
    width: 100%;
    padding: 20px;
  }
  .about-section2 .aright .t {
    font-size: 18px;
  }
  .about-section2 .aright .artContent {
    margin-top: 20px;
  }
}

.about-section3 {
  padding: 20px 0;
}
.about-section3 .amain {
  margin-top: 20px;
  background: #F0F6FB;
  padding: 40px;
}
@media screen and ( max-width: 768px) {
  .about-section3 .amain {
    margin-top: 12px;
    padding: 20px;
  }
}

.about-section4 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}
.about-section4 .list li {
  width: 23%;
  margin-left: 2.66%;
  margin-bottom: 50px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.about-section4 .list li img, .about-section4 .list li .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-section4 .list li img {
  width: 100%;
}
.about-section4 .list li .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-section4 .list li:hover > img, .about-section4 .list li:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.about-section4 .list li:nth-child(4n+1) {
  margin-left: 0;
}
.about-section4 .list .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 20px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(0, 65%);
  transform: translate(0, 65%);
}
.about-section4 .list .tit {
  font-size: 22px;
}
.about-section4 .list .ftit {
  font-size: 13px;
  margin-top: 10px;
  color: #1F5FA4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about-section4 .list .des {
  font-size: 12px;
  margin-top: 15px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #666;
  line-height: 1.6;
}
.about-section4 .list li:hover .info {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  overflow: auto;
}
.about-section4 .list li:hover .ftit {
  display: block;
}
.about-section4 .list li:hover .des {
  opacity: 1;
}
@media screen and ( max-width: 768px) {
  .about-section4 .list {
    margin-top: 20px;
  }
  .about-section4 .list li {
    width: 49%;
    height: 72vw;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .about-section4 .list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .about-section4 .list .info {
    padding: 12px 10px;
    top: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .about-section4 .list .des {
    display: none;
  }
  .about-section4 .list .tit {
    font-size: 14px;
  }
  .about-section4 .list .ftit {
    font-size: 10px;
    display: block;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 30px;
  }
}

.layer-as4 {
  padding: 30px 15px;
  max-height: 90vh;
}
.layer-as4 .tit {
  font-size: 16px;
}
.layer-as4 .ftit {
  font-size: 12px;
  color: #1F5FA4;
  margin-top: 8px;
}
.layer-as4 .des {
  margin-top: 12px;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

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

.contact-section1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.cts-left {
  width: 45%;
}
.cts-left .des {
  margin-top: 40px;
  font-size: 26px;
  color: #4C7FB6;
}
.cts-left .list {
  margin-top: 30px;
}
.cts-left .list li {
  padding: 8px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 1.8;
}
.cts-left .list i {
  width: 25px;
  color: #76A32D;
  font-size: 25px;
  margin-right: 15px;
  text-align: center;
  line-height: 1.3;
}
.cts-left .list span {
  font-size: 16px;
}

.cts-right {
  width: 51%;
}

.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 {
  float: float;
  display: inline-block;
  width: 170px;
  height: 44px;
  border: 2px solid #76A32D;
  background: none;
  color: #76A32D;
  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: 22px;
}
.sendBtn:not(.disabled):not([disabled]):hover {
  background: #76A32D;
  color: #fff;
}
.sendBtn.disabled {
  background: #d2d2d2;
  cursor: not-allowed;
}

.emailBtn {
  float: float;
  display: inline-block;
  width: 150px;
  height: 42px;
  border: none;
  background: #76A32D;
  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: #76A32D;
  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;
}

@media screen and ( max-width: 768px) {
  .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;
  }
  .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%;
  }
}
.layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.layout .layout-main {
  flex: 1;
}
.layout .layout-widget {
  width: 360px;
  margin-left: 60px;
}
@media screen and ( max-width: 768px) {
  .layout {
    display: block;
  }
  .layout .layout-widget {
    width: 100%;
    margin-left: 0;
  }
}

.join-list {
  padding-bottom: 30px;
}
.join-list .sect {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.join-list dl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 5px 0;
  line-height: 1.7;
}
.join-list dt {
  width: 250px;
  margin-right: 10px;
  font-size: 16px;
  color: #4C7FB6;
}
.join-list dd {
  flex: 1;
  font-size: 16px;
}
.join-list .join-item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and ( max-width: 768px) {
  .join-list .sect {
    padding: 12px 0;
  }
  .join-list dl {
    display: block;
  }
  .join-list dt {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }
  .join-list dd {
    font-size: 14px;
    margin-top: 8px;
  }
}

.widget-apply {
  padding: 30px 30px 60px;
  background: #F0F0F0;
}
.widget-apply .t {
  font-size: 30px;
  color: #4C7FB6;
}
.widget-apply .d {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.widget-apply .d a {
  color: #4C7FB6;
}
.widget-apply .apply {
  display: inline-block;
  width: 196px;
  height: 42px;
  border: none;
  background: #4C7FB6;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 21px;
  margin-top: 40px;
}
.widget-apply .apply {
  position: relative;
  overflow: hidden;
}
.widget-apply .apply:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.widget-apply .apply:hover:after {
  transition: all 0.5s ease;
  left: 100%;
}
.widget-apply .apply i {
  font-size: 32px;
  margin-right: 12px;
}
@media screen and ( max-width: 768px) {
  .widget-apply {
    padding: 20px 20px 30px;
  }
  .widget-apply .apply {
    margin-top: 25px;
  }
}

.widgetFix {
  position: absolute;
}

.events-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
.events-list a {
  width: 49%;
  margin-left: 2%;
  margin-bottom: 30px;
}
.events-list a:nth-child(2n+1) {
  margin-left: 0;
}
.events-list .pic {
  height: 215px;
  position: relative;
  overflow: hidden;
}
.events-list .pic img, .events-list .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.events-list .pic img {
  width: 100%;
}
.events-list .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.events-list .pic:hover > img, .events-list .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.events-list .t {
  font-size: 22px;
  color: #1F5FA4;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 5px 0;
}
.events-list .t:hover {
  text-decoration: underline;
}
@media screen and ( max-width: 768px) {
  .events-list a {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .events-list .pic {
    height: 50vw;
  }
  .events-list .t {
    font-size: 18px;
  }
}

.widget-events {
  padding: 30px 30px 80px;
  background: #F0F0F0;
}
.widget-events .t {
  font-size: 30px;
  color: #4C7FB6;
  padding-bottom: 15px;
}
.widget-events .list a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: block;
  color: #4C7FB6;
  font-size: 17px;
  padding: 8px 0;
}
.widget-events .list a:hover, .widget-events .list a.on {
  color: #555;
}
@media screen and ( max-width: 768px) {
  .widget-events {
    padding: 20px 10px 30px;
  }
  .widget-events .t {
    font-size: 18px;
  }
  .widget-events .list a {
    font-size: 14px;
    padding: 8px 0;
  }
}

.foucs-cc-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.foucs-cc-list li {
  width: 32%;
  margin-left: 2%;
  color: #fff;
  margin-bottom: 20px;
  padding: 35px 25px;
  background: #2F3238;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foucs-cc-list li:hover {
  background: #1D2C6A;
}
.foucs-cc-list li:nth-child(3n+1) {
  margin-left: 0;
}
.foucs-cc-list .t {
  border-top: 3px solid #fff;
  padding: 25px 0 15px;
  font-size: 22px;
  height: 100px;
}
.foucs-cc-list .d {
  font-size: 12px;
  line-height: 2;
}
@media screen and ( max-width: 768px) {
  .foucs-cc-list {
    display: block;
    margin-top: 20px;
  }
  .foucs-cc-list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 25px 15px;
  }
  .foucs-cc-list .t {
    padding: 15px 0;
    font-size: 18px;
    height: auto;
  }
}

.widget-focus {
  padding: 30px 30px 80px;
  background: #F0F0F0;
}
.widget-focus .t {
  font-size: 30px;
  color: #4C7FB6;
  padding-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.widget-focus .t i {
  font-size: 36px;
  margin-right: 10px;
}
.widget-focus .list a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: block;
  color: #4C7FB6;
  font-size: 17px;
  padding: 8px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.widget-focus .list a:hover {
  color: #555;
}
.widget-focus .list a.on {
  color: #555;
}
@media screen and ( max-width: 768px) {
  .widget-focus {
    padding: 20px 10px 40px;
  }
  .widget-focus .t {
    font-size: 18px;
  }
  .widget-focus .t i {
    font-size: 24px;
  }
  .widget-focus .list a {
    font-size: 14px;
  }
}

.foucs-pa-list {
  margin-top: 40px;
}
.foucs-pa-list li {
  line-height: 24px;
  font-size: 15px;
  border-bottom: 1px solid #D4E2EF;
  padding: 13px 25px;
}
.foucs-pa-list li:nth-child(odd) {
  background: #F0F6FB;
}
.foucs-pa-list i {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
@media screen and ( max-width: 768px) {
  .foucs-pa-list {
    margin-top: 25px;
  }
  .foucs-pa-list li {
    font-size: 14px;
    padding: 12px 15px;
  }
}

.widget-share {
  height: 86px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.widget-share a {
  margin-left: 20px;
}
.widget-share img {
  height: 23px;
}

.news-list {
  padding-bottom: 20px;
}
.news-list li {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.news-list .pic {
  display: block;
  width: 260px;
  height: 166px;
  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 .info {
  margin-left: 25px;
  flex: 1;
}
.news-list .t {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 22px;
  color: #4C7FB6;
  line-height: 1.2;
}
.news-list .t:hover {
  text-decoration: underline;
}
.news-list .date {
  margin-top: 5px;
  font-size: 12px;
}
.news-list .des {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and ( max-width: 768px) {
  .news-list li {
    margin-top: 20px;
  }
  .news-list .pic {
    width: 35vw;
    height: 25vw;
  }
  .news-list .info {
    margin-left: 15px;
  }
  .news-list .t {
    font-size: 16px;
  }
  .news-list .des {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.widget-news {
  padding: 20px 35px 30px;
  background: #F0F0F0;
}
.widget-news .h1 {
  font-size: 24px;
  color: #4C7FB6;
}
.widget-news .list {
  margin-top: 12px;
}
.widget-news .list li {
  margin-bottom: 25px;
}
.widget-news .list .pic {
  display: block;
  height: 166px;
  position: relative;
  overflow: hidden;
}
.widget-news .list .pic img, .widget-news .list .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.widget-news .list .pic img {
  width: 100%;
}
.widget-news .list .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.widget-news .list .pic:hover > img, .widget-news .list .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.widget-news .list .t {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 16px;
  color: #4C7FB6;
  line-height: 1.2;
  margin-top: 10px;
}
.widget-news .list .t:hover {
  text-decoration: underline;
}
.widget-news .list .date {
  margin-top: 5px;
  font-size: 12px;
}
@media screen and ( max-width: 768px) {
  .widget-news {
    padding: 20px 15px 30px;
  }
}

.tagTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 86px;
}
.tagTitle strong {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 38px;
  padding: 0 12px;
  background: #76A32D;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
}

.parther-item .list {
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.parther-item .list a {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 24%;
  margin: 0 0.5%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.parther-item .list img {
  max-height: 80%;
  max-width: 85%;
}

@media screen and (max-width: 750px) {
  .parther-item .list {
    padding: 10px 0;
  }
  .parther-item .list a {
    height: 70px;
  }
}
.publisher-section {
  padding: 50px 0;
}
.publisher-section .main {
  background: #76A32D;
  color: #fff;
  margin-top: 40px;
}
.publisher-section .main .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.publisher-section .main .pic {
  width: 350px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: scale(1.1) rotate(-5deg);
  transform: scale(1.1) rotate(-5deg);
  margin: 0 30px;
}
.publisher-section .main .pic img {
  width: 100%;
}
.publisher-section .main .pic:hover {
  -webkit-transform: scale(1.2) rotate(0deg);
  transform: scale(1.2) rotate(0deg);
}
.publisher-section .main .info {
  margin-left: 70px;
  flex: 1;
}
.publisher-section .main .t {
  color: inherit;
  font-size: 48px;
  line-height: 1.2;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.publisher-section .main .t:hover {
  text-decoration: underline;
}
.publisher-section .main .d {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.8;
}
.publisher-section .main .more {
  display: inline-block;
  width: 170px;
  height: 48px;
  border: 3px solid #fff;
  background: none;
  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;
  border-radius: 22px;
  margin-top: 30px;
}
.publisher-section .main .more {
  position: relative;
  overflow: hidden;
}
.publisher-section .main .more:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  width: 170px;
  height: 170px;
  top: -61px;
  opacity: 0;
}
.publisher-section .main .more:not(.disabled):not([disabled]):hover:before {
  -webkit-animation: huaquan 1s linear infinite;
  animation: huaquan 1s linear infinite;
}
@media screen and ( max-width: 768px) {
  .publisher-section {
    padding-bottom: 10px;
  }
  .publisher-section .main {
    margin-top: 25px;
    padding-bottom: 20px;
  }
  .publisher-section .main .wrap {
    display: block;
  }
  .publisher-section .main .pic {
    width: 260px;
    display: block;
    margin: 0 auto;
  }
  .publisher-section .main .info {
    margin-left: 0;
    margin-top: 50px;
  }
  .publisher-section .main .t {
    font-size: 24px;
  }
}

.research-reports {
  padding: 50px 0;
}
.research-reports .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.research-reports .list li {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.research-reports .list .pic {
  width: 200px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.research-reports .list .pic img {
  display: block;
  width: 100%;
}
.research-reports .list .pic:hover {
  border-color: #4C7FB6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.research-reports .list .info {
  flex: 1;
  margin: 0 40px 0;
  padding-top: 10px;
}
.research-reports .list .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.research-reports .list .tags strong {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 22px;
  padding: 0 10px;
  background: #76A32D;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.research-reports .list .t {
  display: block;
  font-size: 24px;
  color: #4C7FB6;
  margin-top: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.research-reports .list .t:hover {
  text-decoration: underline;
}
.research-reports .list .d {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
@media screen and ( max-width: 768px) {
  .research-reports {
    padding: 30px 0 10px;
  }
  .research-reports .list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .research-reports .list .pic {
    width: 32vw;
  }
  .research-reports .list .info {
    margin: 0;
    margin-left: 15px;
  }
  .research-reports .list .t {
    font-size: 14px;
    margin-top: 5px;
  }
  .research-reports .list .d {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.6;
  }
}

.research-publications {
  padding: 50px 0;
}
.research-publications .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.research-publications .list li {
  width: 32%;
  margin-left: 2%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 70px;
  margin-bottom: 40px;
}
.research-publications .list li:nth-child(3n+1) {
  margin-left: 0;
}
.research-publications .list .pic {
  display: block;
  margin-right: 70px;
  width: calc(100% - 70px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.research-publications .list .pic img {
  display: block;
  width: 100%;
}
.research-publications .list .info {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  left: 50px;
  background: #fff;
  padding: 25px 20px;
}
.research-publications .list .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.research-publications .list .tags strong {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 22px;
  padding: 0 10px;
  background: #76A32D;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.research-publications .list .t {
  display: block;
  font-size: 24px;
  margin-top: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.research-publications .list .d {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.research-publications .list li:hover .pic {
  -webkit-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
}
.research-publications .list li:hover .info {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
.research-publications .list li:hover .t {
  color: #4C7FB6;
}
@media screen and ( max-width: 768px) {
  .research-publications {
    padding: 35px 0 0;
  }
  .research-publications .list li {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 25px;
  }
  .research-publications .list li:nth-child(3n+1) {
    margin-left: 2%;
  }
  .research-publications .list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .research-publications .list .pic {
    margin-right: 30px;
    width: calc(100% - 30px);
  }
  .research-publications .list .info {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    left: 30px;
    padding: 8px 5px;
    height: 108px;
  }
  .research-publications .list .tags {
    display: none;
  }
  .research-publications .list .t {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 0;
  }
  .research-publications .list .d {
    margin-top: 5px;
    font-size: 12px;
  }
}

.reports-sec {
  padding-top: 0;
}
.reports-sec .list li {
  padding: 40px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
@media screen and ( max-width: 768px) {
  .reports-sec .list li {
    padding: 20px 0;
  }
}

.home-section1 {
  padding: 70px 0 50px;
}
.home-section1 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-section1 .item {
  width: 32%;
  margin-left: 2%;
  height: 270px;
  margin-bottom: 40px;
}
.home-section1 .item:nth-child(3n+1) {
  margin-left: 0;
}
.home-section1 .disTit .d0 {
  text-align: justify;
}
.home-section1 a.item {
  position: relative;
  overflow: hidden;
}
.home-section1 a.item img, .home-section1 a.item .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-section1 a.item img {
  width: 100%;
}
.home-section1 a.item .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-section1 a.item:hover > img, .home-section1 a.item:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.home-section1 a.item:before {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1;
  content: "";
  bottom: -42%;
  right: -40%;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  transform-origin: 60% 80%;
  height: 100%;
  width: 110%;
  background: #76A32D;
}
.home-section1 .info {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 15px 20px;
  font-size: 20px;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #fff;
}
.home-section1 .info span {
  width: 45%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-section1 a:hover:before {
  -webkit-transform: rotate(-35deg) scale(3);
  transform: rotate(-35deg) scale(3);
  opacity: 0.95;
}
.home-section1 a:hover .info span {
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .home-section1 .item {
    height: 240px;
  }
  .home-section1 .info {
    font-size: 16px;
  }
}
@media screen and ( max-width: 768px) {
  .home-section1 {
    padding: 30px 0 30px;
  }
  .home-section1 .item {
    display: block;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .home-section1 .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .home-section1 .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .home-section1 li.item {
    height: auto;
  }
  .home-section1 a.item {
    height: 45vw;
  }
  .home-section1 a.item:before {
    display: none;
  }
  .home-section1 a.item .info {
    background: #76A32D;
  }
  .home-section1 a.item .info span {
    width: 100%;
    font-size: 14px;
  }
  .home-section1 .disTit .d0 {
    font-size: 12px;
    line-height: 1.6;
  }
}
.home-section2 {
  padding: 65px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/bg6.png);
}
.home-section2 .list {
  margin-top: 30px;
  overflow: hidden;
}
.home-section2 .list a {
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-section2 .list .pic {
  height: 170px;
  position: relative;
  overflow: hidden;
}
.home-section2 .list .pic img, .home-section2 .list .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-section2 .list .pic img {
  width: 100%;
}
.home-section2 .list .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-section2 .list .pic:hover > img, .home-section2 .list .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.home-section2 .list .info {
  padding: 15px;
}
.home-section2 .list .t {
  font-size: 18px;
  height: 100px;
  border-bottom: 1px solid #ddd;
}
.home-section2 .list .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 15px 0 10px;
  font-size: 12px;
  color: #9F9F9F;
}
.home-section2 .list .hit i {
  margin-right: 5px;
  font-size: 16px;
}
.home-section2 .list a:hover {
  background: #1D2C6A;
  color: #fff;
}
.home-section2 .list a:hover .t {
  border-bottom-color: #fff;
}
.home-section2 .list a:hover .more {
  color: inherit;
}
.home-section2 .swiper-btn {
  border-radius: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  font-size: 18px;
}
.home-section2 .swiper-btn:hover {
  background: #fff;
}
.home-section2 .swiper-btn-next {
  right: -60px;
}
.home-section2 .swiper-btn-prev {
  left: -60px;
}
@media screen and ( max-width: 768px) {
  .home-section2 {
    padding: 40px 0;
  }
  .home-section2 .swiper-btn {
    top: 30%;
    margin-top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  }
  .home-section2 .swiper-btn-next {
    right: 15px;
  }
  .home-section2 .swiper-btn-prev {
    left: 15px;
  }
  .home-section2 .list .hit {
    display: none;
  }
}

.home-section3 {
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/bg7.jpg);
}
.home-section3 .list {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.home-section3 .list a {
  width: 30%;
  margin-left: 5%;
  padding-top: 90px;
  position: relative;
}
.home-section3 .list a:nth-child(3n+1) {
  margin-left: 0;
}
.home-section3 .list .info {
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 28px;
  color: #84C19E;
  text-align: center;
  border: 1px solid #000;
  height: 330px;
  padding-top: 200px;
  box-shadow: 12px 12px 0 0px #76A32D;
}
.home-section3 .list .pic {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home-section3 .list .pic img, .home-section3 .list .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-section3 .list .pic img {
  width: 100%;
}
.home-section3 .list .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-section3 .list .pic:hover > img, .home-section3 .list .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.home-section3 .list a:hover .info {
  background: #1D2C6A;
  color: #fff;
  box-shadow: 12px 12px 0 0px #2D44A4;
}
@media screen and ( max-width: 768px) {
  .home-section3 {
    padding: 40px 0;
  }
  .home-section3 .list {
    margin-top: 20px;
  }
  .home-section3 .list a {
    display: block;
    padding-top: 10vw;
  }
  .home-section3 .list .pic {
    width: 22vw;
    height: 22vw;
  }
  .home-section3 .list .info {
    font-size: 14px;
    padding-top: 12vw;
    height: 22vw;
    box-shadow: 6px 6px 0 0px #76A32D;
  }
}

.home-section4 {
  padding: 60px 0;
  background: #fff;
}
.home-section4 .list {
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-section4 .list a {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 24%;
  margin: 0 0 10px 1.33%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-section4 .list a:nth-child(4n+1) {
  margin-left: 0;
}
.home-section4 .list img {
  max-height: 80%;
  max-width: 85%;
}
@media screen and ( max-width: 768px) {
  .home-section4 {
    padding: 40px 0;
  }
  .home-section4 .list {
    padding: 20px 0 10px;
  }
}

.home-section5 {
  padding: 60px 0;
  background: #F5F5F5;
}
.home-section5 .list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-section5 .list a {
  width: 48%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.home-section5 .list a:hover {
  border-color: #76A32D;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-section5 .list a:hover:hover {
  color: #76A32D;
  text-decoration: underline;
}
.home-section5 .list .t {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.home-section5 .list .t strong {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 30px;
  margin-right: 15px;
  padding: 0 12px;
  background: #76A32D;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.home-section5 .list .t span {
  font-size: 22px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-section5 .list .d {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and ( max-width: 768px) {
  .home-section5 {
    padding: 40px 0;
  }
  .home-section5 .list {
    margin-top: 20px;
  }
  .home-section5 .list a {
    width: 100%;
    padding: 12px 0;
  }
  .home-section5 .list .d {
    margin-top: 8px;
  }
}

.home-section6 {
  padding: 90px 0 400px;
  background: url(../images/bg8.jpg) no-repeat center bottom;
}
.home-section6 .d {
  color: #666;
}
.home-section6 .pageMore {
  text-align: center !important;
}
@media screen and ( max-width: 768px) {
  .home-section6 {
    padding-top: 40px;
    padding-bottom: 80px;
    background-size: contain;
  }
  .home-section6 .pageMore {
    margin-top: 25px !important;
  }
}

.research-project {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
.research-project a {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
}
.research-project a:nth-child(3n+1) {
  margin-left: 0;
}
.research-project .pic {
  height: 215px;
  position: relative;
  overflow: hidden;
}
.research-project .pic img, .research-project .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.research-project .pic img {
  width: 100%;
}
.research-project .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.research-project .pic:hover > img, .research-project .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.research-project .t {
  font-size: 22px;
  color: #1F5FA4;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 5px 0;
}
.research-project .t:hover {
  text-decoration: underline;
}
@media screen and ( max-width: 768px) {
  .research-project a {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .research-project .pic {
    height: 50vw;
  }
  .research-project .t {
    font-size: 16px;
  }
}

.widget-project a {
  height: 130px;
  margin-bottom: 30px;
}
.widget-project a .pic {
  height: 215px;
  position: relative;
  overflow: hidden;
}
.widget-project a .pic img, .widget-project a .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.widget-project a .pic img {
  width: 100%;
}
.widget-project a .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.widget-project a .pic:hover > img, .widget-project a .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.widget-project a .t {
  font-size: 22px;
  color: #1F5FA4;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 5px 0;
}
.widget-project a .t:hover {
  text-decoration: underline;
}
@media screen and ( max-width: 768px) {
  .widget-project a a {
    margin-bottom: 20px;
  }
  .widget-project a .pic {
    height: 50vw;
  }
  .widget-project a .t {
    font-size: 16px;
  }
}

.login-content {
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 0 80px;
}

.login-form {
  margin-top: 30px;
}
.login-form .links {
  padding: 20px 0;
}
.login-form .links a {
  font-size: 14px;
  color: #777;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.login-form .links a:hover {
  color: #76A32D;
  text-decoration: underline;
}
.login-form .handles .btn {
  display: inline-block;
  width: 100%;
  height: 46px;
  border: none;
  background: #333;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 46px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.login-form .handles .btn {
  position: relative;
  overflow: hidden;
}
.login-form .handles .btn:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.login-form .handles .btn:hover:after {
  transition: all 0.5s ease;
  left: 100%;
}
.login-form .handles .btn1 {
  background: #278DCB;
}
.login-form .handles .btn2 {
  background: #729C2C;
}
.login-form .ipt-full {
  margin-top: 15px;
}

.auto-banner a {
  display: block;
  position: relative;
}
.auto-banner img {
  width: 100%;
  display: block;
  height: auto;
}
.auto-banner .btTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.newhome-banner .bgTxt {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 80%;
  margin-left: 10%;
}
.newhome-banner .bgTxt .desc {
  font-size: 16px;
}
@media screen and ( max-width: 768px) {
  .newhome-banner .bgTxt {
    padding-bottom: 20px;
  }
}

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

@media screen and (max-width: 750px) {
  .m-header + .pageBox {
    padding-top: 60px;
  }
}
.header {
  height: 75px;
  position: fixed;
  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: 45px;
  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 #76A32D;
  background: transparent;
  color: #76A32D;
  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: #333;
  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: 75px;
}
.header .tt-cont li a {
  color: inherit;
  line-height: 75px;
  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-start;
  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: #76A32D;
}
.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: #76A32D;
}
.header .hh-menus dl.on dt a:after {
  opacity: 1;
}
.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;
  text-transform: uppercase;
}
.header .hh-menus dt a:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  z-index: -1;
  width: 100%;
  background: #76A32D;
}
.header .hh-menus dd {
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  width: 300px;
  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: 10px 25px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  text-transform: capitalize;
}
.header .hh-menus dd a:nth-child(n+2):after {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  border-top: 1px solid #ddd;
  content: "";
}
.header .hh-menus dd a:hover {
  color: #76A32D;
  background: #F6F8F7;
}
.header .tt-pends {
  float: right;
}
.header .hh-search a {
  color: inherit;
  font-size: 24px;
  padding: 0 10px;
}
.header .hh-search a i {
  position: relative;
  top: 0;
}
.header .search-box {
  height: 36px;
  line-height: 36px;
  right: 0;
  position: relative;
}
.header .search-box input {
  width: 160px;
  height: 36px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border: 0;
  border: 1px solid #76A32D;
  background: rgba(118, 163, 45, 0.1);
  border-radius: 8px;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  cursor: pointer;
}
.header .search-box button {
  position: absolute;
  top: 0;
  color: #333;
  right: 0;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: transparent;
  border-radius: 0 8px 8px 0;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.header .search-box:hover input {
  opacity: 1;
}
.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 {
  width: 36px;
  height: 75px;
  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: #76A32D;
}
.header .regicon {
  color: #333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 14px;
  margin-left: 10px;
  position: relative;
}
.header .regicon:hover {
  color: #76A32D;
}
.header .regicon i {
  font-size: 20px;
  font-weight: bold;
}
.header .regicon span {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.header .hoverSearch:hover .search-box {
  display: block;
}
.header .tt-share {
  margin-left: 10px;
  float: left;
  margin-top: 22px;
}
.header .tt-share a {
  float: left;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 8px;
}
.header .tt-share a img {
  width: 24px;
  height: 24px;
  display: block;
}
.header.vblack {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}

@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 {
    margin-left: 30px;
  }
  .header .hh-menus dl {
    margin: 0;
  }
  .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: #76A32D;
  font-size: 24px;
  display: flex;
}
.m-toper .hh-lang i {
  font-size: 1.3em;
  margin-right: 8px;
}

.m-header {
  position: fixed;
  display: none;
  pointer-events: none;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 102;
  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 rgba(118, 163, 45, 0.5);
}
.m-header .hh-menus dl dt a {
  display: block;
  background: rgba(118, 163, 45, 0.8);
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
}
.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 #333;
}
.m-header .hh-menus dl dd img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.m-header .hh-menus dl dd a {
  display: block;
  color: #76A32D;
  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: #76a32d;
}
.m-header .hh-menus dl:hover dd, .m-header .hh-menus dl.on dd {
  display: block;
}
.m-header .hh-menus dl.hhm-lang dt img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.m-header .hh-menus dl.hhm-lang dd img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.m-header.over .m-header-layer {
  opacity: 1;
  pointer-events: auto;
}
.m-header.over .m-header-box {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

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

@media screen and (max-width: 750px) {
  .full-menus {
    top: 60px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    display: none;
  }
  .fdMenus .wrap {
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .fdMenus .secPhoto {
    display: none;
  }
  .fdMenus .secNav {
    width: 38%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .fdMenus .secNav a {
    padding: 8px 5px;
  }
  .fdMenus .thirdNav {
    margin-left: 4%;
    flex: 1;
    margin-right: -10px;
  }
  .fdMenus .thirdNav .tnavs {
    padding: 20px;
  }
  .fdMenus .thirdNav a {
    width: 100%;
  }
}
/*底部*/
/*底部*/
.footer {
  background: url(../images/footer-bg.jpg) no-repeat center center/cover;
  line-height: 1.8;
  position: relative;
  z-index: 100;
}
.footer .ft-logo img {
  width: 74px;
}
.footer .ft-center {
  padding: 50px 0;
  color: #fff;
}
.footer .ft-center .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer .ft-helps {
  text-align: left;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 1080px;
}
.footer .ft-helps dl {
  padding-right: 30px;
  width: 20%;
  box-sizing: border-box;
}
.footer .ft-helps dt {
  font-size: 15px;
  line-height: 1.6;
}
.footer .ft-helps dt a {
  color: inherit;
  font-size: inherit;
}
.footer .ft-helps dd {
  margin-top: 15px;
  line-height: 26px;
  font-size: 13px;
}
.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 {
  color: #fff;
  text-decoration: underline;
}
.footer .ft-share {
  margin-top: 30px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 20px;
}
.footer .ft-share a {
  box-sizing: border-box;
  margin-right: 30px;
}
.footer .ft-share a img {
  height: 25px;
  display: block;
}
.footer .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}
.footer .links a {
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 14px;
  color: #9D9D9D;
}
.footer .links a:hover {
  text-decoration: underline;
}
.footer .links em {
  margin: 0 20px;
}
.footer .bottomCopyr {
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid #888;
  color: #BABABA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer .bottomCopyr a {
  color: inherit;
  margin-left: 8px;
  text-decoration: underline;
}
.footer .bottomCopyr a:hover {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .footer .ft-logo {
    text-align: center;
    display: block;
  }
  .footer .ft-center {
    padding: 30px 0 0;
  }
  .footer .ft-center .wrap {
    display: block;
    padding: 0 10px;
  }
  .footer .ft-helps {
    margin-left: 0;
    margin-top: 20px;
    display: none;
  }
  .footer .ft-helps dl {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-top: 15px;
  }
  .footer .ft-helps dd {
    margin-top: 8px;
  }
  .footer .ft-share {
    margin-top: 30px;
  }
  .footer .bottomLink {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer .bottomCopyr {
    margin-top: 10px;
    display: block;
  }
}
.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: #333;
  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: 750px) {
  .toper, .header {
    display: none;
  }
  .m-toper, .m-header {
    display: block;
  }
  .m-header.over {
    pointer-events: auto;
  }
  .pageBox {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .pageBox.out {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
  }
  .foot-center {
    display: none;
  }
  .wap-menu-mask {
    position: absolute;
    z-index: 90;
    top: 60px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
  }
  .wap-menu-mask.open {
    pointer-events: auto;
  }
  .m-pulleft {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .m-pulleft.close {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
  }
}
.home-pageIn {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-pageIn .videobox {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 50%;
  margin-top: -540px;
}
.home-pageIn .videobox video {
  width: 1920px;
  height: 1080px;
  pointer-events: none;
}

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

@media screen and (max-width: 750px) {
  .leTitle {
    height: 120px;
    line-height: 120px;
  }
  .secNavs .secTit {
    float: none;
  }
  .secNavs .secMenus {
    float: none;
  }
  .secNavs .secMenus a {
    width: 30%;
    margin-left: 5%;
    margin-right: 0;
    box-sizing: border-box;
  }
  .secNavs .secMenus a:nth-child(3n+1) {
    margin-left: 0;
  }
}
.comViews {
  padding: 100px 0;
  position: relative;
  color: #fff;
  text-align: center;
  background: #76A32D;
  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 .alinks {
  margin-top: 40px;
}
.comViews .alinks a {
  margin: 0 10px;
}
.comViews .alinks .abtn-bd {
  display: inline-block;
  width: 220px;
  height: 56px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 54px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.comViews .alinks .abtn-bd:not(.disabled):not([disabled]):hover {
  background: #333;
  color: #fff;
}
.comViews .alinks .abtn-vv {
  display: inline-block;
  width: 180px;
  height: 56px;
  border: none;
  background: #111;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 56px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.comViews .alinks .abtn-vv:not(.disabled):not([disabled]):hover {
  background: #333;
  color: #fff;
}

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

.pageMore {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.pageMore .loadMore {
  display: inline-block;
  width: 170px;
  height: 48px;
  border: 3px solid #76A32D;
  background: none;
  color: #76A32D;
  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;
  border-radius: 22px;
}
.pageMore .loadMore {
  position: relative;
  overflow: hidden;
}
.pageMore .loadMore:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  width: 170px;
  height: 170px;
  top: -61px;
  opacity: 0;
}
.pageMore .loadMore:not(.disabled):not([disabled]):hover:before {
  -webkit-animation: huaquan 1s linear infinite;
  animation: huaquan 1s linear infinite;
}
.pageMore .loadMore.white {
  border-color: #fff;
  color: #fff;
}

.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: 36px;
  font-weight: normal;
}
.disTit h2 {
  font-size: 30px;
  font-weight: normal;
}
.disTit .hh1 {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.2;
}
.disTit .hh2 {
  font-size: 32px;
  font-weight: normal;
}
.disTit .hh3 {
  font-size: 42px;
  font-weight: normal;
}
.disTit .hh4 {
  font-size: 26px;
  font-weight: normal;
}
.disTit h4 {
  font-size: 20px;
  font-weight: normal;
}
.disTit h5 {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2.2;
  font-weight: normal;
}
.disTit .d0 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
}
.disTit .d {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
.disTit .d2 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
}
.disTit .handle {
  display: inline-block;
  width: 180px;
  height: 52px;
  border: none;
  background: #555555;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  box-sizing: border-box;
  line-height: 52px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 20px;
}
.disTit .handle:not(.disabled):not([disabled]):hover {
  background: #76A32D;
  color: #fff;
}

.gliner {
  position: relative;
  padding-bottom: 20px;
}
.gliner:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 50%;
  width: 90px;
  margin-left: -45px;
  background: #111;
}

@media screen and (max-width: 1080px) {
  .disTit h1 {
    font-size: 24px;
    line-height: 1.6;
  }
  .disTit h2 {
    font-size: 22px;
  }
  .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 .hh4 {
    font-size: 18px;
    font-weight: normal;
  }
  .disTit .d2 {
    font-size: 14px;
  }
  .disTit .handle {
    width: 140px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    margin-top: 15px;
  }
}
.layer-openVideo {
  width: 800px;
  height: 500px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  background: #000;
}

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

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

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

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

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

.crumbsTab {
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  position: absolute;
  top: 75px;
  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: 750px) {
  .artTitleH1 {
    font-size: 24px;
  }
  .artContent {
    font-size: 14px;
  }
  .artContent table {
    width: 100% !important;
  }
  .artContent img {
    height: auto !important;
  }
  .crumbsTab {
    top: 60px;
    height: 40px;
  }
  .crumbsTab a {
    margin-right: 10px;
  }
}
.graybody {
  background: #EEEEEE;
}

.zyimg-info {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #76A32D;
  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: 750px) {
  .zyimg-info {
    display: block;
  }
  .zyimg-info .pic {
    width: 100% !important;
    display: block;
    height: 75vw;
  }
  .zyimg-info .info {
    width: 100% !important;
    min-height: auto;
    height: auto;
    padding: 40px 4%;
  }
  .zyimg-info .info .t {
    font-size: 28px;
  }
  .zyimg-info .info .t2 {
    font-size: 22px;
  }
  .zyimg-info .info .d {
    font-size: 14px;
  }
  .zyimg-info.zyimg-6-4 .pic {
    width: 40%;
  }
  .zyimg-info.zyimg-6-4 .info {
    width: 60%;
    padding: 50px 10px;
    min-height: 200px;
  }
}
.hashbox {
  position: relative;
}

.hashTag {
  position: absolute;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  top: -75px;
}

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

.maxImg img {
  width: 100%;
  display: block;
}

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

@media screen and (min-width: 768px) {
  .lang-cn .hh-menus dt a {
    font-size: 17px;
  }
  .lang-cn .hh-menus dd a {
    font-size: 16px;
  }
  .lang-cn .disTit .d0 {
    font-size: 16px;
  }
  .lang-cn .disTit .d {
    font-size: 18px;
    text-align: justify;
  }
  .lang-cn .home-section1 .info {
    font-size: 22px;
  }
  .lang-cn .home-section5 .list .t span {
    font-size: 18px;
  }
  .lang-cn .artContent {
    font-size: 18px;
  }
  .lang-cn .about-section2 .aright {
    font-size: 14px;
  }
  .lang-cn .about-section4 .list .ftit {
    font-size: 15px;
  }
  .lang-cn .about-section4 .list .des {
    font-size: 14px;
  }
  .lang-cn .join-list dd {
    font-size: 18px;
  }
  .lang-cn .cts-left .list span {
    font-size: 18px;
  }
  .lang-cn .ipt-full .ipt-lab {
    font-size: 16px;
  }
  .lang-cn .news-list .des {
    font-size: 15px;
  }
  .lang-cn .foucs-pa-list li {
    font-size: 17px;
  }
  .lang-cn .foucs-cc-list .d {
    font-size: 14px;
    text-align: justify;
  }
}
.lang-cn .news-list .pic {
  display: none !important;
}
.lang-cn .news-list .info {
  margin-left: 0 !important;
}
.lang-cn .widget-news .list .pic {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .lang-cn .home-section5 .list .t strong {
    padding: 0 8px;
    margin-right: 8px;
  }
  .lang-cn .home-section5 .list .t span {
    font-size: 14px;
  }
}

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