﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: #ffffff;
    min-width: 1600px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1650 {
    max-width: 1650px;
    margin: 0 auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

a:hover .pic img {
    transform: scale(1.05);
}

.icon img {
    transition: all 0.3s;
}

.icon: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);
    }
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}


/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #ec0014;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.hd-search-box {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    width: 56px;
    height: 56px;
    background-color: #c0913f;
    border-radius: 5px;
    right: 150px;
}

.hd-search-box a {
    display: block;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
}




.fleft {
    margin-right: 100px;
}

.fright {
    position: fixed;
    width: 100px;
    background: #004694;
    top: 0;
    right: 0;
    bottom: 0;
}

.fright ul {
    overflow: hidden;
}

.fright ul li {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    margin-top: -60px;
    z-index: 9;
    border-radius: 0px 0px 50px 50px;
    border: solid 1px rgba(255, 255, 255, .3);
    border-top: 0;
    margin-left: -1px;
    margin-right: -1px;
}

.fright ul li a {
    display: block;
    padding-bottom: 30px;
    padding-top: 25px;
    text-align: center;
    background: #004694;
}

.fright ul li a img {
    display: block;
    margin: 0 auto;
}

.fright ul li a p {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 10px;
    color: #fefefe;
}

.fright ul li:hover {
    background: #ec0014;
    border-color: #ec0014;
    z-index: 8;
}

.fright ul li:hover a {
    background: #ec0014;
    z-index: 8;
}

.fright ul li:hover+li {
    z-index: 7;
}

.fright ul li a:hover {}

.gotop {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.gotop img {
    display: block;
    cursor: pointer;
}

/* 定位搜索框 */


.b-top-r {
    overflow: hidden;
}

.b-top-r>ul {
    overflow: hidden;
    text-align: right;
    font-size: 0;
    display: none;
}

.b-top-r>ul>li {
    display: inline-block;
}

.b-top-r>ul>li a {
    font-size: 14px;
    display: block;
    padding: 0 0 0px 15px;
    color: #87adca;
    position: relative;
}

.b-top-r>ul>li a:hover {
    text-decoration: underline;
}

.b-top-r>ul>li a::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, .5);
}

.b-top-r>ul>li a img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.b-top-r>ul>li:first-child a::after {
    content: none;
}

.b-top-r>ul>li:last-child a::after {
    content: none;
}

.b-top-r>ul>li a:hover {
    color: #fff;
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    position: fixed;
    left: 0;
    right: 100px;
    top: 0;
    z-index: 99999;
    transition: top 0.5s;
    padding: 0;
}

.head-top {
    position: relative;
    margin: 0 auto;
    transition: all 0.3s;
    height: 100px;
    line-height: 100px;
    padding-left: 60px;
    padding-right: 25px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, .2); */
}

.head.show {
    top: -140px;
}

.head_rgb.hide {
    top: -100%;
}


.head_wit.show {
    transform: translateY(0);
    top: 0;
}    

.head_wit {
    background-color: #fff;
    /* transform: translateY(-100%); */
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    
}

.logo {
    float: left;
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
    display: none;
    max-height: 90%;
    /* max-width: 90%; */
}

.logo a img:first-child {
    display: inline-block;
}

.nav {
    float: right;
}

.nav>ul {
    font-size: 0;
    line-height: 30px;
    padding-top: 50px;
}

.nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
    margin-left: 25px;
}

.nav>ul>li.active>a {}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: inline-block;
    font-size: 22px;
    color: #333333;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}

.nav>ul>li.on>div {
    border-top: 3px solid #27aeb6;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.nav>ul>li:hover>a::after {
    border-bottom: 6px solid #004694;
}

.nav>ul>li:hover>a {
    color: #004694;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.nav>ul>li>div {
    position: absolute;
    top: 99%;
    min-width: 140px;
    left: 50%;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    transform-origin: center top;
    padding-top: 20px;
}

.nav>ul>li:hover>div {
    transform: translateX(-50%) scale(1);
    transition: all 0.5s;
    opacity: 1;
}

.nav>ul>li>div>ul {
    overflow: hidden;
    background: #004694;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    transition: .3s;
    color: #fff;
}

.nav>ul>li>div>ul>li a:hover {
    background: #0a396d;
}

.nav-r {
    float: left;
    position: relative;
}

.nav-r a {
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
}

.nav-r a img {
    vertical-align: middle;
    display: none;
}

.nav-r a img:first-child {
    display: inline-block;
}

.nav-r a span {
    display: block;
    font-size: 18px;
}

.banner-nav-btn {
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    background-size: 23px;
    cursor: pointer;
    height: 25px;
    margin-top: 12px;
}

.footer {
    background: #004694 url(../images/foot-icon-bj.png) no-repeat;
    background-position: left center;
    padding-bottom: 40px;
    background-position: 100% 100%;
    padding-top: 25px;
}


.foot-l {
    float: left;
    margin-top: 70px;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
    max-width: 100%;
}

.foot-r {
    float: right;
}

.foot-r img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}

.foot-r p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
}

.foot-r p span {
    float: left;
}

.foot-r div {
    margin-top: 25px;
}







/*      新增响应式代码      */

html, body {
    min-width: auto;
}

.logo a img {
    max-width: 100%;
}

.nav>ul>li>a {
    display: block;
}

@media screen and (max-width:1800px) {
    .nav>ul>li>a {
        font-size: 20px;
    }
}

@media screen and (max-width:1700px) {
    .nav>ul>li>a {
        font-size: 16px;
    }

    .nav>ul>li {
        margin-left: 20px;
    }

    .head-top {
        padding-left: 30px;
    }
}

@media screen and (max-width:1420px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo a img {
        height: 60px;
    }

    .nav>ul {
        float: right;
    }

    .nav>ul>li {
        width: auto;
        margin-left: 10px;
    }

    .head {
        right: 75px;
    }

    .fleft {
        margin-right: 75px;
    }

    .fright {
        width: 75px;
    }

}

@media screen and (max-width:1220px) {
    .nav>ul>li>a {
        font-size: 14px;
    }

    .nav>ul>li {
        width: auto;
        margin: 0 5px;
    }

    .logo a img {
        height: 50px;
    }

    .head-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .foot-r p {
        font-size: 14px;
    }

    .foot-r img {
        max-width: 450px;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }


    .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;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #3554da;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    }

    .m-logo {
        font-size: 0;
        float: left;
    }

    .m-logo a {
        display: block;
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 90%;
        vertical-align: middle;
    }

    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0px;
        color: rgba(255, 255, 255, 0.6);
    }

    .m-tlink a {
        font-size: 12px;
        margin: 0px 8px;
        color: rgb(255, 255, 255);
        display: inline-block;
        line-height: 24px;
        border-radius: 5px;
    }

    .m-tlink a:hover {
        text-decoration: underline;
    }

    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px;
    }


    .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: 50%;
        transform: translateY(-50%);
        max-height: 20px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #3554da;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }

    .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>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;
    }

    .lg {
        float: none;
        width: auto;
        margin: 0;
    }

    .lg img {
        width: auto;
        max-width: 90%;
        /* margin: 0 auto; */
        display: block;
    }

    .fleft {
        margin-right: 0;
    }

    .foot-l {
        margin-top: 0;
        float: none;
    }

    .foot-l a img {
        margin: 0 auto;
    }

    .foot-r {
        float: none;
        text-align: center;
    }

    .foot-r img {
        margin: 10px auto 0 auto;
    }
    .foot-r p{
        line-height: 24px;
    }
    .foot-r p span {
        float: none;
    }
    .foot-r div{
        margin-top: 10px;
    }
    .footer{
        padding: 20px 0;
    }
    .foot-r img{
        max-width: 100%;
    }
}

@media screen and (max-width:768px) {
    .lg img {
        margin: 0 auto;
    }

}