@charset "utf-8";

 

@font-face {
    font-family: 'sys-b';
    src: url(../style/fonts/SOURCEHANSERIFCN-BOLD.OTF);
}

@font-face {
    font-family: 'sys-r';
    src: url(../style/fonts/SOURCEHANSERIFCN-REGULAR.OTF);
}

body {
    padding-top: 1.7rem;
    font-size: .16rem;
}

/* 定位搜索框 */


input,
button {
    border: none;
    outline: none;
}


.head {
    background-position: 64% top;
    background-size: 6.78rem auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #166A1E;
}



.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-r {}

.h-rtext {
    display: flex;
    justify-content: flex-end;
    margin-top: .2rem;
}

.h-rtext img {
    height: .42rem;
}

.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.h-link a:first-child {
    border: none;
}

.h-link a {
    font-size: .16rem;
    line-height: .5rem;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: .25rem;
}

.h-link a.search-switch {
    width: .32rem;
    height: .32rem;
    border: 1px solid #fff;
    border-radius: .04rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-link a.search-switch img {
    margin: 0;
}

.h-link a::after {}

.h-link a:hover::after {}

.h-link span {
    background: #231815;
    margin: 0 .2rem;
    height: .15rem;
    width: 2px;
}

.h-link a img {
    margin-right: .05rem;
    max-height: 0.18rem;
}



.h-link a:hover {
    color: #fff;
}


.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: 998;
}

.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 {
    /* padding: 1rem 0 0 0; */
    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/search3.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;
    cursor: pointer;
    top: 1.5rem;
}

.close-search:hover {
    transform: rotate(360deg);
    transition: all 0.6s;
}


.top-yc.show1 .t-search {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
    z-index: 9;
}

.top-yc.show2 .allnav {
    z-index: 9;
    opacity: 1;
}





.head-top {
    position: relative;
}

.head-top>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .13rem;
}

.logo {
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    height: 0.72rem;
}

.head-nav {
    position: relative;
    z-index: 9;
}


.nav>ul {
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.nav>ul>li {
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;

}

.nav>ul>li.active>a {}

.nav>ul>li:first-child {
    margin-left: 0;
    border-left: none;
}

.nav>ul>li>a {
    display: block;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-size: 0.2rem;
    font-weight: 600;
    padding-bottom: .1rem;
}

.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>div {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 150px;
    background: #fff;
    z-index: 9999;
    line-height: normal;
    opacity: 0;
    display: none;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}


.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 7px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: none;
}

.nav>ul>li:hover>a::after {
    display: block;
}



.nav-pic {
    float: left;
    overflow: hidden;
    width: 238px;
    margin-right: 10%;
    display: none;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.nav>ul>li .nav-ejbox {
    position: relative;
    z-index: 9;
}

.nav>ul>li ul {
    overflow: hidden;
}

.nav>ul>li>div ul li {
    text-align: center;
}

.nav>ul>li>div ul>li a {
    display: block;
    font-size: 0.16rem;
    line-height: 0.47rem;
    color: #000;
    position: relative;
    /* padding-left: 16px; */
}

.nav>ul>li>div ul>li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    /* background: #fff; */
    border-radius: 50%;
}

.nav>ul>li>div ul>li a:hover {
    background: #166A1E;
    color: #fff;
}

.nav-r {
    position: relative;
}

.nav-r a {
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 0;
    display: block;
}

.nav-r a img {
    display: block;
}

.nav-r a img:first-child {}

.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;
}



.footer {
    background: #166A1E;
    position: relative;
    z-index: 9;
    background: url(../images/foot-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.foot-c {
    padding-top: 1.2rem;
}

.foot-c .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.foot-c .links b {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #F4F4F4;
}

.foot-c .links div {
    display: flex;
    flex-wrap: wrap;
}

.foot-c .links div a {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #F4F4F4;
    margin-right: .4rem;
}

.foot-c .links div a:last-child {
   
}

.foot-c .foot-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .15rem;
    margin-bottom: .15rem;
}

.foot-c .foot-info p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #F4F4F4;
}

.foot-c .foot-qd {
    display: flex;
    justify-content: center;
}

.foot-c .foot-qd dl {
    border-radius: 0.07rem;
    background: rgba(216, 216, 216, 0.1);
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 .15rem;
}

.foot-c .foot-qd dl dd {

margin: 0 .2rem;

display: flex;

align-items: center;
}

.foot-c .foot-qd dl dd a{
    
display: flex;
    
align-items: center;
}

.foot-c .foot-qd dl dd div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-c .foot-qd dl dd div img {
    max-height: .2rem;
    margin-right: .1rem;
}

.foot-c .foot-qd dl dd p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.38rem;
    text-align: right;
    letter-spacing: normal;
    color: #FFFFFF;
}

.footer .bq {
    padding: .15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: .12rem;
}

.footer .bq p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .bq p img {
    height: 0.36rem;
    margin-right: .1rem;
}

.footer .bq p span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #FFFFFF;
}


.foot-c {}


@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: #166A1E;
        z-index: 999;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .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;
        font-size: 0;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 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: 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: #166A1E;
        overflow-y: scroll;
        width: 100%;
        /* max-width: 375px; */
    }

    .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 ul li:nth-child(1) a {
        padding-top: 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;
    }


    .foot-c {
        display: block;
        padding: .5rem 0 0 0;
    }

    .foot-c .links{
        display: block;
    }
    .foot-c .links b{
        display: block;
        font-size: .18rem;
        margin-bottom: .1rem;
    }
    .foot-c .links div{
        flex: 1;
        min-width: 0;
    }
    .foot-c .links div a{
        font-size: .16rem;
    }
    .foot-c .foot-info{
        justify-content: flex-start;
    }
     
    .foot-c .foot-qd dl dd p,.footer .bq p span{
        font-size: .16rem;
    }
    .foot-c .foot-qd dl dd{
        margin: 0 .1rem;
    }


}

@media screen and (max-width:768px) {}


@media screen and (max-width:480px) {}