@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

h2,
h3,
i,
em {
    font-style: normal;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

@font-face {
    font-family: '思源宋体';
    src: ;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '思源宋';
    src: ;
    font-weight: normal;
    font-style: normal;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: scale(1.2);
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}


/* 移动端头部 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 1011;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 1000;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}


/* 搜索框 */

.wave.on {
    display: block;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #ba2a17;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 750px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    color: #fff;
}


/* 搜索框结束 */

.main-top {}

.header {
    padding: 25px 0;
}

.head-l {
    float: left;
    font-size: 0;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
}

.head-r {
    float: right;
}

.link-top {
    margin-top: 20px;
}

.link-top a {
    display: inline-block;
    font-size: 14px;
    color: #333333;
}

.link-top a:hover {
    text-decoration: underline;
}

.link-top span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

.link-top a img {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.sousuo {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #ba2a17;
    margin-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.sousuo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#nav {
    background: #ba2a17;
    line-height: 60px;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 19.5%;
    text-align: center;
}

.nav>ul>li span {
    position: absolute;
    right: 25px;
    width: 15px;
    height: 15px;
    background: url(/uploads/image/images/ej.png) no-repeat center center;
    top: 50%;
    transform: translatey(-50%);
}

.nav>ul>li.on span {
    background: url(/uploads/image/images/ej-other.png) no-repeat center center;
}

.nav>ul>li>a {
    position: relative;
    font-size: 18px;
    color: #fff;
}

.nav>ul>li:hover>a {
    color: #dfc85a;
}

.nav>ul>li>ul {
    position: absolute;
    border-top: 5px solid #dfc85a;
    top: 60px;
    background: #fff;
    width: 165px;
    left: 50%;
    margin-left: -75px;
    z-index: 999;
    display: none;
    box-shadow: 0 0 10px #d2d2d2;
}

.nav>ul>li>ul>li {
    text-align: center;
    line-height: 35px;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #666666;
}

.nav>ul>li>ul>li:hover {
    background-color: #f6f6f4;
}

.nav>ul>li>ul>li:hover>a {
    color: #ba2a17;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/uploads/image/images/banner-tc.png) repeat-x center bottom;
    background-size: 100% auto;
}

.banner .slick-dots {
    bottom: 135px;
}

.banner .slick-dots li {
    width: 32px;
    height: 4px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 2px;
    margin: 0 5px;
}

.banner .slick-dots li.slick-active {
    background-color: #fff;
}

.footer {
    background: #333333;
}

.ft-t {
    padding-top: 65px;
    padding-bottom: 85px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.ft-l {
    float: left;
}

.ft-l p {
    line-height: 39px;
    font-size: 14px;
    color: #f4f4f4;
}

.ft-r {
    float: right;
}

.ft-logo {
    float: left;
    margin-top: 20px;
}

.ewm {
    float: right;
    margin-left: 45px;
    text-align: center;
}

.ewm p {
    font-size: 14px;
    color: #f4f4f4;
}

.ft-bottom p {
    padding: 15px 0;
    font-size: 14px;
    color: #f4f4f4;
    opacity: .5;
}

@media screen and (max-width:1430px) {
    .s3 ul {
        margin: 0;
    }
}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1250px) {
    .nav>ul>li span {
        right: 10px;
    }
    .ft-r {
        float: none;
    }
}

@media screen and (max-width:1024px) {
    .main-top {
        display: none;
    }
    body {
        padding-top: 50px;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
        padding: 10px;
    }
    .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-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle;
    }
    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        width: 1px;
        height: 30px;
        background-color: #025bbf;
    }
    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #025bbf;
        vertical-align: middle;
        font-family: 'sysong';
    }
    .m-tlink {
        padding: 10px 13px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 1px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        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: #fff; */
        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;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #ba2a17;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .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(/uploads/image/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-l {
        float: none;
        width: auto;
        border-right: none;
    }
    .ft-r {
        float: none;
        width: auto;
        padding-left: 0;
    }
    .ft-l .logo {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    .ftr-down .dz {
        text-align: center;
        margin-top: 15px;
    }
}

@media screen and (max-width:700px) {
    .ft-t {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ft-logo {
        float: none;
    }
    .ft-logo a {
        display: block;
    }
    .ft-logo a img {
        display: block;
        max-width: 377px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .ewm {
        float: none;
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .ft-l p {
        line-height: 24px;
        margin-top: 15px;
    }
}

@media screen and (max-width:370px) {}