@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
    font-weight: normal;
}

html,
body {
    font-family: 微软雅黑;
    overflow-x: hidden;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.2);
}

.clear {
    clear: both;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}


/* 移动端头部 */

.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;
}


/* 移动端结束 */

.header {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.head {
    margin: 0 auto;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    float: right;
    margin-top: 30px;
}

#link-top {
    line-height: 35px;
    background-color: #015dac;
    text-align: right;
}

.link-top {
    position: relative;
}

.link-top a {
    font-size: 14px;
    color: #fff;
}

.link-top a:hover {
    opacity: .8;
}

.link-top span {
    font-size: 14px;
    color: #fff;
    padding: 0 13px;
}

.link-top img {
    vertical-align: middle;
    cursor: pointer;
}

.nav {
    background-color: #015dac;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 11%;
    text-align: center;
    line-height: 60px;
}

.nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fafbfb;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.nav>ul>li.on>a::after {
    border-bottom: 8px solid #ffffff;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    top: 60px;
    width: 130px;
    left: 50%;
    margin-left: -65px;
    border-top: 2px solid #2691ec;
    background-color: rgba(255, 255, 255, 0.87);
    box-shadow: 0 3px 3px #999;
    padding: 5px 0;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    line-height: 38px;
    text-align: center;
}

.nav>ul>li ul li a {
    font-size: 15px;
    color: #333;
    font-family: "pf";
}

.nav>ul>li ul li:hover {
    background-color: #b5dbf7;
}

.banner {
    position: relative;
}

.banner a {
    position: relative;
    display: block;
}

.banner img {
    display: block;
    width: 100%;
}


/* .banner a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/main-top-tc.png) no-repeat center top;
} */

.banner .slick-prev {
    top: 65%;
    margin-top: -24.5px;
    width: 32px;
    height: 49px;
    left: -60px;
    background: url(../images/banner-l.png) no-repeat center center;
    z-index: 9;
}

.banner .slick-next {
    top: 65%;
    margin-top: -24.5px;
    width: 32px;
    height: 49px;
    right: -60px;
    background: url(../images/banner-r.png) no-repeat center center;
    z-index: 9;
}

.banner .slick-dots {
    box-sizing: border-box;
    bottom: 30px;
    margin: 0 auto;
}

.banner .slick-dots li {
    width: 22px;
    height: 30px;
    margin: 0 8px;
    transition: all .3s;
}

.banner .slick-dots li button {
    width: 22px;
    height: 30px;
    padding: 0;
    padding-left: 13px;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    color: #fff;
    background: url(../images/slick-xx.png) no-repeat left center;
}

.banner .slick-dots li.slick-active button {
    background: url(../images/slick-active.png) no-repeat center center;
    color: transparent;
}

.search {
    position: relative;
    width: 300px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #015dac;
    background-color: transparent;
    padding: 0 15px;
    font-size: 0;
    border-radius: 30px;
    overflow: hidden;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 210px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
}

.search input[type="image"] {
    vertical-align: -5px;
    margin-right: 5px;
}

.search input::placeholder {
    font-size: 14px;
    color: #999999;
}

.search span {
    position: absolute;
    top: -1px;
    right: 0;
    width: 88px;
    height: 45px;
    background-color: #015dac;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
}

.fot_link{
    background: #eeeeee;
    height：60px;
    line-height:60px;
}
.fot_link h3{
    color:#015dac;
    font-weight:bold;
    float:left;

}
#mylist{
  overflow: hidden;
}
.fot_link ul li{
    float:left;
    width: 120px;
}
.fot_link ul li a{
    color:#333;
    font-size:16px;

}

.footer {
    background-color: #015dac;
}

.ft-top {
    padding: 30px 0;
    overflow: hidden;
}

.ft-top .ft-l {
    float: left;
}

.ft-top .ft-l a {
    display: block;
}

.ft-top .ft-l a img {
    display: block;
    max-width: 430px;
    width: 100%;
}

.ft-top .ft-r {
    float: right;
    width: 41%;
}

.ft-top .ft-r .fr-l {
    float: left;
}

.ft-top .ft-r .fr-l p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.ft-top .ft-r .fr-r {
    float: right;
    padding-left: 75px;
    background: url(../images/ewm-icon.png) no-repeat left center;
}

.ft-down {
    background-color: #014e91;
}

.ft-down p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

.ft-down p a {
    color: #fff;
}

.ft-down p img {
    vertical-align: middle;
}

@media screen and (max-width: 1530px) {
    .banner .slick-prev {
        left: 15px;
    }
    .banner .slick-next {
        right: 15px;
    }
}

@media screen and (max-width: 1400px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .head-l a img {
        height: 50px;
    }
    .head-r {
        margin-top: 15px;
    }
    .ft-top .ft-r {
        width: 55%;
    }
}

@media screen and (max-width: 1024px) {
    #link-top {
        display: none;
    }
    .banner a::after {
        background: none;
    }
    .banner .slick-dots {
        bottom: 0;
    }
    body {
        padding-top: 60px;
    }
    .header {
        display: none;
    }
    .nav {
        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: #015dac;
    }
    .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;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-tlink a img {
        vertical-align: middle;
        padding-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;
    }
    .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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #044c8a;
        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;
    }
    .fot_link h3{
        float:none;
    }
}

@media screen and (max-width: 1000px) {
    .ft-top .ft-l {
        float: none;
        margin-bottom: 15px;
    }
    .ft-top .ft-l a img {
        margin-left: auto;
        margin-right: auto;
    }
    .ft-top .ft-r {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 700px) {
    .banner .slick-prev {
        left: 10px;
        background-size: 20px auto;
    }
    .banner .slick-next {
        right: 10px;
        background-size: 20px auto;
    }
    .ft-top .ft-r .fr-l {
        float: none;
    }
    .ft-top .ft-r .fr-r {
        float: none;
    }
}