body{
  background-color: #F6F6F6;
}
*{
  line-height: 1;
}
.banner-content-box{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.app-img-show{
  display: none;
}
.banner-back-img{
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
.mobanner{
    display: none;
}
.banner-content{
  padding-left: 145px;
  position: absolute;
  z-index: 2;
}

.banner-content .title{
  font-weight: bold;
  font-size: 56px;
  color: #6f9166;
  line-height: 76px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.51);
  text-align: left;
  
}
.banner-content .text{
  font-weight: 400;
  font-size: 18px;
  color: #6f9166;
  /*text-shadow: 0px 1px 1px rgba(0,0,0,0.51);*/
  padding-top: 46px;
  text-align: left;
}
.btn-content-box-diy{
  margin-top: 74px;
  background: #9a8674;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 10px 3px rgba(151, 0, 5, 0);
}

.btn-content-box-diy:hover{
  box-shadow: 0px 0px 10px 3px rgba(154, 134, 116, .5);
}
.btn-content-box-diy .btn-tit{
  color: #fff;
}
.app-title-show{
  display: none;
}
/* -------------- */
.pinpai-content-box{
  display: flex;
  width: calc(100% - 116px - 116px);
  margin: 28px auto 75px auto;
  height: 154px;
  background: #FFFFFF;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.03);
      padding: 0 20px;
}
.pinpai-content-box img{
    width: 120px;
}
/* --------------------------- */
.cp-content-box{
  width: calc(100% - 120px - 120px);
  margin: 0 auto;
}
.cp-content-box .title{
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #6f9166;
  line-height: 76px;
}
.cp-content-box .text{
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  /*padding-top: 27px;*/
  text-align: center;
  padding-bottom: 36px;
}
.cp-list-box{
  display: flex;
  justify-content: space-between;
}
.cp-card-box{
  margin:6px;
  display: block;
  font-size: 0;
}
.cp-card-box .img{
    overflow: hidden;
}
.cp-card-box img{
  width: 100%; 
    transition: all 0.3s ease 0s;
}
.cp-card-box:hover img{
    transform: scale(1.1);
}
.cp-card-box .cp-tit{
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  padding-top: 32px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.cp-card-box:hover .cp-tit{
    color: #6f9166;
}
.cp-content-box .more-btn{
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-top: 70px;
  line-height: 1;
  text-align: center;
  margin-bottom: 100px;
}
/* --------------------------- */
.a-content-box{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 530px;
  padding: 0 368px;
  box-sizing: border-box;
}
.a-content-back{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: absolute;
  z-index: 1;
}
.a-content-block{
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  width: calc(50% - 10px);
  text-align: center;
  padding: 0px 30px 0px 30px;
  box-sizing: border-box;
  height: 322px;
  display: flex;
  flex-direction: column;
}
.a-content-block:nth-child(1){
  margin-left: auto;
}
.a-content-block:nth-child(2){
  margin-right: auto;
}
.a-content-title{
  font-weight: bold;
  font-size: 24px;
  color: #6f9166;
  word-wrap: break-word; /* 允许在容器宽度内换行 */
  overflow-wrap: break-word; /* 确保在溢出时也能换行 */
  margin-top: auto;
    /*font-family: MyCustomFont, Arial;*/
}
.a-content-text{
  font-weight: 400;
  font-size: 18px;
  color: #474747;
  line-height: 24px;
  margin: 32px 15px 0px 15px;
}
.a-content-btn-diy{
  margin: auto auto auto auto;
}

/* --------------------------- */
.b-content-box{
  width: calc(100% - 332px - 332px);
  margin: 0 auto;
  padding: 117px 0 56px 0;
}
.b-content-list{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.b-content-text-box{
  width: calc(50% - 40px);
}
.b-content-title{
  font-weight: bold;
  font-size: 36px;
  color: #6f9166;
}
.b-content-text{
  font-weight: 400;
  font-size: 20px;
  color: #444444;
  line-height: 26px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.b-content-more{
  /*font-family: Oswald;*/
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  /*font-style: italic;*/
      padding-top: 30px;
}
.b-content-img-left,.b-content-img-right{
  width: calc(50% - 20px);
  /*margin-right: auto;*/
}
.b-content-img-right{
  margin-left: auto;
}
/* --------------------------- */
.c-content-back-box{
  padding: 122px 0px 0 0px;
  box-sizing: border-box;
  margin-top: 60px;
  position: relative;
}
.c-content-back-box::after{
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  background: #ebe7e3;
  height: 620px;
  top: -60px;
  left: 0;
}
.c-content-box{
  position: relative;
  z-index: 10;
  display: flex;
}
.c-content-box-left{
  width: 950px;
}
.swiper-container{
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*.swiper-slide img{*/
/*  width: 100%;*/
/*  display: block;*/
/*}*/
.c-content-title{
  font-weight: bold;
  font-size: 36px;
  color: #6f9166;
  margin-left: 159px;
}
.c-content-swiper-cz{
  display: flex;
  align-items: center;
  padding-top: 90px;
}
.c-content-swiper-cz img{
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.c-content-swiper-cz .prev{
  margin-left: auto;
}
.c-content-swiper-cz .next{
  margin-right: auto;
  margin-left: 58px;
}
.c-content-dw-b{
  position: absolute;
  right: 371px;
  width: 679px;
  height: 690px;
  background: #FFFFFF;
  z-index: 10;
  top: 220px;
  box-shadow: 0px 0px 6px #efefef;
  padding: 85px 50px;
  box-sizing: border-box;
}
.c-content-dw-b-title{
  display: flex;
  align-items: center;
}
.c-content-dw-b-title img{
  width: 23px;
  height: 23px;
}
.c-content-dw-b-tips{
  font-weight: bold;
  font-size: 18px;
  margin-left: 8px;
  color: #000000;
}
.c-content-dw-b-text{
  font-weight: 400;
  font-size: 16px;
  color: #474747;
  margin-bottom: 38px;
  padding-top: 21px;
  line-height: 26px;
}
.c-content-more-btn{
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  padding-top: 56px;
  text-align: center;
  cursor: pointer;
}
/* --------------------------- */
.d-content-box{
  padding: 110px;
}
.d-content-top-box{
  padding-bottom: 43px;
  display: flex;
  align-items: center;
}
.d-content-line{
  width: 38px;
  height: 3px;
  margin-left: auto;
  background: #8D8D8E;
}
.d-content-top-box img{
  width: 52px;
  margin: 0 20px;
}
.d-content-line:nth-child(3){
  margin-right: auto;
  margin-left: inherit;
}
.d-content-title{
  font-weight: bold;
  font-size: 36px;
  color: #6f9166;
  padding-top: 43px;
  padding-bottom: 72px;
  text-align: center;
  line-height: 1;
}
.d-content-list-box{
  display: flex;
  width: 60%;
  justify-content: space-between;
  margin: 0 auto;
}
.d-content-list{
  text-align: center;
}
.d-content-list-title{
  font-weight: bold;
  font-size: 74px;
  color: #161719;
}
.d-content-list-tips{
  font-weight: 400;
  font-size: 20px;
  color: #555555;
  padding-top: 31px;
}
/* --------------------------- */
.e-content-box{
  display: flex;
  align-items: center;
  background: #ebe7e3;
}
.e-content-left{
  width: 30%;
  position: relative;
}
.e-content-left img{
  width: 100%;
} 
.c-content-left-title{
  color: #fff;
  z-index: 20;
  position: absolute;
  top: 240px;
  left: 80px;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
}
.e-content-right{
  width: 70%;
}
.e-content-list-box{
  display: flex;
  flex-wrap: wrap;
  padding: 0 70px;
}
.e-content-list{
  width: 49%;
  margin-bottom: 20px;
  background: #fff;
  padding: 24px 40px 48px 30px;
  box-sizing: border-box;
}
.e-content-list:nth-child(2n+0){
  margin-left: auto;
}
.e-content-list img{
  width: 40px;
  height: 40px;
}
.e-content-list .title{
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  padding-top: 16px;
  padding-bottom: 20px;
}
.e-content-list .text{
  font-weight: 400;
  font-size: 16px;
  color: #474747;
  line-height: 24px;
}
/* --------------------------- */
.f-content-box{
  padding: 135px 0 115px 0;
}
.f-content-title{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #6f9166;
}
.f-content-text{
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #474747;
  padding-top: 34px;
  line-height: 24px;
  padding-bottom: 54px;
  width: 50%;
  margin: 0 auto;
}
.f-content-swiper-box{
  width: 70%;
  margin: 0 auto;
}
.f-content-swiper-container{
  height: 292px;
  box-shadow: 0px 0px 6px #dcd8d8;
}
.f-content-wiper-wrapper{

}
.f-content-swiper-slide{
  display: flex;
  align-items: center;
  padding: 0 80px 0 20px;
  box-sizing: border-box;
}
.f-content-swiper-slide img{
  width: 204px;
}
.f-content-swiper-slide-right{
  margin-left: 36px;
  text-align: center;

}
.f-content-swiper-slide-text{
  font-weight: 400;
  font-size: 18px;
  color: #474747;
  line-height: 28px;
}
.f-content-swiper-slide-tit{
  font-weight: bold;
  font-size: 18px;
  color: #474747;
  line-height: 24px;
  padding-top: 28px;
}

.f-content-l-r-box{
  margin-top: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-content-l-r-box img{
  width: 50px;
  height: 50px;
}
.f-content-l-r-box img:nth-child(1){
  margin-left: auto;
}
.f-content-l-r-box img:nth-child(3){
  margin-right: auto;
}
.f-content-l-r-box .f-content-cur{
  margin: 0 20px;
}
/* --------------------------- */
/*.j-content-box{*/
/*  height: 228px;*/
/*  background: #9a8674;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/
/*.j-content-title{*/
/*  margin-left: auto;*/
/*  font-weight: bold;*/
/*  font-size: 36px;*/
/*  color: #FFFFFF;*/
/*}*/
.f-btn-content-box-diy{
  background: #fff;
  margin-right: auto;
  margin-top: 0;
  margin-left: 400px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.f-btn-content-box-diy:hover{
    box-shadow: 0px 0px 10px 5px rgba(255,255,255,.5);
}
.f-btn-content-box-diy .f-btn-tit{
  color: #333;
}
.c-content-box-left img{
    width: 100%;
}




@media screen and (max-width: 1680px) {
  /* 在屏幕宽度小于等于1550px时应用以下样式 */
  
  /* -------------- */
  .pinpai-content-box{
    display: flex;
    width: calc(100% - 116px - 116px);
    margin: 28px auto 75px auto;
    height: 154px;
    background: #FFFFFF;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.03);
  }
  .pinpai-content-box img{
    width: 117px;
  }
  
  /* --------------------------- */
  .b-content-box{
    width: 80%;
    margin: 0 auto;
    padding: 117px 0 56px 0;
  }
  .b-content-list{
    display: flex;
    align-items: center;
  }
  .b-content-text-box{
    width: calc(50% - 40px);
  }
  .b-content-title{
    font-weight: bold;
    font-size: 36px;
    color: #000000;
  }
  .b-content-text{
    font-weight: 400;
    font-size: 22px;
    color: #444444;
    line-height: 30px;
    padding-top: 56px;
    padding-bottom: 51px;
  }
  .b-content-more{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    font-style: italic;
  }
  .b-content-img-left,.b-content-img-right{
    width: calc(50% - 20px);
    margin-right: auto;
  }
  .b-content-img-right{
    margin-left: auto;
  }
  /* --------------------------- */
  .c-content-back-box{
    padding: 122px 0px 0 0px;
    box-sizing: border-box;
    margin-top: 60px;
    position: relative;
  }
  .c-content-back-box::after{
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    background: #DCDCDC;
    height: 620px;
    top: -60px;
    left: 0;
  }
  .c-content-box{
    position: relative;
    z-index: 10;
    display: flex;
  }
  .c-content-box-left{
    width: 950px;
  }
  .swiper-container{
    width: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /*.swiper-slide img{*/
  /*  width: 100%;*/
  /*  display: block;*/
  /*}*/
  .c-content-title{
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-left: 159px;
  }
  .c-content-swiper-cz{
    display: flex;
    align-items: center;
    padding-top: 90px;
  }
  .c-content-swiper-cz img{
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .c-content-swiper-cz img:nth-child(1){
    margin-left: auto;
  }
  .c-content-swiper-cz img:nth-child(2){
    margin-right: auto;
    margin-left: 58px;
  }
  .c-content-dw-b{
    position: absolute;
    right: 71px;
    width: 679px;
    height: 690px;
    background: #FFFFFF;
    z-index: 10;
    top: 220px;
    box-shadow: 0px 0px 6px #efefef;
    padding: 85px 50px;
    box-sizing: border-box;
  }
  .c-content-dw-b-title{
    display: flex;
    align-items: center;
  }
  .c-content-dw-b-title img{
    width: 23px;
    height: 23px;
  }
  .c-content-dw-b-tips{
    font-weight: bold;
    font-size: 18px;
    margin-left: 8px;
    color: #000000;
  }
  .c-content-dw-b-text{
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    margin-bottom: 38px;
    padding-top: 21px;
    line-height: 26px;
  }
  .c-content-more-btn{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    padding-top: 56px;
    text-align: center;
    cursor: pointer;
  }
  /* --------------------------- */
  .d-content-box{
    padding: 110px;
  }
  .d-content-top-box{
    padding-bottom: 43px;
    display: flex;
    align-items: center;
  }
  .d-content-line{
    width: 38px;
    height: 3px;
    margin-left: auto;
    background: #8D8D8E;
  }
  .d-content-top-box img{
    width: 52px;
    margin: 0 20px;
  }
  .d-content-line:nth-child(3){
    margin-right: auto;
    margin-left: inherit;
  }
  .d-content-title{
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    padding-top: 43px;
    padding-bottom: 72px;
    text-align: center;
    line-height: 1;
  }
  .d-content-list-box{
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .d-content-list{
    text-align: center;
  }
  .d-content-list-title{
    font-weight: bold;
    font-size: 74px;
    color: #161719;
  }
  .d-content-list-tips{
    font-weight: 400;
    font-size: 20px;
    color: #555555;
    padding-top: 31px;
  }
  /* --------------------------- */
  .e-content-box{
    display: flex;
    align-items: center;
    background: #DCDCDC;
  }
  .e-content-left{
    width: 40%;
    position: relative;
  }
  .e-content-left img{
    width: 100%;
  } 
  .c-content-left-title{
    color: #fff;
    z-index: 20;
    position: absolute;
    top: 240px;
    left: 80px;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
  }
  .e-content-right{
    width: 60%;
  }
  .e-content-list-box{
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .e-content-list{
    width: 49%;
    margin-bottom: 20px;
    background: #fff;
    padding: 24px 40px 48px 30px;
    box-sizing: border-box;
  }
  .e-content-list:nth-child(2n+0){
    margin-left: auto;
  }
  .e-content-list img{
    width: 40px;
    height: 40px;
  }
  .e-content-list .title{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .e-content-list .text{
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    line-height: 24px;
  }
  /* --------------------------- */
  .f-content-box{
    padding: 135px 0 115px 0;
  }
  .f-content-title{
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
  }
  .f-content-text{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #474747;
    padding-top: 34px;
    line-height: 24px;
    padding-bottom: 54px;
    width: 50%;
    margin: 0 auto;
  }
  .f-content-swiper-box{
    width: 70%;
    margin: 0 auto;
  }
  .f-content-swiper-container{
    height: 292px;
    box-shadow: 0px 0px 6px #dcd8d8;
  }
  .f-content-wiper-wrapper{
  
  }
  .f-content-swiper-slide{
    display: flex;
    align-items: center;
    padding: 0 80px 0 20px;
    box-sizing: border-box;
  }
  .f-content-swiper-slide img{
    width: 204px;
  }
  .f-content-swiper-slide-right{
    margin-left: 36px;
    text-align: center;
  
  }
  .f-content-swiper-slide-text{
    font-weight: 400;
    font-size: 18px;
    color: #474747;
    line-height: 28px;
  }
  .f-content-swiper-slide-tit{
    font-weight: bold;
    font-size: 18px;
    color: #474747;
    line-height: 24px;
    padding-top: 28px;
  }
  
  .f-content-l-r-box{
    margin-top: 58px;
    display: flex;
    align-items: center;
  }
  .f-content-l-r-box img{
    width: 50px;
    height: 50px;
  }
  .f-content-l-r-box img:nth-child(1){
    margin-left: auto;
  }
  .f-content-l-r-box img:nth-child(3){
    margin-right: auto;
  }
  .f-content-l-r-box .f-content-cur{
    margin: 0 20px;
  }
  /* --------------------------- */
  /*.j-content-box{*/
  /*  height: 110px;*/
  /*  background: #6f9166;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*}*/
  /*.j-content-title{*/
  /*  margin-left: auto;*/
  /*  font-weight: bold;*/
  /*  font-size: 36px;*/
  /*  color: #FFFFFF;*/
  /*}*/
  .f-btn-content-box-diy{
    background: #fff;
    margin-right: auto;
    margin-top: 0;
    margin-left: 300px;
  }
  .f-btn-content-box-diy .f-btn-tit{
    color: #333;
  }
  
  
  
  
  /**/
  .a-content-box{
      padding: 0 290px;
  }
  .btn-content-box-diy{
      height: 50px;
      width: 300px;
  }
  .a-content-text{
      font-size: 16px;
  }
  .a-content-title{
      font-size: 22px;
      line-height: 32px;
  }
  .btn-content-box-diy{
      height: 54px;
  }
  .b-content-text{
      font-size: 18px;
      line-height: 24px;
  }
  .b-content-title,
  .c-content-left-title{
      font-size: 30px;
      line-height: 40px;
  }
}

@media screen and (max-width: 1366px){
    .header-content-box-123456,
    .null-header-box-123456{
        height: 76px;
    }
    .banner-content .title{
        font-size: 46px;
        line-height: 64px;
    }
    .banner-content .text{
        padding-top: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .btn-tit{
        font-size: 14px;
    }
    .pinpai-content-box img{
        margin: 0 10px;
    }
    .pinpai-content-box img{
        width: 10%;
    }
    
    .c-content-box-left{
        width: 49.47%;
    }
    .c-content-dw-b{
        padding: 50px 40px;
        height: 580px;
    }
    .c-content-dw-b-text{
        font-size: 14px;
        line-height: 24px;
    }
    .d-content-box{
        padding-top: 270px;
    }
    .d-content-top-box{
        padding-bottom: 15px;
    }
    .d-content-list-title{
        font-size: 58px;
    }
    .d-content-list-tips{
        font-size: 16px;
        padding-top: 20px;
    }
    .e-content-list .text{
        font-size: 14px;
        line-height: 20px;
    }
    .e-content-list{
        padding: 24px 40px 25px 30px
    }
    .f-content-box{
        padding-top: 80px;
    }
    .f-content-swiper-slide-text{
        font-size: 16px;
    }
    .f-content-l-r-box{
        margin-top: 40px;
    }
    /*.j-content-title{*/
    /*    font-size: 26px;*/
    /*}*/
    .a-content-box{
        padding: 0 210px;
    }
}

@media screen and (max-width: 1024px){
    .banner-content{
        padding-left: 60px;
    }
    .banner-content .title{
        font-size: 42px;
        line-height: 54px;
    }
    .btn-content-box-diy{
        margin-top: 50px;
    }
    .pinpai-content-box{
        height: 115px;
    }
    .cp-content-box .title{
        font-size: 32px;
    }
    .cp-content-box .text{
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .cp-content-box{
        width: calc(100% - 50px - 50px);
    }
    .cp-card-box .cp-tit{
        font-size: 14px;
    }
    .cp-content-box .more-btn{
        margin-top: 45px;
    }
    .a-content-box{
        padding: 0 50px;
    }
    .c-content-title{
        margin-left: 60px;
        font-size: 30px;
    }
    .c-content-box-left{
        width: 60%;
        margin: auto;
    }
    .c-content-box{
        display: block;
    }
    .c-content-swiper-cz{
        padding-top: 35px;
    }
    .c-content-title{
        text-align: center;
    }
    .c-content-dw-b{
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
    }
    .c-content-back-box{
        padding-top: 0;
    }
    .c-content-title{
        margin-left: 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .d-content-box{
        padding-top: 170px;
    }
    .c-content-more-btn{
        padding-top: 20px;
    }
    .c-content-back-box::after{
        background-color: #fff;
    }
    .btn-content-box-diy{
        margin-top: 20px;
    }
    .a-content-text{
        margin-bottom: 15px;
    }
}






@media screen and (max-width: 768px) {
  body{
    width: 100%;
    overflow-x: hidden;
  }
  /* 在屏幕宽度小于等于768px时应用以下样式 */
  .banner-content-box{
    width: 480px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    height: 300px;
  }
  .pcbanner{
      display: none;
  }
  .mobanner{
      display: block;
  }
  
  .banner-back-img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
  }
  
  .banner-content{
    padding-left: 25px;
    position: relative;
    z-index: 2;
  }
  
  .banner-content .title{
    font-weight: bold;
    font-size: 22px;
    color: #6f9166;
    line-height: 28px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.51);
    
  }
  .banner-content  .text{
    font-weight: 400;
    width: 80%;
    font-size: 14px;
    color: #6f9166;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.51);
    padding-top: 16px;
    word-wrap: break-word; /* 允许在容器宽度内换行 */
    overflow-wrap: break-word; /* 确保在溢出时也能换行 */
    word-wrap: break-word;
  }
  /*.j-content-box{*/
  /*  display: block;*/
  /*}*/
  /*.btn-content-box-diy{*/
  /*  display: flex;*/
  /*  align-items: center;*/
    /*width: 200px;*/
  /*  height: 32px;*/
  /*  background: #6f9166;*/
  /*  margin-top: 24px;*/
  /*  cursor: pointer;*/
    /*margin: 30px auto!important;*/

  /*}*/
  .btn-tit{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: auto;
  }
  .btn-content-box-diy img{
    width: 28px;
    height: inherit;
    margin-left: 16px;
    height: 6px;
    margin-right: auto;
  }
  /* -------------- */
  .pinpai-content-box{
    display: flex;
    width: 88%;
    margin: 6px auto 25px auto;
    height: 80px;
    background: #FFFFFF;
    align-items: center;
    justify-content: inherit;
    overflow-x: auto;
    box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.03);
  }
  .pinpai-content-box img{
    width: 77px;
  }
  .pinpai-content-box img{
    margin: 10px;
  }
  /* --------------------------- */
  .cp-content-box{
    width: 90%;
    margin: 0 auto;
  }
  .cp-content-box .title{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #000000;
    line-height: 32px;
  }
  .cp-content-box .text{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding-top: 12px;
    text-align: center;
    padding-bottom: 32px;
  }
  .cp-list-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cp-card-box{
    margin:0px auto 20px auto;
    display: block;
    width: 90%; 
    font-size: 0;
  }
  .cp-card-box img{
    width: 100%; 
    display: block;
    margin: 0 auto;
  }
  .cp-card-box .cp-tit{
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    padding-top: 12px;
    text-align: center;
    line-height: 1;
  }
  .cp-content-box .more-btn{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-top: 35px;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
  }
  /* --------------------------- */
  .a-content-box{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: inherit;
    padding: 20px 10px;
    box-sizing: border-box;
    flex-direction: column;
  }
  .a-content-back{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    position: absolute;
    z-index: 1;
  }
  .a-content-block{
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    height: 260px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .a-content-block:nth-child(1){
    margin-left: auto;
  }
  .a-content-block:nth-child(2){
    margin-right: auto;
  }
  .a-content-title{
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    word-wrap: break-word; /* 允许在容器宽度内换行 */
    overflow-wrap: break-word; /* 确保在溢出时也能换行 */
    margin-top: auto;
  }
  .a-content-text{
    font-weight: 400;
    font-size: 14px;
    color: #474747;
    line-height: 20px;
    margin: 12px auto 10px auto;
  }
  .a-content-btn-diy{
    height: 40px;
    margin: auto auto auto auto;
  }
  .pc-img-show{
    display: none;
  }
  .app-img-show{
    display: block;
  }
  /* --------------------------- */
  .b-content-box{
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
  }
  .b-content-list{
    display: block;
    align-items: center;
    margin-bottom: 20px;
  }
  .b-content-text-box{
    width: 100%;
  }
  .b-content-title{
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    margin: 10px 0;
  }
  .b-content-text{
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 22px;
    padding-top: 16px;
    padding-bottom: 11px;
  }
  .b-content-more{
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    font-style: italic;
    padding-top: 10px;
  }
  .b-content-img-left,.b-content-img-right{
    width: 100%;
    margin-right: auto;
  }
  .b-content-img-right{
    margin-left: auto;
    width: 100%;
  }
  /* --------------------------- */
  .c-content-back-box{
    padding: 0px 0px 0 0px;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
  }
  .c-content-back-box::after{
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    background: #DCDCDC;
    height: 220px;
    top: -0px;
    display: none;
    left: 0;
  }
  .c-content-box{
    position: relative;
    z-index: 10;
    display: block;
  }
  .c-content-box-left{
    width: 100%;
  }
  .swiper-container{
    width: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /*.swiper-slide img{*/
  /*  width: 100%;*/
  /*  display: block;*/
  /*}*/
  .pc-title-show{
    display: none;
  }
  .app-title-show{
    display: block;
  }
  .c-content-title{
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    text-align: center;
    margin-left: inherit;
    margin-bottom: 20px;
  }
  .c-content-swiper-cz{
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
  .c-content-swiper-cz img{
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .c-content-swiper-cz img:nth-child(1){
    margin-left: auto;
  }
  .c-content-swiper-cz img:nth-child(2){
    margin-right: auto;
    margin-left: 18px;
  }
  .c-content-dw-b{
    position: absolute;
    right: 0px;
    width: 100%;
    height: 690px;
    background: #FFFFFF;
    z-index: 10;
    display: none;
    top: 500px;
    box-shadow: 0px 0px 6px #efefef;
    padding: 85px 50px;
    box-sizing: border-box;
  }
  .c-content-dw-b-title{
    display: flex;
    align-items: center;
  }
  .c-content-dw-b-title img{
    width: 23px;
    height: 23px;
  }
  .c-content-dw-b-tips{
    font-weight: bold;
    font-size: 18px;
    margin-left: 8px;
    color: #000000;
  }
  .c-content-dw-b-text{
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    margin-bottom: 38px;
    padding-top: 21px;
    line-height: 26px;
  }
  .c-content-more-btn{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    padding-top: 56px;
    text-align: center;
    cursor: pointer;
  }
  /* --------------------------- */
  .d-content-box{
    padding: 10px;
  }
  .d-content-top-box{
    padding-bottom: 43px;
    display: flex;
    align-items: center;
    padding-top: 60px;
  }
  .d-content-line{
    width: 38px;
    height: 3px;
    margin-left: auto;
    background: #8D8D8E;
  }
  .d-content-top-box img{
    width: 52px;
    margin: 0 20px;
  }
  .d-content-line:nth-child(3){
    margin-right: auto;
    margin-left: inherit;
  }
  .d-content-title{
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    padding-top: 13px;
    padding-bottom: 12px;
    text-align: center;
    line-height: 1;
  }
  .d-content-list-box{
    display: flex;
    width: 100%;
    justify-content: inherit;
    flex-wrap: wrap;
    margin: 40px auto;
  }
  .d-content-list{
    text-align: center;
    width: 50%;
    margin-bottom: 20px;
  }
  .d-content-list-title{
    font-weight: bold;
    font-size: 28px;
    color: #161719;
  }
  .d-content-list-tips{
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    padding-top: 31px;
  }
  /* --------------------------- */
  .e-content-box{
    display: block;
    align-items: center;
    background: #DCDCDC;
  }
  .e-content-left{
    width: 100%;
    position: relative;
    height: 300px;
    display: block;
    overflow: hidden;
    align-items: center;
  }
  .e-content-left img{
    width: 100%;
  } 
  .c-content-left-title{
    color: #fff;
    z-index: 20;
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
  }
  .e-content-right{
    width: 100%;
  }
  .e-content-list-box{
    display: block;
    flex-wrap: wrap;
    padding: 0 0px;
  }
  .e-content-list{
    width: 100%;
    margin-bottom: 1px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
  }
  .e-content-list:nth-child(2n+0){
    margin-left: auto;
  }
  .e-content-list img{
    width: 40px;
    height: 40px;
  }
  .e-content-list .title{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .e-content-list .text{
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    line-height: 24px;
  }
  /* --------------------------- */
  .f-content-box{
    padding: 30px 0 30px 0;
  }
  .f-content-title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
  }
  .f-content-text{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #474747;
    padding-top: 15px;
    line-height: 20px;
    padding-bottom: 14px;
    width: 90%;
    margin: 0 auto;
  }
  .f-content-swiper-box{
    width: 90%;
    margin: 0 auto;
  }
  .f-content-swiper-container{
    height: 502px;
    box-shadow: 0px 0px 6px #dcd8d8;
  }
  .f-content-wiper-wrapper{
  
  }
  .f-content-swiper-slide{
    display: block;
    align-items: center;
    padding: 10px 10px;
    box-sizing: border-box;
  }
  .f-content-swiper-slide img{
    width: 204px;
    margin: 0 auto;
  }
  .f-content-swiper-slide-right{
    margin-left: 0;
    text-align: center;
  
  }
  .f-content-swiper-slide-text{
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    line-height: 22px;
    text-align: left;
    padding: 10px;
  }
  .f-content-swiper-slide-tit{
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #474747;
    line-height: 24px;
    padding-left: 10px;
    padding-top: 10px;
  }
  
  .f-content-l-r-box{
    margin-top: 58px;
    display: flex;
    align-items: center;
  }
  .f-content-l-r-box img{
    width: 50px;
    height: 50px;
  }
  .f-content-l-r-box img:nth-child(1){
    margin-left: auto;
  }
  .f-content-l-r-box img:nth-child(3){
    margin-right: auto;
  }
  .f-content-l-r-box .f-content-cur{
    margin: 0 20px;
  }
}

