﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "HEITI";
  src: url("../font/Adobe\ 黑体\ Std\ R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HarmonyOSRegular";
  src: url("../font/HarmonyOS_Sans_SC_Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HarmonyOSLight";
  src: url("../font/HarmonyOS_Sans_SC_Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HarmonyOSBold";
  src: url("../font/HarmonyOS_Sans_SC_Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* header */
header {
  width: 100%;
  z-index: 22;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 40px;
}
.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.logo {
  width: 200px;
  display: block;
  overflow: hidden;
  position: relative;
}
.logo img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.logo-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.header-right {
  display: flex;
  align-items: center;
  width: 225px;
  justify-content: space-between;
}
.header-right a {
  color: #fff;
}
.head-lang {
  display: flex;
  align-items: center;
}
.head-lang img {
  margin-right: 10px;
  margin-left: 10px;
}

.header.on .nav-ul li > a {
  color: #222222;
}

.nav-ul {
  display: flex;
  align-items: center;
}
.nav-ul li {
  /* margin-right: 19px; */
  position: relative;
  padding: 0 20px;
}
.nav-ul li:last-child {
  margin-right: 0px;
}
.nav-ul li > a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 100px;
  position: relative;
  display: block;
}

.nav-ul li > a::after {
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  transition: all 0.4s;
  display: none;
}

.nav-ul li:hover > a::after,
.nav-ul li.nav-active a::after {
  opacity: 1;
}
.header.on .nav-ul li > a::after {
  background: #0081cc;
}
.header.on .nav-ul li.nav-active > a {
  color: #0081cc;
}

.header-lan {
  margin-left: 15px;
  display: flex;
  align-items: center;
  padding-left: 26px;
  position: relative;
}
.header-lan::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  margin-top: 3px;
}
.header-lan a {
  font-size: 18px;
  color: #fff;
  font-family: "sRegular";
  display: block;
  margin-right: 28px;
}
.header-lan span {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/header-phone-un.png) no-repeat center;
  cursor: pointer;
}
.phone-wrap {
  position: absolute;
  right: 0px;
  top: 100px;
  padding-top: 8px;
  display: none;
}
.phone-wrap p {
  background: #fff;
  padding-left: 18px;
  padding-right: 14px;
  border-radius: 4px;
  height: 46px;
  line-height: 46px;
  color: #666;
  font-weight: bold;
}
.phone-wrap::before {
  position: absolute;
  width: 16px;
  height: 8px;
  background: url(../img/nav-arrow.png) no-repeat center;
  content: "";
  top: 0px;
  right: 0px;
}
.nav-sub {
  position: absolute;
  top: 100px;
  left: 0px;
  z-index: 66;
  display: none;
  width: 100%;
  z-index: 9999;
  padding-top: 8px;
}
.nav-sub dl {
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 23px;
  border-radius: 4px;
  box-sizing: border-box;
}
.nav-sub::before {
  position: absolute;
  width: 16px;
  height: 8px;
  background: url(../img/nav-arrow.png) no-repeat center;
  content: "";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-sub dl dd a {
  display: block;
  padding-left: 30px;
  line-height: 36px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s;
  font-family: "sNormal";
}
.nav-sub dl dd:hover a {
  color: #333;
  font-family: "sBold";
}
/* header:hover,
.act {
  background-color: #fff;
} */
/* header:hover .logo-on,
.act .logo-on {
  opacity: 1;
}
header:hover .logo-un,
.act .logo-un {
  opacity: 0;
}
header:hover .nav-ul li > a,
.act .nav-ul li > a {
  color: #333;
}
header:hover .header-lan a,
.act .header-lan a {
  color: #666;
}
header:hover .header-lan span,
.act .header-lan span {
  background-image: url(../img/header-phone.png);
}
header:hover .header-lan::before,
.act .header-lan::before {
  background-color: #9a9a9a;
}
.act2 {
  top: -100px;
}
.act {
  top: 0px;
} */
@media (max-width: 1200px) {
  .nav-ul li {
    margin-right: 0px;
    padding: 0 18px;
  }
  .nav-sub dl dd a {
    padding-left: 18px;
  }
}
@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }
  .header-main {
    height: 70px;
  }
  .header {
    height: 70px;
  }
  .header .logo-on {
    opacity: 1;
  }
  .header .logo-un {
    opacity: 0;
  }
  .header .header-lan::before {
    display: none;
  }
  .header .header-lan span {
    display: none;
  }
  .header .header-lan a {
    margin-right: 18px;
    color: #666;
  }
  .logo {
    width: 170px;
  }
}
/* 底部 */
#footer {
  overflow: hidden;
  width: 100%;
  padding-top: 80px;
  position: relative;
  background: #1a1a1a;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
.footer-logo {
  width: 137px;
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
}
.footer-logo img {
  width: 100%;
}
.footer-info p {
  color: #f5f8ff;
  font-family: "sNormal";
  line-height: 36px;
  font-size: 16px;
}
.footer-ul {
  display: flex;
  justify-content: space-between;
  width: 41%;
}
.footer-ul li h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 11px;
}
.footer-ul li dl {
  margin-top: 30px;
}
.footer-ul li dl dd > a {
  line-height: 40px;
  display: block;
  color: #ffffff;
  font-size: 16px;
}
.footer-ewm h4 {
  color: #a0a0a0;
}
.footer-lx span {
  color: #a0a0a0;
}
.footer-ewm {
  width: 270px;
}
.footer-ul .footer-lx dl dd a {
  font-size: 32px;
}
.footer-lx dd {
  margin-bottom: 30px;
  line-height: 30px;
}
/* .footer-ul li dl dd span {
  color: transparent;
} */
.code-wrap {
  width: 126px;
  overflow: hidden;
  margin-top: 22px;
}
.code-wrap img {
  width: 100%;
  display: block;
}
.code-wrap p {
  font-size: 16px;
  font-family: "sNormal";
  margin-top: 7px;
  text-align: center;
  line-height: 24px;
  color: #f5f8ff;
}

.copy {
  border-top: 1px solid #313131;
  padding: 40px 0 50px;
}
.copy-box {
  /* display: flex;*/
  flex-wrap: wrap;
  /* justify-content: space-between;*/
  color: #a0a0a0;
  font-size: 16px;
}
.copy-box a {
  color: #a0a0a0;
  padding: 0 3px;
}

.footer-ewm-txt {
  margin-left: 20px;
}
.footer-ewm-txt h4 {
  text-align: center;
  margin-top: 20px;
}

.footer-logo p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.footer-ewm h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .nav-ul li {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .footer-name h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .footer-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer-info p {
    line-height: 30px;
    text-align: center;
  }
  .copy {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0px;
  }
  .copy p {
    width: 100%;
    text-align: center;
  }
  .footer-ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-ul li h3 {
    margin-bottom: 4px;
  }
  .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-wrap {
    justify-content: center;
    margin: 10px auto 0px;
  }
  .footer-bom {
    padding-top: 25px;
  }
  #footer {
    padding-top: 30px;
  }
  .footer-top {
    margin-bottom: 10px;
  }
}

.head-menu {
  width: 155px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
}
.head-menubtn {
  width: 88px;
  height: 42px;
  background: #eb610f;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.head-menubtn span {
  margin-right: 5px;
}
.head-sou {
  width: 60px;
  text-align: center;
}
.footer-ewm img {
  width: 103px;
}
.footer-ewm-img {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  width: 270px;
}

.fp-warning,
.fp-watermark {
  display: none;
}
.menus {
  position: fixed;
  right: -1200px;
  z-index: 99;
  background: #e6e6e6;
  width: 500px;
  height: 100vh;
  padding: 120px 45px 0 85px;
  transition: all 0.5s;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: none;
}
.menus .header-right {
  position: absolute;
  right: 45px;
  top: 25px;
}

.menus .header-right a {
  color: #888888;
}
.menus-ul li dl {
  display: none;
  margin-top: 20px;
}
.menus-ul li > a {
  font-size: 20px;
  color: #1a1a1a;
}
.menus-ul li {
  border-bottom: 1px solid #d5d5d5;
  padding: 28px 0;
}
.menus-ul li a:hover {
  color: #eb610f;
}
.menus-ul li dl dd a {
  color: #888888;
}
.menus-ul li dl dd {
  line-height: 30px;
}

@media (max-width: 1200px) {
  .nav-ul li {
    padding: 0 5px;
  }
  .footer-logo {
    width: 20%;
  }
  .footer-ewm {
    width: 25%;
  }
  .footer-ul {
    width: 52%;
  }
}

@media (max-width: 991px) {
  header {
    padding: 0 15px;
  }
  .header-right {
    width: 180px;
  }
  .head-menu {
    width: 120px;
  }
  .menus {
    width: 100%;
    padding: 100px 30px 0;
  }
  .menus-ul li {
    padding: 15px 0;
  }
  .footer-top {
    display: block;
  }
  .footer-logo {
    margin: 0 auto;
    width: 60%;
  }
  .footer-ul {
    margin: 0 auto;
  }
  .footer-ewm {
    width: 50%;
    margin: 0 auto;
  }
  .copy-box {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .footer-logo {
    width: 100%;
  }
  .footer-ewm {
    width: 100%;
  }
  .footer-ul {
    width: 100%;
  }
}

.banner-txt {
  position: absolute;
  z-index: 66;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.banner-txt h3 {
  font-size: 76px;
  font-family: "HarmonyOSLight";
  white-space: nowrap;
}
.banner-txt h4 {
  font-size: 30px;
  font-family: "HarmonyOSRegular";
  padding: 40px 0 20px;
}
.banner-txt h5 {
  font-size: 56px;
  font-family: "HarmonyOSBold";
}
.banner-txt span {
  color: #eb610f;
}
.banner-txt a {
  display: block;
  width: 147px;
  height: 50px;
  border: 1px solid #d8d7d7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 40px auto 0;
  font-size: 15px;
  transition: all 0.4s;
}
.banner-txt a:hover {
  background: #eb610f;
  color: #fff;
  border: 1px solid #eb610f;
  transform: translateY(-10px);
}
.banner-txt a img {
  margin-left: 15px;
}
#banner .swiper-pagination {
  width: 80px;
  height: 28px;
  background: #d1d1d1;
  border-radius: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#banner .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #a7a7a7;
  border-radius: 10px;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 22px;
  background: #fff;
}
#banner .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 14px;
  content: "";
  height: 8px;
  background: #eb610f;
  border-radius: 8px;
}
#banner .swiper-button-prev {
  width: 58px;
  height: 58px;
  background: #fff url("../img/banner-prev.png") no-repeat center;
  border: 5px;
  border-radius: 5px;
  left: 45px;
}
#banner .swiper-button-next {
  width: 58px;
  height: 58px;
  background: #fff url("../img/banner-next.png") no-repeat center;
  border: 5px;
  border-radius: 5px;
  right: 45px;
}

.hometit h3 {
  font-size: 76px;
  font-family: "HarmonyOSLight";
  white-space: nowrap;
  text-transform: uppercase;
}
.hometit h4 {
  font-size: 30px;
  font-family: "HarmonyOSRegular";
  padding: 40px 0 20px;
}
.hometit h5 {
  font-size: 18px;
  font-family: "HarmonyOSRegular";
}
.hometit a {
  display: block;
  width: 147px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  margin-top: 60px;
  transition: all 0.4s;
}
.banner-txt a img {
  margin-left: 15px;
}
.hometit a:hover {
  transform: translateY(-10px);
  background: #eb610f;
  border: 1px solid #eb610f;
}
.haboutltit a {
  background: #eb610f;
}
.hnews-more a {
  background: #eb610f;
}
.hnews-more a:hover {
  transform: translateY(0px);
}
/*首页关于我们*/

.habout {
  display: flex;
  overflow: hidden;
}
.habout-l {
  width: 50%;
  padding-right: 220px;
  display: flex;
  align-items: center;
}
.habout-r {
  width: 50%;
}
.hometit h5 {
  line-height: 35px;
}
.haboutltit h3 {
  color: #969696;
}
.h-video {
  background: url("../img/hvideo-img.png") no-repeat center;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.hvideo-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.hpro-ul li {
  display: none;
  background-size: cover;
  height: 100vh;
}
.hpro {
  position: relative;
  height: 100vh;
}
.hpro-sw {
  bottom: 50px;
  width: 660px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hometit.white {
  color: #fff;
}
.hpro-tit {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 20%;
}
.hpro-tit .hometit {
  width: 570px;
  margin: 0 auto;
  text-align: center;
}
.hometit a img {
  margin-left: 15px;
}
.hpro-tit .hometit a {
  margin: 60px auto 0;
}
.hpro-swiper .swiper-slide.on {
  border: 2px solid #fff;
}
.hpro-swiper .swiper-slide img {
  width: 100%;
}
.hpro-swiper .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}
.hpro-tit ul li {
  display: none;
}
.hfun-bg {
  background: url("../img/hfun-bg.png") no-repeat center;
  background-size: cover;
  height: 100vh;
}
.hfun {
  position: relative;
}
.hfun-txt {
  position: absolute;
  top: 25%;
  width: 700px;
  left: 20%;
}
.hstore .hfun-bg {
  background: url("../img/store-img.png") no-repeat;
  background-size: cover;
  height: 100vh;
}
.hstore .hfun-txt {
  right: 15%;
  left: auto;
  width: 650px;
}
.hpro-ul li {
  background-size: cover;
  height: 100vh;
}
.hfun-txt .hometit h5 {
  font-size: 32px;
}
.hjoin-bg {
  background: url("../img/hcase-img.png") no-repeat center;
  background-size: cover;
  height: 100vh;
}
.hjoin-txt {
  width: 500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24%;
  text-align: center;
}
.hjoin-txt a {
  margin: 54px auto 0;
}
.hjoin-txt h5 {
  margin-top: 190px;
}
.hnews-tit {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.hnews-tit .hometit {
  width: auto;
}
.hnews-tit .hometit a {
  margin-top: 0;
}
.hnews-tit h3 {
  font-size: 42px;
  color: #1a1a1a;
}
.hnews-box {
  margin-top: 60px;
}
.hnews-swiper a {
  display: flex;
  background: #f9f9f9;
}
.hnews-swiper .swiper-slide a .hnews-r {
  padding: 110px 140px 0;
}
.hnews-r h4 {
  font-size: 15px;
}
.hnews-r h5 {
  font-size: 24px;
  color: #1a1a1a;
  padding: 50px 0 30px;
}
.hnews-r p {
  color: #888888;
  line-height: 32px;
}
.hnews-r span {
  color: #eb610f;
  display: block;
  margin-top: 90px;
}
.hnews-box .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hnews-swiper {
  padding-bottom: 80px;
}
.hnews-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #eb610f;
  opacity: 1;
  border-radius: 0;
  margin: 0 6px;
}
.hnews-swiper
  .swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}
.hnews-l {
  width: 50%;
}
.hnews-l img {
  width: 100%;
}
.hnews-r {
  width: 50%;
}
@media (max-width: 1700px) {
  .hnews-swiper .swiper-slide a .hnews-r {
    padding: 60px 50px 0;
  }
}

@media (max-width: 1400px) {
  .hometit h3 {
    font-size: 50px;
  }
  .habout-l {
    padding-right: 50px;
  }
  .hnews-r span {
    margin-top: 20px;
  }
  .hnews-r h5 {
    padding: 15px 0;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .hometit h5 {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  #banner .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  #banner .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .banner-txt h3 {
    font-size: 40px;
  }
  .banner-txt h5 {
    font-size: 36px;
  }
  .habout {
    display: block;
    height: 100vh;
  }
  .habout-l {
    width: 100%;
    padding-right: 0;
  }
  .habout-r {
    width: 100%;
    margin: 30px auto;
  }
  .hometit h4 {
    padding: 15px 0;
  }
  .hpro-tit .hometit {
    width: 100%;
  }
  .hpro-sw {
    width: 90%;
    margin: 0 auto;
  }
  .hfun-txt {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .hfun-txt .hometit h5 {
    font-size: 22px;
  }
  .hstore .hfun-txt {
    width: 100%;
  }
  .hometit h3 {
    font-size: 40px;
  }
  .hometit a {
    margin: 30px auto 0;
  }
  .hstore .hfun-txt {
    right: 0;
  }
  .hnews-swiper a {
    display: block;
  }
  .hnews-l {
    width: 100%;
  }
  .hnews-r {
    width: 100%;
  }
  .hnews-tit h3 {
    font-size: 30px;
  }
  .hnews-swiper .swiper-slide a .hnews-r {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .banner-txt h3 {
    font-size: 32px;
  }
  .banner-txt h5 {
    font-size: 30px;
  }
  .habout-r {
    width: 100%;
    margin: 30px auto;
  }
  .hometit h3 {
    font-size: 24px;
  }
}

.in-ban {
  background-size: cover;
  height: 100vh;
}

.inside-banner {
  position: relative;
}
.inisde-txt h3 {
  font-size: 76px;
  text-transform: uppercase;
  font-family: "HarmonyOSLight";
}
.inisde-txt {
  position: absolute;
  color: #fff;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  text-align: center;
}
.inisde-txt h4 {
  font-size: 56px;
  margin-top: 25px;
  font-family: "HarmonyOSBold";
}

.in-shubiao {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px;
  cursor: pointer;
  animation: moveUpDown 1.5s infinite ease-in-out;
}
.prolist {
  padding: 90px 0 120px;
}
.prolist-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prolist-ul li {
  width: 46.25%;
  margin-bottom: 100px;
}
.prolist-txt {
  background: #f8f8f8;
  padding: 68px 50px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.4s;
}
.prolist-more {
  width: 140px;
  height: 46px;
  background: #eb610f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
}
.prolist-more span {
  margin-right: 14px;
}
.prolist-txtl h4 {
  font-size: 16px;
  margin-top: 20px;
  color: #888888;
}
.load-more {
  width: 220px;
  height: 72px;
  background: #f9f9f9;
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #eb610f;
  cursor: pointer;
}
.prolist-ul li:hover a .prolist-txt {
  background: #eb610f;
  color: #fff;
}
.prolist-ul li:hover a .prolist-txt h4 {
  color: #fff;
}
.prolist-ul li:hover a .prolist-txt .prolist-more {
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  .prolist-ul {
    display: block;
  }
  .prolist-ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .prolist-txt {
    padding: 30px;
  }
  .prolist-more {
    width: 120px;
  }
  .prolist-txtl h3 {
    font-size: 20px;
  }
  .prolist {
    padding: 50px 0 60px;
  }
  .inisde-txt h3 {
    font-size: 40px;
  }
  .inisde-txt h4 {
    font-size: 30px;
    margin-top: 20px;
  }
}

/*内页banner动画*/
.in-tran {
  transition: transform 0.6s linear 1.2s;
  transform: translateY(30px);
}
.active .in-tran {
  transform: translateY(0px);
}
.in-trano {
  opacity: 0;
  transition: opacity 0.8s;
}
.active.in-trano {
  opacity: 1;
}

header.in-head {
  background: #fff;
  height: 90px;
  position: relative;
}
header.in-head .nav-ul li > a {
  color: #1a1a1a;
}
.prod-nav {
  background: #ededed;
  padding: 30px 56px;
  font-size: 15px;
}
.prod-nav a {
  color: #969696;
}
.prod-box {
  background: #f4f4f4;
  padding: 80px 0 130px;
}
.prod-t {
  display: flex;
  background: #fff;
  overflow: hidden;
}
.prod-tl {
  width: 60%;
}
.prod-tr {
  background: #fff;
  width: 40%;
  padding: 96px 0px 0 120px;
}

.prodt-swiper .swiper-button-prev {
  width: 58px;
  height: 58px;
  background: #fff url("../img/banner-prev.png") no-repeat center;
  border: 5px;
  border-radius: 5px;
  left: 45px;
}
.prodt-swiper .swiper-button-next {
  width: 58px;
  height: 58px;
  background: #fff url("../img/banner-next.png") no-repeat center;
  border: 5px;
  border-radius: 5px;
  right: 45px;
}
.prod-tr h3 {
  font-size: 42px;
  color: #eb610f;
}
.prod-tr h4 {
  font-size: 16px;
  color: #888888;
  margin-top: 20px;
}
.prod-trtxt {
  margin-top: 90px;
}
.prod-trtxt p {
  line-height: 40px;
  color: #666666;
}
.prod-tit h3 {
  font-size: 42px;
  text-transform: uppercase;
  color: #969696;
}
.prod-tit h4 {
  font-size: 42px;
  color: #1a1a1a;
}
.adv {
  padding-top: 90px;
}
.prod-tit {
  text-align: center;
}
.prod-tit h4 {
  margin-top: 15px;
}
.adv-box ul li a {
  background: #fff;
  display: block;
  border-radius: 20px;
  padding: 45px 50px 80px;
}
.adv-box {
  margin-top: 70px;
}
.adv-icon {
  width: 43px;
  height: 43px;
  margin: 0 auto;
}
.adv-icon img:last-child {
  display: none;
}
.adv-box a span {
  display: block;
  font-size: 24px;
  color: #1a1a1a;
  text-align: center;
  padding: 20px 0;
}
.adv-box a p {
  font-size: 16px;
  color: #888888;
  line-height: 32px;
  height: 170px;
}
.adv-box ul li {
  margin-bottom: 25px;
}
.adv-box ul li a {
  transition: all 0.4s;
}
.adv-box ul li:hover a span {
  color: #fff;
}
.adv-box ul li:hover a p {
  color: #fff;
}
.adv-box ul li:hover a {
  background: #eb610f;
}
.adv-box ul li:hover .adv-icon img:last-child {
  display: block;
}
.adv-box ul li:hover .adv-icon img:first-child {
  display: none;
}
.prod-zz {
  margin-top: 100px;
}
.prod-zzimg {
  margin-top: 50px;
}
.prod-jmlc {
  margin-top: 100px;
}
.jmlc-num {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #eb610f;
  border: 1px solid #eb610f;
}
.jmlc-box {
  margin-top: 50px;
}
.jmlc-box ul {
  display: flex;
  justify-content: space-between;
}
.jmlc-txt {
  text-align: center;
  margin-top: 30px;
}
.jmlc-num {
  margin: 0 auto;
  font-size: 24px;
  font-family: "HarmonyOSBold";
  position: relative;
}
.jmlc-num::after {
  position: absolute;
  content: "";
  width: 77px;
  height: 1px;
  background: url("../img/prod-jmlcbg.png") repeat-x;
  right: -85px;
}
.jmlc-box ul li {
  width: 12.5%;
}
.jmlc-box ul li:last-child .jmlc-num::after {
  display: none;
}
.jmlc-txt p {
  line-height: 30px;
}
.other {
  margin-top: 100px;
}

.other-proswiper a:hover .prolist-txt {
  background: #eb610f;
  color: #fff;
}
.other-proswiper a:hover .prolist-txt h4 {
  color: #fff;
}
.other-proswiper a:hover .prolist-txt .prolist-more {
  border: 1px solid #fff;
}
.other-pro {
  margin-top: 50px;
}

@media (max-width: 1600px) {
  .prod-tr {
    padding: 50px;
  }
  .prod-trtxt {
    margin-top: 30px;
  }
  .adv-box ul li a {
    padding: 50px 30px;
  }
  .adv-box a p {
    line-height: 26px;
  }
  .jmlc-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .jmlc-box ul {
    flex-wrap: wrap;
  }
  .jmlc-box ul li {
    width: 25%;
  }
  .jmlc-num::after {
    display: none;
  }
  .jmlc-box ul li {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .prod-t {
    display: block;
  }
  .prod-tl {
    width: 100%;
  }
  .prod-tr {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .prod-tr h3 {
    font-size: 24px;
  }
  .prod-tr {
    padding: 40px 30px;
  }
  .prod-trtxt p {
    line-height: 35px;
  }
  .prod-box {
    padding: 40px 0 50px;
  }
  .adv-box a p {
    height: auto;
  }
  .prod-tit h3 {
    font-size: 24px;
  }
  .prod-tit h4 {
    font-size: 24px;
  }
  .adv {
    padding-top: 40px;
  }
  .adv-box {
    margin-top: 30px;
  }
  .prod-zz {
    margin-top: 30px;
  }
  .jmlc-box ul li {
    width: 50%;
  }
  .other {
    margin-top: 30px;
  }
}

.indis-tab {
  background: #eb610f;
  position: absolute;
  bottom: 130px;
  height: 70px;
  width: 367px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.indis-tab a {
  display: block;
  width: 48%;
  height: 60px;
  line-height: 60px;

  border-radius: 50px;
  color: #fff;
  transition: all 0.4s;
}
.indis-tab a.on {
  background: #fff;
  color: #eb610f;
}

.indis-tab a:hover {
  background: #fff;
  color: #eb610f;
  transform: translateY(-2px);
}
.in-bg {
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
}
.distxt a {
  display: block;
  width: 147px;
  height: 50px;
  border: 1px solid #d8d7d7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 40px;
  font-size: 15px;
  transition: all 0.4s;
}

.distxt a img {
  margin-left: 15px;
}
.distxt h3 {
  font-size: 48px;
  margin-bottom: 30px;
}
.distxt {
  color: #fff;
  width: 600px;
  position: absolute;
}
.disone {
  left: 56.25%;
}
.distxt a:hover {
  background: #eb610f;
  color: #fff;
  border: 1px solid #eb610f;
  transform: translateY(-5px);
}
.distwo {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  right: 43%;
}
.disthree {
  right: 58%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.distfour {
  right: 67%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .indis-tab {
    width: 280px;
  }
  .distxt h3 {
    font-size: 32px;
  }
  .distxt h4 {
    font-size: 16px;
  }
  .distxt {
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    display: block !important;
  }
  .distxt a {
    margin: 30px auto;
  }
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 12px;
  height: 12px;
  background: #adaaa7;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  margin: -2px 0 0 -2px;
  background: #eb610f;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 12px 0;
}
.disd-btxt h3 {
  font-size: 56px;
}
.disd-btxt h4 {
  font-size: 32px;
  font-family: "HarmonyOSRegular";
}
.disdone {
  left: 54%;
}
.disdone h4 {
  font-size: 48px;
  margin-bottom: 30px;
  font-family: "HarmonyOSRegular";
}
.disd-two {
  left: 23%;
}
.disd-three {
  left: 13%;
}
.disd-video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.disd-video-img {
  text-align: center;
}
.disd-video-img img,
.disd-video-img video {
  width: 80%;
}
.disd-video-txt {
  text-align: center;
  margin-top: 60px;
}
.disd-video-txt h4 {
  margin-top: 15px;
}
.disd-four {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.disd-five {
  left: 17%;
}
.disd-five h5 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .disd-btxt h3 {
    font-size: 32px;
  }
  .disd-btxt h4 {
    font-size: 24px;
  }
  .disd-btxt {
    width: 350px;
  }
  .disdone h4 {
    font-size: 32px;
  }
  .disd-video-txt {
    margin-top: 20px;
  }
  .disd-video ul li {
    margin-bottom: 15px;
  }
  .disd-five h5 {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .disd-btxt h3 {
    font-size: 32px;
  }
  .disd-btxt h4 {
    font-size: 18px;
  }
}
.profil-check {
  border: 1px solid #999999;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #eb610f; */
}
.profil {
  padding-top: 50px;
}
.profil-trow {
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}
.profil-checkout ul {
  display: flex;
  margin-left: 30px;
}
.profil-checkout ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 14%;
}

.profil-checkout ul li a {
  display: flex;
  align-items: center;
}
.profil-t {
  border: 1px solid #f2f2f2;
}
.profil-trow h3 {
  font-size: 18px;
  width: 212px;
  height: 60px;
  background: #f8f8f8;
  text-align: center;
  line-height: 60px;
  color: #1a1a1a;
}
.profil-checkout {
  width: calc(100% - 212px);
}
.profil-check {
  margin-right: 5px;
}
.profil-checkout ul li.on .profil-check {
  border: 1px solid #eb610f;
  background: #eb610f;
}
.profil-filter {
  text-decoration: underline;
  font-size: 16px;
  color: #969696;
  font-family: "HarmonyOSRegular";
  margin-top: 50px;
}

/* 定义动画的关键帧 */
@keyframes moveUpDown {
  0%,
  100% {
    bottom: 150px; /* 动画开始和结束时的位置 */
  }
  50% {
    bottom: 140px; /* 动画中间位置 */
  }
}
@media (max-width: 1400px) {
  .profil-checkout ul li {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  /* .profil-checkout ul li a{
    margin-left: 30px;
  } */
  .profil-checkout ul li a span {
    display: block;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .profil-trow {
    display: block;
    height: auto;
  }
  .profil-trow h3 {
    width: 100%;
  }
  .profil-checkout {
    padding: 30px 0;
  }
  .profil-checkout {
    width: 100%;
  }
  .profil-checkout ul li span {
    display: block;
  }
  .profil-checkout ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 定义3列，每列宽度相等 */
    gap: 10px; /* 设置每个网格项之间的间距 */
  }

  .profil-checkout ul li a {
    margin-left: 0;
  }
  .profil-trow h3 {
    height: 45px;
    line-height: 45px;
  }
  @keyframes moveUpDown {
    0%,
    100% {
      bottom: 30px; /* 动画开始和结束时的位置 */
    }
    50% {
      bottom: 20px; /* 动画中间位置 */
    }
  }
}

@media (max-width: 500px) {
  .profil-checkout ul {
    grid-template-columns: repeat(3, 1fr); /* 定义3列，每列宽度相等 */
  }
  .profil-checkout ul li {
    margin-left: 0;
  }
}

.about-tl h3 {
}
.about-t {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.about-tm {
  position: relative;
  margin: 110px 0 190px;
}
.about-tl {
  width: 44%;
  padding-top: 80px;
}
.about-tr {
  width: 44%;
  display: flex;
  align-items: flex-end;
}
.about-tr-img {
  position: absolute;
  right: 0;
  top: 0;
}
.about-tl h3 {
  font-size: 66px;
  font-family: "HarmonyOSLight";
  white-space: nowrap;
  text-transform: uppercase;
  color: #969696;
}
.about-tl h4 {
  font-size: 42px;
  font-family: "HarmonyOSRegular";
  color: #1a1a1a;
}
.about-tl-subtit {
  margin-top: 60px;
}
.about-tl-subtit h4 {
  margin-bottom: 20px;
}
.about-tl p {
  line-height: 40px;
  font-size: 18px;
  color: #1a1a1a;
}
.about-tl-img {
  margin-top: 110px;
}
.about-trtxt {
  font-size: 18px;
  line-height: 35px;
}
.about-trtxt p {
  line-height: 35px;
}
.about-trtxt img {
  margin-bottom: 30px;
}

.about-video {
  position: relative;
}
.about-video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-ppwh {
  margin: 160px 0 100px;
  position: relative;
}
.about-ppwhimg img {
  width: 100%;
}
.ppwh-tit h3 {
  font-size: 66px;
  font-family: "HarmonyOSLight";
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
}
.ppwh-tit {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  text-align: center;
}
.ppwh-tit h4 {
  font-size: 42px;
  font-family: "HarmonyOSBold";
  color: #fff;
  margin-top: 15px;
}
.ppwh-box ul {
  display: flex;
  height: 100%;
}
.ppwh-box ul li {
  width: 33.33%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  height: 100%;
}
.ppwh-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ppwh-box-txt {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 35%;
  transform: translateY(50px);
  transition: all 0.4s;
}
.ppwh-box-txt h3 {
  font-size: 32px;
}
.ppwh-box-txt p {
  font-size: 24px;
  margin-top: 50px;
  opacity: 0;
}
.ppwh-box ul li:hover .ppwh-box-txt p {
  opacity: 1;
}
.ppwh-box ul li:hover .ppwh-box-txt {
  transform: translateY(0px);
}
.about-bantxt {
  left: 150px;
  transform: translateX(0);
}
.about-ban .in-shubiao {
  left: 150px;
  transform: translateY(0px);
}
.about-ser-tit h3 {
  font-size: 66px;
  text-transform: uppercase;
  color: #969696;
}
.about-ser-tit h4 {
  font-size: 42px;
  color: #1a1a1a;
  margin-top: 30px;
}
.about-ser {
  padding-bottom: 170px;
}

.about-ser-txt a {
  display: block;
  width: 147px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  background: #eb610f;
  margin-top: 40px;
}
.about-ser-box {
  margin-top: 90px;
  overflow: hidden;
}
.about-serswiper .about-sersw-m {
  position: relative;
}
.about-ser-txt {
  position: absolute;
  top: 100px;
  color: #fff;
  left: 80px;
}

.about-video-img img {
  width: 100%;
}
@media (max-width: 1600px) {
  .about-tl-img img {
    width: 100%;
  }
  .about-tr-img img {
    width: 100%;
  }
  .about-tr-img {
    width: 44%;
  }
  .ppwh-tit {
    top: 50px;
  }
}
@media (max-width: 1200px) {
  .about-tl h3 {
    font-size: 42px;
  }
  .about-tl h4 {
    font-size: 24px;
  }
  .about-tl {
    width: 52%;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .about-t {
    display: block;
  }
  .about-tl {
    width: 100%;
  }
  .about-tr-img {
    position: relative;
    width: 100%;
  }
  .about-tr {
    width: 100%;
    flex-direction: column-reverse;
  }
  .about-trtxt {
    padding: 30px 0;
  }

  .about-video-icon img {
    width: 50px;
    height: 50px;
  }
  .about-tm {
    margin: 50px 0 50px;
  }
  .ppwh-tit h3 {
    font-size: 40px;
  }

  .ppwh-tit h4 {
    font-size: 30px;
  }
  .ppwh-box-txt p {
    margin-top: 15px;
  }
  .ppwh-box-txt h3 {
    font-size: 24px;
  }
  .ppwh-box-txt p {
    font-size: 16px;
  }
  .about-ppwh {
    margin: 50px 0;
  }
  .about-tl-img {
    margin-top: 30px;
  }
  .about-ser {
    padding-bottom: 50px;
  }
  .about-ser-tit h3 {
    font-size: 40px;
  }
  .about-ser-tit h4 {
    font-size: 26px;
    color: #1a1a1a;
    margin-top: 20px;
  }
  .about-ser-box {
    margin-top: 40px;
  }
  .about-bantxt {
    left: 30px;
    transform: translateX(0);
  }
  .about-ban .in-shubiao {
    left: 30px;
  }
}
@media (max-width: 500px) {
  .ppwh-tit h3 {
    font-size: 24px;
  }
  .ppwh-tit h4 {
    font-size: 20px;
  }
  .ppwh-box-txt p {
    font-size: 14px;
  }
  .ppwh-tit {
    top: 20px;
  }
  .ppwh-box-txt {
    bottom: 10%;
  }
  .about-tl h3 {
    font-size: 35px;
  }
  .about-tl p {
    line-height: 32px;
    font-size: 16px;
    color: #1a1a1a;
  }
  .about-tl-subtit {
    margin-top: 30px;
  }
}

/*招商加盟*/

/* 联系我们 */
.contact-wrap {
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
  padding-top: 110px;
  padding-bottom: 160px;
  overflow: hidden;
}
.contact-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 95px;
}
.contact-item {
  margin-right: 100px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  transition: all 0.4s;
}
.contact-item:last-child {
  margin-right: 0px;
}
.contact-icon {
  margin-top: 32px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  transition: all 0.4s;
}
.contact-item p {
  font-size: 18px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 18px;
  transition: all 0.4s;
}
.contact-item .contact-txt {
  color: #eb610f;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 24px;
  transition: all 0.4s;
  text-align: center;
  padding: 0 10px;
}
.contact-icon-on {
  display: none;
}
.contact-item:hover {
  background-color: #eb610f;
}
.contact-item:hover .contact-icon-on {
  display: block;
}
.contact-item:hover .contact-icon-un {
  display: none;
}
.contact-item:hover p {
  color: #fff;
}
.contact-item:hover .contact-txt {
  color: #fff;
}
.contact-map-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.contact-map-bg {
  width: 100%;
  overflow: hidden;
}
.contact-map-bg img {
  display: block;
  width: 100%;
}
.contact-map-add {
  display: none;
}
.map-tab {
  position: absolute;
  width: 259px;
  left: 24px;
  top: 18px;
  padding: 14px;
  background-color: rgba(254, 254, 254, 0.8);
}
.map-tab-item {
  height: 64px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  line-height: 64px;
  color: #1a1a1a;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.4s;
}
.map-tab-item:last-child {
  margin-bottom: 0px;
}
.map-tab-item-active,
.map-tab-item:hover {
  background-color: #eb610f;
  color: #fff;
}
@media (max-width: 1200px) {
  .contact-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-list {
    padding-bottom: 40px;
  }
  .contact-item {
    margin-right: 40px;
  }
  .contact-item p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-icon {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-item .contact-txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .map-tab-item {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .contact-item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-list {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .contact-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .map-tab {
    width: 150px;
  }
  .map-tab-item {
    height: 30px;
    line-height: 30px;
  }
}
/* 新闻中心 */
.news-topwrap {
  position: relative;
  z-index: 11;
  margin-top: -250px;
}
.news-topmain {
  width: 100%;
  padding-top: 116px;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 40px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 100px;
  overflow: hidden;
}
.news-topcontent {
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 40px;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 100px;
  justify-content: space-between;
}
.news-list li {
  width: calc(33.333% - 64px);
  margin-bottom: 88px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s;
  background-color: #f9f9f9;
  position: relative;
}

.news-item img {
  width: 100%;
  border-radius: 20px;
}
.news-item span {
  font-size: 16px;
  display: block;
  line-height: 24px;
}
.news-itemtxt {
  margin-top: 45px;
  line-height: 24px;
  padding: 0 28px 86px;
}
.news-itemtxt span {
  color: #666;
  margin-bottom: 30px;
}
.news-itemtxt p {
  font-size: 20px;
  color: #333;
  min-height: 72px;
}
.news-itemon {
  position: absolute;
  transition: all 0.4s;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 22;
  background: url("../img/news-hoverbg.png") no-repeat center;
  background-size: 100% 100%;
  padding-top: 64px;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
  /* display: none; */
  /* top: -100%; */
}
.news-itemtitle {
  font-size: 26px;
  margin-top: 32px;
  min-height: 64px;
  line-height: 32px;
  margin-bottom: 20px;
}
.news-iteminfo {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 46px;
  min-height: 160px;
}
.news-itemarrow {
  display: flex;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}
.news-itemarrow img {
  transform: rotate(-45deg);
  width: 16px;
  height: 12px;
}
.news-item:hover .news-itemon {
  /* display: block; */
  left: 0px;
}
.news-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  width: 220px;
  height: 72px;
  background-color: #f9f9f9;
  color: #eb610f;
  font-size: 18px;
  margin: 0 auto 106px;
}
@media (max-width: 1600px) {
  .news-list {
    padding: 0px;
  }
  .news-list li {
    width: calc(33.333% - 40px);
  }
}

@media (max-width: 1200px) {
  .news-list li {
    width: calc(50% - 40px);
    margin-bottom: 40px;
  }
  .news-itemtxt {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .news-more {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .news-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-itemtxt {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    padding-bottom: 25px;
  }
  .news-more {
    margin-bottom: 50px;
  }
  .news-itemtitle {
    font-size: 20px;
    line-height: 24px;
    min-height: 24px;
  }
  .news-itemtxt p {
    min-height: 24px;
  }
  .news-itemtxt span {
    margin-bottom: 15px;
  }
  .news-more {
    width: 160px;
    height: 40px;
    margin-bottom: 50px;
    border-radius: 20px;
    margin-top: 30px;
  }
}
/* 新闻详情 */
.detail-header {
  background-color: #fff;
}
.detail-header .nav-ul li > a {
  color: #1a1a1a;
}
.detail-header .header-right a {
  color: #1a1a1a;
}
.detail-header {
  position: relative;
  left: auto;
  top: auto;
}
.news-detail-nav {
  background-color: #ededed;
}
.news-detail-menu {
  display: flex;
  align-items: center;
  color: #969696;
  font-size: 15px;
  height: 70px;
}
.news-detail-menu a:hover {
  color: #eb610f;
}
.news-detail-wrap {
  padding-top: 80px;
}
.news-detail-title {
  padding-bottom: 36px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
.news-detail-title p {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 30px;
}
.news-detail-time span {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.news-detail-main {
  width: 1200px;
  margin: 0 auto;
}
.news-detail-txt {
  margin-top: 84px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
}
.news-detail-txt p {
  margin-bottom: 30px;
}
.news-detail-txt img {
  display: block;
  width: fit-content;
  margin: 0 auto 65px;
}
.newsd-pages {
  margin-bottom: 156px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  padding-top: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 30px;
}
.newsd-pages .newsd-pages-txt:hover {
  color: #eb610f;
}
.newsd-more {
  position: absolute;
  width: 84px;
  height: 42px;
  border-radius: 21px;
  background-color: #f6f6f6;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .news-detail-main {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .news-detail-menu {
    height: 48px;
  }
  .news-detail-wrap {
    padding-top: 40px;
  }
  .news-detail-title p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .news-detail-title {
    padding-bottom: 20px;
  }
  .news-detail-txt {
    margin-top: 30px;
  }
  .news-detail-txt p {
    margin-bottom: 15px;
  }
  .news-detail-txt img {
    margin-bottom: 20px;
    width: 100%;
  }
  .newsd-pages {
    margin-bottom: 30px;
    flex-direction: column;
    padding-top: 15px;
    font-size: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .newsd-more {
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0px);
  }
  .newsd-pages-txt {
    width: 100%;
    text-align: left;
  }
  .newsd-more {
    height: 36px;
    border-radius: 18px;
    margin-bottom: 10px;
  }
}
/* 招商加盟 */
.zhaoshang-one {
  padding-top: 108px;
}
.zhaoshang-one h3 {
  font-size: 42px;
  color: #1a1a1a;
  line-height: 42px;
  text-align: center;
  padding-bottom: 56px;
  border-bottom: 1px solid #f1f1f1;
}
.zhaoshang-develop {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 132px;
  overflow: hidden;
}
.zhaoshang-develop li {
  width: calc(33.3333% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.develop-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.develop-txt h4 {
  font-size: 18px;
  line-height: 32px;
}
.develop-num {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #eb610f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  position: relative;
  z-index: 11;
}
.develop-img {
  margin-top: -25px;
  border-radius: 10px;
  overflow: hidden;
}
.develop-img img {
  display: block;
  width: 100%;
}
.market-wrap {
  width: 100%;
  overflow: hidden;
  height: 848px;
  background: url("../img/jiam-gmimg.png") no-repeat center;
  background-size: 100% 100%;
}
.market-title {
  margin-top: 210px;
  color: #1a1a1a;
}
.market-title h4 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 36px;
}
.market-title p {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 60px;
  min-height: 90px;
}
.market-list {
  display: flex;
}
.market-list li {
  width: 346px;
  padding-left: 45px;
  padding-right: 40px;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 36px;
  padding-bottom: 20px;
  margin-right: 60px;
  transition: all 0.4s;
}
.market-list li:hover {
  transform: translateY(-5px);
}

.market-list li:nth-child(3) {
  margin-right: 0px;
}
.market-num {
  position: relative;
  width: fit-content;
  padding-right: 54px;
}
.market-num p {
  color: #eb610f;
  font-size: 66px;
  line-height: 66px;
}
.market-num span {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #666666;
  font-size: 18px;
}
.market-info {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  color: #1a1a1a;
  min-height: 94px;
}
.market-list li:hover {
  background-color: #eb610f;
}
.market-list li:hover .market-num p {
  color: #fff;
}
.market-list li:hover .market-num span {
  color: #fff;
}
.market-list li:hover .market-info {
  color: #fff;
}
.news-topswiper a {
  display: flex;
  padding: 20px 30px;
  justify-content: space-between;
}
.news-tl {
  width: 48%;
}
.news-tr {
  width: 48%;
  padding-top: 40px;
}
.news-tl-img img {
  width: 100%;
}
.news-tr span {
  font-size: 15px;
}
.news-tr h3 {
  font-size: 26px;
  color: #1a1a1a;
  font-family: "HarmonyOSBold";
  padding: 40px 0;
}
.news-tr h4 {
  color: #888888;
  font-size: 16px;
  line-height: 30px;
}
.news-topswiper .swiper-button-prev {
  display: none;
}
.news-topswiper .swiper-button-next {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  right: 45%;
  top: 68%;
  background: #fff url("../img/news-next.png") no-repeat center;
}
.news-topswiper .swiper-pagination {
  left: 42px;
}
.news-topswiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d5d5d5;
  opacity: 1;
}
.news-topswiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
  position: relative;
}
.news-topswiper .swiper-pagination .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  width: 50%;
  background: #eb610f;
  height: 12px;
  border-radius: 10px;
  left: 0;
}
@media (max-width: 1600px) {
  .news-tr h3 {
    padding: 15px 0;
    font-size: 22px;
  }
  .news-topmain {
    padding: 50px;
  }
  .news-topswiper .swiper-pagination {
    bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .news-tr {
    padding-top: 0;
  }
}

@media (max-width: 1200px) {
  .news-topswiper a {
    display: block;
  }
  .news-tl {
    width: 100%;
  }
  .news-tr {
    width: 100%;
    padding: 20px 0;
  }
  .news-topswiper .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 5px;
    top: 93%;
    background: #fff url(../img/news-next.png) no-repeat center;
  }
}
@media (max-width: 991px) {
  .news-tr {
    width: 100%;
    padding: 20px 0 50px;
  }
  .news-topswiper .swiper-pagination {
    left: 0;
  }
  .news-topmain {
    margin-bottom: 0;
  }
}
.bada-box {
  margin-top: 75px;
}
.bada {
  padding-bottom: 120px;
}
.bada-box {
  display: flex;
  padding: 0 168px;
  justify-content: space-between;
  background: url("../img/bada-c2.png") no-repeat center;
}
.bada-center {
  width: 617px;
  background: url("../img/bada-c1.png") no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bada-center-txt {
  padding: 0 130px;
  color: #1a1a1a;
  line-height: 30px;
}
.bada-box ul li {
  margin-bottom: 110px;
  width: 180px;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-family: "HarmonyOSBold";
}
.bada-box ul li {
  position: relative;
}
.bada-one {
  left: 190px;
}
.bada-oner {
  right: 190px;
}
.bada-two {
  left: 90px;
}
.bada-twor {
  right: 90px;
}
.bada-three {
  left: 60px;
}
.bada-threer {
  right: 60px;
}
.bada-four {
  left: 110px;
}
.bada-fourr {
  right: 110px;
}
.bada-box ul li:hover {
  border: 1px solid #eb610f;
  color: #eb610f;
}
.zshz {
  background: #f5f5f5;
  padding: 80px 0 90px;
}
.zshz .market-title {
  margin-top: 0;
}
.zshz .market-title h5 {
  color: #888888;
  font-size: 16px;
}
.zshz-box ul li input,
.zshz-box ul li select {
  background: #ffffff;
  height: 85px;
  width: 100%;
  border: none;
  padding-left: 40px;
  -webkit-appearance: none; /* 移除WebKit浏览器的默认样式 */
  -moz-appearance: none; /* 移除火狐浏览器的默认样式 */
  appearance: none; /* 标准属性，移除所有浏览器的默认样式 */
  outline: none; /* 确保在聚焦时没有默认的outline */
  font: inherit; /* 确保字体继承自父元素 */
}
.zshz-box ul {
  display: flex;
  justify-content: space-between;
}
.zshz-box ul li {
  width: 32.5%;
  margin-bottom: 15px;
  position: relative;
}
.zshz-box {
  margin-top: 50px;
}

.zshz-textarea textarea {
  background: #ffffff;
  width: 100%;
  border: none;
  padding: 30px;
  -webkit-appearance: none; /* 移除WebKit浏览器的默认样式 */
  -moz-appearance: none; /* 移除火狐浏览器的默认样式 */
  appearance: none; /* 标准属性，移除所有浏览器的默认样式 */
  outline: none; /* 确保在聚焦时没有默认的outline */
  font: inherit; /* 确保字体继承自父元素 */
}

.zshz-box ul li .select-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.zshz-box button {
  width: 152px;
  height: 56px;
  background: #eb620e;
  display: block;
  border: none;
  color: #fff;
  margin: 40px auto 0;
}
.zshz-box ul li input::placeholder {
  color: #888888;
  font-size: 16px;
}
.zshz-box ul li textarea::placeholder {
  color: #888888;
  font-size: 16px;
}
.zshz-box ul li select {
  color: #888888;
  font-size: 16px;
}
.hhrzz {
  padding: 120px 0 0;
  overflow: hidden;
}
.hhrzz-boxswiper .swiper-slide a {
  display: block;
  box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.2);
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 60px;
}
.hhrzz-box {
  margin-top: 64px;
  position: relative;
  left: 160px;
}
.hhrzz-boxswiper .swiper-slide {
  padding: 10px 0;
}
.hhrzz-boxswiper .swiper-pagination {
  margin-left: -160px;
}
.hhrzz-icon {
  width: 97px;
  height: 91px;
  margin: 0 auto;
}
.hhrzz-txt {
  margin-top: 36px;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 32px;
}
.hhrzz-boxswiper .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #d7d7d7;
  border-radius: 10px;
  opacity: 1;
}
.hhrzz-boxswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #eb610f;
}
.hhrzz-boxswiper .swiper-pagination {
  bottom: 0;
}

.hhrzz-boxswiper {
  padding: 0px 0 70px 10px;
}

.hhrzz-boxswiper .swiper-slide a:hover {
  background: #eb610f;
  color: #fff;
}
.hhrzz-icon img:last-child {
  display: none;
}
.hhrzz-boxswiper .swiper-slide a:hover .hhrzz-icon img:last-child {
  display: block;
}
.hhrzz-boxswiper .swiper-slide a:hover .hhrzz-icon img:first-child {
  display: none;
}

.hhrzz-boxswiper .swiper-slide a:hover .hhrzz-txt {
  color: #fff;
}

@media (max-width: 1700px) {
  .bada-one {
    left: 52%;
  }
  .bada-oner {
    right: 52%;
  }
  .bada-two {
    left: 5.6%;
  }
  .bada-twor {
    right: 5.6%;
  }
  .bada-three {
    left: 3.7%;
  }
  .bada-threer {
    right: 3.7%;
  }
  .bada-four {
    left: 6.8%;
  }
  .bada-fourr {
    right: 6.8%;
  }
}
@media (max-width: 1600px) {
  .bada-box {
    padding: 0 80px;
  }
}

@media (max-width: 1400px) {
  .market-list li {
    width: 32%;
  }
  .hhrzz-box {
    left: 0;
    padding: 0 20px;
  }
  .hhrzz-boxswiper {
    padding: 0 10px 50px;
  }
  .hhrzz-boxswiper .swiper-pagination {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .bada-box {
    display: block;
  }
  .bada-box ul {
    display: flex;
    justify-content: space-between;
  }
  .bada-one {
    left: 0%;
  }
  .bada-oner {
    right: 0%;
  }
  .bada-two {
    left: 0%;
  }
  .bada-twor {
    right: 0%;
  }
  .bada-three {
    left: 0%;
  }
  .bada-threer {
    right: 0%;
  }
  .bada-four {
    left: 0%;
  }
  .bada-fourr {
    right: 0%;
  }
  .bada-center {
    margin: 0 auto 30px;
    width: 80%;
  }
}

@media (max-width: 991px) {
  .zhaoshang-develop {
    display: block;
  }
  .zhaoshang-develop li {
    width: 100%;
    margin-bottom: 30px;
  }
  .zhaoshang-one h3 {
    font-size: 32px;
  }
  .zhaoshang-one {
    padding-top: 50px;
  }
  .zhaoshang-one h3 {
    padding-bottom: 20px;
  }
  .zhaoshang-develop {
    margin-bottom: 50px;
  }
  .market-list {
    display: block;
  }
  .market-wrap {
    height: auto;
    padding: 50px 0;
  }
  .market-title {
    margin-top: 50px;
  }
  .market-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .hhrzz-boxswiper .swiper-slide a {
    padding: 50px 20px;
  }
  .hhrzz {
    padding: 60px 0;
  }
  .prod-jmlc {
    margin-top: 30px;
  }
  .bada-box {
    margin-top: 0;
  }
  .bada-center-txt {
    padding: 0 30px;
  }
  .bada-center {
    background-size: cover;
  }
  .bada-center {
    margin: 0 auto 30px;
    width: 100%;
  }
  .bada-box ul {
    flex-wrap: wrap;
  }
  .bada-box ul li {
    margin-bottom: 30px;
  }
  .bada-box {
    padding: 0;
  }
  .zshz-box ul {
    flex-wrap: wrap;
  }
  .zshz-box ul li {
    width: 100%;
  }
  .bada {
    padding-bottom: 30px;
  }
}

/*控制背景图方向*/
.mbheader {
  display: none;
}
@media (max-width: 991px) {
  .bgposleft {
    background-position: left center !important;
  }
  .bgposcenter {
    background-position: center center !important;
  }
  .bgposright {
    background-position: right center !important;
  }
  #section7 {
    display: none;
  }
  .mbheader {
    display:block;
    position: fixed;
    top: 0;
  }
  .hjoin{
    height: 100vh;
    overflow: hidden;
  }
}

.rotating-image {
    animation: rotate 2s linear infinite;
    /* 5s控制旋转速度，数值越大旋转越慢 */
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

