﻿@charset "utf-8";
@font-face {
    font-family: 'sh';
    src: url('../style/SourceHanSansCN-Bold.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    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;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.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);
}

.main-top {
    position: relative;
}

.header {
    position: fixed;
    padding-top: 25px;
    top: 0;
    left: 0;
    right: 0;
    border-top: 5px solid #05397f;
    z-index: 999;
}

.header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 100%;
    background-color: #065598;
    z-index: -1;
    transition: bottom .5s;
}

.header.on::before {
    bottom: 0;
}

.head {
    max-width: 1670px;
    margin: 0 auto;
}

.head-l {
    float: left;
    font-size: 0;
}

.logo a {
    display: inline-block;
    vertical-align: middle;
}

.logo a img {
    display: block;
}

.logo span {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle;
}

.logo span:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background-color: #6c8bb4;
}

.head-r {
    float: right;
    text-align: right;
}

.link-top {
    position: relative;
}

.link-top a {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #fff;
    font-family: "regular";
}

.link-top a:hover {
    text-decoration: underline;
}

.link-top span {
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.link-top img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.nav {
    margin-top: 20px;
}

.nav>ul>li {
    position: relative;
    float: left;
    text-align: center;
    margin-left: 50px;
}

.nav>ul>li>a {
    display: block;
    font-size: 17px;
    padding-bottom: 20px;
    color: #fff;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 15px;
    transition: all 0.3s;
}

.nav>ul>li>a:after {
    content: "";
    width: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li.on>a::before {
    left: 0;
    right: 0;
}

.nav>ul>li.on>a:after {
    height: 15px;
    bottom: 0;
}

.nav>ul>li ul {
    position: absolute;
    top: 40px;
    width: 130px;
    left: 50%;
    margin-left: -65px;
    border-top: 2px solid #065598;
    background-color: #fff;
    box-shadow: 0 3px 3px #999;
    padding-bottom: 20px;
    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: #8fb5d6;
}

.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: #065598;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 750px;
    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;
}

.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;
}


/* 移动端头部结束 */

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 9;
}

.banner a .text p {
    font-size: 30px;
    color: #fff;
}

.banner a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/banner-before.png) no-repeat center top;
    background-size: 100% auto;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/banner-after.png) no-repeat center bottom;
    background-size: 100% auto;
}

.banner .slick-dots {
    bottom: 50px;
    width: auto;
    right: 260px;
}

.banner .slick-dots li {
    width: auto;
    height: auto;
    position: relative;
    transition: all .3s;
}

.banner .slick-dots li button {
    padding: 0;
    display: block;
    font-size: 20px;
    color: #fff;
    width: auto;
    height: auto;
    transition: all .3s;
}

.banner .slick-dots li.slick-active {
    padding-right: 65px;
}

.banner .slick-dots li.slick-active button {
    font-size: 28px;
}

.banner .slick-dots li.slick-active:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 100%;
    height: 1px;
    top: 50%;
    transform: translatey(-50%);
    background-color: #fff;
    animation: LoadingBar 3s both;
    animation-delay: 0.3s
}

@-webkit-keyframes LoadingBar {
    from {
        right: 100%;
    }
    to {
        right: 0;
    }
}

.footer {
    background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

.ft-link {
    padding-top: 50px;
    border-bottom: solid 1px #5c7caa;
}

.ft-lj {
    padding-bottom: 40px;
}

.ft-lj>ul {
    margin-left: -70px;
    margin-right: -70px;
}

.ft-lj>ul>li {
    float: left;
    width: 16.667%;
}

.ft-lj>ul>li a {
    display: block;
}

.ft-lj>ul>li a .icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
}

.ft-lj>ul>li a .icon::after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border: 1px dashed #809abd;
    border-radius: 50%;
    animation: xz linear 10s infinite;
}

@-webkit-keyframes xz {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.ft-lj>ul>li:hover a .icon::after {
    animation-play-state: paused;
}

.ft-lj>ul>li:hover a .icon {
    box-shadow: 0 0 10px #668aa9;
}

.ft-lj>ul>li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ft-lj>ul>li a p {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
}

.foot {
    padding-top: 25px;
    padding-bottom: 50px;
}

.ft-l {
    float: left;
    width: 360px;
}

.ft-logo a {
    display: block;
    margin-bottom: 20px;
}

.ft-logo a img {
    display: block;
    max-width: 325px;
    width: 100%;
}

.ft-l p {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    opacity: .8;
}

.ft-m {
    float: left;
    margin-left: 110px;
    width: 370px;
}

.ft-m h2 {
    font-size: 16px;
    color: #fff;
    opacity: .9;
    font-weight: normal;
    margin-top: 20px;
}

.ft-m ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
    line-height: 40px;
    border: 1px solid #5b80ac;
    text-align: center;
    margin-top: 10px;
    box-sizing: border-box;
}

.ft-m ul li:nth-child(2n-1) {
    margin-left: 0;
}

.ft-m ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ft-m ul li:hover a {
    opacity: .8;
    text-decoration: underline;
}

.ft-r {
    float: right;
}

.ft-r ul li {
    display: inline-block;
    margin-left: 40px;
    width: 100px;
    text-align: center;
}

.ft-r ul li img {
    display: block;
    width: 100%;
}

.ft-r ul li p {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width: 1670px) {
    .head {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1540px) {
    .ft-lj>ul {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1440px) {
    .nav>ul>li {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .ft-m {
        margin-left: 15px;
    }
    .ft-r ul li {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner .slick-dots {
        right: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .logo span {
        padding: 0 5px;
    }
    .logo a img {
        height: 60px;
    }
    .nav>ul>li>a {
        font-size: 14px;
    }
    .ft-l {
        float: none;
        width: 100%;
    }
    .ft-logo a img {
        margin-left: auto;
        margin-right: auto;
    }
    .ft-l p {
        text-align: center;
    }
    .ft-m {
        margin-left: 0;
    }
    .ft-r {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px;
    }
    .header {
        display: none;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #05397f;
        z-index: 999;
        padding: 10px;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: inline-block;
    }
    .m-logo span {
        position: relative;
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle;
    }
    .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: #05397f;
        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: 800px) {
    .ft-m {
        float: none;
        width: 100%;
    }
    .ft-r {
        float: none;
    }
    .ft-r ul {
        text-align: center;
    }
    .ft-r ul li {
        margin-left: 2px;
        margin-right: 2px;
    }
}

@media screen and (max-width: 700px) {
    .ft-link {
        padding-top: 30px;
    }
    .ft-lj>ul>li a p {
        margin-top: 15px;
    }
    .ft-lj>ul>li {
        margin-bottom: 20px;
    }
    .ft-lj {
        padding-bottom: 15px;
    }
    .foot {
        padding-bottom: 15px;
    }
    .banner a .text p {
        font-size: 16px;
    }
    .banner .slick-dots {
        bottom: 15px;
    }
    .banner .slick-dots li.slick-active button {
        font-size: 18px;
    }
}