@charset "utf-8";
.search-box {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	z-index: 999999;
	opacity: 0;
}

.search-box.active {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}

.search-box .serBox {
	position: relative;
	width: 50%;
	margin: -58px auto 0px;
	top: 50%;
	background: rgb(255, 255, 255);
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
	transform: scale(1.2);
	backface-visibility: hidden;
	transition-property: transform;
	transition-duration: 0.3s;
}

.search-box .search_wrap {
	border: 1px solid #9d2243;
	position: relative;
	padding-left: 20px;
	width: 100%;
}

.search-box .text {
	width: 100%;
	height: 55px;
	padding: 0px 130px 0px 0px;
	font-size: 16px;
	line-height: 55px;
	color: #000;
	background: none;
	border: none;
	box-sizing: border-box;
}

.search-box .btn {
	display: block;
	cursor: pointer;
	position: absolute;
	right: -1px;
	top: 0px;
	height: 55px;
	border: none;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	width: 120px;
	background: #9d2243;
}

.search-box.active .serBox {
	transform: scale(1);
}

.search-box .close {
	position: absolute;
	right: 50px;
	top: 22px;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	font-size: 0px;
	transition: all 0.3s ease-out 0s;
}

.search-box .close::before,
.search-box .close::after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	background: #9d2243;
	transition: all 1s ease 0s;
	transform: rotate(45deg);
	top: 24px;
}

.search-box .close::before {
	transform: rotate(-45deg);
}

.search-box .close:hover {
	transform: rotate(90deg);
}

/* 定位搜索框 */

body {
    padding-top: 1rem;
    font-size: .16rem;
}

.b-top-c {
    order: 2;
}

.search {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    float: right;
    background: #9d2243;
    /* padding: 0 .5rem 0 .15rem; */
    border-radius: .3rem;
    border: solid 1px #dcdcdc;
    background: url(../images/search.png)center #9d2243 no-repeat;
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    height: 0.46rem;
    font-size: 14px;
    background: none;
    color: #fff;
    display: block;
    width: 100%;
    line-height: .46rem;
}

.search .button {
    width: .56rem;
    background: #9d2243 url(../images/search.png) no-repeat center center;
    background-size: .24rem;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
    border-radius: 0px 24px 24px 0px;
}

.search input::-webkit-input-placeholder {
    color: #aaaaaa;
}

.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: #7a0722;
}

.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: 1rem;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    height: 0.78rem;
    display: none;
}

.logo a img:nth-child(1) {
    display: block;
}
.toplink a{
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    position: relative;
}
.toplink a:first-child::after{
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #fff;
    position: absolute;
    right: -2px;
    top: 5px;
}
.nav {
    position: relative;
    font-family: pingFang;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}
.navbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav ul {
    order: 0;
    flex: 1;
    min-width: 0;
    /* display: flex; */
    justify-content: right;
}

.nav ul>li {
    float: left;
    position: relative;
    padding: 0.08rem;
    margin-right: 15px;
}

.nav ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: .06rem;
    height: .06rem;
    /* background-color: #d2d2d2; */
    border-radius: 50%;
}

.nav ul>li:nth-child(1)::before {
    content: none;
}


.nav ul>li>a {
    font-size: 0.20rem;
    color: #fff;
    text-align: center;
    line-height: .4rem;
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
}

.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 {
    color: #ffffff;
    font-weight: 600;
}

.nav ul>li.active>a::after {
    width: .47rem;
}

.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: #ffffff; */
    transition: all 0.5s;
}

.nav ul>li:hover>a::after {
    width: .47rem;
}

.nav ul>li:hover>div {
    display: block;
    transform: translateX(-50%) scaleY(1);
}

.nav ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    /* max-width: 140px; */
    min-width: 100%;
    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 {width: 100%;}

.nav ul>li>div>ul>li a {
    display: block;
    font-size: .18rem;
    color: #333333;
    line-height: 0.22rem;
    white-space: nowrap;
    text-align: center;
    margin-left: 1px;
    font-weight: normal;
    /* width: 123px; */
}

.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;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

a:hover .pic img {
    transform: scale(1.05);
}

.footer {padding: 0.5rem 0;background: #7a0722;background-image: linear-gradient(#8a0524, #550b1c), linear-gradient(#9d2243, #481120);position: relative;z-index: 9;}


.foot-c {
    display: flex;
    justify-content: space-between;
    padding: .45rem 0 .45rem 0;
}

.flex{display: flex;flex-wrap: wrap;}

.foot-b{justify-content: space-between;align-items: center;}
footer .fot-2 .p{margin-bottom: .25rem;}
.foot-b .fot-1{width: 50%;padding: 0 30px 0 30px;}
.foot-b .fot-3{width: 20%;}
.foot-b .fot-4{width: 14%;flex-wrap: nowrap;}
.foot-b a{color: #fff;display:inline-block;}
.foot-b .fot-1 .img{margin-bottom: 0.2rem;text-align: center;}
.foot-b .fot-1 p{text-align: center;}
.foot-b .p{margin-right: 0.55rem;}
.select{width: 100%;position: relative;/* margin: 0 auto 0rem; */padding-left: .25rem;cursor: pointer;margin-bottom: .25rem;}
.select:last-child{margin-bottom:0;}
.select h2{font-size: 0.16rem;height: 0.45rem;align-items: center;padding: 0 .15rem;justify-content: space-between;border: 1px solid rgba(255,255,255,.5);}
.select h2 p{color: #fff;white-space: nowrap;}
.select ul{background: #fbd3e5;position: absolute;width: auto;left: .25rem;right: 0;padding: .15rem 0rem;/* border-top: 1px solid #eee; */z-index: 5;bottom: 100%;display: none;overflow-y: auto;}
.select li{font-size: 0.16rem;line-height: 0.32rem;color: #333;transition:0.5s;padding: 0 .15rem;}
.select h2 img{width: 0.14rem;}
.select li:hover{color:#fff;background:#ffe7f1;}
.select a{color: #333;font-weight: normal;}
.select h2 img.on{transform: rotate(-180deg);}
.foot-b p{font-size: 15px;color: #fff;line-height: 30px;}
.foot-b .fot-3 p{text-align: center;}
.ul-iconsb1{align-items:center;}
.ul-iconsb1 li{margin-left:0.1rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible}
.ul-iconsb1 .icon{width:0.48rem;height:0.48rem;border-radius:50%;display: flex;align-items: center;justify-content: center;margin: 0 auto;/* background: #dae1e9; */transition: 0.5s;border: 1px solid rgba(255,255,255,.5);}
.ul-iconsb1 .icon img{max-width:0.32rem;max-height: .27rem;}
.ul-iconsb1 .icon .ico2{display: none;}
.ul-iconsb1 .qrbox{bottom: 100%;/* transform:translateX(-50%); *//* padding-top:.2rem; */opacity:0;visibility:hidden;margin-bottom: 0.15rem;transition: 0.5s;position: absolute;width: auto;z-index: 10;right: 0;}
.ul-iconsb1 .qrbox .qr{border-radius:0.03rem;display: flex;padding: 0.1rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox::before{content:"";/* width:0; */border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.1rem solid #fff;bottom: -0.1rem;right: .2rem;transform: rotate(180deg);position: absolute;}
.ul-iconsb1 .qrbox .qr img{margin: 0 5px;width:1rem;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;color: #666;line-height: 1.5;}

/* 公共代码版块 */


@media screen and (max-width:1700px) {
    .nav {
        /* padding-left: .3rem; */
    }

    .nav>ul>li {
        padding: 0 0.35rem;
    }
}

@media screen and (max-width:1600px) {
    .nav>ul>li {
        padding: 0 0.15rem;
    }

    .search {
        /* width: 2.8rem; */
    }

    .logo a img {
        height: 0.8rem;
    }

    .foot-l dl {
        margin-left: .5rem;
    }

    .links {
        width: 2.8rem;
    }
}

@media screen and (max-width:1400px) {}

@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: #7a0d0d;
        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: #851111;
        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-c {
        display: block;
        padding: .35rem 0;
    }

    .foot-l {
        display: block;
    }

    .foot-l dl {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }

    .foot-l dt {
        width: 100%;
        margin-bottom: 0;
    }

    .foot-l dd a {
        margin-right: .15rem;
    }

    .links {
        width: auto;
    }
    .fmeida{
        justify-content: center;
    }
    .foot-l dt a{
        font-size: .18rem;
    }

    .foot-l dd a{
        font-size: .16rem;
    }
}
@media screen and (max-width:1024px) {
    .foot-b {
        display: block;
    }
.foot-b .fot-3 {
    width: 100%;
    display: flex;
}
.select{
width: 48%;
}
    .foot-b .fot-1 {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
 .foot-b .fot-1 .img img{
    width: 100%;
}
.foot-b .fot-4 {
    width: 100%;
    display: block;
}
.foot-b .p {
    text-align: center;
    margin-right: 0;
}
.ul-iconsb1 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}