* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.pic img:hover {
    transform: scale(1.1);
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(10deg);
    }
    20% {
        transform: rotateZ(0);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(0);
    }
    50% {
        transform: rotateZ(10deg);
    }
    60% {
        transform: rotateZ(0);
    }
    70% {
        transform: rotateZ(-10deg);
    }
    80% {
        transform: rotateZ(0);
    }
    90% {
        transform: rotateZ(10deg);
    }
    100% {
        transform: rotateZ(0);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes ygd {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wap {
    display: none !important;
}

.wap-menu {
    position: fixed;
    top: 17.5px;
    right: 10px;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 370px;
}

.logo {
    padding-top: 5px;
}

.logo a {
    max-width: 100%;
    display: block;
    width: 1105px;
    margin: 0 auto;
}

.logo a img {
    display: inline-block;
    vertical-align: middle;
}

.logo a img:nth-child(2) {
    margin-left: 23px;
}

.search {
    width: 725px;
    height: 55px;
    background: #fff;
    margin: 0 auto;
    margin-top: 45px;
    position: relative;
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    width: 580px;
    padding-left: 20px;
    padding-right: 20px;
    height: 55px;
    font-size: 16px;
    background: none;
    color: #333;
}

.search .button {
    width: 145px;
    height: 55px;
    background: #cc0500;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
    text-align: center;
}

.search input::-webkit-input-placeholder {
    color: #999999;
}

.search input::-moz-input-placeholder {
    color: #999999;
}

.search input::-ms-input-placeholder {
    color: #999999;
}

#nav {
    background-color: #b31501;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.nav>ul>li:hover {
    background-color: #942f22;
    ;
}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 15px;
    padding-bottom: 10px;
    display: none;
    box-shadow: 0 0 10px #facbcb;
    z-index: 999;
}

.nav>ul>li>ul>li {
    position: relative;
    line-height: 40px;
    border-bottom: 1px dashed #d3cbcb;
}

.nav>ul>li>ul>li>span {
    position: absolute;

    background-size: 12px auto;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 13px;
}

.nav>ul>li>ul>li>span.on {
 
    background-size: 12px auto;
}

.nav>ul>li>ul>li>ul {
    display: none;
}

.nav>ul>li>ul>li>ul>li {
    line-height: 30px;
}

.nav>ul>li>ul>li>ul>li>a {
    font-size: 14px;
    color: #e3dede;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li>ul>li:hover>a {
    color: #cc0500;
}

.links {
    background: #e6e6e6;
}

.home_links {
    padding: 22px 0;
    height: auto;
    overflow: hidden;
}

.home_links .link {
    margin: 0 auto;
    text-align: center;
}

.dhlj {
    font-size: 0;
}

.dhlj li {
    display: inline-block;
    text-align: left;
    padding: 0 40px;
    font-size: 20px;
    color: #333;
    line-height: 26px;
    cursor: pointer;
    border-left: 2px solid #fff;
}

.dhlj li p {
    padding-right: 25px;
    background: url(../images/link.png) right center no-repeat;
}

.dhlj li.on p {
    background: url(../images/linkxz.png) right center no-repeat;
}

.home_links_drop {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.home_links_drop ul {
    display: none;
    font-size: 16px;
    padding: 20px 10px;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.home_links_drop ul li {
    float: left;
    width: 30%;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_links_drop ul li a {
    display: block;
    color: #333;
}

.home_links_drop ul li a:hover {
    color: #b31501;
}

.footer {
    background-color: #bd2b2e;
    padding-top: 30px;
    padding-bottom: 50px;
}

.foot .ft-link {
    text-align: center;
}

.foot .ft-link .ej-link {
    display: inline-block;
    background: rgba(0, 0, 0, .1);
    padding: 15px 25px;
}

.foot .ft-link a {
    display: inline-block;
    padding: 0 20px;
    border-left: 1px solid #fff;
    font-size: 20px;
    color: #fff;
}

.foot .ft-link a:first-child {
    border-left: none;
}

.foot .ft-link a:hover {
    opacity: .8;
}

.ft {
    margin-top: 25px;
}

.ft .ft-l {
    float: left;
    width: 200px;
}

.ft .ft-l a {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.ft .ft-l a:first-child {
    margin-left: 0;
}

.ft .ft-l a img {
    display: block;
}

.ft .ft-r {
    overflow: hidden;
}

.ft .ft-r ul {
    font-size: 0;
}

.ft .ft-r ul li {
    display: inline-block;
    width: 50%;
    padding-left: 25px;
}

.ft .ft-r ul li:first-child {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.ft .ft-r ul li p {
    line-height: 24px;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
}

.ft .ft-r ul li p img {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1350px) {
    .ft .ft-r ul li {
        display: block;
        width: 100%;
        text-align: center;
        border: none;
        padding-left: 0;
    }
    .ft .ft-r ul li:first-child {
        border: none;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }
    .pc {
        display: none !important;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        z-index: 999;
        padding: 10px;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
    }
    .m-tlink a {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        line-height: 28px;
    }
    .m-tlink a:first-child img {
        vertical-align: -2px;
        padding-right: 5px;
    }
    .m-tlink a:nth-child(2) {
        margin-left: 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: #c80b0d;
        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(../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) {
    .foot .ft-link a {
        padding: 0 10px;
        font-size: 16px;
    }
    .ft .ft-r ul li p {
        font-size: 14px;
    }
}

@media screen and (max-width:700px) {
    .home_links {
        padding: 10px 0;
    }
    .dhlj li {
        padding: 0 5px;
        font-size: 12px;
    }
    .home_links_drop ul li {
        width: 50%;
        font-size: 12px;
    }
    .home_links_drop ul {
        padding: 5px;
    }
    .foot .ft-link .ej-link {
        padding: 5px;
    }
    .foot .ft-link a {
        font-size: 12px;
    }
    .ft .ft-l {
        float: none;
        width: auto;
        text-align: center;
    }
    .footer {
        padding: 15px 0;
    }
}