/*	
==============================================================================
意科公司网站 *  样式控制 
==============================================================================
*/

/* == 统一设定 =============================================================== */

body {
	margin: 0px;
	Background-color:#fff;

	}

body.main {
	margin: 0px;
	Background-color:#c0c0c0;
	text-align:center;
	}
body.left {
	border-right: 5px solid #969696;

	}
.bg_white {
	Background-color:#fff;
}
.border_right{
	border-right: 10px solid #969696;
}
.border_left{
	border-left: 10px solid #969696;
}
div, p, th, td, li, dd, dl, dt,img,form { 
	font-size:12px; 
	font-family: "Arial", "Helvetica", "sans-serif";
	margin:0px; 
	padding:0px; 
	border:0px;
	background: transparent;
	}
table {
	border-collapse: collapse;
	border:0px;
	}
iframe {
	border:0px solid #fff;
	
	}
input{
	padding-left:3px;
	height:18px;
	background:#fff;
	border:1px solid #D5D5CD;
	color: #333;
}
textarea{
	padding-left:3px;
	background:#fff;
	border:1px solid #D5D5CD;
	color: #333;
}
/* -- 链接 -----------------------  */
a:link	{
	text-decoration:none ; 
	color:#999; 
	}

a:hover	,a:active{
	text-decoration:underline ; 
	color:#000;
	}
a:visited {
	text-decoration:none ;
	color:#000; 
	}

/* ---- 页面布局 ---------------   */

#tablebg {				/* 内容部分整体背景 */
	width:780px; 
	height:100%;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
#tablebg td {
	margin:0 auto;
	text-align:left;
	}
	
.top_bg {                /* 首页——top背景 */
	height:74px;
	width:778px;
	background:url(../images/top_bg.gif) no-repeat;
	}
.logo {					/* 首页——标识图片 */
	height:70px;
	width:480px; 
	margin-top:3px; 
	float: left;
	background:url(../images/logo2.gif) no-repeat;
	}
.shortcut {					/* 首页——快捷项 */
	height:65px; 
	width:280px;
	padding:8px 5px 1px 10px; 
	float: right;
	}
	
.link_left {					/* 导航栏左侧背景 */
	height:28px;
	width:225px;
	float: left;
	background-color:#e4e4e4;
	}
.link_right {					/* 导航栏 */
	height:24px; 
	width:553px;
	margin:0;
	padding-top:4px;
	float: right;
	background:#f3f3f3;
	vertical-align:middle;
	text-align:left;
	}
#link {
	height: 22px;
	width:553px;
	margin:0;
	OVERFLOW: hidden;
	DISPLAY: block;
	LIST-STYLE-TYPE: none;
	list-style-position : inside;  
	}
#link li {
        height: 22px;
		width:80px;
		MARGIN-LEFT: -20px;
		padding-left:11px;
		padding-top:4px;
        float: left;
		display:table-cell;
		vertical-align:middle;
		border-left: 1px solid #d2d2d2;
		text-align:left;
        }
#link li a:link, #link li a:visited {
        color: #2e2e2e;text-decoration: none;
        }
#link li a:hover, #link li #current, #link li a:active{
        color: #ff6600;text-decoration: none;
        }
.index_link_bg {
	height:29px;
	width: 770px;
	background-color:#cbcbcb;
	padding:0 3px;
	text-align:right;
	border-bottom: 1px solid #fff;
}
.link_bg_left { 
	background: url(../images/link_bg_left.gif) no-repeat; 
	width: 6px;  height:26px;
	float: right;
	}
.link_bg_content {
	line-height:24px;
	width: 540px;
	background: #ededed;
	float: right;
	color:#2e2e2e;
	text-align:center;
	border-top:1px solid #fff; border-bottom:1px solid #fff; 
	}
.link_bg_right { 
	background: url(../images/link_bg_right.gif) no-repeat; 
	width: 6px;  height:26px;
	float: right;
	}

.link_bg_content a:link, .link_bg_content a:visited {
        color: #2e2e2e;text-decoration: none;
        }
.link_bg_content a:hover, .link_bg_content a:active{
        color: #ff6600;text-decoration: none;
        }	

.dotline {                /* 虚线 */
	border-top:1px dotted #999999;height: 1px;overflow:hidden;
	}
.dotline_index {                /* 虚线 */
	height:1px;overflow:hidden;
	background:url(../images/dot.gif) repeat-x;
	}

.grayline {					/* flash下方的灰色线条 */ 
	height:2px;
	background:#cccdcf;
	}
.menu_left {					/* 左侧菜单 */
	width:228px;
	float: left;
	background-color:#fff;
	border-right: 10px solid #969696;
	}
.gg_bg {					/* 公告栏 */
	height:40px;
	width:228px;
	float: left;
	padding-top:5px;
	background-color:#7e7e7e;
	border-right: 1px solid #fff;
	color:#fff;
	text-align:center;
	position:relative;
	}
a.gg:link, a.gg:visited {
        padding-top:5px;
		color: #fff;text-decoration: underline;
        }
a.gg:hover, a.gg:active{
        padding-top:5px;
		color: #ffff00;text-decoration: underline;
        }
.content_right {				/* 右侧新闻部分 */
	width:538px;
	float: right;
	background-color:#fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	}
.content_title {				/* 标题——意科动态 */
	height:65px;
	width:536px;
	background:url(../images/ecom-news.gif) no-repeat top;
	}
.arrow01 {				/* 菜单栏标题上方的箭头 */
	height:20px;
	margin:3px;
	background:url(../images/arrow01.gif) no-repeat left top;
	}
.menu_title01 {				/* 菜单栏标题——主标题——加粗——中文 */
	line-height:18px;
	margin-left:15px;
	padding:3px 0 0 20px;
	background:url(../images/arrow02.gif) no-repeat left;
	font-weight:bold;
	color:#6d6d6f;
	}
.menu_title01 a:link, .menu_title01 a:visited {
        color: #6d6d6f;text-decoration: none;
        }
.menu_title01 a:hover, .menu_title01 a:active{
        color: #ff6600;
        }
.menu_title_001 {				/* 菜单栏标题——主标题——加粗——中文 */
	height:63px;
	line-height:63px;
	padding:0 0 0 60px;
	background:url(../images/menu_title_001.gif) no-repeat;
	font-weight:bold;
	color:#6d6d6f;
	}
.menu_title_001 a:link, .menu_title_001 a:visited {
        color: #6d6d6f;text-decoration: none;
        }
.menu_title_001 a:hover, .menu_title_001 a:active{
        color: #dd6600;
        }
.menu_title_002 {				/* 菜单栏标题——主标题——加粗——中文 */
	height:63px;
	line-height:63px;
	padding:0 0 0 60px;
	background:url(../images/menu_title_002.gif) no-repeat;
	font-weight:bold;
	color:#6d6d6f;
	}
.menu_title_002 a:link, .menu_title_002 a:visited {
        color: #6d6d6f;text-decoration: none;
        }
.menu_title_002 a:hover, .menu_title_002 a:active{
        color: #00cc99;
        }
.menu_title_003 {				/* 菜单栏标题——主标题——加粗——中文 */
	height:63px;
	line-height:63px;
	padding:0 0 0 60px;
	background:url(../images/menu_title_003.gif) no-repeat;
	font-weight:bold;
	color:#6d6d6f;
	}
.menu_title_003 a:link, .menu_title_003 a:visited {
        color: #6d6d6f;text-decoration: none;
        }
.menu_title_003 a:hover, .menu_title_003 a:active{
        color: #0099cc;
        }
.menu_title02 {             /* 菜单栏标题——副标题——英文 */
	line-height:18px;
	margin-left:34px;
	margin-bottom:10px;
	color:#6d6d6f;
	}
.tel {                /* 客服电话 */
	height:65px;
	margin-top:20px;
	margin-left:15px;
	background:url(../images/tel.gif) no-repeat;
	}
.tel-s {                /* 客服电话——二级页面 */
	height:35px;
	margin-top:15px;
	margin-left:5px;
	background:url(../images/tel-s.gif) no-repeat;
	}

.news_title {                /* 新闻标题 */
	height:26px;
	line-height:26px;
	margin-left:30px;
	padding:0 0 0 20px;
	background:url(../images/arrow08.gif) no-repeat left;
	color:#6d6d6f;
	}
.news_title a:link, .news_title a:visited {
        color: #6d6d6f;text-decoration: none;
        }
.news_title a:hover, .news_title a:active{
        color: #ff6600;
        }
.news_more {                /* 更多新闻 */
	height:38px;
	padding-top:10px;
	margin-right:45px;
	text-align:right;
	}
.ebook_title {                /* 意科杂志标题 */
	line-height:25px;
	margin-left:30px;
	padding:2px 0 0 1px;
	background:url(../images/arrow_ebook.gif) no-repeat left;
	color:#6d6d6f;
	}
.ebook_title a:link, .ebook_title a:visited {
        color: #6d6d6f;text-decoration: none;
        }
.ebook_title a:hover, .ebook_title a:active{
        color: #ff6600;
        }
.bottom {                /* 底部——版权信息 */
	height:40px;
	width:778px;
	padding-top:15px;
	background-color:#efefef;
	color:#a5a5a5;
	text-align:center;
	}
.bottom a:link, .bottom a:visited {
        color: #a5a5a5;text-decoration: none;
        }
.bottom a:hover, .bottom a:active{
        color: #ff6600;
        }
		
/* ---- 二级页面样式 ---------------   */

.banner_about {                /* 关于意科 */
	height:92px;
	width:778px;
	background:url(../images/banner_about.jpg) no-repeat;
	}
.banner_news {                /* 新闻动态 */
	height:92px;
	width:778px;
	background:url(../images/banner_news.jpg) no-repeat;
	}
.banner_job {                /* 工作机会 */
	height:92px;
	width:778px;
	background:url(../images/banner_job.jpg) no-repeat;
	}
.banner_customer {                /* 客户服务 */
	height:92px;
	width:778px;
	background:url(../images/banner_customer.jpg) no-repeat;
	}
.banner_product {                /* 产品技术 */
	height:92px;
	width:778px;
	background:url(../images/banner_product.jpg) no-repeat;
	}
.banner_partner {                /* 合作伙伴 */
	height:92px;
	width:778px;
	background:url(../images/banner_partner.jpg) no-repeat;
	}
.banner_contact {                /* 联系方式 */
	height:92px;
	width:778px;
	background:url(../images/banner_contact.jpg) no-repeat;
	}
.menu_left_2nd {				/* 二级页面左侧菜单 */
	width:165px;
	float: left;
	background-color:#fff;
	
	}
.content_right_2nd {				/* 二级页面右侧内容部分 */
	width:603px;
	float: right;
	background-color:#fff;
	
	}
.space15{                /* 15像素高空白 */
	height:15px;
	}
.menu_title_2nd {				/* 二级页面菜单栏标题 */
	height:36px;
	line-height:34px;
	margin-left:30px;
	padding:3px 0 0 35px;
	background:url(../images/arrow03.gif) no-repeat left;
	color:#6d6d6f;
	}
.menu_title_2nd a:link, .menu_title_2nd a:visited {
        color: #6d6d6f;text-decoration: none;
        }
.menu_title_2nd a:hover, .menu_title_2nd a:active{
        color: #ff6600;
        }
.about_title_01 {				/* 标题——意科简介 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/about_title_01.gif) no-repeat top;
	}
.about_title_02 {				/* 标题——意科管理 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/about_title_02.gif) no-repeat top;
	}
.about_title_03 {				/* 标题——意科标志 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/about_title_03.gif) no-repeat top;
	}
.about_title_04 {				/* 标题——意科文化 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/about_title_04.gif) no-repeat top;
	}
.about_title_05 {				/* 标题——意科杂志 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/about_title_05.gif) no-repeat top;
	}
.about_title_06 {				/* 标题——意科致词 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/about_title_06.gif) no-repeat top;
	}
.news_title_01 {				/* 标题——意科新闻 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/news_title_01.gif) no-repeat top;
	}
.news_title_02 {				/* 标题——业内动态 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/news_title_02.gif) no-repeat top;
	}
.customer_title_01 {				/* 标题——客户留言板 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/customer_title_01.gif) no-repeat top;
	}
.customer_title_02 {				/* 标题——下载中心 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/customer_title_02.gif) no-repeat top;
	}
.news_all_title_a01{
	line-height:28px;
	margin:0;
	width:65px;
	border-bottom: 2px solid #306597;
	color:#306597;
	padding-left:25px;
	font-weight:bold;
	text-align:left;
	background:url(../images/icon_news_01.gif) no-repeat left;
}
.news_all_title_a02{
	line-height:28px;
	width:65px;
	margin:0;
	border-bottom: 2px solid #306597;
	color:#306597;
	padding-left:25px;
	font-weight:bold;
	text-align:left;
	background:url(../images/icon_news_02.gif) no-repeat left;
}
.news_all_title_b01{
	line-height:28px;
	margin:0;
	border-bottom: 2px solid #bbbbbb;
	color:#bbbbbb;
	text-align:left;
}
.news_all_title_b02{
	line-height:28px;
	width:40px;
	border-bottom: 2px solid #bbbbbb;
	color:#bbbbbb;
	text-align:right;
}
.job_title_01 {				/* 标题——人才战略 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/job_title_01.gif) no-repeat top;
	}
.job_title_02 {				/* 标题——福利待遇 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/job_title_02.gif) no-repeat top;
	}
.job_title_03 {				/* 标题——最新招聘 */
	height:67px;
	width:590px;
	margin:6px;
	background:url(../images/job_title_03.gif) no-repeat top;
	}
.content_2nd {                /* 二级页面内容 */
	line-height:22px;
	margin:0 40px;
	text-indent: 2em;
	color:#333;
	}
.content_2nd a:link, .content_2nd a:visited {
        color: #333;text-decoration: none;
        }
.content_2nd a:hover, .content_2nd #current, .content_2nd a:active{
        color: #ff6600;text-decoration: none;
        }
.content_2nd img {                /* 二级页面内容--图片 */
	margin:20px auto;
	border: 1px solid #969696 auto;
	}
.content_ebook {                /* 意科杂志页面内容 */
	line-height:22px;
	margin:0 40px;
	background:url(../images/ebook_pic.gif) no-repeat right bottom;
	text-indent: 2em;
	color:#333;
	}
.content_ebook a:link, .content_ebook a:visited {
        color: #333;text-decoration: none;
        }
.content_ebook a:hover, .content_ebook #current, .content_ebook a:active{
        color: #ff6600;text-decoration: none;
        }
.logo_img{
	border:0;
	float:right;
	}
.culture_img{
	margin-right:20px;
	border: 1px solid #969696;
	float:left;
	}
.content_2nd_title {				/* 二级页面内容——加粗字 */
	line-height:28px;
	margin-left:10px;
	padding:3px 0 0 0;
	background:url(../images/arrow04.gif) no-repeat left;
	font-weight:bold;
	color:#3b5e79;
	}
.gg_top {				/* 重要公告 */
	height:40px;
	width:157px;
	margin-left:3px;
	background:url(../images/gg_top.gif) no-repeat top;
	}
.gg_content {				/* 重要公告-内容 */
	line-height:20px;
	width:139px;
	margin-left:3px;
	padding:8px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	color:#333;
	}
.gg_b {				/* 重要公告-标题 */
	font-weight:bold;
	color:#ff6600;
	}
.news_table {
	margin:0 20px;
}
.news_table td {
	line-height:26px;
	border-bottom: 1px dotted #d3d3d3;
	padding-left:3px;
	color:#333;
}	
.news_table td a:link, .news_table td a:visited {
        color: #333;text-decoration: none;
        }
.news_table td a:hover, .news_table td #current, .news_table td a:active{
        color: #ff6600;text-decoration: none;
        }	
.news_table_title {
	line-height:28px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background-color:#f2f2f2;
	text-align:center;
	color:#333;
	font-weight:bold;
	
}
.news_table_page {
	width:560;
	height:26px;
	padding-top:5px;
	margin:0 20px;
	color:#333333;
	border-bottom: 1px solid #d3d3d3;
	text-align:center;
}	
.news_table_page a:link, .news_table_page a:visited {
        color: #666666;text-decoration: none;
        }
.news_table_page a:hover, .news_table_page #current, .news_table_page a:active{
        color: #ff6600;text-decoration: none;
        }
	
/*  新闻内容页面 ---  样式 */
.news_top_bg {                /* 新闻内容页——top背景 */
	height:74px;
	width:778px;
	background:url(../images/news_top_bg.gif) no-repeat;
	}
.news_logo {					/* 新闻内容页——标识图片 */
	height:70px;
	width:520px; 
	margin-top:3px; 
	float: left;
	background:url(../images/logo2.gif) no-repeat;
	}
.news_shortcut {					/* 新闻内容页——快捷项 */
	height:65px; 
	width:240px;
	padding:8px 5px 1px 5px; 
	float: right;
	}
.news_title_bg {
	height:45px;
	width: 738px;
	margin-bottom:15px;
	background-color:#fff;
	padding:5px 20px 0 20px;
	text-align:center;
}
.ebook_icon { 
	background: url(../images/ebook_icon.gif) no-repeat; 
	margin-left:15px;
	width: 66px;  height:50px;
	float: left;
	}
.gonggao_icon { 
	background: url(../images/gonggao_icon.gif) no-repeat; 
	margin-left:15px;
	width: 61px;  height:60px;
	float: left;
	}
.news_title_left { 
	background: url(../images/news_title_left.gif) no-repeat; 
	width: 6px;  height:39px;
	float: left;
	}
.news_title_content {
	line-height:50px;
	width: 720px;
	padding:8px;
	font-size:14px;
	font-weight:bold;
	color:#306597;
	text-align:center;
	}
.ebook_title_content {
	line-height:60px;
	width: 620px;
	float: left;
	font-size:14px;
	font-weight:bold;
	color:#306597;
	text-align:center;
	}
.ebook_first {
	font-size: 24px;
	color: #FF6600;
	font-weight: bold;
	padding:2px 5px;
}
.news_title_right { 
	background: url(../images/news_title_right.gif) no-repeat; 
	width: 6px;  height:39px;
	float: left;
	}

.news_content_title {				/* 新闻内容页面——标题 */
	line-height:32px;
	margin:10px;
	font-size:14px;
	font-weight:bold;
	color:#306597;
	text-align:center;
	}
.news_left {				/* 新闻内容页面——标题 */
	line-height:32px;
	margin:0 50px;
	font-size:14px;
	text-indent: 2em;
	font-weight:bold;
	color:#306597;
	}
.news_content{						/* 新闻内容页面——文字 */
	line-height:22px;
	margin:0 50px;
	text-indent: 2em;
	color:#333;
	
}
.news_img{						/* 新闻内容页面——文字 */
	text-align:center;
	margin:20px;

}
.news_img img { 				/* 新闻内容页面——图片 */
	margin:10px;
	padding: 3px; 
	border: 1px solid #999; 
	background-color: #FFF; 
}
.ebook_bg{						/* 意科杂志内容页面——文字 */
	line-height:30px;
	margin:0 50px;
	text-indent: 2em;
	color:#333;
	background: url(../images/ebook_bg.gif) repeat-y;
}
.banner_product_01 {                /* plc-banner */
	height:92px;
	width:778px;
	text-align:right;
	vertical-align:bottom;
	background:url(../images/banner_product_01.jpg) no-repeat;
	}
.banner_product_02 {                /* plc-banner */
	height:92px;
	width:778px;
	text-align:right;
	vertical-align:bottom;
	background:url(../images/banner_product_02.jpg) no-repeat;
	}
.banner_product_03 {                /* plc-banner */
	height:92px;
	width:778px;
	text-align:right;
	vertical-align:bottom;
	background:url(../images/banner_product_03.jpg) no-repeat;
	}

#button_product_banner {
	height: 25px;
	width:360px;
	padding-top:67px;
	OVERFLOW: hidden;
	DISPLAY: block;
	LIST-STYLE-TYPE: none;
	list-style-position : inside; 
	text-align:right; 
	}
#button_product_banner li {
        height: 25px;
		width:143px;
		MARGIN-LEFT: 2px;
		padding-top:6px;
		float: left;
		display:table-cell;
		background:url(../images/button_product_banner.gif) no-repeat;
		text-align:center;
        }
#button_product_banner li a:link, #button_product_banner li a:visited {
        color: #fff;text-decoration: none;
        }
#button_product_banner li a:hover, #button_product_banner li #current, #button_product_banner li a:active{
        color: #ffff00;text-decoration: none;
        }
.menu_title_product {				/* 产品页面菜单栏标题 */
	height:33px;
	line-height:30px;
	margin-left:12px;
	padding:0 0 0 18px;
	background:url(../images/arrow03.gif) no-repeat left;
	color:#6d6d6f;
	}
.menu_title_product a:link, .menu_title_product a:visited {
        color: #6d6d6f;text-decoration: none;
        }
.menu_title_product a:hover, .menu_title_2nd a:active{
        color: #ff6600;
        }
.menu_title_product_2a {				/* 产品页面菜单栏标题——带二级未展开 */
	height:33px;
	line-height:30px;
	margin-left:12px;
	padding:0 0 0 18px;
	background:url(../images/arrow09a.gif) no-repeat left;
	color:#6d6d6f;
	}
.menu_title_product_2a a:link, .menu_title_product_2a a:visited {
        color: #6d6d6f;text-decoration: none;
        }
.menu_title_product_2a a:hover, .menu_title_product_2a a:active{
        color: #ff6600;
        }
.menu_title_product_2b {				/* 产品页面菜单栏标题——带二级已展开 */
	height:33px;
	line-height:30px;
	margin-left:12px;
	padding:0 0 0 18px;
	background:url(../images/arrow09b.gif) no-repeat left;
	color:#6d6d6f;
	}
.menu_title_product_2b a:link, .menu_title_product_2b a:visited {
        color: #6d6d6f;text-decoration: none;
        }
.menu_title_product_2b a:hover, .menu_title_product_2b a:active{
        color: #ff6600;
        }
.product_content_title {				/* 产品内容页面——标题 */
	line-height:32px;
	margin:10px 40px;
	font-size:14px;
	font-weight:bold;
	color:#306597;
	text-align:left;
	}
.product_content_title img {				
	float: left;
	}
.content_solar {                /* 太阳能页面内容 */
	line-height:22px;
	margin:0 40px;
	color:#333;
	}
.content_solar a:link, .content_solar a:visited {
        color: #333;text-decoration: none;
        }
.content_solar a:hover, .content_solar #current, .content_solar a:active{
        color: #ff6600;text-decoration: none;
        }
.content_solar img {                /* 太阳能页面内容--图片 */
	margin:20px auto;
	border: 1px solid #969696;
	}
	
.content_border {                /* 带边框内容 */
	height:100%;
	margin:20px 40px;
	padding:10px;
	border: 1px solid #969696;
	}
.content_border_left {				/* 带边框内容-左侧图片 */
	padding:10px;
	float: left;
	border-right: 1px solid #969696;
}
.content_border_right {				/* 带边框内容-右侧文字 */
	line-height:22px;
	padding:15px;
	float: left;
	text-align:left;
	color:#333333;
	}
.content_border_right a:link, .content_border_right a:visited {
        color: #333333;text-decoration: none;
        }
.content_border_right a:hover, .content_border_right a:active{
        color: #ff6600;
        }
.table_border
   {
   border-collapse: collapse;
   }
   .table_border td
   {
   border: solid 1px #969696;
   padding:0px 2px;text-align: left;
   FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 22px; FONT-FAMILY:Arial,宋体;

   }
.menu_product_3rd {
	margin:0;
	OVERFLOW: hidden;
	DISPLAY: none;
	list-style-position : inside;  

	}
.menu_product_3rd li {
        height: 24px;
		MARGIN-LEFT: -35px;
		padding-left:8px;
		list-style-image: url("../images/arrow05.gif"); 
		text-align:left;
		color: #666666;
        }
.menu_product_3rd li a:link, .menu_product_3rd li a:visited {
        color: #666666;text-decoration: none;
        }
.menu_product_3rd li a:hover, .menu_product_3rd li #current, .menu_product_3rd li a:active{
        color: #ff6600;text-decoration: none;
        }

/* ---- 原网络内容页面样式--开始 ---------------   */

.dot_link {
	height:30px;
	BORDER-TOP: #bfbfbf 1px dotted;BORDER-BOTTOM: #bfbfbf 1px dotted;
	FONT-SIZE: 12px;color:#525252;FONT-FAMILY: Arial, 宋体
}
.dot_link a:link,.dot_link a:visited {
color:#525252;text-decoration:none;
}
.dot_link a:hover {
color:#ff731c;text-decoration:none;
}
.link_bg {
	background:url(../images/web_link_bg.gif) no-repeat left;
	
}
.link_bg_s {
	background:url(../images/web_link_bg_s.gif) no-repeat left;
	
}
.dot_bottom {
	BORDER-BOTTOM: #bfbfbf 1px dotted;
}
/* ---- 原网络内容页面样式--结束 ---------------   */

.content_net {                /* 网络页面内容 */
	line-height:22px;
	margin:0 20px;
	color:#333;
	}

.guestbook_table
   {
   border-collapse: collapse;
   }
   .guestbook_table td
   {
   border: solid 1px #D5D5CD;
   
   }
.guestbook_title{
	line-height:36px;
	width:80px;
	padding-left:25px;
	color:#333;
	background-color: #F8F8F6; 
}
.download_title{
	line-height:36px;
	padding-left:25px;
	font-weight:bold;
	color:#306597;
	text-align:center;
	background-color: #F8F8F6; 
}
.guestbook_content{
	padding:3px;
	color:#333;
	background-color: #fff; 
}
.guestbook_button{
	height:50px;
	background-color: #E5E9ED; 
}
.product_div {					/* 产品技术 */
	height:400px;
	width:225px;
	margin-top:15px;
	margin-left:18px;
	float: left;
	}
.product_title_01{
	line-height:36px;
	color:#fff;
	padding-top:2px;
	font-weight:bold;
	text-align:center;
	background:url(../images/product_title_01.gif) no-repeat;
}
.product_title_02{
	line-height:36px;
	color:#fff;
	padding-top:2px;
	font-weight:bold;
	text-align:center;
	background:url(../images/product_title_02.gif) no-repeat;
}
.product_title_03{
	line-height:36px;
	color:#fff;
	padding-top:2px;
	font-weight:bold;
	text-align:center;
	background:url(../images/product_title_03.gif) no-repeat;
}
a.product_title:link, a.product_title:visited {
        color: #fff;text-decoration: none;
        }
a.product_title:hover, a.product_titleS:active{
        color: #333;text-decoration: none;
        }
.product_border_01_top { 
	background: url(../images/product_border_01_top.gif) no-repeat bottom; 
	width: 222px;  height:11px;
	margin-top:10px;
}

.product_border_01_bottom { 
	background: url(../images/product_border_01_bottom.gif) no-repeat top; 
	width: 222px;  height:11px;
	margin-bottom:15px;
	}
.product_border_02_top { 
	background: url(../images/product_border_02_top.gif) no-repeat bottom; 
	width: 222px;  height:11px;
	margin-top:10px;
}

.product_border_02_bottom { 
	background: url(../images/product_border_02_bottom.gif) no-repeat top; 
	width: 222px;  height:11px;
	margin-bottom:15px;
	}
.product_border_03_top { 
	background: url(../images/product_border_03_top.gif) no-repeat bottom; 
	width: 222px;  height:11px;
	margin-top:10px;
}

.product_border_03_bottom { 
	background: url(../images/product_border_03_bottom.gif) no-repeat top; 
	width: 222px;  height:11px;
	margin-bottom:15px;
	}
.product_picbg_01{
	height:268px;
	width:192px;
	line-height:22px;
	padding:10px 13px;
	color:#333;
	background:url(../images/product_picbg_01.gif) no-repeat right bottom;
	border-left: 2px solid #f5e1cf;
	border-right: 2px solid #f5e1cf;

}
.product_picbg_02{
	height:268px;
	width:192px;
	line-height:22px;
	padding:10px 13px;
	color:#333;
	background:url(../images/product_picbg_02.gif) no-repeat right bottom;
	border-left: 2px solid #cee3de;
	border-right: 2px solid #cee3de;
}
.product_picbg_03{
	height:268px;
	width:192px;
	line-height:22px;
	padding:10px 13px;
	color:#333;
	background:url(../images/product_picbg_03.gif) no-repeat right bottom;
	border-left: 2px solid #cddbe6;
	border-right: 2px solid #cddbe6;
}

.product_point_01 {
	margin:0;
	OVERFLOW: hidden;
	list-style-position : inside;  

	}
.product_point_01 li {
        height: 26px;
		MARGIN-LEFT: -48px;
		padding-left:13px;
		list-style-image: url("../images/product_point_01.gif"); 
		text-align:left;
		color: #333;
        }
.product_point_02 {
	margin:0;
	OVERFLOW: hidden;
	list-style-position : inside;  

	}
.product_point_02 li {
        height: 26px;
		MARGIN-LEFT: -48px;
		padding-left:13px;
		list-style-image: url("../images/product_point_02.gif"); 
		text-align:left;
		color: #333;
        }
.product_point_03 {
	margin:0;
	OVERFLOW: hidden;
	list-style-position : inside;  

	}
.product_point_03 li {
        height: 26px;
		MARGIN-LEFT: -48px;
		padding-left:13px;
		list-style-image: url("../images/product_point_03.gif"); 
		text-align:left;
		color: #333;
        }
.product_point_01 li a:link, .product_point_01 li a:visited {
        color: #333;text-decoration: none;
        }
.product_point_01 li a:hover, .product_point_01 li #current, .product_point_01 li a:active{
        color: #ff6600;text-decoration: none;
        }
.product_point_02 li a:link, .product_point_02 li a:visited {
        color: #333;text-decoration: none;
        }
.product_point_02 li a:hover, .product_point_02 li #current, .product_point_02 li a:active{
        color: #00cc99;text-decoration: none;
        }
.product_point_03 li a:link, .product_point_03 li a:visited {
        color: #333;text-decoration: none;
        }
.product_point_03 li a:hover, .product_point_03 li #current, .product_point_03 li a:active{
        color: #003399;text-decoration: none;
        }
.button_ok{
	border-style:none;cursor:hand;
	background:url('../images/button_ok.gif') no-repeat center; width:60px; height:20px; 
	
} 
.button_rewrite{
	border-style:none;cursor:hand;
	background:url('../images/button_rewrite.gif') no-repeat center; width:60px; height:20px; 
	
} 
.button_login{
	border-style:none;cursor:hand;
	background:url('../images/button_login.gif') no-repeat center; width:60px; height:20px; 
	
} 
.job_arrow {				/* 二级页面内容——加粗字 */
	line-height:36px;
	margin-left:10px;
	padding:3px 0 0 0;
	background:url(../images/arrow04.gif) no-repeat left;
	color:#333;
	}
.content_contact {                /* 联系方式页面内容 */
	line-height:22px;
	margin:20px 60px;
	color:#333;
	}
.content_contact a:link, .content_contact a:visited {
        color: #333;text-decoration: none;
        }
.content_contact a:hover, .content_contact #current, .content_contact a:active{
        color: #ff6600;text-decoration: none;
        }
.contact_title {				/* 联系方式页面——标题 */
	line-height:16px;
	font-size:14px;
	font-weight:bold;
	padding-left:26px;
	color:#306597;
	text-align:left;
	background: url(../images/logo-s.gif) no-repeat;
	}
.contact_top { background: url(../images/contact_top.gif) no-repeat; width: 429px;  height:16px;}
.contact_border {
	line-height:24px;
	width: 347px;
	margin:0;
	padding:10px 40px;
	background: #ffffff;
	text-align:left;
	border-left:1px solid #6482a0; border-right:1px solid #6482a0; 
	}
.contact_bottom { background: url(../images/contact_bottom.gif) no-repeat; width: 429px;  height:16px;}