@charset "utf-8";
header{
    width: 100%;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: linear-gradient(180deg, rgba(21, 7, 7, 0.74) 0%, rgba(216, 216, 216, 0) 95%);
    padding: 25px 0;
}



.pb_sys_style2 .p_no_d {
    border: 1px solid #8F0001!important;
    color: #fff;
    background-color: #8F0001!important;
}

/* banner */
.banner{
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
header>.w1600{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo a{
    display: block;
    width: auto;
    height: auto;
}
.logo a img{
    display: block;
    width: auto;
    height: auto;
}
/* 导航 */
.nav {
    width: 63%;
}
.nav ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.nav ul>li{
    position: relative;
    width: auto;
    box-sizing: border-box;
}
.nav ul>li>a{
    font-family: Source Han Serif CN;
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 0 20px;
}
.nav ul>li>a span{
    display: block;
    width: auto;
    padding-right: 20px;
    background: url(../img/navIcon.png) no-repeat right top 13px;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 99;
    top: 100%;
    padding-top: 18px;
    box-sizing: border-box;
}
.nav ul>li ol::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 12px solid rgba(255, 255, 255, 0.88);
    border-top: 0 solid transparent;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -17px;
}
.nav ul>li ol li {
    padding: 0 13px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.88);
}
.nav ul>li ol li a{
    display: block;
    font-family: Source Han Sans CN;
    width: 100%;
    font-size: 16px;
    color: #4F4F4F;
    text-align: center;
    line-height: 26px;
    padding: 5px 0;
    border-bottom: 1px dashed rgba(140, 11, 12, 0.38);
}
.nav ul>li ol li:first-of-type{
    padding-top: 5px;
}
.nav ul>li ol li:last-of-type{
    padding-bottom: 5px;
}
.nav ul>li ol li:last-of-type a{
    border-bottom: none;
}
.nav ul>li ol li a:hover{
    color: #8F0001;
}
.nav ul>li>a:hover{
    color: #8F0001;
}
.nav ul>li>a:hover span{
    background: url(../img/navIcon2.png) no-repeat right top 13px;
}
.linkTop{
    float: right;
    margin-bottom: 15px;
}
.linkTop a,.linkTop p{
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    float: left;
    padding-left: 30px;
    cursor: pointer;
}
.linkTop a.en{
    background: url(../img/enIcon.png) no-repeat left center;
}
.linkTop p.search{
    background: url(../img/search.png) no-repeat left center;
    margin-left: 35px;
}
.linkTop a:hover,.linkTop p:hover{
    color: rgba(255, 255, 255, 1);
}
/* 底部 */
footer{
    background: #750A0B url(../img/footerBg.png) no-repeat center;
}
footer .w1600{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.footLink ul>li{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    width: 290px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.57);
    border-radius: 20px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.8);
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 30px;
}
.footLink ul>li:last-of-type{
    margin-right: 0;
}
footer .footLink ul>li:hover{
    border-radius: 0 0 20px 20px ;
}
footer .footLink ul>li::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0 solid transparent;
    border-top: 8px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
footer .footLink ul>li ol{
    display: none;
    position: absolute;
    width: 100%;
    left: -1px;
    bottom: calc(100% + 1px);
    z-index: 99;
    border: 1px solid rgba(255, 255, 255, 0.57);
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
footer .footLink ul>li ol li a{
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #333333;
    padding: 0 20px;
    background: #ffffff;
}
footer .footLink ul>li ol li a:hover{
    color: #8F0001;
}
footer .logo img{
    width: auto;
    height: 76px;
}
.code{
    display: flex;
    align-items: center;
}
.code p span{
    display: block;
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.8);
}
.code p img{
    width: auto;
    height: auto;
    max-width: 85px;
    border: 2px solid #ffffff;
    margin: 0 auto;
}
.bq{
    border-top: 1px solid rgba(255, 255, 255, 0.16); 
}
.bq p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bq p,.bq p a{
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.74);
}
.bq p img{
    display: block;
    width: auto;
    height: auto;
}
.bq p a:hover{
    color: #ffffff;
}
/* 搜索 */
.layer {width: 100%;height: 100%;background: rgba(6,28,26,0.75);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 99999;opacity: 0;visibility: hidden;transition: all 0.3s ease-out 0s;}
.layer.showdiv { opacity: 1; visibility: visible; }
.layer .close {position: absolute;right: 100px;top: 100px;width: 60px;height: 60px;text-align: center;line-height: 70px;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
.layer .close:before,.layer .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #fff;transition:1s;transform: rotate(45deg);top: 24px;}
.layer .close:before{transform: rotate(-45deg);}
.layer .close:hover{transform: rotate(90deg);}
.layer .search_box {height: 55px;line-height: 55px;width: 50%;transform: translateY(-50px);opacity: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.layer.showdiv .search_box { transform: none; transition: all 0.5s ease-out 0s; opacity: 1; font-size: 0; }
.layer .search_box .kw {width: 85%;height: 100%;background: #fff;padding: 0 15px;font-size: 16px;border-radius: 0;float: left;margin: 0;border: none;box-sizing: border-box;}
.layer .search_box .ok {background: #8F0001;color: #fff;width: 15%;height: 100%;text-align: center;font-size: 18px;cursor: pointer;border-radius: 0;float: left;position: absolute;top: 0;right: 0;}

/* 媒体查询 */
@media only screen and (max-width: 1640px){
    .w1600{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .nav ul>li>a{
        padding: 0 10px;
    }
    footer .w1600{
        padding: 30px;
    }
    .footLink ul>li{
        width: 260px;
    }
}