body{
	background: url(2025-ln-bg.png) top center no-repeat #F7F9FB;
}
*{
	box-sizing: border-box;
}
.header{
	font-size: 0;
	background: url(topbg.png) top center no-repeat;
	position: relative;
}
.header-top{
	padding-top: 16px;
	line-height: 30px;
}
.header-top a,.header-top span{
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.header-top .gap{
	width: 28px;
}
.header-top .line{
	margin: 0 10px;
}
.header-con{
	margin-top: 24px;
}
.header-con .logo{
	display: inline-block;
}
.search{
	overflow: hidden;
	margin: 26px auto 0;
	text-align: left;
	width: 420px;
	height: 38px;
	line-height: 38px;
	background-color: rgba(254, 255, 253, 0.82);
	border-radius: 10px;
}
.search input{
	padding: 0 15px;
	width: 74%;
	line-height: 38px;
	height: 38px;
	font-size: 16px;
	vertical-align: top;
	color: #999999;
}
.search input::-webkit-input-placeholder{
	color: #666666;
}
.search input:-moz-placeholder{
	color: #666666;
}
.search input::-moz-placeholder{
	color: #666666;
}
.search input:-ms-input-placeholder{
	color: #666666;
}
.search .line{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 30px;
	background-color: #ccdae9;
	margin-right: 16px;
}
.search button{
	width: 76px;
	height: 32px;
	background-color: #002f9c;
	border-radius: 10px;
	color: #ffffff;
	font-size: 16px;
	margin-top: 3px;
	line-height: 32px;
}
.search button img{
	float: left;
	margin-left: 3px;
	margin-top: 7px;
}
.header-nav{
	display: flex;
	justify-content: space-around;
	padding: 0 6px;
	margin-top: 62px;
	align-items: center;
	letter-spacing: 0px;
	color: #ffffff;
	font-size: 16px;
	background-image: linear-gradient(90deg, #011fb3 0%, #002f9c 100%);
	border-radius: 12px;
}
.header-nav li{
	height: 76px;
}
.header-nav .tit{
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	position: relative;
	height: 100%;
	cursor: pointer;
	line-height: 76px;
	white-space: nowrap;
}
.header-nav .tit.cur{
	font-size: 22px;
	font-weight: bold;
}
.header-nav .tit.cur:after{
	display: inline-block;
	content: ' ';
	position: absolute;
	width: 99px;
	height: 4px;
	background-color: #ffffff;
	border-radius: 3px;
	left: 0;
	bottom: 12px;
	margin-left: -24px;
}
.header-nav li .list{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -62px;
	z-index: 2;
	padding: 0;
	margin: 0;
	line-height: 62px;
	background-color: #fff;
	text-align: center;
}
.header-nav li .list a{
	display: inline-block;
	color: #666666;
	padding: 0 10px;
	font-size: 18px;
}
.header-nav li .list a:hover{
	font-weight: bold;
}
.header-nav li:hover .list{
	display: block;
}
.header-nav li:hover .tit:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	font-size: 0;
	line-height: 0;
	border-color: transparent transparent white transparent;
	left: calc(50% - 6px);
	margin: 0;
	border-radius: 0;
	background: none;
}
.main{
	margin-top: 25px;
	padding: 20px 26px 54px 30px;
	background: #fff;
	margin-bottom: 37px;
}
.local{
	line-height: 24px;
}
.local img{
	margin-right: 15px;
}
.local span,
.local a{
	font-size: 16px;
	color: #666666;
}
.local .arrow{
	margin: 0 8px;
}

.footer{
	background: #0667D1;
	margin-top: 35px;
}
.footer .drop-groups {
	display: flex;
	justify-content: space-between;
	background: #fff;
	width: 359px;
	height: 43px;
}
.footer .drop-groups>div{
	position: relative;
}
.footer .drop-down {
	width: 100%;
	height: 43px;
	text-align: center;
	line-height: 43px;
	text-align: left;
}
.footer .drop-down .tag {
	display: inline-block;
	height: 43px;
	box-sizing: border-box;
	padding-right: 23px;
	color: #333;
	font-size: 16px;
	line-height: 43px;
	cursor: pointer;
	position: relative;
	padding-left: 23px;
	width: 95%;
}
.footer .drop-down .tag:after{
	display: inline-block;
	content: ' ';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	width: 12px;
	height: 7px;
	background: url(f-arrow.png) no-repeat right center;
}
.footer .drop-down .tag.cur:after{
	transform: rotate(180deg);
}
.footer .drop-down .tag a{
	display: inline-block;
	color: #000000;
}
.footer .drop-lists {
	position: absolute;
	width: 100%;
	bottom: 54px;
	left: 0;
	overflow: auto;
	display: none;
	text-align: left;
	background: #fff;
	padding: 10px 0;
	z-index: 999;
	border: 1px solid #0667D1;
	height: 200px;
}
.footer .drop-lists li {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 100%;
	color: #4f4f4f;
	text-align: center;
}
.footer .drop-lists a {
	display: inline-block;
	line-height: 36px;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.f-con{
	height: 182px;
	display: flex;
	align-items: center;
}
.f-img{
	margin-right: 38px;
}
.f-img a{
	display: inline-block;
}
.f-link *,.f-text,.f-text a{
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.f-text a:not(:last-of-type){
	margin-right: 20px;
}
.f-link span{
	display: inline-block;
	margin: 0 11px;
}
.index-w3 .index-w2c1{
	width: 580px;
	height: auto;
}
.f-info{
	display: flex;
	align-items: center;
	justify-content:space-between;
	width: 100%;
}
.f-text2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.f-text2 img{
	margin-right: 13px;
}
.pages{
	text-align: center;
	margin-top: 60px;
}
.pages li{
	display: inline-block;
	min-width: 37px;
	height: 36px;
	border: 1px solid #EBEBEB;
	margin-left: -1px;
	color: #333;
	display: inline-block;
	line-height: 36px;
	font-size: 14px;
	text-decoration: none;
	margin-right: 14px;
	background-color: #f0f0f0;
}
.pages li a{
	display: block;
	color: #666666;
	font-size: 16px;
	padding: 0 8px;
}
.pages li.page-active,.pages li:hover{
	background: #084fbe;
}
.pages li.page-active a,.pages li:hover a{
	color: #fff;
}
.pages li.dots{
	border: none;
	font-size: 16px;
}
.pages li.dots:hover{
	background: none;
	color: #333;
}
@media screen and (max-width: 768px){
	html {
		font-size: calc(100vw / 7.5);
		font-size: -webkit-calc(13.33333333vw);
	}
	.centerWidth{
		padding: 0 .2rem;
	}
	.header{
		background-size: auto 100%;
	}
	.header-top{
		padding-top: .1rem;
		line-height: .6rem;
	}
	.header-top .gap,.header-top .ipv6{
		display: none;
	}
	.header-top a, .header-top span{
		font-size: .26rem;
		margin-left: .1rem;
	}
	.header-con{
		margin-top: .1rem;
	}
	.header-con .logo{
		display: block;
		width: 50%;
		margin: 0 auto;
		position: relative;
	}
	.header-con .logo img{
		width: 100%;
	}
	.search {
		width: 80%;
		margin: .4rem auto 0;
		background: rgba(255, 255, 255, .7);
		height: .6rem;
		line-height: .6rem;
		float: none !important;
		margin-bottom: 0.5rem;
	}
	.search input{
		width: 71%;
		height: .6rem;
		line-height: .6rem;
		font-size: .26rem;
		padding: 0 .2rem;
	}
	.search button{
		width: 20%;
		height: .46rem;
		line-height: .46rem;
		font-size: .24rem;
		border-radius: .1rem;
	}
	.search button img{
		height: auto;
		margin-top: 0.05rem;
	}
	.search .line{
		height: .4rem;
		margin-right: .2rem;
	}
	.header-nav{
		padding: 0;
		margin-top: .2rem;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.header-nav li{
		width: 40%;
		height: auto;
	}
	.header-nav .tit{
		display: block;
		text-align: center;
		font-size: .36rem;
		line-height: .8rem;
		color: #fff;
	}
	.header-nav .tit.cur {
		font-size: .4rem;
		height: auto;
		line-height: .8rem;
	}
	.header-nav .tit.cur:after{
		height: .08rem;
		width: 30%;
		margin-left: 0;
		left: 35%;
		bottom: 0;
		background-size: 100% 100%;
	}
	.header-nav li .list{
		bottom: initial;
		line-height: .8rem;
	}
	.header-nav li .list a{
		font-size: .32rem;
		vertical-align: top;
	}
	.main{
		margin-top: .3rem;
		padding-top: .2rem;
		padding-bottom: .3rem;
	}
	.local a,.local span{
		font-size: .26rem;
	}
	.local .arrow{
		margin: 0 .05rem;
	}
	.local img{
		height: .4rem;
		margin-right: .14rem;
	}
	.footer{
		margin-top: .3rem;
	}
	.footer .drop-groups{
		display: none;
	}
	.f-con{
		flex-wrap: wrap;
		padding: .2rem;
	}
	.f-img{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.f-img img{
		height: 1rem;
	}
	.f-info{
		display: block;
		text-align: center;
	}
	.f-link *, .f-text{
		font-size: .28rem;
		line-height: .42rem;
	}
	.f-text a:not(:last-of-type){
		margin-right: 0;
	}
	.f-text a:not(:first-of-type){
		display: block;
	}
	.f-text{
		margin-top: .1rem;
	}
	.index-w3 .index-w2c1 {
		width: 100%;
		height: auto;
	}
	.f-text2{
		margin-top: 0.5rem!important;
	}
}