@charset "utf-8";


/* 定位搜索框 */

body {
    padding-top: 1.3rem;
    font-size: .16rem;
}

.search {
    width: 2rem;
    margin: 0 auto;
    position: relative;
    float: right;
    padding: 0 .5rem 0 .15rem;
    border-radius: .3rem;
    border: solid 0.01rem #F0999C;
    /* background: rgba(166, 187, 202, .15); */
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    height: .34rem;
    font-size: .14rem;
    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: .19rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .05rem;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
}

.search input::-webkit-input-placeholder {
    color: #999999;
}

.search input::-moz-input-placeholder {
    color: #999999;
}

.search input::-ms-input-placeholder {
    color: #999999;
}


/* 定位搜索框 */


.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    padding: 0;
    transition: padding 0.3s;
    background: #B01F24;
}

.head.show {
    top: -140px;
}

.head_rgb.hide {
    top: -100%;
}


.head_wit.show {
    top: 0;
}

.head_wit {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-top: .04rem solid #1391ff;
}

.head_wit .search {
    display: none;
}

.head_wit .nav>ul {
    margin-top: 0;
}

.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: 1.3rem;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    height: 0.9rem;
    display: none;
}

.logo a img:nth-child(1) {
    display: block;
}

.nav {
    float: right;
    position: relative;
    font-family: pingFang;
}

.nav>ul {
    margin-top: .05rem;
}

.nav>ul>li {
    float: left;
    margin: 0 0 0 .28rem;
    position: relative;
}

.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: .2rem;
    color: #fff;
    text-align: center;
    line-height: .6rem;
    position: relative;
    font-weight: 600;
    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: #eb7a0b;
    transition: all 0.5s;
}

.nav>ul>li:hover>a::after {
    width: 150px;
}

.nav>ul>li:hover>div {
    display: block;
    transform: translateX(-50%) scaleY(1);
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150px;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    transform: translateX(-50%) 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: #B01F24;
    position: relative;
    font-weight: 600;
}

.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 1s;
object-fit: cover;
}

a:hover .pic img {
    transform: scale(1.05);
}

.footer {
    background: url(../images/foot-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 9;
}

.link {
    padding: .25rem 0;
    background: #F8F6F1;
    margin-top: 1.1rem;
}

.linkc {
    display: flex;
    align-items: center;
}

.linkl {
    border-right: 1px solid #B01F24;
    padding-right: .3rem;
    margin-right: .3rem;
}

.linkl .icons {
    width: 0.5rem;
    height: 0.5rem;
    background: #B01F24;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

.linkl p {
    text-align: center;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.36rem;
    color: #B01F24;
}

.linkr {
    flex: 1;
    min-width: 0;
}

.linkr ul {
    display: flex;
    flex-wrap: wrap;
}

.linkr ul li a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.42rem;
    color: #242424;
    margin-right: .3rem;
}

.linkr ul li a:hover {
    color: #B01F24;
    font-weight: 600;
}


.foot-c {
    display: flex;
    justify-content: space-between;
    padding: .45rem 0 .25rem 0;
    align-items: center;
}


.foot-l h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: .2rem;
    color: #FFFFFF;
    border-left: .02rem solid #fff;
    padding-left: .1rem;
}

.foot-l ul {
    margin-top: .1rem;
}

.foot-l ul li {
    display: flex;
    align-items: center;
}

.foot-l ul li .icons {
    width: 0.2rem;
    display: flex;
    justify-content: center;
    margin-right: .1rem;
}

.foot-l ul li .icons img {
    display: block;
    margin: 0 auto;
}

.foot-l ul li p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #FFFFFF;
}


.foot-logo a {
    display: block;
}

.foot-logo a img {
    display: block;
    max-width: 100%;
    max-height: .9rem;
    margin: 0 auto;
}

.foot-m p {
    font-size: 0;
    line-height: 0.29rem;
    color: #ffffff;
    margin-top: .15rem;
}

.foot-m p span {
    display: inline-block;
    font-size: 0.16rem;
    line-height: .3rem;
    text-align: center;
    color: #FFFFFF;
    margin: 0 .1rem;
}



.foot-r ul {
    display: flex;
}

.foot-r ul li {
    display: flex;
    flex-direction: column;
}

.foot-r ul li:nth-child(1) {
    margin-right: .3rem;
}

.foot-r ul li div {
    background: #fff;
    margin: 0 auto;
}

.foot-r ul li div img {
    display: block;
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
}

.foot-r ul li p {
    font-size: 0.16rem;
    color: #ffffff;
    line-height: .3rem;
    text-align: center;
}

.bq {
    border-top: 1px solid rgba(250, 252, 255, .1);
    padding: .1rem;
}

.bq div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bq div p {
    display: flex;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.25rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    align-items: center;
    margin: 0 .1rem;
}

.bq div p img {
    margin: 0 .1rem;
}



/* 公共代码版块 */





@media screen and (max-width:1400px) {



    .nav>ul>li>a {
        /* font-size: .18rem; */
    }

    .nav>ul>li {
        margin: 0 0 0 .35rem;
    }

    .logo a img {}

    .nav>ul {
        margin-top: 0;
    }
}

@media screen and (max-width:1404px) {
.nav>ul>li {
        margin: 0 0 0 .18rem;
    }
}

@media screen and (max-width:1250px) {
    .foot-m p span {}
.nav>ul>li {
        margin: 0 0 0 .05rem;
    }
}

@media screen and (max-width:1080px) {
    body {
        padding-top: 60px !important;
    }
.v_news_content table{
    display: block;
    width: 100% !important;
    overflow: auto;
}

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #B01F24;
        background: linear-gradient(to right, #B01F24, #B01F24);
        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: #B01F24;
        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-m {
        margin: .15rem 0;
        border: none;
    }

    .foot-m p {
        justify-content: center;
    }

    .foot-m p span {
        display: block;
        margin: 0;
        text-align: left;
    }

    .foot-r ul li p {
        font-size: .16rem;
    }

    .foot-c {
        flex-direction: column;
        padding: .3rem 0;
        display: block;
    }

    .foot-logo a img {
        margin: 0;
    }


    .linkc {
        display: block;
    }

    .linkl {
        border: none;
        margin-right: 0;
        padding-right: 0;
        display: flex;
        align-items: center;
    }

    .linkl .icons {
        margin: 0;
        margin-right: .1rem;
        margin-bottom: .2rem;
    }

    .linkr ul li a {
        margin-right: .15rem;
    }

    .link {
        margin-top: .5rem;
    }


}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}
