@charset "utf-8";
* {    list-style: none;
    padding: 0;
    margin: 0;
}

/***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;
}

.px1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}


/* 移动端头部 */


/* 移动端头部 */

.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-top {
    background-color: #fff;
}

.header {
    padding: 20px 0;
    border-top: 7px solid #0d6db9;
}

.head {
    overflow: hidden;
}

.head-l {
    float: left;
}

.head-l>a {
    display: block;
}

.head-l>a img {
    display: block;
}

.head-r {
    float: right;
}

.search {
    width: 230px;
    height: 40px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}

.search input[type="text"] {
    width: 175px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding-left: 15px;
    box-sizing: border-box;
}

.search input[type="image"] {
    padding-left: 10px;
    vertical-align: middle;
    border-left: 1px solid #bbbbbb;
    margin-left: 5px;
}

.search input::placeholder {
    font-size: 14px;
    color: #999999;
}

#nav {
    background-color: #006cb7;
}

.nav>ul {
    text-align: center;
    font-size: 0;
    margin-left: -60px;
    margin-right: -60px;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    line-height: 52px;
    text-align: center;
}

.nav>ul>li>a {
    font-size: 20px;
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
    z-index: 999;
}

.nav>ul>li>ul>li {
    line-height: 35px;
    text-align: center;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #066fb9;
}

.nav>ul>li>ul>li:hover>a {
    color: #fff;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/header-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.banner .slick-dots {
    bottom: 40px;
}

.banner .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 3px;
    background: url(../images/slick.png) no-repeat center center;
    transition: all .3s;
}

.banner .slick-dots li.slick-active {
    background: url(../images/slick-other.png) no-repeat center center;
}

.footer {
    background-color: #006cb7;
}

.foot {
    padding-top: 50px;
    padding-bottom: 40px;
}

.foot-l {
    float: left;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
}

.foot-r {
    float: right;
    width: 40%;
}

.dz {
    float: left;
}

.dz p {
    line-height: 34px;
    font-size: 18px;
    color: #fff;
}

.ewm {
    float: right;
    text-align: center;
}
.ewm img {
    width: 130px;
}
.ewm p {
    color: #fff;
}

.foot-down {
    border-top: 1px solid #3389c5;
    padding: 15px 0;
}

.foot-down p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.foot-down p  a{
    font-size: 18px;
    color: #fff;
    text-align: center;
}



@media screen and (max-width:1560px) {
    .nav>ul {
        margin-left: 0;
        margin-right: 0;
    }
    .nav>ul>li {
        padding: 0 55px;
    }
}

@media screen and (max-width:1440px) {
    .px1440 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav>ul>li {
        padding: 0 35px;
    }
    .foot-down {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1200px) {
    .nav>ul>li {
        padding: 0 22px;
    }
    .foot-l {
        float: none;
    }
    .foot-l a img {
        max-width: 618px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .foot-r {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }
    .m-top {
        display: none !important;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #00468f;
        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-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: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #15508e;
        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;
    }
    .banner .slick-dots {
        bottom: 15px;
    }
}

@media screen and (max-width:510px) {
    .dz {
        float: none;
    }
    .ewm {
        float: none;
        margin-top: 15px;
    }
    .dz p {
        font-size: 15px;
    }
    .foot {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .foot-down p {
        font-size: 15px;
    }
    .dz p {
        line-height: 24px;
    }
}