@charset "utf-8";
* {
    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: 微软雅黑;
    overflow-x: hidden;
}


img,a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.2);
}


/* 移动端头部 */

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 99;
}

.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;
}


/* 移动端结束 */

.header {
    padding: 10px 0;
    background-color: #9f223f;
}

.header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 100%;
    background-color: #065598;
    z-index: -1;
    transition: bottom .5s;
}

.header.on::before {
    bottom: 0;
}

.head {
    margin: 0 auto;
}

.head-l {
    float: left;
    font-size: 0;margin: 15px 0px;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    float: right;
    text-align: right;
    margin-top: 35px;
}

.link-top {
    position: relative;
}

.link-top a {
    font-size: 16px;
    color: #fff;
}

.link-top a:hover {
    opacity: .8;
}

.link-top span {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}

.link-top img {
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    z-index: 1000;
}

.nav {
    background-color: #860825;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 11%;
    text-align: center;
    line-height: 60px;
}

.nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.nav>ul>li.on>a::after {
    border-bottom: 8px solid #ffffff;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    top: 60px;
    width: 160px;
    left: 50%;
    margin-left: -80px;
   /* border-top: 2px solid #9f223f; */
    background-color: rgba(255, 255, 255, 0.87);
    box-shadow: 0 3px 3px #999;
    padding: 5px 0;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    line-height: 38px;
    text-align: center;
}

.nav>ul>li ul li a {
    font-size: 15px;
    color: #333;
    font-family: "pf";
}

.nav>ul>li ul li:hover {
    background-color: #9f223f;
}
.nav>ul>li ul li:hover a{color:#fff;}

.banner {
    position: relative;
}

.banner a {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner a .wb-l {
    position: relative;
    float: left;
    width: 58%;
    background-color: #fff;
    padding: 40px 125px 40px 0;
    padding-right: 105px;
    box-sizing: border-box;
    border-top-right-radius: 100px;
}

.banner a .wb-l p {
    line-height: 30px;
    font-size: 18px;
    color: #9f223f;
    height: 60px;
    overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}

.banner a .wb-r {
    float: right;
    width: 44%;
    margin-left: -2%;
    background-color: #9f223f;
    line-height: 85px;
    font-size: 18px;
    color: #fff;
    margin-top: 55px;
    padding-left: 45px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner a .text::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 240px;
    left:0px;
    background: #fff;
}

.banner a .text::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 55px;
    width: 240px;
    right: 0px;
    background: #9f223f;
}

.banner .slick-dots {
    box-sizing: border-box;
    bottom: 20px;
    margin: 0 auto;
}

.banner .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 10px;
    background: #9f223f;
    transition: all .3s;
}

.banner .slick-dots li.slick-active {
    background: #f59c45;
}

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.wave .gb {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    z-index: 1002;
}

.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;
}

.ss {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.search {
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #9f223f;
    padding: 0 15px;
    font-size: 0;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 745px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;outline:none;border:0px;
}

.search input[type="image"] {
    vertical-align: middle;outline:none;border:0px;
}

.search input::placeholder {
    color: #fff;
}

.footer {
    background-color: #9f223f;
}

.ft-top {
    padding: 30px 0 20px;
    overflow: hidden;
}

.ft-top .ft-l {
    float: left;
}

.ft-top .ft-l a {
    display: block;
}

.ft-top .ft-l a img {
    display: block;
    max-width: 430px;
    width: 100%;margin-top: 22px;
}

.ft-top .ft-r {
    float: right;
    width: 54%;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.ft-top .ft-r .fr-l {
    float: left;
    text-align: left;
}

.ft-top .ft-r .fr-l p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.ft-top .ft-r .fr-r {float: right;padding-left: 75px;}
.ft-top .ft-r .fr-r .ewm{float:left;margin-left: 20px;}

.ft-down {
    background-color: #860825;
}

.ft-down p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

.ft-down p img {
    vertical-align: middle;
}

@media screen and (max-width: 1440px) {
    .px1440 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .head-l a img {
        height: 50px;
    }
    .head-r {
        margin-top: 15px;
    }
    .ft-top .ft-r {
        width: 55%;
    }
    .nav>ul>li>a {
        font-size: 14px;
    }
    .banner a .text {
        padding-left: 0;
        padding-right: 0;
    }
    .banner a .wb-l {
        padding: 15px 30px;
        padding-right: 120px;
        margin-top: 50px;
    }
    .banner a .wb-r {
        line-height: 60px;
        margin-top: 80px;
    }
.banner a .text::before{top:50px;width:20px;}.banner a .text::after{top:80px;width:20px;}
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px;
    }
    .top {
        z-index: 1000;
    }
    .header {
        display: none;
    }
    .nav {
        display: none;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .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%);
        background: #9f223f;
    }
    .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;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-tlink a img {
        vertical-align: middle;
        padding-right: 10px;
    }
.m-tlink span{display:none;}
    .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: #fff;outline:none;border:0px;
    }
    .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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #b83956;
        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;
    }
}

@media screen and (max-width: 1000px) {
    .ft-top .ft-l {
        float: none;
    }
    .ft-top .ft-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .banner a .wb-l {
        width: 59%;
    }
    .banner a .wb-r {
        margin-left: -3%;
    }
.banner a .wb-l p{font-size:16px;}
.banner a .wb-r{font-size:16px;}
.ft-top .ft-l a img{width:60%;}
}

@media screen and (max-width: 700px) {
    .banner a .text {
        position: static;
    }
    .banner a .wb-l {
        float: none;
        width: auto;
        margin-top: 0;
        padding: 15px;
    }
    .banner a .wb-r {
        float: none;
        width: auto;
        margin-top: 0;
        line-height: 40px;
        font-size: 14px;
    }
.banner a .text::before,.banner a .text::after{display:none;}
    .banner a .wb-l p {
        line-height: 22px;
        height: 44px;
        font-size: 16px;
    }
    .ft-top .ft-r .fr-r {
        float: none;
        padding-left: 0;
    }
    .banner a {
        padding-bottom: 55px;
    }
.ft-top .ft-l a img{width:50%;}
}

@media screen and (max-width: 425px) {
.ft-top .ft-l a img{width:80%;}
}