@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("../fonts/SourceHanSansCN-Light.otf") format("opentype");
}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.ttf") format("opentype");
}

* {
  font-family: "SourceHanSansCN-Light";
}

.row {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1380px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
    padding: 0 15px;
  }
}

@media (min-width: 1480px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
    padding: 0 25px;
  }
}

body {
  margin-top: 82px;
}

.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  padding: 0 10% 0 12%;
  box-shadow: 0px 0px 15px -10px #000;
}

.header .nav-right {
  justify-content: flex-end;
  width: calc(50% - 90px);
}

.header .nav-left {
  width: calc(50% - 90px);
}

.header .nav-list {
  justify-content: flex-end;
}

.header .logo {
  width: 180px;
}

.header .logo .on {
  display: none;
}

.header .logo .off {
  display: inline-block;
}

.header .nav-box {
  width: calc(100% - 170px);
  margin-left: auto;
}

.header .li-box .nav-a {
  padding: 0 30px;
  font-size: 18px;
  display: inline-block;
  line-height: 82px;
  color: #333;
  opacity: 0.8;
}

.header .li-box .nav-a:hover {
  color: #000;
  opacity: 1;
}

.header .nav-list li {
  padding: 0 18px;
}

.header .nav-list li a {
  display: flex;
  align-items: center;
}

.header .nav-list li a img {
  margin-right: 5px;
}

.header .child-box {
  display: none;
  position: absolute;
  width: 100%;
  height: 390px;
  transform: translateX(-50%);
  left: 50%;
  top: 80px;
  background-color: #fff;
  overflow: hidden;
}

.header .child-box dd>a {
  line-height: 35px;
  font-size: 16px;
  padding: 0 15px;
  text-align: center;
  display: block;
}

.header .child-box .child-con {
  padding: 40px 10% 0 12%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.6s;
}

.header .child-box .child-con.on {
  position: relative;
  z-index: 5;
  opacity: 1;
}

.header .child-box .left {
  width: 480px;
  margin-right: 45px;
}

.header .child-box .left p {
  padding: 10px 0 0;
  font-size: 14px;
  color: #333;
}

.header .child-box dl dd a {
  text-align: start;
}

.header .nav-wx {
  margin-left: auto;
}

.header .nav-wx a {
  line-height: 100px;
  padding-left: 35px;
  background-image: url(../images/weixin.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.header .language {
  margin-left: 10px;
  position: relative;
}

.header .language .language-p {
  padding: 0 10px;
  cursor: pointer;
}

.header .language .language-p p {
  line-height: 40px;
}

.header .language .language-p span {
  display: block;
  margin: 0 10px;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
}

.header .language a {
  display: flex;
  padding: 0 10px;
  align-items: center;
}

.header .language a p {
  line-height: 40px;
}

.header .language a span {
  display: block;
  margin: 0 10px;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
}

.header .language .language-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
}

.header .language .language-list li:hover {
  background-color: rgba(95, 79, 70, 0.3);
}

.header .language .language-list li:hover p,
.header .language .language-list li:hover span {
  color: #fff;
}

.header .language .language-list li:hover span {
  background-color: #fff;
}

.header .language:hover {
  background-color: rgba(95, 79, 70, 0.3);
}

.header .language:hover .language-list {
  display: block;
}

.header .language:hover .language-p p,
.header .language:hover .language-p span {
  color: #fff;
}

.header .language:hover .language-p span {
  background-color: #fff;
}

.footer {
  position: relative;
  z-index: 6;
  background-color: #fff;
}

.footer .footer-top {
  padding: 90px 0;
}

.footer .footer-top .left {
  padding-right: 85px;
}

.footer .footer-top .mid {
  padding: 0 95px;
  border-right: 1px solid #ddd;
  text-align: center;
}

.footer .footer-top .mid li:first-child {
  padding-left: 20px;
}

.footer .footer-top .mid a {
  width: 100%;
  display: flex;
  align-items: center;
}

.footer .footer-top .mid a .img {
  width: 44px;
  text-align: center;
  position: relative;
  height: 20px;
}

.footer .footer-top .mid a .img img {
  max-height: 20px;
}

.footer .footer-top .mid a .img .ewm {
  display: none;
  width: 130px;
  padding: 5px;
  border: 1px solid #ddd;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 100px;
  background-color: #fff;
}

.footer .footer-top .mid a .img .ewm img {
  width: 100%;
  max-height: none;
}

.footer .footer-top .mid a p {
  line-height: 20px;
  display: block;
  padding: 0;
  font-size: 16px;
}

.footer .footer-top .mid a:hover .img .ewm {
  display: block;
}

.footer .footer-top .right {
  padding-left: 85px;
}

.footer .footer-top .right .more {
  margin: 0 0 15px;
}

.footer .footer-top .right .more a {
  padding: 0 40px;
}

.footer .footer-top .right .link a {
  line-height: 25px;
  display: block;
  font-size: 16px;
  color: #333;
}

.footer .footer-top .right .link a img {
  margin-right: 12px;
  margin-bottom: 5px;
}

.footer .footer-top .right .link a:hover {
  color: #000;
}

.footer .footer-top li a {
  line-height: 20px;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #666;
}

.footer .footer-top li a:hover {
  color: #000;
}

.footer .footer-bot {
  padding-bottom: 60px;
  text-align: center;
}

.footer .footer-bot a {
  padding: 0 5px;
  font-size: 14px;
  color: #666;
}

.banner {
  position: relative;
}

.banner .banner-text h2 {
  color: #fff;
  text-shadow: none;
}

.banner .banner-text h5 {
  color: #fff;
  text-shadow: none;
}

.banner .banner-img img {
  width: 100%;
}

.banner .des {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 8%;
  left: 50%;
  z-index: 5;
}

.title h2 {
  font-family: "SourceHanSansCN-Regular";
  color: #000;
  font-size: 36px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.page {
  display: block;
}

.index-banner {
  position: relative;
}

.index-banner .index-banner-img img {
  width: 100%;
}

.index-banner .index-banner-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
}

.index-banner h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}

.index-banner h2 {
  margin: 20px 0 15px;
  font-size: 56px;
  letter-spacing: 10px;
  font-family: "SourceHanSansCN-Regular";
  text-transform: uppercase;
}

.index-banner .des {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 8%;
  left: 50%;
  z-index: 5;
}

.more {
  text-align: center;
  margin-top: 40px;
}

.more a {
  display: inline-block;
  line-height: 45px;
  padding: 0 24px;
  border: 1px solid #5f4f46;
}

.more a:hover {
  background-color: #5f4f46;
  color: #fff;
}

.introduction-component {
  padding: 170px 0 90px;
}

.introduction-component .inner {
  width: 83.33%;
  margin: 0 auto;
}

.introduction-component .inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.5px;
}

.content-component h3 {
  font-size: 35px;
}

.content-component .content-wrapper {
  height: 100%;
}

.content-component .list {
  padding: 30px 0;
}

.content-component .list:nth-child(2n)>.row {
  flex-direction: row-reverse;
}

.img-wrapper {
  height: 740px;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}

.img-wrapper .img-active {
  width: 100%;
  position: absolute;
  transform: translateX(-50%);
  top: -30px;
  left: 50%;
  transition: all 1s;
  z-index: 3;
}

.img-wrapper .img-active img {
  width: 100%;
}

.news-component {
  padding: 200px 0 170px;
}

.news-component .news-des {
  text-align: center;
}

.news-component .news-list {
  padding: 50px 0 0;
}

.news-component .news-list .img-wrapper {
  height: 540px;
  padding: 10px 0;
}

.news-component .news-list .img-wrapper img {
  width: 100%;
}

.news-component .news-list .img-wrapper::after {
  display: block;
  width: 100%;
  height: calc(100% + 20px);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
}

.news-component .news-list .list-con {
  position: relative;
}

.news-component .news-list .text-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 5;
  text-align: center;
}

.news-component .news-list h3 {
  margin-bottom: 20px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

.news-component .news-list .link-more span {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.news-component .link-more-btn {
  text-align: center;
}

.news-component .link-more-btn span {
  padding-right: 25px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  border-bottom: 1px solid #000;
  background-image: url(../images/zuobian.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.news-component .wid3:nth-child(n+4) {
  display: none;
}

.news-component .news-list.on .wid3:nth-child(n+4) {
  display: block;
}

.store-component {
  position: relative;
}

.store-component .img-wrapper {
  height: 800px;
  padding: 20px 0;
}

.store-component .store-text {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 4;
}

.store-component .store-text .text {
  background-color: #fff;
}

.store-component .store-text h5 {
  padding: 120px 0 0px;
  font-size: 18px;
}

.store-component .store-text h2 {
  margin: 0 0 70px;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: bold;
}

.store-component .store-text .more {
  padding: 26px 0;
  background-color: #f6f4f0;
}

.introduction-common {
  padding: 110px 0 30px;
}

.introduction-common p {
  font-size: 18px;
  line-height: 2em;
}

.common-component {
  padding: 110px 0 200px;
}

.common-component .content-wrapper {
  height: 100%;
}

.common-component .container {
  margin: 0 auto;
}

.common-component .list {
  padding: 30px 0;
}

.common-component .list:nth-child(2n)>.row {
  flex-direction: row-reverse;
}

.common-component .list:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 20%;
  width: 100%;
}

.common-component h2 {
  font-family: "SourceHanSansCN-Regular";
  margin-bottom: 35px;
}

.common-component p {
  margin-bottom: 35px;
  font-size: 16px;
  color: #666;
  line-height: 2em;
}

.common-component .text {
  padding-left: 20%;
  width: 100%;
}

.common-component .more {
  text-align: start;
}

.common-component.philosophy .list:nth-child(3) {
  padding: 55px 0 95px;
  margin-top: 60px;
  background-color: #eee;
}

.common-component2 {
  padding: 110px 0 200px;
}

.common-component2 .content-wrapper {
  height: 100%;
}

.common-component2 .container {
  margin: 0 auto;
}

.common-component2 .list {
  padding: 30px 0;
}

.common-component2 .list:nth-child(2n)>.row {
  flex-direction: row-reverse;
}

.common-component2 .list:nth-child(2n) .text {
  padding-left: 20%;
  padding-right: 0%;
  width: 100%;
}

.common-component2 h2 {
  font-family: "SourceHanSansCN-Regular";
  margin-bottom: 35px;
}

.common-component2 p {
  margin-bottom: 35px;
  font-size: 16px;
  color: #666;
  line-height: 2em;
}

.common-component2 .text {
  padding-right: 20%;
  width: 100%;
}

.common-component2 .more {
  text-align: start;
}

.mask-img {
  height: calc(100vh - 200px);
  overflow: hidden;
}

.mask-img .mask-box {
  height: 100%;
  position: relative;
}

.mask-img .img-wrapper {
  width: 100%;
  height: calc(100vh - 90px);
  position: fixed;
  left: 0;
  bottom: 0;
}

.mask-img .img-wrapper .img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
  top: 30px;
  left: 50%;
  transition: all 0.8s;
  z-index: 3;
  opacity: 0;
  background-size: cover;
}

.mask-img .img-wrapper .img-bg img {
  width: 100%;
}

.section {
  position: relative;
  background-color: #fff;
  z-index: 6;
}

.des-component {
  padding: 130px 0 0;
}

.des-component .des-box {
  width: 60%;
  margin: 0 auto;
}

.des-component h3 {
  font-family: "SourceHanSansCN-Regular";
  font-size: 24px;
}

.des-component p {
  font-size: 16px;
  color: #666;
  line-height: 2em;
}

.des-component p:not(:last-child) {
  margin-bottom: 75px;
}

.explore {
  padding: 120px 0 50px;
}

.explore .title {
  text-align: center;
}

.explore .list {
  padding: 30px 0 0;
}

.explore .list .img-wrapper {
  height: 750px;
  padding: 10px 0;
}

.explore .list .img-wrapper img {
  width: 100%;
}

.explore .list .img-wrapper::after {
  display: block;
  width: 100%;
  height: calc(100% + 20px);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
}

.explore .list .list-con {
  position: relative;
}

.explore .list .text-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 5;
  text-align: center;
}

.explore .list h3 {
  margin-bottom: 20px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

.explore .list .link-more span {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.common-img {
  padding: 150px 0;
}

.common-img .list {
  text-align: center;
}

.common-img .img-wrapper {
  width: auto;
  height: auto;
  overflow: hidden;
}

.common-img .img-active {
  position: relative;
  width: auto;
}

.common-img .img-active img {
  margin: 0 10px;
  width: auto;
}

.common-img .list:not(:last-child) {
  margin-bottom: 20px;
}

.common-img .text {
  padding: 140px 0 0;
  text-align: center;
}

.common-img .text p {
  font-size: 18px;
  color: #333;
  line-height: 2em;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.img-740 .img-wrapper {
  height: 740px;
}

.virsual {
  padding: 125px 0 0;
}

.virsual .img-wrapper {
  height: 1040px;
}

.virsual .img-wrapper .img-active {
  width: 100%;
  text-align: center;
}

.virsual .img-wrapper .img-active img {
  height: 1080px;
  width: auto;
}

.virsual .list {
  padding: 25px 0;
}

.virsual .text {
  text-align: center;
  padding: 110px 0;
}

.virsual .text p {
  font-size: 18px;
  color: #333;
  line-height: 2em;
}

.virsual .text:last-child {
  padding-bottom: 0;
}

.contact {
  padding: 60px 0 155px;
  background-color: #f6f6f6;
}

.contact .contact-box {
  width: 785px;
  margin: 0 auto;
}

.contact .form-box {
  padding: 40px 0 0;
  width: 785px;
  margin: 0 auto;
}

.contact .form-box select {
  margin-bottom: 30px;
  width: 48%;
  line-height: 50px;
  height: 50px;
  padding: 0 18px;
  outline: none;
  color: #666;
  background-color: #f6f6f6;
}

.contact h2 {
  font-family: "SourceHanSansCN-Regular";
  font-size: 26px;
  margin-bottom: 40px;
}

.contact p {
  font-size: 16px;
  line-height: 2em;
}

.contact .info .input {
  width: 48%;
  margin-bottom: 30px;
}

.contact .info .input input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 18px;
  outline: none;
  color: #666;
  background-color: #f6f6f6;
}

.contact .info-des textarea {
  width: 100%;
  min-height: 250px;
  line-height: 50px;
  height: 50px;
  padding: 0 18px;
  outline: none;
  color: #666;
  resize: none;
  background-color: #f6f6f6;
}

.contact .submit {
  margin: 60px 0 95px;
}

.contact .submit .btn {
  display: inline-block;
  line-height: 45px;
  padding: 0 22px;
  border: 1px solid #5f4f46;
}

.contact .submit .btn:hover {
  background-color: #5f4f46;
  color: #fff;
}

.address {
  padding: 90px 0 10px;
  background-color: #f6f6f6;
}

.address h2 {
  margin-bottom: 60px;
  font-family: "SourceHanSansCN-Regular";
  text-align: center;
  font-size: 48px;
}

.address .address-search {
  text-align: center;
}

.address .address-search .input {
  width: 670px;
  margin: 0 auto;
  position: relative;
}

.address .address-search .input input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 18px;
  outline: none;
  color: #666;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
}

.address .address-search .input .search-btn {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  line-height: 50px;
  width: 90px;
  text-align: center;
}

.address .address-search .row-input {
  width: 670px;
  margin: 30px auto 70px;
  text-align: start;
}

.address .address-search .row-input .province,
.address .address-search .row-input .select {
  width: 47%;
}

.address .address-search .row-input p {
  font-size: 18px;
}

.address .address-search .row-input input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 18px;
  outline: none;
  color: #666;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
}

.address .address-search .row-input select {
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 18px;
  outline: none;
  color: #666;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
}

.address .change {
  text-align: center;
}

.address .change a {
  padding: 10px;
  display: inline-block;
  color: #888;
}

.address .change a.active {
  color: #000;
}

.address .change a:hover {
  color: #000;
}

.address .address-des {
  padding: 75px 0 0;
}

.address .address-des h3 {
  margin-bottom: 35px;
  font-family: "SourceHanSansCN-Regular";
  font-size: 36px;
}

.address .address-des h5 {
  margin-bottom: 0;
  color: #888;
  font-size: 16px;
  line-height: 30px;
}

.address .address-des p {
  font-size: 16px;
  line-height: 30px;
}

.address .address-des .wid3 {
  width: 30%;
  margin-right: 3.33%;
  margin-bottom: 5%;
  text-align: center;
}

.address .map {
  position: relative;
  margin-bottom: 90px;
}

.address .des-box {
  position: absolute;
}

.address .des-box>p {
  font-size: 16px;
  padding: 0 5px;
  line-height: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.address .des-box:hover .province-des {
  display: block;
}

.address .des-box .province-des {
  display: none;
  padding: 0 16px 20px;
  background-color: #fff;
  width: 440px;
  text-align: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 28px;
  z-index: 4;
}

.address .des-box .top {
  justify-content: center;
  border-bottom: 1px solid #ddd;
  padding: 15px 0 5px;
  margin-bottom: 20px;
}

.address .des-box .tab {
  width: 33.33%;
  margin-bottom: 5px;
  cursor: pointer;
}

.address .des-box .tab.active p {
  display: inline-block;
  border-bottom: 1px solid #333;
}

.address .des-box li h3 {
  margin-bottom: 15px;
  font-family: "SourceHanSansCN-Regular";
}

.address .des-box li h5 {
  margin-bottom: 0;
  color: #888;
  font-size: 16px;
  line-height: 30px;
}

.address .des-box li p {
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
}

.address .bot {
  position: relative;
}

.address .shop {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s;
}

.address .shop.active {
  position: relative;
  opacity: 1;
  z-index: 5;
}

.address .des1 {
  position: absolute;
  top: 63%;
  left: 52.6%;
}

.address .des2 {
  top: 56.5%;
  left: 54%;
}

.address .des3 {
  top: 51.5%;
  left: 63%;
}

.address .des4 {
  top: 71%;
  left: 56%;
}

.address .des5 {
  top: 79%;
  left: 50.5%;
}

.address .des6 {
  top: 55%;
  left: 65.5%;
}

.address .des7 {
  top: 38%;
  left: 58%;
}

.address .des8 {
  top: 57%;
  left: 42%;
}

.address .des9 {
  top: 46%;
  left: 59%;
}

.address .des10 {
  top: 31%;
  left: 67%;
}

.address .des11 {
  top: 65%;
  left: 47%;
}

.address .des12 {
  top: 46%;
  left: 36%;
}

@media (max-width: 1680px) {
  .store-component .img-wrapper {
    height: 700px;
    padding: 20px 0;
  }
}

@media (max-width: 1480px) {
  .header .nav-list li {
    padding: 0 12px;
  }

  .header .li-box .nav-a {
    padding: 0 20px;
  }

  .img-wrapper {
    height: 600px;
  }

  .news-component .news-list .img-wrapper {
    height: 460px;
    padding: 10px 0;
  }

  .store-component .img-wrapper {
    height: 600px;
    padding: 20px 0;
  }
}





.address .des13 {
  left: 56%;
  top: 42%;
}

.address .des14 {
  top: 45%;
  left: 53%;
}

.address .des15 {
  left: 63%;
  top: 35%;
}

.address .des16 {

  left: 67%;
  top: 24%;

}

.address .des17 {
  left: 62%;
  top: 58%;
}

.address .des18 {
  top: 54%;
  left: 59%;
}

.address .des19 {
  top: 65%;
  left: 60%;
}

.address .des20 {
  top: 62%;
  left: 58%;
}

.address .des21 {
  top: 51%;
  left: 54%;
}

.address .des22 {
  top: 68%;
  left: 40%;
}

.address .des23 {
  top: 50%;
  left: 49%;
}

.address .des24 {
  top: 48%;
  left: 44%;
}

.address .des25 {
  top: 40%;
  left: 59%;
}

.address .des26 {
  top: 59%;
  left: 48%;
}

.address .des27 {
  left: 49%;
  top: 71%;
}

.address .des28 {
  top: 37%;
  left: 49%;
}

.address .des29 {
  top: 53%;
  left: 25%;
}

.address .des30 {
  top: 43%;
  left: 46%;
}

.address .des31 {
  top: 34%;
  left: 24%;
}

.address .des32 {
  top: 69%;
  left: 64%;
}

.address .des33 {
  top: 74%;
  left: 55%;
}

.address .des34 {
  top: 75%;
  left: 53%;
}

.address .des35 {
  top: 45%;
  left: 52%;
}

.address .des36 {
  left: 52%;
  top: 44%;
}








@media (max-width: 1400px) {


  .address .des13 {
    left: 55%;
    top: 42%;
  }

  .address .des14 {
    top: 45%;
    left: 52%;
  }

  .address .des15 {
    left: 63%;
    top: 35%;
  }

  .address .des16 {
    left: 66%;
    top: 23%;
  }

  .address .des17 {
    left: 62%;
    top: 58%;
  }

  .address .des18 {
    top: 53%;
    left: 58%;
  }

  .address .des19 {
    top: 65%;
    left: 60%;
  }

  .address .des20 {
    top: 61%;
    left: 57%;
  }

  .address .des21 {
    top: 50%;
    left: 53%;
  }

  .address .des22 {
    top: 68%;
    left: 40%;
  }

  .address .des23 {
    top: 49%;
    left: 48%;
  }

  .address .des24 {
    top: 46%;
    left: 43%;
  }

  .address .des25 {
    top: 40%;
    left: 61%;
  }

  .address .des26 {
    top: 57%;
    left: 48%;
  }

  .address .des27 {
    left: 49%;
    top: 71%;
  }

  .address .des28 {
    top: 37%;
    left: 49%;
  }

  .address .des29 {
    top: 53%;
    left: 25%;
  }

  .address .des30 {
    top: 44%;
    left: 47%;
  }

  .address .des31 {
    top: 34%;
    left: 24%;
  }

  .address .des32 {
    top: 69%;
    left: 64%;
  }

  .address .des33 {
    top: 74%;
    left: 56%;
  }

  .address .des34 {
    top: 75%;
    left: 53%;
  }

  .address .des35 {
    top: 45%;
    left: 52%;
  }

  .address .des36 {
    left: 52%;
    top: 44%;
  }

}












.index-banner {
  display: block;
}

.index-banner.index-banner-mobile {
  display: none;
}

.mask-img .img-wrapper .img-bg {
  display: block;
}

.mask-img .img-wrapper .img-bg.img-mobile {
  display: none;
}

.banner .banner-img img {
  display: inline-block;
}

.banner .banner-img .image-mobile {
  display: none;
}

@media (max-width: 768px) {


  .index-banner {
    display: none;
  }

  .index-banner.index-banner-mobile {
    display: block;
  }

  .banner .banner-img img {
    display: none;
  }

  .banner .banner-img .image-mobile {
    display: inline-block;
  }
}









@media (max-width: 768px) {

  .header .nav-left {
    position: absolute;
    width: 100%;
    height: calc(100vh - 56px);
    display: block;
    top: 56px;
    left: 100%;
    z-index: 99;
    background: #ffff;
    box-shadow: -4px 4px 15px -10px #000;
    transition: all .6s;
    padding: 20px;
    visibility: hidden;
  }

  .header .nav-right {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: nowrap;
    position: fixed;
    display: block;
    z-index: 99;
    left: 100%;
    bottom: 0;
    padding: 30px 16px;
    background-color: #f6f4f0;
    transition: all .6s;
    visibility: hidden;
  }

  .header .child-box {
    display: block !important;
    position: fixed;
    width: 100%;
    height: calc(100vh - 56px);
    transform: none;
    left: 100%;
    visibility: hidden;
    top: 56px;
    background-color: #fff;
    overflow: hidden;
    transition: all .6s;
    z-index: 9999;
  }

  .header.on .nav-right,
  .header.on .nav-left {
    visibility: visible;
    left: 0;
  }

  .header.childOn.on .child-box {
    left: 0;
    visibility: visible;
  }

  .header .nav-left .li-box {
    position: relative;
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #ddd;
  }

  .header .li-box .nav-a {
    line-height: 35px;
    display: block;
    font-size: 24px;
    margin-bottom: 0px;
    opacity: 1;
    padding: 0;
  }

  .header {
    padding: 0px 15px;
    box-shadow: 0px 4px 15px -10px #000;
    height: 56px;
  }

  .header .logo {
    width: 110px;
  }

  .header .nav-list li a img {
    margin-right: 5px;
  }

  .header .nav-list li a {
    display: flex;
    padding: 0;
    line-height: 35px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .header .nav-list li a p {
    font-size: 18px;
  }

  .header .nav-list li {
    padding: 0;
    margin-bottom: 15px;
  }

  .header .language .language-p p {
    line-height: 35px;
    font-size: 18px;
  }

  .header .language .language-list {
    padding: 5px 0;
    background: none;
    box-shadow: none;
    position: initial;
    display: block;
  }

  .header .nav-list {
    display: block;
  }

  .header .nav-left .nav {
    display: block;
    width: 100%;
    height: 100%;
    border-right: none;
  }

  .header .language .language-p {
    padding: 0;
    cursor: pointer;
    display: none;
  }

  .header .language {
    margin-left: 0;
    position: relative;
  }


  .header .child-box .left .img {
    display: none;
  }

  .header .child-box .child-con {
    padding: 50px 40px 50px 25px;
  }

  .header .child-box .child-con>.row {
    display: block;
  }

  .header .child-box .left p {
    padding: 0 30px;
    font-size: 26px;
    color: #333;
  }

  .header .child-box .left {
    width: 100%;
    margin-right: 0;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }

  .back-menu span {
    font-size: 26px;
    transform: scaleY(1.5) rotate(180deg);
    display: block;
  }

  .header .child-box .child-con dd {
    margin: 5px;
  }

  .header .child-box dd>a {
    line-height: 30px;
    font-size: 14px;
    padding: 0 0 0 60px;
    color: #666;
    display: block;
  }

  .header .header-box {
    justify-content: center;
  }

  .header .language a {
    display: flex;
    padding: 0;
    align-items: center;
  }












  .introduction-component {
    padding: 30px 0;
  }

  .img-wrapper {
    height: 450px;
  }

  .content-component h3 {
    font-size: 24px;
    padding-top: 50px;
  }

  .news-component {
    padding: 30px 0;
  }

  .title h2 {
    font-family: "SourceHanSansCN-Regular";
    color: #000;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 5px;
  }

  .news-component .news-list {
    padding: 20px 0;
  }

  .news-component .news-list .img-wrapper {
    height: 450px;
    padding: 10px 0;
  }

  .news-component .news-list h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
  }

  .wid3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }

  .store-component .store-text h5 {
    padding: 0;
    font-size: 18px;
  }

  .img-wrapper .img-active {
    top: -5px;
  }

  .store-component .store-text {
    position: initial;
    width: 100%;
    transform: none;
    background: #f6f6f6;
    padding: 30px 0;
  }

  .store-component .img-wrapper {
    height: 160px;
  }

  .store-component .store-text h2 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
  }

  .store-component .store-text .text {
    background: none;
  }

  .store-component .store-text .more {
    padding: 0;
    background-color: #f6f6f6;
  }

  .more {
    text-align: center;
    margin-top: 20px;
  }

  .footer .footer-top .left {
    padding-right: 85px;
    display: none;
  }

  .footer .footer-top {
    padding: 20px 0;
    display: block;
  }

  .footer .footer-top .right {
    padding-left: 0;
  }

  .footer .footer-top .mid {
    padding: 0;
    border-right: none;
    text-align: start;
    height: 40px;
    overflow: hidden;
    transition: all .6s;
  }

  .footer .footer-top .mid li:first-child {
    padding-left: 0px;
    position: relative;
  }

  .footer .footer-top .mid.on {
    height: 240px;
  }

  .footer .footer-top .mid.on .foot-menu {
    transform: rotate(90deg);
  }

  .footer .footer-top .right .more {
    margin: 0 0 15px;
    text-align: start;
    display: none;
  }

  .footer .footer-top .right .link a {
    display: none;
  }

  .footer .footer-bot {
    padding-bottom: 20px;
    text-align: center;
  }



















  body {
    margin-top: 56px;
  }

  .introduction-common {
    padding: 30px 0 0;
  }

  .common-component2 {
    padding: 30px 0;
  }

  .common-component2 .text {
    padding-right: 0;
    width: 100%;
  }

  .section .img-list .img-wrapper {
    height: 200px;
  }

  .common-img {
    padding: 30px 0;
  }

  .mask-img .img-wrapper {
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0;
  }

  .virsual .img-wrapper .img-active img {
    height: auto;
    width: auto;
  }

  .section .img-list .img-wrapper {
    height: auto;
  }

  .img-list .img-wrapper .img-active {
    position: initial;
    transform: none;
  }

  .mask-img .img-wrapper .img-bg {
    background-position: center center !important;
  }

  .mask-img .img-wrapper .img-bg {
    position: initial;
    transform: none;
  }

  .mask-img {
    height: calc(100vh - 30px);
    overflow: hidden;
  }

  .common-img .text {
    padding: 30px 0 0;
    text-align: center;
  }

  .explore {
    padding: 30px 0;
  }

  .wid2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }

  .explore .list .img-wrapper {
    height: auto;
    padding: 0;
  }

  .explore .list h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
  }

  .common-component {
    padding: 30px 0;
  }

  .common-component.philosophy {
    padding: 0;
  }

  .common-component .text {
    padding-left: 0;
    width: 100%;
    padding: 20px 0 0;
  }

  .common-component p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
    line-height: 2em;
  }

  .common-component .list:nth-child(2n) .text {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .common-component.philosophy .list:nth-child(3) {
    padding: 20px 0;
    margin-top: 0;
    background-color: #eee;
  }

  .virsual {
    padding: 0;
  }

  .virsual .list {
    padding: 10px 0;
  }

  .virsual .text {
    text-align: center;
    padding: 0;
  }

  .common-img .img-active img {
    margin: 10px 0;
    width: auto;
  }

  .common-component .list {
    padding: 0;
  }

  .des-component {
    padding: 30px 0;
  }

  .des-component .des-box {
    width: 100%;
    margin: 0 auto;
  }

  .des-component p:not(:last-child) {
    margin-bottom: 15px;
  }

  .address .address-search .input {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }

  .address {
    padding: 30px 0;
    background-color: #f6f6f6;
  }

  .address h2 {
    margin-bottom: 20px;
    font-family: "SourceHanSansCN-Regular";
    text-align: center;
    font-size: 24px;
  }

  .address .address-search .row-input {
    width: 100%;
    margin: 20px auto 30px;
    text-align: start;
  }

  .address .address-search .row-input .province,
  .address .address-search .row-input .select {
    width: 90%;
    margin: 10px auto;
  }

  .address .address-des .wid3 {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }

  .address .address-des {
    padding: 30px 20px 0;
  }

  .address .address-des h3 {
    margin-bottom: 10px;
    font-family: "SourceHanSansCN-Regular";
    font-size: 22px;
  }

  .address .address-des p {
    font-size: 16px;
    line-height: 1.65em;
  }

  .contact .form-box {
    padding: 30px 0 0;
    width: 100%;
    margin: 0 auto;
  }

  .contact {
    padding: 30px 0;
    background-color: #f6f6f6;
  }

  .contact h2 {
    font-family: "SourceHanSansCN-Regular";
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .contact .contact-box {
    width: 100%;
    margin: 0 auto;
  }

  .contact .form-box select {
    margin-bottom: 20px;
    width: 100%;
    line-height: 45px;
    height: 45px;
    padding: 0px 15px;
    outline: none;
    color: #666;
    background-color: #f6f6f6;
  }

  .contact .info .input {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact .info .input input {
    width: 100%;
    line-height: 45px;
    height: 46px;
    padding: 0 15px;
    outline: none;
    color: #666;
    background-color: #f6f6f6;
  }

  .contact .submit {
    margin: 20px 0 50px;
  }

  .contact .submit .btn {
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    border: 1px solid #5f4f46;
  }

  .address .des-box {
    position: initial;
    margin-bottom: 25px;
  }

  .address .des-box .province-des {
    display: block !important;
    padding: 0 15px 15px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: initial;
    transform: none;
    z-index: 4;
  }

  .address .des-box>p {
    font-size: 20px;
    padding: 0 5px 10px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-weight: bold;
    text-align: center;
  }

  .address .des-box .tab {
    width: 50%;
    margin-bottom: 7px;
    cursor: pointer;
  }

  .address .des-box li h3 {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .address .des-box li p {
    font-size: 16px;
    line-height: 1.5em;
    white-space: normal;
    margin-bottom: 5px;
  }

  .address .des-box .top {
    justify-content: flex-start;
  }

  .address .map {
    position: relative;
    margin-bottom: 0;
  }

  .mask-img.img-on .img-bg {
    opacity: 1 !important;
    transition: all 0.3;
  }





  .introduction-component .inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65em;
    letter-spacing: 0px;
    color: #333;
    text-align: start;

  }

  .introduction-component .inner {
    width: 100%;
    margin: 0 auto;

  }

  .introduction-common p {
    font-size: 16px;
    color: #333;
    line-height: 1.65em;
    text-align: start;

  }

  .common-component2 p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    line-height: 1.65em;
    text-align: start;

  }

  .news-component .news-des p {
    font-size: 16px;
    color: #333;
    line-height: 1.65em;
    text-align: start;
  }

  .common-component p {
    font-size: 16px;
    color: #333;
    line-height: 1.65em;
    text-align: start;
  }

  .common-img .text p {
    font-size: 16px;
    color: #333;
    line-height: 1.65em;
    text-align: start;
  }

  .virsual .text p {
    font-size: 16px;
    color: #333;
    line-height: 1.65em;
    text-align: start;
  }

  .des-component p {
    font-size: 16px;
    color: #333;
    line-height: 1.65em;
    text-align: start;
  }

  .address .des-box li p {
    color: #333;
  }

  .video-js .vjs-control {
    outline: none !important;
    border: none !important;
  }




  .mask-img .img-wrapper .img-bg {
    display: none;
  }

  .mask-img .img-wrapper .img-bg.img-mobile {
    display: block;
  }

  .more {
    margin-top: 50px;
  }

  .img-wrapper {
    margin: 20px 0 0;
  }

  .introduction-component {
    padding: 100px 0 60px;
  }

  .news-component .news-list {
    padding: 30px 0;
  }

  .news-component .news-des .title {
    margin-bottom: 50px;
  }

  .news-component .link-more-btn {
    text-align: center;
    margin-top: 20px;
  }

  .introduction-common {
    padding: 100px 0 30px;
  }

  .common-component2 {
    padding: 60px 0;
  }

  .common-component2 p {
    margin: 30px 0;
  }

  .common-img {
    padding: 60px 0;
  }

  .explore {
    padding: 60px 0 30px;
  }

  .contact p {
    font-size: 16px;
    line-height: 1.65em;
  }

  .contact h2 {
    margin-bottom: 50px;
  }

  .store-component .store-text h5 {
    padding: 10px;
    font-size: 18px;
  }

  .store-component .store-text {
    padding: 30px 0 60px;
  }

  .virsual .text {
    text-align: center;
    padding: 60px 0;
  }

  .news-component {
    padding: 60px 0 30px;
  }

  .common-component .text {
    padding-left: 0;
    width: 100%;
    padding: 61px 0 30px;
  }

  .common-component p {
    margin-bottom: 30px;
  }

  .list .title h2 {
    margin-bottom: 30px;
  }

  .common-img .text {
    padding: 60px 0 30px;
    text-align: center;
  }

  .header .nav-right {
    background-color: #f6f6f6;
  }



  .img-wrapper .img-active {
    position: initial;
    transform: none;
  }

  .img-wrapper {
    height: auto;
  }

  .introduction-component .inner {
    padding: 0 25px;
  }

  .news-component .news-des p {
    padding: 0 25px;
  }

  .common-component2 .text {
    padding: 0 25px;
  }

  .reverse.common-component2 .container .col-md-7 {
    padding-left: 0 !important;
  }

  .introduction-common p {
    padding: 0 25px !important;
  }

  .virsual .text p {
    padding: 0 25px;
  }

  .news-component .news-list .img-wrapper {
    height: auto;
    padding: 0;
  }

  .news-component .news-list .img-wrapper::after {
    height: 100%;
  }

  .list-swiper {
    --swiper-pagination-color: #5f4f46;
    /* 两种都可以 */
  }

  .swiper-pagination-bullet {
    transform: scale(0.6);
  }

  .swiper-pagination-bullet-active {
    transform: scale(1);


  }

  .address .address-search .input .search-btn {
    width: 55px;
  }

  .common-img .text {
    padding: 60px 25px 30px;
    text-align: center;
  }

  .list-swiper {

    padding-bottom: 30px;
  }

}

.loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  display: flex;
  z-index: 999999;
  align-items: center;
  justify-content: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spin {
  width: 50px;
  height: 50px;
  border: 3px solid #D0D3D4;
  border-top-color: #626567;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  margin: 0 auto;
}

.link-more-btn {
  display: none !important;
}