@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: "微软雅黑";
}

@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ss_normal";
    src: url(../style/SOURCEHANSERIFCN-REGULAR.OTF);
    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 .6s;
    object-fit: cover;
}

.pic:hover img {
    transform: scale(1.1);
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wp {
    width: 1600px;
    margin: 0 auto;
    max-width: 94%;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    /* background: linear-gradient(0, rgba(158, 33, 33, 0) 0%, rgba(158, 33, 33, 0.6) 100%); */
}
.main-top:after{content:"";position: absolute;left: 0;right: 0;top: 0;bottom: 100%;background: #9E2121;transition: all .6s;}
.main-top.xg #nav{
    background: transparent;
}
.main-top.xg:after{bottom: 0;}
.header {
    position: relative;
    background: #9E2121;
    z-index: 6;
}

.head {
    padding: 18px 0;
    align-items: center;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    display: flex;
    align-items: center;
}
.lt-r {
    display: flex
;
}
.lt-r a {
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}

.search {
    position: relative;
    width: 275px;
    height: 36px;
    background: transparent;
    font-size: 0;
    border: 0.5px solid #BF4141;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 50px;
    border-radius: 18px;
}

.search input[type="text"] {

    width: 100%;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input::placeholder {
    font-size: 14px;
    color: #fff;
}

.search span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 100%;
    background: #BF4141;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0px 18px 18px 0px;
}

.search input[type="image"] {
    vertical-align: middle;

}

#nav {
    position: relative;
    background: linear-gradient(0, rgba(158, 33, 33, 0) 0%, rgb(143 141 141) 100%);
    z-index: 9;
}

.nav>ul>li {
    position: relative;

}

.nav>ul>li>a {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    color: #fff;
    display: block;
    position: relative;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    transition: all .3s;
    bottom: 40px;
}

.nav>ul>li:hover:after {
    width: 30px;
}

.nav>ul>li>ul {
    position: absolute;
    width: 150px;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%,10px);
    right: 0;
    top: 100%;
    box-shadow: 0 0 5px #aaa8a8;
    overflow: hidden;
    /* padding: 10px 0; */
    z-index: -1;
    opacity: 0;
    /* display: none; */
    transition: all .6s;
    visibility: hidden;
}
.nav>ul>li:hover>ul {
    transform: translate(-50%, 0);
    opacity: 1;
    z-index: 9;
    visibility: visible;
}
.nav>ul>li>ul>li {
    text-align: center;
    position: relative;
}
.nav>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}
.nav>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    padding: 0 13px;
    background: #f8f8f8;
    color: #333;
    white-space: nowrap;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px #bebbbb solid;
    text-overflow: ellipsis;
}

.nav>ul>li>ul>li:hover>a {
    background: #9E2121;
    color: #fff;
}

.banner-sy {
    position: relative;
    margin-top: 0;
    height: 100vh;
}

.banner-sy>div {
    
    height: 100%;
}

.banner {
    position: relative;
    margin-top: 6rem;
}
.draggable {
    height: 100%;
}
.draggable>div {
    height: 100%;
}
.draggable a {
    height: 100%;
}
.draggable a img{
    height: 100%;
}
.banner-sy a {
    display: block;
    height:100%;
}

.banner-sy a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 121px;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .43) 100%);
}

.banner-sy a img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.banner-sy .slick-dots {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.banner-sy .slick-dots li {
    width: 50px;
    height: 50px;
    background: url(../images/ban-slick-qh.png) no-repeat center center/12px auto;
    margin: 0;
    transition: all .6s;
}

.banner-sy .slick-dots li.slick-active {
    background: url(../images/ban-slick.png) no-repeat center center/100% 100%;
}


/* 移动端 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: -1;
}

.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;
}


/* 底部 */

.footer {
    position: relative;
    background: #9E2121;
}

.ft-top {
    position: relative;
    z-index: 3;
    align-items: center;
    padding: 35px 0;
}

.foot {
    position: relative;
    z-index: 9;
}

.ft-link {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ft-link span {
    position: absolute;
    left: 0;
    top: 35px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.ft-link a {
    display: inline-block;
    padding-left: 90px;
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
    line-height: 22px;
}

.ft-link a:hover {
    text-decoration: underline;
}

.foot-l {
    position: relative;
}

.f-logo a {
    display: block;
}

.f-logo a img {
    display: block;
}

.f-bq p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

.foot-m ul li {
    margin: 0 34px;
}

.foot-m p {
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
}

.foot-r ul {
    display: flex;
}

.foot-r ul li {
    text-align: center;
    margin: 0 10px;
}

.f-code {
    text-align: center;
}

.f-code .ewm {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.f-code .ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.f-code>div p {
    font-size: 12px;
    color: #fff;
}

.ft-down {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0;
    /* background: #0d6fb8; */
}

.ft-down p {
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    opacity: .6;
}

.fb-bq {
    position: absolute;
    bottom: 35px;
    left: 8%;
}

.fb-bq p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1600px) {
    .wp {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .nav>ul>li>a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }

    #nav {
        display: none;
    }

    body {
        padding-top: 60px;
    }

    .top {
        z-index: 9999;
    }

    .wap {
        display: block !important;
    }

    .foot-l {
        width: 100%;
    }

    .f-logo a img {
        margin-left: auto;
        margin-right: auto;
    }

    .foot-m ul li {
        margin-left: 0;
        margin-right: 15px;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #9E2121;
        z-index: 999;
        padding: 10px;
    }
    .banner{
        margin-top:0;
    }
    .banner-sy{
        margin-top:0;
        height: auto;
    }
    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
        width: 90%;
    }

    .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: #9E2121;
    }

    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #025bbf;
        vertical-align: middle;
        font-family: 'sySong';
    }

    .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: #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: #9e2121;
        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: 768px) {
    .banner .slick-dots {
        bottom: 5px;
    }

    .banner .slick-dots li {
        width: 30px;
        background-size: 10px auto;
    }

    .banner .slick-dots li.slick-active {
        background-size: 25px auto;
    }
    .banner-sy .slick-dots {
        bottom: 5px;
    }

    .banner-sy .slick-dots li {
        width: 30px;
        background-size: 10px auto;
    }

    .banner-sy .slick-dots li.slick-active {
        background-size: 25px auto;
    }
.f-code .ewm {
    width: 70px;
    height: 70px;
}

}

@media screen and (max-width: 1300px) {
    .foot-l {
        width: 100%;
        margin-bottom: 5px;
    }

    .f-logo a img {
        margin: 0 auto;
    }

    .fb-bq {
        position: static;
        padding: 1px 0 5px 0;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .f-logo a img {
        max-width: 100%;
    }

    .foot-m {
        width: 100%;
        margin: 5px 0;
    }

    .foot-m p {
        line-height: 20px;
        font-size: 12px;
    }

    .foot-r {
        width: 100%;
    }

    .foot-r ul {
        justify-content: center;
    }

    .ft-top {
        padding: 5px 0 0 0;
    }
}