/*
* @Author: anchen
* @Date:   2022-08-01 10:24:43
* @Last Modified by:   anchen
* @Last Modified time: 2022-08-02 11:02:02
*/
html,body{width:100%;height:100%;background-color:#fff;}
a{
    color: white;
}
.f12{
    font-size: 12px;
    font-family: Source Han Sans CN-Normal, Source Han Sans CN;
    font-weight: 400;
}
.f14{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
}
.f14b{
    font-size: 14px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
}
.f14c{
    font-size: 14px;
    font-family: PingFang SC-Heavy, PingFang SC;
    font-weight: 800;
}
.f16{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
}
.f16b{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: bold;
}
.f16c{
    font-size: 16px;
    font-family: PingFang SC-Heavy, PingFang SC;
    font-weight: 800;
}
.f20{
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
}
.f24{
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
}
.f24b{
    font-size: 24px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
}
.f36{
    font-size: 36px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
}
.f72{
    font-size: 72px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
}




/* 顶部 */
.header-box{width:100%;height:80px;}
.header-nei-box{
    width:1200px;
    height:100%;
    display:flex;
    margin:auto;
    align-items: center;
}

.home1-img{
    height:40px;
}
.nav-list{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    height:100%;
}

.nav-item{
    height:100%;
    padding-left:8px;
    padding-right:8px;
    line-height:80px;
    margin-left:10px;
    color:#1F1F1F;
    cursor: pointer;
}
.nav-list .action-this{
    border-bottom:4px solid #017CBA;
}



/* 底部 */
.floot-box{
    width:100%;
    height:477px;
    background: #003865;
}
.floot-top-info{
    width:1200px;
    margin:auto;
    height:390px;
    border-bottom: 1px solid #155F9B;
    display:flex;
}

.logo-box{
    width:364px;
    height:250px;
    margin-top:80px;
}
.logo-top{
    display:flex;
    width:100%;
    height:99px;
    border-bottom:1px solid #155F9B;
}
.logo-img{
    width:80px;
    height:80px;
}
.platform-info{
    flex:1;
    margin-left:20px;
    height:60px;
    margin-top:10px;
}
.latform-tel-email{
    height:30px;
    width:100%;
    display:flex;
    align-items:center;
}
.tel-box{
    flex:1;
    display:flex;
    align-items:center;
}
.email-box{
    flex:1;
    text-align:right;
    display:flex;
    align-items:center;
    justify-content: flex-end;
}
.floot-icon{
    width:16px;
    height:16px;
    margin-right:5px;
}
.platform-info span{
    color:#fff;
}
.qrcode-box{
    width:100%;
    display:flex;
    height:150px;
    align-items:center;
}
.qrcode-img{
    width:100px;
    height:100px;
}
.qrcode-item{
    flex:1;
    margin-top:12px;
}
.qrcode-item .f12{
    line-height:28px;
    color:#999999;
    text-align:center;
    width:100px;
}


.link-exchange-box{
    flex:1;
    display:flex;
    margin-left:99px;
}
.link-list{
    flex:1;
    margin-top:80px;
}

.link-title{
    color:#fff;
    height:45px;
}
.link-text{
    color:#fff;
    height:45px;
    cursor: pointer;
}

.floot-bot-info{
    text-align:center;
    color:#D6D6D6;
    height:44px;
    margin-top:15px;
    line-height:22px;
}






