.top_banner {
    display: block;
}

.top_banner img {
    display: block;
    width: 100%;
}


/*头部样式*/

.header {
    width: 100%;
    min-width: 300px;
    z-index: 999;
    position: relative;
}

.header .wrapTop {
    width: 100%;
    position: relative;
    background: #14568c;
    z-index: 2;
}

.header .top {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    width: 96%;
    line-height: 42px;
    overflow: hidden;
    background: url(../images/header_left.png) 85px 6px no-repeat;
}

.header .top .lf {
    float: left;
    width: 448px;
}

.header .top .rt {
    float: right;
    width: 448px;
    text-align: right;
}

.header .top .lf a,
.header .top .rt a {
    color: rgba(255, 255, 255, .6);
    position: relative;
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.header .top .lf a.search_btn,
.header .top .rt a.search_btn {
    width: 18px;
    height: 18px;
    background: url(../images/search_btn.png) center no-repeat;
    margin: 0 4px 0;
    cursor: pointer;
}

.header .top .lf a,
.header .top .rt a {
    padding: 0 0 0 20px;
    margin: 0 17px 0 -7px;
}

.header .top .lf a:first-child,
.header .top .rt a:first-child {
    padding: 0 0 0 0;
    margin: 0 38px 0 30px;
}

.header .top .lf a::after,
.header .top .rt a::after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .3);
}

.header .top .lf a:first-child::after,
.header .top .rt a:first-child::after {
    display: none;
}

.logo {
    overflow: hidden;
    font-size: 0;
    display: block;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 9px;
    padding: 0 20px 20px;
}

.logo a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    z-index: 3;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.logo img {
    width: 100%;
    display: block;
}

.top_nav {
    width: auto;
    float: right;
    padding-top: 37px;
}

.top_nav a {
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 25px;
    float: right;
}

.top_nav a:hover {
    color: #fff;
}


/* 搜索弹窗 */

.search_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.search_box.on {
    opacity: 1;
    visibility: visible;
}

.search_box .close {
    background: url(../images/close.png) center no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 40px;
    top: 6%;
}

.ser {
    height: 45px;
    line-height: 45px;
    width: 550px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    margin: -100px 0 0;
}

.search {
    width: 100%;
    height: 100%;
    position: relative;
    float: right;
    z-index: 3;
}

.search input.notxt {
    position: absolute;
    width: 406px;
    height: 45px;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
    border: 0;
}

.search input.notxt1 {
    position: absolute;
    width: 120px;
    height: 45px;
    border: none;
    background: url(../images/search_btn.png) center no-repeat #14568c;
    right: 0;
    font-size: 18px;
    color: #fff;
    background-size: 24px auto;
}

.wrapNav {
    background: #fff;
}

.nav {
    width: 95%;
    max-width: 1395px;
    margin: 0 auto;
    position: relative;
}

.nav::before {
    content: '';
    display: block;
    width: 200px;
    height: 100px;
    background: #fff;
    border-radius: 0 0 100px 100px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.nav ul {
    font-size: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: visible !important;
    height: 78px;
    width: calc(50% - 150px);
    position: relative;
    z-index: 2;
}

.nav ul.lf_nav {
    float: left;
}

.nav ul.rt_nav {
    float: right;
}

.nav ul::after {
    content: '';
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
}

.nav ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transform: perspective(5000px);
    -moz-transform: perspective(5000px);
    -o-transform: perspective(5000px);
    -webkit-transform: perspective(5000px);
    line-height: 78px;
    height: 78px;
}

.nav ul li>a {
    font-size: 20px;
    display: block;
    position: relative;
}


/* .nav ul li > a:after{position: absolute;width: 100%;height: 0px;background: #186aab;content: "";left: 0;bottom: 0;} */

.nav ul li:hover>a:after {
    height: 2px;
}

.nav ul li>a,
.nav ul li:hover>a {}

.subNav {
    width: 160px;
    background: rgba(255, 255, 255, .6);
    white-space: normal;
    position: absolute;
    right: calc(50% - 80px);
    top: 100%;
    display: none;
}

.subNav dd {}

.subNav a {
    padding: 10px 15px;
    display: block;
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
}

.subNav a:hover {
    background: #fff;
}

.header.currents {
    position: fixed;
    left: 0;
    top: 0px;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.header.currents.currentsOn {
    top: 0;
    /* position: relative; */
}

.header.currents .top_banner {
    display: none;
}

.header.currents {
    height: 54px;
    line-height: 54px;
}

.header.currents .ser {
    display: none;
}

.header.currents .logo {
    width: 100px;
    top: 4px;
}

.header.currents .top {
    display: none;
}

.header.currents .logo_box::before {
    bottom: -30px;
}

.header.currents .nav::before {
    width: 130px;
    height: 65px;
    bottom: -65px;
}

.header.currents .nav {
    height: 54px;
}

.header.currents .nav li {
    background: none;
    height: 54px;
    line-height: 54px;
}

.header.currents .nav-wrapper {
    height: 56px;
}

.header.currents .nav ul li>a {}

.header.currents .nav ul li.on>a,
.header.currents .nav ul li:hover>a {}

.header.currents {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4)
}

.nav ul li:hover .subNav {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    z-index: 9999;
}

.mobile-inner-header {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.mobile-inner-header-icon {
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    border-radius: 50%;
}


/* .mobile-inner-header-icon:hover{opacity:0.8;cursor: pointer;} */

.mobile-inner-header-icon {
    color: #fff;
    height: 40px;
    text-align: left;
    width: 40px;
    position: absolute;
    cursor: pointer;
    font-weight: bold;
    text-align: right;
    top: 48px;
    right: 20px;
}

.mobile-inner-nav {
    background: #186aab;
    position: absolute;
    top: 0;
    left: 60px;
    right: 0;
    padding-top: 52px;
    display: none;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.6);
}

.mobile-inner-nav ul {}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 46px;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a:hover {}

.mobile-inner-nav li {
    position: relative;
    padding: 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-inner-nav li a {}

.mobile-inner-nav li strong {
    color: #dddd;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 0;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: url(../images/mobile_arrow1.png) center no-repeat;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

.mobile-inner-nav li strong.on {
    background: url(../images/mobile_arrow2.png) center no-repeat;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    padding: 0 0 8px 22px;
    margin: -3px 0 0;
}

.mobile-inner-nav dd a {
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.mobile-inner-nav dd a:hover {
    color: #fff;
}

.mobile-inner-nav li.on {
    background: rgba(0, 0, 0, 0.15);
}

.mobile-inner-nav a.mobile_link {
    font-size: 16px;
    text-align: center;
    padding: 16px 0 12px;
    line-height: 30px;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    overflow: hidden;
}

.mobile_search input.notxt {
    width: 80%;
    margin-left: 13px;
    border: none;
    height: 36px;
    line-height: 36px;
}

.mobile_search input.notxt1 {
    width: 55px;
    background-color: #fff;
    background: url(../images/search_btn.png) no-repeat center center;
    border: none;
    height: 36px;
    line-height: 36px;
    float: left;
}

footer {
    clear: both;
    background: url(../images/footer_bg.png) center no-repeat #186aab;
    position: relative;
    background-size: cover;
}


/* footer::before{content: '';display: block;border-top: 50px solid #fff;border-left: 350px solid transparent;border-right: 350px solid transparent;position: absolute;left: 0;top: -9px;left: 50%;transform: translateX(-50%);z-index: 2;}
footer::after{content: '';display: block;border-top: 50px solid #f0b61f;border-left: 350px solid transparent;border-right: 350px solid transparent;position: absolute;left: 0;top: -1px;left: 50%;transform: translateX(-50%);} */

.wrap_footer_top {
    background-size: cover;
}

.footer_top {
    padding: 53px 0 35px;
    overflow: hidden;
}

.footer_lf {
    float: left;
    padding: 33px 0 0;
}

.footer_lf .left {
    float: left;
}

.footer_lf .right {
    float: left;
    margin: 50px 0 0 50px;
}

.footer_logo {
    padding: 0 0 9px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 0 0 32px;
}

.footer_lf .left a.link1 {
    padding: 0 0 0 30px;
    position: relative;
    line-height: 20px;
    color: #fff;
    margin: 0 32px 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.footer_lf .left a.link2 {
    padding: 0 0 0 30px;
    position: relative;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.footer_lf .left a.link1::before,
.footer_lf .left a.link2::before {
    content: '';
    display: block;
    bottom: 10px;
    height: 2px;
    width: 18px;
    background: #f9ba08;
    position: absolute;
    left: 0;
}

.footer_rt {
    float: right;
    color: rgba(255, 255, 255, .8);
    padding: 13px 0 0;
}

.footer_rt .box {
    line-height: 48px;
    overflow: hidden;
    margin: 0 0 10px;
    background: url(../images/footer_rt.png) center no-repeat;
    background-size: 100% 100%;
}

.footer_rt .left {
    float: left;
    text-align: center;
    width: 78px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-right: 0;
    color: #f9ba08;
}

.footer_rt .right {
    float: right;
    width: 214px;
    padding: 0 12px;
    text-align: left;
}

.footer_rt p {
    line-height: 20px;
    margin: 9px 0 0;
}

footer .copyright {
    text-align: center;
    color: rgba(255, 255, 255, .5);
    line-height: 24px;
    padding: 23px 10px;
    background: rgba(0, 0, 0, .2);
    clear: both;
    font-size: 14px;
}

footer .copyright span {
    padding: 0 13px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

footer .copyright a {
    color: rgba(255, 255, 255, .5);
}

@media screen and (max-width:1480px) {

    .header .top,
    .nav {
        max-width: 1200px;
    }

    footer {}
}

@media screen and (max-width:1200px) {
    .nav ul li>a {
        font-size: 16px;
    }

    /* .header .top .lf,.header .top .rt{width: 380px;} */
    .header .top .rt_link {
        margin: 0;
    }

    .footer_top {
        background: url(../images/footer_logo2.png) center no-repeat;
    }

    .footer_lf .right {
        display: none;
    }
}

@media screen and (max-width:1040px) {
    .ser {
        right: 15px;
    }

    .footer_rt .address {
        margin: 0;
    }
}

@media screen and (max-width:992px) {
    .header.currents {
        display: none !important;
    }

    .nav {
        height: 10px;
        background: #fff;
    }

    .nav ul {
        display: none;
    }

    .nav::before {
        width: 130px;
        height: 65px;
        bottom: -50px;
    }

    .top_nav,
    .slogan {
        display: none;
    }

    .ser {
        width: 100%;
        background: #186aab;
        height: 42px;
        line-height: 42px;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: none;
        float: none;
        border: 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 0;
        margin: 0;
    }

    .ser:hover {
        width: 100%;
    }

    /* .ser::before{content: '搜索';padding: 0 33px 0 0;background: url(../images/m_search.png) right center no-repeat;color: rgba(255,255,255,0.2);font-size: 22px;width: 2em;margin: auto;} */
    .search input.notxt {
        height: 42px;
        width: calc(100% - 50px);
        opacity: 0;
        background: #186aab;
        box-shadow: none;
        color: #fff;
    }

    .search input.notxt1 {
        width: 42px;
        height: 42px;
        right: 11px;
        background: url(../images/m_search.png) center no-repeat;
    }

    .ser:hover .search input.notxt {
        width: calc(100% - 50px);
    }

    .ser:hover .search input.notxt,
    .ser:hover .search input.notxt1 {
        opacity: 1;
    }

    .header {
        height: auto;
        background: url(../images/logo_bg.png) center no-repeat #186aab;
    }

    .logo_box {
        position: static;
        transform: none;
        width: auto;
        border: 0;
        margin: 0;
    }

    .logo_box::before {
        display: none;
    }

    .logo {
        position: relative;
        z-index: 100;
        top: 0px;
        left: 0;
        transform: none;
        margin: -6px auto 0;
        width: 100px;
    }

    .header .top {
        height: auto;
        padding: 0px 15px;
        width: auto;
        border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    }

    .header .top .lf,
    .header .top .rt,
    .header .top::before {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile_link_box {
        text-align: center;
    }

    .mobile-inner-nav a.mobile_link {
        width: auto;
        padding: 16px 12px;
    }

    .wrapTop {
        height: 50px;
    }

    .mobile-inner-header-icon-out {
        background: url(../images/m_nav1.png) center no-repeat;
    }

    .mobile-inner-header-icon-click {
        background: url(../images/m_nav2.png) center no-repeat;
        right: 0;
        top: 0;
    }

    .mobile-inner-header-icon span {
        display: none;
    }

    footer {}

    .footer_logo {
        float: none;
    }

    .footer_top {
        text-align: center;
        padding: 67px 0 50px;
    }

    .footer_lf {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 0 40px 30px 0;
        vertical-align: middle;
    }

    .footer_rt {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
    }
}

@media screen and (max-width:767px) {
    .logo {
        overflow: hidden;
        width: 80px;
        max-width: 100%;
        /* margin:0 auto; */
        text-align: center;
        position: relative;
    }

    .nav::before {
        width: 100px;
        height: 50px;
        bottom: -25px;
    }

    .mobile {
        top: 0px;
    }

    .mobile-inner-nav {}

    .mobile-inner-header-icon {
        width: 37px;
        height: 37px;
    }

    .mobile-inner-header-icon-out {
        top: 30px;
    }

    .mobile-inner-header-icon-click {
        background-size: 15px auto;
        right: 5px;
        top: 9px;
    }

    .mobile-inner-nav ul {}

    .mobile-inner-nav a {}

    footer {}

    .footer_top {
        padding: 40px 0;
    }

    .footer_lf {
        margin: 0 30px 26px 0;
        max-width: 100%;
        padding: 0;
        vertical-align: middle;
    }

    .footer_lf .footer_logo {
        /* width: 326px; */
        max-width: 100%;
    }

    .footer_lf .left {
        border: 0;
        float: none;
    }

    .footer_lf .right {
        float: none;
        margin: 20px auto 0;
    }

    .footer_rt .right {
        padding: 0 20px;
    }
}

@media screen and (max-width:700px) {
    footer {
        overflow: hidden;
        border: 0;
    }
}

@media screen and (max-width:413px) {

    /* .logo{width: 80%;} */
    .footer_logo {
        width: auto;
    }

    .footer_rt .left {
        border-right: 1px solid rgba(255, 255, 255, .15);
        width: auto;
        float: none;
    }

    .footer_rt .right {
        text-align: center;
    }
}

@media screen and (max-width:350px) {

    /* .logo{float:left;} */
    .footer_lf .left a.link1,
    .footer_lf .left a.link2 {
        /* display: block; */
        margin: 0 12px 0 0;
        /* text-align: left; */
    }
}

.jigou {}

.jigou .Secondary_title {
    margin: 30px 0;
}

.jigou ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.5%;
}

.jigou ul li {
    width: 30%;
    /* float: left; */
    margin: 0 0 20px 2.5%;
    position: relative;
}

.jigou ul li a {
    font-size: 16px;
    line-height: 43px;
    color: #333;
    border: solid 1px #dbdbdb;
    width: calc(100% - 23px);
    padding-left: 15px;
    overflow: hidden;
    transition: all .5s;
    display: block;
}

.jigou ul li label {
    font-family: 'Agency FB';
    font-size: 20px;
    color: #005bac;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    line-height: 1;
    line-height: 16px;
    text-align: center;
    transition: all .5s;
}

.jigou ul li:hover a {
    background-color: #ebf3fe;
    width: 90%;
    border-color: #ebf3fe;
    color: #005bac;
}

.jigou ul li:hover label {
    background-color: #005bac;
    color: #fff;
    width: 40px;
    right: 0;
}

@media screen and (max-width:1365px) {
    .jigou ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width:1023px) {
    .jigou ul {
        margin-left: 0;
    }

    .jigou ul li {
        width: 100%;
        margin: 0 0 .2rem 0;
    }

    .jigou ul li a {
        font-size: .26rem;
        border-width: .01rem;
        line-height: 3;
    }

    .jigou .Secondary_title {
        margin: .3rem 0;
    }

    .jigou ul li label {
        font-size: .22rem;
        line-height: 1.2;
    }

    .jigou ul li:hover label {
        width: 9%;
    }
}

.Secondary_title {
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #dbdbdb;
    position: relative;
    margin: 70px 0 36px;
}

.Secondary_title h5 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    position: absolute;
    padding: 0 25px;
    background: url(../images/icon1.png) no-repeat left center;
    background-size: 15px auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    font-weight: normal;
}