<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Quick_Guide_Services{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.newsTopNav{
    height: 490px;
    background: url(./Quick_Guide_Services-Banner.jpg) top center no-repeat;
}
.Quick_Guide_Services_des_box1{
    background: #fff;
    padding-top: 30px;
}
.Quick_Guide_Services_des_box1_card{
    width: 1200px;
    margin: 0 auto;
}
.Quick_Guide_Services_des_box1_btn{
    padding: 0 100px;
    height: 77px;
    border-bottom: 1px solid #fff5ee;
}
.Quick_Guide_Services_des_box1_btn ul{
    display: flex;
}
.Quick_Guide_Services_des_box1_btn li{
    width: 50%;
    height: 77px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #d9d9d9;
    font-size: 40px;
    font-weight: bold;
    line-height: 77px;
    text-align: center;
}
.Quick_Guide_Services_des_box1_btn li:last-child{
    background: #f76300;
}
.Quick_Guide_Services_des_box1_btn li a{
    color: #fff;
}
.Quick_Guide_Services_des_box1_main{
    padding: 40px 20px 40px;
}
.Quick_Guide_Services_des_box1_main .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 90px;
}
.Quick_Guide_Services_des_box1_main_item{
    width: 360px;
    min-height: 320px;
    position: relative;
    padding-bottom: 48px;
    box-sizing: border-box;
    border: 1px solid #ececec;
}
.Quick_Guide_Services_des_box1_main_item_t{
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    background: url(./Quick_Guide_Services_icon1.jpg) no-repeat;
}
.Quick_Guide_Services_des_box1_main_item_t_a{
    height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #f76300;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f76300;
}
.Quick_Guide_Services_des_box1_main_item_t_a a{
    color: #fff;
}
.Quick_Guide_Services_des_box1_main_item_t_a:hover{
    background: #fff;
}
.Quick_Guide_Services_des_box1_main_item_t_a:hover a{
    color: #f76300;
}
.Quick_Guide_Services_des_box1_main_item_l{
    border-top: none;
    padding: 0 20px;
    line-height: 1.333;
    font-size: 18px;
    min-height: 240px;
    box-sizing: border-box;
    overflow: hidden;
}
.Quick_Guide_Services_des_box1_main_item_l li{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.Quick_Guide_Services_des_box1_main_item_l li a{
    width: 95%;
    color: #333333;
}
.Quick_Guide_Services_des_box1_main_item_l li::before{
    content: '';
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #000000;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    margin: 5px 10px 0 0;
}
.Quick_Guide_Services_des_box1_main_item_m{
    width: 320px;
    height: 48px;
    line-height: 48px;
    text-align: right;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.Quick_Guide_Services_des_box1_main_item_m a{
    color: #f76300;
}
.Quick_Guide_Services_des_box1_main .swiper-pagination-bullet{
    width: 38px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    color: #f76300;
    background: #fff3ec;
    border: 1px solid #f76300;
    opacity: 1;
    border-radius: 0;
}
.Quick_Guide_Services_des_box1_main .swiper-pagination-bullet-active{
    color: #fff;
    background: #f76300;
}
.Quick_Guide_Services_des_box2{
    background: #f8f8f8;
}
.Quick_Guide_Services_des_box2 .Quick_Guide_Services_des_box1_card{
    padding: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.Quick_Guide_Services_des_box2_title{
    height: 117px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 117px;
}
.Quick_Guide_Services_des_box2_list{
    overflow: hidden;
}
.Quick_Guide_Services_des_box2_list li{
    height: 326px;
    display: flex;
    margin-bottom: 10px;
    background: #fff5ee;
}
.bottomList-img{
    width: 580px;
    height: 326px;
    position: relative;
}
.bottomList-img a{
    position: relative;
}
.bottomList-img a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 10px solid rgba(255, 255, 255, 0.8);
    z-index: 10;
    transition: all 0.5s;
}
.bottomList-img a::after{
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    left: 30px;
    bottom: 40px;
    z-index: 20;
    background: url(./Quick_Guide_Services_icon3.png) no-repeat;
}
.bottomList-img a,
.bottomList-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bottomList-txt{
    width: 620px;
    padding: 40px 40px 0;
    box-sizing: border-box;
}
.bottomList-txt-tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.167;
    margin-bottom: 20px;
}
.bottomList-txt-tit a{
    color: #f76300;
}
.bottomList-txt-des{
    font-size: 18px;
    line-height: 1.333;
}
.bottomList-txt-des a{
    color: #333;
}
.Quick_Guide_Services_des_box2_more{
    width: 120px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    background: #f76300;
    border-radius: 5px;
    margin: 30px auto 40px;
}
.Quick_Guide_Services_des_box2_more a{
    color: #fff;
}
.Quick_Guide_Services_des_box1_main_more{
    display: none;
}

/* 莽搂禄氓艩篓 */
@media screen and (max-width: 1024px){
    .Quick_Guide_Services{
        max-width: 16rem;
        min-width: auto;
    }
    .newsTopNavMob_img{
        height: 4.0837rem;
        background: url(./Quick_Guide_Services-Banner-m.jpg) top center no-repeat;
        background-size: cover;
    }
    .Quick_Guide_Services_des_box1{
        padding: 0 .5153rem;
    }
    .Quick_Guide_Services_des_box1_card{
        width: 100%;
    }
    .Quick_Guide_Services_des_box1_btn{
        height: 1.8035rem;
        padding: 0;
    }
    .Quick_Guide_Services_des_box1_btn ul{
        justify-content: space-between;
    }
    .Quick_Guide_Services_des_box1_btn li{
        height: 1.8035rem;
        width: auto;
        border-radius: 0;
        background: none;
        line-height: 1.8035rem;
        font-size: .6441rem;
    }
    .Quick_Guide_Services_des_box1_btn li{
        background: none;
    }
    .Quick_Guide_Services_des_box1_btn li:last-child{
        background: none;
    }
    .Quick_Guide_Services_des_box1_btn li a{
        color: #333;
        text-decoration: underline;
    }
    .Quick_Guide_Services_des_box1_btn li:last-child a{
        color: #f76300;
        text-decoration: none;
    }
    .Quick_Guide_Services_des_box1_main{
        padding: 0;
    }
    .Quick_Guide_Services_des_box1_main .swiper{
        padding-bottom: 2.4477rem;
    }
    .Quick_Guide_Services_des_box1_main .swiper-slide{
        flex-direction: column;
        gap: .3865rem 0;
        padding: 0;
    }
    .Quick_Guide_Services_des_box1_main_item{
        width: 100%;
        min-height: auto;
        padding-bottom: 1.2882rem;
        border: 1px solid #ececec;
    }
    .Quick_Guide_Services_des_box1_main_item_t{
        height: 1.6747rem;
        padding: .2576rem;
        background: url(./Quick_Guide_Services_icon1.jpg) no-repeat;
        background-size: cover;
    }
    .Quick_Guide_Services_des_box1_main_item_t_a{
        height: 1.1594rem;
        font-size: .5797rem;
    }
    .Quick_Guide_Services_des_box1_main_item_l{
        padding: 0 .3865rem;
        font-size: .4638rem;
        min-height: auto;
    }
    .Quick_Guide_Services_des_box1_main_item_l li{
        display: flex;
        justify-content: space-between;
        margin-top: .4509rem;
    }
    .Quick_Guide_Services_des_box1_main_item_l li a{
        width: 95%;
        color: #333333;
    }
    .Quick_Guide_Services_des_box1_main_item_l li::before{
        content: '';
        height: .1804rem;
        width: .1804rem;
        border-width: .0773rem .0773rem 0 0;
        margin: 0.18rem 0.2rem 0 0;
    }
    .Quick_Guide_Services_des_box1_main_item_m{
        width: auto;
        height: auto;
        line-height: normal;
        text-align: right;
        font-size: .4638rem;
        position: absolute;
        bottom: .4509rem;
        right: .3865rem;
    }
    .Quick_Guide_Services_des_box1_main_item_m img{
        width: .2576rem;
        height: auto;
    }
    .Quick_Guide_Services_des_box1_main_item_m a{
        color: #f76300;
    }
    .Quick_Guide_Services_des_box1_main_more{
        width: 2.7053rem;
        height: .9018rem;
        position: absolute;
        left: calc(50% - 1.3526rem);
        bottom: -1.6rem;
        background: #f76300;
        font-size: .5797rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        border-radius: .1288rem;
        line-height: .9018rem;
    }
    .Quick_Guide_Services_des_box1_main .swiper-pagination{
        bottom: .7729rem;
    }
    .Quick_Guide_Services_des_box1_main .swiper-pagination-bullet{
        width: 1.1594rem;
        height: 1.1594rem;
        line-height: 1.1594rem;
        font-size: .5797rem;
        margin: 0 .2576rem !important;
    }
    .Quick_Guide_Services_des_box1_main .swiper-pagination-bullet-active{
        color: #fff;
        background: #f76300;
    }
    .Quick_Guide_Services_des_box2{
        background: #f8f8f8;
    }
    .Quick_Guide_Services_des_box2 .Quick_Guide_Services_des_box1_card{
        padding: 0 20px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .Quick_Guide_Services_des_box2_title{
        height: 1.9324rem;
        text-align: left;
        font-size: .6441rem;
        line-height: 1.9324rem;
    }
    .Quick_Guide_Services_des_box2_list{
        overflow: hidden;
    }
    .Quick_Guide_Services_des_box2_list li{
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: .3865rem;
        background: #fff5ee;
    }
    .bottomList-img{
        width: 100%;
        height: auto;
    }
    .bottomList-img a::before{
        border: .2576rem solid rgba(255, 255, 255, 0.8);
    }
    .bottomList-img a::after{
        width: 1.9324rem;
        height: 1.9324rem;
        left: .5153rem;
        bottom: .5153rem;
        background: url(./Quick_Guide_Services_icon3.png) no-repeat;
        background-size: cover;
    }
    .bottomList-txt{
        width: auto;
        padding: .5153rem .5153rem;
    }
    .bottomList-txt-tit{
        font-size: .6441rem;
        margin-bottom: .3865rem;
    }
    .bottomList-txt-des{
        font-size: .4638rem;
    }
    .Quick_Guide_Services_des_box2_more{
        width: 2.7053rem;
        height: .9018rem;
        font-size: .5797rem;
        line-height: .9018rem;
        border-radius: .1288rem;
        margin: .5153rem auto 1.2882rem;
    }
    .Quick_Guide_Services_des_box2_more a{
        color: #fff;
    }
}</pre></body></html>