/*banner*/
.w1180 {
	width: 1180px;
	margin: 0 auto;
}

.w980 {
	width: 980px;
	margin: 0 auto;
}

.banner-big-box {
	width: 100%;
	height: 300px;
}

.banner-box {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner-box .ny p {
	text-align: center;
}

.banner-box .ny p:first-child {
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 60px;
	font-weight: 400;
	padding: 80px 0 20px 0;
}

.banner-box .ny p:last-child {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 32px;
	font-weight: 400;
}



.easysite-fn-clear label:nth-child(1){width:110px;}
.yywd-header-box span{font-family: PingFangSC-Medium;}
.easysite-map-list-info .easysite-map-info-detail p{font-family: PingFangSC-Medium;}
/*手机端CSS*/
/*控制pc与mobile显示代码在头部*/
/*当屏幕宽度小于1200时，pc页面隐藏，移动端展示*/
@media screen and (max-width: 1200px) {

	.w1180,
	.w980 {
		width: auto;
	}

	/*主体内容*/
	.content-box {
		padding: 0 20px;
	}


}