<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(animate.css);
.service_title {
    display: block;
    font-size: 0;
    text-align: center;
    line-height: 28px;
    height: 28px;
    position: relative;
}

.service_title span {
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    padding: 0 13px;
    vertical-align: middle;
}

.service_title hr {
    display: inline-block;
    width: 81px;
    height: 1px;
    margin: 0 auto;
    background-color: #c5c5c5;
}

.service_title a.more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: normal;
    display: block;
}

.service_title a.more i {
    font-size: 22px;
}

.service_department {
    display: block;
    overflow: hidden;
    padding-top: 38px;
}

.service_department .service_title span {
    cursor: pointer;
}

.service_department .service_department_dh {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 34px;
    font-size: 0;
}

.service_department .service_department_dh a {
    font-size: 16px;
    color: #828282;
    display: inline-block;
    width: 62px;
    position: relative;
    line-height: 24px;
    cursor: default;
}

.service_department .service_department_dh a.hover {
    color: #2f5db8;
}

.service_department .service_department_dh a.hover span {
    background-color: #2f5db8;
    color: #FFF;
    padding: 0 8px;
    border-radius: 12px;
    line-height: 24px;
    display: inline-block;
}

.service_department .service_department_dh a::after {
    position: absolute;
    content: '';
    right: 0;
    top: 6px;
    width: 1px;
    height: 13px;
    background-color: #828282;
}

.service_department .service_department_dh a:last-of-type::after {
    display: none;
}

.service_department .service_department_box a {
    display: block;
    background-color: #FFF;
    padding: 12px 0 12px 24px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 20px;
    line-height: 50px;
    height: 76px;
    position: relative;
}

.service_department .service_department_box a:before,
.service_department .service_department_box a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 0%;
    height: 0;
    border: 0;
    border-top: 2px #FFF solid;
    border-right: 2px #FFF solid;
    transition: 400ms ease all;
    box-sizing: border-box;
}

.service_department .service_department_box a:after {
    right: inherit;
    top: inherit;
    left: 0px;
    bottom: 0;
    border: 0;
    border-bottom: 2px #FFF solid;
    border-left: 2px #FFF solid;
}

.service_department .service_department_box a img {
    display: inline-block;
    width: 24px;
    margin-right: 10px;
}

.service_department .service_department_box a span {
    vertical-align: middle;
}

.service_department .service_department_box a:hover {
    color: #2f5db8;
}

.service_department .service_department_box a:hover img {
    animation: tada .8s;
}

.service_department .service_department_box a:hover:before,
.service_department .service_department_box a:hover:after {
    width: 100%;
    height: 100%;
    border-color: #2f5db8;
    transition: 500ms ease all;
}

.service_department .department_btn {
    display: block;
    text-align: center;
    line-height: 44px;
}

.service_department .department_btn i {
    display: inline-block;
    color: #666;
    font-size: 32px;
    cursor: pointer;
}

.service_department #department1_box,
.service_department #department2_box,
.service_department #department3_box {
    height: 180px;
}

.service_department #department3_box a {
    padding: 0;
    text-align: center;
    line-height: 76px;
}

.service_department .service_point {
    padding-bottom: 25px;
    display: block;
}

.service_department .service_point img {
    width: 100%;
}

.service_department .service_point a:hover img {
    opacity: 0.8;
}

.service_todo {
    font-size: 0;
}

.service_todo .service_title {
    margin: 40px auto 14px;
}

.service_todo .service_todo_title {
    display: block;
    padding: 27px 0 27px 18px;
    box-sizing: border-box;
    font-size: 22px;
    color: #dabc85;
    font-weight: bold;
    position: relative;
}

.service_todo .service_todo_title::before {
    content: '';
    width: 6px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 32px;
    background-color: #dabc85;
}

.service_todo .service_todo_title span {
    font-size: 17px;
    font-weight: normal;
    display: inline-block;
    margin-left: 12px;
    vertical-align: bottom;
}

.service_todo .service_environment ul {
    font-size: 0 !important;
    overflow: hidden;
}

.service_todo .service_environment li {
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 24px;
    display: inline-block;
}

.service_todo .service_environment li:nth-of-type(5n) {
    margin-right: 0;
}

.service_todo .service_environment li {
    border: 1px #dabc85 solid;
    box-sizing: border-box;
    text-align: center;
    height: 160px;
    position: relative;
    overflow: hidden;
    transition: all .6s linear;
}

.service_todo .service_environment li img {
    display: block;
    margin: 26px auto 15px;
    height: 60px;
}

.service_todo .service_environment li p {
    font-size: 20px;
    color: #535353;
    font-weight: bold;
    display: block;
}

.service_todo .service_environment li font {
    display: block;
    color: #505052;
    font-size: 14px;
    line-height: 24px;
    margin: 6px auto 18px;
    padding: 0 10px;
}

.service_todo .service_environment li div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #dabc85;
    top: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    overflow: hidden;
}

.service_todo .service_environment li div h1 {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    margin-top: 40px;
}

.service_todo .service_environment li div p {
    display: block;
    margin-top: 18px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 19px;
}

.service_todo .service_environment li div p a {
    /* display: inline;
    color: #FFF;
    font-weight: normal;
    padding: 0 5px; */
    display: inline-block;
    background-color: #FFF;
    margin-right: 5px;
    border: 1px #dabc85 solid;
    border-radius: 8px;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px;
}

.service_todo .service_environment li div p a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.service_todo .service_environment li div p a:last-of-type {
    margin-right: 0;
}


/* .service_todo .service_environment li:nth-of-type(3) div p {
    margin-top: 12px;
} */

.service_todo .service_environment li:last-of-type {
    background-color: #dabc85;
}

.service_todo .service_environment li:last-of-type p {
    /* margin-top: 63px; */
    margin-top: 40px;
    margin-bottom: 18px;
    color: #FFF;
}

.service_todo .service_environment li:last-of-type i {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
}

.service_todo .service_environment li:last-of-type:hover i,
.service_todo .service_environment li:last-of-type:hover p {
    color: rgba(86, 86, 86, 0.7);
}

.service_todo .service_environment .environment_btn {
    display: block;
    text-align: center;
    line-height: 44px;
}

.service_todo .service_environment .environment_btn i {
    display: inline-block;
    color: #666;
    font-size: 32px;
    cursor: pointer;
    text-align: center;
}

.service_todo .service_environment li:nth-of-type(4) div p {
    padding: 0 18px;
}

.service_todo .service_environment li div p a:hover {
    color: #6a480a
}

.service_todo .service_environment li:hover div {
    animation: slideInUp .6s;
    display: block;
}

.service_todo .service_environment .service_environment_pic {
    display: block;
}

.service_todo .service_environment .service_environment_pic a {
    display: inline-block;
    width: 48.6%;
}

.service_todo .service_environment .service_environment_pic a img {
    width: 100%;
}

.service_todo .service_environment .service_environment_pic a:last-of-type {
    float: right;
}

.service_todo .service_environment .service_environment_pic a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.service_todo .service_environment .service_environment_pic a:last-of-type:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.service_todo .service_personal {
    font-size: 0;
}

.service_todo .service_personal .service_todo_title {
    color: #555aa7;
}

.service_todo .service_personal .service_todo_title::before {
    background-color: #555aa7;
}

.service_todo .service_personal&gt;.left {
    width: 70%;
    display: inline-block;
    overflow: hidden;
    height: 506px;
}

.service_todo .service_personal&gt;.left .service_personal_box {
    border: 1px #dfe0f7 solid;
    box-sizing: border-box;
    padding-top: 25px;
    height: 158px;
}

.service_todo .service_personal&gt;.left .service_personal_box .left {
    width: 31%;
    display: inline-block;
    text-align: center;
}

.service_todo .service_personal&gt;.left .service_personal_box .left img {
    height: 51px;
}

.service_todo .service_personal&gt;.left .service_personal_box .left p {
    display: block;
    font-size: 16px;
    color: #5257a6;
    margin-top: 7px;
}

.service_todo .service_personal&gt;.left .service_personal_box .left a {
    display: inline-block;
    font-size: 12px;
    color: #b1b1b1;
    border: 1px #949494 solid;
    box-sizing: border-box;
    border-radius: 20px;
    line-height: 22px;
    padding: 0 12px;
    margin-top: 13px;
}

.service_todo .service_personal&gt;.left .service_personal_box .left a:hover {
    color: #5257a6;
}

.service_todo .service_personal&gt;.left .service_personal_box .right {
    width: 69%;
    display: inline-block;
    vertical-align: top;
}

.service_todo .service_personal&gt;.left .service_personal_box .right ul {
    margin-top: -6px;
}

.service_todo .service_personal&gt;.left .service_personal_box .right .news-list {
    border: 0;
}

.service_todo .service_personal&gt;.left .service_personal_box .right .news-list a {
    font-size: 16px;
    height: 36px;
    line-height: 32px;
}

.service_todo .service_personal&gt;.right {
    width: 29%;
    display: inline-block;
    margin-left: 1%;
    background-color: #ebecf6;
    padding: 0 19px;
    box-sizing: border-box;
    vertical-align: top;
    height: 506px;
}

.service_todo .service_personal&gt;.right .index_title {
    color: #555aa7;
    margin-top: 24px;
}

.service_todo .service_personal&gt;.right div a {
    display: block;
    background-color: #FFF;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 2px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service_todo .service_personal&gt;.right div a:hover {
    color: #555aa7;
}

.service_todo .service_market {
    border: 11px #fbfbfb solid;
    box-sizing: border-box;
    padding: 13px 17px;
    margin-bottom: 34px;
    background-color: #FFF;
    overflow: hidden;
}

.service_todo .service_market .service_market_box {
    overflow: hidden;
    height: 162px;
    box-sizing: border-box;
}

.service_todo .service_market .service_market_box .news-list {
    border: 0;
}

.service_todo .service_market .service_market_box .news-list p {
    font-size: 16px;
    color: #616161;
    line-height: 48px;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.service_todo .service_market .service_market_box .news-list p i:first-of-type {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: left;
    line-height: 26px;
    padding-left: 3px;
    box-sizing: border-box;
    color: #FFF;
    background-color: #555aa7;
    border-radius: 100px;
    vertical-align: baseline;
    font-size: 14px;
    margin-right: 8px;
}

.service_todo .service_market .service_market_box .news-list p i {
    font-size: 26px;
    color: #555aa7;
    vertical-align: middle;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
}

.service_todo .service_market .service_market_box .news-list p:hover {
    color: #5257a6;
}

.service_todo .service_market .service_market_box .news-list p:hover i {
    color: #2f5db8;
}

.service_todo .service_market .service_market_box .news-list p i:first-of-type {
    color: #FFF;
}

.service_todo .service_market .service_market_box .news-list a {
    border: 1px #555aa7 solid;
    box-sizing: border-box;
    line-height: 20px;
    border-radius: 20px;
    font-size: 12px;
    color: #555aa7;
    margin-top: 12px;
    text-align: center;
    float: right;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    width: 66px;
    height: 22px;
    text-overflow: initial;
}

.service_todo .service_market .service_market_box .news-list a:hover {
    border: 1px #2f5db8 solid;
    background-color: #2f5db8;
    color: #FFF;
}

.service_convenient_out .service_title {
    margin: 40px auto 45px;
}

.service_convenient_box {
    background-color: #FFF;
    border: 1px #f6faff solid;
    -moz-box-shadow: 0px 0px 20px #F0F4FD;
    -webkit-box-shadow: 0px 0px 20px #F0F4FD;
    box-shadow: 0px 0px 20px #F0F4FD;
}

.service_convenient_box ul {
    font-size: 0;
    box-sizing: border-box;
    padding: 20px 0 30px;
}

.service_convenient_box ul li {
    width: 20%;
    display: inline-block;
    font-size: 18px;
    position: relative;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
}

.service_convenient_box ul li::after {
    position: absolute;
    right: 0px;
    width: 1px;
    height: 75%;
    top: 15%;
    content: '';
    background-color: #ececec;
}

.service_convenient_box ul li i {
    display: block;
    margin: 0 auto;
    font-size: 36px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 100px;
}

.service_convenient_box ul li span {
    display: block;
    text-align: center;
    margin-top: 18px;
}

.service_convenient_box ul li:nth-child(1) i {
    color: #5257a6;
}

.service_convenient_box ul li:nth-child(2) i {
    color: #ff8d07;
}

.service_convenient_box ul li:nth-child(3) i {
    color: #ed7159;
}

.service_convenient_box ul li:nth-child(4) i {
    color: #dabc85;
}

.service_convenient_box ul li:nth-child(5) i {
    color: #13996e;
}

.service_convenient_box ul li.hover i {
    background-color: #5257a6;
    color: #FFF;
}

.service_convenient_list {
    background-color: #5257a6;
    padding: 30px 40px;
    box-sizing: border-box;
    margin-bottom: 42px;
}

.service_convenient_list&gt;div {
    position: relative;
}

.service_convenient_list&gt;div .left {
    font-size: 0;
    position: relative;
    min-height: 80px;
}

.service_convenient_list&gt;div .left::after {
    position: absolute;
    right: -20px;
    width: 1px;
    height: 100%;
    top: 0;
    content: '';
    background-color: #a599d7;
}

.service_convenient_list&gt;div .left a {
    width: 25%;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    line-height: 40px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service_convenient_list&gt;div .left a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.service_convenient_list&gt;div&gt;i {
    position: absolute;
    font-size: 32px;
    color: #5257a6;
    top: -52px;
}

.service_convenient_list div .right a {
    float: right;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 10px;
    line-height: 32px;
    border-radius: 10px;
    color: #FFF;
    margin-top: 24px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.service_convenient_list div .right a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.service_convenient_list div .right a i {
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    margin-left: 14px;
    vertical-align: text-bottom;
    ;
}

.service_convenient_list&gt;div:nth-of-type(1)&gt;i {
    left: calc(((100% + 80px)/5 - 32px)/2 - 40px);
}


/* .service_convenient_list&gt;div:nth-of-type(1) .left a {
    width: 30%;
}

.service_convenient_list&gt;div:nth-of-type(1) .left a:nth-child(4n+1) {
    width: 10%;
}
 */

.service_convenient_list&gt;div:nth-of-type(2)&gt;i {
    left: calc((((100% + 80px)/5 - 32px)/2 - 40px) + 22%);
}

.service_convenient_list&gt;div:nth-of-type(3)&gt;i {
    left: calc((((100% + 80px)/5 - 32px)/2 - 40px) + 43%);
}


/* 
.service_convenient_list&gt;div:nth-of-type(3) .left a {
    width: 32%;
}

.service_convenient_list&gt;div:nth-of-type(3) .left a:nth-child(4n+1) {
    width: 10%;
}

.service_convenient_list&gt;div:nth-of-type(3) .left a:nth-child(4n+2) {
    width: 26%;
}
 */

.service_convenient_list&gt;div:nth-of-type(4)&gt;i {
    right: calc((((100% + 80px)/5 - 32px)/2 - 40px) + 22%);
}


/* 
.service_convenient_list&gt;div:nth-of-type(4) .left a {
    width: 25%;
}

.service_convenient_list&gt;div:nth-of-type(4) .left a:nth-child(4n+3) {
    width: 16%;
}

.service_convenient_list&gt;div:nth-of-type(4) .left a:nth-child(4n+4) {
    width: 34%;
}
 */

.service_convenient_list&gt;div:nth-of-type(5)&gt;i {
    right: calc(((100% + 80px)/5 - 32px)/2 - 40px);
}


/* 
.service_convenient_list&gt;div:nth-of-type(5) .left a {
    width: 22%;
}

.service_convenient_list&gt;div:nth-of-type(5) .left a:nth-child(4n+4) {
    width: 34%;
} */

.service_recommend_out .service_recommend_dh {
    display: block;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 34px;
    font-size: 0;
}

.service_recommend_out .service_recommend_dh a {
    font-size: 16px;
    color: #828282;
    display: inline-block;
    width: 94px;
    position: relative;
    line-height: 24px;
}

.service_recommend_out .service_recommend_dh a.hover {
    color: #2f5db8;
}

.service_recommend_out .service_recommend_dh a.hover span {
    background-color: #2f5db8;
    color: #FFF;
    padding: 0 8px;
    border-radius: 12px;
    line-height: 24px;
    display: inline-block;
}

.service_recommend_out .service_recommend_dh a::after {
    position: absolute;
    content: '';
    right: 0;
    top: 6px;
    width: 1px;
    height: 13px;
    background-color: #828282;
}

.service_recommend_out .service_recommend_dh a:last-of-type::after {
    display: none;
}

.service_recommend_out .service_recommend_box {
    font-size: 0;
    overflow: hidden;
    margin-bottom: 21px;
}

.service_recommend_out .service_recommend_box .left {
    width: 76%;
    display: inline-block;
    background-color: #FFF;
}

.service_recommend_out .service_recommend_box .left&gt;div {
    padding: 22px 0 8px;
    box-sizing: border-box;
}

.service_recommend_out .service_recommend_box .left&gt;div div div {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
}

.service_recommend_out .service_recommend_box .left&gt;div div div::after {
    content: '';
    width: 1px;
    height: 168px;
    background-color: #e3ebfc;
    position: absolute;
    right: 0;
    top: 0;
}

.service_recommend_out .service_recommend_box .left&gt;div div div:last-of-type::after {
    display: none;
}

.service_recommend_out .service_recommend_box .left a {
    font-size: 15px;
    color: #000;
    height: 36px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

.service_recommend_out .service_recommend_box .left a:hover {
    color: #2f5db8;
}

.service_recommend_out .service_recommend_box .right {
    width: 21%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: top;
}

.service_recommend_out .service_recommend_box .right a img {
    width: 100%;
}

.service_recommend_out .service_recommend_box .right a:first-of-type img {
    margin-bottom: 16px;
}

.service_recommend_out .service_recommend_box .right a:hover img {
    opacity: 0.8;
}

.bottom-dh-box {
    margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
    .service_todo .service_personal&gt;.left .service_personal_box .left {
        width: 43%;
    }
    .service_todo .service_personal&gt;.left .service_personal_box .right {
        width: 57%;
    }
}

@media screen and (min-width: 992px) {
    .service_todo .service_personal&gt;.left .service_personal_box .left {
        width: 31%;
    }
    .service_todo .service_personal&gt;.left .service_personal_box .right {
        width: 69%;
    }
}

@media screen and (max-width:768px) {
    body {
        background-color: #f6f6f6;
    }
    .service_department {
        padding: 0 10px 10px;
        background-color: #FFF;
        margin: 10px auto;
    }
    .service_title {
        height: auto;
    }
    .service_title span {
        font-size: 1.125rem;
        padding: 15px 10px 10px;
        margin: 0 8px 0 0;
    }
    .service_title hr {
        display: none;
    }
    .service_title a.more {
        display: none;
    }
    .service_department .service_department_dh {
        margin-bottom: 18px;
        margin-top: 0;
    }
    .service_department .service_department_dh a {
        font-size: 1.02rem;
    }
    .service_department .service_department_box .layui-col-space20 {
        margin: -5px;
    }
    .service_department .service_department_box .layui-col-space20&gt;* {
        padding: 5px;
    }
    .service_department .service_department_box a {
        padding: 5px;
        font-size: 1.02rem;
        text-align: center;
        border: 1px #2f5db8 solid;
        border-radius: 5px;
        height: auto;
        line-height: normal;
    }
    .service_department .service_department_box a span {
        height: 25px;
        line-height: 25px;
        display: block;
    }
    .service_department .service_department_box a img {
        display: none;
    }
    .service_department #department3_box a {
        height: 37px;
        line-height: 25px;
        padding: 5px;
        box-sizing: border-box;
        display: block;
    }
    .service_department #department1_box,
    .service_department #department2_box,
    .service_department #department3_box {
        height: auto;
    }
    .service_department .department_btn {
        display: none;
    }
    .service_department .service_point {
        margin-top: 10px;
        padding-bottom: 0;
    }
    .service_department .service_point .layui-col-space22 {
        margin: -5px;
    }
    .service_department .service_point .layui-col-space22&gt;* {
        padding: 5px;
    }
    .service_department .service_point a img {
        width: 100%;
    }
    .service_todo {
        background-color: #FFF;
        padding: 0 10px;
    }
    .service_todo .service_title {
        margin: 0;
    }
    .service_todo .service_todo_title {
        padding: 10px 0;
        color: #000;
        font-size: 1.125rem;
    }
    .service_todo .service_todo_title span {
        font-size: 1.02rem;
    }
    .service_todo .service_todo_title::before {
        display: none;
    }
    .service_todo .service_environment ul {
        height: auto;
        margin-top: 10px;
    }
    .service_todo .service_environment li {
        width: 32%;
        margin-right: 2%;
        border: 0;
        height: auto;
        margin-bottom: 18px;
    }
    .service_todo .service_environment li:nth-of-type(3n) {
        margin-right: 0;
    }
    .service_todo .service_environment li:nth-of-type(5n) {
        margin-right: 2%;
    }
    .service_todo .service_environment li:last-of-type {
        background-color: transparent;
    }
    .service_todo .service_environment li a i {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 28px;
        border-radius: 100px;
        display: block;
        margin: 0 auto;
        color: #FFF;
    }
    .service_todo .service_environment li a span {
        font-size: 1.02rem;
        color: #333;
        display: block;
        margin-top: 10px;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .service_todo .service_environment li:nth-of-type(1) a i {
        background-color: #057cff;
    }
    .service_todo .service_environment li:nth-of-type(2) a i {
        background-color: #00ba54;
    }
    .service_todo .service_environment li:nth-of-type(3) a i {
        background-color: #ff9006;
    }
    .service_todo .service_environment li:nth-of-type(4) a i {
        background-color: #3ebef1;
    }
    .service_todo .service_environment li:nth-of-type(5) a i {
        background-color: #813af8;
    }
    .service_todo .service_environment li:nth-of-type(6) a i {
        background-color: #057cff;
    }
    .service_todo .service_environment li:nth-of-type(7) a i {
        background-color: #00ba54;
    }
    .service_todo .service_environment li:nth-of-type(8) a i {
        background-color: #ff9006;
    }
    .service_todo .service_environment li:nth-of-type(9) a i {
        background-color: #3ebef1;
        font-size: 28px;
        font-weight: normal;
    }
    .service_todo .service_environment .service_environment_pic {
        overflow: hidden;
    }
    .service_todo .service_environment .service_environment_pic a {
        width: 100%;
        margin-bottom: 10px;
    }
    .service_todo .service_personal .service_todo_title {
        color: #000;
        font-size: 1.125rem;
        padding: 10px 15px 15px 0px;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        display: block;
        box-sizing: content-box;
    }
    .service_mobile_box a {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        height: 77px;
    }
    .service_mobile_box a img {
        height: 40px;
    }
    .service_mobile_box a span {
        font-size: 0.9875rem;
        white-space: nowrap;
        margin: 15px auto 0;
        display: block;
    }
    .service_convenient_out {
        background-color: #FFF;
        overflow: hidden;
        margin-top: 15px;
    }
    .service_convenient_out .service_title {
        margin: 0;
        text-align: left;
    }
    .service_convenient_out .service_title span {
        padding-bottom: 15px;
    }
    .mobile_convenient_box {
        padding: 0 10px;
        font-size: 0;
    }
    .mobile_convenient_box li {
        width: 32%;
        margin-right: 2%;
        display: inline-block;
    }
    .mobile_convenient_box li:nth-of-type(3n) {
        margin-right: 0;
    }
    .mobile_convenient_box li a {
        display: block;
        font-size: 1.02rem;
        text-align: center;
        margin-bottom: 20px;
    }
    .mobile_convenient_box li a i {
        display: block;
        font-size: 1.75rem;
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 100px;
        margin: 0 auto;
        color: #FFF;
    }
    .mobile_convenient_box li:first-of-type a i {
        background-color: #5257a6;
    }
    .mobile_convenient_box li:nth-of-type(2) a i {
        background-color: #ff8d07;
    }
    .mobile_convenient_box li:nth-of-type(3) a i {
        background-color: #ed7159;
    }
    .mobile_convenient_box li:nth-of-type(4) a i {
        background-color: #dabc85;
    }
    .mobile_convenient_box li:nth-of-type(5) a i {
        background-color: #13996e;
    }
    .mobile_convenient_box li a span {
        display: block;
        font-size: 1.02rem;
        margin-top: 10px;
    }
    .service_recommend_out {
        margin-top: 10px;
        background-color: #FFF;
        padding: 0 10px 10px;
        margin-bottom: 10px;
    }
    .service_recommend_out .service_recommend_box {
        margin-bottom: 0;
    }
    .service_recommend_out .service_title {
        text-align: left;
    }
    .service_recommend_out .service_title span {
        padding-left: 0;
    }
    .service_recommend_out .service_recommend_box .right {
        width: 100%;
        margin-left: 0;
        font-size: 0 !important;
    }
    .service_recommend_out .service_recommend_box .right a {
        width: 49%;
        margin-right: 2%;
        display: inline-block;
    }
    .service_recommend_out .service_recommend_box .right a:first-of-type img {
        margin-bottom: 0;
    }
    .service_recommend_out .service_recommend_box .right a:last-of-type {
        margin-right: 0;
    }
}

.bf-mobile-larger .mobile_convenient_box,
.bf-mobile-bigger .mobile_convenient_box {
    font-size: 0 !important;
}</pre></body></html>