<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.list-unstyled{
    margin-bottom: 0;
}
.fxinfo{
    background-color: #0062B3;
    padding: 20px 10%;
    color:#fff;
    display: flex;
    justify-content: space-around;
}
.fxinfo .fxinfo_item{
    margin: 0 4.8rem;
    text-align: center;
}
.fxinfo .fxinfo_item span{
    display: block;
}
.fxinfo .fxinfo_item .bigtxt{
    font-size: 2rem;
    margin-right: 1rem;
}

.gy_about{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gy_about .gy_about_l{
    width: 50%;
}
.gy_about .gy_about_l img{
    width: 100%;
}
.gy_about .gy_about_r{
    width: 50%;
    padding: 2rem 5%;
}
.gy_about .gy_about_r h4{
    position: relative;
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 8rem;
}
.gy_about .gy_about_r h4::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -12px;
    width: 58px;
    height: 1px;
    background-color: #979797;
}
.gy_about .gy_about_r p{
    color: #999;
    margin-bottom: 40px;
}
.gy_about .gy_about_r .btn{
    font-size: .88rem;
    padding: 6px 40px;
}

.gy_hxjz{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.gy_hxjz .gy_hxjz_item{
    position: relative;
    width: 50%;
    padding: 40px;
    height: 260px;
    color:#333;
}
.gy_hxjz .gy_hxjz_item:hover{
    background-color: #005FD4;
    color: #fff;
}
.gy_hxjz .gy_hxjz_item .gy_hxjz_cont{
    position: absolute;
    top:50%;
    left: 48%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    width: 90%;
}
.gy_hxjz .gy_hxjz_item .gy_hxjz_cont h4{
    font-size: 1.3rem;
}
.gy_hxjz .gy_hxjz_item .gy_hxjz_cont .gy_hxjz_cont_t{
    font-size: 1rem;
    margin-right: 5rem;
    font-weight: normal;
}

.titg{
    font-size: 1.4rem;
    color:#333;
    text-align: center;
}
.titg span{
    position: relative;
    display: inline-block;
}
.titg span::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 55px;
    height: 1px;
    background-color: #979797;
}

.gy_wh_box{
    padding: 3rem 0;
}
.gy_wh{
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin: 2rem;
}
.gy_wh .gy_wh_item{
    width: 31.5%;
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    margin-bottom: 2.5rem;
}
.gy_wh .gy_wh_item .icon .iconfont{
    font-size: 4rem;
    color: #e6e6e6;
}
.gy_wh .gy_wh_item h4{
    color: #333;
    font-size: 1.3rem;
}
.gy_wh .gy_wh_item p{
    padding: 10px 12%;
    color:#999;
}
.gy_wh .gy_wh_item:hover{
    background-color: #005FD4;
    color:#fff;
}
.gy_wh .gy_wh_item:hover h4, .gy_wh .gy_wh_item:hover p{
    color: #fff;
}

.gy_team{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}
.gy_team .gy_team_l{
    position: relative;
    padding: 40px 0;
    width: 22%;
    background-color: #eee;
    height: 496px;
    overflow: hidden;
}
.gy_team .gy_team_r{
    width: 78%;
    overflow: hidden;
}

.gy_team .gy_team_l .prev{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: #666;
    z-index: 2;
    background-color: #eee;
}
.gy_team .gy_team_l .next{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: #666;
    z-index: 2;
    background-color: #eee;
}
.gy_team .gy_team_l i{
    margin: 0 auto;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: block;
    width: 6px;
    padding: 6px;
}
.gy_team .gy_team_l i.up{
    margin-top: 20px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.gy_team .gy_team_l i.down{
    margin-top: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.team_smbox{
    /* height: 400px; */
    margin-bottom: 0;
}
.team_smbox .swiper-slide{
    display: block;
    padding: 0px 30px;
    height: 80px;
}
.team_smbox .swiper-slide a{
    display: block;
}
.team_smbox .swiper-slide .avatar_img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 20px;
    float: left;
}
.team_smbox .swiper-slide .avatar_img img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.team_smbox .swiper-slide .team_name{
    display: inline-block;
}
.team_smbox .swiper-slide .team_name h4{
    font-size: 1.3rem;
    color: #333;
}
.team_smbox .swiper-slide .team_name p{
    color: #999;
    margin-bottom: 0;
}
.team_ibox{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.team_ibox .team_ibox_img{
    width: 50%;
}
.team_ibox .team_ibox_desc{
    width: 50%;
    padding: 3rem;
}
.team_ibox_desc h3{
    font-size: 1.5rem;
    color: #333;
}
.team_ibox_desc .team_tx{
    font-size: 1rem;
    color: #666;
}
.team_ibox_desc .team_ibox_txt{
    margin-top: 5rem;
    font-size: 1rem;
    color: #666;
}

@media screen and (max-width: 768px) {
    .fxinfo{
        padding: 15px 10px;
    }
    .fxinfo .fxinfo_item{
        width: 25%;
        margin: 0;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, .7);
    }
    .fxinfo .fxinfo_item:nth-child(1){
        border-left: none;
    }
    .fxinfo .fxinfo_item .bigtxt{
        font-size: 1.4rem;
        margin-right: 0;
    }
    .fxinfo .fxinfo_item span{
        font-size: .7rem;
    }
    .gy_about{
        position: relative;
    }
    .gy_about .gy_about_l{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .gy_about .gy_about_l::after{
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
    }
    .gy_about .gy_about_l img{
        height: 100%;
        width: 100%;
    }
    .gy_about .gy_about_r{
        position: relative;
        width: 100%;
        text-align: center;
        padding: 5rem 5%;
        z-index: 1;
    }
    .gy_about .gy_about_r h4{
        margin-bottom: 2rem;
        text-align: center;
        color: #fff;
    }
    .gy_about .gy_about_r h4::after{
        left: 50%;
        width: 60px;
        margin-left: -30px;
    }
    .gy_about .gy_about_r p{
        color: #fff;
    }
    .gy_hxjz{
        background-color: #f2f2f2;
        padding: 2rem 1rem 1rem 1rem;
    }
    .gy_hxjz .gy_hxjz_item{
        width: 100%;
        height: auto;
        padding: 25px 0;
        margin-bottom: 1rem;
        background-color: #fff;
        text-align: center;
    }
    .bgf2{
        background-color: #fff;
    }
    .gy_hxjz .gy_hxjz_item .gy_hxjz_cont{
        position: unset;
        transform: translate(0);
        -webkit-transform: translate(0);
        display: block;
        width: 100%;
    }
    .gy_hxjz .gy_hxjz_item .gy_hxjz_cont h3{
        font-size: 1.3rem;
    }
    .gy_hxjz .gy_hxjz_item .gy_hxjz_cont h5{
        display: none;
    }
    .gy_hxjz .gy_hxjz_item .gy_hxjz_cont p{
        margin-bottom: 0;
        font-size: .9rem;
    }
    .gy_hxjz .gy_hxjz_item .gy_hxjz_cont .gy_hxjz_cont_t{
        display: block;
        font-size: 1.3rem;
        margin-right: 0;
        font-weight: bold;
    }
    .gy_hxjz .gy_hxjz_item .gy_hxjz_cont h4{
        font-size: .9rem;
        font-weight: normal;
    }

    .gy_wh_box{
        padding: 2rem 0 0 0;
    }
    .gy_wh{
        margin: 2rem 0;
    }
    .gy_wh .gy_wh_item{
        width: 30.5%;
        padding: 10px 0;
        margin-bottom: 15px;
    }
    .gy_wh .gy_wh_item h4{
        font-size: 1.1rem;
    }
    .gy_wh .gy_wh_item .icon .iconfont{
        font-size: 2rem;
        color: #005FD4;
    }
    .gy_wh .gy_wh_item p{
        display: none;
    }
    .gy_team{
        flex-direction: column;

    }
    .gy_team .gy_team_l{
        width: 100%;
        padding: 15px 28px;
        height: 70px;
    }
    .gy_team .gy_team_r{
        width: 100%;
    }
    .team_ibox{
        flex-direction: column-reverse;
    }
    .team_ibox .team_ibox_img{
        width: 100%;
    }
    .team_ibox .team_ibox_desc{
        width: 100%;
        padding: 1rem .5rem
    }
    .team_ibox_desc .team_ibox_txt{
        margin-top: 1rem;
    }

    .gy_team .gy_team_l .prev{
        left: 0;
        width: 28px;
        height: 100%;
    }
    .gy_team .gy_team_l i.up{
        margin-top: 30px;
        transform: rotate(-225deg);
        -webkit-transform: rotate(-225deg);
    }
    .gy_team .gy_team_l .next{
        left: auto;
        top: 0;
        bottom: auto;
        right: 0;
        width: 28px;
        height: 100%;
    }
    .gy_team .gy_team_l i.down{
        margin-top: 25px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .team_smbox .swiper-slide{
        padding: 0 5px;
    }
    .team_smbox .swiper-slide a{
        display: flex;
    }
    .team_smbox .swiper-slide .avatar_img{
        width: 42px;
        height: 42px;
        margin-right: 8px;
    }
    .team_smbox .swiper-slide .team_name h4{
        font-size: 1rem;
        margin-bottom: 0;
    }
    .team_smbox .swiper-slide .team_name p{
        font-size: .9rem;
    }
}</pre></body></html>