@charset "utf-8";
/* CSS Document */
<!--头部logo-->

/*动画*/
.donghua{
	width:1600px;
	height:419px;
}
.middle{
	width:1000px;
	min-height:620px;
	height:auto;
	margin:0 auto;
}
/*图片轮播*/
.img_show{
	/*width:1600px;*/
	/*overflow:hidden;*/
	height:419px;
	margin-bottom:20px;
	position:relative;
}
.img_show #img_box img{
	width:1600px;
	height:419px;
	position:absolute;
	left:50%;
	margin-left:-800px;
	top:0px;
	opacity:0;
	filter:alpha(opacity=0);
	border-radius:5px;
	cursor:pointer;
	box-shadow:1px 1px 3px;
}
.img_show #img_num{
	width:150px;
	height:22px;
	position:absolute;
	bottom:8px;
	right:3px;
}
.img_show #img_num span{
	display:inline-block;
	width:22px;
	height:22px;
	background:#FFF  no-repeat 0px 0px;
	margin:0px 11px;
	float:left;
	color:#FFF;
	line-height:22px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
	border-radius:15px;
}
.img_show #img_num span.active{
	background:#239303 no-repeat 0px 0px;
	color:#fff;
}
<!--内容-->

/*服务*/
.service{
	width:1000px;
	height:516px;
	margin:0 auto;
	padding-bottom:13px;
}
.service-left{
	float:left;
	width:231px;
	height:512px;
	margin-right:8px;
}
.left-top{
	width:231px;
	height:294px;
	text-align:center;
	background:#f1f1f1;
	border:2px #e8e7e7 solid;
}
.left-bottom{
	width:231px;
	height:201px;
	text-align:left;
	background:#f1f1f1;
	border:2px #e8e7e7 solid;
	margin-top:11px;
}
.callUs li{
	margin-top:14px;
	padding-left:14px;
}
.service-right{
	float:right;
	width:751px;
	height:512px;	
}
.right-top{
	width:751px;
	height:294px;
}
.right-top-left{
	float:left;
	width:370px;
	height:291px;
	border:2px #e8e7e7 solid;
	background:#F3C;
}
.title1{
	width:370px;
	height:37px;
	background:#239304;
}
.content{
	background:#f1f1f1;
	width:370px;
	height:254px;
	overflow:hidden;
}
.content img{ margin: 2px 13px;}
.right-top-right{
	width:370px;
	height:291px;
	float:right;
	border:2px #e8e7e7 solid;
}
#thinking {width:370px;height:249px;background:#f1f1f1;overflow:hidden;}
#list_thinking li {margin-left:10px;margin-top:5px;height:67px;width:350px;padding-bottom:8px;border-bottom:1px #ccc dotted;overflow:hidden;}
.case-image{
	width:91px;
	height:68px;
	float:left;
}
.case-info{
	width:250px;
	height:68px;
	float:right;	
}
.right-bottom{
	width:748px;
	height:200px;
	border:2px #ccc solid;
	clear:both;
	float:left;
	margin-top:13px;
}
.title2{
	width:748px;
	height:35px;
	background:#239304;
}
#demo {
background: #FFF;
overflow:hidden;
width:748px;
padding-top:5px;
margin-top:10px;
clear:both;
}
#indemo {
float: left;
width:600%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}

