@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);
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.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: #014d9d;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 730px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
    height: 30px;
}

.search input::placeholder {
    color: #fff;
}

.main-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.header {
    position: relative;
    padding-right: 100px;
    font-size: 0;
    background-color: #014d9d;
}

.header.on {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #014d9d;
    padding-left: 0;
}

.head-l {
    float: left;
    width: 530px;
    background-color: #fff;
    height: 100px;
}

.logo {
    padding-right: 30px;
    padding-left: 50px;
}

.head-l a {
    display: block;
    font-size: 0;
}

.head-l a img {
    display: block;
    width: 100%;
    max-width: 463px;
}

.head-r {
    position: relative;
    float: right;
    width: calc(100% - 530px);
    box-sizing: border-box;
    background-color: #014d9d;
    z-index: 10;
}

.head-r .rq {
    font-size: 14px;
    color: #333;
    text-align: right;
    margin-top: 20px;
}

.head-r .rq span {
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    color: #467bd1;
}

.sousuo {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background-color: #014d9d;
    text-align: center;
    line-height: 100px;
}

.sousuo::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 2px;
    height: 24px;
    background: rgba(255, 255, 255, .5);
}

.sousuo img {
    margin-top: 60px;
}

.nav>ul {
    text-align: right;
    padding-left: 60px;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    width: 9%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.nav>ul>li>a {
    font-size: 17px;
    color: #fff;
}

.nav>ul>li:hover {
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    top: 60px;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0px 5px #999;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px dashed #ebe5e5;
}

.nav>ul>li ul li a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li ul li:hover {
    background-color: #014d9d;
}

.nav>ul>li ul li:hover a {
    color: #fff;
}

.banner {
    position: relative;
    padding-right: 100px;
    background-color: #014d9d;
}

.banner .bb {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    animation: bb 2s linear 0s infinite;
    z-index: 99;
    text-align: center;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(0, 3px);
    }
    60% {
        transform: translate(0, 10px);
    }
    90% {
        transform: translate(0, 3px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.banner .bb img {
    width: auto!important;
}

.banner .bb p {
    font-size: 17px;
    color: #fff;
    margin-top: 10px;
}

.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) no-repeat center bottom;
    background-size: 100% auto;
}

.banner a p {
    position: absolute;
    left: 160px;
    right: 0;
    bottom: 35px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    z-index: 99;
}

.banner .slick-dots {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
    text-align: center;
    width: auto;
}

.banner .slick-dots li {
    display: block;
    width: 45px;
    height: 60px;
    margin: 0;
}

.banner .slick-dots li button {
    position: relative;
    width: 45px;
    height: 60px;
    padding: 0;
    display: block;
    font-size: 38px;
    color: #fff;
    font-family: "Arial";
    opacity: .4;
    transform: rotate(90deg);
}

.banner .slick-dots li.slick-active {
    position: relative;
    height: 220px;
}

.banner .slick-dots li.slick-active:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    top: 60px;
    bottom: 0;
    background: rgba(255, 255, 255, .4);
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
}

.banner .slick-prev {
    top: auto;
    left: auto;
    right: 0;
    bottom: -45px;
    width: 100px;
    height: 90px;
    background: #f2eded url(../images/banner-l.png) no-repeat center center;
}

.banner .slick-next {
    top: auto;
    right: -100px;
    bottom: -45px;
    width: 100px;
    height: 90px;
    background: #fff url(../images/banner-r.png) no-repeat center center;
}

.footer {
    padding-top: 30px;
    padding-bottom: 35px;
    background: url(../images/foot-bg.jpg) no-repeat center center;
    background-size: cover;
}

.foot-top {
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #5888ba;
    margin-bottom: 35px;
}

.foot-top ul li {
    float: left;
    width: 10%;
    background: rgba(255, 255, 255, .1);
    height: 155px;
    transition: all .3s;
}

.foot-top ul li a {
    display: block;
    text-align: center;
}

.foot-top ul li a .icon {
    margin-top: 30px;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
}

.foot-top ul li a .icon img {
    display: inline-block;
    vertical-align: middle;
}

.foot-top ul li a p {
    font-size: 16px;
    color: #fff;
    width: 86px;
    margin: 0 auto;
}
.foot-top ul li.last_lj a p {
    width: 76px;
}|
.foot-top ul li:hover {
    background: transparent;
}

.foot-top ul li:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(10deg);
    }
    20% {
        transform: rotateZ(0);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(0);
    }
    50% {
        transform: rotateZ(10deg);
    }
    60% {
        transform: rotateZ(0);
    }
    70% {
        transform: rotateZ(-10deg);
    }
    80% {
        transform: rotateZ(0);
    }
    90% {
        transform: rotateZ(10deg);
    }
    100% {
        transform: rotateZ(0);
    }
}

.foot-down {
    position: relative;
    overflow: hidden;
}

.fd-l {
    float: left;
    width: 34%;
}

.fd-l p {
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}

.fd-r {
    float: right;
    width: 34%;
    text-align: right;
}

.fd-r ul {
    font-size: 0;
}

.fd-r ul li {
    display: inline-block;
    margin-left: 22px;
    width: 68px;
    height: 68px;
}

.fd-r ul li img {
    width: 100%;
    height: 100%;
}

.fd-m {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 34%;
}


/* 移动端头部 */

.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:1500px) {
    .nav>ul {
        padding-left: 15px;
    }
    .logo {
        padding-left: 10px;
        padding-right: 10px;
    }
    .head-l {
        width: 420px;
    }
    .head-r {
        width: calc(100% - 420px);
    }
    .nav>ul>li>a {
        font-size: 16px;
    }
}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1300px) {
    .head-l {
        width: 340px;
    }
    .head-r {
        width: calc(100% - 340px);
    }
    .logo {
        margin-top: 10px;
    }
    .nav>ul>li {
        line-height: 14px;
        padding: 15px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:1150px) {
    .nav>ul>li {
        padding: 15px 10px;
    }
    .nav>ul>li>a {
        font-size: 15px;
    }
    .banner .slick-dots li.slick-active {
        height: 120px;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }
    .header {
        display: none !important;
    }
    .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: #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: #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 .bb {
        display: none;
    }
    .banner {
        padding-right: 0;
    }
    .banner .slick-next {
        right: 0;
    }
    .banner .slick-prev {
        right: 100px;
    }
    .banner .slick-dots {
        top: auto;
        right: auto;
        width: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
    }
    .banner .slick-dots li {
        display: inline-block;
        transform: none;
    }
    .banner .slick-dots li button {
        transform: none;
    }
    .banner .slick-dots li.slick-active {
        height: auto;
    }
    .banner a p {
        left: 20px;
    }
}

@media screen and (max-width:1000px) {
    .fd-m {
        position: static;
        transform: none;
    }
  .fd-m img{max-width:96%;}
    .fd-l {
        width: 65%;
    }
}

@media screen and (max-width:700px) {
    .banner .slick-prev {
        width: 50px;
        height: 50px;
        bottom: 0;
        transform: none;
        right: 50px;
        background-size: 25px auto;
    }
    .banner .slick-next {
        width: 50px;
        height: 50px;
        bottom: 0;
        transform: none;
        background-size: 25px auto;
    }
    .banner a p {
        font-size: 16px;
    }
    .banner .slick-dots {
        bottom: 10px;
    }
    .banner .slick-dots li {
        width: 20px;
        height: 20px;
    }
    .banner .slick-dots li button {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    .foot-top {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .foot-top ul li {
        width: 49%;
        margin-left: 2%;
        margin-bottom: 5px;
        height: 120px;
    }
    .foot-top ul li a .icon {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .foot-top ul li:nth-child(2n-1) {
        margin-left: 0;
    }
    .fd-m a {
        display: block;
    }
    .fd-m a img {
        display: block;
        max-width: 410px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .fd-l {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .fd-r {
        float: none;
        width: 100%;
    }
    .fd-r ul {
        text-align: center;
    }
    .fd-r ul li {
        margin: 0 10px;
    }
}