﻿*{
	margin:0;
	padding:0;
}
body{
	font-size:12px;
	font-family:"宋体",Arial;
	color:#333;
}
a {
	text-decoration:none;
}
img {
	border:0;
}
.center {
	text-align:center;
}
.clear{
	overflow:hidden;
	clear:both;
	width:0px;height:0px;
}
.right{
	float:right;
}
.left{
	float:left;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:13px;
}
ul{
	list-style-type:none;
}

/**layout**/
#webbody{
	width:986px;
	margin:0px auto;
}
/*头部*/
#top{
	width:986px;
	border:1px solid #B0C0E1;
	height:139px;
	overflow:hidden;
}
#menu{
	width:961px;
	font-weight:bold;
	margin-top:10px;
}
#menu ul li{
	float:left;
}
#menu_down{
	height:111px;
	width:979px;
	background:url(menu_back1.png) repeat-x;
}
#menu_down .menu_down_left{
	float:left;
	padding-top:28px;
	padding-left:13px;
	width:204px;
}
#menu_down .menu_down_right{
	width:762px;
	float:left;
	line-height:19px;
	font-size:12px;
	color:#2B2B2B;
}
#menu_down .menu_down_right a{
	color:#2B2B2B;	
}
#menu_down .menu_down_right a:hover{
	text-decoration:underline;
}
#menu_down .menu_down_right1{
	background:url(menu_down_img1.gif) no-repeat;
	height:19px;
	padding-left:48px;
	margin-top:9px;
}
#menu_down .menu_down_right1 a{
	padding:0px 0px 0px 1px;
}
#menu_down .menu_down_right2{
	background:url(menu_down_img2.gif) no-repeat;
	height:19px;
	padding-left:48px;
	margin-top:6px;
}
#menu_down .menu_down_right2 a{
	padding:0px 4px 0px 1px;
}
#menu_down .menu_down_right3{
	background:url(menu_down_img3.gif) no-repeat;
	height:19px;
	padding-left:48px;
	margin-top:6px;
}
#menu_down .menu_down_right3 a{
	padding:0px 7px 0px 1px;
}
#menu_down .menu_down_right4{
	background:url(menu_down_img4.gif) no-repeat;
	height:19px;
	padding-left:48px;
	margin-top:6px;
}
#menu_down .menu_down_right4 a{
	padding:0px 11px 0px 1px;
}

/*footer start*/
#footer{
	margin-top:3px;
	height:123px;
	background-color:#EBF4FB;
	color:#0455A6;
	line-height:21px;
	text-align:center;
	float:left;
	width:100%;
}
#footer a{
	color:#0455A6;
}
#footer span{
	font-family:"Arial";
}
/*footer end*/
#banner{
	width:966px;
	height:235px;
	margin-left:10px;
}
.main{
	width:966px;
	float:left;
	margin-top:0px;
	margin-left:10px;
}
.main .up
{
	width:952px;
	height:450px;
	float:left;
	margin-top:0px;
	border:7px solid #fbfada;
	background:#fbfada;
}
.main .up .more
{
    margin-top:10px;
    width:930px;
    height:50px;
    text-align:right;
}
.main .up .one
{
	width:460px;
	margin-left:10px;
	margin-top:10px;
	height:135px;
	float:left;
	border:1px solid #d0cf8e;
	background:#fffff3;
}
.main .up .one .img
{
    float:left;
    width:280px;
    height:135px;
}

.main .up .one .img img
{
	float:left;
	width:280px;
	height:135px;
}
.main .up .one .content
{
    float:left;
    width:180px;
    height:135px;
}
.main .up .one .content .title 
{
    text-align:left;
    font-weight:normal;
    color:#000000;
    line-height:24px;
    font-size:12px;
    width:100%;
    cursor:pointer;
    -moz-opacity:0.5; 
    height:30px;
}
.main .up .one .content .title p
{
    text-align:left;
    font-weight:normal;
    color:#000000;
    line-height:20px;
    font-size:12px;
    margin:10px 0px 0 23px; 
}
.main .up .one .content .title a{
	color:#2B2B2B;
}
