.advertCon{
  margin-top: 140px;
}
.advert_box1 .comTitleDes{
  display: block;
}
.advertCon .combox,.advertCon .comboxs{
  margin-bottom: 50px;
}
.advert_banner{
  height: 373px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("/img/advert/banner1.png") no-repeat center;
  background-size: auto 100%;
}
.advert_bannerLeft{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.crumb_advert{
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--maincol);
}
.crumb_advert a{
  color: var(--maincol);
}
.advert_bannerTitle{
  font-size: 36px;
  font-weight: bold;
  color: var(--titlecol);
  line-height: 48px;
}
.advert_bannerSmallTitle{
  height: 37px;
  font-size: 28px;
  font-weight: bold;
  color: var(--maincol);
  line-height: 33px;
  margin:6px 0 34px;
}
.advert_bannerDes{
  display: block;
  width: 375px;
  height: 66px;
  font-size: 14px;
  font-weight: 400;
  color: var(--headcol);
  line-height: 22px;
}
.advert_bannerImg{
  height: 100%;
  display: none;
}
.advert_bannerImg img{
  height: 100%;
  width: auto;
}

/* box1 */
.advert_box1List{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin:30px 0 30px;
  padding: 0 7%;
}
.advert_box1Li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--maincol);
}
.advert_box1Img{
  width: 100px;
  height: 100px;
}
.advert_box1Img img{
  width: 100%;
}
.advert_box1LiName{
  margin: 20px 0 17px;
  font-size: 16px;
  line-height: 20px;
}
.advert_box1LiNumber{
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.advert_box1Btn{
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--titlecol);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin: auto;
}

/* box3 */
.advert_box3 .comTitle{
  color: #333333;
}
.advert_box3List{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
.advert_box3Li{
  width: 49%;
  padding: 16px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid rgba(96,129,147,0.3);
}
.advert_box3LiTitle{
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: var(--maincol);
  line-height: 21px;
  margin-bottom: 16px;
}
.advert_box3LiDes{
  font-size: 14px;
  font-weight: 400;
  color: var(--headcol);
  line-height: 24px;
}

/* box2 */
.advert_box2 .comTitle{
  /* color: #2586B8; */
}
.advert_box2 .comSmallTitle{
  margin-bottom: 70px;
}
.advert_box2 .swiper-container{
  height: 460px;
}
/* swiper box1 */
.advert_box2 .swiper-slide{
  width: 23.8%;
}

.advert_swp_li{
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(96,129,147,0.3);
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
  color: #4F4F4F;
}
.advert_swp_li1{
  background: #fff url("/img/advert/box2_1.png") no-repeat right 20px;
  background-size: 45% auto;
}
.advert_swp_li2{
  background: #fff url("/img/advert/box2_2.png") no-repeat right 20px;
  background-size: 45% auto;
}
.advert_swp_li3{
  background: #fff url("/img/advert/box2_3.png") no-repeat right 20px;
  background-size: 45% auto;
}
.advert_swp_li4{
  background: #fff url("/img/advert/box2_4.png") no-repeat right 20px;
  background-size: 45% auto;
}
.advert_swp_li5{
  background: #fff url("/img/advert/box2_5.png") no-repeat right 20px;
  background-size: 45% auto;
}
.advert_swp_li6{
  background: #fff url("/img/advert/box2_6.png") no-repeat right 20px;
  background-size: 45% auto;
}
.advert_swp_li7{
  background: #fff url("/img/advert/box2_7.png") no-repeat right 20px;
  background-size: 45% auto;
}
.advert_swp_li8{
  background: #fff url("/img/advert/box2_8.png") no-repeat right 20px;
  background-size: 45% auto;
}
.advert_swp_title{
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 34px;
  color: var(--titlecol);
}
.advert_swp_stitle{
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: var(--maincol);
  margin-bottom: 16px;
}
.advert_swp_des{
  font-size: 12px;
  height: 96px;
  line-height: 24px;
  margin-bottom: 16px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -webkit-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; */
  color: var(--headcol);
}

.advert_swp_check{
  width: 128px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--maincol);
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
/* 1200-1440 */
@media screen and (max-width: 1440px) {
  .advert_banner{
    height: 340px;
  }
  .advert_bannerTitle{
    font-size: 34px;
  }
  .advert_bannerDes{
    width: 480px;
  }
}
/* 1024-1200 */
@media screen and (max-width: 1200px) {
  .advert_box1List{
    padding: 0 100px;
  }
  .advert_banner{
    height: 340px;
  }
  .advert_bannerTitle{
    font-size: 32px;
  }
  .advert_bannerSmallTitle{
    font-size: 24px;
    margin: 4px 0 20px;
  }
  .advert_bannerDes{
    width: 450px;
  }
  .advert_swp_li{
    padding:26px;
  }
  .advert_box2 .swiper-container{
    height: 480px;
  }
  .advertCon .combox, .advertCon .comboxs{
    margin-bottom: 40px;
  }
  .advert_swp_des{
    margin-bottom: 30px;
  }
}
/* ipad pro */
@media screen and (max-width: 1024px) {
  .advert_bannerTitle{
    font-size: 32px;
  }
  .advert_bannerSmallTitle{
    font-size: 20px;
    margin: 0 0 10px;
  }
  .advert_box1List{
    padding: 0 ;
  }
  .advert_box2 .swiper-slide{
    width: 32.3%;
  }
  .advert_box3Li{
    padding: 24px 40px;
  }
  .advert_box3List{
    margin-top: 40px;
  }
  .advert_banner{
    background: url("/img/advert/banner1.png") no-repeat -140px;
  }
}
/* ipad */
@media screen and (max-width: 767px) {
  .advert_box1 .comSmallTitle{
    color: var(--headcol);
    font-size: 12px;
  }
  .advertCon{
    margin-top: 90px;
  }
  .advert_box2 .swiper-container{
    min-height: 460px;
  }
  .content{
    padding: 0 20px;
  }
  .crumb_advert{
    display: none;
  }
  .advert_banner{
    height: 200px;
    background: #fff url("/img/advert/banner_app.png") no-repeat center;
    background-size:100% auto;
    border:1px solid rgba(96,129,147,.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
  .advert_bannerLeft{
    justify-content: center;
    padding-left: 20px;
  }
  .advert_bannerDes{
    display: none;
  }
  .advert_bannerTitle{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  .advert_bannerSmallTitle{
    font-size: 12px;
  }
  .advert_box1{
    padding: 0;
  }
  .advert_box1 .comTitleDes{
    display: none;
  }
  .advert_box1List{
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 18px;
  }
  .advert_box1Li{
    width: 32%;
    margin-bottom: 20px;
  }
  .advert_box1Img{
    width: 60%;
    height: 60%;
    min-width: 60px;
    min-height: 60px;
    max-width: 100px;
  }
  .advert_box1LiName{
    font-size: 12px;
    line-height: 16px;
    margin: 12px 0 4px;
  }
  .advert_box1LiNumber{
    font-size: 12px;
    line-height: 16px;
  }
  .advert_box1Btn{
    width: 132px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
  .advert_box2{
    padding: 0;
  }
  .advert_box2 .comTitle{
    color: #333;
  }
  .advert_box2 .comSmallTitle{
    margin-bottom: 30px;
  }
  .advert_box2 .swiper-slide{
    width: 98.5%;
  }
  .advert_swp_li{
    text-align: center;
    padding: 60px 22px;
  }
  .advert_swp_li1{
    background: url("/img/advert/box2_1_app.png") no-repeat center;
    background-size: 100% 100%;
  }
  .advert_swp_li2{
    background: url("/img/advert/box2_2_app.png") no-repeat center;
    background-size: 100% 100%;
  }
  .advert_swp_li3{
    background: url("/img/advert/box2_3_app.png") no-repeat center;
    background-size: 100% 100%;
  }
  .advert_swp_li4{
    background: url("/img/advert/box2_4_app.png") no-repeat center;
    background-size: 100% 100%;
  }
  .advert_swp_li5{
    background: url("/img/advert/box2_5_app.png") no-repeat center;
    background-size: 100% 100%;
  }
  .advert_swp_li6{
    background: url("/img/advert/box2_6_app.png") no-repeat center;
    background-size: 100% 100%;
  }
  .advert_swp_li7{
    background: url("/img/advert/box2_7_app.png") no-repeat center;
    background-size: 100% 100%;
  }
  .advert_swp_li8{
    background: url("/img/advert/box2_8_app.png") no-repeat center;
    background-size: 100% 100%;
  }
  .advert_swp_check{
    margin: auto;
  }
  .advert_swp_des{
    height: auto;
    margin-bottom: 25px;
  }
  .swiperPadding{
    padding: 0 12px 0 18px;
  }
  .sw_right{
    width: 12px;
  }
  .sw_left{
    width: 18px;
  }
  .swiper-button-next
  ,.swiper-button-prev
  ,.swiper-button-next.swiper-button-disabled
  ,.swiper-button-prev.swiper-button-disabled{
    width: 6px;
    height: auto;
    background-size: 100%;
  }
  .advert_box3 .comSmallTitle{
    color: var(--headcol);
    margin-bottom: 0;
  }
  .advert_box3List{
    margin-top: 0px;
  }
  .advert_box3Li{
    width: 100%;
    padding: 16px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid rgba(96,129,147,0.3);
    margin-top: 20px;
    margin-bottom: 0;
  }
  .advert_box3LiTitle{
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .advert_box3LiDes{
    font-size: 12px;
    text-align: center;
    line-height: 20px;
  }
}
/* iphoneX */
@media screen and (max-width: 375px) and (-webkit-device-pixel-ratio: 3) {
  
}
/* iphone6 7 8 */
@media screen and (max-width: 375px) and (-webkit-device-pixel-ratio: 2) {
  
}
/* iphone5 */
@media screen and (max-width: 320px) {
  .advert_swp_li{
    padding: 20px 15px;
  }
}