@charset "utf-8";


/* ¶¨Î»ËÑË÷¿ò */

html {
    overflow: hidden auto;
}

body{
    font-size: .16rem;
}
.search {
    width: 2.4rem;
    margin-left: .22rem;
    position: relative;
    float: right;
    padding: 0 .5rem 0 .2rem;
    border: solid 0.01rem rgba(255, 255, 255, .4);
    border-radius: 0.18rem;
}

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: .36rem;
    height: .36rem;
    background: url(/images/search.png) no-repeat center center;
    background-size: .2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .1rem;
    cursor: pointer;
    font-size: .18rem;
    font-weight: normal;
    color: #c80b0d;
}

.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;
    padding: .2rem 0 0 0;
    transition: padding 0.3s;
    border-top: .04rem solid #c1272d;
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;

    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.00) 96%);
}

.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() no-repeat;
    background-position: right center;
    background-size: 0.08rem;
}

.head-top {
    position: relative;
    padding: 0 5%;
}

.head-top>div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    height: 0.77rem;
    display: none;
}

.logo a img:nth-child(1) {
    display: block;
}

.b-top-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.b-top-r ul {
    display: flex;
}
.b-top-r ul li{
    position: relative;
    margin-left: .14rem;
}
.b-top-r ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.16rem;
    background-color: #b5b5b5;
}
.b-top-r ul li:nth-child(1):before{
    display: none;
}
.b-top-r ul li a {
    display: flex;
    line-height: .28rem;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    align-items: center;
    margin-left: .14rem;
    opacity: .68;
    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: .1rem;
}

.nav>ul>li {
    float: left;
    position: relative;
    margin-left: .45rem;
}

.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;
    font-weight: 600;
}

.nav>ul>li>a span {
    display: block;
    width: 0.15rem;
    height: 0.04rem;
    background: url() 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;
}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;

}

.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.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 9;
    padding-top: .4rem;
    padding-bottom: .45rem;
}

.link .w1480 {
    display: flex;
}

.link b {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.link div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.link div a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #ffffff;
    padding: 0 .15rem;
}
.link div a:hover{
    text-decoration: underline;
}
.link div span {
    display: block;
    width: 1px;
    height: 0.18rem;
    background-color: #ffffff;
    opacity: 0.3;
}

.link-group {
}

.link-group>div {
    position: relative;
    width: 3rem;
    border: 1px solid rgba(225, 225, 225, .1);
    margin-top: .3rem;
    background-color: rgba(210, 210, 210,.1);
}

.link-group>div:nth-child(1) {
    margin-top: 0;
}

.link-group p {
    line-height: .45rem;
    padding: 0px .15rem 0 .2rem;
    color: #fff;
    text-align: left;
    font-size: .16rem;
    background: url("/images/link-icon-down.png") 95% center no-repeat;
    overflow: hidden;
    opacity: .6;
}
.link-group>div:hover{border-color:#fff;}
.link-group>div:hover p{opacity:1;}
.link-group>div:hover div {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
}

.link-group>div div {
    position: absolute;
    bottom: 100%;
    background: rgb(255, 255, 255);
    padding: .15rem 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9;
}

.link-group>div div a {
    display: block;
    color: rgb(51, 51, 51);
    line-height: .3rem;
    font-size: .14rem;
    padding: 0px .1rem;
}

.link-group>div div a:hover {
    background: #9c0c15;
    color: rgb(255, 255, 255);
}


.foot-c {
    display: flex;
    justify-content: space-between;
    padding-top: .35rem;
    border-top: 1px solid rgba(255,255,255,.2);
    margin-top: .25rem;
}

.foot-l {}

.foot-l p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.68;
}

.foot-m {
    margin-left: 1rem;
    flex: 1;
    min-width: 0;
}

.foot-r {
}

.fmeida {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .4rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
    opacity: .8;
}

.fmeida li a:hover {
    opacity: 1;
}

.fmeida li a>div>img {
    display: block;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 100px;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}





@media screen and (max-width:1400px) {


    .nav>ul>li>a {
        font-size: .18rem;

    }

    .nav>ul>li {
    margin-left: .28rem;
}

    .logo a img {
        height: .7rem;
    }

    .nav>ul {
        margin-top: 0;
    }

    .head-top {
        padding: 0 .2rem;
    }
}

@media screen and (max-width:1314px) {}

@media screen and (max-width:1200px) {}

@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;
    }


    .link-group {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .link-group>div {
    }

    .link .w1480{
        display: block;
    }
    .link b{
        display: block;
        margin-bottom: .1rem;
    }
    .link div a{
       padding: 0;
       margin-right:.15rem;
    }
    .link div span{
        margin-right:.1rem;
        display: none;
    }

    .foot-c{
        display: block;
        margin-top: .15rem;
        padding-top: .15rem;
    }
    .foot-m{
        margin: .2rem 0;
    }
    .fmeida{
        justify-content: center;
    }
    .footer{
        padding: .3rem 0;
    }
}

@media screen and (max-width:768px) {
    .link-group {
        display: block;
    }

    .link-group>div {
        width: auto;
        margin-top: .1rem;
    }

}

@media screen and (max-width:480px) {}