/* 导航栏 */
.nav-v2{
    width: 100%;
    height: calc(100vw * (86 / 1920));
    background-color: rgba(255,255,255, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.nav-box-v2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.nav-logo-v2{
    width: 50%;
    text-align: center;
}
.nav-logo-style-v2{
    /* width: 138px;
    height: 27px; */
    width: 147px;
    height: 55px;
}
.nav-content-v2{
    width: 50%;
}
.nav-content-v2 li{
    display: inline;
    color: #fff;
    list-style:none;
    font-size: 16px;
    font-weight: 400;
    padding-left: 50px;
    cursor: pointer;
}
.nav-content-v2 li a{
    text-decoration:none;
    color: #fff;
    font-size: 14px !important;
}
.nav-content-v2 li a:hover{
    color: #FC3E35 !important;
}
/* 底部 */
.footer-v2 {
    box-sizing: border-box;
    background: #1d1d1d;
    width: 100%;
    height: 449px;
    box-sizing: border-box;
    color: #fff;
}
.footer-center-v2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 370px;
}
.footer-logo-v2{
    height: 90px;
    width: 150px;
    border-right: 1px solid #666;
    box-sizing: content-box;
    padding-right: 40px;
    line-height: 100px;
}
.footer-logo-img-v2{
    width: 150px;
    height: 27px;
}
.footer-info-v2{
    height: 78px;
    margin-left: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.footer-address-v2{
    margin-top: 30px;
}
.footer-copy-v2{
    height: 78px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #333333;
    line-height: 78px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.footer-copy-v2 a{
    text-decoration: none;
    font-weight: 400;
    color: #999999;
}

.footer-copy-v2 a:hover{
    color: #FC3E35 !important;
}

/* 手机端 */
/* 导航栏 */
.mobile-nav-box-v2{
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
}
.mobile-nar-show-v2{
    float: right;
    margin-top: 0.09rem;
    width: 0.66rem;
    margin-right: 0.3rem;
}
.mobile-nar-v2{
    width: 100%;
    height: 0.88rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255,255,255, 0);
    box-sizing: border-box;
    border-top: 0.01rem solid #f2f2f2;
}
.mobile-logo-v2{
    margin-left: 0.3rem;
    width: 0.8rem;
    height: 0.16rem;
}
.mobile-nar-more-v2{
    width: 0.62rem;
    height: 0.62rem;
}
.isTopShow-v2{
    position: fixed;
    z-index: 999;
    width: 1.96rem;
    height: 2.4rem;
    display: none;
    top: 0.9rem;
    right: 0;
    background: #fff;
    box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.3);
}
.mobile-navs-v2{
    height: 2.4rem;
    width: 1.96rem;
}
.mobile-navs-v2 ul li{
    list-style:none;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    display: block;
}
.mobile-navs-v2 ul li a{
    text-decoration:none;
    color: #666;
    font-size: 0.18rem;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: block;
}

/* 底部 */
.mobile-footer-v2{
    width: 100vw;
    height: 1.76rem;
    background: #1D1D1D;
    font-size: 0.14rem;
    box-sizing: border-box;
    color: #fff;
}
.mobile-footer-center-v2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.5rem 0;
}
.mobile-footer-logo-v2{
    height: 0.34rem;
    border-right: 1px solid #666;
    box-sizing: content-box;
    padding-right: 0.12rem;
    line-height: 0.34rem;
}
.mobile-footer-logo-img-v2{
    width: 0.58rem;
    height: 0.1rem;
}
.mobile-footer-info-v2{
    height: 0.34rem;
    margin-left: 0.12rem;
    font-size: 0.12rem;
    font-weight: 400;
    color: #999999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mobile-footer-copy-v2{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    border-top: 0.01rem solid #333333;
    line-height: 0.39rem;
    font-size: 0.1rem;
    font-weight: 500;
    color: #999999;
}
.mobile-footer-copy-v2 a{
    text-decoration: none;
    font-weight: 500;
    color: #999999;
}
