 .s_head {
 	height: 97px;
 	/*margin: auto;*/
 	overflow: hidden;
 	text-align: center;
 	position: relative;
 	/*background: red;*/
 }
 
 .s_head img:first-child {
 	float: left;
 	/*width: 318px;*/
 }
 
 .s_head img:last-child {
 	/*float: right;*/
 	position: absolute;
 	right: 0;
 	bottom: 16px;
 	/*width: 318px;*/
 }
 
 .s_head img:nth-child(2) {
 	/*width: 498px;*/
 	position: absolute;
 	left: 0;
 	right: 0;
 	top: 22px;
 	/*bottom: 0;*/
 	margin: 0 auto;
 }
 
 .s_head p {
 	position: absolute;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	margin:0 auto;
 	color: white;
 	font-size: 20px;
 }