@charset 'utf-8';

img {
	-moz-user-select: none;
}

body {
	background: #fff;
	/*background: url(../ldxx/bg.png) center -52px no-repeat;*/
	-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;
}

.wlw-top {
	padding: 11px 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: 220px;
	background: url(2024head-bg.png) top center no-repeat;
	font-size: 0;
}
.wlw-header-con{
	margin-top: 39px;
}
.wlw-header-con .logo{
	display: inline-block;
	margin-left: 5px;
}
.wlw-search{
	background: rgba(255,255,255,.7);
	overflow: hidden;
	/*width: 600px;*/
	border: 1px solid #BD1A2D;
	border-radius: 6px;
	margin-top: 9px;
}
.wlw-search input{
	padding: 0 15px;
	width: 474px;
	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;
}

.wlw-nav .wlw-nav-item {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	line-height: 74px;
}

.wlw-nav .wlw-nav-item .tit {
	display: inline-block;
	color: #fff;
	position: relative;
	padding: 0 15px;
	background-image: unset;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 6px;
	font-size: 32px;
}


.wlw-nav .wlw-nav-item.cur .tit {
	font-weight: bold;
	background-image: url(index2024-nav-icon.png)
}

.wlw-nav-son{
	position: absolute;
	left: 0;
	top: 74px;
	z-index: 33;
	width: 100%;
	background: #FFF5EE;
}
.wlw-firlm .wlw-nav{
	padding-bottom: 54px;
}
.wlw-firlm .wlw-nav-son{
	height: 54px;
	background: #FFF5EE;
}

.wlw-nav-next{
	display: none;
	text-align: center;
}

.wlw-nav-next a {
	display: inline-block;
	margin-right: 80px;
	font-size: 18px;
	line-height: 52px;
	letter-spacing: 2px;
}

.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: 32px 0 30px;
	background: #960919;
	font-size: 14px;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer .f-other {
	font-size: 16px;
	margin-bottom: 19px;
}

.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: 20px;
}

.footer .f-info-center {
	margin-left: 20px;
	display: table;
}

.footer .f-info-center a {
	display: table-cell;
	vertical-align: middle;
	height: 65px;
	text-align: center;
	padding: 0 5px;
}

.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: 20px;
	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;
}

@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: .5rem;
		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: .8rem;
		height: .8rem;
		padding: 0 .2rem;
		font-size: .28rem;
	}
	.wlw-search button{
		width: 20%;
		line-height: .8rem;
		height: .8rem;
	}
	.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{
		display: flex;
		justify-content: space-between;
		white-space: nowrap;
		padding: 0;
	}

	.wlw-nav .wlw-nav-item {
		/*width: 33.333%;*/
		width: auto;
		line-height: 0.8rem;
	}

	.wlw-nav .wlw-nav-item .tit {
		font-size: 0.34rem;
		padding: 0;
		background-size: 100% 2px;
	}

	.wlw-nav-son{
		display: none!important;
	}

	.footer {
		padding: 0.3rem 0;
	}

	.footer .f-other {
		margin-bottom: 0.2rem;
		text-align: center;
	}

	.footer .f-info-right {
		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;
	}
}

.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 .wlw-nav-item .tit:hover {
		font-weight: bold;
		background-image: url(index2024-nav-icon.png)
	}
	.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;
	}
}