@charset "utf-8";
@font-face {
    font-family: 'sysong';
    src: url(/style/fonts/SOURCEHANSERIFCN-MEDIUM.OTF);
}
.wap {
    display: none;
}

.top>img.wap {
    display: none;
}



.px1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #94070A;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    float: right;
    padding-left: 9px;
}

.search-box input[type="text"] {
    width: 149px;
    padding: 0 10px 0 0;
    line-height: 30px;
    height: 30px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder {
    color: #aaaaaa;
}

.search-box input.p-submit {
    width: 30px;
    color: #aaaaaa;
    height: 30px;
    font-size: 14px;
    vertical-align: middle;
    background:  no-repeat;
    background-position: center center;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    cursor: pointer;
}


.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}


.search-switch {
    cursor: pointer;
}

.b-top-r>ul>li a:hover {
    color: #fff;
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(/images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.5s;
    padding: .3rem 0;
    border-top: 4px solid #94070A;
}

.head:before {
   content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
   
    background: linear-gradient(180deg, #94070A 20%, rgba(155, 35, 28, .8));
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all 0.5s;
    z-index: -2;
    pointer-events: none;
    transform: translateY(-110%);
    border-top: 4px solid #94070A;
}

.head_wit{
    padding: .2rem 0;
}
.head_wit::before {
    transform: translateY(0);
}

.head_wit .nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
    border-bottom: .08rem solid #FFF;
}


.head_wit .nav-a>ul>li a {
    color: #333;
}

.head_wit .nav-a>ul>li {
    border-color: #333;
}

.head_wit .nav>ul>li>a {
    color: #333;
}

.head_wit .nav-use div a {
    color: #333;
}

.head_wit .nav-use div:nth-child(1)::after {
    background: rgba(51, 51, 51, .5);
}

.head_wit .logo a img {
    display: inline-block;
}

.head_wit .logo a img:nth-child(1) {
    display: none;
}

.head_wit .nav-use div a img {
    display: block;
}

.head_wit .nav-use div a img:nth-child(1) {
    display: none;
}

.head_wit .nav>ul>li:hover>a::after {
    border-bottom: 10px solid #94070A;
}

.head_wit .nav-a>ul>li a span{
    color: #666;
}
.head_wit .nav-a>ul>li a span:hover{
    color: #94070A;
}
.head_wit .nav-a>ul>li::before{
    background: #666;
}
.head_wit .nav-a>ul>li a img {
    margin-right: .05rem;
    display: block;
}
.head_wit .nav-a>ul>li a img:nth-child(1){
    display: none;
}




.head-top {
    position: relative;
    padding: 0 .4rem;
}

.head-top>div {
    display: flex;
    align-items: center;
}

.logo {
    float: left;
}

.logo a {
    display: flex;
    font-size: 0;
    align-items: center;
}

.logo a img {
    vertical-align: middle;
    display: none;
    height: 0.85rem;
}

.logo a img:nth-child(1) {
    display: block;
}


.nav {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    border-right: 1px solid rgba(216, 216, 216, 0.5);
    padding-right: .2rem;
}

.nav-a>ul {
    overflow: hidden;
    font-size: 0;
    display: flex;
    align-items: center;
}

.nav-a>ul>li {
    padding: 0 .15rem;
    position: relative;
}

.nav-a>ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.14rem;
    background: rgba(216, 216, 216, 0.59);
}

.nav-a>ul>li:nth-child(1)::before {
    display: none;
}

.nav-a>ul>li a {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #fff;
    line-height: .16rem;
}

.nav-a>ul>li a img {
    margin-right: .05rem;
    display: none;
}
.nav-a>ul>li a img:nth-child(1){
    display: block;
}

.nav-a>ul>li a span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: rgba(255, 255, 255, 0.56);
}

.nav-a>ul>li a:hover span {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

.nav-a>ul>li b {
    height: 14px;
    display: block;
    width: 2px;
    background: #666;
}

.nav>ul {
    margin-top: .2rem;
    display: flex;
    justify-content: flex-end;
}

.nav>ul>li {
    float: left;
    position: relative;
    margin-left: .3rem;
}

.nav>ul>li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

.nav>ul>li>a {
    display: flex;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    line-height: .26rem;
    position: relative;
    align-items: center;
    font-weight: 700;
}

.nav>ul>li>a span {
    display: block;
    width: 0.15rem;
    height: 0.04rem;
    background: url(/images/nav-down.png) no-repeat;
    background-position: right center;
    background-size: 0.08rem;
}




/* .head_wit .nav>ul>li.active>a::after {
    border-bottom: .08rem solid #FFF;
} */

.head_wit .nav>ul>li:active>a::after {
    border-bottom: 10px solid #AF201E;
    width: 100%;
}

.head_wit .nav>ul>li>div::before {
    border-top: 2px solid #fff;
}

.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
    border-bottom: .08rem solid #94070A;
}

.nav>ul>li:hover>a {}

.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
    border-bottom: .08rem solid #94070A;
}

.nav>ul>li:hover>div {
    display: block;
    transform: translateX(-50%) scaleY(1);
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 114px;
    z-index: 9999;
    padding: 30px 0 15px 0;
    line-height: normal;
    transform: translateX(-50%) scaleY(0);
    transition: all 0.3s;
    transform-origin: center top;
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    bottom: 0;
    z-index: 8;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-top: 2px solid #94070A;
    background: rgba(255, 255, 255, 0.87);
}

.nav>ul>li>div>ul {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.nav>ul>li>div>ul>li {}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
    background: #fff;
    position: relative;
    color: #94070A;
}

.nav>ul>li>div>ul>li a:hover::before {
    content: "";
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.nav-use {
    float: right;
    overflow: hidden;
    font-size: 0;
    margin-left: .2rem;
}

.nav-use div {
    position: relative;
}



.nav-use div a {
    display: block;
    font-size: 0;
    color: #ffffff;
}

.nav-use div a img {
    display: inline-block;
    vertical-align: middle;
    display: none;
    height: .39rem;
}

.nav-use div a img:nth-child(1) {
    display: block;
}

.nav-use div a span {
    display: block;
    font-size: 20px;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* nav */






.footer {
    background: url(/images/foot-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: .35rem;
    border-top: .13rem solid #94070A;
}

.links {
    display: flex;
    align-items: center;
}

.links>b {
    font-size: 0.2rem;
    font-weight: 100;
    line-height: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "sysong";
}

.links>div {
    position: relative;
    flex: 1;
    min-width: 0;
    margin-left: .55rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 0px .2rem 0 .3rem;
}


.links p {
    line-height: .45rem;
    color: #fff;
    text-align: left;
    font-size: .16rem;
    padding-right: .2rem;
    background: url("/images/link-icon-down.png") right center no-repeat;
    overflow: hidden;
}

.links>div:hover div {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
}

.links>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: .15rem 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9;
}

.links>div div a {
    display: block;
    color: #333333;
    line-height: .36rem;
    font-size: .16rem;
    padding: 0px .1rem;
}

.links>div div a:hover {
    background: #B92626;
    color: #ffffff;
}

.footer .info {
    border-top: 1px solid rgba(216, 216, 216, 0.06);
    margin-top: .3rem;
    padding-top: .25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .info-l {
    flex: 1;
    min-width: 0;
}

.footer .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #9E9E9E;
}

.footer .info-r div img {
    display: block;
    width: 0.8rem;
    margin: 0 auto;
}

.footer .info-r p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #9E9E9E;
    font-family: "sysong";
    text-align: center;
}

.footer .bq {
    border-top: 1px solid rgba(216, 216, 216, 0.06);
    padding: .15rem 0;
    margin-top: .15rem;
}

.footer .bq p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #9E9E9E;
}


@media screen and (max-width: 1720px) {}

@media screen and (max-width: 1620px) {
    .px1600 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .head-top {
        padding: 0 .15rem;
    }
}

@media screen and (max-width: 1520px) {
    .px1500 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav>ul>li {
        margin-left: .2rem;
    }

}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav>ul>li>a {
        font-size: .18rem;
    }

    .nav-use div a span {
        font-size: 18px;
    }

    .nav>ul>li {
        margin-left: .1rem;
    }

    .nav-use {
        margin-left: .1rem;
    }

    .head-top {}
}


@media screen and (max-width: 1320px) {


    .px1320 {
        padding-left: 10px;
        padding-right: 10px;
    }


    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .head.on .logo a img {
        height: 55px;
    }


    .logo a {}

    .logo a img {
        height: .6rem;
    }

}

@media screen and (max-width:1220px) {
    .head.on .logo a img {
        height: 48px;
    }

    .nav>ul>li {
        margin-left: .1rem;
    }

    .nav-use {
        margin-left: 10px;
    }

    .links>div {
        margin-left: .2rem;
    }

}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }



    .b-top {
        display: none;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;

        z-index: 999;
    }

    .m-logo {
        font-size: 0;
        padding: 10px;
        z-index: 9999;
        position: relative;
        background: #94070A;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
        font-size: 0;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        overflow-y: scroll;
        background: rgba(0, 116, 87, .9);
        padding-top: 60px;
        background: #94070A;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }






}

@media screen and (max-width:1024px) {
    .banner .slick-dots li span {
        font-size: .26rem;
    }

    .links {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .links>b {
        width: 100%;
        text-align: left;
    }

    .links>div {
        width: 49%;
        flex: none;
        margin-left: 0;
        margin-top: 2%;
        padding: 0 .2rem 0 .15rem;
    }

    .links>div:nth-child(1) {
        margin-left: 0;
    }

    .footer .info {
        display: block;
    }

    .footer .info-l {
        text-align: center;
    }

    .footer .bq p {
        text-align: center;
    }

}

@media screen and (max-width:768px) {


    .banner .slick-slide a p {
        bottom: 10px;
        font-size: 18px;
    }


}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}