/*内页标题*/
h1{
	line-height: 2.3em;
	color: #333;
	font-weight: 100;
	letter-spacing: 3px;
	font-family: myFont;
	font-size: 2.8em;
}
.bt_left{
	float: left;
}
.bt_left div{
	width: 50px;
	height: 2px;
	background: #666;
}
.bt_left h1{
	line-height: 4.5em;
}
.bt_eg{
	float: right;
	margin-top: 30px;
}
.bt_eg h1{
	transform: scale(1,0.94);
}
@media screen and (max-width: 680px){
	h1{
		font-size: 1.8em;
		transition: all ease 0.6s;
	}
}
