* {
    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;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    background: #c00000;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 24px 0;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-r {
    float: right;
}

.head {
    overflow: hidden;
}

.search {
    position: relative;
    border: 1px solid #d2d2d2;
    width: 340px;
    height: 45px;
    margin-top: 12px;
    box-sizing: border-box;
    background-color: #fff;
}

.search div {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #b2a057;
}

.search input[type="text"] {
    width: 270px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: transparent;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    font-size: 14px;
    color: #666;
}

#nav {
    background-color: #c00000;
}

.nav>ul>li {
    position: relative;
    float: left;
    width:auto;
    line-height: 45px;
    text-align: center;
    padding: 0 7px;
}

.nav>ul>li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 9px solid transparent;
    border-bottom: 9px solid #fff;
    display: none;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li:hover:after {
    display: block;
}

.nav>ul>li>ul {
    position: absolute;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    background-color: rgba(255, 255, 255, .8);
    z-index: 999;
    display: none;
}

.nav>ul>li>ul>li {
    padding: 15px 5px;
    border-top: 1px solid #dce4e2;
    line-height: 16px;
    text-align: center;
}

.nav>ul>li>ul>li>a {
    font-size: 16px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #b2a057;
}

.nav>ul>li>ul>li:hover>a {
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    width: auto;
    left: 50%;
    transform: translatex(-50%);
    bottom: 10px;
}

.banner .slick-dots li {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active {
    background-color: #fff;
}

.banner .slick-prev {
    width: 32px;
    height: 49px;
    left: 30px;
    background: url(../images/left.png) no-repeat center center;
    z-index: 2;
}

.banner .slick-next {
    width: 32px;
    height: 49px;
    right: 30px;
    background: url(../images/right.png) no-repeat center center;
    z-index: 2;
}

.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;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}

.footer {
    background: url(../images/footer.png) no-repeat center center;
    background-size: cover;
}

.foot-top {
    padding-top: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
}

.foot-l {
    float: left;
}

.foot-l p {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding-bottom: 28px;
    line-height: 22px;
}

.foot-l p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 8px;
    height: 20px;
    width: 2px;
    background: url(../images/xx.png) no-repeat center center;
}

.foot-l p:last-child:after {
    display: none;
}

.foot-l p img {
    vertical-align: middle;
    padding-right: 10px;
}

.foot-r {
    float: right;
}

.foot-r img {
    display: block;
    width: 90px;
    height: 90px;
    margin-top: 18px;
}

.foot-r p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.foot-down {
    padding: 9px 0;
    text-align: center;
}

.foot-down>p {
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .header,
    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .header,
    #nav {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #c00000;
    }
    .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: #004980;
        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: #c82626;
        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 (max-width:460px) {
    .foot-l,
    .foot-r {
        float: none;
        width: auto;
        text-align: center;
    }
    .foot-r img {
        margin-left: auto;
        margin-right: auto;
    }
    .foot-l p:after {
        display: none;
    }
}