﻿	@charset "utf-8";

	/*去除页面中所有标签的默认间距、补白*/
	html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

	/*页面中的默认字体、字体大小、背景、文字颜色*/
	body  
	{
		margin: 0;
		padding: 0;
		font-size: 12px; 
		font-family:Verdana,Arial,Helvetica,sans-serif;
		color: #666666; 
		background: #fff;
		-webkit-text-size-adjust: none;
	} 

	#top1, #banner1, #content{width:1000px; margin:0 auto; padding:0;}

	table{border-collapse:collapse; border-spacing:0}


	/* w系列控制宽度 */
	.w1000px { width: 1000px;}

/* ------------------------------------------------------------------------------------------------------------
					通用样式
*/

	.shadow 
	{
		-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}

	/*文本对齐样式*/
	.center { margin: 0px auto; }
	.tcenter { text-align: center; }
	.tleft { text-align: left; }
	.tright { text-align: right; }

	/*左右漂浮样式*/
	.l { float: left; }
	.r { float: right; }

	/*css清除浮动*/
	.c { clear: both }
	.clear { clear: both; height: 0px; line-height: 0px; font-size: 0px; }

	/*clearfix:after*/
	.clearfix:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
	.clearfix { display: inline-table; display: block; }
	*html .clearfix { height: 1%; }
	*+html .clearfix { height: 1%; }
	.imgfix img { display: block; }
	
	/**/
	/*页面右侧滚动条*/
	html { overflow-y: scroll; }
	/*清除页面所有图片的默认边框*/
	img { border: none; }
	/*去除ol、ul、li的默认样式*/
	ol, ul, li { list-style-type: none; }
	/*设置表单等项目的默认字体大小*/
	input, select, textarea { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 100%; vertical-align: middle; }
	/*设置文字段落、表格单元格的默认行高*/
	p, th, td { line-height: 22px; }
	p{ padding-bottom:5px; }
	/*字体*/
	em { font-style: normal; }
	.yahei { font-family: 微软雅黑; }
	.songti { font-family: 宋体; }
	.arial { font-family: Arial; }
	.times { font-family: Times New Roman; }
	
	/* 其它需要用到的字体大小 */
	h1, h2, h3, h4, h5, h6 { font-weight: normal; }
	h1 { font-size: 14px; }
	h2 { font-size: 12px; }
	h3 { font-size: 12px; }

	
	/* 整个网站需要的字体样式*/
	.strong { font-weight: bold; }
	.shou { font-weight: normal; }
	.underline { text-decoration: underline; }
	
	/* li相关 */
	ul, li { list-style-type: none; }
	
	/*默认的文字链接样式*/
	a:link { color: #666666; text-decoration: none;}
	a:visited { color: #666666; text-decoration: none; }
	a:hover { color: #ce000c; text-decoration: none; }
	a:active { color: #666666; text-decoration: none; }
	:focus{outline:0;}
	
	/*去除页面中的链接点击后留下的虚线框*/
	body a { outline: none; text-decoration:none; cursor:pointer;};
	}
     
    
	
	/*其他文字链接样式*/
	.c000000 a:link { color : #000000; } /* 黑 变 红*/
	.c000000 a:visited { color : #000000; }
	.c000000 a:hover { color : #ce000c; }
	.c000000 a:active { color : #000000; }
	.c000000 { color: #000000; }
	
	.cce000c a:link { color : #ce000c; } /* 红 变 灰*/
	.cce000c a:visited { color : #ce000c; }
	.cce000c a:hover { color : #666666; }
	.cce000c a:active { color : #ce000c; }
	.cce000c { color: #ce000c; }
	
	.ca0a0a0 a:link { color : #a0a0a0; } /* 灰 变 白*/
	.ca0a0a0 a:visited { color : #a0a0a0; }
	.ca0a0a0 a:hover { color : #ffffff; }
	.ca0a0a0 a:active { color : #a0a0a0; }
	.ca0a0a0 { color: #a0a0a0; }
	
	.c8a8a8a a:link { color : #8a8a8a; } /* 灰 变 红*/
	.c8a8a8a a:visited { color : #8a8a8a; }
	.c8a8a8a a:hover { color : #ce000c; }
	.c8a8a8a a:active { color : #8a8a8a; }
	.c8a8a8a { color: #8a8a8a; }


	/* ------------------------------------------------------------------------------------------------------------
						页首 样式
	*/
	.head{ padding-top: 5px; border-top: 1px #E3E3E3 solid;}
	.head .top{ margin:0 auto;}

	.top .logo{ float:left; text-decoration:none; margin-bottom:5px;}

	.topRt{ position:relative; float:right; }
	.topRt p
	{
		background:url(../images/phone.jpg) left center no-repeat; 
		padding:10px 0 0 25px; 
		margin-bottom:5px;
				
		position:absolute; 
		right:0px;
		font-size:14px;
		font-family:\5FAE\8F6F\96C5\9ED1;
		text-align:right;
		width:192px;
	}
	.topRt p b{ font-size:14px;}

	/* ------------------------------------------------------------------------------------------------------------
						页首样式
	*/
	.topbar{ padding-top:5px 0; background:#f5f5f5}
    .topbar span{ font-family:微软雅黑;color:#22469a; font-size:13px; }
    
	/*搜索栏*/
    .topSearch { width: 184px; height: 21px; margin-right:5px; background: url(../images/itop_15.gif) no-repeat; position:relative; float:right;}
    .topSearch span { width: 66px; height: 20px; line-height: 20px; color:#22469a; font-family: 微软雅黑, Arial; font-size:13px; display: block; position: absolute; left: -48px; top: 0px; }
    .tsinput { width: 159px; height: 21px; float: left; margin-top: 0px; *margin-top:-1px;   }
    .tsinput input { width: 150px; height: 21px; line-height: 20px; padding-left: 9px; font-family: 宋体, Arial; font-size: 12px; background: none; border: none; color: #8b8a8b; }
    .tsbtn { width: 25px; height: 21px; float: left; }
    .tsbtn input { width: 25px; height: 21px; border: none; background: none; cursor: pointer; }

	/*导航菜单*/
	/*mark*/
    .inavbg { clear:both; margin:0;padding:0; height: 44px; background: url(../images/itop_22.gif) 0px 4px repeat-x;}/* xpos ypos*/
    
    #main_nav { margin:0 auto; padding:0; position:relative; z-index: 1550;}/*导航外框 div*/
    
    ul{ list-style:none; margin:0;padding:0;}
    ul.na01 { width: 100%; height: 44px; float: left;}/*导航外框 ul*/
    /*mark*/
    li.na02{ width: 125px; height: 44px; float: left; position: relative;  background: url(../images/itop_24.gif) right 4px no-repeat; }/*一级菜单 li，x靠右，ypos=4px*/
    a.na03 { display: block; width: 100%; height: 44px; line-height: 40px; text-align: center; font-size: 13px; font-family: 微软雅黑, Arial, 黑体; }/*一级菜单 a*/
    a.na03:link, a.na03:visited { color: #fff; }
    a.na03:hover { color: #ce000c!important; background: #fff url(../images/itop_19.gif) left top repeat-x; }
    li.focus a.na03, a.navCurr { color: #ce000c!important; background: #fff url(../images/itop_19.gif) left top repeat-x; }
    
    
    ul.nb01 { display: none; width: 125px; padding: 0px 0px 12px; position: absolute;  left: 0px; top: 44px; background: #fff; }/*二级菜单外框 ul*/
    ul.nb01 li { line-height: 32px; font-family:微软雅黑, Arial, 黑体; }/*二级菜单外框 li*/
    ul.nb01 li a { display: block; width: 115px; height: 32px; line-height: 32px; margin: 0px 5px; text-align: center; border-bottom: 1px dotted #ccc; }/*二级菜单外框 a*/
    ul.nb01 li a:link, ul.nb01 li a:visited { color: #6b6b6b; }
    ul.nb01 li a:hover { color: #ce000c; background: url(../images/navpoint_hover.gif) 21px no-repeat; }
    
	/* ------------------------------------------------------------------------------------------------------------
						页中 样式
	*/
	.midder1{ background:url(../images/bodybg.jpg) repeat-x; overflow:hidden; zoom:1; }
	.midder2{ margin:0 auto; z-index:-11;}
	
	/* banner 图片*/
    .ab_banner { width: 1000px; height: 250px; display: block; line-height: 0px; font-size: 1px; }
	
	/* ------------------------------------------------------------------------------------------------------------
						页脚 样式
	*/

	.foot{background:url(../images/foot.jpg) repeat-x; margin-top:0; padding:10px 0;}
	.bottom{ margin:0 auto; }
	
	.bottom dl{ float:left; width:208px; margin-right:51px;}
	.bottom dl dt{background:url(../images/dlbg.jpg) bottom no-repeat; height:25px; line-height:25px;}
	.bottom dl dt a{ color:#bfbfbf; font-weight:bold;}
	.bottom dl dd{ color:#a5a5a5; line-height:18px; padding-top:10px;}
	
	.smallBr{ margin:0 auto; background:url(../images/foot02.jpg) top no-repeat; margin-top:40px;}
	.smallBr a{ color:#a5a5a5; line-height:24px;}
	.smallBr span{color:#a5a5a5; padding:0 10px; line-height:24px;}
	.smallBr b{color:#a5a5a5; padding:0 10px; line-height:24px; font-weight:normal; font-size:10px;}
	.smallBr em{ color:#a5a5a5; float:right; display:block; line-height:24px; font-size:11px;}


	/* ------------------------------------------------------------------------------------------------------------
						首页内容
	*/
	.icontbg { height: 260px; background: url(../images/icontbg.gif) left top repeat-x; }
	.icontbg1 { height: 260px; background: url(../images/icontbg.jpg) left 150px repeat-x; }

	.left310 { width: 340px; margin-left: 10px; _display: inline; }
	.iab_txt { width: 305px; line-height: 20px; font-family: 宋体; padding-top: 10px; }
	.iab_txt img { padding-bottom: 15px; display:block;margin:0 auto}
	
	.imid350 { width: 400px; height:252px; margin-left: 20px; padding-left:15px; background: url(../images/iab_rbg.jpg) left top no-repeat; _display: inline; }
	.itit01 { height: 37px; margin-top: 13px; }	
	.itit01 h2 { margin-left:5px; font-size: 16px; font-family: 微软雅黑; line-height: 24px; }
	.itit01 span { width: 37px; height: 9px; display: block; margin-top: 12px; padding-right: 5px; }
	.itit01.ins h2 { padding-left: 27px; }
	.itit01.icact h2 { padding-left: 26px; color:#333; _display: inline; }
	.itit01.icact h2 a{ display:block;  float:left; margin 0; padding:5px 15px;  text-align:center; color:#777;/*选项卡：文字灰色，选项卡标题宽度*/ }
	.itit01.icact h2 a:hover{background:#015DAB;color:#fff;}
	.itit01.icact span { padding-right: 15px; }
	

	.inews_pr span { width: 100px; height: 16px; line-height: 16px; display: block; font-size: 10px; padding-top: 6px; color: #929292; }
	.inews_list { width: 323px; margin-left: 27px; padding-top: 14px; }
	.inews_list ul li { background: url(../images/icion1.gif) 2px 8px no-repeat; line-height: 22px; height: 22px; }
	.inews_list ul li h3 { width: 241px; padding-left: 12px; float: left; line-height: 22px; }
	.inews_list ul li span { width: 66px; height: 22px; line-height: 22px; display: block; font-size: 10px; color: #9d9d9d; float: right; }

	.iright235 { width: 205px; background: url(../images/iab_rbg.jpg) left top no-repeat;}
	.icact_list { width: 205px; margin-left: 22px; min-height:250px; /*background: url(../images/imap.jpg) 5px bottom no-repeat;*/ }
	.icact_list span { font-size: 14px; font-family: 微软雅黑; }
	.icact_list ul { padding-top: 5px; }
	.icact_list ul li { width: 200px; padding-left: 12px; line-height: 22px; font-family: 宋体; background: url(../images/icion1.gif) 2px 8px no-repeat; }

	/* ------------------------------------------------------------------------------------------------------------
						首页 iTab 样式
	*/

	.fade { margin-top:13px; background:transparent;}    
    .fade *{ margin:0; padding:0; }

	/* 选项卡 标题色彩  样式 */
    .fade .tabs { float:left; margin:0; padding:0; overflow:auto; display:inline;}
    .fade .tabs li {  float:left; list-style:none; margin 0; padding:0;text-align:center;  background:transparent;}/*选项卡：背景白色*/
   
    /* 选项卡 标题字体  样式 */
	.fade .tabs li h2 { font-size: 16px; font-family: 微软雅黑; line-height: 24px; }
	.fade .tabs li h2 a { 
        display:block;  float:left; margin 0; padding:5px 15px;  text-align:center; color:#777;/*选项卡：文字灰色，选项卡标题宽度*/
     }
     
     /* 选项卡 标题 鼠标悬停  样式 */
    .fade .tabs li a:hover {background:#777; color:#fff;}/* 鼠标悬停：（背景）变灰，（文字）白*/
    .fade .tabs li:click {background:#eee;}
    .fade .tabs li a.selected { background:#015DAB;color:#fff;}/* ~~~~~~~~~~~~~鼠标选中：（背景）变灰，（文字）黑*/
    
    /* 选项卡 内容 */
    .fade .items { clear:both; position:relative; height:220px; top:0; left:0; border-top:1px solid #015DAB;} /* 内容页高度，边框*/
    .fade .items .itemDiv{ display:inline; position:absolute; top:0; left:0; width:100%;}/* 内容页宽度*/
    
    table.gridview_m
    {
		border-collapse: collapse;
		width:100%;
		font-size:10pt;
    }     
    
    /* GridView 第1列（新闻标题） 样式*/
    .rowbg1{ width:260px; height:24px; line-height: 24px; border-bottom:dotted 1px #ccc; padding-left:5px; overflow:hidden;}
    
    /* GridView 第2列（日期） 样式*/
    .rowbg2{ width:70px; height:24px; line-height: 24px; font-size: 10px; color: #aaa; border-bottom:dotted 1px #ccc; overflow:hidden;}    
  
    #pageLeft1{ width:380px; padding:10px;}
    #pageRight1{ width:580px; padding:10px;}

	/* ------------------------------------------------------------------------------------------------------------
						内容
	*/		
	#Content
	{
		background:#fff;
	}

	#ContentL, #ContentR{ float:left; }
	#ContentL{ width:240px;}
	#ContentR{ width:760px;}
	/* ------------------------------------------------------------------------------------------------------------
						左边栏
	*/
	.left240 { width: 240px;}
	.left_titbg { height: 74px; background: url(../images/left_titbg.jpg) repeat-x; }
	.left_titbg h2 { width: 100%; text-align: center; font-size: 20px; font-family: 微软雅黑; color: #fff; line-height: 20px; padding-top: 20px; }
	.left_titbg h2 span { font-size: 12px; color: #f0afac; }
	.left_bbg { background: url(../images/leftbg.gif) left top repeat-x; }
	
	/*一级菜单*/
	.leftmenu { width: 220px; margin: 0 auto; padding-top: 5px; padding-bottom: 25px; }
	.leftmenu ul { width: 220px; }
	.leftmenu ul li { line-height: 36px; background: url(../images/leftmenu_line.gif) left bottom repeat-x; }
	.leftmenu ul li a { display: block; width: 220px; padding: 0px 70px 0px 10px; height: 37px; line-height: 36px; background: url(../images/leftmenuoff.gif) 212px 15px no-repeat; color: #494949!important; font-family: 微软雅黑; font-size: 14px; }
	.leftmenu ul li a:hover, .leftmenu ul li.leftmenuon a {font-weight:bold; background: url(../images/leftmenuon.gif) 210px 15px no-repeat; color: #ce000c!important; }

	/*二级菜单*/
	.leftmenu ul li ul { display: none; margin: 0px; background: url(../images/leftmenu_line.gif) left top repeat-x; }
			/*以下三行（3行）样式（与接着的3行基本相同）是为了避免展开时，有跳跃闪烁，额外加的。可以删除试试效果。*/
			.leftmenu ul li ul { width: 200px; padding: 5px 10px; }
			.leftmenu ul li ul li { line-height: 30px; background: none; }
			.leftmenu ul li ul li a { width: 203px; padding: 0px 0px 0px 17px; height: 32px; line-height: 32px; background: url(../images/leftm_secoff.gif) 5px 14px no-repeat!important; color: #494949!important; font-size: 12px; }
	.leftmenu ul li.leftmenuon ul { width: 200px; padding: 5px 10px; }
	.leftmenu ul li.leftmenuon ul li { line-height: 30px; background: none; }
	.leftmenu ul li.leftmenuon ul li a {font-weight:normal; width: 203px; padding: 0px 0px 0px 17px; height: 32px; line-height: 32px; background: url(../images/leftm_secoff.gif) 5px 14px no-repeat!important; color: #494949!important; font-size: 12px; }
	.leftmenu ul li.leftmenuon ul li a:hover, .leftmenu ul li.leftmenuon ul li.leftmenuon a { font-weight:bold; color: #015DAB!important;  background: url(../images/leftm_secon.gif) 5px 14px no-repeat!important; }
	
	/*二级菜单（包含子内容时，背景图标样式）*/
	.leftmenu ul li.leftmenuon ul li a.lm2 {font-weight:normal; width: 203px; padding: 0px 0px 0px 17px; height: 32px; line-height: 32px; background: url(../images/leftmenuoff.gif) 5px 11px no-repeat!important; color: #494949!important; font-size: 12px; }
	.leftmenu ul li.leftmenuon ul li a.lm2:hover, .leftmenu ul li.leftmenuon ul li.leftmenuon a.lm2 { font-weight:bold; color: #015DAB!important;  background: url(../images/leftmenuon.gif) 5px 11px no-repeat!important; }

	
	/*三级级菜单*/
	.leftmenu ul li ul li.leftmenuon ul { width: 180px; padding: 5px 10px; }
	.leftmenu ul li.leftmenuon ul li.leftmenuon ul li a {font-weight:normal; color: #494949!important; background: url(../images/leftm_secoff.gif) 5px 14px no-repeat!important; }
	.leftmenu ul li.leftmenuon ul li.leftmenuon ul li a:hover{ font-weight:bold; color: #090!important; background: url(../images/leftm_secon.gif) 5px 14px no-repeat!important; }
	
			
	
	.left_tui { width: 210px; margin-left: 15px; background: url(../images/leftmenu_line.gif) left bottom repeat-x; padding-bottom: 30px; }
	.left_tui.hot { padding-top: 20px; padding-bottom: 15px; background: none; }
	.left_tui h3 { font-size: 14px; font-family: 微软雅黑; line-height: 20px; }
	.left_tuileft { width: 95px; line-height: 18px; color: #737373; padding-top: 12px; }
	.left_tuileft span { width: 37px; height: 9px; display: block; padding-top: 12px; }
	.left_tuipic { width: 106px; text-align: center; }
	
	/* ------------------------------------------------------------------------------------------------------------
						应用视频  样式
	*/
	.leftnav_btn { width: 240px; margin: 0 auto; padding-top: 5px; padding-bottom: 25px; }
	.leftnav_btn ul { width: 240px; }	
		
	.leftnav_btn ul li a { display: block; width: 240px; height: 40px; line-height: 40px; text-align:center; color: #494949!important; font-family: 微软雅黑; font-size: 16px; background: url(../images/btn-gray.png) left -5px no-repeat; }
	.leftnav_btn ul li a:hover {color: #fff!important; background: url(../images/btn-blue.png) left -5px no-repeat;}
	
	/* ------------------------------------------------------------------------------------------------------------
						首页  右侧内容 btn 样式
	*/
	
	.rightCont_btn { width: 210px; margin: 0 auto; }
	.rightCont_btn ul { width: 210px;}
	.rightCont_btn ul li { height:67px; }
	.rightCont_btn ul li a { display: block;width: 210px; height:67px;line-height:67px; }
	.rightCont_btn ul li.rc1 a { background: url(../images/logo_westermo1.png) left top no-repeat; }
	.rightCont_btn ul li.rc1 a:hover { background: url(../images/logo_westermo2.png) left top no-repeat;}
	
	.rightCont_btn ul li.rc2 a {margin-top:3px; background: url(../images/logo_provertha1.png) left top no-repeat; }
	.rightCont_btn ul li.rc2 a:hover { background: url(../images/logo_provertha2.png) left top no-repeat;}
	
	.rightCont_btn ul li.rc3 a {margin-top:3px; background: url(../images/logo_radiall1.png) left top no-repeat; }
	.rightCont_btn ul li.rc3 a:hover { background: url(../images/logo_radiall2.png) left top no-repeat;}
	/*
	.rightCont_btn ul li.rc2 a {margin-top:3px; background: url(../images/btn_provertha1.png) left top no-repeat; }
	.rightCont_btn ul li.rc2 a:hover { background: url(../images/btn_provertha2.png) left top no-repeat;}
	
	
	*/

	/* ------------------------------------------------------------------------------------------------------------
						右侧 内容
	*/

	.right695 { width: 695px; margin-top: 20px; }
	.ab_tit { height: 34px; border-bottom: 1px dotted #bababa; font-family: 微软雅黑 }
	.ab_tit h2 { font-size: 24px; font-family: 黑体,Arial; font-weight:200; color: #555; line-height: 30px; background: url(../images/ab_rtit.gif) 5px 10px no-repeat; padding-left: 25px; }
	.ab_tit h3 { font-family: 微软雅黑; line-height: 20px; padding-top: 7px; font-size: 11px }
	.ab_tit h3 span { font-family: 微软雅黑; font-size: 11px }
	.ab_cont { padding-left: 7px; padding-top: 20px; width:100%; line-height: 24px; overflow: hidden; *zoom:1;}
	
	
	/*正文右侧内容*/
	.datalist { border: 1px solid #cccccc; /* 表格边框 */ font-family: Arial; border-collapse: collapse; /* 边框重叠 */ background-color: #ffffff; /* 表格背景色 */ font-size: 12px; }
	.datalist caption { padding-bottom: 5px; font: bold 12px; text-align: left; }
	.datalist th { border: 1px solid #cccccc; /* 行名称边框 */ background-color: #e6e6e6; /* 行名称背景色 */ color: #000000;    /* 行名称颜色 */ font-weight: bold; padding-top: 7px; padding-bottom: 7px; padding-left: 15px; text-align: left; }
	.datalist td { border: 1px solid #cccccc; /* 单元格边框 */ text-align: left; padding-top: 1px; padding-bottom: 1px; padding-left: 15px; }
	.datalist tr.altrow { background-color: #c7e5ff; /* 隔行变色 */ }
	
	
	.pro_one { padding-top: 15px; }
	.pro_pic { width: 186px; height: 122px; background: url(../images/pro_picbg.gif) left top no-repeat; }
	.pro_pic img { width: 153px; height: 102px; padding-left: 5px; padding-top: 6px; }
	.pro_rtxt { width: 491px; }
	.pro_rtxt h3 { font-weight: bold; line-height: 18px; padding-top: 6px; }
	.pro_rtxt span { width: 100%; line-height: 18px; display: block; padding-top: 7px; }
	.pro_more { width: 180px; height: 15px;  margin-top: 20px; background: url(../images/pro_morebg.gif) 0px 2px no-repeat;}
	.pro_more li { width: 65px;  padding-left: 18px; height: 15px; line-height: 15px; float: left; font-family: 微软雅黑; font-size: 11px; }
	
	.pro_rtxt2{ width:100%; margin-bottom:5px; padding:5px 0;  border-bottom:1px dotted #ccc;}
	.pro_rtxt2 h3 { margin-left:0; font-weight: bold; line-height: 18px; padding-left: 10px; background: url(../images/leftm_secon.gif) 0px 7px no-repeat;}
	.pro_rtxt2 span { width: 100%; line-height: 18px; display: block; padding-top: 7px; }
	

		     
    .divRightContentTitle{ 
        margin:0 auto;           
        text-align:center;
    }
    .divRightContentTitle h2{font-size: 20px; font-family:微软雅黑, Arial; color: #333; line-height: 60px;}
    
    /* ------------------------------------------------------------------------------------------------------------
						产品  展示图片  样式
	*/
	/* 产品页 产品图片 样式*/
	.divContent 
        {
        	float:left;     	
            
            width:178px;
            
            margin:10px 20px;
            padding:0;
            border: 1px solid #eee;
            background:#eee;
        }
        
        .divContent img
        {
        	width:100%;
        	height:178px;
        }
        .divContent span
        {
        	display:block;
        	width:100%;
        	line-height:35px;
        	text-align:center;
        }
        .divContent a
        {
        	color:Black;
	        text-align:center;
        }
        .divContent:hover{
	        border: 1px solid #015DAB;
	        background:#015DAB;
        }
         .divContent a:hover
        {
        	color:White;
        }
    
       
	/* ------------------------------------------------------------------------------------------------------------
						产品中心  导航栏  样式
	*/

	.marginR{ margin-right:10px;}
	.divContentNav 
	{
		float:left;     	
	    
		width:240px;
	    
		margin-top:10px;
		margin-bottom:10px;
		padding:0;
		border: 1px solid #eee;
		background:#f0f0f0;
	}

	.divContentNav img
	{
		width:100%;
		height:100px;
	}
	.divContentNav span
	{
		display:block;
		width:100%;
		line-height:25px;
		text-align:center;
		font-weight:bold;
	}
	.divContentNav a
	{
		color:#ce000c;
		text-align:center;
	}
	.divContentNav:hover{
		border: 1px solid #ce000c;
		background:#ce000c;
	}
	 .divContentNav a:hover
	{
		color:White;
	}
	
	/* ------------------------------------------------------------------------------------------------------------
						留言列表  样式
	*/
	/*留言表单开始*/
	.mes-form{ margin-top:20px;}
	.mes-form input,.mes-form textarea { font-size:12px; color:#333;/*表单内所有 文本字段 和 文本区域 的 字体大小 和 文字颜色 的参数*/}
	
	.mes-form td { padding:1px 5px;/*表单内表格的单元格间距参数*/}
	.mes-odd td { background:#fff;/*单元格隔行变色奇数行背景色*/}
	.mes-even td { background:#fff;/*单元格隔行变色偶数行背景色*/}
	.mes-form img.imgValidate{ display:inline-block;position:absolute; padding-left:5px;}/* 验证码的位置 */
	
	.mes-left { width:13%; background:#fff; font-family:微软雅黑; color:#333; text-align:right;/*表单内表格左边单元格标题的参数*/}
	.mes-right { width:87%; text-align:left;/*表单内表格右边单元格的参数*/}
	.mes-right span{ color:#DA0001; padding-left:10px;}
	.mes-right input { width:225px; height:20px; line-height:20px; background:#ffffff url(../images/inputbg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本字段 的参数*/}

	/*如需制作 圆角文本字段 的样式，请将该处注释中的样式替换上一条样式
	.mes-right input { width:315px; height:32px; line-height:32px; padding-left:5px; border:none; background:url(../images/jereh/Roundbg_03.gif) no-repeat;}*/

	.mes-right textarea { width:450px; height:300px; background:#fdfdfd url(../images/textareabg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本区域 的参数*/}
	.mes-last td{ padding-bottom:20px;}
	
	/*提交按钮*/
	.mes-sub { width:100px; float:left; height:25px; display:inline; padding-left:20px;}
	.mes-sub input { width:91px; height:27px; border:none; background:url(../images/sentmesbg.gif) no-repeat; cursor:pointer; float:left; padding-left:80px;/*表单内发送留言按钮的样式参数*/}

	/*取消按钮*/
	.mes-reset { width:100px; float:left; height:25px; display:inline;}
	.mes-reset input { width:91px; height:27px; border:none; background:url(../images/checkmesbg.gif) no-repeat; cursor:pointer; float:left;/*表单内查看留言按钮的样式参数*/}
	
	/*留言表单结束*/
	/* ------------------------------------------------------------------------------------------------------------
						用户 注册  样式
	*/
	
	/* 通用提交按钮*/
	.general_sub { width:110px; float:left;  display:inline; padding-top:20px; }
	.general_sub input{ width:110px; height:40px; font-size:14px; font-family:微软雅黑; color:#fff; border:none; background:url(../images/sub_blue.png) left 5px no-repeat; cursor:pointer; }
	.general_sub input:hover{ background: url(../images/sub_green.png) left 5px no-repeat;}
	
	.general_sub1 { width:110px;}
	.general_sub1 a{ display:block; width:110px; height:40px; line-height:40px; text-align:center; font-size:14px; font-family:微软雅黑; color:#fff; background:url(../images/sub_blue.png) left 5px no-repeat;}
	.general_sub1 a:hover{ background: url(../images/sub_green.png) left 5px no-repeat;}


	/* ------------------------------------------------------------------------------------------------------------
						职位招聘  样式
	*/
	
	.job-list {width:100%; margin:0 auto; background:url(../images/news_titbg2.gif) no-repeat; /*招聘列表整体样式*/}
	.job-list th { height:32px; line-height:32px; font-family:Arial; font-weight:bold; color:#666; padding:0 0 5px 0;/*招聘列表标题th的样式*/}
	.job-list td {/*招聘列表td单元格的样式*/ border-bottom:1px dotted #ccc;}
	
	.zpListbgLeft{ width:250px; padding-left:30px;}
	.zpListbgCenter{ text-align:center;}
	.zpListbgRight{ width:100px; text-align:center;}
	
	/* ------------------------------------------------------------------------------------------------------------
						新闻列表  样式
	*/
	.news-list{width:100%; margin:0 auto; background:url(../images/news_titbg.gif) no-repeat; /*招聘列表整体样式*/}
	.news-list th { height:32px; line-height:32px; font-family:Arial; font-weight:bold; color:#666; padding:0 0 5px 0;/*招聘列表标题th的样式*/}
	.news-list td {/*招聘列表td单元格的样式*/ border-bottom:1px dotted #ccc;}
	.newsListbgLeft{ padding-left:10px; }
	.newsListbgRight{ width:135px; text-align:center;}
	
	