<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">head-left .sec4-warp3 line {
    background:rgba(0,0,0,.2)
}
.head .head-left .left-d span{
    color:#fff ;
}
.head .head-left .span span{
    background:#fff;
}
.head-right .ss i{
    color: #fff;
}
.head-right .ss input{
    color: #B1B1B1;
    background: #F6F6F6;
}
.head-right .search{
    color:#fff;
}
.head-right .CN{
    color: #fff;
}
.language span{
    color: #fff;
}
.head-right .line{
    background: rgba(0,0,0,.2);
}
.head-right .xl i{
    color: #fff;
}


.section {
    width: 100%;
    height: 960px;
    overflow: hidden;
}

.xl i {
    color: white;
}

.section2 {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.section2 p {
    text-align: center;
    width: 152px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #464646;
    transition: 0.6s;
    cursor: pointer;
    position: relative;
    /*margin-right: 96px;*/
}

.section2 p:after {
    content: "";
    width: 0px;
    height: 2px;
    background: #0080CC;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    transition: 0.6s;
}

.section2 p:hover {
    color: rgba(0, 128, 204, .6);
}

.section2 p:hover:after {
    width: 70px;
}

.section3 {
    width: 100%;
    height: auto;
    background: white;
    overflow: hidden;
}
.sec3-warp{
    width: 83%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 83px;
    margin-bottom: 98px;
}
.sec3-warp .sec3-warp-left span{
    font-size: 28px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #151515;
    display: block;
    margin-bottom: 57px;
}
.sec3-warp .sec3-warp-left p{
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 36px;
}
.sec3-warp-ri{
    width: 733px;
    height: 444px;
}
.sec3-warp-ri #allmap{
    width: 100%;
    height: 100%;
}
</pre></body></html>