@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*/
.title-c{
	width:100%;
	height: 132px;
	background: #FFF;
	position-: fixed;
}
.topbar{
	width: 100%;
	height: 28px;
	border-bottom:1px solid #090;
}
.topbar-center{
	width: 1140px;
	height: 28px;
}

.topbar-left p{
	font-family: "宋体";
	font-size: 12px;
	color: #ae7908;
	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;
	font-size: 13px;
	color: #ae7908;
	font-weight: normal;
    line-height: 14px;
}

.topbar-right ul li h5:hover{
	color: #090;
}

.bottombar{
	width: 100%;
	height: 110px;
}

.logo-center{
	width: 1140px;
	height: 110px;
}

.logo{
	margin-top: 16px;
	width: 500px;
	height: 83px;
}

.logo img{
	width: 500px;
	height: auto;
}

.logo-right{
	width: 600px;
	height: 110px;
}

.phone{
	float: right;
	margin-top: 15px;
	width:550px;
	height: 30px;
	font-size:20px;
	color: #930913;
}
/*nav*/
*{
	list-style-type: none;
	text-decoration: none;
}
.nav{
	clear: both;
	float: right;
	margin-top: 10px;
	width: 600px;
	height: 50px;
}

.nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

.nav ul li{
	float: left;
}

.nav ul li a{
	float: left;
	display: block;
	margin-left: 5px;
	width: 80px;
	height: 40px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #053d55;
	text-align: center;
	line-height: 40px;
	
}

.nav ul li a:hover{
	color: #e2f1e1;
	background: #029100;
	border-radius: 5px;
}

.nav li a.selected{ 
	color: #333;
}
 
.nav li a.selected2{
	color: #e2f1e1;
	background: #029100;
	border-radius: 5px;
}

.nav ul li ul{
	clear:both;
	margin-left: 5px;
	z-index: 9999;
	display: none;
 	position: relative;
	width: 80px;
}

.nav ul li ul li{
	width:80px;
	float:left;
	display: block;
	background: #0c7d0c;
	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-family: "微软雅黑";
	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;
}

.banner{
	width: 100%;
	height: 200px;
	border-bottom: 1px solid #d5c08c;
	background: url(../image/banner9999.jpg) center no-repeat;
}

.main-one{
	width: 100%;
	height: 300px;
	background-: url(../image/B-1.png);
}

.main-two{
	width: 100%;
	height: 610px;
	background-: url(../image/B-2.png);
}

.main-one-c,.main-two-c{
	width: 1000px;
	height: 300px;
}

.main-one-ct{
	width:1000px;
	height: 80px;
}

.main-one-ct img{
	width: 1000px;
}

.main-one-cb{
	width: 1000px;
	height: 195px;
}

.main-two-c1{
	width: 1000px;
	height: 130px;
}

.main-two-c1 img{
	width: 1000px;
	height: 80px;
}

.main-two-c2{
	width: 1000px;
	height: 100px;
}

.main-two-c2 p{
	display: block;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

.main-two-c3{
	margin-top: 50px;
	width: 1000px;
	height: 216px;
}

.main-two-c3l,.main-two-c3r{
	float: left;
	width: 260px;
	height: 216px;
}

.main-two-c3c{
	float: left;
	margin-left: 110px;
	margin-right: 110px;
	width: 260px;
	height: 216px;
}

.main-two-c3lt{
	width: 258px;
	height: 164px;
	border: 1px solid #FFF;
}

.main-two-c3lt img{
	padding: 3px;
	width: 252px;
	height: 158px;
}

.main-two-c3lb{
	width: 260px;
	height: 50px;
}

.main-two-c3lb a{
	display: block;
	width: 258px;
	height: 48px;
	font-size: 20px;
	color: #b89007;
	text-align: center;
	line-height: 50px;
}

.main-two-c3lb a:hover{
	color: #FFF;
	border-bottom: 1px solid #087a2b;
	background: #07a236;
}

.main-two-c4{
	width: 1000px;
	height: 120px;
	background: url(../image/three-4.png) no-repeat;
}

.main-two-c4 a{
	display: block;
	width: 140px;
	height: 40px;
	font-size: 16px;
	color: #0b7106;
	text-align: center;
	line-height:40px;
	border: 1px solid #CCC;
}

.main-two-c4 a:hover{
	color: #fff;
	background: #b89007;
}

.main-three{
	width: 100%;
	height: 580px;
	background: #FFF;
}

.main-three-c{
	width: 1000px;
	height: 550px;
}

.main-three-L{
	width: 440px;
	height: 550px;
}

.main-three-L1{
	margin-top: 20px;
	width: 201px;
	height: 80px;
}

.main-three-L1 img{
	width: 201px;
	height: 80px;
}

.main-three-L2{
	width: 80px;
	height: 60px;
}

.main-three-L2 a{
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #393;
}

.main-three-L2 a:hover{
	color: #F60;
}

.main-three-L3{
	margin-top: 15px;
	width: 440px;
	height: 200px;
}

.main-three-L3 ul{
}

.main-three-L3 ul li{
	width: 440px;
	height: 35px;
}

.main-three-L3 ul li a{
	width: 440px;
	height: 35px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px dashed #999;
}

.main-three-L3 ul li a:hover{
	color: #F60;
}

.main-three-L4{
	margin-top: 30px;
	width: 440px;
	height: 130px;
	background: url(../image/three-3.png) no-repeat;
}

.main-three-R{
	width: 510px;
	height: 550px;
}

.main-three-R1{
	margin-top: 20px;
	width: 162px;
	height: 80px;
}

.main-three-R1 img{
	width: 162px;
	height: 80px;
}

.main-three-R2{
	width: 80px;
	height: 60px;
}

.main-three-R2 a{
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #393;
}

.main-three-R2 a:hover{
	color: #F60;
}

.main-three-R3{
	width: 510px;
	height: 373px;
	border-bottom: 1px solid #FFF;
}

.footer{
	width: 100%;
	height: 80px;
	border-top: 2px solid #129e0b;
	background: #029100;
	letter-spacing: 0.5px;
}

.footer-c{
	width: 1000px;
    padding-top: 15px;
}

.footer-c p{
	display: block;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 25px;
}

.footer-c a{
	color: #F90;
}
