@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  max-height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #222;
  font-size: 18px;
}

body,
button,
input,
select,
textarea {
  font-family: pingfang SC,
    helvetica neue,
    arial,
    hiragino sans gb,
    microsoft yahei ui,
    microsoft yahei,
    simsun,
    sans-serif !important;
}

body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
h4,
h5,
h6,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
  -webkit-appearance: none;
}


address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: "Poppins", Sans-serif
}

small {
  font-size: 10px;
}

ul,
ol {
  list-style: none;
}

sub {
  bottom: 0
}

a {
  text-decoration: none;
  color: #222
}

a:hover {
  color: #e2318c;
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: footer-help;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
  max-width: 100%;
}

a img {
  vertical-align: text-bottom;
}

:focus {
  outline: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

button,
input,
select {
  vertical-align: middle;
}

/* 更改输入框的 placeholder 文本颜色 */
input::placeholder,
textarea::placeholder {
  color: #bababa
    /* 或者你想要的任何颜色值 */
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.text-pink {
  color: #e2318c
}

.text-golden {
  color: #FF9D43
}

.text-grey666 {
  color: #666;
}

.text-white {
  color: #fff
}

.bg-grey {
  background: #f5f5f5;
}

.bg-pink {
  background: #e2318c
}

.text-capital {
  text-transform: uppercase
}

.arial {
  font-family: Arial, Helvetica, sans-serif;
}

.lh180 {
  line-height: 180%;
}

.lh200 {
  line-height: 200%;
}

.lh220 {
  line-height: 220%;
}

.font-weight-900 {
  font-weight: 900;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

/**************滚动条样式**********/

::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 .3125rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, .1);
}

/**************框架公用样式**********/

.photo img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.photo:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.photo em {
  display: block;
  overflow: hidden;
}

.iconfont {
  font-size: inherit;
}

.container-fluid {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid-min {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

header .logo {
  height: 70px;
}

.nav li a {
  padding: 36px 25px;
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  position: relative;
}

.nav li a::after {
  content: '';
  height: 1px;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0;
  background: #fff;
  transition: .3s;
}

.nav li a:hover,
.nav li a.current {
  color: #FF9D43;
}

.nav li a:hover::after,
.nav li a.current::after {
  width: 100%;
}

/**************手机导航**********/

.sp_nav,
.sjj_nav,
.mobile-search {
  display: none;
}

.sp_nav {
  width: 30px;
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  color: #fff;
  z-index: 999
}


.sp_nav span {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  transition: all ease 0.35s
}

.sp_nav_se span {
  width: 24px;
}

.sp_nav span {
  background: #fff;
}


.sp_nav span:nth-of-type(1) {
  top: 0px
}

.sp_nav span:nth-of-type(2) {
  top: 8px
}

.sp_nav span:nth-of-type(3) {
  top: 16px
}

.sp_nav_se span:nth-of-type(1) {
  top: 20px;
  transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
  width: 0
}

.sp_nav_se span:nth-of-type(3) {
  top: 20px;
  transform: rotate(-45deg)
}

.sjj_nav {
  position: fixed;
  z-index: 9;
  background: #eee;
  width: 100%;
  height: calc(100% - 104px);
  height: 100vh;
  line-height: 40px;
  top: -100vh;
  left: 0;
  right: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
  margin: 0 auto
}

.nav_show {
  top: 0;
  padding: 60px 30px;
  background: #333
}

.sjj_nav ul li {
  position: relative;
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sjj_nav ul li a {
  display: block;
  color: #fff;
}

.click-more {
  display: inline-block;
  transition: .3s;
  background: #e2318c;
  z-index: 1;
  color: #fff;
  border-radius: 5px;
  padding: 8px 50px;
}

.click-more:hover {
  background: #FF9D43;
  color: #fff;
}



/**************banner**********/
.banner .swiper-slide {
  max-height: calc(100vh - 99px);
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-pagination-bullet {
  background-color: #fff;
  width: 20px;
  height: 4px;
  opacity: .6;
  border-radius: 2px
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
}

.project-name b {
  height: 2px;
  background: #333;
  width: 50px;
  display: block;
  margin: 20px 0;
}

.brand-main ul li {
  position: relative;
  overflow: hidden;
}

.brand-main ul li:first-child img:last-child {
  position: absolute;
  left: -100%;
  transition: .5s;
}

.brand-main ul li:first-child:hover img:last-child {
  left: 0;
}

.brand-main ul li:last-child img:last-child {
  position: absolute;
  right: -100%;
  transition: .5s;
}

.brand-main ul li:last-child:hover img:last-child {
  right: 0;
}

.brand-main ul li:nth-child(2),
.brand-main ul li:nth-child(3) {
  width: calc(100% - 420px);
}

.brand-main ul li:nth-child(2) div {
  width: 50%;
  padding: 40px;
}

.brand-main ul li:nth-child(2) div section p span {
  font-size: 20px;
  display: block;
  margin-top: 12px;
}

.brand-main ul li:nth-child(3) {
  padding: 50px;
  font-size: 20px;
}

.brand-main ul li:nth-child(3) section {
  width: 50%;
}

.brand-main ul li:nth-child(3) section span {
  width: 50%;
  margin-top: 10px;
}

.brand-main ul li:nth-child(3),
.brand-main ul li:last-child {
  margin-top: 25px;
}

.store-display {
  background: rgb(226, 49, 140, .1);
}

.store-display>div .swiper-container {
  width: 56%;
}

.store-display>div .store-content {
  width: 40%;
}

.store-display>div .store-content section {
  font-size: 20px;
}

.news-main li {
  width: 48%;
}


.join-brand {
  border-top: 2px solid #e2318c;
}

.join-brand li {
  width: 30%;
  padding: 15px 50px 30px;
  margin-top: 40px;
  position: relative;
}

.join-brand li i {
  font-size: 50px;
}

.join-brand li h4 {
  margin: 15px 0;
}

.join-brand li p {
  color: #666;
}

.join-brand li::after {
  content: '';
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(226, 49, 140, .1);
  position: absolute;
  z-index: -1;
  transition: .3s;
}

.join-brand li:hover::after {
  height: 100%;
}

.click-more1 {
  display: inline-block;
  transition: .3s;
  background: #e2318c;
  z-index: 1;
  color: #fff;
  border-radius: 30px;
  padding: 8px 50px;
  animation: pulse .5s infinite;
}

.click-more1:hover {
  background: #FF9D43;
  color: #fff;
}


footer {
  padding: 15px 0;
}

footer p {
  margin: 0 10px;
}

.footer-copyright {
  padding: 20px 0;
}

.footer-copyright a {
  color: #666;
}

.footer-copyright a img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.min-banner {
  height: 500px;
}

.min-banner-news {
  height: 300px;
}

.min-banner img,
.min-banner-news img {
  object-fit: cover;
  height: 100%;
}

.about-map {
  background: url(../images/bg1.jpg) center no-repeat;
  padding: 30px;
  height: 400px;
  background-size: cover;
}

.about-map section {
  padding: 60px 0 0 80px;
  letter-spacing: 3px;
}

.about-map h1 {
  font-size: 75px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.about-map h2 {
  font-size: 68px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.about-content1 img {
  width: 48%;
}

.about-content1 figure {
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.project-name1 h2 {
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
}

.about-xm {
  background: url(../images/bg2.png) bottom no-repeat;
}

.about-xm ul {
  padding-top: 120px;
}

.about-xm li h1 {
  font-size: 75px;
}

.about-xm li:first-child,
.about-xm li:last-child {
  padding-top: 90px;
}

.about-xm li h1 span {
  font-size: 35px;
  display: block;
}

.about-xm li h3 {
  font-size: 42px;
  letter-spacing: 3px;
}

.about-xm li p {
  font-size: 25px;
  font-weight: bolder;
  line-height: 2;
}

.advantage-list .swiper-container {
  width: calc(100% - 70px);
  padding-bottom: 60px;
}

.advantage-list .swiper-slide img {
  border-radius: 10px;
  margin-top: 22px;
}

.advantage-list .swiper-slide h5 span {
  font-weight: 900;
  font-size: 40px;
}

.advantage-list .swiper-pagination-bullet-active {
  background: #e2318c;
}

.advantage-list .swiper-slide p {
  color: #666;
}

.advantage-list .swiper-button-next,
.advantage-list .swiper-button-prev {
  top: 63%;
  font-size: 30px;
  color: #e2318c;
}

.join-contact {
  background: url(../images/bg3.jpg) center no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.join-contact figure {
  border-radius: 20px;
  background: rgba(255, 255, 255, .2);
  padding: 50px;
  width: calc(100% - 400px);
  margin-left: -20px;
}

.join-contact figure section img {
  width: 125px;
  display: block;
}

.join-contact>div>img {
  position: relative;
  z-index: 5;
}

.join-contact figure section span {
  margin: 0 30px;
}

.join-contact figure p {
  font-size: 22px;
}

.store-content section {
  font-size: 20px;
}

.store-content .swiper-container {
  padding-bottom: 50px;
}

.store-content .swiper-pagination-bullet-active {
  background: #e2318c;
}

.store-content1 ul {
  gap: 2%;
}

.store-content1 li {
  position: relative;
  overflow: hidden;
  width: 32%;
}

.store-content1 li section {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  inset: -100% 0 0;
  background: rgba(0, 0, 0, .3);
  transition: .5s;
  color: #fff;
}

.store-content1 li:hover section {
  inset: 0;
}

.join-list .swiper-slide span {
  font-style: italic;
  font-size: 80px;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0, 0, 0, .2);
  color: #f350a4;
  position: relative;
  z-index: 5;
  font-family: pingfang SC BOLD;
}

.join-list .swiper-slide figure {
  border-radius: 10px;
  margin-top: -50px;
}

.join-list .swiper-slide figure section {
  padding: 60px 30px;
  height: 320px;
}

.join-list .swiper-slide figure section p {
  font-size: 16px;
}

.join-list .swiper-container {
  width: calc(100% - 70px);
}

.join-list .swiper-slide figure i {
  font-size: 120px;
  color: rgba(255, 255, 255, .2);
  position: absolute;
  right: -20px;
  bottom: -50px;
}

.join-list .swiper-button-next,
.join-list .swiper-button-prev {
  top: 63%;
  font-size: 30px;
  color: #e2318c;
}

.join-service li {
  width: 20%;
  text-align: center;
  position: relative;
  transition: .3s;
}

.join-service li:nth-child(odd) b {
  display: none;
}


.join-service li::after {
  content: '';
  background: rgba(0, 0, 0, .4);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.join-service li section {
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 40px 0;
  color: #fff;
}


.join-service li img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.join-service li b {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e2318c;
  z-index: 3;
  display: block;
  top: 0;
}

.join-service li section span {
  font-size: 50px;
  font-weight: bolder;
  color: transparent;
  /* 设置文字颜色为透明 */
  -webkit-text-stroke: 1px white;
  /* 描边宽度为2px，颜色为黑色 */
  font-family: pingfang sc bold;
}

.join-service li:hover {
  transform: scale(1.2);
  position: relative;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.join-advantage-list ul {
  gap: 2%;
}

.join-advantage-list li {
  width: 32%;
  margin-bottom: 30px;
}

.join-advantage-list li em {
  border-radius: 10px;
}

.join-advantage-list li p {
  color: #666;
}

.join-message li {
  margin-top: 20px;
}

.join-message li input,
.join-message li select {
  height: 50px;
}

.join-message li textarea {
  height: 100px;
}

.join-message li label em {
  color: red;
}

.join-message li button {
  background: #e2318c;
  color: #fff;
  padding: 10px 30px;
}

.join-message li button:hover {
  background: #f350a4;
  color: #fff;
}

.news-main li p,
.news-main li span,
footer,
.footer-copyright,
.join-brand li p,
.advantage-list .swiper-slide p,
.join-advantage-list li p {
  font-size: 16px;
}

.next-list p,
.crumb-list {
  font-size: 16px;
}

.next-list p a {
  color: #666;
}

.next-list p a:hover {
  color: #e2318c;
}

@media screen and (max-width:1440px) {
  .pt-100 {
    padding-top: 80px;
  }

  .pb-100 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width:767px) {

  body,
  .store-display>div .store-content section {
    font-size: 16px;
  }

  .nav {
    display: none !important;
  }

  .sp_nav,
  .sjj_nav {
    display: block !important;
  }

  header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  header .logo {
    height: 38px;
  }

  .pt-100,
  .about-xm ul {
    padding-top: 50px;
  }

  .pb-100,
  .about-xm ul {
    padding-bottom: 50px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3,
  .about-xm li h3 {
    font-size: 22px;
  }

  h4,
  .about-xm li p {
    font-size: 18px;
  }

  h5,
  .join-contact figure p {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .brand-main ul li,
  .brand-main ul li:nth-child(2),
  .brand-main ul li:nth-child(3),
  .brand-main ul li:nth-child(2) div,
  .store-display>div .swiper-container,
  .store-display>div .store-content,
  .news-main li,
  footer p,
  .about-content1 img,
  .about-content1 figure,
  .about-xm li,
  .join-contact figure,
  .join-advantage-list li,
  .store-content1 li,
  .brand-main ul li:nth-child(3) section {
    width: 100%;
  }

  .brand-main ul li,
  .store-display>div .store-content,
  .about-content1 img {
    margin-top: 15px !important;
  }

  .brand-main ul li:nth-child(2) img,
  .news-main li,
  .store-content1 li {
    margin-bottom: 15px;
  }

  .project-name b {
    margin: 10px 0;
  }

  .join-brand li {
    width: 48%;
    padding: 15px 0;
    margin-top: 0;
  }

  .min-banner,
  .min-banner-news {
    height: 120px;
  }

  .about-map {
    height: 300px;
  }

  .about-map section {
    padding: 30px 0;
  }

  .about-map h1,
  .about-xm li h1 {
    font-size: 40px;
  }

  .about-map h2 {
    font-size: 32px;
  }

  .about-xm {
    background-size: cover;
    margin-top: 15px;
  }

  .about-xm li h1,
  .about-xm li h3 {
    text-align: center !important;
  }

  .about-xm li:first-child,
  .about-xm li:last-child {
    padding-top: 0;
  }

  .about-xm li:nth-child(2) {
    margin: 30px 0;
  }

  .join-contact figure {
    margin-left: inherit;
    padding: 50px 15px;
  }

  .join-contact figure section span {
    margin: 0 15px;
  }

  .join-service li {
    width: 50%;
    margin-bottom: 1px;
  }

  .news-content>div {
    width: 100% !important;
  }
}