.content {
  margin-top: 131px;
}

.zzc {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.logo_red {
  display: none;
}

.city_swiper {
  width: 100%;
  max-height: 810px;
  overflow: hidden;
}

.swiper-containers {
  overflow: hidden;
}

.city_swiper .swiper {
  max-height: 810px;
}

.city_swiper .swiper-wrapper {
  width: 100%;
}

.city_swipers .swiper-slide>img {
  width: 100%;
}

.city_swiper .swiper-slide {
  transform: unset !important;
}

.city_swiper .swiper-slide-prev {
  width: calc((100% - 1597px) / 2) !important;
  z-index: 1 !important;
}

.city_swiper .swiper-slide-active {
  width: 1597px !important;
  z-index: 9999 !important;
}

.city_swiper .swiper-slide-next {
  width: calc((100% - 1597px) / 2) !important;
  z-index: 1 !important;
}

.city_swiper .swiper-slide {
  max-width: 1597px !important;
}

.city_swiper .swiper-slide>img {
  width: 1597px;
}

.city_swiper .swiper-slide-active {
  width: 1597px !important;
}


.city_swiper .swiper-slide-active>.swiper-slide-shadow-left {
  opacity: 0 !important;
}

.city_swiper .swiper-slide-active>.swiper-slide-shadow-right {
  opacity: 0 !important;
}

.city_swiper .swiper-button-prev {
  width: 78px;
  height: 78px;
  background: #FFFFFF;
  border: 3px solid #E71A1E;
  border-radius: 50%;
  position: absolute;
  left: calc(((100% - 1597px) / 2) - 39px);
  top: calc((100% - 78px) / 2);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* display: none; */
}


.city_swiper .swiper-button-next {
  width: 78px;
  height: 78px;
  background: #FFFFFF;
  border: 3px solid #E71A1E;
  border-radius: 50%;
  position: absolute;
  right: calc(((100% - 1597px) / 2) - 39px);
  top: calc((100% - 78px) / 2);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* 
.productSeries {
  padding-bottom: 100px;
} */



.titleBox {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 30px;
}

.titleBoxs {
  width: 100%;
  margin-bottom: 140px;
}

.titleBox .titles {
  text-align: center;
  font-weight: 500;
  font-size: 42px;
  color: #121212;
}

.titleBox .line {
  width: 44px;
  height: 3px;
  background: #E71A1E;
  margin: 15px auto;
}

.titleBox .te {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #949494;
}


.contentBox {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  gap: 0.66%;
  flex-wrap: wrap;
}

.contentBox .cp_box {
  width: 24.5%;
  height: 175px;
  margin-top: 175px;
  background: #FDE8E8;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 50px;
  transition: all .2s linear;
}

.contentBox .cp_box:hover {
  box-shadow: 0 0 15px #cdcdcd;
}

.contentBox .cp_box .cp_img1 {
  width: 90%;
  position: absolute;
  left: 5%;
  top: -150px;
}

.contentBox .cp_box .cp_img2 {
  width: 70%;
  position: absolute;
  left: 15%;
  top: -120px;
}

.contentBox .cp_box .cp_img3 {
  width: 88%;
  position: absolute;
  left: 6%;
  top: -145px;
}

.contentBox .cp_box .cp_img4 {
  width: 88%;
  position: absolute;
  left: 6%;
  top: -150px;
}

.contentBox .cp_box .cp_img5 {
  width: 80%;
  position: absolute;
  left: 10%;
  top: -165px;
}


.contentBox .cp_box .cp_img6,
.contentBox .cp_box .cp_img7,
.contentBox .cp_box .cp_img9,
.contentBox .cp_box .cp_img10,
.contentBox .cp_box .cp_img11,
.contentBox .cp_box .cp_img8 {
  width: 80%;
  position: absolute;
  left: 12%;
  top: -165px;
}

.contentBox .cp_box .cp_img6 {
  width: 80%;
  left: 12%;
}

.contentBox .cp_box .bottomNames {
  width: 100%;
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentBox .cp_box .bottomNames>span {
  font-weight: 500;
  font-size: 1.2em;
  color: #121212;
}

.contentBox .cp_box .bottomNames .imgBoxs {
  width: 33px;
  height: 33px;
  background: #E71A1E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.televisionAdvertising {
  width: 100%;
  padding-top: 50px;
}

.televisionAdvertising .titleBox {
  margin-top: 0px;
}

.grid_bark {
  width: 100%;
  height: 620px;
  background-color: #F6F2F2;
  position: relative;
}

.grid_bark .left_back {
  width: 40%;
  height: 70%;
  background: #E71A1E;
  position: absolute;
  left: 5%;
  top: -5%;
  display: flex;
  flex-direction: column;
}

.grid_bark .right_back {
  width: 40%;
  height: 70%;
  background: #E71A1E;
  position: absolute;
  right: 5%;
  top: -5%;
}

.boxs {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-container1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: 50px;
}

.swiper-wrapper1 {
  width: 100%;
}

.swiper-slide1 {
  width: 100% !important;
}

.swiper-slide1>img {
  width: 100%;
  height: 100%;
}

.swiper-button-prev1 {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  border: 3px solid #E71A1E;
  position: absolute;
  right: 140px;
  bottom: -80px;
  z-index: 9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.swiper-button-next1 {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  border: 3px solid #E71A1E;
  position: absolute;
  right: 60px;
  bottom: -80px;
  cursor: pointer;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.item_content {
  position: relative;
  height: 100%;
  width: 100%;
}

.center_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left_back_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 40px;
  top: 50px;
}

.left_back_img>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left_back_img>img {
  width: 65px;
  height: 65px;
  position: absolute;
  left: calc((100% - 65px) / 2);
  top: calc((100% - 65px) / 2);
  cursor: pointer;
}

.gg_text {
  width: 345px;
  line-height: 54px;
  background: #FFFFFF;
  border: 3px solid #E71A1E;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #E71A1E;
  cursor: pointer;
  position: absolute;
  bottom: -180px;
  left: calc(((100% - 345px) / 2) + 40px);
}

.gg_more {
  width: 220px;
  line-height: 54px;
  background: #E71A1E;
  border: 3px solid #E71A1E;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  /* padding-top: 0px; */
  position: absolute;
  bottom: -6em;
  /* x轴平移10px */
  translate: 10px;
  /* bottom: -180px; */
  /* right: calc(((100% - 220px) / 2) + 40px); */
}


.gg_right {
  translate: -10px;
}


.gg_more>img {
  padding-top: 5px;
  margin-left: 10px;
}

.news_content {
  width: calc(100% - 164px);
  padding: 80px 0;
  padding-left: 164px;
}

.news_back>.titleBox {
  margin-top: 0;
  display: none;
}

.news_back {
  width: calc(100% - 360px - 126px);
  /* height: 500px; */
  padding: 160px 360px 160px 126px;
  background: #F6F2F2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.left_titles {
  width: 356px;
  padding-right: 120px;
}

.left_titles_tit {
  font-weight: 500;
  font-size: 42px;
  color: #121212;
}

.left_titles_tit>span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #949494;
}

.left_titles_lne {
  width: 100%;
  height: 3px;
  background: #E71A1E;
  margin: 30px 0 40px 0;
}

.right_more {
  width: 200px;
  padding: 22px 27px;
  background: #E71A1E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all .3s linear;
  margin: 0 auto;
  margin-top: 50px;
  display: none;
}

.right_more>img {
  margin-left: 10px;
  padding-top: 5px;
  transition: all .3s linear;
}

.left_titles_more {
  width: 200px;
  padding: 22px 27px;
  background: #E71A1E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all .3s linear;
}

.left_titles_more>img {
  margin-left: 10px;
  padding-top: 5px;
  transition: all .3s linear;
}

.left_titles_more:hover {
  text-shadow: 0 0 10px #fff;
  padding-left: 37px;
  padding-right: 17px;
}

.right_contents {
  width: 900px;
}

.list_box {
  width: 100%;

}

.list_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #DBD5D5;
  margin-bottom: 35px;
  cursor: pointer;
  position: relative;
}

.list_item>.bottom_line {
  width: 0%;
  height: 3px;
  background-color: #E71A1E;
  position: absolute;
  left: 0;
  bottom: -1px;
  box-shadow: 0 0 8px #E71A1E;
  transition: all .5s linear;
}

.list_item:hover>.bottom_line {
  width: 100%;
}

.list_item>.top_time {
  font-weight: 400;
  font-size: 18px;
  color: #121212;
  margin-bottom: 10px;
}

.list_item>.center_title>span {
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_item>.center_title {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: space-between;

}


.more_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(../images/bottom_back_1723022770837-webp.jpg);
  background-size: 100% 100%;
}


.left_store {
  width: 30%;
  height: 320px;
  background: rgba(255, 255, 255, .8);
  border-radius: 10px 10px 10px 10px;
  z-index: 9;
  margin-right: 40px;
  margin-top: 86px;
  margin-bottom: 81px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.left_store_name {
  font-size: 1.2em;
  font-weight: 500;
  color: #121212;
}

.left_store_eng {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 18px;
  color: #949494;
}

.center_contact {
  width: 30%;
  height: 320px;
  background: rgba(255, 255, 255, .8);
  border-radius: 10px 10px 10px 10px;
  z-index: 9;
  margin-top: 86px;
  margin-bottom: 81px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.center_contact_name {
  font-size: 1.2em;
  font-weight: 500;
  color: #121212;
}

.center_contact_eng {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 18px;
  color: #949494;
}

.right_qus {
  width: 30%;
  height: 320px;
  background: rgba(255, 255, 255, .8);
  border-radius: 10px 10px 10px 10px;
  z-index: 9;
  margin-left: 40px;
  margin-top: 86px;
  margin-bottom: 81px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right_qus_name {
  font-size: 1.2em;
  font-weight: 500;
  color: #121212;
}

.right_qus_eng {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 18px;
  color: #949494;
}



._more {
  width: 70%;
  margin: 0 auto;
  padding: 15px 27px;
  background: #E71A1E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all .3s linear;
}

._more>img {
  margin-left: 10px;
  transition: all .3s linear;
}

._more:hover {
  text-shadow: 0 0 10px #fff;
  padding-left: 37px;
  padding-right: 17px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: 1px solid #E71A1E;
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border: 1px solid #E71A1E;
  background: #E71A1E;
  border-radius: 50%;
}

.swiper-pagination {
  width: 12%;
  position: absolute;
  bottom: 40px;
  left: 44%;
}

@media only screen and (max-width: 1600px) {
  .swiper-button-prev {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }

  .city_swiper {
    width: 100%;
    max-height: 100%;
  }

  .swiper {
    max-height: 100%;
  }

  .swiper-wrapper {
    width: 100%;
  }


  .swiper-slide-prev {
    width: 100% !important;
    z-index: unset !important;
  }

  .swiper-slide-active {
    width: 100% !important;
    z-index: unset !important;
  }

  .swiper-slide-next {
    width: 100% !important;
    z-index: unset !important;
  }

  .swiper-slide {
    max-width: 100% !important;
  }

  .swiper-slide>img {
    width: 100%;
  }

  .swiper-slide-active {
    width: 100% !important;
  }

  .grid_bark {
    height: 500px;
  }

  .grid_bark .left_back {
    width: 539px;
    height: 317px;
    background: #E71A1E;
    position: absolute;
    left: 166px;
    top: -30px;
  }

  .grid_bark .right_back {
    width: 539px;
    height: 317px;
    background: #E71A1E;
    position: absolute;
    right: 166px;
    top: -30px;
  }

  .news_back {
    width: calc(100% - 120px - 96px);
    padding: 108px 120px 104px 96px;
  }
}

@media only screen and (max-width: 1500px) {

  .grid_bark {
    width: 100%;
    height: 520px;
    background-color: #F6F2F2;
    position: relative;
  }

  .grid_bark .left_back {
    width: 40%;
    height: 65%;
    background: #E71A1E;
    position: absolute;
    left: 5%;
    top: -5%;
  }

  .grid_bark .right_back {
    width: 40%;
    height: 65%;
    background: #E71A1E;
    position: absolute;
    right: 5%;
    top: -5%;
  }

}



@media only screen and (max-width: 1360px) {
  .swiper-button-prev {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }

  .swiper-slide-prev {
    width: unset !important;
  }

  /* .swiper-slide-active {
    width: 1vw !important;
  } */

  .swiper-slide-next {
    width: unset !important;
  }

  .swiper-slide {
    max-width: 100% !important;
  }

  .swiper-slide>img {
    width: 100% !important;
  }

  .contentBox {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 0.66%;
    flex-wrap: wrap;
  }

  .contentBox .cp_box {
    width: 24%;
    height: 155px;
    margin-top: 175px;
    background: #FDE8E8;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 50px;
    transition: all .2s linear;
  }


  .contentBox .cp_box .cp_img1 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -100px;
  }

  .contentBox .cp_box .cp_img2 {
    width: 70%;
    position: absolute;
    left: 15%;
    top: -75px;
  }

  .contentBox .cp_box .cp_img3 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -110px;
  }

  .contentBox .cp_box .cp_img4 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -90px;
  }

  .contentBox .cp_box .cp_img5 {
    width: 80%;
    position: absolute;
    left: 10%;
    top: -125px;
  }

  .contentBox .cp_box .cp_img6,
  .contentBox .cp_box .cp_img7,
  .contentBox .cp_box .cp_img9,
  .contentBox .cp_box .cp_img10,
  .contentBox .cp_box .cp_img11,
  .contentBox .cp_box .cp_img8 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -125px;
  }


  .contentBox .cp_box .bottomNames>span {
    font-weight: 500;
    font-size: 1em;
    color: #121212;
  }

  .grid_bark {
    width: 100%;
    height: 500px;
    background-color: #F6F2F2;
    position: relative;
  }

  .grid_bark .left_back {
    width: 40%;
    height: 320px;
    background: #E71A1E;
    position: absolute;
    left: 5%;
    top: -30px;
  }

  .grid_bark .right_back {
    width: 40%;
    height: 320px;
    background: #E71A1E;
    position: absolute;
    right: 5%;
    top: -30px;
  }


  .swiper-button-prev1 {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border: 3px solid #E71A1E;
    position: absolute;
    right: 130px;
    bottom: -78px;
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }


  .swiper-button-next1 {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border: 3px solid #E71A1E;
    position: absolute;
    right: 60px;
    bottom: -78px;
    cursor: pointer;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .news_back {
    width: calc(100% - 60px - 96px);
    /* height: 500px; */
    padding: 108px 60px 104px 96px;
    background: #F6F2F2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .left_titles {
    width: 30%;
  }


  .left_titles_tit {
    font-weight: 500;
    font-size: 34px;
    color: #121212;
  }

  .left_titles_tit>span {
    margin-left: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #949494;
  }

  .left_titles_more {
    width: 160px;
    padding: 22px 27px;
    background: #E71A1E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .3s linear;
  }

  .right_contents {
    width: 60%;
  }

}


@media only screen and (max-width: 1024px) {

  .titleBox {
    margin-bottom: 80px;
  }

  .productSeries {
    padding-bottom: 0;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;

  }

  .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;

  }

  .contentBox {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 0.66%;
    flex-wrap: wrap;
  }

  .contentBox .cp_box {
    width: 24%;
    height: 125px;
    margin-top: 125px;
    background: #FDE8E8;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 50px;
    transition: all .2s linear;
  }


  .contentBox .cp_box .cp_img1 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -80px;
  }

  .contentBox .cp_box .cp_img2 {
    width: 70%;
    position: absolute;
    left: 15%;
    top: -60px;
  }

  .contentBox .cp_box .cp_img3 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -85px;
  }

  .contentBox .cp_box .cp_img4 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -70px;
  }

  .contentBox .cp_box .cp_img5 {
    width: 80%;
    position: absolute;
    left: 10%;
    top: -95px;
  }

  .contentBox .cp_box .cp_img6,
  .contentBox .cp_box .cp_img7,
  .contentBox .cp_box .cp_img9,
  .contentBox .cp_box .cp_img10,
  .contentBox .cp_box .cp_img11,
  .contentBox .cp_box .cp_img8 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -95px;
  }


  .contentBox .cp_box .bottomNames>span {
    font-weight: 500;
    font-size: .8em;
    color: #121212;
  }

  .contentBox .cp_box .bottomNames>.imgBoxs {
    width: 22px;
    height: 22px;
  }

  .contentBox .cp_box .bottomNames>.imgBoxs>img {
    width: 18px;
    height: 10px;
  }







  .grid_bark {
    width: 100%;
    height: 420px;
    background-color: #F6F2F2;
    position: relative;
  }

  .grid_bark .left_back {
    width: 42%;
    height: 65%;
    background: #E71A1E;
    position: absolute;
    left: 2%;
    top: -40px;
  }

  .grid_bark .right_back {
    width: 42%;
    height: 65%;
    background: #E71A1E;
    position: absolute;
    right: 2%;
    top: -40px;
  }

  .left_back_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .swiper-button-prev1 {
    right: 110px;
    bottom: -45px;
  }


  .swiper-button-next1 {
    right: 40px;
    bottom: -45px;
  }


  .gg_text {
    width: 260px;
    line-height: 44px;
    font-size: 14px;
    bottom: -150px;
    left: calc(((100% - 260px) / 2) + 40px);
  }

  /* .gg_more {
    width: 200px;
    line-height: 44px;
    font-size: 14px;
     bottom: -150px; 
   right: calc(((100% - 200px) / 2) + 40px);
} */

  .news_content {
    width: 100%;
    padding: 160px 0;
  }

  .left_titles_tit>span {
    display: block;
    margin: 0;
    margin-top: 10px;
  }






  .left_store {
    width: 30%;
    height: 300px;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px 10px 10px 10px;
    z-index: 9;
    margin-right: 25px;
    margin-top: 86px;
    margin-bottom: 81px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .left_store_name {
    font-size: 36px;
    color: #121212;
  }

  .left_store_eng {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #949494;
  }

  .center_contact {
    width: 30%;
    height: 300px;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px 10px 10px 10px;
    z-index: 9;
    margin-top: 86px;
    margin-bottom: 81px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .center_contact_name {
    font-size: 36px;
    color: #121212;
  }

  .center_contact_eng {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #949494;
  }

  .right_qus {
    width: 30%;
    height: 300px;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px 10px 10px 10px;
    z-index: 9;
    margin-left: 25px;
    margin-top: 86px;
    margin-bottom: 81px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .right_qus_name {
    font-size: 36px;
    color: #121212;
  }

  .right_qus_eng {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #949494;
  }
}

@media only screen and (max-width: 910px) {

  .grid_bark {
    width: 100%;
    height: 380px;
    background-color: #F6F2F2;
    position: relative;
  }

  .grid_bark .left_back {
    width: 42%;
    height: 60%;
    background: #E71A1E;
    position: absolute;
    left: 2%;
    top: -40px;
  }

  .grid_bark .right_back {
    width: 42%;
    height: 60%;
    background: #E71A1E;
    position: absolute;
    right: 2%;
    top: -40px;
  }

  ._more{
    padding: 10px;
  }
}


@media only screen and (max-width: 768px) {



  .content {
    margin-top: 0;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;

  }

  .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;

  }

  .swiper-pagination {
    width: 20%;
    position: absolute;
    bottom: 20px;
    left: 40%;
  }

  .contentBox {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 0.66%;
    flex-wrap: wrap;
  }

  .contentBox .cp_box {
    width: 48%;
    height: 175px;
    margin-top: 125px;
    background: #FDE8E8;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 80px;
    transition: all .2s linear;
  }


  .contentBox .cp_box .cp_img1 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -150px;
  }

  .contentBox .cp_box .cp_img2 {
    width: 70%;
    position: absolute;
    left: 15%;
    top: -120px;
  }

  .contentBox .cp_box .cp_img3 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -155px;
  }

  .contentBox .cp_box .cp_img4 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -150px;
  }

  .contentBox .cp_box .cp_img5 {
    width: 80%;
    position: absolute;
    left: 10%;
    top: -155px;
  }

  .contentBox .cp_box .cp_img6,
  .contentBox .cp_box .cp_img7,
  .contentBox .cp_box .cp_img9,
  .contentBox .cp_box .cp_img10,
  .contentBox .cp_box .cp_img11,
  .contentBox .cp_box .cp_img8 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -175px;
  }

  .contentBox .cp_box .bottomNames>span {
    font-weight: 500;
    font-size: 1em;
    color: #121212;
  }

  .contentBox .cp_box .bottomNames>.imgBoxs {
    width: 25px;
    height: 25px;
  }

  .contentBox .cp_box .bottomNames>.imgBoxs>img {
    width: 18px;
    height: 10px;
  }

  .grid_bark {
    width: 100%;
    height: 1160px;
    background-color: #F6F2F2;
    /* padding: 50px 0; */
  }

  .grid_bark .left_back {
    width: 90%;
    height: 380px;
    background: #E71A1E;
    position: relative;
    margin-bottom: 220px;
  }

  .grid_bark .right_back {
    width: 90%;
    height: 380px;
    background: #E71A1E;
    position: relative;
    margin-bottom: 120px;
    margin-left: calc(100% - 90% - 2%);
  }

  .left_back_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .swiper-button-prev1 {
    right: 110px;
    bottom: -45px;
  }


  .swiper-slide-active {
    width: 100%;
  }

  .swiper-button-next1 {
    right: 40px;
    bottom: -45px;
  }


  .gg_text {
    width: 320px;
    line-height: 44px;
    font-size: 20px;
    bottom: -150px;
    left: calc(((100% - 320px) / 2) + 20px);
  }

  /* .gg_more {
    width: 220px;
    line-height: 44px;
    font-size: 20px;

    bottom: -150px;
    right: calc(((100% - 220px) / 2) + 20px);
  } */

  .news_content {
    width: 100%;
    padding: 160px 0;
    padding-top: 100px;
  }

  .left_titles_tit>span {
    display: block;
    margin: 0;
    margin-top: 10px;
  }

  .news_back {
    display: flex;
    flex-direction: column;
  }

  .news_back>.titleBox {
    margin-top: 0;
    display: block;
  }

  .left_titles {
    display: none;
  }

  .right_contents {
    width: 100%;
  }

  .right_more {

    display: block;
  }


  .more_content {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
  }

  ._more {
    font-size: 16px;
  }

  .left_store {
    width: 30%;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px 10px 10px 10px;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* margin-top: 80px; */
  }

  .left_store_name {
    font-size: 24px;
    color: #121212;
  }

  .left_store_eng {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #949494;
  }

  .center_contact {
    width: 30%;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px 10px 10px 10px;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* margin-top: 80px; */
  }

  .center_contact_name {
    font-size: 24px;
    color: #121212;
  }

  .center_contact_eng {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #949494;
  }

  .right_qus {
    width: 30%;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px 10px 10px 10px;
    z-index: 2;
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .right_qus_name {
    font-size: 24px;
    color: #121212;
  }

  .right_qus_eng {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #949494;
  }


  .logo_red {
    width: 100%;
    display: block;
    padding: 30px 0;
    background: #F6F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .logo_red>img {
    width: 150px;
  }
}

@media only screen and (max-width: 600px) {


  .grid_bark {
    width: 100%;
    height: 960px;
    background-color: #F6F2F2;
    /* padding: 50px 0; */
  }

  .grid_bark .left_back {
    width: 90%;
    height: 330px;
    background: #E71A1E;
    position: relative;
    margin-bottom: 220px;
  }

  .grid_bark .right_back {
    width: 90%;
    height: 330px;
    background: #E71A1E;
    position: relative;
    margin-bottom: 120px;
    margin-left: calc(100% - 90% - 2%);
  }


  .gg_text {
    width: 320px;
    line-height: 44px;
    font-size: 20px;
    bottom: -150px;
    left: calc(((100% - 320px) / 2) + 20px);
  }

  /* .gg_more {
    width: 220px;
    line-height: 44px;
    font-size: 20px;

    bottom: -150px;
    right: calc(((100% - 220px) / 2) + 20px);
  } */


}

@media only screen and (max-width: 567px) {

  .titleBox {
    margin: 50px 0;
  }

  .titleBox .titles {
    font-size: 1.2em;
  }

  .titleBox .te {
    font-size: .6em;
  }


  .contentBox {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 0.66%;
    flex-wrap: wrap;
  }

  .contentBox .cp_box {
    width: 48%;
    height: 175px;
    margin-top: 125px;
    background: #FDE8E8;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 80px;
    transition: all .2s linear;
  }


  .contentBox .cp_box .cp_img1 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -80px;
  }

  .contentBox .cp_box .cp_img2 {
    width: 70%;
    position: absolute;
    left: 15%;
    top: -60px;
  }

  .contentBox .cp_box .cp_img3 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -95px;
  }

  .contentBox .cp_box .cp_img4 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -90px;
  }

  .contentBox .cp_box .cp_img5 {
    width: 80%;
    position: absolute;
    left: 10%;
    top: -95px;
  }

  .contentBox .cp_box .cp_img6,
  .contentBox .cp_box .cp_img7,
  .contentBox .cp_box .cp_img9,
  .contentBox .cp_box .cp_img10,
  .contentBox .cp_box .cp_img11,
  .contentBox .cp_box .cp_img8 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -95px;
  }

  .televisionAdvertising {
    padding-top: 20px;
  }

  .televisionAdvertising {
    width: 100%;
    padding-top: 93px;
  }

  .televisionAdvertising .titleBox {
    margin-top: 0px;
  }


  .grid_bark {
    height: 800px;
    margin-bottom: 50px;
  }

  .grid_bark .left_back {
    height: 300px;
  }

  .grid_bark .right_back {
    height: 300px;
  }

  .swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .swiper-button-prev1 {
    right: 110px;
    bottom: -45px;
    border-width: 2px;
  }

  .swiper-button-next1 {
    right: 40px;
    border-width: 2px;
    bottom: -45px;
  }

  .titleBox {
    margin-bottom: 100px;
  }

  .grid_bark {
    height: 1000px;
  }

  .gg_text {

    width: 320px;
    line-height: 44px;
    font-size: 20px;
    bottom: -150px;
    left: calc(((100% - 320px) / 2) + 20px);
  }

  /* .gg_more {
    width: 220px;
    line-height: 44px;
    font-size: 20px;

    bottom: -150px;
    right: calc(((100% - 220px) / 2) + 20px);
  } */

  .news_back {
    width: calc(100% - 40px);
    /* height: 500px; */
    padding: 58px 20px 58px 20px;
    background: #F6F2F2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .news_content {
    padding-top: 50px;
  }

  .left_store,.center_contact,.right_qus {
    width: 30%;
    height: 260px;
  }

  .right_qus_eng,
  .center_contact_eng,
  .left_store_eng {
    margin-bottom: 30px;
    font-size: 12px;
  }

  ._more {
    font-size: 14px;
    padding: 5px;
  }

}

@media only screen and (max-width: 510px) {}

@media only screen and (max-width: 465px) {}

@media only screen and (max-width: 430px) {

  .titleBox {
    margin: 0;
  }

  .titleBox1 {
    margin-bottom: 70px !important;
  }

  .titleBox2 {
    margin-bottom: 20px !important;
  }

  .titleBox .titles {
    font-size: 1.2em;
  }

  .titleBox .te {
    font-size: .6em;
  }


  .contentBox {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 0.66%;
    flex-wrap: wrap;
  }

  .contentBox .cp_box {
    width: 48%;
    height: 175px;
    margin-top: 65px;
    background: #FDE8E8;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all .2s linear;
  }

  .cp_box {
    height: 145px !important;
    margin-bottom: 15px !important;
  }

  .cp_box>.bottomNames {
    bottom: 15px !important;
  }

  .cp_box>.bottomNames>span {
    font-size: 18px !important;
  }

  .contentBox .cp_box .cp_img1 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -40px;
  }

  .contentBox .cp_box .cp_img2 {
    width: 70%;
    position: absolute;
    left: 15%;
    top: -30px;
  }

  .contentBox .cp_box .cp_img3 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -50px;
  }

  .contentBox .cp_box .cp_img4 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -45px;
  }

  .contentBox .cp_box .cp_img5 {
    width: 80%;
    position: absolute;
    left: 10%;
    top: -45px;
  }

  .contentBox .cp_box .cp_img6,
  .contentBox .cp_box .cp_img7,
  .contentBox .cp_box .cp_img9,
  .contentBox .cp_box .cp_img10,
  .contentBox .cp_box .cp_img11,
  .contentBox .cp_box .cp_img8 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -65px;
  }



  .televisionAdvertising {
    padding-top: 20px;
  }

  .televisionAdvertising {
    width: 100%;
    padding-top: 93px;
  }

  .televisionAdvertising .titleBox {
    margin-top: 0px;
    margin-bottom: 70px;
  }



  .grid_bark .left_back {
    height: 240px;
  }

  .grid_bark .right_back {
    height: 240px;

  }

  .swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .swiper-button-prev1 {
    width: 36px;
    height: 36px;
    right: 90px;
    bottom: -40px;
    border-width: 2px;
  }

  .swiper-button-next1 {
    width: 36px;
    height: 36px;
    right: 40px;
    border-width: 2px;
    bottom: -40px;
  }

  .swiper-button-next1>img {
    width: 22px;
  }

  .swiper-button-prev1>img {
    width: 22px;
  }

  .televisionAdvertising {
    padding-top: 20px;
  }


  .grid_bark {
    height: 640px;
  }

  .grid_bark>.left_back {
    margin-bottom: 120px;
    height: 220px;
  }

  .grid_bark>.right_back {
    height: 220px;
  }

  .gg_text {
    width: 220px;
    line-height: 34px;
    font-size: 12px;
    bottom: -90px;
    left: calc(((100% - 220px) / 2) + 20px);
  }

  .gg_more {
    width: 180px;
    line-height: 34px;
    font-size: 14px;
    bottom: -7.5em;
  }

  .swiper-pagination {
    width: 40%;
    left: 30%;
  }


  .news_content {
    padding-top: 20px;
    padding-bottom: 40px;

  }

  .news_back {
    width: calc(100% - 40px);
    /* height: 500px; */
    padding: 28px 20px 28px 20px;
    background: #F6F2F2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .top_time {
    font-size: 14px !important;
  }

  .center_title>span {
    font-size: 14px;
  }

  .list_item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .right_more {
    padding: 12px 27px;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .right_qus_name,
  .center_contact_name,
  .left_store_name {
    font-size: 18px;
  }

  .right_qus_eng, .center_contact_eng, .left_store_eng {
    font-size: 10px;
  }

  .more_content {
    background-size: revert;
  }

  ._more {
    font-size: 12px;
  }
}

@media only screen and (max-width: 390px) {
  .swiper-pagination {
    width: 50%;
    left: 25%;
  }

  .cp_box {
    height: 145px !important;
    margin-bottom: 20px !important;
  }

  .cp_box>.bottomNames {
    bottom: 20px !important;
  }

  .cp_box>.bottomNames>span {
    font-size: 16px !important;
  }

  .grid_bark {
    height: 680px;
  }

  .grid_bark>.left_back {
    margin-bottom: 140px;
  }

  .gg_text {
    width: 220px;
    line-height: 34px;
    font-size: 12px;
    bottom: -80px;
    left: calc(((100% - 220px) / 2) + 20px);
  }

  /* .gg_more {
    width: 180px;
    line-height: 34px;
    font-size: 12px;
    bottom: -100px;
    right: calc(((100% - 180px) / 2) + 20px);
  } */

  .news_content {
    padding-bottom: 30px;
  }

  .right_more {
    width: 150px;
    padding: 12px 27px;
    background: #E71A1E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .3s linear;
    margin: 0 auto;
    margin-top: 10px;
  }

  .right_more>img {
    padding: 0;
  }

  .left_store_eng,
  .right_qus_eng {
    font-size: 10px;
  }

  .titleBox {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .televisionAdvertising {
    padding-top: 0;
  }

  .titleBox1 {
    margin-bottom: 60px !important;
  }

  .titleBox2 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 375px) {

  .titleBox {
    margin: 50px 0;
  }

  .titleBox .titles {
    font-size: 1.2em;
  }

  .titleBox .te {
    font-size: .6em;
  }


  .contentBox {
    max-width: 350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 0.66%;
    flex-wrap: wrap;
  }

  .contentBox .cp_box {
    width: 48%;
    height: 125px;
    margin-top: 85px;
    background: #FDE8E8;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 50px;
    transition: all .2s linear;
  }


  .contentBox .cp_box .cp_img1 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -50px;
  }

  .contentBox .cp_box .cp_img2 {
    width: 70%;
    position: absolute;
    left: 15%;
    top: -40px;
  }

  .contentBox .cp_box .cp_img3 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -65px;
  }

  .contentBox .cp_box .cp_img4 {
    width: 88%;
    position: absolute;
    left: 6%;
    top: -60px;
  }

  .contentBox .cp_box .cp_img5 {
    width: 80%;
    position: absolute;
    left: 10%;
    top: -65px;
  }

  .contentBox .cp_box .cp_img6,
  .contentBox .cp_box .cp_img7,
  .contentBox .cp_box .cp_img9,
  .contentBox .cp_box .cp_img10,
  .contentBox .cp_box .cp_img11,
  .contentBox .cp_box .cp_img8 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -65px;
  }

  .contentBox .cp_box .bottomNames>span {
    font-size: .6em;
  }

  .televisionAdvertising {
    padding-top: 20px;
  }

  .televisionAdvertising {
    width: 100%;
    padding-top: 93px;
  }

  .televisionAdvertising .titleBox {
    margin-top: 0px;
  }



  .grid_bark .left_back {
    height: 200px;
    margin-bottom: 150px;
  }

  .grid_bark .right_back {
    height: 200px;

  }

  .swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .swiper-button-prev1 {
    width: 28px;
    height: 28px;
    right: 70px;
    bottom: -38px;
    border-width: 2px;
  }

  .swiper-button-next1 {
    width: 28px;
    height: 28px;
    right: 30px;
    border-width: 2px;
    bottom: -38px;
  }

  .swiper-button-next1>img,
  .swiper-button-prev1>img {
    width: 20px;
    height: 10px;
  }

  .gg_text {
    width: 70%;
    line-height: 33px;
    font-size: .6em;
    bottom: -100px;
    left: 15%;
  }

  /* .gg_more {
    width: 70%;
    font-size: .6em;
    line-height: 33px;
    bottom: -120px;
    right: 15%;
  } */

  .news_content {
    padding-top: 50px;
  }

  .news_back {
    width: calc(100% - 40px);
    /* height: 500px; */
    padding: 58px 20px 58px 20px;
    background: #F6F2F2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .news_back .right_more {
    width: 200px;
    padding: 12px 27px;
    background: #E71A1E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .3s linear;
    margin: 0 auto;
    margin-top: 50px;
  }

  .left_store {
    margin: 30px 0;
  }

  .right_qus {
    margin: 30px 0;
  }
}