@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:1400px;
}

html {
    overflow: hidden auto;
}

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 {
    width: 1400px;
    margin: 0 auto;
    min-width: 1200px;
}

.px1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.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;
}

.titline i {
    display: block;
    font-style: normal;
    position: relative;
    /* background-image: linear-gradient(#00469c, #00469c); */
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
}

.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);
}




/* 定位搜索框 */

.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: #00469c;
}

.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;
}




/* 定位搜索框 */


.b-top-r {
    float: right;
}

.b-top-r>ul {
    float: left;
    text-align: right;
    font-size: 0;
}

.b-top-r>ul>li {
    float: left;
}

.b-top-r>ul>li:nth-child(1) {
    margin-left: 0;
}

.b-top-r>ul>li a {
    font-size: 18px;
    display: block;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 23px;
    margin-left: 23px;
}

.b-top-r>ul>li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #cccccc;
}


.b-top-r>ul>li.first a::after {
    content: none;
}
.b-top-r>ul>li a img {
    vertical-align: middle;
    display: block;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    padding: 0;
    padding: 30px 0 20px 0;
    transition: padding 0.3s;
    min-width: 1400px;
}

.head.show {
    top: -140px;
}

.head_rgb.hide {
    top: -100%;
}

.head_wit.show {
    top: 0;
}

.head_wit {
    background-color: rgb(0, 70, 156);
    padding: 15px 0;
}

.head-top {
    position: relative;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
}

.nav {
    float: right;
    position: relative;
    font-family: pingFang;
}

.nav>ul {
    margin-top: 15px;
}

.nav>ul>li {
    float: left;
    margin: 0 0 0 45px;
    position: relative;
}

.nav>ul>li:first-child {
    border-left: none;
    padding-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
}

.nav>ul>li.active>a {}

.nav>ul>li.active>a::after {
    content: "";
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    /* background: #780a16; */
    /* height: 2px; */
    /* right: 0; */
}

.nav>ul>li:hover>a {}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #00469c;
    transition: all 0.5s;
}

.nav>ul>li:hover>a::after {
    width: 42px;
}

.nav>ul>li:hover>div {
    display: block;
    transform: scaleY(1);
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 160px;
    z-index: 9999;
    padding: 10px 0 0 0;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    transform: scaleY(0);
    transition: all 0.3s;
    transform-origin: top center;
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 8;
}

.nav>ul>li>div>ul {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 47px;
    white-space: nowrap;
    text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
    color: #fff;
    position: relative;
    background: #00469c;
}

.nav>ul>li>div>ul>li a:hover::before {}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.banner-nav-btn {
    width: 30px;
    height: 30px;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    cursor: pointer;
}


/* .footer {
    background: #e1e1ef59;
    margin-top: 65px;
} */


.link {
    line-height: 30px;
}

.link span {
    float: left;
    color: #333333;
    font-size: 18px;
    padding-left: 15px;
    position: relative;
}

.link span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 21px;
    background-color: #00469c;
    border-radius: 2px;
}

.link-c {
    padding: 20px 0;
    border-bottom: 1px solid rgba(213, 223, 230, 0.3);
}

.link-c div {
    overflow: hidden;
}

.link-c div a {
    float: left;
    padding: 0 20px;
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.link-c div a:hover {
    text-decoration: underline;
    color: #00469c;
}

.link-c div a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: #333;
    height: 16px;
}

.footer {
    background: rgb(0, 70, 156);
    position: relative;
    z-index: 9;
}

.flelx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 41px 0px 19px;
}

.foot-c {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 26px;
}

.foot-left {
    width: 74%;
}

.foot-l {
    float: left;
    width: 55%;
}

.foot-logo a {
    display: block;
}

.foot-logo a img {
    display: block;
    max-width: 100%;
}

.foot-info {
    float: right;
    width: 45%;
}

.foot-m {
    font-size: 16px;
    line-height: 26px;
}
.foot-logo h3 {
    font-weight: normal;
    font-size: 18px;
    padding-left: 10px;
    border-left: 2px solid rgb(255, 254, 254);
    margin-bottom: 10px;
    font-family: MicrosoftYaHei;
    line-height: 20px;
    color: rgb(255, 255, 255);
}
.foot-logo ul
{
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.foot-logo ul li
{
    width: 23%;
    margin: 6px 0;
}
.foot-logo ul li a
{
    font-size: 16px;
    color: #ffffff;
}
.foot-m h3 {
    font-weight: normal;
    font-size: 18px;
    padding-left: 10px;
    border-left: 2px solid rgb(255, 254, 254);
    margin-bottom: 10px;
    font-family: MicrosoftYaHei;
    line-height: 20px;
    color: rgb(255, 255, 255);
}

.foot-m p span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    line-height: 30px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    margin-left: 7px;
    margin-right: 20px;
}

.foot-r {
    float: right;
}

.foot-r div {
    background: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 2px;
}

.foot-r div img {
    display: block;
    width: 90px;
}

.foot-r p {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: rgb(204, 204, 204);
    margin-top: 5px;
}

.bq {
    text-align: center;
}

.bq p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    padding: 24px 0px 0px;
    text-align: center;
}
.bq p a{
    color: rgb(255, 255, 255);
}
.foot-right {
    width: 22%;
}

.tic img {
    display: block;
    width: 100%;
}

.tic {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 35px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.tic ul
{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.tic ul li
{
    width: 45%;
}
.tic ul li p{color: #ffffff;}