@charset 'utf-8';

img {
	-moz-user-select: none;
}

body {
	background: #fff;
	-webkit-tap-highlight-color: transparent
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-text-fill-color: #333 !important;
}

.animated_03s{
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}
.animated_1s{
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

@-webkit-keyframes bounce {
	0%,100%,20%,50%,80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

@keyframes bounce {
	0%,100%,20%,50%,80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	60% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@font-face {
	font-family: "syst-heavy";
	src: url("/images/SourceHanSerifCN-Heavy.ttf") format("truetype");
	font-style: normal;
	font-display: block;
}
.font-syst-heavy {
	font-family: "syst-heavy";
}

.wlw-top {
	padding: 9px 0 0 9px;
	line-height: 29px;
}

.wlw-top a,
.wlw-top span {
	display: inline-block;
	color: #282828;
	font-size: 14px;
}

.wlw-top .line {
	margin: 0 10px;
}

.wlw-top .ipv6 {
	width: 102px;
	height: 29px;
	line-height: 29px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	text-align: center;
}

.wlw-top .wlw-top-r-gutter1 {
	margin-left: 33px;
}

.wlw-top .wlw-top-r-gutter2 {
	margin-left: 36px;
}

.wlw-header{
	height: 218px;
	background: url(2025head-bg.png) bottom center no-repeat;
	font-size: 0;
}
.wlw-header-con{
	margin-top: 37px;
}
.wlw-header-con .logo{
	display: inline-block;
	margin-left: 5px;
}
.wlw-search{
	background: rgba(255,255,255,.7);
	overflow: hidden;
	border: 1px solid #BD1A2D;
	border-radius: 6px;
	margin-top: 7px;
}
.wlw-search input{
	padding: 0 15px;
	width: 476px;
	line-height: 54px;
	height: 54px;
	font-size: 18px;
	box-sizing: border-box;
	vertical-align: top;
}
.wlw-search input::-webkit-input-placeholder{
	color: #42536a;
}
.wlw-search input:-moz-placeholder{
	color: #42536a;
}
.wlw-search input::-moz-placeholder{
	color: #42536a;
}
.wlw-search input:-ms-input-placeholder{
	color: #42536a;
}
.wlw-search button{
	text-align: center;
	line-height: 54px;
	height: 54px;
	width: 124px;
	background: #BD1A2D;
	vertical-align: top;
}
.wlw-search button span{
	color: #fff;
	font-size: 24px;
	margin-left: 12px;
	vertical-align: middle;
}

.wlw-nav {
	background: #BD1A2D;
	position: relative;
	border-top: 1px solid #E5A3AB;
	border-bottom: 1px solid #E5A3AB;
}

.wlw-nav>div{
	display: flex;
	justify-content: space-between;
}

.wlw-nav .wlw-nav-item {
	width: 13%;
	text-align: center;
	line-height: 71px;
	position: relative;
}

.wlw-nav .wlw-nav-item .tit {
	display: inline-block;
	color: #fff;
	position: relative;
	font-size: 26px;
	font-weight: bold;
}


.wlw-nav .wlw-nav-item.cur .tit:before {
	display: inline-block;
	content: ' ';
	position: absolute;
	top: 23px;
	left: -38px;
	width: 17px;
	height: 25px;
	background: url(2025nav-arrow1.png);
	background-size: 100% 100%;
}
.wlw-nav .wlw-nav-item.cur .tit:after {
	display: inline-block;
	content: ' ';
	position: absolute;
	top: 23px;
	right: -38px;
	width: 17px;
	height: 25px;
	background: url(2025nav-arrow2.png);
	background-size: 100% 100%;
}

.wlw-nav .wlw-nav-item .list{
	display: none;
	position: absolute;
	z-index: 999;
	top: 71px;
	width: 245px;
	left: 50%;
	margin-left: -122.5px;
	padding-top: 11px;
	background: url(2025nav-arrow3.png) center 2px no-repeat;
}
.wlw-nav .wlw-nav-item .list .bg{
	background: rgba(23,23,23,.7);
	padding: 12px 0;
}
.wlw-nav .wlw-nav-item .list .bg a{
	display: block;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.wlw-nav-son{
	position: absolute;
	left: 0;
	top: 72px;
	z-index: 33;
	width: 100%;
	background: #FFFFFF;
}
.wlw-firlm .wlw-nav{
	padding-bottom: 64px;
}
.wlw-firlm .wlw-nav-son{
	height: 64px;
	background: #FFF5EE;
}

.wlw-nav-next{
	display: none;
	text-align: center;
}

.wlw-nav-next a {
	display: inline-block;
	margin-right: 100px;
	font-size: 22px;
	line-height: 64px;
}

.wlw-nav-next a:last-child {
	margin-right: 0;
}

.wlw-nav-next a.cur {
	font-weight: bold;
	color: #BD1A2D;
}



.f-link {
	background: #FFF3DD;

}

.f-link {
	font-size: 16px;
	color: #A16A1C;
	position: relative;
}

.f-link .tag {
	line-height: 53px;
	display: inline-block;
	padding: 0 27px;
	cursor: pointer;
	background: url(index2024-footlink-arrow.png) no-repeat right center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.f-link .drop-down {
	width: 16.666%;
	text-align: center;
}

.f-link .drop-lists {
	position: absolute;
	width: 100%;
	bottom: 53px;
	left: 0;
	border: 1px solid #FFF3DD;
	/* max-height: 120px; */
	overflow: auto;
	display: none;
	text-align: left;
	background: #fff;
	padding: 10px 0;
	z-index: 999;
}

.f-link .drop-lists li {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 174.3px;
	color: #313131;
	text-align: center;
}

.f-link .drop-lists a {
	display: inline-block;
	line-height: 36px;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.footer {
	padding: 28px 0 35px;
	background: #960919; 
	font-size: 14px;
	color: #fff;
}
.footer>div{
	padding-left: 28px;
	padding-right: 6px;
}

.footer a {
	color: #fff;
}

.footer .f-other {
	font-size: 16px;
	margin-bottom: 16px;
}

.footer .f-info-left,
.footer .f-info-second p {
	line-height: 30px;
}

.footer .f-info-left img {
	margin-top: -5px;
	margin-right: 5px;
}

.footer .f-info-second {
	margin-left: 24px;
}

.footer .f-info-center {
	margin-left: 47px;
	display: table;
}

.footer .f-info-center a {
	display: table-cell;
	vertical-align: middle;
	height: 65px;
	text-align: center;
	padding: 0 5px;
	box-sizing: content-box;
}

.footer .f-info-center img {
	width: 100%;
}

.footer .f-info-center .fic-a-jc {
	width: 91px;
}

.footer .f-info-center .fic-a-ba {
	width: 35px;
}

.footer .f-info-center .fic-a-dzjg {
	width: 49px;
}

.footer .f-info-center .fic-a-slyhwzafw {
	width: 89px;
}

.footer .f-info-right a {
	display: inline-block;
	text-align: center;
	margin-left: 14px;
	width: 72px;
}

.footer .f-info-right a:first-child {
	margin-left: 0;
}

.footer .f-info-right div {
	margin-top: 5px;
}


.xcConfirm .popBox .ttBox{
	box-sizing: content-box;
}

.sfmy .myBtn{
	box-sizing: content-box;
}


.wlw-tit1{
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wlw-tit1 .ic{
	vertical-align: middle;
	margin-right: 8px;
	flex-shrink: 0;
}
.wlw-tit1 .tit{
	font-size: 28px;
	color: #000000;
	vertical-align: middle;
	flex-shrink: 0;
	font-family: "syst-heavy";
}
.wlw-tit1 .line{
	width: 100%;
	margin-left: 8px;
	border-top: 1px solid #e2e2e2;
}
.wlw-tit1 .more{
	flex-shrink: 0;
	background: url(2025tit-ic2.png) right center no-repeat;
	padding-right: 22px;
	font-size: 16px;
	margin-left: 8px;
	color: #b11212;
}
.wlw-list1{
	padding-top: 5px;
}
.wlw-list1 li{
	line-height: 52px;
}
.wlw-list1 li a{
	display: inline-block;
	color: #000000;
	font-size: 18px;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wlw-list1 li a:before{
	display: inline-block;
	content: ' ';
	width: 9px;
	height: 9px;
	margin: -4px 9px 0 5px;
	vertical-align: middle;
	background: url(2025tit-ic3.png) center no-repeat;
	background-size: 100% 100%;
	transition: .3s all;
}
.wlw-list1 li span{
	float: right;
	color: #a5a5a5;
	font-size: 16px;
	margin-right: 10px;
}
.systHeavy{
	font-family: "syst-heavy";
}

@media screen and (min-width: 769px){
	.imgScaleBig:hover img {
		-webkit-transform: translate3d(0, 0, 0px) scale(1.05);
		-moz-transform: translate3d(0, 0, 0px) scale(1.05);
		-ms-transform: translate3d(0, 0, 0px) scale(1.05);
		-o-transform: translate3d(0, 0, 0px) scale(1.05);
		transform: translate3d(0, 0, 0px) scale(1.05);
	}
	.imgCircle:hover img{
		-webkit-transform: rotateY(1turn);
		transform: rotateY(1turn);
	}
	.imgBounce:hover img{
		animation: bounce .5s;
	}
	.imgHeadShake:hover img{
		animation: headShake .5s;
	}
	.footer a:hover{
		text-decoration: underline;
	}
	.wlw-nav .wlw-nav-item:hover .tit:before {
		display: inline-block;
		content: ' ';
		position: absolute;
		top: 23px;
		left: -38px;
		width: 17px;
		height: 25px;
		background: url(2025nav-arrow1.png);
		background-size: 100% 100%;
	}
	.wlw-nav .wlw-nav-item:hover .tit:after {
		display: inline-block;
		content: ' ';
		position: absolute;
		top: 23px;
		right: -38px;
		width: 17px;
		height: 25px;
		background: url(2025nav-arrow2.png);
		background-size: 100% 100%;
	}
	.wlw-nav .wlw-nav-item:hover .list{
		display: block;
	}
	.wlw-nav .wlw-nav-item .list .bg a:hover{
		font-weight: bold;
		background: #9A2136;
	}
	.wlw-list1 li a:hover{
		color: #bc1d25;
	}
	.wlw-list1 li a:hover:before{
		margin-right: 10px
	}
	
	.opacity0{
		opacity: 0;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: calc(100vw / 7.5);
		font-size: -webkit-calc(13.33333333vw);
	}

	.centerWidth {
		padding: 0 .2rem;
	}

	.f-link {
		display: none;
	}

	.wlw-top {
		padding: .1rem 0 0;
		width: 100%;
		line-height: 20px;
	}

	.wlw-top-l,
	.wlw-top-r-gutter2 {
		display: none;
	}

	.wlw-top-r {
		display: flex;
		justify-content: space-between;
	}

	.wlw-top .wlw-top-r-gutter1 {
		margin-left: 0;
	}

	.wlw-top-r-gutter0 {
		flex: 1;
	}

	.wlw-header{
		height: auto;
		padding-bottom: .8rem;
		background-size: 200% auto;
		background-position: center bottom;
	}
	.wlw-header-con{
		margin-top: .4rem;
		text-align: center;
	}
	.wlw-header-con .logo img{
		width: 6.5rem;
	}
	.wlw-search{
		float: none;
		width: 7rem;
		margin: .4rem auto 0;
	}
	.wlw-search input{
		width: 80%;
		line-height: .7rem;
		height: .7rem;
		padding: 0 .2rem;
		font-size: .28rem;
	}
	.wlw-search button{
		width: 20%;
		line-height: .7rem;
		height: .7rem;
	}
	.wlw-search button img{
		width: 0.3rem;
	}
	.wlw-search button span{
		font-size: .28rem;
		margin-left: .05rem;
	}
	.wlw-firlm .wlw-nav{
		padding-bottom: 0;
	}

	.wlw-nav>div{
		white-space: nowrap;
		padding: 0;
	}

	.wlw-nav .wlw-nav-item {
		width: auto;
		line-height: 0.8rem;
	}

	.wlw-nav .wlw-nav-item .tit {
		font-size: 0.34rem;
		padding: 0 .15rem;
		background-size: 100% 2px;
	}
	.wlw-nav .wlw-nav-item.cur .tit:before{
		width: .1rem;
		height: .2rem;
		left: 0;
		top: 40%;
	}
	.wlw-nav .wlw-nav-item.cur .tit:after{
		width: .1rem;
		height: .2rem;
		right: 0;
		top: 40%;
	}

	.wlw-nav .wlw-nav-item .tit{
		padding: 0;
	}
	.wlw-nav .wlw-nav-item.cur .tit {
		font-weight: bold;
		background: url(index2024-nav-icon.png) bottom center no-repeat;
		background-size: 100% 2px;
	}
	.wlw-nav .wlw-nav-item.cur .tit:before,.wlw-nav .wlw-nav-item.cur .tit:after{
		display: none;
	}

	.wlw-nav-son{
		display: none!important;
	}

	.footer {
		padding: 0.3rem 0;
	}
	.footer>div{
		padding: 0 .2rem;
	}

	.footer .f-other {
		margin-bottom: 0.2rem;
		text-align: center;
	}

	.footer .f-info-right {
		margin-top: 0.1rem;
	}
	.footer .f-info-center{
		margin-left: 0;
		margin-top: 0.1rem;
	}

	.f-info {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.footer .f-info-second {
		margin-left: 0;
	}
	.wlw-tit1{
		line-height: .7rem;
	}
	.wlw-tit1 .ic{
		width: .14rem;
		margin-right: .2rem;
	}
	.wlw-tit1 .more{
		font-size: .28rem;
		padding-right: .4rem;
		background-size: .3rem .3rem;
	}
	.wlw-tit1 .tit{
		font-size: .4rem;
	}
	.wlw-list1{
		padding-top: .1rem;
	}
	.wlw-list1 li{
		line-height: .7rem;
	}
	.wlw-list1 li a{
		font-size: .32rem;
		max-width: 72%;
	}
	.wlw-list1 li span{
		margin: 0;
		font-size: .28rem;
	}
	.wlw-list1 li a:before{
		width: .1rem;
		height: .1rem;
		margin: -.04rem .2rem 0 0;
	}
}

.list-more-btn{
	text-align: center;
	margin-top: .1rem;
	width: 100%;
}
.list-more-btn a{
	display: inline-block;
	color: #adadad;
	font-size: .3rem;
	height: .62rem;
	line-height: .62rem;
	width: 2.2rem;
	border-radius: .06rem;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
}

.local{
	line-height: 24px;
	padding: 16px 0;
}
.local a,.local span{
	color: #000000;
	font-size: 16px;
}
.local img{
	margin-right: 12px;
}
.local .arrow{
	display: inline-block;
	margin: 0 1px;
}

@media screen and (max-width: 768px){
	.local{
		padding: .2rem;
	}
	.local a,.local span{
		font-size: .26rem;
	}
	.local .arrow{
		margin: 0 .05rem;
	}
	.local img{
		height: .32rem;
		margin-right: .14rem;
	}
}

@media screen and (min-width: 769px){
	.wlw-nav-next a:hover{
		font-weight: bold;
		color: #BD1A2D;
	}
}

/*公共样式*/
.bg-gray{
	background: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 35px;
}
.pagination {
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
	margin-top: 23px;
}

.pagination a {
	width: 26px;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	border: 1px solid #ccc;
	color: #666;
}

.pagination a:hover {
	background: #be0016;
	color: #fff;
	border-color: #be0016;
	cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
	width: 54px;
}

.pagination .active {
	background: #be0016;
	color: #fff;
	border-color: #be0016;
}

.pagination span {
	width: 26px;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	border: 1px solid #ccc;
	color: #666;
}

@media screen and (max-width: 768px){
	.bg-gray{
		padding: .3rem 0;
	}
	.pagination{
		padding: .2rem 0;
		margin-top: 0;
	}
	.pagination a{
		margin-bottom: .1rem;
	}
}