﻿body {
	padding: 0;
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../../../images/bg.gif) #baedff repeat-x;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
img {
	border: none;
}
form {
	margin: 0;
}
input,textarea {
	border: 1px solid #999;
	font: 12px/100% Verdana;
}
p {
	line-height: 150%;
	text-indent: 2em;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
/*自定义通用-------------------------------------------------------------*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.tleft {
	text-align: left;
}
.tcenter {
	text-align: center;
}
.tright {
	text-align: right;
}
.left_li li { /*左漂浮li*/
	float: left;
}
.mar4li li {
	margin: 4px;
}
.mar8li li {
	margin: 8px;
}
.dotlist li {
	background: url(../../../images/dotted.gif) repeat-x bottom;
}
.myinput {
	background: url(../../../images/myinput.gif) no-repeat;
	height: 16px;
}
.font14 {
	font-size: 14px;
}
.contents { /*通用内容*/
	line-height: 150%;
	margin: 10px;
}
.time {
	font-size: 10px;
	color: #999;
	font-weight: normal;
}
.red { /*红色字体*/
	color: red;
}
.bold {
	font-weight: bold;
}
.gray {
	background: #E5E5E5;
}
.button {
	background: url(../../../images/bt.gif) #CCC repeat-y right;
	border: none;
	margin: 0 5px;
	padding: 0 5px;
}
.radio {
	border: none;
}
/*全局设置-----------------------------------------------------*/
.mainwidth {
	width: 952px;
	clear: both;
	margin: 0 0 0 16px;
}
.mainbg {
	background: url(../../../images/main_bg.gif) repeat-y;
	float: left;
}
.mainleft {
	width: 216px;
	float: left;
}
.mainright {
	width: 716px;
	float: left;
	padding: 10px;
}
/*版块标题*/
.titlebg {
	background: url(../../../images/dotted.gif) bottom repeat-x;
	height: 28px;
	margin: 8px;
	clear: both;
}
.title {
	background: url(../../../images/title.gif) no-repeat;
	text-indent: 1em;
	font: bold 14px/25px Verdana, Arial;
	color: #004364;
}
/*搜索*/
.search {
	width: 205px;
	margin: 0 auto;
}
.search input,
.search select {
	width: 125px;
}
/*产品展示-----------------------------------*/
.pro_info {
	width: 345px;
	float: left;
	margin: 3px;
}
/*缩略图*/
.imgborder {
	border: 3px solid #EEE;
	margin: 5px;
	float: left;
}
.imgborder img {
	border: 1px solid #CCC;
	padding: 3px;
	float: left;
}
.imgborder a {
	background: #FFF;
	float: left;
}
.imgborder a:hover {
	background: #0a246a;
}
/*翻页按钮*/
.Ladder_up{width:19px;height:16px;border:none;background:url(../../../images/product/FG/arrow_left_up.gif);}
.Ladder_down{width:19px;height:16px;border:none;background:url(../../../images/product/FG/arrow_left_down.gif);}
/*留言本*/
.msg {
	background: url(../../../images/dotted.gif) #d4effc repeat-x bottom;
	font-weight: bold;
}
.msg_con {
	border-top: 2px solid #FFF;
	background: #F0F0F0;
}
/*联系方式*/
#foot {
	background: url(../../../images/foot_bg.gif) repeat-x;
	float: left;
	width: inherit;
}
#footw {
	width: 760px;
	margin: 0 auto;
}