* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

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

html,
body {
    font-family: å¾®è½¯é›…é»‘;
}

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

.clear {
    clear: both;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #a10303;
    padding: 24px 145px;
    transition: all .3s;
    z-index: 999;
}

.head {
    position: relative;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    float: right;
    text-align: right;
}

.link-top {
    position: absolute;
    right: 0;
    top: -13px;
    line-height: 30px;
}

.link-top a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}

.link-top i {
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}

.link-top a:hover {
    color: rgba(255, 255, 255, .8);
}

.link-top img {
    vertical-align: middle;
}

.link-top span {
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #850c0c;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}

.link-top img {
    vertical-align: middle;
    cursor: pointer;
}

.nav {
    margin-top: 40px;
}

.nav>ul>li {
    position: relative;
    float: left;
    line-height: 30px;
    margin-left: 12px;
    text-align: center;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
}

.nav>ul>li:hover {
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    top: 45px;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 3px 3px #999;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px dashed #ebe5e5;
}

.nav>ul>li ul li a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li ul li:hover {
    background-color: #c11c1c;
}

.nav>ul>li ul li:hover a {
    color: #fff;
}

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.wave.on {
    display: block;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #a01414;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 750px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

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

.search input::placeholder {
    color: #fff;
}

.m-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.m-top>img {
    display: block;
    width: 100%;
}

.wap {
    display: none;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
    margin: 15px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.header.on {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 145px;
    z-index: 999;
    transition: all .3s;
}

.header.on .link-top {
    display: none;
}

.header.on .nav {
    margin-top: 20px;
}

.banner a {
    display: block;
}

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

.banner .slick-dots {
    bottom: 25px;
}

.banner .slick-dots li {
    margin: 0 6px;
    width: 33px;
    height: 33px;
    background: url(../images/slick.png) no-repeat center center;
}

.banner .slick-dots li.slick-active {
    background: url(../images/slick-active.png) no-repeat center center;
}

.footer {
    padding: 25px 0;
    background: url(../images/footer.png) no-repeat center center;
    background-size: cover;
}

.foot {
    overflow: hidden;
}

.foot-l {
    float: left;
    width: 715px;
}

.ft-top {
    margin-top: 10px;
    border-bottom: 1px solid #c48483;
}

.lj {
    padding-bottom: 20px;
}

.lj span {
    font-size: 14px;
    color: #fff;
}

.lj a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
}

.lj a:hover {
    color: rgba(255, 255, 255, .8);
}

.ft-down {
    padding-top: 25px;
}

.ft-down p {
    font-size: 14px;
    color: #fff;
}

.foot-r {
    float: right;
}

.foot-r ul li {
    display: inline-block;
    margin-left: 30px;
    text-align: center;
}

.foot-r ul li img {
    display: block;
}

.foot-r ul li p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

@media screen and (max-width: 1750px) {
    .header,
    .header.on {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav>ul>li {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .px1300 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .foot-l {
        width: 660px;
    }
    .nav>ul>li>a {
        font-size: 14px;
    }
    .head-l a img {
        height: 50px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px;
    }
    .header {
        display: none;
    }
    .nav {
        display: none;
    }
    .wap {
        position: fixed;
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #a01600;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #333;
        line-height: 30px;
        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;
        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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #a91f09;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .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 (min-width:1000px) {
        .topban {
    margin-top: 120px;
}}
@media screen and (max-width: 1000px) {
    .foot-l {
        float: none;
        width: auto;
    }
    .foot-r {
        float: none;
        width: auto;
        text-align: center;
        margin-top: 15px;
    }
    .foot-r ul li {
        margin: 0 15px;
    }
}

@media screen and (max-width:700px) {
    .banner .slick-dots {
        bottom: 5px;
    }
}
