@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-scrollbar {
    width: 6px;
    height: 9px;
}

::-webkit-scrollbar-track {
    width: 3px;
    background: #666;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #ef9e12;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ef9e12
}

html,
body {
    color: #333;
    font-size: 16px;
    /* font-family:"sySong"; */
    font-family: 'Noto Serif SC';
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

html {
    overflow: hidden auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.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);
    }
}

.wap {
    display: none;
}

.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;
}

.px1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.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: #255ed3;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    float: right;
    padding-left: 9px;
}

.search-box input[type="text"] {
    width: 149px;
    padding: 0 10px 0 0;
    line-height: 30px;
    height: 30px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder {
    color: #aaaaaa;
}

.search-box input.p-submit {
    width: 30px;
    color: #aaaaaa;
    height: 30px;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    cursor: pointer;
}


.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#01569f, #01569f);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline i {
    background-size: 100% 1px;
}

.item-bline {
    position: relative;
}

.item-bline::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.item-bline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all 0.5s;
}

.item-bline:hover::after {
    width: 100%;
}

a:hover .item-bline:hover::after {
    width: 100%;
}

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-r {
    float: right;
    overflow: hidden;
}

.b-top-r>ul {
    float: left;
    overflow: hidden;
}

.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: 14px;
    display: block;
    line-height: 20px;
    color: #8097b1;
    position: relative;
    margin-left: 30px;
}


.b-top-r>ul>li a img {
    vertical-align: middle;
}

.b-top-r>ul>li a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.search-switch {
    cursor: pointer;
}

.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 {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all .6s;
    padding: 15px 0;
}

/* .head.show {
    top: -140px;
} */

.head_rgb.hide {
    transform: translateY(-100%);
    opacity: 0;

}


.head_wit.show {
    transform: translateY(0);
    opacity: 1;


}


.head_wit {
    background: #01569f;
    transform: translateY(-100%);
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
}


.head-top {
    position: relative;
    max-width: 1580px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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: 20px;
}

.nav>ul>li {
    float: left;
    margin: 0 0 0 40px;
    position: relative;
}

.nav>ul>li:first-child {
    border-left: none;
    padding-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    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:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fefeff;
}

.nav>ul>li:hover>div {
    display: block;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 160px;
    z-index: 9999;
    padding: 25px 20px 15px 25px;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 8;
}

.nav>ul>li>div>ul {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.nav>ul>li>div>ul>li {}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
}

.nav>ul>li>div>ul>li a:hover {
    color: #073d8e;
    padding-left: 10px;
    position: relative;
}

.nav>ul>li>div>ul>li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #073d8e;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.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;
}




.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: url("../images/foot-bj.jpg") no-repeat;
    background-size: cover;
    padding: 55px 0 0 0;
    background-position: center top;
}

.foot-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
    max-width: 100%;
}

.foot-m {
    font-size: 15px;
    font-weight: normal;
    line-height: 38px;
    letter-spacing: 1px;
    color: #ffffff;
}

.foot-m p {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.foot-m span {
    margin-left: 5px;

}

.foot-media {
    font-size: 0;
}

.foot-media>div {
    display: inline-block;
    text-align: center;
    margin-left: 30px;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}

.foot-media>div:first-child {
    margin-left: 0;
}

.foot-media>div:hover {
    opacity: 1;
}

.foot-media>div:hover div {
    display: block;
}

.foot-media>div div {
    position: absolute;
    right: 23px;
    bottom: 100%;
    margin-bottom: 15px;
    width: 100px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: none;
    background: #fff;
    border-radius: 5px 5px 0px 5px;
}

.foot-media>div div img {
    display: block;
    width: 100%;
}

.foot-media>div div::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #fff;
}

.foot-media>div img {
    display: block;
    margin: 0 auto;
}

.foot-media>div>p {
    font-size: 15px;
    color: #aeaeae;
    margin-top: 10px;
}

.bq {
    border-top: solid 1px rgba(255, 255, 255, 0.4);
    margin-top: 20px;
}

.bq p {
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    padding: 15px 0;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.5;
}


@media screen and (max-width: 1720px) {}

@media screen and (max-width: 1600px) {
    .head-top {
        padding: 0 10px;
    }

    .px1500 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav>ul>li {
        margin-left: 20px;
    }




}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width:1300px) {

    .nav>ul>li>a {
        font-size: 16px;
    }


    .px1320 {
        padding-left: 10px;
        padding-right: 10px;
    }


}

@media screen and (max-width: 1320px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }



    .head .logo a img {
        height: 60px;
    }

    .logo a {
        line-height: 66px;
    }



}

@media screen and (max-width:1220px) {

    .nav>ul>li {
        border: none;
    }


    .logo a {
        line-height: 60px;
    }

    .nav>ul>li>a {
        font-size: 14px;
    }

    .head.on .nav>ul {
        margin-top: 10px;
    }

    .nav>ul {
        margin-top: 10px;
    }

    .head.on .logo a img {
        height: 48px;
    }

    .head .logo a img {
        height: 48px;
    }




}

@media screen and (max-width:1024px) {
    body {
        /* padding-top: 60px; */
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;

        z-index: 999;
    }

    .m-logo {
        font-size: 0;
        padding: 10px;
        z-index: 9999;
        position: relative;
        background: rgba(0, 0, 0, .4);
        background: linear-gradient(rgba(1, 86, 159, .9), rgba(0, 0, 0, 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: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 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: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        overflow-y: scroll;
        background: rgba(0, 116, 87, .9);
        padding-top: 60px;
        background: #255ed3;
        background-image: linear-gradient(90deg, #255ed3 0%, rgba(1, 86, 159, .9) 100%);
    }

    .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;
    }

    .foot-media>div {
        margin-left: 15px;
    }

    .foot-m {
        font-size: 14px;
    }

    .foot-media>div img {
        width: 40px;
    }

}

@media screen and (max-width:768px) {
    .footer {
        padding: 20px 0 0 0;
    }
  .foot-c {
        flex-direction: column;
    }
    .bq p{
        text-align: center;
    }
    .foot-l{
        margin:15px 0;
    }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}

