@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: "Î¢ÈíÑÅºÚ";
    overflow-x: hidden;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.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: 1560px;
    margin: 0 auto;
}

.header {
    padding: 20px 0;
    position: relative;
    background: url(/images/head-bg.jpg) no-repeat center center;
    background-size: cover;
}

.head {
    position: relative;
   
}

.head-l {
    position: relative;
    float: left;
    font-size: 0;
    z-index: 2;
}

.head-l a img {
    display: block;
}

.head-r {
    position: relative;
    float: right;
    font-size: 0;
    text-align: right;
    z-index: 2;
    margin-top: 18px;
}

.head-r p {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 38px;
    padding: 0 20px;
    background: rgba(0, 45, 119, .3);
    border-radius: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

.head-r p span {
    padding-left: 5px;
}

.head-r p span:first-child {
    padding: 0;
}

.search {
    display: inline-block;
    width: 210px;
    height: 38px;
    border-radius: 20px;
    border: 1px solid #fff;
    vertical-align: middle;
}

.search input[type="text"] {
    display: inline-block;
    width: 175px;
    height: 36px;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    vertical-align: middle;
    color: #fff;
}

.search input[type="image"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.search input::placeholder {
    font-size: 14px;
    color: #fefefe;
    opacity: .51;
}

#nav {
    background-color: #1a4b9c;
}

.nav>ul {
    font-size: 0;
    text-align: center;
    margin: 0 -55px;
}

.nav>ul>li {
    float: left;
    width: 10%;
    position: relative;
    line-height: 50px;
    text-align: center;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.nav>ul>li:first-child>a {
    border-left: none;
}

.nav>ul>li>a img {
    vertical-align: middle;
}

.nav>ul>li ul {
    position: absolute;
    top: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 3px;
    right: 3px;
    background: #e4e8f0;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    line-height: 30px;
    margin-top: 5px;
}

.nav>ul>li ul li a {
    color: #174f85;
    font-size: 15px;
}

.nav>ul>li ul li:hover {
    background-color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    top: 38%;
    width: 10px;
    right: 3%;
    transform: translateX(-50%);
    height: 100%;
    line-height: 35px;
}

.banner .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .6);
    margin: 0 14px;
    transition: all .3s;
}

.banner .slick-dots li.slick-active {
    background: #fff;
}

.footer {
    background: url(/images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

.foot-top {
    padding-top: 55px;
}

.foot-top ul {
    border: 1px dashed #678cc0;
    border-radius: 15px;
    font-size: 0;
    padding: 25px 0;
    text-align: center;
}

.foot-top ul li {
    display: inline-block;
    padding: 0 12px;
    text-align: center;
    border-left: 1px solid #698fc2;
    box-sizing: border-box;
}

.foot-top ul li a {
    position: relative;
    display: inline-block;
    padding-left: 55px;
    text-align: left;
}

.foot-top ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 64, 152, .4) url(../images/dh.png) no-repeat center center;
}

.foot-top ul li:first-child a::before {
    background: #ff8a00 url(../images/dh.png) no-repeat center center;
}

.foot-top ul li:first-child {
    border-left: none;
}

.foot-top ul li a p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.foot-top ul li:first-child a p {
    font-size: 16px;
    color: #ff8a00;
    font-weight: bold;
}

.foot-down {
    padding: 30px 0;
}

.fd-l {
    float: left;
}

.fd-l p {
    line-height: 30px;
    font-size: 14px;
    color: #d3e5fe;
}

.fd-r {
    float: right;
}

.fd-r>ul {
    font-size: 0;
}

.fd-r>ul>li {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 45px;
    margin-left: 20px;
    line-height: 45px;
    border: 1px solid #5682c0;
    border-radius: 5px;
}

.fd-r>ul>li p {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #d3e5fe;
}

.fd-r>ul>li p span {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 25px;
    height: 25px;
    background: url(/images/xl.png) no-repeat center center;
    cursor: pointer;
}

.fd-r>ul>li>ul {
    position: absolute;
    left: 0;
    right: 0;
    height: 140px;
    bottom: 45px;
    background-color: #fff;
    display: none;
    padding: 15px 0;
    overflow-y: auto;
}

.fd-r>ul>li>ul>li {
    text-align: center;
    line-height: 40px;
}

.fd-r>ul>li>ul>li>a {
    font-size: 16px;
    color: #333;
}

.fd-r>ul>li:hover>ul {
    display: block;
}

.fd-r>ul>li>ul>li:hover {
    background-color: #004098;
}

.fd-r>ul>li>ul>li:hover>A {
    color: #fff;
}


/* ÒÆ¶¯¶Ë */

.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: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width:1400px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
        background:#ffffff;
    }
    .foot-top ul li {
        padding: 0 3px;
    }
    .nav>ul {
        margin: 0;
    }
}

@media screen and (max-width:1200px) {
    .sect1 ul li .fu-con {
        left: 0;
        width: 500px;
    }
    .sect1 ul li:nth-child(3) .fu-con {
        right: 0;
        left: auto;
    }
    .foot-top ul li {
        width: 33.333%;
        margin: 5px 0;
        text-align: left;
        padding: 0 15px;
    }
    .foot-top ul li:nth-child(4) {
        border-left: none;
    }
    .fd-l {
        float: none;
        background-color:#2253a5;
        padding:10px;
        border-radius:15px;
    }
    .fd-r {
        float: none;
    }
    .fd-r>ul>li {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media screen and (max-width:1024px) {
    .header {
        display: none;
    }
    #nav {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #2253a5;
        z-index: 999;
        padding: 10px;
    }
    .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-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;
        padding-top: 30px;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #2254a7;
        overflow-y: scroll;
        width: 100%;
        max-width: 100%;
        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;
    }
.search-input {        position: relative;
    border: 1px solid #d5e0ec;
    height: 35px;        margin-top: 15px;
display:none;        z-index: 9999;
}

.search-input:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.search-input input {
    width: calc(100% - 62px);
    float: left;
    background: none;
    outline: none;
    border: 0;
    padding-left: 20px;
    line-height: 32px;
    color: #fff;
}
.search-input input::placeholder{color:#fff;font-size:14px;}
.search-input button {
    width: 40px;
    height: 33px;
    float: right;
    background: none;
    outline: none;
    border: 0
}

.search-input button img {
    width: 18px;
}

}

@media screen and (max-width:1000px) {
    .foot-top ul li {
        width: auto;
    }
}

@media screen and (max-width:700px) {
    .banner .slick-dots {
        bottom: 10px;
    }
    .banner .slick-dots li {
        margin: 0 5px;
    }
    .foot-top {
        padding-top: 15px;
    }
    .foot-top ul li {
        width: 100%;
        border-left: none;
    }
    .foot-top ul {
        padding: 10px 0;
background-color:#2253a5;
    }
    .fd-r>ul>li {
        float: none;
        width: 100%;
        margin-top: 15px;
background-color:#2253a5;
    }
}