﻿/* -- 首页新增样式 -- */
#sy_title h2 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
}
#sy_title h2 span {
	display: block;
	font-size: 48px;
	color: #eb6100;
	line-height: 48px;
}
#sy_title h2 b {
	display: block;
	font-size: 24px;
	color: #737373;
	line-height: 40px;
	text-transform: uppercase;
	opacity: 0.6;
}
.pro_box,.case_box {
	width: 1200px;
	margin: 0 auto;
}
 @media screen and (max-width:768px) {
.pro_box,.case_box {
	width: 100%;
}
}
.youshi {
	padding: 40px 0 40px;
}
.youshi .youshi_box img {
	width: 100%;
}