@charset "UTF-8";
@font-face {
  font-family: "TC";
  src: url(../fonts/TCM____.TTF) format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "TC";
  src: url(../fonts/TCB_____.TTF) format("truetype");
  font-weight: bold;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    right: -396px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    right: 0;
  }
  to {
    opacity: 0;
    right: -396px;
  }
}
@keyframes shadowShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes shadowHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

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

p {
  margin: 0;
  padding: 0;
}

a, a:hover, a:visited {
  color: #000;
  text-decoration: none;
}

.slide, .slide2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #333;
}

body {
  color: #000;
  font-family: "TC", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #F7F7F7;
  font-size: 18px;
  line-height: 22px;
}

.font-not-tc {
  font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
}

.hide {
  display: none !important;
}

img, video {
  vertical-align: middle;
}

.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all 0.8s;
}

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all 0.7s;
}

.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
}
.shadow.open {
  display: block;
  -webkit-animation-name: shadowShow;
  animation-name: shadowShow;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.shadow.close {
  display: block;
  -webkit-animation-name: shadowHide;
  animation-name: shadowHide;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.display-pc {
  display: block;
}

.not-display-pc {
  display: none;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}
.wrapper .topbar .logo-w {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 266px;
  height: 56px;
  background-color: #fff;
}
.wrapper .topbar .logo-w .logo-ww {
  width: 210px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .topbar .logo-w .logo-ww img {
  height: 16px;
}
.wrapper .topbar .logo-w .logo-more {
  width: 56px;
  height: 56px;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .topbar .logo-w .logo-more img {
  width: 13px;
}
.wrapper .topbar .navs-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 56px;
  height: 56px;
  background-color: #b09c6e;
}
.wrapper .topbar .navs-w .item {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wrapper .topbar .navs-w .item img {
  width: 12px;
}
.wrapper .topbar .navs-w .item:first-child {
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
}
.wrapper .footer {
  background-color: #fff;
  padding: 54px 50px 50px;
}
.wrapper .footer .footer-w {
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .footer .footer-w .fo-w {
  width: 100%;
  padding-bottom: 20px;
}
.wrapper .footer .footer-w .fo-w .l-fo {
  float: left;
}
.wrapper .footer .footer-w .fo-w .l-fo .col {
  width: 120px;
  float: left;
}
.wrapper .footer .footer-w .fo-w .l-fo .col .ftt {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapper .footer .footer-w .fo-w .l-fo .col .fstt {
  font-size: 11px;
  line-height: 25px;
  color: #a3a3a3;
  display: block;
  font-weight: bold;
}
.wrapper .footer .footer-w .fo-w .r-fo {
  float: right;
}
.wrapper .footer .footer-w .fo-w .r-fo .col {
  text-align: right;
}
.wrapper .footer .footer-w .fo-w .r-fo .col .ftt {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapper .footer .footer-w .fo-w .r-fo .col .fstt {
  font-size: 12px;
  line-height: 25px;
  color: #a3a3a3;
  display: block;
}
.wrapper .footer .footer-w .fo-w .r-fo .col .fstt span {
  display: inline-block;
  width: 105px;
}
.wrapper .footer .footer-w .fo-bw {
  padding-top: 28px;
}
.wrapper .footer .footer-w .fo-bw .fo-info {
  float: left;
}
.wrapper .footer .footer-w .fo-bw .fo-info p {
  font-size: 11px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .footer .footer-w .fo-bw .fo-info p span {
  color: #b09c6e;
  margin: 0 6px;
  font-weight: bold;
}
.wrapper .footer .footer-w .fo-bw .fo-info p a {
  color: #a3a3a3;
}
.wrapper .footer .footer-w .fo-bw .social {
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wrapper .footer .footer-w .fo-bw .social img {
  height: 14px;
  margin-left: 8px;
  vertical-align: text-bottom;
}
.wrapper .menu {
  position: fixed;
  top: 0;
  right: -396px;
  width: 396px;
  height: 100%;
  background-color: #000;
  z-index: 11;
  padding-right: 150px;
  text-align: right;
  padding-top: 150px;
  transition: all ease-in 0.4s;
}
.wrapper .menu .close-w {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
}
.wrapper .menu .close-w img {
  width: 10px;
}
.wrapper .menu .icon-w {
  margin-bottom: 54px;
  height: 56px;
}
.wrapper .menu .icon-w img {
  zoom: 0.5;
}
.wrapper .menu .menu-items .item {
  color: #fff;
  margin-bottom: 20px;
}
.wrapper .menu .menu-items .item .filter {
  display: none;
  height: 4px;
  margin: 0 0 20px;
}
.wrapper .menu .menu-items .item .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .menu .menu-items .item .tt {
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}
.wrapper .menu .menu-items .item .sub-w {
  display: none;
  margin-top: 12px;
}
.wrapper .menu .menu-items .item .sub-w .fstt {
  display: block;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
}
.wrapper .menu .menu-items .item.active {
  color: #fff;
}
.wrapper .menu .menu-items .item.active .filter {
  display: block;
}
.wrapper .menu .menu-items .item.active .sub-w {
  display: block;
}
.wrapper .menu .menu-items .item.active .sub-w .fstt {
  color: #fff;
}
.wrapper .menu .menu-items .item.no-active {
  color: rgba(255, 255, 255, 0.2);
}
.wrapper .menu.fadeInRight {
  right: 0;
}
.wrapper .cookie-w {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #000;
  z-index: 10;
  padding: 30px 40px 0;
}
.wrapper .cookie-w .tt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.wrapper .cookie-w .stt {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 8px;
}
.wrapper .cookie-w .close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 12px;
  line-height: 1;
  color: #b09c6e;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wrapper .cookie-w .close img {
  height: 10px;
  margin-left: 10px;
}
.wrapper .bb .btb {
  text-align: center;
  padding: 50px 0;
}
.wrapper .bb .btb .btt {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.wrapper .bb .btb .bfilter {
  height: 4px;
  margin: 18px 0;
}
.wrapper .bb .btb .bfilter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .bb .btb .bstt {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}
.wrapper .bb .more-h {
  padding: 70px 0;
  text-align: center;
}
.wrapper .bb .more-h .more {
  height: 40px;
  color: #b09c6e;
  padding: 0 16px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border: 1px #b09c6e solid;
}
.wrapper .main-bg {
  position: relative;
}
.wrapper .main-bg img {
  width: 100%;
}
.wrapper .main-bg .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.wrapper .main-bg .info .tt {
  font-size: 40px;
  line-height: 50px;
}
.wrapper .main-bg .info .filter {
  height: 4px;
  margin: 23px 0;
}
.wrapper .main-bg .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .main-bg .info .stt {
  font-size: 16px;
  line-height: 28px;
}
.wrapper .main-bg .info.blk {
  color: #000;
}
.wrapper .stories {
  max-width: 1400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  position: relative;
  background-color: #FFF;
  overflow: hidden;
}
.wrapper .stories .col-s {
  width: 50%;
  height: 50%;
  position: relative;
  float: left;
}
.wrapper .stories .col-s .slide.gry {
  filter: grayscale(1);
}
.wrapper .stories .col-s .info-s {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 50px;
  color: #000;
  height: 100%;
}
.wrapper .stories .col-s .info-s .tp .tt {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.wrapper .stories .col-s .info-s .tp .stt {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.wrapper .stories .col-s .info-s .tp .filter {
  height: 4px;
  margin: 20px 0;
}
.wrapper .stories .col-s .info-s .tp .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .stories .col-s .info-s .tp .htt {
  font-size: 12px;
  line-height: 21px;
  color: #a3a3a3;
  margin-top: 20px;
  font-weight: bold;
}
.wrapper .stories .col-s .info-s .more img {
  height: 3px;
}
.wrapper .stories .stories-w {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 64.28%;
}
.wrapper .stories .stories-w .ss-ww {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wrapper .stories .stories-w .ss-ww .col {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.wrapper .stories .stories-w .ss-ww .col .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 60px 70px 60px;
  color: #fff;
}
.wrapper .stories .stories-w .ss-ww .col .info .tt {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
}
.wrapper .stories .stories-w .ss-ww .col .info .stt {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.wrapper .stories .stories-w .ss-ww .col .info .filter {
  height: 4px;
  margin: 20px 0;
}
.wrapper .stories .stories-w .ss-ww .col .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .stories .stories-w .ss-ww .col .info .htt {
  font-size: 12px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  font-weight: bold;
}
.wrapper .stories .stories-w .ss-ww .col .info .more {
  margin-top: 130px;
}
.wrapper .stories .stories-w .ss-ww .col .info .more img {
  height: 3px;
}
.wrapper .stories .row {
  width: 100%;
}
.wrapper .stories .row .col-s {
  width: 25%;
  padding-top: 32.14%;
  position: relative;
}
.wrapper .stories .row .col-s .info-s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrapper .index-w .index-slides {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.wrapper .index-w .index-slides .swiper-slide {
  position: relative;
}
.wrapper .index-w .index-slides .swiper-slide .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.wrapper .index-w .index-slides .swiper-slide .info .tt {
  font-size: 75px;
  line-height: 64px;
  font-weight: bold;
}
.wrapper .index-w .index-slides .swiper-slide .info .filter {
  height: 4px;
  margin: 23px 0;
}
.wrapper .index-w .index-slides .swiper-slide .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .index-w .index-slides .swiper-slide .info .stt {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
.wrapper .index-w .index-slides .swiper-slide .info .more {
  height: 40px;
  width: 96px;
  color: #b09c6e;
  font-size: 15px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
}
.wrapper .index-w .index-slides .swiper-slide .info .hint {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
}
.wrapper .index-w .index-slides .swiper-pagination {
  bottom: 40px;
  width: 100%;
  z-index: 7;
}
.wrapper .index-w .index-slides .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
  border-radius: 0;
  width: 35px;
  height: 4px;
  margin: 0 2px;
}
.wrapper .index-w .index-slides .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.wrapper .index-w .index-01 .df-w {
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.wrapper .index-w .index-01 .df-w .col {
  width: 33.333%;
  height: 395px;
  position: relative;
  cursor: pointer;
}
.wrapper .index-w .index-01 .df-w .col:hover .back {
  display: block;
  -webkit-animation-name: shadowShow;
  animation-name: shadowShow;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wrapper .index-w .index-01 .df-w .col:last-child .front {
  border-right: none;
}
.wrapper .index-w .index-01 .df-w .col .front {
  width: 100%;
  height: 325px;
  position: relative;
  background-color: #fff;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 40px;
}
.wrapper .index-w .index-01 .df-w .col .front .dtt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.wrapper .index-w .index-01 .df-w .col .front .filter {
  height: 4px;
  margin: 18px 0;
}
.wrapper .index-w .index-01 .df-w .col .front .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .index-w .index-01 .df-w .col .front .dstt {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .index-w .index-01 .df-w .col .front .f-img {
  position: absolute;
  right: 104px;
  bottom: 80px;
  zoom: 0.5;
}
.wrapper .index-w .index-01 .df-w .col .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.wrapper .index-w .index-01 .df-w .col .back .back-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 38px 40px 43px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}
.wrapper .index-w .index-01 .df-w .col .back .back-info .back-t .dtt {
  font-size: 30px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .index-w .index-01 .df-w .col .back .back-info .back-t .filter {
  height: 4px;
  margin: 18px 0;
}
.wrapper .index-w .index-01 .df-w .col .back .back-info .back-t .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #fff;
}
.wrapper .index-w .index-01 .df-w .col .back .back-info .back-t .dstt {
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .index-w .index-01 .df-w .col .back .back-info .back-b .dstt {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.wrapper .index-w .index-01 .df-w .col .back .back-info .back-b .filter {
  height: 2px;
  margin: 14px 0;
}
.wrapper .index-w .index-01 .df-w .col .back .back-info .back-b .filter span {
  display: inline-block;
  width: 15px;
  height: 2px;
  vertical-align: top;
  background-color: #fff;
}
.wrapper .index-w .index-01 .df-w .col .back .back-info .back-b .dsstt {
  font-size: 12px;
  line-height: 23px;
}
.wrapper .index-w .index-02 {
  background-color: #fff;
}
.wrapper .index-w .index-02 .pnavs {
  width: 100%;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wrapper .index-w .index-02 .pnavs .col {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .index-w .index-02 .pnavs .col .nav-w {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 30px;
  text-align: center;
  float: left;
  cursor: pointer;
  color: #a3a3a3;
  position: relative;
}
.wrapper .index-w .index-02 .pnavs .col .nav-w .ntt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .index-w .index-02 .pnavs .col .nav-w .nstt {
  font-size: 12px;
  line-height: 25px;
}
.wrapper .index-w .index-02 .pnavs .col .nav-w .bline {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #b09c6e;
  display: none;
}
.wrapper .index-w .index-02 .pnavs .col.active .nav-w, .wrapper .index-w .index-02 .pnavs .col:hover .nav-w {
  color: #000;
}
.wrapper .index-w .index-02 .pnavs .col.active .nav-w .bline, .wrapper .index-w .index-02 .pnavs .col:hover .nav-w .bline {
  display: block;
}
.wrapper .index-w .index-02 .pages {
  width: 100%;
  height: 900px;
  position: relative;
}
.wrapper .index-w .index-02 .pages .page-w {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.wrapper .index-w .index-02 .pages .page-w .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.wrapper .index-w .index-02 .pages .page-w .info.right {
  left: 50%;
}
.wrapper .index-w .index-02 .pages .page-w .info .tt {
  font-size: 75px;
  line-height: 64px;
  font-weight: bold;
}
.wrapper .index-w .index-02 .pages .page-w .info .filter {
  height: 4px;
  margin: 23px 0;
}
.wrapper .index-w .index-02 .pages .page-w .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .index-w .index-02 .pages .page-w .info .stt {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
.wrapper .index-w .index-02 .pages .page-w .info .hint {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 14px;
}
.wrapper .index-w .index-02 .pages .page-w.split-2 .col {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.wrapper .index-w .index-02 .pages .page-w.split-2 .col .info {
  width: 100%;
  justify-content: flex-start;
  padding-top: 60px;
}
.wrapper .index-w .index-02 .pages .page-w.split-2 .col .info .tt {
  font-size: 35px;
  line-height: 30px;
}
.wrapper .index-w .index-02 .pages .page-w.split-2 .col .info .filter {
  margin: 14px 0;
}
.wrapper .index-w .index-02 .pages .page-w .resp-w {
  position: relative;
  width: 100%;
  height: 100%;
}
.wrapper .index-w .index-02 .pages .page-w .resp-w .swiper-pagination-index02 {
  bottom: 40px;
  width: 100%;
  z-index: 7;
}
.wrapper .index-w .index-02 .pages .page-w .resp-w .swiper-pagination-index02 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
  border-radius: 0;
  width: 80px;
  height: 2px;
  margin: 0;
}
.wrapper .index-w .index-02 .pages .page-w .resp-w .swiper-pagination-index02 .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.wrapper .index-w .index-04 {
  background-color: #fff;
}
.wrapper .index-w .index-04 .tech-slides .swiper-slide {
  position: relative;
}
.wrapper .index-w .index-04 .tech-slides .swiper-slide .slide-img {
  width: 100%;
}
.wrapper .index-w .index-04 .tech-slides .swiper-slide .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.wrapper .index-w .index-04 .tech-slides .swiper-slide .info .tt {
  font-size: 75px;
  line-height: 65px;
  font-weight: bold;
}
.wrapper .index-w .index-04 .tech-slides .swiper-slide .info .filter {
  height: 4px;
  margin: 20px 0;
}
.wrapper .index-w .index-04 .tech-slides .swiper-slide .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .index-w .index-04 .tech-slides .swiper-slide .info .stt {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}
.wrapper .index-w .index-04 .tech-slides .swiper-slide .info .more {
  height: 40px;
  width: 96px;
  color: #fff;
  font-size: 12px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  background-color: #b09c6e;
  margin-top: 40px;
}
.wrapper .index-w .index-04 .tech-slides .swiper-slide .info .hint {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
}
.wrapper .index-w .index-04 .tech-slides .swiper-pagination {
  display: none;
}
.wrapper .index-w .index-05 .pnavs {
  width: 100%;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wrapper .index-w .index-05 .pnavs .col {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 60px;
}
.wrapper .index-w .index-05 .pnavs .col .nav-w {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 30px;
  text-align: center;
  float: left;
  cursor: pointer;
  color: #a3a3a3;
  position: relative;
}
.wrapper .index-w .index-05 .pnavs .col .nav-w .ntt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .index-w .index-05 .pnavs .col .nav-w .nstt {
  font-size: 12px;
  line-height: 25px;
}
.wrapper .index-w .index-05 .pnavs .col .nav-w .bline {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #b09c6e;
  display: none;
}
.wrapper .index-w .index-05 .pnavs .col.active .nav-w, .wrapper .index-w .index-05 .pnavs .col:hover .nav-w {
  color: #000;
}
.wrapper .index-w .index-05 .pnavs .col.active .nav-w .bline, .wrapper .index-w .index-05 .pnavs .col:hover .nav-w .bline {
  display: block;
}
.wrapper .index-w .index-05 .pages .page-w {
  max-width: 1336px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
.wrapper .index-w .index-05 .pages .page-w.active {
  display: block;
}
.wrapper .index-w .index-05 .pages .page-w .btb .bfilter span {
  height: 2px;
}
.wrapper .index-w .index-05 .pages .page-w .items .col {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 22px;
  width: 25%;
  height: 150px;
  float: left;
  position: relative;
  border: 1px rgba(0, 0, 0, 0.02) solid;
}
.wrapper .index-w .index-05 .pages .page-w .items .col img {
  zoom: 0.5;
}
.wrapper .index-w .index-05 .pages .page-w .items .col .h {
  display: none;
}
.wrapper .index-w .index-05 .pages .page-w .items .col p {
  color: #c7c7c7;
  position: absolute;
  bottom: 12px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
}
.wrapper .index-w .index-05 .pages .page-w .items .col:hover {
  background-color: #b09c6e;
}
.wrapper .index-w .index-05 .pages .page-w .items .col:hover .o {
  display: none;
}
.wrapper .index-w .index-05 .pages .page-w .items .col:hover .h {
  display: inline;
}
.wrapper .index-w .index-05 .pages .page-w .items .col:hover p {
  color: #fff;
}
.wrapper .brand-w {
  position: relative;
}
.wrapper .brand-w .b-bb {
  min-height: 600px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.wrapper .brand-w .b-bb .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.wrapper .brand-w .b-bb .info.right {
  left: 50%;
}
.wrapper .brand-w .b-bb .info .tt {
  font-size: 75px;
  line-height: 64px;
  font-weight: bold;
}
.wrapper .brand-w .b-bb .info .filter {
  height: 4px;
  margin: 23px 0;
}
.wrapper .brand-w .b-bb .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .brand-w .b-bb .info .stt {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
.wrapper .brand-w .b-bb .info .hopener {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 32px;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  color: #b09c6e;
  cursor: pointer;
  border: 1px #b09c6e solid;
}
.wrapper .brand-w .b-bb .info .hint {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  opacity: 0.5;
}
.wrapper .brand-w .b-bb .hinfo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 13;
  padding: 160px 100px 40px;
  overflow: hidden;
}
.wrapper .brand-w .b-bb .hinfo .close-w {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 70px;
  right: 70px;
  background-color: #b09c6e;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.wrapper .brand-w .b-bb .hinfo .close-w img {
  height: 5px;
}
.wrapper .brand-w .b-bb .hinfo .stt {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .brand-w .b-bb .hinfo .filter {
  height: 4px;
  margin: 23px 0;
}
.wrapper .brand-w .b-bb .hinfo .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .brand-w .b-bb .hinfo .tt {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w {
  width: 100%;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col {
  width: 50%;
  float: left;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col .txt {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  margin-bottom: 40px;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col .more {
  height: 40px;
  color: #b09c6e;
  padding: 0 16px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border: 1px #b09c6e solid;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides {
  padding: 0 60px;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides .b-slides {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 30px;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides .b-slides .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides .b-slides .swiper-pagination-bb {
  right: 0;
  bottom: -20px;
  text-align: right;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides .b-slides .swiper-pagination-bb .swiper-pagination-bullet {
  height: 2px;
  width: 35px;
  background-color: #000;
  margin: 0 3px;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col .col-cust {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col .col-cust img {
  width: 100px;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col .col-cust span {
  font-size: 12px;
  font-weight: bold;
  margin-left: 20px;
}
.wrapper .brand-w .b-bb .col2 {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.wrapper .brand-w .b-bb .col2 .info {
  width: 100%;
  justify-content: flex-start;
  padding-top: 60px;
}
.wrapper .brand-w .b-bb .col2 .info .tt {
  font-size: 35px;
  line-height: 30px;
}
.wrapper .brand-w .b-bb .col2 .info .filter {
  margin: 14px 0;
}
.wrapper .brand-w .b-bb .col2 .hinfo .hinfo-w {
  width: 100%;
}
.wrapper .brand-w .b-bb .col2 .hinfo .hinfo-w .col {
  width: 100%;
}
.wrapper .brand-w .paginations {
  position: fixed;
  right: 0;
  top: 46%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.wrapper .brand-w .paginations.pagination-m {
  display: none;
}
.wrapper .brand-w .paginations span {
  display: inline-block;
  right: 0;
  height: 4px;
  width: 6px;
  background-color: #b09c6e;
  margin: 1px 0;
  transition: width 0.4s;
}
.wrapper .brand-w .paginations span.active {
  width: 110px;
}
.wrapper .history-w .pnavs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
}
.wrapper .history-w .pnavs .col {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 60px;
}
.wrapper .history-w .pnavs .col .nav-w {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 30px;
  text-align: center;
  float: left;
  cursor: pointer;
  color: #a3a3a3;
  position: relative;
}
.wrapper .history-w .pnavs .col .nav-w .ntt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .history-w .pnavs .col .nav-w .nstt {
  font-size: 12px;
  line-height: 25px;
}
.wrapper .history-w .pnavs .col .nav-w .bline {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #b09c6e;
  display: none;
}
.wrapper .history-w .pnavs .col.active .nav-w, .wrapper .history-w .pnavs .col:hover .nav-w {
  color: #000;
}
.wrapper .history-w .pnavs .col.active .nav-w .bline, .wrapper .history-w .pnavs .col:hover .nav-w .bline {
  display: block;
}
.wrapper .history-w .h-bb {
  width: 100%;
  padding-bottom: 80px;
}
.wrapper .history-w .h-bb.bg-wht {
  background-color: #fff;
}
.wrapper .history-w .h-bb .col {
  width: 50%;
  float: left;
}
.wrapper .history-w .h-bb .col img {
  width: 100%;
  filter: grayscale(1);
}
.wrapper .history-w .h-bb .col .hint {
  font-size: 12px;
  line-height: 23px;
  color: #a3a3a3;
  margin-top: 20px;
}
.wrapper .history-w .h-bb .col .hint.right {
  text-align: right;
}
.wrapper .history-w .h-bb .col.col-txt {
  padding: 96px 106px 0;
}
.wrapper .history-w .h-bb .col.col-txt .tt {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .history-w .h-bb .col.col-txt .filter {
  height: 4px;
  margin: 16px 0 24px;
}
.wrapper .history-w .h-bb .col.col-txt .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .history-w .h-bb .col.col-txt .stt {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .history-w .h-bb .col.col-txt .cc {
  margin-top: 36px;
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .history-w .sec-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900px;
  width: 100%;
}
.wrapper .history-w .sec-bg img {
  width: 100%;
}
.wrapper .history-w .sec-bg .c-info {
  width: 800px;
  height: 450px;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .history-w .sec-bg .c-info .tt {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .history-w .sec-bg .c-info .filter {
  height: 4px;
  margin: 16px 0 24px;
}
.wrapper .history-w .sec-bg .c-info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .history-w .sec-bg .c-info .stt {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .history-w .sec-bg .c-info .slogans {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 64px;
  padding-left: 64px;
}
.wrapper .history-w .sec-bg .c-info .slogans .col {
  width: 130px;
  font-size: 16px;
  line-height: 25px;
  color: #a3a3a3;
  font-weight: bold;
}
.wrapper .history-w .h-slides .pages {
  padding: 80px 0;
  text-align: center;
}
.wrapper .history-w .h-slides .pages .page-w {
  position: relative;
}
.wrapper .history-w .h-slides .pages .page-w.active {
  display: block;
}
.wrapper .history-w .h-slides .pages .page-w .tt {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .history-w .h-slides .pages .page-w .filter {
  height: 4px;
  margin: 16px 0 24px;
}
.wrapper .history-w .h-slides .pages .page-w .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .history-w .h-slides .pages .page-w .stt {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w {
  width: 800px;
  left: 0;
  right: 0;
  margin: 80px auto;
  overflow-x: hidden;
  position: relative;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w .swiper-wrapper .swiper-slide {
  width: 800px;
  height: 450px;
  background-color: #fff;
  position: relative;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w .swiper-wrapper .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info {
  color: #b09c6e;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .year {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter {
  height: 2px;
  margin: 16px 0 24px;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .s-stt {
  font-size: 14px;
  line-height: 23px;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide {
  height: auto;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide img, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide img, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info {
  position: relative;
  height: 150px;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info .year, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info .year, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info .year {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info .s-stt, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info .s-stt, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info .s-stt {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  margin-top: 15px;
}
.wrapper .history-w .h-slides .pages .page-w .swiper-button-next, .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #000;
  line-height: 54px;
  text-align: center;
  background-image: none;
  font-size: 18px;
  z-index: 1;
  margin-top: 0;
}
.wrapper .history-w .h-slides .pages .page-w .swiper-button-next:hover, .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev:hover {
  background-color: #000;
  color: #fff;
}
.wrapper .history-w .h-slides .pages .page-w .swiper-button-next {
  right: calc(50% - 580px);
}
.wrapper .history-w .h-slides .pages .page-w .swiper-button-next:after {
  display: inline-block;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}
.wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
  left: calc(50% - 580px);
}
.wrapper .history-w .h-slides .pages .page-w .swiper-button-prev:after {
  display: inline-block;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
}
.wrapper .history-w .h-slides .pages .page-w .nav-pages span {
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
  color: #a3a3a3;
  margin: 0 30px 20px;
  cursor: pointer;
}
.wrapper .history-w .h-slides .pages .page-w .nav-pages span.active, .wrapper .history-w .h-slides .pages .page-w .nav-pages span:hover {
  color: #b09c6e;
}
.wrapper .history-w .h-slides .pages .page-w .nav-pages.smll span {
  font-size: 12px;
  margin: 0 6px 20px;
}
.wrapper .history-w .h2-bb {
  width: 100%;
  height: 900px;
  background-color: #fff;
}
.wrapper .history-w .h2-bb .col {
  width: 50%;
  position: relative;
  height: 100%;
  float: left;
}
.wrapper .history-w .h2-bb .col.col-info {
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper .history-w .h2-bb .col.col-info .tp .tt {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}
.wrapper .history-w .h2-bb .col.col-info .tp .tt.gld {
  color: #b09c6e;
  margin-top: 30px;
}
.wrapper .history-w .h2-bb .col.col-info .tp .filter {
  height: 4px;
  margin: 16px 0 24px;
}
.wrapper .history-w .h2-bb .col.col-info .tp .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .history-w .h2-bb .col.col-info .tp .stt {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row {
  margin-bottom: 50px;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row:last-child {
  margin-bottom: 0;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row .item {
  float: left;
  width: 100px;
  text-align: center;
  margin-right: 90px;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row .item:last-child {
  margin-right: 0;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row .item .img-w {
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row .item .img-w img {
  zoom: 0.5;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row .item p {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .history-w .core {
  width: 100%;
}
.wrapper .history-w .core .c-hh {
  height: 105px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
.wrapper .history-w .core .core-slides .swiper-wrapper .swiper-slide {
  position: relative;
}
.wrapper .history-w .core .core-slides .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.wrapper .history-w .core .core-slides .swiper-button-next, .wrapper .history-w .core .core-slides .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #000;
  line-height: 54px;
  text-align: center;
  background-image: none;
  font-size: 18px;
  z-index: 1;
  margin-top: 25px;
}
.wrapper .history-w .core .core-slides .swiper-button-next:hover, .wrapper .history-w .core .core-slides .swiper-button-prev:hover {
  background-color: #b09c6e;
  color: #fff;
}
.wrapper .history-w .core .core-slides .swiper-button-next {
  right: 0;
}
.wrapper .history-w .core .core-slides .swiper-button-next:after {
  display: inline-block;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}
.wrapper .history-w .core .core-slides .swiper-button-prev {
  left: 0;
}
.wrapper .history-w .core .core-slides .swiper-button-prev:after {
  display: inline-block;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
}
.wrapper .history-w .core .core-slides .swiper-pagination {
  display: none;
}
.wrapper .pnavs-s {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
}
.wrapper .pnavs-s .col {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.wrapper .pnavs-s .col .nav-w {
  padding: 33px 0;
  width: 100%;
  text-align: center;
  float: left;
  cursor: pointer;
  color: #a3a3a3;
  position: relative;
}
.wrapper .pnavs-s .col .nav-w .ntt {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .pnavs-s .col .nav-w .bline {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #b09c6e;
  display: none;
}
.wrapper .pnavs-s .col.active .nav-w, .wrapper .pnavs-s .col:hover .nav-w {
  color: #000;
}
.wrapper .pnavs-s .col.active .nav-w .bline, .wrapper .pnavs-s .col:hover .nav-w .bline {
  display: block;
}
.wrapper .pnavs-s.slim .pnavs-sw {
  width: 100%;
}
.wrapper .pnavs-s.slim .pnavs-sw .pnavs-w {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wrapper .pnavs-s.slim .pnavs-sw .col {
  width: 108px;
}
.wrapper .explore-w .pages {
  width: 100%;
}
.wrapper .explore-w .pages .page-w {
  max-width: 1540px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 50px auto;
  display: none;
}
.wrapper .explore-w .pages .page-w.active {
  display: block;
}
.wrapper .explore-w .pages .page-w .row {
  width: 100%;
  height: 450px;
  position: relative;
  margin-bottom: 18px;
}
.wrapper .explore-w .pages .page-w .row.row-f {
  height: auto;
}
.wrapper .explore-w .pages .page-w .row:last-child {
  margin-bottom: 0;
}
.wrapper .explore-w .pages .page-w .row .col2 {
  float: left;
  width: 50%;
  height: 450px;
  position: relative;
}
.wrapper .explore-w .pages .page-w .row .col4 {
  float: left;
  width: 25%;
  height: 450px;
  position: relative;
}
.wrapper .explore-w .pages .page-w .row .cover .tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background-color: #b09c6e;
  color: #fff;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .cover .tag.tag-c {
  line-height: 1;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.wrapper .explore-w .pages .page-w .row .cover .tag.tag-1 {
  width: 110px;
}
.wrapper .explore-w .pages .page-w .row .cover .tag.tag-2 {
  width: 82px;
}
.wrapper .explore-w .pages .page-w .row .cover .slogan {
  position: absolute;
  left: 60px;
  bottom: 45px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.wrapper .explore-w .pages .page-w .row .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 60px 50px;
  background-color: #fff;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .tt {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .tt.slim {
  font-size: 21px;
  line-height: 30px;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .stt {
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .hstt {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .filter {
  height: 4px;
  margin: 14px 0;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .htt {
  font-size: 12px;
  line-height: 21px;
  margin-top: 10px;
  color: #a3a3a3;
}
.wrapper .explore-w .pages .page-w .row .txt .more {
  height: 3px;
}
.wrapper .explore-w .pages .page-w .row .txt .play {
  width: 18px;
  margin-left: 15px;
}
.wrapper .explore-w .pages .page-w .row .txt .bp {
  cursor: pointer;
}
.wrapper .explore-w .pages .page-w .row .txt .bp .hint {
  font-size: 12px;
  line-height: 21px;
  margin-top: 10px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .txt.lg .tp .tt {
  font-size: 40px;
  line-height: 50px;
}
.wrapper .explore-w .pages .page-w .row .txt.lg .tp .htt {
  font-size: 14px;
  line-height: 23px;
}
.wrapper .explore-w .pages .page-w .row .star .info {
  width: 100%;
  height: 100%;
  background-color: rgba(154, 131, 76, 0.9);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 50px 50px;
  color: #fff;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.wrapper .explore-w .pages .page-w .row .star .info .tp .tt {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .star .info .tp .hstt {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .star .info .tp .filter {
  height: 4px;
  margin: 14px 0;
}
.wrapper .explore-w .pages .page-w .row .star .info .tp .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #fff;
}
.wrapper .explore-w .pages .page-w .row .star .info .tp .htt {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}
.wrapper .explore-w .pages .page-w .row .star .info .more {
  height: 3px;
}
.wrapper .videos-w .pages {
  width: 100%;
}
.wrapper .videos-w .pages .page-w {
  max-width: 1540px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 50px auto;
  display: block;
}
.wrapper .videos-w .pages .page-w .row {
  width: 100%;
  height: 450px;
  position: relative;
  background-color: #fff;
}
.wrapper .videos-w .pages .page-w .row.row-h {
  height: 900px;
}
.wrapper .videos-w .pages .page-w .row .col2 {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.wrapper .videos-w .pages .page-w .row .col2 .row-2 {
  width: 100%;
  height: 50%;
  position: relative;
}
.wrapper .videos-w .pages .page-w .row .col2 .row-4 {
  width: 100%;
  height: 25%;
  position: relative;
}
.wrapper .videos-w .pages .page-w .row .col2 .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .videos-w .pages .page-w .row .col2 .info .tt {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
}
.wrapper .videos-w .pages .page-w .row .col2 .info .stt {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .videos-w .pages .page-w .row .col2 .info .filter {
  height: 4px;
  margin: 14px 0;
}
.wrapper .videos-w .pages .page-w .row .col2 .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .videos-w .pages .page-w .row .col2 .info .htt {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  color: #a3a3a3;
  margin-top: 14px;
  text-align: center;
}
.wrapper .videos-w .pages .page-w .row .col2 .info .more {
  height: 3px;
  margin-top: 20px;
}
.wrapper .videos-w .pages .page-w .row .col2 .info.wht {
  color: #fff;
}
.wrapper .videos-w .pages .page-w .row .col2 .info.wht .htt {
  color: rgba(255, 255, 255, 0.5);
}
.wrapper .videos-w .pages .page-w .row .col2 .info.lg .tt {
  font-size: 40px;
  line-height: 50px;
}
.wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld {
  background-color: #b09c6e;
}
.wrapper .video-w {
  padding-top: 80px;
  width: 100%;
}
.wrapper .video-w .vvw {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.wrapper .video-w .vvw .tt {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .video-w .vvw .stt {
  font-size: 12px;
  line-height: 21px;
  color: #a3a3a3;
}
.wrapper .video-w .vvw .filter {
  height: 4px;
  margin: 14px 0;
}
.wrapper .video-w .vvw .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .video-w .vvw .video-c {
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: 30px auto;
  position: relative;
}
.wrapper .video-w .vvw .video-c img, .wrapper .video-w .vvw .video-c video {
  width: 100%;
}
.wrapper .video-w .vvw .video-c .op {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.wrapper .video-w .vvw .video-c .op img {
  width: 20px;
  height: auto;
  cursor: pointer;
}
.wrapper .video-w .vvw .more-h {
  padding: 30px 0 60px;
  text-align: center;
}
.wrapper .video-w .vvw .more-h .more {
  height: 40px;
  color: #b09c6e;
  padding: 0 32px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border: 1px #b09c6e solid;
}
.wrapper .recom-w {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 60px 0;
}
.wrapper .recom-w .stt {
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .recom-w .filter {
  height: 2px;
  margin: 14px 0;
}
.wrapper .recom-w .filter span {
  display: inline-block;
  width: 15px;
  height: 2px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .recom-w .re-w {
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
.wrapper .recom-w .re-w .col {
  width: 33.33%;
  padding: 0 5%;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .recom-w .re-w .col:last-child {
  border-right: none;
}
.wrapper .recom-w .re-w .col .rtt {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .recom-w .re-w .col .rstt {
  font-size: 12px;
  line-height: 21px;
  color: #a3a3a3;
  margin-top: 10px;
}
.wrapper .news-w .stories {
  margin: 50px auto;
  display: none;
}
.wrapper .news-w .stories.active {
  display: block;
}
.wrapper .news-dw .content {
  max-width: 1040px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .news-dw .content .tt {
  padding-top: 45px;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.wrapper .news-dw .content .dt {
  text-align: center;
  padding: 0 0 45px;
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  color: #a3a3a3;
  margin-bottom: 0;
}
.wrapper .news-dw .content p {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  margin-bottom: 30px;
}
.wrapper .news-dw .content p img {
  width: 100%;
}
.wrapper .news-dw .more-h {
  padding: 30px 0 60px;
  text-align: center;
}
.wrapper .news-dw .more-h .more {
  height: 40px;
  color: #b09c6e;
  padding: 0 32px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border: 1px #b09c6e solid;
}
.wrapper .network-w .nt-ww {
  display: none;
  padding-top: 60px;
  text-align: center;
}
.wrapper .network-w .nt-ww.active {
  display: block;
}
.wrapper .network-w .nt-ww .tt {
  font-size: 30px;
  line-height: 55px;
  font-weight: bold;
}
.wrapper .network-w .nt-ww .filter {
  height: 4px;
  margin: 14px 0;
}
.wrapper .network-w .nt-ww .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .network-w .nt-ww .poss {
  padding: 60px 0 180px;
}
.wrapper .network-w .nt-ww .poss .poss-w {
  max-width: 1240px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .network-w .nt-ww .poss .poss-w .col {
  float: left;
  width: 33.33%;
  text-align: left;
  min-height: 180px;
}
.wrapper .network-w .nt-ww .poss .poss-w .col .pname {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .network-w .nt-ww .poss .poss-w .col .ll {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .network-w .nt-ww .poss .poss-w .col .ll img {
  zoom: 0.5;
  margin-right: 20px;
  margin-top: 8px;
}
.wrapper .network-w .nt-ww .poss .poss-w .col .ll span {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .network-w .nt-ww .search-w {
  width: 100%;
}
.wrapper .network-w .nt-ww .search-w .search-ww {
  max-width: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
}
.wrapper .network-w .nt-ww .search-w .search-ww input {
  width: 100%;
  height: 44px;
  background-color: #b09c6e;
  border: none;
  outline: none;
  color: #fff;
  padding: 0 17px;
  font-size: 12px;
}
.wrapper .network-w .nt-ww .search-w .search-ww input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wrapper .network-w .nt-ww .search-w .search-ww .btn-search {
  position: absolute;
  width: 12px;
  top: 16px;
  right: 18px;
  cursor: pointer;
}
.wrapper .network-w .nt-ww .search-w .res-w {
  padding: 60px 0 120px;
}
.wrapper .network-w .nt-ww .search-w .res-w .stt {
  font-size: 12px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress {
  background-color: #fff;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.03);
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 60px auto 0;
  padding: 26px 50px 0;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress .col {
  float: left;
  width: 33.33%;
  text-align: left;
  padding: 30px 20px 30px 0;
  height: 200px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress .col .pname {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll img {
  zoom: 0.5;
  margin-right: 20px;
  margin-top: 8px;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll span {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .tech-w .filter {
  height: 4px;
  margin: 18px 0;
}
.wrapper .tech-w .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #b09c6e;
}
.wrapper .tech-w .tech-c {
  background-color: #f7f7f7;
}
.wrapper .tech-w .tech-c .intro {
  width: 100%;
  padding: 120px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .tech-w .tech-c .intro .tt {
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
}
.wrapper .tech-w .tech-c .intro .stt {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #a3a3a3;
  text-align: center;
}
.wrapper .tech-w .tech-c .intro .stt span {
  color: #000;
}
.wrapper .tech-w .tech-c .nf-img-w {
  width: 100%;
  padding: 0 20px;
}
.wrapper .tech-w .tech-c .nf-img-w .img-w {
  max-width: 1500px;
  height: 450px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .tech-w .tech-c .nf-img-w .img-w .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .tech-w .tech-c .nf-img-w .img-w .info.wht {
  color: #fff;
}
.wrapper .tech-w .tech-c .nf-img-w .img-w .info .tt {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.wrapper .tech-w .tech-c .nf-img-w .img-w .info .stt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .tech-w .tech-c .f-img-w {
  width: 100%;
}
.wrapper .tech-w .tech-c .f-img-w .img-w {
  width: 100%;
  position: relative;
}
.wrapper .tech-w .tech-c .f-img-w .img-w img {
  width: 100%;
}
.wrapper .tech-w .tech-c .f-img-w .img-w .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .tech-w .tech-c .f-img-w .img-w .info.wht {
  color: #fff;
}
.wrapper .tech-w .tech-c .f-img-w .img-w .info .tt {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.wrapper .tech-w .tech-c .f-img-w .img-w .info .stt {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.wrapper .tech-w .tech-c .feature-w {
  padding: 30px 20px;
}
.wrapper .tech-w .tech-c .feature-w .ffw {
  max-width: 1500px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrapper .tech-w .tech-c .feature-w .ffw .col {
  height: 450px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
}
.wrapper .tech-w .tech-c .feature-w .ffw .col:nth-child(1), .wrapper .tech-w .tech-c .feature-w .ffw .col:nth-child(2) {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .tech-w .tech-c .feature-w .ffw .col img {
  width: 150px;
  margin-bottom: 40px;
}
.wrapper .tech-w .tech-c .feature-w .ffw .col .tt {
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .tech-w .tech-c .feature-w .ffw .col .stt {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  text-align: center;
}
.wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col {
  width: 33.33%;
}
.wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col:nth-child(1), .wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col:nth-child(2) {
  border-bottom: none;
}
.wrapper .tech-w .tech-c .faq-w {
  background-color: #fff;
}
.wrapper .tech-w .tech-c .faq-w .tt {
  padding-top: 70px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.wrapper .tech-w .tech-c .faq-w .filter {
  text-align: center;
}
.wrapper .tech-w .tech-c .faq-w .faqs {
  max-width: 1300px;
  padding: 0 20px 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .tech-w .tech-c .faq-w .faqs .faq:last-child .qq {
  border-bottom: none;
}
.wrapper .tech-w .tech-c .faq-w .faqs .faq .qq {
  padding: 0 20px;
  font-size: 14px;
  line-height: 50px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  color: #a3a3a3;
  position: relative;
  cursor: pointer;
}
.wrapper .tech-w .tech-c .faq-w .faqs .faq .qq img {
  position: absolute;
  right: 20px;
  top: 24px;
  width: 9px;
}
.wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w {
  padding: 12px 20px 35px;
  background-color: #F7F7F7;
  display: none;
}
.wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q {
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q .tk {
  width: 15px;
  margin-right: 13px;
  vertical-align: text-bottom;
  margin-top: 13px;
}
.wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q .pls {
  position: absolute;
  right: 0;
  top: 15px;
  width: 9px;
}
.wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .a {
  margin-top: 14px;
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .tech-w .tech-c .t-video-w {
  padding: 100px 0;
}
.wrapper .tech-w .tech-c .t-video-w .tt {
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
}
.wrapper .tech-w .tech-c .t-video-w .filter {
  text-align: center;
}
.wrapper .tech-w .tech-c .t-video-w .pnavs-s {
  background-color: #f7f7f7;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .tech-w .tech-c .t-video-w .video-c {
  padding: 76px 20px 0;
}
.wrapper .tech-w .tech-c .t-video-w .video-c .vv {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1000px;
}
.wrapper .tech-w .tech-c .t-video-w .video-c .vv video {
  width: 100%;
}
.wrapper .tech-w .tech-c .t-video-w .video-c .vv .op {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.wrapper .tech-w .tech-c .t-video-w .video-c .vv .op img {
  width: 18px;
  margin-bottom: 16px;
}
.wrapper .tech-w .tech-c .t-video-w .video-c .vv .op span {
  font-size: 11px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.wrapper .tech-w .tech-c .compare-w {
  padding: 100px 0;
  background-color: #fff;
}
.wrapper .tech-w .tech-c .compare-w .tt {
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
}
.wrapper .tech-w .tech-c .compare-w .filter {
  text-align: center;
}
.wrapper .tech-w .tech-c .compare-w .pnavs-s {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .tech-w .tech-c .compare-w .img-w {
  padding: 76px 20px 0;
}
.wrapper .tech-w .tech-c .compare-w .img-w .vv {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1000px;
}
.wrapper .tech-w .tech-c .compare-w .img-w .vv img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .wrapper .index-w .index-01 .df-w .col .front {
    padding: 30px;
  }
  .wrapper .index-w .index-01 .df-w .col .front .f-img {
    right: 84px;
    bottom: 60px;
  }
  .wrapper .index-w .index-01 .df-w .col .back .back-info {
    padding: 28px 30px 33px;
  }
  .wrapper .brand-w .b-bb .hinfo {
    padding: 40px;
  }
  .wrapper .brand-w .b-bb .hinfo .close-w {
    top: 40px;
    right: 40px;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides {
    padding: 0 20px;
  }
  .wrapper .history-w .h-bb {
    padding-bottom: 80px;
  }
  .wrapper .history-w .h-bb .col.col-txt {
    padding: 40px 26px 0;
  }
  .wrapper .history-w .sec-bg {
    height: 700px;
  }
  .wrapper .history-w .h-slides .pages {
    padding: 40px 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .swiper-button-next {
    right: 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
    left: 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .nav-pages span {
    margin: 0 15px;
  }
  .wrapper .history-w .h2-bb {
    height: 700px;
  }
  .wrapper .history-w .h2-bb .col.col-info {
    padding: 40px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .tt {
    font-size: 26px;
    line-height: 32px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .tt.gld {
    margin-top: 20px;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row {
    margin-bottom: 30px;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row .item {
    width: 100px;
    margin-right: 40px;
  }
  .wrapper .stories .col-s .info-s {
    padding: 26px 20px;
  }
  .wrapper .stories .col-s .info-s .tp .tt {
    font-size: 18px;
    line-height: 24px;
  }
  .wrapper .stories .col-s .info-s .tp .filter {
    margin: 10px 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info {
    padding: 0 35px 30px;
  }
  .wrapper .explore-w .pages .page-w {
    margin: 20px auto;
  }
  .wrapper .explore-w .pages .page-w .row {
    height: 350px;
  }
  .wrapper .explore-w .pages .page-w .row .col2 {
    height: 350px;
  }
  .wrapper .explore-w .pages .page-w .row .col4 {
    height: 350px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .slogan {
    left: 20px;
    bottom: 15px;
    font-size: 24px;
  }
  .wrapper .explore-w .pages .page-w .row .txt {
    padding: 30px 30px 20px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .tt {
    font-size: 20px;
    line-height: 28px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .htt {
    height: 184px;
    overflow: hidden;
  }
  .wrapper .explore-w .pages .page-w .row .txt .bp {
    cursor: pointer;
  }
  .wrapper .explore-w .pages .page-w .row .txt .bp .hint {
    font-size: 12px;
    line-height: 21px;
    margin-top: 10px;
    font-weight: bold;
  }
  .wrapper .explore-w .pages .page-w .row .txt.lg .tp .tt {
    font-size: 30px;
    line-height: 35px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info {
    padding: 30px 25px;
  }
  .wrapper .videos-w .pages .page-w {
    max-width: 100%;
    margin: 20px auto;
  }
  .wrapper .videos-w .pages .page-w .row {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
  }
  .wrapper .videos-w .pages .page-w .row.row-h {
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2:first-child {
    height: 350px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 {
    width: 100%;
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-2 {
    width: 100%;
    height: 350px;
    position: relative;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-2 .col2 {
    width: 50%;
    height: 350px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-4 {
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-4 .col2 {
    width: 50%;
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 {
    width: 100%;
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .row-2 {
    width: 100%;
    height: 250px;
    position: relative;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .row-2 .col2 {
    width: 50%;
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 > .col2 {
    width: 50%;
    height: 500px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .tt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .stt {
    font-size: 9px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .filter {
    height: 3px;
    margin: 10px 0;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 4px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .more {
    height: 2px;
    margin-top: 16px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.lg .tt {
    font-size: 24px;
    line-height: 40px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld {
    background-color: #b09c6e;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld .tt {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld .filter span {
    background-color: #fff;
  }
  .wrapper .footer {
    padding: 54px 20px 50px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col {
    width: 100px;
  }
}
@media screen and (max-width: 960px) {
  .wrapper .explore-w .pages .page-w .row.row-f .col4 {
    width: 33.33%;
  }
  .wrapper .explore-w .pages .page-w .row .txt {
    padding: 30px 30px 20px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .tt {
    font-size: 20px;
    line-height: 28px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .htt {
    height: 194px;
    overflow: hidden;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col {
    width: 50%;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .display-pc {
    display: none;
  }
  .display-600 {
    display: block;
  }
  .not-display-600 {
    display: none;
  }
  .wrapper .topbar .logo-w {
    width: 158px;
    height: 44px;
  }
  .wrapper .topbar .logo-w .logo-ww {
    width: 114px;
    height: 44px;
  }
  .wrapper .topbar .logo-w .logo-ww img {
    height: 12px;
  }
  .wrapper .topbar .logo-w .logo-more {
    width: 44px;
    height: 44px;
  }
  .wrapper .topbar .logo-w .logo-more img {
    width: 10px;
  }
  .wrapper .topbar .navs-w {
    width: 44px;
    height: 44px;
  }
  .wrapper .topbar .navs-w .item {
    width: 44px;
    height: 44px;
  }
  .wrapper .topbar .navs-w .item img {
    width: 9px;
  }
  .wrapper .footer {
    background-color: #fff;
    padding: 40px 20px 35px;
  }
  .wrapper .footer .footer-w {
    width: 100%;
    padding: 0;
  }
  .wrapper .footer .footer-w .fo-w {
    padding-bottom: 0;
    border-bottom: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo {
    float: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col {
    width: 100%;
    float: none;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt {
    font-size: 9px;
    line-height: 23px;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt img {
    width: 8px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt .minus {
    display: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .sub-w {
    display: none;
    padding: 0 0 18px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .fstt {
    font-size: 9px;
    line-height: 24px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .fstt span {
    display: inline-block;
    width: 80px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col.active .ftt .plus {
    display: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col.active .ftt .minus {
    display: inline-block;
  }
  .wrapper .footer .footer-w .fo-bw {
    padding-top: 20px;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info {
    float: left;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info p {
    font-size: 9px;
    line-height: 18px;
    color: #a3a3a3;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info p span {
    margin-left: 0 !important;
    font-size: 9px !important;
  }
  .wrapper .footer .footer-w .fo-bw .social img {
    height: 10px;
    margin-left: 8px;
  }
  .wrapper .menu {
    right: -100%;
    width: 100%;
    padding-right: 20px;
    padding-top: 100px;
  }
  .wrapper .menu .icon-w {
    margin-bottom: 22px;
  }
  .wrapper .menu .icon-w img {
    zoom: 0.4;
  }
  .wrapper .menu .menu-items .item {
    margin-bottom: 16px;
  }
  .wrapper .menu .menu-items .item .filter {
    height: 3px;
    margin: 0 0 16px;
  }
  .wrapper .menu .menu-items .item .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .menu .menu-items .item .tt {
    font-size: 16px;
  }
  .wrapper .menu .menu-items .item .sub-w .fstt {
    font-size: 11px;
  }
  .wrapper .bb .btb {
    padding: 34px 0 8px;
  }
  .wrapper .bb .btb .btt {
    font-size: 10px;
  }
  .wrapper .bb .btb .bfilter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .bb .btb .bfilter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .bb .btb .bstt {
    font-size: 16px;
    line-height: 20px;
  }
  .wrapper .bb .more-h {
    padding: 35px 0;
  }
  .wrapper .bb .more-h .more {
    height: 32px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .main-bg {
    height: 280px;
    position: relative;
  }
  .wrapper .main-bg .info .tt {
    font-size: 24px;
    line-height: 26px;
    padding-top: 20px;
  }
  .wrapper .main-bg .info .filter {
    height: 3px;
    margin: 16px 0;
  }
  .wrapper .main-bg .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .main-bg .info .stt {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .main-bg.no-pdt {
    height: auto;
  }
  .wrapper .main-bg.no-pdt .info .tt {
    padding-top: 0;
  }
  .wrapper .stories {
    max-width: 100%;
    padding: 0 20px;
    background-color: transparent;
  }
  .wrapper .stories .col-s {
    height: 0;
    padding-top: 60%;
  }
  .wrapper .stories .col-s .info-s {
    padding: 28px 20px 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .wrapper .stories .col-s .info-s .tp .tt {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .wrapper .stories .col-s .info-s .tp .stt {
    font-size: 9px;
  }
  .wrapper .stories .col-s .info-s .tp .filter {
    height: 2px;
    margin: 12px 0;
  }
  .wrapper .stories .col-s .info-s .tp .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .stories .col-s .info-s .tp .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 6px;
    height: 64px;
    overflow: hidden;
  }
  .wrapper .stories .col-s .info-s .more img {
    height: 2px;
  }
  .wrapper .stories .stories-w {
    height: auto;
    padding-top: 0;
    background-color: #FFF;
  }
  .wrapper .stories .stories-w .ss-ww {
    height: auto;
    position: relative;
  }
  .wrapper .stories .stories-w .ss-ww .col {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrapper .stories .stories-w .ss-ww .col:first-child {
    padding-top: 60%;
    height: 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info {
    padding: 28px 20px 20px;
    justify-content: space-between;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .tt {
    font-size: 22px;
    line-height: 30px;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .stt {
    font-size: 9px;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .filter {
    height: 2px;
    margin: 8px 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .more {
    margin-top: 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .more img {
    height: 2px;
  }
  .wrapper .stories .row {
    width: 100%;
    background-color: #fff;
  }
  .wrapper .stories .row .col-s {
    width: 50%;
    padding-top: 64.28%;
    position: relative;
  }
  .wrapper .stories .row .col-s .info-s {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .wrapper .index-w .index-slides .swiper-slide .info {
    width: 100%;
  }
  .wrapper .index-w .index-slides .swiper-slide .info .tt {
    font-size: 38px;
    line-height: 38px;
  }
  .wrapper .index-w .index-slides .swiper-slide .info .filter {
    height: 2px;
    margin: 10px 0;
  }
  .wrapper .index-w .index-slides .swiper-slide .info .filter span {
    height: 3px;
    width: 12px;
  }
  .wrapper .index-w .index-slides .swiper-slide .info .stt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .index-w .index-slides .swiper-slide .info .more {
    height: 34px;
    width: 84px;
    font-size: 10px;
    line-height: 34px;
  }
  .wrapper .index-w .index-slides .swiper-slide .info .hint {
    bottom: 64px;
    font-size: 9px;
  }
  .wrapper .index-w .index-slides .swiper-pagination {
    bottom: 28px;
    text-align: center;
    padding-right: 0;
  }
  .wrapper .index-w .index-slides .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 1px;
  }
  .wrapper .index-w .index-01 .df-w {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .wrapper .index-w .index-01 .df-w .col {
    width: 100%;
    height: 251px;
    border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  }
  .wrapper .index-w .index-01 .df-w .col .front {
    height: 250px;
    padding: 26px;
    border-right: none;
  }
  .wrapper .index-w .index-01 .df-w .col .front .dtt {
    font-size: 16px;
  }
  .wrapper .index-w .index-01 .df-w .col .front .filter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .index-w .index-01 .df-w .col .front .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .index-w .index-01 .df-w .col .front .dstt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .index-w .index-01 .df-w .col .front .f-img {
    right: 74px;
    bottom: 68px;
    zoom: 0.4;
  }
  .wrapper .index-w .index-01 .df-w .col .back .back-info {
    padding: 26px;
  }
  .wrapper .index-w .index-01 .df-w .col .back .back-info .back-t .dtt {
    font-size: 20px;
    line-height: 16px;
  }
  .wrapper .index-w .index-01 .df-w .col .back .back-info .back-t .filter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .index-w .index-01 .df-w .col .back .back-info .back-t .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .index-w .index-01 .df-w .col .back .back-info .back-t .dstt {
    font-size: 14px;
  }
  .wrapper .index-w .index-01 .df-w .col .back .back-info .back-b .dstt {
    font-size: 10px;
    line-height: 14px;
  }
  .wrapper .index-w .index-01 .df-w .col .back .back-info .back-b .filter {
    height: 2px;
    margin: 10px 0;
  }
  .wrapper .index-w .index-01 .df-w .col .back .back-info .back-b .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .index-w .index-01 .df-w .col .back .back-info .back-b .dsstt {
    font-size: 9px;
    line-height: 17px;
  }
  .wrapper .index-w .index-02 .pnavs {
    padding: 0 20px;
  }
  .wrapper .index-w .index-02 .pnavs .col {
    width: 25%;
  }
  .wrapper .index-w .index-02 .pnavs .col .nav-w {
    width: 100%;
    padding: 20px 0;
  }
  .wrapper .index-w .index-02 .pnavs .col .nav-w .ntt {
    font-size: 14px;
    line-height: 20px;
  }
  .wrapper .index-w .index-02 .pages {
    height: 660px;
  }
  .wrapper .index-w .index-02 .pages .page-w .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 40px;
  }
  .wrapper .index-w .index-02 .pages .page-w .info.right {
    left: 0;
  }
  .wrapper .index-w .index-02 .pages .page-w .info .tt {
    font-size: 28px;
    line-height: 26px;
  }
  .wrapper .index-w .index-02 .pages .page-w .info .filter {
    height: 3px;
    margin: 16px 0;
  }
  .wrapper .index-w .index-02 .pages .page-w .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .index-w .index-02 .pages .page-w .info .stt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .index-w .index-02 .pages .page-w .info .hint {
    bottom: 20px;
    font-size: 8px;
    opacity: 0.5;
  }
  .wrapper .index-w .index-02 .pages .page-w.split-2 .col {
    width: 100%;
  }
  .wrapper .index-w .index-02 .pages .page-w.split-2 .col .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 40px;
  }
  .wrapper .index-w .index-02 .pages .page-w.split-2 .col .info .tt {
    font-size: 28px;
    line-height: 26px;
  }
  .wrapper .index-w .index-02 .pages .page-w.split-2 .col .info .filter {
    margin: 16px 0;
  }
  .wrapper .index-w .index-04 .tech-slides .swiper-slide .info {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .wrapper .index-w .index-04 .tech-slides .swiper-slide .info .stt {
    font-size: 12px;
    line-height: 22px;
  }
  .wrapper .index-w .index-04 .tech-slides .swiper-slide .info .filter {
    height: 3px;
    margin: 12px 0;
  }
  .wrapper .index-w .index-04 .tech-slides .swiper-slide .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .index-w .index-04 .tech-slides .swiper-slide .info .tt {
    font-size: 26px;
    line-height: 24px;
  }
  .wrapper .index-w .index-04 .tech-slides .swiper-slide .info .hint {
    display: none;
  }
  .wrapper .index-w .index-04 .tech-slides .swiper-pagination {
    display: block;
    bottom: 28px;
    width: 100%;
    z-index: 7;
  }
  .wrapper .index-w .index-04 .tech-slides .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    border-radius: 0;
    width: 80px;
    height: 2px;
    margin: 0;
  }
  .wrapper .index-w .index-04 .tech-slides .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
  .wrapper .index-w .index-05 .pnavs .col {
    width: 50%;
    margin: 0;
  }
  .wrapper .index-w .index-05 .pnavs .col .nav-w {
    padding: 10px 0;
    width: 100%;
  }
  .wrapper .index-w .index-05 .pnavs .col .nav-w .ntt {
    font-size: 14px;
    line-height: 22px;
  }
  .wrapper .index-w .index-05 .pnavs .col .nav-w .nstt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .index-w .index-05 .pages .page-w {
    max-width: 100%;
  }
  .wrapper .index-w .index-05 .pages .page-w .items .col {
    justify-content: center;
    align-items: center;
    padding-bottom: 22px;
    width: 33.33%;
    height: 88px;
  }
  .wrapper .index-w .index-05 .pages .page-w .items .col img {
    zoom: 0.3;
  }
  .wrapper .index-w .index-05 .pages .page-w .items .col p {
    bottom: 8px;
    font-size: 9px;
  }
  .wrapper .brand-w .b-bb {
    width: 100%;
    position: relative;
  }
  .wrapper .brand-w .b-bb .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 80px;
  }
  .wrapper .brand-w .b-bb .info.right {
    left: 0;
  }
  .wrapper .brand-w .b-bb .info .tt {
    font-size: 28px;
    line-height: 26px;
  }
  .wrapper .brand-w .b-bb .info .filter {
    height: 3px;
    margin: 9px 0;
  }
  .wrapper .brand-w .b-bb .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .brand-w .b-bb .info .stt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .brand-w .b-bb .info .hint {
    bottom: 20px;
    font-size: 8px;
    opacity: 0.5;
  }
  .wrapper .brand-w .b-bb .info .hopener {
    bottom: 40px;
    font-size: 10px;
    line-height: 24px;
    height: 24px;
    width: 60px;
  }
  .wrapper .brand-w .b-bb .hinfo {
    padding: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .close-w {
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 32px;
    right: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .close-w img {
    height: 4px;
  }
  .wrapper .brand-w .b-bb .hinfo .stt {
    font-size: 10px;
    line-height: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .filter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .brand-w .b-bb .hinfo .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .brand-w .b-bb .hinfo .tt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w {
    width: 100%;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col {
    width: 100%;
    text-align: center;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col .txt {
    font-size: 11px;
    line-height: 18px;
    text-align: left;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col .more {
    height: 32px;
    padding: 0 20px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides {
    display: none;
  }
  .wrapper .brand-w .b-bb .col2 {
    width: 100%;
    height: 50%;
    float: left;
    position: relative;
  }
  .wrapper .brand-w .b-bb .col2 .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 60px;
  }
  .wrapper .brand-w .b-bb .col2 .info .tt {
    font-size: 35px;
    line-height: 30px;
  }
  .wrapper .brand-w .b-bb .col2 .info .filter {
    margin: 14px 0;
  }
  .wrapper .brand-w .b-bb .col2 .hinfo .hinfo-w {
    width: 100%;
  }
  .wrapper .brand-w .b-bb .col2 .hinfo .hinfo-w .col {
    width: 100%;
  }
  .wrapper .brand-w .paginations.pagination-pc {
    display: none;
  }
  .wrapper .brand-w .paginations.pagination-m {
    display: flex;
  }
  .wrapper .brand-w .paginations span.active {
    width: 40px;
  }
  .wrapper .history-w .pnavs .col {
    width: 50%;
    margin: 0;
  }
  .wrapper .history-w .pnavs .col .nav-w {
    width: 100%;
    padding: 20px 0;
  }
  .wrapper .history-w .pnavs .col .nav-w .ntt {
    font-size: 14px;
    line-height: 22px;
  }
  .wrapper .history-w .pnavs .col .nav-w .nstt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .history-w .h-bb {
    padding-bottom: 30px;
  }
  .wrapper .history-w .h-bb .col {
    width: 100%;
  }
  .wrapper .history-w .h-bb .col .hint {
    font-size: 12px;
    line-height: 23px;
    color: #a3a3a3;
    margin-top: 20px;
    padding-left: 20px;
  }
  .wrapper .history-w .h-bb .col .hint.right {
    text-align: left;
  }
  .wrapper .history-w .h-bb .col.col-txt {
    padding: 32px 20px 10px;
  }
  .wrapper .history-w .h-bb .col.col-txt .tt {
    font-size: 18px;
  }
  .wrapper .history-w .h-bb .col.col-txt .filter {
    height: 3px;
    margin: 10px 0 16px;
  }
  .wrapper .history-w .h-bb .col.col-txt .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .h-bb .col.col-txt .stt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .history-w .h-bb .col.col-txt .cc {
    margin-top: 10px;
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .history-w .sec-bg {
    padding: 0 20px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .wrapper .history-w .sec-bg img {
    width: 100%;
  }
  .wrapper .history-w .sec-bg .c-info {
    padding: 30px 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wrapper .history-w .sec-bg .c-info .tt {
    font-size: 24px;
  }
  .wrapper .history-w .sec-bg .c-info .filter {
    height: 3px;
    margin: 12px 0 20px;
  }
  .wrapper .history-w .sec-bg .c-info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .sec-bg .c-info .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .history-w .sec-bg .c-info .slogans {
    margin-top: 44px;
    width: 100%;
  }
  .wrapper .history-w .sec-bg .c-info .slogans .col {
    width: 28%;
    font-size: 12px;
    line-height: 20px;
  }
  .wrapper .history-w .h-slides .pages {
    padding: 30px 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .tt {
    font-size: 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .filter {
    height: 3px;
    margin: 12px 0 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .h-slides .pages .page-w .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w {
    width: calc(100% - 40px);
    margin: 40px auto 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    min-height: 600px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info {
    padding: 0 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .year {
    font-size: 28px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter {
    height: 2px;
    margin: 12px 0 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .s-stt {
    font-size: 12px;
    line-height: 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide {
    height: auto;
    overflow: hidden;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide img, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide img, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide img {
    width: 120%;
    margin-left: -10%;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info {
    position: relative;
    height: 120px;
    padding: 20px 20px;
    overflow: hidden;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info .year, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info .year, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info .year {
    font-size: 18px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info .s-stt, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info .s-stt, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info .s-stt {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .history-w .h-slides .pages .page-w .swiper-button-next, .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .wrapper .history-w .h-slides .pages .page-w .swiper-button-next {
    right: 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
    left: 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .nav-pages {
    display: none;
  }
  .wrapper .history-w .h2-bb {
    height: auto;
  }
  .wrapper .history-w .h2-bb .col {
    width: 100%;
    height: auto;
  }
  .wrapper .history-w .h2-bb .col.cover img {
    width: 100%;
  }
  .wrapper .history-w .h2-bb .col.col-info {
    padding: 32px 20px 10px;
    justify-content: center;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .tt {
    font-size: 20px;
    line-height: 24px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .tt.gld {
    font-size: 16px;
    margin-top: 10px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .filter {
    height: 3px;
    margin: 14px 0 18px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .stt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row {
    margin-bottom: 0;
    width: 50%;
    float: left;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row .item {
    float: left;
    width: 50%;
    text-align: center;
    margin-right: 0;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row .item .img-w img {
    zoom: 0.3;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row .item p {
    font-size: 10px;
    line-height: 16px;
  }
  .wrapper .history-w .core .c-hh {
    height: 74px;
    font-size: 14px;
  }
  .wrapper .history-w .core .core-slides .swiper-button-next, .wrapper .history-w .core .core-slides .swiper-button-prev {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
  }
  .wrapper .history-w .core .core-slides .swiper-pagination {
    display: block;
    bottom: 28px;
    width: 100%;
    z-index: 7;
  }
  .wrapper .history-w .core .core-slides .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    border-radius: 0;
    width: 80px;
    height: 2px;
    margin: 0;
  }
  .wrapper .history-w .core .core-slides .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
  .wrapper .pnavs-s {
    padding: 0 20px;
  }
  .wrapper .pnavs-s .col {
    width: 25%;
    margin: 0;
  }
  .wrapper .pnavs-s .col .nav-w {
    padding: 24px 0;
    width: 100%;
  }
  .wrapper .pnavs-s .col .nav-w .ntt {
    font-size: 10px;
  }
  .wrapper .pnavs-s.slim {
    justify-content: flex-start;
    padding: 0 32px;
  }
  .wrapper .pnavs-s.slim .nav {
    position: absolute;
    top: 0;
    height: 60px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wrapper .pnavs-s.slim .nav img {
    width: 8px;
  }
  .wrapper .pnavs-s.slim .nav.nav-l {
    left: 0;
  }
  .wrapper .pnavs-s.slim .nav.nav-r {
    right: 0;
  }
  .wrapper .pnavs-s.slim .pnavs-sw {
    overflow-x: scroll;
  }
  .wrapper .pnavs-s.slim .pnavs-sw::-webkit-scrollbar {
    display: none;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .pnavs-w {
    width: 540px;
    justify-content: flex-start;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .col {
    width: auto;
    float: left;
    margin: 0 10px;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .col .nav-w {
    padding: 24px 10px;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .col .nav-w .ntt {
    white-space: nowrap;
  }
  .wrapper .pnavs-s.lg .col {
    width: 150px;
  }
  .wrapper .explore-w .pages .page-w {
    max-width: 100%;
    margin: 20px auto;
  }
  .wrapper .explore-w .pages .page-w .row {
    height: auto;
    margin-bottom: 18px;
  }
  .wrapper .explore-w .pages .page-w .row.row-f {
    height: auto;
  }
  .wrapper .explore-w .pages .page-w .row.row-f .col4 {
    width: 50%;
  }
  .wrapper .explore-w .pages .page-w .row .col2 {
    width: 100%;
    height: 250px;
  }
  .wrapper .explore-w .pages .page-w .row .col4 {
    width: 50%;
    height: 250px;
  }
  .wrapper .explore-w .pages .page-w .row .col4.mb {
    margin-bottom: 18px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .tag {
    width: 44px;
    height: 44px;
    font-size: 11px;
    line-height: 44px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .tag.tag-1 {
    width: 86px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .tag.tag-2 {
    width: 64px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .slogan {
    font-size: 18px;
  }
  .wrapper .explore-w .pages .page-w .row .txt {
    padding: 20px 20px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .tt {
    font-size: 16px;
    line-height: 22px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .hstt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .filter {
    height: 3px;
    margin: 10px 0;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .htt {
    font-size: 9px;
    line-height: 16px;
    height: 164px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .more {
    height: 2px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .play {
    width: 18px;
    margin-left: 15px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .bp {
    cursor: pointer;
  }
  .wrapper .explore-w .pages .page-w .row .txt .bp .hint {
    font-size: 12px;
    line-height: 21px;
    margin-top: 10px;
    font-weight: bold;
  }
  .wrapper .explore-w .pages .page-w .row .txt.lg .tp .tt {
    font-size: 16px;
    line-height: 22px;
  }
  .wrapper .explore-w .pages .page-w .row .txt.lg .tp .htt {
    font-size: 11px;
    line-height: 18px;
    max-height: 90px;
    overflow: hidden;
  }
  .wrapper .explore-w .pages .page-w .row .star .info {
    padding: 20px 20px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .tt {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .hstt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .filter {
    height: 3px;
    margin: 10px 0;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .more {
    height: 2px;
  }
  .wrapper .videos-w .pages .page-w {
    max-width: 100%;
    margin: 20px auto;
  }
  .wrapper .videos-w .pages .page-w .row {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
  }
  .wrapper .videos-w .pages .page-w .row.row-h {
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2:first-child {
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 {
    width: 100%;
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-2 {
    width: 100%;
    height: 250px;
    position: relative;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-2 .col2 {
    width: 50%;
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-4 {
    height: 125px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-4 .col2 {
    width: 50%;
    height: 125px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 {
    width: 100%;
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .row-2 {
    width: 100%;
    height: 125px;
    position: relative;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .row-2 .col2 {
    width: 50%;
    height: 125px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 > .col2 {
    width: 50%;
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .tt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .stt {
    font-size: 9px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .filter {
    height: 3px;
    margin: 10px 0;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 4px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .more {
    height: 2px;
    margin-top: 16px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.lg .tt {
    font-size: 24px;
    line-height: 40px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld {
    background-color: #b09c6e;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld .tt {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld .filter span {
    background-color: #fff;
  }
  .wrapper .video-w .vvw .tt {
    font-size: 16px;
    line-height: 20px;
  }
  .wrapper .video-w .vvw .stt {
    font-size: 10px;
    line-height: 16px;
  }
  .wrapper .video-w .vvw .filter {
    height: 3px;
  }
  .wrapper .video-w .vvw .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .video-w .vvw .more-h {
    padding: 10px 0 40px;
  }
  .wrapper .video-w .vvw .more-h .more {
    height: 32px;
    padding: 0 26px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .recom-w {
    padding: 30px 0;
  }
  .wrapper .recom-w .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .recom-w .filter {
    margin: 10px 0;
  }
  .wrapper .recom-w .filter span {
    width: 12px;
  }
  .wrapper .recom-w .re-w {
    max-width: 75%;
    margin: 40px auto 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .wrapper .recom-w .re-w .col {
    width: 100%;
    padding: 0 20px 20px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  }
  .wrapper .recom-w .re-w .col:last-child {
    border-right: none;
    border-bottom: none;
  }
  .wrapper .recom-w .re-w .col .rtt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .recom-w .re-w .col .rstt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 4px;
  }
  .wrapper .news-w .stories {
    margin: 20px auto;
  }
  .wrapper .news-dw .content .tt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .wrapper .news-dw .content .dt {
    padding: 0 0 24px;
    font-size: 10px;
  }
  .wrapper .news-dw .content p {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .wrapper .news-dw .more-h {
    padding: 10px 0 40px;
  }
  .wrapper .news-dw .more-h .more {
    height: 32px;
    padding: 0 26px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .network-w .pnavs-s {
    width: 100%;
    padding: 0;
  }
  .wrapper .network-w .pnavs-s .col {
    width: 50%;
  }
  .wrapper .network-w .nt-ww {
    padding-top: 40px;
  }
  .wrapper .network-w .nt-ww .tt {
    font-size: 24px;
    line-height: 36px;
  }
  .wrapper .network-w .nt-ww .filter {
    height: 3px;
  }
  .wrapper .network-w .nt-ww .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .network-w .nt-ww .poss {
    padding: 20px 0 60px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col {
    float: left;
    width: 100%;
    min-height: 0;
    padding: 0 20%;
    margin-bottom: 30px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .pname {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .ll {
    margin-top: 12px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .ll img {
    zoom: 0.4;
    margin-right: 20px;
    margin-top: 8px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .ll span {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .network-w .nt-ww .search-w .search-ww {
    padding: 0 40px;
  }
  .wrapper .network-w .nt-ww .search-w .search-ww input {
    height: 36px;
    padding: 0 20px;
    font-size: 10px;
  }
  .wrapper .network-w .nt-ww .search-w .search-ww .btn-search {
    width: 10px;
    top: 14px;
    right: 58px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w {
    padding: 50px 0 60px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .stt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress {
    width: calc(100% - 40px);
    margin: 30px auto 0;
    padding: 26px 40px 0;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col {
    float: left;
    width: 100%;
    min-height: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col:last-child {
    border-bottom: none;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .pname {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll {
    margin-top: 12px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll img {
    zoom: 0.4;
    margin-right: 20px;
    margin-top: 8px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll span {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .tech-w .filter {
    height: 3px;
    margin: 15px 0;
  }
  .wrapper .tech-w .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .tech-w .tech-c .intro {
    padding: 40px 10px;
  }
  .wrapper .tech-w .tech-c .intro .tt {
    font-size: 20px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .intro .stt {
    font-size: 10px;
    line-height: 19px;
  }
  .wrapper .tech-w .tech-c .nf-img-w {
    padding: 0 0;
  }
  .wrapper .tech-w .tech-c .nf-img-w .img-w {
    height: 250px;
  }
  .wrapper .tech-w .tech-c .nf-img-w .img-w .info .tt {
    font-size: 24px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .nf-img-w .img-w .info .stt {
    font-size: 15px;
  }
  .wrapper .tech-w .tech-c .f-img-w .img-w .info .tt {
    font-size: 16px;
  }
  .wrapper .tech-w .tech-c .f-img-w .img-w .info .stt {
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
  }
  .wrapper .tech-w .tech-c .feature-w {
    padding: 30px 20px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col {
    height: 300px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col img {
    width: 80px;
    margin-bottom: 20px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col .tt {
    font-size: 14px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col .stt {
    font-size: 9px;
    line-height: 18px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col {
    width: 50%;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col:nth-child(1), .wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col:nth-child(2) {
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .tech-w .tech-c .t-video-w {
    padding: 40px 0;
  }
  .wrapper .tech-w .tech-c .t-video-w .tt {
    font-size: 20px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .t-video-w .video-c {
    padding: 32px 20px;
  }
  .wrapper .tech-w .tech-c .t-video-w .video-c .vv .op img {
    width: 16px;
    margin-bottom: 12px;
  }
  .wrapper .tech-w .tech-c .t-video-w .video-c .vv .op span {
    font-size: 9px;
  }
  .wrapper .tech-w .tech-c .faq-w .tt {
    padding-top: 40px;
    font-size: 20px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .qq {
    padding: 10px 26px 10px 30px;
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .qq img {
    right: 10px;
    top: 18px;
    width: 7px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w {
    padding: 12px 10px 20px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q .tk {
    width: 13px;
    margin-right: 9px;
    vertical-align: middle;
    margin-top: 3px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q .pls {
    top: 5px;
    width: 7px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .a {
    margin-top: 10px;
    font-size: 10px;
    line-height: 18px;
    padding-left: 22px;
  }
  .wrapper .tech-w .tech-c .compare-w {
    padding: 40px 0;
  }
  .wrapper .tech-w .tech-c .compare-w .tt {
    font-size: 20px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .compare-w .img-w {
    padding: 32px 20px;
  }
}

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