body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{
	font-size: 12px;
	font-weight: normal;
}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;vertical-align: middle;}
table{border-collapse: collapse;border: none;}
input,textarea{outline: none;}
textarea{resize:none;overflow: auto;}
/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body{
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "微软雅黑";
}
html,body{
	width: 100%;
	height: 100%;
}
.clearf::after{
	content: '';	
	display: block;
	clear: both;
}
.show{
	display: block !important;
}
.wrap{
	max-width: 1450px;
	margin: auto;
}
.head img{
	max-width: 1450px;
	width: 100%;
}
.content{
	max-width: 1204px;
	margin: auto;
}
.title{
	color: #313147;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 75px 0 70px;
}
.title span{
	display: inline-block;
	position: relative;
}
.title span:before{
	content: '';
	position: absolute;
	width: 177px;
	height: 29px;
	background: url(../img/title_before.png);
	top: 10px;
	left: -200px;
}
.title span:after{
	content: '';
	position: absolute;
	width: 194px;
	height: 29px;
	background: url(../img/title_after.png);
	top: 10px;
	right: -210px;
}
.guide_con_box{
	max-width: 1072px;
	margin: auto;
}
.guide a{
	font-size: 14px;
	color: #f88;
}
.guide_text,.reAfu_con p,.preface_con p{
	color: #3e3a39;
	font-size: 14px;
	line-height: 28px;
}
.preface_con p{
	margin-bottom: 20px;
}
.preface .title{
	margin-bottom: 30px;
}
.stitle{
	color: #313147;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.reAfu_con_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reAfu_con{
	max-width: 572px;
	margin: 0 auto;
	margin-bottom: 18px;
}
.reAfu_con i,.preface i{
	display: inline;
	font-size: 30px;
	color: #da8f2e;
	font-weight: bold;
	padding-right: 10px;
}
.downlaod{
	text-align: center;
	margin: 30px 0 0;
}
.downlaod a img{
	max-width: 559px;
	max-height: 109px;
	width: 100%;

}

.fore_con{
	background: url(../img/forecast_bg.png);
	height: 566px;
	background-size: cover;
	background-position: center;
	padding: 0 125px;
	/* display: table-cell; */
}
.area_o_box{
	float: left;
	height: 100%;
	display: table;
}
.area_box{
	display: table-cell;
	vertical-align: middle
}
.area{
	font-size: 43px;
	font-weight: bold;
	color: #313147;
	background: #ffc984;
	padding: 18px 16px;
	border-radius: 10px;
	margin-right: 74px;
}
.city_con{
	float: left;
	margin: 24px 0;
	display: table;
	width: 50%;
}
.city{
	float: left;
	color: #313147;
	font-size: 26px;
	font-weight: bold;
	background: #ffc984;
	padding: 11px 0px;
	border-radius: 10px;
	width: 85px;
	text-align: center;
}
.city_con .city_fore{
	display: table-cell;
	vertical-align: middle;
}
.city_fore{
	width: 400px;
	padding-left: 16px;
}
.city_fore p{
	font-size: 16px;
	color: #313147;
	padding: 3px 0;
}
.city_box{
/* 	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px; */
	display: table-cell;
	vertical-align: middle;
}
.city_o_box{
	display: table;
	height: 100%;
}
.wlmq{
	font-size: 20px;
}
.fore_con:last-child{
	position: relative;
}
.provide{
	position: absolute;
    bottom: 10px;
	font-size: 18px;
	color: #313147;
	font-weight: bold;
}
.provide span{
	font-size: 22px;
}
.footer{
	width: 98%;
	float: left;
	background: #313147;
	text-align: center;
	padding: 10px 1%;
}
.footer li{
	list-style: none;
	overflow: hidden;
	font-size: 15px;
	margin: 10px;
	color: white;
}
.footer a{
	text-decoration: none;
	color: white;
	border-left: 2px solid white;
	padding-left: 15px;
	margin-right: 15px;
	display: inline-block;
	height: 14px;
    line-height: 12px;
    margin-top: 6px;
    margin-bottom: 0;
}
.footer_first{
	padding-left: 0 !important;
	border: none !important;
	margin-left: 10px;
}
.footer p{
	float: left;
	color: white;
	letter-spacing: 1px;
	margin: 0;
}
@media only screen and (max-width: 1400px){
	.fore_con{
		height: auto;
		padding: 30px 20px 20px;
	}
	.area_o_box{
		float: inherit;
		width: 100%;
	}
	.area{
		font-size: 20px;
	}
	.city_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 74%;
		margin: auto;
	}
	.city{
		font-size: 18px;
		padding: 7px 0px;
		width: 80px;
	}
	.city_o_box{
		display: block;
	}
	.city_con{
		float: inherit;
		width: 40%;
	}
	.area_box{
		display: block;
		text-align: center;
		margin: 20px auto;
	}
	.area{
		margin: auto;
	}
	.fore_con:last-child{
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 700px)  {
	.head_bg{
		width: 100%;
	}
	.content{
		padding: 0 18px;
	}
	.title span:after,.title span:before{
		display: none;
	}
	.title{
		margin: 28px auto;
	}
	.guide_text, .reAfu_con p, .preface_con p{
		margin-bottom: 12px;
	}
	.fore_con{
		height: auto;
		padding: 30px 20px 20px;
	}
	.area_o_box{
		float: inherit;
		width: 100%;
	}
	.area{
		font-size: 20px;
	}
	.city{
		font-size: 18px;
		padding: 7px 0px;
		width: 80px;
	}
	.city_con{
		float: inherit;
		width: 100%;
	}
	.area_box{
		display: block;
		text-align: center;
		margin: 20px auto;
	}
	.area{
		margin: auto;
	}
	.fore_con:last-child{
		padding-bottom: 60px;
	}
}