﻿@charset "utf-8";
/* CSS Document */

* { margin:0px; padding:0px; font-size:12px; font-family:Arial, "宋体"; color:#333;}
p {font-family:Arial, "宋体"; margin-bottom:15px; line-height:20px;}
ul li {list-style:none;}
fieldset, img { border:none; }

body {
	background-color: #969696;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color:#06c;
	text-decoration:none;
}
a:hover, a:active {
	color:#09f;
	text-decoration:none;
}

/* 主框架 */
.main {
	color:#333;
	width:900px;
	background:#fff;
	margin:0px auto;
	padding:6px;
	text-align:left;
	overflow:hidden;
}

/* 顶 */
.top_box {
	width:900px;
	margin:4px 0px;
	overflow:hidden;
	float:left;
	clear:both;
}
.logo {
	width:192px;
	height:24px;
	margin-top:20px;
	float:left;
}
.login {
	width:450px;
	line-height:25px;
	text-align:right;
	float:right;
}
.login td{
	line-height:24px;
}
.login_form {
	width:80px;
	height:18px;
	line-height:18px;
	color:#666;
	border:1px solid #c7c7c7;
}
/*
input {
	height:18px;
	line-height:18px;
	border:1px solid #bdbebe;
	background-color:#FFF;
}
*/
.input_txt{
	height:18px;
	line-height:18px;
	border:1px solid #bdbebe;
	background-color:#FFF;
}
#button {
	border:1px solid #09f;
	background-color:#06c;
	color:#fff;
	padding:0px 20px;
	height:25px;
	line-height:22px;
	font-weight:bold;
}

/* 导航 */
.nav_box {
	width:900px;
	height:30px;
	margin-top:10px;
	margin-bottom:6px;
	overflow:hidden;
	float:left;
	clear:both;
}
.nav {
	width:702px;
	float:left;
	overflow:hidden;
}
.nav ul li {
	width:77px;
	height:30px;
	padding-top:7px;
	text-align:center;
	vertical-align:bottom;
	border-right:1px solid #FFF;
	background:url(images/nav_bg.gif) repeat-x;
	overflow:hidden;
	float:left;
}
.nav ul li a:link, .nav ul li a:visited {
	color:#4d4d4d;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.nav ul li a:hover, .nav ul li a:active {
	color:#06c;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.nav ul .at {
	width:77px;
	height:30px;
	padding-top:7px;
	text-align:center;
	vertical-align:bottom;
	border-right:1px solid #FFF;
	background:#557dc8;
	overflow:hidden;
	float:left;
}
.nav ul .at a:link, .nav ul .at a:visited, .nav ul .at a:hover, .nav ul .at a:active {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

/* 搜索 */
.search {
	background:url(images/nav_bg.gif) repeat-x;
	padding:4px 9px;;
	width:180px;
	height:22px;
	text-align:center;
	float:left;
}
.search_k {
	background:url(images/search_bg.gif) no-repeat;
	padding:2px;
	width:176px;
	height:18px;
	float:left;
}
.search_input_k {
	width:150px;
	height:18px;
	text-align:left;
	overflow:hidden;
	float:left;
}
.search_input_form {
	width:144px;
	height:15px;
	border:0px;
	padding:3px 3px 0px 3px;
	color:#666;
	text-align:left;
}
.search_go {
	width:20px;
	height:18px;
	float:right;
}



/* 横幅 */
.banner {
	width:900px;
	float:left;
	clear:both;
}


/* 100%水平线 */
.line100 {
	width:900px;
	height:1px;
	background-color:#c7c7c7;
	margin-top:6px;
	margin-bottom:10px;
	float:left;
	overflow:hidden;
	clear:both;
}

/* 首页内容区 */
.home_box {
	width:900px;
	margin-bottom:20px;
	padding:0px 4px;
	float:left;
	clear:both;
}
.home_product {
	width:310px;
	padding:0px 10px;
	float:left;
}
.home_product .bt{
	width:310px;
	margin-bottom:16px;
	text-align:left;
	float:left;
	clear:both;
}
.home_product ul{
	width:310px;
	margin-bottom:10px;
	float:left;
}
.home_product ul .pic{
	width:74px;
	text-align:left;
	float:left;
}
.home_product ul .txt{
	width:236px;
	text-align:left;
	float:left;
}
.home_product ul p{
	margin-bottom:5px;
	text-align:left;
	line-height:15px;
}

.home_case {
	width:202px;
	padding:0px 10px;
	float:left;
}
.home_case .bt{
	width:202px;
	margin-bottom:16px;
	text-align:left;
	float:left;
	clear:both;
}
.home_case .body{
	width:188px;
	padding:7px 7px 5px 7px;
	border:1px solid #dfdfdf;
	overflow:hidden;
	float:left;
	clear:both;
}
.home_case .body .pic{
	width:188px;
	overflow:hidden;
	float:left;
	clear:both;
}
.home_case .body ul{
	width:188px;
	padding-top:5px;
	height:17px;
	overflow:hidden;
	float:left;
	clear:both;
}
.home_case .body ul li{
	width:16px;
	height:17px;
	text-align:center;
	overflow:hidden;
	float:right;
}
.home_case .body ul .at{
	width:16px;
	height:17px;
	color:#FFF;
	text-align:center;
	background:url(images/home_case_at_bg.gif) no-repeat;
	overflow:hidden;
	float:right;
}
.home_case .body ul .at a{
	color:#FFF;
	text-decoration:none;
}
.home_case .name{
	width:202px;
	padding-top:10px;
	text-align:center;
	float:left;
}


.home_news {
	width:300px;
	padding:0px 10px;
	float:left;
}
.home_news .bt{
	width:300px;
	margin-bottom:16px;
	text-align:left;
	float:left;
	clear:both;
}
.home_news .pic_news{
	width:300px;
	margin-bottom:10px;
	float:left;
}
.home_news .pic_news .pic{
	width:100px;
	text-align:left;
	float:left;
}
.home_news .pic_news .txt{
	width:200px;
	text-align:left;
	float:left;
}
.home_news .pic_news p{
	margin-bottom:5px;
	text-align:left;
	line-height:15px;
}
.home_news .news_list{
	width:300px;
	margin-bottom:10px;
	float:left;
}
.home_news .news_list li{
	margin-left:20px;
	margin-bottom:5px;
	list-style-position: outside;
	list-style-image:url(images/li_sanjiao.gif);
}
.home_news .news_list .list{
	width:210px;
	text-align:left;
	display:inline-block;
}
.home_news .news_list .date{
	width:60px;
	padding-left:10px;
	color:#666;
	font-size:11px;
	text-align:left;
}


.home_v_line {
	width:8px;
	height:230px;
	background:url(images/home_v_line.gif) center top no-repeat;
	float:left;
}


/* 底 */
.foot {
	width:900px;
	height:40px;
	background:url(images/foot_line.gif) top no-repeat;
	margin-bottom:28px;
	padding-top:12px;
	color:#333;
	float:left;
	clear:both;
}
.foot_left {
	width:340px;
	padding-left:10px;
	color:#aaabab;
	text-align:left;
	float:left;
}
.foot_right {
	width:190px;
	padding-right:10px;
	color:#333;
	text-align:right;
	float:right;
}
.foot_center{
	width:350px;
	color:#333;
	text-align:center;
	float:left;
}


/* 以下是内页 */
.in_box {
	width:900px;
	margin-bottom:20px;
	float:left;
	clear:both;
}

/* 左侧导航 */
.left_nav_box {
	width:185px;
	text-align:left;
	vertical-align:top;
	float:left;
}
.left_nav_bt {
	width:160px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	background:url(images/left_nav_top.gif) left top no-repeat;
	border-bottom:1px solid #fff;
	line-height:27px;
	padding-left:12px;
	text-align:left;
	overflow:hidden;
	float:left;
}
.left_nav_foot {
	width:160px;
	height:40px;
	background-color:#dddce0;
	float:left;
}


ul.left_nav{
	width:160px;
	overflow:hidden;
	float:left;
}
ul.left_nav li{
	width:135px;
	height:26px;
	padding-left:25px;
	background:url(images/left_nav1.gif) left top no-repeat;
	line-height:26px;
	float:left;
	overflow:hidden;
}
ul.left_nav .at{
	width:135px;
	height:26px;
	padding-left:25px;
	background:url(images/left_nav1at.gif) left top no-repeat;
	line-height:26px;
	float:left;
	overflow:hidden;
}

ul.left_nav_second{
	width:160px;
	float:left;
	overflow:hidden;
}
ul.left_nav_second li{
	width:122px;
	padding-left:38px;/*樊文华修改过*/
	background:url(images/left_nav2.gif) left top no-repeat;
	line-height:26px;
	float:left;
	overflow:hidden;
}
ul.left_nav_second .at{
	width:122px;
	height:26px;
	padding-left:38px;
	background:url(images/left_nav2at.gif) left top no-repeat;
	line-height:26px;
	float:left;
	overflow:hidden;
}

/* 右侧内容区 */
.rightbox{
	width:715px;
	text-align:left;
	vertical-align:top;
	float:left;
}

/* 当前位置 */
.nowat{
	width:715px;
	height:25px;
	background:url(images/line_dian.gif) repeat-x left bottom;
	color:#666;
	text-align:left;
	/*vertical-align:top;*/
	float:left;
	vertical-align:baseline;
}

/* 文字区域 */
.righttxt{
	width:715px;
	padding:20px 0px;
	color:#333;
	text-align:left;
	vertical-align:top;
	float:left;
}
.bigtxt {
	color:#666;
	font-family:Arial, "黑体", "宋体";
	font-size:14px;
	font-weight:bold;
}

/* 列表 */
ul.list {
	width:715px;
	padding:0px 0px 10px 0px;
	margin:0px;
}
ul.list li {
	color:#666;
	width:715px;
	padding:10px 0px;
	background:url(images/line_dian.gif) repeat-x left bottom;
	display:inline-block;
	clear:both;
}
ul.list .txt {
	color:#333;
	width:715px;
	padding:10px 0px;
	clear:both;
}
ul.list .pic_news {
	width:auto;
	padding-right:15px;
	padding-bottom:15px;
	text-align:left;
	float:left;
}
ul.list .pic_product {
	width:160px;
	text-align:center;
	margin-right:20px;
	float:left;
}
ul.list .pic_big_product {
	width:300px;
	text-align:center;
	margin-right:20px;
	float:left;
}
ul.list li h3 {
	font-weight:bold;
	padding-top:8px;
}


h2 {
	font-weight:bold;
	padding-bottom:5px;
}
p.big_bt {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
}
p.date {
	background:url(images/line_dian.gif) repeat-x left bottom;
	text-align:right;
	color:#666;
	padding-right:10px;
}
p.pic {
	text-align:center;
}

/* 新闻栏目——已作废 */
ul.news {
	width:715px;
	line-height:26px;
	background:url(images/line_dian.gif) repeat;
	margin-bottom:20px;
	overflow:hidden;
	float:left;
}
ul.news li{
	line-height:26px;
	margin-left:20px;
	list-style:disc;
	list-style-image:url(images/li_sanjiao.gif);
	clear:both;
}
ul.news .list{
	width:595px;
	text-align:left;
	display:inline-block;
	float:left;
}
ul.news .date{
	width:90px;
	padding-left:10px;
	color:#666;
	font-size:11px;
	text-align:left;
	float:left;
}


/* 分页按钮 */
.gopage_box{
	width:715px;
	text-align:right;
	float:left;
	overflow:hidden;
}
.gopage{
	width:auto;
	float:right;
	text-align:right;
}

.gopage ul li{
	background-color:#ececec;
	border:1px solid #bdbebe;
	height:20px;
	line-height:20px;
	padding:0px 5px;
	margin-left:5px;
	list-style:none;
	float:left;
}
.gopage .at{
	background-color:#06c;
	border:1px solid #699a20;
	height:20px;
	line-height:20px;
	padding:0px 5px;
	margin-left:5px;
	list-style:none;
	float:left;
}
.gopage .at a{
	color:#fff;
}
.paddingtd{
	background-color:#cdd8f1;
}
.paddingtd td{
	padding:8px;
	line-height:14px;
}
.paddingtd td p{
	margin:0px;
	padding:0px;
	line-height:14px;
}
.paddingtd td .itxt{
	color:#777;
}
/*樊文华新增的*/
ul.list .message_product{
	width:380px;
	text-align:left;
	/*float:right;*/
	overflow:auto;
	margin:auto;
	
}
.redcolor{
color:#FF0000;
}