<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main{
    width: 100%;
}
p{
    margin: 0;
}
.list li{
    list-style: disc;
}
.main .title{
    text-align: center;
    height: 250px;
    color: #ffffff;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 90px;
    margin-bottom: 80px;
}
.innerTitle{
    display: block;
    font-weight: 550;
    color: #333333;
    font-size: 17px;
    margin-bottom: 10px;
}
.title p{
    font-size: 31px;
}
.title span{
    font-size: 22px;
}
.main{
    overflow: hidden;
}
.main .left{
    width: 48%;
    max-height: 420px;
    box-sizing: border-box;
    text-align: center;
    background: #f7f6f6;
}

.main .right{
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 100px;
}
.list{
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    color: #333333;
}
.list li{
    margin-bottom: 5px;
}
.list .innerTitle{
    position: relative;
    left: -20px;
}
.main .left img{
    height: 100%;
    box-shadow: 0 40px 100px rgba(0,0,0,0.15), 0 25px 80px rgba(0,0,0,0.1);
}
.main .right .r-head,.main .right .r-center{
    display: flex;
}
.main .right .r-head .item{
    flex: 1;
}
.main .right .r-need{
    font-size: 16px;
    margin: 30px 0;
}
.main .right .item dl{
    font-size: 16px;
}
.main .right .item dl dt{
    float: left;
    color: #2c6df6;
}
.main .right .item dl dd{
    float: left;
    line-height: 34px;
    margin-left: 5px;
}
.main .right .r-center{
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    margin-top: 20px;
}

.main .f-cont{
    display: flex;
    margin-top: 100px;
    width: 100%;
    margin-bottom: 100px;
}
.main .f-cont .item{
    flex: 1;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .3s;
    position: relative;

}
.main .f-cont .item .bg{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0,0,0,.6);
    z-index: 1;

}
.main .f-cont .item:hover{
    transform: scale(1.06);
    z-index: 2;
    top: 0;
    box-shadow:0 16px 40px rgba(0,0,0,0.4);
}
.main .f-cont .item:hover .bg{
    background: rgba(0,0,0,.3);
}
.bottom_controls{
    background-color: rgba(0,0,0,0.03);
    height: 120px;
    line-height: 120px;
    position: relative;
    z-index: 1;
    display: flex;
}
.bottom_controls a{
    flex: 1;
    text-align: center;
    font-size: 15px;
    color: #888888;
}
.bottom_controls a .iconfont{
    transition: .3s all;

}
.bottom_controls a:hover .iconfont {
    color: #2c6df6;
    font-weight: bold;

}
.bottom_controls .moreBtn{
    font-size: 26px;
    transition: .3s all;

}
.bottom_controls  .moreBtn:hover{
    font-size: 32px;
    color: #2c6df6;
}</pre></body></html>