/*
Document:main.css
Created on:2011-9-26,09:34
Author:haojuan
Description:首页样式表
*/
/*------------------------CSS重置及公共类-------------------------*/
html,body,div,span,
h1,h2,h3,h4,h5,h6,p,
a,img,strong,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;
font-size:12px;
color:#000000;
family:宋体;
/*background:transparent;*/
}
Ol,ul{
List-style:none;
}
body{background-color:#ffffff;}
a:link{text-decoration: none;color:#000000;}
a:visited{text-decoration: none;color: #000000;}
a:hover{text-decoration:underline;color: #000000;}
a:active{text-decoration: none;color: #000000;}
.clear{clear:both;}
.green{color:#4c8420;font-size:14px;font-weight:bold;}
.green1{color:#4c8420;font-size:12px;font-weight:normal;}
.green1 a{color:#4c8420;font-size:12px;font-weight:normal;}
/*-----------------页面头部样式--------------------*/
#header{margin:0 auto;width:960px;}
#top{background-image:url(../images/top_bg.jpg);background-repeat:no-repeat;float:left;width:960px;height:44px;}
#banner{float:left;height:176px;width:960px;}

/*------------------页面主题部分样式------------------------*/
#main{margin:0 auto;width:960px;}
#main1{display:inline;float:left;height:240px;margin:20px 0px;width:960px;}
#huandeng{border:solid 1px #eeeeee;float:left;height:238px;margin:0px 20px 0px 0px;width:360px;}
#tupian{border:solid 1px #eeeeee;float:left;height:238px;width:576px;}
.tp_pic{display:inline;float:left;height:214px;margin:12px 0px 12px 13px;width:268px;}
#main2{float:left;height:280px;margin-bottom:20px;width:960px;}
#left{border:solid 1px #ededed;float:left;height:278px;width:668px;}
#left_title{background-color:#a6c134;float:left;height:24px;width:668px;}
#left_content{display:inline;float:left;height:234px;line-height:25px;margin:10px;width:648px;}
#left_content p{text-indent:24px;margin:0px;padding:0px;}
#right{border:solid 1px #ededed;display:inline;float:left;height:278px;margin-left:10px;width:278px;}
#right_title{float:left;height:24px;width:278px;}
#right_content{float:left;height:234px;padding:10px;width:258px;}
#right_content ul li{line-height:23px;list-style-type: none;}
.main3{float:left;margin-bottom:20px;width:960px;}
.m_title{float:left;height:31px;width:960px;}
.m_content{border:solid 1px #efefef;float:left;line-height:20px;padding:10px;width:938px;}
.m_content p{margin:10px 10px 20px 10px;}
/*------------------页面尾部样式--------------------------*/
#footer{background-color:#a6c134;color:#ffffff;height:60px;line-height:30px;margin:0 auto;text-align:center;width:960px;}
