@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 {
position:relative;
    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;
/*overflow-x: hidden;*/

}

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;
}

.px1600 {
    max-width: 1600px;
    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: #9a080b;
}

.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;
    background: url(../img/search3.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    cursor: pointer;
}


.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: 12px;
    display: block;
    line-height: 24px;
    color: rgba(247, 247, 247, .8);
    position: relative;
    padding-left: 10px;
    /* padding-right: 22px; */
    margin-left: 10px;
z-index:999;
}

.b-top-r>ul>li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6);
}

.b-top-r>ul>li:first-child a::after {
    content: none;
}

.b-top-r>ul>li a img {
    vertical-align: middle;
    display: block;
    margin-top: ;
}

.b-top-r>ul>li a span {
    display: block;
    vertical-align: middle;
}

.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(../img/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 1.5s;
    padding: 20px 0 20px 0;
    transition-delay: 0.5s;
}

/* .head.show {
    top: -140px;
} */

.head_rgb.hide {
    /* top: -100%; */
    transform: translateY(-100%);
    opacity: 0;

}


.head_wit.show {
    transform: translateY(0);
    opacity: 1;


}

.head_rgb {
    transition-delay: 0s;
}

.head_wit {
    background: rgba(142, 6, 9, .8);
    transform: translateY(-100%);
    transition: all 1.5s;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
    transition-delay: 0.5s;
}

.head_rgb::before {}


.head-top {
    position: relative;
}
.head-top>div{padding: 0 60px;
}
.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 50px;
    position: relative;
}

.nav>ul>li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    position: relative;
    font-weight: 600;
}

.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: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fefeff;
}

.nav>ul>li:hover>div {
    display: block;
    transform: scale(1);
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 160px;
    z-index: 9999;
    padding: 35px 20px 15px 25px;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    transform: scaleY(0);
    transition: all 0.3s;
    transform-origin: center 20px;
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    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 {text-align:center;}

.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: 998;
}

.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 {
    width: 100%;
    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%;
    position: relative;
    z-index: 7;
    transition: all 8s;
    transform: scale(1.1);
}

.banner .slick-slide.slick-current a img {
    animation: img_scale ease 5s infinite;
}

@keyframes img_scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.banner .slick-slide a p {
    position: absolute;
    width: 100%;
    left: 50%;
    max-width: 1300px;
    transform: translateX(-50%);
    font-size: 30px;
    bottom: 40px;
    color: #fff;
    z-index: 9;
}

/* 
.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 8;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 8;
} */

.banner .slick-dots {
    z-index: 9;
    bottom: 70px;
    font-size: 0;
}


.banner .slick-dots li {
    width: 40px;
    height: 3px;
    margin: 0 15px;
    background-color: #ffffff;
    opacity: 0.7;
    transition: all 0.3s;
    vertical-align: middle;
}

.banner .slick-dots li.slick-active {
    width: 30px;
    height: 4px;
    background-color: #d8e480;
    opacity: 1;
}



.banner .slick2 {
    position: relative;
    z-index: 8;
    opacity: 0;
}

.banner .slick-prev, .banner .slick-next {
    width: 56px;
    height: 56px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 6px;
    z-index: 9;
    transition: all 0.5s;
}

.banner .slick-prev {
    background: rgba(0, 0, 0, .4) url(../img/banner-l.png) no-repeat;
    background-position: center center;
    left: 35px;
}

.banner .slick-next {
    right: 35px;
    background: rgba(0, 0, 0, .4) url(../img/banner-r.png) no-repeat;
    background-position: center center;
}

.banner .slick-prev:hover {
    background: #8e0609 url(../img/banner-l.png) no-repeat;
    background-position: center center;
}

.banner .slick-next:hover {
    background: #8e0609 url(../img/banner-r.png) no-repeat;
    background-position: center center;
}

.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(../img/foot-bj.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 35px 0 0 0;
}

.foot-logo a {
    display: block;
}

.foot-logo a img {
    display: block;
    margin: 0 auto;
}

.foot-c {
    margin-top: 50px;
}

.foot-l {
    float: left;
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.foot-r {
    float: right;
    width: 50%;
}

.foot-l ul {
    overflow: hidden;
}

.foot-l ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.foot-l ul li a {
    display: block;
    text-align: center;
    border-radius: 23px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    line-height: 45px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.foot-l ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.foot-r {
    padding-left: 50px;
    overflow: hidden;
}

.foot-info {
    float: left;
    padding: 0 50px;
    width: calc(100% - 180px);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.foot-info div {
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.foot-info div span {
    float: left;
}

.foot-info div p {
    overflow: hidden;
}

.foot-ewm {
    float: right;
}

.foot-ewm img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.foot-ewm p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 5px;
}

.bq {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    font-size: 12px;
    line-height: 27px;
    color: #ffffff;
    opacity: 0.4;
    text-align: center;
}

@media screen and (max-width: 1720px) {}

@media screen and (max-width: 1620px) {
    .px1600 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1520px) {
    .px1500 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav>ul>li {
        margin-left: 35px;
    }

    .foot-info{
        padding-left: 0;
        padding-right: 25px;
    }
    .foot-r{
        padding-left: 25px;
    }
}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

}


@media screen and (max-width: 1320px) {
    .nav>ul>li>a {
        font-size: 16px;
    }


    .px1320 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner .slick-slide a p {
        font-size: 24px;
        padding: 0 10px;
    }

    .banner .slick-prev {
        left: 30px;
    }

    .banner .slick-next {
        right: 30px;
    }

    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .head.on .logo a img {
        height: 55px;
    }

    .head .logo a img {
    }

    .logo a {
        line-height: 66px;
    }



}

@media screen and (max-width:1220px) {
    .nav>ul>li>a {}

    .nav>ul>li {
        border: none;

    }
.head-top>div{
padding: 0 15px;
}


    .logo a {
        line-height: 60px;
    }

    .nav>ul>li>a {
    }

    .head.on .nav>ul {
        margin-top: 10px;
    }

    .nav>ul {
        margin-top: 10px;
    }

    .head.on .logo a img {
        height: 48px;
    }

    .head .logo a img {
    }


    .foot-l ul li a{
        font-size: 14px;
    }
    .foot-info div{
        font-size: 14px;
    }
    .foot-info{
        width: calc(100% - 130px);
    }


}

@media screen and (max-width:1024px) {
    body {
        /* padding-top: 60px; */
    }
.top{z-index:99998;}
    .banner .slick-slide a::after {
        display: none;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }

    .banner-dot ul li {
        width: 10px;
        height: 10px;
    }

    .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(0, 0, 0, .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: #9a080b;
        background-image: linear-gradient(90deg, #9a080b 0%, #5621ae 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(../img/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-prev, .banner .slick-next {
        width: 30px;
        height: 30px;
        background-size: 15px auto;
        margin-top: 15px;
    }
    .banner .slick-prev{
        left: 10px;
    }
    .banner .slick-prev:hover {
        background-size: 15px auto;
    }
    .banner .slick-next{
        right: 10px;
    }
    .banner .slick-next:hover {
        background-size: 15px auto;
    }
    .foot-l{
        float: none;
        width: auto;
        border: none;
    }
    .foot-l ul li a{
        line-height: 30px;
        margin: 5px 0;
    }
    .foot-r{
        float: none;
        width: auto;
        margin-top: 10px;
        padding-left: 0;
    }
}

@media screen and (max-width:768px) {
    .banner .slick-dots {
        bottom: 10px;
    }

    .banner .slick-dots li {
        margin: 0 5px;
        width: 25px;
        height: 2px;
    }

    .banner .slick-dots li.slick-active::after {
        width: 30px;
    }

    .banner .slick-dots li button {
        font-size: 14px;
    }

    .banner .slick-slide a p {
        bottom: 10px;
        font-size: 18px;
    }
    .foot-info{
        float: none;
        width: auto;
        padding: 0;
        border: none;
        text-align: center;
    }
    .foot-info div span{
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .foot-info div p{
        display: inline-block;
        vertical-align: top;
    }
    .foot-ewm{
        float: none;
    }
    .bq,.foot-c{
        margin-top: 20px;
    }
}

@media screen and (max-width:640px) {
    .foot-l ul {}

    @media screen and (max-width:480px) {}

    @media screen and (max-width:375px) {}