@charset "utf-8";

body {
    font-size: .16rem;
}

/* 定位搜索框 */


.search {
    width: 2.4rem;
    position: relative;
    float: right;
    padding: 0 .6rem 0 .2rem;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 0.2rem;
}

.search:before{
}
input,
button {
    border: none;
    outline: none;
}

.search .text {
    height: .33rem;
    line-height: .33rem;
    font-size: .14rem;
    background: none;
    color: #fff;
    display: block;
    width: 100%;
}

.search .button {
    width: .4rem;
    height: .33rem;
    background: url(../images/fdj.png) no-repeat center center;
    background-size: .2rem auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .1rem;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
}

.search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

.search input::-moz-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

.search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7);
}


/* 定位搜索框 */



.head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2.27rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    pointer-events: none;
    transition: all .6s;
    opacity: 0.6;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.head::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #B7141F;
    z-index: -1;
    pointer-events: none;
    transform: translateY(-100%);
    transition: all .6s
}

.head.hide {
    transform: translateY(-100%)
}

.head .head-top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .6);
    z-index: -1;
    transition: all 0.3s;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
    background: linear-gradient(to bottom, #004CB0 4%, #0091D3 95%)
}

.head.on::before {
    transform: translateY(-100%)
}

.head.on {
}

.head.on::after {
    transform: translateY(0)
}

.head.on .head-top>div {
    padding: 0;
    padding: .15rem .66rem 0 .66rem;
}

.head.on .nav>ul>li>a {
}
.head.on .logo a img{
    height: .6rem;
}
.head.on .logo{
    margin-top: -.1rem;
}

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.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: #013f8f;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}


.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-r {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    align-items: flex-end;
}


.head-top {
    position: relative;
}

.head-top>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .33rem .66rem;
    transition: all .5s;
}

.logo {
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    height: 0.8rem;
    transition: all .5s;
}

.head-nav {
    position: relative;
    z-index: 9;
}


.nav>ul {
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: .06rem;
}

.nav>ul>li {
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: .45rem;
}

.nav>ul>li.active>a {
    color: #fff;
    font-weight: 600;
}

.nav>ul>li:first-child {
    margin-left: 0;
    border-left: none;
}

.nav>ul>li>a {
    display: block;
    line-height: .56rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-size: 0.2rem;
    font-weight: 600;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
    border-bottom: 5px solid #ffffff;
}

.nav>ul>li>div {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 150px;
    background: #fff;
    z-index: 9999;
    line-height: normal;
    opacity: 0;
    display: none;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}


.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 7px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: none;
}

.nav>ul>li:hover>a::after {
    display: block;
}

.nav>ul>li:hover>a {
    /* background: #B2000B; */
    color: #fff;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 238px;
    margin-right: 10%;
    display: none;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.nav>ul>li .nav-ejbox {
    position: relative;
    z-index: 9;
}

.nav>ul>li ul {
    overflow: hidden;
}

.nav>ul>li>div ul li {
    text-align: center;
}

.nav>ul>li>div ul>li a {
    display: block;
    font-size: 0.16rem;
    line-height: 0.47rem;
    color: #000;
    position: relative;
    /* padding-left: 16px; */
}

.nav>ul>li>div ul>li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    /* background: #fff; */
    border-radius: 50%;
}

.nav>ul>li>div ul>li a:hover {
    background: #B2000B;
    color: #fff;
}

.nav-r {
    position: relative;
}

.nav-r a {
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 0;
    display: block;
}

.nav-r a img {
    display: block;
}

.nav-r a img:first-child {}

.nav-r a span {
    display: block;
    font-size: 18px;
}

.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 */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}


.footer {
    position: relative;
    z-index: 100;
    background: url(../images/foot-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.foot-t {
    padding: .25rem 0;
}

.foot-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot-info dl {
}

.foot-info dl dd {
    display: flex;
    align-items: center;
    padding: .05rem 0;
}

.foot-info dl dd+dd {
    position: relative;
}

.foot-info dl dd+dd::before {
}

.foot-info dl dd div {
    width: 0.25rem;
    height: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-right: .05rem;
}

.foot-info dl dd div img {
    max-width: 80%;
    max-height: 80%;
}

.foot-info dl dd p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.38rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.foot-mid {
    height: 1px;
    background-color: #ffffff;
    opacity: 0.15;
}

.foot-r h3 {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-bottom: .1rem;
}
.foot-logo{
    flex:1;
    min-width:0;
}
.foot-logo a {
    display: block;
}

.foot-logo a img {
    display: block;
    height: 0.6rem;
}

.bq {
    padding: .15rem;
    background: #98030C;
}

.bq p {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
    text-align: center
}

.foot-info {
    border-right: 1px dashed #D8D8D8;
    padding-right: .5rem;
}

.foot-ewm {
    padding-left: .6rem;
    position: relative;
}


.foot-ewm div {
    width: 1.4rem;
background: #fff;
padding: 10px;
}

.foot-ewm div img {
    display: block;
    width: 100%;
}

.foot-ewm p {
    font-size: .14rem;
    font-weight: normal;
    line-height: .19rem;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: .08rem;
    text-align: center;
}



@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #B2000B;
        z-index: 999;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 90%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
        font-size: 0;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 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: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #B2000B;
        overflow-y: scroll;
        width: 100%;
        /* max-width: 375px; */
    }

    .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 ul li:nth-child(1) a {
        padding-top: 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;
    }




    .footer {}

    .foot-t {
        display: block;
        padding: .2rem 0;
    }

    .foot-mid {
        margin: .15rem 0
    }

    .foot-l {
        display: block;
    }

    .foot-info dl {
        margin-top: .2rem;
        display: block;
    }

    .foot-info dl dd+dd {
        margin-left: 0;
    }

    .foot-info dl dd+dd::before {
        display: none;
    }

    .foot-logo a img {
        max-height: .6rem;
        max-width: 100%;
        margin: 0 auto;
        height: auto
    }

    .foot-r h3 {
        font-size: .2rem;
        text-align: center;
    }

    .bq {}

    .bq p {
        line-height: .26rem;
        text-align: center
    }

    .foot-info{border: none;padding: 0;display: flex;justify-content: center;}
    .foot-info dl dd p{line-height: .3rem;}
    .foot-ewm{padding: 0;}
    .foot-ewm div{margin: 0 auto;}




}

@media screen and (max-width:768px) {}


@media screen and (max-width:480px) {}