* {
    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;
}

@font-face {
    font-family: 'heavy';
    src: url('../style/SOURCEHANSERIFCN-HEAVY.OTF') format('woff');
    font-weight: normal;
    font-style: normal;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.pic {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.1);
}

#nav {
    position:relative;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c8000b;
    height: 68px;
    z-index: 999;
}

.nav {
    padding: 0 20px;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 13.5%;
    line-height: 68px;
    text-align: center;
    margin-top: -12px;
    padding-top: 12px;
    box-sizing: border-box;
}

.nav>ul>li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e51f0a;
    transform: skewX(-15deg);
    display: none;
}

.nav>ul>li:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -25px;
    border-left: 16px solid #b6000a;
    border-top: 12px solid transparent;
    transform: skewX(-15deg);
    display: none;
}

.nav>ul>li:hover:after {
    display: block;
}

.nav>ul>li>a {
    position: relative;
    display: block;
    position: relative;
    font-size: 18px;
    color: #fefefe;
}

.nav>ul>li:hover::before {
    display: block;
}

.nav>ul>li>a::before {
    content: '';
    position: absolute;
    width: 64px;
    height: 66px;
    /* background: url(../images/d-icon.png) no-repeat center center; */
    left: -35px;
    top: -25px;
    display: none;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li:hover>a::before {
    display: block;
}

.nav>ul>li>ul {
    position: absolute;
    left: 42%;
    transform: translateX(-50%);
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #eee;
    display: none;
}

.nav>ul>li>ul>li {
    line-height: 30px;
}

.nav>ul>li>ul>li>a {
    font-size: 16px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #c8000b;
}

.nav>ul>li>ul>li:hover>a {
    color: #fff;
}


.footer {
    background-color: #403937;
    padding-top: 20px;
    padding-bottom: 25px;
}

.footer.section {
    padding-top: 20px;
}

.ft-l {
    float: left;
    width: 1005px;
}

.ft-r {
    float: right;
}

.ft-top {
    line-height: 33px;
    border-bottom: 1px solid #615b5a;
}

.ft-top a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.ft-top a:hover {
    color: rgba(255, 255, 255, .48);
}

.ft-top span {
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #b1afae;
    margin: 0 10px;
    vertical-align: middle;
}

.ft-down {
    margin-top: 20px;
}

.ft-down p {
    line-height: 26px;
    font-size: 14px;
    color: rgba(255, 255, 255, .48);
}

.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;
}

.ft-r .ewm {
    position: relative;
    display: inline-block;
    margin-left: 55px;
    margin-top: 30px;
}

.ft-r .ewm img.m-pic {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    display: none;
    z-index: 1000;
}

.ft-r .ewm:hover img.m-pic {
    display: block;
}

@media screen and (max-width: 1400px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav {
        padding: 0;
    }
.ft-l{width:800px;}
}

@media screen and (max-width: 1024px) {
    .nav>ul>li>a {
        font-size: 14px;
    }

    .ft-l {
        float: none;
        width: auto;
    }

    .ft-r {
        float: none;
        width: auto;
        text-align: center;
    }
}



@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px;
    }

    #nav {
        display: none;
    }

    .wap {
        display: block;
    }

    .m-logo {
        font-size: 0;
    }

    .section {
        padding-top: 20px;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 30px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #c8000b;
    }

    .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-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #c30006;
        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;
    }

    .yw .text h2 {
        height: 36px !important;
        line-height: 36px !important;
        font-size: 18px !important;
        margin-bottom: 0 !important;
    }
.ft-r .ewm{margin:0 10px;margin-top: 30px;}
}