@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;
}

@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #C11A21 !important;
    color: #fff;
    background-color: #C11A21 !important;
}

.ny-right .teach {
    margin-top: 0.4rem;
}

html,
body {
    font-family: "微软雅黑";
    font-size: 16px;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

html {
    font-size: 100px !important;
}

@media screen and (min-width:2000px) {
    html {
        font-size: 110px !important;
    }

    .wp {
        width: 17rem;
    }
}

@media screen and (max-width:1940px) {
    html {
        font-size: 100px !important;
    }
}

@media screen and (max-width:1800px) {
    html {
        font-size: 95px !important;
    }
}

@media screen and (max-width:1600px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width:1400px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width:1024px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width:900px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width:640px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width:375px) {
    html {
        font-size: 75px !important;
    }
}

@media screen and (max-width:360px) {
    html {
        font-size: 70px !important;
    }
}

@media screen and (max-width:350px) {
    html {
        font-size: 65px !important;
    }
}

@media(min-width: 1200px) {

    @media (-webkit-min-device-pixel-ratio: 1.5),
    (min-resolution: 120dpi) {}

    @media (-webkit-min-device-pixel-ratio: 1.05) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 95.5px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.1) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 92.5px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.15) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 87px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.20) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 84px !important;
            }
        }
    }

    /* 屏幕分辨率放大为 125 */
    @media (-webkit-min-device-pixel-ratio: 1.25) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 80px !important;
            }
        }
    }

    /* 屏幕分辨率放大为 150 */
    @media (-webkit-min-device-pixel-ratio: 1.5) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 70px !important;
            }
        }
    }
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transition: all .6s;
}

.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 {
    position: relative;
    width: 16rem;
    padding: 0;
    margin: 0 auto;
    max-width: 94%;
    z-index: 6;
}

/* 弹窗搜索 */

.search-dialog-box {
    position: fixed;
    left: 0rem;
    top: 0rem;
    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: 0.48rem;
    height: 0.48rem;
    z-index: 10;
    right: 0.25rem;
    top: 0.25rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.search-dialog-box a i {
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../images/close.png) no-repeat center center;
    background-size: 0.2rem 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: 0rem;
    top: 0rem;
    width: 100%;
    height: 0rem;
    margin: 0rem;
    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: 0rem;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0rem;
}

.search {
    position: relative;
    max-width: 9rem;
    width: 100%;
    padding-right: 1rem;
    margin: 0rem 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: 0.7rem;
    background-color: rgb(255, 255, 255);
    font-size: 0.2rem;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0rem 0.2rem;
    box-sizing: border-box;
}

.search span {
    position: absolute;
    width: 1rem;
    top: 0;
    bottom: 0;
    right: 0;
    background: #C11A21;
}

.search span input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0.3rem;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #C11A21;
    z-index: 99;
}

.head {
    padding: 0.44rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-l>a {
    display: block;
}

.head-l>a img {
    display: block;
    height: .66rem;
}

.head-r {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.link-top {
    margin: 0 -.2rem;
}

.link-top a {
    position: relative;
    font-size: 0.18rem;
    color: #fff;
    margin: 0 0.2rem;
}

.link-top a:hover {
    opacity: .8;
}

.link-top a::after {
    content: "";
    position: absolute;
    left: -0.2rem;
    width: 0.01rem;
    height: 0.14rem;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    transform: translateY(-50%);
}

.link-top a:first-child:after {
    display: none;
}

.nav>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav>ul>li {
    position: relative;
    text-align: center;
    line-height: 0.55rem;
    margin-left: .55rem;
}

.nav>ul>li>a {
    display: block;
    position: relative;
    font-size: 0.22rem;
    color: #fff;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    bottom: 0.05rem;
    height: 0.03rem;
    left: 50%;
    right: 50%;
    background: #fff;
    border-radius: 0.1rem;
    transition: all .3s;
}

.nav>ul>li.on>a::after,
.nav>ul>li:hover>a::after {
    left: 0;
    right: 0;
}

.nav>ul>li .sub {
    position: absolute;
    padding-top: 0.09rem;
    left: 50%;
    width: 1.5rem;
    margin-left: -0.75rem;
    top: 100%;
    z-index: 999;
    display: none;
}

/* .nav>ul>li .sub::after {
    content: "";
    position: absolute;
    bottom: 94%;
    left: 50%;
    transform: translateX(-50%);
    border: 0.09rem solid transparent;
    border-bottom: 0.09rem solid #fff;
} */

.nav>ul>li ul {
    background: rgba(255, 255, 255, 1);
    padding: 0.06rem 0.2rem;
}

.nav>ul>li ul>li {
    line-height: 0.46rem;
}

.nav>ul>li ul>li:last-child a {
    border-bottom: none;
}

.nav>ul>li ul>li>a {
    display: block;
    font-size: 0.18rem;
    color: #333;
    border-bottom: 0.01rem dashed rgba(124, 24, 36, 0.1);
}

.nav>ul>li ul>li:hover>a {
    color: #C11A21;
}

/* banner */

.banner-slick a {
    display: block;
}

.banner-slick a img {
    display: block;
    width: 100%;
    height: 100vh;
}

.banner-slick .slick-dots {
    right: 0;
    left: auto;
    width: 48%;
    text-align: left;
    bottom: 0.3rem;
}

.banner-slick .slick-dots li {
    width: 0.21rem;
    height: 0.21rem;
    margin-right: 0.25rem;
    border-radius: 50%;
    background: rgba(216, 216, 216, .1);
    vertical-align: middle;
}

.banner-slick .slick-dots li.slick-active {
    width: .61rem;
    height: .61rem;
    border-radius: 50%;
    border: 0.05rem solid rgba(255, 255, 255, 0.3);
}

.banner-slick .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: 0 0;
}

.banner-slick .slick-dots li button:after {
    content: "";
    position: absolute;
    left: 0.04rem;
    right: 0.04rem;
    top: 0.04rem;
    bottom: 0.04rem;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
}

.banner-slick .slick-dots li.slick-active button:after {
    opacity: 0;
}

.banner-slick .slick-dots li.slick-active button {
    background: transparent;
    background-size: 100% 100%;
}

.banner-slick .slick-dots li:nth-child(1).slick-active button {
    background: url(../images/banner.jpg);
    background-size: 100% 100%;
}

.banner-slick .slick-dots:after {
    content: "";
    position: absolute;
    left: .15rem;
    right: 0;
    height: 0.01rem;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.4);
}

.banner-slick .slick-prev {
    left: auto;
    top: auto;
    transform: none;
    right: 2.45rem;
    bottom: 0.5rem;
    width: 0.23rem;
    height: 0.23rem;
    border-radius: 50%;
    background: #E7D087 url(../images/banner-l.png) no-repeat center center;
    background-size: 0.06rem auto;
    z-index: 9;
}

.banner-slick .slick-next {
    top: auto;
    transform: none;
    right: 2rem;
    bottom: 0.5rem;
    width: 0.23rem;
    height: 0.23rem;
    border-radius: 50%;
    background: #A6A6A6 url(../images/banner-r.png) no-repeat center center;
    background-size: 0.06rem auto;
    z-index: 9;
}

/* 移动端 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 19.2rem;
    margin: 0 auto;
    right: 0.1rem;
    top: 0.18rem;
    width: 0.25rem;
    height: 0.25rem;
    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: 0.25rem;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.footer {

    position: relative;
    background: #C11A21 url(../images/foot-bg.png) repeat-x center center;
    z-index: 9;
    margin-top: 40px;
}

.foot {
    padding: .5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot h2 {
    font-size: 0.3rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0.15rem;
}

.ft-l {
    font-size: 0;
    width: 40%;
    order: -1;
}

.ft-l ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 0.15rem;
}

.ft-l ul li a {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.3rem;
}

.ft-l ul li:hover a {
    text-decoration: underline;
}

.ft-m a {
    display: block;
}

.ft-m a img {
    display: block;
    height: 2.16rem;
}

.ft-r p {
    font-size: 0.2rem;
    color: #fff;
    margin: 0.1rem 0;
}

.ft-r p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.1rem;
}

.foot-d {
    padding: 0.2rem 0;
    background: #98151B;
}

.foot-d p {
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: rgba(255, 255, 255, 0.7);
}

.ul-iconsb1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}

.ul-iconsb1 li {
    margin-right: 0.5rem;
}

.ul-iconsb1 .con {
    position: relative;
    cursor: pointer;
}

.ul-iconsb1 .con:hover .qrbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%) translateX(-50%);
}

.ul-iconsb1 .icon {
    width: 0.55rem;
    background: #fff;
    height: 0.56rem;
    border-radius: 50%;
    /* background: url(../images/icobg.png) no-repeat; */
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    border: 0.5px dashed #fff;
    position: relative;
}

.ul-iconsb1 .icon img {
    max-height: .3rem;
}

.ul-iconsb1 .qrbox {
    bottom: 100%;
    transform: translateY(-30%) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0.15rem;
    transition: 0.5s;
    position: absolute;
    width: 1.2rem;
    z-index: 10;
    height: auto;
    z-index: 100;
    left: 50%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.ul-iconsb1 .qrbox .qr {
    padding: 0.05rem;
    background: #fff;
    text-align: center;
    border-radius: 0.1rem;
}

.ul-iconsb1 .qrbox::before {
    content: "";
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-bottom: 0.1rem solid #fff;
    bottom: -0.1rem;
    transform: translateX(-50%) rotateX(180deg);
    position: absolute;
    left: 50%;
}

.ul-iconsb1 .qrbox .qr img {
    width: 100%;
}

.ul-iconsb1 .qrbox .p {
    font-size: 0.14rem;
    overflow: hidden;
    text-align: center;
    margin-top: 0.1rem;
    line-height: 1.5;
}

.ul-iconsb1 .con:hover .icon {
    background: #fff;
}



.ul-iconsb1 .con:hover .icon::before,
.ul-iconsb1 .con:hover .icon::after {
    display: none;
}


@media screen and (max-width: 1400px) {
    .nav>ul>li {
        margin-left: .3rem;
    }
}

@media(max-width: 1200px) {
    .wp {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }

    .head {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }

    .link-top {
        margin: 0;
    }

    .banner-slick a img {
        height: auto;
    }

    .foot {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }

    body {
        padding-top: 0.6rem;
    }

    #nav {
        display: none;
    }

    .top {
        z-index: 9999;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #C11A21;
        z-index: 999;
        padding: 0.1rem;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 0.4rem;
        display: block;
    }

    .m-logo img {
        max-height: 0.4rem;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-logo a i {
        position: relative;
        padding: 0 0.1rem;
        vertical-align: middle;
    }

    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 0.01rem;
        height: 0.3rem;
        background: #C11A21;
    }

    .m-logo a span {
        display: inline-block;
        font-size: 0.16rem;
        color: #C11A21;
        vertical-align: middle;
        font-family: 'sySong';
    }

    .m-tlink {
        padding: 0.1rem 0.15rem 0 0.15rem;
    }

    .m-tlink a {
        font-size: 0.12rem;
        margin-right: 0.05rem;
        color: #fff;
        display: inline-block;
        line-height: 0.24rem;
        background: #fff;
        color: #C11A21;
        line-height: 0.24rem;
        padding: 0 0.15rem;
        border-radius: 0.05rem;
    }

    .m-search {
        margin: 0 0.15rem;
        padding-right: 0.5rem;
        padding-left: 0.1rem;
        padding-top: 0.05rem;
        padding-bottom: 0.05rem;
        position: relative;
        line-height: 0.35rem;
        margin-top: 0.15rem;
        border: 0.01rem solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 0.25rem;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 0.1rem;
        top: 0.1rem;
        height: 0.15rem;
    }

    .m-nav {
        position: fixed;
        top: 0.6rem;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #C11A21;
        overflow-y: scroll;
        width: 100%;
        max-width: 3.75rem;
        border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
    }

    .m-nav ul {
        padding: 0 0.15rem;
        /* border-top: 0.01rem solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 0.01rem 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: 0.14rem;
        line-height: 0.2rem;
        padding: 0.15rem 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 0.1rem 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 0.2rem;
        height: 0.2rem;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 0.14rem 0.14rem;
        background-position: center center;
        right: 0;
        top: 0.15rem;
        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) {
    .banner-slick .slick-dots {
        width: 70%;
    }

    .ft-l {
        order: 0;
    }

    .foot {
        flex-wrap: wrap;
    }

    .ft-m {
        width: 100%;
    }

    .ft-m a img {
        margin: 0 auto;
    }

    .ft-l {
        width: 100%;
        margin-top: .2rem;
    }
}

@media screen and (max-width: 700px) {
    .banner-slick .slick-dots {
        width: 98%;
    }

    .foot h2 {
        font-size: .22rem;
    }
}