*{
    box-sizing: border-box;
}

/* 建发房产——中国优秀的房地产投资运营服务商 */

.model1_box {
    display: flex;
    justify-content: center;
    align-items: center;    
    width: 100%;
    height: 290px;  
    background-image: url(https://files.yuanian.com/yuanian/page_image/2025/AL/jffc/model1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.model1_box_item{
    position: relative;
    width: 980px;
    height: 170px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.model1_box_item span{
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 20px;
    width: 38px;
    height: 7px;
    background: #E21D29;
}
.model1_box_item p {
    padding: 32px 51px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: justify;
}
.model1_box_item p  strong{
    font-size: 24px;
    line-height: 32px;
}
/*  */
.model2{
    padding-bottom: 60px;
    background: #F7F8FB;
}
.model2_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.model2_box .model2_box_item{
    width: 266px;
    height: 283px;
}
.model2_box .model2_box_item img{
    width: 58px;
    height: 58px;
}

.model2_box .model2_box_item{
    border-top: 4px solid #0245B7;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 22px 0px;
    backdrop-filter: blur(6px);
}
.model2_box .model2_box_item:nth-child(2n){
    border-top: 4px solid #D1161B;
}
.model2_box .model2_box_item:nth-child(odd):hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/2025/AL/jffc/fz-bg1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.model2_box .model2_box_item:nth-child(even):hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/2025/AL/jffc/fz-bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.model2_box .model2_box_item .model2_box_item_text{
    margin-top: 12px;
}
.model2_box .model2_box_item .model2_box_item_text > p:first-of-type{
    font-weight: 600;
    font-size: 17px;
    color: #323232;
    letter-spacing: 0;
}
.model2_box .model2_box_item .model2_box_item_text > p:nth-child(2){
    margin-top: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #3D485D;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}
.model2 .model2_p {
    margin: 0 auto;
    width: 945px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
}
/* model3 */

/* .model3{
    padding: 60px 0px;
} */
 .model3{
    padding: 60px 0px;
 }
.model3_content{
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    height: 428px;
}
.model3_content_left{
    width: 70%;
    height: 100%;
}
.model3_content_right{
    position: relative;
    padding: 58px 28px;
    width: 30%;
    /* height: 100%; */
    background: url(https://files.yuanian.com/yuanian/page_image/2024/0806-shdq/img5.png) no-repeat center center / cover;
}
.model3_content_right p{
    position: absolute;
    width: 283px;
    height: 300px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #323232;
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
    text-indent: 2em;
}
.model3_content_right p span{
    color: #01349d;
}
.model3_content_right h3{
    position: absolute;
    right: 27px;
    bottom: 33px;
    font-weight: 600;
    font-size: 16px;
    color: #0245B7;
    letter-spacing: 0;
    text-align: right;
    line-height: 24px;
    /* width: 160px; */
}

/* model4 */
.model4_content_data_p{
    margin: 0 auto;
    margin-bottom: 30px;
    width: 992px;
    color: #4e5d78;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}
 .model4{
    background-color: #F7F8FB;
 }
 .model4 h2{
    padding-bottom: 30px !important;
 }
 .model4_content h2 {
    margin: 0 auto;
    width: 689px;
    line-height: 40px;
}
.model4_content_data{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.model4_content_data_item {
    position: relative;
    padding: 30px 20px;
    width: 353px;
    height: 240px;
    background-image: linear-gradient(180deg, #E7EFFF 0%, #F5F8FF 18%, #FEFFFF 99%);
    box-shadow: -8px -8px 20px 0 #ffffff80, 8px 8px 20px 0 #3763aa1a;
}
.model4_content_data_item .model4_content_data_item_head img{
    width: 30px;
    height: 30px;
}
.model4_content_data_item > img{
    position: absolute;
    top: 75px;
    right: 18px;
    width: 105px;
    height: 130px;
}
.model4_content_data_item p{
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #323232;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}
.model4_content_data_item_head{
    display: flex;
    align-items: center;
}
.model4_content_data_item_head span{
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #1A253B;
    text-align: center;
}
.model4_content_data_item:hover::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #01349D;
}
.model4{
    padding-bottom: 60px;
}
/* model5 */
.model5{
    padding-bottom: 60px;
}
.model5 h2 {
    padding-bottom: 0px;
}

.model5 h2:nth-of-type(2) {
    padding-top: 8px;
}


.model5 p {
    margin: 0 auto;
    margin-top: 30px;
    width: 681px;
    height: 48px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}

.model5_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.model5_box {
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0806-shdq/img8.png);
    background-position: center;
    background-size: 539px 474px;
    background-repeat: no-repeat;
}

.model5_item {
    position: relative;
    width: 402px;
    height: 189px;
    background-image: linear-gradient(179deg, #F5F6F9 25%, #FEFFFF 99%);
    box-shadow: -8px -8px 20px 0 #ffffff80, 8px 8px 20px 0 #3763aa1a;
}

.model5_item span {
    display: inline-block;
    padding: 16px 0 0 20px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #323232;
    letter-spacing: 0;
    line-height: 25px;
}
.model5_item span:nth-of-type(2){
    padding-top: 0px;

}

.model5_item p {
    margin: 0;
    padding: 8px 30px 20px 32px;
    width: auto;
    height: auto;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}

.model5_item p::before {
    position: absolute;
    left: 20px;
    top: 57px;
    content: '';
    /* 伪元素需要content属性，即使它是空的 */
    display: inline-block;
    /* 让伪元素成为行内块级元素，从而可以控制其大小 */
    width: 6px;
    /* 小红点的宽度 */
    height: 6px;
    /* 小红点的高度 */
    background-color: red;
    /* 小红点的颜色 */
    border-radius: 50%;
    /* 将小红点变为圆形 */
    margin-right: 5px;
    /* 小红点与段落文本之间的间距 */
    vertical-align: middle;
    /* 如果需要，可以调整小红点的垂直对齐方式 */
}

.model5_item img {
    position: absolute;
    top: 0;
    right: 26px;
    width: 22px;
    height: 32px;
}

.model5_item i {
    position: absolute;
    font-style: normal;
    top: 5px;
    right: 29px;
    color: #fff;
    font-family: Arial-BoldMT;
    font-weight: BoldMT;
    font-size: 13px;
    letter-spacing: 0;
    z-index: 999;
}

.model5_item:nth-child(1),
.model5_item:nth-child(2) {
    margin-bottom: 82px;
}
/* model6 */
.model6{
    background-color: #F7F8FB;
    padding-bottom: 60px;
}
.model6_box{
    position: relative;
    height: 240px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2025/AL/jffc/model6-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.model6_box p {
    position: absolute;
    top: 51px;
    left: 411px;
    width: 630px;
    height: 84px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #323232;
    letter-spacing: 0;
    line-height: 28px;
}
.model6_box img{
    display: none;
}

/**swiper样式 */
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 300px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; */
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* swiper结束 */






/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .model1_box_item{
        background-image: url();
    }
    .model1_box{
        height: auto;
    }
    .model1_box_item{
        height: 100%;
    }
    /* model2 */
    .model2 .model2_p{
        width: 345px;
    }
     .model2{
        padding-bottom: 30px;
    }
    .model2_box .model2_box_item{
        margin-bottom: 20px;
        width: auto;
    }
    .model2_box .model2_box_item:last-child{
        margin-bottom: 0px;
    }
    /* model3 */
    .model3{
        padding: 30px 0px;
    }
     .model3_content{
        flex-wrap: wrap;
        height: auto;
    }
    .model3_content_left{
        margin-bottom: 30px;
    }
    .model3_content_right p{
        width: auto;
    }
    /* .model3_content_left{
        padding: 58px 20px 0px;
    } */
    .model3_content_left,
    .model3_content_right{
        width: 100%;
    }
    .model3_content_right p,
    .model3_content_right h3{
        position: static;
        height: auto;
    }
    .model3_content_right h3{
        margin-top: 20px;
        margin-left: 70px;
        line-height: 22px;
    }
    /* model4 */
    /* .model4_box{
        width: 375px;
        height: auto;
        background-image: url();
    }
    .model4_box img{
        margin-left: 0;
        width: 355px;
    }
    .model4_box_right_content{
        width: 375px !important;
    }
    .model4_box_right_title span{
        color: #323232;
    }
    .active{
        color: #333333;
        font-weight: 600;
    }
    .active::after{
        background: #01349d;
    }
    .swiper-slide ul li{
        width: 300px;
    }
    .model4_box_right{
        width: 375px;
        height: auto;
        text-align: center;
    }
    .mySwiperModel4 .swiper-slide{
        padding-bottom: 20px;
        height: auto !important;   
    }
    .swiper_but{
        display: none;
    } */
     .model4_content h2{
        width: 280px;
    }
    .model4_content_data_item{
        margin-bottom: 20px;
    }
    .model4_content_data_item{
        width: 100% !important;
    }
    /* model5 */
    .model5 > p{
        width: 345px;
    }
    .model5_item{
        margin-bottom: 20px !important;
        height: auto;
    }
    .model5_box{
        background-image: url();
    }
    /* model6 */

    .model6_box{
        height: auto;
        background-image: url();
    }
    .model6 img,
    .model6_box img,
    .model6_box p{
        display: block  ;
        position: static;
        padding: 0 20px;
        margin-top: 20px;
        width: auto;
        height: auto;
    }


}