@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: 微软雅黑;
        overflow-x: hidden;
    }
    
    input,
    img,
    a {
        outline: none;
        border: 0;
    }
    
    .clear {
        clear: both;
    }
    
    .px1400 {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .header {
        position: relative;
    }
    
    .head-l {
        float: left;
        width: 30%;
        box-sizing: border-box;
        padding-top: 34px;
        padding-left: 40px;
    }
    
    .head-l a {
        display: block;
    }
    
    .head-l a img {
        display: block;
        width: 100%;
        max-width: 493px;
    }
    
    .head-r {
        float: right;
        width: 70%;
        padding-right: 25px;
        box-sizing: border-box;
        background-color: #b92e32;
    }
    
    .nav {
        float: left;
        width: 100%;
    }
    
    .nav>ul>li {
        position: relative;
        float: left;
        width: 7.1%;
        padding: 55px 0;
        padding-bottom: 78px;
        margin-bottom: -24px;
        text-align: center;
    }
    
    .nav>ul>li.first {
        position: relative;
        background: url(../images/first-bg.png) no-repeat center bottom;
        z-index: 2;
        width: 6%;
    }
    .nav>ul>li.first:after{
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom:15px;
        width: 13px;
        height: 13px;
        background: url(../images/star.png) no-repeat center center;
    }
    .nav>ul>li>a {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }
    
    .nav>ul>li:hover>a {
        font-weight: bold;
    }
    
    .nav>ul>li ul {
        position: absolute;
        left: 0;
        right: 0;
        top: 90px;
        background-color: #fff;
        box-shadow: 0 0 5px #e1a5a5;
        z-index: 999;
        display: none;
    }
    
    .nav>ul>li ul li {
        line-height: 30px;
    }
    
    .nav>ul>li ul li a {
        font-size: 14px;
        color: #333;
    }
    
    .nav>ul>li ul li:hover {
        background-color: #b92e32;
    }
    
    .nav>ul>li ul li:hover a {
        color: #fff;
    }
    /* 移动端头部 */
    
    .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;
    }
    
    .banner {
        position: relative;
    }
    
    .banner::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 30px;
        background-color: #b92e32;
        z-index: -1;
    }
    
    .banner a {
        display: block;
        border-top-left-radius: 5px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 50px;
        overflow: hidden;
    }
    
    .banner a img {
        display: block;
        width: 100%;
    }
    
    .banner .slick-dots {
        margin: 0 3px;
        padding: 10px;
        bottom: 30px;
    }
    
    .banner .slick-dots li {
        width: 34px;
        height: 36px;
        background: url(../images/slick.png) no-repeat center center;
    }
    
    .banner .slick-dots li.slick-active {
        background: url(../images/slick-acitve.png) no-repeat center center;
    }
    
    .footer {
        background: url(../images/footer-bg.png) no-repeat center center;
        background-size: cover;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 10px;
    }
    
    .foot-top {
        position: relative;
        padding: 45px 0;
        overflow: hidden;
    }
    
    .ft-l {
        float: left;
        width: 400px;
        border-right: 1px solid #c85f61;
    }
    
    .ft-l p {
        position: relative;
        padding-left: 58px;
        font-size: 16px;
        color: #fff;
        margin-top: 30px;
    }
    
    .ft-l p:first-child {
        margin-top: 0;
    }
    
    .ft-l p span {
        font-size: 14px;
        color: #fff;
    }
    
    .ft-l p img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translatey(-50%);
    }
    
    .ft-m {
        padding-top: 15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .ft-m>ul>li {
        display: inline-block;
        margin: 0 25px;
        text-align: center;
    }
    
    .ft-m>ul>li p {
        font-size: 16px;
        color: #fff;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    
    .ft-r {
        float: right;
        width: 400px;
        box-sizing: border-box;
        padding-left: 35px;
        border-left: 1px solid #c85f61;
    }
    
    .ft-r h2 {
        padding-left: 30px;
        font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: normal;
        background: url(../images/link.png) no-repeat left center;
    }
    
    .ft-r ul {
        font-size: 0;
    }
    
    .ft-r ul li {
        display: inline-block;
        min-width: 50%;
        padding-bottom: 30px;
    }
    
    .ft-r ul li a {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }
    
    .ft-r ul li:hover a {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .foot-down {
        border-top: 1px solid #c96164;
    }
    
    .foot-down p {
        padding: 25px;
        text-align: center;
        font-size: 16px;
        color: #ebf5ff;
    }
    .foot-down p a{
        color: #ebf5ff;
        text-decoration: none;
    }
    @media screen and (max-width: 1600px) {
        .head-l {
            padding-top: 20px;
        }
        .nav>ul>li {
            padding: 25px 0;
            padding-bottom: 35px;
            margin-bottom: -20px;
        }
        .nav>ul>li>a {
            display: block;
            width: 32px;
            margin-left: auto;
            margin-right: auto;
            font-size: 14px;
        }
    }
    
    @media screen and (max-width: 1400px) {
        .px1400 {
            padding-left: 10px;
            padding-right: 10px;
        }
        .ft-l {
            width: 320px;
        }
        .ft-r {
            width: 320px;
            padding-left: 10px;
        }
    }
    
    @media screen and (max-width: 1024px) {
        body {
            margin-top: 62px;
        }
        .header {
            display: none;
        }
        .wap {
            display: block;
        }
        .m-logo {
            font-size: 0;
        }
        .m-head {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: #fff;
            padding: 11px;
            z-index: 999;
            box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
            background: #fff;
        }
        .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: #841b0d;
            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: 1000px) {
        .ft-m {
            position: static;
            left: auto;
            transform: none;
            width: 100%;
            overflow: hidden;
            text-align: center;
        }
        .ft-l {
            width: 50%;
            border: none;
        }
        .ft-r {
            width: 50%;
            border: none;
        }
    }
    
    @media screen and (max-width: 600px) {
        .ft-l {
            float: none;
            width: auto;
        }
        .ft-r {
            float: none;
            width: auto;
            margin-top: 10px;
        }
        .foot-top {
            padding: 15px;
        }
        .ft-m>ul>li {
            margin: 0 10px;
        }
        .ft-l p {
            margin-top: 10px;
        }
        .ft-r ul li {
            padding-bottom: 10px;
        }
    }