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

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

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

img {
  border: none;
}

textarea {
  resize: none;
}

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

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

i, em {
  font-style: normal;
}

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

table {
  border-collapse: collapse;
}

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

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

.fl, .z {
  float: left;
}

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

.show {
  display: block;
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important;
}

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

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

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

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

.iconfont {
  font-size: inherit;
}

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

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

.iconfont {
  font-size: inherit;
}

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

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

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

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

.maintop {
  padding-top: 62px;
}

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

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

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

  .burger {
    display: block;
  }

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

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

.pc-show {
  display: block;
}

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

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

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

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

.search-view {
  padding-bottom: 50px;
}
.search-view li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.search-view li .tit {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.search-view li .tit:hover {
  color: #222;
}
.search-view li .des {
  font-size: 14px;
  color: #999;
  line-height: 2;
}
.search-view li .hand {
  display: inline-block;
  width: 120px;
  height: 32px;
  border: none;
  background: #222;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 32px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 10px;
}
.pagering {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0 50px;
}
.pagering li {
  margin: 0 3px;
  list-style: none;
}
.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: #4F6064;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pagering .active a, .pagering .active span {
  background: #4F6064;
  color: #fff;
}
.pagering .page-jump {
  font-size: 16px;
  margin-left: 8px;
}
.pagering .page-jump input {
  width: 40px;
  height: 30px;
  margin: 0 4px;
  text-align: center;
}
.pagering .page-jump button {
  border: 0;
  background: none;
  font-size: 16px;
  cursor: pointer;
}

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

.c2 {
  color: #4F6064 !important;
}

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

.black {
  color: #000 !important;
}

.ffbe {
  font-family: Bebas;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .pageMenus {
    height: auto;
    background: #F0F3F7 !important;
    display: none;
  }
  .pageMenus .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .pageMenus a {
    font-size: 12px;
    height: 40px;
    padding: 0 5px;
    margin: 0;
    background: #F0F3F7;
    z-index: 99;
  }
}
.layer-sign {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background: #fff url(bg2.jpg) no-repeat center center/cover;
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer-sign .close {
  position: absolute;
  right: 3%;
  top: 3%;
  font-size: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.layer-sign .close:hover {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
.layer-sign .main {
  width: 600px;
  margin-top: -50px;
}
.layer-sign .form {
  margin-top: 25px;
}
.layer-sign .container .col {
  position: relative;
  height: 80px;
}
.layer-sign .container .col:nth-child(3n+1) {
  margin-left: 0;
}
.layer-sign .container .ipt {
  border: 0;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 40px;
  height: 80px;
  padding-top: 40px;
  width: 100%;
  background: none;
}
.layer-sign .container select.ipt {
  appearance: none;
  -webkit-appearance: none;
  background: url(arr.png) no-repeat right 75%;
}
.layer-sign .container textarea.ipt {
  padding: 12px 10px;
  line-height: 28px;
  height: 100px;
}
.layer-sign .container label {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 16px;
  color: #777;
}
.layer-sign .container .sendBtn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  right: 0;
  bottom: 0;
  color: #4F6064;
  font-size: 15px;
}
.layer-sign .container .sendBtn.disabled {
  pointer-events: none;
  color: #aaa;
}
.layer-sign .container .captcha {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  cursor: pointer;
}
.layer-sign .hand {
  margin-top: 40px;
}
.layer-sign .hand button {
  display: inline-block;
  width: 270px;
  height: 48px;
  border: 1px solid #4F6064;
  background: transparent;
  color: #4F6064;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 46px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.layer-sign .hand button:not(.disabled):not([disabled]):hover {
  background: #4F6064;
  color: #fff;
}
.layer-sign.open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and ( max-width: 768px) {
  .layer-sign .main {
    width: 95vw;
    margin-top: -50px;
  }
  .layer-sign .container .col {
    height: 60px;
  }
  .layer-sign .container .ipt {
    padding-top: 20px;
    height: 60px;
  }
  .layer-sign .container label {
    top: 10px;
    font-size: 14px;
  }
  .layer-sign .hand {
    margin-top: 25px;
  }
  .layer-sign .hand button {
    width: 100%;
  }
}

.contact-view1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(bg5.jpg);
  padding: 80px 0;
}
.contact-view1 .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
.contact-view1 .left {
  width: 48%;
}
.contact-view1 .right {
  width: 48%;
}
.contact-view1 .list {
  padding-top: 20px;
}
.contact-view1 .list dl {
  margin-bottom: 12px;
  margin-top: 25px;
}
.contact-view1 .list dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  color: #aaa;
}
.contact-view1 .list dt img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.contact-view1 .list dd {
  margin-top: 10px;
  font-size: 18px;
}
.contact-view1 .list .tel {
  font-size: 30px;
}
.contact-view1 .list .code {
  width: 150px;
  height: 150px;
  display: block;
}
.contact-view1 .container {
  padding-top: 25px;
}
.contact-view1 .container .col {
  position: relative;
  margin-top: 20px;
}
.contact-view1 .container .ipt {
  display: inline-block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 5px;
}
.contact-view1 .container .ipt:focus {
  border-color: #23B8C0;
}
.contact-view1 .container .sendBtn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #4F6064;
  font-size: 15px;
  color: #fff;
  border-radius: 0 5px 5px 0;
}
.contact-view1 .container .sendBtn.disabled {
  pointer-events: none;
  background-color: #aaa;
}
.contact-view1 .container textarea.ipt {
  padding: 12px 10px;
  line-height: 28px;
  height: 100px;
}
.contact-view1 .container .captcha {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  cursor: pointer;
}
.contact-view1 .hand {
  margin-top: 40px;
}
.contact-view1 .hand button {
  display: inline-block;
  width: 150px;
  height: 45px;
  border: none;
  background: #4F6064;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 45px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 22px;
}
.contact-view1 .hand button {
  position: relative;
  overflow: hidden;
}
.contact-view1 .hand button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: all 650ms;
}
.contact-view1 .hand button:not(.disabled):not([disabled]):hover:before {
  left: 100%;
}
@media screen and ( max-width: 768px) {
  .contact-view1 {
    padding: 50px 0;
  }
  .contact-view1 .contents {
    display: block;
  }
  .contact-view1 .left {
    width: 100%;
  }
  .contact-view1 .right {
    width: 100%;
    margin-top: 40px;
  }
  .contact-view1 .list {
    padding-top: 0;
  }
  .contact-view1 .list dl {
    margin-top: 15px;
  }
  .contact-view1 .list dt img {
    width: 20px;
    height: 20px;
  }
  .contact-view1 .list .tel {
    font-size: 24px;
  }
  .contact-view1 .list dd {
    font-size: 14px;
  }
  .contact-view1 .container {
    padding-top: 0;
  }
}

.contact-map .map {
  height: 700px;
}

.imageModelView {
  height: 45vw;
  position: relative;
}
.imageModelView .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.imageModelView .wrap {
  position: relative;
  z-index: 1;
}

.poo-view1 .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.poo-view1 .viewTit {
  margin: 0;
}
@media screen and ( max-width: 768px) {
  .poo-view1 {
    height: auto;
    padding: 40px 0;
  }
}

.poo-view2 {
  padding: 60px 0 80px;
  background: #FFFFFF;
}
.poo-view2 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.poo-view2 .item {
  width: 32%;
  margin-left: 2%;
  font-size: 16px;
  margin-bottom: 20px;
}
.poo-view2 .item .pic {
  position: relative;
  display: block;
  overflow: hidden;
  position: relative;
}
.poo-view2 .item .pic::before {
  display: block;
  content: "";
  padding-bottom: 64%;
}
.poo-view2 .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.poo-view2 .item .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.poo-view2 .item .t {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px 20px;
  background: linear-gradient(0, rgba(0, 0, 0, 0.9), transparent 50%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 16px;
  color: #fff;
}
.poo-view2 .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.poo-view2 .tabs a {
  font-size: 18px;
  position: relative;
  padding: 10px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin: 0 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #787878;
}
.poo-view2 .tabs 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: scale(0);
  transform: scale(0);
  height: 3px;
  content: "";
  width: 100%;
  background: #4F6064;
}
.poo-view2 .tabs a.on, .poo-view2 .tabs a:hover {
  color: #4F6064;
}
.poo-view2 .tabs a.on:after, .poo-view2 .tabs a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.poo-view2 .panels {
  margin-top: 30px;
}
.poo-view2 .nesPic {
  position: relative;
}
.poo-view2 .nesPic img {
  display: block;
  width: 100%;
}
.poo-view2 .nesPic .t {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px 20px;
  background: linear-gradient(0, rgba(0, 0, 0, 0.9), transparent 50%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 16px;
  color: #fff;
}
.poo-view2 .item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and ( max-width: 768px) {
  .poo-view2 {
    padding: 40px 0 50px;
  }
  .poo-view2 .tabs {
    margin-top: 20px;
  }
  .poo-view2 .tabs a {
    font-size: 14px;
  }
  .poo-view2 .item {
    width: 49%;
    margin-left: 2%;
    display: block;
    margin-top: 8px;
  }
  .poo-view2 .item .t {
    font-size: 14px;
    padding: 6px 8px;
  }
  .poo-view2 .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .poo-view2 .item:nth-child(2n+1) {
    margin-left: 0;
  }
}

.poo-view3 {
  height: 53vw;
}
.poo-view3 .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
}
.poo-view3 .viewTit {
  margin: 0;
  width: 65%;
}
.poo-view3 .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 65%;
  margin-top: 30px;
}
.poo-view3 .list a {
  width: 33.3%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.poo-view3 .list img {
  max-width: 86%;
  max-height: 60px;
}
@media screen and ( max-width: 768px) {
  .poo-view3 {
    height: auto;
    padding: 40px 0;
  }
  .poo-view3 .viewTit {
    width: 100%;
  }
  .poo-view3 .list {
    width: 100%;
    margin-top: 15px;
  }
}

.pojt-wrap {
  background: #FBFBFB url(bg9.jpg) no-repeat center top/1920px auto;
}

.pojt-view0 {
  padding: 60px 0 0;
}
.pojt-view0 .params {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 15px;
}
.pojt-view0 .params dl {
  width: 24%;
  margin-top: 40px;
}
.pojt-view0 .params dt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 48px;
  line-height: 1;
}
.pojt-view0 .params dt em {
  font-size: 24px;
  margin-left: 6px;
  position: relative;
  top: -3px;
}
.pojt-view0 .params dd {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and ( max-width: 768px) {
  .pojt-view0 {
    padding: 60px 0 0;
  }
  .pojt-view0 .params dl {
    margin-top: 25px;
    width: 48%;
  }
  .pojt-view0 .params dt {
    font-size: 24px;
  }
  .pojt-view0 .params dt em {
    font-size: 16px;
    margin-left: 4px;
  }
  .pojt-view0 .params dd {
    font-size: 13px;
    margin-top: 6px;
  }
}

.pojt-view1 {
  padding: 30px 0 60px;
  overflow: hidden;
}
.pojt-view1 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.pojt-view1 .list li {
  width: 32%;
  margin-left: 2%;
  margin-top: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
}
.pojt-view1 .list li:nth-child(3n+2) {
  margin-top: 70px;
}
.pojt-view1 .list li:nth-child(3) {
  margin-top: 110px;
}
.pojt-view1 .list li:nth-child(3n+1) {
  margin-left: 0;
}
.pojt-view1 .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.pojt-view1 .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 61%;
}
.pojt-view1 .list .pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pojt-view1 .list .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pojt-view1 .list .info {
  padding: 18px 0 0;
}
.pojt-view1 .list .t {
  font-size: 28px;
}
.pojt-view1 .list .d {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 20px;
  margin-top: 15px;
  position: relative;
}
.pojt-view1 .list .d::before {
  content: "";
  height: 3px;
  width: 40px;
  background: #24B7C0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and ( max-width: 768px) {
  .pojt-view1 {
    padding: 30px 0 40px;
  }
  .pojt-view1 .list {
    display: block;
  }
  .pojt-view1 .list li {
    margin-top: 35px !important;
    width: 100%;
    margin-left: 0;
  }
  .pojt-view1 .list .info {
    padding-top: 10px;
  }
  .pojt-view1 .list .t {
    font-size: 18px;
  }
  .pojt-view1 .list .d {
    font-size: 14px;
    padding-top: 10px;
    margin-top: 10px;
  }
}

.pojt-view2 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.pojt-view2 .list li {
  position: relative;
  display: block;
  overflow: hidden;
  width: 33.33%;
  position: relative;
}
.pojt-view2 .list li::before {
  display: block;
  content: "";
  padding-bottom: 97.5%;
}
.pojt-view2 .list li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pojt-view2 .list li:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pojt-view2 .list .info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 20px;
  color: #fff;
  padding: 25px 30px;
}
.pojt-view2 .zoom {
  position: absolute;
  width: 800px;
  color: #fff;
  max-width: 1200px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.5) 88%, transparent);
  padding: 40px 25px;
}
@media screen and ( max-width: 768px) {
  .pojt-view2 .list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .pojt-view2 .list li {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
  }
  .pojt-view2 .list li::before {
    display: block;
    content: "";
    padding-bottom: 90%;
  }
  .pojt-view2 .list li img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .pojt-view2 .list li:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .pojt-view2 .list .info {
    font-size: 14px;
  }
  .pojt-view2 .zoom {
    width: 100%;
  }
}

.pojt-view3 {
  background: #FFFFFF;
  padding: 80px 0 0;
}
.pojt-view3 .exp-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pojt-view3 .exp-left {
  width: 16%;
}
.pojt-view3 .exp-right {
  width: 80%;
}
.pojt-view3 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pojt-view3 .list dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.pojt-view3 .list img {
  width: 40px;
  height: 40px;
  margin-top: 4px;
}
.pojt-view3 .list dd {
  margin-left: 15px;
  flex: 1;
  font-size: 24px;
}
.pojt-view3 .list .lab {
  color: #888;
  margin-top: 12px;
  font-size: 16px;
}
.pojt-view3 .marks-map {
  margin-top: 70px;
}
@media screen and ( max-width: 768px) {
  .pojt-view3 {
    padding-top: 40px;
  }
  .pojt-view3 .exp-main {
    display: block;
  }
  .pojt-view3 .exp-left {
    width: 100%;
  }
  .pojt-view3 .exp-right {
    width: 100%;
    margin-top: 20px;
  }
  .pojt-view3 .list {
    display: block;
  }
  .pojt-view3 .list dl {
    font-size: 14px;
    margin-top: 12px;
  }
  .pojt-view3 .list img {
    width: 30px;
    height: 30px;
    margin-top: 0;
  }
  .pojt-view3 .list dd {
    font-size: 16px;
  }
  .pojt-view3 .list .lab {
    font-size: 14px;
    margin-top: 6px;
  }
  .pojt-view3 .marks-map {
    margin-top: 40px;
  }
}

.pojt-view4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(bg5.jpg);
  padding: 60px 0;
}
.pojt-view4 .pj4-swiper {
  overflow: hidden;
}
.pojt-view4 .pj4-rongqi {
  display: none;
}
.pojt-view4 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.pojt-view4 .list li {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 200px;
  width: 24%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 12px;
  cursor: pointer;
}
.pojt-view4 .list li:nth-child(4n+1) {
  margin-left: 0;
}
.pojt-view4 .list img {
  display: block;
  max-width: 90%;
  max-height: 70%;
}
.pojt-view4 .list .info {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
}
.pojt-view4 .list .t {
  font-size: 22px;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pojt-view4 .list .d {
  margin-top: 12px;
  font-size: 16px;
  color: #24B7BF;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pojt-view4 .list li:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
}
.pojt-view4 .list li:hover .info {
  opacity: 1;
}
.pojt-view4 .list li:hover .t {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pojt-view4 .list li:hover .d {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pojt-view4 .swiper-box .swiper-btn {
  color: #333;
  font-size: 48px;
}
.pojt-view4 .swiper-box .swiper-btn-prev {
  left: -60px;
}
.pojt-view4 .swiper-box .swiper-btn-next {
  right: -60px;
}
@media screen and ( max-width: 768px) {
  .pojt-view4 .list li {
    width: 50%;
    height: 100px;
  }
  .pojt-view4 .list .t {
    font-size: 14px;
  }
  .pojt-view4 .list .d {
    margin-top: 8px;
    font-size: 12px;
  }
}

.serv-box {
  height: 50vw;
  position: relative;
  overflow: hidden;
}
.serv-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.serv-box .wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.serv-box .vbox {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
  width: 550px;
  padding: 50px 60px 60px;
}
.serv-box .vbox .pic img {
  display: block;
  width: 50px;
  height: 50px;
}
.serv-box .vbox .t {
  font-size: 36px;
  margin-top: 30px;
}
.serv-box .vbox .d {
  font-size: 16px;
  color: #777;
  line-height: 1.8;
  margin-top: 40px;
  height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.serv-box .vbox .params {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
  margin-top: 30px;
}
.serv-box .vbox .params .ds {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 10px 0;
}
.serv-box .vbox .params img {
  width: 36px;
  height: 36px;
}
.serv-box .vbox .pic img {
  width: 36px;
  height: 36px;
}
.serv-box .vbox .params span {
  margin-top: 8px;
}
@media screen and ( max-width: 768px) {
  .serv-box {
    height: auto;
    padding-bottom: 10px;
  }
  .serv-box .bg {
    position: static;
    height: 50vw;
  }
  .serv-box .vbox {
    margin-top: 10px;
    width: 100%;
    padding: 18px 20px;
  }
  .serv-box .vbox .t {
    font-size: 18px;
    margin-top: 10px;
  }
  .serv-box .vbox .d {
    font-size: 14px;
    margin-top: 10px;
    height: auto;
  }
  .serv-box .vbox .params {
    font-size: 14px;
    margin-top: 12px;
  }
}

.joblist-view {
  padding: 60px 0 80px;
}
.joblist-view .job-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.joblist-view .jmain {
  flex: 1;
}
.joblist-view .jbform-main {
  background: #fff;
}
.joblist-view .jbform {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}
.joblist-view .jbform .ipt {
  margin-left: 12px;
  width: 150px;
  height: 48px;
  border: 1px solid #777;
  padding: 0 10px;
  font-size: 16px;
}
.joblist-view .jbform .ipt:first-child {
  margin-left: 0;
}
.joblist-view .jbform .btn {
  display: inline-block;
  width: 120px;
  height: 48px;
  border: none;
  background: #222222;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
}
.joblist-view .jbform .btn:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #4F6064;
  top: 0;
  left: 0;
}
.joblist-view .jbform .btn:after {
  content: "";
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: iconfont;
}
.joblist-view .jbform .btn:hover {
  border-color: #4F6064;
}
.joblist-view .jbform .btn:hover:before {
  opacity: 1;
}
.joblist-view .jbform .btn:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.joblist-view .jblist {
  background: #fff;
  margin-top: 30px;
}
.joblist-view .jblist .ths, .joblist-view .jblist .tds {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px dashed #ddd;
  padding: 15px 5px;
  font-size: 18px;
}
.joblist-view .jblist .tds {
  color: #555;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.joblist-view .jblist .tds:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #4F6064;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.joblist-view .jblist .tds:hover:after {
  transform: scaleX(1);
}
.joblist-view .jblist .tds:hover {
  color: #4F6064;
}
.joblist-view .jblist .td1 {
  flex: 1;
}
.joblist-view .jblist .td2 {
  width: 15%;
}
.joblist-view .jblist .td3 {
  width: 15%;
}
.joblist-view .jblist .td4 {
  width: 15%;
}
.joblist-view .jblist .td5 {
  width: 15%;
  text-align: right;
}
.joblist-view .jwidget {
  width: 280px;
  margin-left: 40px;
}
.joblist-view .jnews .list {
  margin-top: 20px;
  padding: 25px 25px 30px;
  background: #F5F5F5;
}
.joblist-view .jnews .list a {
  display: block;
  font-size: 14px;
  padding: 10px 5px;
  border-bottom: 1px dashed #ddd;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.joblist-view .jnews .list a:hover {
  color: #4F6064;
}
.joblist-view .jnews.widgetFix {
  width: 270px;
}
.joblist-view .jbdetail {
  z-index: 1;
  margin: 0 auto;
  position: relative;
}
.joblist-view .jbdetail .back {
  font-size: 14px;
  color: #555;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.joblist-view .jbdetail .back:hover {
  color: #4F6064;
}
.joblist-view .jbdetail .back:hover {
  text-decoration: underline;
}
.joblist-view .jbdetail .jbd-toper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}
.joblist-view .jbdetail .jbd-toper .jleft {
  width: 60%;
}
.joblist-view .jbdetail .jbd-toper .jtright {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  flex-direction: column;
}
.joblist-view .jbdetail .jbd-toper .jtright .shares {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
.joblist-view .jbdetail .jbd-toper .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.joblist-view .jbdetail .jbd-toper .tags span {
  padding: 0 8px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666;
  background: #F8F8FA;
  margin-right: 8px;
  margin-top: 8px;
}
.joblist-view .jbdetail .jbd-toper .mods {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.joblist-view .jbdetail .jbd-toper .mods .item {
  margin-right: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.joblist-view .jbdetail .jbd-toper .mods img {
  width: 20px;
  height: 20px;
}
.joblist-view .jbdetail .jbd-toper .mods span {
  font-size: 14px;
  margin-left: 8px;
}
.joblist-view .jbdetail .jdb-content .jdbc-dt {
  font-size: 18px;
  margin-top: 35px;
}
.joblist-view .jbdetail .jdb-content .artContent {
  color: #555;
  font-size: 15px;
  margin-top: 15px;
}
.joblist-view .jbdetail .jdb-content .mailto {
  display: inline-block;
  width: 170px;
  height: 40px;
  border: none;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 40px;
}
.joblist-view .jbdetail .jdb-content .mailto {
  position: relative;
  overflow: hidden;
}
.joblist-view .jbdetail .jdb-content .mailto::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: all 650ms;
}
.joblist-view .jbdetail .jdb-content .mailto:not(.disabled):not([disabled]):hover:before {
  left: 100%;
}
@media screen and ( max-width: 768px) {
  .joblist-view {
    padding: 30px 0 60px;
  }
  .joblist-view .job-layout {
    display: block;
  }
  .joblist-view .jbform-main {
    padding: 20px 0 35px;
  }
  .joblist-view .jbform {
    display: block;
  }
  .joblist-view .jbform .aright {
    margin: 15px 0 0;
  }
  .joblist-view .jbform .ipt {
    width: 100%;
    flex: none;
    margin-left: 0;
  }
  .joblist-view .jbform .ipt + .ipt {
    margin-top: 10px;
  }
  .joblist-view .jbform .btn {
    margin-top: 10px;
    margin-left: 0;
  }
  .joblist-view .jblist {
    margin-top: 0;
  }
  .joblist-view .jblist .ths, .joblist-view .jblist .tds {
    font-size: 12px;
  }
  .joblist-view .jblist .td2 {
    display: none;
  }
  .joblist-view .jblist .td3 {
    width: 20%;
  }
  .joblist-view .jblist .td4 {
    display: none;
  }
  .joblist-view .jbdetail {
    padding: 20px 15px 20px;
    width: 100%;
  }
  .joblist-view .jbdetail .jbd-toper {
    display: block;
  }
  .joblist-view .jbdetail .jbd-toper .jleft {
    width: 100%;
  }
  .joblist-view .jbdetail .jbd-toper .mods {
    margin-top: 12px;
  }
  .joblist-view .jbdetail .jbd-toper .jtright {
    display: block;
    margin-top: 10px;
  }
  .joblist-view .jbdetail .jbd-toper .jtright .ret {
    display: none;
  }
  .joblist-view .jwidget {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .joblist-view .jnews {
    padding: 0;
  }
  .joblist-view .jnews .list a {
    font-size: 12px;
  }
}

.widgetFix {
  position: absolute;
}

.news-view1 {
  padding: 60px 0;
  background: #fff;
}
.news-view1 .list {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.news-view1 .topItem {
  flex: 1;
  width: calc(100% - 370px);
  position: relative;
  overflow: hidden;
}
.news-view1 .topItem img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.news-view1 .topItem .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  padding: 25px 30px;
  background: #2F3238;
}
.news-view1 .topItem .t {
  font-size: 22px;
  color: #fff;
  margin-top: 6px;
}
.news-view1 .topItem:hover .info {
  padding-left: 40px;
}
.news-view1 .date {
  font-size: 14px;
  color: #848591;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-view1 .date span {
  font-size: 12px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 0 6px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
}
.news-view1 .moreItem {
  width: 370px;
  background: #2F3238;
  padding: 30px;
}
.news-view1 .moreItem a {
  display: block;
  border-top: 2px solid #858891;
  padding: 25px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-view1 .moreItem a:hover {
  padding-left: 10px;
}
.news-view1 .moreItem a:nth-child(1) {
  border-top: 0;
}
.news-view1 .moreItem .t {
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}
@media screen and ( max-width: 768px) {
  .news-view1 {
    padding: 40px 0;
  }
  .news-view1 .list {
    display: block;
  }
  .news-view1 .topItem {
    width: 100%;
    display: none;
  }
  .news-view1 .topItem .info {
    padding: 10px 12px;
  }
  .news-view1 .topItem .t {
    font-size: 14px;
    margin-top: 4px;
  }
  .news-view1 .date {
    font-size: 12px;
  }
  .news-view1 .moreItem {
    width: 100%;
    padding: 15px 10px;
  }
  .news-view1 .moreItem a {
    padding: 12px 0;
  }
  .news-view1 .moreItem .t {
    font-size: 14px;
  }
}

.news-view2 {
  padding: 60px 0 80px;
}
.news-view2 .newFit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news-view2 .newFit a {
  padding: 6px 10px;
  margin-left: 10px;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-view2 .newFit a.on {
  border-bottom-color: #4F6064;
}
.news-view2 .panel {
  display: none;
}
.news-view2 .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 20px;
}
.news-view2 .list a {
  width: 49%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.news-view2 .list a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #4F6064;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.news-view2 .list a:hover:after {
  transform: scaleX(1);
}
.news-view2 .list .pic {
  position: relative;
  display: block;
  overflow: hidden;
  width: 240px;
}
.news-view2 .list .pic::before {
  display: block;
  content: "";
  padding-bottom: 61%;
}
.news-view2 .list .pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-view2 .list .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-view2 .list .info {
  margin-left: 30px;
  flex: 1;
}
.news-view2 .list .tag {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.news-view2 .list .tag span {
  font-size: 12px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #222;
  color: #222;
}
.news-view2 .list .t {
  font-size: 22px;
  margin-top: 10px;
  line-height: 1.5;
}
.news-view2 .list .date {
  font-size: 13px;
  color: #aaa;
  margin-top: 8px;
}
.news-view2 .list a:hover {
  color: #4F6064;
}
.news-view2 .list a:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-view2 .more {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-view2 .more a {
  display: inline-block;
  width: 170px;
  height: 48px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 46px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.news-view2 .more a:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #4F6064;
  top: 0;
  left: 0;
}
.news-view2 .more a:after {
  content: "";
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: iconfont;
}
.news-view2 .more a:hover {
  border-color: #4F6064;
}
.news-view2 .more a:hover:before {
  opacity: 1;
}
.news-view2 .more a:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and ( max-width: 768px) {
  .news-view2 {
    padding: 20px 0 60px;
  }
  .news-view2 .list {
    display: block;
  }
  .news-view2 .list a {
    width: 100%;
    padding: 12px 0;
  }
  .news-view2 .list .pic {
    width: 38%;
  }
  .news-view2 .list .info {
    margin-left: 12px;
  }
  .news-view2 .list .t {
    font-size: 14px;
    margin-top: 8px;
  }
  .news-view2 .list .date {
    font-size: 12px;
    margin-top: 6px;
  }
}

.news-detail {
  max-width: 780px;
  margin: 0 auto;
  padding: 70px 0 80px;
  min-height: 70vh;
}
.news-detail .ns-toper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.news-detail .ns-toper .back {
  font-size: 18px;
  color: #555;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-decoration: underline;
}
.news-detail .ns-toper .back:hover {
  color: #4F6064;
}
.news-detail .ns-toper .jleft {
  width: 60%;
}
.news-detail .ns-toper .jtright {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  flex-direction: column;
}
.news-detail .ns-toper .jtright .shares {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
.news-detail .viewTit .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-detail .viewTit .tag span {
  font-size: 12px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #222;
  color: #222;
}
.news-detail .viewTit h1 {
  margin-top: 10px;
}
.news-detail .viewTit .date {
  font-size: 16px;
  margin-top: 10px;
  color: #aaa;
}
@media screen and ( max-width: 768px) {
  .news-detail {
    padding: 40px 10px 60px;
  }
}

.prod-huxing {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(bg5.jpg);
  padding: 80px 0;
}
.prod-huxing .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prod-huxing .lpic {
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}
.prod-huxing .lpic img {
  display: block;
  width: 100%;
}
.prod-huxing .lpic .span {
  font-size: 18px;
  margin-top: 20px;
  display: block;
}
.prod-huxing .rinfo {
  width: 48%;
}
.prod-huxing .rinfo .t {
  font-size: 24px;
}
.prod-huxing .rinfo .d {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8;
}
.prod-huxing .rinfo .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.prod-huxing .rinfo .list li {
  flex: 1;
  margin-left: 3%;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
.prod-huxing .rinfo .list li:nth-child(1) {
  margin-left: 0;
}
.prod-huxing .rinfo .list li.on .pic {
  border-color: #4F6064;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
}
.prod-huxing .rinfo .list .span {
  font-size: 16px;
  display: block;
  height: 20px;
}
.prod-huxing .rinfo .list .pic {
  margin-top: 8px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  background: #fff;
  flex: 1;
}
.prod-huxing .rinfo .list img {
  display: block;
  width: 100%;
}
.prod-huxing .downs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.prod-huxing .downs a {
  margin-right: 30px;
  display: inline-block;
  width: 200px;
  height: 48px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod-huxing .downs a i {
  font-size: 20px;
}
.prod-huxing .downs a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
@media screen and ( max-width: 768px) {
  .prod-huxing {
    padding: 40px 0;
  }
  .prod-huxing .wrap {
    display: block;
  }
  .prod-huxing .lpic {
    width: 100%;
  }
  .prod-huxing .rinfo {
    width: 100%;
    margin-top: 20px;
  }
  .prod-huxing .rinfo .t {
    font-size: 18px;
  }
  .prod-huxing .rinfo .d {
    font-size: 14px;
    margin-top: 12px;
  }
  .prod-huxing .rinfo .downs {
    margin-top: 25px;
  }
  .prod-huxing .rinfo .downs a {
    margin-right: 20px;
    width: 150px;
    height: 36px;
    font-size: 14px;
  }
}

.prod-price {
  padding-top: 110px;
  background: url(../data/lantian.jpg) no-repeat 50% 0/1920px auto;
}
.prod-price .louWrap {
  position: relative;
}
.prod-price .louImg {
  display: block;
  width: 100%;
}
.prod-price .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
.prod-price .cover.active {
  opacity: 0;
}
.prod-price .viewInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prod-price .viewInfo dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
.prod-price .viewInfo dl.active .garr {
  background: #111;
}
.prod-price .viewInfo dd {
  margin-left: 12px;
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
}
.prod-price .viewInfo .t {
  font-size: 30px;
}
.prod-price .garr {
  width: 26px;
  height: 26px;
  background: #236E98;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
}
.prod-price .garr .arr-high {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
.prod-price .lineBox {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  z-index: 3;
}
.prod-price .lineBox .line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 48%;
  position: relative;
}
.prod-price .lineBox em {
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  border-top: 1px solid #111;
  border-right: 1px solid #111;
}
.prod-price .lineBox .line:nth-child(2) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}
.prod-price .lineBox .line:nth-child(2) em {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate3d(0, 0, 1, 135deg);
  transform: rotate3d(0, 0, 1, 135deg);
  border-top: 1px solid #111;
  border-right: 1px solid #111;
}
.prod-price .lineBox span {
  flex: 1;
  width: 1px;
  flex: 1;
  background: #111;
}
.prod-price .lineBox .line.active .garr {
  background: #111;
}
.prod-price .ico-build {
  width: 26px;
  height: 26px;
  background: url(build.png) no-repeat;
}
.prod-price .textBox {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.prod-price .textBox .info {
  position: absolute;
  opacity: 0;
  background: #fff;
  width: 210px;
  padding: 10px 14px 20px;
}
.prod-price .textBox .info.active {
  opacity: 1;
}
.prod-price .textBox .line {
  position: absolute;
  width: 150%;
  height: 2px;
  left: 100%;
  background: #fff;
}
.prod-price .textBox .line:after {
  position: absolute;
  content: "";
  right: -3px;
  top: -3px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.prod-price .textBox .garr {
  background: #111;
}
.prod-price .textBox dl {
  padding: 12px 0;
}
.prod-price .textBox dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.prod-price .textBox dt span {
  margin-left: 10px;
}
.prod-price .textBox dd {
  padding-left: 36px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}
.prod-price .textBox .info-high {
  top: 20%;
  left: 27%;
}
.prod-price .textBox .info-high .line {
  top: 0;
}
.prod-price .textBox .info-low {
  bottom: 18%;
  left: 27%;
}
.prod-price .textBox .info-low .line {
  bottom: 0;
}
@media screen and ( max-width: 768px) {
  .prod-price .viewInfo {
    top: -70px;
  }
  .prod-price .viewInfo .t {
    font-size: 24px;
  }
  .prod-price .viewInfo dl {
    margin-top: 25px;
  }
  .prod-price .viewInfo dd {
    font-size: 14px;
  }
  .prod-price .textBox {
    display: none;
  }
}

.prod-ztphoto {
  padding-top: 60px;
  overflow: hidden;
}
.prod-ztphoto .ztphoto-swiper {
  margin-top: 25px;
}
.prod-ztphoto .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.prod-ztphoto .pic::before {
  display: block;
  content: "";
  padding-bottom: 61%;
}
.prod-ztphoto .pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.prod-ztphoto .pic:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.prod-ztphoto li {
  position: relative;
}
.prod-ztphoto .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 40%);
  color: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
}
.prod-ztphoto .mask .info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.prod-ztphoto .mask dl {
  margin-right: 50px;
}
.prod-ztphoto .mask dt {
  opacity: 0.8;
  font-size: 14px;
}
.prod-ztphoto .mask dd {
  font-size: 22px;
  margin-top: 5px;
}
.prod-ztphoto .mask .move-cur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prod-ztphoto .mask .seeMore {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.prod-ztphoto .mask .seeMore i {
  width: 28px;
  height: 28px;
  background: url(seeMore.png) no-repeat;
  margin-right: 12px;
}
.prod-ztphoto .mask .seeMore span {
  font-size: 16px;
}
.prod-ztphoto .swiper-slide-active .mask {
  opacity: 1;
}
.prod-ztphoto .swiper-prev {
  left: -80px;
}
.prod-ztphoto .swiper-prev i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(iconl2.png) no-repeat;
}
.prod-ztphoto .swiper-next {
  right: -80px;
}
.prod-ztphoto .swiper-next i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(iconl3.png) no-repeat;
}
.prod-ztphoto .swiper-btns {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.prod-ztphoto .swiper-btns a {
  top: 50%;
  pointer-events: auto;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  width: 39px;
  height: 39px;
}
@media screen and ( max-width: 768px) {
  .prod-ztphoto .mask {
    padding: 12px 10px;
  }
  .prod-ztphoto .mask .info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1;
  }
  .prod-ztphoto .mask dl {
    width: 100%;
    margin-top: 8px;
  }
  .prod-ztphoto .mask dt {
    font-size: 12px;
  }
  .prod-ztphoto .mask dd {
    font-size: 14px;
    margin-top: 2px;
  }
  .prod-ztphoto .mask .seeMore i {
    font-size: 18px;
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .prod-ztphoto .mask .seeMore span {
    font-size: 14px;
  }
}

.preview-photo {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
.preview-photo .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
.preview-photo .photo-content {
  width: 900px;
  position: relative;
  z-index: 2;
}
.preview-photo .photo-content .swiper-slide {
  position: relative;
  display: block;
  overflow: hidden;
}
.preview-photo .photo-content .swiper-slide::before {
  display: block;
  content: "";
  padding-bottom: 58%;
}
.preview-photo .photo-content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.preview-photo .photo-content .swiper-slide:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.preview-photo .photo-content .bigPhoto {
  overflow: hidden;
  position: relative;
}
.preview-photo .photo-content .smallPhoto {
  margin-top: 6px;
  overflow: hidden;
}
.preview-photo .photo-content .smallPhoto .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}
.preview-photo .photo-content .smallPhoto .swiper-slide-thumb-active {
  opacity: 1;
}
.preview-photo .photo-content .swiper-button-prev {
  left: -60px;
  --swiper-theme-color:#fff;
}
.preview-photo .photo-content .swiper-button-next {
  right: -60px;
  --swiper-theme-color:#fff;
}
.preview-photo .texts {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 40%);
  color: #fff;
  padding: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
.preview-photo .texts .tname {
  font-size: 58px;
  margin-bottom: 30px;
  opacity: 0.6;
  font-weight: bold;
}
.preview-photo .texts .tinfo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.preview-photo .texts dl {
  margin-right: 50px;
}
.preview-photo .texts dt {
  opacity: 0.6;
  font-size: 15px;
}
.preview-photo .texts dd {
  opacity: 0.6;
  font-size: 24px;
  margin-top: 5px;
}
.preview-photo .close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 10;
  top: -55px;
  right: 0;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
.preview-photo.open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and ( max-width: 768px) {
  .preview-photo .photo-content {
    width: 95%;
  }
  .preview-photo .texts {
    padding: 12px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
  .preview-photo .texts .tinfo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1;
  }
  .preview-photo .texts dl {
    width: 100%;
    margin-top: 8px;
  }
  .preview-photo .texts dt {
    font-size: 12px;
  }
  .preview-photo .texts dd {
    font-size: 14px;
    margin-top: 2px;
  }
}

.prod-canguan {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(bg6.jpg);
  padding: 80px 0;
}
.prod-canguan .main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}
.prod-canguan .left {
  width: 380px;
  border-right: 1px solid #aaa;
  padding-top: 15px;
  padding-bottom: 60px;
}
.prod-canguan .t1 {
  font-size: 18px;
}
.prod-canguan .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}
.prod-canguan .tel i {
  width: 33px;
  height: 33px;
  background: url(tel2.png) no-repeat;
}
.prod-canguan .tel strong {
  font-size: 32px;
  font-weight: bold;
  margin-left: 18px;
}
.prod-canguan .right {
  padding-top: 15px;
  margin-left: 90px;
  flex: 1;
}
.prod-canguan .yuyue {
  display: inline-block;
  width: 240px;
  height: 56px;
  border: 0;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 56px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 20px;
}
.prod-canguan .yuyue:not(.disabled):not([disabled]):hover {
  background: #4F6064;
  color: #fff;
}
@media screen and ( max-width: 768px) {
  .prod-canguan {
    padding: 50px 0;
  }
  .prod-canguan .main {
    margin-top: 10px;
    display: block;
  }
  .prod-canguan .left {
    width: 100%;
    border-right: 0;
    padding-bottom: 10px;
  }
  .prod-canguan .t1 {
    font-size: 14px;
  }
  .prod-canguan .right {
    margin-left: 0;
  }
}

.prod-kezoom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(bg5.jpg);
  padding: 80px 0;
}
.prod-kezoom .list {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.prod-kezoom .list li {
  width: 33%;
  margin-left: 0.5%;
  margin-top: 6px;
  position: relative;
  display: block;
  overflow: hidden;
}
.prod-kezoom .list li::before {
  display: block;
  content: "";
  padding-bottom: 105%;
}
.prod-kezoom .list li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.prod-kezoom .list li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.prod-kezoom .list li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and ( max-width: 768px) {
  .prod-kezoom {
    padding: 50px 0;
  }
}

.about-view1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(bg7.jpg);
  padding: 80px 0;
}
.about-view1 .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-view1 .left {
  width: 380px;
}
.about-view1 .date {
  margin-top: 45px;
}
.about-view1 .date strong {
  font-size: 30px;
  display: block;
  color: #666;
  font-weight: normal;
}
.about-view1 .date span {
  font-size: 16px;
  display: block;
  margin-top: 6px;
}
.about-view1 .right {
  margin-left: 60px;
  flex: 1;
}
@media screen and ( max-width: 768px) {
  .about-view1 {
    padding: 50px 0;
  }
  .about-view1 .main {
    display: block;
  }
  .about-view1 .left {
    width: 100%;
  }
  .about-view1 .date {
    margin-top: 15px;
  }
  .about-view1 .date strong {
    font-size: 20px;
  }
  .about-view1 .date span {
    font-size: 14px;
    margin-top: 4px;
  }
  .about-view1 .right {
    margin-left: 0;
    margin-top: 30px;
  }
}

.about-view2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(bg1.jpg);
  padding-top: 150px;
}
.about-view2 .main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.about-view2 .stockMain {
  width: 510px;
  background: #fff;
  padding: 50px 35px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.about-view2 .stockMain img {
  width: 118px;
}
.about-view2 .stockMain .info {
  margin-left: 30px;
  flex: 1;
}
.about-view2 .stockMain .t1 {
  font-size: 18px;
}
.about-view2 .stockMain .t2 {
  font-size: 24px;
  margin-top: 15px;
}
.about-view2 .stockMain .data {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about-view2 .stockMain .data strong {
  font-size: 40px;
}
.about-view2 .stockMain .data i {
  font-size: 24px;
  margin-left: 16px;
}
.about-view2 .stockMain .data.up strong {
  color: #f73131;
}
.about-view2 .stockMain .data.up i {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
.about-view2 .stockMain .data.down strong {
  color: #0ebe98;
}
.about-view2 .stockMain .data.down i {
  -webkit-transform: rotate3d(0, 0, 1, 0);
  transform: rotate3d(0, 0, 1, 0);
}
.about-view2 .stockMain .d {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.about-view2 .stockRight {
  margin-left: 10%;
  flex: 1;
}
.about-view2 .stockRight .t {
  font-size: 52px;
  color: #EBDCD2;
}
.about-view2 .stockRight .d {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}
@media screen and ( max-width: 768px) {
  .about-view2 {
    padding-top: 80px;
  }
  .about-view2 .main {
    display: block;
  }
  .about-view2 .stockMain {
    width: 100%;
    padding: 30px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .about-view2 .stockMain .info {
    margin-left: 0;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .about-view2 .stockMain .t1 {
    font-size: 14px;
  }
  .about-view2 .stockMain .t2 {
    font-size: 20px;
    margin-top: 8px;
  }
  .about-view2 .stockMain .data {
    margin-top: 10px;
  }
  .about-view2 .stockMain .data i {
    margin-left: 10px;
  }
  .about-view2 .stockMain .d {
    margin-top: 15px;
    font-size: 14px;
  }
  .about-view2 .stockRight {
    margin-left: 0;
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: center;
  }
  .about-view2 .stockRight .t {
    font-size: 24px;
  }
  .about-view2 .stockRight .d {
    margin-top: 12px;
    font-size: 14px;
  }
}

.about-view3 {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(bg8.jpg);
}
.about-view3 .abw-main {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
.about-view3 .abw-main .tabs {
  width: 200px;
  margin-left: 60px;
}
.about-view3 .abw-main .tabs a {
  position: relative;
  display: block;
  padding: 16px 0;
  color: #555555;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-view3 .abw-main .tabs a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  content: "";
  width: 1px;
  background: #aaa;
}
.about-view3 .abw-main .tabs a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  content: "";
  width: 1px;
  background: #aaa;
}
.about-view3 .abw-main .tabs a span {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-view3 .abw-main .tabs a:first-child::before {
  display: none;
}
.about-view3 .abw-main .tabs i {
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  right: 100%;
  margin-right: -7px;
  background: #1B213E;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  border: 3px solid #444;
  background: #444;
}
.about-view3 .abw-main .tabs a.on span {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.about-view3 .abw-main .tabs a.on i {
  background: #EBE9E6;
}
.about-view3 .abw-main .main {
  flex: 1;
  padding-top: 30px;
}
.about-view3 .abw-main .panel {
  padding: 50px 50px 60px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and ( max-width: 768px) {
  .about-view3 {
    padding: 50px 0;
  }
  .about-view3 .abw-main {
    width: 100%;
    margin-top: 15px;
  }
  .about-view3 .abw-main .tabs {
    width: 80px;
    margin-left: 30px;
  }
  .about-view3 .abw-main .tabs a {
    font-size: 18px;
    padding: 12px 0;
  }
  .about-view3 .abw-main .main {
    padding-top: 15px;
  }
  .about-view3 .abw-main .panel {
    padding: 30px 20px;
  }
}

.about-view4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(bg5.jpg);
  padding: 120px 0;
}
.about-view4 .honor-swiper-wrap {
  position: relative;
  margin-top: 30px;
}
.about-view4 .honor-swiper {
  overflow: hidden;
}
.about-view4 .honor-swiper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-view4 .honor-swiper a {
  width: 32%;
  height: 70px;
  border-left: 3px solid #111;
  margin-left: 2%;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-view4 .honor-swiper a:hover {
  /*border-color: #1B6896;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);*/
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.about-view4 .honor-swiper a:nth-child(3n+1) {
  margin-left: 0;
}
.about-view4 .swiper-box {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.about-view4 .swiper-box .wrap {
  height: 100%;
}
.about-view4 .swiper-btn {
  width: 60px;
  height: 60px;
  font-size: 30px;
  border: 1px solid #111;
  color: #111;
  border-radius: 50%;
  pointer-events: auto;
}
.about-view4 .swiper-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.about-view4 .swiper-btn-prev {
  left: -100px;
}
.about-view4 .swiper-btn-next {
  right: -100px;
}
@media screen and ( max-width: 768px) {
  .about-view4 {
    padding: 50px 0;
    overflow: hidden;
  }
  .about-view4 .honor-swiper a {
    width: 48%;
    margin-left: 4%;
    font-size: 16px;
    padding: 0 12px;
  }
  .about-view4 .honor-swiper a:nth-child(3n+1) {
    margin-left: 4%;
  }
  .about-view4 .honor-swiper a:nth-child(2n+1) {
    margin-left: 0;
  }
}

.home-page {
  height: calc(100vh - 62px);
}
.home-page .home-page-item {
  position: relative;
  overflow: hidden;
}
.home-page .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-page .bg video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-page .main {
  position: relative;
  z-index: 2;
  height: 100%;
}
.home-page > .swiper-pagination {
  right: 4%;
}
.home-page > .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin: 14px 0;
  position: relative;
}
.home-page > .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}
.home-page > .swiper-pagination .swiper-pagination-bullet-active:after {
  opacity: 0.4;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.home-view1 .main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.home-view1 h1 {
  font-size: 60px;
  font-weight: bold;
}
.home-view1 .d {
  font-size: 22px;
  margin-top: 20px;
}
.home-view1 .swiper-prev {
  left: 100px;
}
.home-view1 .swiper-prev i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(iconl2.png) no-repeat;
}
.home-view1 .swiper-next {
  right: 100px;
}
.home-view1 .swiper-next i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(iconl3.png) no-repeat;
}
.home-view1 .swiper-btns {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home-view1 .swiper-btns a {
  top: 50%;
  pointer-events: auto;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  width: 39px;
  height: 39px;
}
.home-view1 .swiper-slide .title h1 {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition-delay: 0.3s;
  -webkit-transform: translate(0, -80px);
  transform: translate(0, -80px);
  opacity: 0;
}
.home-view1 .swiper-slide .title .d {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition-delay: 0.6s;
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  opacity: 0;
}
.home-view1 .swiper-slide-active .title h1 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.home-view1 .swiper-slide-active .title .d {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and ( max-width: 768px) {
  .home-view1 h1 {
    font-size: 24px;
  }
  .home-view1 .d {
    font-size: 14px;
  }
  .home-view1 .swiper-btns {
    display: none;
  }
}

.home-view2 .main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.home-view2 .cont {
  width: 1000px;
}
.home-view2 .t {
  font-size: 30px;
  font-weight: normal;
}
.home-view2 .d {
  font-size: 18px;
  margin-top: 5vh;
  line-height: 1.8;
}
.home-view2 .params {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 8vh;
  color: #fff;
}
.home-view2 .params dl {
  width: 24%;
  margin-top: 40px;
}
.home-view2 .params dt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 48px;
  line-height: 1;
}
.home-view2 .params dt em {
  font-size: 24px;
  margin-left: 6px;
  position: relative;
  top: -3px;
}
.home-view2 .params dd {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and ( max-width: 768px) {
  .home-view2 .cont {
    width: 100%;
    padding: 10px;
  }
  .home-view2 .bg video {
    display: none;
  }
  .home-view2 .t {
    font-size: 18px;
  }
  .home-view2 .d {
    font-size: 14px;
    margin-top: 20px;
  }
  .home-view2 .params dl {
    width: 48%;
    margin-top: 30px;
  }
  .home-view2 .params dt {
    font-size: 28px;
  }
  .home-view2 .params dt em {
    font-size: 16px;
    margin-left: 4px;
  }
  .home-view2 .params dd {
    font-size: 13px;
    margin-top: 6px;
  }
}

.home-view3 .main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.home-view3 .bg-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-view3 .bg-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-view3 .wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home-view3 .swiper-box {
  width: 540px;
}
.home-view3 .swiper-tab {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.home-view3 .swiper-tab a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}
.home-view3 .swiper-tab a.on {
  background: #fff;
  color: #111;
}
.home-view3 .swiper-tab a:nth-child(n+2) {
  margin-left: 12px;
}
.home-view3 .hv3-swiper {
  background: #fff;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.home-view3 .hv3-swiper .info {
  padding: 80px 50px 50px 60px;
  color: #111;
  background: #fff url(build2.png) no-repeat center bottom;
}
.home-view3 .hv3-swiper .t {
  font-size: 30px;
}
.home-view3 .hv3-swiper .d {
  margin-top: 25px;
  padding-top: 25px;
  height: 110px;
  margin-right: 40px;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
}
.home-view3 .hv3-swiper .d:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #24B7C0;
}
.home-view3 .hv3-swiper .pager {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 1;
}
.home-view3 .hv3-swiper .pager strong {
  font-size: 60px;
  font-weight: normal;
}
.home-view3 .hv3-swiper .pager span {
  font-size: 30px;
  margin-left: 15px;
  position: relative;
  top: -2px;
}
.home-view3 .hv3-swiper .hand {
  background: #4F6064;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.home-view3 .hv3-swiper .hand a {
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.home-view3 .hv3-swiper .hand span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.home-view3 .hv3-swiper .hand i {
  width: 40%;
  height: 2px;
  background: #fff;
}
.home-view3 .hv3-swiper .swiper-btns {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.home-view3 .hv3-swiper .swiper-btns a {
  width: 60px;
  cursor: pointer;
  height: 60px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-view3 .hv3-swiper .swiper-btns a:hover {
  color: #fff;
  background: #4F6064;
}
.home-view3 .hv3-swiper .swiper-btns a.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and ( max-width: 768px) {
  .home-view3 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    background: #333;
  }
  .home-view3 .swiper-box {
    width: 100%;
  }
  .home-view3 .swiper-tab a {
    height: 40px;
    font-size: 15px;
  }
  .home-view3 .hv3-swiper {
    margin-top: 20px;
  }
  .home-view3 .hv3-swiper .info {
    padding: 40px 20px 30px;
  }
  .home-view3 .hv3-swiper .t {
    font-size: 20px;
  }
  .home-view3 .hv3-swiper .d {
    margin-top: 12px;
    height: 90px;
    padding-top: 12px;
    margin-right: 25px;
    font-size: 14px;
  }
  .home-view3 .hv3-swiper .pager {
    margin-top: 12px;
  }
  .home-view3 .hv3-swiper .pager strong {
    font-size: 36px;
  }
  .home-view3 .hv3-swiper .pager span {
    font-size: 18px;
  }
  .home-view3 .hv3-swiper .hand {
    height: 50px;
  }
  .home-view3 .hv3-swiper .hand a {
    font-size: 16px;
  }
}

.home-view4 {
  position: relative;
}
.home-view4 .wrap {
  height: 100%;
}
.home-view4 .hv4-swiper {
  height: 100%;
}
.home-view4 .hv4-swiper .pic {
  height: 100%;
}
.home-view4 .hv4-swiper .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.home-view4 .hv4-swiper .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  z-index: 1;
}
.home-view4 .hv4-swiper .pt {
  position: absolute;
  font-weight: bold;
  top: 50px;
  left: 50px;
  font-size: 30px;
  color: #fff;
}
.home-view4 .hv4-swiper .info {
  padding: 80px 50px 80px 60px;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  width: 400px;
}
.home-view4 .hv4-swiper .t {
  font-size: 30px;
}
.home-view4 .hv4-swiper .d {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 25px;
  height: 110px;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.home-view4 .hv4-swiper .d:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #24B7C0;
}
.home-view4 .hv4-swiper .hand {
  margin-top: 60px;
}
.home-view4 .hv4-swiper .hand a {
  display: inline-block;
  width: 142px;
  height: 40px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 38px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-view4 .hv4-swiper .hand a:hover {
  background: #fff;
  color: #333;
}
.home-view4 .swiper-prev {
  left: -100px;
}
.home-view4 .swiper-prev i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(iconl2.png) no-repeat;
}
.home-view4 .swiper-next {
  right: -100px;
}
.home-view4 .swiper-next i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(iconl3.png) no-repeat;
}
.home-view4 .swiper-btns {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home-view4 .swiper-btns a {
  top: 50%;
  pointer-events: auto;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  width: 39px;
  height: 39px;
}
@media screen and ( max-width: 768px) {
  .home-view4 .wrap {
    padding: 0;
  }
  .home-view4 .hv4-swiper .pt {
    font-size: 24px;
    left: 20px;
  }
  .home-view4 .hv4-swiper .mask {
    left: 10px;
    right: 10px;
    width: auto;
  }
  .home-view4 .hv4-swiper .info {
    padding: 30px 20px;
    width: 100%;
  }
  .home-view4 .hv4-swiper .t {
    font-size: 18px;
  }
  .home-view4 .hv4-swiper .d {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.home-view5 {
  background: #374346;
  overflow: hidden;
}
.home-view5 .marks-map {
  position: absolute;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
}
.home-view5 .marks-map .point1 {
  left: 49.5%;
  top: 56%;
}
.home-view5 .marks-map .point2 {
  left: 51%;
  top: 49.5%;
}
.home-view5 .main {
  pointer-events: none;
}
.home-view5 .wrap {
  height: 100%;
}
.home-view5 .mask {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 440px;
}
.home-view5 .pt {
  position: absolute;
  font-weight: bold;
  top: 50px;
  left: 0;
  font-size: 30px;
  color: #fff;
}
.home-view5 .info {
  padding: 80px 60px 80px 50px;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
}
.home-view5 .info dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.home-view5 .info dl:nth-child(n+2) {
  margin-top: 50px;
}
.home-view5 .info img {
  width: 40px;
  height: 40px;
}
.home-view5 .info dd {
  margin-left: 20px;
  flex: 1;
}
.home-view5 .info .t {
  font-size: 20px;
  color: #fff;
}
.home-view5 .info .d {
  font-size: 14px;
  margin-top: 8px;
  color: #aaa;
}
@media screen and ( max-width: 768px) {
  .home-view5 .pt {
    font-size: 24px;
    left: 20px;
  }
  .home-view5 .marks-map {
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160%;
  }
  .home-view5 .mask {
    width: 100%;
    justify-content: flex-end;
  }
  .home-view5 .info {
    padding: 30px 20px;
    width: 100%;
  }
}

.marks-map {
  position: relative;
  pointer-events: none;
}
.marks-map .map {
  display: block;
  width: 100%;
}
.marks-map .ring {
  position: absolute;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.marks-map .ring img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.marks-map a.ring {
  pointer-events: auto;
}
.marks-map .point1 {
  top: 58%;
  left: 36.5%;
  width: 3.020833%;
}
.marks-map .point2 {
  top: 48%;
  left: 38.6%;
  width: 2.5%;
}
.marks-map .anim::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(35, 184, 192, 0.8);*/
  background: rgba(146, 7, 131, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  animation: toScaleOut 3s infinite linear;
}

@keyframes toScaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }
}
.home-view6 .wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
}
.home-view6 .viewTit {
  margin: 0;
}
.home-view6 .list {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.home-view6 .list a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 160px;
  width: 24%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 12px;
}
.home-view6 .list a:nth-child(4n+1) {
  margin-left: 0;
}
.home-view6 .list img {
  display: block;
  max-width: 90%;
  max-height: 70%;
}
.home-view6 .list .info {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
}
.home-view6 .list .t {
  font-size: 22px;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-view6 .list .d {
  margin-top: 12px;
  font-size: 16px;
  /*color: #24B7BF;*/
  color: #ba551f;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-view6 .list a:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
}
.home-view6 .list a:hover .info {
  opacity: 1;
}
.home-view6 .list a:hover .t {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.home-view6 .list a:hover .d {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and ( max-width: 768px) {
  .home-view6 .list a {
    width: 50%;
  }
}
.home-view6 .more {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-view6 .more a {
  display: inline-block;
  width: 180px;
  height: 50px;
  border: 1px solid #333;
  background: transparent;
  color: #333;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-view6 .more a:hover {
  background: #333;
  color: #fff;
}

.home-view7 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
.home-view7 .bg-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-view7 .bg-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-view7 .main {
  flex: 1;
  position: relative;
}
.home-view7 .hv7-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 2;
  height: 100%;
}
.home-view7 .hv7-list a {
  flex: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  color: #fff;
}
.home-view7 .hv7-list a:nth-child(n+2) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.home-view7 .hv7-list .t {
  font-size: 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-view7 .hv7-list .d {
  margin-top: 20px;
  font-size: 15px;
  height: 135px;
  line-height: 1.8;
  width: 68%;
}
.home-view7 .hv7-list img {
  width: 50px;
  height: 50px;
  margin-top: 40px;
}
.home-view7 .hv7-list a:hover {
  background: transparent;
}
.home-view7 .hv7-list a:hover .t {
  margin-top: -100px;
}
@media screen and ( max-width: 768px) {
  .home-view7 .hv7-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .home-view7 .hv7-list a {
    border-left: none;
  }
  .home-view7 .hv7-list a:nth-child(n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .home-view7 .hv7-list .t {
    font-size: 18px;
  }
  .home-view7 .hv7-list .d {
    display: none;
  }
  .home-view7 .hv7-list img {
    display: none;
  }
  .home-view7 .hv7-list a:hover .t {
    margin-top: 0;
  }
}

.m-header + .pageBox {
  padding-top: 62px;
  overflow: hidden;
  position: relative;
}

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

.header {
  height: 62px;
  position: fixed;
  left: 0;
  border-bottom: 1px solid #ddd;
  top: 0;
  width: 100%;
  z-index: 201;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  height: 100%;
}
.header .hh-logo {
  margin-left: 4%;
}
.header .hh-logo a {
  display: block;
  position: relative;
}
.header .hh-logo img {
  position: relative;
  z-index: 1;
  display: block;
  height: 41px;
  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 #4F6064;
  background: transparent;
  color: #4F6064;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  box-sizing: border-box;
  line-height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 5px;
  margin-top: 29px;
}
.header .tt-links:not(.disabled):not([disabled]):hover {
  background: #222;
  color: #fff;
}
.header .hh-menus {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  margin-left: 4%;
}
.header .hh-menus dl {
  position: relative;
  text-align: center;
  height: 100%;
}
.header .hh-menus dl:hover dt a {
  /*background: #EDEDED;*/
  background: #ba551f;
  color:#ffffff;
}
.header .hh-menus dl:hover dd {
  pointer-events: auto;
  opacity: 1;
}
.header .hh-menus dt {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
}
.header .hh-menus dt a {
  font-size: 16px;
  color: #555;
  height: 100%;
  position: relative;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .hh-menus dt a i {
  margin-left: 6px;
}
.header .hh-menus dd {
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  width: 200px;
  /*background-color: #EDEDED;*/
  background: #ba551f;
  text-align: left;
  opacity: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .hh-menus dd a {
  display: block;
  padding: 8px 10px;
  font-size: 16px;
  /*color: #333;*/
  color: #fff;
  line-height: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
}
.header .hh-menus dd a:hover {
  /*color: #4F6064;
  background: #F6F8F7;*/
  background: #ffffff;
  color:#ba551f;
}
.header .hh-tel {
  padding: 0 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4F6064;
}
.header .hh-tel span {
  font-size: 15px;
}
.header .hh-tel strong {
  font-size: 22px;
  margin-left: 12px;
  font-weight: bold;
}
.header .hh-yuyue {
  display: inline-block;
  width: 120px;
  height: 100%;
  border: 0;
  /*background: #4F6064;*/
  background: #ba551f;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .hh-yuyue:not(.disabled):not([disabled]):hover {
  /*background: #4F6064;*/
  background: #ba551f;
  color: #fff;
}
.header .hh-lang {
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.header .hh-lang a {
  height: 62px;
  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: #4F6064;
}
.header .hh-lang i {
  font-size: 20px;
  color: inherit;
  margin-right: 6px;
}
.header .search-box {
  height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  line-height: 36px;
  top: 100%;
  right: 0;
  padding: 5px 8px;
  background: #fff;
}
.header .search-box input {
  width: 260px;
  height: 36px;
  border: 0;
  border: 1px solid #4F6064;
  background: #fff;
  border-radius: 8px;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
.header .search-box button {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 8px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: #4F6064;
  border-radius: 0 8px 8px 0;
  border: none;
  font-size: 20px;
}
.header .search-box.open {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.header.vblack {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  top: 0;
}

@media screen and (max-width: 1450px) {
  .header .hh-logo img {
    height: 40px;
  }
  .header .hh-menus dt a {
    font-size: 14px;
    padding: 0 8px;
  }
}
.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: 32px;
}
.m-toper .hh-lang {
  float: right;
  position: relative;
  margin-right: 50px;
  color: #4F6064;
  font-size: 24px;
  display: none;
}
.m-toper .burger [class^=line] {
  background: #000;
}

.m-header {
  position: fixed;
  display: none;
  pointer-events: none;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 103;
  width: 100%;
}
.m-header .m-header-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  pointer-events: none;
}
.m-header .m-header-box {
  margin-left: 100%;
  width: 80%;
  background: #fff;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.m-header .hh-menus .search-box {
  padding: 8px 10px;
  position: relative;
  line-height: 36px;
  border-bottom: 1px solid #666;
  background: #000;
}
.m-header .hh-menus .search-box input {
  width: 100%;
  height: 36px;
  border: 0;
  background: #eee;
  opacity: 1;
  border-radius: 8px;
  padding: 0 8px 0 36px;
  box-sizing: border-box;
  font-size: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
.m-header .hh-menus .search-box button {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: none;
  color: inherit;
  border: none;
  font-size: 20px;
  pointer-events: none;
}
.m-header .hh-menus dl {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.m-header .hh-menus dl dt a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}
.m-header .hh-menus dl dt i {
  font-size: 18px;
  position: relative;
  padding: 0 10px;
}
.m-header .hh-menus dl dd {
  padding: 8px 0;
  width: auto !important;
  background: #fff;
  display: none;
}
.m-header .hh-menus dl dd .gezi:nth-child(n+2) {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 2px dotted #222;
}
.m-header .hh-menus dl dd img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.m-header .hh-menus dl dd a {
  display: block;
  color: #4F6064;
  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.on dt a {
  background: #4f6064;
  color: #fff;
}
.m-header .hh-menus dl.on dt i:before {
  content: "";
}
.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: 62px;
  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: #4F6064;
  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: #4F6064;
}
.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: #4F6064;
}
.fdMenus .thirdNav a:hover {
  text-decoration: underline;
}

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

  .fdMenus .wrap {
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .fdMenus .secPhoto {
    display: none;
  }
  .fdMenus .secNav {
    width: 38%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .fdMenus .secNav a {
    padding: 8px 5px;
  }
  .fdMenus .thirdNav {
    margin-left: 4%;
    flex: 1;
    margin-right: -10px;
  }
  .fdMenus .thirdNav .tnavs {
    padding: 20px;
  }
  .fdMenus .thirdNav a {
    width: 100%;
  }
}
/*底部*/
.footer {
  line-height: 1.8;
  position: relative;
  z-index: 100;
  background: #1D1F22;
  /*border-top: 6px solid #24B7C0;*/
  border-top: 6px solid #ba551f;
  color: #fff;
}
.footer .ft-wlink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .ft-wlink a {
  font-size: 16px;
  margin-right: 50px;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer .ft-wlink a:hover {
  text-decoration: underline;
}
.footer .ft-center {
  padding: 60px 0;
}
.footer .ft-center .ftc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and ( max-width: 768px) {
  .footer .ft-center .ftc-wrap {
    display: block;
  }
}
.footer .ftc-left {
  flex: 1;
}
.footer .ftc-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .ft-helps {
  text-align: left;
  flex: 1;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer .ft-helps dl {
  padding-right: 20px;
  box-sizing: border-box;
  flex: 1;
}
.footer .ft-helps dt {
  font-size: 16px;
  line-height: 1.6;
}
.footer .ft-helps dt a {
  color: inherit;
  font-size: inherit;
  color: #fff;
}
.footer .ft-helps dd {
  margin-top: 15px;
  line-height: 20px;
  font-size: 13px;
}
.footer .ft-helps dd a {
  display: block;
  padding: 3px 0;
  line-height: 20px;
  color: #777;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer .ft-helps dd a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .ft-helps .col2 {
  flex: 2;
}
.footer .ft-helps .col2 dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .ft-helps .col2 dd a {
  width: 50%;
}
.footer .ft-share {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer .ft-share a {
  box-sizing: border-box;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  margin-left: 15px;
  filter: contrast(0) brightness(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer .ft-share a img {
  height: 36px;
  width: 36px;
  display: block;
}
.footer .ft-share a:hover {
  filter: contrast(0) brightness(2);
}
.footer .ft-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}
.footer .ft-links a {
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 16px;
  margin-left: 15px;
}
.footer .ft-links a:hover {
  text-decoration: underline;
}
.footer .ft-links a:hover {
  color: #4F6064;
}
.footer .ft-tel {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
}
.footer .ft-tel span {
  font-size: 15px;
}
.footer .ft-tel strong {
  font-size: 24px;
  margin-left: 10px;
}
.footer .ft-copys {
  font-size: 14px;
  color: #aaa;
  margin-top: 20px;
}
.footer .ft-copys a {
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer .ft-copys a:hover {
  color: #fff;
}
.footer .ft-logo {
  margin-left: 40px;
}
.footer .ft-logo img {
  width: 85px;
  display: block;
}
@media screen and ( max-width: 768px) {
  .footer .ft-head {
    padding-bottom: 0;
  }
  .footer .ft-head .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .footer .ft-wlink {
    display: none;
  }
  .footer .ft-tels {
    padding: 15px 10px;
  }
  .footer .ft-house {
    margin-top: 30px;
  }
}

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

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

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

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

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

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

  .foot-center {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

.page-gray {
  background: #f2f2f2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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