* {
    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;
}

.px1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.head {
    margin: 0 auto;
    padding-top: 15px;
}

.head-l {
    float: left;
    font-size: 0;
}

.nav {
    float: right;
    margin-top: 15px;
}

.nav>ul>li {
    position: relative;
    float: left;
    line-height: 40px;
    padding-bottom: 45px;
    margin: 0 8px;
}

.nav>ul>li>a:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 8px solid #c71c39;
    display: none;
}

.nav>ul>li.on>a:after {
    display: block;
}

.nav>ul>li.on>a {
    display: block;
    color: #fff;
    background-color: #c71c39;
}

.nav>ul>li::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 20px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
}

.nav>ul>li>a {
    font-size: 16px;
    color: #333;
    padding-left: 15px;
    padding-right: 15px;
}

.nav>ul>li>div {
    position: absolute;
    display: none;
    width: 650px;
    top: 85px;
    left: 50%;
    margin-left: -325px;
    overflow: hidden;
    box-sizing: border-box;
   background-color: #fff;
   /* background-color: transparent;*/
    z-index: 999;
}

.nav>ul>li>div>ul {
    padding-top: 15px;
    overflow: hidden;
    line-height: normal;
}

.nav>ul>li>div>ul>li {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
    line-height: 35px;
}

.nav>ul>li>div>ul>li>a {
    font-size: 16px;
    color: #666666;
}

.nav>ul>li>div>ul>li:hover>a {
    color: #94070a;
}

.head-r {
    float: right;
}

.search {
    margin-top: 15px;
    width: 200px;
    height: 38px;
    background-color: #ececec;
    padding-left: 15px;
    box-sizing: border-box;
}

.search input[type="text"] {
    width: 155px;
    height: 38px;
    background-color: #ececec;
    line-height: 38px;
    vertical-align: middle;
}

.search input[type="image"] {
    vertical-align: middle;
}

.banner {
    overflow: hidden;
}

.banner.dg-container nav span.dg-prev {
    width: 25px;
    height: 25px;
    background: url(../images/banner-l.png) no-repeat center center;
}

.footer {

   /* background: #f8f8f8 url(../images/foot-bg.png) no-repeat center center;*/
    background: #f8f8f8;
    background-size: cover;
    border-top: 5px solid #a70006;
}

.ft-l {
    float: left;
    width: 50%;
}

.ft-r {
    float: right;
    width: 50%;
}

#banner {
    display: none
}

.foot-top {
    padding-top: 45px;
    padding-bottom: 35px;
}

.foot-top h2 {
    font-size: 22px;
    color: #111;
    font-family: 思源宋体;
    margin-bottom: 15px;
}

.ft-l p {
    font-size: 16px;
    color: #111;
    display: inline-block;
    margin-left: 30px;
    margin-top: 15px;
}

.ft-l p.jj {
    margin-left: 0;
}

.ft-r ul {
    font-size: 0;
}

.ft-r ul li {
    display: inline-block;
    width: 33.3%;
    text-align: left;
    margin-top: 20px;
}

.ft-r ul li:nth-child(3n-2) {
    width: 22.3%;
}

.ft-r ul li:nth-child(3n-1) {
    width: 42.3%;
}

.ft-r ul li a {
    font-size: 16px;
    color: #111;
}

.foot-down {
    border-top: 1px solid #fff;
}

.foot-down p {
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #111;
}

.ft-r ul li:hover a {
    color: #94070a;
}

.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;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1440px) {
    .px1440 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav>ul>li>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
    .ft-l {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .ft-r {
        float: none;
        width: 100%;
    }
    .foot-top {
        padding: 15px;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }
    .header {
        display: none;
    }
    .banner #dg-container {
        display: none;
    }
    #banner {
        display: block;
    }
    #banner a {
        display: block;
        overflow: hidden;
    }
    #banner a img {
        display: block;
        width: 100%;
    }
    #banner .slick-prev {
        left: 60px;
        width: 24px;
        height: 25px;
        background: url(../images/banner-l.png) no-repeat center center;
    }
    #banner .slick-next {
        right: 60px;
        width: 24px;
        height: 25px;
        background: url(../images/banner-r.png) no-repeat center center;
    }
    .up {
        display: none;
    }
    .wap {
        display: block;
    }
    .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%);
    }
    .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;
        background: #d23535;
        margin-top: 15px;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background-color: transparent;
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-search input::placeholder {
        color: #fff;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        bottom: 0;
        z-index: 999;
        background: #bd1111;
        overflow-y: scroll;
        width: 100%;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .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:700px) {
    #banner .slick-prev {
        left: 20px;
    }
    #banner .slick-next {
        right: 20px;
    }
    .ft-r ul li {
        display: block;
        width: 100%;
    }
    .ft-r ul li:nth-child(3n-2) {
        width: 100%;
    }
    .ft-r ul li:nth-child(3n-1) {
        width: 100%;
    }
    .ft-l p {
        margin-left: 0;
    }
    .foot-top h2 {
        margin-bottom: 0;
    }
}