.div_main{
	width:80%;
	margin:110px auto;
}
@media(max-height:800px) {
	.div_main{
		margin:25px auto;
	}
}
.text-home{
	margin:15px 0;
}
.text-home p{
	padding: 0 25px 0 10px;
	font-size:15px;
	color:#999;
}
.phone_div1{
	display:none;
	margin-bottom:60px;
}
.phone_div2{
	display:none;
	margin-top:70px;
}
.div_hm{
	width:80%;
	padding-bottom:50px;
}
@media(max-width:767px) {
	.phone_div1{
		display:block;
	}
	.phone_div2{
		display:block;
	}
	.div_right{
		display:none;
	}
}
@media(max-width:610px) {
	.div_hm{
		width:90%;
	}
}
@media(max-width:340px) {
	.img_icon{
		display:none;
	}
}
