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;
	margin: 0;
}

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: "microsoft yahei";
}
.clearf::after {
	content: '';
	display: block;
	clear: both;
}
.show {
	display: block !important;
}
.flex{
	display: flex !important;
}
.wrap {
	position: relative;
	width: 1450px;
	margin: auto;
}
.head{
	background: url(../img/head.png) no-repeat center;
	height: 488px;
	width: 100%;
	display: inline-block;
	position: relative;
}
.logo_box{
	margin: 37px 0 0 110px;
	color: #2a1e19;
	font-weight: 600;
	font-size: 19px;
}
.hopefluent_logo,.guandian_logo{
	margin-right: 16px;
}
.slogan_box{
	text-align: center;
	margin-top: 100px;
}
.slogan_box p:first-of-type{
	color: #b64a29;
	font-size: 61px;
	font-weight: bold;
}
.slogan_box p:nth-of-type(2){
	color: #b64a29;
	font-size: 32px;
	margin-top: 12px;
}
.main{
	background: url(../img/main_bg.png) repeat-y;
	box-sizing: border-box;
	padding: 0 150px;
	display: inline-block;
	width: 100%;
}
.title{
	display: flex;
	color: #834431;
	font-size: 30px;
	font-weight: bold;
	margin: 60px 0 40px;
	white-space: nowrap;
	align-items: center;
	position: relative;
}
.title::before{
	content: '';
	position: absolute;
	background: url(../img/title_before.png) no-repeat;
	width: 18px;
	height: 32px;
	top: 7px;
	left: -30px;
}
.title_line{
	height: 8px;
	width: 100%;
	background: url(../img/head.png) 1150px 60px;
	margin-left: 16px;
}
.text_box p{
	color: #3e3a39;
	font-size: 14px;
	line-height: 24px;
	text-indent: 28px;
}
.text_box p:not(:last-of-type){
	margin-bottom: 20px;
}

.intro_con{
}
.intro_con{
	margin-left: 180px;
}
.intro_con a{
	background: linear-gradient(to left,#eeaf71,#ffe9a4);
	box-sizing: border-box;
	display: inline-block;
	padding: 6px 22px;
	margin-right: 12px;
	display: inline-block;
}
.intro_con span{
	display: inline-block;
	vertical-align: bottom;
	color: #3e3a39;
	font-size: 12px;
	transform: skewX(-6deg);
}
.intro_con i{
	font-style: normal;
	color: #834431;
	font-size: 22px;
	letter-spacing: 4px;
}
.download{
	text-align: center;
	margin-top: 60px;
}
.download a{
	position: relative;
	color: #313147;
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	background: linear-gradient(to bottom,#ffe9a4,#eeaf71);
	padding: 10px 30px 6px;
	border-radius: 50px;
}
.download a img{
	margin-left: 12px;
}
.forecast{
	margin-top: 100px;
	position: relative;
	padding-bottom: 80px;
}
.area_con{
	padding: 60px 88px;
	background: #dce0ea;
	border-radius: 8px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 90px;
}
.area_name{
	position: absolute;
	background: url(../img/area_name_bg.png) no-repeat;
	width: 223px;
	height: 64px;
	color: #313147;
	text-align: center;
	line-height: 64px;
	font-weight: bold;
	font-size: 28px;
	top: -40px;
	left: -30px;
}
.city{
	flex: 0 0 50%;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 36px;
	align-items: center;
}
/* .city:nth-last-of-type(1){
	margin-bottom: 0;
} */
.city_name{
	background: #ffc984;
	color: #313147;
	font-weight: bold;
	font-size: 26px;
	padding: 6px 18px;
	border-radius: 10px;
	white-space: nowrap;
}
.fore span{
	display: block;
	margin-left: 14px;
	font-size: 14px;
}
.tips{
	position: absolute;
	color: #834431;
	font-size: 18px;
	right: 0;
	bottom: 70px;
	font-weight: bold;
	font-size: 18px;
}
.footer{
	background: #7e6b5a;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding: 34px 0 60px;
}
@media screen and (max-width:700px){
	.wrap{
		width: 100%;
	}
	.head{
		background-size: center;
		height: 288px;
	}
	.logo_box{
		margin: 0;
	}
	.logo_box img{
		display: block;
		margin: 12px auto;
	}
	.logo_box span{
		display: block;
		text-align: center;
	}
	.slogan_box {
		margin-top: 20px;
	}
	.slogan_box p:first-of-type{
		font-size: 22px;
	}
	.slogan_box p:nth-of-type(2){
		font-size: 16px;
		margin-top: 6px;
	}
	.main{
		padding: 0 18px;
	}
	.title{
	}
	.title p{
		font-size: 16px;
	}
	.title::before{
		display: none;
	}
	.intro_con{
		margin-left: 0 !important;
		display: flex;
	}
	.intro_con a{
		padding: 6px 10px;
		white-space: nowrap;
	}
	.intro_con span:nth-of-type(2){
		margin-top: 8px;
	}
	.download a{
		font-size: 20px;
		text-align: center;
	}
	.download a img{
		display: none;
	}
	.area_con{
		padding: 42px 20px;
	}
	.city{
		flex: 0 0 100%;
	}
	.city_name{
		font-size: 16px;
	}
	.footer{
		font-size: 16px;
	}
}