@charset "utf-8";
.s_pt3{
	padding-top: 3em !important;
}
/* 标题 */
.gy_h1Out{
	font-size: 20px;
}
.gy_h1{
	font-size: 1.5em;
	padding: 0 0 1.2em 0;
	margin: 0;
	position: relative;
	font-weight: normal;
	line-height: 150%;
	color: #666666;
}
@media screen and (max-width: 1200px){
	.gy_h1Out{
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px){
	.gy_h1Out{
		font-size: 16px;
	}
}
@media screen and (max-width: 980px){
	.gy_h1Out{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	.gy_h1Out{
		font-size: 12px;
	}
}
/*首页h1*/
.index_box1 .top li h1{
	font-size: inherit;
	font-weight: normal;
}