@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: "微软雅黑";
}

@font-face {
    font-family: "sisong";
    src: url(./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 .3s;
}

.pic:hover img {
    transform: scale(1.2);
}

.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 {
    max-width: 1560px;
    margin: 0 auto;
}


/* 弹窗搜索 */

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box a {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 10;
    right: 25px;
    top: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.search-dialog-box a i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../images/close.png) no-repeat center center;
    background-size: 20px auto;
    transition: all 0.6s ease 0s;
}

.search-dialog-box a i:hover {
    transform: rotate(180deg);
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding-right: 100px;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

.search input[type="text"] {
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0px 20px;
    box-sizing: border-box;
}

.search span {
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #1080FA;
}

.search span input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
}


/* 移动端 */

.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;
}

body {
    padding-top: 107px;
}

.header {
    position: fixed;
    background: url(../images/head-bg.jpg) no-repeat center center;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.head {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    position: relative;
    float: right;
    padding-right: 60px;
    margin-top: 35px;
}

.head-r .sousuo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
}

.head-r .sousuo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    line-height: 32px;
    position: relative;
    margin-left: 20px;
}

.nav>ul>li>a {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: #fff;
    /* text-transform: capitalize; */
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #1080FA;
    transition: all 0.3s;
}

.nav>ul>li.on>a::after {
    width: 100%;
}

.nav>ul>li.active>a:after {
    width: 100%;
}

.nav>ul>li:hover>a:after {
    width: 100%;
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 120px;
    z-index: 9999;
    background: #fff;
    display: none;
    padding-top: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>ul>li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    transition: .3s;
}

.nav>ul>li>ul>li a:hover {
    background: #01528A;
    color: #fff;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 60px;
}

.banner .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    border-radius: 50%;
    border: 1px solid #01528a;
}

.banner .slick-dots li.slick-active {
    background: #01528a;
}

.footer {
    background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

.ft-link {
    padding: 30px 0;
    line-height: 20px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.1);
}

.ft-link span {
    font-size: 18px;
    color: #fff;
}

.ft-link a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
}

.ft-link a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.ft-link i {
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
}

.ft-m {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(216, 216, 216, 0.1);
}

.ft-m .ftm-l a {
    display: block;
}

.ft-m .ftm-m {
    padding: 50px 70px;
    border-left: 1px solid rgba(216, 216, 216, 0.1);
    border-right: 1px solid rgba(216, 216, 216, 0.1);
}

.ft-m .ftm-m p {
    font-size: 16px;
    line-height: 42px;
    color: #FFFFFF
}

.ft-m .ftm-r {
    text-align: center;
    padding-right: 110px;
}

.ft-m .ftm-r p {
    font-size: 14px;
    color: #fff;
}

.ft-d {
    text-align: center;
    padding: 20px 0;
}

.ft-d p {
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}
.ft-d p a{color:#fff;}
.ft-d p span {
    display: inline-block;
    padding: 0 15px;
}

@media screen and (max-width: 1700px) {
    .wp {
        width: 94%;
    }
}

@media screen and (max-width: 1600px) {
    .head-l a img {
        height: 60px;
    }
    .head-r {
        margin-top: 17px;
    }
    body {
        padding-top: 90px;
    }
}

@media screen and (max-width: 1360px) {
    .nav>ul>li>a {
        font-size: 16px;
    }
    .ft-m .ftm-m {
        padding: 50px 15px;
    }
    .ft-m .ftm-r {
        padding-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .wp {
        width: 98%;
    }
    .nav>ul>li>a {
        font-size: 13px;
    }
    .nav>ul>li {
        margin-left: 15px;
    }
    .head-l a img {
        height: 50px;
    }
    .head-r {
        margin-top: 12px;
    }
    body {
        padding-top: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .top {
        z-index: 9999;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #00477F;
        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: #00477F;
    }
    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #00477F;
        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: #00477F;
        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: #00477F;
        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: 1000px) {
    .ft-m {
        display: block;
        padding: 15px 0;
    }
    .ftm-l {
        width: 100%;
    }
    .ft-m .ftm-m {
        width: 100%;
        padding: 15px;
        border: none;
    }
    .ft-link {
        padding: 15px 0;
        line-height: 30px;
    }
    .ftm-l a {
        display: block;
    }
    .ftm-l a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:700px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ftm-l a img {
        max-width: 540px;
        width: 100%;
    }
    .ft-link i {
        padding: 0 5px;
        font-size: 14px;
    }
    .ft-link span,
    .ft-link a {
        font-size: 14px;
    }
    .ft-m .ftm-m p {
        line-height: 30px;
        font-size: 14px;
    }
    .banner .slick-dots {
        bottom: 25px;
    }
}