
.content_ul li:nth-child(5){
    width: 128px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin-top: 40px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.16);
    /* text-align: right; */
    margin: 0 auto;
  }
.content_ul li:nth-child(5) a{
    padding: 15px;
    display: flex;
    align-items: center;
  }
.content_ul li:nth-child(5) a span{
    font-size: 16px;
    color: #333333;
    display: block;
  }
.content_ul li:nth-child(5) a img{
    display: block;
    width: 7px;
    margin-left: 23px;
  }


@media screen and (min-width: 1025px){


  #first{
    width: 100%;
    padding: 100px 0;
  }
  .first{
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .first_left{
    width: 591px;
    height: 407px;
    position: relative;
    overflow: hidden;
  }
  .first_left img:nth-child(1){
    width: 500px;
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 5;
  }
  .first_left img:nth-child(2){
    width: 446px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -100%;
    z-index: 6;
  }
  @keyframes firstact01{
    0%{left: -100%;}
    80%{left: 5%;}
    100%{left: 0;}
  }
  @keyframes firstact02{
    0%{right: -100%;}
    80%{right: 5%;}
    100%{right: 0%;}
  }
  .first_right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .first_right li:nth-child(1){
    font-size: 23px;
    color: #2961b4;
    font-weight: bold;
  }
  .first_right li:nth-child(2){
    font-size: 28px;
    font-weight:bold;
    color: #2961b4;
    margin-top: 24px;
  }
  .first_right li:nth-child(3) p{
    width: 400px;
    line-height: 34px;
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
  }
  .first_right li:nth-child(4){
    /* width: 128px; */
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin-top: 40px;
  }
  .first_right li:nth-child(4) a{
    padding: 15px;
    display: flex;
    align-items: center;
  }
  .first_right li:nth-child(4) a span{
    font-size: 16px;
    color: #333333;
    display: block;
  }
  .first_right li:nth-child(4) a img{
    display: block;
    width: 7px;
    margin-left: 23px;
  }




  /* second */
  #second{
    width: 100%;
    height: 316px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .second{
    width: 25%;
    height: 100%;
  }
  .second_img{
    display: none;
  }
  .second ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .second ul li:nth-child(1){
    font-size: 24px;
    margin-top: 78px;
    font-weight:bold;
    letter-spacing: 0px;
  }
  .second ul li:nth-child(2){
    font-size:14px;
    margin-top: 11px;
  }
  .second ul li:nth-child(3){
    margin-top: 32px;
  }
  .second ul li:nth-child(3) img{
    width: 120px;
    display: block;
  }
  .second ul li:nth-child(4){
    width: 100%;
  }
  .second ul li:nth-child(4) a{
    width: 77%;
    height: 53px;
    line-height: 53px;
    background:rgba(153,153,153,0.4);
    font-size: 16px;
    color: #383838;
    display: block;
    text-align: center;
    margin: 57px auto;
    border-radius: 10px;
    margin-bottom: 0;
    background-image: url(../images/first03.png);
    background-repeat: no-repeat;
    background-position: 70% center;
  }

.second ul li:hover a{
  background: rgb(41, 97, 180);
  color: #fff;
  background-image: url(../images/footer02.png);
  background-repeat: no-repeat;
  background-position: 70% center;
}
  /* third */
  #third{
    width: 100%;
    margin-top: 104px;
  }
  .third{
    width: 1280px;
    margin: auto;
  }
  .third_title{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .third_title span{
    font-size: 18px;
    color: #000000;
  }
  .third_title p{
    font-size: 28px;
    font-weight:bold;
    color: #000000;
    margin-top: 21px;
  }
  .third_one{
    width: 100%;
    margin-top: 96px;
    display: flex;
    align-items: center;
  }
  .third_one_left{
    width: 568px;
    height: 195px;
    padding: 49px 84px 88px 50px;
    background-color: #2961b4;
  }
  .third_one_left li:nth-child(1){
    font-size: 24px;
    font-weight:bold;
    color: #ffffff;
  }
  .third_one_left li:nth-child(2) p{
    display: block;
    width: 100%;
    font-size:18px;
    line-height:30px;
    color: #ffffff;
    margin-top: 27px;
  }
  .third_one_left li:nth-child(3){
    margin-top: 35px;
  }
  .third_one_left li:nth-child(3) a{
    display: flex;
    align-items: center;
  }
  .third_one_left li:nth-child(3) a span{
    color: #8FC55C;
    font-size: 16px;
  }
  .third_one_left li:nth-child(3) a img{
    display: block;
    width: 16px;
    margin-left: 28px;
  }
  .third_one_right{
    width: 590px;
    height: 332px;
    position: relative;
    background-color: #F6F6F6;
  }
  .third_one_right img{
    display: block;
    width: 542px;
    position: absolute;
    bottom: -13px;
    left: 25px;
  }
  .third_two{
    margin-top: 53px;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .third_two_ul{
    height: 282px;
    padding: 10px 50px;
    border-right: 1px solid #DDDDDD;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .third_two_ul:last-of-type{
    border:none;
    min-width: 254px;
  }
  .third_two_ul li:nth-child(1) img{
    width: 20px;
    display: block;
  }
  .third_two_ul li:nth-child(2){
    margin-top: 24px;
    color: #333333;
    font-size: 20px;
  }
  .third_two_ul li:nth-child(3){
    margin-top: 25px;
  }
  .third_two_ul li:nth-child(3) p{
    display: block;
    width: 192px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height:30px;
  }
  .third_two_ul:nth-child(1) li:nth-child(4){
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-top: 29px;
  }
  .third_two_ul:nth-child(1) li:nth-child(4) a{
    display: block;
    padding: 11px 20px;
    font-size: 14px;
    color: #666666;
  }
  .third_two_ul:nth-child(2) li:nth-child(4){
    margin-top: 25px;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-align: center;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p:nth-child(2){
    font-size: 16px;
    color: #333333;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p:nth-child(3){
    font-size: 16px;
    color: #333333;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p:nth-child(4){
    color: #666666;
  }
  .third_two_ul:nth-child(3) li:nth-child(3) p{
    /* width: 135px; */
    font-size: 14px;
  }
  .third_two_ul:nth-child(3) li:nth-child(4){
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 26px;
  }
  .third_two_ul:nth-child(3) li:nth-child(4) span{
    font-size: 14px;
    color: #999999;
  }
  .third_two_ul:nth-child(3) li:nth-child(4) p{
    font-size: 24px;
    color: #000000;
    font-weight:bold;
    margin-top: 8px;
  }
  .third_two_div{
    padding: 45px 35px 16px 35px;
    background-color: #8FC55C;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-left: 50px; */
  }
  .third_two_div span{
    font-size:24px;
    font-weight:bold;
    color: #ffffff;
  }
  .third_two_div p{
    font-size: 22px;
    color: #ffffff;
    margin-top: 39px;
    /* width: 82px; */
    line-height: 30px;
  }
  .third_two_div a{
    margin-top: 48px;
    display: flex;
  }
  .third_two_div a img{
    display: block;
    width: 24px;
  }
}
@media (max-width: 1024px) and (min-width: 751px){
  #first{
    width: 100%;
    padding: 1rem 0;
  }
  .first{
    width: calc(100% - 0.6rem);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
  }
  .first_left{
    width: 5em;
    height: 3.8rem;
    position: relative;
    overflow: hidden;
  }
  .first_left img:nth-child(1){
    width: 4rem;
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 5;
  }
  .first_left img:nth-child(2){
    width: 3.46rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: -100%;
    z-index: 6;
  }
  @keyframes firstact01{
    0%{left: -100%;}
    80%{left: 5%;}
    100%{left: 0;}
  }
  @keyframes firstact02{
    0%{right: -100%;}
    80%{right: 5%;}
    100%{right: 0%;}
  }
  .first_right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .first_right li:nth-child(1){
    font-size: 0.36rem;
    color: #000000;
  }
  .first_right li:nth-child(2){
    font-size: 0.38rem;
    font-weight:bold;
    color: #000000;
    margin-top: 0.24rem;
  }
  .first_right li:nth-child(3) p{
    width: 4rem;
    line-height: 0.34rem;
    font-size: 0.2rem;
    color: #333333;
    margin-top: 0.35rem;
  }
  .first_right li:nth-child(4){
    /* width: 1.28rem; */
    border-top: 0.01rem solid #333333;
    border-bottom: 0.01rem solid #333333;
    margin-top: 0.4rem;
  }
  .first_right li:nth-child(4) a{
    padding: 0.2rem;
    display: flex;
    align-items: center;
  }
  .first_right li:nth-child(4) a span{
    font-size: 0.24rem;
    color: #333333;
    display: block;
  }
  .first_right li:nth-child(4) a img{
    display: block;
    width: 0.1rem;
    margin-left: 0.23rem;
  }

  /* second */
  #second{
    width: 100%;
    height: 3.16rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .second{
    width: 25%;
    height: 100%;
  }
  .second_img{
    display: none;
  }
  .second ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .second ul li:nth-child(1){
    font-size: 0.26rem;
    margin-top: 0.78rem;
    font-weight:bold;
    letter-spacing: 0.03rem;
  }
  .second ul li:nth-child(2){
    font-size:0.24rem;
    margin-top: 0.11rem;
  }
  .second ul li:nth-child(3){
    margin-top: 0.32rem;
  }
  .second ul li:nth-child(3) img{
    width: 0.6rem;
    display: block;
  }
  .second ul li:nth-child(4){
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .second ul li:nth-child(4) a{
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    background: rgba(153,153,153,0.4);
    font-size: 0.24rem;
    color: #000000;
    display: block;
    text-align: center;
  }

  /* third */
  #third{
    width: 100%;
    margin-top: 1.04rem;
  }
  .third{
    width: 100%;
    margin: auto;
  }
  .third_title{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .third_title span{
    font-size: 0.28rem;
    color: #000000;
  }
  .third_title p{
    font-size: 0.36rem;
    font-weight:bold;
    color: #000000;
    margin-top: 0.21rem;
  }
  .third_one{
    width: 100%;
    margin-top: 0.96rem;
    display: flex;
    align-items: center;
  }
  .third_one_left{
    width: 4.68rem;
    height: 1.65rem;
    padding: 0.79rem 0.84rem 0.88rem 0.5rem;
    background-color: #333333;
  }
  .third_one_left li:nth-child(1){
    font-size: 0.26rem;
    font-weight: bold;
    color: #ffffff;
  }
  .third_one_left li:nth-child(2) p{
    display: block;
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.35rem;
    color: #ffffff;
    margin-top: 0.27rem;
  }
  .third_one_left li:nth-child(3){
    margin-top: 0.3rem;
  }
  .third_one_left li:nth-child(3) a{
    display: flex;
    align-items: center;
  }
  .third_one_left li:nth-child(3) a span{
    color: #8FC55C;
    font-size: 0.24rem;
  }
  .third_one_left li:nth-child(3) a img{
    display: block;
    width: 0.22rem;
    margin-left: 0.28rem;
  }
  .third_one_right{
    width: 5.9rem;
    height: 3.32rem;
    position: relative;
    background-color: #F6F6F6;
  }
  .third_one_right img{
    display: block;
    width: 4.8rem;
    position: absolute;
    bottom: -0.13rem;
    /* left: 0.25rem; */
  }
  .third_two{
    margin-top: 0.53rem;
    width: calc(100% - 0.6rem);
    padding: 0 0.3rem;
    display: flex;
    align-items: flex-start;
  }
  .third_two_ul{
    height: 2.82rem;
    padding: 0.1rem 0.23rem;
    border-right: 0.01rem solid #DDDDDD;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .third_two_ul:last-of-type{
    border:none;
    padding-right: 0;
  }
  .third_two_ul:nth-child(1){
    padding-left: 0;
  }
  .third_two_ul li:nth-child(1) img{
    width: 0.2rem;
    display: block;
  }
  .third_two_ul li:nth-child(2){
    margin-top: 0.24rem;
    color: #333333;
    font-size: 0.2rem;
  }
  .third_two_ul li:nth-child(3){
    margin-top: 0.25rem;
  }
  .third_two_ul li:nth-child(3) p{
    display: block;
    width: 2.1rem;
    text-align: center;
    font-size: 0.18rem;
    color: #666666;
    line-height:0.3rem;
  }
  .third_two_ul:nth-child(1) li:nth-child(4){
    border-top: 0.01rem solid #707070;
    border-bottom: 0.01rem solid #707070;
    margin-top: 0.29rem;
  }
  .third_two_ul:nth-child(1) li:nth-child(4) a{
    display: block;
    padding: 0.11rem 0.2rem;
    font-size: 0.18rem;
    color: #666666;
  }
  .third_two_ul:nth-child(2) li:nth-child(4){
    margin-top: 0.25rem;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.26rem;
    text-align: center;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p:nth-child(2){
    font-size: 0.18rem;
    color: #333333;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p:nth-child(3){
    font-size: 0.18rem;
    color: #333333;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p:nth-child(4){
    color: #666666;
  }
  .third_two_ul:nth-child(3) li:nth-child(3) p{
    width: 1.35rem;
    font-size: 0.18rem;
  }
  .third_two_ul:nth-child(3) li:nth-child(4){
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.26rem;
  }
  .third_two_ul:nth-child(3) li:nth-child(4) span{
    font-size: 0.14rem;
    color: #999999;
  }
  .third_two_ul:nth-child(3) li:nth-child(4) p{
    font-size: 0.24rem;
    color: #000000;
    font-weight:bold;
    margin-top: 0.08rem;
    white-space: nowrap;
  }
  .third_two_div{
    padding: 0.45rem 0.35rem 0.16rem 0.35rem;
    background-color: #8FC55C;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0.5rem;
  }
  .third_two_div span{
    font-size:0.24rem;
    font-weight:bold;
    color: #ffffff;
  }
  .third_two_div p{
    width: 1.5rem;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.3rem;
    text-align: center;
    margin-top: 0.3rem;
  }
  .third_two_div a{
    margin-top: 0.35rem;
    display: flex;
  }
  .third_two_div a img{
    display: block;
    width: 0.24rem;
  }
}
@media screen and (max-width: 750px){
  #first{
    width: 100%;
    padding: 1rem 0;
  }
  .first{
    width: calc(100% - 0.6rem);
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0.3rem;
  }
  .first_left{
    width: 100%;
    height: 5.8rem;
    position: relative;
    overflow: hidden;
  }
  .first_left img:nth-child(1){
    width: 6.9rem;
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 5;
  }
  .first_left img:nth-child(2){
    width: 3.6rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: -100%;
    z-index: 6;
  }
  @keyframes firstact01{
    0%{left: -100%;}
    80%{left: 5%;}
    100%{left: 0;}
  }
  @keyframes firstact02{
    0%{right: -100%;}
    80%{right: 5%;}
    100%{right: 0%;}
  }
  .first_right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .first_right li:nth-child(1){
    font-size: 0.3rem;
    color: #2961b4;
  }
  .first_right li:nth-child(2){
    font-size: 0.38rem;
    font-weight:bold;
    color: #2961b4;
    margin-top: 0.24rem;
  }
  .first_right li:nth-child(3) p{
    width: 6rem;
    line-height: 0.44rem;
    font-size: 0.28rem;
    color: #333333;
    margin-top: 0.45rem;
  }
  .first_right li:nth-child(4){
    /* width: 1.28rem; */
    border-top: 0.01rem solid #333333;
    border-bottom: 0.01rem solid #333333;
    margin-top: 0.6rem;
  }
  .first_right li:nth-child(4) a{
    padding: 0.3rem 0.5rem;
    display: flex;
    align-items: center;
  }
  .first_right li:nth-child(4) a span{
    font-size: 0.24rem;
    color: #333333;
    display: block;
  }
  .first_right li:nth-child(4) a img{
    display: block;
    width: 0.1rem;
    margin-left: 0.23rem;
  }

  /* second */
  #second{
    width: 100%;
    height: 8.2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .second{
    width: 50%;
    height: 50%;
    max-height: 314px;
  }
  .second_img{
    display: none;
  }
  .second ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .second ul li:nth-child(1){
    font-size: 0.26rem;
    margin-top: 0.78rem;
    font-weight:bold;
    letter-spacing: 0.03rem;
  }
  .second ul li:nth-child(2){
    font-size:0.24rem;
    margin-top: 0.3rem;
  }
  .second ul li:nth-child(3){
    margin-top: 0.32rem;
  }
  .second ul li:nth-child(3) img{
    width: 1.1rem;
    display: block;
  }
  .second ul li:nth-child(4){
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .second ul li:nth-child(4) a{
    width: 76%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: rgb(41, 97, 180);
    font-size: 0.26rem;
    color: #ffffff;
    display: block;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    background: linear-gradient(50deg, #2961b4,#50b0ff);
  }

  /* third */
  #third{
    width: 100%;
    margin-top: 1.04rem;
  }
  .third{
    width: 6.9rem;
    margin: auto;
  }
  .third_title{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .third_title span{
    font-size: 0.28rem;
    color: #000000;
  }
  .third_title p{
    font-size: 0.36rem;
    font-weight:bold;
    color: #000000;
    margin-top: 0.21rem;
  }
  .third_one{
    width: 100%;
    margin-top: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .third_one_left{
    width: 5.56rem;
    height: 2.55rem;
    padding: 0.79rem 0.84rem 0.88rem 0.5rem;
    background-color: #2961b4;
  }
  .third_one_left li:nth-child(1){
    font-size: 0.24rem;
    font-weight:bold;
    color: #ffffff;
  }
  .third_one_left li:nth-child(2) p{
    display: block;
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.35rem;
    color: #ffffff;
    margin-top: 0.27rem;
  }
  .third_one_left li:nth-child(3){
    margin-top: 0.35rem;
  }
  .third_one_left li:nth-child(3) a{
    display: flex;
    align-items: center;
  }
  .third_one_left li:nth-child(3) a span{
    color: #8FC55C;
    font-size: 0.28rem;
  }
  .third_one_left li:nth-child(3) a img{
    display: block;
    width: 0.3rem;
    margin-left: 0.28rem;
  }
  .third_one_right{
    width: 6.9rem;
    height: 3.32rem;
    position: relative;
    background-color: #F6F6F6;
  }
  .third_one_right img{
    display: block;
    width: 5.8rem;
    position: absolute;
    bottom: -0.13rem;
    left: 0.6rem;
  }
  .third_two{
    margin-top: 0.53rem;
    width: 6.9rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .third_two_ul{
    height: 3.5rem;
    padding: 0.1rem 0.23rem;
    border-right: 0.01rem solid #DDDDDD;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.3rem;
  }
  .third_two_ul:last-of-type{
    border:none;
    padding-right: 0;
  }
  .third_two_ul:nth-child(1){
    padding-left: 0;
  }
  .third_two_ul:nth-child(2n){
    border-right: none;
  }
  .third_two_ul:nth-child(3){
    height: 3.4rem;
    padding-left: 0;
  }
  .third_two_ul li:nth-child(1) img{
    width: 0.4rem;
    display: block;
  }
  .third_two_ul li:nth-child(2){
    margin-top: 0.3rem;
    color: #333333;
    font-size: 0.36rem;
  }
  .third_two_ul li:nth-child(3){
    margin-top: 0.25rem;
  }
  .third_two_ul li:nth-child(3) p{
    display: block;
    width: 3.1rem;
    text-align: center;
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.36rem;
  }
  .third_two_ul:nth-child(1) li:nth-child(4){
    border-top: 0.01rem solid #707070;
    border-bottom: 0.01rem solid #707070;
    margin-top: 0.29rem;
  }
  .third_two_ul:nth-child(1) li:nth-child(4) a{
    display: block;
    padding: 0.22rem 0.4rem;
    font-size: 0.28rem;
    color: #666666;
  }
  .third_two_ul:nth-child(2) li:nth-child(4){
    margin-top: 0.25rem;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p{
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.4rem;
    text-align: center;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p:nth-child(2){
    font-size: 0.28rem;
    color: #333333;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p:nth-child(3){
    font-size: 0.28rem;
    color: #333333;
  }
  .third_two_ul:nth-child(2) li:nth-child(4) p:nth-child(4){
    color: #666666;
  }
  .third_two_ul:nth-child(3) li:nth-child(3) p{
    width: 3.35rem;
    font-size: 0.28rem;
  }
  .third_two_ul:nth-child(3) li:nth-child(4){
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.26rem;
  }
  .third_two_ul:nth-child(3) li:nth-child(4) span{
    font-size: 0.28rem;
    color: #999999;
  }
  .third_two_ul:nth-child(3) li:nth-child(4) p{
    font-size: 0.35rem;
    color: #000000;
    font-weight: bold;
    margin-top: 0.2rem;
    white-space: nowrap;
  }
  .third_two_div{
    padding: 0.45rem 0.35rem 0.3rem 0.35rem;
    background-color: #8FC55C;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0.5rem;
  }
  .third_two_div span{
    font-size: 0.36rem;
    font-weight: bold;
    color: #ffffff;
  }
  .third_two_div p{
    width: 2rem;
    font-size: 0.28rem;
    color: #ffffff;
    line-height: 0.4rem;
    text-align: center;
    margin-top: 0.26rem;
    display: none;
  }
  .third_two_div a{
    margin-top: 0.5rem;
    display: flex;
  }
  .third_two_div a img{
    display: block;
    width: 0.4rem;
  }
  .content_ul li:nth-child(5) {
     margin-bottom: 15px;
  }
  .content_ul li:nth-child(5) a span{
      font-size: 0.24rem;
    }
}