@charset "utf-8";
* {
    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,
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);
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.search {
    margin-top: 10px;
    display: inline-block;
    width: 170px;
    height: 29px;
    line-height: 29px;
    border-radius: 20px;
    border: 1px solid #a2b6d2;
    font-size: 0;
    vertical-align: middle;
}

.search input[type="text"] {
    width: 140px;
    height: 29px;
    line-height: 29px;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    color: #333;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    font-size: 14px;
    color: #666666;
    opacity: .4;
}

.header {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    background: url(../images/header-bg.jpg) no-repeat center center;
    background-size: cover;
}

.head-l {
    float: left;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    float: right;
}

#nav {
    background-color: #034692;
    line-height: 45px;
    border-top: 1px solid #6991bf;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 11.111%;
    text-align: center;
}

.nav>ul>li>a {
    position: relative;
    font-size: 18px;
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    border-top: 3px solid #034692;
    top: 45px;
    background: #fff;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    z-index: 999;
    display: none;
    padding: 15px 10px;
    box-shadow: 0 10px 10px #d2d2d2;
}

.nav>ul>li>ul>li {
    text-align: center;
    line-height: 45px;
}

.nav>ul>li>ul>li>a {
    font-size: 16px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #034692;
}

.nav>ul>li>ul>li:hover a {
    font-weight: bold;
    color: #fff;
    background-size: cover;
}

.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/banner-tc.png) repeat-x center bottom;
}

.banner .slick-prev {
    left: 190px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .41) url(../images/banner-l.png) no-repeat center center;
}

.banner .slick-next {
    right: 190px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .41) url(../images/banner-r.png) no-repeat center center;
}

.banner .slick-dots {
    width: auto;
    right: 360px;
    bottom: 15px;
}

.banner .slick-dots li {
    width: 21px;
    height: 21px;
    background: url(../images/slick.png) no-repeat center center;
    margin: 0 7px;
    transition: all .3s;
}

.banner .slick-dots li.slick-active {
    width: 20px;
    height: 20px;
    background: url(../images/slick-active.png) no-repeat center center;
}

.footer {
    padding-top: 50px;
    padding-bottom: 60px;
    background: url(../images/ft-bg.jpg) no-repeat right center;
    background-size: cover;
overflow:hidden;
}

.ft-l {
    float: left;
    width: 49%;
}

.ft-l h2 img {
    display: inline-block;
    vertical-align: middle;
}

.ft-l h2 span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    padding-left: 5px;
}

.ft-l>ul {
    margin-top: 15px;
}

.ft-l>ul>li {
    float: left;
    width: 20%;
    line-height: 36px;
}

.ft-l>ul>li a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.ft-r {
    float: right;
    width: 32%;
}

.ft-r .ft-logo {
    margin-bottom: 20px;
}

.ft-r .ft-logo a {
    display: block;
}

.ft-r .ft-logo a img {
    display: block;
    width: 100%;
    max-width: 372px;
}

.ft-down p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}


/* 移动端头部 */

.wap {
    display: none;
}

.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-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:1200px) {
    .px1200 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner .slick-prev {
        left: 20px;
        width: 50px;
        height: 50px;
        background-size: 12px auto;
    }
    .banner .slick-next {
        right: 20px;
        width: 50px;
        height: 50px;
        background-size: 12px auto;
    }
.ft-l>ul>li{
width:25%;
}

}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }
    .header {
        display: none !important;
    }
    #nav {
        display: none;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        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: #333;
    }
    .m-search input[type="text"]::placeholder {
        color: #333;
    }
    .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: #014d9d;
        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);
    }
    .banner .slick-dots {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .ft-l {
        width: 65%;
    }

.nymain .leftNav>ul.subnav{
top: 40px;
}
.ny-right{
margin-top: 40px;
}
}

@media screen and (max-width:700px) {
    .ft-l {
        float: none;
        width: 100%;
    }
    .ft-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ft-l>ul>li {
        width: 33.333%;
    }
    .banner .slick-prev {
        width: 30px;
        height: 30px;
        background-size: 8px auto;
    }
    .banner .slick-next {
        width: 30px;
        height: 30px;
        background-size: 8px auto;
    }
}

@media screen and (max-width:400px) {
.ft-l>ul>li{
width:50%
}

}

.head-link{
    text-align: right;
    font-size: 15px;
    color: #034692;
}
.head-link a{
    color: #034692;
}

.m_link{
padding: 15px;
}

.m_link a{
display: block;
    background: #fff;
    width: 100px;
    height: 36px;
    border-radius: 10px;
    color: #000;
    line-height: 36px;
    text-align: center;
}
