﻿body {
	font-size: 12px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* 顶部通用工具条 */
.topbar {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #E1E1E1 url('../images/topbarline.jpg') repeat-x left center;
}

.topbar_logo {
	float: left;
	width: 120px;
	height: 35px;
	margin: 0 0 0 20px;
}

.topbar_btn {
	width: 79px;
	height: 25px;
	float: right;
	margin: 5px 20px 0 0;
}

/* 站点标志 */
.sitelogo {
	width: 780px;
	height: 100px;
	margin: 0 auto;
}

.sitelogo img {
	margin: 20px 0 0 0;
}

/* 站点导航 */
.navbar {
	width: 780px;
	margin: 0 auto;
	height: 30px;
}
.nav {
	width: 580px;
	height: 28px;
	border: 1px solid #e6e6e6;
	background: url('../images/nav_bg.gif') left center repeat-x;
	float: left;
}

.nav ul {
	list-style: none;
}

.nav li {
	float: left;
}

.nav li a {
	width: 73px;
	height: 28px;
	display: block;
	margin: 0 0 0 8px;;
}

.nav li.nav01 a {
	background: url('../images/nav_01.gif') center no-repeat;
}

.nav li.nav01 a:hover {
	background: url('../images/nav_01_over.gif') center no-repeat;
}

.nav li.nav02 a {
	width: 73px;
	height: 28px;
	background: url('../images/nav_02.gif') center no-repeat;
	display: block;
}

.nav li.nav02 a:hover {
	background: url('../images/nav_02_over.gif') center no-repeat;
}

.nav li.nav03 a {
	width: 73px;
	height: 28px;
	background: url('../images/nav_03.gif') center no-repeat;
	display: block;
}

.nav li.nav03 a:hover {
	background: url('../images/nav_03_over.gif') center no-repeat;
}

.nav li.nav04 a {
	width: 73px;
	height: 28px;
	background: url('../images/nav_04.gif') center no-repeat;
	display: block;
}

.nav li.nav04 a:hover {
	background: url('../images/nav_04_over.gif') center no-repeat;
}

.nav li.nav05 a {
	width: 73px;
	height: 28px;
	background: url('../images/nav_05.gif') center no-repeat;
	display: block;
}

.nav li.nav05 a:hover {
	background: url('../images/nav_05_over.gif') center no-repeat;
}

.nav li.nav06 a {
	width: 73px;
	height: 28px;
	background: url('../images/nav_06.gif') center no-repeat;
	display: block;
}

.nav li.nav06 a:hover {
	background: url('../images/nav_06_over.gif') center no-repeat;
}

.nav li.nav07 a {
	width: 73px;
	height: 28px;
	background: url('../images/nav_07.gif') center no-repeat;
	display: block;
}

.nav li.nav07 a:hover {
	background: url('../images/nav_07_over.gif') center no-repeat;
}

.navserach {
	float: right;
	width: 196px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e6e6e6;
	background: url('../images/navsearch_bg.gif') left center repeat-x;
}

.navsearch_inputtext {
	height: 26px;
	line-height: 26px;
	width: 160px;
	border: 0;
	background: transparent;
	text-indent: 4px;
	color:#aaa;
}

.navserach img {
	vertical-align: bottom;
}

/* 广告图片 */
.adbox {
	width: 780px;
	height: 270px;
	margin: 10px auto 0 auto;
}
.textbox {
	width: 780px;
	height: 220px;
	margin: 10px auto 0 auto;
}

.ad_small {
	width: 780px;
	height: 160px;
	margin: 10px auto 0 auto;
}

/* 简介和新闻 */
.introduction {
	width: 290px;
	float: left;
}

.introduction_title {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: url('../images/title_icon.gif') left center no-repeat;
	text-indent: 20px;
	color: #666;
}

.introduction_title h4 {
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.introduction_title span {
	float: right;	
}

.introduction_title span a {
	color: #666;
	text-decoration: none;
}

.introduction_title span a:hover {
	text-decoration: underline;
}

.introduction_content {
	width: 100%;
	color: #666;
	line-height: 20px;
	text-indent: 24px;
	margin: 5px 0 0 0;
}

/* 新闻 */
.newsbox {
	width: 480px;
	float: right;
}

.news_title {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: url('../images/title_icon.gif') left center no-repeat;
	font-weight: bold;
	text-indent: 20px;
	color: #666;
}

.news_title h4 {
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.news_title span {
	float: right;
}

.news_title span a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

.news_title span a:hover {
	text-decoration: underline;
}

.news_content {
	width: 100%;
	margin: 5px 0 0 0;
}

.news_content ul {
	list-style: none;
}

.news_content ul li {
	background: url('../images/news_listbg.gif') left center no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 12px;
	overflow: hidden;
	margin: 5px 0 0 0;
	*margin: 2px 0 0 0;
}

.news_content ul li a {
	color: #069;
	text-decoration: none;
	float: left;
}

.news_content ul li a:hover {
	text-decoration: underline;
}

.news_content ul li span {
	color: #999;
	float: right;
	margin: 0 10px 0 0;
}

/* 产品 */
.products_title {
	width: 780px;
	height: 25px;
	line-height: 25px;
	background: url('../images/title_icon.gif') left center no-repeat;
	font-weight: bold;
	text-indent: 20px;
	color: #666;
	margin: 0 auto;
}

.products_title h4 {
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.products_title span {
	float: right;
}

.products_title span a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

.products_title span a:hover {
	text-decoration: underline;
}


.productsbox {
	width: 780px;
	height: 136px;
	margin: 10px auto 0 auto;
}

.products {
	width: 142px;
	height: 130px;
	border: 3px solid #e6e6e6;
	float: left;
	margin: 0 6px 0 1px;
}

.products_img {
	width: 100%;
	height: 100px;
	text-align:center;
	overflow:hidden;
}

.products_function {
	width: 100%;
	background: url('../images/products_textbg.gif') left center no-repeat;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #666;
	text-align: center;
	overflow:hidden;
}

.products_function a {
	color: #666;
	text-decoration: none;
}

.products_function a:hover {
	color: #000;
	text-decoration: underline;
}

/* 页脚 */
.footer {
	width: 780px;
	_width:782px;
	height: 58px;
	margin: 10px auto 0 auto;
	border: 1px solid #e6e6e6;
	background: url('../images/footer_bg.gif') left center repeat-x;
	line-height: 30px;
	text-indent: 20px;
	color: #666;
}

.footer a {
	padding: 0 20px 0 0;
	text-decoration: none;
	color: #666;
}

.footer a:hover {
	color: #000;
}

/* 产品页面 */
.page_content {
	width: 780px;
	height: 500px;
	margin: 10px auto 0 auto;
}

.sidebar {
	width: 200px;
	height: 100%;
	background: #f0f0f0;
	float: left;
}

.sidebar_title {
	width: 100%;
	height: 31px;
	line-height: 31px;
	background: url('../images/sidebar_titlebg.gif') left center no-repeat;
	color: #fff;
	font-weight: bold;
	text-indent: 10px;
}

.sidebar_content {
	width: 100%;
}

.sidebar_content ul {
	list-style: none;
}

.sidebar_content ul li {
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #666;
	cursor:pointer;
	text-indent:10px;
}

.sidebar_content ul li.over {
	background: #5aa1cf;
	color: #fff;
}

.sidebar_content ul li.out {
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
}

.sidebar_content ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	float: left;
	width: 100%;
	text-indent: 10px;
}

.sidebar_content ul li a:hover {
	background: #5aa1cf;
	color: #fff;
}

#pro_frame {
	WIDTH: 580px; 
	POSITION: relative; 
	float: right;
	OVERFLOW: auto; 
}

#pro_scroller {
	WIDTH: 580px; 
	float: left;
	overflow:hidden;
}
#pro_content {
	WIDTH: 6400px;
}

.product_content {
	width: 580px;
	height: 100%;
	float: left;
}

.productinfo_no {
	color: #f00;
	line-height: 16px;
	margin:5px 5px 0 20px;
}

.products2 {
	width: 172px;
	height: 130px;
	border: 3px solid #e6e6e6;
	float: left;
	margin: 0 0 20px 11px;
}

.products_img2 {
	width: 100%;
	height: 100px;
	text-align:center;
	overflow:hidden;
}

.products_function2 {
	width: 100%;
	background: url('../images/products_textbg2.gif') left center repeat-x;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #666;
	text-align: center;
	overflow:hidden;
}

.products_function2 a {
	color: #666;
	text-decoration: none;
}

.products_function2 a:hover {
	color: #000;
	text-decoration: underline;
}

/* page select */
.pagenumbox {
	width: 580px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 10px auto 0 auto;
}

.pagenumbox ul {
	list-style: none;
	float: right;
}

.pagenumbox ul li {
	float: left;
	color: #000;
	font-weight: bold;
}
.pagenumbox ul li.check {
	float: left;
	color: #f00;
	font-weight: bold;
}

.pagenumbox ul li a {
	padding: 3px 10px;
	color: #369;
	text-decoration: none;
}

.pagenumbox ul li a:hover {
	text-decoration: underline;
}

.pagenumbox ul li a:active {
	color: #999;
	text-decoration: underline;
}

.pagenumbox ul li.over {
	padding: 0 10px;
}

/* 简介类页面 */
.textcontent {
	width: 760px;
	height: 100%;
	text-indent: 24px;
	line-height: 24px;
	margin: 10px auto 0 auto;
	color: #666;
	/*overflow: auto;*/
	font-size:14px;
}

/*简介图片层*/
.about_img {
	border:2px #ccc solid;
	float:left;
	height:180px;
	overflow:hidden;
	width:250px;
	text-indent:0;
	margin:20px;
}
/* 新闻页面列表 */
.newslist {
	width: 780px;
	margin: 10px auto 0 auto;
	height:100%;
}
.managelisttitle {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-weight:bold;
}

.managecontent {
	width: 100%;
	line-height: 22px;
	background:#fffdea;
    border:#ffe765 1px solid;
	text-indent:15px;
}
.managecontent span {
	border: 0;
}
.managecontent span img {
	margin: 10px 0 0 45%;
}

.managelisttitle span {
	color: #ccc;
}

.managelisttitle a {
	color: #556c88;
	text-decoration: none;
	margin: 0 0 0 10px;
}

.managelisttitle a:hover {
	color: #556c88;
	text-decoration: underline;
}

.managelistboxfunction {
	width: 100%;
	height: 36px;
	line-height: 24px;
}

.managelistboxfunction ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

.managelistboxfunction ul li {
	margin: 0 10px;
	height: 36px;
	line-height: 24px;
	color: #999;
	float: left;
}

.managelistboxfunction ul li a {
	text-decoration: none;
	color: #556c88;
	float:left;
	display:block;
}
.managelistboxfunction ul li a:hover {
	text-decoration: underline;
}
/* 页面栏目分割线 */
#content-line {
	height: 1px;
	line-height: 1px;
	background: url('../images/content-line.gif') center no-repeat;
	float: left;
	width: 100%;
}
/*-------------------*/
/*新闻详细内容页*/
.title_top {
	float: left;
	width:100%;
	text-align: left;
	clear: both;
	font-size:14px;
}
.title_top h1 {
	float: left;
	margin: 10px 0 0 5px;
	width: 50%;
	font-size: 14px;
}
.title_top span {
	float: right;
	margin: 10px 15px 0 0;
}

.title_top a {
	color: #556c88;
	text-decoration: none;
	margin: 0 0 0 10px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
}
.title_top a:hover {
	text-decoration: underline;
}
.title_top_dzx {
	float: right;
	margin: 0 10px 0 0;
}
.title_top_dzx a {
	color: #556c88;
	text-decoration: none;
	margin: 0 0 0 6px;
	height: 35px;
	line-height: 35px;
	cursor:pointer;
}
.title_top_dzx a:hover {
	text-decoration: underline;
}

.news_info_title {
	float: left;
	width: 100%;
	font-size:16px;
	font-weight: bold;
	color:#434343;
	text-align: center;
	margin:10px 0;
}
.news_info_content {
	width: 95%;
	margin:10px 20px 30px 20px;
	text-indent: 30px;
	line-height: 24px;
	font-size:14px;
	background: url('../i/news_bg.gif') repeat;
}
.newsimg {
	width:98%; 
	text-align: center;
	margin: 0 0 10px 5px;
}
.newsimg img {
	border:2px solid #ccc; 
}

/*------------------------------*/
.product_img {
	text-align:left;
	float: left;
}
/*销售网络*/
.sales_div {
	background: #fff;
	width: 100%;
}
.sales_img {
	margin:30px;
}
.sales_content {
	width: 220px;
	background:#fffffd;
	position:absolute;
	border: 1px solid #d2ebf2;
	top:450px;
	left:650px;
}
.sales_info {
	line-height:20px;
	color:#111;
	font-size:14px;
	margin:5px;
	height:180px;
	overflow:auto;
}
.popclose {
	width: 100%;
	height: 24px;
	line-height: 24px;
	background:#f5f5f5 url('../images/icon-close.gif') 96% center no-repeat;
	text-indent: 20px;
	cursor:pointer;
	font-weight:bold;
	border-bottom:1px #eee solid;
}

/*----------------------------------*/
.contact_content {
	width: 760px;
	height: 200px;
	margin: 10px auto 0 auto;
	color: #666;
}
.contact_title {	
	width: 760px;
	margin: 10px auto 0 auto;
	float:left;
	line-height:24px;
	font-size:15px;
	font-weight:bold;
	color:#444;
}
.contact_text {
	width: 760px;
	line-height:24px;
	float:left;
	font-size:14px;
	color:#888;
	text-indent:48px;
}
/*首页新加广告样式*/
.ad_pop_bg {
	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	background-color:#464646;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	height:100%;
	width:100%;
}
* html .ad_pop_bg { 
     position: absolute;
     height: expression(document.body.clientHeight > 700 ? document.body.clientHeight : 700 + 'px');
}
.ad_pop {
	position:absolute;
	background:#CC3333;
	top:45%;
	left:23%;
	border:1px #ccc solid;
	z-index:5000;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:20px;
	cursor:pointer;
}
.ad_pop span {
	width:80%;
	margin:40px 0 0 10%;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
/*------------------------*/
