.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 15px;
	z-index: 1;
	width:100%;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width:100%;
	text-align:center;
}
.slideBox .hd ul li {
	display: inline-block;
	margin:0 5px;
	width: 50px;
	height: 7px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	text-indent:99px;
	overflow:hidden;
}
.slideBox .hd ul li {
	*display:inline;
}
.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}


#main {
	padding:40px 0 20px;	
}
#main .h {
	text-align:center;	
	padding-bottom:20px;
	background:url(../image/h2bg.jpg) no-repeat bottom center;
}
#main .h h2 {
	font-size:32px;
	color:#333;	
	font-weight:normal;
	padding:20px 0 15px;
}
#main .h p {
	color:#666;
	font-size:14px;	
}


#business {
	text-align:center;	
}
#business .box {
	width:22%;
	text-align:left;
	padding:0 1%;
	margin:30px 0;
	display:inline-block;
	border-right:1px #ccc solid;	
	vertical-align:top;
}
#business .box {
	*display:inline;
}
#business .box .border {
	display:block;
	border-bottom:1px #ccc solid;	
}
#business .box .border span.img {
	display:block;
	width:100%;	
}
#business .box .border span img {
	width:100%;	
}
#business .box.last {
	border:0;	
}
#business .box h4 {
	font-size:18px;
	font-weight:normal;
	padding:10px 0;	
}
#business .box p {
	color:#666;
	display:block;
	height:30px;
}
#business .box .more{
	display:block;
	line-height:45px;
	background:url(../image/jticon.png) no-repeat 65px center;
	color:#d52e21;	
}


#news {
	background:#f7f7f7;
	padding:20px 0 30px;	
}
#news .list {
	margin-top:20px;
	padding:0 5%;	
}
#news .list .li {
	width:48%;
	margin:0 1%;
	float:left;
	background:white;
	position:relative;
}
#news .list .li a {
	display:block;
	padding:20px 2% 20px;
	border:1px #ccc solid;
}
#news .list .img {
	width:28%;
}
#news .list .img img {
	width:100%;	
}
#news .list .li .date {
	color:#999;
}
#news .list .li .right {
	width:70%;	
}
#news .list .li .right h5 {
	font-size:16px;
	font-weight:normal;	
	padding-bottom:15px;
	color:#000;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#news .list .li .right p {
	font-size:14px;
	color:#666;	
	line-height:1.5em;
	display:block;
	height:63px;
}
#news .more {
	display:block;
	width:100px;
	text-align:center;
	margin:10px auto 20px;
	color:#d52e21;	
}


#case {
	padding:20px 0 0;
	background:#fff;	
}
#case .more {
	display:block;
	width:100px;
	text-align:center;
	margin:10px auto 20px;
	color:#d52e21;	
}
#case .list {
	width:96%;
	margin:0 2%;
	text-align:center;	
}
#case .box {
	display:inline-block;
	width:30%;
	margin:0 1%;	
	border:1px #ccc solid;
	vertical-align:top;
	padding:20px 0;
}
#case .box {
	*display:inline;	
}
#case .box .img {
	width:100%;
	display:block;
	margin-bottom:20px;
}	
#case .box img {
	width:109px;	
}
#case .box ul {
	height:87px;
}	
#case .box li {
	padding:5px;	
}


#links {
	padding:0 2%;	
	text-align:left;
	margin-top:30px;
}
#links .li.h3 {
	border:0;
	color:#d52e21;
	font-size:16px;
	text-align:center;
	width:100px;
}
#links .ul {
	display:inline-block;
	width:80%;	
}
#links .ul {
	*display:inline;
}
#links .li.h3 h3 {
	font-weight:normal;	
}
#links .li {
	display:inline-block;
	
	margin:0 10px;
	vertical-align:top;
	
	line-height:1.5em;
	text-align:left;
}
#links .li {
	*display:inline;
}
#links .li a{
	display:block;
}

#links .li span {
	vertical-align:middle;
}
#links .li span.img {
	width:25%;	
	*padding-top:0px;
}
#links .li span img {
	width:100%;	
	vertical-align:middle;
}

@media screen and (max-width:1280px){
	#main {
		background-size:100%;
	}
	#links .li span.img {
		*padding-top:10px;	
	}
}
@media screen and (min-width:1025px){
	#business .box .more:hover{
		background-position:75px center;	
	}
	#news .list .li:hover {
		box-shadow:0 0 5px rgb(200,200,200);
		transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;	
	}
	#news .more:hover {
	
		padding-left:10px;	
}
	#case .more:hover {
		padding-left:10px;	
	}
	#case .box li a:hover {
		color:#d52e21;	
	}
	#case .box:hover {
		box-shadow:0 0 5px rgb(200,200,200);
		transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;	
	}
	#links .li a:hover {
		color:#d52e21;
		
	}
}
@media screen and (max-width:1024px){
	#links .li span.img {
		*padding-top:20px;	
	}
	#news .list .li {
		width:98%;
		margin-bottom:10px;	
	}
	#case .box img {
	width:30%;	
}
}
@media screen and (max-width:768px){
	#main {
		padding:20px 0;
		background-size:100%;	
	}
	#main .h {
		padding:0 5% 10px;
	}
	#main .h h2 {
		font-size:24px;	
	}
	#business {
		padding:0 3%;
		margin-bottom:30px;	
	}
	#business .box {
		width:47%;
		margin:20px 0 0;
		border:0;
	}
	#business .box p {
		height:43px;
	}
	#business .box h4 {
		font-size:16px;
		padding:5px 0 10px;	
	}
	#case .box li {
		line-height:1.3em;
		padding:0 0 8px;	
	}
	#links .li.h3 {
		width:auto;
		padding:0;	
	}
}
@media screen and (max-width:640px){
	.slideBox .hd {
		bottom:10px;	
	}
	.slideBox .hd ul li {
		margin:0 1px;
		width:25px;	
	}
	#main .h h2 {
		padding:0 0 10px;
		font-size:20px;
	}	
	#case .box {
		width:98%;	
		padding:5px 0;
		margin-bottom:10px;
	}
	#case .box .img {
		width:20%;
		float:left;	
		margin:0 2%;
	}
	#case .box .img img {
		width:100%;	
	}
	#case .more {
		margin:10px auto;	
	}
	#case .box ul {
		display:block;
		float:left;
		width:72%;
		padding:0 2%;
		text-align:left;	
	}
	#case .box li {
		line-height:1.3em;
		padding:3px 0;	
	}
	#links {
		margin-top:10px;	
	}
	#links h3 {
		margin-bottom:5px;	
	}
	#links .ul {
		width:70%;	
	}
	#news .list .li .right p {
		height:auto;
	}
		
}
@media screen and (max-width:414px){
	#news {
		padding-bottom:20px;	
	}
	#news .list {
		margin-top:20px;	
	}
	#news .list .img {
		width:100%;	
	}
	#news .list .li .right {
		width:100%;	
	}
	#news .list .li .right h5 {
	white-space:inherit;
	font-size:14px;
	padding:5px 0;
	}
	#news .list .li .right p {
		height:auto;	
	}
	
}
@media screen and (max-width:350px){
	#links .ul {
		width:100%;	
	}
	#links .ul .li {
		width:100%;	
	}
	

}