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

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

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

img {
  border: none;
}

textarea {
  resize: none;
}

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

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

i, em {
  font-style: normal;
}

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

a:hover {
  color: #222;
}

table {
  border-collapse: collapse;
}

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

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

.fl, .z {
  float: left;
}

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

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

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

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

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

.iconfont {
  font-size: inherit;
}

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

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

.iconfont {
  font-size: inherit;
}

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

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

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

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

.maintop {
  padding-top: 64px;
}

.burger {
  padding: 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.burger .burger-in {
  width: 30px;
  margin: 0 auto;
}
.burger [class^=line] {
  background: #04122E;
  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;
}

.sabout{ 
  text-align: left; 
  overflow:hidden;
}
.sabout .mt20{ float:left; width:50%; box-sizing:border-box; padding:0px 20px ; }
.sabout .aloneImg{ float:left; width:50%; }
.sabout .aloneImg img{ width:100%; }



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

@media screen and (max-width: 999px) 
{ 
    
.sabout .mt20{ float:left; width:100%; box-sizing:border-box; padding:0px 10px ; }
.sabout .aloneImg{ float:left; width:100%; padding:0px 10px ; }
.disTit .sabout .d p {
    font-size: 16px !important;
    line-height: 1.8;
    font-weight: normal;
}
}


@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 {
  display: none !important;
}

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

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

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

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

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

.c2 {
  color: #04122E !important;
}

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

.black {
  color: #000 !important;
}

.ffbe {
  font-family: Bebas;
}

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

.com-banner a {
  display: block;
  position: relative;
}

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

.com-banner .swiper-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.com-banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  width: 28px;
  background-color: #04122E;
}

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

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

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

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

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

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

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

.com-banner .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%;
  pointer-events: none;
  object-fit: cover;
  height: 100%;
  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: #04122E;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.com-banner .bgVideo.bg-black-10:after {
  background: rgba(0, 0, 0, 0.1);
}
.com-banner .bgVideo.bg-black-30:after {
  background: rgba(0, 0, 0, 0.3);
}
.com-banner .bgVideo.bg-black-50:after {
  background: rgba(0, 0, 0, 0.5);
}
.com-banner .bgVideo-about {
  height: 590px;
}
.com-banner .bgTxt {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  line-height: 1.8;
  padding: 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  color: #fff;
}
.com-banner .bgTxt h1 {
  font-size: 52px;
  line-height: 1.6;
  font-weight: normal;
  box-sizing: border-box;
  width: 100%;
}
.com-banner .bgTxt h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: normal;
  box-sizing: border-box;
  width: 100%;
}
.com-banner .bgTxt h3 {
  font-size: 38px;
  font-weight: normal;
  line-height: 1.5;
}
.com-banner .bgTxt h4 {
  font-size: 26px;
  font-weight: normal;
  width: 100%;
}
.com-banner .bgTxt .hand {
  display: inline-block;
  width: 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: #04122E;
  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: #04122E;
}
.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: #04122E;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.com-banner .bgTxt .hand2:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #04122E;
  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: #04122E;
}
.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: #04122E;
  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: #04122E;
}
.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: #04122E;
  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: #04122E;
}
.com-banner .bgTxt .hand4:hover:before {
  opacity: 1;
}
.com-banner .bgTxt .hand4:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.com-banner .bgTxt.teb {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.com-banner .bgTxt .lettes {
  margin-bottom: 40px;
  font-size: 46px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
.com-banner .bgTxt .d {
  font-size: 44px;
  font-weight: 600;
  max-width: 900px;
  text-align:left;
  text-transform:uppercase;
}
.com-banner .bgTxt .brLogo {
  position: absolute;
  top: 20%;
  right: 0;
  opacity: 0;
  width: 275px;
  -webkit-transform: scale(0) translate(0, 10%);
  transform: scale(0) translate(0, 10%);
  transition: all 5s ease;
  -webkit-transition: all 5s ease;
}
.com-banner .bgTxt .pro-h1 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: normal;
  width: 100%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.com-banner .bgTxt .pro-h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  background: #848D9B;
  padding: 0 6px;
  margin: 12px 0;
}
.com-banner .bgTxt .pro-h3 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: normal;
  width: 100%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.com-banner .bgTxt.vabottom {
  justify-content: flex-end;
  padding-bottom: 50px;
}
.isLoaded .com-banner .brLogo {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, -10%);
  transform: scale(1) translate(0, -10%);
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .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: 16px;
  }
  .com-banner .bgTxt h2 {
    font-size: 18px;
  }
  .com-banner .bgTxt h3 {
    font-size: 14px;
  }
  .com-banner .bgTxt h4 {
    font-size: 14px;
  }
  .com-banner .bgTxt h5 {
    font-size: 14px;
  }
  .com-banner .bgTxt .hand {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 15px;
  }
  .com-banner .bgTxt .lettes {
    font-size: 24px;
  }
  .com-banner .bgTxt .d {
    font-size: 30px;
    line-height: 1.4;
  }
  .com-banner .bgTxt .pro-h1 {
    font-size: 18px;
    line-height: 1.4;
  }
  .com-banner .bgTxt .pro-h2 {
    font-size: 13px;
    margin: 4px 0;
  }
  .com-banner .bgTxt .pro-h3 {
    font-size: 16px;
  }
  .com-banner .bgTxt .hand2 {
    width: 140px;
    height: 36px;
    line-height: 34px;
    border-width: 1px;
  }
  .com-banner .cards {
    right: 6%;
    left: 6%;
    bottom: 50px;
    width: auto;
    padding: 15px 10px;
  }
  .com-banner .cards .cd-t {
    font-size: 16px;
  }
  .com-banner .cards .cd-info {
    height: 60px;
    margin-top: 12px;
  }
  .com-banner .cards .cd-logo {
    padding-right: 20px;
  }
  .com-banner .cards .cd-logo img {
    height: 60px;
  }
  .com-banner .cards .cd-des {
    padding-left: 20px;
  }
  .com-banner .cards .cd-name {
    font-size: 20px;
  }
  .com-banner .cards .cd-job {
    font-size: 16px;
    color: #aaa;
  }
  .com-banner .swiper-btn-prev {
    left: 10px;
  }
  .com-banner .swiper-btn-next {
    right: 10px;
  }

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .home-banner-swipers .bgVideo {
    max-height: calc(100vh - 60px);
  }

  .bgVideo .vid {
    display: none;
  }
}
.disTit {
  color: #1F1F1F;
  text-align: center;
  line-height: 1.7;
  font-size: 28px;
  font-weight: normal;
}

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

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

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

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

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

.about-view1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0 80px;
  position: relative;
  margin:30px 0px;
}
.about-view1 .cxbox {
  position: relative;
  width: 650px;
  margin: 0 auto;
}
.about-view1 .data {
  margin: 30px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-view1 .data li {
  width: 30%;
  height: 100px;
  text-align: center;
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../image/yezi.png) no-repeat center center/contain;
}
@media screen and ( max-width: 768px) {
  .about-view1 {
    padding: 40px 0;
    margin:0px;
  }
  .about-view1 .cxbox {
    width: 100%;
  }
  .about-view1 .data {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .about-view1 .data li {
    width: 100%;
  }
}

.about-view2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 0 0;
  color: #fff;
  background: fixed;
}
.about-view2 .cxbox {
  margin-top: -80px;
  background: #04122E;
  padding-bottom: 100px;
}
.about-view2 .disTit {
  padding-top: 80px;
}
.about-view2 .data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
}
.about-view2 .data li {
  width: 18%;
  margin-left: 2.5%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 30px;
}
.about-view2 .data li:nth-child(5n+1) {
  margin-left: 0;
}
.about-view2 .data .pic {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.about-view2 .data .pic img {
  max-width: 80%;
  max-height: 80%;
}
.about-view2 .data .span {
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
.about-view2 .data .d {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and ( max-width: 768px) {
  .about-view2 {
    padding: 40px 0;
  }
  .about-view2 .data li {
    width: 48%;
    margin-left: 4%;
  }
  .about-view2 .data li:nth-child(5n+1) {
    margin-left: 4%;
  }
  .about-view2 .data li:nth-child(2n+1) {
    margin-left: 0;
  }
}

.about-team {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 0;
  color: #fff;
  overflow: hidden;
}
.about-team .list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.about-team .list a {
  width: 38%;
  color: #fff;
  position: relative;
  margin: 0 3%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.about-team .list img {
  width: 330px;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-team .list .info {
  position: absolute;
  top: 20%;
  left: 0;
}
.about-team .list a:nth-child(2) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about-team .list a:nth-child(2) img {
  right: auto;
  left: 0;
}
.about-team .list a:nth-child(2) .info {
  left: auto;
  right: 0;
}
.about-team .list .t1 {
  font-size: 28px;
}
.about-team .list .t2 {
  font-size: 14px;
  color: #aaa;
  margin-top: 8px;
}
.about-team .list .artContent {
  display: none;
}
.about-team .list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and ( max-width: 768px) {
  .about-team .list {
    display: block;
  }
  .about-team .list a {
    width: 100%;
    margin-top: 30px;
  }
  .about-team .list img {
    width: 240px;
  }
}

.about-team2 {
  background: #536270;
  overflow: hidden;
  padding: 50px 0 0;
  color: #fff;
}
.about-team2 .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-team2 .list a {
  width: 25%;
  padding: 0 1%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  position: relative;
}
.about-team2 .list img {
  width: 260px;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-team2 .list .info {
  position: absolute;
  top: 8%;
  left: 8%;
}
.about-team2 .list .t1 {
  font-size: 22px;
}
.about-team2 .list .t2 {
  font-size: 13px;
  color: #aaa;
  margin-top: 8px;
}
.about-team2 .list .artContent {
  display: none;
}
.about-team2 .list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and ( max-width: 768px) {
  .about-team2 .list {
    display: block;
  }
  .about-team2 .list a {
    width: 100%;
    margin-top: 30px;
  }
  .about-team2 .list img {
    width: 240px;
  }
}

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

.about-story {
  overflow: hidden;
  padding: 60px 0;
}
.about-story .time-base {
  margin-top: 30px;
}
.about-story .time-base li {
  border-bottom: 1px solid #bbb;
  cursor: pointer;
  color: #bbb;
  font-size: 32px;
  line-height: 1.8;
}
.about-story .time-base li.none {
  border: none;
}
.about-story .time-base li.swiper-slide-thumb-active, .about-story .time-base li.on {
  border-bottom-color: #333;
  color: #333;
}
.about-story .story-btns {
  position: relative;
  height: 50px;
  margin-top: 20px;
}
.about-story .swiper-btn {
  border-radius: 50%;
  outline: none;
  margin-top: 0;
  top: 0;
  bottom: 40px;
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.about-story .swiper-btn:hover {
  background: #04122E;
  color: #fff;
  border-color: #04122E;
}
.about-story .swiper-btn-next {
  right: auto;
  left: 60px;
}
.about-story .swiper-btn-prev {
  left: 0px;
}
.about-story .story-list {
  margin-top: 20px;
  width: 49%;
}
.about-story .story-list li {
  position: relative;
  overflow: hidden;
  height: 420px;
}
.about-story .story-list li img, .about-story .story-list li .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-story .story-list li img {
  width: 100%;
}
.about-story .story-list li .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-story .story-list li:hover > img, .about-story .story-list li:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.about-story .story-list li img {
  height: 100%;
  object-fit: cover;
}
.about-story .story-list .info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(4, 18, 46, 0.4);
  color: #fff;
  height: 160px;
  width: 70%;
  padding: 20px;
}
.about-story .story-list .info .t {
  font-size: 22px;
}
.about-story .story-list .info .d {
  font-size: 15px;
  color: #aaa;
}
@media screen and ( max-width: 768px) {
  .about-story .t {
    font-size: 16px;
  }
  .about-story .d {
    font-size: 13px;
    padding-right: 25px;
  }
  .about-story .time-base li {
    font-size: 20px;
  }
  .about-story .story-list {
    width: 100%;
  }
  .about-story .story-list li {
    height: 60vw;
  }
  .about-story .story-list .info {
    height: 110px;
    padding: 12px;
  }
  .about-story .story-list .info .t {
    font-size: 18px;
  }
  .about-story .story-list .info .d {
    font-size: 13px;
  }
}

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

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

  .home-story .swiper-btn-next {
    right: 0;
  }
}
.linebg-text {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-align: center;
  background: linear-gradient(90deg, #0EC692, #045AFF);
  color: #fff;
}
@media screen and ( max-width: 768px) {
  .linebg-text {
    font-size: 18px;
  }
}

.pageMenus {
  height: 60px;
  background: #04122E;
  position: relative;
}
.pageMenus .wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.pageMenus a {
  font-size: 16px;
  padding: 0 10px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 0 10px;
  margin: 0 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #787878;
}
.pageMenus a:after {
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  height: 3px;
  content: "";
  width: 100%;
  background: #fff;
}
.pageMenus a.on, .pageMenus a:hover {
  color: #fff;
}
.pageMenus a.on:after, .pageMenus a:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.pageMenus .fix-pageMenu {
  height: 60px;
  z-index: 101;
}
.pageMenus .fix-pageMenu.widgetFix {
  position: absolute;
  width: 100%;
  background: #04122E;
}
.pageMenus.whiteMenus {
  background: #fff;
}
.pageMenus.whiteMenus .fix-pageMenu.widgetFix {
  background: #fff;
}

@media screen and (max-width: 750px) {
  .pageMenus {
    height: auto;
  }
  .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;
    z-index: 99;
  }
}
.trunk-view1 {
  background: #fff;
  padding: 60px 0;
}
.trunk-view1 .cxbox {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 50px;
}
.trunk-view1 .data {
  width: 330px;
  margin-right: 60px;
  padding-top: 20px;
}
.trunk-view1 .data li {
  margin-top: 30px;
  padding-left: 30px;
  position: relative;
}
.trunk-view1 .data .t {
  font-size: 18px;
}
.trunk-view1 .data .d {
  font-size: 14px;
  color: #848D9B;
  margin-top: 8px;
  line-height: 1.8;
}
.trunk-view1 .data li:after {
  position: absolute;
  width: 7px;
  height: 57px;
  content: "";
  left: 0;
  top: 0;
  background: #7126B0;
}
.trunk-view1 .data li:nth-child(2):after {
  background: #54D6C3;
}
.trunk-view1 .data li:nth-child(3):after {
  background: #53C6FF;
}
.trunk-view1 .pic {
  flex: 1;
}
.trunk-view1 .pic img {
  display: block;
  width: 100%;
}
.trunk-view1 .pic video {
  width: 100%;
}
@media screen and ( max-width: 768px) {
  .trunk-view1 {
    padding: 40px 0;
  }
  .trunk-view1 .cxbox {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
  .trunk-view1 .data {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
}

.trunk-view2 {
  background: #04122E;
  padding: 60px 0;
}
.trunk-view2 .disTit h2 {
  color: #fff;
}

.trunk-view3 {
  background: #303030;
}
.trunk-view3 .cxbox {
  padding: 60px 0;
}
.trunk-view3 .disTit h2 {
  color: #fff;
}
.trunk-view3 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.trunk-view3 .list li {
  height: 40vw;
  width: 33.3%;
  position: relative;
  overflow: hidden;
}
.trunk-view3 .list li img, .trunk-view3 .list li .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.trunk-view3 .list li img {
  width: 100%;
}
.trunk-view3 .list li .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.trunk-view3 .list li:hover > img, .trunk-view3 .list li:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.trunk-view3 .list img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.trunk-view3 .list .info {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 30px;
}
.trunk-view3 .list .info .t {
  font-size: 30px;
}
.trunk-view3 .list .info .d {
  font-size: 15px;
  color: #fff;
  height: 100px;
  margin-top: 10px;
}
@media screen and ( max-width: 768px) {
  .trunk-view3 .list {
    display: block;
  }
  .trunk-view3 .list li {
    width: 100%;
    height: 80vw;
  }
}

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

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

.cts-right {
  width: 51%;
}
.cts-right .secTitle {
  font-size: 20px;
}
.cts-right .secM1 {
  font-size: 15px;
  margin-top: 15px;
}
@media screen and ( max-width: 768px) {
  .cts-right {
    margin-top: 30px;
  }
}

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

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

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

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

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

textarea.ipt {
  height: 150px;
}

.sendBtn {
  display: inline-block;
  width: 120px;
  height: 44px;
  border: 2px solid #04122E;
  background: #04122E;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 5px;
}
.sendBtn {
  position: relative;
  overflow: hidden;
}
.sendBtn:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.sendBtn:hover:after {
  transition: all 0.5s ease;
  left: 100%;
}
.sendBtn.disabled {
  background: #d2d2d2;
  cursor: not-allowed;
}

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

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

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

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

  .ipt-ctrl {
    overflow: hidden;
  }

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

  .contact-section1 {
    display: block;
    padding: 60px 0;
  }
  .contact-section1 .cxbox {
    display: block;
  }

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

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

@-webkit-keyframes moLink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}
@keyframes moLink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}
.prod-banner .bgVideo {
  max-height: 100vh;
  height: 100vh;
}
.prod-banner .bgVideo .pic {
  background-size: 100% 100%;
}
.prod-banner .bgVideo video {
  height: 100vh;
  object-fit: 100% 100%;
}
.prod-banner .prod-links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.prod-banner a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
}
.prod-banner a em {
  width: 8px;
  height: 8px;
  display: block;
  line-height: 8px;
  position: relative;
  border-radius: 50%;
  background: #04122E;
  box-shadow: 0 0 0 3px #827171;
}
.prod-banner a em:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(3);
  transform: scale(3);
  background: rgba(4, 18, 46, 0.5);
}
.prod-banner a em:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(5);
  transform: scale(5);
  background: rgba(4, 18, 46, 0.5);
  opacity: 0.5;
}
.prod-banner a span {
  height: 60px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 30px;
  padding: 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  background: rgba(4, 18, 46, 0.6);
  margin-left: 30px;
}
.prod-banner a i {
  margin-left: 10px;
}
.prod-banner a em:before {
  -webkit-animation: moLink 1.2s 0s linear infinite;
  animation: moLink 1.2s 0s linear infinite;
}
.prod-banner a em:after {
  -webkit-animation: moLink 1.2s 0.6s linear infinite;
  animation: moLink 1.2s 0.6s linear infinite;
}
.prod-banner a:hover span {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
  background: rgba(4, 18, 46, 0.8);
}
.prod-banner a:nth-child(1) {
  top: 52%;
  left: 5%;
}
.prod-banner a:nth-child(2) {
  top: 17%;
  left: 40%;
}
.prod-banner a:nth-child(3) {
  top: 45%;
  left: 55%;
}

.tprod1-view1 {
  padding: 60px 0 80px;
}
.tprod1-view1 .main {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.tprod1-view1 .main .item {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  background: #F4F4F4;
  height: 490px;
  padding: 30px 0;
  position: relative;
}
.tprod1-view1 .main .info {
  padding-top: 20px;
  width: 80%;
  text-align: center;
}
.tprod1-view1 .main .t {
  font-size: 30px;
}
.tprod1-view1 .main .d {
  font-size: 16px;
  color: #848D9B;
  margin-top: 8px;
}
.tprod1-view1 .main .pic {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tprod1-view1 .main .pic img {
  display: block;
  height: 100%;
}
.tprod1-view1 .main .tags {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  left: 5%;
  height: 68px;
  bottom: -34px;
}
.tprod1-view1 .main .tags .tag {
  width: 133px;
  cursor: pointer;
  color: #848D9B;
  margin-right: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  height: 68px;
  border: 1px solid #bbb;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.tprod1-view1 .main .tags img {
  height: 20px;
}
.tprod1-view1 .main .tags span {
  font-size: 15px;
  margin-top: 5px;
}
.tprod1-view1 .main .tags .tag:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.tprod1-view1 .main .tags .tag:hover img {
  filter: contrast(0) brightness(2);
}
@media screen and ( max-width: 768px) {
  .tprod1-view1 {
    padding: 50px 0 40px;
  }
  .tprod1-view1 .main {
    display: block;
  }
  .tprod1-view1 .main .item {
    width: 100%;
    margin-bottom: 60px;
    height: auto;
    padding: 30px 0 50px;
  }
  .tprod1-view1 .main .t {
    font-size: 18px;
  }
  .tprod1-view1 .main .d {
    font-size: 14px;
  }
  .tprod1-view1 .main .pic {
    height: 50vw;
  }
  .tprod1-view1 .main .tags {
    right: 10px;
    left: 10px;
  }
  .tprod1-view1 .main .tags .tag {
    width: 32%;
    margin-right: 1.33%;
  }
}

.tprod1-view2 {
  padding: 90px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tprod1-view2 .disTit {
  color: #fff;
}
.tprod1-view2 .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.tprod1-view2 .logos img {
  height: 32px;
  margin: 0 15px;
}
.tprod1-view2 .list {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
.tprod1-view2 .list li {
  width: 33.3%;
  border-left: 1px solid #fff;
  padding-left: 8%;
  position:relative;
}
.tprod1-view2 .list li:after{ position:absolute; width:90%; height:1px ; background:#fff; content:''; bottom:-22px; left:5%; }
.tprod1-view2 .list li:nth-child(3n+1) {
  border-left: 0;
}
.tprod1-view2 .list strong {
  font-size: 48px;
  display: block;
  font-weight: normal;
}
.tprod1-view2 .list span {
  font-size: 16px;
  display: block;
}
#aint-numlist1 li:after{ position:absolute; width:0px; height:1px ; background:#fff; content:''; bottom:-22px; left:10%; }
@media screen and ( max-width: 768px) {
  .tprod1-view2 .list li {
    padding-left: 6%;
  }
  .tprod1-view2 .list strong {
    font-size: 24px;
  }
  .tprod1-view2 .list span {
    font-size: 14px;
  }
}

.tprod1-view3 {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tprod1-view3 .main {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.tprod1-view3 .menu {
  width: 350px;
  background: #000000;
  padding: 40px 30px;
}
.tprod1-view3 .menu .t {
  font-size: 28px;
  color: #fff;
}
.tprod1-view3 .menu .link {
  margin-top: 30px;
}
.tprod1-view3 .menu .link a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 8px 0;
  color: #aaa;
  font-size: 15px;
  line-height: 1.6;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.tprod1-view3 .menu .link a:hover {
  color: #fff;
}
.tprod1-view3 .menu .link a:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  margin-left: -10px;
  margin-right: 5px;
}
.tprod1-view3 .menu .link a.on {
  color: #fff;
}
.tprod1-view3 .menu .link a.on:before {
  margin-left: 0;
}
.tprod1-view3 .list {
  flex: 1;
  width: calc(100% - 350px);
  overflow: hidden;
}
.tprod1-view3 .list img {
  display: block;
  width: 100%;
}
.tprod1-view3 .list li {
  position: relative;
}
.tprod1-view3 .list .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 25px 30px;
  background: linear-gradient(0deg, #000, transparent);
}
.tprod1-view3 .story-btns {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  margin-top: 20px;
}
.tprod1-view3 .swiper-btn {
  border-radius: 50%;
  margin-left: 15px;
  background: #fff;
  position: static;
  outline: none;
  margin-top: 0;
  top: 0;
  bottom: 40px;
  width: 50px;
  height: 50px;
  border: 0;
  box-shadow: 0 2px 18px rgba(255, 255, 255, 0.35);
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.tprod1-view3 .swiper-btn:hover {
  background: #04122E;
  color: #fff;
  border-color: #04122E;
}
@media screen and ( max-width: 768px) {
  .tprod1-view3 {
    padding: 50px 0;
  }
  .tprod1-view3 .main {
    display: block;
  }
  .tprod1-view3 .main .t {
    font-size: 14px;
  }
  .tprod1-view3 .main .link {
    margin-top: 12px;
  }
  .tprod1-view3 .main .link a {
    font-size: 13px;
  }
  .tprod1-view3 .disTit .d {
    text-align: left;
  }
  .tprod1-view3 .menu {
    width: 100%;
    padding: 20px 10px;
    display: none;
  }
  .tprod1-view3 .list {
    width: 100%;
    position: relative;
  }
  .tprod1-view3 .list .info {
    position: absolute;
    padding: 10px 12px;
    font-size: 14px;
  }
  .tprod1-view3 .story-btns {
    position: absolute;
    bottom: 70px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tprod1-view3 .swiper-btn-next {
    margin-left: 0;
    margin-right: 15px;
  }
}

.tprod1-view4 {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tprod1-view4 .disTit {
  color: #fff;
}
.tprod1-view4 .list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.tprod1-view4 .list li {
  width: 23%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 50px 30px 50px;
  margin-left: 2.66%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}
.tprod1-view4 .list li:nth-child(4n+1) {
  margin-left: 0;
}
.tprod1-view4 .list img {
  width: 50px;
  height: 50px;
}
.tprod1-view4 .list .t {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}
.tprod1-view4 .list .d {
  font-size: 15px;
  margin-top: 40px;
  text-align: center;
}
@media screen and ( max-width: 768px) {
  .tprod1-view4 {
    padding: 50px 0;
  }
  .tprod1-view4 .disTit .d {
    text-align: left;
  }
  .tprod1-view4 .list {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .tprod1-view4 .list li {
    width: 49%;
    margin-left: 0;
    padding: 20px 10px;
    margin-top: 10px;
  }
  .tprod1-view4 .list .d {
    margin-top: 25px;
  }
}

.tprod1-view5 {
  padding: 80px 0;
  background: linear-gradient(90deg, #082867, #04122E);
  color: #fff;
}
.tprod1-view5 .cxbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tprod1-view5 h1 {
  font-size: 24px;
  font-weight: normal;
}
.tprod1-view5 a {
  display: inline-block;
  width: 142px;
  height: 44px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 42px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 22px;
}
.tprod1-view5 a {
  position: relative;
  overflow: hidden;
}
.tprod1-view5 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);
}
.tprod1-view5 a:hover:after {
  transition: all 0.5s ease;
  left: 100%;
}
@media screen and ( max-width: 768px) {
  .tprod1-view5 {
    padding: 60px 10px;
  }
  .tprod1-view5 .cxbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .tprod1-view5 a {
    margin-top: 20px;
  }
}

.news-view1 {
  padding: 50px 0 0;
}
.news-view1 .list {
  margin-top: 30px;
  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;
}
.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;
}
@media screen and ( max-width: 768px) {
  .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: 50px 0 0;
}
.news-view2 .list {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.news-view2 .topItem {
  flex: 1;
  width: calc(100% - 420px);
  position: relative;
}
.news-view2 .topItem img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.news-view2 .date {
  font-size: 13px;
  color: #aaa;
  margin-top: 6px;
}
.news-view2 .t {
  font-size: 16px;
  color: #555;
}
.news-view2 .moreItem {
  width: 420px;
  padding-left: 8px;
}
.news-view2 .moreItem a {
  display: block;
  border-top: 2px solid #858891;
  margin-bottom: 5px;
}
.news-view2 .moreItem a:nth-child(1) {
  border-top: 0;
}
.news-view2 .moreItem img {
  display: block;
  width: 100%;
  height: 222px;
  object-fit: cover;
}
.news-view2 .moreItem .t {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and ( max-width: 768px) {
  .news-view2 .list {
    display: block;
  }
  .news-view2 .topItem {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .news-view2 .topItem img {
    height: auto;
  }
  .news-view2 .moreItem {
    width: 100%;
    padding-left: 0;
  }
}

.news-view3 {
  padding: 50px 0 0;
}
.news-view3 .list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news-view3 .list a {
  width: 48%;
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.news-view3 .list a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #04122E;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.news-view3 .list a:hover:after {
  transform: scaleX(1);
}
.news-view3 .list .pic {
  width: 150px;
  height: 60px;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-view3 .list img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.news-view3 .list .info {
  margin-left: 20px;
  width: 0;
  flex: 1;
}
.news-view3 .list .t {
  font-size: 15px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-view3 .list .date {
  font-size: 13px;
  color: #aaa;
  margin-top: 6px;
}
@media screen and ( max-width: 768px) {
  .news-view3 .list {
    margin-top: 20px;
  }
  .news-view3 .list a {
    width: 100%;
    padding: 12px 0;
  }
  .news-view3 .list .pic {
    width: 100px;
    padding: 5px;
  }
  .news-view3 .list .info {
    margin-left: 12px;
  }
}

.news-view4 {
  padding: 50px 0;
}
.news-view4 a {
  display: block;
  margin-top: 20px;
}
.news-view4 a img {
  display: block;
  width: 100%;
}

.news-child {
  padding: 50px 0;
}
.news-child .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
.news-child .list a {
  width: 33%;
  margin-left: 0.5%;
  margin-top: 20px;
}
.news-child .list a:nth-child(3n+1) {
  margin-left: 0;
}
.news-child .list .pic {
  height: 230px;
  position: relative;
  overflow: hidden;
}
.news-child .list .pic img, .news-child .list .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-child .list .pic img {
  width: 100%;
}
.news-child .list .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-child .list .pic:hover > img, .news-child .list .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-child .list .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-child .list .info {
  padding-top: 10px;
}
.news-child .list .date {
  font-size: 13px;
  color: #aaa;
}
.news-child .list .t {
  font-size: 16px;
  color: #333;
}
@media screen and ( max-width: 768px) {
  .news-child .list a {
    width: 100%;
    margin-left: 0;
  }
  .news-child .list .pic {
    height: 40vw;
  }
}

.news-main {
  background: #fff;
  z-index: 10;
  position: relative;
  top: -100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0;
}
.news-main .news-ret {
  width: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-main .news-ret a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.news-main .news-ret i {
  font-size: 36px;
  margin-right: 8px;
}
.news-main .news-right {
  width: 73%;
  margin-right: 5%;
}
@media screen and ( max-width: 768px) {
  .news-main {
    top: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
  .news-main .news-ret {
    width: 100%;
    margin-top: 20px;
  }
  .news-main .news-right {
    width: 100%;
    margin-right: 0;
  }
}

.tprod2-view1 {
  padding: 60px 0 80px;
  overflow: hidden;
}
.tprod2-view1 .main {
  margin-top: 30px;
  width: 50%;
  margin: 30px auto 0;
  cursor: ew-resize;
}
.tprod2-view1 .main .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  background: #E5F2FF;
  height: 490px;
  padding: 30px 0;
  position: relative;
}
.tprod2-view1 .main .info {
  padding-top: 20px;
  width: 80%;
  text-align: center;
}
.tprod2-view1 .main .t {
  font-size: 30px;
}
.tprod2-view1 .main .d {
  font-size: 16px;
  color: #848D9B;
  margin-top: 8px;
}
.tprod2-view1 .main .pic {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tprod2-view1 .main .pic img {
  display: block;
  height: 100%;
}
.tprod2-view1 .main .tags {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  left: 5%;
  height: 68px;
  bottom: -34px;
}
.tprod2-view1 .main .tags .tag {
  width: 133px;
  cursor: pointer;
  color: #848D9B;
  margin-right: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  height: 68px;
  border: 1px solid #bbb;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.tprod2-view1 .main .tags img {
  height: 20px;
}
.tprod2-view1 .main .tags span {
  font-size: 15px;
  margin-top: 5px;
}
.tprod2-view1 .main .tags .tag:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.tprod2-view1 .main .tags .tag:hover img {
  filter: contrast(0) brightness(2);
}
.tprod2-view1 .main .item.swiper-slide-active {
  background: #F4F4F4;
}
.tprod2-view1 .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.tprod2-view1 .tabs a {
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  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: #555;
}
.tprod2-view1 .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: translate(-100%, 0);
  transform: translate(-100%, 0);
  height: 3px;
  content: "";
  width: 100%;
  background: #04122E;
}
.tprod2-view1 .tabs a.on, .tprod2-view1 .tabs a:hover {
  color: #04122E;
}
.tprod2-view1 .tabs a.on:after, .tprod2-view1 .tabs a:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and ( max-width: 768px) {
  .tprod2-view1 .main {
    width: 90%;
  }
  .tprod2-view1 .main .item {
    height: auto;
    padding: 30px 0 50px;
  }
  .tprod2-view1 .main .t {
    font-size: 18px;
  }
  .tprod2-view1 .main .d {
    font-size: 14px;
  }
  .tprod2-view1 .main .pic {
    height: 50vw;
  }
  .tprod2-view1 .main .tags {
    right: 10px;
    left: 10px;
  }
  .tprod2-view1 .main .tags .tag {
    width: 32%;
    margin-right: 1.33%;
  }
  .tprod2-view1 .tabs a {
    font-size: 13px;
  }
}

.tprod2-view2 {
  padding: 90px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: fixed;
}
.tprod2-view2 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.tprod2-view2 .list li {
  width: 30%;
  margin-left: 5%;
  margin-bottom: 15px;
  background: #333333;
}
.tprod2-view2 .list li:nth-child(3n+1) {
  margin-left: 0;
}
.tprod2-view2 .list .pic {
  height: 240px;
  position: relative;
  overflow: hidden;
}
.tprod2-view2 .list .pic img, .tprod2-view2 .list .pic .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.tprod2-view2 .list .pic img {
  width: 100%;
}
.tprod2-view2 .list .pic .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tprod2-view2 .list .pic:hover > img, .tprod2-view2 .list .pic:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tprod2-view2 .list .pic img {
  object-fit: cover;
  height: 100%;
}
.tprod2-view2 .list .info {
  padding: 25px;
}
.tprod2-view2 .list .t {
  font-size: 20px;
  color: #fff;
}
.tprod2-view2 .list .d {
  font-size: 14px;
  color: #ddd;
  line-height: 1.8;
  margin-top: 15px;
}
@media screen and ( max-width: 768px) {
  .tprod2-view2 {
    padding: 50px 0;
  }
  .tprod2-view2 .list {
    display: block;
  }
  .tprod2-view2 .list li {
    width: 100%;
    margin-left: 0;
  }
  .tprod2-view2 .list .pic {
    height: 50vw;
  }
  .tprod2-view2 .list .info {
    padding: 12px 15px;
  }
  .tprod2-view2 .list .t {
    font-size: 16px;
  }
  .tprod2-view2 .list .d {
    font-size: 12px;
    margin-top: 8px;
  }
}

.tprod2-view3 {
  padding: 90px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: fixed;
}
.tprod2-view3 .main {
  background: rgba(255, 255, 255, 0.85);
  padding: 75px 0;
}
.tprod2-view3 .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
}
.tprod2-view3 .list li {
  width: 20%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.tprod2-view3 .list strong {
  font-size: 50px;
  font-weight: normal;
}
.tprod2-view3 .list span {
  font-size: 16px;
}
@media screen and ( max-width: 768px) {
  .tprod2-view3 {
    padding: 60px 0;
    margin-top: 10px;
  }
  .tprod2-view3 .main {
    padding: 50px 10px;
  }
  .tprod2-view3 .list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .tprod2-view3 .list li {
    width: 45%;
    margin-top: 25px;
  }
  .tprod2-view3 .list strong {
    font-size: 36px;
  }
  .tprod2-view3 .list span {
    font-size: 14px;
  }
}

@media screen and ( max-width: 768px) {
  .tprod2-view4 .zyimg-info .pic {
    height: auto;
  }
}

.tickMore {
  color: #000;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.tickMore i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 20px;
  border: 1px solid #000;
  color: #000;
  border-radius: 50%;
}
.tickMore:hover {
  -webkit-transform: translate(12px, 0);
  transform: translate(12px, 0);
}

.home-maps {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.home-maps .cnmap {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-maps .cnvid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-maps .cnwrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.home-maps .cnmain {
  background: #fff;
  width: 45%;
  padding: 50px 60px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
}
.home-maps .tickMore {
  margin-top: 40px;
}
@media screen and ( max-width: 768px) {
  .home-maps {
    padding: 60px 0;
  }
  .home-maps .cnmain {
    width: 100%;
    padding: 25px 30px;
  }
}

.home-chegui {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.home-chegui .info {
  width: 370px;
}
.home-chegui .pic {
  position: absolute;
  width: 60%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-chegui .pic img {
  display: block;
  width: 80%;
}
.home-chegui .tickMore {
  margin-top: 40px;
}
@media screen and ( max-width: 768px) {
  .home-chegui {
    padding: 60px 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
  .home-chegui .pic {
    position: static;
    width: 90%;
    margin-left: 5%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .home-chegui .info {
    width: 100%;
    margin-top: 20px;
  }
}

.home-fangan {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 36vw;
}
.home-fangan a {
  position: relative;
  position: relative;
  overflow: hidden;
}
.home-fangan a img, .home-fangan a .img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.home-fangan a img {
  width: 100%;
}
.home-fangan a .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-fangan a:hover > img, .home-fangan a:hover > .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.home-fangan a:hover .info {
  background: rgba(0, 0, 0, 0.65);
}
.home-fangan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-fangan .disTit {
  width: 100%;
}
.home-fangan .info {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 50px 15%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.home-fangan .tickMore {
  color: #fff;
  margin-top: 40px;
}
.home-fangan .tickMore i {
  border-color: #fff;
  color: #fff;
}
@media screen and ( max-width: 768px) {
  .home-fangan {
    display: block;
    height: auto;
  }
  .home-fangan a {
    display: block;
    height: 100vw;
    margin-top: 10px;
  }
  .home-fangan .info {
    padding: 35px 20px;
  }
}

.home-shengtai {
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../image/bg2.jpg);
}
.home-shengtai .disTit {
  color: #fff;
}
.home-shengtai .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 20px auto 0;
  border-bottom: 1px solid #fff;
}
.home-shengtai .tabs a {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
}
.home-shengtai .tabs a:after {
  position: absolute;
  bottom: -1px;
  opacity: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  height: 3px;
  content: "";
  width: 100%;
  background: #2C5FFF;
}
.home-shengtai .tabs a.on, .home-shengtai .tabs a:hover {
  color: #2C5FFF;
}
.home-shengtai .tabs a.on:after, .home-shengtai .tabs a:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.home-shengtai .shengtai-main {
  margin-top: 40px;
  overflow: hidden;
}
.home-shengtai .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.home-shengtai .list a {
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 15px;
  margin-left: 1.33%;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.home-shengtai .list a:nth-child(4n+1) {
  margin-left: 0;
}
.home-shengtai .list img {
  max-width: 80%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  max-height: 86%;
  filter: contrast(0) brightness(2);
}
.home-shengtai .list a:hover {
  border-color: #fff;
  box-shadow: 0 0 18px 1px rgba(255, 255, 255, 0.4);
}
 
.swiper-wrapper { 
   height: auto; 
}
@media screen and ( max-width: 768px) {
  .home-shengtai .tabs {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .home-shengtai .tabs a {
    margin: 0 6px;
  }
  .home-shengtai .list a {
    width: 48%;
  }
  .home-shengtai .list a:nth-child(2n+1) {
    margin-left: 0;
  }
}

.bgTxt .icon-play {
  cursor: pointer;
}

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

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

.header {
  height: 64px;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9999999999999999999;
  padding:15px 0px;
}
.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 a {
  display: block;
  position: relative;
}
.header .hh-logo img {
  position: relative;
  z-index: 1;
  display: block;
  height: 36px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .tt-links {
  float: right;
  display: inline-block;
  width: 140px;
  height: 42px;
  border: 1px solid #04122E;
  background: transparent;
  color: #04122E;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  box-sizing: border-box;
  line-height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 5px;
  margin-top: 29px;
}
.header .tt-links:not(.disabled):not([disabled]):hover {
  background: #222;
  color: #fff;
}
.header .tt-cont {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header .tt-cont li {
  position: relative;
  height: 64px;
}
.header .tt-cont li a {
  color: inherit;
  line-height: 64px;
  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-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap; 
}
.header .hh-menus dl {
  position: relative;
  text-align: center;
  height: 100%;
}
.header .hh-menus dl:hover dt a {
  color: #04122E;
}
.header .hh-menus dl:hover dt a:after {
  opacity: 1;
}
.header .hh-menus dl:hover dd {
  pointer-events: auto;
  opacity: 1;
}
.header .hh-menus dl.on dt a {
  color: #04122E;
}
.header .hh-menus dl.on dt a:after {
  opacity: 1;
}
.header .hh-menus dt {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
}
.header .hh-menus dt a {
  font-size: 16px;
  height: 100%;
  font-weight: bold;
  position: relative;
  color: inherit;
  padding: 0 5px;
  display: block;
  margin-right: 35px;
  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:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  z-index: -1;
  width: 100%;
  background: #04122E;
}
.header .hh-menus dd {
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  width: 200px;
  background-color: #fff;
  text-align: left;
  opacity: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .hh-menus dd a {
  display: block;
  padding: 8px 10px;
  font-size: 13px;
  color: #333;
  line-height: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
}
.header .hh-menus dd a:nth-child(n+2):after {
  position: absolute;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid #ddd;
  top: 0;
}
.header .hh-menus dd a:hover {
  color: #04122E;
  background: #F6F8F7;
}
.header .hh-menus .sline {
  height: 28px;
  width: 1px;
  background: #ddd;
  margin-right: 35px;
}
.header .hh-menus .dd-lang i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.header .hh-menusl{ float:left; }
.header .hh-menusr{ float:right; }
.header .hh-menusl .logo{ float:left; margin-right: 18px;
  filter: contrast(0) brightness(2);  }
.header .hh-menusl #nav{ float:left; }
.header .hh-menusl #nav li.nLi 
{
    float: left;
    position: relative;
    display: inline; 
    transition: .3s; 
    padding: 7px 15px;
    margin: 0 3px;
}
.header .hh-menusl #nav li.nLi h3 
{
    font-size: 16px;
    line-height: 22px; 
    font-weight:normal;  
    color:#fff;
}
.header .hh-menusl #nav li.nLi h3  a{ color:#fff; }
.header .hh-menusl #nav .sub {
    display: none;
    width: 220px;
    left: 0;
    top: 37px;
    position: absolute;
    background: rgba(255,255,255,.7);
    line-height: 36px; 
    padding: 24px;
    border-radius:10px;
}
.header .hh-menusl #nav .sub li { padding:5px 0px; }
.header .hh-menusl #nav .sub li a{ 
    color: #003b5c;
    text-decoration: none;
    padding: 0;
    display: block;
    position: relative;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    font-size: 16px;
    line-height: 22px;
  }
.header .hh-menusl #nav .sub li:hover a
{
    text-decoration: underline; 
    
    
    }
    
    
.header .hh-menusr #lang{ float:left; }
.header .hh-menusr #lang li.nLi 
{
    float: left;
    position: relative;
    display: inline; 
    transition: .3s; 
    padding: 7px 15px;
    margin: 0 3px;
}
.header .hh-menusr #lang li.nLi h3 
{
    font-size: 16px;
    line-height: 22px; 
    font-weight:normal;  
    color:#fff;
}
.header .hh-menusr #lang li.nLi h3  a{ color:#fff; }
.header .hh-menusr #lang .sub {
    display: none;
    width: 320px;
    right: 0;
    top: 37px;
    position: absolute;
    background: #fff;
    line-height: 36px; 
    padding: 24px;
}
.header .hh-menusr #lang .sub li { padding:5px 0px; }
.header .hh-menusr #lang .sub li a{ 
    color: #003b5c;
    text-decoration: none;
    padding: 0;
    display: block;
    position: relative;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    font-size: 16px;
    line-height: 22px;
  }
.header .hh-menusr #lang .sub li:hover a
{
    text-decoration: underline; 
}
.header .hh-menusr .button 
{
    float:left;
    transition: .3s;
    padding: 7px 15px;
    margin: 0 3px;
    border-radius:5px;
     }  
.header .hh-menusr .button:hover{ background: hsla(0,0%,100%,.2); }
.header .hh-menusr .button .iconfont {
    font-size: 16px;
}  
.header .hh-menusr .button a {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    display:block;
}
 
.header .tt-pends {
  float: right;
}
.header .hh-search {
  margin-right: 10px;
}
.header .hh-search a {
  color: inherit;
  font-size: 20px;
  padding: 0 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header .hh-search a:hover {
  color: #04122E;
}
.header .hh-search a i {
  position: relative;
  top: 0;
}
.header .hh-lang {
  float: left;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
}
.header .hh-lang a {
  height: 64px;
  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: #04122E;
}
.header .hh-lang i {
  font-size: 18px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.header .search-box {
  height: 36px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  line-height: 36px;
  top: 100%;
  right: 0;
  padding: 5px 8px;
  background: #fff;
}
.header .search-box input {
  width: 260px;
  height: 36px;
  border: 0;
  border: 1px solid #04122E;
  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: #04122E;
  border-radius: 0 8px 8px 0;
  border: none;
  font-size: 20px;
}
.header .search-box.open {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.header .tt-share {
  margin-left: 10px;
  float: left;
  margin-top: 22px;
}
.header .tt-share a {
  float: left;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 8px;
}
.header .tt-share a img {
  width: 24px;
  height: 24px;
  display: block;
}
.header.vblack {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #fff;
  filter: contrast(1) brightness(1);
}
.header.vblack .hh-menusl .logo { 
    filter: contrast(1) brightness(1);
}
.header.vblack .hh-menusl #nav li.nLi h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
}
.header.vblack .hh-menusl #nav li.nLi h3 a {
    color: #000;
}


.header.vblack .hh-menusr #lang li.nLi h3 { 
    color: #000;
}
.header.vblack .hh-menusr #lang li.nLi h3 a {
    color: #000;
}
.header.vblack .hh-menusr .button a {
    color: #000;
}

.header.vblack .hh-menusr .button:hover{ background: hsla(0,0%,0%,.2); }
@media screen and (max-width: 1450px) {
  .toper .hh-logo img {
    height: 40px;
  }
  .toper .hh-menus dt a {
    font-size: 13px;
    padding: 0 10px;
  }
  .toper .tt-share {
    display: none;
  }
  .toper .search-box input {
    width: 120px;
  }
}
@media screen and (max-width: 1300px) {
  .header .hh-menus dt a {
    padding: 0 12px;
  }
}
.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: #04122E;
  font-size: 24px;
}

.m-header {
  position: fixed;
  display: none;
  pointer-events: none;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.m-header .m-header-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  pointer-events: none;
}
.m-header .m-header-box {
  margin-left: 100%;
  width: 80%;
  background: #fff;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.m-header .hh-menus .search-box {
  padding: 8px 10px;
  position: relative;
  line-height: 36px;
  border-bottom: 1px solid #666;
  background: #000;
}
.m-header .hh-menus .search-box input {
  width: 100%;
  height: 36px;
  border: 0;
  background: #eee;
  opacity: 1;
  border-radius: 8px;
  padding: 0 8px 0 36px;
  box-sizing: border-box;
  font-size: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
.m-header .hh-menus .search-box button {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: none;
  color: inherit;
  border: none;
  font-size: 20px;
  pointer-events: none;
}
.m-header .hh-menus dl {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.m-header .hh-menus dl dt a {
  display: block;
  background: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}
.m-header .hh-menus dl dt .l-icon {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.m-header .hh-menus dl dd {
  padding: 8px 0;
  width: auto !important;
  background: #fff;
  display: none;
}
.m-header .hh-menus dl dd .gezi:nth-child(n+2) {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 2px dotted #222;
}
.m-header .hh-menus dl dd img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.m-header .hh-menus dl dd a {
  display: block;
  color: #04122E;
  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: #04122e;
  color: #fff;
}
.m-header .hh-menus dl:hover dd, .m-header .hh-menus dl.on dd {
  display: block;
}
.m-header .hh-menus dl.hhm-lang dt img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.m-header .hh-menus dl.hhm-lang dd img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.m-header.over .m-header-layer {
  opacity: 1;
  pointer-events: auto;
}
.m-header.over .m-header-box {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.full-menus {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: fixed;
  left: 0;
  top: 64px;
  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: #04122E;
  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: #04122E;
}
.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: #04122E;
}
.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: #F0F0F0;
}
.footer .ft-center {
  padding: 40px 0;
}
.footer .ft-center .ftc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and ( max-width: 768px) {
  .footer .ft-center .ftc-wrap {
    display: block;
  }
}
.footer .ft-helps {
  text-align: left;
  flex: 1;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer .ft-helps dl {
  padding-right: 20px;
  box-sizing: border-box;
  flex: 1;
}
.footer .ft-helps dt {
  font-size: 16px;
  line-height: 1.6;
}
.footer .ft-helps dt a {
  color: inherit;
  font-size: inherit;
}
.footer .ft-helps dd {
  margin-top: 15px;
  line-height: 26px;
  font-size: 14px;
}
.footer .ft-helps dd a {
  display: block;
  padding: 5px 0;
  line-height: 20px;
  color: #AFAFAF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer .ft-helps dd a:hover {
  text-decoration: underline;
}
.footer .ft-helps .col2 {
  flex: 2;
}
.footer .ft-helps .col2 dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .ft-helps .col2 dd a {
  width: 50%;
}
.footer .ft-codes {
  width: 150px;
  margin-left: 8%;
}
.footer .ft-codes .ma {
  width: 120px;
  display: block;
}
.footer .ft-codes > img {
  width: 120px;
}
.footer .ft-codes span {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 10px;
}
.footer .ft-share {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer .ft-share a {
  box-sizing: border-box;
  margin-right: 4px;
}
.footer .ft-share a img {
  height: 36px;
  width: 36px;
  display: block;
}
.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: #04122E;
}
.footer .bottomCopyr {
  font-size: 14px;
}
.footer .bottomCopyr .br-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 25px 0;
  border-top: 1px solid #bbb;
}
.footer .bottomCopyr .bcleft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .bottomCopyr .ftlogo {
  margin-right: 25px;
}
.footer .bottomCopyr .ftlogo img {
  height: 48px;
  display: block;
}
.footer .bottomCopyr a {
  color: inherit;
  margin-left: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer .bottomCopyr a:hover {
  text-decoration: underline;
}

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

@media screen and (max-width: 1200px) {
  .toper .search-box {
    display: none;
  }
}
@media screen and (max-width: 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: #04122E;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.comViews .wrap {
  position: relative;
  z-index: 1;
}
.comViews .cvtitle {
  font-size: 30px;
  font-weight: normal;
}
.comViews .info {
  font-size: 16px;
  line-height: 36px;
  margin-top: 50px;
}
.comViews .abtn {
  display: inline-block;
  width: 142px;
  height: 40px;
  border: 0;
  background: #04122E;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 38px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.comViews .abtn:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #04122E;
  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: #04122E;
}
.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: left;
}
.pageTurning a {
  display: inline-block;
  width: 100px;
  height: 32px;
  border: 1px solid #04122E;
  background: none;
  color: #04122E;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-right: 8px;
}
.pageTurning a:before {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #04122E;
  top: 0;
  left: 0;
}
.pageTurning 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;
}
.pageTurning a:hover {
  border-color: #04122E;
}
.pageTurning a:hover:before {
  opacity: 1;
}
.pageTurning a:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pageTurning.page-fixed {
  position: absolute;
  top: -65px;
  right: -8px;
}
@media screen and ( max-width: 768px) {
  .pageTurning.page-fixed {
    display: none;
  }
}

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

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

.page-gray {
  background: #f2f2f2;
}

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

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

.gliner {
  position: relative;
  padding-top: 15px;
}
.gliner:after {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  top: 0;
  height: 2px;
  left: 0;
  width: 47px;
  background: #04122E;
}
.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: #04122E;
}
.artTitleH1.tac.liner:after {
  left: 50%;
  margin-left: -22px;
}

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

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

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

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

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

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

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

.zyimg-info {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #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: 30px 15px;
  }
  .zyimg-info .info .t {
    font-size: 18px;
  }
  .zyimg-info .info .t2 {
    font-size: 16px;
  }
  .zyimg-info .info .d {
    font-size: 14px;
    margin-top: 12px;
  }
  .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: -64px;
}

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

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

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

.qiehuanka{ position:absolute; top:30%; right:50%;  z-index:99; margin-right:-640px; } 
.homepage-hero__qa { 
}

.homepage-hero__qa__wrapper {
    box-shadow: 0 1px 10px hsla(0,0%,8%,.07);
    padding: 24px;
    background-color: #fff;
    border-radius: 6px;
    width:380px;
}

#xuanxiangka ul {
    transition: all .2s ease-in-out; 
}
#xuanxiangka {
    margin-bottom: 24px;
    min-height: 38px;
} 
#xuanxiangka ul:after{ 
    content: ""; 
    display:block; 
    clear:both; 
}
#xuanxiangka li  {
    display: block;
    float: left;
    position: relative;
    padding: 6px 8px;
    transition: all .2s ease-in-out;
    color: #141414;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    cursor:pointer;
} 
#xuanxiangka li:after {
    background-color: transparent;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 1;
}
#xuanxiangka li.act:after {
    background-color: #00243d;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    height: 2px; 
    left: 8px;
    right: 8px;
    width: auto;
}
#xuanxiangka li:hover:after {
    background-color: #00243d;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    height: 2px; 
    left: 8px;
    right: 8px;
    width: auto;
}
.theme--light .form-input {
    fill: #545454;
}
.form-input__icon {
    display: block;
    left: 11px;
    line-height: 19px; 
    text-align: center;
    top: 11px;
    width: 20px;
    z-index: 1; 
    position:absolute;
}
.form-input--vanity .form-input__field {
    border-bottom-width: 1px;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top-color: transparent!important;
    box-shadow: none;
    padding-left: 0;
    color: #353535;
    height: 42px;
    line-height: 24px;
    font-size: 16px;
    padding: 7px 11px 9px;
    padding-left:40px;
    transition: .2s ease;
    transition-property: border,background-color;
    width: 100%;
    box-sizing:border-box;
    border-color: #cfcfcf;
}
.form-input--vanity .form-input__field:focus{ box-shadow:0 3px 0 0 #42b0d5; }
.homepage-hero__form__action {
    margin-top: 16px;
}

.homepage-hero__form__action .button {
    background-color: #ccc;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #141414;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 19px 9px;
    position: relative;
    text-decoration: none;
    transition: all .2s ease-in-out;
    vertical-align: top;
}.theme--light .button--primary {
    background-color: #00243d;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
} 
#container .form-group .form-input { position:relative; margin-bottom:20px; }


@media screen and (max-width: 1280px) {
  .qiehuanka{     margin-right: -500px; }
}

@media screen and (max-width: 999px) {
  .qiehuanka{  display:none; }
}

@media screen and (max-width: 768px) {
  .qiehuanka  
  {
      display:block;
      position:relative; 
      width:100%; 
      margin-right:inherit;
      top: inherit;  
      right: inherit;
      z-index: 99; 
      }
      .homepage-hero__qa__wrapper {
    box-shadow: 0 1px 10px hsla(0,0%,8%,.07);
    padding: 24px;
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
}
}


.solutions{  position:relative; overflow:hidden; margin: 0rem 6.6rem 4rem; }
.solutions dl
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; 
    height:466px;
    
    
     -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative; }    
.solutions dd{   text-align:center; position:relative; -webkit-box-flex: 1;
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: auto; 
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center; 
    height: 20rem;
    justify-content: center;
    position: relative;
    width: 100%; 
    height:100%; 
    
    padding-top: 82.3333px;
    padding-bottom: 82.3333px;
    }
.solutions dd a{  color:#fff; } 
.solutions dd img { 
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.solutions dd:before {
    background: #222221;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    width: 100%;
    z-index: 0;
     width: calc(100% - .4rem); 
}
.solutions dd:last-child:before { 
     width: calc(100%); 
}
.solutions #scon img{ width:100%; height: auto; position:relative; vertical-align:middle;object-fit: cover;
    -o-object-position: center center;
    object-position: center center; height: auto;
    left: 50%;
    min-height: 100%; 
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: visibility 0s .3s,opacity .3s linear;
    transition: visibility 0s .3s,opacity .3s linear;  }
.solutions #snav{ position:relative; z-index:999; } 

.msc-industry__item-card {
    padding: 0 1rem;
    position: relative;
} 
.msc-industry__title {
    color: #fff;
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.1;
    word-break: break-word;
}
@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(../font/icomoon.eot?nt0wtk);src:url(../font/icomoon.eot?nt0wtk#iefix) format("embedded-opentype"),url(../font/icomoon.ttf?nt0wtk) format("truetype"),url(../font/icomoon.woff?nt0wtk) format("woff"),url(https://www.msccargo.cn/_sc/Assets/fonts/icomoon.svg?nt0wtk#icomoon) format("svg")}


[class*=" msc-icon-"], [class^=msc-icon-] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon,sans-serif!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}

.msc-industry__icon>[class^=msc-icon-] {
    display: block;
}

.solutions dd .msc-industry__icon img{ width:6rem; height:auto; display:block; position:relative; margin:0 auto; margin-bottom:10px;  }
.msc-industry__icon>[class^=msc-icon-]:before {
    color: #fff;
    font-size: 7.8rem;
}
.msc-icon-vessel:before{content:""}
.msc-icon-intermodal-solutions:before {
    content: "";
}
.msc-icon-cargo_plane:before {
    content: "";
}
.msc-icon-smart-container-tracking:before {
    content: "";
}
.msc-icon-insurance-cargo:before {
    content: "";
}

.msc-industry__nav {
    display: block;
    margin-top: 1rem;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: all .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
    visibility: hidden;
}

.solutions dd:hover .msc-industry__description,.solutions dd:hover nav{ opacity:1;-webkit-transform:translateY(1rem);transform:translateY(1rem);visibility:visible; 
    display: block;}

.msc-industry__nav-item {
    margin-bottom: .5rem;
}
.msc-industry__nav-item a {
    -webkit-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out;
    font-size: 1.2rem;
}
.msc-industry__nav-item a span {
    display: inline-block;
    font-weight: 800;
    line-height: 1;
    vertical-align: middle;
}
.msc-industry__nav-item a span::before {
    color: rgb(255, 255, 255);
    content: "";
    display: inline-block;
    font-family: icomoon;
    font-size: 1rem;
    margin-inline-end: 0.8rem;
    transform: rotate(-180deg);
    vertical-align: 0.1rem;
    transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.solutions dd:hover .msc-industry__icon span{-webkit-transform:scale(1.2);transform:scale(1.2); 
    transition: all .4s ;}

.solutions dd:hover:before{opacity:.6}



@media screen and (max-width: 768px) {
 
.solutions #scon{ display:none;  } 

.solutions dd img { 
    border: 0;
    height: 200px;
    margin: 0px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
    left:0px;
    top:0px;
}
.solutions {
    position: relative;
    overflow: hidden;
    margin: 0rem 1rem 4rem;
}

.solutions dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.solutions dd { 
    height: 200px; 
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom:10px;
    flex:inherit;
}

.solutions dd:before { 
    height: 200px; 
}
.msc-industry__nav {
    display: none; 
}
.msc-industry__icon>[class^=msc-icon-]:before {
    color: #fff;
    font-size: 6.8rem;
}
.solutions dd:hover .msc-industry__description, .solutions dd:hover nav {
    opacity: 1;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    visibility: visible;
    display: none;
}
.solutions dd .msc-industry__icon img {
    width: 4rem;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}
.msc-industry__item-card {
    padding: 3rem 1rem;
    position: relative;
}
}

.title { text-align:center; }
.title h2
{
    line-height: 1.7;
    font-size: 40px;
    font-weight: 300; 
    color:#080627;
    position:relative;
    padding-bottom:30px;
    margin-bottom:30px; 
}
.title h2:after{ position:absolute; height: 8px;
width: 66px; 
border-radius: 34px;
background-color:#2540CE;
content:'';
left:50%;
bottom:0px;
transform: translateX(-50%) ;


 }
 
 @font-face
{
    font-family: siyuan;
    src: url('static/font/siyuan.ttf') format("truetype");
    font-style:normal;
}   

.zichan-child {
  padding: 150px 0 120px;
}
.title p{ 
max-width: 892px; 
margin:0 auto;
text-align:left;
 
font-size: 16px;
font-weight: 300;
line-height: 24px;
letter-spacing: 0em; 
margin-bottom:30px;
color:#53535A;

    font-family: siyuan;


}



.zichan-list ul{ display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px; }
    
    
.zichan-list ul li {
    width: 31.33%;
    margin-left: 3%;
    margin-top: 40px;
    border: 1px solid #D9D7D7;
    border-radius: 20px;
    overflow:hidden; 
}
.zichan-list ul li:hover{ box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12); }
.zichan-list ul li:nth-child(3n+1) {
    margin-left: 0;
}

.zichan-list ul li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zichan-list ul li .info {
    padding: 28px;
}

.zichan-list ul li .info h2 
{
    font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px; 
color: #080627; 
margin-bottom:12px; 

      white-space: nowrap; 
      overflow: hidden;
      text-overflow: ellipsis;


}
.zichan-list ul li .info p 
{
        font-family: siyuan;
    font-weight: 300;
font-size: 16px;
line-height: 24px;

/* 正文字 */

color: #53535A;
}

.totop{ text-align:center; margin-top:120px;  }
.totop a  
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    color:#fff; 
width: 200px;
height: 60px; 

background: linear-gradient(94.51deg, #2540CE 22.08%, #68A3BF 115.36%);
border-radius: 38px;
font-weight: 400;
font-size: 18px;
line-height: 27px;
margin:0 auto;
}

.totop a img{ margin-right:10px; }

.pos{ padding:32px 0px 45px; font-weight: 300;
font-size: 18px;
line-height: 27px; 
color: #53535A;}
.pos a{ font-weight: 300;
font-size: 18px;
line-height: 27px; 
color: #53535A;
margin-right:16px;
}
.pos span{
margin-left:16px; }

.chuangbo{ padding:45px 0px; 
           
            display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; 
    }
    
.chuangbo .img{ width:50%; padding-right:45px; }
.chuangbo .text{ width:50%; }
.chuangbo .img img{ width:100%; }

.chuangbo .text h2 
{
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 47px;
    color: #080627; 
    margin-bottom:20px; 
    margin-top:5px; 
}

.chuangbo .text h4 
{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px; 
    color: #080627;
    margin-top:50px;
    margin-bottom:12px;
}

.chuangbo .text p 
{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px; 
    color: #53535A;
    font-family: siyuan;
}

.chuangbo .text ul{ display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;   }
    
.chuangbo .text ul li{ width:33.333333%; display: flex; 
    align-items: center; padding:12px 18px; 
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px; 
    color: #53535A; 
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    
} 
.chuangbo .text ul li:nth-child(1){ 
    border-top: 1px solid #F0F0F0;}
.chuangbo .text ul li:nth-child(2){ 
    border-top: 1px solid #F0F0F0;}
.chuangbo .text ul li:nth-child(3){ 
    border-top: 1px solid #F0F0F0;}
    
    
    .chuangbo .text ul li:nth-child(3n+1){ 
    border-left: 1px solid #F0F0F0;}
     .chuangbo .text ul li img{ width:16px; height:16px; margin-right:14px; }

.next 
{
     display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    margin-top: 120px;
}
.zichan-show{ padding: 0px 0 120px;}

.next a 
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    color:#080627; 
    width: 200px;
    height: 60px; 
    border:1px solid #C0BFCB;
    border-radius: 38px;
    font-weight: 400;
    font-size: 18px; 
    margin:0 auto;
}
.next a img {
    margin-left: 10px;
}

.jizhuangxiang 
{
    margin-top:68px;
    border-top: 1px solid #D9D7D7;
    padding-top:68px;
}

.jizhuangxiang li
{
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    margin-bottom:150px;
}
.jizhuangxiang li .txt{ width:60%; padding-right:14%; }
.jizhuangxiang li .img{ width:40%; }

 
.jizhuangxiang li .txt h3{ font-style: normal;
font-weight: 300;
font-size: 36px;
line-height: 53px;

/* 标题色 */

color: #080627; margin-bottom:30px; 
position:relative;
 padding-left:10px;  }


.jizhuangxiang li .txt h3:before{ content:''; position:absolute ; left:0px; top:8px; width:6px; height:6px; background:#2540CE; }


.jizhuangxiang li .txt p{ font-weight: 300;
font-size: 16px;
line-height: 24px;

        font-family: siyuan;   
/* 正文字 */

color: #53535A; padding-left:10px;  }

.jizhuangxiang li dl{ display: flex; 
    align-items: center;
    flex-wrap: wrap; margin-bottom:40px; padding-left:10px;   }
    .jizhuangxiang li dl dd { margin-right:60px; }
    .jizhuangxiang li dl dd img{ width:50px; height:50px; }
    
    
.hangxian 
{
    margin-top:68px;
    border-top: 1px solid #D9D7D7;
    padding-top:68px;
}

.hangxiantop 
{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom:44px;
    
    flex-wrap: wrap; 
}
.hname{ width:48%; margin-right:4%; font-weight: 300;
font-size: 36px;
line-height: 53px; 
color: #080627; position:relative;
 padding-left:10px;   }
 
.hname:before{ content:''; position:absolute ; left:0px; top:8px; width:6px; height:6px; background:#2540CE; }

 
.hstart{ width:48%; 
    display: flex;
    justify-content: flex-start;
    align-items: stretch; }
.hstart select{  width:48%; margin-right:4%; font-weight: 400;
font-size: 18px;
line-height: 27px;
/* identical to box height */

text-transform: capitalize;

/* 标题色 */

color: #080627; border:0px; outline:0px; border-bottom: 1px solid #C0BFCB; background-color: transparent; }
.hstart select:last-child{ margin-right:0%; }
.hstart select:hover{ border-bottom: 1px solid #53535A; }



.hstart select:focus{ border-bottom: 1px solid #2540CE; }

.hstart select option{ height: 47px;
 color:#000; display:block; font-weight: 400;
font-size: 18px;
line-height: 47px; }
.hstart select option:hover{ height: 47px;

/* 正文字 */

background: #53535A; color:#fff; }
.hangxianlist ul{ 
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    }
    
    
.hangxianlist ul li{ width:48%; margin-right:4%; 
    margin-bottom:40px; position:relative; }
.hangxianlist ul li:nth-child(2n+2){ margin-right:0%; }


.hangxianlist ul li .img img{ width:100%; vertical-align:middle; }
.hangxianlist ul li .txt { padding:18px; background: rgba(37, 64, 206, 0.7);
backdrop-filter: blur(3px); position:absolute; left:0px; width:100%; bottom:0px;  }
.hangxianlist ul li .txt img{ width:18px; height:18px; margin-right:16px; }

.hangxianlist ul li .txt p{ 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px; color:#fff; margin-bottom:9px; }
.hangxianlist ul li .txt p:last-child{ 
font-size: 16px;
font-weight: 100; 
line-height: 24px;
/* identical to box height */

text-transform: capitalize;

color: #FFFFFF; margin-bottom:0px; 

    font-family: siyuan;

}


.media 
{
    margin-top:0px;  
}

.medialist{ margin-top:100px;  }
.mediatitle{ 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; margin-bottom:44px; }
    
.mediatitle .mname 
{
    width:48%; 
    margin-right:4%; 
    font-weight: 300;
    font-size: 36px;
    line-height: 53px;
    color: #080627;
     position:relative;
 padding-left:10px; 
}

.mediatitle .mname:before{ content:''; position:absolute ; left:0px; top:8px; width:6px; height:6px; background:#2540CE; }


.mediatitle .mall{width:48%;   margin-right:0%;  text-align:right;  }
.mediatitle .mall a{ border: 1px solid #C0BFCB;
border-radius: 38px; padding:17px 52px;
font-weight: 400;
font-size: 18px;
line-height: 27px;
/* identical to box height */


/* 标题色 */

color: #080627;



  }
.mediatop li { margin-bottom:50px;  
                }
    
.mediatop li a{ 
              display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;  } 
    
.mediatop li .img{ 
    width:48%; 
    margin-right:4%;  }
    
.mediatop li .img img{ width:100%; }

.mediatop li .txt{ 
    width:48%; 
    margin-right:0%;  }


.mediatop li .txt p{ font-weight: 300;
font-size: 16px;
line-height: 24px;

        font-family: siyuan;  
/* 正文字 */

color: #53535A; }

.mediatop li .txt h2{ font-weight: 400;margin-bottom:10px; 
font-size: 18px;
line-height: 27px;
/* identical to box height */


/* 标题色 */

color: #080627; }

.mediatop li .txt .p1{ margin-bottom:10px;  }
.mediatop li .txt .p2{ margin-bottom:24px;  }

    .medialist ul{  display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    
    .medialist ul li{ width:32%; margin-right:2%; border: 1px solid #D9D7D7;
border-radius: 20px; overflow:hidden; }
    .medialist ul li:last-child{ margin-right:0%; }
    
    
.medialist li .img img{ width:100%; }
.medialist li .txt { padding:28px; }
.medialist li .txt h3{ font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
min-height:54px;

/* 标题色 */

color: #080627; margin-bottom:12px; }
.medialist li .txt p{ font-weight: 300;
font-size: 16px;
line-height: 24px;
/* identical to box height */


/* 正文字 */

color: #53535A; }


.network 
{
    margin-top:68px;
    border-top: 1px solid #D9D7D7;
    padding-top:68px;
}
.network img{ width:100%; }

.network .ntitle{ font-weight: 300;
font-size: 36px;
line-height: 53px;

/* 标题色 */

color: #080627; margin-bottom:70px;
position:relative;
 padding-left:10px; 


 }
.network .ntitle:before{ content:''; position:absolute ; left:0px; top:8px; width:6px; height:6px; background:#2540CE; }

.nfazhan{ padding-top: 150px; }

.nfazhan ul{  display: flex;
    justify-content: flex-start;
    align-items: center;     flex-wrap: wrap; }
    
    
.nfazhan ul li{ width:16.6666%;display: flex;
    justify-content: flex-start;
    align-items: center; position:relative;  }
.nfazhan ul li img{ width:130px; }
.nfazhan ul li p{ width:130px; text-align:center; position:absolute; left:0px; bottom:-48px;
          
        font-family: siyuan;        
font-weight: 300;
font-size: 16px;
line-height: 24px;
/* identical to box height */


/* 标题色 */

color: #080627;
                  
                  }
.nfazhan ul li .dd{ margin-left:15px;}
.nfazhan ul li .dd span{ margin-right:6px; display:inline-block; background: #69A2C0; width:6px; height:6px; border-radius:6px; }

.zizhi { position:relative; background:url(../pic/zizhibg.png) no-repeat top center; background-size:100% 100%; padding-top: 90px;
    padding-bottom: 120px;  }
.zizhi img{  vertical-align:middle; width:100%; margin-top:40px; margin-left:-24px; }  

.huoban{ padding-top:90px; padding-bottom:120px; }


#owl-demo{ margin-top:127px; }
#owl-demo .item {
	margin: 3px 20px;
	text-align: center;
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto; 
}

#owl-demo .item a {
	color: #333 !important;
	font-size: 16px;
}

#owl-demo .item a:hover {
	color: #fff !important;
	text-decoration: none; 
	transition: all .3s;
	padding: 6px 15px;
	border-radius: 10px;
}
.item{  
	
}
.rx 
{
    padding-bottom:100px;
}


.chuan{ border-bottom:13px solid #2540ce; }
.jizhuangx{ border-bottom:13px solid #2540ce; }
.hangxian1{ border-bottom:13px solid #2540ce; }
.media1{ border-bottom:13px solid #2540ce; }
.women{ border-bottom:13px solid #2540ce; }


.com-banner.chuan .bgTxt .d {
    font-size: 44px;
    font-weight: 300;
    max-width:inherit; 
    text-transform: uppercase;
    text-align: right;
}

.com-banner.chuan .bgTxt.vabottom {
    justify-content: center; 
}

.com-banner.chuan .bgTxt p{ font-weight: 400;
font-size: 24px;
line-height: 41px;
text-align: right;

color: #FFFFFF; }


.com-banner.jizhuangx .bgTxt.vabottom {
    justify-content: center; 
}
.com-banner.jizhuangx .bgTxt p 
{
    font-weight: 400;
    font-size: 24px;
    line-height: 41px;
    text-align: left; 
    color: #FFFFFF; 
}

.com-banner.hangxian1 .bgTxt.vabottom {
    justify-content: center; 
}


.com-banner.hangxian1 .bgTxt h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: normal;
    box-sizing: border-box;
    width: 100%;
    text-align:center;
    text-transform:uppercase;
    max-width:800px;
    margin:0 auto;
    margin-bottom:30px;
}
.com-banner.hangxian1 .bgTxt p 
{
    font-weight: 400;
    font-size: 24px;
    line-height: 41px;
    text-align: center; 
    color: #FFFFFF; 
}


.com-banner.media1 .bgTxt.vabottom {
    justify-content: center; 
}


.com-banner.media1 .bgTxt h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: normal;
    box-sizing: border-box;
    width: 100%;
    text-align:center;
    text-transform:uppercase;
    max-width:800px;
    margin:0 auto;
    margin-bottom:30px;
}
.com-banner.media1 .bgTxt p 
{
    font-weight: 400;
    font-size: 24px;
    line-height: 41px;
    text-align: center; 
    color: #FFFFFF; 
    font-family: siyuan;
}


.com-banner.women .bgTxt.vabottom {
    justify-content: center; 
}
.com-banner.women .bgTxt h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: normal;
    box-sizing: border-box;
    width: 100%;
    text-align:center; 
    margin-bottom:30px;
}
.com-banner.women .bgTxt p 
{
    font-weight: 400; 
    text-align: center; 
    color: #FFFFFF; 
    max-width:600px;
    margin:0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
}

.com-banner.women .bgTxt ul 
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 700px;
    margin:0 auto;
    margin-top:68px;
}
.com-banner.women .bgTxt ul li { width:25%; text-align:center;  }
.com-banner.women .bgTxt ul li img{ width:80px; height:80px; }

.jizhuangxiang li .img img {
    width: 100%;
} 
.zichan-list ul li .pic{ position:relative; }

.zichan-list ul li .pic .plist{  position:absolute ; right:0px; height:100%; width:48%; top:0px; 
                                 
                                 backdrop-filter: blur(8px);
                                 background: #8490A333;
 
                                 
                                 padding:15% 15px;
                                 
                                 
                                 
                                    }
                                    
 
.zichan-list ul li .pic .plist img{ width:18px; height:18px; margin-right:8px;  }

.zichan-list ul li .pic .plist p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; 
    color:#fff;
    font-family: siyuan;
    line-height:21px;
    font-size:14px; 
    font-weight:100;
    margin-bottom:10px; 
}


@media screen and (max-width: 1329px) 
{
    .nfazhan ul li .dd {
    margin-left: 15px;
    display:none;
}
.nfazhan ul li{ text-align:center; display:block;}

.nfazhan ul li p {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: -48px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #080627;
}
}

@media screen and (max-width: 1199px) 
{
    
    .zichan-list ul li .pic .plist{ display:none; }
}

@media screen and (max-width: 768px) 
{
    .medialist {
    margin-top: 0px;
}
    .zichan-child {
        padding: 50px 0 50px;
    } 
    .zichan-list ul li {
        width: 100%;
        margin-left: 0;
    }
    .totop { 
        margin-top: 50px;
    }
    
    .chuangbo .img {
        width: 100%;
        padding-right: 0px;
    }
    .chuangbo .text {
        width: 100%;
    } 
    .chuangbo {
        padding: 0px 0px; 
    }
    .pos {
        padding: 32px 0px 32px; 
    }
    .chuangbo .text h2 { 
    font-size: 24px;
    line-height: 2; 
}
.chuangbo .text ul li {
    width: 50%; 
}
.chuangbo .text ul li:nth-child(3n+1) {
    border-left: 0px solid #F0F0F0;
}.chuangbo .text ul li:nth-child(2n+1) {
    border-left: 1px solid #F0F0F0;
}


.hname {
    width: 100%;
    margin-right: 0%; 
        margin-bottom: 40px;
}
.hstart {
    width: 100%; 
}

.hangxianlist ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
    position: relative;
}
.hangxianlist ul li:last-child{ margin-bottom:0px;  }

.title h2 { 
    font-size: 30px; 
}

.jizhuangxiang li .txt {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 40px;
}
.jizhuangxiang li .img {
    width: 100%;
}
.jizhuangxiang li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.jizhuangxiang li .txt h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 53px;
    color: #080627;
    margin-bottom: 30px;
    
position:relative;
 padding-left:10px; 
}

.jizhuangxiang li .txt h3:before{ content:''; position:absolute ; left:0px; top:8px; width:6px; height:6px; background:#2540CE; }
.jizhuangxiang li dl dd {
  margin-right: 30px;
}
.jizhuangxiang li dl dd img {
    width: 30px; height:30px; 
}



.mediatitle .mname {
    width: 100%;
    margin-right: 0%;
    font-weight: 300;
    font-size: 30px;
    line-height: 53px;
    color: #080627;
    margin-bottom:20px;
}
.mediatitle .mall {
    width: 100%;
    margin-right: 0%;
    text-align: left;
}

.mediatop li .img {
    width: 100%;
    margin-right: 0%;
    margin-bottom:20px;
}
.mediatop li .txt {
    width: 100%;
    margin-right: 0%;
}


.medialist ul li {
    width: 100%;
    margin-right: 0%;
    border: 1px solid #D9D7D7;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom:40px;
} 
.medialist ul li:last-child{ margin-bottom:0px;  }

.mediatitle .mall a {
    border: 1px solid #C0BFCB;
    border-radius: 38px;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #080627;
    display:inline-block;
} 
.rx {
    padding-bottom: 40px;
}
#owl-demo {
    margin-top: 40px;
}
 

.network .ntitle { 
    margin-bottom: 50px;
}
.nfazhan {
    padding-top: 50px;
}


.nfazhan ul li {
    width: 33.3333%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom:80px;
}

.nfazhan ul li img {
    width: 130px;
    margin:0 auto;
}
.com-banner.chuan .bgTxt .d {
    font-size: 30px;
    line-height: 1.4;
}
.com-banner.chuan .bgTxt p {
    font-size: 16px;
}

.com-banner.chuan  .bgTxt.vabottom { 
    padding-bottom: 0px;
}

.com-banner.hangxian1 .bgTxt h2 {
    font-size: 18px; 
    margin-bottom: 10px;
}
.com-banner.hangxian1 .bgTxt.vabottom { 
    padding-bottom: 0px;
}
.com-banner.hangxian1 .bgTxt p { 
    font-size: 14px; 
}

.com-banner.jizhuangx .bgTxt.vabottom { 
    padding-bottom: 0px;
}
.com-banner.jizhuangx .bgTxt .d {
    font-size: 30px;
    line-height: 1.4;
}
.com-banner.jizhuangx .bgTxt p {
    font-size: 16px;
}


.com-banner.media1 .bgTxt.vabottom { 
    padding-bottom: 0px;
}
.com-banner.media1 .bgTxt .d {
    font-size: 30px;
    line-height: 1.4;
}
.com-banner.media1 .bgTxt h2 { 
    margin-bottom: 10px;
}
.com-banner.media1 .bgTxt p {
    font-size: 16px;
}



.com-banner.women .bgTxt.vabottom { 
    padding-bottom: 0px;
}
.com-banner.women .bgTxt .d {
    font-size: 30px;
    line-height: 1.4;
}
.com-banner.women .bgTxt h2 { 
    margin-bottom: 10px;
}
.com-banner.women .bgTxt p {
    font-size: 16px;
}
.com-banner.women .bgTxt ul 
{
    display:none;
}
}

@media screen and (max-width: 478px) 
{ 
    .chuangbo .text ul li {
    width: 100%; 
}
.chuangbo .text ul li:nth-child(3n+1) {
    border-left: 1px solid #F0F0F0;
}
    .chuangbo .text ul li {
    border-left: 1px solid #F0F0F0;
}


.nfazhan ul li {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom:80px;
}

.nfazhan ul li img {
    width: 130px;
    margin:0 auto;
}

.com-banner.chuan .bgTxt .d {
    font-size: 22px;
    line-height: 1.4;
}

.com-banner.chuan .bgTxt p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    text-align: right;
    color: #FFFFFF;
}

.com-banner.women .bgTxt h2 {
    font-size: 24px; 
}
.com-banner.women .bgTxt p {
    font-size: 14px;
}
    }
    
    
    
      
.hxpics{ display:flex; flex-wrap:wrap; justify-content: space-between;flex-direction: row ; max-width: 892px; margin: 0 auto; align-items:center; }
.hxpics .hximg{ width:50%;}
.hxpics .hximg img{ max-width:100%; }
.hxbj{ margin-top:40px; position:relative; }
.hxbj .auto{ width:100%; }

.hxtxt{ display:flex; flex-wrap:wrap; justify-content: space-between; position:absolute; height:100%; top:0px; left:0px; width:100%; }
.hxtxt .hxl{ width:40%; display:flex;  align-items:center; align-content:center; flex-wrap:wrap; }
.hxtxt .hxl>div{ width:100%; color:#fff; }
.hxtxt .hxl>div h3{ font-style: normal;
font-weight: 300;
font-size: 36px; 
margin-bottom: 20px; }
.hxtxt .hxl>div div{ font-weight: 300;
font-size: 16px;
line-height: 24px;
font-family: siyuan; 
margin-bottom:40px;

}
.hxtxt .hxl>div a 
{
    color:#3b3656; 
    border: 1px solid #b7c2ce;
border-radius: 38px;
padding: 17px 52px;
font-weight: 400;
font-size: 16px;
line-height: 27px; background:#b7c2ce; }
.hxtxt .hxr{ width:60%; display:flex;  align-items:center; align-content:center; justify-content: center; }
.hxtxt .hxr ul{ display:flex;  align-items:center; align-content:center; flex-wrap:wrap;}
.hxtxt .hxr ul li { width:33.3333%; text-align:center ; }
.hxtxt .hxr ul li p{ text-align:center; color:#fff;  }
.hxtxt .hxr ul li img{ width:70px; } 



@media screen and (max-width: 999px)
{  
    .hxtxt .hxl>div h3 { 
    font-size: 26px;
    margin-bottom: 10px;
}
.hxtxt .hxl>div div { 
    font-size: 13px; 
    margin-bottom: 30px;
}
.hxtxt .hxl>div a { 
    padding: 12px 34px; 
    font-size: 14px; 
}
.hxtxt .hxr ul li img {
    width: 50px;
}
.hxtxt .hxr ul li p {
    text-align: center;
    color: #fff;
    font-size: 14px; 
}
}




@media screen and (max-width: 768px)
{ 
    .hxpics .hximg{ width:100%;} 
    
    
    .hxbj { background:#232d38; padding:40px 0px; }
    
    .hxbj .auto { 
    display:none; 
}
.hxtxt { 
    position:relative; 
}
.hxtxt .hxl {
    width: 100%; 
    margin-bottom:40px;
}
.hxtxt .hxr {
    width: 100%; 
}
}