* {
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
    font-weight: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'sySong';
    src: url('../style/sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.1);
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background-color: #0255b1;
    padding: 30px 0;
    transition: all .3s;
    z-index: 999;
}

.head {
    position: relative;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    position: relative;
    float: right;
    text-align: right;
    padding-right: 40px;
}

.head-r span {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #fff;
    cursor: pointer;
}

.head-r img {
    vertical-align: middle;
}

.nav>ul>li {
    position: relative;
    float: left;
    line-height: 50px;
    margin-right: 20px;
    text-align: center;
    font-weight: bold;
}

.nav>ul>li>a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff;
}

.nav>ul>li:first-child>a {
    position: relative;
}

.nav>ul>li:first-child>a:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.nav>ul>li:hover {
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    top: 50px;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 3px 3px #999;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px dashed #ebe5e5;
}

.nav>ul>li ul li a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li ul li:hover {
    background-color: #0255b1;
}

.nav>ul>li ul li:hover a {
    color: #fff;
}

.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: #0255b1;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 735px;
    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;
}

.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 {
    display: none;
}

.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;
}

.header.on {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px 0;
    z-index: 999;
    box-shadow: 0 0px 10px #245391;
    transition: all .3s;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    position: relative;
    bottom: 120px;
    width: 150px;
    height: 4px;
 /*   background: rgba(255, 255, 255, .3);
    border-radius: 10px;*/
    left: 50%;
    transform: translateX(-50%);
}

.banner .slick-dots li {
   /* position: static;
    width: 33.333%;*/
    height: 12px;
    margin: 0;
    width: 12px;
}

.banner .slick-dots li.slick-active {
    background-color: #fff;
    border-radius: 10px;
}
/*
.banner .slick-prev {
    width: 40px;
    height: 40px;
    background: url(../images/banner-l.png) no-repeat center center;
    top: auto;
    transform: none;
    bottom: 105px;
    left: 40%;
}

.banner .slick-next {
    width: 40px;
    height: 40px;
    background: url(../images/banner-r.png) no-repeat center center;
    top: auto;
    transform: none;
    bottom: 105px;
    right: 40%;
}

.banner .slick-dots li .dot-page { 
    position: absolute;
    left: -50px;
    width: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    display: none;
}*/

.banner .slick-dots li span {
    position: absolute;
    left: 15px;
    top: -15px;
}

.banner .slick-dots li b {
    position: absolute;
    right: 0;
    top: -15px;
}

.banner .slick-dots li.slick-active .dot-page {
    display: block;
}

.footer {
    background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

.ft-top {
    padding: 40px 0;
}

.foot-l {
    float: left;
    width: 470px;
    font-size: 0;
}

.foot-l span {
    display: block;
    font-size: 24px;
    color: #fff;
    font-family: 'sySong';
}

.foot-l a {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    background: url(../images/link-icon.png) no-repeat left center;
    margin-top: 20px;
}

.foot-l a:hover {
    opacity: .8;
}

.foot-l p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.foot-m {
    float: left;
    width: 385px;
    padding: 15px 0;
    border-left: 1px solid #536f8f;
    border-right: 1px solid #536f8f;
    text-align: center;
}

.foot-m>ul>li {
    display: inline-block;
    margin: 0 25px;
}

.foot-m>ul>li p {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}

.foot-r {
    float: right;
}

.foot-r p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    padding: 7px 0;
}

.foot-r p img {
    vertical-align: middle;
    padding-right: 10px;
}

.ft-down {
    padding: 30px 0;
    border-top: 1px solid #20456e;
}

.ft-down p {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.ft-down p span {
    display: inline-block;
    margin: 0 10px;
}
.ft-down p span a{
color: #fff;
}
.ft-down p span img {
    vertical-align: middle;
}

@media screen and (max-width: 1600px) {
    .banner .slick-prev {
        left: 37%;
    }
    .banner .slick-next {
        right: 37%;
    }
}

@media screen and (max-width: 1400px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1260px) {
    .banner .slick-prev {
        left: 30%;
    }
    .banner .slick-next {
        right: 30%;
    }
    .foot-l {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .foot-l a {
        width: 33.333%;
    }
    .foot-m>ul>li {
        margin: 0 10px;
    }
    .nav>ul>li {
        margin-right: 10px;
    }
    .nav>ul>li>a {
        font-size: 14px;
    }
    .head-l a img {
        height: 40px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px;
    }
    .m-top {
        display: none;
    }
    .header {
        display: none;
    }
    .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: #1449aa;
    }
    .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;
        margin-right: 10px;
    }
    .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;
        color: #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; */
        top: 59px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #2757b0;
        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) {
    .foot-m {
        width: auto;
    }
}

@media screen and (max-width:760px) {
    .banner .slick-dots {
        bottom: 30px;
    }
    .banner .slick-prev {
        bottom: auto;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: 20px auto;
    }
    .banner .slick-next {
        bottom: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: 20px auto;
    }
    .foot-l a {
        width: 50%;
        font-size: 14px;
        margin-top: 15px;
    }
    .foot-r p {
        font-size: 12px;
    }
    .foot-m {
        float: none;
        border: none;
    }
    .ft-top {
        padding: 15px;
    }
    .foot-l span {
        font-size: 18px;
    }
    .foot-r {
        float: none;
    }
    .ft-down p {
        font-size: 14px;
    }
    .ft-down {
        padding: 15px 0;
    }
}
.foot-m>ul>li img{    width: 100px;}
