@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;
}

@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

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 .6s;
}

.pic:hover img {
    transform: scale(1.1);
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
}

.wp {
    width: 1440px;
    margin: 0 auto;
    max-width: 88%;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.head {
    padding: 17px 0;
    align-items: center;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.search {
    position: relative;
    width: 140px;
    height: 30px;
    padding-right: 30px;
    line-height: 30px;
    background: #fff;
    font-size: 0;
    border: 1px solid #cfcfcf;
    overflow: hidden;
}

.search input[type="text"] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    color: #333;
}

.search span {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    background: #0d6fb8;
}

.search input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.search input::placeholder {
    font-size: 16px;
    color: #999;
}

#nav {
    position: relative;
    background: #0d6fb8;
    z-index: 9;
}

.nav>ul>li {
    position: relative;
    line-height: 55px;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
    display: block;
    position: relative;
}

.nav>ul>li.on>a {
    font-weight: bold;
}

.nav>ul>li:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    transition: all .3s;
    bottom: 7px;
}

.nav>ul>li.on:after {
    width: 18px;
}

.nav>ul>li>ul {
    position: absolute;
    width: 150px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa8a8;
    overflow: hidden;
    padding: 10px 0;
    z-index: 999;
    display: none;
}

.nav>ul>li>ul>li {
    text-align: center;
    position: relative;
    background: #fff;
}

.nav>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    padding: 0 13px;
    margin-bottom: 1px;
    background: #fff;
    color: #333;
    white-space: nowrap;
    line-height: 40px;
}

.nav>ul>li>ul>li:hover>a {
    background: #0d6fb8;
    color: #fff;
}

.banner {
    position: relative;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0d6fb8;
    margin: 0 6px;
    transition: all .6s;
}

.banner .slick-dots li.slick-active {
    width: 24px;
    border-radius: 15px;
    background: #f9c460;
}


/* 移动端 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: -1;
}

.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;
}


/* 底部 */

.footer {
    background: #0d6fb8;
}

.ft-top {
    position: relative;
    z-index: 3;
}

.foot {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
    align-items: center;
    z-index: 999;
}

.foot-l {
    position: relative;
}

.f-logo a {
    display: block;
}

.f-logo a img {
    display: block;
}

.f-bq p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

.foot-m ul li {
    margin: 0 34px;
}

.foot-m p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

.f-code {
    text-align: center;
}

.f-code>div {
    position: relative;
    display: inline-block;
    margin-left: 70px;
    cursor: pointer;
}

.f-code>div p {
    font-size: 14px;
    color: #fff;
}

.ft-down {
    border-top: 1px solid rgba(255, 255, 255);
    padding: 20px 0;
    background: #0d6fb8;
}

.ft-down p {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .wp {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ft-link {
        padding-left: 60px;
    }
    .f-code>div {
        margin-left: 30px;
    }
    .f-code>div:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    #nav {
        display: none;
    }
    body {
        padding-top: 60px;
        overflow-x: hidden;
    }
    .top {
        z-index: 9999;
    }
    .wap {
        display: block !important;
    }
    .foot-l {
        width: 100%;
    }
    .f-logo a img {
        margin-left: auto;
        margin-right: auto;
    }
    .foot-m ul li {
        margin-left: 0;
        margin-right: 15px;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0d6fb8;
        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;
        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: #0d6fb8;
        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 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;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
}

@media screen and (max-width: 700px) {
    .f-logo a img {
        max-width: 328px;
        width: 100%;
    }
    .banner .slick-dots {
        bottom: 15px;
    }
    .foot-m {
        width: 100%;
        margin: 15px 0;
    }
    .foot-r {
        width: 100%;
        text-align: center;
    }
    .foot {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}#jx_top {
	background-color: #0d6fb8;
	height: 40px;
	width: 100%;
}
#jx_top1 {
	height: 40px;
	width: 1440px; margin:0px auto; line-height:40px; font-size:16px; color:#FFF; letter-spacing:2px; padding-left:30px;  font-weight:500
}

#logo_2025 { 
	background: url(../images/logo_20252.png) no-repeat;
	background-size:cover;
	height: 327px;
	max-width:100%; 
    width: 1440px;margin: 0 auto;
}
#logo_kong {
	height: 240px;
	width: 1440px;margin: 0 auto;
}#logo_2025_1 {
	background-color: #e6f0f8;
	height: 327px;
	width: 100%;
}
