<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #fff !important;
}
@charset "UTF-8";
/*åˆå§‹åŒ–æ&nbsp;·å¼*/

a, a:hover, a:link, a:active {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
ul, li {
    list-style: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: 12px/1.5 "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", arial, helvetica, sans-serif;
}

/*å…¬å…±æ&nbsp;‡é¢˜*/
.public_title{
    font-size: 26px;
    text-align: center;
    width: 100%;
    color: #333;
}

.public_subtitle{
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #999;
}

.w_1200{
    width: 1200px;
    margin:0 auto;
}
.lock_more{
    display: block;
    margin:26px auto 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #ce0505;
    border:1px solid #ce0505;
    font-size: 14px;
}

.lock_more:hover{
    background: #ce0505;
    color: #fff;
}
/*banner*/
.page_banner{
    width: 100%;
    position: relative;
}

.page_banner .page_icon{
    display: block;
    width: 100%;
}

/*çŸ¥ä¹Žè¥é”€æŽ¨å¹¿*/
.promote{
    padding: 50px 0;
}
.promote_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.promote_list .promote_item{
    width: 380px;
    border:1px solid #d7d7d7;
    margin-right: 30px;
    margin-top: 30px;
    padding: 30px 30px 50px;
    position: relative;
}

.promote_list .promote_item:nth-child(3n){
    margin-right: 0;
}

.promote_list .promote_item .title{
    width: 100%;
    display: flex;
    align-items: center;
}

.promote_list .promote_item .title img{
    display: block;
    width: 46px;
}

.promote_list .promote_item .title span{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-left: 8px;
}

.promote_list .promote_item .text{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}

.promote_list .promote_item .clickcon{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background: #ce0505;
    color: #fff;
    line-height: 38px;
    text-align: center;
    display: none;
    font-size: 14px;
}

.promote_list .promote_item:hover .clickcon{
    display: block;
}

/*çŸ¥ä¹Žå¹³å°ä¼˜åŠ¿*/
.advantage{
    width: 100%;
    background: #f3f8ff;
    padding: 50px 0;
}

.advantage .advantage_list{
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.advantage .advantage_list .advantage_item{
    background: #fff;
    flex: 1;
    margin-right: 30px;
    padding: 10px;
}

.advantage .advantage_list .advantage_item:last-child{
    margin-right: 0;
}

.advantage .advantage_list .advantage_item .icon{
    display: block;
    width: 100%;
}

.advantage .advantage_list .advantage_item .title{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.advantage .advantage_list .advantage_item .text{
    font-size: 14px;
    color: #666;
    width: 80%;
    margin:6px auto 0;
    text-align: center;
}

/*çŸ¥ä¹Žè¥é”€æ€Žä¹ˆçŽ©*/
.play{
    padding: 60px 0; 
}

.play .play_content{
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.play .play_content .play_img{
    width: 540px;
}

.play .play_content .play_img img{
    display: block;
    height: 350px;
    margin: 0 auto;
}

.play .play_content .play_list{
    flex: 1;
}

.play .play_content .play_list .play_item{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom:30px;
}

.play .play_content .play_list .play_item:last-child{
    margin-bottom: 0;
}

.play .play_content .play_list .play_item .icon{
    width: 60px;
    margin-right: 20px;
}

.play .play_content .play_list .play_item .text{
    width: 100%;
}

.play .play_content .play_list .play_item .text .title{
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.play .play_content .play_list .play_item .text .name{
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 3px;
}

/*çŸ¥ä¹Žè¥é”€èƒ½å®žçŽ°ä»€ä¹ˆæ•ˆæžœ*/
.effect_list{
    width: 100%;
    display: flex;
    margin-top: 35px;
}

.effect_list .effect_item{
    flex: 1;
    margin-right: 30px;
    box-shadow: 0 0 10px rgba(200,200,200,.3);
    border:1px solid #eeeeee;
    border-radius: 5px;
    padding: 25px 25px 40px;
    transition: all .5s ease;
}

.effect_list .effect_item:last-child{
    margin-right: 0;
}

.effect_list .effect_item .icon{
    display: block;
    width: 90px;
    margin: 0 auto;
    transition: all .5s ease;
}

.effect_list .effect_item .title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-top: 25px;
}

.effect_list .effect_item .text{
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.effect_list .effect_item:hover{
    border:1px solid #ce0505;
    margin-top: -15px;
}

/*çŸ¥ä¹ŽæŠ•æ”¾æ¡ˆä¾‹*/
.case_wrap{
    width: 100%;
    margin-top: 60px;
    padding: 60px 0;
    background: #f3f8ff;
}

.case_wrap .case_tab{
    width: 100%;
    display: flex;
    margin-top: 25px;
    justify-content: center;
    align-content: center;
}

.case_wrap .case_tab li{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #fff;
    cursor:pointer;
    margin-right: 30px;
    border-radius: 5px;
}

.case_wrap .case_tab li.on{
    background: #0066ff;
    color: #fff;
}

.case_wrap .case_list{
    width: 100%;
    display: block;
    margin-top: 20px;
    background: #fff;
    padding: 40px;
}

.case_wrap .case_list .case_item{
    display: none;
    width: 100%;
}

.case_wrap .case_list .case_item.on{
    display: block;
}

.case_wrap .case_list .case_item .title{
    font-size: 24px;
    color: #333;
    text-align: center;
}

.case_wrap .case_list .case_item .case_img{
    margin-top: 20px;
    display: block;
    width: 100%;
}

/*çŸ¥ä¹Žè¥é”€æœåŠ¡æµç¨‹*/
.marketing{
    padding: 60px 0;
}

.marketing .marketing_list{
    width: 100%;
    display: flex;
}

.marketing .marketing_list .marketing_item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.marketing .marketing_list .marketing_item .icon{
    margin-left: 15px;
    display: block;
    width: 186px;
}

.marketing .marketing_list .marketing_item .number{
    font-size: 22px;
    color: #0066fe;
    margin-top: 25px;
    font-style: italic;
}

.marketing .marketing_list .marketing_item .text{
    font-size: 26px;
    color: #333;
    margin-top: 8px;
    font-style: italic;
}


@media screen and (max-width: 640px) {
    .w_1200{
        width: 100%;
    }
    .public_title{
        font-size: 20px;
    }
    .promote{
        padding: 30px 0;
    }
    .promote_list{
        width: 95%;
        margin: 0 auto;
    }
    .promote_list .promote_item{
        width: calc(50% - 5px);
        margin-right: 10px;
        padding: 15px;
        margin-top: 10px;
    }
    .promote_list .promote_item:nth-child(3n){
        margin-right: 10px;
    }
    .promote_list .promote_item:nth-child(2n){
        margin-right: 0;
    }
    .promote_list .promote_item .title img{
        width: 30px;
    }
    .promote_list .promote_item .title span{
        font-size: 16px;
    }
    .promote_list .promote_item .text{
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }
    .advantage{
        padding: 30px 0;
    }
    .advantage .advantage_list{
        width: 95%;
        margin: 15px auto 0;
        flex-wrap: wrap;
    }
    .advantage .advantage_list .advantage_item{
        margin-right: 10px;
        flex: none;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .advantage .advantage_list .advantage_item:nth-child(2n){
        margin-right: 0;
    }
    .advantage .advantage_list .advantage_item .text{
        display: none;
    }
    .advantage .advantage_list .advantage_item .title{
        font-size: 14px;
        margin-top: 10px;
    }
    .play{
        padding: 30px 0;
    }
    .play .play_content{
        width: 95%;
        margin: 15px auto 0;
        flex-wrap: wrap;
    }
    .play .play_content .play_img{
        width: 100%;
    }
    .play .play_content .play_img img{
        height: 190px;
    }
    .play .play_content .play_list .play_item{
        margin-bottom: 15px;
    }
    .play .play_content .play_list .play_item .icon{
        width: 40px;
    }
    .play .play_content .play_list .play_item .text .title{
        font-size: 14px;
    }
    .play .play_content .play_list .play_item .text .name{
        font-size: 12px;
    }
    .effect_list{
        width: 95%;
        margin: 30px auto 0;
    }
    .effect_list .effect_item{
        margin-right: 10px;
        padding: 15px;
    }
    .effect_list .effect_item .icon{
        width: 50px;
    }
    .effect_list .effect_item .text{
        display: none;
    }
    .effect_list .effect_item .title{
        margin-top: 12px;
    }
    .case_wrap .case_tab{
        width: 95%;
        margin: 15px auto 0;
    }
    .case_wrap .case_tab li{
        flex: 1;
        margin-right: 12px;
    }
    .case_wrap .case_tab li:last-child{
        margin-right: 0;
    }
    .case_wrap .case_list{
        width: 95%;
        margin: 15px auto 0;
        padding: 15px;
    }
    .case_wrap{
        padding: 30px 0;
        margin-top: 30px;
    }
    .case_wrap .case_list .case_item .title{
        font-size: 16px;
    }
    .case_wrap .case_list .case_item .case_img{
        margin-top: 15px;
    }
    .marketing{
        padding: 30px 0;
    }
    .marketing .marketing_list .marketing_item .icon{
        width: 50%;
    }
    .marketing .marketing_list .marketing_item .number{
        font-size: 16px;
        margin-top: 4px;
    }
    .marketing .marketing_list .marketing_item .text{
        font-size: 12px;
        margin-top: 0;
    }
}</pre></body></html>