    @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-size: 16px;
    }
    
    input,
    img,
    a,
    button {
        outline: none;
        border: 0;
    }
    
    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;
                }
            }
        }
    }
    
    .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.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;
    }
    
    @media(max-width: 1200px) {
        .wp {
            padding: 0 15px;
            width: 100%;
            max-width: 100%;
        }
    }
    /* 弹窗搜索 */
    
    .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: #0538A2;
    }
    
    .search span input[type="image"] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 0.3rem;
    }
    
    .header {
        background: url(../images/head-bg.jpg) no-repeat center center;
        background-size: cover;
    }
    
    .head {
        padding: 0.15rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .head-l>a {
        display: block;
    }
    
    .head-l>a img {
        display: block;
    }
    
    .head-r {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 -0.2rem;
    }
    
    .head-r a {
        position: relative;
        font-size: 0.18rem;
        color: #fff;
        margin: 0 0.2rem;
    }
    
    .head-r a:hover {
        opacity: .8;
    }
    
    .head-r 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%);
    }
    
    .head-r a:first-child:after {
        display: none;
    }
    
    .head-r a img {
        padding-right: 0.05rem;
    }
    
    #nav {
        background: #1F68C1;
    }
    
    .nav>ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .nav>ul>li {
        position: relative;
        text-align: center;
        line-height: 0.55rem;
    }
    
    .nav>ul>li>a {
        display: block;
        position: relative;
        font-size: 0.2rem;
        color: #fff;
    }
    
    .nav>ul>li>a::after {
        content: "";
        position: absolute;
        bottom: 0.05rem;
        height: 0.03rem;
        left: 50%;
        right: 50%;
        background: #1F68C1;
        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;
        top: -0.09rem;
        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: #1F68C1;
    }
    
    .banner a {
        position: relative;
        display: block;
    }
    
    .banner a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1.24rem;
        background: url(../images/banner-tc.png) no-repeat center bottom;
        background-size: 100% 100%;
    }
    
    .banner a img {
        display: block;
        width: 100%;
    }
    
    .banner .slick-dots {
        bottom: 0.3rem;
    }
    
    .banner .slick-dots li {
        width: 0.17rem;
        height: 0.17rem;
        background: url(../images/banner-slick.png) no-repeat center center;
        background-size: 0.17rem auto;
        margin: 0 0.23rem;
        transition: all .3s;
    }
    
    .banner .slick-dots li.slick-active {
        background: url(../images/banner-slick-active.png) no-repeat center center;
        background-size: 0.17rem auto;
    }
    /* 移动端 */
    
    .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;
        margin-top: -0.65rem;
        padding-top: 1rem;
        padding-bottom: 0.48rem;
        background: url(../images/footer-bg.png) no-repeat center top;
        background-size: cover;
        z-index: 9;
    }
    
    .foot {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .foot h2 {
        font-size: 0.16rem;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0.1rem;
    }
    
    .ft-l {
        font-size: 0;
        width: 32%;
    }
    
    .ft-l ul li {
        display: inline-block;
        width: 50%;
    }
    
    .ft-l ul li a {
        font-size: 0.16rem;
        color: #fff;
        line-height: 0.3rem;
    }
    
    .ft-l ul li:hover a {
        text-decoration: underline;
    }
    
    .ft-m p {
        font-size: 0.16rem;
        color: #FFFFFF;
        line-height: 0.3rem;
    }
    
    .ft-r {
        margin-right: 0.75rem
    }
    
    .ft-r ul li {
        display: inline-block;
        margin: 0 0.1rem;
        text-align: center;
    }
    
    .ft-r ul li .ewm {
        width: 0.76rem;
        height: 0.76rem;
    }
    
    .ft-r ul li .ewm img {
        display: block;
        width: 100%;
    }
    
    .ft-r ul li p {
        margin-top: 0.05rem;
        font-size: 0.16rem;
        color: #fff;
    }
    
    @media screen and (max-width: 1560px) {
        .ft-l {
            width: auto;
        }
    }
    
    @media screen and (max-width: 1270px) {
        .footer {
            margin-top: -1rem;
        }
        .foot {
            flex-wrap: wrap;
        }
        .ft-l {
            width: 100%;
            margin-bottom: .15rem;
        }
    }
    
    @media screen and (max-width: 1200px) {
        .head-r {
            margin: 0;
        }
    }
    
    @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: #1F68C1;
            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: #1F68C1;
        }
        .m-logo a span {
            display: inline-block;
            font-size: 0.16rem;
            color: #1F68C1;
            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: #1F68C1;
            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: #1F68C1;
            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: 600px) {
        .footer {
            margin-top: -1.6rem;
            padding-top: 1.8rem;
            padding-bottom: 0.15rem;
            background-position: center;
        }
        .ft-l ul li {
            width: 100%;
        }
        .ft-m {
            width: 100%;
        }
        .ft-r {
            margin-right: 0;
            margin-top: .15rem;
        }
        .banner .slick-dots {
            bottom: .1rem;
        }
        .banner .slick-dots li {
            margin: 0 .1rem;
        }
    }
