.fuwu {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0px;
}

.fuwu_title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
}

.fuwu_conent {
    width: 1440px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
}

.fuwu_conentBox_title {
    width: 60%;
    margin: auto;
}

.fuwu_conentBox_title a {
    border: 1px solid #ffffff;
    padding: 15px 10px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
    color: #fff;
    margin-top: 125px;
}
.fuwu_conentBox_title a:hover {
    border: 1px solid #3480FB;
    color: #3480FB;
}

.fuwu_conentBox {
    width: 33.28%;
    margin-right: 1px;
    margin-top: 1px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.fuwu_conentBox:nth-child(3n) {
    margin-right: 0px;
}

/*新闻中心*/
.news {
    width: 100%;
    background-color: #fff;
    padding: 50px 0px;
}

.newsBox {
    width: 1440px;
    margin: auto;
}

.news_title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
}

.pub {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pubLeft, .pubRight {
    width: 49%;
    background-color: #f4f4f4;
    padding: 20px;
    box-sizing: border-box;
}

.pubG_en {
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    color: #8c8c8c;
}

.pubG_cn {
    font-size: 30px;
    color: #474747;
}

.pubx {
    width: 100%;
    height: 2px;
    background-color: #4e73df;
    position: relative;
    margin: 10px 0;
}

.pubh {
    width: 30%;
    height: 4px;
    background-color: #4e73df;
    position: absolute;
    top: -1px;
}

.pub_con {
    width: 150px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.pub_con a {
    display: block;
    color: #6e6a6a;
}

.pub_con a:hover {
    background-color: #002245;
    color: #ffffff;
}
.pubConentList {
    width: 100%;
}
.pubConent {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #cfcfcf;

}
.pubConentA{
    width: 100%;
    display: flex;

}
.pubConentA:hover .pubConent_title{
    color: #032D49;
}
.pubConentA:hover .pubConent_time {
    color: #032D49;
}
.pubConent_img {
    width: 15px;
    height: 5px;
    margin-right: 10px;
}
.pubConent_title {
    width: 80%;
    color: #666666;
    font-size: 16px;
}
.pubConent_time {
    color: #666666;
    font-size: 16px;
    text-align: right;
    width: 20%;
}
/*选择华兴 放心无忧*/
.HuaX {
    width: 100%;
    padding: 50px 0px;
}
.huaXBox {
    width: 75vw;
    margin: auto;
}
.huaxName {
    width: 100%;
    font-size: 1.8vw;
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #002245;
}
.HuaH3 {
    width: 38%;
    border-bottom: 1px solid #002245;
    height: 3px;
}
.HuaH3_l {
    width: 10vw;
    background-color: #002245;
    height: 3px;
    float: right;
}
.HuaH3_r {
    width: 10vw;
    background-color: #002245;
    height: 3px;
    float: left;
}
.outstan {
    width: 100%;
    font-size: 1.5vw;
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
    color: #002245;
}
.outstanBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iconleft,.iconright{
    width: 3%;
    background-color: #032D49;
    height: 5vw;
    cursor: pointer;
}
.iconleft img,.iconright img {
    width: 100%;
    height: 2vw;
    padding: 1.5vw 0;
}
.outConent {
    width: 90%;
height: auto;
}
.outUl {
    width: 100%;
    display: flex;
    overflow: hidden;
    padding: 0px 20px;
    box-sizing: border-box;

}
.outbd {
    width: 30%;
    margin-right: 2vw;
}
.outA {
    display: block;
}
.outImg {
    display: block;
    width: 225px;
    height: 160px;
    padding: 15px 30px 61px;
   background-size: 100% 100%;
    background-repeat: no-repeat;

}
.outImg img {
    width: 225px;
    height: 160px;
}
.outConent .tempWrap {
    width: 100% !important ;
}
.outTitle {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
}

@media
screen and (max-width: 760px) {
    .floor_basic42 .Picture img {
        min-width: 100%;
        max-width: 100%;
    }
    .floor_basic42 .Content {
        min-width: 100%;
        max-width: 100%;
    }
    .SContent p {
        line-height: 45px !important;
    }
    .SContent p span {
        font-size: 28px !important;
    }

    /*新闻中心*/

    .newsBox {
        width: 100%;
    }
    .pub {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pubLeft, .pubRight {
        width: 100%;
    }
    .pubConent_title {
        width: 75%;
        font-size: 3.5vw;
        white-space: nowrap;    /* 确保文本不换行 */
        overflow: hidden;       /* 隐藏溢出的内容 */
        text-overflow: ellipsis;/* 显示省略号 */
    }
    .pubConent_time {
        font-size: 3.5vw;
        width: 24%;
    }
    .pubConent {
        height: 50px;
        line-height: 50px;
    }

    /*服务领域*/
    .fuwu_conent {
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
    }
    .fuwu_conentBox {
        width: 49%;
        margin-right: 1px;
        margin-top: 1px;
        height: 300px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    /*放心无忧*/
    .huaxName {
        font-size: 4vw;
    }
    .huaXBox {
        width: 100vw;
    }
    .HuaH3 {
        width: 30%;
    }
    .outstan {
        font-size: 3.5vw;
    }
    .outbd {
        width: 260px;
    }
    .outTitle {
        white-space: nowrap;    /* 确保文本不换行 */
        overflow: hidden;       /* 隐藏溢出的内容 */
        text-overflow: ellipsis;/* 显示省略号 */
        font-size: 3.5vw;
    }
    .outConent {
        width: 85%;
    }
    .iconleft,.iconright {
        width: 5%;
        height: 10vw;
    }
    .iconleft img,.iconright img  {
        height: 7vw;
    }
}