@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
/* header */
@font-face {
  font-family: 'Impart';
  src: url('../ttf/impact.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FOTILE3';
  src: url('../fotile3.html\ Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanLight';
  src: url('../otf/sourcehansanssc-light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanMedium';
  src: url('../otf/sourcehansanssc-medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanRegular';
  src: url('../otf/sourcehansanscn-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SanNormal';
  src: url('../otf/sourcehansanscn-normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Dotted';
  src: url('../dotted.html\ Songti\ Square\ Regular.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #000;
}
.banner-header {
  position: relative;
  /* overflow: hidden; */
}

.nav-sub {
  position: absolute;
  background: #000000;
  width: 100%;
  left: 0;
  display: none;
  top: 90px;
  padding: 50px 0 60px;
}

header {
  width: 100%;
  z-index: 22;
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.header-main {
  /* position: relative; */
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 235px;
  display: block;
  overflow: hidden;
}
.logo img {
  display: block;
  width: 100%;
}
.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-main .mlogo {
  display: none;
}
.head-on .header-main .mlogo {
  display: block;
}
.head-on .header-main .plogo {
  display: none;
}
.nav-ul li {
  height: 90px;

  margin-right: 18px;
}
.nav-ul li:last-child {
  margin-right: 0px;
}
.nav-ul li > a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: relative;
  line-height: 90px;
  width: 100px;
  border-radius: 17px;
  background-color: transparent;
  transition: all 0.5s;
  font-family: 'SanMedium';
}
.nav-ul li:hover a,
.nav-ul li.on a {
  color: #a78577;
}
@media (max-width: 1600px) {
  .nav-ul li {
    margin-right: 10px;
  }
}
@media (max-width: 1400px) {
  .nav-ul li a {
    width: 80px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .logo {
    width: 320px;
  }
  .nav-ul li {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .header-main {
    height: 70px;
  }
  .logo {
    width: 280px;
  }
  #navToggle {
    display: block;
  }
  .nav-ul {
    display: none;
  }
}
@media (max-width: 599px) {
  .header-main {
    height: 50px;
  }
  .logo {
    width: 200px;
  }
}
/* 底部 */
#footer {
  overflow: hidden;
  width: 100%;
  background: #000000;
  position: relative;
}
.footer-ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer-ul li h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 26px;
  font-family: 'SanRegular';
}
.footer-ul li dl dd > a {
  line-height: 36px;
  display: block;
  color: #c0c0c0;
  font-size: 16px;
  font-family: 'SanRegular';
}
.code-wrap {
  display: flex;
  margin-bottom: 56px;
}
.code-item {
  text-align: center;
  width: 160px;
  margin-top: 10px;
}
.code-item p {
  color: #808080;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}
.copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #adadad;
  height: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copy p {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}
.copy-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}
.copy-link a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  margin-right: 10px;
}
.copy-link a:last-child {
  margin-right: 0px;
}

.back {
  position: absolute;
  top: 70px;
  right: 5%;
  z-index: 66;
  cursor: pointer;
}
.footer-l {
  width: 40%;
}
.footer-box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 65px;
}
.home-footer .footer-box {
  border-top: none;
}
.footer-m {
  padding: 0px 100px;
}
.footer-r h4 {
  color: #fff;
  text-align: right;
  font-family: 'SanRegular';
  font-size: 18px;
}
.footer-share .share-item a {
  display: block;
  background: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.share-item {
  margin-left: 12px;
}
.footer-share {
  display: flex;
  justify-content: flex-end;
}
.footer-r h5 {
  color: #fff;
  font-size: 40px;
  font-family: 'Dotted';
  padding: 15px 0 38px;
}
@media (max-width: 1200px) {
  .copy {
    flex-wrap: wrap;
    height: auto;
    padding: 15px 0px;
  }
  .copy p {
    width: 100%;
    text-align: center;
  }
  .copy-link {
    width: 100%;
    justify-content: center;
  }
  .footer-box {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .footer-box {
    padding-top: 0px;
  }
  .copy {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0px;
    border-top: none;
  }
  .copy p {
    width: 100%;
    text-align: center;
  }
  .footer-ul {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-ul li h3 {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .footer-ul li dl {
    text-align: center;
  }
  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
  }
  .footer-ul li dl dd > a {
    line-height: 30px;
  }
  .code-item p {
    margin-top: 10px;
  }
  .code-wrap {
    margin-bottom: 15px;
  }
  .code-item {
    margin: 10px auto 0px;
  }
  .copy-link {
    flex-wrap: wrap;
  }
  .copy-link a {
    display: block;
  }
}

#banner .swiper-slide video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  object-fit: cover;
}
.banner-box {
  position: relative;
}

#banner .swiper-slide {
  position: relative;
}
.banner-box .swiper-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'SRegular';
}
.banner-box .swiper-txt h4 {
  font-size: 30px;
}
.banner-box .swiper-txt h3 {
  font-size: 72px;
  margin: 40px 0 30px;
}
.banner-box .swiper-txt img {
  width: 166px;
  margin: 0 auto;
}
.banner-box .swiper-txt {
  text-align: center;
}
.banner-box .swiper-button-prev {
  left: 10%;
  background: url('../png/banner-prev.png') no-repeat center;
  width: 46px;
  height: 46px;
  border: 2px solid #695b55;
  border-radius: 3px;
}
.banner-box .swiper-button-next {
  right: 10%;
  background: url('../png/banner-next.png') no-repeat center;
  width: 46px;
  height: 46px;
  border: 2px solid #695b55;
  border-radius: 3px;
}
.banner-scroll {
  position: absolute;
  bottom: 50px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  animation: move 2s infinite;
}

@keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.pro-sub {
  display: flex;
  justify-content: space-between;
}
.pro-subdl dd {
  display: block;
  width: 100%;
  height: 85px;
  background: #111111;
  text-align: center;
  line-height: 85px;
  margin-bottom: 16px;
}
.pro-subdl dd a {
  color: #fff;
  font-family: 'SanLight';
}
.pro-subdl dd:hover a {
  color: #a78577;
}
.pro-subdl dd.on a {
  color: #a78577;
}
.pro-subl {
  width: 17%;
}
.sub-imgbox {
  display: flex;
}
.pro-subr {
  width: 75%;
}
.home-linem {
  height: 4px;
  background: #a78577;
  width: 100%;
  position: absolute;
  bottom: -2px;
  z-index: 6;
}
.home-linebg {
  width: 23%;
  height: 10px;
  background: #a78577;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-line .container {
  position: relative;
}
.pro-sub {
  display: flex;
}
.sub-imgitem {
  margin-left: 72px;
  text-align: center;
}
.sub-imgtxt {
  color: #fff;
  margin-top: 30px;
  font-family: 'SanLight';
}
.sub-imgbox .sub-imgitem:first-child {
  margin-left: 0;
}
.sub-imgbox {
  display: none;
}
.sub-show {
  display: flex !important;
}
.pw-sub {
  justify-content: center;
}
.head-on {
  background: #000;
}
.homedev {
  background: url('../png/homedev-bg.png') no-repeat top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.homedev-box {
  padding: 170px 0 280px;
}
.homedev-msul {
  display: flex;
  justify-content: space-between;
}
.homedev-msul li {
  color: #fff;
  width: 24%;
}
.homedev-msul li h3 {
  font-family: 'FOTILE3';
  font-size: 48px;
  color: #a78577;
}
.homedev-msul li p {
  margin-top: 50px;
  font-family: 'SanLight';
  line-height: 30px;
}
.homedev-img {
  text-align: center;
  margin-top: 130px;
}

.hometaste {
  background: url('../png/hometaste-bg.png') no-repeat top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.hometaste-l h3 {
  font-size: 60px;
  font-family: 'FOTILE3';
  color: #a78577;
  margin-top: 50px;
}

.hometaste-box {
  display: flex;
  justify-content: space-between;
  padding: 120px 0 60px;
}
.hometaste-r ul li h3 {
  font-size: 52px;
  font-family: 'SanLight';
  color: #fff;
}
.hometaste-r ul li h4 {
  color: #fff;
  font-size: 18px;
  font-family: 'SanLight';
  padding: 15px 0 20px;
}
.hometaste-linel {
  height: 2px;
  background: #a78577;
  width: 37px;
}
.hometaste-linec {
  width: 22px;
  height: 6px;
  background: #a78577;
}
.hometaste-line {
  display: flex;
  align-items: center;
  width: 102px;
  justify-content: space-between;
}
.hometaste-r ul li {
  margin-bottom: 75px;
}
.hometaste-r {
  margin-right: 240px;
}
.homestop {
  text-align: center;
  background: #f2f2ef;
  padding: 77px 0 100px;
}
.homestop img {
  margin: 0 auto;
}
.homevideo {
  position: relative;
}
.a-video video {
  width: 100%;
  margin: 0;
  padding: 0;
  object-fit: fill;
  display: block;
}
.homecoop {
  background: url('../png/homecoop-bg.png') no-repeat center top;
  padding: 105px 0 128px;
  background-size: cover;
}
.homecoop-tit {
  text-align: center;
}
.homecoop-tit h3 {
  color: #a78577;
  font-size: 60px;
  font-family: 'FOTILE3';
  margin-top: 30px;
}
.homecoop-jm h4 {
  color: #fff;
  font-size: 40px;
  font-family: 'FOTILE3';
}
.homecoop-jm h5 {
  color: #fff;
  font-size: 66px;
  margin-top: 20px;
}
.homecoop-jm {
  text-align: center;
  padding-top: 280px;
}
.homecoop-jm .hometaste-line {
  margin: 30px auto 0;
}
.mb-bannerimg img {
  width: 100%;
}
.mb-banner-txt {
  font-size: 28px;
  position: absolute;
  bottom: 10%;
  color: #828281;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .hometaste-ltit {
    width: 60%;
  }
  .hometaste-ltit img {
    width: 100%;
  }
  .hometaste-r ul li {
    margin-bottom: 40px;
  }
}

@media (max-width: 1200px) {
  .homedev-box {
    padding: 150px 0 200px;
  }
  .homedev-msul li {
    width: 30%;
  }
  .homestop img {
    width: 50%;
    margin: 0 auto;
  }
  .homecoop-tit img {
    width: 50%;
  }
  .footer-m {
    padding: 0;
  }
  .back {
    right: 10px;
  }
}

@media (max-width: 991px) {
  .mb-homedev .homedev-msul h3 {
    font-family: 'FOTILE3';
    font-size: 48px;
    color: #a78577;
    text-align: center;
  }
  .mb-homedev .homedev-msul p {
    margin-top: 60px;
    font-family: 'SanLight';
    line-height: 30px;
    color: #fff;
    text-align: center;
  }
  .mb-homedev .swiper-pagination {
    bottom: 0;
  }
  .mbhomeDev-swiper {
    padding-bottom: 64px;
  }
  .mb-homedev .swiper-pagination .swiper-pagination-bullet {
    width: 37px;
    height: 6px;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
  }
  .mb-homedev .swiper-pagination .swiper-pagination-bullet-active {
    background: #a78577;
  }
  .homedev {
    background: url('../jpg/mhome-devbg.jpg') no-repeat top center;
    background-size: cover;
  }
  .homedev-box {
    padding: 170px 0 300px;
  }
  .homedev-img {
    width: 60%;
    margin: 130px auto 0;
  }
  .homedev-img img {
    width: 100%;
  }
  .hometaste-box {
    display: block;
  }
  .hometaste-r ul {
    display: flex;
    flex-wrap: wrap;
  }
  .hometaste-r ul li {
    width: 33.333%;
  }
  .hometaste-r {
    margin-right: 0;
    margin-top: 250px;
  }
  .hometaste {
    background: url('../jpg/m-hometastebg.jpg') no-repeat top center;
    background-size: cover;
  }
  .hometaste-box {
    padding: 120px 0 400px;
  }
  .hometaste-l {
    padding-left: 10%;
  }
  .hometaste-ltit {
    width: 80%;
  }
  .homestop img {
    width: 80%;
  }
  .homestop {
    padding: 70px 0 100px;
  }
  .homecoop-tit img {
    width: 70%;
  }
  .homecoop-jm h5 {
    font-family: 'Dotted';
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .footer-box {
    display: block;
  }
  .footer-ul dl {
    display: none;
  }
  .footer-l {
    width: 100%;
  }
  .footer-ul li h3 {
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    align-items: center;
  }
  .footer-ul li h3 img {
    width: 15px;
    height: 15px;
  }
  .footer-ul li {
    border-bottom: 1px solid #292929;
  }
  .back {
    display: none;
  }
  .footer-ul li dl dd {
    display: block;
  }
  .footer-ul li dl {
    text-align: left;
    padding-left: 30px;
  }
  .footer-ul li dl dd {
    border-bottom: 1px solid #292929;
  }
  .footer-ul li dl dd a {
    display: block;
    height: 45px;
    line-height: 45px;
  }
  .footer-ul li dl dd:last-child {
    border-bottom: 0;
  }
  .footer-r {
    text-align: center;
  }
  .footer-r h4 {
    text-align: center;
  }
  .footer-share {
    justify-content: center;
  }
  .footer-logo img {
    width: 40%;
  }
  .footer-logo {
    padding: 40px 0;
  }
  .copy {
    padding: 0 80px;
  }
}

@media (max-width: 500px) {
  .hometaste-r ul li h3 {
    font-size: 36px;
  }
  .hometaste-r ul li h4 {
    font-size: 14px;
  }
  .mb-banner-txt {
    font-size: 22px;
  }
  .copy {
    padding: 0 40px;
  }
}

/*内页*/
.inside-box {
  background: #000;
}

/* 加入我们 */
.join-box {
  padding-top: 51px;
  padding-bottom: 65px;
  overflow: hidden;
  width: 100%;
}
.join-pos {
  height: 78px;
  padding-right: 52px;
  border-bottom: 1px solid #fff;
}
.join-pos span {
  font-family: 'SanNormal';
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.join-pos i {
  display: block;
  cursor: pointer;
  width: 19px;
  height: 11px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../png/promise-down.png);
}
.join-info {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #fff;
  font-family: 'SanNormal';
}
.join-des {
  margin-bottom: 24px;
}
.join-list li.on .join-pos i {
  background-image: url(../png/promise-up.png);
}
@media (max-width: 991px) {
  .join-box {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .join-pos {
    height: 60px;
    padding-right: 8px;
  }
  .join-des {
    margin-bottom: 12px;
  }
  .join-info {
    padding-bottom: 15px;
  }
}
/* 客服服务 */
.customer-box {
  padding-top: 75px;
  padding-bottom: 114px;
}
.customer-wrap {
  width: 50%;
  color: #fff;
}
.customer-wrap h4 {
  font-family: 'SanNormal';
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 70px;
}
.customer-hotline span {
  font-family: 'SanRegular';
}
.customer-hotline p {
  font-size: 24px;
  font-family: 'SanNormal';
  margin-top: 10px;
  line-height: 24px;
}
.company-address {
  margin-top: 35px;
  margin-bottom: 30px;
}
.company-address p {
  font-size: 20px;
}
.customer-shop {
  padding-right: 40px;
  border-top: 1px solid #828282;
  padding-top: 34px;
  margin-bottom: 110px;
}
.customer-shop p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: 'SanNormal';
}
.customer-shop p a {
  color: #a78577;
}
.customer-shop .footer-share {
  margin-top: 22px;
  justify-content: flex-start;
}
.customer-shop .footer-share .share-item:first-child {
  margin-left: 0px;
}
.customer-form h4 {
  font-family: 'SanNormal';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 60px;
}
.myform-item {
  width: calc(100% - 95px);
  height: 64px;
  background-color: #2d2d2d;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 19px;
}
.myform-item span {
  width: 68px;
  display: block;
  text-align: right;
}
.myform-item input {
  flex: 1;
  background: none;
  border: none;
  line-height: 66px;
}
.myform-textarea {
  padding-top: 15px;
  height: auto;
  padding-bottom: 15px;
  align-items: flex-start;
}
.myform-item textarea {
  flex: 1;
  background: none;
  border: none;
  line-height: 30px;
  resize: none;
  height: 240px;
}
.myform-item:last-child {
  margin-bottom: 0px;
}
.myform-city span {
  width: 100px;
}
.myform-btn {
  margin-top: 50px;
  display: block;
  line-height: 56px;
  width: 200px;
  border-radius: 2px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #a78577;
  border: none;
}
@media (max-width: 1400px) {
  .customer-box {
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .customer-wrap {
    width: 70%;
  }
  .customer-box {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .customer-wrap {
    width: 100%;
  }
  .customer-box {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .customer-wrap h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .company-address {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .customer-shop {
    padding-right: 0px;
    padding-top: 20px;
    margin-bottom: 50px;
  }
  .customer-shop p {
    font-size: 18px;
    line-height: 30px;
  }
  .customer-wrap h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .myform-item {
    width: 100%;
  }
  .myform-btn {
    margin-top: 32px;
  }
  .myform-item span {
    width: 60px;
  }
}
/* 服务管家 */
.inside-header {
  border-bottom: none;
}
.service-box {
  padding-top: 94px;
  padding-bottom: 130px;
}
.service-left {
  color: #fff;
  font-family: 'SanLight';
  width: calc(100% -160px);
}
.service-left h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 23px;
}
.service-left p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 45px;
}
.service-nav {
  display: flex;
  align-items: center;
}
.service-nav li {
  margin-right: 34px;
}
.service-nav li:last-child {
  margin-right: 0px;
}
.service-nav li a {
  font-family: 'SanRegular';
  font-size: 24px;
  line-height: 24px;
  display: block;
  padding-bottom: 11px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.service-code {
  width: 154px;
  height: 154px;
  overflow: hidden;
}
.service-code img {
  width: 100%;
}
.more-service {
  margin-top: 110px;
}
.more-service h3 {
  font-size: 36px;
  color: #fff;
  font-family: 'SanLight';
  line-height: 36px;
  margin-bottom: 22px;
}
.mservice-left {
  width: 31.7%;
}
.mservice-left .public-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mservice-right {
  padding-left: 35px;
  width: 68.3%;
  align-items: flex-start;
  flex-wrap: wrap;
}
.service-info {
  background-color: #1c1c1c;
  padding-top: 80px;
  padding-left: 65px;
  padding-right: 50px;
  padding-bottom: 39px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}
.service-info h4 {
  font-size: 34px;
  line-height: 34px;
  font-family: 'SanRegular';
}
.service-info p {
  font-size: 16px;
  line-height: 30px;
  min-height: 60px;
  font-family: 'SanNormal';
  margin-top: 15px;
}
.moreservice-detail {
  color: #fff;
  display: inline-block;
  margin-top: 42px;
  font-size: 16px;
  line-height: 24px;
  padding-right: 20px;
  background: url(../png/service-arrow.png) no-repeat right center;
}
.mservice-six {
  width: calc(50% - 13px);
}
.mservice-sixinfo {
  padding-left: 60px;
  padding-top: 48px;
  border-radius: 10px;
}
.mservice-sixinfo:last-child {
  margin-top: 35px;
}
.mservice-six .public-img {
  border-radius: 10px;
}
.mservice-vip {
  padding-top: 80px;
  padding-left: 60px;
  position: relative;
  cursor: pointer;
}
.vip-code {
  position: absolute;
  width: 102px;
  height: 102px;
  overflow: hidden;
  bottom: 38px;
  right: 24px;
  display: none;
}
.vip-code img {
  width: 100%;
}
.service-top {
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .mservice-sixinfo:last-child {
    margin-top: 15px;
  }
}
@media (max-width: 1400px) {
  .mservice-sixinfo {
    padding-left: 55px;
    padding-top: 42px;
  }
  .moreservice-detail {
    margin-top: 20px;
  }
  .mservice-vip {
    padding-top: 72px;
    padding-left: 55px;
  }
}
@media (max-width: 1200px) {
  .service-info {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 32px;
  }
  .mservice-sixinfo {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
  }
  .mservice-sixinfo .moreservice-detail {
    margin-top: 0px;
  }
  .mservice-vip {
    padding-top: 60px;
    padding-left: 30px;
  }
  .service-box {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .service-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-left h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .service-left p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .service-nav {
    flex-wrap: wrap;
  }
  .service-nav li a {
    font-size: 20px;
  }
  .service-nav li {
    margin-right: 18px;
  }
  .service-code {
    margin-top: 20px;
  }
  .more-service {
    margin-top: 25px;
  }
  .more-service h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .mservice-wrap {
    flex-wrap: wrap;
  }
  .mservice-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .mservice-right {
    width: 100%;
    padding-left: 0px;
  }
  .service-info p {
    min-height: 24px;
    line-height: 24px;
  }
  .service-info {
    padding: 25px 15px;
  }
  .service-info h4 {
    font-size: 30px;
    line-height: 30px;
  }
  .mservice-sixinfo .moreservice-detail {
    margin-top: 30px;
  }
  .mservice-sixinfo:last-child {
    margin-top: 28px;
  }
}
@media (max-width: 787px) {
  .mservice-six {
    width: 100%;
  }
  .mservice-six:last-child {
    margin-top: 20px;
  }
  .service-nav li a {
    padding-bottom: 6px;
  }
  .service-nav li {
    margin-bottom: 10px;
  }
}
@media (max-width: 449px) {
  .service-info h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
/* 服务承诺 */
.inside-navheader {
  border-bottom: none;
  position: relative;
  top: auto;
  left: auto;
}
.inside-navwrap {
  background-color: #0b0b0b;
}
.inside-navmain {
  height: 76px;
  font-size: 16px;
  font-family: 'SanRegular';
  color: #666;
}
.inside-navmain a {
  font-family: 'SanRegular';
  color: #666;
}
.promise-box {
  padding-top: 24px;
  padding-bottom: 90px;
}
.promise-pos {
  height: 92px;
}
.promise-name {
  display: flex;
  align-items: center;
}
.promise-name span {
  padding-left: 36px;
  font-size: 20px;
  font-family: 'SanRegular';
}
.promise-info {
  display: none;
}
.promise-des {
  font-size: 16px;
  font-family: 'SanNormal';
  color: #fff;
  padding-top: 25px;
  line-height: 36px;
  padding-bottom: 24px;
}
.promise-destop {
  margin-bottom: 35px;
}
.promise-list li.on .join-pos i {
  background-image: url(../png/promise-up.png);
}
.promise-destop dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 36px;
}
.promise-destop dl dd p:first-child {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .inside-navmain {
    height: 50px;
  }
  .promise-pos {
    height: 72px;
  }
  .promise-name span {
    font-size: 18px;
    padding-left: 15px;
  }
  .promise-box {
    padding-bottom: 40px;
    padding-top: 12px;
  }
  .promise-des {
    line-height: 30px;
  }
  .promise-destop dl dd {
    line-height: 30px;
  }
  .promise-destop {
    margin-bottom: 20px;
  }
}
/* 收费标准 */
.fee-box {
  padding-top: 70px;
  padding-bottom: 70px;
}
.fee-standard {
  background-color: #0b0b0b;
  padding: 20px 60px;
  color: #fff;
}
.fee-header {
  flex-wrap: wrap;
  height: 80px;
  border-bottom: 1px solid #2f2f2f;
  font-size: 20px;
  font-family: 'SanNormal';
}
.fee-left {
  width: 38.5%;
}
.fee-middle {
  width: 17.8%;
}
.fee-right {
  width: 43.7%;
}
.fee-list li {
  border-bottom: 1px solid #2f2f2f;
  height: 68px;
  display: flex;
  align-items: center;
}
.fee-list li p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'SanNormal';
}
.fee-list li:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  .fee-standard {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .fee-box {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .fee-header {
    height: 56px;
    font-size: 16px;
  }
  .fee-list li {
    height: auto;
    padding: 10px 0px;
  }
  .fee-list li p {
    font-size: 14px;
  }
  .fee-left {
    width: 37.5%;
    padding-right: 5px;
  }
  .fee-middle {
    width: 19.8%;
  }
  .fee-right {
    width: 42.7%;
    padding-left: 5px;
  }
}
/* 最新活动 */
.activity-wrap {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 102px;
}
.activity-title {
  margin-bottom: 57px;
}
.activity-title h3 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'SanMedium';
  color: #fff;
}
.activity-more {
  display: flex;
  align-items: center;
  color: #fff;
}
.activity-more i {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #a78577;
  transform: rotate(45deg);
  margin-right: 7px;
}
.activity-more span {
  padding-left: 7px;
}
.activity-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.activity-img {
  width: 50%;
  overflow: hidden;
}
.activity-img img {
  width: 100%;
}
.activity-info {
  width: 50%;
  padding-left: 80px;
  padding-top: 42px;
  font-family: 'SanNormal';
  color: #fff;
}
.activity-info h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
}
.activity-time {
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 28px;
}
.activity-info p {
  font-size: 18px;
  line-height: 36px;
  min-height: 108px;
  margin-bottom: 72px;
}
.activity-morewrap {
  display: flex;
  width: 119px;
  height: 42px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
}
.activity-morewrap span {
  font-size: 14px;
}
.kh-share {
  margin-top: 102px;
  margin-bottom: 0px;
}
.kh-share h3 {
  margin-bottom: 62px;
}
.activity-swiper {
  width: 50%;
  padding-left: 85px;
}
.swiper-activity {
  padding-bottom: 30px;
}
.activity-item {
  padding-top: 36px;
  color: #fff;
}
.activity-item h4 {
  font-size: 30px;
  font-family: 'SanNormal';
  line-height: 30px;
  margin-top: 42px;
  margin-bottom: 75px;
}
.activity-item p {
  font-size: 18px;
  line-height: 36px;
  min-height: 108px;
  margin-bottom: 12px;
}
.public-next,
.public-prev {
  width: 13px;
  height: 25px;
  background-size: 13px 25px;
  margin-top: 0px;
  top: auto;
  bottom: 0px;
  opacity: 1;
}
.public-next {
  right: auto;
  left: 75px;
  background-image: url(../png/partner-next.png);
}
.public-prev {
  left: 0px;
  background-image: url(../png/partner-prev.png);
}
@media (max-width: 1600px) {
  .activity-info p {
    margin-bottom: 25px;
  }
}
@media (max-width: 1400px) {
  .activity-info p {
    margin-bottom: 25px;
  }
  .activity-item h4 {
    margin-bottom: 55px;
  }
}
@media (max-width: 1200px) {
  .activity-info {
    padding-left: 40px;
    padding-top: 15px;
  }
  .activity-info p {
    margin-bottom: 0px;
  }
  .kh-share {
    margin-top: 80px;
  }
  .activity-swiper {
    padding-left: 50px;
  }
  .activity-item {
    padding-top: 0px;
  }
  .activity-item h4 {
    margin-bottom: 35px;
    margin-top: 26px;
  }
}
@media (max-width: 991px) {
  .activity-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .activity-title h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .activity-title {
    margin-bottom: 28px;
  }
  .activity-img {
    width: 100%;
  }
  .activity-info {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
  .activity-info h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .activity-time {
    margin-bottom: 12px;
  }
  .activity-info p {
    min-height: 36px;
    margin-bottom: 20px;
  }
  .kh-share {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .kh-share h3 {
    margin-bottom: 25px;
  }
  .activity-swiper {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
  .activity-item h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .activity-item p {
    min-height: 36px;
    margin-bottom: 30px;
  }
}
/* 战略合作 */
.partner-wrap {
  padding-top: 84px;
  padding-bottom: 90px;
}
.partner-top {
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.partner-topleft {
  width: 50%;
  padding-right: 75px;
  padding-top: 112px;
}
.partner-topleft h3 {
  font-size: 48px;
  line-height: 48px;
  color: #a78577;
  font-family: 'SanNormal';
  margin-bottom: 34px;
}
.partner-topleft p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: 'SanLight';
}
.partner-topright {
  width: 50%;
  overflow: hidden;
}
.partner-topright img {
  width: 100%;
  transition: all 0.5s;
}
.partner-topright:hover img {
  transform: scale(1.1);
}
.partner-middle {
  background-color: #2d2d2d;
  padding: 45px;
}
.partner-middleright {
  width: 50%;
  padding-left: 75px;
}
.partner-item {
  color: #fff;
  font-family: 'SanNormal';
  padding-top: 46px;
}
.partner-item h3 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 45px;
  color: #a78577;
}
.partner-des {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.partner-info h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 22px;
}
.partner-info p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 60px;
}
.shop-wrap {
  width: 100%;
  overflow: hidden;
}
.shop-item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.shop-item img {
  width: 100%;
  transition: all 0.5s;
}
.shop-info {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  top: 0px;
  left: 0px;
}
.shop-info h3 {
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  margin-top: 108px;
  text-align: center;
}
.shop-next,
.shop-prev {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: -26px;
  background-size: 8px 16px;
}
.shop-next {
  right: 260px;
  background-image: url(../png/partner-arrow-next.png);
}
.shop-prev {
  left: 260px;
  background-image: url(../png/partner-arrow-prev.png);
}
.jm-wrap {
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden;
}
.jm-main {
  flex-wrap: wrap;
}
.jm-left {
  width: 50%;
  padding-right: 90px;
}
.jm-title {
  font-size: 48px;
  line-height: 48px;
  color: #a78577;
  font-family: 'SanNormal';
  margin-bottom: 58px;
}
.jm-right {
  width: 50%;
  color: #fff;
}
.jm-right span {
  font-size: 24px;
  line-height: 24px;
  font-family: 'SanMedium';
  display: block;
  margin-bottom: 20px;
}
.jm-right p {
  font-family: 'SanNormal';
  font-size: 16px;
  line-height: 36px;
}
.jm-left .myform-item {
  width: 100%;
}
@media (max-width: 1600px) {
  .partner-item {
    padding-top: 30px;
  }
  .shop-next {
    right: 200px;
  }
  .shop-prev {
    left: 200px;
  }
}
@media (max-width: 1400px) {
  .partner-middleright {
    padding-left: 55px;
  }
  .partner-item h3 {
    margin-bottom: 25px;
  }
  .partner-info h4 {
    margin-bottom: 12px;
  }
  .partner-item {
    padding-top: 10px;
  }
  .shop-info h3 {
    margin-top: 68px;
  }
  .jm-left {
    padding-right: 50px;
  }
  .shop-next {
    right: 160px;
  }
  .shop-prev {
    left: 160px;
  }
}
@media (max-width: 1200px) {
  .partner-topleft {
    padding-top: 50px;
    padding-right: 45px;
  }
  .partner-middle {
    flex-wrap: wrap;
  }
  .partner-middle .partner-topright {
    width: 100%;
    margin-bottom: 25px;
  }
  .partner-middleright {
    width: 100%;
    padding-left: 0px;
  }
  .shop-next {
    right: 100px;
  }
  .shop-prev {
    left: 100px;
  }
}
@media (max-width: 991px) {
  .partner-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .partner-topright {
    width: 100%;
  }
  .partner-topleft {
    padding-right: 0px;
    padding-top: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .partner-top {
    margin-bottom: 30px;
  }
  .partner-topleft h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .partner-middle {
    padding: 15px;
  }
  .partner-item h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .partner-des {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .shop-info h3 {
    margin-top: 25px;
    font-size: 26px;
    line-height: 26px;
  }
  .shop-next,
  .shop-prev {
    width: 32px;
    margin-top: -16px;
    height: 32px;
  }
  .shop-next {
    right: 20px;
  }
  .shop-prev {
    left: 20px;
  }
  .jm-left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 32px;
  }
  .jm-right {
    width: 100%;
  }
  .jm-wrap {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .jm-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 26px;
  }
  .myform-city span {
    width: 92px;
  }
  .myform-item textarea {
    height: 120px;
  }
}
/* 产品详情 */
.prodetail-wrap {
  padding-top: 50px;
  padding-bottom: 72px;
}
.prodetail-main {
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  .prodetail-main img {
    width: 100%;
  }
  .prodetail-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*内页-企业简介*/
.inside-box {
  background: #000;
  padding: 70px 0 80px;
  overflow: hidden;
}

.about {
  overflow: hidden;
}

.about-top ul li {
  display: flex;
}

.about-topl {
  width: 50%;
  padding-top: 70px;
}

.about-topr {
  width: 50%;
}

.about-topl h3 {
  font-size: 40px;
  font-family: 'SanRegular';
  color: #a78577;
  line-height: 60px;
}

.about-topl h4 {
  color: #fff;
  line-height: 35px;
  padding-top: 35px;
  font-family: 'SanRegular';
  font-size: 18px;
}

.about-paddingr {
  padding-right: 160px;
}

.about-top ul li {
  margin-bottom: 120px;
}

.about-top ul li {
  margin-bottom: 120px;
}

.about-paddingl {
  padding-left: 80px;
}

.about-c {
  overflow: hidden;
}

.about-ctit h3 {
  font-size: 48px;
  color: #a78577;
}

.about-ctit h4 {
  font-size: 48px;
  color: #a78577;
  margin-top: 30px;
}

.about-ctit {
  text-align: center;
}

.about-toptwo-tit {
  position: relative;
}

.about-toptwo-titr {
  position: absolute;
  right: -120px;
  top: 30px;
}

.about-cbox {
  margin-top: 70px;
}

.about-wxgd1ul {
  display: flex;
}

.marquee {
  overflow: hidden;
}

.wxgd_box {
  margin-bottom: 70px;
}

.wxgd_box2 .wxgd ul {
  margin-left: 1rem;
}

.wxgd {
  width: 100%;
  height: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.wxgd > ul {
  height: 150px;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}

.wxgd > ul > li {
  position: relative;
  background: #080808;
  border-radius: 80px;
  width: 800px;
  margin: 0 60px;
}

.wxgd > ul > li a {
  display: flex;
  padding: 50px;
  align-items: center;
}

.approval_con h3 {
  font-size: 42px;
  color: #a78577;
  margin-right: 36px;
}

.approval_con p {
  font-size: 18px;
  color: #666666;
  font-family: 'SanRegular';
}

.about-vbox ul {
  display: flex;
  justify-content: space-between;
}

.about-vbox ul li {
  width: 48%;
}

.about-vtxt h3 {
  color: #fff;
}

.about-vtxt h4 {
  color: #fff;
}

.about-vtxt a {
  color: #fff;
}

.about-vtxt {
  margin-top: 60px;
  padding-right: 200px;
}

.about-vtxt h3 {
  font-size: 30px;
  font-family: 'SanRegular';
}

.about-vtxt h4 {
  margin-top: 24px;
  font-size: 18px;
  line-height: 35px;
  font-family: 'SanRegular';
  height: 60px;
}

.about-vtxt a {
  display: block;
  width: 120px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 32px;
}

.about-vtxt a span {
  margin-right: 15px;
  font-size: 14px;
  font-family: 'SanRegular';
}

@media (max-width: 1600px) {
  .about-topl {
    padding-top: 40px;
  }

  .about-paddingr {
    padding-right: 60px;
  }
}

@media (max-width: 1400px) {
  .about-topl h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .about-toptwo-titr img {
    width: 230px;
  }

  .about-toptwo-titr {
    position: absolute;
    right: 0;
    top: 15px;
  }

  .about-vtxt {
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .about-top ul li {
    flex-direction: column;
  }

  .about-topl {
    width: 100%;
  }

  .about-topr {
    width: 100%;
    margin-top: 30px;
  }

  .about-paddingl {
    padding-left: 0;
  }

  .about-topl h4 {
    padding-top: 20px;
  }

  .about-top ul li:nth-of-type(2n) {
    flex-direction: column-reverse;
  }

  .about-top ul li {
    margin-bottom: 50px;
  }

  .about-paddingr {
    padding-right: 0;
  }

  .wxgd > ul > li {
    width: 400px;
  }

  .wxgd > ul > li a {
    padding: 20px;
  }

  .approval_con p {
    font-size: 16px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .approval_con h3 {
    font-size: 24px;
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .inside-box {
    padding: 40px 0 40px;
  }

  .about-topl {
    padding-top: 0;
  }

  .about-toptwo-titr img {
    display: none;
  }

  .wxgd > ul > li {
    width: 300px;
  }

  .about-ctit h3 {
    font-size: 34px;
  }

  .about-ctit h4 {
    font-size: 34px;
    margin-top: 10px;
  }

  .about-cbox {
    margin-top: 30px;
  }

  .wxgd_box {
    margin-bottom: 20px;
  }

  .wxgd {
    height: 100px;
  }

  .about-vbox ul {
    display: block;
  }

  .about-vbox {
    margin-top: 30px;
  }

  .about-vbox ul li {
    width: 100%;
  }

  .about-vtxt h4 {
    height: auto;
  }

  .about-vbox ul li {
    margin-bottom: 30px;
  }

  .about-vbox ul li:last-child {
    margin-bottom: 0;
  }
}

#video-tm_container {
  position: relative;
  cursor: pointer;
}

.play-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-top h3 {
  color: #fff;
  font-size: 26px;
  font-family: 'SanRegular';
}

.video-tm {
  margin-top: 80px;
}

.video-box ul li {
  margin-top: 70px;
  margin-bottom: 60px;
  width: 49%;
  cursor: pointer;
}

.video-btxt h3 {
  color: #fff;
  font-size: 24px;
  font-family: 'SanRegular';
}

.video-btxt h4 {
  color: #fff;
  font-size: 18px;
  font-family: 'SanRegular';
  margin-top: 15px;
}

.video-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.video-bimg {
  margin-top: 40px;
  position: relative;
}

.click-more {
  width: 110px;
  height: 36px;
  border: 1px solid #ffffff;
  color: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 3px;
  font-size: 14px;
  font-family: 'SanRegular';
  margin: 0 auto;
  cursor: pointer;
}

.video-tm img {
  width: 100%;
}

.vedio-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .play-wrap img {
    width: 50px;
  }

  .video-box ul {
    display: block;
  }

  .video-box ul li {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .video-btxt h4 {
    font-size: 16px;
    margin-top: 10px;
  }

  .video-btxt h3 {
    font-size: 20px;
  }
}

.newsch-tit {
  display: flex;
  justify-content: space-between;
}

.newsch-tit h3 {
  font-size: 30px;
  color: #fff;
  font-family: 'SanMedium';
}

.newsch-titr a {
  color: #fff;
  font-size: 14px;
  font-family: 'SanRegular';
  margin-left: 10px;
}

.newsch-titr {
  cursor: pointer;
}

.newsch-box {
  display: flex;
  margin-top: 60px;
}

.newsch-boxl {
  width: 50%;
}

.newsch-boxr {
  color: #fff;
  width: 50%;
  padding: 40px 0 0 80px;
}

.newsch-boxr h4 {
  font-size: 30px;
}

.newsch-time {
  display: block;
  padding: 30px 0 40px;
}

.newsch-boxr p {
  font-size: 18px;
  font-family: 'SanRegular';
  line-height: 35px;
}

.newsch-boxrmore a {
  display: block;
  width: 120px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 70px;
  cursor: pointer;
}

.newach-gz {
  margin-top: 70px;
}

.newsch-gzbox ul {
  display: flex;
  justify-content: space-between;
}

.newsch-gzbox {
  margin-top: 60px;
}

.newsch-gztxt {
  color: #fff;
  padding-top: 70px;
  padding-right: 160px;
  line-height: 35px;
}

.newsch-gzbox ul li {
  width: 49%;
}

.newsch-gztxt span {
  display: block;
  font-family: 'SanRegular';
  margin-top: 30px;
}

.newsty {
  margin-top: 100px;
}

.newsty-box {
  background: #ffffff;
  margin-top: 50px;
  padding: 40px;
  display: flex;
}

.newsty-boxl {
  width: 50%;
}

.newsty-boxr {
  width: 50%;
  padding: 50px 0px 0 50px;
}

.newsty-swiper .swiper-slide h3 {
  font-size: 30px;
  font-family: 'SanRegular';
}

.newsty-swiper .swiper-slide span {
  color: #888888;
  display: block;
  padding: 26px 0 40px;
}

.newsty-swiper .swiper-slide p {
  color: #333;
  font-family: 'SanRegular';
  line-height: 35px;
  padding-right: 100px;
}

.newsty-swiper .swiper-button-prev,
.newsty-swiper .swiper-button-next {
  top: auto;
  bottom: 0;
}

.newsty-swiper {
  padding-bottom: 80px;
}

.newsty-swiper .swiper-button-prev {
  left: 0;
  background: url('../png/news-prev.png') no-repeat center;
}

.newsty-swiper .swiper-button-next {
  left: 80px;
  background: url('../png/news-next.png') no-repeat center;
}

.newsty-boxl ul li {
  display: none;
}

.newscase {
  margin-top: 110px;
  padding-bottom: 56px;
}

.newscase-box {
  background: #383838;
  margin-top: 40px;
  padding: 50px 36px;
}

.newscase-box ul {
  display: flex;
  justify-content: space-between;
}

.newscase-box ul li {
  width: 47%;
}

.newscase-boxtxt {
  color: #fff;
}

.newscase-boxtxt {
  margin-top: 60px;
  font-family: 'SanRegular';
}

.newscase-boxtxt h3 {
  font-size: 18px;
}

.newscase-boxtxt h4 {
  margin-top: 20px;
  font-size: 28px;
}

.newscase-boxtxt p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 35px;
}

@media (max-width: 1600px) {
  .newsch-boxr h4 {
    font-size: 24px;
  }

  .newsch-time {
    padding: 20px 0 20px;
  }

  .newsch-boxrmore a {
    margin-top: 40px;
  }

  .newsty-boxr {
    padding: 0px 0px 0 30px;
  }

  .newsty-swiper .swiper-slide h3 {
    font-size: 24px;
  }

  .newsty-swiper .swiper-slide span {
    padding: 15px 0 20px;
  }
}

@media (max-width: 1400px) {
  .newsty-swiper .swiper-slide p {
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .newsch-boxr h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .newsch-boxr {
    padding: 0px 0 0 30px;
  }

  .newsch-gztxt {
    padding-right: 0;
  }

  .newsty-box {
    display: block;
  }

  .newsty-boxl {
    width: 100%;
  }

  .newsty-boxr {
    padding: 0;
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .newsch-box {
    display: block;
  }

  .newsch-boxl {
    width: 100%;
  }

  .newsch-boxr {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .newsch-boxr p {
    font-size: 16px;
    font-family: 'SanRegular';
    line-height: 30px;
  }

  .newsch-boxrmore a {
    margin-top: 20px;
  }

  .newsty-box {
    padding: 15px;
  }

  .newsty-box h3 {
    line-height: 30px;
  }

  .newsty-swiper .swiper-slide p {
    line-height: 28px;
  }

  .newsty-swiper {
    padding-bottom: 60px;
  }

  .newscase-box ul {
    display: block;
  }

  .newscase-box ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .newscase-box {
    padding: 15px;
  }

  .newscase-boxtxt h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .newscase-boxtxt p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
  }

  .newscase-boxtxt {
    margin-top: 30px;
  }

  .newscase-boxtxt h4 {
    margin-top: 10px;
  }

  .newscase {
    padding-bottom: 20px;
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .newsch-gzbox ul {
    display: block;
  }

  .newsch-gzbox ul li {
    width: 100%;
    margin-bottom: 40px;
  }

  .newsch-gztxt span {
    margin-top: 10px;
  }

  .newsch-gztxt {
    line-height: 28px;
    padding-top: 30px;
  }

  .newsch-gzbox {
    margin-top: 30px;
  }
}

.newslist-tit {
  color: #fff;
}

.newslist-tit h3 {
  font-size: 30px;
}

.newslist-nav {
  margin-top: 40px;
  width: 40%;
}

.newslist-nav .swiper-slide a {
  cursor: pointer;
  color: #555555;
  padding-bottom: 6px;
  display: inline-block;
}

.newslist-nav .swiper-slide a:hover {
  border-bottom: 2px solid #555555;
}

.newslist-nav .swiper-slide.on a {
  border-bottom: 2px solid #555555;
}

.newslist-box ul li {
  display: flex;
  margin-bottom: 100px;
}

.newslist-box {
  margin-top: 47px;
  overflow: hidden;
}

.newslist-boxr {
  color: #fff;
  padding: 100px 80px 0;
  width: 50%;
}

.newslist-boxr h3 {
  font-family: 'SanRegular';
}

.newslist-boxr h4 {
  font-size: 20px;
  font-family: 'SanRegular';
  padding: 30px 0 60px;
  line-height: 40px;
}

.newslist-boxr a {
  display: block;
  width: 120px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 32px;
}

.newslist-boxl {
  width: 50%;
}

.newslist-box ul li:nth-of-type(2n) .newslist-boxr {
  width: 50%;
  padding: 100px 80px 0 0;
}

.newslist-box ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .newslist-boxr {
    padding: 40px 40px 0;
  }

  .newslist-box ul li:nth-of-type(2n) .newslist-boxr {
    padding: 40px 40px 0 0;
  }
}

@media (max-width: 1200px) {
  .newslist-boxr h4 {
    padding: 30px 0 10px;
  }
}

@media (max-width: 991px) {
  .newslist-nav {
    width: 100%;
  }

  .newslist-box ul li {
    flex-wrap: wrap;
  }

  .newslist-boxl {
    width: 100%;
  }

  .newslist-boxr {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .newslist-box ul li:nth-of-type(2n) {
    flex-direction: column-reverse;
  }

  .newslist-box ul li:nth-of-type(2n) .newslist-boxr {
    width: 100%;
  }

  .newslist-tit h3 {
    font-size: 24px;
  }

  .newslist-boxr h4 {
    font-size: 16px;
    line-height: 28px;
  }

  .newslist-box {
    margin-top: 20px;
  }

  .newslist-box ul li {
    margin-bottom: 40px;
  }

  .newslist-nav {
    margin-top: 20px;
  }

  .newslist-boxr a {
    margin-top: 20px;
  }
}

/*新闻详情*/
.newsd-tit h3 {
  font-size: 30px;
  color: #fff;
  font-family: 'SanRegular';
}

.newsd-box {
  display: flex;
  margin-top: 37px;
  justify-content: space-between;
}

.newsd-l {
  width: 160px;
}

.newsd-l ul {
  border: 1px solid #383838;
}

.newsd-l ul li {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #383838;
}

.newsd-l ul li:last-child {
  border-bottom: none;
}

.newsd-l ul li a {
  color: #888888;
  display: block;
}

.newsd-r {
  width: calc(100% - 230px);
  background: #191919;
}

.newsd-rtime {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.newsd-rtit {
  border-bottom: 1px solid #000000;
  text-align: center;
  padding: 56px 0;
}

.newsd-rtit h3 {
  font-size: 28px;
  color: #fff;
  font-family: 'SanRegular';
}

.newsd-rtime span {
  color: #888888;
  font-family: 'SanRegular';
  margin-left: 15px;
}

.newsd-rm {
  padding: 85px 80px;
  color: #fff;
  font-family: 'SanRegular';
  line-height: 30px;
}

.newsd-rm p {
  margin-bottom: 30px;
}

.newsd-rm img {
  padding-bottom: 30px;
  width: 100%;
}

@media (max-width: 1200px) {
  .newsd-rm {
    padding: 30px 30px;
  }

  .newsd-rtit h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .newsd-box {
    display: block;
  }

  .newsd-l {
    width: 100%;
  }

  .newsd-r {
    width: 100%;
    margin-top: 40px;
  }

  .newsd-rtit h3 {
    font-size: 20px;
  }

  .newsd-rm {
    padding: 20px 15px;
  }

  .newsd-rtit {
    padding: 30px 0;
  }
}

.tech {
  position: relative;
}

.tech img {
  width: 100%;
}

.pro-box {
  margin-top: 70px;
}

.protxt-more {
  display: block;
  width: 120px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 32px;
}

.pro-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro-box ul li {
  width: 48%;
  margin-bottom: 55px;
}

.pro-txt {
  color: #fff;
  padding-top: 40px;
}

.pro-txt h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.pro-txt h4 {
  font-size: 18px;
  font-family: 'SanRegular';
}

.pro-inside {
  padding: 70px 0 20px;
}

.pro-txt h4 {
  line-height: 30px;
}

@media (max-width: 991px) {
  .pro-box ul {
    display: block;
  }

  .pro-box ul li {
    width: 100%;
  }

  .pro-mnav ul li a {
    color: #555555;
    height: 50px;
    line-height: 50px;
  }

  .pro-mnav ul li {
    border-bottom: 1px solid #292929;
  }

  .pro-mnav ul li:last-child {
    border-bottom: none;
  }

  .pro-inside {
    padding: 40px 0 0px;
  }

  .pro-mnav {
    display: none;
    margin-top: 20px;
  }

  .newslist-tit h3 {
    display: flex;
    align-items: center;
  }

  .newslist-tit img {
    width: 15px;
    height: 10px;
    margin-left: 10px;
  }

  .pro-box {
    margin-top: 20px;
  }

  .newslist-tit h3 span {
    font-size: 20px;
    font-family: 'SanRegular';
  }

  .pro-txt h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .pro-txt h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
