body{
	font-size: 14px;
	color: #666;
	padding: 0;
	margin: 0;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
#page{
	width: 1120px;
	margin: 0px auto;
}
#logo{
	float: left;
	width: 400px;
	height: 80px;
}
#menu{
	float: left;
	width: 720px;
	height: 80px;
}
.menu_item{
	float: left;
	width: 90px;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
}
.menu_item a{
	display: block;
	text-decoration: none;
	color: #666;
}
.menu_item a:hover{
	color: #cc0000;
}
.clear{
	clear: both;
}
.title{
	text-align: center;
	font-size: 32px;
	color: #000;
	margin: 40px auto;
}
.static_item{
	float: left;
	width: 33%;
	text-align: center;
	margin: 30px 0px;
}
#static_item2{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.number{
	font-size: 40px;
	color: #cc0000;
	margin-bottom: 10px;
}
.number_text{
	color: #999;
}
.service_photo{
	float: left;
	width: 50%;
	margin: 20px 0px;
}
.service_text{
	float: left;
	width: 50%;
	margin: 20px 0px;
}
.service_title{
	font-size: 24px;
	margin-bottom: 20px;
}
.service_content{
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.case{
	float: left;
	width: 25%;
}
.case_item{
	padding: 20px 10px;
}
.case_photo{
	width: 100%;
}
.case_text{
	padding: 10px;
}
.case_title{
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.case_content{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.news{
	float: left;
	width: 33.3%;
	margin-bottom: 20px;
}

.news_photo{
	margin: 10px;
	overflow: hidden;
}
.news_photo img {
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.6s;
}
.news_photo img:hover {
	transform: scale(1.4);
}

.news_title{
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
}
.news_content{
	color: #666;
	margin: 10px;
}
#copyright{
	border-top: 3px solid #cc0000;
	background-color: #333;
	color: #999;
	padding: 30px 0px;
	line-height: 30px;
}
.copyright_item{
	float: left;
}
.copyright_item img{
	margin-right: 5px;
	vertical-align:middle;
}
#copyright_item1{
	width: 520px;
}
#copyright_item2{
	width: 300px;
}
#copyright_item3{
	width: 300px;
}
.about_title{
	text-align: left;
	margin-left: 20px;
}
.about_content{
	margin: 20px;
	font-size: 18px;
	line-height: 26px;
}