@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;
    outline: none;
}

html {
    overflow-x: hidden;
    min-width: 1400px;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    /* max-width: 1920px; */
    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;
}

.px1450 {
    max-width: 1450px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    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;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: all .7s; */
    background: linear-gradient(to bottom, #09488a, #1264ba);
}

.head.on {
    position: fixed;
    top: -28px;
}

.head.on .head-top {
    padding-top: 10px;
    padding-bottom: 10px;
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: all 0.5s;
}

.head.on::before {
    bottom: 0;
}

.head-top {
    position: relative;
    line-height: 84px;
}

.head.on .logo a {
    top: -78px;
}

.head.on .nav>ul>li>a {
    color: #333333;
}

.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;
}

.logo {
    float: left;
    overflow: hidden;
    margin-right: 60px;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
}

.nav {
    float: left;
    text-align: right;
}

.nav>ul {
    font-size: 0;
    float: left;
}

.nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
}

.nav>ul>li.on>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.nav>ul>li.active>a {
    font-weight: 600;
}

.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #fff;
    bottom: 0;
    width: 40px;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    padding-left: 22px;
    padding-right: 22px;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    min-width: 160px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    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;
    border-top: 1px solid #d2d2d2;
    line-height: 53px;
    transition: .3s;
    color: #222;
}

.nav>ul>li>div>ul>li a:hover {
    color: #fff;
    background: #1159a5;
}

.nav-r {
    float: left;
    position: relative;
}

.nav-r a {
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    /* width: 38px; */
    /* height: 38px; */
    text-align: center;
    color: #fff;
    line-height: 36px;
    margin-top: 16px;
    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;
}

.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 */

.banner {
    position: relative;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    font-size: 0;
    width: auto;
    right: 50%;
    margin-right: -700px;
    bottom: 55px;
}

.banner .slick-dots li {
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    margin-left: 40px;
}

.banner .slick-dots li button {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    float: left;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    width: auto;
    transition: all 0.3s;
    z-index: 9;
    float: left;
    position: relative;
    display: inline-block !important;
}

.banner .slick-dots li::after {
    content: "";
    display: block;
    overflow: hidden;
    height: 1px;
    margin-top: 14px;
    background: #d7dadd;
    transition: all 0.3s;
    z-index: 8;
}

.banner .slick-dots li::after {
    content: "";
    left: 0;
    width: 0;
    display: inline-block;
    right: auto;
    /* height: 3px; */
    /* top: 50%; */
    margin-top: -2px;
    background: #fff;
    transition: all 0.3s;
    z-index: 9;
    float: left;
    margin-top: 15px;
}

.banner .slick-dots li.slick-active button {
    color: #fff;
    font-size: 20px;
}

.banner .slick-dots li.slick-active::after {
    width: 45px;
}

.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 {
    background: #29394f;
    position: relative;
    padding: 35px 0 45px 0;
}

.bq {
    background: #29394f;
    line-height: 53px;
    text-align: center;
    border-top: 1px solid rgba(102, 102, 102, .24);
}

.bq span {
    color: #949daa;
    font-size: 12px;
}

.foot-l {
    float: left;
    margin-right: 65px;
}

.foot-l a {
    display: block;
    margin-bottom: 25px;
}

.foot-l a img {
    display: block;
}

.foot-l>div {
    float: left;
    text-align: center;
    position: relative;
}

.foot-l>div:hover div {
    display: block;
}

.foot-l>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-l>div>div img {
    display: block;
    width: 100%;
}

.foot-l>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-l>div>img {
    display: block;
    margin: 0 auto;
}

.foot-l>div>p {
    font-size: 15px;
    color: #aeaeae;
    margin-top: 10px;
}

.foot-r {
    overflow: hidden;
}

.foot-r>p {
    color: rgba(255, 255, 255, 0.68);
    padding-bottom: 10px;
    position: relative;
    padding-left: 10px;
    line-height: 20px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.foot-r>p::before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 18px;
    top: 3px;
    background: rgba(255, 255, 255, 0.68);
}

.foot-r ul {
    overflow: hidden;
    padding-top: 10px;
}

.foot-r ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.foot-r ul li a {
    display: block;
}

.foot-r ul li a:hover p {
    color: #fff;
}

.foot-r ul li a div {
    line-height: 70px;
}

.foot-r ul li a div img {
    display: inline-block;
    vertical-align: middle;
}

.foot-r ul li a p {
    color: #8d9aac;
    font-size: 14px;
}