    @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(../fonts/sySong.woff);
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "sihei";
        src: url(../fonts/SourceHanSansCN-Normal.otf);
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "sisong-normal";
        src: url(../fonts/SOURCEHANSERIFCN-MEDIUM.OTF);
        font-weight: normal;
        font-style: normal;
    }

    html,
    body {
        font-family:"微软雅黑", "sisong", "sihei", ;
        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: 100%;
        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: #014991;
    }

    .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;
        z-index: 99;

    }

    .header.on {
        background: #014991;
    }

    .header::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 2.23rem;
        background: url(../images/head-tc.png) no-repeat center top;
        background-size: 100% 100%;
    }

    .head {
        padding: .18rem 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 {
        display: flex;
        align-items: center;
        margin: 0 -.2rem;
    }

    .link-top a {
        position: relative;
        display: inline-block;
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
        text-align: center;
        border: 1px solid #fff;
        font-size: 0.14rem;
        color: #fff;
        border-radius: 50%;
        margin: 0 0.2rem; font-family: "sisong";
    }

    .link-top a img {
        display: inline-block;
        vertical-align: 0;
    }

    .link-top span {
        color: rgba(255, 255, 255, 0.3);
    }

    .link-top a:hover {
        opacity: .8;
    }


    #nav {
        border-top: 1px solid rgba(255, 255, 255, 0.2);

    }

    .nav>ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .nav>ul>li {
        width: 14%;
        position: relative;
        text-align: center;
        line-height: 0.73rem;

    }

    .nav>ul>li::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        height: 1px;
        background: rgba(255, 255, 255, 1);
        transition: all .6s;

    }

    .nav>ul>li:hover::after {
        left: 0;
        right: 0;
    }

    .nav>ul li:hover {
        background: rgba(33, 112, 191, 0.5);
    }

    .nav>ul>li>a {
        display: block;
        position: relative;
        font-size: 0.22rem;
        color: #fff;font-family: "sisong";
    }





    .nav>ul>li .sub {
        position: absolute;

        left: 0;
        right: 0;
        width: 100%;

        top: 100%;
        z-index: 999;
        display: none;
    }



    .nav>ul>li ul {
        background: rgba(33, 112, 191, 0.5);
        padding-bottom: .15rem;
    }

    .nav>ul>li ul>li {
        line-height: 0.46rem;
    }


    .nav>ul>li ul>li>a {
        display: block;
        font-size: 0.16rem;
        color: #FFFFFF;
        border-top: 1px dashed rgba(255, 255, 255, 0.3);font-family: "sisong";
    }


    /* banner */

    .banner-slick a {
        position: relative;
        display: block;
    }

    .banner-slick a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2.09rem;
        background: url(../images/banner-tc.png) no-repeat center bottom;
        background-size: 100% 100%;
    }

    .banner-slick a img {
        display: block;
        width: 100%;
        height: 80vh;
    }

    .banner-slick .slick-dots {
        bottom: .5rem;
        z-index: 9;
    }

    .banner-slick .slick-dots li {
        width: 0.21rem;
        height: 0.21rem;
        margin: 0 0.25rem;
        border-radius: 50%;
        background: url(../images/banner-slick.png) no-repeat center center;
        background-size: .21rem auto;
        vertical-align: middle;
    }

    .banner-slick .slick-dots li.slick-active {
        width: .21rem;
        height: .21rem;
        border-radius: 50%;
        background: url(../images/ban-sliak-active.png) no-repeat center center;
        background-size: .21rem 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;
        background: url(../images/foot-bg.jpg) no-repeat center top;
        background-size: cover;
        z-index: 9;
    }

    .foot {
        padding: .5rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }




    .ft-l a {
        display: block;
    }

    .ft-l a img {
        display: block;

    }

    .ft-r p {
        line-height: .34rem;
    }

    .ft-r p span {
        font-size: 0.2rem;
        color: #fff;
        margin-right: .15rem;
        font-family: "sihei";
        font-weight: normal;
    }

    .ft-r p img {
        display: inline-block;
        vertical-align: middle;
        padding-right: 0.1rem;
    }

    .foot-d {
        padding: 0.15rem 0;
        background: #104172;text-align: center;
    }

    .foot-d p {
        font-size: 0.2rem;
        font-weight: normal;
        line-height: 0.24rem;
        text-transform: capitalize;
        color: rgba(235, 244, 255, 0.6);
        font-family: "sihei";
        font-weight: normal;
    }

    @media screen and (max-width: 1400px) {
        .foot{
            flex-wrap: wrap;
        }
        .foot .ft-l{
            width: 100%;
        } .ft-l a img{
            margin: 0 auto;
        }
        .ft-r{
            width: 100%;
            margin-top: .15rem;
        } 
    }

    @media(max-width: 1200px) {
        .wp {
            padding: 0 15px;
            width: 100%;
            max-width: 100%;
        }
        .head {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .banner-slick a img{
            height: initial;
        }.nav>ul>li{width: 16.6667%;}
        .foot{padding-top: 15px;
        padding-bottom: 15px;}
    }

    @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: #014991;
            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: #014991;
        }

        .m-logo a span {
            display: inline-block;
            font-size: 0.16rem;
            color: #014991;
            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: #014991;
            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: #014991;
            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) {
       
    }

    @media screen and (max-width: 700px) {
        .banner-slick .slick-dots{
            bottom: .2rem;
        }.ft-l a img{
            max-width: 100%;
        }
    }