@charset "utf-8";

html.overhide {
    height: 100vh;
    overflow: hidden;
}




@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url(/Other/www/newfiles/fonts/SourceHanSansCN-Regular.otf);
}

@font-face {
    font-family: "SourceHanSerifSC-Regular";
    src: url(/Other/www/newfiles/fonts/SOURCEHANSERIFCN-REGULAR.OTF);
}

@font-face {
    font-family: "SourceHanSerifSC-Heavy";
    src: url(/Other/www/newfiles/fonts/SOURCEHANSERIFCN-HEAVY.OTF);
}

@font-face {
    font-family: "BodoniBT-Bold";
    src: url(/Other/www/newfiles/fonts/BodoniBT-Bold.otf);
}

body {
    font-family: "SourceHanSansCN-Regular";
}

/* 定位搜索框 */

.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: 10rem;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: .2rem 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 .7rem 0 .35rem;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
    font-size: .2rem;
}

.t-search>div input[type="text"]::placeholder {
    color: #9E9E9E;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .7rem;
    cursor: pointer;
}

.search-btn input {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/newfiles/images/ssearch-icon.png) no-repeat;
    background-position: center center;
    background-size: .48rem;
    cursor: pointer;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 1.2s;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    opacity: 1;
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1.6rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.head.hide {
    transform: translateY(-100%);
    opacity: 0;
}

/* head-nav */
.head .head-top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .6);
    z-index: -1;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: linear-gradient(to bottom, #004CB0 4%, #0091D3 95%);
}

.head.on .head-top::after {
    height: 100%;
}


.head.on::before {
    bottom: 0;
}


.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}


.head-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* max-width: 1600px; */
    margin: 0 auto;
    z-index: 9;
}

.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;
}



.logo2 {
    display: none;
}

.head.on .logo2 {
    display: block;
}

.head.on .logo1 {
    display: none;
}

.logo {
    float: left;
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
    height: .76rem;
    transition: all .5s;
}


.h-right {
    /* float: right; */
    flex: 1;
    min-width: 0;
}

.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: .32rem;
    transition: all .5s;
    /* overflow: hidden; */
    height: 0.3rem;
}

.h-link a:first-child {
    border: none;
}

.h-link a {
    font-size: .14rem;
    line-height: .3rem;
    letter-spacing: 1px;
    color: #d7d7d7;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.h-link>div{
    position:relative;
}
.h-link>div dl{
    position:absolute;
    right:0;
    top:100%;
    background:#fff;
    z-index:9;
    width: 3rem;
    padding: .15rem .1rem;
    display: flex;
    flex-wrap: wrap;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all .6s;
}
.h-link>div dd{
    width: 50%;
}
.h-link>div dd a{
    color: #005187;
    display: block;
    text-align: center;
}
.h-link>div:hover dl{
    transform: scaleY(1);
    
}
.h-link a::after {}

.h-link a:hover::after {}

.h-link span {
    margin: 0 .1rem;
    height: .12rem;
    width: 2px;
    background-color: #d7d7d7;
    opacity: 0.4;
}

.h-link a img {}



.h-link a:hover {
    color: #fdbe00;
}

.head-lang {}

.nav {
    text-align: right;
    padding-left: 8%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.nav>ul {
    font-size: 0;
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding-bottom: .1rem;
    transition: all .5s;
}

.nav>ul>li+li {
    margin-left: .3rem;
}

.nav>ul>li:nth-child(1) {
    margin-left: 0;
}
.nav>ul>li>.no_sub:before{display:none !important}
.nav>ul>li>.no_sub:after{display:none !important}

.nav>ul>li>a {
    display: block;
    line-height: .55rem;
    position: relative;
    transition: all 0.3s;
    font-size: .18rem;
    color: #f5f5f7;
    position: relative;
}

.nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: .33rem;
    transform: translateX(-50%);
    transition: all 0.5s;
    border-top: 1px solid #fff;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 0;
    transform: translateX(-50%);
    background: #fff;
    transition: all 0.5s;
    width: 1px;
}

.nav>ul>li.on>a::before {
    width: 100%;
}

.nav>ul>li.on>a::after {
    height: 0.2rem;
}

.nav>ul>li.active {}

.nav>ul>li.active::before {
    content: "";
}

.nav>ul>li.active::after {
    content: "";
}

.nav>ul>li.active:hover::before {
    opacity: 0;
}

.nav>ul>li.active:hover::after {
    opacity: 0;
}



.ejnav {
    position: absolute;
    top: 150%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    width: 7.2rem;
    opacity: 0;
    display: none;
    padding: .2rem .3rem;
    align-items: center;
}

.ejnav>.pics {
    width: 3rem;
}

.ejnav>.pics .pic {
    padding-top: 70%;
}


.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    padding: 0 0 0 .4rem;
    display: flex;
    flex-wrap: wrap;
}

.ejnav>ul>li {
    width: 50%;
}

.ejnav>ul>li a {
    display: block;
    white-space: nowrap;
    text-align: left;
    font-size: .18rem;
    font-weight: normal;
    line-height: .5rem;
    color: #333333;
}

.ejnav>ul>li a:hover {
    color: #1d62ac;
    font-weight: 600;
}

.search-switch {
    margin-left: .18rem;
    cursor: pointer;
}

.search-switch img {
    height: .16rem;
}

.head2 {
    position: relative;
    z-index: 999;
    background: #00528e;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-1.4rem);
    transition: all 1.2s;
    opacity: 0;
}

.head2.sj .h-link {
    height: 0;
    margin: 0;
    overflow: hidden;
}

.head2.sj .nav>ul>li {
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.head2.sj .logo a img {
    height: 0.65rem;
}

.head2.show {
    transform: translateY(0);
    opacity: 1;
}

.head2.dzhide {
    transform: translateY(-1.4rem);
}


.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;
}

/* icon摇晃 */
@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.h-right {
    position: relative;
}

.ksdh {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ksdh-tit {
    width: 0.8rem;
    height: 1.59rem;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: .18rem;
    transition: all .6s;
}

.ksdh-tit::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.59rem;
    height: 1.59rem;
    border-radius: 50%;
    background-color: #1d62ac;
}

.ksdh-tit::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
    width: .78rem;
    height: 2.1rem;
    background-position: center center;
    background-size: 100% 100%;
}

.ksdh-tit p {
    font-size: 0.24rem;
    font-weight: normal;
    color: #ffffff;
    font-weight: 600;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    z-index: 9;
    font-weight: 600;
}

.ksdh-bd {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    transition: all .6s;
    z-index: 9;

}

.ksdh-bd::before {
    content: "";
    display: block;
    border-width: 0 .9rem .25rem 0;
    border-style: solid;
    border-color: transparent transparent #1d62ac transparent;
}

.ksdh-bd::after {
    content: "";
    display: block;
    border-width: .25rem .9rem .0 0;
    border-style: solid;
    border-color: #1d62ac transparent transparent transparent;
}

.ksdh-bd ul {
    background: #1d62ac;
    width: .9rem;
    padding: .1rem .15rem;
}

.ksdh-bd ul li a {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0rem;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, .2);

}

.ksdh-bd ul li:nth-child(1) a {
    border: none;
}

.ksdh:hover .ksdh-tit {
    transform: translateX(-100%);
}

.ksdh:hover .ksdh-bd {
    transform: translateX(0) translateY(-50%);
}

/* foot */
.footer {
    position: relative;
    z-index: 99;
    padding-top: .68rem;
    padding-bottom: .58rem;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/newfiles/images/footer-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -9;
    pointer-events: none;
}

.foot-c {
    display: flex;
    justify-content: space-between;
}

.foot-l {
    display: flex;
}

.foot-logo a {
    display: block;
    margin-right: 1rem;
}

.foot-logo a img {
    display: block;
    width: 2.58rem;
}

.foot-info ul {
    display: flex;
}

.foot-info ul li+li {
    margin-left: .3rem;
}

.foot-info ul li div {
    width: 1.07rem;
    margin: 0 auto;
}

.foot-info ul li div img {
    display: block;
    width: 100%;
}

.foot-info ul li p {
    text-align: center;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #ffffff;
}

.foot-text {
    margin-top: .28rem;
}

.foot-text p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #ffffff;
}
.foot-text p a{
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #ffffff;
}

.foot-r {}

.foot-link ul {
    width: 5.53rem;
    margin: 0 -.23rem;
}

.foot-link ul .slick-slide {}

.foot-link ul .slick-slide>div+div {
    margin-top: .25rem;
}

.foot-link ul .slick-slide li {
    display: block !important;
}

.foot-link ul li a {
    display: block;
    position: relative;
    margin: 0 .23rem;
    font-family: PingFang-SC-Regular;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot-link ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

.foot-link ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    transition: all .5s;
    bottom: 0;
    height: 1px;
    background: #fdbe00;
}

.foot-link ul li a:hover::after {
    width: 100%;
    left: 0;
}

.foot-link ul li a:hover {
    color: #fdbe00;
}

.foot-link .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .6rem;
}

.foot-link .slick-dots li {
    width: 0.67rem;
    height: 0.02rem;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 1px;
}

.foot-link .slick-dots li button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0.02rem;
    background: #fdbe00;
    transition: all .5s;
    margin: 0;
    padding: 0;
}

.foot-link .slick-dots li.slick-active button {
    width: 100%;
    left: 0;
}


@media screen and (max-width:1850px) {}

@media screen and (max-width:1720px) {}

@media screen and (max-width:1620px) {}

@media screen and (max-width:1520px) {

    .nav>ul>li>a {
        /* font-size: .18rem; */
    }
}

@media screen and (max-width:1400px) {
    .px1400 {
        max-width: 1400px;
        margin: 0 10px;
    }

    .px1480 {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width:1320px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .h-link span {
        margin: 0 .1rem;
    }

}


@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;
        z-index: 999;
        padding: 10px;
        background: #1d62ac;
        background: linear-gradient(to bottom, #1d62ac 4%, #1d62ac 95%);
    }

    .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: 14px;
        margin-right: 5px;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #333;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .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: 10px;
        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="button"] {
        position: absolute;
        right: 10px;
        top: 8px;
        /* height: 15px; */
        width: 20px;
        height: 20px;
        z-index: 9999;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #1d62ac;
        overflow-y: scroll;
        width: 100%;
        /* max-width: 375px; */
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        background: linear-gradient(to bottom, #1d62ac 4%, #1d62ac 95%);
    }

    .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(/newfiles/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;
    }

    .footer {
        padding-top: .5rem;
        padding-bottom: .3rem;
    }

}

@media screen and (max-width:1024px) {

    /* 响应式调整   2025年3月29日10:55:33 */
    .foot-c {
        display: block;

    }

    .foot-l {
        display: block;
    }
    .foot-logo a{
        margin-right: 0;
    }
    .foot-logo a img{
        margin: 0 auto;
        max-width: 100%;
        width: 2rem;
    }
    .foot-info ul{
        justify-content: center;
        margin-top: .2rem;
    }

    .foot-text{
        text-align: center;
    }
    .foot-text p{
        line-height: .3rem;
    }
    .foot-link ul{
        width: auto;
        margin: 0 ;
    }
    .foot-link .slick-dots{
        margin-top: .2rem;
    }
    .foot-link ul .slick-slide>div+div{
        margin-top: .1rem;
    }
    .foot-link .slick-dots li{
        width: 0.3rem;
    }
    .foot-link ul li a{
        margin: 0 .1rem;
    }

}


@media screen and (max-width:768px) {}

@media screen and (max-width:1024px) {}