.bannerMain{
    width: 100%;
    height: 500px;
    position: relative;
    background:url(../img/seriesOfSolve/banner_bg.png);
}
.bannerMain .tu{
    /*position: absolute;*/
    /*right: 0px;*/
    /*bottom: 0px;*/
    object-fit: contain;
    width: 100%;
    height: 450px;
    z-index: 1;
    margin-left: 150px;
}
.bannerMain .title{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 30px;
    padding: 0px;
    text-align: unset;
}
.bannerMain .introduce{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    margin-bottom: 30px;
}
.bannerMain .consult{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #0099ff;
    font-size: 16px;
    margin-top: 60px;
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    align-items: center;
}
.bannerMain .consult .icon{
    width: 20px;
    height: 22px;
}
.bannerMain .about_banner_detail{
    width: 1200px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50% , 50%);
    box-shadow: 0px 4px 21px 0px rgba(139,139,139,0.17);
    border-radius: 16px;
    padding: 30px 40px;
    background-color: #fff;
}
.bannerMain .about_banner_detail .about_banner_detail_Num{
    font-size: 40px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-right: 6px;
}
.bannerMain .about_banner_detail .about_banner_detail_Years{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
}
.bannerMain .about_banner_detail .about_banner_detail_name{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.section1{
    padding: 0px;
}
.section1 .title , .section2 .title , .section3l .title , .section4l .title , .section5 .title{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 40px;
    text-align: center;;
}

.section1 .introduce{
    font-size: 14px;
    line-height: 45px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    margin-bottom: 40px;
}

.section1 .tu{
    width: 100%;
    object-fit: contain;
}
.section2 {
    padding: 40px 0 0;
    background:linear-gradient(180deg, #fff, #eff8ff);
    position: relative;
}
.section2 .title_detail{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    line-height: 52px;
    /*margin-left: 32px;*/
}
.section2 .development_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    
}
.section2 .bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}
.section2 .con_bg{
    width: 100%;
    object-fit: cover;
}
.section3l {
    padding: 40px 0;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.section3l .Development{
    height: auto;
    padding: 30px;
}
.section3l .Development_item{
    padding: 30px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 21px 0px rgba(139,139,139,0.17);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section3l .Development_item .tu{
    width: 130px;
    object-fit: contain;
    margin-right: 30px;
}
.section3l .Development_item .Development_name{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    margin-bottom: 20px;
     margin-top: 20px;
}
.section3l .Development_item .Development_information{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
}
.section14 .swiper-button-next:after, .swiper-button-prev:after{
     font-size: 40px !important;
}
.swiper-button-prev{
    left: -50px !important;
}
.swiper-button-next{
    right: -50px !important;
}
.btn_bg{
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: -1;
}
.section4l {
    padding: 100px 0;
    background-color: #EFF8FF;
}
.section4l .company{
    height: auto;
    /* padding: 30px; */
}
.section4l .company .company_item{
    padding: 40px 45px 30px;
    position: relative;
}
.section4l .company .company_item .bg1{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.section4l .company .company_item .company_item_name{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 90px;
    z-index: 5;
}
.section4l .company .company_item .company_item_information{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 20px;
    z-index: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.section4l .company .company_item .company_item_btn{
    background-color: transparent;
    cursor: pointer;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 4px 8px;
    /* float: right; */
    z-index: 5;
}
.section4l .company .company_item .company_item_btn .icon-xiangyoujiantou{
    font-size: 12px;
    line-height: 20px;
    margin-left: 4px;
}
.section4l .company .company_item .bg_color{
    background: linear-gradient(180deg,rgb(161, 196, 253 ,0.2 ),rgb(78, 143, 209 ,0.8) );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.section5 {
    padding: 40px 0;
    background:linear-gradient(180deg, #fff, #eff8ff);
}

.section5 .Head_office{
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    margin-bottom: 30px;
}
.section5 .Message{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
}
.section5 #container1{
    margin-top: 100px;
    width: 600px;
    height: 500px;
}
.section5 #container2{
    margin-top: 100px;
    width: 500px;
    height: 500px;
}
.section14 {
    background-color: #5c90e3;
    width: 100%;
    background-image: url("../img/OverseasPosition/bg4.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 0px 40px;
    background-size: 100% 100%;
}
.section14 .title{
    font-size: 30px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.section14 .swiper{
    width: 100%;
    height: auto;
}
.section14 .swiper .company{
    background-color: #fff;
    padding: 60px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border-radius: 20px;
}
.section14 .swiper .company .logo{
    padding: 30px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 2px rgb(190, 199, 211 ,0.75);
}
.section14 .swiper .company .logo img{
    width:  100px;
    height: 100px;
    object-fit: scale-down;
}
.section14 .swiper .company .company_introduce{
    width: 500px;
    position: relative;
}
.section14 .swiper .company .company_introduce h1{
    font-size: 24px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    margin-bottom: 10px;
}
.section14 .swiper .company .company_introduce p{
    font-size: 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
}
.section14 .swiper .company .company_introduce .company_introduce_vertical{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}
.section14 .swiper .company .company_introduce .marks1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}
.section14 .swiper .company .company_introduce .marks2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
}
.section14 .swiper-button-next, .section14 .swiper-button-prev{
    color: #fff !important;
}
.bannerMain_Activity{
    width: 100%;
    height: 500px;
    position: relative;
}
.bannerMain_Activity .tu{
    position: absolute;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    width: 100%;
    height: 650px;
    z-index: -1;
}
.bannerMain_Activity .title{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #fff;
    text-align: unset;
    margin-bottom: 30px;
}
.bannerMain_Activity .introduce{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.bannerMain_Activity .consult{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #0099ff;
    font-size: 16px;
    margin-top: 60px;
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    align-items: center;
}
.bannerMain_Activity .consult .icon{
    width: 20px;
    height: 22px;
}
.bannerMain_Activity .about_banner_detail{
    width: 1200px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50% , 50%);
    box-shadow: 0px 4px 21px 0px rgba(139,139,139,0.17);
    border-radius: 16px;
    padding: 30px 40px;
    background-color: #fff;
}
.bannerMain_Activity .about_banner_detail .about_banner_detail_Num{
    font-size: 40px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-right: 6px;
}
.bannerMain_Activity .about_banner_detail .about_banner_detail_Years{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
}
.bannerMain_Activity .about_banner_detail .about_banner_detail_name{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.section1_Activity{
    /*padding: 40px 0;*/
    background-color: #fff;
}
.section1_Activity .title , .section2_Activity .title {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 60px;
}
.section1_Activity .newest_Activity{
    background: #FFFFFF;
    border-radius: 16px;
    padding: 10px 16px 55px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    cursor: pointer;
    /* position: relative; */
}
.section1_Activity .newest_Activity .newest_Activity_bg{
    width: 100%;
    height: 400px;
}
.section1_Activity .newest_Activity .newest_Activity_bg .bg{
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}
.section1_Activity .newest_Activity .newest_Activity_name{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    margin-bottom: 12px;
    transition: ease all 0.3s;
}
.section1_Activity .newest_Activity:hover .newest_Activity_name{
    color: #0099ff;
    transition: ease all 0.3s;
}
.section1_Activity .newest_Activity .newest_Activity_imformation{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.75;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.section1_Activity .newest_Activity .newest_Activity_time{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.75;
}
.btn_chance{
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    /* float: right; */
}
.btn_chance .icon-xiangyoujiantou{
    font-size: 14px;
    line-height: 17px;
    color: #0099ff;
    line-height: 22px;
}
.section2_Activity{
    padding: 40px 0;
    background: linear-gradient(180deg, #EFF8FF, #FFFFFF);
}
.section2_Activity .Review{
    width: 100%;
    height: auto;
}
.section2_Activity .Review .Review_item{
    background: #FFFFFF;
    border: 1px solid #EEF0F2;
    padding: 42px 50px 46px;
}
.section2_Activity .Review .Review_item .tu{
    width: 100%;
    object-fit: scale-down;
    height: 170px;
    margin-bottom: 15px;
}
.section2_Activity .Review .Review_item .Review_item_name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    margin-bottom: 12px;
    -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;

}
.section2_Activity .Review .Review_item .Review_item_detail{
   font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.75;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section2_Activity .Review .Review_item .Review_item_btn{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #0099ff;
    cursor: pointer;
    width: 100%;
    line-height: 50px;
    text-align: center;
}
.bannerMain_News{
    width: 100%;
    height: 650px;
    position: relative;
}
.bannerMain_News .tu{
    position: absolute;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    width: 100%;
    height: 650px;
    z-index: -1;
}
.bannerMain_News .title{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #fff;
    text-align: unset;;
    margin-bottom: 30px;
}
.bannerMain_News .introduce{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.bannerMain_News .consult{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #0099ff;
    font-size: 16px;
    margin-top: 60px;
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    align-items: center;
}
.bannerMain_News .consult .icon{
    width: 20px;
    height: 22px;
}
.bannerMain_News .News_banner_detail{
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50% , 50%);
    box-shadow: 0px 4px 21px 0px rgba(139,139,139,0.17);
    padding: 26px 40px 0;
    background-color: #fff;
}

.bannerMain_News .News_banner_detail .News_banner_detail_item{
    padding: 0 40px 26px;
    cursor: pointer;
}
.bannerMain_News .News_banner_detail .News_banner_detail_item.active{
    border-bottom: 4px solid #0099ff;
    
}
.bannerMain_News .News_banner_detail .icon_tu{
    width: 70px;
    height: 70px;
    display: flex;
    margin: 0 auto 10px;
}
.bannerMain_News .News_banner_detail .News_banner_detail_title{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #16181A;
}
.bannerMain_News .News_banner_detail .News_banner_detail_title.active{
    color: #0099ff;
}
.section1_News{
    padding: 100px 0;
}
.section1_News .title{
    font-size: 32px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 30px;
}
.section1_News .line{
    width: 2px;
    height: 28px;
    background: #505668;
    opacity: 0.5;
    margin-right: 30px;
    margin-top: 0px;
    position: relative;
    top: 0px;
}
.section1_News .icon_btn{
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.section1_News .News_item{
    width: 370px;
    background: #FFFFFF;
    border: 1px solid #EEF0F2;
    padding: 20px 45px 20px;
    transition: ease all 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
}
.section1_News .News_item:hover {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    transform: translateY(-10px);
    transition: ease all 0.3s;
}
.section1_News .News_item .News_item_tu{
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 10px;
    transition: ease all 0.3s;
}
.section1_News .News_item:hover .News_item_tu{
    transform: scale(1.1);
    transition: ease all 0.3s;
}
.section1_News .News_item .News_item_time{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: rgb(81, 83, 98 ,0.75);
    margin-bottom: 10px;
}
.section1_News .News_item .News_item_name{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    margin-bottom: 30px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     text-overflow: ellipsis;

}
.section1_News .News_item .News_item_detail{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.75;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.section1_News .active .News_item_detail{
    width: 850px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.75;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.section1_News .News_item.active{
    width: 100%;
    background: #FFFFFF;
    border: none;
    border-bottom: 1px solid rgb(81, 83, 98 ,0.1);
    padding: 30px 0;
    transition: ease all 0.3s;
    cursor: pointer;
    /* margin-bottom: 40px; */
    position: relative;
}
.section1_News .News_item.active:hover {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0);
    transform: translateY(0px);
    transition: ease all 0.3s;
}
.section1_News .News_item.active .News_item_tu{
    width: 360px;
    height: 100%;
    object-fit: inherit;
    transition: ease all 0.3s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section1_News .News_item.active .News_item_time{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.75;
    margin-bottom: 25px;
}
.section1_News .News_item.active .News_item_name{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    margin-bottom: 20px;
}
.section1_News_details{
    padding: 30px 0;
}
.section1_News_details .back_btn{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #515362;
    opacity: 0.75;
    background-color: transparent;
    cursor: pointer;
    border: none;
    padding: 4px 8px;
    /* float: right; */
    z-index: 5;
}
.section1_News_details .icon-xiangyoujiantou{
    font-size: 12px;
    line-height: 22px;
    margin-left: 4px;
}
.section1_News_details .back_title{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #515362;
    margin-left: 5px;
    line-height: 28px;
    cursor: pointer;
}
.section1_News_details .back_title:hover{
     color: #0099ff;
}
 .article-conntent{
        font-size: 18px;
        line-height: 34px;
        font-family: Source Han Sans SC !important;
        font-weight: 500;
        color: #515362;
        /*opacity: 0.75;*/
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(81, 83, 98 ,0.1);
        margin-bottom: 18px;
    }
   
      .article-conntent p span {
        font-family: Source Han Sans SC !important;
          color: #515362 !important;
    }
.section1_News_details .Article{
    width: 870px;
     font-family: "Source Han Sans SC", Arial, sans-serif;
    line-height: 1.5;
}
.section1_News_details .Article_title{
    font-size: 28px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #020203;
    margin-bottom: 22px;
}
.section1_News_details .Article_Name{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #515362;
    opacity: 0.75;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(81, 83, 98 ,0.1) ;
    margin-bottom: 18px;
}
.section1_News_details .Article_Content{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #5F6464;
    line-height: 30px;
}
.section1_News_details .Article img{
    width: 600px;
    object-fit: contain;
    margin: 20px 0;
}
.section1_News_details .Recommend{
    width: 280px;
}
.section1_News_details .Popular_Recommend{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEF0F2;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    padding: 24px 32px;
    margin-bottom: 42px;
}
.section1_News_details .Popular_Recommend_title{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    margin-bottom: 22px;
}

.section1_News_details .Popular_icon{
    width: 12px;
    height: 16px;
    margin-right: 6px;
}
.section1_News_details .Popular_title{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.75;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}
.section1_News_details .Scheme_Recommend{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEF0F2;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    padding: 24px 0px;
    margin-bottom: 42px;
}
.section1_News_details .Scheme_Recommend{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEF0F2;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    padding: 24px 0px;
    margin-bottom: 42px;
}
.section1_News_details .Scheme_Recommend_item{
    padding: 5px 30px;
    display: flex;
}
.section1_News_details .Scheme_Recommend_item:hover{
    background: rgb(233, 241, 246,0.5);
}
.section1_News_details .Popular_Recommend_title2{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    margin-bottom: 22px;
    margin-left: 30px;
}
.section1_News_details .Scheme_icon{
    width: 36px;
    height: 30px;
    margin-right: 18px;
}
.section1_News_details .Scheme_Recommend_name{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    line-height: 30px;
}
.section4l .Product{
    height: fit-content;
}
.section4l .section8_item{
    background: #F8FCFE;
    border: 2px solid #FFFFFF;
    border-radius: 16px;
    padding: 40px 50px 35px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.section4l .section8_item .section8_item_title{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    /* line-height: 30px; */
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(137, 138, 147 ,0.15);
}
.section4l .section8_item .section8_item_information{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    /* line-height: 30px; */
    padding-top: 10px;
    opacity: 0.75;
}
.section4l .section8_item .icon_tu{
    width: 75px;
    height: 75px;
}
.section42 {
    margin-bottom: 20px;
}
.section42 .Product{
    height: fit-content;
}
.section42 .section8_item{
    background: #F8FCFE;
    border: 2px solid #FFFFFF;
    border-radius: 16px;
    padding: 40px 50px 35px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.section42 .section8_item .section8_item_title{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    /* line-height: 30px; */
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(137, 138, 147 ,0.15);
}
.section42 .section8_item .section8_item_information{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    /* line-height: 30px; */
    padding-top: 10px;
    opacity: 0.75;
}
.section42 .section8_item .icon_tu{
    width: 75px;
    height: 75px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #0099ff !important;
}