﻿* {
  font-family: "微软雅黑";
  box-sizing: border-box;
}

/* clean style */
body {
  font-family: "宋体";
  overflow-x: hidden;
  font-size: 12px;
  color: #666;
  padding: 0;
  margin: 0;
}

i,
em {
  font-style: normal;
}

.iconfont {
  font-family: 'iconfont';
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #82b5b7;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

.btn {
  display: flex;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  border: 0px solid #ccc;
  justify-content: center;
}

.btn:hover {
  opacity: 0.8;
}

.btn.btn-download {
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 15px;
}

.btn.btn-download.ios {
  background-color: #f3d23a;
  color: white;
}

.btn.btn-download.android {
  border: 1px solid #3a3839;
}

.btn.btn-download img {
  margin-right: 10px;
}

.btn.btn-more {
  text-transform: uppercase;
  border: 1px solid #9e9e9e;
  margin-left: auto;
  border-radius: 20px;
  padding: 5px 15px;
}

.btn.btn-more::after {
  content: " ";
  width: 12px;
  height: 24px;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: currentColor;
  color: rgba(0, 0, 0, 0.3);
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
  mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
  position: relative;
  right: -7px;
}

.form-control {
  border: 0px solid #ccc;
  padding: 5px 10px;
}

.navbar {
  backdrop-filter: blur(10px);
}

.navbar .navbar-brand img {
  width: 80px;
}

.navbar .nav-link {
  font-size: 18px;
}

.navbar .btn-contact {
  background-color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: 0 10px;
  font-size: 25px;
  color: #484848;
}

.navbar .btn-contact img {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .navbar.navbar-expand-lg {
    background-color: #fff;
    position: relative;
  }
}

.banner {
  background: url(../images/img_banner.png);
  background-size: cover;
  background-position: center center;
}

.banner img {
  /* width: 100%; */
  height: auto;

}

.section-block-1 {
  position: relative;
}




.banner-img {
  width: 200px;
  height: 100px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.section.none {
  background: none !important;
}

.section:nth-of-type(even),
.section.even {
  background-color: #efefef;
}

.section.has-bg {
  background-image: url(../images/img-section-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.section .container .section-title {
  display: flex;
  align-items: center;
}

.section .container .section-title.light .title {
  color: #fff;
}

.section .container .section-title.light .desc {
  color: #fff;
}

.section .container .section-title.center {
  justify-content: center;
}

.section .container .section-title .title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.section .container .section-title .desc {
  font-size: 14px;
  text-transform: uppercase;
  word-break: break-all;
  margin-left: 10px;
}

.section-index-1 .container {
  padding-top: 50px;
}

.section-index-1 .plat-desc {
  font-size: 16px;
  margin-top: 30px;
  line-height: 32px;
  color: #3a3839;
  letter-spacing: 2px;
}

.section-index-1 .btns-download {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-bottom: 50px;
}

.section-index-2 .container {
  padding-top: 50px;
}

.section-index-2 .product-list {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.section-index-2 .product-list .product-item {
  border-radius: 0 20px 20px 20px;
  background-color: white;
  margin-bottom: 40px;
  transition: all 0.2s;
}

.section-index-2 .product-list .product-item:hover {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.section-index-2 .product-list .product-item .product-image {
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}

.section-index-2 .product-list .product-item .product-image img {
  width: 100%;
  height: auto;
}

.section-index-2 .product-list .product-item .product-desc {
  display: flex;
  align-items: end;
  padding: 25px 15px;
}

.section-index-2 .product-list .product-item .product-desc .desc-container {
  flex: 1;
}

.section-index-2 .product-list .product-item .product-desc .desc-container .title {
  font-size: 19px;
  font-weight: bold;
  color: #2c2c2c;
}

.section-index-2 .product-list .product-item .product-desc .desc-container .desc {
  margin-top: 7px;
  font-size: 18px;
}

.section-index-2 .product-list .product-item .product-desc .btn-link {
  padding: 0;
}

.section-index-3 .container {
  padding-top: 50px;
}

.section-index-3 .indication-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.section-index-3 .indication-list .indication-item {
  background-color: #f7f7f7;
  border-radius: 20px;
  text-align: center;
  color: #767676;
  margin-bottom: 40px;
  padding: 50px;
  padding-top: 30px;
  transition: all 0.2s;
}

.section-index-3 .indication-list .indication-item:nth-child(3n+0) {
  margin-right: 0;
}

.section-index-3 .indication-list .indication-item:hover {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.section-index-3 .indication-list .indication-item .icon {
  height: 135px;
  overflow: hidden;
}

.section-index-3 .indication-list .indication-item .title {
  font-size: 24px;
  font-weight: bold;
}

.section-index-3 .indication-list .indication-item .desc {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

.section-index-4 .container {
  padding-top: 50px;
}

.section-index-4 .news-list {
  column-count: 2;
  column-gap: 10px;
  padding: 70px 0;
}

.section-index-4 .news-list .news-item {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  break-inside: avoid;
}

.section-index-4 .news-list .news-item .content {
  width: 70%;
}

.section-index-4 .news-list .news-item .content .title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  height: 25px;
  overflow: hidden;
}

.section-index-4 .news-list .news-item .content .desc {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
  height: 80px;
}

.section-index-4 .news-list .news-item .date {
  width: 100%;
}

.section-index-4 .news-list .news-item .img {
  width: 30%;
  height: 110px;
  overflow: hidden;
  border-radius: 20px;
}

.section-index-4 .news-list .news-item .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.section-index-4 .news-list .news-item:nth-child(1) .content {
  width: 100%;
}

.section-index-4 .news-list .news-item:nth-child(1) .content .desc {
  height: 81px;
  overflow: hidden;
}

.section-index-4 .news-list .news-item:nth-child(1) .img {
  width: auto;
  height: 215px;
}

@media screen and (max-width: 991px) {
  .section-index-4 .news-list {
    column-count: 1;
    column-gap: 0px;
  }
}

.footer {
  background-color: #2c2d31 !important;
}

.footer .container {
  border-bottom: 2px solid #252629;
  padding-top: 50px;
}

.footer .footer-content .contact-form {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0;
  padding-right: 30px;
}

.footer .footer-content .contact-form .form-control {
  border-bottom: 1px solid #919193;
  background: none;
  font-size: 16px;
  padding: 15px 0;
  width: 100%;
  color: #919193;
}

.footer .footer-content .contact-form .btn {
  background-color: #f2ce34;
  font-size: 20px;
  color: #645c15;
  margin-top: 25px;
  border-radius: 10px;
  padding: 15px 50px;
}

.footer .footer-content .address-detail {
  font-size: 18px;
  color: #d2d2d3;
  padding: 70px 0;
}

.footer .footer-content .address-detail .address-detail-item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.footer .footer-content .address-detail .address-detail-item span {
  padding-left: 10px;
  line-height: 25px;
}

.copyright {
  background-color: #2c2d31 !important;
}

.copyright .container {
  padding: 25px 0;
  display: flex;
}

.copyright .container .logo {
  padding-right: 40px;
  border-right: 1px solid #4f5053;
}

.copyright .container .copyright-content {
  color: #ffffff;
  font-size: 14px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.copyright .container .copyright-content .en {
  color: #4c4d50;
}

.shortcut {
  background-color: #000;
  color: #b8b8b8;
  font-size: 18px;
  font-weight: bold;
}

.shortcut .shortcut-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1320px;
  margin: 0px auto;
  padding: 25px 0;
}

@media screen and (max-width: 991px) {
  .shortcut .shortcut-container {
    width: initial;
  }
}

.shortcut .shortcut-container span {
  margin-left: 5px;
}

.slider {
  position: relative;
}

.slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .slider .swiper-thum {
    display: none;
  }
}

.slider .swiper-main.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider .swiper-main .swiper-slide {
  background-size: cover;
  background-position: center;
}

.slider .swiper-main .swiper-button-next,
.slider .swiper-main .swiper-button-prev {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 991px) {

  .slider .swiper-main .swiper-button-next,
  .slider .swiper-main .swiper-button-prev {
    display: none;
  }
}

.slider .swiper-main .swiper-button-next.swiper-button-disabled,
.slider .swiper-main .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
}

.slider .swiper-main .swiper-button-next {
  background: url(../images/btn-swiper-next.png);
  right: 100px;
}

.slider .swiper-main .swiper-button-prev {
  background: url(../images/btn-swiper-prev.png);
  left: 100px;
}

.slider .slider-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.slider .slider-container .swiper-thum {
  height: 140px;
  box-sizing: border-box;
  padding: 15px 0;
}

.slider .slider-container .swiper-thum .swiper-slide {
  border: 2px solid #fff;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.slider .slider-container .swiper-thum .swiper-slide-thumb-active {
  border: 2px solid #f3d23a;
}

.tab {
  background-color: #f3edd4;
  display: flex;
  flex-direction: column;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .tab {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
  }
}

.tab .tab-item {
  background-color: #e1dcc3;
  border-top: 1px solid #efebd9;
  border-bottom: 1px solid #dbd2ae;
  padding: 10px 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.tab .tab-item.active {
  background-color: #fff4c4;
}

.tab .tab-item img {
  margin-right: 10px;
}

.tab .tab-item span {
  word-break: keep-all;
}

.tab-container {
  padding: 69px 110px;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .tab-container {
    padding: 10px 10px;
  }
}

.tab-container .address-text {
  display: flex;
  align-items: center;
}

.tab-container .address-text img {
  margin-right: 10px;
}

.shop {
  padding-top: 0 !important;
  min-height: 700px;
}

.shop .tab-container {
  padding: 70px 110px;
}

@media screen and (max-width: 991px) {
  .shop .tab-container {
    padding: 20px 20px;
  }
}

.shop .shop-list {
  display: flex;
  flex-wrap: wrap;
}

.shop .shop-list .shop-item {
  margin-right: 10px;
  width: 32%;
}

@media screen and (max-width: 991px) {
  .shop .shop-list .shop-item {
    width: 100%;
  }
}

.shop .shop-list .shop-item:nth-child(3n+0) {
  margin-right: 0;
}

.shop .shop-list .shop-item .shop-img {
  border: 1px solid #f8f2ce;
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
}

.shop .shop-list .shop-item .shop-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop .shop-list .shop-item .view-pic {
  text-decoration: underline;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #444134;
}

.about-us {
  padding-top: 0 !important;
  min-height: 700px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .about-us {
    flex-direction: column;
    padding: 0;
  }
}

.about-us .content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
}

.about-us .content img {
  height: auto;
}

.culture {
  padding-top: 0 !important;
  background: url(../images/img-culture-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 700px;
}

.culture .content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
}

.case {
  padding-top: 0 !important;
}

.case.case-1 {
  padding: 40px 0 !important;
}

.case.case-1 .case-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
  padding-left: 10px;
}

.case.case-1 .case-list .case-item {
  width: 33%;
  padding-top: 90px;
}

.case.case-1 .case-list .case-item .title {
  font-size: 14px;
  color: #333333;
}

.case.case-1 .case-list .case-item .value {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.case.case-2 {
  padding: 10px 0 !important;
}

.case.case-2 .content {
  padding: 90px 85px;
  line-height: 30px;
}

.case.case-2 .content h2 {
  color: #000;
}

.case.case-2 .content .desc {
  margin-top: 10px;
}

.case.case-2 .point {
  position: relative;
  left: 286px;
  top: 100px;
}

.case.case-3 {
  padding: 35px 0 !important;
  position: relative;
}

.case.case-3 .col-4 {
  position: relative;
  z-index: 0;
}

.case.case-3 .col-4::after {
  content: ' ';
  background-color: #eff4f6;
  position: absolute;
  top: 130px;
  left: 160px;
  width: 340px;
  height: 450px;
  display: block;
  z-index: -1;
}

.case.case-3 .content {
  line-height: 30px;
  position: relative;
}

.case.case-3 .content h2 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  position: relative;
  left: -35px;
  top: 40px;
}

.case.case-3 .content h2 span {
  color: #666666;
  font-weight: initial;
  text-transform: uppercase;
  font-size: 24px;
}

.case.case-3 .content .desc {
  margin-top: 10px;
}

.case.case-3 .content .desc-content {
  padding-bottom: 110px;
}

.case.case-3 .content .desc-content .desc-item {
  margin-top: 80px;
  margin-left: 70px;
}

.case.case-3 .content .desc-content .desc-item .desc-item-title {
  color: #000;
  font-size: 16px;
}

.case.case-3 .content .desc-content .desc-item .desc-item-desc {
  color: #666666;
  font-size: 14px;
}

.case.case-3 .point {
  position: absolute;
  left: 120px;
  bottom: 40px;
}

.product .product-group-header {
  border-bottom: 1px solid #e1dcc3;
  line-height: 37px;
  font-size: 16px;
}

.product .product-group-list .swiper-wrapper {
  height: 280px;
  margin-top: 20px;
}

.product .product-group-list .swiper-pagination {
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 20px 0;
}

.product .product-group-list .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #666666;
  opacity: 0.2;
  margin: 0 4px;
}

.product .product-group-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f3d23a;
}

.product .product-group-list .product-item {
  border: 1px solid #d8d8d8;
}

.product .product-group-list .product-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store .slider .swiper-button-next,
.store .slider .swiper-button-prev {
  width: 27px;
  height: 181px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}

.store .slider .swiper-button-next.swiper-button-disabled,
.store .slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
}

.store .slider .swiper-button-next {
  background: url(../images/btn-store-swiper-next.png);
  right: 0;
}

.store .slider .swiper-button-prev {
  background: url(../images/btn-store-swiper-prev.png);
  left: 0;
}

.store .slider .swiper-store {
  height: 180px;
  margin: 0 40px;
}

.store .slider .swiper-store .swiper-wrapper .swiper-slide {
  border: 2px solid #f9f6e9;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.store .slider .swiper-store .swiper-wrapper .swiper-slide-thumb-active {
  border: 2px solid #f3d23a;
}

.store .feedback-info {
  width: 550px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .store .feedback-info {
    width: initial;
  }
}

.store .feedback-info .title {
  font-size: 24px;
  color: #323337;
}

.store .feedback-info .attr {
  display: flex;
  flex-wrap: wrap;
}

.store .feedback-info .attr div {
  width: 50%;
  font-size: 16px;
  margin-top: 15px;
}

.store .feedback-info .input {
  background: #f3edd4;
  padding: 19px 28px;
  border: 3px dotted #f9de6e;
  display: flex;
  border-radius: 10px;
  margin-top: 40px;
}

.store .feedback-info .input .text {
  border: 1px solid #b8b8b8;
  border-radius: 5px 0 0 5px;
  border-right: 0px solid #000;
  width: 400px;
  padding: 10px 20px;
}

.store .feedback-info .input .btn-submit {
  border: 1px solid #b8b8b8;
  border-radius: 0 5px 5px 0;
  background: #f3d23a;
  color: #645c15;
}

.store .feedback-info .value-box {
  display: flex;
  justify-content: space-around;
  background: #eeeeee;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px 35px;
  font-size: 16px;
}

.store .feedback-info .value-box .value-item {
  text-align: center;
  color: #666666;
}

.store .feedback-info .value-box .value-item .value-title {
  color: #666666;
}

.store .feedback-info .value-box .value-item .value {
  margin-top: 10px;
}

.store .feedback-info .btn-submit-group {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.store .feedback-info .btn-submit-group .btn {
  flex: 1;
  margin-left: 20px;
  height: 60px;
}

.store .feedback-info .btn-submit-group .btn:first-child {
  margin-left: 0;
}

.store .feedback-info .btn-submit-group .btn.btn-contact {
  background: #f3d23a;
  color: #645c15;
}

.store .feedback-info .btn-submit-group .btn.btn-sign {
  color: #f5f5f5;
  background: #323337;
}

.contact-us {
  padding-bottom: 50px;
}

.contact-us h1 {
  font-size: 30px;
  color: #000;
}

.contact-us .address-text {
  display: flex;
  align-items: center;
  color: #323337;
  font-size: 18px;
  margin-top: 30px;
}

.contact-us .address-text img {
  margin-right: 10px;
}

.contact-us .map {
  margin-top: 30px;
}