@charset "utf-8";


/* 定位搜索框 */

html {
    overflow: hidden auto;
}

body {
    font-size: .16rem;
    padding-top: 1rem;
}

.search {
    width: 2.4rem;
    margin-left: .22rem;
    position: relative;
    float: right;
    padding: 0 .2rem 0 .5rem;
    border-radius: 0.18rem;
    background: rgba(255, 255, 255, 0.15);
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    height: .34rem;
    font-size: 12px;
    background: none;
    color: #fff;
    display: block;
    width: 100%;
    line-height: .34rem;
}

.search .button {
    width: .32rem;
    height: .15rem;
    background: url(../../images/search.png) no-repeat center center;
    background-size: auto .15rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .1rem;
    cursor: pointer;
    font-size: .18rem;
    font-weight: normal;
    color: #c80b0d;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .48);
}

.search input::-moz-input-placeholder {
    color: #fff;
}

.search input::-ms-input-placeholder {
    color: #fff;
}


/* 定位搜索框 */


.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    padding: 0;
    background: #A2252B;
}

.head::before {}

.head.show {
    top: -140px;
}

.head_rgb.hide {
    top: -100%;
}


/* .head_wit.show {
    top: 0;
} */

.head_wit {
    background: #fff;
    /* background: #fff; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: .15rem 0;
    /* border-top: .04rem solid #1391ff; */
}

.head_wit::before {
    content: none;
}

.head_wit .b-top-r ul li a {
    color: #666666;
}

.head_wit .b-top-r ul li a img {
    display: block;
}

.head_wit .b-top-r ul li a img:nth-child(1) {
    display: none;
}

.head_wit .search {
    border-color: rgba(99, 99, 99, .5);
}

.head_wit .search .text {
    color: #666666;
}

.head_wit .search .text::placeholder {
    color: #666666;
}

.head_wit .search .button {
    background: url(../../images/search2.png) no-repeat center center;
    background-size: 0.2rem;
}


.head_wit .logo a img {
    display: block;
}

.head_wit .logo a img:nth-child(1) {
    display: none;
}

.head_wit .nav>ul>li>a {
    color: #333;
}

.head_wit .nav>ul>li>a span {
    background: url(../../images/nav-down1.png) no-repeat;
    background-position: right center;
    background-size: 0.08rem;
}

.head-top {
    position: relative;
}

.head-top>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    height: 0.75rem;
    display: block;
}


.b-top-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.b-top-r ul {
    display: flex;
    align-items: center;
}

.b-top-r ul li {
    position: relative;
    margin-left: .14rem;
}

.b-top-r ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.16rem;
    background-color: #b5b5b5;
}

.b-top-r ul li a {
    display: block;
    line-height: .28rem;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    align-items: center;
    margin-right: .14rem;
    opacity: .7;
    transition: all .3s;
}

.b-top-r ul li a img {
    margin-right: .1rem;
    display: none;
}

.b-top-r ul li a img:nth-child(1) {
    display: block;
}

.b-top-r ul li a:hover {
    text-decoration: underline;
    opacity: 1;
}

.nav {
    position: relative;
    font-family: pingFang;
    flex: 1;
    min-width: 0;
}

.nav>ul {
    /* margin-top: .1rem; */
    display: flex;
    justify-content: flex-end;
    margin-top: .05rem;
}

.nav>ul>li {
    float: left;
    position: relative;
    margin-left: .6rem;
}

.nav>ul>li:nth-child(1) {
    margin-left: 0;
}

.nav>ul>li:first-child {
    border-left: none;
    padding-left: 0;
}

.nav>ul>li>a {
    font-size: .18rem;
    color: #fff;
    text-align: center;
    line-height: .4rem;
    position: relative;
    display: flex;
    align-items: center;
}

.nav>ul>li>a span {
    display: block;
    width: 0.15rem;
    height: 0.04rem;
    background: url(../../images/nav-down.png) no-repeat;
    background-position: right center;
    background-size: .08rem;
}

.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: .03rem;
    background: #9c0c15;
    transition: all 0.5s;
}

.nav>ul>li:hover>a::after {
    width: 100%;
}

.nav>ul>li:hover>div {
    display: block;
    transform: scaleY(1);
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 150px;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    transform: scaleY(0);
    transition: all 0.3s;
    transform-origin: top center;
    padding: .1rem 0;
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    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 {}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .16rem;
    color: #333333;
    line-height: .46rem;
    white-space: nowrap;
    text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
    color: #9c0c15;
    position: relative;
}

.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;
}


.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;
}

.banner_slick {
    position: relative;
    overflow: hidden;
}
.banner_slick img {
    width: 100%;
    display: block;
}

.w1400{width: 1400px;margin: 0 auto;}
.navList{background: #fcf7f4; padding: 25px 0;display: flex;}
.navList li{float: left;width: 15%;margin-right: 2%;overflow: hidden;background: #ffffff;box-shadow: 0 0 10px rgba(0,0,0,.2);transition: 0.5s;}
.navList li:last-child{margin-right: 0;}
.navList li .icon{float: left;width: 77px;height: 77px;background: #be1a11;position: relative;}
.navList li .icon img{position: absolute; left: 25%; top: 25%; display: block; width: 38px;}

.navList li a:hover .icon{ background:#890700;-webkit-animation:flipinY 1.5s ease-out backwards;-moz-animation:flipinY 1.5s ease-out backwards;-ms-animation:flipinY 1.5s ease-out backwards;animation:flipinY 1.5s ease-out backwards;}
@-webkit-keyframes flipinY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;} 40%{-webkit-transform:perspective(400px) rotateY(-10deg);} 70%{-webkit-transform:perspective(400px) rotateY(10deg);} 100%{-webkit-transform:perspective(400px) rotateY(0);opacity:1
                                                                                                                                                                                                                   ;}}
@-moz-keyframes flipinY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;} 40%{-moz-transform:perspective(400px) rotateY(-10deg);} 70%{-moz-transform:perspective(400px) rotateY(10deg);} 100%{-moz-transform:perspective(400px) rotateY(0);opacity:1;}}
@-ms-keyframes flipinY{0%{-ms-transform:perspective(400px) rotateY(90deg);opacity:0;} 40%{-ms-transform:perspective(400px) rotateY(-10deg);} 70%{-ms-transform:perspective(400px) rotateY(10deg);} 100%{-ms-transform:perspective(400px) rotateY(0);opacity:1;}}
@keyframes flipinY{0%{transform:perspective(400px) rotateY(90deg);opacity:0;} 40%{transform:perspective(400px) rotateY(-10deg);} 70%{transform:perspective(400px) rotateY(10deg);} 100%{transform:perspective(400px) rotateY(0);opacity:1;}}

.navList li a:hover .icon::after{content: ''; position: absolute; top: 50%; right: -10px; transform: translateY(-50%); width: 10px; height: 20px;
    background: url(../../images/sj2.png) center no-repeat; background-size: cover;}

.navList li:nth-child(1) .icon img{width: 50px;}
.navList li:nth-child(2) .icon img{width: 50px;}
.navList li:nth-child(3) .icon img{width: 50px;}
.navList li:nth-child(4) .icon img{width: 40px;}
.navList li:nth-child(5) .icon img{width: 40px;}
.navList li:nth-child(6) .icon img{width: 40px;}
.navList li .icon::after{content: ''; position: absolute; top: 50%; right: -10px; transform: translateY(-50%); width: 10px; height: 20px;
    background: url(../../images/sj.png) center no-repeat; background-size: cover;}
.navList li p{float: left;width: calc(100% - 77px);font-size: 22px;color: #383838;line-height: 77px;text-align: center;transition: 0.5s;}
.navList li:hover{background: #be1a11;}
.navList li:hover p{color: #ffffff;}


/* nav */
.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-out;
}

.pic:hover {
    transform: scale(1.1);
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
}

.pic div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .pic img {
    transform: scale(1.1);
}

a:hover .pic div {
    transform: scale(1.1);
}

.footer {
    background: #9c0c15;
    background: url(../../images/footer-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 9;
    padding-top: .4rem;
    margin-top: .65rem;
}

.foot-t {
    display: flex;
    justify-content: space-between;
}

.foot-t h3 {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #FFFFFF;
    margin-bottom: .2rem;
}

.foot-l {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 20px;
    margin-right: 20px;
}

.foot-l div {
    display: flex;
    flex-wrap: wrap;
}

.foot-l div a {
    background: rgba(255, 255, 255, 0.1);
    padding: 0 0.15rem;
    font-size: 0.16rem;
    line-height: .4rem;
    color: #FFFFFF;
    margin-right: .12rem;
    margin-top: .1rem;
}

.foot-r div {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.35rem;
}

.foot-r div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #FFFFFF;
    margin-left: .35rem;
}

.foot-b {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: .19rem .1rem;
    margin-top: .4rem;
}

.foot-b p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

@media screen and (max-width:1400px) {


    .nav>ul>li>a {
    }

    .nav>ul>li {
        margin-left: .28rem;
    }

    .logo a img {
    }

    .nav>ul {
        margin-top: 0;
    }

    .head-top {
    }
}

@media screen and (max-width:1314px) {}

@media screen and (max-width:1280px) {
    .navList li{width: 48%; margin-right: 4%; margin-bottom: 10px;}
    .navList li:nth-child(2n){margin-right: 0;}
    .navList li .icon{width: 50px; height: 50px;}
    .navList li p{line-height: 50px; font-size: 16px; width: calc(100% - 50px);}
}

@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: #9c0c15;
        background: linear-gradient(to right, #9c0c15, #9c0c15);
        z-index: 999;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .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;
        font-size: 0;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 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: #9c0c15;
        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 ul li:nth-child(1) a {
        padding-top: 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-t{
        display: block;
    }
    .foot-l{
        border: none;
        margin-bottom: .2rem;
    }

    .foot-t h3{
        margin-bottom: .1rem;
    }
    .foot-l div a{
        padding: 0 .1rem;
        margin-right: .1rem;
    }
    .footer{
        margin-top: .35rem;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {
    .navList li .icon img{width:26px;}
    .navList li:nth-child(2) .icon img{width: 38px;}
    .navList li:nth-child(3) .icon img{width: 33px;}
    .navList li:nth-child(4) .icon img{width: 26px;}
    .navList li:nth-child(5) .icon img{width: 34px;}
    .navList li:nth-child(6) .icon img{width: 30px;}
}