@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;
}

@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sisongx";
    src: url(../style/SOURCEHANSERIFCN-LIGHT.OTF);
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}

body {
    background: #e1effb url(../images/body.png) no-repeat center top;
    background-size: 100% auto;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: scale(1.2);
}

.wp {
    max-width: 1500px;
    margin: 0 auto;
}

.head {
    padding: 52px 0;
    overflow: hidden;
}

.head-l {
    float: left;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    float: right;
    text-align: right;
}

.search {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    margin-top: 25px;
    width: 260px;
    height: 44px;
    text-align: left;
    border-radius: 22px;
}

.search input[type="text"] {
    width: 220px;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    font-size: 14px;
    color: #fff;
}

.nav {
    background: #1166AC;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 11.1%;
    text-align: center;
    line-height: 60px;
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
}

.nav>ul>li.on>a,
.nav>ul>li:hover>a {
    font-weight: bold;
    background: #095796;
}

.nav>ul>li>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    display: none;
}

.nav>ul>li>ul>li {
    line-height: 46px;
}

.nav>ul>li>ul>li>a {
    font-size: 16px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background: #FCFDFF;
}

.nav>ul>li>ul>li:hover>a {
    color: #095796;
}

.foot {
    position: relative;
    padding: 25px 0;
    background: url(../images/ft-top.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.ft-l {
    float: left;
}

.ft-l p {
    padding-left: 20px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background: url(../images/dz.png) no-repeat left center;
}

.ft-m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ft-r {
    float: right;
}

.ft-r p {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.ft-r p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.ft-d {
    padding: 15px 0;
    background: #0A4995;
    text-align: center;
}

.ft-d p {
    font-size: 16px;
    color: #fff;
}

.ft-d p img {
    display: inline-block;
    vertical-align: middle;
}

.ft-d p span {
    display: inline-block;
    margin: 0 3px;
}
.ft-d p span  a{
    color:#fff;
}

/* 移动端 */

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}

@media screen and (max-width:1500px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1024px) {
    .header {
        display: none;
    }
    .nav {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #0a4995;
    }
    .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-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        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;
        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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1155a5;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .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-m {
        position: static;
        transform: none;
    }
    .ft-m a {
        display: block
    }
    .ft-m a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .section1 {
        padding: 15px 0;
    }
}

@media screen and (max-width:700px) {
    .ft-l {
        float: none;
    }
    .ft-r {
        float: none;
    }
    .ft-m a img {
        max-width: 350px;
        width: 100%;
    }
}
