@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
    font-size: 16px;
    overflow-x: hidden;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.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;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media (min-width:3000px) and (max-width:4000px) {
    html {
        font-size: 130px!important;
    }
    .wp {
        max-width: 18rem!important;
    }
}

@media (min-width:1930px) and (max-width:3000px) {
    html {
        font-size: 120px!important;
    }
    .wp {
        max-width: 17rem !important;
    }
}

@media screen and (max-width:1930px) {
    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: 85px!important;
    }
}

@media screen and (max-width:1024px) {
    html {
        font-size: 75px!important;
    }
}

@media screen and (max-width:900px) {
    html {
        font-size: 70px!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 {
    width: 16rem;
    max-width: 94%;
    margin: 0 auto;
}

@font-face {
    font-family: 'sySong';
    src: url('/style/sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}


/* 布局 */

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #00468f;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}


/* 定位搜索框 */

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(/images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    transition: top 0.3s;
}

.head.on {
    position: fixed;
    top: 0;
    left: 0;
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background: #1E63AE;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    transition: all 0.5s;
}

.head.on::before {
    bottom: 0;
}

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(/images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.search-box {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.search-box img {
    cursor: pointer;
    vertical-align: middle;
}

.head-top {
    position: relative;
    align-items: center;
    padding-top: .2rem;
    padding-bottom: .14rem;
    margin: 0 auto;
}

.head.on .nav-r a {
    color: #333333;
    border-color: #333;
}

.head.on .nav-r a img {
    display: inline-block;
}

.head.on .nav-r a img:first-child {
    display: none;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    width: 100%;
    vertical-align: middle;
}

.hr-top {
    text-align: right;
}

.hr-top a {
    display: inline-block;
    font-size: 0.16rem;
    color: #fff;
}

.hr-top a:hover {
    color: #fff;
}

.hr-top a i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 0.28rem;
    height: 0.28rem;
    border: 0.005rem solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-right: 0.08rem;
}

.hr-top a i img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hr-top span {
    margin: 0 15px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
}

.head-b {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav>ul {
    font-size: 0;
}

.nav>ul>li {
    text-align: center;
    position: relative;
}

.nav>ul>li>a {
    display: block;
    font-size: 0.2rem;
    line-height: 0.56rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    transition: all 0.6s;
}

.nav>ul>li.on>div {
    border-top: 3px solid #ffffff;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
    border-bottom: 5px solid #ffffff;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    background: #fff;
    background: rgb(255 255 255);
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    transition: .3s;
    color: #333;
}

.nav>ul>li>div>ul>li a:hover {
    background: #00468f;
    color: #fff;
}

.nav-r {
    float: left;
    position: relative;
}

.nav-r a {
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
}

.nav-r a img {
    vertical-align: middle;
    display: none;
}

.nav-r a img:first-child {
    display: inline-block;
}

.nav-r a span {
    display: block;
    font-size: 18px;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.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;
}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;object-fit:cover;
}

.pic img:hover {
    transform: scale(1.05);
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    transition: all 10s;
    transform: scale(1);
}

.banner .slick-slide.slick-current a img {
    animation: img_scale linear 5s infinite;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}


/* .banner a p {
    position: absolute;
    left: 210px;
    right: 0;
    bottom: 90px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    z-index: 1;
} */

.banner a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2.08rem;
    background: url(/images/banner-tc.png) no-repeat center top;
    background-size: 100% 100%;
}


/* .banner .slick-prev {
    width: 30px;
    height: 30px;
    background: #00468f;
    top: auto;
    transform: none;
    bottom: 95px;
    left: auto;
    right: 240px;
}

.banner .slick-next {
    width: 30px;
    height: 30px;
    background: #a72227;
    top: auto;
    transform: none;
    bottom: 95px;
    right: 210px;
} */

.footer {
    position: relative;
    padding-top: .72rem;
    margin-top: -.8rem;
    z-index: 9;
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: .72rem;
    background: url(/images/foot-top-bg.png) no-repeat center top;
    background-size: auto 100%;
}

.foot-top {
    padding-top: .5rem;
    padding-bottom: .55rem;
    background: url(/images/foot-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.ft-logo {
    width: 100%;
    margin-bottom: .45rem;
}

.ft-logo a {
    display: block;
}

.ft-logo a img {
    display: block;
    margin: 0 auto;
    height: .8rem;
}

.foot {
    align-items: center;
}

.foot-l {
    width: 55%;
}

.foot-l h2 {
    font-size: 0.16rem;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: .2rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.ft-link {
    align-items: center;
}

.ftl {
    width: 60%;
}

.ftl ul {
    display: flex;
    flex-wrap: wrap;
}

.ftl ul li {
    margin-right:7%;
    margin-top: .15rem;
}

.ftl ul li a {
    display: block;
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #fff;
}

.ftr {
    position: relative;
    width: 40%;
}

.ftr p {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 0.45rem;
    padding-left: 0.22rem;
    padding-right: 0.45rem;
    font-size: .16rem;
    color: #fff;
}

.ftr p span {
    position: absolute;
    right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.17rem;
    height: 0.07rem;
    background: url(/images/ft-zk.png) no-repeat center center;
    background-size: 100% 100%;
}

.ftr ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #fff;
    opacity: 0;
    z-index: -1;
    transform: translateY(-10px);
    transition: all .3s;
}

.ftr:hover ul {
    transform: translateY(0);
    opacity: 1;
    z-index: 9;
}

.ftr ul li {
    line-height: 0.4rem;
}

.ftr ul li a {
    display: block;
    font-size: 0.16rem;
    color: #333;
    padding: 0 0.15rem;
}

.ftr ul li:hover a {
    background: #1E63AE;
    color: #fff;
}

.foot-m p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.37rem;
    color: #FFFFFF;
}

.foot-r ul li {
    display: inline-block;
    margin-left: .1rem;
    text-align: center;
}

.foot-r ul li p {
    font-size: 0.16rem;
    font-weight: normal;
    color: #FFFFFF;
}

.foot-down {
    text-align: center;
    background: #15579E;
    padding: 0.15rem 0;
}

.foot-down p a {
    font-size: .18rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0.1rem;
}

.foot-down p span {
    display: inline-block;
    margin: 0 0.1rem;
    font-size: .18rem;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width:1400px) {
    .footer::after {
        background-size: 80% auto;
        background-position: center bottom;
    }
}

@media screen and (max-width:1024px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .foot-l {
        width: 100%;
        margin-bottom: .15rem;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }
    .pc {
        display: none !important;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #1E63AE;
        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-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;
        margin-top: 10px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        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: #1E63AE;
        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>span.on {
        transform: rotateZ(90deg);
    }
    .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;
    }
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:700px) {
    .footer::after {
        display: none;
    }
    .footer {
        margin-top: 0;
        padding-top: 0;
    }
    .ft-logo a img {
        height: auto;
        max-width: 95%;
    }
    .foot-top {
        padding: .2rem 0;
    }
    .ft-logo {
        margin-bottom: .15rem;
    }
    .ftl {
        width: 100%;
    }
    .ftr {
        width: 100%;
        margin-top: .15rem;
    }
    .foot-r ul li {
        margin: 0 .2rem;
    }
    .foot-r {
        width: 100%;
        text-align: center;
    }
}