@charset "utf-8";

body{
    font-size: .16rem;
}
.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

@font-face {
    font-family: "sysong";
     src: url(../style/fonts/SOURCEHANSERIFCN-SEMIBOLD.OTF);
}

.px1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.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: #204F9F;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    float: right;
    padding-left: 9px;
}

.search-box input[type="text"] {
    width: 149px;
    padding: 0 10px 0 0;
    line-height: 30px;
    height: 30px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder {
    color: #aaaaaa;
}

.search-box input.p-submit {
    width: 30px;
    color: #aaaaaa;
    height: 30px;
    font-size: 14px;
    vertical-align: middle;
 
    background-position: center center;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    cursor: pointer;
}


.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}


.search-switch {
    cursor: pointer;
}

.b-top-r>ul>li a:hover {
    color: #fff;
}

.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 {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    /* transition: all 0.5s; */
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}



.head_wit {
    background: linear-gradient(180deg, #2A5798, rgba(42, 87, 152, .5));
    border: none;
}

.head-top {
    position: relative;
    padding: 0 .5rem;
}

.head-top>div {
    display: flex;
    align-items: center;
    height: 1rem;
}

.logo {
    float: left;
    margin-right: 1rem;
}

.logo a {
    display: flex;
    font-size: 0;
    align-items: center;
}

.logo a img {
    vertical-align: middle;
    display: none;
    height: 0.74rem;
}

.logo a img:nth-child(1) {
    display: block;
}

.nav {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    min-width: 0;
}

.nav>ul>li {
    float: left;
    position: relative;
    padding: 0 .15rem;
}

.nav>ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/nav-abef.png) no-repeat;
    background-position: left center;
}

.nav>ul>li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/nav-abef.png) no-repeat;
    background-position: right center;
}

.nav>ul>li.noabef::before {
    display: none;
}

.nav>ul>li.noabef::after {
    display: none;
}

.nav>ul>li>img {
    display: block;
}

.nav>ul>li>a {
    display: flex;
    font-size: .18rem;
    color: #fff;
    text-align: center;
    line-height: .36rem;
    position: relative;
    align-items: center;
    font-family: "sysong";
    z-index: 9;
}
 

.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: 2px solid #D0B27E;
    z-index: 8;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 0;
    transform: translateX(-50%);
    background: #D0B27E;
    transition: all 0.5s;
    width: 2px;
    z-index: 8;
}
.indexzz>a::before{display:none;}.indexzz>a::after{display:none;}
.nav>ul>li.on>a::before {
    width: 100%;
}

.nav>ul>li.on>a::after {
    height: 0.33rem;
}



.ejnav {
    position: absolute;
    top: 150%;
    /* left: 50%; */
    margin-top: .33rem;
    /* transform: translateX(-50%); */
    background: #EBEFF6 url(../images/nav-bj.png) no-repeat;
    background-position: center bottom;
    /*background-size: 1.8rem;*/
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    width: 150px;
    opacity: 0;
    display: none;
    padding: .15rem;
    align-items: center;
    display: block;
    box-shadow: 0px .04rem .23rem 0px rgba(0, 37, 77, 0.2);
    border-radius: .1rem;
}

.ejnav>.pics {
    width: 3rem;
    display: none;
}

.ejnav>.pics img {
    display: block;
    width: 100%;
}

.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    /* padding: 0 .2rem 0 .5rem; */
    display: block;
    flex-wrap: wrap;
}

.ejnav>ul>li {
    /* width: 50%; */
}

.ejnav>ul>li a {
    display: block;
    transition: .3s;
    white-space: nowrap;
    text-align: left;
    /* padding-left: .3rem; */
    font-size: .15rem;
    font-weight: normal;
    line-height: .4rem;
    /* background: url(../images/piclist-icon1.png) no-repeat; */
    background-position: left center;
    /* color: #333333; */
    background-size: .15rem auto;
    text-align: center;
    font-family: "sysong";
    color: rgba(51, 51, 51, 0.8);
}

.ejnav>ul>li a:hover {
    /* background: url(../images/piclist-icon1.png) no-repeat; */
    /* background-position: left center; */
    color: #2A5798;
    /* background-size: 0.15rem auto; */
}






.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.nav-use {
    float: right;
    overflow: hidden;
    font-size: 0;
    margin-left: .2rem;
    display: flex;
    align-items: center;
}

.nav-use div {
    width: 0.46rem;
    height: 0.46rem;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
    border: 1px dotted #C5996A;
    border-radius: 50%;
    margin-left: .2rem;
}



.nav-use div a {
    display: block;
    color: #C5996A;
    border-radius: 50%;
    width: 0.38rem;
    height: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C5996A;
    transition: all 0.3s;
    font-size: .16rem;
}

.nav-use div a img {
    display: inline-block;
    vertical-align: middle;
    height: 0.17rem;
}

.nav-use div a span {
    display: block;
    font-size: 20px;
}

.nav-use div:hover {
    border-color: #fff;
}

.nav-use div:hover a {
    background: #fff;
}

.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 */

 


.footer {
    background: url(../images/foot-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 2.9rem;
    margin-top: -2.7rem;
    position: relative;
    z-index: 9;
}

.foot-c {
    display: flex;
    justify-content: space-between;
}

.foot-l {
    width: 4.8rem;
}

.foot-l h3 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #FFFFFF;
}

.foot-l ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: .14rem;
}

.foot-l ul li {
    width: 33.33%;
}

.foot-l ul li a {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0s;
}

.foot-l ul li a:hover {
    color: #fff;
}

.foot-r {
    display: flex;
    align-items: center;
}

.foot-rl h3 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #FFFFFF;
}

.foot-rl div {
    margin-top: .14rem;
}

.foot-rl div p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: rgba(255, 255, 255, 0.8);
}

.foot-rr {
    margin-left: 1rem;
}
.foot-rr ul {display:flex;}
.foot-rr ul li{margin-left:.2rem;}
.foot-rr ul li:nth-child(1){margin-left:0;}


.foot-rr div img {
    margin: 0 auto;
    width: 0.7rem;
    display: block;
}

.foot-rr p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: .04rem;
}

.bq {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: .3rem;
}

.bq-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: .7rem;
    padding: .15rem 0;
}

.bq-l a {
    display: block;
}

.bq-l a img {
    display: block;
}

.bq-r p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1620px) {
    .px1600 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1520px) {
    .px1500 {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav>ul>li.noabef {
        padding: 0 .05rem;
    }

    .nav>ul>li>a {
        font-size: .18rem;
    }

    .nav-use div a span {
        font-size: 18px;
    }



    .head-top {
        padding: 0 .2rem;
    }

    .nav-use div {
        margin-left: .1rem;
    }

    .head.on .logo a img {
        height: 0.55rem;
    }

    .logo {
        margin-right: .3rem;
    }

    .logo a img {
        height: .6rem;
    }

    .head.on .logo a img {
        height: 48px;
    }

    .nav-use {
        margin-left: .1rem;
    }


}


@media screen and (max-width: 1320px) {}

@media screen and (max-width:1220px) {}

@media screen and (max-width:1200px) {
    body {
        padding-top: 60px;
    }


    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }



    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;

        z-index: 999;
    }

    .m-logo {
        font-size: 0;
        padding: 10px;
        z-index: 9999;
        position: relative;
        background: #204F9F;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .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: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        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: 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: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        overflow-y: scroll;
        background: rgba(0, 116, 87, .9);
        padding-top: 60px;
        background: #204F9F;
    }

    .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;
    }



    .banner .slick-dots {
        bottom: 10px;
    }
    .footer{
        margin-top: 0;
        background: url(../images/foot-wap-bg.png) no-repeat;
        background-position: center center;
        background-size: cover;
        padding-top: .3rem;
    }
    .foot-rr{
        margin-left: .2rem;
    }
 .banner .slick-slide a p {
      
       display:none;
    }

}

@media screen and (max-width:768px) {
    .foot-c{
        display: block;
    }
    .foot-l{
        width: auto;
        margin-bottom: .2rem;
    }

    .foot-r{display:block;}
    .banner .slick-slide a p {
        bottom: 10px;
        font-size: 18px;
       display:none;
    }
    .foot-rr{
        margin-left: 0;
        margin-top:.2rem
    }
    .bq-c{
        display: block;
    }
    .bq-l a img{
        margin: 0 auto;
    }
    .bq-r p{
        text-align: center;
    }

}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}
