<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.index_banner{
    height: 785px;
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: auto 785px;
    margin-bottom: 53px;
}
.info_title{
    padding: 0 47px;
    align-items: center;
    margin-bottom: 105px;
}
.info_title img{
    width: 44px;
    height: 44px;
}
.info_title .t{
    font-family: æ€æºé»‘ä½“;
    font-size: 36px;
    font-weight: bold;
    line-height: 74px;
    text-align: center;
    letter-spacing: 0px;

    color: #EDB045;
}
.info_box{
    margin-bottom: 40px;
}
.info_box .txt{
    line-height: 34px;
    margin-left: 100px;
    padding-top: 50px;
}
.info_box .sub_txt{
    font-size: 18px;
    font-weight: 250;
    line-height: 32px;
    margin-top: 35px;
}
.sub_txt span{
    margin: 0 10px;
}
.sub_txt span:first-child{
    margin-left: 0;
}
.services_box .title{
    font-family: æ€æºé»‘ä½“;
    font-size: 36px;
    font-weight: bold;
    line-height: 74px;
    text-align: center;
    letter-spacing: 0px;
    color: #EDB045;
    margin-bottom: 75px;
}
.services_box .detail_t{
    padding-top: 22px;
    padding-left: 48px;
    flex: 1;
    border-left: 2px solid rgba(154, 151, 151, 0.8);
}
.services_box .detail_t .name{
    font-family: Fenix;
    font-size: 32px;
    font-weight: 350;
    line-height: 84px;
    letter-spacing: 1.2px;
    color: #14274A;
    margin-bottom: 12px;
}
.services_box .detail_t .info{
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    color: #14274A;
    margin-bottom: 42px;
}
.services_box .detail_t .more_btn{
    display: inline-block;
    width: 230px;
    height: 64px;
    background: #F7F7F7;
    color: #EDB045;
    line-height: 64px;
    text-align: center;
}
.rest_box{
    position: relative;
    width: 1130px;
    height: 845px;
}
.rest_box .bg{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.rest_box .mask_box{
    width: 100%;
    height: 246px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    padding: 34px 22px 0;
    line-height: 38px;
    color: #FFFFFF;
}
.rest_box .mask_box .btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -173px;
    display: block;
    width: 346px;
    height: 76px;
    font-size: 28px;
    font-weight: bold;
    line-height: 76px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    background: #F7F7F7;
    color: #E0B973;
}
.other_box .img_list{
    margin-bottom: 8px;
}
.other_box .item{
    text-align: center;
    color: #3D3D3D;
}
.other_box .item img{
    width: 360px;
    height: 220px;
    margin-bottom: 10px;
}
.other_box .btns{
    text-align: right;
}
.other_box .btn{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: rgba(237, 176, 69, 0.88);
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
}
.other_box .btn img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}</pre></body></html>