@charset "utf-8";

body.overhide {
    height: 100%;
    overflow: hidden;
}




@font-face {
    font-family: "SourceHanSerifSC-Bold";
    src: url(../fonts/SOURCEHANSERIFCN-BOLD.OTF);
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url(../fonts/SourceHanSansCN-Bold.otf);
}

@font-face {
    font-family: "Bebas";
    src: url(../fonts/Bebas.ttf);
}

/* 定位搜索框 */
.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(../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 0.8s;
    border-top: 5px solid #076fbe;
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2.23rem;
    z-index: -1;
    pointer-events: none;
background: linear-gradient(181deg, #0A62C4 -3%, rgba(10, 98, 196, 0) 96%);
}

.head.hide {
    transform: translateY(-100%);
}

/* head-nav */
.head .head-top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    z-index: -1;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: linear-gradient(to bottom, #004CB0 4%, #0091D3 95%);
}

.head.on .head-top::after {
    opacity: 1;
}


.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;
    margin: 0 auto;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 .8rem;
}

.head-top>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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;
}


.logo {
    float: left;
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: flex;
    height: 1.2rem;
    align-items: center;
}

.logo a img {
    vertical-align: middle;
    height: .84rem;
}


.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;
}

.h-link a:first-child {}

.h-link a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* opacity: .7; */
    position: relative;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 0 10px;
    margin-left: .14rem;
    font-weight: lighter;
    transition: all .5s;
}

.h-link .search-switch, .h-link .head-lang {
    width: .27rem;
    height: .27rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding: 0;
}

.h-link a.head-lang {
    font-size: 12px;
}

.h-link .search-switch img {
    margin: 0;
    height: .13rem;
}

.h-link a::after {}

.h-link a:hover::after {}

.h-link span {
    background: rgba(255, 255, 255, 0.3);
    margin: 0 .15rem;
    height: .15rem;
    width: 2px;
}

.h-link a img {
    margin-right: .05rem;
    max-height: 0.18rem;
}



.h-link a:hover {
    color: #fff;
    background: #0A62C4;
    border-color: #0A62C4;
}

.head-lang {}

.nav {
    width: 100%;
}

.nav>ul {
    font-size: 0;
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: .1rem 0;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: .4rem;
    /* padding: 0 .937vw; */
}

.nav>ul>li:nth-child(1) {
    margin-left: 0;
}


.nav>ul>li>a {
    display: block;
    line-height: .4rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-size: 1.041vw;
    color: #fff;
    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 {}

.nav>ul>li.on>a::before {
    width: 100%;
}

.nav>ul>li.on>a::after {}

.nav>ul>li:hover>a {
    /* color: #ff8a00; */
}

.nav>ul>li.active>a {
    /* color: #ff8a00; */
}

.nav>ul>li.active::after {}

.nav>ul>li.active:hover::before {
    opacity: 0;
}

.nav>ul>li.active:hover::after {
    opacity: 0;
}

.ejnav {
    position: absolute;
    top: 150%;
    left: 50%;
    margin-top: .1rem;
    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: 2rem;
    opacity: 0;
    display: none;
    padding: .2rem .2rem;
    align-items: center;
}

.ejnav>.pics {
    width: 3rem;
}

.ejnav>.pics .pic {
    padding-top: 70%;
}


.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.ejnav>ul>li {
    text-align: center;
}

.ejnav>ul>li a {
    display: block;
    white-space: nowrap;
    text-align: center;
    font-size: .18rem;
    font-weight: normal;
    line-height: .5rem;
    color: #333333;
}

.ejnav>ul>li a:hover {
    color: #525DC8;
    font-weight: 600;
}


.head2 {
    position: relative;
    z-index: 999;
    background: #11509D;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: all 0.8s;
}

.head2.show {
    transform: translateY(0);
}

.head2 .head-top .logo a {
    height: 1rem;
}

.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;
    padding-top: .15rem;
}

/* foot */
.footer {
    background: #005EC7;
    position: relative;
    z-index: 99;
    padding-top: .48rem;
    border-top: 0.03rem solid #C4281F;
}

.foot-c {
    display: flex;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
    height: 1.55rem;
}

.foot-m {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-start;
}

.foot-ml {
    flex: 1;
    min-width: 0;
    margin-left: .7rem;
}

.foot-ml dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    margin: 0 -.2rem;
}

.foot-ml dl dd {
    margin: 0 .2rem;
}

.foot-ml dl dd a {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.foot-ml dl dd a:hover {
    text-decoration: underline;
}

.foot-mr {
    margin-left: .7rem;
}

.foot-mr p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.4rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
}

.foot-tit {
    border-bottom: 1px solid rgba(216, 216, 216, 0.2);
    padding-bottom: .18rem;
    margin-bottom: .23rem;
}

.foot-tit h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
    border-left: 0.03rem solid #fff;
    padding-left: .17rem;
}

.foot-r {
    width: 1.87rem;
    margin-left: .7rem;
}

.fmeida {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -.1rem;
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .1rem;
    margin-bottom: 0.08rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
    opacity: .8;
}

.fmeida li a div:nth-child(1) {
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    opacity: .6;
}

.fmeida li a:hover div:nth-child(1) {
    opacity: 1;
}

.fmeida li a:hover {
    opacity: 1;
}

.fmeida li a>div>img {
    display: block;
    height: 0.44rem;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 100px;
    max-width: none;
    max-height: none;
    height: 100px;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}


.bq {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: .2rem;
    margin-top: .43rem;
}

.bq p {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.23rem;
    color: #ffffff;
    opacity: 0.6;
}




@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: #11509D;
        background: linear-gradient(to bottom, #003B90 4%, #003B90 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="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #003B90;
        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:1024px) {
    .footer {
        background-position: center bottom;
        padding-top: .35rem;
    }

    .foot-c {
        display: block;
    }

    .foot-l a img {
        margin: 0 auto;
    }

    .foot-m {
        display: block;
    }

    .foot-ml, .foot-mr {
        margin-left: 0;
        margin-top: .2rem;
    }

    .foot-tit {
        margin-bottom: .1rem;
        padding-bottom: .1rem;
    }

    .foot-r {
        width: auto;
        margin-left: 0;
        margin-top: .2rem;
    }

    .foot-ml dl {
        margin: 0 -.1rem;
        justify-content: flex-start;
    }

    .foot-ml dl dd {
        margin: 0 .1rem;
    }

    .bq {
        margin-top: .1rem;
    }

    .fmeida li {
        margin-bottom: 0;
    }

}

@media screen and (max-width:768px) {}

/* 2025年5月16日17:20:41 */

#gotop {
    position: fixed;
    z-index: 999;
    bottom: .8rem;
    right: .1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease-out 0s;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    background: #fda42f;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    border-radius: 50%;
}

#gotop.hide {
    height: 0;
    opacity: 0;
    visibility: hidden
}

#gotop svg {
    width: .22rem;
    height: .22rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0;
    transition: all .5s ease-out 0s;
}

#gotop:hover {
    border-radius: 50%
}


@media screen and (max-width:1024px) {
    #gotop {
        right: 0;
        transform: scale(0.7)
    }
}






/* 2025年6月25日14:09:03 */


.links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.links>b {
    font-size: 0.2rem;
    font-weight: 100;
    line-height: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "sysong";
    display: none;
}

.links>div {
    position: relative;
    width: 2.65rem;
    width: 48%;
    background: rgba(255, 255, 255, 0.2);
    padding-right: .15rem;
}
.links>div:nth-child(2) ~ div{
    margin-top:.2rem;
}


.links p {
    line-height: .45rem;
    color: #faece0;
    text-align: left;
    font-size: .14rem;
    padding-right: .2rem;
    background: url("../images/link-icon-down.png") right center no-repeat;
    background-size: .1rem auto;
    overflow: hidden;
    padding-left: .18rem;
}

.links>div:hover div {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
}

.links>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: .15rem 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9;
    max-height: 60vh;
    overflow-y: auto;
}

.links>div div a {
    display: block;
    color: #333333;
    line-height: .36rem;
    font-size: .16rem;
    padding: 0px .1rem;
}

.links>div div a:hover {
    background: #005EC7;
    color: #ffffff;
}


@media screen and (max-width:1024px) {
    .foot-ml{
        width: auto;
    }
    .links>div:nth-child(2) ~ div {
        margin-top: .1rem;
    }
}
