﻿
#header  .nav li a:hover, 
#header .atc a {
	background-color: #000;
}

#header  .nav li a#1, 
#header .atc a {
	background-color: #000;
}


#main{
	width:1000px;
	height:710px;
	background:#f9f9f9;
}

.scope_bg{
	background: url(../image/scope_bg.jpg) no-repeat center;
	background-size:100%;
	width:100%;
	height:210px;
}



#main ul{
	width:800px;
	height:480px;
	text-decoration:none;
	margin:0 auto;
	margin-top:20px;
}



#main ul li{
	width:400px;
	height:120px;
	float:left;
	font-size:13px;
	font-weight:bold;
	position:relative;
}


#main ul li img{
	position:absolute;
	left:60px;
}

#main ul li h5{
	position:absolute;
	left:155px;
	color:#1e2a39;
	font-size:13px;
}

#main ul li p{
	position:absolute;
	left:155px;
	top:35px;
	font-weight:normal;
	font-size:12px;
	color:#8f8e8e;
	}

