@charset "UTF-8";
/* SCSS MIXIN*/
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
}
@-webkit-keyframes huadong {
  0% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes shandong {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* SCSS MIXIN*/
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
}
@-webkit-keyframes huadong {
  0% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes shandong {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td, p, iframe {
  margin: 0;
  padding: 0;
}

input, button, select, textarea {
  outline: none;
}

li {
  list-style: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

body {
  color: #323232;
  word-break: break-word;
  word-wrap: break-word;
}

body, input, textarea {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

i, em {
  font-style: normal;
}

a {
  color: #323232;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000;
}

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;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.hide {
  display: none !important;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.wrap2 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.wrap3 {
  padding: 0 40px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.iconfont {
  font-size: inherit;
}

.cblue {
  color: #55ADE5 !important;
}

.body-en {
  word-break: break-word;
}

.iconfont {
  font-size: inherit;
}

.flexCentery {
  display: flex;
  align-items: center;
}

.flexCenterxy {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.flexCenterxys {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.ctArrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ccc;
}

.maintop {
  padding-top: 90px;
}

.burger {
  padding: 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-top: 7px;
}
.burger .burger-in {
  width: 30px;
  margin: 0 auto;
}
.burger [class^=line] {
  background: #DC0028;
  height: 3px;
  margin-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.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: 750px) {
  .wrap, .wrap2, .wrap3 {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .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-in;
  -webkit-transition: all 0.3s ease-in;
}
.paging a:hover, .paging a.cur {
  background: #000;
  border-color: #000;
  color: #fff;
}

.pc-show {
  display: block;
}

.wap-show {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc-show {
    display: none !important;
  }

  video.pc-show {
    display: block !important;
  }

  .wap-show {
    display: block !important;
  }
}
/**************************/
.nodata {
  padding: 80px 0;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.nodata .ico-nodata {
  display: block;
  width: 153px;
  height: 153px;
  background: url(../images/ico-nodata.png) no-repeat;
  margin: 0 auto 25px;
}

.search-title h4 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.search-title h4 strong {
  color: #000;
  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-in;
  -webkit-transition: all 0.3s ease-in;
}
.search-view li .tit:hover {
  color: #000;
}
.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: #DC0028;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 32px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  margin-top: 10px;
}
.pagering {
  text-align: center;
  padding: 10px 0 80px;
}
.pagering li {
  display: inline-block;
  margin: 0 3px;
}
.pagering a {
  display: block;
  line-height: 32px;
  padding: 0 12px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}
.pagering .disabled a {
  background: #ddd;
  color: #fff;
}
.pagering .active a {
  background: #535353;
  color: #fff;
  border-color: #535353;
}
.pagering a.page-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

/* SCSS MIXIN*/
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
}
@-webkit-keyframes huadong {
  0% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes shandong {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.blackPage {
  background: #232323;
}

.c2 {
  color: #DC0028 !important;
}

.black {
  color: #000 !important;
}

/*首页banner*/
.com-banner {
  position: relative;
  overflow: hidden;
}

.com-banner a {
  display: block;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.com-banner .swiper-pagination {
  bottom: 30px;
  padding-right: 40px;
  box-sizing: border-box;
}

.com-banner .swiper-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eee;
  opacity: 0.7;
}

.com-banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.com-banner .bcont {
  padding-top: 100px;
  color: #fff;
}

.com-banner .tit {
  font-size: 52px;
  font-weight: normal;
  line-height: 60px;
  padding: 10px 0;
}

.com-banner .disc {
  font-size: 15px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 10px;
  max-width: 750px;
}

.com-banner .handle {
  display: block;
  width: 140px;
  height: 38px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.com-banner .handle:hover {
  background-color: #fff;
  border-color: #fff;
  color: #273A55;
}

.com-banner .swiper-button-prev {
  left: 30px;
}

.com-banner .swiper-button-next {
  right: 30px;
}

.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: #DC0028;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.com-banner .bgVideo.bg-black:after {
  background: rgba(0, 0, 0, 0.15);
}
.com-banner .bgVideo.bg-black-30:after {
  display: none;
}
.com-banner .bgVideo-about {
  height: 590px;
}
.com-banner .bgTxt {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  line-height: 1.8;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #fff;
}
.com-banner .bgTxt h1 {
  font-size: 36px;
  font-weight: normal;
  color: #333;
  max-width: 500px;
  text-align: left;
  box-sizing: border-box;
}
.com-banner .bgTxt h3 {
  font-size: 40px;
  font-weight: normal;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
}
.com-banner .bgTxt h4 {
  font-size: 22px;
  font-weight: normal;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.com-banner .bgTxt .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.com-banner .bgTxt .hand {
  display: inline-block;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  color: #fff;
  margin-top: 10px;
  height: 52px;
  text-align: center;
  font-size: 16px;
  line-height: 52px;
}
.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.vabottom {
  justify-content: flex-end;
  padding-bottom: 50px;
}
.com-banner .bgTxt .brLogo {
  position: absolute;
  top: 20%;
  right: 0;
  opacity: 0;
  width: 275px;
  -webkit-transform: scale(0) translate(0, 10%);
  transform: scale(0) translate(0, 10%);
  transition: all 5s ease-in;
  -webkit-transition: all 5s ease-in;
}
.isLoaded .com-banner .brLogo {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, -10%);
  transform: scale(1) translate(0, -10%);
}

.com-banner .bgTxt .des {
  font-size: 20px;
  color: #333;
}
.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;
}

.short-banner a {
  max-height: calc(80vw * 9 / 16);
}

.h40-banner a {
  max-height: calc(40vw * 9 / 16);
}

.h50-banner a {
  max-height: calc(50vw * 9 / 16);
}

.h60-banner a {
  max-height: calc(60vw * 9 / 16);
}

.h70-banner a {
  max-height: calc(70vw * 9 / 16);
}

.h80-banner a {
  max-height: calc(80vw * 9 / 16);
}

.h90-banner a {
  max-height: calc(90vw * 9 / 16);
}

.h100-banner a {
  max-height: calc(100vw * 9 / 16);
}

.h40-banner .bgVideo {
  max-height: calc(40vw * 9 / 16);
}

.h50-banner .bgVideo {
  max-height: calc(50vw * 9 / 16);
}

.h60-banner .bgVideo {
  max-height: calc(60vw * 9 / 16);
}

.h70-banner .bgVideo {
  max-height: calc(70vw * 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);
}

.px200-banner .bgVideo {
  height: 200px;
}

.hm-banner li {
  background: #000;
}
.hm-banner li a {
  opacity: 0.6;
}
.hm-banner li.swiper-slide-active a {
  opacity: 1;
}
.hm-banner .bgTxt h1 {
  margin-left: 4%;
  max-width: 540px;
}

.rotate-banner .bgVideo {
  height: 200px;
}

@media screen and (max-width: 750px) {
  .wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .com-banner a {
    height: 280px;
  }

  .com-banner .bgVideo {
    height: 80vw;
  }
  .com-banner .bgTxt {
    padding: 10px 20px;
  }
  .com-banner .bgTxt h1 {
    font-size: 24px;
    line-height: 1.5;
  }
  .com-banner .bgTxt h4 {
    font-size: 16px;
  }
  .com-banner .bgTxt h5 {
    font-size: 14px;
  }
  .com-banner .bgTxt .des {
    font-size: 14px;
  }
  .com-banner .bgTxt .hand {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .com-banner .bgTxt .lettes {
    font-size: 24px;
  }

  .hm-banner a {
    height: 55vw;
  }
}
.swiper-btn {
  position: absolute;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
  font-size: 28px;
  color: #fff;
  border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
}
.swiper-btn:hover {
  background: #000;
}
.swiper-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.swiper-btn-prev {
  left: -80px;
}

.swiper-btn-next {
  right: -80px;
}

.disTit {
  color: #1F1F1F;
  text-align: center;
  line-height: 1.7;
  font-size: 28px;
  font-weight: normal;
}

.bort1 {
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 750px) {
  .swiper-btn {
    margin-top: -25px;
    width: 30px;
    height: 50px;
    font-size: 22px;
    border-radius: 5px;
  }

  .swiper-btn-prev {
    left: 10px;
  }

  .swiper-btn-next {
    right: 10px;
  }
}
.news-page {
  padding: 50px 0 80px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .news-page .artContent {
    padding: 0 10px;
  }
}
.home-view {
  position: relative;
  overflow: hidden;
}
.home-view .bg {
  height: calc(100vh - 190px);
}
.home-view .home-container {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-view .wrap {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.home-view .info {
  width: 300px;
  color: #fff;
  font-size: 14px;
}
.home-view .hlogo {
  max-width: 300px;
}
.home-view .d {
  margin-top: 20px;
}
.home-view .goon {
  width: 220px;
  margin-top: 30px;
  height: 64px;
  background: #D01314;
  color: #fff;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 16px;
}
.home-view .phone1 {
  position: absolute;
  right: 200px;
  bottom: -50px;
  z-index: 1;
}
.home-view .phone2 {
  position: absolute;
  right: 0;
  bottom: 60px;
}

@media screen and (max-width: 750px) {
  .home-view .bg {
    height: calc(100vh - 50px);
  }
  .home-view .info {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .home-view .hlogo {
    max-width: 200px;
  }
  .home-view .phone1 {
    display: none;
  }
  .home-view .phone2 {
    display: none;
  }
}
.company-container {
  padding-bottom: 80px;
}
.company-container .company-info {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.company-container .ci-left {
  width: 380px;
  border-right: 1px solid #ddd;
  margin-right: 30px;
  padding-bottom: 50px;
}
.company-container .ci-left img {
  display: block;
  margin: 0 auto;
}
.company-container .ci-link {
  margin-top: 50px;
}
.company-container .ci-link a {
  line-height: 20px;
  font-size: 16px;
  color: #555;
  padding: 6px 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  display: block;
}
.company-container .ci-link a:hover {
  color: #DC0028;
}
.company-container .ci-right {
  flex: 1;
}

.office-container {
  padding-bottom: 80px;
}

.ggmap {
  height: 500px;
}

.office-list li, .office-list .item {
  display: block;
  padding: 25px 20px;
  background: #F8F8F8;
  border: 1px solid #eee;
  margin-top: 15px;
}
.office-list li:hover, .office-list .item:hover {
  color: #DC0028;
}
.office-list .t {
  font-size: 22px;
}
.office-list .d {
  font-size: 15px;
  margin-top: 8px;
}

.about-history {
  padding: 10px 0;
  margin: 50px auto;
}
.about-history .list {
  padding: 40px 0 50px;
}
.about-history .list li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.about-history .list li:hover:after {
  box-shadow: 0 0 0 12px rgba(224, 58, 51, 0.5);
}
.about-history .list .t {
  font-size: 32px;
  line-height: 40px;
  width: 340px;
  color: #DC0028;
  padding: 30px 0;
  position: relative;
}
.about-history .list .t:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  width: 8px;
  height: 8px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-radius: 50%;
  box-sizing: border-box;
  margin-top: -4px;
  background: #DC0028;
  z-index: 1;
}
.about-history .list .cont {
  flex: 1;
  padding: 30px 40px;
  border-left: 1px solid #ddd;
}
.about-history .list .info {
  position: relative;
  flex: 1;
  line-height: 20px;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.about-history .list .time {
  font-size: 20px;
  color: #444;
  width: 140px;
}
.about-history .list .d {
  font-size: 16px;
  flex: 1;
}

@media screen and (max-width: 750px) {
  .company-container .company-info {
    display: block;
  }
  .company-container .ci-left {
    width: auto;
    border-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .company-container .ci-right {
    margin-top: 50px;
  }

  .office-list li.item {
    padding: 20px 15px;
  }

  .about-history .list .t {
    font-size: 20px;
    width: 90px;
  }
  .about-history .list .cont {
    padding: 30px 20px;
  }
  .about-history .list .info {
    display: block;
  }
  .about-history .list .time {
    font-size: 18px;
  }
  .about-history .list .d {
    font-size: 14px;
  }
}
.job1-container {
  padding-bottom: 100px;
}
.job1-container .job1-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.job1-container .job1-list a {
  padding: 20px 10px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border: 1px solid transparent;
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-left: 4%;
}
.job1-container .job1-list a:nth-child(2n+1) {
  margin-left: 0;
}
.job1-container .job1-list a:hover {
  border-color: #ddd;
  background: #f1f1f1;
}
.job1-container .job1-list .t {
  font-size: 18px;
}
.job1-container .job1-list .d {
  font-size: 15px;
  color: #DC0028;
  margin-top: 8px;
}

.place-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.place-list a {
  width: 33.33%;
  text-align: center;
}
.place-list .pic {
  display: block;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.place-list .t {
  margin-top: 25px;
  font-size: 18px;
  color: #111;
}
.place-list .d {
  margin-top: 10px;
  color: #DC0028;
  font-size: 15px;
}

.job-details .job-apply {
  display: inline-block;
  width: 184px;
  height: 56px;
  border: none;
  background: #DC0028;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 56px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.job-details .job-apply {
  position: relative;
  overflow: hidden;
}
.job-details .job-apply:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.job-details .job-apply:hover:after {
  transition: all 0.5s ease;
  left: 100%;
}
.job-details .job-delist {
  padding: 35px 0;
}

.news-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  padding: 20px 0;
  border-bottom: 1px dashed #d9d9d9;
}
.news-list .item:hover {
  background: #fff;
}
.news-list .spic {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 200px;
  display: block;
}
.news-list .spic img, .news-list .spic .img {
  display: block;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.news-list .spic img {
  display: block;
  width: 100%;
}
.news-list .spic .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-list .spic:hover > img, .news-list .spic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-list .sinfo {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  padding: 0 30px;
}
.news-list .sinfo .date {
  font-size: 14px;
  color: #aaa;
  line-height: 1.3;
  margin-top: 15px;
}
.news-list .sinfo .t {
  font-size: 20px;
  display: block;
  color: #000;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.news-list .sinfo .t:hover {
  color: #DC0028;
}
.news-list .sinfo .d {
  font-size: 15px;
  margin-top: 12px;
  color: #505050;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 750px) {
  .job1-container .job1-list {
    display: block;
  }
  .job1-container .job1-list a {
    width: auto;
    display: block;
    margin-left: 0;
    padding: 10px;
  }

  .news-list .item {
    display: block;
  }
  .news-list .spic {
    width: auto;
  }
  .news-list .sinfo {
    padding: 20px 0;
  }

  .place-list {
    display: block;
  }
  .place-list a {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
.product-list {
  height: calc(100vh - 90px);
  position: relative;
  background: #000;
}
.product-list li {
  position: absolute;
  overflow: hidden;
}
.product-list li:nth-child(1) {
  top: 20px;
  left: 20px;
  width: calc(50% - 30px);
  height: calc(60% - 30px);
}
.product-list li:nth-child(2) {
  bottom: 20px;
  left: 20px;
  width: calc(25% - 25px);
  height: calc(40% - 30px);
}
.product-list li:nth-child(3) {
  bottom: 20px;
  left: calc(25% + 15px);
  width: calc(25% - 25px);
  height: calc(40% - 30px);
}
.product-list li:nth-child(4) {
  top: 20px;
  right: calc(25% + 15px);
  width: calc(25% - 25px);
  height: calc(40% - 30px);
}
.product-list li:nth-child(5) {
  top: 20px;
  right: 20px;
  width: calc(25% - 25px);
  height: calc(40% - 30px);
}
.product-list li:nth-child(6) {
  bottom: 20px;
  right: 20px;
  width: calc(50% - 30px);
  height: calc(60% - 30px);
}
.product-list li .pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-list li > img {
  display: block;
  width: 100%;
  height: 100%;
}
.product-list .mask {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 36px 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.product-list .t {
  font-size: 28px;
}
.product-list .d {
  font-size: 16px;
  margin: 25px 0 10px;
  flex: 1;
}
.product-list .dinfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.product-list .downs {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-list .downs a {
  margin-right: 10px;
  max-width: 70%;
}
.product-list .downs a img {
  max-width: 100%;
}
.product-list .simg {
  width: 150px;
  max-width: 40%;
}
.product-list .simg img {
  display: block;
  width: 100%;
  height: auto;
}
.product-list li:hover .mask {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.product-list .swiper-pagination {
  display: none;
}

@media screen and (max-width: 750px) {
  .product-list {
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .product-list li {
    position: static;
    height: auto !important;
    padding: 20px;
    box-sizing: border-box;
  }
  .product-list li > img {
    width: 100%;
    height: 200px;
  }
  .product-list li .pic {
    height: 200px;
  }
  .product-list .mask {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    position: static;
    padding: 0;
    height: auto;
  }
  .product-list .t {
    display: none;
  }
  .product-list .d {
    background: #fff;
    color: #333;
    margin-top: 0;
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
  .product-list .downs {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .product-list .simg {
    display: none;
  }
  .product-list .swiper-pagination {
    margin-top: 20px;
    display: block;
  }
  .product-list .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  .product-list .swiper-pagination .swiper-pagination-bullet-active {
    background: #DC0028;
    opacity: 1;
  }
}
.stock-info {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.stock-info .stock-item {
  width: 100%;
  padding: 35px 0;
  border-top: 1px solid #ddd;
}
.stock-info .stock-item.col-50 {
  width: 50%;
}
.stock-info .stock-item:first-child {
  border-top: 0;
}
.stock-info .hk-money {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.stock-info .hk-m1 {
  font-size: 60px;
  font-weight: normal;
  margin-right: 20px;
}
.stock-info .hk-m2-top {
  font-size: 14px;
}
.stock-info .hk-m2-bottom {
  font-size: 18px;
}
.stock-info .hk-m2-bottom i {
  font-size: 30px;
  display: inline-block;
}
.stock-info .hk-m2-bottom i.up {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
.stock-info .hk-rel {
  margin-top: 15px;
  font-size: 13px;
}
.stock-info .hk-rel strong {
  font-weight: normal;
  font-size: 20px;
  margin-right: 15px;
}

.invest-table table {
  border-top: 3px solid #000;
  width: 100%;
  font-size: 14px;
}
.invest-table tr {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.invest-table tr:hover {
  background: #f1f1f1;
}
.invest-table th {
  height: 50px;
  background: #F0F0F0;
  font-weight: normal;
  text-align: center;
}
.invest-table td {
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.invest-table td.tal {
  padding: 0 10px;
}
.invest-table th, .invest-table td {
  border-left: 1px solid #ddd;
}
.invest-table th:first-child, .invest-table td:first-child {
  border-left: 0;
}
.invest-table a {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.invest-table a:hover {
  color: #DC0028;
}
.invest-table .table-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 15px;
}
.invest-table .table-filter select {
  height: 30px;
  width: 160px;
  border-color: #ddd;
  margin: 0 12px;
}
.invest-table .table-filter button {
  display: inline-block;
  width: 75px;
  height: 30px;
  border: none;
  background: #DC0028;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 30px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-radius: 5px;
}
.invest-table .table-filter button {
  position: relative;
  overflow: hidden;
}
.invest-table .table-filter button:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.invest-table .table-filter button:hover:after {
  transition: all 0.5s ease;
  left: 100%;
}
.invest-table .dbtn {
  display: inline-block;
  width: 108px;
  height: 32px;
  border: 1px solid #aaa;
  background: #F4F4F4;
  color: #818181;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 30px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-radius: 5px;
}
.invest-table .dbtn:not(.disabled):not([disabled]):hover {
  background: #DC0028;
  color: #fff;
}
.invest-table .dbtn i {
  font-size: 16px;
}

.invest-table2 table {
  border-top: 3px solid #000;
  width: 100%;
  font-size: 14px;
}
.invest-table2 tr {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.invest-table2 tr:hover {
  background: #f1f1f1;
}
.invest-table2 th, .invest-table2 td {
  border: 1px solid #DBDBDB;
}
.invest-table2 th {
  height: 40px;
  background: #4B5777;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.invest-table2 td {
  height: 40px;
  padding: 0 10px;
}
.invest-table2 a {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.invest-table2 a:hover {
  color: #DC0028;
}

.discl-date {
  font-size: 14px;
  padding-bottom: 20px;
  color: #888;
}

.ipt-full {
  width: 520px;
}

.ipt-lab {
  box-sizing: border-box;
  padding: 15px 0 8px;
  line-height: 32px;
  font-size: 15px;
  color: #444;
}
.ipt-lab i {
  color: #f00;
}

.ipt-ctrl {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.ipt-ctrl .ipt-text {
  line-height: 22px;
  padding: 10px 0;
  font-size: 14px;
  font-size: 15px;
  color: #444;
}

.ipt {
  flex: 1;
  display: inline-block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 10px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.ipt:focus {
  border-color: #DC0028;
}

.ipt-check .onCheck {
  padding: 8px 0;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ipt-check .onCheck span {
  flex: 1;
  width: 0;
}
.ipt-check input {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}
.ipt-check a {
  color: #DC0028;
  text-decoration: underline;
}

.artMore {
  font-size: 14px;
  line-height: 1.8;
}

.iptButton {
  display: inline-block;
  width: 150px;
  height: 46px;
  border: none;
  background: #DC0028;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 46px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.iptButton {
  position: relative;
  overflow: hidden;
}
.iptButton:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.iptButton:hover:after {
  transition: all 0.5s ease;
  left: 100%;
}

@media screen and ( max-width: 768px) {
  .ipt-full {
    width: 100%;
  }
}
.policy-wrap {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #fff;
  padding: 35px 0;
  text-align: center;
}
.policy-wrap .info {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}
.policy-wrap .info a {
  color: #DC0028;
  text-decoration: underline;
}
.policy-wrap button {
  display: inline-block;
  width: 94px;
  height: 40px;
  border: none;
  background: #DC0028;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 40px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-radius: 8px;
  margin-top: 25px;
}
.policy-wrap button {
  position: relative;
  overflow: hidden;
}
.policy-wrap button:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.policy-wrap button:hover:after {
  transition: all 0.5s ease;
  left: 100%;
}

.header {
  height: 90px;
  position: fixed;
  background: #167d52;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
  color: #fff;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}
.header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  height: 100%;
}
.header .hh-logo {
  float: left;
  background: #fff;
  padding: 0 50px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header .hh-logo:after {
  top: 0;
  left: 10%;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.header .hh-logo a {
  display: block;
  position: relative;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header .hh-logo a:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.header .hh-logo a:hover:after {
  transition: all 0.5s ease;
  left: 100%;
}
.header .hh-logo img {
  position: relative;
  z-index: 1;
  display: block;
  height: 56px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.header .tt-links {
  float: right;
  display: inline-block;
  width: 140px;
  height: 42px;
  border: 1px solid #DC0028;
  background: transparent;
  color: #DC0028;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  box-sizing: border-box;
  line-height: 40px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-radius: 5px;
  margin-top: 29px;
}
.header .tt-links:not(.disabled):not([disabled]):hover {
  background: #000;
  color: #fff;
}
.header .tt-cont {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header .tt-cont li {
  position: relative;
  height: 90px;
}
.header .tt-cont li a {
  color: inherit;
  line-height: 90px;
  padding: 0 13px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header .tt-cont li i {
  font-size: 15px;
}
.header .tt-cont li .icon-out {
  font-size: 20px;
}
.header .hh-menus {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
}
.header .hh-menus dl {
  position: relative;
  text-align: center;
  height: 100%;
}
.header .hh-menus dt {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
}
.header .hh-menus dt a {
  font-size: 16px;
  padding: 0 30px;
  height: 100%;
  position: relative;
  color: inherit;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.header .hh-menus dt a:before {
  height: 14px;
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  left: 0;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  top: 50%;
  margin-top: -5px;
}
.header .hh-menus dl:first-child dt a:before {
  display: none;
}
.header .tt-pends {
  float: right;
}
.header .hh-lang {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 40px;
}
.header .tt-share {
  margin-left: 10px;
  float: left;
  margin-top: 22px;
}
.header .tt-share a {
  float: left;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 8px;
}
.header .tt-share a img {
  width: 24px;
  height: 24px;
  display: block;
}
.header.vblack {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  border-bottom: 1px solid #ddd;
}
.header.vblack .hh-logo a:after {
  opacity: 1;
}
.header.vblack .hh-logo a img {
  opacity: 0;
}
.header.vblack .ht-right {
  border-bottom: 1px solid #bbb;
}
.header.vblack .hh-menus dt a:after {
  background: #000;
}

@media screen and (max-width: 1450px) {
  .toper .hh-logo img {
    height: 40px;
  }
  .toper .hh-menus dt a {
    font-size: 13px;
    padding: 0 10px;
  }
  .toper .tt-share {
    display: none;
  }
  .toper .search-box input {
    width: 120px;
  }
}
.m-toper {
  display: none;
  height: 60px;
  position: fixed;
  left: 0;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.m-toper .hh-logo {
  float: left;
  margin-top: 11px;
  margin-right: 10px;
}
.m-toper .hh-logo img {
  display: block;
  height: 34px;
}
.m-toper .hh-lang {
  position: relative;
  margin-top: 14px;
  float: right;
  color: #DC0028;
  margin-right: 60px;
  line-height: 60px;
  font-size: 14px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 2px solid #DC0028;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.m-header {
  position: fixed;
  display: none;
  pointer-events: none;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.m-header .m-header-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  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-in;
  -webkit-transition: all 0.3s ease-in;
}
.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-in;
  -webkit-transition: all 0.3s ease-in;
  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 #666;
}
.m-header .hh-menus dl dt a {
  display: block;
  background: #000;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
}
.m-header .hh-menus dl dt .l-icon {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.m-header .hh-menus dl dd {
  padding: 8px 0;
  width: auto !important;
  display: none;
}
.m-header .hh-menus dl dd .gezi:nth-child(n+2) {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 2px dotted #000;
}
.m-header .hh-menus dl dd img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.m-header .hh-menus dl dd a {
  display: block;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 20px;
  padding: 6px 10px;
  margin-left: 10px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-header .hh-menus dl:hover dt a, .m-header .hh-menus dl.on dt a {
  background: #000;
}
.m-header .hh-menus dl:hover dd, .m-header .hh-menus dl.on dd {
  display: block;
}
.m-header .hh-menus dl.hhm-lang dt img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.m-header .hh-menus dl.hhm-lang dd img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.m-header.over .m-header-layer {
  opacity: 1;
  pointer-events: auto;
}
.m-header.over .m-header-box {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

/*底部*/
.footer {
  background-color: #111111;
  height: 100px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer .ft-share {
  text-align: right;
}
.footer .ft-share a {
  float: left;
  box-sizing: border-box;
  margin-left: 10px;
}
.footer .ft-share a img {
  width: 40px;
  height: 40px;
  display: block;
}
.footer .bottomCopyr {
  font-size: 14px;
  flex: 1;
  text-align: right;
  padding: 25px 20px;
  line-height: 1.8;
  color: #777777;
}
.footer .bottomCopyr a {
  color: inherit;
}

@media screen and (max-width: 750px) {
  .footer {
    height: auto;
    padding: 20px 10px;
    display: block;
  }
  .footer .ft-logo {
    display: block;
  }
  .footer .ft-share {
    overflow: hidden;
  }
  .footer .ft-share a {
    margin: 0 10px 0 0;
  }
  .footer .bottomCopyr {
    text-align: left;
    padding: 20px 0;
  }
}
.backTop {
  width: 58px;
  z-index: 100;
  opacity: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 58px;
  position: fixed;
  bottom: 70px;
  right: 20px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.backTop i {
  font-size: 45px;
  line-height: 45px;
}
.backTop:hover {
  background-color: #000;
  color: #fff;
}
.backTop.over {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 1200px) {
  .toper .search-box {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .toper, .header {
    display: none;
  }

  .m-toper, .m-header {
    display: block;
  }

  .m-header.over {
    pointer-events: auto;
  }

  .pageBox {
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
  }
  .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-in;
    -webkit-transition: all 0.3s ease-in;
  }

  .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-in;
  -webkit-transition: all 0.3s ease-in;
  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: #000;
}

@media screen and (max-width: 750px) {
  .crumbsTab {
    padding: 5px 10px 5px 5px;
  }

  .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: 150px 0;
  position: relative;
  color: #fff;
  text-align: center;
  background: transparent url(../images/hbg-1.png) center center no-repeat/cover;
  background-attachment: fixed;
}
.comViews:before {
  content: "";
  background: rgba(40, 57, 144, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comViews .wrap {
  position: relative;
  z-index: 1;
}
.comViews .cvtitle {
  font-size: 30px;
  font-weight: normal;
}
.comViews .info {
  font-size: 16px;
  line-height: 36px;
  margin-top: 50px;
}
.comViews .alinks {
  margin-top: 40px;
}
.comViews .alinks a {
  margin: 0 10px;
}
.comViews .alinks .abtn-bd {
  display: inline-block;
  width: 220px;
  height: 56px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 54px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.comViews .alinks .abtn-bd:not(.disabled):not([disabled]):hover {
  background: #000;
  color: #fff;
}
.comViews .alinks .abtn-vv {
  display: inline-block;
  width: 180px;
  height: 56px;
  border: none;
  background: #111;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 56px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.comViews .alinks .abtn-vv:not(.disabled):not([disabled]):hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .comViews {
    padding: 80px 0;
  }
}
.pageTurning {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 20px;
}
.pageTurning a {
  display: inline-block;
  margin: 0 30px;
  padding: 0 5px;
  font-size: 18px;
  color: #333;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.pageTurning a:hover {
  color: #DC0028;
}

.pageMore {
  display: block;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 50px;
}
.pageMore .loadMore {
  display: inline-block;
  width: 168px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  height: 52px;
  border: 1px solid #bbb;
  font-size: 16px;
  text-align: center;
  color: #444;
  line-height: 52px;
}
.pageMore .loadMore:hover {
  background: #000;
  border-color: #000;
  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-in;
  -webkit-transition: all 0.3s ease-in;
  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-in;
  -webkit-transition: all 0.3s ease-in;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 20px;
  background: #5E3F63;
  color: #fff;
  font-size: 18px;
}
.sideTools .item:hover .inAway {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.disTit {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  color: inherit;
}
.disTit h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
}
.disTit h2 {
  font-size: 28px;
  font-weight: normal;
}
.disTit h4 {
  font-size: 20px;
  font-weight: normal;
}
.disTit h5 {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2.2;
  font-weight: normal;
}
.disTit .d {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8;
  font-weight: normal;
}
.disTit .handle {
  display: inline-block;
  width: 180px;
  height: 52px;
  border: none;
  background: #555555;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  box-sizing: border-box;
  line-height: 52px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  margin-top: 20px;
}
.disTit .handle:not(.disabled):not([disabled]):hover {
  background: #DC0028;
  color: #fff;
}

.gliner {
  position: relative;
  padding-bottom: 20px;
}
.gliner:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 50%;
  width: 90px;
  margin-left: -45px;
  background: #111;
}

@media screen and (max-width: 1080px) {
  .disTit h1 {
    font-size: 24px;
    line-height: 1.6;
  }
  .disTit h2 {
    font-size: 22px;
  }
  .disTit h4 {
    font-size: 16px;
  }
  .disTit .d {
    font-size: 14px;
  }
  .disTit .handle {
    width: 140px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    margin-top: 15px;
  }
}
.layer-openVideo {
  width: 800px;
  height: 500px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  background: #000;
}

.layer-openVideo iframe {
  width: 800px;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .layer-openVideo {
    width: 90vw;
    height: 60vw;
  }
  .layer-openVideo iframe {
    width: 90vw;
    height: 100%;
  }
}
.artTitleH1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.6;
  color: #000;
  position: relative;
}
.artTitleH1.liner {
  padding-bottom: 15px;
}
.artTitleH1.liner:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  content: "";
  height: 2px;
  background: #DC0028;
}
.artTitleH1.tac.liner:after {
  left: 50%;
  margin-left: -22px;
}

.artTimes {
  font-size: 16px;
  color: #666;
}

.artContent {
  font-size: 16px;
  line-height: 2;
}
.artContent img {
  max-width: 100%;
}

.artMain {
  padding: 60px 0 70px;
}

.crumbsTab {
  line-height: 28px;
  box-sizing: content-box;
  padding: 20px 0;
  margin-top: 20px;
}
.crumbsTab .crumb {
  font-size: 14px;
  overflow: hidden;
}
.crumbsTab .crumb a {
  display: block;
  float: left;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.crumbsTab .crumb a:hover {
  text-decoration: underline;
}
.crumbsTab .crumb i {
  float: left;
  margin: 0 15px;
}
.crumbsTab .crumb span {
  float: left;
}

.gb-crumbsTab {
  line-height: 28px;
  box-sizing: content-box;
  padding: 20px 0;
  background: #F5F5F5;
}

@media screen and (max-width: 750px) {
  .artTitleH1 {
    font-size: 24px;
  }
}
.graybody {
  background: #EEEEEE;
}

.zyimg-info {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #DC0028;
  text-align: center;
  color: #fff;
}
.zyimg-info.flexreverse {
  flex-direction: row-reverse;
}
.zyimg-info .pic {
  width: 50%;
  position: relative;
  overflow: hidden;
  position: relative;
}
.zyimg-info .pic img, .zyimg-info .pic .img {
  display: block;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.zyimg-info .pic img {
  display: block;
  width: 100%;
}
.zyimg-info .pic .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.zyimg-info .pic:hover > img, .zyimg-info .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.zyimg-info .pic img {
  display: block;
  width: 100%;
}
.zyimg-info .pic .img {
  display: block;
  width: 100%;
}
.zyimg-info .pic .cover-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.zyimg-info .pic .cover-btn i {
  color: #fff;
  font-size: 80px;
}
.zyimg-info .pic .cover-shadow {
  position: absolute;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #222 100%);
}
.zyimg-info .pic .cover-shadow.csleft {
  right: auto;
  left: 0;
  background: linear-gradient(270deg, transparent 0%, #222 100%);
}
.zyimg-info .info {
  width: 50%;
  min-height: 600px;
  box-sizing: border-box;
  padding: 100px 4% 100px 4%;
  padding-right: calc(50% - 600px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.zyimg-info .info .t {
  font-size: 32px;
  display: block;
  width: 100%;
  font-weight: normal;
}
.zyimg-info .info .t2 {
  font-size: 26px;
  display: block;
  width: 100%;
  font-weight: normal;
}
.zyimg-info .info .d {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
  display: block;
}
.zyimg-info .info .d2 {
  width: 100%;
  font-size: 16px;
  color: #aaa;
  line-height: 2;
  display: block;
}
.zyimg-info .info .hand {
  display: inline-block;
  width: 170px;
  height: 50px;
  border: 1px solid #fff;
  background: none;
  color: #F9DF32;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  box-sizing: border-box;
  line-height: 48px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  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;
  }
}
.pageMenu {
  height: 45px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #F6F6F6;
}
.pageMenu .wrap {
  height: 100%;
}
.pageMenu a {
  float: left;
  position: relative;
  height: 100%;
  padding: 0 30px;
  line-height: 45px;
  font-size: 16px;
  color: #535353;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-right: 1px solid #ddd;
}
.pageMenu a:hover {
  color: #DC0028;
}
.pageMenu a:first-child {
  border-left: 1px solid #ddd;
}
.pageMenu a:hover {
  background: #fff;
}
.pageMenu a.on {
  background: #fff;
  color: #DC0028;
}
.pageMenu a.on:after {
  position: absolute;
  display: block;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background: #fff;
  content: "";
}
.pageMenu.sm a {
  padding: 0 20px;
  font-size: 14px;
}

.pageCrumb h1 {
  font-size: 34px;
  font-weight: normal;
}
.pageCrumb .wrap {
  padding: 40px 0 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pageCrumb .crumb {
  font-size: 14px;
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pageCrumb .crumb a {
  display: block;
  color: inherit;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.pageCrumb .crumb a:hover {
  text-decoration: underline;
}
.pageCrumb .crumb .icon-home {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.pageCrumb .crumb .icon-rightarrow {
  margin: 0 10px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 750px) {
  .pageMenu {
    height: auto;
  }
  .pageMenu .wrap {
    padding: 0;
    overflow: hidden;
  }
  .pageMenu a {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .pageMenu a.on:after {
    display: none;
  }

  .pageCrumb h1 {
    display: none;
  }
  .pageCrumb .wrap {
    display: block;
  }
  .pageCrumb .crumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 10px;
  }
}

.indexBg {
  padding: 150px 0;
  position: relative;
  color: #fff;
  text-align: center;
  background: transparent url(../res/img/6.7/1.jpg) center center no-repeat/cover;
  background-attachment: fixed;
}

/*# sourceMappingURL=common.css.map */
