@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color:#333;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}

@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.pic:hover img {
    transform: scale(1.2);
}

.wp {
    max-width: 1410px;
    margin: 0 auto;
}

.search {
    margin-top: 15px;
    display: inline-block;
    width: 328px;
    height: 48px;
    line-height: 48px;
    background: #C4383E;
    /* border-radius: 20px; */
    /* border: 1px solid #a2b6d2; */
    font-size: 0;
    vertical-align: middle;
}

.search input[type="text"] {
    width: 285px;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    font-size: 14px;
    color: #fff;
}

.header {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    background: #AE030A;
    background-size: cover;
}

.head-l {
    float: left;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    float: right;
}

#nav {
    background-color: #AE030A;
    line-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.nav ul {
    margin: 0 -40px;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 11.111%;
    text-align: center;
}

.nav>ul>li>a {
    position: relative;
    font-size: 18px;
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    border-top: 3px solid #fc262f;
    top: 100%;
    background: #fff;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    z-index: 999;
    display: none;
    padding: 10px 5px;
}

.nav>ul>li>ul>li {
    text-align: center;
    line-height: 45px;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #AE030A;
}

.nav>ul>li>ul>li:hover a {
    font-weight: bold;
    color: #fff;
    background-size: cover;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/banner-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.banner .slick-dots {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    z-index: 9;
}

.banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 15px;
    background: rgba(255, 255, 255, 0.48);
    transition: all .3s;
}

.banner .slick-dots li.slick-active {
    background: #fff;
}

.footer {
    background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

#ft-link {
    padding: 30px 0;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.ft-link span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.ft-link a {
    font-size: 14px;
    color: #fff;
}

.ft-link a:hover {
    text-decoration: underline;
}

.ft-link i {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    opacity: .3;
    padding: 0 15px;
}

.foot {
    padding: 30px 0;
}

.ft-l {
    float: left;
}

.ft-l a {
    display: block;
}

.ft-l a img {
    display: block;
}

.ft-m {
    float: left;
    padding-left: 75px;
}

.ft-m p {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.ft-r {
    float: right;
}

.ft-r .ft-r-lj {
    float: left;
}

.ft-r .ft-r-lj ul li {
    display: inline-block;
    text-align: center;
    margin: 0 24px;
}

.ft-r .ft-r-lj ul li a {
    display: block;
}

.ft-r .ft-r-lj ul li .icon {
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.48);
    margin-left: auto;
    margin-right: auto;
}

.ft-r .ft-r-lj ul li .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .6s;
}

.ft-r .ft-r-lj ul li:hover .icon img {
    transform: translate(-50%, -50%) rotatey(360deg);
}

.ft-r .ft-r-lj ul li p {
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
}

.ft-r .ft-ewm {
    float: right;
}

.ft-ewm ul li {
    display: inline-block;
    margin: 0 15px;
    text-align: center;
}
.ft-ewm ul li img {
  width: 90px;
}
.ft-ewm ul li p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}


/* 移动端头部 */

.wap {
    display: none;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.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:1480px) {
    .nav ul {
        margin: 0;
    }
}

@media screen and (max-width:1400px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ft-l {
        float: none;
    }
    .ft-l a img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .ft-m {
        padding-left: 0;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }
    .header {
        display: none !important;
    }
    #nav {
        display: none;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #AE030A;
        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;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        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;
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #333;
    }
    .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: #AE030A;
        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 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;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
}

@media screen and (max-width:1000px) {
    .ft-m {
        float: none;
    }
    .ft-r {
        float: none;
    }
}

@media screen and (max-width:700px) {
    .ft-l a img {
        max-width: 537px;
        width: 100%;
    }
    .banner .slick-dots li {
        margin: 0 5px;
    }
    #ft-link {
        padding: 10px 0;
    }
    .ft-link a {
        display: inline-block;
    }
    .ft-link i {
        padding: 0 5px;
    }
    .foot {
        padding: 15px;
    }
    .ft-r .ft-r-lj {
        float: none;
        text-align: center;
    }
    .ft-r .ft-ewm {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}
