﻿/*通用类*/
*{margin:0; padding:0;}
html {
    /*overflow:scroll;
    overflow-x:hidden;*/
    /*overflow:auto !important; overflow:hidden;
   overflow-x: hidden; overflow-y: auto;*/
}
body{ margin:0 auto; font-size:12px; font-family:"Microsoft Yahei"; color:#666; background:#fbfbfb;	}
h1,h2,h3{
	font-weight:500;
}
img{
	border:none;
}
a{
	cursor:pointer;
	/*color:#666;*/
	text-decoration:none;
}
a:hover{
	/*color:#468bf2;*/
    color:#000;
}
a:focus,a:visited{outline:none}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input{
	font-family:"Microsoft Yahei";
	color:#666;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0;
	overflow:hidden;
	clear:both;
}
.container{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}

/*底部背景样式*/
.w_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:1;}
.slideBox{ width:100%; height:auto; overflow:hidden; position:relative; z-index:7;}
.onepics{ position:absolute;}

/*公用CSS 开始*/

/*header 开始*/
.right{
    width:200px;
	height:100%;
    float:right;
	background:#fff;
	border-left:2px solid #c3e8cb;
    top:0;
	right:0;
    position:fixed;
    z-index:101;
	right:-202px;
}

/*菜单样式结束*/
.logo{ width:144px; height:125px; margin:40px auto; display:block;}
.menu_box{ border-top:solid 1px #e6e6e6; padding-top:40px;}
.menu_box a{ font-size:14px; color:#4b4b4b; display:block; width:270px; padding:10px 0 0 30px; height:50px; text-decoration:none;}
.menu_box a span{ color:#b3b3b3; font-family:arial; display:block; font-size:12px; padding-top:5px;}
.menu_box a:hover{ background:#f7f5f2;}
.menu_box a em{ display:block; width:32px; height:32px; float:left; margin:4px 35px 0 0; }
.News{ background:url(../images/ico.png) no-repeat 0 0;}
.Notice{ background:url(../images/ico.png) no-repeat 0 -59px;}
.Grassroots{ background:url(../images/ico.png) no-repeat 0 -119px;}
.Culture{ background:url(../images/ico.png) no-repeat 0 -502px;}
.About{ background:url(../images/ico.png) no-repeat 0 -238px;}
.Notif{ background:url(../images/ico.png) no-repeat 0 -178px;}


/* 字体定义开始 */
@font-face {
    font-family:myFirstFont;
    src:url(../font/方正硬笔楷书简体.ttf);
}
/* 字体定义结束 */


/*banner 开始*/
.banner{
	height:277px;
	background:url("../images/banner_bg.jpg") no-repeat top center;
}
/*banner 结束*/

.main{
	width:1100px;
	margin:0 auto;
}

/*section 左侧内容区开始*/
.section{
	width:650px;
	float:right;
	padding-top: 10px;
padding-bottom: 15px;
margin-bottom:20px;

}
/*section 左侧内容区结束*/

/*footer 底部开始*/
.footer{
	width:100%;
	margin:0 auto;
	/*position:relative;*/
    padding:20px 0;
    border-top:1px solid #e5e5e5;
}
.footer p{
	line-height:21px;
}
/*footer 底部结束*/

/*foot 底部开始*/
.foot{
	width:600px;
	padding:10px;
}
.foot p{
    color:#fff;
	line-height:20px;
}
.foot p a{
    color:#fff;
	font-size:14px;
}
.foot p a:hover{
    color:#e1e1e1;
	font-size:14px;
}
/*foot 底部结束*/


/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}


#com_kouhao {
    z-index: 1;
    position: fixed;
    bottom: 50%;
    width: 650px;
	left:50%;
	margin-left:-400px;
    display:none;
}
#com_kouhao img {
    width:650px;
}


