@charset "utf-8";

body {
    font-size: .16rem;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

.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: rgba(32, 43, 124, .15);
}

.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: url() no-repeat;
    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: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.5s;
}

.head2 {
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    background: linear-gradient(180deg, #32307a, rgba(50, 48, 122, .5));
    border: none;
}

.head2.showdiv {
    transform: translateY(0);
}

.head-top {
    position: relative;
}

.head-top>div {
    display: flex;
    align-items: center;
    padding: .25rem 0;
    position: relative;
}

.logo {
    margin-left: .3rem;
}

.logo a {
    display: flex;
    font-size: 0;
    align-items: center;
}

.logo a img {
    vertical-align: middle;
    display: none;
    height: 0.45rem;
}

.logo a img:nth-child(1) {
    display: block;
}

.nav {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    min-width: 0;
}

.nav>ul>li {
    float: left;
    position: relative;
    margin-left: .55rem;
}
.nav .active {
font-weight:600;
    background: rgb(255 255 255 / 18%);
    padding: 2px 25px;
}
.nav>ul>li:nth-child(1) {
    margin-left: 0;
}

.nav>ul>li::after {}

.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;
    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 #fff;
    z-index: 8;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 0;
    transform: translateX(-50%);
    background: #fff;
    transition: all 0.5s;
    width: 2px;
    z-index: 8;
}
.nav>ul>li.on{
    font-weight:600;
    background: rgb(255 255 255 / 18%);
    padding: 2px 25px;
}
.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: .27rem;
    /* transform: translateX(-50%); */
    background: #fff url() no-repeat;
    background-position: right 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: 720px;
    opacity: 0;
    display: none;
    padding: .2rem .3rem;
    align-items: center;
}

.ejnav>.pics {
    width: 3rem;
}

.ejnav>.pics .pic {
    padding-top: 65%;
}

.ejnav>.pics img {
    display: block;
    width: 100%;
}

.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    padding: 0 .2rem 0 .5rem;
    display: flex;
    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: .16rem;
    font-weight: normal;
    line-height: .5rem;
    background: url(/images/piclist-icon1.png) no-repeat;
    background-position: left center;
    color: #333333;
    background-size: .15rem auto;
}

.ejnav>ul>li a:hover {
    background: url(/images/piclist-icon1.png) no-repeat;
    background-position: left center;
    color: #1d2088;
    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;
    padding-right: 1.5rem;
}

.nav-use div {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
    margin-left: .2rem;
}



.nav-use div a {
    display: block;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.nav-use div a img {
    display: inline-block;
    vertical-align: middle;
    height: 0.2rem;
}

.lang {
    position: absolute !important;
    right: 0;
    top: 0;

}

.lang a {
    display: flex;
    align-items: center;
    background: url(/images/langbg.png) no-repeat;
    background-size: 100% 100%;
    width: 1.19rem;
    height: 0.64rem;
}
.head2 .lang a{
    height: 0.95rem;
}

.lang a img {
    height: 0.23rem !important;
    margin: 0 .05rem;
}

.lang a span {
    font-size: 0.15rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #fbfcfd;
}

.nav-use div a span {
    display: block;
}

.nav-use div:hover {
    border-color: #fff;
}

.nav-use div:hover a {}

.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 */



.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic img {
    transform: scale(1.05);
}


.footer {
    background: #202b7c url(../images/foot-bg.png) no-repeat;
    background-position: center 1.2rem;
    padding-bottom: .6rem;
    background-size: auto 3.55rem;
    position: relative;
    z-index: 9;
}

.foot-c {
    display: flex;
    justify-content: space-between;
}

.foot-l {
    padding-top: .8rem;
}

.foot-l p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.23rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    margin-top: .2rem;
}

.foot-l p:nth-child(1) {
    margin-top: 0;
}

.foot-m {
    position: absolute;
    left: 50%;
    top: .5rem;
    transform: translateX(-50%);
}

.foot-m a {
    display: block;
}

.foot-m a img {
    display: block;
    width: 2.05rem;
}

.foot-r {
    padding-top: .3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.foot-rt a {
    display: block;
}

.foot-rt a div {}

.foot-rt a div img {
    display: block;
    margin: 0 auto;
    width: 0.78rem;
}

.foot-rt a p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.23rem;
    color: #ffffff;
}

.foot-rm ul {
    display: flex;
    margin: .3rem 0 .2rem 0;
}

.foot-rm ul li {
    margin-left: .15rem;
}

.foot-rm ul li a {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    border: dashed 0.02rem #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.foot-rm ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.16rem;
    color: #ffffff;
      text-align: center;
}

.foot-rm ul li a:hover {
    border-style: solid;
    background: #fff;
}

.foot-rm ul li a:hover p {
    color: #202b7c;
}

.foot-rb ul {
    display: flex;
}

.foot-rb ul li {
    /* width: 1rem; */
}

.foot-rb ul li:nth-child(1) {
    /* margin-right: .2rem; */
}

.foot-rb ul li img {
    display: block;
    width: 48px;
}



 .fmeida {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .fmeida li {
            display: inline-block;
            vertical-align: middle;
            margin-left: 0.2rem;
        }

        .fmeida li:nth-child(1) {
            margin-left: 0;
        }

        .fmeida li a {
            display: block;
            position: relative;
            opacity: .8;
        }

        .fmeida li a:hover {
            opacity: 1;
        }

        .fmeida li a>div>img {
            display: block;
            width: 48px;
        }

        .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;
        }

        .fmeida li a .foot-ewm img {
            display: block;
            width: 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;
        }

@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 {
        margin-left: .25rem;
    }

}


@media screen and (max-width: 1320px) {}

@media screen and (max-width:1220px) {}

@media screen and (max-width:1024px) {
    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: #202b7c;
        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: #202b7c;
    }

    .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;
    }

    .foot-c {
        display: block;
    }

    .foot-l p {
        text-align: center;
    }

    .foot-m {
        position: static;
        transform: translateX(0);
    }

    .foot-m a img {
        margin: .2rem auto;
    }

    .footer {
        /* background: #202b7c; */
        background-position: center bottom;
        padding-bottom: .3rem;
    }

    .foot-r {
        flex-direction: row;
        justify-content: space-between;
    }

    /* .foot-rm ul{
            display: block;
            margin: 0;
        } */
    /* .foot-rm ul li:nth-child(1){
            margin-right: 0;
            margin-bottom: .1rem;
        } */

    .foot-r {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: .1rem;
    }

    .foot-rt a div img {
        width: 0.5rem;
    }

    .foot-rb {
        width: 100%;
    }
    .foot-rm ul{
        margin: 0;
    }
    .foot-rb ul{
        justify-content: center;
        margin-top: .2rem;
    }
    .foot-l{
        padding-top: .35rem;
    }
    .foot-m a img{
        width: 1.6rem;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}