/* ==================== 首页 - 通用标题 Start ==================== */
.index-text1 {
  font-size: 2.375vw;
  line-height: 1.1;
  color: #262626;
  font-weight: bold;
  margin-bottom: 3.125vw;
}
@media screen and (min-width: 1600px) {
  .index-text1 {
    font-size: 38px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .index-text1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
/* ==================== 首页 - 通用标题 End ==================== */
/* ==================== 首页 - 板块一 Start ==================== */
.index-section1 .index-section1-swiper .image img {
  width: 100%;
}
.index-section1 .info {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.index-section1 .info > .info-box {
  width: 81.875vw;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.index-section1 .info .text1 {
  font-size: 3.25vw;
  line-height: 1.1;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 1.625vw;
}
.index-section1 .info .text2 {
  font-size: 1.375vw;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}
.index-section1 .info .more-btn {
  display: block;
  margin-top: 3.125vw;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25vw;
  padding: 0.938vw 2.188vw;
  text-align: center;
  font-size: 1.125vw;
}
.index-section1 .swiper-pagination {
  bottom: 5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-section1 .swiper-pagination .swiper-pagination-bullet {
  width: 1.875vw;
  height: 0.188vw;
  border-radius: 6.25vw;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 0.625vw;
  margin-right: 0.625vw;
  position: relative;
  opacity: 1;
  overflow: hidden;
}
.index-section1 .swiper-pagination .swiper-pagination-bullet span {
  width: 100%;
  height: 100%;
}
.index-section1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 7.5vw;
}
.index-section1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  animation: index-section1-ani 6s linear;
  animation-play-state: paused;
}
.index-section1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation-play-state: running;
}
@keyframes index-section1-ani {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0);
  }
}
@media screen and (min-width: 1600px) {
  .index-section1 .info > .info-box {
    width: 1310px;
  }
  .index-section1 .info .text1 {
    font-size: 52px;
    margin-bottom: 26px;
  }
  .index-section1 .info .text2 {
    font-size: 22px;
  }
  .index-section1 .info .more-btn {
    margin-top: 50px;
    border-radius: 100px;
    padding: 15px 35px;
    font-size: 18px;
  }
  .index-section1 .swiper-pagination {
    bottom: 80px;
  }
  .index-section1 .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .index-section1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .index-section1 .info > .info-box {
    padding: 0 20px;
    width: 100%;
  }
  .index-section1 .info .text1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .index-section1 .info .text2 {
    font-size: 13px;
    line-height: 1.6;
  }
  .index-section1 .info .more-btn {
    margin-top: 25px;
    border-radius: 100px;
    padding: 8px 14px;
    font-size: 13px;
  }
  .index-section1 .swiper-pagination {
    bottom: 40px;
  }
  .index-section1 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    border-radius: 100px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .index-section1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
}
/* ==================== 首页 - 板块一 End ==================== */
/* ==================== 首页 - 板块二 Start ==================== */
.index-section2 {
  padding-top: 3.125vw;
  padding-bottom: 5vw;
}
.index-section2 .itembox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-section2 .item {
  text-align: center;
}
.index-section2 .item .image {
  width: 5.625vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.index-section2 .item .image img {
  width: 100%;
}
.index-section2 .item .text {
  margin-top: 1.25vw;
  line-height: 1.1;
  color: #262626;
  font-size: 0.875vw;
}
@media screen and (min-width: 1600px) {
  .index-section2 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index-section2 .item .image {
    width: 90px;
  }
  .index-section2 .item .text {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .index-section2 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .index-section2 .mxw-box {
    padding-left: 0;
    padding-right: 0;
  }
  .index-section2 .itembox {
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-section2 .item {
    margin-right: 30px;
    flex-shrink: 0;
  }
  .index-section2 .item .image {
    width: 60px;
  }
  .index-section2 .item .text {
    margin-top: 15px;
    font-size: 14px;
  }
}
/* ==================== 首页 - 板块二 End ==================== */
/* ==================== 首页 - 板块三 Start ==================== */
.index-section3 {
  padding-bottom: 6.875vw;
  overflow: hidden;
}
.index-section3 .index-section3-swiper {
  overflow: visible;
}
.index-section3 .swiper-slide {
  border-radius: 0.625vw;
  overflow: hidden;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.4s;
}
.index-section3 .swiper-slide:hover .image img {
  transform: scale(1.1);
}
.index-section3 .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.index-section3 .swiper-slide.new-item:before {
  content: "";
  display: block;
  background: url(../images/index/img058.png) no-repeat center;
  width: 2.5vw;
  height: 2.5vw;
  background-size: 100%;
  position: absolute;
  right: 2.5vw;
  top: 1.875vw;
  z-index: 3;
}
.index-section3 .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.index-section3 .swiper-slide .image img {
  transition: all 0.4s;
}
.index-section3 .swiper-slide .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 2.5vw;
}
.index-section3 .swiper-slide .info .text1 {
  font-size: 1.875vw;
  margin-bottom: 1.25vw;
  display: block;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
.index-section3 .swiper-slide .info .text2 {
  font-size: 1vw;
  color: #888888;
}
.index-section3 .swiper-slide .info .bottom {
  margin-top: 4.375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-section3 .swiper-slide .info .text3 {
  font-size: 1.125vw;
  color: #ffffff;
  line-height: 1.1;
}
.index-section3 .swiper-button-prev {
  left: 2.5vw;
  right: auto;
}
.index-section3 .swiper-button-next {
  left: auto;
  right: 2.5vw;
}
@media screen and (min-width: 1600px) {
  .index-section3 {
    padding-bottom: 110px;
  }
  .index-section3 .swiper-slide {
    border-radius: 10px;
  }
  .index-section3 .swiper-slide.new-item:before {
    width: 40px;
    height: 40px;
    right: 40px;
    top: 30px;
  }
  .index-section3 .swiper-slide .info {
    padding: 40px;
  }
  .index-section3 .swiper-slide .info .text1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .index-section3 .swiper-slide .info .text2 {
    font-size: 16px;
  }
  .index-section3 .swiper-slide .info .bottom {
    margin-top: 70px;
  }
  .index-section3 .swiper-slide .info .text3 {
    font-size: 18px;
  }
  .index-section3 .swiper-button-prev {
    left: 40px;
  }
  .index-section3 .swiper-button-next {
    right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .index-section3 {
    padding-bottom: 60px;
  }
  .index-section3 .swiper-slide {
    border-radius: 10px;
  }
  .index-section3 .swiper-slide.new-item:before {
    width: 10px;
    height: 20px;
    right: 20px;
    top: 15px;
  }
  .index-section3 .swiper-slide .info {
    padding: 20px;
  }
  .index-section3 .swiper-slide .info .text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .index-section3 .swiper-slide .info .text2 {
    font-size: 14px;
  }
  .index-section3 .swiper-slide .info .bottom {
    margin-top: 35px;
  }
  .index-section3 .swiper-slide .info .text3 {
    font-size: 14px;
  }
  .index-section3 .swiper-button-prev {
    left: 20px;
  }
  .index-section3 .swiper-button-next {
    right: 20px;
  }
}
/* ==================== 首页 - 板块三 End ==================== */
/* ==================== 首页 - 板块四 Start ==================== */
.index-section4 {
  overflow: hidden;
  padding-bottom: 6.875vw;
}
.index-section4 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.index-section4 .item {
  width: 23.5%;
  position: relative;
  background-color: #F3F3F3;
  margin-right: 2%;
  border-radius: 0.625vw;
  overflow: hidden;
}
.index-section4 .item:nth-child(4n) {
  margin-right: 0;
}
.index-section4 .item:nth-child(4) ~ .item {
  margin-top: 2%;
}
.index-section4 .item .image {
  border-radius: 0.625vw;
  overflow: hidden;
}
.index-section4 .item .image img {
  width: 100%;
}
.index-section4 .item .text1 {
  font-size: 1.875vw;
  color: #000000;
  line-height: 1.1;
  position: absolute;
  top: 2.5vw;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .index-section4 {
    padding-bottom: 110px;
  }
  .index-section4 .item {
    border-radius: 10px;
  }
  .index-section4 .item .image {
    border-radius: 10px;
  }
  .index-section4 .item .text1 {
    font-size: 30px;
    top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .index-section4 {
    padding-bottom: 60px;
  }
  .index-section4 .item {
    width: 48%;
    border-radius: 10px;
    margin-right: 4% !important;
  }
  .index-section4 .item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .index-section4 .item:nth-child(2) ~ .item {
    margin-top: 4% !important;
  }
  .index-section4 .item .image {
    border-radius: 10px;
  }
  .index-section4 .item .text1 {
    font-size: 15px;
    top: 20px;
  }
}
/* ==================== 首页 - 板块四 End ==================== */
/* ==================== 首页 - 板块五 Start ==================== */
.index-section5 {
  overflow: hidden;
  padding-bottom: 2.5vw;
}
.index-section5 .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.875vw;
}
.index-section5 .tabs .tab-item {
  font-size: 1vw;
  color: #333333;
  line-height: 1.1;
  padding: 0.625vw 1.875vw;
  border-radius: 6.25vw;
  text-align: center;
  background-color: #EDEFF2;
  margin-right: 1.25vw;
}
.index-section5 .tabs .tab-item.active {
  background-color: #262629;
  color: #fff;
}
.index-section5 .tabs .tab-item:last-child {
  margin-right: 0;
}
.index-section5 .item {
  position: relative;
  border-radius: 0.625vw;
  overflow: hidden;
}
.index-section5 .item:hover .image .bg-img {
  opacity: 1;
  visibility: visible;
}
.index-section5 .item:hover .info .text1 {
  color: #fff;
}
.index-section5 .item:hover .info .text2 {
  color: #888;
}
.index-section5 .item:hover .info .text3 {
  color: #fff;
}
.index-section5 .item:hover .info .index-btn {
  color: #fff;
}
.index-section5 .item:hover .info .index-btn .icon {
  background-color: #4cb848;
  color: #fff;
}
.index-section5 .item .image {
  width: 100%;
  position: relative;
}
.index-section5 .item .image .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 2;
}
.index-section5 .item .image .product-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-section5 .item .image img {
  transition: transform 0.4s;
  width: 100%;
  z-index: 1;
}
.index-section5 .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 2.5vw;
}
.index-section5 .item .info .text1 {
  font-size: 1.875vw;
  margin-bottom: 0.625vw;
  display: block;
  text-align: left;
  font-weight: bold;
  color: #222;
}
.index-section5 .item .info .text2 {
  font-size: 1.125vw;
  color: #888888;
  line-height: 1.4;
}
.index-section5 .item .info .index-btn {
  margin-top: 1.875vw;
}
.index-section5 .item .info .text3 {
  font-size: 1.125vw;
  color: #010101;
  line-height: 1.1;
  margin-top: 3.125vw;
}
.index-section5 .itembox1 {
  display: flex;
  justify-content: flex-start;
}
.index-section5 .itembox1 .left {
  width: 49%;
  margin-right: 2%;
}
.index-section5 .itembox1 .left .image .product-img {
  height: 38.75vw;
}
.index-section5 .itembox1 .left .info {
  top: 0;
  bottom: auto;
}
.index-section5 .itembox1 .right {
  width: 49%;
}
.index-section5 .itembox1 .right .item:first-child {
  margin-bottom: 4%;
}
.index-section5 .itembox1 .right .item .image .product-img {
  height: 18.375vw;
}
.index-section5 .itembox1 .right .item:nth-child(2) {
  text-align: right;
}
.index-section5 .itembox1 .right .item:nth-child(2) .info .text1 {
  text-align: right;
}
.index-section5 .itembox1 .right .item:nth-child(2) .info .index-btn {
  margin-top: 1.25vw;
}
.index-section5 .itembox2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2%;
}
.index-section5 .itembox2 .item {
  width: 23.5%;
  margin-right: 2%;
}
.index-section5 .itembox2 .item:nth-child(4n) {
  margin-right: 0;
}
.index-section5 .itembox2 .item:nth-child(4) ~ .item {
  margin-top: 2%;
}
.index-section5 .itembox2 .item .image .product-img {
  height: 18.75vw;
}
.index-section5 .itembox2 .item .info {
  padding: 2.5vw 1.25vw;
}
.index-section5 .itembox2 .item .info .text1 {
  font-size: 1.5vw;
  margin-bottom: 1.25vw;
}
.index-section5 .itembox2 .item .info .text2 {
  font-size: 1vw;
}
.index-section5 .itembox2 .item .info .text3 {
  font-size: 1.125vw;
}
@media screen and (min-width: 1600px) {
  .index-section5 {
    padding-bottom: 40px;
  }
  .index-section5 .tabs {
    margin-bottom: 30px;
  }
  .index-section5 .tabs .tab-item {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 100px;
    margin-right: 20px;
  }
  .index-section5 .item {
    border-radius: 10px;
  }
  .index-section5 .item .info {
    padding: 40px;
  }
  .index-section5 .item .info .text1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .index-section5 .item .info .text2 {
    font-size: 18px;
  }
  .index-section5 .item .info .index-btn {
    margin-top: 30px;
  }
  .index-section5 .item .info .text3 {
    font-size: 18px;
    margin-top: 50px;
  }
  .index-section5 .itembox1 .left .image .product-img {
    height: 620px;
  }
  .index-section5 .itembox1 .right .item .image .product-img {
    height: 294px;
  }
  .index-section5 .itembox1 .right .item:nth-child(2) .info .index-btn {
    margin-top: 20px;
  }
  .index-section5 .itembox2 .item .image .product-img {
    height: 300px;
  }
  .index-section5 .itembox2 .item .info {
    padding: 40px 20px;
  }
  .index-section5 .itembox2 .item .info .text1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .index-section5 .itembox2 .item .info .text2 {
    font-size: 16px;
  }
  .index-section5 .itembox2 .item .info .text3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .index-section5 {
    padding-bottom: 60px;
  }
  .index-section5 .tabs {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .index-section5 .tabs .tab-item {
    width: 48%;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 25px;
    margin-right: 0;
  }
  .index-section5 .tabs .tab-item:nth-child(2n-1) {
    margin-right: 4%;
  }
  .index-section5 .tabs .tab-item:nth-child(2) ~ .tab-item {
    margin-top: 4%;
  }
  .index-section5 .item {
    border-radius: 10px;
    border: 1px solid #eee;
  }
  .index-section5 .item .info {
    padding: 30px 20px;
  }
  .index-section5 .item .info .text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .index-section5 .item .info .text2 {
    font-size: 14px;
  }
  .index-section5 .item .info .index-btn {
    margin-top: 15px;
  }
  .index-section5 .item .info .text3 {
    font-size: 14px;
    margin-top: 50px;
  }
  .index-section5 .itembox1 {
    display: block;
    width: 100%;
  }
  .index-section5 .itembox1 .left {
    width: 100%;
  }
  .index-section5 .itembox1 .left .image .product-img {
    height: 70vw;
  }
  .index-section5 .itembox1 .right {
    width: 100%;
  }
  .index-section5 .itembox1 .right .item {
    display: block;
    margin-top: 20px;
  }
  .index-section5 .itembox1 .right .item .image .product-img {
    height: 30vw;
  }
  .index-section5 .itembox1 .right .item:last-child {
    margin-bottom: 0;
  }
  .index-section5 .itembox1 .right .item:first-child {
    margin-bottom: 0;
  }
  .index-section5 .itembox1 .right .item:nth-child(2) .info {
    text-align: left;
  }
  .index-section5 .itembox1 .right .item:nth-child(2) .info .text1 {
    text-align: left;
  }
  .index-section5 .itembox1 .right .item:nth-child(2) .info .index-btn {
    margin-top: 10px;
  }
  .index-section5 .itembox1 .right .item .info {
    position: static;
  }
  .index-section5 .itembox2 {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .index-section5 .itembox2 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-section5 .itembox2 .item .image .product-img {
    height: 60vw;
  }
  .index-section5 .itembox2 .item:last-child {
    margin-bottom: 0;
  }
  .index-section5 .itembox2 .item .info {
    padding: 20px 20px;
  }
  .index-section5 .itembox2 .item .info .text1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .index-section5 .itembox2 .item .info .text2 {
    font-size: 14px;
  }
  .index-section5 .itembox2 .item .info .text3 {
    font-size: 14px;
  }
}
/* ==================== 首页 - 板块五 End ==================== */
/* ==================== 首页 - 板块六 Start ==================== */
.index-section6 {
  background-size: cover;
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  text-align: center;
  overflow: hidden;
}
.index-section6 .index-text1 {
  text-align: center;
  margin-bottom: 1.25vw;
}
.index-section6 .swiper-slide {
  position: relative;
  padding-top: 1.875vw;
}
.index-section6 .swiper-slide:after {
  content: "";
  display: block;
  width: 12.5vw;
  height: 12.5vw;
  position: absolute;
  left: 1.875vw;
  bottom: 1.25vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 2.375vw 1vw rgba(0, 0, 0, 0.04);
  border-radius: 100%;
  z-index: 1;
}
.index-section6 .swiper-slide .image {
  display: block;
  width: 19.375vw;
  height: 14.375vw;
  z-index: 2;
  position: relative;
  transition: transform 0.4s;
}
.index-section6 .swiper-slide .image img{

}
.index-section6 .swiper-slide .image:hover {
  transform: translateY(-0.625vw);
}
.index-section6 .more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1vw;
  background-color: #000;
  border-radius: 6.25vw;
  padding: 0.813vw 1.438vw;
  color: #fff;
  margin-bottom: 1.875vw;
}
.index-section6 .more-btn:after {
  content: "";
  display: block;
  width: 0.375vw;
  height: 0.375vw;
  color: #fff;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  margin-left: -0.188vw;
  margin-left: 0.625vw;
}
@media screen and (min-width: 1600px) {
  .index-section6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index-section6 .index-text1 {
    margin-bottom: 20px;
  }
  .index-section6 .swiper-slide {
    padding-top: 30px;
  }
  .index-section6 .swiper-slide:after {
    width: 200px;
    height: 200px;
    left: 30px;
    bottom: 20px;
    box-shadow: 0px 0px 38px 16px rgba(0, 0, 0, 0.04);
  }
  .index-section6 .swiper-slide .image {
    width: 310px;
    height: 230px;
  }
  .index-section6 .swiper-slide .image:hover {
    transform: translateY(-10px);
  }
  .index-section6 .more-btn {
    font-size: 16px;
    border-radius: 100px;
    padding: 13px 23px;
    margin-bottom: 30px;
  }
  .index-section6 .more-btn:after {
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .index-section6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-section6 .index-text1 {
    margin-bottom: 20px;
  }
  .index-section6 .swiper-slide {
    padding-top: 15px;
  }
  .index-section6 .swiper-slide:after {
    width: 70px;
    height: 70px;
    left: 6%;
    bottom: 10px;
    box-shadow: 0px 0px 19px 8px rgba(0, 0, 0, 0.04);
  }
  .index-section6 .swiper-slide .image {
    width: 150px;
    height: 100px;
  }
  .index-section6 .swiper-slide .image:hover {
    transform: translateY(-10px);
  }
  .index-section6 .more-btn {
    font-size: 14px;
    border-radius: 100px;
    padding: 7px 20px;
    margin-bottom: 20px;
  }
  .index-section6 .more-btn:after {
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-left: 10px;
  }
}
/* ==================== 首页 - 板块六 End ==================== */
/* ==================== 首页 - 板块七 Start ==================== */
.index-section7 {
  padding-top: 5.625vw;
  padding-bottom: 7.5vw;
  background-color: #FFFFFF;
  overflow: hidden;
}
.index-section7 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-section7 .item {
  width: 23.5%;
  position: relative;
  box-shadow: 0vw 0vw 3vw 0.875vw rgba(0, 0, 0, 0.03);
  margin-right: 2%;
  border-radius: 0.625vw;
  overflow: hidden;
}
.index-section7 .item:hover .info .text1 {
  color: #fff;
}
.index-section7 .item:hover .info .text2 {
  color: #ccc;
}
.index-section7 .item:hover .info .index-btn {
  color: #fff;
}
.index-section7 .item:hover .info .index-btn .icon {
  background-color: #4cb848;
  color: #fff;
}
.index-section7 .item:hover .info .price .first-price {
  color: #ccc;
}
.index-section7 .item:hover .info .price .last-price {
  color: #fff;
}
.index-section7 .item:hover .image {
  opacity: 0;
  visibility: hidden;
}

.index-section7 .item:nth-child(4n) {
  margin-right: 0;
}
.index-section7 .item:nth-child(4) ~ .item {
  margin-top: 2%;
}
.index-section7 .item .image {
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 0.625vw;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}
.index-section7 .item .image img {
  width: 100%;
}

.index-section7 .item .bg-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0.75vw;
  overflow: hidden;
}
.index-section7 .item .info {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 2.5vw 1.5vw 3.5vw;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.index-section7 .item .text1 {
  font-size: 1.5vw;
  line-height: 1.1;
  color: #222;
  font-weight: bold;
  display: block;
  margin-bottom: 1.25vw;
  transition: color 0.4s;
}
.index-section7 .item .text2 {
  font-size: 1vw;
  margin-bottom: 1.563vw;
  color: #888888;
  transition: color 0.4s;
}
.index-section7 .item .index-btn {
  transition: all 0.4s;
}
.index-section7 .item .index-btn .icon {
  transition: all 0.4s;
}
.index-section7 .item .price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.index-section7 .item .first-price {
  font-size: 1vw;
  color: #9c9ca3;
  line-height: 1.1;
  text-decoration: line-through;
  margin-right: 1.875vw;
}
.index-section7 .item .last-price {
  font-size: 1.125vw;
  color: #010101;
  line-height: 1.1;
}
@media screen and (min-width: 1600px) {
  .index-section7 {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .index-section7 .item {
    box-shadow: 0px 0px 48px 14px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
  }
  .index-section7 .item .image {
    border-radius: 10px;
  }
  .index-section7 .item .bg-image {
    border-radius: 12px;
  }
  .index-section7 .item .info {
    padding: 40px 24px 56px;
  }
  .index-section7 .item .text1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .index-section7 .item .text2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .index-section7 .item .first-price {
    font-size: 16px;
    margin-right: 30px;
  }
  .index-section7 .item .last-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .index-section7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-section7 .itembox {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index-section7 .item {
    width: 48%;
    box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .index-section7 .item .image {
    border-radius: 10px;
  }
  .index-section7 .item .bg-image {
    border-radius: 12px;
  }
  .index-section7 .item .info {
    padding: 30px 20px;
  }
  .index-section7 .item .text1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .index-section7 .item .text2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .index-section7 .item .first-price {
    font-size: 12px;
    margin-right: 15px;
    line-height: 1.3;
  }
  .index-section7 .item .last-price {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .index-section7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-section7 .itembox {
    display: block;
  }
  .index-section7 .item {
    width: 100%;
  }
  .index-section7 .item:last-child {
    margin-bottom: 0;
  }
}
/* ==================== 首页 - 板块七 End ==================== */
/* ==================== 首页 - 板块八 Start ==================== */
.index-section8 {
  padding-bottom: 6.875vw;
  overflow: hidden;
}
.index-section8 .body {
  display: flex;
  align-items: flex-start;
}
.index-section8 .body .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  padding: 3.75vw 3.125vw;
}
.index-section8 .body .info .icon {
  width: 3.75vw;
  display: block;
}
.index-section8 .body .info .text1 {
  font-size: 2.625vw;
  color: #ffffff;
  line-height: 1.1;
  margin-top: 1.875vw;
}
.index-section8 .item {
  display: block;
  position: relative;
  border-radius: 0.625vw;
  overflow: hidden;
}
.index-section8 .item:hover .image img {
  transform: scale(1.05);
}
.index-section8 .item .image {
  position: relative;
  z-index: 1;
}
.index-section8 .item .image img {
  transition: transform 0.4s;
}
.index-section8 .left {
  width: 49%;
  margin-right: 2%;
}
.index-section8 .right {
  width: 49%;
}
.index-section8 .right .item {
  margin-bottom: 4%;
}
.index-section8 .right .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1600px) {
  .index-section8 {
    padding-bottom: 110px;
  }
  .index-section8 .body .info {
    padding: 60px 50px;
  }
  .index-section8 .body .info .icon {
    width: 60px;
  }
  .index-section8 .body .info .text1 {
    font-size: 42px;
    margin-top: 30px;
  }
  .index-section8 .item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 500px) {
  .index-section8 {
    padding-bottom: 60px;
  }
  .index-section8 .body {
    display: block;
  }
  .index-section8 .body .info {
    padding: 20px;
  }
  .index-section8 .body .info .icon {
    width: 30px;
  }
  .index-section8 .body .info .text1 {
    font-size: 21px;
    margin-top: 20px;
  }
  .index-section8 .item {
    border-radius: 8px;
  }
  .index-section8 .left {
    width: 100%;
    margin-bottom: 4%;
  }
  .index-section8 .right {
    width: 100%;
  }
}
/* ==================== 首页 - 板块八 End ==================== */
/* ==================== 首页 - 板块九 Start ==================== */
.index-section9 {
  overflow: hidden;
  padding-bottom: 10vw;
}
.index-section9 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.index-section9 .item {
  width: 49%;
  margin-right: 2%;
  border-radius: 0.625vw;
  overflow: hidden;
  position: relative;
}
.index-section9 .item:hover .image img {
  transform: scale(1.1);
}
.index-section9 .item:nth-child(2n) {
  margin-right: 0;
}
.index-section9 .item:nth-child(2) ~ .item {
  margin-top: 2%;
}
.index-section9 .item .image img {
  transition: transform 0.4s;
}
.index-section9 .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  font-size: 2.625vw;
  color: #ffffff;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1600px) {
  .index-section9 {
    padding-bottom: 160px;
  }
  .index-section9 .item {
    border-radius: 10px;
  }
  .index-section9 .item .text {
    font-size: 42px;
  }
}
@media screen and (max-width: 500px) {
  .index-section9 {
    padding-bottom: 60px;
  }
  .index-section9 .itembox {
    display: block;
  }
  .index-section9 .item {
    width: 100%;
    border-radius: 8px;
    margin: 0 !important;
  }
  .index-section9 .item:nth-child(1) ~ .item {
    margin-top: 20px !important;
  }
  .index-section9 .item .text {
    font-size: 19px;
  }
}

.p-choice{margin:0 auto;position: relative;z-index: 10;}
.choicebox{overflow:hidden;text-align:center}
.choicebox .c-label{color:#666;font-size:16px;cursor:pointer}
.c-label .choice-inp{display:none}
.choicebox .choice-inp[type=checkbox]+span{display:inline-block;width:25px;height:25px;background:url(../images/img68.png) center no-repeat;background-size:25px 25px;position:relative;top:3px}
.choicebox .choice-inp[type=checkbox]:checked+span{display:inline-block;width:25px;height:25px;background:#fff url(../images/img67.png) center no-repeat;background-size:25px 25px;position:relative;top:3px}
/* ==================== 首页 - 板块九 End ==================== */
