<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é¡µçœ‰*/
.footer{
    background: url("../images/footer/bg.jpg")no-repeat center;
}
.footer .container{
    padding: 50px 0 30px 0;
}
.footer .container .row{
    position: relative;
}
.footer .container .row:before{
    content: "";
    display: inline-block;
    width: 1px;
    background-color: #ffffff;
    opacity: 0.1;
    height:100%;
    position: absolute;
    left: 33.3333%;
    bottom: 0;
}
.footer .container .row:after{
    content: "";
    display: inline-block;
    width: 1px;
    background-color: #ffffff;
    opacity: 0.1;
    height:100%;
    position: absolute;
    right: 33.3333%;
    bottom: 0;
}

.footer .one{
    display: table;
}
.footer .one img{
    margin-bottom: 30px;
}
.footer .one ul li{
    border: 1px solid rgba(255,255,255,.34);
    width: 370px;
    padding: 15px 15px 15px 57px;
    margin-bottom: 10px;
}
.footer .one ul li:last-child{
    margin-bottom: 0;
}
.footer .one ul li p{
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    color: #ffffff;
    border-left: 1px solid #ffffff;
}

.footer .one ul li:nth-child(1){
    background: url("../images/footer/1.png")no-repeat 15px center;
}
.footer .one ul li:nth-child(2){
    background: url("../images/footer/2.png")no-repeat 15px center;
}
.footer .one ul li:nth-child(3){
    background: url("../images/footer/3.png")no-repeat 15px center;
}

.footer .two{
    display:block;
    width: 290px;
    margin: 0 auto;
}
.footer .two h2{
    padding: 30px 0 40px;
    color: #ffffff;
    font-size: 20px;
}
.footer .two p{
    color: #ffffff;
    text-align: center;
}
.footer .three{
    display: table;
    margin:  0 auto;
}
.footer .three h2{
    color: #ffffff;
    font-size: 20px;
    padding-left: 25px;
    background: url("../images/footer/link.png")no-repeat left center;
    margin: 30px 0 30px 0;
}
.footer .three h2 span{
    font-size: 23px;
    font-family: åŽæ–‡è¡Œæ¥·;
    margin-left: 10px;
}
.footer .three ul li{
    border: 1px solid rgba(255,255,255,.34);
    width: 310px;
    padding: 15px 15px 15px 25px;
    margin-bottom: 18px;
    color: #ffffff;
}
.footer .three ul li table{
    width: 100%;
}
.footer .three ul li select{
    color: #ffffff;
    line-height: 18px;
    background-color: transparent;
    width: 100%;
    border: 0;
    font-size: 14px;
    font-family: å¾®è½¯é›…é»‘;
}
.footer .three ul li select option{
    color: #333333;
}
.footer .foot{
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
}
.footer .foot a{
    color: #ffffff;
}

@media screen and ( max-width: 1200px ) {
    .footer{
        background-size: cover;
    }
    .footer .container .row:before,.footer .container .row:after{
        display: none;
    }

    .footer .one{
        margin: 0 auto;
    }
    .foot span{
        display: block;
    }



}</pre></body></html>