
#okSlider {
	width:100%;
	height:auto;
	margin-top:10px;
	float:left;
	overflow:hidden;
}

.fullSlider {
	position:relative;
	width:100%;
	height:360px;
	background:#dddddd;
}

.fullSlider .bd {
	position:relative;
	z-index:0;
	margin:0 auto;
	overflow:hidden;
}

.fullSlider .bd ul {
	width:100%!important;
}

.fullSlider .bd li {
	width:100%!important;
	height:360px;
	text-align:center;
	overflow:hidden;
}

.fullSlider .bd li a {
	display:block;
	height:360px;
}

.fullSlider .hd {
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	line-height:30px;
}

.fullSlider .hd ul {
	text-align:center;
}

.fullSlider .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#000000;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}

.fullSlider .hd ul .on {
	background:#2288ee;
}

.fullSlider .prev {
	display:block;
	position:absolute;
	z-index:11;
	top:50%;
	margin-top:-30px;
	left:10%;
	width:40px;
	height:60px;
	background:url(../image/slider-arrow.png) -126px -137px #2288ee no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}

.fullSlider .next {
	display:block;
	position:absolute;
	z-index:11;
	top:50%;
	margin-top:-30px;
	right:10%;
	width:40px;
	height:60px;
	background:url(../image/slider-arrow.png) -6px -137px #2288ee no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}

.servicebox {
	width:100%;
	height:auto;
	margin-top:20px;
	background:#ffffff;
	float:left;
}

.servicelist {
	width:1080px;
	height:260px;
	margin:auto;
}

.servicelist ul {
	width:100%;
	height:auto;
	margin:0;
	float:left;
}

.servicelist ul li {
	width:330px;
	height:220px;
	padding:0;
	margin:15px;
	background:#f2f2f2;
	float:left;
}

.servicelist ul li img {
	width:330px;
	height:220px;
	margin:0;
	padding:0;
	border:0 none;
}

.newsbox {
	width:100%;
	height:auto;
	margin-top:20px;
	background:#f5f5f5;
	float:left;
}

.newslist {
	width:1080px;
	height:auto;
	margin:auto;
}

.newslist ul {
	width:100%;
	height:auto;
	margin:0;
	float:left;
}

.newslist ul li {
	width:500px;
	height:100px;
	padding:10px;
	margin:10px;
	background:#ffffff;
	float:left;
}

.shownews {
	width:100%;
	height:100px;
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
}

.newsleft {
	width:150px;
	height:100px;
	padding:0;
	margin:0;
	line-height:100px;
	text-align:center;
	float:left;
}

.newsleft img {
	width:150px;
	height:100px;
	border:0 none;
}

.newsright {
	width:330px;
	height:100px;
	padding:0;
	margin-left:18px;
	float:left;
}

.newsright h3 {
	width:100%;
	height:40px;
	padding:0;
	margin:0;
	line-height:20px;
	color:#828282;
	font-size:14px;
	font-weight:bold;
	float:left;
	overflow:hidden;
}

.newsright h3 a {
	color:#636363;
}
.newsright h3 a:hover {
	color:#2288ee;
	text-decoration:none;
}

.newsright h4 {
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	line-height:20px;
	color:#828282;
	font-size:12px;
	float:left;
	overflow:hidden;
}

.newsright p {
	width:100%;
	height:40px;
	padding:0;
	margin:0;
	line-height:20px;
	color:#828282;
	font-size:12px;
	float:left;
	overflow:hidden;
}

#profileBox {
	width:100%;
	height:240px;
	margin-top:20px;
	margin-bottom:20px;
	background:#ffffff;
	float:left;
}

.profilebox {
	width:1080px;
	height:260px;
	margin:auto;
}

.profileleft {
	width:480px;
	height:240px;
	padding:10px;
	margin:0;
	float:left;
}

.profileleft img {
	width:480px;
	height:240px;
	margin:0;
	border:0 none;
}

.profileright {
	width:550px;
	height:240px;
	margin-left:10px;
	float:right;
}

.profileright p {
	width:100%;
	height:auto;
	margin:0;
	line-height:28px;
	text-indent:2em;
	color:#585858;
	font-size:14px;
	float:left;
}