.service-banner {
  background: url(../images/chanpin/huoshi/chanpin_banner.png) no-repeat center / Cover;
}
.cm-service-banner .title{
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.cm-service-banner .sub_title{
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 21px;
  padding: 0px;
}
.cm-service-banner .link{
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: 39px;
}

.service-block1 {
  overflow: hidden;
  background: rgba(247, 247, 247, 1);
}
.service-block1 .indexTitle{
  padding-bottom: 40px;
}
.service-block1 .indexTitle p{
  color: rgba(51, 51, 51, 1);
  font-size: 38px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0px;
}
.service-block1 .indexTitle .tips{
  color: rgba(115, 115, 115, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0px;
}
.service-block1 .container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 114px;
}

.cart-item-box .cart-item {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  font-size: 0;
  grid-gap: 40px;
}
.cart-item-box .list-item .list-box {
  grid-column: span 2;
  height: 280px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.cart-item-box .cart-item .cart-box {
  grid-column: span 2;
  height: 321px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.cart-box-one{
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart-box-one .one-img{
  width: 36px;
  height: 36px;
  border-radius: 5px;
}
.cart-box-one .one-p{
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 600;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: left;
}
.cart-box-two{
  margin-top: 26px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: undefined;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.cart-box-three{
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;	
}

.cart-box-three p{
  display: flex;
  align-items: center;
}
.three-img{
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.three-text{
  color: rgba(21, 21, 21, 1);
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  letter-spacing: 0px;
  text-align: left;
}
.cart-box-bor{
  height: 1px;
  background: rgba(225, 225, 225, 0.5);
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
}
.cart-box-five{
  margin-top: 30px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-box-five a{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.five-text{
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: undefined;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: left;
  cursor: pointer;
}
.five-img{
  width: 11px;
  height: 11px;
}






/* .service-block1 .swiper-container.swiper_plate_first {
  height: 520px;
  width: calc(100% + (100vw - 100%) / 2);
  position: relative;
  overflow: hidden;
}
.service-block1 .swiper-container .swiper-slide a {
  display: block;
  overflow: hidden;
  height: 520px;
}
.service-block1 .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.service-block1 .swiper-button-prev::after,
.service-block1 .swiper-button-next::after {
  display: none;
}
.service-block1 .swiper-button-prev,
.service-block1 .swiper-button-next {
  bottom: 100px;
  left: 0;
  top: auto;
}
.service-block1 .swiper-button-next {
  margin-left: 80px;
}
.service-block1 .swiper-button-prev {
  width: 52px;
  height: 52px;
  background: url('../images/service/chuanmei/arrow-left.png') no-repeat center / Cover;
}
.service-block1 .swiper-button-next {
  width: 52px;
  height: 52px;
  background: url('../images/service/chuanmei/arrow-right.png') no-repeat center / Cover;
}
.service-block1 .first_plate_introduce {
  position: absolute;
  bottom: 0;
  padding: 50px 40px;
}
.service-block1 .first_plate_introduce .first_plate_title {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
.service-block1 .first_plate_introduce .first_plate_remark {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  color: #fff;
  font-size: 15px;
  font-weight: lighter;
}
.block5 .w1400 form input{
  width: 23.4375%;
}
.service-block1 .swiper-slide:hover .first_plate_remark {
  max-height: 50px;
  margin-top: 22px;
} */
.service-block2 {
  background: #f7f7f7;
  padding-bottom: 100px;
}
.service-block2 .swiper-slide {
  width: 100%;
  cursor: pointer;
  padding: 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.business_plate_second_navigation {
  position: relative;
  padding: 30px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #e3e3e3;
}
.swiper_plate_second {
  padding-bottom: 10px;
}
.swiper_plate_second_container .service-block-box {
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}
.swiper_plate_second_container .service-block-box .plate_second_introduce {
  padding: 40px 45px;
}
.swiper_plate_second_container .service-block-box .second_title {
  font-size: 22px;
  color: #333;
  padding-bottom: 15px;
  font-weight: 600;
}
.swiper_plate_second_container .service-block-box .second_remark {
  font-size: 16px;
  color: #737373;
}
.business_plate_second_navigation .business_plate_second_item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 6);
}

.business_plate_second_navigation .business_plate_second_item img {
  margin-right: 10px;
}
.business_plate_second_navigation .business_plate_second_item p {
  color: #000;
  font-size: 17px;
  line-height: 1;
  font-weight: normal;
  font-family: 'Microsoft YaHei';
}
.business_plate_second_navigation .business_plate_second_slide {
  width: calc(100% / 6);
  height: 3px;
  position: absolute;
  background-color: #f4a31c;
  top: -3px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper_plate_second_navigation_mobile_container {
  display: none;
}
.video_dialog {
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_dialog.active {
  opacity: 1;
  z-index: 11;
}

.video_dialog .video_dialog_content {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.video_dialog .video_dialog_content .video_dialog_top {
  width: 100% !important;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.video_dialog .video_dialog_content .video_dialog_top p {
  color: #303133;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  font-family: 'Microsoft YaHei';
}

.video_dialog .video_dialog_content .video_dialog_top img {
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.video_dialog .video_dialog_content .video_content video {
  max-width: 70vw;
  max-height: 70vh;
}
.service-block3 {
  height: 650px;
  background: url('../images/service/chuanmei/service-bg.jpg');
}
.service-block3 .service-block3-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.service-block3 .service-block3-box {
  width: 30%;
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}
.service-block3 .service-block3-box .text {
  padding-left: 30px;
}
.service-block3 .service-block3-box .img {
  width: 50px;
  text-align: center;
}
.service-block3 .service-block3-box * {
  color: #fff;
}
.service-block3 .service-block3-box p {
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: 600;
}
.service-block3 .service-block3-box span {
  font-size: 16px;
}
.service-block4 .service-block4-container {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e6e6e6;
}

.service-block4 .service-block4-container .block4-box {
  width: calc(100% / 7);
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.service-block4-container .block4-box .num {
  background: #333;
  font-family: 'number';
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
.service-block4-container .block4-box .title {
  font-size: 18px;
  color: #333;
  line-height: 70px;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
}
.service-block4-container .block4-box .content {
  padding-top: 20px;
}
.service-block4-container .block4-box .content p {
  font-size: 16px;
  color: #737373;
  text-align: center;
  padding-bottom: 20px;
}
.service-logo{
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .service-block1 .container {
    padding: 0 20px 120px 20px; 
  }
  .cart-item-box .cart-item .cart-box{
    grid-column: span 3;
  }
}

@media (max-width: 750px) {
  .width-1400 {
    margin: 0 15px;
  }
  /* .service-banner{
    height: 440px;
  } */
  .cm-service-banner .title{
    font-size: 24px;
  }
  .cm-service-banner .sub_title{
    margin-top: 22px;
  }
  .cm-service-banner .link{
    margin-top: 44px;
  }
  .service-block1 .container {
    width: auto;
  }
  .cart-item-box .cart-item .cart-box{
    grid-column: span 6;
  }
  .service-block1 .swiper-container .swiper-slide a,
  .service-block1 .swiper-container.swiper_plate_first {
    height: 300px;
  }
  .service-block1 .swiper-container.swiper_plate_first {
    width: 100%;
  }
  .service-block1 .first_plate_introduce .first_plate_title {
    font-size: 22px;
  }
  .service-block1 .first_plate_introduce {
    padding: 30px 20px;
  }
  .service-block1 .swiper-button-prev {
    margin-left: 20px;
  }
  .service-block1 .swiper-button-prev,
  .service-block1 .swiper-button-next {
    bottom: 40px;
    width: 40px;
    height: 40px;
  }
  .container-row{
    flex-direction: column;
  }
  .container-row-card{
    width: calc(100% - 54px);
  }
  .business_plate_second_navigation {
    display: none;
  }
  .swiper_plate_second_navigation_mobile_container {
    display: block;
  }
  .swiper_plate_second_navigation_mobile_container .business_plate_second_item {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .swiper_plate_second_navigation_mobile_container .business_plate_second_item img {
    width: auto;
    height: 20px;
  }
  .swiper_plate_second_navigation_mobile_container .business_plate_second_item p {
    font-size: 14px;
    padding-left: 10px;
  }
  .swiper_plate_second_container .service-block-box .plate_second_introduce {
    padding: 20px 25px;
  }
  .swiper_plate_second_container .service-block-box .second_title {
    font-size: 18px;
  }
  .swiper_plate_second_container .service-block-box .second_remark {
    font-size: 14px;
  }
  .service-block2 {
    padding-bottom: 60px;
  }
  .service-block3 .service-block3-container {
    padding-top: 30px;
  }
  .service-block3 .service-block3-box {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .service-block3 .service-block3-box p {
    font-size: 18px;
  }
  .service-block3 .service-block3-box span {
    font-size: 12px;
    line-height: 18px;
  }
  .service-block3 .service-block3-box .img img {
    height: 30px;
  }
  .service-block3 .service-block3-box .text {
    padding-left: 10px;
  }
  .service-block4 .service-block4-container .block4-box {
    width: calc(100% / 3);
  }
  .service-block4-container .block4-box .num {
    font-size: 24px;
    line-height: 60px;
  }
  .service-block4-container .block4-box .title {
    font-size: 14px;
  }
  .service-block4-container .block4-box .content {
    padding-top: 10px;
  }
  .service-block4-container .block4-box .content p {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
  }
}
