@charset "utf-8";

@font-face {
    font-family: "sisong";
    src: url(../fonts/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sisong-normal";

    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

.pb_sys_full {
    line-height: 30px !important;
}

.pb_sys_style2 .p_no_d {
    border: 2px solid #aa1b20 !important;
    color: #fff;
    background-color: #aa1b20 !important;
}

a {
    text-decoration: none;
}

.cont img {
    height: auto !important;
    max-width: 100%;
    margin: 5px 0px;
}

.cont p {
    text-indent: 2em;
    line-height: 28px;
}

.cont video {
    height: auto !important;
    max-width: 100%;
}

.cont .vsbcontent_img {
    text-align: center;
}

.cont .table {
    overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: auto;
}

.cont .table table {
    margin: 0 auto;
    width: auto;
    max-width: 895px;
}

.cont .table p {
    text-indent: 0px;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}



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);
}

.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 {
    max-width: 1600px;
    margin: 0 auto;
}

.wp1770 {
    max-width: 1770px;
    margin: 0 auto;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px 0;

    z-index: 99;
}

.header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(../images/head-bg.png) no-repeat center top;
    background-size: 100% 100%;
    height: 220px;
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.head-l {
    /* float: left; */
    font-size: 0;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    position: relative;
    /* float: right; */
    /* width: 1600px; */
}

.head-top {
    text-align: right;
    font-size: 0;
}

.head-top a {
    display: inline-block;
    margin-left: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.head-top a:hover {
    color: #fff;
}

.head-top a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.head-top span {
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
}

.header .big-nav2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.big-nav {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    height: 231px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    backdrop-filter: blur(5px);
}

.big-nav.on {
    opacity: 1;
    visibility: visible;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 250px;
    bottom: 0;
    overflow-y: auto;
    padding-bottom: 30px
}

.big-nav .close {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/close.png) no-repeat center center;
    background-size: 100% 100%;
}

.big-nav .scroll .flex-left {
    display: flex;
    flex-wrap: wrap;
}

.big-nav .scroll::-webkit-scrollbar {
    display: none
}

.big-nav .scroll dl {
    width: 10.5%;
    margin-bottom: 30px;
    transform: translateY(100px);

    margin: 0 1%
}

.big-nav .scroll dl dt {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.big-nav .scroll dl dt:after {
    content: '';
    height: 0.01rem;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff
}

.big-nav .scroll dl dt a {
    color: #fff
}

.big-nav .scroll dl dd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.big-nav .scroll dl dd ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4em
}

.big-nav .scroll dl dd ul li a {
    color: rgba(255, 255, 255, .8);
}

.big-nav .scroll dl dd ul li a:hover {
    color: rgba(255, 255, 255, 1);
}



.nav {
    margin-top: 28px;
}

.nav>ul {
    font-size: 0;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    line-height: 32px;
    position: relative;
    margin-left: 46px;
}

.nav>ul>li>a {
    display: inline-block;
    font-size: 19px;
    text-align: center;
    color: #fff;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #f8d8af;
    transition: all 0.3s;
}

.nav>ul>li.on>a::after {
    width: 100%;
}

.nav>ul>li.active>a:after {
    width: 100%;
}

.nav>ul>li:hover>a:after {
    width: 100%;
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 170px;
    z-index: 9999;
    background: #fff;
    display: none;
    padding-top: 10px;
    background: rgba(0, 0, 0, .27);
    border-radius: 10px;
}

.nav>ul>li>ul>li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    transition: .3s;
}

.nav>ul>li>ul>li a:hover {
    /* background: #b30602; */
    /* color: #fff; */
    font-weight: bold;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
    height: 100vh;
}

.banner a .ban-kk {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
}

.banner a .ban-kk p {
    background: linear-gradient(115deg, #94070A 6%, rgba(148, 7, 10, 0) 63%);
    backdrop-filter: blur(41px);
    width: 53%;
    border-radius: 12px;
    padding: 45px 80px;
    font-size: 34px;
    font-weight: 900;
    line-height: 67px;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px #840003;
    font-family: "sisong";
}

.banner .slick-prev {
    left: auto;
    top: auto;
    transform: none;
    right: 200px;
    bottom: 40px;
    width: 50px;
    height: 80px;
    background: url(../images/banner-l.png) no-repeat center center;
}

.banner .slick-next {
    top: auto;
    transform: none;
    right: 165px;
    bottom: 40px;
    width: 50px;
    height: 80px;
    background: url(../images/banner-r.png) no-repeat center center;
}

.banner .slick-dots {
    bottom: 60px;
}

.banner .slick-dots li {
    position: relative;
    width: 30px;
    height: 24px;

}

.banner .slick-dots li button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.banner .slick-dots li.slick-active {
    background: url(../images/ban-slick.png) no-repeat center center;
}

.banner .slick-dots li.slick-active button {
    background: transparent;
}

.footer {
    position: relative;
    background: url(../images/footer-bg.png) no-repeat center top;
    background-size: cover;

}


.foot {
    display: flex;
    padding-top: 45px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.ft-l {
    width: 34%;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.ft-m{
    width: 25%;
}
.ft-l h2 {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    padding-left: 10px;
    border-left: 2px solid rgba(255, 255, 255, .8);
    line-height: 1;
    margin-bottom: 15px;
}

.ft-l a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    line-height: 25px;
    padding-left: 15px;
    background: url(../images/ft-link.png) no-repeat left center;
}

.ft-l a img {
    display: block;
}


.ft-m p {
    line-height: 36px;
    font-size: 14px;
    color: #FFC4C6;
}

.ft-m p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.ft-r {
    text-align: center;
}

.ft-r p {
    font-size: 12px;
    color: #FFFFFF;
}


.ft-d {
    background: rgba(93, 0, 2, 0.3);
    padding: 10px 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    text-align: center;
}

.ft-d p,
.ft-d p a {
    line-height: 24px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.58);

}

.ft-d p span {
    margin: 0 10px;
}

.ft-d p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

/* 轮播 */


/* 弹窗搜索 */

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box a {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 10;
    right: 25px;
    top: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.search-dialog-box a i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../images/close.png) no-repeat center center;
    background-size: 20px auto;
    transition: all 0.6s ease 0s;
}

.search-dialog-box a i:hover {
    transform: rotate(180deg);
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding-right: 100px;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

.search input[type="text"] {
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0px 20px;
    box-sizing: border-box;
}

.search span {
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #b30602;
}

.search span input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
}


/* 移动端 */

.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;
}

@media screen and (max-width: 1790px) {
    .head {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 85px !important;
    }

    .nav>ul>li {
        margin-left: 56.2px;
    }

    .nav>ul>li>a {
        font-size: 16px;
    }

    .wp1770 {
        max-width: 98%;
    }

    .banner .slick-next {
        right: 40px;
    }

    .banner .slick-prev {
        right: 70px;
    }
}

@media screen and (max-width: 1600px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }


}

@media screen and (max-width:1500px) {
    .head-l a img {
        height: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .nav>ul>li {
        margin-left: 28px;
    }

    .nav>ul>li>a {
        font-size: 15px;
    }

    .header::after {
        height: 130px;
    }

    .banner a .ban-kk p {
        padding: 20px;
        line-height: 34px;
        font-size: 24px;
    }

    .banner .slick-dots {
        bottom: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .head-l a img {
        height: 40px;
    }

    .nav>ul>li>a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }

    body {
        padding-top: 60px;
    }

    .banner a img {
        height: initial;
    }




    .top {
        z-index: 9999;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #94070A;
        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-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: #b30602;
    }

    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #b30602;
        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: #94070A;
        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);
    }

    .ft-l {
        width: 100%;
        margin-bottom: 15px;
        border-right: none;
    }

    .ft-m {
        margin-left: 0;
    }

    .ft-r {
        margin-top: 30px;
    }


}



@media screen and (max-width: 700px) {
    .banner a .ban-kk p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
    }

    .banner a .ban-kk {
        bottom: 40px;
    }

    .banner .slick-dots {
        bottom: 5px;
    }

    .banner .slick-prev,
    .banner .slick-next {
        background-size: 20px auto;
    }

    .banner .slick-next {
        right: 5px;
        bottom: -20px;
    }

    .banner .slick-prev {
        bottom: -20px;
        right: 20px;
    }

    .ft-l a img {
        max-width: 489px;
        width: 100%;
    }

    .ft-m {
        width: 100%;
    }

    .ft-r {
        width: 100%;
        text-align: center;
    }

    .ft-d p,
    .ft-d p a {
        font-size: 14px;
    }

    .foot {
        padding-top: 20px;
    }
}






.pb_sys_style1 .p_no_d {
    border: 1px solid #94070a !important;
    color: #fff;
    background-color: #94070a !important;
}