@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
    background-color: #f2f2f2;
}

.overflow {
    overflow: hidden;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.search-box {
    position: absolute;
    top: 1.4rem;
    left: 0;
    right: 0;
    display: none;
    height: .5rem;
    background-color: #a01718;
    font-size: 0;
    box-shadow: 0 0 5px #8b8a8a;
    z-index: 999;
}

.search-box input[type="text"] {
    height: .5rem;
    line-height: .5rem;
    width: 85%;
    padding-left: .2rem;
    padding-right: .2rem;
    background-color: transparent;
    vertical-align: middle;
    color: #fff;
    font-size: .2rem;
}

input::placeholder {
    color: #c1cbd0;
    font-size: .2rem;
}

.search-box input[type="image"] {
    vertical-align: middle;
    height: .36rem;
}

.header {
    background: url(../images/head.png) no-repeat center center;      
    background-size: 100%;
}

.head {
    position: relative;
    font-size: 0;
    padding: .3rem;
}

.head-l {
    float: left;
}

.head-l img {
    height: .8rem;
}

.head-r {
    float: right;
    line-height: .7rem;
}

.head-r img {
    padding-left: .25rem;
    vertical-align: middle;
    height: .34rem;
}

.nav {
    position: fixed;
    width: 100%;
    top: 1.4rem;
    left: -100%;
    right: 0;
    bottom: 0;
    z-index: 11;
    transition: all 500ms;
}

.nav.on {
    left: 0;
}

.nav-bj {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(170, 6, 8, .5);
    z-index: 1;
}

.nav>.lv1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    padding: 0.1rem 0.2rem 0.3rem 0.1rem;
    overflow-y: scroll;
    background: #a01718;
    z-index: 999;
}

.nav>.lv1>li {
    display: block;
    position: relative;
    height: auto;
    padding-left: 0.1rem;
    font-size: 0;
    text-align: center;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid rgba(245, 237, 237, .5);
}

.nav>.lv1>li>a {
    display: inline-block;
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #ffffff;
}

.nav>.lv1>li>span {
    position: absolute;
    right: 0;
    top: 0.26rem;
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    cursor: pointer;
    background: url("../images/nav_down.png") center center no-repeat;
    background-size: 100%;
    transition: all 300ms;
}

.nav>.lv1>li>span.on {
    background: url("../images/nav_downon.png") center center no-repeat;
    background-size: 100%;
}

.nav>.lv1>li.on>.lv2 {
    left: 50%;
}

.lv2 {
    display: block;
    position: fixed;
    top: 1.4rem;
    padding-top: 0.1rem;
    left: 100%;
    width: 50%;
    bottom: 0;
    box-shadow: none;
    overflow-y: scroll;
    background: rgb(195, 45, 46, .6);
    transition: all 0.5s;
    z-index: 999;
}

.lv2:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

.lv2 {
    padding-top: 0.3rem;
}

.lv2>li {
    position: relative;
    border-bottom: 1px solid rgba(245, 237, 237, .5);
    padding-bottom: 0.1rem;
}

.lv2>li>span {
    position: absolute;
    right: .6rem;
    top: 0;
    display: inline-block;
    width: .28rem;
    height: .55rem;
    background: url(../images/nav-li-right.png) no-repeat center center;
    background-size: .28rem auto;
}

.lv2>li .lv2>li:last-child {
    border: none;
}

.lv2>li>a {
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #ffffff;
}

.lv3 {
    width: 100%;
    display: none;
    background-color: rgb(215, 97, 78, .4);
}

.lv3>li {
    line-height: .5rem;
}

.lv3>li>a {
    font-size: .2rem;
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 10px;
    width: auto;
    left: 50%;
    transform: translatex(-50%);
}

.banner .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.banner .slick-dots li.slick-active {
    background-color: #a01718;
}

.link {
    margin-top: .16rem;
    background-color: #fff;
    padding: 0 .3rem .25rem .3rem;
    font-size: 0;
}

.link a {
    font-size: .18rem;
    color: #333;
    display: inline-block;
    line-height: .38rem;
}

.link span {
    padding: 0 .45rem;
    font-size: .18rem;
    color: #333;
}

.footer {
    position: relative;
    background-color: #a01718;
    padding: .4rem .2rem;
    text-align: center;
}

.footer>p {
    font-size: .18rem;
    color: #fff;
    line-height: .36rem;
}

.footer .footer-pic {
    text-align: center;
    margin-top: .15rem;
}

.footer .footer-pic img {
    height: 1.51rem;
}

.footer .footer-pic p {
    font-size: .18rem;
    color: #fff;
}

.up {
    position: absolute;
    top: -.2rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff url(../images/up.png) no-repeat center center;
    background-size: .18rem auto;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    -webkit-animation-name: move;
    -webkit-animation: move 3s;
    -webkit-animation-iteration-count: infinite;
    animation-name: move;
    animation: move 3s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes move {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes move {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.up>a {
    display: block;
    width: 100%;
    height: 100%;
}