@charset "utf-8";
/* 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: 0;
	padding: 0;
    font-family: Verdana, Geneva, sans-serif "微软雅黑";
	color: #333;
	background: #FFF;
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

* {
    margin: 0 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: 0px 0px;
}

a:hover{
	text-decoration: none;
}

.nav-top{
	width: 100%;
	height: 105px;
	background:#0b93ec;
}

.nav-top-conter{
	width: 1000px;
	height: 105px;
	background:- #339;
}

.logo{
	width: 600px;
	height: 105px;
	background-: #603;
}

.logo img{
	margin-top: 30px;
	width: 600px;
	height: auto;
}

.logo-right{
	float: right;
	width: 192px;
	height: 105px;
	background-: #633;
}

.logo-right img{
	float-: right;
	width: 192px;
	height: 105px;
	background-: #603;
}

.nav-top-conter-C{
	float: left;
	margin-left: 30px;
	width: 160px;
	height: 105px;
	background-: #603;
}

.nav-top-conter-C a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFF;
	line-height: 120px;
	text-align: center;
}

.nav-top-conter-C a:hover{
	text-decoration: none;
	color: #CCC;
}

.main-one{
	margin-top: 15px;
	width: 1000px;
	height: auto;
}

.main-one-left{
	float: left;
	margin-right: 15px;
	width: 260px;
	height: auto;
}
.nav1-item a:hover{
	color: #FFF;
	background:#0099ff;
	text-decoration:none;
	}

.main-one-left-T{
	width: 260px;
	height: 40px;
	background: url(image/one-1.png);
}

.main-one-left-T a {
	display: block;
	margin-left: 45px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}
.main-one-left-T a:hover{
	color: #0FC;
	width: 260px;
	height: 35px;
    text-decoration: none;
}
.main-one-right{
	float: left;
	width: 725px;
	height: 500px;
	background-: #309;
}

.main-one-right-top{
	margin-bottom: 15px;
	width: 725px;
	height: 255px;
	background-: #399;
}

.main-one-right-top-L{
	float: left;
	margin-right: 15px;
	width: 448px;
	height: 253px;
	border: 1px solid #CCC;
	background-: #66F;
}

.main-one-right-top-R{
	float: left;
	width: 258px;
	height: 253px;
	border: 1px solid #CCC;
	background-: #66F;
}

.main-one-right-top-RT{
	width: 258px;
	height: 40px;
	background: url(image/one-4.png);
}

.main-one-right-top-RB{
	margin-top-: 15px;
	width: 258px;
	height: 198px;
	background: url(image/one-5.png);
}

.main-one-right-top-LT{
	width: 448px;
	height: 40px;
	background: url(image/one-3.png);
}

.main-one-right-top-LT a,.main-one-right-top-RT a,.main-one-right-bottom-T a,.main-two-T a{
	display: block;
	margin-left: 33px;	
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.main-one-right-top-LT a span,.main-one-right-top-RT a span,.main-one-right-bottom-T a span,.main-two-T a span{
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #09F; 
}

.main-one-right-top-LT a:hover,.main-one-right-top-RT a:hover,.main-one-right-bottom-T a:hover,.main-two-T a:hover{
	color: #6FF;
	text-decoration: none;
}

.main-one-right-top-LB{
	margin-top: 15px;
	width: 448px;
	height: 200px;
	background-: #399;
}

.main-one-right-top-LB span{
	float: right;
	margin-right: 10px;
}

.main-one-right-top-LB li a{
	margin-left: 18px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #5E5E5E;
	line-height: 27px;
}

.main-one-right-top-LB li a:hover{
	color: #09C;
	text-decoration: none;
}

.main-one-right-bottom{
	width: 723px;
	height: 213px;
	border: 1px solid #CCC;
	background-: #669;
}

.main-one-right-bottom-T{
	width: 723px;
	height: 40px;
	background: url(image/one-6.png);
}

.main-one-right-bottom-BL{
	float: left;
	margin: 6px;
	width: 200px;
	height: 161px;
	background: url(image/one-7.png);
}

.main-one-right-bottom-BR{
	float: left;
	margin: 6px;
	width: 493px;
	height: 161px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #5E5E5E;
	text-indent: 1em;
	line-height: 27px;
}

.main-two{
	margin-top: 15px;
	width: 100%;
	height: 230px;
	
	background-: #3CF;
	float:left;
	margin:auto;
}

.main-two-T{
	width: 998px;
	height: 40px;
	background: url(image/one-8.png);
}

.bottom{
	margin-top: 15px;
	width: 100%;
	height: 100px;
	background: #0b93ec;
}

.bottom ul li{
	display: block;
	font-family: "宋体";
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px solid  #FFF;
}







