/* 首页样式 */
.banner_swiper {
   width: 100%;
  overflow: hidden;
}

.banner_swiper img {
  display: block;
}

.banner_swiper {
  /* 两种都可以 */
  /* --swiper-theme-color: #ff6600; */
  --swiper-pagination-color: #fff;
}

.swiper-pagination {
  bottom: 92px !important; /* 调整这个值来改变分页器与底部的距离 */
}

.swiper-block {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 77px;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.6);
}
.banner_container {
  /*width:1500px;*/
  /*margin:auto;*/
  /*padding-top:127px;*/
  width:100%;
  height:calc(100% - 77px);
  box-sizing: border-box;
  z-index:999;
  left:0;
  /*margin-left:-750px;*/
  top:0;
}
.banner_container_message {
  width: 100%;
  height: 100%;
}
.banner_container h4{
  font-family: Source Han Sans CN VF;
  font-weight: bold;
  font-size: 47px;
  color: #212121;
  line-height:47px;
}
.banner_container p {
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 18px;
  color: #626262;
  margin:17px 0 33px;
  max-width:673px;
}
.banner_container .btn {
 margin-right:20px;
  width: 100px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #FF5000;
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 16px;
  color: #FF5000;
  text-align: center;
  line-height:36px;
}
/* banner下方第一个区块 -- start */
.index_block1 {
  width: 100%;
  padding: 85px 0 100px 0;
}

.index_block1 h2 {
  font-family: Source Han Sans CN VF;
  font-weight: bold;
  font-size: 30px;
  color: #212122;
  text-align: center;
  line-height: 1;
  margin-bottom: 29px;
}

.index_block1 .tabs_box {
  border-bottom: 1px solid #e8e8e8;
}

.index_block1 .tabs_box li {
  flex: 1;
  position: relative;
  text-align: center;
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 19px;
  line-height: 1;
  cursor: pointer;
}

.index_block1 .tabs_box li.active {
  color: #212121;
}

.index_block1 .tabs_box li.active::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--themeColor);
}

.index_block1 .tabs_content {
  margin-top: 40px;
}

.index_block1 .tabs_content .left_img {
  width: 700px;
  height: 420px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.right_box {
  width: 770px;
  height: 420px;
  overflow: auto;
  position: relative;
}

.right_box::-webkit-scrollbar {
  width: 0;
}
.right_box::-webkit-scrollbar {
  height: 0;
}

.right_box_item {
  width:770px;
  height: 700px;
  line-height: 1;
  padding-top: 24px;
}
.right_box_item:first-child {
  margin-top:-170px;
}

.right_box_item h3 {
  font-family: Source Han Sans CN VF;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 11px;
}

.right_box_item p {
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 16px;
  color: #626262;
  line-height: 1;
  margin-bottom: 34px;
}

.right_box_item strong {
  font-family: Source Han Sans CN VF;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

.right_box_item .tags_box ol {
  margin-bottom: 36px;
}

.right_box_item .tags_box ol li {
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 16px;
  color: #626262;
  height: 28px;
  line-height: 28px;
  padding: 0 7px;
  background: #f0f0f0;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.right_box_item .btns {
  margin-top: 30px;
}
.right_box_item .price{
  font-family: Source Han Sans CN VF;
  font-weight: 500;
  font-size: 46px;
  color: #FF5000;
  line-height: 1;
  margin-right: 34px;
}
.right_box_item .price .unit{
  font-size: 24px;
}

.right_box_item .btns .btn {
  padding: 0 18px;
  height: 36px;
  line-height: 34px;
  background: var(--themeColor);
  border-radius: 4px;
  border: 1px solid var(--themeColor);
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 16px;
  color: #fffefe;
  margin-right: 14px;
  cursor: pointer;
}

.right_box_item .btns .btn.plain {
  background: transparent;
  color: var(--themeColor);
}

/* banner下方第一个区块 -- end */

/* index_block2 - start */
.index_block2 {
   width: 100%;
  padding: 83px 0 91px 0;
  background: #f8f8f8;
}

.index_block2 h2,
.index_block3 h2,
.index_block5 h2,
.index_block6 h2,
.index_block7 h2 {
  font-family: Source Han Sans CN VF;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}

.index_block2 .tabs {
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 24px;
}

.index_block2 .tabs li {
  cursor: pointer;
  padding-bottom: 10px;
  flex: 1;
  height: 19px;
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 20px;
  color: #626262;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_block2 .tabs li span {
  margin-right: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.index_block2 .tabs li.active {
  font-weight: bold;
  color: var(--themeColor);
  border-bottom: 2px solid var(--themeColor);
}

.index_block2 .swiper-container {
  width: 100%;
  height: 440px;
}

.index_block2 .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_block2 .item {
  width: 276px;
  height: 400px;
  background: linear-gradient(0deg, #efefef, #ffffff);
  border-radius: 8px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 29px;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}

.index_block2 .item.active {
  transform: translateY(-20px);
  border-color: var(--themeColor);
}

.index_block2 .item img {
  display: block;
  margin-bottom: 29px;
}

.index_block2 .item h4 {
  text-align: center;
  font-family: Source Han Sans CN VF;
  font-weight: 500;
  font-size: 22px;
  color: #212121;
  line-height: 22px;
  position: relative;
  margin-bottom: 25px;
}

.index_block2 .item h4::after {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--themeColor);
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
}

.index_block2 .item p {
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 16px;
  color: #9f9f9f;
  line-height: 24px;
}

.index_block2 .swiper-button-prev,
.index_block2 .swiper-button-next {
  position: absolute;
  top: calc(50% + 30px);
  z-index: 10;
  width: 28px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.index_block2 .swiper-button-next::after,
.index_block2 .swiper-button-prev::after {
  font-size: 16px;
}

.index_block2 .swiper-button-prev {
  left: -38px;
}

.index_block2 .swiper-button-next {
  right: -38px;
}
/* index_block2 - end */

/* index_block3 - start */
.index_block3 {
   width: 100%;
  padding: 83px 0 100px 0;
}

.index_block3 .left_side {
  width: 314px;
  height: 550px;
  background: url(https://zkmall-pc.oss-cn-shenzhen.aliyuncs.com/images/index/leftsidebg.png) no-repeat left top;
  background-size: 304px auto;
  border-radius: 6px;
  padding-top: 38px;
}

.index_block3 .left_side li {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.index_block3 .left_side li.active {
  width: 100%;
  height: 58px;
  color: var(--themeColor);
  background: url(https://zkmall-pc.oss-cn-shenzhen.aliyuncs.com/images/index/leftside_active.png) no-repeat left top;
  background-size: 100% auto;
}

.index_block3 .left_side li img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  margin-left: 27px;
}

.index_block3 .left_side li span {
  width: 87px;
  height: 22px;
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 22px;
  flex: 1;
  line-height: 1;
}

.index_block3 .right_side_show {
  width: 1177px;
}

.index_block3 .right_side {
  width: 1177px;
}

.index_block3 .right_side_block {
  width: 583px;
  height: 200px;
  background: #f8f8f8;
  border-radius: 6px;
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  padding-top: 29px;
  padding-left: 19px;
  box-sizing: border-box;
  line-height: 1;
}

.index_block3 .right_side_block.oneline {
  width: 100%;
  height: 130px;
  margin-bottom: 0;
}

.index_block3 .right_side_block h4 {
  font-family: Source Han Sans CN VF;
  font-weight: 500;
  font-size: 22px;
  color: #212121;
  margin-bottom: 13px;
}

.index_block3 .right_side_block p {
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 16px;
  color: #9f9f9f;
  line-height: 24px;
}

.index_block3 .right_side_block.oneline p {
  width: 500px;
}
/* index_block3 - end */

/* index_block4 - start */
.index_block4 {
   width: 100%;
  padding-top: 77px;
  padding-bottom: 100px;
  background: #f7f7f7 url(https://zkmall-pc.oss-cn-shenzhen.aliyuncs.com/images/index/index_block4bg.png) no-repeat center top;
  background-size: 100% auto;
}

.l_r_block {
  height: 480px;
  width: 100%;
}

.index_block4 h2 {
  font-family: Source Han Sans CN VF;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 118px;
}

.index_block4 .left_block {
  width: 418px;
  height: 480px;
  background: url(https://zkmall-pc.oss-cn-shenzhen.aliyuncs.com/images/index/index_block4_leftbg.png) no-repeat left top;
  background-size: 100% 100%;
  padding: 48px 30px 0;
}

.index_block4 h4 {
  font-family: Source Han Sans CN VF;
  font-weight: 500;
  line-height: 1;
  font-size: 22px;
  color: #212121;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.index_block4 p {
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 16px;
  color: #9f9f9f;
  line-height: 24px;
  padding-bottom: 28px;
}

.index_block4 .left_block p {
  border-bottom: 1px solid #e9e9e9;
}

.index_block4 .left_block ul li {
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 16px;
  color: #9f9f9f;
  line-height: 1;
  margin-top: 35px;
}

.index_block4 .right_block {
  flex: 1;
  margin-left: 20px;
}

.right_block_box {
  width: 521px;
  height: 230px;
  background: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 32px 39px 0 39px;
  margin-bottom: 20px;
}

.right_block_box:nth-of-type(3),
.right_block_box:nth-of-type(4) {
  margin-bottom: 0;
}

.right_block_box h4::before {
  content: "";
  width: 23px;
  height: 22px;
  margin-right: 6px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.right_block_box:nth-of-type(1) h4::before {
  background-image: url(https://zkmall-pc.oss-cn-shenzhen.aliyuncs.com/images/index/rbb_icon1.jpg);
}

.right_block_box:nth-of-type(2) h4::before {
  background-image: url(https://zkmall-pc.oss-cn-shenzhen.aliyuncs.com/images/index/rbb_icon2.jpg);
}

.right_block_box:nth-of-type(3) h4::before {
  background-image: url(https://zkmall-pc.oss-cn-shenzhen.aliyuncs.com/images/index/rbb_icon3.jpg);
}

.right_block_box:nth-of-type(4) h4::before {
  background-image: url(https://zkmall-pc.oss-cn-shenzhen.aliyuncs.com/images/index/rbb_icon4.jpg);
}

/* index_block4 - end */

/* index_block5 - start */
.index_block5 {
  padding-top: 85px;
  padding-bottom: 100px;
}

.block5_tabs {
  height: 30px;
  align-items: flex-start;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
}

.block5_tabs li {
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 20px;
  color: #626262;
  padding: 0 13px;
  line-height: 1;
  height: 100%;
  cursor: pointer;
}

.block5_tabs li.active {
  color: var(--themeColor);
  position: relative;
}

.block5_tabs li.active::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  background: var(--themeColor);
}

.block5_container a {
  margin-bottom: 71px;
}

.block5_container img {
  display: block;
}

.block5_container .block5_box_r {
  margin-left: 26px;
  padding-top: 24px;
  flex: 1;
}

.block5_container .block5_box_r h4 {
  margin-bottom: 23px;
  font-family: Source Han Sans CN VF;
  font-weight: 500;
  font-size: 22px;
  color: #212121;
  line-height: 1;
}

.block5_container .block5_box_r p {
  font-family: Source Han Sans CN VF;
  font-weight: 400;
  font-size: 16px;
  color: #9f9f9f;
  line-height: 30px;
}
/* index_block5 - end */

/* index_block6 - start */
.index_block6 {
  padding-top: 84px;
  padding-bottom: 100px;
}

.index_block6 li {
  width: 284px;
  height: 100px;
  margin-bottom: 20px;
}

.index_block6 li:hover div {
  display: block;
}

.index_block6 li:hover img {
  display: none;
  width: 284px;
  height: 100px;
}

.index_block6 li div {
  display: none;
  width: 284px;
  height: 100px;
  background: var(--themeColor);
  font-size: 14px;
  padding: 29px 63px 0;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 8px;
}
.index_block6 li img {
  display: block;
  width: 100%;
  height: 100%;
}
/* index_block6 - end */

/* index_block7 - start */
.index_block7 {
  padding-top: 80px;
   width: 100%;
  /*height: calc(584 * 100vw / 1486);*/
  background: #fff;
  padding-bottom: 365px;
  background-image: url("https://zkmall-pc.oss-cn-shenzhen.aliyuncs.com/images/footer-img.png");
  background-position: center bottom;
  background-size: 1920px auto;
  background-repeat: no-repeat;
  box-sizing: border-box;
  /*background: #fff url(https://zkmall-pc.oss-cn-shenzhen.aliyuncs.com/images/index/block6_img_text.jpg) no-repeat center 171px;*/
}
/*.index_block8 {*/
/*   width: 100%;*/
/*  height:608px;*/
/*  background: #fff url(https://zkmall-pc.oss-cn-shenzhen.aliyuncs.com/images/footer-img.png) no-repeat center;*/
/*  background-size: 1920px 608px;*/
/*}*/
/* index_block7 - end */

/* 针对IE11的CSS Hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .index_block1 .tabs_box li.active::after,
  .index_block2 .item h4::after,
  .block5_tabs li.active::after,
  .index_block6 li div {
    background: #ff5000;
  }
  .right_box_item .btns .btn {
    background: #ff5000;
    border: 1px solid #ff5000;
  }
  .right_box_item .btns .btn.plain,
  .index_block3 .left_side li.active,
  .block5_tabs li.active {
    color: #ff5000;
  }
  .index_block2 .tabs li.active {
    color: #ff5000;
    border-bottom: 2px solid #ff5000;
  }
  .index_block2 .item.active {
    border-color: #ff5000;
  }
}
