@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.2);
}


/* 移动端头部 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}


/* 搜索框 */

.wave.on {
    display: block;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #065598;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 750px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    color: #fff;
}


/* 搜索框结束 */

.main-top {
    background-color: #0d59a7;
}

.header {
    padding: 15px 0;
    border-bottom: 1px solid #3d7ab9;
    background: url(../images/head-tc.png) no-repeat 60% center;
}

.head-l {
    float: left;
    font-size: 0;
}

.logo a {
    display: inline-block;
    vertical-align: middle;
}

.logo a img {
    display: block;
}

.logo span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}

.head-r {
    float: right;
}

.link-top {
    margin-top: 20px;
}

.link-top a {
    display: inline-block;
    margin-right: 15px;
}

.link-top a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}

.link-top a img {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.link-top a:hover {
    opacity: .8;
}

.sousuo {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding-left: 30px;
    background: url(../images/search.png) no-repeat left center;
    cursor: pointer;
    vertical-align: middle;
}

#nav {
    line-height: 43px;
}

.nav>ul {
    margin-left: -30px;
    margin-right: -30px;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 9.09%;
    text-align: center;
}

.nav>ul>li>a {
    position: relative;
    font-size: 16px;
    color: #fff;
}

.nav>ul>li>a:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    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 #fff;
}

.nav>ul>li>ul {
    position: absolute;
    border-top: 3px solid #0d59a7;
    top: 43px;
    background: #fff;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    z-index: 999;
    display: none;
    padding: 5px;
    box-shadow: 0 0 10px #d2d2d2;
}

.nav>ul>li>ul>li {
    text-align: center;
    line-height: 30px;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #065598;
}

.nav>ul>li>ul>li:hover>a {
    font-weight: bold;
    color: #fff;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a .bt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner a .bt p {
    display: inline-block;
    min-width: 550px;
    line-height: 55px;
    background: rgba(0, 0, 0, .4);
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
}

.banner .slick-dots {
    bottom: 20px;
}

.banner .slick-dots li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 14px;
}

.banner .slick-dots li.slick-active {
    background-color: #fff;
}

.footer {
    background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

.foot {
    font-size: 0;
}

.ft-l {
    float: left;
    width: 50%;
    border-right: 1px solid #548ac3;
}

.ft-l .logo {
    padding-top: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #548ac3;
}

.ft-r {
    float: right;
    width: 50%;
    padding-left: 45px;
}

.ftl-down .ft-link {
    float: left;
    width: 53%;
    border-right: 1px solid #548ac3;
    padding-bottom: 40px;
}

.ft-link>ul {
    overflow: hidden;
}

.ft-link>ul>li {
    float: left;
    width: 50%;
}

.ftl-down .dz {
    float: right;
    width: 47%;
    padding-left: 60px;
}

.ftl-down h2 {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-left: 5px;
    border-left: 2px solid #e99228;
    font-size: 16px;
    line-height: 20px;
    color: #f1f8ff;
    font-weight: normal;
}

.ftl-down a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #f1f8ff;
}

.ftl-down p {
    line-height: 30px;
    font-size: 14px;
    color: #f1f8ff;
}

.link {
    font-size: 0;
    margin-top: 40px;
}

.link>div {
    position: relative;
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    background-color: rgba(255, 255, 255, .22);
    border: 1px solid #81a8ce;
}

.link>div:last-child {
    margin-right: 0;
}

.link>div p {
    position: relative;
    line-height: 43px;
    padding-left: 25px;
    padding-right: 20px;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.link>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: 15px 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 5px #bfb2b2;
    display: none;
    height: 210px;
    overflow-y: scroll;
}

.link>div div a {
    display: block;
    color: #333;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}

.link p span {
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/xl.png) no-repeat center center;
}

.link>div:hover div {
    display: block;
}

.link>div div a:hover {
    color: #065598;
}

.ftr-down {
    margin-top: 30px;
    overflow: hidden;
}

.ftr-down .dz {
    float: left;
    width: 280px;
    margin-top: 30px;
}

.ftr-down .dz p {
    line-height: 30px;
    font-size: 14px;
    color: #f1f8ff;
}

.ftr-down .ewm {
    float: right;
}
.ftr-down .ewm  a{display: inline-block;margin: 0px 10px;}
.ftr-down .ewm p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width:1460px) {
    .nav>ul {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner a .bt p {
        min-width: 340px;
    }
}

@media screen and (max-width:1300px) {
    .ftl-down .dz {
        padding-left: 15px;
    }
    .ft-r {
        padding-left: 15px;
    }
    .ftr-down {
        margin-top: 10px;
    }
    .ftr-down .dz {
        float: none;
        width: auto;
    }
    .ftr-down .ewm {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

@media screen and (max-width:1024px) {
    .main-top {
        display: none;
    }
    body {
        padding-top: 50px;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0d59a7;
        z-index: 999;
        padding: 10px;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle;
    }
    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: #025bbf;
    }
    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #025bbf;
        vertical-align: middle;
        font-family: 'sySong';
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 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: 52px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #025bbf;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .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;
    }
}

@media screen and (max-width:1000px) {
    .ft-l {
        float: none;
        width: auto;
        border-right: none;
    }
    .ft-r {
        float: none;
        width: auto;
        padding-left: 0;
    }
    .ft-l .logo {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    .ftr-down .dz {
        text-align: center;
        margin-top: 15px;
    }
}

@media screen and (max-width:700px) {
    .ftl-down .ft-link {
        float: none;
        width: auto;
        border-right: none;
    }
    .ftl-down .dz {
        float: none;
        width: auto;
        padding-left: 0;
    }
    .ftl-down .ft-link {
        padding-bottom: 0;
    }
    .ftl-down h2 {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .link {
        margin-top: 15px;
    }
    .m-logo img {
        max-height: 30px;
        max-width: 100%;
    }
    .m-nav {
        top: 50px;
    }
    .link>div p {
        padding-left: 10px;
    }
    .link p span {
        right: 0;
    }
}

@media screen and (max-width:370px) {
    .ftl-down a {
        font-size: 12px;
    }
}