@charset "utf-8";
/* 首页样式*/
body{
	background:url(../Img/page_img01.jpg) repeat-x;

	}
.menu_l, .menu_r{
	width:1px;
	height:45px;
	+height:40px;

	background:url(../Img/page_img02.jpg) no-repeat;
    
	}

.menu_l{
	float:left;
	position:relative;
	top:30px;
	}
.menu_r{
	float:right;
	}	
	
.breadcrumb { 
    overflow: hidden; 
	width: 70%;
	height:40px;
    background:url(../Img/page_img03.jpg) no-repeat left 17px;
	padding-left:10px;
	}
.breadcrumb li { 
    float: left; 
	color: #777; 
	padding-left: 1em;
	padding-top:1.35em;
	+padding-top:1.3em;
	}
.breadcrumb a { 
    background:url(../Img/page_img04.jpg) no-repeat right 3px; 
	float: left; 
	padding: 0em 1.5em 1em 0; 
	color: #777; }
.breadcrumb a:hover{ 
    background:url(../Img/page_img04.jpg) no-repeat right 3px; 
	float: left; 
	padding: 0em 1.5em 1em 0; 
	color:#036; }	
.breadcrumb li.current { 
    padding: 0em 1.5em 1em 1em; 
	font-weight: bold; 
	color: #222; }
.content{
	height:auto;
	overflow:hidden;
	}
.left{
	width:167px;
	height:400px;
	background:url(../Img/page_img05.jpg) no-repeat;
	float:left;

	}
.right{
	width:797px;
	height:auto;
	float:right;
	overflow:hidden;
	padding:25px 0 40px 30px;
	border-left:#e5e6ea solid 1px;
	}
.right img{
	margin-top:-2px;
	
	
	}	
.right p{
	font-size:13px;
	color:#333;
	line-height:22px;

	}

.right_news{
	width:797px;
	height:auto;
	float:right;
	overflow:hidden;
	padding:25px 0 40px 30px;
	border-left:#e5e6ea solid 1px;
	}	
.right_news li{
	width:790px;
	height:32px;
	display:block;
	border-bottom:#CCC dotted 1px;
	font-size:12px;
	line-height:2.8em;
	}	
.right_news li a{
	height:26px;
	float:left;
	}
.right_news li span{
	height:26px;
	float:right;
	}	
.pro_list{
	width:797px;
	height:auto;
	float:right;
	overflow:hidden;
	padding:25px 0 40px 30px;
	border-left:#e5e6ea solid 1px;
	}
.pro_list ul{
	overflow:hidden;
	display:block;
	}	
.pro_list li{
	float:left;
	width:220px;
	height:140px;
	padding:5px;
	border:#CCC solid 1px;
	margin-right:30px;
	margin-bottom:30px;
	display:block;
	}
.pro_list li span{
	width:100%;
	height:20px;
	display:block;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;

	
	
	}	
.page {
	margin-top:25px;

	
	}		
.page a{
	
	border:#CCC solid 1px;
	padding:5px;
	color:#333;
	
	
	}
span.current{
	border:#333 solid 1px;
	background:#333;
	padding:5px 7px;

	color:#FFF;
	
	}	
.title{
	width:100%;
	height:70px;
	background:url(../Img/page_img07.jpg) no-repeat bottom left;
	margin-bottom:25px;
	
	}			

.title h1{
	color:#464646;
	font-family:Arial;
	font-size:20px;
	line-height:2.5em;
	margin-left:-2px;
	
	}
.title h2{
	font-size:12px;
	font-weight:normal;
	margin-top:-5px;
	
	}