.split_image {
  background-image: url('../../image/homePage/section/section_detail_3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banc {
  position: relative;
  /* banner */
}
.banc .fill {
  width: 100%;
  height: 70px;
  background: url('/guide/image/new/bg-mod.png') no-repeat;
  background-size: cover;
}
.banc .banner_mod {
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
}
.banc .banner_mod .banner_bg {
  background-image: url("/guide/image/thingclub/thingclub-bg.png");
}
.banc .banner_mod .banner_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.banc .banner_mod .text_title {
  position: absolute;
  top: 25%;
  left: 13.6%;
  text-align: center;
  z-index: 2;
}
.banc .banner_mod .text_title .depotTitle {
  font-family: Arial-BoldMT;
  display: block;
  width: 100%;
  font-style: oblique;
  font-size: 48px;
  margin-bottom: 14px;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.banc .banner_mod .text_title .gradual-green-line {
  width: 406px;
  height: 2px;
  background: linear-gradient(to right, #228B22, rgba(0, 0, 0, 0));
}
.banc .banner_mod .text_title .items {
  width: 406px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
.banc .banner_mod .text_title .items div {
  width: 33%;
  display: flex;
  align-items: center;
}
.banc .banner_mod .text_title .items div img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.banc .banner_mod .text_title .items div span {
  font-size: 18px;
  line-height: 32px;
}
.banc .banner_mod .text_title .items1 {
  width: 406px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.banc .banner_mod .text_title .items1 div {
  width: 33%;
  display: flex;
  align-items: center;
}
.banc .banner_mod .text_title .items1 div img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.banc .banner_mod .text_title .items1 div span {
  font-size: 18px;
  line-height: 32px;
}
.banc .banner_mod .text_title .btn1 {
  width: 150px;
  height: 36px;
  background: #FF9E00;
  border-radius: 34px;
  line-height: 36px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-top: 34px;
  position: absolute;
  left: 0;
}
.banc .banner_mod .text_title .btn1:hover {
  background: #ff7e00;
}
.banc .banner_mod .text_title .btn2 {
  width: 150px;
  height: 36px;
  background: #FF9E00;
  border-radius: 34px;
  line-height: 36px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-top: 34px;
  position: absolute;
  left: 170px;
}
.banc .banner_mod .text_title .btn2:hover {
  background: #ff7e00;
}
.banc .banner_mod .modImg {
  position: absolute;
  top: 10.7%;
  left: 47.5%;
  z-index: 2;
}
.banc article .area1 {
  max-width: 1400px;
  width: 80%;
  margin: auto;
  margin-top: 5%;
}
.banc article .area1 h1 {
  font-size: 36px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #181A39;
  line-height: 46px;
  text-align: center;
}
.banc article .area1 h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  color: #181a39;
  letter-spacing: 2px;
  line-height: 46px;
  margin-top: 5px;
  margin-bottom: 5%;
}
.banc article .area1 div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
}
.banc article .area1 div .pic {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 360px;
  width: 53.7%;
  position: relative;
}
.banc article .area1 div .pic .des {
  position: relative;
  top: -90px;
  left: -64px;
  width: 480px;
  height: 135px;
  border-radius: 10px;
}
.banc article .area1 div .pic .des span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #181a39;
  line-height: 26px;
  height: 68px;
  margin: 1% 22% 0 5%;
}
.banc article .area1 div .text {
  display: flex;
  flex-direction: column;
  width: 39.5%;
  margin-left: 5%;
  justify-content: flex-start;
  align-items: flex-start;
}
.banc article .area1 div .text div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #fff;
  box-shadow: 9px 15px 32px 0px rgba(192, 199, 207, 0.27);
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 2% 5%;
}
.banc article .area1 div .text div img {
  width: 39px;
  height: 33px;
  margin-right: 3%;
}
.banc article .area1 div .text div span {
  font-size: 16px;
  font-weight: 400;
  color: #6b707a;
  line-height: 26px;
}
.banc article .area1 div .text a {
  width: 160px;
  height: 36px;
  background: #ff9e00;
  border-radius: 18px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.banc article .area2 {
  max-width: 1400px;
  width: 80%;
  margin: auto;
  margin-top: 5%;
}
.banc article .area2 h1 {
  font-size: 36px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #181A39;
  line-height: 46px;
  text-align: center;
}
.banc article .area2 h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  color: #181a39;
  letter-spacing: 2px;
  line-height: 46px;
  margin-top: 5px;
  margin-bottom: 5%;
}
.banc article .area2 div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
}
.banc article .area2 div .pic {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 360px;
  width: 53.7%;
  position: relative;
}
.banc article .area2 div .pic .des {
  position: relative;
  top: -90px;
  left: -64px;
  width: 480px;
  height: 135px;
  border-radius: 10px;
}
.banc article .area2 div .pic .des span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #181a39;
  line-height: 26px;
  height: 68px;
  margin: 1% 22% 0 5%;
}
.banc article .area2 div .text {
  display: flex;
  flex-direction: column;
  width: 39.5%;
  margin-right: 5%;
  justify-content: flex-start;
  align-items: flex-start;
}
.banc article .area2 div .text div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #fff;
  box-shadow: 9px 15px 32px 0px rgba(192, 199, 207, 0.27);
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 2% 5%;
}
.banc article .area2 div .text div img {
  width: 39px;
  height: 33px;
  margin-right: 3%;
}
.banc article .area2 div .text div span {
  font-size: 16px;
  font-weight: 400;
  color: #6b707a;
  line-height: 26px;
}
.banc article .area2 div .text a {
  width: 160px;
  height: 36px;
  background: #ff9e00;
  border-radius: 18px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.banc article .area3 {
  margin-top: 5%;
}
.banc article .area3 h1 {
  font-size: 36px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #181A39;
  line-height: 46px;
  text-align: center;
  margin: 0% auto 3%;
}
.banc article .area3 div {
  background-image: url('/guide/image/thingclub/thingclub-4.png');
  height: 520px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banc article .area3 div div {
  width: 600px;
  height: 300px;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 1%;
}
.banc article .area3 div div div {
  display: flex;
  width: 416px;
  background: #fff;
  border-radius: 10px;
  flex-direction: row;
  height: 75px;
  align-items: flex-start;
}
.banc article .area3 div div div img {
  width: 33px;
  height: 33px;
  margin-right: 2%;
}
.banc article .area3 div div div span {
  width: 86%;
  font-size: 16px;
  font-weight: 400;
  color: #6b707a;
  line-height: 26px;
}
.banc article .area3 div div a {
  width: 160px;
  height: 36px;
  background: #ff9e00;
  border-radius: 18px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.banc article .area4 h1 {
  margin: 5% auto 0;
  font-size: 36px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #181A39;
  line-height: 46px;
  text-align: center;
}
.banc article .area4 div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.banc article .area4 div .detail-title {
  margin: 0% auto 5%;
}
.banc article .area4 div div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto 5%;
}
.banc article .area4 div div .content-wrap {
  box-shadow: -1px 1px 20px 0px rgba(192, 199, 207, 0.41);
  width: 30%;
  margin: 0 1%;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 4%;
  justify-content: center;
  height: 100%;
}
.banc article .area4 div div .content-wrap img {
  width: 88%;
  text-align: center;
  margin: 0 auto;
}
.banc article .area4 div div .content-wrap .content-bottom {
  width: 100%;
  padding: 0 6%;
}
.banc article .area4 div div .content-wrap .content-bottom .bottom-title {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #181a39;
  line-height: 40px;
  display: block;
  margin-top: 5%;
}
.banc article .area4 div div .content-wrap .content-bottom .bottom-des {
  height: 145px;
  font-size: 16px;
  font-weight: 400;
  color: #6b707a;
  line-height: 24px;
  text-align: justify;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 1560px) {
  .banc .banner_mod .banner_bg {
    background-position: center;
  }
  .banc .banner_mod .text_title {
    top: 25%;
    left: 13.6%;
    z-index: 2;
  }
  .banc .banner_mod .text_title .depotTitle {
    display: block;
    width: 100%;
    font-size: 48px;
    margin-bottom: 14px;
  }
  .banc .banner_mod .text_title .gradual-green-line {
    width: 406px;
    height: 2px;
    background: linear-gradient(to right, #228B22, rgba(0, 0, 0, 0));
  }
  .banc .banner_mod .text_title .items {
    width: 406px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .banc .banner_mod .text_title .items div {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .banc .banner_mod .text_title .items div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .items1 {
    width: 406px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }
  .banc .banner_mod .text_title .items1 div {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .banc .banner_mod .text_title .items1 div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items1 div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .btn1 {
    width: 150px;
    height: 36px;
    background: #FF9E00;
    border-radius: 34px;
    line-height: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    margin-top: 34px;
    position: absolute;
    left: 0;
  }
  .banc .banner_mod .text_title .btn1:hover {
    background: #ff7e00;
  }
  .banc .banner_mod .text_title .btn2 {
    width: 150px;
    height: 36px;
    border-radius: 34px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 34px;
    left: 170px;
  }
  .banc article .area1 {
    max-width: 1400px;
    width: 80%;
    margin-top: 5%;
  }
  .banc article .area1 h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .banc article .area1 h2 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: 5%;
  }
  .banc article .area1 div .pic {
    height: 360px;
    width: 53.7%;
  }
  .banc article .area1 div .pic .des {
    top: -82px;
    left: -34px;
    width: 480px;
    height: 135px;
    border-radius: 10px;
  }
  .banc article .area1 div .pic .des span {
    font-size: 16px;
    line-height: 26px;
    height: 68px;
    margin: 1% 22% 0 5%;
  }
  .banc article .area1 div .text {
    width: 39.5%;
    margin-left: 5%;
  }
  .banc article .area1 div .text div {
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
  }
  .banc article .area1 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area1 div .text div span {
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 26px;
  }
  .banc article .area1 div .text a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 36px;
  }
  .banc article .area2 {
    max-width: 1400px;
    width: 80%;
    margin-top: 5%;
  }
  .banc article .area2 h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .banc article .area2 h2 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: 5%;
  }
  .banc article .area2 div .pic {
    height: 360px;
    width: 53.7%;
  }
  .banc article .area2 div .pic .des {
    position: relative;
    top: -82px;
    left: -34px;
    width: 480px;
    height: 135px;
    border-radius: 10px;
  }
  .banc article .area2 div .pic .des span {
    font-size: 16px;
    line-height: 26px;
    height: 68px;
    margin: 1% 22% 0 5%;
  }
  .banc article .area2 div .text {
    width: 39.5%;
    margin-right: 5%;
  }
  .banc article .area2 div .text div {
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
  }
  .banc article .area2 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area2 div .text div span {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .banc article .area2 div .text a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    display: block;
    font-size: 16px;
    line-height: 36px;
  }
  .banc article .area3 {
    margin-top: 5%;
  }
  .banc article .area3 h1 {
    font-size: 36px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #181A39;
    line-height: 46px;
    text-align: center;
    margin: 0% auto 3%;
  }
  .banc article .area3 div {
    background-image: url('/guide/image/thingclub/thingclub-4.png');
    height: 520px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banc article .area3 div div {
    width: 600px;
    height: 300px;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 1%;
  }
  .banc article .area3 div div div {
    display: flex;
    width: 416px;
    background: #fff;
    border-radius: 10px;
    flex-direction: row;
    height: 75px;
    align-items: flex-start;
  }
  .banc article .area3 div div div img {
    width: 33px;
    height: 33px;
    margin-right: 2%;
  }
  .banc article .area3 div div div span {
    width: 86%;
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 26px;
  }
  .banc article .area3 div div a {
    width: 160px;
    height: 36px;
    background: #ff9e00;
    border-radius: 18px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 36px;
  }
  .banc article .area4 h1 {
    margin: 5% auto 0;
    font-size: 36px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #181A39;
    line-height: 46px;
    text-align: center;
  }
  .banc article .area4 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .banc article .area4 div .detail-title {
    margin: 0% auto 5%;
  }
  .banc article .area4 div div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1400px;
    margin: 0 auto 5%;
  }
  .banc article .area4 div div .content-wrap {
    box-shadow: -1px 1px 20px 0px rgba(192, 199, 207, 0.41);
    width: 30%;
    margin: 0 1%;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 4%;
    justify-content: center;
    height: 100%;
  }
  .banc article .area4 div div .content-wrap img {
    width: 88%;
    text-align: center;
    margin: 0 auto;
  }
  .banc article .area4 div div .content-wrap .content-bottom {
    width: 100%;
    padding: 0 6%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-title {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #181a39;
    line-height: 40px;
    display: block;
    margin-top: 5%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-des {
    height: 145px;
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 24px;
    text-align: justify;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .banc .banner_mod .banner_bg {
    background-position: center;
  }
  .banc .banner_mod .text_title {
    top: 25%;
    left: 13.6%;
    z-index: 2;
  }
  .banc .banner_mod .text_title .depotTitle {
    display: block;
    width: 100%;
    font-size: 48px;
    margin-bottom: 14px;
  }
  .banc .banner_mod .text_title .gradual-green-line {
    width: 406px;
    height: 2px;
    background: linear-gradient(to right, #228B22, rgba(0, 0, 0, 0));
  }
  .banc .banner_mod .text_title .items {
    width: 406px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .banc .banner_mod .text_title .items div {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .banc .banner_mod .text_title .items div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .items1 {
    width: 406px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }
  .banc .banner_mod .text_title .items1 div {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .banc .banner_mod .text_title .items1 div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items1 div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .btn1 {
    width: 150px;
    height: 36px;
    background: #FF9E00;
    border-radius: 34px;
    line-height: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    margin-top: 34px;
    position: absolute;
    left: 0;
  }
  .banc .banner_mod .text_title .btn1:hover {
    background: #ff7e00;
  }
  .banc .banner_mod .text_title .btn2 {
    width: 150px;
    height: 36px;
    border-radius: 34px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 34px;
    left: 170px;
  }
  .banc article .area1 {
    width: 95%;
    margin-top: 5%;
  }
  .banc article .area1 h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .banc article .area1 h2 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: 5%;
  }
  .banc article .area1 div .pic {
    height: 360px;
    width: 53.7%;
  }
  .banc article .area1 div .pic .des {
    top: -71px;
    left: -12px;
    width: 480px;
    height: 135px;
    border-radius: 10px;
  }
  .banc article .area1 div .pic .des span {
    font-size: 16px;
    line-height: 26px;
    height: 68px;
    margin: 1% 22% 0 5%;
  }
  .banc article .area1 div .text {
    width: 39.5%;
    margin-left: 5%;
  }
  .banc article .area1 div .text div {
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
  }
  .banc article .area1 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area1 div .text div span {
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 26px;
  }
  .banc article .area1 div .text a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 36px;
  }
  .banc article .area2 {
    max-width: 1400px;
    width: 95%;
    margin-top: 5%;
  }
  .banc article .area2 h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .banc article .area2 h2 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: 5%;
  }
  .banc article .area2 div .pic {
    height: 360px;
    width: 53.7%;
  }
  .banc article .area2 div .pic .des {
    position: relative;
    top: -69px;
    left: -11px;
    width: 480px;
    height: 135px;
    border-radius: 10px;
  }
  .banc article .area2 div .pic .des span {
    font-size: 16px;
    line-height: 26px;
    height: 68px;
    margin: 1% 22% 0 5%;
  }
  .banc article .area2 div .text {
    width: 39.5%;
    margin-right: 5%;
  }
  .banc article .area2 div .text div {
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
  }
  .banc article .area2 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area2 div .text div span {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .banc article .area2 div .text a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    display: block;
    font-size: 16px;
    line-height: 36px;
  }
  .banc article .area3 {
    margin-top: 5%;
  }
  .banc article .area3 h1 {
    font-size: 36px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #181A39;
    line-height: 46px;
    text-align: center;
    margin: 0% auto 3%;
  }
  .banc article .area3 div {
    background-image: url('/guide/image/thingclub/thingclub-4.png');
    height: 520px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banc article .area3 div div {
    width: 600px;
    height: 300px;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 1%;
  }
  .banc article .area3 div div div {
    display: flex;
    width: 416px;
    background: #fff;
    border-radius: 10px;
    flex-direction: row;
    height: 75px;
    align-items: flex-start;
  }
  .banc article .area3 div div div img {
    width: 33px;
    height: 33px;
    margin-right: 2%;
  }
  .banc article .area3 div div div span {
    width: 86%;
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 26px;
  }
  .banc article .area3 div div a {
    width: 160px;
    height: 36px;
    background: #ff9e00;
    border-radius: 18px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 36px;
  }
  .banc article .area4 h1 {
    margin: 5% auto 0;
    font-size: 36px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #181A39;
    line-height: 46px;
    text-align: center;
  }
  .banc article .area4 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .banc article .area4 div .detail-title {
    margin: 0% auto 5%;
  }
  .banc article .area4 div div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1400px;
    margin: 0 auto 5%;
  }
  .banc article .area4 div div .content-wrap {
    box-shadow: -1px 1px 20px 0px rgba(192, 199, 207, 0.41);
    width: 30%;
    margin: 0 1%;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 4%;
    justify-content: center;
    height: 100%;
  }
  .banc article .area4 div div .content-wrap img {
    width: 88%;
    text-align: center;
    margin: 0 auto;
  }
  .banc article .area4 div div .content-wrap .content-bottom {
    width: 100%;
    padding: 0 6%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-title {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #181a39;
    line-height: 40px;
    display: block;
    margin-top: 5%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-des {
    height: 145px;
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 24px;
    text-align: justify;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .banc .banner_mod .banner_bg {
    background-position: center;
  }
  .banc .banner_mod .text_title {
    top: 25%;
    left: 13.6%;
    z-index: 2;
  }
  .banc .banner_mod .text_title .depotTitle {
    display: block;
    width: 100%;
    font-size: 48px;
    margin-bottom: 14px;
  }
  .banc .banner_mod .text_title .gradual-green-line {
    width: 406px;
    height: 2px;
    background: linear-gradient(to right, #228B22, rgba(0, 0, 0, 0));
  }
  .banc .banner_mod .text_title .items {
    width: 406px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .banc .banner_mod .text_title .items div {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .banc .banner_mod .text_title .items div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .items1 {
    width: 406px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }
  .banc .banner_mod .text_title .items1 div {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .banc .banner_mod .text_title .items1 div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items1 div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .btn1 {
    width: 150px;
    height: 36px;
    background: #FF9E00;
    border-radius: 34px;
    line-height: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    margin-top: 34px;
    position: absolute;
    left: 0;
  }
  .banc .banner_mod .text_title .btn1:hover {
    background: #ff7e00;
  }
  .banc .banner_mod .text_title .btn2 {
    width: 150px;
    height: 36px;
    border-radius: 34px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 34px;
    left: 170px;
  }
  .banc article .area1 {
    width: 95%;
    margin-top: 5%;
  }
  .banc article .area1 div .pic {
    height: 360px;
    width: 53.7%;
  }
  .banc article .area1 div .pic .des {
    top: -58px;
    left: -24px;
    width: 480px;
    height: 135px;
    border-radius: 10px;
  }
  .banc article .area1 div .text {
    width: 39.5%;
    margin-left: 5%;
  }
  .banc article .area1 div .text div {
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
  }
  .banc article .area1 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area1 div .text div span {
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 26px;
  }
  .banc article .area2 {
    width: 95%;
    margin-top: 5%;
  }
  .banc article .area2 div .pic {
    height: 360px;
    width: 53.7%;
  }
  .banc article .area2 div .pic .des {
    top: -61px;
    left: -29px;
    width: 480px;
    height: 135px;
  }
  .banc article .area2 div .text {
    width: 39.5%;
    margin-right: 5%;
  }
  .banc article .area2 div .text div {
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
  }
  .banc article .area2 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area2 div .text div span {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .banc article .area4 h1 {
    margin: 5% auto 0;
    font-size: 36px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #181A39;
    line-height: 46px;
    text-align: center;
  }
  .banc article .area4 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .banc article .area4 div .detail-title {
    margin: 0% auto 5%;
  }
  .banc article .area4 div div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1400px;
    margin: 0 auto 5%;
  }
  .banc article .area4 div div .content-wrap {
    box-shadow: -1px 1px 20px 0px rgba(192, 199, 207, 0.41);
    width: 30%;
    margin: 0 1%;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 4%;
    justify-content: center;
    height: 100%;
  }
  .banc article .area4 div div .content-wrap img {
    width: 88%;
    text-align: center;
    margin: 0 auto;
  }
  .banc article .area4 div div .content-wrap .content-bottom {
    width: 100%;
    padding: 0 6%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-title {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #181a39;
    line-height: 40px;
    display: block;
    margin-top: 5%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-des {
    height: 145px;
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 24px;
    text-align: justify;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 870px) {
  .banc .banner_mod .banner_bg {
    background-position: center;
  }
  .banc .banner_mod .text_title {
    top: 25%;
    left: 13.6%;
    z-index: 2;
  }
  .banc .banner_mod .text_title .depotTitle {
    display: block;
    width: 100%;
    font-size: 48px;
    margin-bottom: 14px;
  }
  .banc .banner_mod .text_title .gradual-green-line {
    width: 406px;
    height: 2px;
    background: linear-gradient(to right, #228B22, rgba(0, 0, 0, 0));
  }
  .banc .banner_mod .text_title .items {
    width: 406px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .banc .banner_mod .text_title .items div {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .banc .banner_mod .text_title .items div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .items1 {
    width: 406px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }
  .banc .banner_mod .text_title .items1 div {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .banc .banner_mod .text_title .items1 div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items1 div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .btn1 {
    width: 150px;
    height: 36px;
    background: #FF9E00;
    border-radius: 34px;
    line-height: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    margin-top: 34px;
    position: absolute;
    left: 0;
  }
  .banc .banner_mod .text_title .btn1:hover {
    background: #ff7e00;
  }
  .banc .banner_mod .text_title .btn2 {
    width: 150px;
    height: 36px;
    border-radius: 34px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 34px;
    left: 170px;
  }
  .banc article .area1 {
    max-width: 1400px;
    width: 80%;
    margin-top: 5%;
  }
  .banc article .area1 h1 {
    font-size: 30px;
    line-height: 46px;
  }
  .banc article .area1 h2 {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: 5%;
  }
  .banc article .area1 div {
    flex-direction: column;
  }
  .banc article .area1 div .pic {
    height: 360px;
    width: 100%;
  }
  .banc article .area1 div .pic .des {
    top: 69px;
    left: -20px;
    width: 480px;
    height: 135px;
    border-radius: 10px;
  }
  .banc article .area1 div .pic .des span {
    font-size: 15px;
    line-height: 26px;
    height: 68px;
    margin: 1% 22% 0 5%;
  }
  .banc article .area1 div .text {
    width: 100%;
    margin-left: 0;
  }
  .banc article .area1 div .text div {
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
    flex-direction: row;
  }
  .banc article .area1 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area1 div .text div span {
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 26px;
  }
  .banc article .area1 div .text a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 36px;
  }
  .banc article .area2 {
    max-width: 1400px;
    width: 80%;
    margin-top: 5%;
  }
  .banc article .area2 h1 {
    font-size: 30px;
    line-height: 46px;
  }
  .banc article .area2 h2 {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: 5%;
  }
  .banc article .area2 div {
    flex-direction: column-reverse;
  }
  .banc article .area2 div .pic {
    height: 360px;
    width: 100%;
  }
  .banc article .area2 div .pic .des {
    position: relative;
    top: -220px;
    left: -34px;
    width: 480px;
    height: 135px;
    border-radius: 10px;
  }
  .banc article .area2 div .pic .des span {
    font-size: 16px;
    line-height: 26px;
    height: 68px;
    margin: 1% 22% 0 5%;
  }
  .banc article .area2 div .text {
    width: 100%;
    margin-right: 5%;
  }
  .banc article .area2 div .text div {
    flex-direction: row;
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
  }
  .banc article .area2 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area2 div .text div span {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .banc article .area2 div .text a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    display: block;
    font-size: 16px;
    line-height: 36px;
  }
  .banc article .area3 {
    margin-top: 5%;
  }
  .banc article .area3 h1 {
    font-size: 30px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #181A39;
    line-height: 46px;
    text-align: center;
    margin: 0% auto 3%;
  }
  .banc article .area3 div {
    background-image: url('/guide/image/thingclub/thingclub-4.png');
    height: 520px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banc article .area3 div div {
    width: 600px;
    height: 300px;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 1%;
  }
  .banc article .area3 div div div {
    display: flex;
    width: 416px;
    background: #fff;
    border-radius: 10px;
    flex-direction: row;
    height: 75px;
    align-items: flex-start;
  }
  .banc article .area3 div div div img {
    width: 33px;
    height: 33px;
    margin-right: 2%;
  }
  .banc article .area3 div div div span {
    width: 86%;
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 26px;
  }
  .banc article .area3 div div a {
    width: 160px;
    height: 36px;
    background: #ff9e00;
    border-radius: 18px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 36px;
  }
  .banc article .area4 h1 {
    margin: 5% auto 0;
    font-size: 30px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #181A39;
    line-height: 46px;
    text-align: center;
  }
  .banc article .area4 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .banc article .area4 div .detail-title {
    margin: 0% auto 5%;
  }
  .banc article .area4 div div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
    max-width: 1400px;
    margin: 0 auto 5%;
  }
  .banc article .area4 div div .content-wrap {
    box-shadow: -1px 1px 20px 0px rgba(192, 199, 207, 0.41);
    width: 100%;
    margin: 0 1%;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 4%;
    justify-content: center;
    height: 100%;
  }
  .banc article .area4 div div .content-wrap img {
    width: 88%;
    text-align: center;
    margin: 0 auto;
  }
  .banc article .area4 div div .content-wrap .content-bottom {
    width: 100%;
    padding: 0 6%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-title {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #181a39;
    line-height: 40px;
    display: block;
    margin-top: 5%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-des {
    height: 145px;
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 24px;
    text-align: justify;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .banc .banner_mod .banner_bg {
    background-position: center;
  }
  .banc .banner_mod .text_title {
    top: 25%;
    left: 13.6%;
    z-index: 2;
  }
  .banc .banner_mod .text_title .depotTitle {
    display: block;
    width: 100%;
    font-size: 48px;
    margin-bottom: 14px;
  }
  .banc .banner_mod .text_title .gradual-green-line {
    width: 406px;
    height: 2px;
  }
  .banc .banner_mod .text_title .items {
    width: 406px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .banc .banner_mod .text_title .items div {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .banc .banner_mod .text_title .items div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .items1 {
    width: 406px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }
  .banc .banner_mod .text_title .items1 div {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .banc .banner_mod .text_title .items1 div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items1 div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .btn1 {
    width: 150px;
    height: 36px;
    background: #FF9E00;
    border-radius: 34px;
    line-height: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    margin-top: 34px;
    position: absolute;
    left: 0;
  }
  .banc .banner_mod .text_title .btn1:hover {
    background: #ff7e00;
  }
  .banc .banner_mod .text_title .btn2 {
    width: 150px;
    height: 36px;
    border-radius: 34px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 34px;
    left: 170px;
  }
  .banc article .area1 h1 {
    font-size: 30px;
    line-height: 46px;
  }
  .banc article .area1 h2 {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: 5%;
  }
  .banc article .area1 div {
    flex-direction: column;
  }
  .banc article .area1 div .pic {
    height: 360px;
    width: 100%;
  }
  .banc article .area1 div .pic .des {
    top: 69px;
    left: -20px;
    width: 480px;
    height: 135px;
    border-radius: 10px;
  }
  .banc article .area1 div .pic .des span {
    font-size: 15px;
    line-height: 26px;
    height: 68px;
    margin: 1% 22% 0 5%;
  }
  .banc article .area1 div .text {
    width: 100%;
    margin-left: 0;
  }
  .banc article .area1 div .text div {
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
    flex-direction: row;
  }
  .banc article .area1 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area1 div .text div span {
    font-size: 16px;
    line-height: 26px;
  }
  .banc article .area1 div .text a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 36px;
  }
  .banc article .area2 {
    max-width: 1400px;
    width: 80%;
    margin-top: 5%;
  }
  .banc article .area2 h1 {
    font-size: 30px;
    line-height: 46px;
  }
  .banc article .area2 h2 {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: 5%;
  }
  .banc article .area2 div {
    flex-direction: column-reverse;
  }
  .banc article .area2 div .pic {
    height: 360px;
    width: 100%;
  }
  .banc article .area2 div .pic .des {
    position: relative;
    top: -220px;
    left: -34px;
    width: 480px;
    height: 135px;
    border-radius: 10px;
  }
  .banc article .area2 div .pic .des span {
    font-size: 16px;
    line-height: 26px;
    height: 68px;
    margin: 1% 22% 0 5%;
  }
  .banc article .area2 div .text {
    width: 100%;
    margin-right: 5%;
  }
  .banc article .area2 div .text div {
    flex-direction: row;
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
  }
  .banc article .area2 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area2 div .text div span {
    font-size: 16px;
    line-height: 26px;
  }
  .banc article .area2 div .text a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 36px;
  }
  .banc article .area3 {
    margin-top: 5%;
  }
  .banc article .area3 h1 {
    font-size: 30px;
    line-height: 46px;
    margin: 0% auto 3%;
  }
  .banc article .area3 div {
    height: 520px;
  }
  .banc article .area3 div div {
    width: 600px;
    height: 300px;
    border-radius: 10px;
    padding-top: 1%;
  }
  .banc article .area3 div div div {
    width: 416px;
    height: 75px;
    border-radius: 10px;
  }
  .banc article .area3 div div div img {
    width: 33px;
    height: 33px;
    margin-right: 2%;
  }
  .banc article .area3 div div div span {
    width: 86%;
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 26px;
  }
  .banc article .area3 div div a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 36px;
  }
  .banc article .area4 h1 {
    margin: 5% auto 0;
    font-size: 30px;
    line-height: 46px;
  }
  .banc article .area4 div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .banc article .area4 div .detail-title {
    margin: 0% auto 5%;
  }
  .banc article .area4 div div {
    width: 60%;
  }
  .banc article .area4 div div .content-wrap img {
    width: 88%;
  }
  .banc article .area4 div div .content-wrap .content-bottom {
    width: 100%;
    padding: 0 6%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-title {
    font-size: 18px;
    line-height: 40px;
    display: block;
    margin-top: 5%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-des {
    height: 145px;
    font-size: 16px;
    margin: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 769px) {
  .banc .banner_mod .banner_bg {
    background-position: center;
  }
  .banc .banner_mod .text_title {
    top: 25%;
    left: 13.6%;
    z-index: 2;
  }
  .banc .banner_mod .text_title .depotTitle {
    display: block;
    width: 100%;
    font-size: 36px;
    margin-bottom: 14px;
  }
  .banc .banner_mod .text_title .gradual-green-line {
    width: 300px;
    height: 2px;
  }
  .banc .banner_mod .text_title .items {
    width: 320px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .banc .banner_mod .text_title .items div {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .banc .banner_mod .text_title .items div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .items1 {
    width: 320px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }
  .banc .banner_mod .text_title .items1 div {
    width: 33%;
  }
  .banc .banner_mod .text_title .items1 div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .banc .banner_mod .text_title .items1 div span {
    font-size: 18px;
    line-height: 32px;
  }
  .banc .banner_mod .text_title .btn1 {
    width: 130px;
  }
  .banc .banner_mod .text_title .btn2 {
    width: 130px;
    left: 150px;
  }
  .banc article .area1 {
    width: 80%;
    margin-top: 5%;
  }
  .banc article .area1 h1 {
    font-size: 30px;
    line-height: 46px;
  }
  .banc article .area1 h2 {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: 5%;
  }
  .banc article .area1 div {
    flex-direction: column;
  }
  .banc article .area1 div .pic {
    height: auto;
    width: 100%;
    margin-bottom: 10%;
  }
  .banc article .area1 div .pic .des {
    top: 13px;
    left: 29px;
    width: 296px;
    height: 135px;
    border-radius: 10px;
  }
  .banc article .area1 div .pic .des span {
    font-size: 12px;
    line-height: 20px;
    height: 68px;
    margin: 1% 22% 0 5%;
  }
  .banc article .area1 div .text {
    width: 100%;
    margin-left: 0;
  }
  .banc article .area1 div .text div {
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
    flex-direction: row;
  }
  .banc article .area1 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area1 div .text div span {
    font-size: 14px;
    font-weight: 400;
    color: #6b707a;
    line-height: 26px;
  }
  .banc article .area1 div .text a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 36px;
  }
  .banc article .area2 {
    max-width: 1400px;
    width: 80%;
    margin-top: 5%;
  }
  .banc article .area2 h1 {
    font-size: 30px;
    line-height: 46px;
  }
  .banc article .area2 h2 {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: 5%;
  }
  .banc article .area2 div {
    flex-direction: column-reverse;
  }
  .banc article .area2 div .pic {
    height: auto;
    width: 100%;
    margin-bottom: 10%;
  }
  .banc article .area2 div .pic .des {
    position: relative;
    top: -62px;
    left: 27px;
    width: 296px;
    height: 135px;
    border-radius: 10px;
  }
  .banc article .area2 div .pic .des span {
    font-size: 12px;
    line-height: 20px;
    height: 68px;
    margin: 1% 22% 0 5%;
  }
  .banc article .area2 div .text {
    width: 100%;
    margin-right: 5%;
  }
  .banc article .area2 div .text div {
    flex-direction: row;
    height: 90px;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 2% 5%;
  }
  .banc article .area2 div .text div img {
    width: 39px;
    height: 33px;
    margin-right: 3%;
  }
  .banc article .area2 div .text div span {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
  .banc article .area2 div .text a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    display: block;
    font-size: 16px;
    line-height: 36px;
  }
  .banc article .area3 {
    margin-top: 5%;
  }
  .banc article .area3 h1 {
    font-size: 30px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #181A39;
    line-height: 46px;
    text-align: center;
    margin: 0% auto 3%;
  }
  .banc article .area3 div {
    height: 520px;
    width: 100%;
  }
  .banc article .area3 div div {
    width: 400px;
    height: 300px;
    border-radius: 10px;
    padding-top: 1%;
  }
  .banc article .area3 div div div {
    display: flex;
    width: 380px;
    height: 75px;
  }
  .banc article .area3 div div div img {
    width: 33px;
    height: 33px;
    margin-right: 2%;
  }
  .banc article .area3 div div div span {
    width: 86%;
    font-size: 16px;
    font-weight: 400;
    color: #6b707a;
    line-height: 26px;
  }
  .banc article .area3 div div a {
    width: 160px;
    height: 36px;
    background: #ff9e00;
    border-radius: 18px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 36px;
  }
  .banc article .area4 h1 {
    margin: 5% auto 0;
    font-size: 30px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #181A39;
    line-height: 46px;
    text-align: center;
  }
  .banc article .area4 div {
    max-width: 1400px;
  }
  .banc article .area4 div .detail-title {
    margin: 0% auto 5%;
  }
  .banc article .area4 div div {
    width: 60%;
    max-width: 1400px;
    margin: 0 auto 5%;
  }
  .banc article .area4 div div .content-wrap {
    height: 100%;
  }
  .banc article .area4 div div .content-wrap img {
    width: 88%;
    text-align: center;
    margin: 0 auto;
  }
  .banc article .area4 div div .content-wrap .content-bottom {
    width: 100%;
    padding: 0 6%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-title {
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    margin-top: 5%;
  }
  .banc article .area4 div div .content-wrap .content-bottom .bottom-des {
    height: 145px;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    width: 100%;
  }
}
