<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*浜у搧鏈嶅姟*/
.product-service{
    padding: 0 30px;
    min-height: 660px;
}
.product-service .service-title h3{
    width: 160px;
    float: left;
    padding: 20px 0;
    font-size: 24px;
    border-bottom: 1px solid #d9d9d9;
}
.product-service .service-title h3:last-child{
    width: 865px;
    margin-left: 75px;
}
.product-service .el-tabs--left .el-tabs__active-bar.is-left,
.product-service .el-tabs--left .el-tabs__nav-wrap.is-left::after{
    width: 0;
}
.product-service .el-tabs--left .el-tabs__header.is-left{
    margin-right: 66px;
    padding-top: 20px;
}
.product-service .el-tabs--left .el-tabs__item.is-left{
    text-align: left;
    position: relative;
}
.container .product-service .el-tabs__item{
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #1d2023;
}
.product-service .el-tabs--left .el-tabs__item.is-left:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url("/image/yousanjiao.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.product-service .el-tabs--left .el-tabs__item.is-left.is-active{
    background: #f8f9fc;
    color: #c30e23;
}
.product-service .el-tabs--left .el-tabs__item.is-left.is-active:before{
    font-size: 16px;
    background: url("/image/act-yousanjiao.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.product-tab .service-info{
    padding: 20px;
    background-color: #f8f9fc;
}
.service-info .title-text{
    margin-top: 15px;
}
.service-info .title-text span{
    display: inline-block;
    width: 100px;
    font-size: 14px;
    color: #1d2023;
    font-weight: bold;
}
.product-tab .service-info h3,
.product-tab .service-intro h3{
    font-size: 16px;
    color: #1d2023;
}
.product-tab .service-info p,
.product-tab .service-intro p{
    line-height: 24px;
    font-size: 14px;
    color: #3f454b;
    margin-top: 10px;
    text-align: justify;
}
.product-tab .service-info .contact-info{
    margin-top: 15px;
}
.product-tab .service-info .contact-info span{
    font-size: 14px;
    color: #1D2023;
    margin-right: 20px;
}
.product-tab .service-info .contact-info span:last-child{
    margin-right: 0;
}
.product-tab .service-info .contact-info span.has-icon{
    position: relative;
    padding-left: 24px;
}
.product-tab .service-info .contact-info span.has-icon:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
}
.product-tab .service-info .contact-info span.has-icon.phone:before{
    background: url("/image/phone.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.product-tab .service-info .contact-info span.has-icon.mail:before{
    background: url("/image/mail.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.service-info .img-over{
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}
.service-info .img-over img{
    width: 100%;
    transition: all .3s;
}
.service-info .img-over img:hover{
    transform: scale(1.1);
}
.service-info img.auth-img{
    height: 138px;
}
.service-info img.cus-img{
    height: 124px;
}
.service-info img.perm-img{
    height: 103px;
}
.service-info img.agency-img{
    height: 147px;
}
.service-intro .service-item{
    margin-top: 15px;
}
.service-intro .service-item .service-img{
    min-width: 153px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 15px;
}
.service-intro .service-item .cus-bg{
    background: url("/image/cus-bg.png") no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 15px;
}
.service-intro .service-item .perm-bg{
    background: url("/image/perm-bg.png") no-repeat;
    background-size: 100%;
    color: #1d2023;
}
.service-intro .service-item .service-img:nth-child(5n){
    margin-right: 0;
}
.product-tab .service-intro,
.product-tab .service-download{
    padding: 20px;
    background-color: #f8f9fc;
    margin-top: 20px;
}
.product-tab .service-download h3{
    font-size: 16px;
    color: #1D2023;
}
.product-tab .service-download .download-info{
    margin-top: 15px;
}
.product-tab .service-download .download-info p{
    float: left;
    padding: 15px 50px;
    font-size: 14px;
    background: #fff;
    color: #1D2023;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #eee;
    transition: all .5s;
}
.product-tab .service-download .download-info p:hover{
    -webkit-transform: translate3d(0,-3px,0);
    -moz-transform: translate3d(0,-3px,0);
    -ms-transform: translate3d(0,-3px,0);
    -o-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.product-tab .service-download .download-info p em{
    color: #c30e23;
}
.product-tab .service-download p{
    font-size: 12px;
    color: #3f454b;
    margin-top: 12px;
}</pre></body></html>