@charset "utf-8";
/* CSS Document */

#wrapper01{
	width:950px;
	padding:0px;
	background:none;
}

#content{
	float:none;
	width:950px;
	padding:0px;
}

#content #flash{
	width:950px;
	height:290px;
	margin-bottom:24px;
	margin-top:11px;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	-Webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}

#content .main{
	width:655px;
}

#content .main .carousel{
	background:#fff;
	border:#eee 4px solid;
	margin:0px 5px;
}

#content .main .carousel .carousel_box01{
	border:#E5E5E5 1px solid;
	position:relative;
	height:45px;
	padding-top:13px;
	padding-left:19px;
}

#content .main .carousel .carousel_box01 .left_button{
	position:absolute;
	left:1px;
	top:1px;
	cursor:pointer;
}

#content .main .carousel .carousel_box01 .right_button{
	position:absolute;
	right:1px;
	top:1px;
	cursor:pointer;
}

#content .main .carousel .carousel_box01 ul{
	height:31px;
	overflow:hidden;
}

#content .main .carousel .carousel_box01 ul li{
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	width:98px;
	height:31px;
	line-height:31px;
	text-align:center;
	margin-right:-1px;
	float:left;
}

#content .main .carousel .carousel_box01 ul li img{
	line-height:31px;
	vertical-align:baseline;
}

#content .box01{
	background:#fff;
	border:#eee 4px solid;
	margin:0px 5px;
}

#content .box01 .wrap{
	border:#E5E5E5 1px solid;
	background:url(../img/index_bg_01.png) repeat-x 0px 54px;
}

#content .box01 .wrap .title{
	width:635px;
	height:54px;
	position:relative;
}

#content .box01 .wrap .title .viewall{
	position:absolute;
	right:10px;
	top:20px;
	display:block;
	width:95px;
	height:18px;
	line-height:18px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#0095C7;
}

#content .box01 .wrap .box02{
	padding:16px 0px 16px 12px;
	width:653px;
	margin-right:-30px;
}

#content .box01 .wrap .box02 .mr15{
	margin-right:15px;
}

#content .box01 .wrap .box02 dl{
	width:194px;
	position:relative;
	padding-top:190px;
	background:url(../img/index_img_03.png) no-repeat;
}

#content .box01 .wrap .box02 dl dt{
	font-size:1.2em;
	line-height:1.2em;
	font-weight:800;
	padding-left:20px;
	text-indent:-20px;
}

#content .box01 .wrap .box02 dl dt .arrow{
	line-height:1.4em;
	padding:5px 0px;
	padding-left:20px;
	background:url(../img/index_arrow01.png) no-repeat 0px 50%;
	*background:url(../img/index_arrow01.png) no-repeat 0px 5px;
}

#content .box01 .wrap .box02 dl dt .meaasge{
	position:absolute;
	padding:0px;
	text-indent:0px;
	width:180px;
	height:32px;
	top:10px;
	left:8px;
	font-size:12px;
	font-weight:800;
	color:#000;
	line-height:16px;
	overflow:hidden;
}

#content .box01 .wrap .box02 dl .image{
	position:absolute;
	left:5px;
	top:64px;
	text-indent:0px;
}

#content .box01 .wrap .box02 dl .image img{
	width:184px;
	height:110px;
	position:relative;
}

#content .box01 .wrap .box02 dl dd{
	font-size:1.2em;
	line-height:1.5em;
}

#content .sidebar{
	width:270px;
}

#content .sidebar .news_box{
}

#content .sidebar .news_box ul li{
	border-bottom:1px dotted #ccc;
	padding:1px;
	zoom:1;
}

#content .sidebar .news_box ul li dl{
	padding:4px;
}

#content .sidebar .news_box ul li dl dt{
	/*padding-left:70px;*/
	position:relative;
	zoom:1;
}

#content .sidebar .news_box ul li dl dt img{
	/*position:absolute;
	left:0px;
	top:0px;*/
	vertical-align:top;
	margin-right:10px;
}

#content .sidebar .news_box ul li dl dd{
	line-height:1.5em;
	font-size:1.2em;
}

#content .sidebar .news_box ul .even dl {
	background:#F7FBFD;
}

#content .sidebar .seavice_box{
	background:#eee;
	padding:10px;
}

#content .sidebar .seavice_box img{
	vertical-align:bottom;
}

#content .sidebar .seavice_box h2{
	margin-bottom:5px;
}

#content .sidebar .seavice_box ul{
	margin-bottom:-5px;
}

#content .sidebar .seavice_box ul li{
	margin-bottom:5px;
}

#content .sidebar .banner_box{
}

#content .sidebar .banner_box img{
	vertical-align:bottom;
}

#content .sidebar .banner_box ul{
	margin-bottom:-10px;
}

#content .sidebar .banner_box ul li{
	position:relative;
	zoom:1;
	padding-left:50px;
	margin-bottom:10px;
	line-height:1.3em;
	min-height:40px;
	_height:40px;
}

#content .sidebar .banner_box ul li img{
	position:absolute;
	left:0px;
	top::0;
}





