.homeuae{
    display: block;
    padding: 70px 0 20px 0;
    background-color: #10408C;
}
.homeuae .zs-wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homeuae .text{
    flex: 0 0 750px;
    width: 750px;
    color: #FFF;
    line-height: 1;
}
.homeuae .title{
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(180deg, #FFFFFF 0%, #9DC3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.homeuae .desc{
    padding-top: 30px;
    font-size: 24px;
}
.homeuae .subtitle{
    padding-top: 30px;
    font-size: 24px;
}
.homeuae .btn{
    margin-top: 50px;
}
.homeuae .btn a{
    display: block;
    width: 232px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #FFF;
    background: #B81C25;
    border-radius: 14px;
}
.homeuae .btn a:hover{
    color: #B81C25;
    background: #FFF;
}
.homeuae .pic {
    flex: 0 0 654px;
    width: 654px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeuae .pic li{
    display: block;
    width: 208px;
    height: 108px;
    position: relative;
    margin: 0 0 10px 10px ;
}
.homeuae .pic li .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 110px;
    text-align: center;
    color: #CBDBF5;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}
.homeuae .pic li img{
    position: relative;
    z-index: 1;
    transition: all 0.35s;
    width: 100%;
    height: 100%;
}
.homeuae .pic li:hover .text{
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.3);
}
.homeservice{
    display: block;
    padding: 50px 0;
}
.homeservice ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 15px;
}
.homeservice li{
    display: block;
    width: 337px;
    height: 265px;
    padding: 25px 30px;
    margin-bottom: 30px;
    margin-right: 30px;
    background-color: #f3f3f1;
    border-radius: 20px;
    text-align: center;
}
.homeservice li:hover{
    background-color: #B81C25;
}
.homeservice li:nth-child(4n) {
    margin-right: 0;
}
.homeservice li .icon{
    display: block;
    width: 100%;
    height: 50px;
}
.homeservice li .icon img{
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.homeservice li:hover .icon img{
    display: none;
}
.homeservice li .icon img.hover{
    display: none;
}
.homeservice li:hover .icon img.hover{
    display: block;
}
.homeservice li .title{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-top: 15px;
}
.homeservice li:hover .title a,.homeservice li:hover .desc{
    color: #FFF;
}
.homeservice li .desc{
    font-size: 16px;
    height: 75px;
    color: #6E6E6E;
    line-height: 1.6;
    margin-top: 10px;
    overflow: hidden;
}
.homeservice li .link{
    display: block;
    padding-top: 10px;
}
.homeservice li .link a{
    font-size: 16px;
    color: #10408C;
}
.homeservice li:hover .link a{
    color: #FFF;
}
.homeservice li:last-child{
    padding-top: 80px;
}
.homeincorporation{
    padding: 50px 0 50px 0;
    background-color:#10408C;
}
.homeincorporation .hetitle{
    padding-bottom: 50px;
    color: #FFF;
}
.homeincorporation .hetitle .title{
    font-size: 48px;
    text-align: center;
    line-height: 1;
    padding-bottom: 20px;
}
.homeincorporation .hetitle .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homeincorporation .hetitle .subtitle{
    flex: 0 0 35%;
    width: auto;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    background: linear-gradient(0deg, #FFFFFF 0%, #9DC3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.homeincorporation .hetitle .desc{
    flex: 0 0 65%;
    width: 65%;
    font-size: 16px;
    line-height: 1.8;
}
.homeincorporation-list{
    
}
.homeincorporation-list ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeincorporation-list li{
    display: block;
    width: 380px;
    height: 535px;
    margin: 0 39px;
    padding: 5px;
    background: linear-gradient(180deg, #2B3FFF, #B81C25);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.homeincorporation-list li .pic{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
}
.homeincorporation-list li .text{
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px 5px;
    padding: 45px 20px 20px 20px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 120;
    color: #FFF;
    line-height: 1;
    border-radius: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.35s;
}
.homeincorporation-list li:hover .text{
    background-color: #011E4A;
}
.homeincorporation-list li .title{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: normal;
    padding-bottom: 20px;
    transition: all 0.35s;
}
.homeincorporation-list li:hover .title{
    display: block;
    height: auto;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}
.homeincorporation-list li .conbox{
    display: none;
    transition: all 0.35s;
}
.homeincorporation-list li:hover .conbox{
    display: block;
}
.homeincorporation-list li .subtitle{
    font-size: 16px;
    padding-bottom: 20px;
}
.homeincorporation-list li .price{
    font-size: 48px;
    font-weight: bold;
}
.homeincorporation-list li .desc{
    display: block;
    padding-left: 70px;
    padding-top: 10px;
    font-size: 16px;
    text-align: left;
}
.homeincorporation-list li .desc span{
    color: #ffb400;
    padding-right: 8px;
}
.homeincorporation-list li .desc p{
    margin: 20px 0;
}
.homeincorporation-list li .btn a{
    display: block;
    margin: 0 auto;
    width: 190px;
}
.homeincorporation-list li .btn a:hover{
    background-color: #FFF;
    color: #B81C25;
}
.business-package{
    padding-top: 70px;
    color: #FFF;
    text-align: center;
    line-height: 1;
}
.business-package .title{
    font-size: 48px;
    padding-bottom: 33px;
}
.business-package .btn{
    padding-bottom: 33px;
}
.business-package .btn a{
    margin: 0 auto;
}
.business-package .btn a:hover{
    background-color: #FFF;
    color: #B81C25;
}
.business-package .text{
    font-size: 24px;
}
.bp-box{
    width: 1300px;
}
.bp-list{
    padding-top: 36px;
}
.bp-list ul{
    display: flex;
    justify-content: center;
}
.bp-list li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 85px;
    margin: 0 0;
    border-radius: 10px;
}
.bp-list li:hover{
    background-color: rgba(255, 255, 255, 0.1);
}
.bp-list li img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.homeprofile{
    display: block;
    padding: 60px 0;
    background: linear-gradient(90deg, #FFCFD2, #C5DBFF);
}
.homeprofile .zs-wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homeprofile .profile-desc{
    flex: 0 0 345px;
    width: 345px;
}
.homeprofile .profile-desc .text{
    padding-top: 20px;
    font-size: 16px;
    line-height: 2;
}
.homeprofile .profile-desc .btn{
    margin-top: 80px;
}
.homeprofile .profile-desc .btn a:hover{
    background-color: #FFF;
    color: #B81C25;
}
.homeprofile-list{
    flex: 0 0 1020px;
    width: 1020px;
}
.homeprofile-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeprofile-list li{
    display: block;
    width: 310px;
    height: 250px;
    padding: 25px 30px;
    margin-bottom: 10px;
    margin-left: 30px;
    text-align: center;
}
.homeprofile-list li:hover{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}
.homeprofile-list li .icon{
    display: block;
    width: 100%;
    height: 65px;
}
.homeprofile-list li .icon img{
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.homeprofile-list li .number{
    font-size: 44px;
    font-weight: bold;
}
.homeprofile-list li .title{
    font-size: 24px;
    font-weight: bold;
    color: #104EA9;
    line-height: 1;
    padding-top: 5px;
}
.homeprofile-list li .desc{
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-top: 12px;
}
.homeprocess{
    display: block;
    padding: 70px 0 50px 0;
}
.homeprocess-list{
    display: block;
    padding-top: 10px;
}
.homeprocess-list ul{
    display: flex;
    position: relative;
}
.homeprocess-list ul::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 32px;
    height: 4px;
    width: 1200px;
    transform: translate(-50%, 0);
    background-color: #10408B;
    z-index: -1;
}
.homeprocess-list li{
    display: block;
    width: 250px;
    height: auto;
    margin: 0 18px;
    position: relative;
}
.homeprocess-list li::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 32px;
    height: 105px;
    width: 4px;
    transform: translate(-50%, 0);
    background-color: #10408B;
    z-index: -1;
}
.homeprocess-list li:hover::before{
    background-color: #B81C25;
}
.homeprocess-list li::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 132px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    transform: translate(-50%, 0);
    background-color: #10408B;
    z-index: -1;
}
.homeprocess-list li:hover::after{
    background-color: #B81C25;
}
.homeprocess-list li:nth-child(2n)::before{
    top: 67px;
}
.homeprocess-list li:nth-child(2n)::after{
    top: 167px;
}
.homeprocess-list li .icon{
    display: flex;
    width: 100%;
    max-height: 100px;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
}
.homeprocess-list li .icon img{
    display: inline-block;
    width: auto;
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
}
.homeprocess-list li .number{
    display: block;
    margin: 0 auto;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 48px;
    color: #FFF;
    border-radius: 50%;
    font-weight: bold;
    background-color: #10408B;
}
.homeprocess-list li:hover .number{
    background-color: #B81C25;
}
.homeprocess-list li .title{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-top: 75px;
    text-align: center;
}
.homeprocess-list li:hover .title{
    color: #B81C25;
}
.homeprocess-list li:nth-child(2n) .title{
    padding-top: 110px;
}
.homeprocess-list li .desc{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-top: 15px;
}
.homepartner{
    padding: 50px 0 80px 0;
}
.homepartner-list{
    padding-top: 20px;
}
.homepartner-list ul{
    display: flex;
    justify-content: center;
}
.homepartner-list li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 140px;
    border:2px solid #BEBEBE;
}
.homepartner-list li:hover{
    border:2px solid #B81C25; 
}
.homepartner-list li img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.homeblog{
    padding: 50px 0;
}
.homeblog-list{
    display: block;
    padding: 20px 0 10px 0;
    position: relative;
    z-index: 20;
}
.homeblog-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -18px 0 -18px;
}
.homeblog-list li{
    padding: 0 18px;
    width: 33.3%;
    margin-bottom: 36px;
}
.homeblog-list li .con{
    display: block;
    height: 485px;
    background-color: #f3f3f1;
    border-radius: 12px;
    position: relative;
    overflow: hidden;

}
.homeblog-list li .pic{
    display: flex;
    width: 100%;
    height: 305px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.homeblog-list li .pic a{
    display: block;
    width: 100%;
    height: 100%;
}
.homeblog-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.homeblog-list li:hover .pic img{
    transform: scale(1.05);
}
.homeblog-list li .text{
    display: block;
    padding: 25px 30px;
    text-align: left;
}
.homeblog-list li .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    padding-top: 0;
    height: 80px;
    padding-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.homeblog-list li .blog-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homeblog-list li .blog-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 115px;
    height: 47px;
    border-radius: 14px;
    font-weight: 600;
    border:1px solid #bdbecc;
}
.homeblog-list li .blog-btn a:hover{
    color: #FFF;
    border:none;
    background: #B81C25;
}
.homeblog-list li .blog-btn .time{
    display: flex;
    font-size: 16px;
    align-items: center;
}
.homeexpert{
    padding: 70px 0 60px 0;
}
.homeexpert-box{
    display: block;
    width: 1320px;
    margin-top:20px;
    min-height:475px;
    position: relative;
}
.homeexpert-list{
    display: block;
    width: 100%;
    min-height:475px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.homeexpert-list .swiper-slide{
    display: block;
    width: 410px;
    height: 475px;
    cursor: pointer;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.homeexpert-list .swiper-slide .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 50%;
    display: flex;
    color: #FFF;
    text-align: center;
    padding-bottom: 35px;
    background: linear-gradient(0deg, #000000, rgba(0,0,0,0));
    flex-direction: column;
    justify-content: flex-end;
}
.homeexpert-list .swiper-slide .text .title{
    font-size: 48px;
}
.homeexpert-list .swiper-slide .text .desc{
    font-size: 16px;
}
.homeexpert-list .swiper-slide .pic{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homeexpert-list .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.35s;
}
.homeexpert-list .swiper-slide:hover .pic img{
    transform: scale(1.1);
}
.homeevaluate-list{
    display: block;
    width: 1320px;
    position: relative;
}
.homeevaluate-list .swiper-slide{
    width: 295px;
    height: 366px;
    margin:32px 0 32px 0;
    position: relative;
}
.homeevaluate-list .swiper-slide .abox{
    position: relative;
    width: 100%;
    height: 100%;
    background: #F5F5FA;
    /*box-shadow: 0px 5px 20px 0px rgba(38,38,38,0.22);*/
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    padding: 28px 20px;
    z-index: 10;
}
.homeevaluate-list .swiper-slide .bg{
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -92px;
    display: block;
    width: 184px;
    height: 33px;
    background: linear-gradient(180deg, #082D5C, #10408C);
    /*box-shadow: 0px 5px 20px 0px rgba(38,38,38,0.22);*/
    border-radius: 14px;
    z-index: -10;
}
.homeevaluate-list .swiper-slide:nth-child(5n) {
    margin-right: 0;
}
.homeevaluate-list .swiper-slide .pic{
    display: block;
    margin: 0 auto;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    overflow: hidden;
}
.homeevaluate-list .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeevaluate-list .swiper-slide .text{
    padding: 12px 0 0 0;
    text-align: center;
    line-height: 1;
}
.homeevaluate-list .swiper-slide .title{
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}
.homeevaluate-list .swiper-slide .star{
    font-weight: 400;
    font-size: 16px;
    color: #FF9900;
    padding-top: 10px;
}
.homeevaluate-list .swiper-slide .desc{
    font-size: 16px;
    color: #000000;
    line-height: 1.56;
    padding-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.homeevaluate-list .swiper-slide .btn{
    position: absolute;
    bottom: 28px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.homeevaluate-list .swiper-slide .btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 120px;
    height: 32px;
    font-size: 16px;
    color: #564E67 !important;
    background-color: transparent;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #564E67;
}
.homeevaluate-list .swiper-slide .btn a:hover{
    color: #FFF !important;
    background-color: #b81c25;
    border: 1px solid #b81c25;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.homeuae {
    padding: 30px 0 20px 0;
}
.homeuae .zs-wp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
}
.homeuae .text {
    flex: auto;
    width: 100%;
    color: #FFF;
    line-height: 1.35;
    margin-bottom: 25px;
}
.homeuae .title {
    font-size: 24px;
}
.homeuae .desc {
    padding-top: 15px;
    font-size: 16px;
}
.homeuae .subtitle {
    padding-top: 15px;
    font-size: 16px;
}
.homeuae .btn {
    margin-top: 20px;
}
.homeuae .btn a {
    min-width: auto;
    padding: 0 0;
    margin: 0 0;
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 10px;
}
.homeuae .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homeuae .pic li {
    display: block;
    width: 31.5%;
    height: 90px;
    position: relative;
    margin: 0 0 10px 0;
}
.homeuae .pic li img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: all 0.35s;
}
.homeuae .pic li .text {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 90px;
}
.homeincorporation {
    padding: 30px 0 30px 0;
}
.homeincorporation .hetitle {
    padding-bottom: 30px;
}
.homeincorporation .hetitle .text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
}
.homeincorporation .hetitle .subtitle {
    flex: 0 0 100%;
    width: 100%;
    font-size: 24px;
}
.homeincorporation .hetitle .desc {
    flex: 0 0 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 10px;
}
.homeincorporation-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.homeincorporation-list li {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.homeincorporation-list li .desc {
    padding-top: 5px;
    font-size: 16px;
    text-align: left;
}
.homeincorporation-list li .desc p {
    margin: 15px 0;
}
.homeincorporation-list li .price {
    font-size: 48px;
}
.homeincorporation-list li .title {
    font-size: 24px;
}
.business-package {
    padding-top: 30px;
}
.business-package .title {
    font-size: 16px;
    padding-bottom: 25px;
}
.business-package .text {
    font-size: 16px;
}
.homeservice {
    display: block;
    padding: 30px 0;
    margin-bottom: -20px;
}
.homeservice ul {
    padding-top: 0;
}
.homeservice li {
    width: 48.5%;
    height: auto;
    padding: 15px 12px;
    margin-bottom: 15px;
    margin-right: 3% !important;
    border-radius: 10px;
}
.homeservice li:nth-child(2n) {
    margin-right: 0 !important;
}
.homeservice li .title {
    font-size: 16px;
    padding-top: 10px;
}
.homeservice li .desc {
    font-size: 16px;
    height: auto;
    line-height: 1.6;
    margin-top: 5px;
}
.homeservice li .link a {
    font-size: 16px;
}
.homeprofile {
    padding: 30px 0;
}
.homeprofile .zs-wp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.homeprofile .profile-desc .text {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.8;
}
.homeprofile .profile-desc {
    flex: auto;
    width: 100%;
    text-align: center;
}
.homeprofile .profile-desc img{
    max-width: 60%;
}
.homeprofile .profile-desc .btn {
    margin: 20px auto 0 auto;
}
.homeprofile .profile-desc .btn a{
    display: block;
    margin: 0 auto 0 auto;
}
.homeprofile-list {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 30px;
}
.homeprofile-list li {
    width: 48.5%;
    height: auto;
    padding: 15px 10px;
    margin-bottom: 0;
    margin-left: 0;
}
.homeprofile-list li .icon {
    height: 55px;
}
.homeprofile-list li .number {
    font-size: 24px;
}
.homeprofile-list li .title {
    font-size: 16px;
    padding-top: 0;
}
.homeprofile-list li .desc {
    font-size: 16px;
    margin-top: 10px;
}
.homeprocess {
    padding: 30px 0 10px 0;
}
.homeprocess-list ul {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
}
.homeprocess-list ul::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    height: 100%;
    width: 4px;
    transform: translate(0, 0);
}
.homeprocess-list li {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 50px;
    margin: 0 0 18px 0;
    position: relative;
}
.homeprocess-list li .number {
    position: absolute;
    left: 0;
    margin: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    border-radius: 50%;
}
.homeprocess-list li .title {
    font-size: 16px;
    padding-top: 8px !important;
    margin-top: 0;
}
.homeprocess-list li:nth-child(2n) .title {
    padding-top: 0;
}
.homeprocess-list li::before {
    left: 22px;
    top: 20px !important;
    height: 4px;
    width: 45px;
    transform: translate(0, 0);
}
.homeprocess-list li::after {
    left: 65px;
    top: 17px !important;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    transform: translate(0, 0);
}
.homeprocess-list li .desc {
    font-size: 16px;
    padding: 0 10px 0 10px;
    margin-top: 15px;
}

.homeexpert {
    padding: 35px 0 30px 0;
}
.homeexpert-box{
    width: 92%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 20px;
}
.homeexpert-list .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
}
.homeexpert-list {
    width: 100%;
    min-height: auto;
}
.homeexpert-list .swiper-slide .text .title {
    font-size: 24px;
}
.homeexpert-list .swiper-slide .text .desc {
    font-size: 13px;
}
.homeexpert-list .swiper-slide .text {
    padding-bottom: 15px;
}
.homepartner {
    padding: 0 0 35px 0;
}
.homepartner-list {
    padding-top: 0;
}
.homepartner-list li {
    height: 90px;
}
.homeevaluate-list {
    display: block;
    position: relative;
    width: 92%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 20px;
}
.homeevaluate-list .swiper-slide .desc {
    font-size: 16px;
    line-height: 1.56;
    padding-top: 10px;
}
.homeevaluate-list .swiper-slide .btn a {
    width: 120px;
    height: 32px;
    font-size: 16px;
    border-radius: 10px;
}
.homeevaluate-list .swiper-slide .title {
    font-size: 16px;
}
.homeblog {
    padding: 0 0 20px 0;
}
.homeblog-list {
    padding: 0 0 0 0;
}
.homeblog-list ul {
    margin: 0;
}
.homeblog-list li {
    padding: 0 0;
    width: 100%;
    margin-bottom: 15px;
}
.homeblog-list li .con {
    height: auto;
    border-radius: 10px;
}
.homeblog-list li .pic {
    width: 100%;
    height: 200px;
}
.homeblog-list li .text {
    padding: 15px 15px;
}
.homeblog-list li .title {
    font-size: 16px;
    line-height: 1.35;
    padding-top: 0;
    height: auto;
}
.homeblog-list li .blog-btn a {
    width: 115px;
    height: 32px;
    border-radius: 10px;
}
.bp-box {
    width: 92%;
}
.bp-list li {
    width: 170px;
    height: 65px;
    border-radius: 10px;
}

}