.epc_lt{
	width: 65%;
}
.zt-content .epc_rt{
	width: 32%;
}
.huibg{
	background: #F4F4F4;
}
.mongoliabox h2{
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}
.mongoliapic img{
	width: 24.5%;
}
.mongoliapic2{
	margin-top: 10px;
}
.mongoliapic2>img.mongoliapic3{
	width: 45.5%;

}
.mongoliapic2>img.mongoliapic4{
	width: 26%;

}
.mongoliapic2>div{
	width: 27%;
}
.mongoliapic2>div img:first-child{
	margin-bottom: 45px;
}
.analysistit{
	margin-bottom: 40px;
}
.analysistit h2{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.analysistit p{
	text-align: center;
}
.analysislist{
	background-color: #F4F4F4;
    border: 1px solid #DEDEDE;
    padding: 2em;
	margin-top: 30px;
}
.analysistxt{
	width: 68%;
}
.analysistxt h4{
	font-size: 18px;
}
.analysistxt ul{
	background: #FFF;
	margin-top: 20px;
	padding: 15px 20px;
}
.analysislist span{
	display: block;
	width: 25%;
	color: #BCD6F4;
	font-size: 60px;
	font-weight: bold;
}
.analysislist2 span{
	color: #DF8D8D;
}
.solution_flow{
	margin-top: 40px;
}
.solution_flow>div{
	width: 48%;
	
}
.solution_flow .solution_flow_rt{
	width: 50%;
}
.solution_flow_lt,.solution_flow_top,.solution_flow_bottom{
	padding: 20px ;background-color: #F4F4F4;
    border: 1px solid #DEDEDE;
}
.solution_flow_lt span{
	display: block;
	padding: 20px 0;
	text-align: center;
}
.solution_flow_pic img{
	width: 32%;
	margin-bottom: 10px;
}
.solution_flow_top span{
	display: block;
	text-align: center;
}
.solution_flow_bottom{
	margin-top: 20px;
}
.solution_flow_bottom h3{
	text-align: center;
	font-size: 28px;
}
.reading h2{
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}
.tipsbox h2{
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;

}
.sug_list{
	border: 1px solid #DEDEDE;
	width: 49%;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.sug_list img{
	width: 8%;
	margin-right: 10px;
}
.sug_list p{
	font-size: 14px;
	width: 88%;
	line-height: 1.3em;
}
.sug_list:last-child p{
	color:#DD1F2B;
	font-weight: bold;
	font-size: 16px;
}
.sug_list .sug_list_last{
	width: 100%;
	text-align: center;
	
}
@media (max-width: 1000px){
	.zt-content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.zt-banner img{
		width: 100%;
	}
	.epc_lt{
		width: 100%;
	}
	.epc_lt h2{
		font-size: 22px;
		text-align: center;
	}
	.zt-content .epc_rt{
		width: 100%;
	}
	.mongoliabox h2{
		font-size: 22px;

	}
	.analysistit h2,.solution_flow_bottom h3{
		font-size: 22px;

	}
	.mongoliapic2>div img:first-child{
		margin-bottom: 20px;
	}
	.analysislist{
		padding: 1em;
	}
	.analysistxt{
		width: 100%;
	}
	.analysistxt h4{
		font-size: 16px;
	}
	.analysislist span{
		width: 100%;
		font-size: 26px;
		text-align: center;
	}
	.solution_flow>div{
		width: 100%;
		margin-bottom: 30px;
	}
	.solution_flow .solution_flow_rt{
		width: 100%;
	}
	.reading h2,.tipsbox h2{
		font-size: 24px;
	}
	.sug_list{
		width: 100%;
	}
	.sug_list .sug_list_last{
		width: 100%;
		text-align: center;

	}
}