@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;
    /* overflow-x: hidden; */
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: scale(1.05);
}

.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;
}

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;
            }
        }
    }
}

.wp {
    max-width: 16rem;
    margin: 0 auto;
}


/* 弹窗搜索 */

.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(/xxh/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: #02469A;
}

.search span input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0.3rem;
}


/* 移动端 */

.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;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.header-active {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    justify-content: space-between;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header.header-active {
    background-color: #07448a;
    box-shadow: 0 0 .521vw rgba(0, 0, 0, .3)
}

.header.header-active:before {
    opacity: 0;
    visibility: hidden
}

.header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1.2rem;
    background: url(/xxh/images/head-bg.png) no-repeat center top;
    background-size: 100% 115%;
    transition: all .3s;
}

.header-active {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    justify-content: space-between;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header-active {
    background-color: #fff;
    box-shadow: 0 0 .521vw rgba(0, 0, 0, .3)
}

.header-active:before {
    opacity: 0;
    visibility: hidden
}

.head {
    position: relative;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    z-index: 9;
}

.head-l {
    float: left;
    font-size: 0;
    /* margin-top: 0.2rem; */
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    position: relative;
    float: right;
}

.head-top {
    text-align: right;
    font-size: 0;
}

.head-top a {
    font-size: 0.14rem;
    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: 0.05rem;
}

.head-top span {
    font-size: 0.14rem;
    color: #fff;
    padding: 0 0.15rem;
}

.nav {
    margin-top: 0.2rem;
}

.nav>ul {
    font-size: 0;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    line-height: 0.32rem;
    position: relative;
    margin-left: 0.64rem;
}

.nav>ul>li>a {
    display: inline-block;
    font-size: 0.18rem;
    text-align: center;
    color: #fff;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.02rem;
    background: #025EC3;
    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: 1.2rem;
    z-index: 9999;
    background: #fff;
    display: none;
    padding-top: 0.1rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
}

.nav>ul>li>ul>li a {
    display: block;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.4rem;
    transition: .3s;
}

.nav>ul>li>ul>li a:hover {
    background: #025EC3;
    color: #fff;
}

.banner a {
    position: relative;
    display: block;
}

.banner .slick-prev {
    left: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #025EC3 url(../images/banner-l.png) no-repeat center center;
}

.banner .slick-next {
    right: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #025EC3 url(../images/banner-r.png) no-repeat center center;
}

.banner a .lixing {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    bottom: 0;
    pointer-events: none;
}

.banner a .lixing:before {
    content: '';
    position: absolute;
    top: -100%;
    right: 0.15rem;
    width: 8.29rem;
    height: 200%;
    background: url(/xxh/images/liuxing.png) repeat-y top center;
    background-size: 100% auto;
    animation: move 10s linear infinite
}

.banner a .lixing::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 8.29rem;
    height: 200%;
    background: url(/xxh/images/liuxing.png) repeat-y top center;
    background-size: 100% auto;
    animation: move 10s linear infinite
}

@keyframes move {
    0% {
        top: 100%;
    }
    100% {
        top: 0;
    }
}

.banner a img {
    font-family: 'object-fit: cover;';
    object-fit: cover;
    height: 100vh;
    display: block;
    width: 100%;
}

.footer {
    background: url(/xxh/images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

.ft-l {
    float: left;
    margin-top: 0.15rem;
}

.ft-m {
    padding-top: 0.3rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, .2);
}

.ft-m>div {
    position: relative;
    padding-bottom: 0.1rem;
}

.foot-info {
    display: inline-block;
    margin-left: 0.65rem;
    /* margin-top: 0.3rem; */
}

.foot-logo {
    float: left;
    margin-top: 0.15rem;
    font-size: 0;
}

.foot-ewm {
    float: right;
}

.foot-ewm ul li {
    text-align: center;
}

.foot-ewm ul li p {
    line-height: 0.16rem;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, .6);
}

.foot-info p {
    /* padding-top: 0.1rem; */
    line-height: 0.39rem;
    font-size: 0.14rem;
    color: #fff;
}

.foot-info p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.1rem;
}

.bq {
    padding: 0.1rem;
    line-height: 0.4rem;
}

.bq p {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, .6);
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .wp {
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }
}

@media screen and (max-width: 1400px) {
    .nav>ul>li {
        margin-left: 0.2rem;
    }
    .foot-info {
        margin-left: 0.4rem;
    }
}

@media screen and (max-width: 1200px) {
    .head-l a img {
        height: 0.5rem;
    }
    .nav>ul>li>a {
        font-size: 0.16rem;
    }
    .foot-logo {
        float: none;
        margin-bottom: 0.15rem;
    }
    .foot-logo a {
        display: block;
    }
    .foot-logo a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .foot-info {
        margin-left: 0;
        margin-right: 0.15rem;
    }
}

@media screen and (max-width: 1024px) {
    .banner a img {
        height: auto;
    }
    .header {
        display: none;
    }
    body {
        padding-top: 0.6rem;
    }
    .top {
        z-index: 999999999;
    }
    .wap {
        position: relative;
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #08498f;
        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-color: #025EC3;
    }
    .m-logo a span {
        display: inline-block;
        font-size: 0.16rem;
        color: #025EC3;
        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: #025EC3;
        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: #08498f;
        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(/xxh/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: 750px) {
    .foot-logo a img {
        max-width: 4.6rem;
        width: 100%;
    }
    .ft-l {
        float: none;
    }
    .foot-info {
        display: block;
        margin-right: 0;
    }
    .foot-ewm {
        float: none;
    }
    .banner .slick-prev {
        width: 0.3rem;
        height: 0.3rem;
        background-size: 0.1rem auto;
        left: 0.15rem;
    }
    .banner .slick-next {
        width: 0.3rem;
        height: 0.3rem;
        background-size: 0.1rem auto;
        right: 0.15rem;
    }
}


/* 屏幕分辨率放大为 150 */
@media (-webkit-min-device-pixel-ratio: 1.25) {
.detail-text p {
    font-size: .18rem ;
}
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
    .s1-l a .text {
        margin-left: 0.01rem;
    }
.detail-text p {
    font-size: .18rem ;
}

}