@charset "utf-8";
body{
    overflow-x: hidden;
}
header{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: linear-gradient(180deg, #670000 0%, rgba(103, 0, 0, 0) 100%);
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
header::before{
    display: block;
    content: "";
    width: 67%;
    height: calc(100% - 0.35rem);
    background: url(../img/navBg.png) no-repeat bottom left;
    position: absolute;
    right: 0;
    top: 0;
}
header .w1600{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.35rem 0;
}
.logo a{
    display: block;
    width: auto;
    height: auto;
}
.logo a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.58rem;
}
/* 导航 */
.nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 999;
}
.nav ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav ul>li{
    position: relative;
}
.nav ul>li>a{
    display: block;
    font-family: 思源黑体;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #ffffff;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0%;
    z-index: 99;
    top: 90%;
    padding-top: 10px;
}
.nav ul>li ol::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,0.4);
    border-top: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.nav ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    line-height: 0.24rem;
    padding: 0.1rem 0;
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav ul>li ol li a:hover{
    color: #E9C17E;
}
.nav ul>li>a:hover{
    color: #E9C17E;
}
.nav ul>li>a.hover{
    color: #E9C17E;
}
/* 搜索 */
.search>div{
    width: 1.82rem;
    height: 0.4rem;
    background: transparent;
    border-radius: 0.2rem;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(120, 185, 255, 0.2);
}
.search .text {
    float: right;
    display: block;
    width: calc(100% - 0.4rem);
    outline: none;
    line-height: 0.38rem;
    height: 0.38rem;
    padding-right: 0.18rem;
    font-size: 0.16rem;
    margin: 0;
    background: transparent;
    color: #ffffff;
    box-sizing: border-box;
    border: none;
}
.search .submit {
    width: 0.38rem;
    height: 0.38rem;
    float: left;
    border: none;
    box-sizing: content-box;
    position:relative;
    background: url(../img/search.png) no-repeat left 0.1rem center;
    background-size: 60% auto;
}
.header_m{
    display: none;
}
/* footer */
footer{
    padding: 0.75rem 0 0.35rem;
    background: url(../img/footerBg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    position: relative;
    z-index: 9;
}
footer .w1400{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .bq p,footer .bq a{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #FFFFFF;
}
footer .bq a:hover{
    color: #F18D00;
}
footer .logo a,footer .logo a img{
    display: block;
    width: auto;
    height: auto;
}
footer .link{
    /* display: none; */
    min-width: 3rem;
}
.code {
    margin-top: 0.2rem;
    display: flex;
    justify-content: center;
}
.code li{
    width: 0.42rem;
    height: 0.42rem;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #ffffff;
}
.code li:nth-of-type(1){
    margin-left: 0;
    background: url(../img/wxIcon1.png) no-repeat center;
    background-size: 60% auto;
}
.code li:nth-of-type(2){
    background: url(../img/wxIcon1.png) no-repeat center;
    background-size: 60% auto;
}
.code li:nth-of-type(3){
    background: url(../img/wxIcon1.png) no-repeat center;
    background-size: 60% auto;
}
.code li p{
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    padding-bottom: 20px;
    animation: 0.5s ease .3s 1 normal backwards running codeDown;
}
.code li p::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid rgba(255,255,255,1);
}
.code li p img{
    display: block;
    width: 0.94rem;
    height: 0.94rem;
    object-fit: cover;
    /* border: 5px solid #ffffff; */
    max-width: none;
    padding: 3px;
    background: #fff;
}
.code li:hover p{
    display: block;
    /* background: #fff; */
}
.link>li{
    width: 2.54rem;
    height: 0.45rem;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin-bottom: 0.16rem;
    cursor: pointer;
    position: relative;
    display: none;
}
.link>li:last-of-type{
    margin-bottom: 0;
}
.link>li p{
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-family: 思源黑体;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.43rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    position: relative;
}
.link>li p::before{
    display: block;
    content: "";
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}
.link>li:hover{
    background: #AA1D1D;
    border: 1px solid #E18D8D;
}
.link>li ol{
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 99;
    animation: 0.5s ease 0.1s 1 normal backwards running fadeInDown;
}
.link>li:hover ol{
    display: block;
}
.link>li ol li a{
    display: block;
    width: 100%;
    padding: 0.1rem 0.2rem;
    background: #ffffff;
    font-size: 0.16rem;
    line-height: 0.24rem;
    border-bottom: 1px solid #e1e0e0;
    box-sizing: border-box;
}
.link>li ol li a:hover{
    color: #8D0505;
}
.img{
    position: relative;
    overflow: hidden;
}
.img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
}
/* 媒体查询 */
@media only screen and (max-width: 1640px){
    header .w1600 {
        width: 100%;
        padding: 0.3rem;
    }
    .w1600{
        width: 100%;
        padding: 0 0.3rem;
    }
    .nav ul>li>a{
        padding: 0 0.2rem;
    }
    header::before{
        width: 68%;
        height: calc(100% - 0.3rem);
    }
}
@media only screen and (max-width: 1440px){
    .w1600,.w1400{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    header .w1600{
        padding: 30px;
    }
    header::before{
        width: 75%;
        height: calc(100% - 30px);
    }
    footer{
        padding: 0.9rem 0 0.2rem;
    }
}
@media only screen and (max-width: 1040px){
    .w1600,.w1400{
        padding: 0 20px;
    }
    /* 移动端顶部 */
    header{
        display: none;
    }
    .header_m{
        display: block;
    }
    .m_Top{
        display: flex;
        padding: 20px;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a img{
        display: block;
        width: auto;
        height: 56px;
        max-height: none;
    }
    /* 移动端导航按钮 */
    .menu1 {
        width: 36px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
    }

    .menu1 span {
        float: left;
        width: 100%;
        background: #ffffff;
        transition: all 0.4s ease;
        margin-top: 10px;
        height: 2px;
    }

    .menu1 span:first-child {
        margin-top: 0;
    }

    .menu1.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }

    .menu1.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu1.open span:nth-child(3) {
        opacity: 0;
    }
    body.navshow {
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
    .header_m {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        background: #8D0505;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 96px);
        position: fixed;
        top: 96px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
        box-sizing: border-box;
    }

    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }

    .m_nav ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        top: 47px;
        left: auto;
        width: 420px;
        height: calc(100% - 47px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #8D0505;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../img/jia1.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url(../img/jian2.png) no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }

    .m_nav ul li ol>li a {
        color: #444444;
        display: block;
    }

    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #8D0505;
    }
    /* 移动端搜索 */
    .m_nav .search3{
        position: absolute;
        top: 0;
        right: 0;
        width: 420px;
        border-top: 1px solid #ccc;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
    .m_nav .search3 .text::-webkit-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-moz-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-ms-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url(../img/search2.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav .search3 .submit::before{
        display:block;
        content:"";
        width:1px;
        height:20px;
        position:absolute;
        left: 1px;
        top:3px;
        background: #000000;
    }
    footer{
        padding: 30px 0;
        background-size: cover;
    }
    footer .w1400{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .lxfs,footer .logo{
        width: 50%;
    }
    footer .logo {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    footer .bq p, footer .bq a{
        font-size: 15px;
        line-height: 30px;
    }
    .link{
        width: 100%;
        display: flex;
        margin-top: 30px;
        justify-content: space-evenly;
    }
    .link>li {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 768px){
    .w1600,.w1400{
        padding: 0 15px;
    }
    .m_Top{
        padding: 15px;
    }
    .m_Top .logo a img{
        height: 50px;
    }
    .m_nav{
        height: calc(100% - 80px);
        top: 80px;
    }
    .menu1{
        width: 30px;
        margin-left: 5px;
    }
    .menu1 span{
        margin-top: 8px;
    }
    .lxfs,footer .logo{
        width:100%;
    }

footer .bq p, footer .bq a {
    text-align: center;
}
     footer .logo {
        align-items: center;
        margin-top:20px;
    }
    .link{
        margin-top:20px;
        justify-content: space-between;
    }
    .link>li{
        width:48%;
    }
}
@media only screen and (max-width: 560px){
    .m_nav ul,.m_nav .search3{
        width: 100%;
    }
    footer .bq p, footer .bq a{
        font-size: 14px;
        line-height: 24px;
    }
    footer{
        padding: 20px 0;
    }
    footer .logo a, footer .logo a img{
        height: 40px;
    }
}
@media only screen and (max-width: 460px){
    .m_Top .logo a img{
        height: auto;
    }
    .m_nav{
        height: calc(100% - 70px);
        top: 70px;
    }
}