.serviceBannerBox {
    width: 100%;
    /*height: 340px;*/
}

.serviceBannerBox img {
    width: 100%;
    height: 100%;
}

.serviceBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

.serviceTitle {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    font-family: SimSun;
}

.serviceTitle .p1 {
    font-size: 48px;
    color: #1e2188;
    font-weight: inherit;
}

.serviceTitle .xian {
    width: 2px;
    height: 60px;
    background-color: #CDCDCD;
    margin: 0 20px;
}

.serviceTitle .p2 {}

.serviceTitle .p2 .span1 {
    display: block;
    font-size: 22px;
    color: #CDCDCD;
}

.serviceContent {
    padding: 30px 0;
    width: 1200px;
    /*text-align: center;*/
    font-size: 15px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #242526;
    line-height: 24px;
}

.pic1 {
    width: 1200px;
    height: auto;
}

.processBxo {
    width: 1200px;
    display: flex;
    align-items: center;
}

.processList {
    border-radius: 15px;
    width: 270px;
    height: 70px;
    /* background-color: #ccc; */
    background-image: linear-gradient(#C1EAFB, #99DFF9);
    color: #242526;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
}

.p3 {
    width: 33px;
    height: 76px;
    text-align: left;
    line-height: 76PX;
}

.p3 .iconfont {
    color: #ccc!important;
}

.pPhone {
    width: 1200px;
    height: 40px;
    /* border: 1px rgb(230, 1, 19) solid; */
    border-radius: 4px;
    margin: 5px 0 20px 0;
    font-size: 24px;
    color: rgb(230, 1, 19);
    text-align: center;
    line-height: 40px;
}

.serviceBox .picBox {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.picList {
    width: 380px;
    /* height: 280px; */
    border-radius: 5px;
    margin: 10px;
}

.affairsBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.affairsBox .pic {
    width: 380px;
    height: 178px;
    cursor: pointer;
    overflow: hidden;
}

.affairsBox .pic img {
    transition: all 0.6s;
}

.affairsBox .pic img:hover {
    transform: scale(1.2);
}

.picList img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.healthBox {
    width: 100%;
    background-image: url('../image/hjwsBj.png');
    background-size: 100% 100%;
    /* background-color: #fff; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 42px 0;
    margin-top: 76px;
}

.healthBox .picBox {
    width: 255px;
    height: 360px;
}

.healthBox .textBox {
    width: 709px;
    margin-left: 137px;
}

.textBox2 {
    padding: 53px 160px;
    width: 880px;
    text-align: center;
    font-size: 48px;
    line-height: 70px;
    border: 1px solid rgb(230, 1, 19);
    color: rgb(230, 1, 19);
    border-radius: 8px;
    margin-top: 60px;
}

.securityBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
}

.securityBox span {
    display: inline-block;
    /* width: 350px; */
    width: 49%;
    text-align: left;
}

.securityBox .iconfont {
    padding-right: 5px;
}

.wlwTextList {
    width: 220px;
    /* height: 200px; */
    position: absolute;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 40px
}

.wlwTextList p {
    text-align: left;
}

.manorBox {
    width: 100%;
    margin-top: 80px;
    position: relative;
}

.manorBox .picBox {
    width: 832px;
    height: 620px;
}

.manorBox .textBox {
    width: 850px;
    height: 480px;
    padding: 50px 0 10px 34px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 35%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.advantageBox {
    width: 1200px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    /* margin-top: 60px; */
}

.advantageList {
    width: 167px;
    height: 127px;
    background-color: #346ab0;
    border-radius: 50%;
    text-align: center;
    padding: 20px 0;
}

.advantageList:hover {
    background-color: #ff9d1e;
}

.advantageList .iconfont {
    font-size: 64px;
    color: #fff;
    display: block;
}

.advantageList .span12 {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

