@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;
}

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;
}

.px1400 {
    max-width: 1300px;
    margin: 0 auto;
}

.px1460 {
    max-width: 1460px;
    margin: 0 auto;
}

.px1650 {
    max-width: 1650px;
    margin: 0 auto;
}


/* 定位搜索框 */

.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: #00488b;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}


/* 定位搜索框 */

.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: 0;
    top: 0;
    z-index: 99999;
    transition: top 0.3s;
}

.head.on {
    position: fixed;
    top: 0;
    left: 0;
}


/* .head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 150px;
    width: 100%;
    height: 100%;
    background: #0066cb;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    transition: all 0.5s;
} */

.head.on::before {
    bottom: 0;
}

.head-top {
    position: relative;
    background: url(../images/nav-bj.png) no-repeat;
    background-position: center top;
    max-width: 1532px;
    margin: 0 auto;
    padding: 0 120px;
}

.head.on .nav-r a {
    color: #333333;
    border-color: #333;
}

.head.on .nav-r a img {
    display: inline-block;
}

.head.on .nav-r a img:first-child {
    display: none;
}

.head.on .nav>ul>li>div {
    background: rgba(39, 174, 182, .88)
}

.logo {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/logo-bj.png) no-repeat;
    background-position: center top;
    width: 454px;
    padding-top: 12px;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}

.nav {}

.nav>ul {
    font-size: 0;
    width: 50%;
}

.nav-ull {
    float: left;
    padding-right: 200px;
}

.nav-ulr {
    float: right;
    padding-left: 200px;
}

.nav>ul>li {
    float: left;
    width: 25%;
    text-align: center;
    text-align: center;
    position: relative;
}

.nav>ul>li.active>a {}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.nav>ul>li.on>div {
    border-top: 3px solid #00479d;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
    border-bottom: 5px solid #00479d;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    min-width: 120px;
    left: 50%;
    transform: translateX(-50%);
    background: #00479d;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.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: rgba(0, 0, 0, .46);
}

.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;
}

.head-btm {
    background: url(../images/nav-bbj.png) no-repeat;
    background-position: center top;
    max-width: 1450px;
    margin: 0 auto;
    padding: 12px 170px;
    line-height: 30px;
    margin-top: -6px;
}

.head-btm>ul {
    float: left;
}

.head-btm>div {
    float: right;
    font-size: 0;
}

.head-btm ul {
    overflow: hidden;
}

.head-btm ul li {
    float: left;
    margin-right: 25px;
}

.head-btm ul li a {
    display: block;
    font-size: 14px;
    color: #645c4f;
}

.head-btm ul li a:hover {
    color: #00479d;
}

.nav-r {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.lang {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}

.lang img {
    vertical-align: middle;
    margin-right: 5px;
}

.lang span {
    vertical-align: middle;
    font-size: 14px;
    color: #645c4f;
}

.lang:hover span {
    color: #00479d;
}

.nav-r img {
    vertical-align: middle;
    margin-right: 5px;
}

.nav-r span {
    vertical-align: middle;
    font-size: 14px;
    color: #645c4f;
}

.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;
}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}

.footer {
    padding-top: 160px;
    position: relative;
    z-index: 9;
    background: url(../images/foot-bj.png) no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: 40px;
}
.footer .px1400{overflow:hidden}

.f_logo{float: left;}

.f_c {
    float: right;
    margin-top:26px;
}
.f_link{font-size: 15px;margin: 20px -13px 0; float:left;}
.f_link a{color: #c6d8ff;display: inline-block;margin: 0 13px;font-size: 15px;}
.f_link i{display:block;width:99px;height:99px;background:#c6d8ff;border-radius:50%;text-align: center;line-height: 38px;margin: 0 auto 6px;}
.f_link i img{display: inline-block;vertical-align: middle;width:100%;}
.f_link span{display:block;text-align:center;}

.foot-l>a {
    display: block;
    margin-bottom: 30px;
    display: none;
}

.foot-l>a>img {
    display: block;
}

.foot-l>p {
    color: #c6d8ff;
    font-size: 15px;
    line-height: 34px;
}

.foot-l>p span {
    display: block;
}

.foot-l>p span:first-child {
    margin-left: 0;
}

.foot-r {
    overflow: hidden;
    float: left;
    position: relative;
    min-height: 128px;
    width: 52%;
    margin: 30px 0 0 7%;
}

.foot-r ul {
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.foot-r ul li {
    /* margin-left: 25px; */
    display: inline-block;
    width: 20%;
}
.foot-r ul li:not(:first-child){border-left:1px solid #476bb0}

.foot-r ul li:first-child {
    margin-left: 0;
}

.foot-r ul li a {
    display: block;
    height: 102px;
    /* background: url(../images/foot-rli-bj.png) no-repeat; */
    background-size: 100% 100%;
    padding-top: 15px;
    text-align: center;
    transition: all 0.3s;
    opacity: .7;
}

.foot-r ul li a div {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
    margin-bottom: 15px;
}

.foot-r ul li a div img {
    vertical-align: middle;
    display: none;
}

.foot-r ul li a div img:first-child {
    display: inline-block;
}

.foot-r ul li a p {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
}

.foot-r ul li a:hover {
    /* background: url(../images/foot-rli-bj-hover.png) no-repeat; */
    /* background-size: 100% 100%; */
    opacity: 1;
}

.foot-r ul li a:hover div img {
    display: inline-block;
}

.foot-r ul li a:hover div img:first-child {
    display: none;
}

.foot-r ul li a:hover p {
    color: #d29e50;
}
.foot-r>div{
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
}
.foot-r>div a:first-child{
    margin-top: 0;
    background: #00a0d5;
}
.foot-r>div a:first-child+a{
    background: #01b4b4;
}
.foot-r>div a:first-child+a+a{
    background: #9145ba;
}
.foot-r>div a{
    display: block;
    border-radius: 18px;
    line-height: 36px;
    padding-left:25px ;
    font-size: 0;
    margin-top: 10px;
}
.foot-r>div a img{
    vertical-align: middle;
    margin-right: 5px;
}
.foot-r>div a span{
    vertical-align: middle;
    color: #fff;
    font-size: 1px;
}
.bq {
    /* background: #d29e50; */
    font-size: 14px;
    line-height: 24px;
    padding: 18px 10px;
    margin-top: 45px;
    color: #c6d8ff;
    text-align: center;
    border-top: 1px solid #4f71b4;
        position: relative;
    overflow: visible !important;
padding-right:125px !important;
}

.bq span {
    margin: 0 10px;
}
     
.foot-m {
   position:absolute;
   right:0;top:50%;
    transform: translateY(-50%);}

.foot-m>div {
    float: left;
    text-align: center;
    margin-left:20px;
    position: relative;}

.foot-m>div:hover div {
    display: block;}

.foot-m>div>div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 15px;
    width: 100px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: none;}
.foot-m>div:first-child+div div{
transform: translateX(0);
left:auto;
right:0;}
.foot-m>div>div img {
    display: block;
    width: 100%;}

.foot-m>div>div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;}

.foot-m>div>img {
    display: block;
    margin: 0 auto;}

.foot-m>div>p {
    font-size: 15px;
    color: #aeaeae;
    margin-top: 10px;}
             
.ycxf {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    border-radius: 45px;
}
 
 

.zs>ul>li {
    margin-top: 1px;
    overflow: hidden;
}

.zs>ul>li>a {
    float: right;
    display: block;
    position: relative;
    padding-left: 50px;
    width: 0;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #fff;
    background-color: #00479d;
    box-sizing: border-box;
    transition: all .3s;
    overflow: hidden;
}

.zs>ul>li>a>div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
}
.zs>ul>li>a>div img{
    vertical-align: middle;
}
.zs>ul>li.on>a {
    width: 130px;
    background-color: #d29e50;
}

@media screen and (max-width:1600px) {
    .logo {}
    .nav {}
    .logo a img {}
    .nav {}
}

@media screen and (max-width:1420px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo a img {
        max-height: 82px;
    }
    .head-top {
        padding: 0 30px;
    }
    .head-btm {
        padding: 12px 80px;
    }
    .nav>ul>li>a {
        line-height: 50px;
    }
    .logo {
        width: 360px;
        background-size: 100%;
    }

    .zs>ul>li>a{
        padding-left: 35px;
        line-height: 35px;
        height: 35px;
    }
    .zs>ul>li>a div{
        width: 35px;
        width: 35px;
    }
    .zs>ul>li>a div img{
        max-width:18px;
        max-height: 18px;
    }
}

@media screen and (max-width:1200px) {
    .logo {
        margin-left: 20px;
    }
    .nav {
        margin-right: 20px;
    }
    .nav>ul>li>a {
        font-size: 14px;
    }
    .head-top {
        padding: 0;
    }
    .head-btm {
        padding: 12px 20px;
    }
    .foot-r{margin:30px 0 0 5%;}
}
@media screen and (max-width:1100px) {
    .foot-r{margin:30px 0 0 3%;}
    .foot-r ul li a p{font-size:16px;}
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }
    .pc {
        display: none !important;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0066cb;
        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: #1266db;
        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;
    }
    .banner .slick-next {
        right: 10px;
    }
    .banner .slick-slide a div p {
        text-align: center;
        font-size: 18px;
        bottom: 5px;
    }
    .banner .slick,
    .banner .slick div,
    .banner .slick div a,
    .banner .slick img {
        height: auto;
        width:100%;
    }
    .banner .slick-dots {
        bottom: 10px;
        text-align: center;
    }
    .banner .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border: 1px solid #fff;
        border-radius: 50%;
    }
    .banner .slick-dots li.slick-active {
        background: #fff;
    }
    .bq {
        padding: 5px 0;
    }
    .foot-l {
        float: none;
        text-align: center;
    }
    .foot-l>a>img {
        margin: 0 auto;
        max-width: 90%;
    }
    .f_logo{float:none;display: block;margin:0 auto;text-align: center;}
    .f_c{float:none;margin: 10px 0;text-align: center;}
    .foot-r {
        float: none;
        margin: 0 auto;
        padding-right: 0;
        width: 100%;
        min-height:auto;
    }
    .foot-r ul li {
        width: 20%;
        margin-left: 0;
    }
    .foot-r ul li a {
        margin: 0 auto;
        /* width: 100px; */
        height: 100px;
        padding-top: 15px;
    }
    .foot-r ul li a p {
        font-size: 14px;
    }
    .foot-r>div{
        position: static;
        overflow: hidden;
        font-size: 0;
        width: auto;
    }
    .foot-r>div a{
        display: inline-block;
        width: 30%;
    }
    .foot-r>div a:first-child+a{
        margin-left: 5%;
        margin-right: 5%;
    }
    .foot-l>a {
        margin-bottom: 15px;
    }
    .bq {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px !important;
        overflow: hidden;
    }
    .footer {
        background: #00469b;
        padding-top: 35px;
    }
.bq p{overflow:hidden;}
    .bq span {
        float: left;
        width: 50%;
        margin: 0;
    }
    .ycxf {
        display: none;
    }

.foot-m{
      position: static;
    transform: translateY(0);
    display:none;
}
.foot-m>div{
    float: none;
    display: inline-block;
}
 .f_link{width:100%; text-align:center; margin:0 0 20px 0;}



}

@media screen and (max-width:768px) {
    .bq span {
        display: block;
        float: none;
        width: auto;
    }
    .foot-l>p span {
        display: block;
        margin: 0 10px;
        font-size: 14px;
    }
    .foot-r>div a{
        display: block;
        width: auto;
    }
    .foot-r>div a:first-child+a{
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:480px) {
    .banner-li1 b {
        font-size: 18px;
    }
    .foot-r ul li {
        /* width: 50%; */
        margin-bottom: 15px;
    }
    .foot-r ul li{width:33.333%;}
}