.header{
    width: 100%;
    height: 1rem;
    background-color: #B60016;

}
.header2{
    display: none;
}
.header .content{
    width: 15.3rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.header .content .left{
    height: 100%;
    display: flex;
    justify-content: flex-start;
}
.header .content .left .logo{
    height: 100%;
    padding: 0.12rem 0 0.08rem 0;
    box-sizing: border-box;
}
.header .content .left .logo img{
    height: 100%;
}
.header .content .left .fylogo{
    height: 100%;
    padding: 0.2rem 0 0.08rem 0;
    box-sizing: border-box;
    margin-left: 0.08rem;
}
.header .content .left .fylogo img{
    height: 100%;
}
.header .content .left .since{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: 0.12rem;
    padding-left: 0.12rem;
    position: relative;
    width: 2.12rem;
}
.header .content .left .since::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 0.2rem;
    background-color: #D02630;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header .content .left .since .t1{
    width: 100%;
    font-size: 0.22rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
}
.header .content .left .since .t2{
    width: 100%;
    font-size: 0.12rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.4;
    margin-top: 0.1rem;
}
.header .content .right{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .content .right .nav{
    height: 100%;
    display: flex;

}
.header .content .right .nav .item{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0.18rem;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    margin: 0 0.16rem;
}
.header .content .right .nav .item span{
    color: #fff;
}
.header .content .right .nav .item span i{
    margin-left: 0.08rem;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
}
.header .content .right .nav .item::before{
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    bottom: 0.28rem;
}
.header .content .right .nav .item:hover::before{
    width: 100%;
}
.header .content .right .nav .item.on::before{
    width: 100%;
}
.header .content .right .nav .item:hover span i{
    transform: rotate(180deg);
    top: -0.02rem;
}
.header .content .right .nav .item .sub_nav{
    width: 2.08rem;
    position: absolute;
    top: 1rem;
    left: 0;
    background-color: #D02630;
    z-index: 20;
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
}
.header .content .right .nav .item .sub_nav .sub_nav_item{
    width: 100%;
    padding: 0.16rem 0.12rem;
    font-size: 0.16rem;
    color: #fff;
    display: block;
    box-sizing: border-box;

}
.header .content .right .nav .item .sub_nav .sub_nav_item:hover{
    background-color: #B60016;
}
.header .content .right .nav .item:hover .sub_nav{
    height: auto;
}


.header .content .right .search{
    width: 2rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #D02630;
    border-radius: 0.2rem;
    padding: 0 0.16rem;
    box-sizing: border-box;
}
.header .content .right .search input{
    border: none;
    background: none;
    height: 100%;
    color: #fff;
    width: 80%;
}
.header .content .right .search input::placeholder{
    color: #fff;
    opacity: 0.5;
}
.header .content .right .search .btn{
    display: block;
    background: none;
    border: none;
}
.header .content .right .search .btn img{
    width: 0.16rem;
    opacity: 0.5;
}
.header .content .right .lang{
    margin-left: 0.12rem;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.015rem solid #fff;
    line-height: 1;
    color: #fff;
    font-size: 0.14rem;
}
.header .content .right .lang img{
    width: 0.32rem;
}

.main{
    width: 100%;
    overflow: hidden;
}

.footer{
    width: 100%;
    background: linear-gradient(180deg, #b60016 0%, #80000f 100%), #B60016;
    padding: 0.64rem 0 0.4rem;
}
.footer .content{
    width: 15.3rem;
    margin: auto;
    
}
.footer .content .top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer .content .top .left{
    width: 3rem;
}
.footer .content .top .left .logo{
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.footer .content .top .left .logo .l{
    width: 1.36rem;
}
.footer .content .top .left .logo .l img{
    width: 100%;
}
.footer .content .top .left .logo .r{
    width: 1.36rem;
    margin-left: 0.08rem;
    position: relative;
    bottom: 0.1rem;
}
.footer .content .top .left .logo .r img{
    width: 100%;
}
.footer .content .top .left .des{
    width: 100%;
    font-size: 0.15rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 0.16rem;
}
.footer .content .top .left .link{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.48rem;
}
.footer .content .top .left .link .l_item{
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.16rem;
}
.footer .content .top .left .link .l_item img{
    width: 100%;
}
.footer .content .top .nav{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0.56rem 0 1.12rem;
}
.footer .content .top .nav .n_item{
    width: 1.6rem;
    
}
.footer .content .top .nav .n_item:last-of-type{
    width: 2.8rem;
}
.footer .content .top .nav .n_item .t1{
    display: block;
    width: 100%;
    font-size: 0.18rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 0.28rem;
}
.footer .content .top .nav .n_item .t2{
    width: 100%;
    font-size: 0.14rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.16rem;
    opacity: 0.6;
    display: block;
    transition: 0.3s;
}
.footer .content .top .nav .n_item .t2:hover{
    opacity: 1;
}
.footer .content .top .nav .n_item .t3{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.12rem;
    opacity: 0.6;
    display: block;
    transition: 0.3s;
}
.footer .content .top .nav .n_item .t3 img{
    width: 0.2rem;
    margin-right: 0.12rem;
}
.footer .content .top .nav .n_item .t3.lp{
    text-indent: 0.32rem;
}
.footer .content .top .nav .n_item .t3:hover{
    opacity: 1;
}
.footer .content .top .nav .n_item .t4{
    width: 100%;
    font-size: 0.14rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.1rem;
    opacity: 0.6;
    display: block;
    transition: 0.3s;
}
.footer .content .top .nav .n_item .t4 img{
    width: 0.2rem;
    margin-right: 0.12rem;
}
.footer .content .top .nav .n_item .t4.lp{
    text-indent: 0.32rem;
}
.footer .content .top .nav .n_item .t4:hover{
    opacity: 1;
}
.footer .content .top .right{
    width: 0.36rem;
    position: absolute;
    right: -50px;
    top: 0;
}
.footer .content .top .right img{
    width: 100%;
}
.footer .content .bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
    border-top: 1px solid #ffffff52;
    padding-top: 0.24rem;
}
.footer .content .bottom .left{
    font-size: 0.14rem;
    opacity: 0.6;
    color: #FFFFFF;
}
.footer .content .bottom .right{

}
.footer .content .bottom .right span{
    font-size: 0.14rem;
    opacity: 0.6;
    color: #FFFFFF;
}
.footer .content .bottom .right a{
    color: #FFFFFF;
    transition: 0.3s;
    opacity: 0.6;
}
.footer .content .bottom .right a:hover{
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .header{
        display: none;
    }
    .header2{
        display: flex;
        width: 100%;
        height: 60px;
        justify-content: space-between;
        align-items: center;
        background-color: #B60016;
        position: relative;
    }
    .header2 .left{
        height: 100%;
        display: flex;
        align-items: center;
        padding: 6px 12px;
        box-sizing: border-box;
    }
    .header2 .left .logo{
        height: 100%;
    }
    .header2 .left .logo img{
        height: 100%;
    }
    .header2 .left .fylogo{
        height: 100%;
    }
    .header2 .left .fylogo img{
        height: 100%;
    }
    .header2 .right{
        height: 100%;
        display: flex;
        align-items: center;
        padding: 6px 12px;
        box-sizing: border-box;
    }
    .header2 .right .menu{
        width: 30px;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    .header2 .right .menu span{
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        margin: 3px 0;
        background: #FFFFFF;
        transition: all 0.3s ease-in-out;
        position: relative;
    }
    .header2 .right .menu.active span:nth-of-type(1){
        transform: rotate(45deg);
        top: 5px;
    }
    .header2 .right .menu.active span:nth-of-type(2){
        display: none;
    }
    .header2 .right .menu.active span:nth-of-type(3){
        transform: rotate(-45deg);
        top: -4px;
    }
    .header2 .category{
        width: 100%;
        height: 0;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #B60016;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
        z-index: 999;
    }
    .header2 .category.active{
        height: 95vh;
        padding: 6px 12px;
        box-sizing: border-box;
    }
    .header2 .category .item{
        width: 100%;
        height: auto;
    }
    .header2 .category .item .item_link{
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
        font-size: 18px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .header2 .category .item .item_link{
        color: #fff;
    }
    .header2 .category .item i{
        margin-left: 10px;
    }
    .header2 .category .item .sub_nav{
        width: 100%;
        text-align: center;
    }
    .header2 .category .item:hover{
        background-color: #910000;
    }
    .header2 .category .item.on{
        background-color: #910000;
    }
    .header2 .category .item .sub_nav{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 6px 12px;
        box-sizing: border-box;
    }
    .header2 .category .item .sub_nav a{
        color: #fff;
        font-size: 16px;
        margin-bottom: 10px;
        min-width: 50%;
    }

    .footer .content .top .nav{
        display: none;
    }
    .footer .content .top .right{
        display: none;
    }
    .footer .content .top .left{
        width: 100%;
    }
    .footer .content .top .left .logo .l{
        width: 50%;
    }
    .footer .content .top .left .logo .r{
        width: 50%;
    }
    .footer .content .top .left .des{
        font-size: 15px;
        margin-top: 10px;
    }
    .footer .content .top .left .link{
        margin-top: 16px;
    }
    .footer .content .top .left .link .l_item{
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    .footer .content .bottom{
        margin-top: 16px;
        padding-top: 16px;
    }
    .footer .content .bottom .left{
        font-size: 14px;
    }
    .footer .content .bottom .right{
        font-size: 14px;
        display: none;
    }
    .footer .content .top .left .logo .r{
        bottom: 10px;
    }
}












