@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}

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;    word-break: break-all;
    line-height: 30px;
}

.clear {
    clear: both;
}

.px1365 {
    max-width: 1365px;
    margin: 0 auto;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
height:100%;
object-fit: cover;
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.1);
}

.header {
    background: url(../images/head-bg.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s;
    z-index: 999;
}

.header.on {
    padding-top: 0;
    z-index: 999;
}

.header.on #nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #a00c0d;
    z-index: 999;
}

.head {
    padding: 26px 0;
    overflow: hidden;
    border-bottom: 1px solid #b03b4c;
    background: url(../images/head-zt.png) no-repeat 57% center;
}

.head-l {
    float: left;
}

.head-r {
    float: right;
}

.search {
    margin-top: 22px;
    width: 220px;
    height: 36px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.search input[type="text"] {
    width: 190px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    background-color: transparent;
    vertical-align: middle;
    color: #333;
}

.search input[type="image"] {
    vertical-align: middle;
}

.nav {
    border-top: 1px solid #860112;
}

.nav>ul {
    margin-left: -30px;
    margin-right: -30px;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 10%;
    line-height: 53px;
    text-align: center;padding: 12px 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 53px;
    background-color: #fff;
    box-shadow: 0 0 3px #efe0e0;
    z-index: 999;
    display: none;
}

.nav>ul>li>ul>li {
    line-height: 40px;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #9f0017;
}

.nav>ul>li>ul>li:hover>a {
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 20px;
}

.banner .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.banner .slick-dots li.slick-active {
    background-color: #9f0017;
}

.footer {
    padding: 35px 0;
    background: url(../images/footer.jpg) no-repeat center center;
    background-size: cover;
}

.foot {
    overflow: hidden;
}

.foot-l {
    float: left;
}

.foot-r {
    float: right;
}

.foot-l p {
    line-height: 45px;
    font-size: 16px;
    color: #fff;
}

.foot-l p:first-child {
    border-bottom: 1px solid #9a3b30;
}

.foot-l p span {
    display: inline-block;
    margin-left: 30px;
}

.foot-l p span:first-child {
    margin-left: 0;
}

.foot-l p span img {
    vertical-align: middle;
    padding-right: 15px;
}

.ewm {
    overflow: hidden;
}

.ewm-l {
    float: left;
    width: 110px;
}

.ewm-l img {
    display: block;
    width: 100%;
}

.ewm-r {
    overflow: hidden;
    padding-left: 15px;
    margin-top: 25px;
}

.ewm-r p {
    line-height: 29px;
    font-size: 16px;
    color: #f4eced;
}


/* 移动端头部 */

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

@media screen and (max-width: 1430px) {
    .nav>ul {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1365px) {
    .px1365 {
        padding: 0 15px;
    }
    .head {
        padding: 26px 15px;
    }
}

@media screen and (max-width: 1100px) {
    .foot-l p span img {
        padding-right: 5px;
    }
    .foot-l p span {
        margin-left: 5px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        margin-top: 0;
        padding-top: 60px;
    }
    .header {
        display: none;
    }
    .footer {
        padding: 20px 0;
    }
    #top {
        display: none;
    }
    #nav {
        display: none;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #8c0e0f;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    }
    .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;display:none;
    }
    .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: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        background-color: #fff;
        overflow: hidden;
        border-radius: 20px;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        padding-left: 20px;
        line-height: 35px;
        background: none;
        color: #333;
        border: 1px solid #ddd;
        border-radius: 20px;
        padding-right: 30px;
    }
    .m-search input[type="text"]::placeholder {
        color: #333;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 15px;
        top: 12px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #a00c0d;
        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;
    }
    .m-nav ul li span.on {
        transform: rotateZ(90deg);
    }
}

@media screen and (max-width: 1000px) {
    .foot-l {
        float: none;
    }
    .foot-r {
        float: none;
        margin-top: 15px;
    }
    .foot-l p {
        line-height: 30px;
    }
}

@media screen and (max-width:750px) {
    .foot-l p {
        font-size: 14px;
    }
    .ewm-r p {
        font-size: 12px;
    }
}