@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: 0px 0px;
}

a:hover {
    text-decoration: none;
}

/*title*/
.topbar{
	width: 100%;
	height: 28px;
	background: #007ccb;
}
.topbar-center{
	width: 1000px;
	height: 28px;
}

.topbar-left p{
	font-family: "宋体";
	font-size: 12px;
	color: #fff;
	line-height: 28px;
}

.topbar-right{
	margin-top: 8px;
	width: 251px;
	height: 20px;
}

.topbar-right ul li{
	float: left;
}

.topbar-right ul li img{
	float: left;
	margin-left: 8px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

.topbar-right ul li h5{
	float: left;
	margin-top: 2px;
	font-family: "宋体";
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

.topbar-right ul li h5:hover{
	color: #F00;
}

.bottombar{
	width: 100%;
	height: 103px;
	border-bottom: 1px solid #007ccb;
}

.logo-center{
	width: 1000px;
	height: 103px;
}

.logo{
	width: 260px;
	height: 103px;
}

.logo img{
	width: 260px;
	height: 103px;
}

.logo-right{
	width: 645px;
	height: 103px;
	background-: #309;
}

.phone{
	float: right;
	margin-top: 15px;
	width: 230px;
	height: 30px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #F00;
	background-: #C00;
}

/*banner*/
.Focus{width:1000px;position:relative;height-:300px;}
.Focus .prev,.Focus .next{position:absolute;display:block;left:10px;top:97px;width:46px;height:62px;background:url(images/focusAdvBg.png) no-repeat;filter:alpha(opacity=80);opacity:0.8;}
.Focus .next{left:auto;right:10px;background-position:-46px 0;}
.Focus .prev:hover,.Focus .next:hover{filter:alpha(opacity=80) !important;opacity:1 !important;}
.FocusIn{width:1000px;height:300px;position:relative;margin:0 auto;overflow:hidden;}
.FocusIn .bd li{vertical-align:middle;}
.FocusIn .bd li img{width:1000px;height:300px;display:block;}
.FocusIn .hd{position:absolute;right:4px;bottom:6px;}
.FocusIn .hd ul{vertical-align:middle;display:inline-block;*display:inline;overflow:hidden;zoom:1;}
.FocusIn .hd ul li{position:relative;float:left;display:inline;padding-top:4px;margin-right:6px;filter:alpha(opacity=80);opacity:0.8;cursor:pointer;}
.FocusIn .hd ul li img{width:76px;height:46px;border:2px solid #fff;display:block;}
.FocusIn .hd ul li.on{filter:alpha(opacity=80);opacity:1;background:url(images/focusArrow.png) center 0 no-repeat;}
.FocusIn .hd ul li.on img{border:2px solid #3499EA;border-bottom-width:4px;}
.next2{
	width:1050px;height:300px;
	background-: #0FC;	
}
/*banner 结束*/

/*公告*/
.main-one{
	width:1000px;
	height: 40px;
	border-bottom: 1px solid #F00;
	background-: #C00;
}

.main-one-left img{
	float: left;
	margin-top: 10px;
}

.main-one h3{	
	float: left;
	margin-left: 8px;
	font-family:"微软雅黑";
	font-size: 20px;
	color: #F00;
	font-weight: normal;
	line-height:50px;
}
.main-one-right{
	width: 900px;
}

.main-one-right ul{
	text-decoration: none;
	list-style-type: none;
}

.main-one-right ul li{
	float: left;
	margin-left: 40px;
	width: 400px;
	
}

.main-one-right ul li a{
	font-family: "宋体";
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.main-one-right ul li a:hover{
	color: #F00;
}

.main-two{
	margin-top: 20px;
	width:1000px;
	height: 273px;
}

.main-two-left{
	width:463px;
	height: 271px;
	border: 1px solid #CCC;
}

.main-two-center{
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	width:298px;
	height: 271px;
	border: 1px solid #CCC;
}

.main-two-center-T{
	width:298px;
	height: 32px;
	background: #007ccb;
}

.main-two-center-T a h3{
	margin-left: 10px;
	font-family:"微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	font-weight: normal;
}

.main-two-center-T a h3:hover{
	color: #F00;
}

.main-two-center-T a span{
	float: right;
	font-family: "宋体";
	font-size: 13px;
	color: #fff;
	line-height: 32px;
}

.main-two-center-T a span:hover{
	color: #F00;
}

.main-two-center-B{
	margin-top: 20px;
	width:298px;
	height: 219px;
}

.main-two-center-B p{
	padding: 0px 5px;
	font-family:"宋体";
	font-size: 14px;
	color: #333;
	line-height: 26px;
}

.main-two-right{
	width:182px;
	height: 271px;
	border: 1px solid #CCC;
}

.main-two-right-T{
	width:182px;
	height: 32px;
	background: #007ccb;
}

.main-two-right-T a{
	margin-left: 10px;
	font-family:"微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}

.main-two-right-T a:hover{
	color: #fff;
}
.main-two-right-B{
	margin-top: 20px;
	width:182px;
	height: 219px;
}

.main-two-right-B ul li{
	border-bottom: 1px dashed #CCCCCC;
}

.main-two-right-B ul li a{
	display: block;
	font-family:"宋体";
	font-size: 14px;
	color: #333;
	line-height: 30px;
	text-align: center;
}

.main-two-right-B ul li a:hover{
	background: #CCC;
	color: #F00;
}

.main-three{
	margin-top: 20px;
	width:1000px;
	height: 100px;
	background: url(../images/2.jpg);
}

.main-three a{
	float: right;
	margin-top: 75px;
	margin-right: 42px;
	font-family:"宋体";
	font-size: 14px;
	color: #F00;
	padding: 2px  40px;
	border-radius: 3px;
}

.main-three a:hover{
	color: #fff;
	background: #F00;
}
/*第四部*/
.main-four{
	margin-top: 20px;
	width:1000px;
	height: 292px;
	background-: #C33;
}

.main-four-left{
	float: left;
	width:487px;
	height: 292px;
	border: 1px solid #CCC;
	background-: #C3C;
}

.main-four-left-T{
	width:485px;
	height: 90px;
	border-bottom: 1px solid #CCC;
	background: url(../images/3.jpg) no-repeat 9px 9px;
}

.main-four-left-T img{
	margin-left: 110px;
	margin-top: 7px;
}

.main-four-left-B{
	width:485px;
	height: 200px;
}

.main-four-left-B li{
	padding: 0px 5px;
}

.main-four-left-B li a{
	font-family: "宋体";
	font-size: 14px;
	color: #333;
	line-height: 28px;
}

.main-four-left-B li a:hover{
	color: #f00;
}

.main-four-right{
	float: right;
	width:485px;
	height: 290px;
	border: 1px solid #CCC;
}

.main-four-right-T{
	width:485px;
	height: 90px;
	border-bottom: 1px solid #CCC;
	background: url(../images/4.jpg) no-repeat 9px 9px;
}

.main-four-right-T img{
	margin-left: 110px;
	margin-top: 7px;
}

.main-four-right-B{
	width:485px;
	height: 200px;
}

.main-four-right-B li{
	padding: 0 5px;
}

.main-four-right-B li a{
	font-family: "宋体";
	font-size: 14px;
	color: #333;
	line-height: 28px;
}

.main-four-right-B li a:hover{
	color: #f00;
}

































