@charset "utf-8";

body {
    padding-top: 1.46rem;
    background: #f5f5f5;
}

/* 定位搜索框 */

.t-search {
    display: block;
    transition: all 0.5s;
}

.t-search>div {
    width: 2.66rem;
    line-height: 0.28rem;
    position: relative;
    border: 1px solid #fff;
    border-radius: 0.2rem;
    background: #b42425;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 0.5rem 0 .1rem;
    font-size: 0.16rem;
    height: .28rem;
    box-sizing: border-box;
    color: #fff;
    background: no-repeat;
    line-height: .28rem;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .5rem;
}

.search-btn:before {}

.search-btn input {
    display: block;
    width: 100%;
    background: url(../images/fdj2.png) no-repeat;
    background-position: center center;
    background-size: .18rem auto;
    height: 100%;
    cursor: pointer;
}


input::-webkit-input-placeholder {
    color: #fff;
}

input::-moz-input-placeholder {
    color: #fff;
}

input::-ms-input-placeholder {
    color: #fff;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.8s;
    background: #a4191a;
}

.head.hide {
    /* transform: translateY(-100%); */
}

/* head-nav */
.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 .head-top::after {
    height: 100%;
}


.head.on::before {
    bottom: 0;
}


.b-top-l {
    float: left;
    font-size: 0.14rem;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}


.head-top {
    position: relative;
}

.head.on .nav-r a {
    color: #333333;
    border-color: #333;
}

.head.on .nav-r a img {
    display: inline-block;
}

.head.on .nav-r a img:first-child {
    display: none;
}

.logo2 {
    display: none;
}

.head.on .logo2 {
    display: block;
}

.head.on .logo1 {
    display: none;
}

.logo {
    float: left;
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
    height: .75rem;
}

.h-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 0.9rem;
}

.h-right .r {
    display: flex;
    align-items: center;
}

.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0.2rem;
}

.h-link a:first-child {
    border: none;
}

.h-link a {
    font-size: .18rem;
    line-height: .2rem;
    letter-spacing: 0.01rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.h-link span {
    background: #fff;
    margin: 0 .1rem;
    height: .16rem;
    width: 1px;
}

.h-link a img {
    margin-right: .1rem;
    height: .16rem;
}

.h-link a:hover {
    opacity: 0.8;
}

.h-lj {
    font-size: 0;
}

.h-lj a {
    display: inline-block;
    width: 1.65rem;
    height: 0.24rem;
    line-height: 0.24rem;
    text-align: center;
    background: #900a0d;
    font-size: 0.14rem;
    color: #fff;
    border-radius: 0.2rem;
    margin-right: 0.2rem;
    transition: all 0.5s;
}

.h-lj a:hover {
    background: rgba(156, 150, 115, 0.7);
}

.nav {
    text-align: right;
    background: #fff;
}

.nav>ul {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav>ul>li {
    text-align: center;
    position: relative;
    flex: 1;
    min-width: 0;
}

.nav>ul>li>a {
    display: block;
    line-height: .56rem;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-size: .21rem;
    color: #000000;
    font-weight: normal;
}

.nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: .33rem;
    transform: translateX(-50%);
    transition: all 0.5s;
    border-top: 0.01rem solid #D0B27E;
    opacity: 0;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 0;
    transform: translateX(-50%);
    background: #D0B27E;
    transition: all 0.5s;
    width: 0.01rem;
    opacity: 0;
}

.nav>ul>li.on>a::before {
    width: 100%;
}

.nav>ul>li.on>a::after {
    height: 0.33rem;
}

.nav>ul>li.active {}

.ejnav {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    background-position: right bottom;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, .2);
    min-width: 1.8rem;
    opacity: 0;
    display: none;
    padding: .15rem .1rem .22rem .1rem;
    align-items: center;
    border-top: .04rem solid #b42425;
}

.ejnav>.pics {
    width: 3rem;
    display: none;
}

.ejnav>.pics img {
    display: block;
    width: 100%;
}

.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.ejnav>ul>li {
    border-top: 0.01rem solid rgba(198, 206, 229, .3);
}

.ejnav>ul>li:nth-child(1) {
    border-top: none;
}

.ejnav>ul>li a {
    display: block;
    transition: .3s;
    white-space: nowrap;
    text-align: center;
    font-size: .16rem;
    font-weight: normal;
    line-height: .42rem;
    background-position: left center;
    color: #333333;
}

.ejnav>ul>li a:hover {
    color: #b42425;
}

body.overhide .t-search {
    margin-top: .25rem;
}

.top {
    max-width: 19.2rem;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 0.28rem;
    width: 0.25rem;
    height: 0.25rem;
    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: 0.25rem;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* icon摇晃 */
@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.h-right {
    position: relative;
}

/* foot */
.footer {
    position: relative;
    background: #921718;
    z-index: 9;
}
.foot-t.xx .link div a {
    color: #000000;
}
.foot-t.xx .link div a:hover {
    color: #921718;
}
.foot-t.xx .link span {
    color: #000000;
}

.foot-t {
    padding: 0.13rem 0;
    background: #fff;
}

.footer .link {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer .link span {
    display: block;
    color: #FFFFFF;
    font-size: 0.23rem;
    line-height: .3rem;
    margin-right: 0.3rem;
}

.footer .link div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer .link div a {
    color: #FFFFFF;
    font-size: 0.17rem;
    line-height: .3rem;
    position: relative;
    margin-right: .3rem;
}

.footer .link div a:last-child {
    margin-right: 0;
}

.footer .link div a:last-child::after {
    content: none;
}

.footer .link div a:hover {
    text-decoration: underline;
    /* color: #921718; */
}

.foot-m .link {
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-m .link div a {
    font-size: .15rem;
}

.foot-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0;
}

.foot-l {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.foot-logo {
    border-right: 1px solid #fff;
    padding-right: 0.3rem;
    margin-right: 0.3rem;
}

.foot-logo a {
    display: block;
    width: 1.3rem;
}

.foot-logo a img {
    display: block;
    width: 100%;
}

.foot-dz p {
    font-size: 0.15rem;
    color: #fff;
    line-height: .3rem
}

.foot-wx ul {
    display: flex;
    align-items: flex-start;
}

.foot-wx ul li {
    text-align: center;
    margin-left: 0.2rem;
}

.foot-wx ul li:first-child {
    margin-left: 0;
}

.foot-wx ul li img {
    display: block;
    width: .88rem;
}

.foot-wx ul li p {
    font-size: .15rem;
    color: #fff;
    margin-top: 0.1rem;
}

.foot-b {
    padding: .12rem 0;
    text-align: center;
    background: #680709;
}

.foot-b p {
    font-size: .15rem;
    color: #fff;
}

@media screen and (max-width:1300px) {
    .nav>ul>li>a {
        font-size: .18rem;
    }
}

@media screen and (max-width:1200px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        background: #a4191a;
    }

    .m-logo {
        font-size: 0;
    }

    .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;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 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 rgba(225, 225, 225, .4);
    }

    .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: #a4191a;
        overflow-y: scroll;
        width: 100%;
        padding-bottom: 0.2rem;
        /* max-width: 375px; */
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul {
        padding: 0 15px;
        margin-bottom: 20px;
        /* 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) {
    .footer .link span {
        font-size: .2rem;
    }

}

@media screen and (max-width:768px) {

    .foot-m .link div a,
    .foot-dz p,
    .foot-wx ul li p {
        font-size: .16rem;
    }

    .foot-c {
        flex-direction: column;
        justify-content: center;
    }

    .foot-wx {
        margin-top: 0.2rem;
    }

    .foot-l {
        flex-direction: column;
    }

    .foot-logo {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }

    .foot-dz {
        margin-top: 0.2rem;
    }

}



