﻿/* CSS Document */
@charset "utf-8";
/*==================================================
置顶通栏：#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、第三级标签的命名规则为：.+网站布局位置属性名称-分类所处左中右名称-类别名称
====================================================*/


body,html{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	background: #f1f1f1;
}

*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 0;
	text-decoration: none;
}

.clear{
	clear: both;
}

.float-right{
	float: right;
}
.float-left{
	float: left;
}
.display-none{
	display: none;
}
.text-overflow{
	overflow: hidden;/*将超出内容隐藏*/
    white-space: nowrap;/*强制内容不换行。强制在同一行内显示所有文本，直到文本结束或者遭遇 br 元素*/
    text-overflow: ellipsis;/*IE专用属性，文本溢出时显示省略标记()；其他浏览器不支持。*/
	-o-text-overflow: ellipsis;
}
.overflow-hidden{
	overflow:hidden;/*将超出内容隐藏*/
}

.MR91{
	margin-right: 91px;
}

.MR40{
	margin-right: 40px;
}

.MR32{
	margin-right: 32px;
}

.MR10{
	margin-right: 5px;
}

.MB30{
	margin-bottom: 30px;
}

.MB40{
	margin-bottom: 40px;
}

.ML10{
	margin-left: 15px;
}

.Font-25{
	font-size: 25px;
}

#TopBar{
	width: 100%;
	height: 38px;
	background: url(../images/TopBar-bg.jpg) repeat-x;
}

#Top{
	width: 100%;
	height: 225px;
	background: url(../images/TOP-bg.jpg) repeat-x;
}

#TopContent{
	margin: 0px auto;
	width: 1160px;
	height: 225px;
}

#Logo{
	float: left;
	width: 120px;
	height: 210px;
}

#Top-banner{
	float: left;
	width: 1040px;
	height: 180px;
}

#Top-banner img{
	float: left;
	display: block;
	margin: 0 auto;
	margin-left: 200px;
	width: 680px;
	height: 135px;
}

#Top-banner .TEL{
	float: left;
	padding-top: 50px;
}

#Top-banner .TEL p{
	font-size: 20px;
	color: red;
}

#Nav{
	float: left;
	margin-top: 10px;
	width: 1040px;
	height: 30px;
}
	
#Nav ul{
	margin-left: 130px;
}

#Nav ul li a{
	float: left;
	margin: 0px 6px;
	padding: 0px 10px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 16px;
	color:#000000;
}	
	

#Nav ul li a:hover{
	padding: 0px 10px;
	background:#960;
	font-size: 16px;
	color: #FFFFFF;
	
}	
	
#Layout{
	margin: 0px auto;
	width: 1160px;
	height: auto;
	background: #FFFFFF;
}	
	
.ModuleOne{
	margin-top: 20px;
	width: 1160px;
	height: 426px;
}	
	
.ModuleOne-Left{
	float: left;
	width: 800px;
	height: 426px;
	background: #C33;
}	

.ModuleOne-right{
	float: right;
	padding: 20px 20px;
	width: 295px;
	height: 386px;
	background: url(../images/ModuleOne-right-bg.jpg) no-repeat;
}	

.ModuleOne-right h1{
	font-family: "微软雅黑";
	font-size: 22px;
	color: #666666;
	font-weight: normal;
	text-align: center;
}

.ModuleOne-right p{
	margin-top: 10px;
	font-family: "微软雅黑","宋体";
	font-size: 14px;
	color: #666666;
}

.ModuleOne-right span a,.ModuleOne-right span a:hover{
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	color: #CC3333;
}

.ModuleTwo{
	margin-top: 10px;
	width: 1160px;
	height: auto;
}	

.ModuleTwo h2{
	margin-left: 20px;
	font-family: "微软雅黑";
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	line-height: 50px;
}

.ModuleTwo ul{
	list-style-type: none;
}

.ModuleTwo ul li{
	float: left;
	margin-bottom: 30px;
	width: 326px;
	height: 110px;
}

.LiBgT{
	background: #F4F2E6 url(../images/M-2-bg.png) no-repeat 12px 8px;
}

.LiBgB{
	background: #F4F2E6 url(../images/M-2-bg.gif) no-repeat 12px -55px;
}

.ModuleTwo ul li a{
	display: block;
	margin: 0px auto;
	margin-top: 30px;
	padding: 10px 10px;
	width: 140px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #663300;
}

.ModuleTwo ul li a:hover{
	padding: 10px 10px;
	color: #993333;
	border: 1px double #993300;
}
			
	
.ModuleThree{
	margin-top: 10px;
	width: 1160px;
	height: 420px;
}		
	
.ModuleThree ul{
	list-style-type: none;
	margin-bottom: 20px;
}
	
.ModuleThree ul li{
	float: left;
	width: 555px;
	height: 158px;
	background: url(../images/M-3-bg.gif) no-repeat top right;
	border: 1px solid #785440;
}

.ModuleThree ul li img{
	float: left;
	margin-right: 14px;
	width: 158px;
	height: 158px;
	border-right: 1px solid #785440;
}

.ModuleThree ul li h3{
	float: left;
	margin-top: 20px;
	border-bottom: 1px solid #785440;
	line-height: 30px;
	height: 30px;
	font-family: "微软雅黑";
	font-size: 22px;
	color: #333333;	
	font-weight: normal;
}


.ModuleThree ul li p{
	float: left;
	margin-top: 8px;
	width: 365px;
	height: 80px;
	font-family: Verdana, Geneva, sans-serif, "宋体";
	font-size: 14px;
	color: #333333;
}
		
.ModuleThree ul li p a{
	color: #333333;
}

.ModuleThree h2 a,.ModuleThree h2 a:hover{
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	line-height: 30px;
	width: 160px;
	height: 30px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background: url(../images/M-4-menu-bg.png) no-repeat;
}			
	
/*第四部分样式表*/	
.ModuleFrou{
	margin-top: 50px;
	width: 1160px;
	height: 460px;
	background: url(../images/M-4-2-bg.png) no-repeat 0px -60px;
}
	
.ModuleFrou ul{
	margin-top: 30px;
	list-style-type: none;
}
	
.ModuleFrou ul li{
	float: left;
	width: 365px;
	height: 170px;
}

.ModuleFrou ul li img{
	float: left;
	margin-right: 10px;
	padding: 2px 2px;
	width: 143px;
	height: 143px;
	border: 1px solid #660000;
}

.ModuleFrou ul li h3{
	float: left;
	line-height: 36px;
	width: 205px;
	height: 36px;
	font-family:"微软雅黑";
	font-weight: normal;
	font-size: 18px;
}

.ModuleFrou ul li h3 a{
	color:#333333;
}

.ModuleFrou ul li h3 a:hover{
	color:#660000;
}

.ModuleFrou ul li p{
	float: left;
	margin-top: 5px;
	line-height: 20px;
	width: 205px;
	height: 120px;
}

.ModuleFrou h2 a,.ModuleFrou h2 a:hover{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: 30px;
	width: 160px;
	height: 30px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	background: url(../images/M-4-menu-bg.png) no-repeat;
}			
	

/*=====================================第五部分样式表=========================================*/

.ModuleFive{
	margin-top: 15px;
	width: 100%;
	height: 225px;
	background: url(../images/M-5-bg.png) repeat-x;
}

.ModuleFive-Content{
	margin: 0px auto;
	width: 1180px;
}

.ModuleFive-Content ul{
	list-style-type: none;
}

.ModuleFive-Content ul li{
	float: left;
	margin: 10px 15px 5px 15px;
}

.ModuleFive-Content ul li img{
	width: 260px;
	height: 200px;
	border: 1px solid #c1ba9f;
}



/*=====================================第六部分样式表=========================================*/

.ModuleSixe{
	margin: 0px auto;
	margin-top: 30px;
	width: 1160px;
	height: 450px;
	background: url(../images/M-4-bg.png) no-repeat -15px 0px;
}


.ModuleSixe ul{
	margin-top: 30px;
	list-style-type: none;
}
	
.ModuleSixe ul li{
	float: left;
	width: 365px;
	height: 170px;
}	

.ModuleSixe ul li h3{
	margin-bottom: 10px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: normal;
}

.ModuleSixe ul li h3 a{
	color: #000;
}
.ModuleSixe ul li h3 a:hover{
	color: #000;
}
.ModuleSixe ul li p{
	width: 365px;
	height: 105px;
	text-indent: 2em;
	line-height: 25px;
	font-family:Verdana, Geneva, sans-serif, "宋体";
	font-size: 14px;
	color:#333333;
}

.ModuleSixe ul li span a,.ModuleSixe ul li span a:hover{
	float: right;
	margin-right: 20px;
	height: 20px;
	color: #666666;
}


	
.ModuleSixe h2 a,.ModuleSixe h2 a:hover{
	display: block;
	margin: 0px auto;
	line-height: 30px;
	margin-bottom: 30px;
	width: 160px;
	height: 30px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	background: url(../images/M-4-menu-bg.png) no-repeat;
}
	
	
/*=====================================第七部分样式表=========================================*/
	
.ModuleSve{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 1160px;
	height: 260px;
}

.ModuleSve ul{
	list-style-type: none;
}
	
.ModuleSve ul li{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 270px;
	height: 260px;
	text-align: center;
}

.ModuleSve ul li img{
	width: 100px;
	height: 100px;
}


.ModuleSve ul li p{
	font-family: "微软雅黑";
	line-height: 60px;
	font-size: 28px;
}

.ModuleSve ul li p a{
	color: #333333;
}

.ModuleSve ul li p a:hover{
	color: #333333;
}


	
/*=====================================Bottom样式表=========================================*/

.Bottom{
	margin-top: 10px;
	background: #f4f2e6;
	width: 100%;
	border-top: 3px solid #dadad7 ;
}

.Bottom .Bottom-C{
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 1200px;
}

.Bottom .Bottom-C ul{
	margin: 0 auto;
	width: 700px;
	list-style-type: none;
}

.Bottom .Bottom-C ul li{
	float: left;
	margin: 5px 5px;
	font-size: 15px;
	color: #333333;
}

.Bottom .Bottom-C ul li a{
	font-family: "微软雅黑";
	font-size: 15px;
	color: #333333;
}

.Bottom .Bottom-C ul li a:hover{
	font-family: "微软雅黑";
	float: left;
	color: #827c5a;
}

.Bottom .Bottom-C p{
	margin: 5px 5px;
	font-size: 15px;
	color: #333333;
	text-align: center;
}


/*========================================================内页样式表=========================================================*/

.ChannelsBanner{
	width: 100%;
	height: 140px;
	background: #e7eded;
}

.ChannelsBanner-C{
	margin: 0 auto;
	width: 1200px;
	height: 140px;
	background: #6666CC;
}

.ChannelsBanner-C img{
	width: 1200px;
	height: 140px;
}


.ChannelsBanner_line{
	margin-bottom: 20px;
	width: 100%;
	height: 50px;
	background: url(../images/ChannelsBanner_line_bg.jpg) repeat-x;
}

.ChannelsBanner_line-C{
	margin: 0 auto;
	width: 1200px;
	height: 35px;
}

.ChannelsBanner_line-C h3{
	margin-right: 20px;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-align: right;
}

.ChannelLayout{
	margin: 0 auto;
	margin-bottom: 20px;
	width: 1200px;
	height: auto;
}

.ChannelLayout-Left{
	float: left;
	width: 870px;
	height: auto;
}

.ChannelLayout-Left h2{
	width: 870px;
	height: 40px;
	background: url(../images/ChannelLayout-Left-h2-bg.png) no-repeat;
}

.ChannelLayout-Left h2 span{
	margin-left: 50px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.ChannelLayout-Left h1{
	padding-top: 50px;
	padding-bottom: 30px;
	height: 30px;
	line-height: 30px;
	font-family:"微软雅黑";
	font-weight: normal;
	text-align: center; 
}

.ChannelLayout-Left h5{
	margin: 0 auto;
	width: 700px;
	height: 30px;
	text-align: center;
}

.ChannelLayout-Left h5 span{
	margin-right: 20px;
}

.ChannelLayout-Left h4{
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 10px 10px;
	width: 700px;
	height: 60px;
	font-size: 12px;
	color: #8D8D8D;
	border: 1px solid  #FFFFFF;
}

.ChannelLayout-Left img{
	display: block;
	margin: 0 auto;
	padding: 3px 3px;
	width: 600px;
	height: auto;
	border: 1px solid #CCC;
}

.ChannelLayout-Left p{
	padding: 10px 10px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.GKZJ{
	
}

.GKZJ img{
	float: left;
	margin: 20px 0px 20px 30px;
	padding: 3px 3px;
	width: 250px;
	height: 180px;
	border: 1px solid #CCC;
}

.ChannelLayout-Right{
	float: right;
	width: 300px;
	height: auto;
}

.ChannelLayout-Right .Right-menu{
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 298px;
	border: 1px solid  #77523c;
	background: url(../images/Right-menu-bg.png) 0px 10px no-repeat;
}

.ChannelLayout-Right .Right-menu h3{
	margin-left: 30px;
	line-height: 45px;
	font-family: "华文新魏", "微软雅黑";
	font-size: 25px;
	color: #993333;
}

.ChannelLayout-Right .Right-menu ul{
	margin: 16px 0px 0px 20px;
}


.ChannelLayout-Right .Right-menu ul li a{
	margin-bottom: 10px;
	padding-left: 60px;
	line-height: 40px;
	width: 200px;
	height: 40px;
	background: url(../images/Right-menu-ulli-bg.png) no-repeat;
	font-family: "微软雅黑";
	font-size: 18px;
	display: block;
	color: #7e571e;
}


.ChannelLayout-Right .Right-menu ul li a:hover{
	display: block;
	background: url(../images/Right-menu-ulli-bg-2.png) no-repeat;
	color: #402706;
}

.ChannelLayout-Right .Right-MAIL{
	margin-bottom: 10px;
	width: 300px;
	height: 70px;
	background: url(../images/Right-MAIL.png) no-repeat;
}

.ChannelLayout-Right .Right-FAX{
	margin-bottom: 10px;
	width: 300px;
	height: 70px;
	background: url(../images/Right-FAX.png) no-repeat;
}

.ChannelLayout-Right .Right-TEL{
	margin-bottom: 10px;
	width: 300px;
	height: 70px;
	background: url(../images/Right-TEL.png) no-repeat;
}

.ChannelLayout-Right .Right-MAIL h3,
.ChannelLayout-Right .Right-FAX h3,
.ChannelLayout-Right .Right-TEL h3{
	padding-top: 15px;
	margin-left: 30px;
	color: #683716;
}

.ChannelLayout-Right .Right-MAIL h4,
.ChannelLayout-Right .Right-FAX h4,
.ChannelLayout-Right .Right-TEL h4{
	margin-left: 30px;
}

.ChannelLayout #ChannelLayout-News{
	margin-bottom: 30px;
	width: 1200px;
}

.ChannelLayout #ChannelLayout-News h2{
	margin-bottom: 20px;
	width: 1200px;
	height: 40px;
	background: url(../images/ChannelLayout-News-h2-bg.png) no-repeat;
}

.ChannelLayout #ChannelLayout-News h2 span{
	margin-left: 50px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.ChannelLayout #ChannelLayout-News .NewsList{
	padding: 20px 20px;
	width: 1160px;
	height: 200px;
}

.ChannelLayout #ChannelLayout-News .NewsList img{
	float: left;
	padding: 3px 3px;
	margin-right: 30px;
	width: 300px;
	height: 200px;
	border: 1px solid #ccccc6;
}

.ChannelLayout #ChannelLayout-News .NewsList h2{
	float: left;
	margin-bottom: 10px;
	width: 820px;
	height: 30px;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: 600;
	background: none;
}

.ChannelLayout #ChannelLayout-News .NewsList h2 a,
.ChannelLayout #ChannelLayout-News .NewsList h2 a:hover{
	color: #333;
}
.ChannelLayout #ChannelLayout-News .NewsList p{
	float: left;
	width: 820px;
	height: 120px;
	line-height: 20px;
	font-size: 15px;
	color: #333;
}

.ChannelLayout #ChannelLayout-News .NewsList span{
	float: right;
	margin-right: 20px;
	line-height: 30px;
	height: 30px;
}

.ChannelLayout #ChannelLayout-News .NewsList span a{
	color: #993333;
}

.ChannelLayout #ChannelLayout-News .NewsList span a:hover{
	color: #993333; 
	font-size: 15px;
}

/*========================================================新闻列表分页样式表=========================================================*/

.list-number{
	width: 100%;
	padding: 20px 0px;
	text-align: center;
}

.list-number a{
	padding: 3px 8px;
	margin: 5px 3px;
	background: #b5b19e;
	border: 1px solid #b3aa7d;
	color: #333333;
}

.list-number a:hover{
	padding: 5px 10px;
	margin: 5px 3px;
	background: #a3700f;
	border: 1px solid #6b4804;
	color: #FFFFFF;
}

.Up-Down{
	float: left;
	padding: 15px 0px 5px 0px;
	width: 850px;
	border-top: 1px dashed #BABABA;
}

.ChannelLayout-Left .Up-Down ol{
}

.ChannelLayout-Left .Up-Down ol li{
	float: left;
	width: 840px;
	font-weight: bold;
    white-space:nowrap;/*强制内容不换行。强制在同一行内显示所有文本，直到文本结束或者遭遇 br 元素*/
    text-overflow:ellipsis;/*IE专用属性，文本溢出时显示省略标记()；其他浏览器不支持。*/
	-o-text-overflow:ellipsis;
	overflow: hidden;
}
.ChannelLayout-Left .Up-Down ol li a,.Up-Down ol li a:hover{
	color: #343434;
}

.Question{
	margin: 0 auto;
	margin-top: 50px;
	width: 700px;
	height: auto;
}

.Question img--{
	width: 60px;
	height: auto;
	padding: 0;
	border: none;
}


.Question ul{
	list-style-type: none;
}

.Question ul li{
	margin: 10px auto;
}

.Question ul li .No1{
	font-size: 20px;
	color: #993366;
}

.Question ul li .where{
	margin-left: 20px; 
	width: 400px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Question ul li .Type{
	margin-left: 20px; 
	width: 130px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Question ul li .wrong{
	margin-top: 10px;
	margin-left: 50px;
	width: 550px;
	height: 150px;
	border: 1px solid #c8c6c6;
}

.Question ul li .name{
	margin-left: 20px; 
	width: 200px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Question ul li .Address{
	margin-left: 20px; 
	width: 400px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}
.Question ul li .TEL{
	margin-left: 20px; 
	width: 200px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}
.Question ul li .MAIL{
	margin-left: 20px; 
	width: 260px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Question ul li .yanzheng{
	margin-left: 20px; 
	width: 80px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Question ul li img{
	margin-top: -26px;
	margin-left: 180px;
	padding: 0px;
	width: 55px;
	height: 24px;
	border: 1px solid #999999;
}


.Question ul li div{
	margin: 0 auto;
	margin-top: 30px;
	width: 300px;
	height: 30px;
	text-align: center;
}


.Question ul li div .is_btn{
	width: 70px;
	height: 30px;
	background:#0066CC;
	border: none;
	font-size: 14px;
	color: #FFFFFF;
}

.Bingqing{
	margin: 0 auto;
	margin-top: 50px;
	width: 700px;
	height: auto;
}

.Bingqing ul{
	list-style-type: none;
}

.Bingqing ul li{
	margin: 10px auto;
}

.Bingqing ul li .No1{
	font-size: 20px;
	color: #993366;
}

.Bingqing ul li .Name{
	margin-left: 20px; 
	width: 200px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Bingqing ul li .OLD{
	margin-left: 20px; 
	width: 200px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Bingqing ul li .ADD{
	margin-left: 20px; 
	width: 400px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Bingqing ul li .MOBIL{
	margin-left: 20px; 
	width: 200px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Bingqing ul li .QQ{
	margin-left: 20px; 
	width: 200px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Bingqing ul li .MAIL{
	margin-left: 20px; 
	width: 200px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Bingqing ul li .SHUOMING{
	margin-top: 10px;
	margin-left: 50px;
	width: 550px;
	height: 100px;
	border: 1px solid #c8c6c6;
}

.Bingqing ul li .ZHENDUAN{
	margin-top: 10px;
	margin-left: 50px;
	width: 550px;
	height: 150px;
	border: 1px solid #c8c6c6;
}

.Bingqing ul li .yanzheng{
	margin-left: 20px; 
	width: 80px; 	
	height: 24px; 	
	border: 1px solid #c8c6c6;
}

.Bingqing ul li img{
	margin-top: -26px;
	margin-left: 180px;
	padding: 0px;
	width: 55px;
	height: 24px;
	border: 1px solid #999999;
}

.Bingqing ul li div{
	margin: 0 auto;
	margin-top: 30px;
	width: 300px;
	height: 30px;
	text-align: center;
}


.Bingqing ul li div .is_btn{
	width: 70px;
	height: 30px;
	background:#0066CC;
	border: none;
	font-size: 14px;
	color: #FFFFFF;
}


#rightButton {
	position: fixed;
	_position: absolute;
	top: 208px;
	right: 0;
	z-index: 999999;
	display: block;
}

#right_ul {
	position: relative;
}

#right_qq {
	background: url(../images/7_03.png) no-repeat;
	width: 68px;
	height: 74px;
}

#right_tel {
	background: url(../images/7_05.png) no-repeat;
	width: 68px;
	height: 77px;
}

#right_tip {
	background: url(../images/flag_right.png) no-repeat;
	width: 252px;
	height: 91px;
	position: absolute;
	right: 70px;
	top: -10px;
	display: none;
	z-index: 999999;
}

.flagShow_p1 {
	float: left;
	margin-left: 15px;
	_margin-left: 5px;
	font-size: 18px;
	line-height: 91px;
}

.flagShow_p2 {
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	font-size: 18px;
	color: #FA7C00;
}

.flagShow_p2 a {
	display: block;
	margin: 20px 0 5px 12px;
	line-height: 0;
}

.flagShow_p2 span {
	margin: 0 0 0 14px;
}

.flag_qq {
	display: none;
}

#backToTop {
	position: fixed;
	_position: absolute;
	bottom: 50px;
	right: 0;
	z-index: 999999;
	display: none;
}

a.backToTop_a {
	background: url(../images/7_08.png) no-repeat;
	width: 68px;
	height: 79px;
	display: block;
}

a.backToTop_a:active {
	background: url(../images/7_11.png) no-repeat;
}

.line91 {
	line-height: 91px;
}

/*========================================================视频中心页样式表=========================================================*/

.ChannelLayout-Left ol li{
	float: left;
	margin: 50px 20px 0px 50px;
	width: 330px;
	height: 280px;
	text-align: center;
}

.ChannelLayout-Left ol li img{
	padding: 0;
	border: none;
	width: 330px;
	height: 240px;
}

.ChannelLayout-Left ol li h3{
	margin-top: 5px;
	width: 330px;
	height: 30px;
	line-height: 30px;
}