.banner_main_left{
    top: 58%;
    width: 559px;
}
body {
    background-color: #F1F3F4;
}

.icon {
    width: 30px;
    height: 30px;
}
/* model1  中邮保险——成为最值得信赖的一流保险公司*/

.model1_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 339px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0808-zybx/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.model1_box_content{
    position: relative;
    width: 980px;
    height: 219px;
    opacity: 0.81;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.model1_box_content::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 7px;
    background: #E21D29;
    top: 10%;
    left: -2%;
}
.model1_box_content p {
    padding: 25px 52px 0 52px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;
}
.model1_box_content p:nth-of-type(2){
    padding: 0 52px;
}
.model1_box_content p span{
    color: #323232;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;
}
/* model2 */
.model2_box_header p{
    margin: 0 auto;
    width: 809px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}
.model2_box_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.model2_box_content_left{
    margin-right: 20px;
    width: 354px;
    height: 340px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0808-zybx/bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.model2_box_content_head{
    padding: 22px;
}
.model2_box_content_left span{
    font-family: PingFangSC-Regular;
    font-weight: 600;
    font-size: 16px;
    color: #1A253B;
    letter-spacing: 0;
}
.model2_box_content_left p{
    padding: 0px 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #323232;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
}
.model2_box_content_right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.model2_box_content_item{
    width: 353px;
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.model2_box_content_item p{
    padding: 0px 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #323232;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
}
.model2_box_content_item:nth-child(1){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0808-zybx/bg3.png);
    
}
.model2_box_content_item:nth-child(2){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0808-zybx/bg4.png);

}
.model2_box_content_item:nth-child(3){
    margin-top: 17px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0808-zybx/bg5.png);
}
.model2_box_content_item:nth-child(4){
    margin-top: 17px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0808-zybx/bg6.png);
}
.model2_box_content_bottom{
    position: relative;
    margin-top: 60px;
    width: 100%;
    height: 283px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0808-zybx/bg7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.model2_box_content_bottom p{
    position: absolute;
    right: 6%;
    top: 22%;
    width: 600px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: justify;
    text-indent: 2em;
}
.model2_box_content_bottom strong{
    position: absolute;
    right: 6%;
    top: 70%;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    font-size: 16px;
    color: #01349D;
    letter-spacing: 0;
    text-align: right;
}
.model2_box_content_bottom p span{
    color: #01349d;
    font-size: 14px;
    font-weight: 600;
}
.model2_box_content_bottom img{
    width: 345px;
    display: none;
}
/* model3 元年财务共享解决方案，共创中邮保险智能财务共享的成功实践*/
.model3 h2{
    line-height: 40px;
}
.model3 p{
    margin: 0 auto;
    width: 992px;
    color: #4e5d78;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}
.model3 p span{
    color: #01349d;
    font-weight: 500;
}
.model3_box{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-top: 60px;
    width: 100%;
    height: 413px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0808-zybx/bg8.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.model3_box img{
    margin-left: 73px;
    width: 454px;
    height: 379px;
}
.model3_box_right_title{
    margin-top: 40px;
}
.model3_box_right_title span{
    position: relative;
    padding: 5px;
    display: inline-block;
    height: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #F5F6F9;
    letter-spacing: 0;
    text-align: center;
    /* s鼠标变手指 */
    cursor: pointer;
}
.active{
    font-family: PingFangSC-Regular;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #F5F6F9;
    letter-spacing: 0;
}
.active::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 32px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 3.5px;
}

.model3_box_right_content{
    position: relative;
    width: 732px !important;
    /* overflow: hidden; */
}
.mySwiperModel3{
    overflow: hidden;
}
.mySwiperModel3 .swiper-slide{
    margin-top: 40px;
    /* width: 732px !important; */
    height: 250px !important;
    background-image: linear-gradient(179deg, #F5F6F9 25%, #FEFFFF 99%);
    box-shadow: 10px 10px 20px 0 #25488029;
    
}


.mySwiperModel3 .swiper-slide p{
    margin: 0;
    padding-left: 42px;
    padding-top: 22px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    width: 130px;
    font-size: 16px;
    color: #323232;
    letter-spacing: 0;
    line-height: 25px;
    text-align: left;
}
.swiper-slide ul{
    margin-top: 12px;
}
.swiper-slide ul li {
    position: relative;
    padding-left: 42px;
    width: 630px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}
/* li 前面使用元素添加小红点 */
.swiper-slide ul li::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 50%;
}

.swiper_but{
    width: 50px;
    height: 50px;
    /* background-image: linear-gradient(179deg, #F5F6F9 25%, #FEFFFF 99%); */
    background: #fff;
    box-shadow: 4px 4px 16px 0 #3763aa1a;
    border-radius: 50%;
}
.prev{
    position: absolute;
    top: 50%;
    left: -10%;
    /* 透明度 */
    opacity: 1;
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/left_hide.png);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: center
}
.next{
    position: absolute;
    top: 50%;
    right: -10%;
    opacity: 1;
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/right_hide.png);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: center
}
/* model4 元年科技助力中邮保险， 迈向智能财务共享业财数据融合新纪元 */
.model4 h2{
    line-height: 40px;
}
.model4_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.model4_box_item{
    position: relative;
    margin-bottom: 20px;
    width: 353px;
    height: 268px;
    background-image: linear-gradient(179deg, #F5F6F9 0%, #FEFFFF 99%);
    box-shadow: -8px -8px 20px 0 #ffffff80, 8px 8px 20px 0 #3763aa1a;
}
.model4_box_item::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0808-zybx/bg9.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 180px;
    height: 140px;
}
.model4_box_item_head{
    padding: 22px 0 0 20px;
}
.model4_box_item_head span{
    width: 176px;
    height: 22px;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    font-size: 16px;
    color: #1A253B;
    letter-spacing: 0;
}
.model4_box_item p{
    padding: 16px 20px;
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: justify;
}
.model4_box_item p span{
    color: #1f4ca9;
    font-weight: 500;
}
/* model5 */
.model5{
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.model5_box_left{
    width: 760px;
    height: 428.36px;
    /* opacity: 0.45; */
}

.model5_box_right{
    position: relative;
    flex: 1;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0808-zybx/bg10.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.model5_box_right p{
    padding: 100px 31px 0 28px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}
.model5_box_right p span{
    color: #01349d;
    font-weight: 500;
}
.model5_box_right::after{
    content: "——中邮保险CFO谢祝锋";
    position: absolute;
    bottom: 100px;
    right: 28px;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    font-size: 16px;
    color: #01349D;
    letter-spacing: 0;
    text-align: right;
}
/* model6 */
.model6{
    position: relative;
    margin-top: 60px;
    /* width: 1100px; */
    height: 240px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0808-zybx/bg11.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.model6 p{
    position: absolute;
    top: 20%;
    left: 38%;
    width: 630px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: justify;
}
.model6 p span{
    color: #01349d;
    font-weight: 500;
}
.model6 h5{
    position: absolute;
    bottom: 48px;
    right: 54px;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    font-size: 16px;
    color: #01349D;
    letter-spacing: 0;
    text-align: right;
}
.model6 img{
    display: none;
    width: 345px;
}




/* 移动端 */
@media screen and (max-width: 1024px) {
    .banner_main_left h1{
        width: 287px;
        font-size: 22px;
    }
    .banner_main_left p{
        width: 224px;
        height: 51px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        font-size: 10px;
        color: #333333;
        letter-spacing: -0.5px;
        line-height: 17px;
    }
    .model1_box{
        background-image: url();
        height: auto;
    }
    .model1_box_content::before {
        content: "";
        width: 0;
    }
    .model1_box_content{
        width: 345px;
        height: auto;
    }
    .model1_box_content p{
        padding: 20px !important;
    }
    .model2_box_header p{
        width: 345px;
    }
    .model2_box_content_left{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .model2_box_content_item{
        margin-bottom: 20px;
        width: 345px;
    }
    .model2_box_content_bottom{
        margin-top: 0;
        padding-bottom: 180px;
        background-image: url();
    }
    .model2_box_content_item{
        margin-top: 0px !important;
    }
    .model2_box_content_bottom p{
        right: 0;
        top: 53%;
        width: 345px;
    }
    .model2_box_content_bottom strong{
        top: 95%;
    }
    .model2_box_content_bottom img{
        display: block;
    }
    .model3 p{
        width: 345px;
    }
    .model3_box{
        width: 375px;
        height: auto;
        background-image: url();
    }
    .model3_box img{
        margin-left: 0;
        width: 355px;
    }
    .model3_box_right_content{
        width: 375px !important;
    }
    .model3_box_right_title span{
        color: #323232;
    }
    .active{
        color: #333333;
        font-weight: 600;
    }
    .active::after{
        background: #01349d;
    }
    .swiper-slide ul li{
        width: 300px;
    }
    .model3_box_right{
        width: 375px;
        height: auto;
        text-align: center;
    }
    .mySwiperModel3 .swiper-slide{
        padding-bottom: 20px;
        height: auto !important;   
    }
    .swiper_but{
        display: none;
    }
    .model5{
        margin-top: 0;
    }
    .model5_box_left{
        height: auto;
    }
    .model5_box_right{
        margin-top: 30px;
        background-position:center top;
    }
    .model5_box_right p{
        padding-top: 20px !important;
        padding-bottom: 50px !important;
    }
    .model5_box_right::after {
        bottom: 25px;
    }
    .model6{
        margin-top: 0;
        height: auto;
        background-image: url();
    }
    .model6 img{
        display: block;
    }
    .model6 p,
    .model6 h5{
        margin-top: 20px;
        position: static;
        width: 345px;
    }

}