@charset "utf-8";

/* 定位搜索框 */


.search {
    width: 226px;
    margin: 0 auto;
    position: relative;
    float: right;
    /* padding: 8px 0; */
    border-radius: 5px;
    border: solid 1px rgba(222, 222, 222, .3);
    margin-top: 15px;
}

.search .text {
    padding-right: 15px;
    padding-left: 40px;
    height: 45px;
    font-size: 14px;
    background: none;
    color: #e4e4e4;
    display: block;
    width: 100%;
}

.search .button {
    width: 40px;
    height: 45px;
    background: url(../images/fdj.png) no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
}

.search input::-webkit-input-placeholder {
    color: #e4e4e4;
}

.search input::-moz-input-placeholder {
    color: #e4e4e4;
}

.search input::-ms-input-placeholder {
    color: #e4e4e4;
}


/* 定位搜索框 */



.head {
    background: rgba(255, 255, 255, .8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.head::before {
    content: "";
    position: absolute;
    left: 100px;
    right: 100px;
    bottom: 60px;
    top: 0;
    z-index: -1;
    background: #0c51ab;
}




.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-r {
    overflow: hidden;
}

.b-top-r>p {
    clear: both;
    text-decoration: underline;
    font-size: 12px;
    line-height: 14px;
    padding-top: 15px;
    font-weight: normal;
}

.b-top-r>p a {
    display: block;
    color: #333333;
}

.b-top-r>p a:hover {
    color: #0c51ab;
}

.b-top-r>ul {
    overflow: hidden;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.b-top-r>ul>li {
    vertical-align: middle;
}

.b-top-r>ul>li a {
    font-size: 0;
    display: block;
    line-height: 14px;
    color: #dddddd;
}

.b-top-r>ul>li b {
    height: 14px;
    display: block;
    width: 2px;
    background: #666;
}

.b-top-r>ul>li a img {
    vertical-align: middle;
}

.b-top-r>ul>li a span {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
}


.b-top-r>ul>li a:hover span {
    text-decoration: underline;
}


.head-top {
    align-items: center;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 147px;
}

.head-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-width: 147px 0 0 100px;
    border-style: solid;
    border-color: #0c51ab transparent transparent transparent;
    z-index: -1;
}

.head-top::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-width: 147px 100px 0 0;
    border-style: solid;
    border-color: #0c51ab transparent transparent transparent;
    z-index: -1;
}

.head-text img {
    display: block;
    max-width: 100%;
}

.logo {
    overflow: hidden;
    float: left;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    max-width: 100%;
}

.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;
    font-size: .2rem;
    line-height: 60px;
    color: #333333;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}



.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: 160px;
    background: #0c51ab;
    z-index: 9999;
    line-height: normal;
    padding: 20px;
    opacity: 0;
    display: none;
}


.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 8px solid rgba(255, 255, 255, .8);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: none;
}

.nav>ul>li:hover>a::after {
    display: block;
}

.nav>ul>li:hover>a {
    color: #0c51ab;
    font-weight: 600;
}

.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: 16px;
    line-height: 47px;
    color: #fff;
    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 {
    font-weight: 600;
    text-decoration: underline;
}

.nav-r {
    float: left;
    position: relative;
}

.nav-r a {
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
}

.nav-r a img {
    vertical-align: middle;
    display: none;
}

.nav-r a img:first-child {
    display: inline-block;
}

.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: url(../images/foot-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer .links {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.footer1 {
    background: rgba(51, 51, 51, .9);
    position: relative;
    z-index: 9;
}

.links {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: flex-start;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.links div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.links div a {
    padding-right: .35rem;
    color: #fff;
    line-height: .3rem;

}

.links div a:hover {
    text-decoration: underline;
}

.links div b {
    width: 0.02rem;
    height: 0.18rem;
    background: rgba(255, 255, 255, .8);
    margin-right: .35rem;
}

.foot-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .25rem 0;
}

.foot-l p, .foot-m p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #ffffff;
}

.foot-r ul {
    display: flex;
    align-items: center;
}

.foot-r ul li:nth-child(1) {
    margin-right: .45rem;
}

.foot-r ul li a {
    display: block;
}

.foot-r ul li a div {
    width: 0.74rem;
    height: 0.74rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.16);
}

.foot-r ul li a div img {
    display: block;
    max-width: 100%;
}

.foot-r ul li a p {
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #ffffff;
}

.bq {
    padding: .1rem;
}

.bq p {
    line-height: .3rem;
    font-size: 0.14rem;
    font-weight: normal;
    color: #cccccc;
    text-align: center;
}



/* 公共代码版块 */





@media screen and (max-width:1600px) {
    .head-top {
        padding: 0 50px;
    }

    .logo a img {
        height: 80px;
    }

    .head-text img {
        height: 65px;
    }
}

@media screen and (max-width:1400px) {
    .head-top {
        padding: 0;
        height: 120px;
    }

    .head::before {
        left: 0;
        right: 0;
    }

    .head-top::before, .head-top::after {
        display: none;
    }

    body {
        padding-top: 180px;
    }
}

@media screen and (max-width:1200px) {
    .search {
        width: 240px;
    }

}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0c51ab;
        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: #0c51ab;
        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;
    }

    .links div a {
        padding-right: .1rem;
    }

    .links div b {
        margin-right: .1rem;
    }

    .foot-c {
        flex-wrap: wrap;
    }

    .foot-r {
        width: 100%;
        margin-top: .2rem;
    }


}

@media screen and (max-width:768px) {

    .links {
        display: block;
    }

    .links span {
        display: block;
    }

    .foot-c {
        display: block;
    }
}

@media screen and (max-width:480px) {}