@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    max-width: 1920px;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}




/* head */
.head {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    left: 0;
    right: 0;
}
.banner{
    padding-top: 115px;
}
.head-top {
    border-bottom: 1px solid #dcdcdc;
    font-size: 0;
    padding: 15px 0;
    text-align: right;

}

.head-top>.px1400 {
    padding-right: 30px;
    position: relative;
}

.ser-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url(../images/ser.png) no-repeat;
    background-size: cover;
}

.head-top a {
    line-height: 14px;
    font-size: 12px;
    color: #919dae;
    display: inline-block;
    border-right: 1px solid #919dae;
    padding: 0 12px;
    transition: all 0.3s;
}

.head-top a:hover {
    color: #0c4287;
}

.logo {
    float: left;
    width: 33%;
    margin-top: -20px;
    background-color: #fff;
    padding: 0 20px;
}

.logo a img {
    display: block;
    width: 100%;
}


/* 搜索模态框 */

.mt-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    display: none;
}

.mt-bj {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.mt-info {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 600px;
    height: 60px;
}

.mt-info input {
    width: 100%;
    height: 60px;
    display: block;
    padding: 10px;
    font-size: 22px;
    padding-right: 85px;
}

.mt-info>a {
    position: absolute;
    width: 80px;
    height: 60px;
    right: 0;
    top: 0;
    background: url(../images/m-search.png) no-repeat #0c4287;
    background-size: 30%;
    background-position: center center;
   
}

/* 头部导航 */
.nav {
    float: right;
    width: 67%;
}

.nav>ul>li {

    float: left;
    position: relative;
    width: 10.5%;
    text-align: center;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 15px;
    padding-top: 25px;
    padding-bottom: 30px;
    position: relative;
    color: #2f4665;
}

.nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: #f58c00;
    width: 0;
    height: 2px;
    transition: all 0.3s;
}

.nav>ul>li:hover>a::before {
    width: 100%;
}

.nav>ul>li>div {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 99;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.nav>ul>li>div>ul {
    overflow: hidden;

}

.nav>ul>li>div>ul>li {
    width: 100%;


}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
    padding: 0 10px;
}


.nav>ul>li>div>ul>li:hover a {

    color: #fff;
}

.nav>ul>li>div>ul>li:hover {
    transition: all 0.3s;
    background-color: #395a8d;
}


/* pic */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}


/* foot */
.foot {
    background-color: #404f66;
}

.foot-l {
    width: 42%;
    float: left;
    margin-right: 10%;
}

.foot-l b {
    display: block;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-l p {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}


.foot-link {
    float: left;
    width: 300px;
}

.foot-link p {
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 24px;
    background-color: #4b586d;
    border: solid 1px rgba(255, 255, 255, .1);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot-link p::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../images/icon-arrow.png) no-repeat;
    background-size: cover;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.foot-link li:hover p::after {
    transform: translateY(-50%) rotate(-90deg);
}

.foot-link ul li {
    position: relative;
}


.foot-link ul li div {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    background-color: #4b586d;
    display: none;
    padding: 10px 5px;
    border: solid 1px rgba(255, 255, 255, .1);
    z-index: 3;
}

.foot-link ul li div a {
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot-link ul li div a:hover {
    color: #333;
    background-color: #fff;
}

.foot-link ul li:hover div {
    display: block;
}

.foot-link ul li:first-child {
    margin-bottom: 30px;
}


.foot-r {
    float: right;
    font-size: 0;
}


.foot-r>a {
    width: 44px;
    height: 44px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.foot-r>a.wx {
    background: url(../images/icon-wx.png) no-repeat;
    background-size: cover;
    margin-right: 40px;
}

.foot-r>a.wb {
    background: url(../images/icon-wb.png) no-repeat;
    background-size: cover;
}

.ewm{
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding: 10px;
    background-color: #f3f3f3;
    z-index: 5;
}
.ewm::after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-top: 6px solid #f3f3f3;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
}
.ewm img{
    width: 100px;
    height: 100px;
}
.foot-r>a:hover .ewm {
    display: block;
}


.foot-top{
    padding: 48px 0;
}

.copyright{
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
}
.copyright p{
    font-size: 12px;
	color: #ffffff;
	opacity: 0.6;
}













@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ser-btn{
        right: 5px;
    }
}
@media screen and (max-width:1300px) {
    .nav>ul>li>a{
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .banner{
        padding-top: 105px;
    }
}
@media screen and (max-width:1200px) {
    .nav>ul>li>a{
        font-size: 16px;
    }
    .nav>ul>li>a{
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .banner{
        padding-top: 95px;
    }
}

@media screen and (max-width:1024px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .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;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 35px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .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;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #395a8d;
        overflow-y: scroll;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .m-nav ul {
        padding: 0 15px;
    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .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{
        padding-top: 0;
    }


    /* foot */

    .foot-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }




}

@media screen and (max-width:768px) {
    .foot-top{
        padding: 30px 0;
    }

}


@media screen and (max-width:480px) {
    .foot-l b{
        text-align: center;
    }
    .foot-link{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;  
    }
    .foot-r{
        float: none;
        width: auto;
        margin-right: 0;
        text-align: center;
    }
    .foot-l b{
        font-size: 16px;
    }
    .foot-l p{
        font-size: 14px;
    }
    .foot-link p{
        line-height: 42px;
    }
    .foot-link ul li:first-child{
        margin-bottom: 15px;
    }
}