<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.bg-grey{
    background-color: #f1f1f1;
}
.bg-fff{
    background-color: #fff;
}
.banner{
    width: 100%;
    height: 650px;
    background: url('../img/bg2.jpg') center center no-repeat;
    background-size: cover;
}
.container{
    width: 1180px;
    margin: 0 auto;
}
/* 简介 */
.s1{
    height: 480px;
    padding: 50px 0;
    box-sizing: content-box;
}
.s1-l{
    float: left;
    width: 620px;
    height: 480px;
    padding: 84px 60px 0 50px;
    box-sizing: border-box;
    background-color: #fff;
}
.s1-l h1{
    margin: 0;
    font-size: 48px;
    color: #000;
    line-height: 70px;
}
.s1-l h2{
    margin: 0;
    font-size: 24px;
    color: #333;
    line-height: 66px;
    letter-spacing: 1px;
}
.s1-l p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding-top: 35px;
}
.s1-r{
    float: right;
    width: 560px;
    height: 480px;
}
.s1-r img{
    width: 560px;
    height: 480px;
}
/* 优势 */
.s2{
    height: 320px;
    padding: 0 0 60px;
    box-sizing: content-box;
}
.point-item {
    float: left;
    position: relative;
    display: flex;
    width: 590px;
    height: 160px;
    padding: 0 20px 0 200px;
    align-content: center;
    align-items: center;
    background: #fff url(./enter-1.png) left no-repeat;
    background-size: auto 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.point-item.point-item2 {
    background: #fff url(./enter-2.png) left no-repeat;
    background-size: auto 100%;
}
.point-item span {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 160px;
    font-size: 36px;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
}
.point-item p {
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.s3{
    padding: 80px 0 0;
}
.s3-wrap{
    padding: 40px 0 60px;
    overflow: hidden;
}
.s3-item {
    float: left;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 40px;
}
.s3-item .s3-icon {
    display: inline-block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    background: url(./p3-1.png) no-repeat center;
    background-size: contain;
}
.s3-item .s3-icon2{
	background: url(./p3-2.png) no-repeat center;
}
.s3-item .s3-icon3{
	background: url(./p3-3.png) no-repeat center;
}
.s3-item .s3-icon4{
	background: url(./p3-4.png) no-repeat center;
}
.s3-item .s3-icon5{
	background: url(./p3-5.png) no-repeat center;
}

.s3-icon i{
    display: block;
    width: 60px;
    height: 60px;
    margin: 50px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.s3-icon .icon-dengpao{
    background-image: url('./icon-dengpao.png');
}
.s3-icon .icon-sheji{
    background-image: url('./icon-sheji.png');
}
.s3-icon .icon-pc{
    background-image: url('./icon-pc.png');
}
.s3-icon .icon-yanshou{
    background-image: url('./icon-yanshou.png');
}
.s3-icon .icon-pinzhi{
    background-image: url('./icon-pinzhi.png');
}

.s3-item h4 {
    margin: 40px 0 20px;
    font-size: 20px;
    color: #222734;
}
.s3-wrap .s3-item .s3-text {
    height: 120px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.s3-wrap .s3-item .s3-text span {
    display: block;
    color: #009cff;
}

/* 专家 */
.s4 {
    padding: 90px 0 160px;
    background: url(./p4-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.s4-wrap {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 525px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 156, 255, 0.2);
}
.s4-wrap .s4-left {
    position: ;
    width: 300px;
    text-align: center;
    background: linear-gradient(to right,#00b6ff,#00cbff);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s4-left .s4-logo{
	display: inline-block;
	width: 144px;
	height: 144px;
	box-sizing: border-box;
	background: #ffffff;
	padding: 10px;
	border-radius: 100%;
}
.s4-left .s4-name{
	margin:50px 0 30px;
	font-size:20px ;
}
.s4-left .s4-bar{
	display: inline-block;
	width: 150px;
	height: 36px;
	line-height: 36px;
	background: linear-gradient(to right,#00b6ff,#00cbff);
	border-radius: 50px;
}
.s4-wrap .s4-right{
	position: relative;
	flex: 1;
	padding: 55px 50px 20px 60px;
	font-size: 14px;
	
}
.s4-wrap .s4-right::before,.s4-wrap .s4-right::after{
	content: "";
	position: absolute;
	width: 4px;
	height: 96px;
	left: 10px;
	top: calc(50% - 48px);
	background: #00b6ff;
	border-radius: 3px;
	opacity: 0.39;
}
.s4-wrap .s4-right::after{
	height: 60px;
	top: calc(50% - 30px);
	left: 20px;
	opacity: 0.2;
}
.s4-wrap .s4-right .s4-text{
	margin-bottom: 30px;
	line-height: 28px;
	color: #999;
}
.s4-wrap .s4-right .s4-p{
    margin-bottom: 20px;
    line-height: 22px;
	color: #333;
}
.s4-wrap .s4-right .s4-p i{
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
    margin-top: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #aaa;
    border-right: 7px solid transparent;
	color: #4f5d80;
}
.s4-wrap .s4-right .s4-imgs{
	margin-top: 60px;
}
.s4-wrap .s4-right .s4-imgs img{
	margin-right: 40px;
}
/* 服务 */
.s5{
    padding: 80px 0 120px;
}
.s5-wrap{
    overflow: hidden;
}
.s5-item{
    float: left;
    width: 25%;
}
.s5-item .t-span {
    display: block;
    width: 76px;
    height: 88px;
    line-height: 88px;
    background: url(./p5-box2.png) no-repeat;
    background-size: cover;
    margin: 60px auto 40px;
    padding-top: 24px;
    box-sizing: border-box;
}
.s5-item .t-span .icon{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(./p5-icon.png) no-repeat;
    background-size: 40px auto;
}
.s5-item .t-span .icon-01{
    background-position: 0 0;
}
.s5-item .t-span .icon-02{
    background-position: 0 -40px;
}
.s5-item .t-span .icon-03{
    background-position: 0 -80px;
}
.s5-item .t-span .icon-04{
    background-position: 0 -120px;
}
.s5-item .t-span .icon-05{
    background-position: 0 -160px;
}
.s5-item .t-span .icon-06{
    background-position: 0 -200px;
}
.s5-item .t-span .icon-07{
    background-position: 0 -240px;
}
.s5-item .t-span .icon-08{
    background-position: 0 -280px;
}
.s5-item .t-title{
    text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	color: #222734;
}
.s5-item .t-text{
    text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #999;
}


.w-title {
    padding: 0px 15px 40px;
    text-align: center;
    line-height: 1;
}

.i_title {
    margin: 0;
    line-height: 1;
    font-size: 36px;
    color: #525252;
}
.i_title {
    margin: 0;
    line-height: 1;
    font-size: 36px;
    color: #525252;
}
.i_title::after{
    display: block;
    content: '';
    width: 40px;
    height: 4px;
    margin: 15px auto 5px;
    border-radius: 2px;
    background: #2C68FF;
}
.i_sub {
    margin: 0;
    line-height: 1;
    font-size: 48px;
    color: #e5e5e5;
    text-transform: uppercase;
}

.block {
    overflow: hidden;
    padding: 63px 0;
    box-sizing: border-box;
}
.empty{
    height: 80px;
}
.shuju{
    height: 377px;
    background: url(./p6-bg.jpg) center center no-repeat;
    padding-top: 45px;
    padding-bottom: 55px;
    text-align: center;
}
.shuju .title{
    font-size: 26px;
    color: #fff;
    line-height: 88px;
}
.shuju .des{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.shuju-wrap{
    overflow: hidden;
}
.shuju-item{ 
    display: block;
    float: left;
    position: relative;
    width: 19%;
    height: 184px;
    margin: 30px 3% 0;
}
/* .shuju-item:last-child{
    margin-right: 0;
} */
.shuju-item .num{
    text-align: center;
    line-height: 1;
    /* font-weight: bold; */
    font-size: 56px;
    /* color: #fecf13; */
    color: #6dedff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.shuju-item .small{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 24px;
    line-height: 45px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.shuju-item .p{
    margin-top: 20px;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    color: #fff;
}
.shuju-item .tag{
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #3f3f3f;
    background-color: #fff;
}

.s7{
    padding: 80px 0 120px;
    overflow: hidden;
}
.s7 .item-wrap{
    overflow: hidden;
}
.s7 .item{
    display: block;
    float: left;
    width: 393px;
    height: 162px;
    margin-top: 54px;
    text-align: center;
}
.s7 .item .icon{
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    background: url(./s7-icon.png) no-repeat;
    background-size: 48px auto;
}
.s7 .item .icon-1{
    background-position: 0 0;
}
.s7 .item .icon-2{
    background-position: 0 -48px;
}
.s7 .item .icon-3{
    background-position: 0 -96px;
}
.s7 .item .icon-4{
    background-position: 0 -144px;
}
.s7 .item .icon-5{
    background-position: 0 -192px;
}
.s7 .item .icon-6{
    background-position: 0 -240px;
}

.s7 .item-title{
    margin-bottom: 14px;
    font-size: 20px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #47495a;
    line-height: 28px;
}
.s7 .item-desc{
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #8d8f9b;
    line-height: 28px;
}
.s8.block{
    padding: 80px 0;
}
.m-rz{
    display: none;
}
.rz-container{
    position: relative;
}
.rz-container img{
    width: 220px;
    height: auto;
}
.rz-container .swiper-button-prev{
    display: none;
    width: 32px;
    height: 60px;
    left: 20px;
    margin-top: -30px;
    background-size: 32px 60px;
    background-image: url('/static/img/icon-prev.png');
}
.rz-container .swiper-button-next{
    display: none;
    width: 32px;
    height: 60px;
    right: 20px;
    margin-top: -30px;
    background-size: 32px 60px;
    background-image: url('/static/img/icon-prev.png');
    transform: rotate(180deg);
}
.rz-container:hover .swiper-button-prev,
.rz-container:hover .swiper-button-next{
    display: block;
}
.free {
    width: 100%;
    height: 260px;
    padding: 50px 0 30px;
    text-align: center;
    color: #fff;
    background: url(./s9-bg.png) no-repeat;
    background-size: cover;
}
.free .free_title p{
    font-size: 30px;
}
.free .free_title span {
    display: block;
    margin-top: 20px;
    font-size: 18px;
}
.free .contact-btn {
    display: block;
    width: 128px;
    height: 39px;
    margin: 20px auto 0;
    border: 2px solid #fff;
    line-height: 35px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.contact.block{
    display: none;
    padding: 0;
}


@media (max-width: 576px) {
    .container{
        width: 100%;
    }
    .banner{
        height: 300px;
        background-image: url('../img/mbg-1.jpg');
        background-size: auto 300px;
    }
    .block{
        padding: 30px 0;
    }
    .w-title{
        position: relative;
        height: 124px;
        padding: 0;
        text-align: left;
        box-sizing: border-box;
    }
    .i_title{
        position: absolute;
        top: 50px;
        left: 20px;
        height: 44px;
        line-height: 36px;
        font-size: 30px;
        color: #000;
    }
    .i_sub{
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 16px;
        color: #2C68FF;
    }
    .i_title::after{
        position: absolute;
        top: 44px;
        left: 0;
        margin: 0;
    }
    .s1{
        padding: 0;
        height: auto;
        overflow: hidden;
    }
    .s1-l,.s1-r{
        width: 100%;
        box-sizing: border-box;
    }
    .s1-l{
        padding: 40px 30px;
        height: 400px;
    }
    .s1-l h1{
        font-size: 32px;
        line-height: 48px;
    }
    .s1-l h2{
        margin-top: 10px;
        font-size: 20px;
        line-height: 32px;
    }
    .s1-l p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        padding-top: 25px;
    }
    .s1-r{
        height: 86vw;
    }
    .s1-r img{
        width: 100vw;
        height: 86vw;
    }
    .s2{
        height: 400px;
        padding: 10px 0;
    }
    .point-item {
        z-index: 2;
        display: block;
        width: 94vw;
        height: auto;
        height: fit-content;
        min-height: 80px;
        padding: 0;
        margin: 15px 3vw 0;
        overflow: hidden;
        background: none;
        box-shadow: none;
    }
    .point-item.point-item2 {
        background: none;
        box-shadow: none;
    }
    .point-item .cover{
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 0px;
        width: 100px;
        height: 80px;
        transform: translateY(-50%);
        background: url(./enter-1.png) left no-repeat;
        background-size: auto 100%;
    }
    .point-item.point-item2 .cover{
        background: url(./enter-2.png) left no-repeat;
        background-size: auto 100%;
    }
    .point-item span {
        position: static;
        display: block;
        width: 80px;
        height: 80px;
        font-size: 24px;
        transform: none;
    }
    .point-item p {
        position: absolute;
        left: 80px;
        z-index: 1;
        height: 80px;
        padding: 10px 15px 10px 20px;
        line-height: 20px;
        font-size: 14px;
        color: #999;
        background-color: #fff;
    }

    .s3{
        padding: 30px 0 0;
        overflow: hidden;
    }
    .s3-wrap-outter{
        width: 100vw;
        height: 372px;
        overflow: scroll;
    }
    .s3-wrap{
        padding: 20px 0 40px;
        width: 210vw;
    }
    .s3-item {
        margin: 0;
        padding: 0 20px;
    }
    .s3-item .s3-icon{
        width:100px;
        height: 100px;
    }
    .s3-item .s3-icon2,
    .s3-item .s3-icon3,
    .s3-item .s3-icon4,
    .s3-item .s3-icon5{
        background-size: contain;
    }
    .s3-icon i{
        width: 50px;
        height: 50px;
        margin: 25px auto;
    }
    .s3-item h4 {
        margin: 20px 0 10px;
        font-size: 20px;
        color: #222734;
    }
    .s3-wrap .s3-item .s3-text{
        height: 152px;
        line-height: 20px;
        font-size: 12px;
    }
    .s3-wrap .s3-item .s3-text span{
        height: 52px;
        line-height: 24px;
        font-size: 14px;
    }
    .s4{
        padding: 0;
    }
    .s4-wrap{
        display: block;
    }
    .s4-wrap .s4-left{
        display: block;
        width: 100vw;
        height: 120px;
        text-align: left;
    }
    .s4-left .s4-logo{
        float: left;
        display: block;
        width: 80px;
        height: 80px;
        margin: 20px 15px 0 30px;
        padding: 6px;
    }
    .s4-left .s4-logo img{
        width: 68px;
        height: 68px;
    }
    .s4-left .s4-name{
        margin: 0;
        padding: 35px 0 0;
    }
    .s4-left .s4-bar{
        background: none;
        height: 30px;
        line-height: 30px;
    }
    .s4-wrap .s4-right {
        width: 100vw;
        padding: 30px 20px 40px 30px;
        font-size: 14px;
    }
    .s4-wrap .s4-right .s4-text{
        margin-bottom: 10px;
        line-height: 22px;
    }
    .s4-wrap .s4-right .s4-p {
        margin-bottom: 10px;
    }
    .s4-wrap .s4-right .s4-imgs{
        margin-top: 20px;
    }
    .s4-wrap .s4-right .s4-imgs img {
        margin-right: 2px;
        height: 100px;
    }
    .s4-wrap .s4-right::before, .s4-wrap .s4-right::after {
        width: 60px;
        height: 4px;
        left: calc(50% - 30px);
        top: 6px;
    }
    .s4-wrap .s4-right::after {
        width: 40px;
        left: calc(50% - 20px);
        top: 14px;
    }
    .s5 {
        padding: 30px 0 40px;
    }
    .s5-item{
        width: 50%;
    }
    .s5-item .t-span{
        margin: 20px auto 15px;
    }
    .s5-item .t-title {
        margin-bottom: 10px;
    }
    .empty{
        display: none;
    }


    .shuju{
        height: 300px;
        padding: 20px 0 30px;
        background-position: center bottom;
    }
    .shuju .title {
        font-size: 22px;
        color: #fff;
        line-height: 66px;
    }
    .shuju .des{
        padding: 0 20px;
        line-height: 24px;
    }
    .shuju .des p:last-child{
        display: none;
    }
    .shuju-item{
        width: 25%;
        height: auto;
        margin: 30px 0 20px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .shuju-item .tag{
        display: none;
    }
    .shuju-item .num{
        font-size: 36px;
    }
    .shuju-item .small{
        top: -10px;
        right: 10px;
        font-size: 14px;
    }
    .shuju-item .small2{
        top: -13px;
        font-size: 22px;
    }
    .shuju-item .p{
        margin-top: 10px;
        line-height: 18px;
        font-size: 14px;
    }

    .s7{
        padding: 0 0 40px;
    }
    .s7 .item {
        width: 50%;
        height: 140px;
        margin-top: 20px;
    }
    .s7 .item-title{
        font-size: 16px;
        margin-bottom: 4px;
    }
    .s7 .item-desc{
        padding: 0 20px;
        font-size: 12px;
        line-height: 20px;
    }


    .rz-container{
        display: none;
    }
    .m-rz{
        display: block;
        width: 100%;
        padding-left: 20px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .m-rz-inner{
        width: 1200px;
    }
    .m-rz img{
        display: inline-block;
        width: 125px;
        height: auto;
        margin-right: 20px;
    }
    .free{
        padding: 30px 0;
        height: 242px;
    }
    .free .free_title p{
        font-size: 20px;
    }
    .free .free_title span {
        padding: 10px 16px;
        margin-top: 0;
        line-height: 24px;
        font-size: 14px;
    }
}</pre></body></html>