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

/*home_nav style*/
.home_nav{
	width:1000px;
	float:left;
	height:40px;
}
.home_logo{
	width:250px;
	float:left;
}
.home_logo img{
	border:0;
	_display:block;
}
.nav{
    background:url(../images/home_nav_bg.gif) repeat-x;
	width:750px;
	float:left;
	height:40px;
}
.nav img{
	border:0;
}
.nav_img_pad{
	padding:0 20px;
	cursor:pointer;
}

/*home warp*/
.home_warp{
	width:885px;
	padding:15px 57px 10px 58px;
}
.left_pic_box{
	width:535px;
	float:left;
	overflow:hidden;
}
.right_news{
	width:350px;
	float:left;
	padding-top:8px;
}
.news_top{
	background:url(../images/home_news_top.gif) no-repeat;
	height:20px;
	width:335px;
	float:left;
	text-align:right;
	font-size:11px;
	color:#CD1E24;
	padding:10px 15px 0 0;
}
.news_top img{
	padding-left:2px;
}
.news_top span{
	cursor:pointer;
}
.news_center{
	background:url(../images/home_news_bg.gif) repeat-y;
  
	float:left;
	padding:15px 15px 0 15px;
}
.news_date{
	background:url(../images/home_date_bg.gif) no-repeat;
	float:left;
	font-size:11px;
	width:313px;
	height:24px;
	padding:5px 0 0 7px;
	color:#FFF;
}
.news_title{
	width:320px;
	float:left;
	padding:1px 0 13px 0;
	line-height:18px;
}
.news_title a{
	color:#282727;
	text-decoration:none;
}
.news_title a:hover{
	color:#111;
	border-bottom:1px dashed #111;
}
.news_bottom{
	width:350px;
	float:left;
}

/*service*/
.home_service{
	background:url(../images/f_line.gif) no-repeat;
	width:350px;
	float:left;
	padding:13px 0 12px 0;
	background-position:200px 5px;
}
.home_service img{
	border:0;
}
.home_service table td{
	padding-left:25px;
}


/*home footer style*/

.home_footer{
	float:left;
	border-top:1px solid #DDDBDB;
	border-bottom:1px solid #DDDBDB;
	width:877px;
	margin-left:8px;
	_margin-left:4px;			/*IE hack*/
	padding:8px 0;
}




