@charset "gb2312";
/* CSS Document */
/*==================================================
置顶通栏：#TopBar
         #TopLogin  顶部登录
		 
上部通栏：#Top   
         #Top-Logo  上部网站标志部分
         #Top-Nav   上部网站导航部分
         #Top-Banner  上部网站广告部分

整体布局：#Layout  固定其宽度为1000PX，高度为100%，以满足其高度随内容的高度而自动调节

网站头部：#Header
         #Header-Logo  头部网站标志部分
         #Header-Nav   头部网站导航部分
         #Header-Banner   头部网站广告部分

网站主体：#Main
        .ModuleOne   第一模块部分
        .ModuleOne-Left     第一模块之左侧部分
        .ModuleOne-Center   第一模块之中间部分

        .ModuleOne-Right    第一模块之右侧部分
		
网站脚部：#Footer
        .FooterLink-List  脚部友情链接之列表式
        .FooterLink-Img   脚部友情链接之图片式
        .FooterCopyright  脚部之版权声明
		
底部通栏：#Bottom
        .BottomLink-List   底部友情链接之列表式
	    .BottomLink-Img    底部友情链接之图片式
	    .BottomCopyright   底部之版权声明    
中间主体：#main  中间左侧：#main-left  中间居中：#main-center   中间右侧：#main-right 
下部布局：#bottom  下部左侧：#bottom-left  下部右侧：#bottom-right
导航部分：#nav　　子导航：.subnav
菜单部分：.menu　　子菜单：.submenu
友情链接：.Friendlink
顶部登录：#loginbar  主体登录：#login
广告部分：.banner
搜索部分：.search
内容部分：.content   .container
版权部分：.copyright
文章列表：.name+list
侧栏：.sidebar   左侧栏：.left-sidebar  右侧栏：.right-sidebar
栏目：.colu
服务：.service
注册：.regsiter

注意事项：
网站标准宽度不超过1000PX，如无特别要求，则宽度标准定义为1000PX；
1、DIV若不定义高度且无内容录入，则不能正常预览；
2、#/. 当网站内只有一个样式调用时，用#标签，当一个类别被多次调用时，则用"."标签；


关于类别标签的命名规则
1、第一级标签的命名规则为：#+网站布局位置属性名称
2、第二级标签的命名规则为：.+网站布局位置属性名称-分类所处左中右名称
3、第三级标签的命名规则为：.+网站布局位置属性名称-分类所处左中右名称-类别名称
====================================================*/
/*网站通用样式*/
html, body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, sans-serif "微软雅黑";
    font-size: 14px;
    color: #333;
    background: #fff;
}

body {
    overflow-x: hidden;
}

*{
    margin: 0px auto;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    text-decoration: none;
}

.clear {
    clear: both;
    /*visibility: hidden;*/
}

.text-overflow {
    overflow: hidden; /*将超出内容隐藏*/
    white-space: nowrap; /*强制内容不换行。强制在同一行内显示所有文本，直到文本结束或者遭遇 br 元素*/
    text-overflow: ellipsis; /*IE专用属性，文本溢出时显示省略标记()；其他浏览器不支持。*/
    -o-text-overflow: ellipsis;
}

.overflow-hidden {
    overflow: hidden; /*将超出内容隐藏*/
    text-overflow: ellipsis; /*IE专用属性，文本溢出时显示省略标记()；其他浏览器不支持。*/
    -o-text-overflow: ellipsis;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

a{
    text-decoration: none;
}

.pad-none{
    padding: 0;
}

a:hover {
    text-decoration: none;
}
/*nav*/
*{
	list-style-type: none;
	text-decoration: none;
}
.nav{
	clear: both;
	width: 100%;
	height: 50px;
	background: #282828;
}

.nav ul{
	width: 1000px;
	height: 50px;
	list-style-type: none;
	text-decoration: none;
}

.nav ul li{
	float: left;
}

.nav ul li a{
	float: left;
	display: block;
	margin-left: 5px;
	width: 160px;
	height: 50px;
	font-size: 15px;
	letter-spacing: 1px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
}
.nav ul li a:hover{
	color: #e2f1e1;
	background: #bd0808;
	border-radius: 5px;
}

.nav li a.selected{ 
	color: #333;
}
 
.nav li a.selected2{
	color: #e2f1e1;
	border-radius: 5px;
}

.nav ul li ul{
	clear:both;
	margin-left: 5px;
	display: none;
 	position: relative;
	width: 80px;
}

.nav ul li ul li{
	width:80px;
	float:left;
	display: block;
	background: #5fb93f;
	text-decoration: none;
	list-style-type: none;
}

.nav ul li ul li a{
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 31px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

.nav ul li ul li a:hover{
	color: #ffd200;
	text-decoration: none;
	list-style-type: none;
}

.nav ul li:hover ul{
	display: block;
	list-style-type: none;
	text-decoration: none;
}

.main-one{
	width: 1000px;
	height: 330px;
}
.main-two{
	width: 1000px;
	height: 890px;
}
.main-two-F{
	float: left; 
	width: 240px;
	height:auto;
	background-: #CCC;
}
.main-two-F1{
	width: 240px;
	height:auto;
	border-radius: 8px;
	background: #ebebeb;
}
.main-two-F1t{
	width: 238px;
	height: 40px;
	background: url("../image/4.png") repeat-x;
	border-radius-: 10px;
	border: 1px solid #EDEDED;
}
.main-two-F1t h2{
	float: left;
	width: 130px;
	height: 40px;
	font-size: 14px;
	color: #333;
	line-height: 38px;
	padding-left: 10px;
}
.main-two-F1t a{
	float: right;
	width: 50px;
	height: 40px;
	font-size: 12px;
	color: #333;
	line-height: 40px;
}
.main-two-F1t a:hover{
	color:  #bd0808;
}
.main-two-F1b{
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	padding-top: 10px;
	width: 236px;
	height:auto;
	background: #FFF;
	border-radius: 10px;
}
.main-two-F1b ul{
	width: 210px;
	height:auto;
}
.main-two-F1b ul li a{
	font-size: 12px;
	color: #333;
	line-height: 27px;
}
.main-two-F1b ul li a:hover{
	color: #F00;
	border-bottom: 1px solid #CCC;
}

.main-two-F2{
	margin-top: 10px;
	width: 240px;
	height: 300px;
	border-radius: 8px;
	background: #ebebeb;
}
.main-two-F2b{
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	padding-top: 10px;
	width: 236px;
	height: 247px;
	border-radius: 10px;
	background: #FFF url("../image/3.png") no-repeat 0 25px;
}
.main-two-F2b ul{
	margin-top: 30px;
	width: 180px;
	height: 23px;
	background-: #9FF;
}
.main-two-F2b p{
	margin-left: 30px;
	color: #333;
	font-size: 12px;
	display: inline-block;
}
.main-two-F2b ul li img{
	float: left;
	width: 15px;
	height:auto;
}
.main-two-F2b ul li h3{
	float: left;
	width: 80px;
	height:auto;
}
.main-two-R{
	float: right; 
	width: 720px;
	height: 610px;
}
.main-two-R1{
	margin-bottom: 10px;
	width: 720px;
	height: 230px;
}
.main-two-R1t{
	width: 718px;
	height: 38px;
	border: 1px solid #ededed;
	background: url("../image/4.png") repeat-x;
}
.main-two-R1t h2{
	float: left;
	margin-left: 10px;
	width: 500px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	color: #333;
}
.main-two-R1t a{
	float: right;
	width: 40px;
	height: 38px;
	color: #333;
	line-height: 38px;
    padding-right: 15px;
}
.main-two-R1t a:hover{
	color: #F00;
}
.main-two-R1b{
	width: 720px;
	height: 190px;
	background:#f6f6f6;
}
.main-two-R1bl{
	float: left;
	padding: 15px;
	width: 420px;
	height: 120px;
	font-size: 12px;
	color: #333;
	line-height: 27px;
	text-indent: 2em;
	background-: #390;
}
.main-two-R1br{
	float: right;
	margin-top: 16px;
	margin-right: 13px;
	width: 240px;
	height: 150px;
}
.main-two-R1br img{
	width: 240px;
	height: 160px;
}
.main-two-R2{
	margin-bottom: 10px;
	width: 720px;
	height: 130px;
	background: #669;
}
.main-two-R2b{
	width: 720px;
	height: 90px;
	background:#f6f6f6;
}
.main-two-R2b ul{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	width: 690px;
	height: 90px;
	background-:#f6f6f6;
}
.main-two-R2b ul li a{
	font-size: 12px;
	color: #333;
	line-height: 27px;
}
.main-two-R3{
	width: 720px;
	height: 270px;
	background: #69C;
}
.main-two-R3b{
	width: 720px;
	height: 230px;
	background:#f6f6f6;
}
.main-two-R3b ul{
	padding-top: 15px;
	width: 720px;
	height: 230px;
}
.main-two-R3b ul li{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	width: 148px;
	height: 180px;
}
.main-two-R3b ul li img{
	padding: 1px;
	width: 148px;
	height: 180px;
	border-radius: 10px;
	border: 1px solid #CCC;
}
.main-two-R3b ul li a{
	display: block;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 27px;
}
.footer{
	margin-top: 30px;
	padding-top: 15px;
	width: 100%;
	height: 220px;
	background: #282828;
}

.footer-c{
	width: 1000px;
	height: 190px;
	background-: #999;
	border-bottom: 1px solid #3E3E3E;
}

.footer-c1{
	float: left;
	width: 230px;
	height: 180px;
	background-: #CF3;
}

.footer-c3{
	float: right;
	width: 230px;
	height: 180px;
	background-: #CF3;
}

.footer-c2{
	float: left;
	margin-left: 155px;
	margin-right: 155px;
	width: 230px;
	height: 180px;
	background-: #699;
}

.footer-c1T,.footer-c2T,.footer-c3T{
	width: 230px;
	height: 40px;
	font-size: 14px;
	color: #FFF;
	line-height: 50px;
	border-bottom: 1px solid #3E3E3E;
	background-: #30C;
}

.footer-c1B,.footer-c2B,.footer-c3B{
	margin-top: 5px;
	width: 230px;
	height: 144px;
	background-: #C33;
}

.footer-c1B a{
	margin-top: 20px;
	font-family: "宋体";
	font-size: 14px;
	color: #FFF;  
	line-height: 20px;  	
}

.footer-c1B a:hover{
	color: #CF6;    	
}

.footer-c2B img{
	margin-top: 15px; 
	margin-right: 10px; 
	width: 20px;
	height: auto;
}
 
.footer-c2B li{
	font-size: 14px;
	line-height: 15px;
	color:#FFF;
}

.footer-c3B img{
	margin-top: 25px;
	margin-left: 55px;
	width: 105px;
	height: 105px;
}

.footer p{
	display: block;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

.footer p a{
	color: #999;
}

.footer p a:hover{
	color: #FFF;
}
