@charset "utf-8";

body.overhide {
    height: 100%;
    overflow: hidden
}

@font-face {
    font-family: "SourceHanSerifCN-Bold";
    font-weight: 400;
    src: url(../fonts/SourceHanSerifCN-Bold.woff2) format("woff2"), url(../fonts/SourceHanSerifCN-Bold.woff) format("woff")
}

@font-face {
    font-family: "SourceHanSerifCN-Heavy";
    font-weight: 400;
    src: url(../fonts/SourceHanSerifCN-Heavy.woff) format("woff2"), url(../fonts/SourceHanSerifCN-Heavy.woff) format("woff")
}

@font-face {
    font-family: "SourceHanSerifCN-Medium";
    font-weight: 400;
    src: url(../fonts/SourceHanSerifCN-Medium.woff) format("woff2"), url(../fonts/SourceHanSerifCN-Medium.woff) format("woff")
}

@font-face {
    font-family: "SourceHanSerifCN-Regular";
    font-weight: 400;
    src: url(../fonts/SourceHanSerifCN-Regular.woff) format("woff2"), url(../fonts/SourceHanSerifCN-Regular.woff) format("woff")
}

@font-face {
    font-family: "SourceHanSerifCN-SemiBold";
    font-weight: 400;
    src: url(../fonts/SourceHanSerifCN-SemiBold.woff) format("woff2"), url(../fonts/SourceHanSerifCN-SemiBold.woff) format("woff")
}

body {
    font-family: "SourceHanSerifCN-Regular";
    padding-top: 1.34rem
}

.itit {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.itit>div h2 {
    font-size: 0.45rem;
    font-weight: normal;
    line-height: 0.45rem;
    letter-spacing: 0.05rem;
    color: #006d61
}

.itit>div h3 {
    font-family: Georgia-Italic;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #c0c0c0;
    display: flex;
    align-items: flex-end;
    font-family: "Georgia-Italic";
    margin-top: .05rem
}

.itit>div h3 b {
    color: #2d8ab6;
    position: relative;
    z-index: 1;
    font-weight: normal
}

.itit>div h3 b::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0.21rem;
    height: 0.21rem;
    background: linear-gradient(to right bottom, #87d6ff, transparent 80%);
    border-radius: 50%;
    z-index: -1
}

.itit a {
    width: 1.33rem;
    line-height: 0.44rem;
    background-color: #04836f;
    border-radius: 0rem 0.22rem 0rem 0.22rem;
    text-align: right;
    padding-right: .45rem;
    padding-left: .13rem;
    position: relative;
    color: #f7f8fc;
    font-size: 0.14rem;
    transition: all .5s;
    text-align: center
}

.itit a::after {
    content: "";
    position: absolute;
    right: .14rem;
    top: 0;
    bottom: 0;
    width: 0.32rem;
    background: url(../images/icon-more-right.png) no-repeat;
    background-position: right center;
    background-size: 100% auto
}

.itit a:hover {
    border-radius: 0.22rem 0rem 0.22rem 0rem;
    width: 1.63rem
}

.pubmore {
    display: flex;
    justify-content: center
}

.pubmore a {
    display: block;
    border: solid 0.02rem #222222;
    padding: 0 .28rem;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    border-radius: 0.25rem;
    min-width: 2.02rem;
    padding: 0 .3rem
}

.pubmore a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffc415;
    transition: all 0.5s;
    transform: translateX(-100%) translateY(-100%);
    z-index: 1;
    opacity: 0
}

.pubmore a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffc415;
    transition: all 0.5s;
    transform: translateX(100%) translateY(100%);
    opacity: 0;
    z-index: 1
}

.pubmore a span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "SourceHanSerifCN-Bold";
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.46rem;
    color: #222222;
    position: relative;
    z-index: 2
}

.pubmore a span::after {
    content: "";
    display: block;
    width: 0.13rem;
    height: 0.12rem;
    background: url(../images/pubmore-b.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-left: .05rem;
    transition: all .6s
}

.pubmore-w a {
    border-color: #fff
}

.pubmore-w a span {
    color: #fff
}

.pubmore-w a span::after {
    background: url(../images/pubmore-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%
}

.pubmore-y a {
    border-color: #ffc415;
    background: #ffc415
}

.pubmore-y a span {
    color: #fff
}

.pubmore-y a span::after {
    background: url(../images/pubmore-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%
}

.top-yc {
    position: fixed;
    left: 0;
    top: .04rem;
    right: 0;
    height: 100%;
    z-index: 2;
    transform: translateY(-110%);
    transition: all 0.6s;
    opacity: 0;
    overflow: hidden
}

.top-yc.show {
    transform: translateY(0);
    opacity: 1;
    z-index: 99
}

.top-yc.show2 .tnav>ul>li {
    transform: translateX(0);
    opacity: 1
}

.top-yc.show2 .tnav>ul>li:nth-child(1) {
    transition-delay: .6s
}

.top-yc.show2 .tnav>ul>li:nth-child(2) {
    transition-delay: .7s
}

.top-yc.show2 .tnav>ul>li:nth-child(3) {
    transition-delay: .8s
}

.top-yc.show2 .tnav>ul>li:nth-child(4) {
    transition-delay: .9s
}

.top-yc.show2 .tnav>ul>li:nth-child(5) {
    transition-delay: 1s
}

.top-yc.show2 .tnav>ul>li:nth-child(6) {
    transition-delay: 1.1s
}

.top-yc.show2 .tnav>ul>li:nth-child(7) {
    transition-delay: 1.2s
}

.top-yc.show2 .tnav>ul>li:nth-child(8) {
    transition-delay: 1.3s
}

.top-yc.show2 .tnav>ul>li:nth-child(10) {
    transition-delay: 1.4s
}

.top-yc.show2 .tnav>ul>li:nth-child(11) {
    transition-delay: 1.5s
}

.top-yc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all 1.5s
}

.top-yc.show1::before {
    opacity: 1
}

.top-yc-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    top: 25vh;
    bottom: 5vh
}

.t-search {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transform: translateY(100%)
}

.t-search>div {
    width: 100%;
    max-width: 13.3rem;
    position: relative;
    padding-right: 0.5rem;
    padding-bottom: .3rem;
    padding-top: .25rem;
    transition: all 0.5s;
    position: relative
}

.t-search>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 0.04rem solid rgba(216, 216, 216, 0.23);
    z-index: 1
}

.t-search>div::after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 9;
    transition: all 0.8s;
    height: 0.04rem;
    background: #fff;
    width: 0;
    bottom: 0
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    font-size: 0.24rem;
    height: .32rem;
    box-sizing: border-box;
    color: #fff;
    background: no-repeat;
    line-height: .32rem
}

.t-search>div input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.49)
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .5rem
}

.search-btn:before {
    content: ""
}

.search-btn input {
    display: block;
    width: 100%;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    background-size: .3rem auto;
    height: 100%;
    cursor: pointer
}

.t-search>div:hover {
    border-color: #fff
}

.t-search>div:hover::after {
    left: 0;
    right: auto;
    width: 100%
}

.close-search {
    background: url(../images/close-search.png) no-repeat;
    background-position: center center;
    background-size: .3rem auto;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: .2rem;
    right: .2rem;
    z-index: 9;
}

.close-search:hover {
    transform: rotate(360deg);
    transition: all 0.6s
}

.top-yc.show1 .t-search,
.top-yc.show1 .ljcon {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
    z-index: 9
}

.top-yc.show2 .allnav {
    z-index: 9;
    opacity: 1
}

.ljcon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transform: translateY(100%)
}

.ljcon>div {
    width: 100%;
    max-width: 8.7rem;
    background-color: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.ljcon .tit {
    height: 1.5rem;
    background-color: #ffc415;
    border-radius: 0.2rem 0.2rem 0 0;
    padding: 0.45rem 0.8rem 0.25rem 0.6rem;
}

.ljcon .tit h3 {
    font-family: "SourceHanSerifCN-Bold";
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #fff;
}

.ljcon .con {
    padding: 0.25rem 0.6rem 0.65rem 0.6rem;
}

.ljcon .con>h3 {
    font-family: "SourceHanSerifCN-SemiBold";
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.ljcon .con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.ljcon .con ul li {
    width: 33.3333%;
}

.ljcon .con ul li a {
    display: block;
    margin: 0 .1rem;
}

.ljcon .con ul li .icon {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 auto;
    border-radius: .1rem;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ljcon .con ul li .icon img {
    display: block;
    max-width: .52rem;
    max-height: .43rem;
}

.ljcon .con ul li p {
    text-align: center;
    font-family: "SourceHanSerifCN-Medium";
    font-size: 0.18rem;
    line-height: .38rem;
    word-break: break-all;
}

.ljcon .con ul li h3 {
    text-align: center;
    font-family: "SourceHanSerifCN-SemiBold";
    font-size: .2rem;
    line-height: .38rem;
    color: #000;
    word-break: break-all;
}

















.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.8s;
    padding: 0 .9rem 0 .65rem;
    background: #fff
}

.head.hide {
    transform: translateY(-100%)
}

.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;
    margin: 0 auto;
    z-index: 9;
    height: 1.34rem
}

.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: .91rem
}

.h-right {
    flex: 1;
    min-width: 0
}

.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: .17rem
}

.h-link a:first-child {
    border: none
}

.h-link a {
    font-size: .14rem;
    line-height: .3rem;
    letter-spacing: 1px;
    color: #f5f5f7;
    cursor: pointer;
    display: flex;
    align-items: center;
    opacity: .7;
    position: relative
}

.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: 14px
}

.h-link a:hover {
    opacity: 1
}

.nav {
    text-align: right;
    padding-left: 8%;
    display: flex;
    justify-content: flex-end;
    margin-top: 0.2rem;
}

.nav>ul {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative
}

.nav>ul>li+li {
    margin-left: .7rem
}

.nav>ul>li:nth-child(1) {
    margin-left: 0
}

.nav>ul>li>a {
    display: block;
    line-height: .3rem;
    position: relative;
    transition: all 0.3s;
    font-size: .18rem;
    color: #000;
    position: relative;
    z-index: 10;
    font-family: "SourceHanSerifCN-Heavy";
    text-transform: uppercase;
}

.nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
    border-top: .03rem solid #ffc415;
    z-index: 9
}

.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;
    opacity: 0
}

.nav>ul>li.on>a::before {
    width: 100%
}

.nav>ul>li.on>a::after {
    height: 0.2rem
}

.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: 9;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    width: 200px;
    opacity: 0;
    display: none;
    padding: .2rem .15rem;
    align-items: center
}

.ejnav>.pics {
    width: 3rem;
    display: none
}

.ejnav>.pics .pic {
    padding-top: 70%
}

.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    width: 100%
}

.ejnav>ul>li a {
    display: block;
    font-size: .18rem;
    font-weight: normal;
    line-height: .26rem;
    padding: .1rem 0;
    color: #333333;
    text-align: center
}

.ejnav>ul>li a:hover {
    color: #ffc415;
    font-weight: 600
}

.head-search {
    margin-left: .48rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.head-search img {
    height: .28rem;
    display: block
}

.head2 {
    position: relative;
    z-index: 999;
    background: #006d61;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-1.4rem);
    transition: all 0.8s;
    padding: .1rem .6rem .1rem .5rem
}

.head2.show {
    transform: translateY(0)
}

.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: 26px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0
}

@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)
    }
}

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important
}

.h-right {
    position: relative
}

.hr-t {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hr-lj ul {
    display: flex;
    align-items: center;
}

.hr-lj ul li {
    position: relative;
    z-index: 1;
}

.hr-lj ul li+li {
    margin-left: 0.3rem;
}

.hr-lj ul li+li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -.15rem;
    height: 0.12rem;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.hr-lj ul li a {
    display: block;
    font-size: 0.18rem;
    line-height: 0.3rem;
    transition: all 0.5s;
    color: #000;
    font-family: "SourceHanSerifCN-Heavy";
}

.hr-lj ul li:hover a {
    color: #ffc415;
}

.search {
    width: 1.45rem;
    height: 0.3rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.15rem;
    margin: 0 .1rem 0 .2rem;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.search:hover {
    border-color: rgba(0, 0, 0, .4);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    width: 1.45rem;
    padding-left: 0.1rem;
    padding-right: 0.4rem;
    line-height: .26rem;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.14rem;
    background: none;
}

.search .button {
    width: 0.4rem;
    height: 0.3rem;
    background: url(../images/news/fdj.png) no-repeat center;
    background-size: 0.16rem auto;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #d3d2d4;
}

input::-moz-input-placeholder {
    color: #d3d2d4;
}

input::-ms-input-placeholder {
    color: #d3d2d4;
}
.hr-en{
    display:flex;
    align-items:center;
}
.hr-en a {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    border-radius: 50%;
    background-color: #ffc415;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.14rem;
    color: #ffffff;
}

.hr-en a+a{margin-left: .05rem;}
.hr-en a.noact{background:transparent;color: #ffc415;}


.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: #ac0000
}

.ksdh-tit::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
    width: .78rem;
    height: 2.1rem;
    background: url() no-repeat;
    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 #ac0000 transparent
}

.ksdh-bd::after {
    content: "";
    display: block;
    border-width: .25rem .9rem .0 0;
    border-style: solid;
    border-color: #ac0000 transparent transparent transparent
}

.ksdh-bd ul {
    background: #ac0000;
    width: .9rem;
    padding: .1rem .15rem
}

.ksdh-bd ul li a {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.4rem;
    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%)
}

.footer {
    position: relative;
    z-index: 100;
    padding-top: 1rem;
    background-color: #004d9e
}

.foot-t {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.foot-info dl{
    margin-top: .32rem;
}
.foot-info dl dd{
    display: flex;
    align-items: center;
}
.foot-info dl dd+dd{
    margin-top: .08rem;
}
.foot-info dl dd div{
    width: 0.2rem;
    height: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: .1rem;
}
.foot-info dl dd div img{
    max-width: 100%;
    max-height: 100%;
}
.foot-info dl dd p{
    font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.26rem;
	letter-spacing: 0rem;
	color: #ffffff;
	opacity: 0.7;
}
.foot-mid{
    width: 1px;
    background-color: #ffffff;
    opacity: 0.15;
    /* height: 100%; */
}
.foot-r h3{
    font-family: SourceHanSerifCN-Heavy;
	font-size: 0.36rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ffffff;
    margin-bottom: .1rem;
}
.foot-logo a {
    display: block
}

.foot-logo a img {
    display: block;
    height: 0.81rem
}

.fmeida {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 3.2rem;
}

.fmeida>p {
    font-family: AvenirNext-Bold;
    font-size: 0.46rem;
    font-weight: 600;
    line-height: .5rem;
    color: #0052a9;
    margin-right: .15rem
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .26rem;
    margin-top: .2rem;
}

.fmeida li:nth-child(4n+1) {
    margin-left: 0
}

.fmeida li a {
    display: block;
    position: relative
}

.fmeida li a div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #0e61b8;
    border-radius: 0.05rem;
}

.fmeida li a:hover div:nth-child(1) {
    background: #fdc019;
    border-color: transparent
}

.fmeida li a:hover {
    opacity: 1
}

.fmeida li a>div>img {
    display: block;
    max-width: 70%;
    max-height: 70%;
    opacity: .7;
}

.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
}

.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;
    display: block;
    width: 100%
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible
}

.foot-b {
    display: flex;
    justify-content: space-between
}

.foot-b dt {
    margin-bottom: .15rem
}

.foot-b dl dt a {
    display: block;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.foot-b dl dd a {
    display: block;
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #ffffff;
    opacity: 0.7
}

.foot-b dl dd a:hover {
    opacity: 1
}

.bq {
    padding: .37rem 0.2rem;
    margin-top: .75rem;
    background-color: #004287
}

.bq p {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #ffffff;
    opacity: 0.7;
    text-align: center
}

.foot-info{}

@media screen and (min-width:1025px) {
    .pubmore a:hover {
        border-color: #ffc415
    }

    .pubmore a:hover::before {
        transform: translateX(0) translateY(0);
        opacity: 1
    }

    .pubmore a:hover::after {
        transform: translateX(0) translateY(0);
        opacity: 1
    }

    .pubmore-w a:hover span {
        color: #222222
    }

    .pubmore-w a:hover span::after {
        background: url(../images/pubmore-b.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%
    }

    .pubmore-y a:hover {
        background: transparent
    }

    .pubmore-y a:hover span {
        color: #222222
    }

    .pubmore-y a:hover span::after {
        background: url(../images/pubmore-b.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important
    }

    .pc {
        display: none !important
    }

    .wap {
        display: block !important
    }

    .pubmore a {
        padding: 0 .15rem;
        min-width: 1.7rem
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        background: #fff
    }

    .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;
        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: rgba(0, 43, 166, 1);
        overflow-y: scroll;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }

    .m-nav ul {
        padding: 0 15px
    }

    .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
    }

    .m-ljcon {
        margin-top: 30px;
        padding: 0 15px 30px 15px;
    }

    .m-ljcon .tit {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 15px;
    }

    .m-ljcon .tit h3 {
        font-size: 14px;
        color: #fff;
    }

    .m-ljcon .con {
        margin-top: 15px;
    }

    .m-ljcon .con h3 {
        font-size: 14px;
        color: #fff;
    }

    .m-ljcon .con ul {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        padding: 0;
    }

    .m-ljcon .con ul li {
        width: 33.33%;
        border-bottom: 0;
    }

    .m-ljcon .con ul li a {
        display: block;
        margin: 0 10px;
    }

    .m-ljcon .con ul li a .icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m-ljcon .con ul li a .icon img {
        display: block;
        max-width: 30px;
        max-height: 30px;
    }

    .m-ljcon .con ul li a p {
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
    }

    .m-ljcon .con ul li a h3 {
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin-top: 5px;
        word-break: break-all;
    }
















    .itit>div h2 {
        font-size: .26rem;
        line-height: .3rem
    }

    .itit>div h3 {
        font-size: .18rem
    }

    .pubmore a span,
    .banner-r>div .pubmore a span {
        font-size: .16rem
    }

    .ljcon .tit h3,
    .ljcon .con>h3 {
        font-size: .2rem;
    }

    .ljcon .con ul li p {
        font-size: .16rem;
        line-height: .3rem;
    }

    .ljcon .con ul li h3 {
        font-size: .18rem;
        line-height: .3rem;
    }

    .close-search {
        background-size: .15rem auto;
        width: 0.3rem;
        height: 0.3rem;
    }

    .ljcon .tit {
        height: auto;
        padding: 0.2rem .5rem .2rem .3rem;
    }

    .ljcon .con {
        padding: 0.2rem 0.3rem .4rem .3rem;
    }

    .ljcon .con ul li .icon {
        width: 0.7rem;
        height: 0.7rem;
    }

    .ljcon .con ul li .icon img {
        max-width: .3rem;
        max-height: .3rem;
    }
}

@media screen and (max-width:1024px) {
    .footer {
        padding-top: .35rem
    }

    .foot-t {
        display: block
    }

    .foot-mid{
        margin:.15rem 0
    }
    
    .foot-info dl{
        margin-top:.2rem
    }
    .foot-logo a img {
        max-height: .7rem;
        max-width: 100%;
        margin: 0 auto;
        height: auto
    }

    .foot-r h3{
        font-size:.2rem;
        text-align: center;
    }
    .fmeida {
        flex-wrap: wrap;
        height: auto;
        width: auto;
    }

    .fmeida li {
        margin-left: .05rem;
        margin-right: .05rem
    }

    .fmeida li a div:nth-child(1) {
        width: 0.4rem;
        height: 0.4rem
    }

    .bq {
        margin-top: .25rem;
        padding: .15rem 0.1rem
    }

    .bq p {
        line-height: .26rem;
        text-align: center
    }

    .foot-b {
        display: block
    }

    .foot-b dl {
        display: flex;
        flex-wrap: wrap;
        margin-top: .15rem;
        text-align: center;
        justify-content: center
    }

    .foot-b dt {
        width: 100%;
        margin-bottom: 0
    }

    .foot-b dd {
        margin-right: .2rem
    }
}