body {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	background-color: #C0C0C0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 130%;
}
table {
	text-align: left;
}
select,input{
	font-size: 11px;
	font-family: Arial;
}

form,ul{margin: 0px;padding: 0px;}
td{font-family: Arial, Helvetica, sans-serif;color: #000000;line-height: 130%;}
p{text-align: left;margin: 0px 0px 10px;padding: 10px 0px 0px;}
.red {color: #FF0000;}

.w1004 {
	width: 1004px;
	margin: 0px auto;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #FF0000;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 18px;
}
h4 {
	color: #0968D6;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 12px;
}

/* Link的通用定义 */
a:link,a:visited{color: #0968D6;text-decoration: underline;}
a:hover{color: #FF9900;text-decoration: none;}

/* 浮动定义*/
.fr{float: right;}
.fl{float: left;}

/* 对齐方式 */
.c{text-align: center;}
.l{text-align: left;}
.r{text-align: right;}

/* 首页样式 */
#logo {
	font-size: 0px;
	line-height: 0px;
	background-color: #FFFFFF;
}
#top {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

#navmenu {
	color: #FFFFFF;
	background-color: #AF2A3D;
	font-weight: bold;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navmenu a {
	text-decoration: none;
	padding: 7px 15px 0px;
	display: block;
	float: right;
	height: 23px;
}
#navmenu a:link,#navmenu a:visited {
	background-color: #AF2A3D;
	color: #F5CCCC;
}
#navmenu a:hover {
	background-color: #444444;
	color: #FFFFFF;
}

/* 中间内容部份 */
#main {
	background-color: #FFFFFF;
	overflow: hidden;zoom:1;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#imgbottom {
	margin-bottom: 1px;
	margin-top: 1px;
	font-size: 0px;
	line-height: 5px;
	height: 5px;
}

/* 左侧菜单 一级目录 */
#leftmenu {
	width: 222px;
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
#leftmenu ul{
	margin: 5px 0px 20px;
	padding: 0px;
	width: 222px;
}
#leftmenu ul li{
	list-style-type: none;
	color: #0081A3;
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}
#leftmenu ul li a:link,#leftmenu ul li a:visited{
	list-style-type: none;
	color: #084C9B;
	display: block;
	padding-top: 8px;
	width: 200px;
	background-image: url(../images/bg-li.jpg);
	background-repeat: repeat-y;
	text-decoration: none;
	padding-left: 20px;
	padding-bottom: 7px;
	font-weight: bold;
}
#leftmenu ul li a:hover{
	text-decoration: none;
	color: #FC005C;
	background-image: url(../images/bg-li-on.jpg);
	background-repeat: repeat-y;
}
/* 当有二级产品目录时需要 */
.collapsed{ display:none}

/* 左侧菜单 二级菜单 */
#leftmenu div{
	padding-top: 1px;
	margin-bottom: 5px;
	padding-bottom: 1px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
}

#leftmenu div div{
	background-color: #EDF8FB;
	background-image: none;
	padding-left: 15px;
	margin-bottom: 1px;
	color: #4BB7D4;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: block;
	padding: 0px;
}	

#leftmenu div div a:link,
#leftmenu div div a:visited{
	text-decoration: none;
	color: #FC005C;
	background-image: none;
	margin: 0px;
	padding: 3px 0px 3px 9px;
	display: block;
	line-height: 130%;
}
#leftmenu div div a:hover{
	text-decoration: none;
	background-color: #ACDEEB;
	display: block;
	background-image: none;
	color: #084C9B;
}
	

/* 左侧导航定位 */
#leftmenu .leftnow a:link, 
#leftmenu .leftnow a:visited, 
#leftmenu .leftnow a:hover{
	font-weight: bold;
	background-color: #ACDEEB;
	color: #084C9B;
}

/* 产品搜索框 */
#leftmenu #search {
	background-color: #F9F9F9;
	width: 222px;
	padding: 0px;
	margin: 0px 0px 20px;
}
#from_search{
	font-weight: bold;
	color: #555555;
	text-align: right;
	padding: 8px 10px 10px 1px;
}
#search input {
	color: #0785A8;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	background-color: #E9FEFF;
}

/* 主要内容 */
#mainright {
	width: 767px;
	padding-left: 5px;
	float: left;
}

.title1 {
	font-size: 14px;
	font-weight: bold;
	color: #0968D6;
	background-image: url(../images/ico-title.jpg);
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 8px;
	padding-left: 35px;
	font-family: Verdana;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5FDEE4;
	padding-bottom: 3px;
	margin-top: 5px;
	background-color: #FFFFFF;
	margin-bottom: 1px;
}
.about {
	padding: 15px 15px 0px;
}
.aboutus {
	line-height: 180%;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.aboutmain a:link,.aboutmain a:visited {
	color: #CC0000;
}
.aboutmain a:hover {
	color: #61DEE2;
}
.aboutpic {
	padding-right: 15px;
	float: left;
}
.about ol {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
.about ol li {
	display: block;
	margin: 0px 0px 10px;
	padding: 0px;
}
.about ol li br {
}
.more {
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

/* 首页产品 */
.hotpro{float: left;padding: 10px;}
.hotpro div{
	width: 110px;
	vertical-align: top;
	text-align: center;
	float: left;
	color: #444444;
	margin: 5px 8px;
}
.hotpro div img{
	margin-bottom: 5px;
	padding: 2px;
	border: 1px dashed #C4C4C4;
}

/* 中间部份内容 middle */
#mainl {
	width: 534px;
	float: left;
	margin-right: 5px;
}
/* 中部右部分内容 right */
#mainr {
	float: left;
	width: 210px;
	padding-left: 5px;
	padding-right: 5px;
}
#mainbg {
	background-image: url(../images/bg-mainright.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}

/* 新闻列表 */
#news {
	margin-top: 1px;
	background-color: #F9F9F9;
	margin-bottom: 20px;
}
#news ul {
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#news ul li {
	background-image: url(../images/ico-news.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cdcdcd;
}
#news ul li a:link,#news ul li a:visited {
	color: #666666;
}
#news ul li a:hover {
	color: #FF0062;
	text-decoration: underline;
}
#contact {
	background-color: #F9F9F9;
	margin-top: 1px;
	padding: 10px 9px 20px;
}

/* 下导航 */
#navbottom {
	height: 18px;
	background-color: #F1F1F1;
	text-align: right;
	padding-top: 7px;
	color: #A8A8A8;
}
#navbottom a {
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
#navbottom a:link,#navbottom a:visited {
	color: #a8a8a8;
}
#navbottom a:hover {
	color: #787878;
}

/* 版权信息 */
#copyright {
	text-align: center;
	padding-right: 10px;
	color: #F5CCCC;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	height: 38px;
	padding-top: 12px;
	margin-bottom: 5px;
	background-image: url(../images/bg-copyright.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

#copyright a {
	color: #FFFFFF;
}
/* 当前位置导航 */
#local{
	font-size: 11px;
	margin-bottom: 10px;
	text-align: right;
	font-weight: normal;
}

/* 产品类别索引页 products.php */
.cat1{
	margin-top: 10px;
	margin-bottom:10px;
	clear: both;
	margin-left: 20px;
}
.cat1 h1{
	font-size: 14px;
	padding: 0px;
	margin-bottom: 5px;
	color: #FF0066;
}
.cat1info{
	width: 95%;
}
.cat2{
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 3px;
	line-height: 150%;
	margin-left: 5px;
}
.cat2 a:link,.cat2 a:visited {
	color: #5FA4E5;
	text-decoration: underline;
}
.cat2 a:hover {
	color: #FF0066;
	text-decoration: underline;
}
.catimg img{
	border: 1px dashed #000080;
	float: right;
}
.line{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	clear: both;
}
/* 产品列表排列方式 0 products-list.php */
.info {
	color: #997E00;
}
.prolist2{
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-bottom: 10px;
}
.prolist2 .proimg{
	float: left;
	margin-right: 5px;
}
.prolist2 .proimg img{
	border: 1px dashed #c4c4c4;
	margin: 0px;
	padding: 1px;
}
.prolist2 .proname{
	margin-bottom: 10px;
	font-weight: bold;
	margin-right: 10px;
}

/* 产品详细页面 */
.prodetails div {
	margin-top: 5px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

/* 添加到询价篮区域 */
.basket{
	padding-top: 8px;
	display: block;
	height: 20px;
}
#submitadd{color: #B7DCEA;background-color: #0057BC;padding-top: 2px;border-top: 1px solid #9ADEF9;border-right: 1px solid #00405A;border-bottom: 1px solid #00405A;border-left: 1px solid #9ADEF9;}

/* 询价篮页面 pro_inquire_basket.php */
.inquirebasket {width: 100%;}
.inquirebasket td{background-color: #E1E1E1;padding: 3px;}
.inquirebasket input{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nextbasket font{font-weight: bold;color: #FF0000;}

/* 询价成功页面 */
.basketsuc {
	color: #997E00;
	text-align: center;
	margin-top: 50px;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 100px;
}

/* 新闻 */
.newcat{
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 1px;
}
.newcat a:link,.newcat a:visited{
	text-decoration: none;
	color:#FFFFFF;
	padding: 5px;
	margin-bottom: 1px;
	font-weight: bold;
	background-color:#0081A3;
}
.newcat a:hover{
	background-color: #ACDEEB;
	color: #FFFFFF;
}
.newstitle{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.date{
	font-size: 11px;
	font-family: Arial;
	color: #777777;
}


/* 翻页处及返回处样式 */
.page{
	text-align: right;
	background-color: #EBEBEB;
	padding: 2px 3px 4px 0px;
	margin-top: 15px;
	font-weight: bold;
	clear: both;
	color: #777777;
}
.page a:link,.page a:visited {
	color: #333333;
}
.page a:hover {
	color: #CC0000;
}

.back {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
}

/* 联系我们 */
dl {
	margin: 10px 20px;
}
dt {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	font-family: Verdana;
}
dd {
	margin: 2px 0px 20px 20px;
	padding: 0px;
	font-size: 12px;
	color: #444444;
	font-family: Verdana;
}

/* 招聘信息 */
.title {
	font-weight: bold;
	color: #666666;
	background-image: url(../images/ico-jobtitle.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.titlebg {
	margin-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.jobtable {
	margin: 10px;
}
.detail {
	margin: 5px 5px 5px 10px;
}
.detail ul {
	margin: 0px;
	padding: 0px;
}
.detail ul li {
	list-style-type: none;
	background-image: url(../images/ico-job.gif);
	background-repeat: no-repeat;
	margin-bottom: 3px;
	padding-left: 10px;
}
#bt {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	height: 25px;
	float: right;
	overflow:hidden;
	zoom:1;
}
#bt ul {
	margin: 0px;
	padding: 0px;
}
#bt ul li {
	width: 100px;
	background-color: #FEBD45;
	float: left;
	display: block;
	margin-right: 1px;
}
#bt ul li a{
	width: 100px;
	padding-top: 7px;
	list-style-type: none;
	float: left;
	padding-bottom: 5px;
}
#bt ul li a:link,#bt ul li a:visited{
	color:#ffffff;
	text-decoration: none;
}
#bt ul li a:hover {
	background-color: #5FC7E5;
	color: #0081A3;
}

#rt {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	height: 25px;
	float: right;
	overflow:hidden;
	zoom:1;
}
#rt ul {
	margin: 0px;
	padding: 0px;
}
#rt ul li {
	width: 90px;
	background-color: #FEBD45;
	float: left;
	display: block;
	margin-right: 1px;
}
#rt ul li a{
	width: 90px;
	padding-top: 5px;
	list-style-type: none;
	float: left;
	padding-bottom: 5px;
}
#rt ul li a:link,#rt ul li a:visited{
	color:#ffffff;
	text-decoration: none;
}
#rt ul li a:hover {
	background-color: #5FC7E5;
	color: #0081A3;
}
.culturemain {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 1px;
	padding: 8px;
}

/* 友情链接 */
#friendlink {
	padding: 0px;
	margin: 5px 0px 25px 3px;
}
#friendlink p {
	display: block;
	padding: 3px 3px 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bdbdbd;
}
