/* ============容器============== */

*{
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	text-align:left
}
#contain {
	position: relative;
	height:100%;
	padding:10px;
	margin:10px auto;
	border:0;
}
#content {
	position:relative;
	margin:10px auto 10px auto
}
#bottom {
	position: relative;
	margin:0px auto
}
#top {
	position:relative;
	margin:0px auto;
	z-index:99
}
#bodyex {
	position: absolute;
	left:0;
	top:0;
	margin:0
}
#bottomex {
	position: absolute;
	left:0;
	bottom:0;
	margin:0;
	z-index:-1
}
#topex {
	position: absolute;
	left:0;
	top:0;
	margin:0;
	z-index:-1
}
#contentex {
	position: absolute;
	left:0;
	top:0;
	margin:0;
	z-index:-1
}
#advsex {
	display:none;
	position: absolute;
	width:100%;
	left:0;
	bottom:0;
	margin:0;
	z-index:-1
}
/*===插件分离层===*/

.pdv_class {
	position:absolute;
	border:0px
}
/* ==常用== */

div, li, td, p, select, input, textarea, a, button, input {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
	text-decoration: none
}
ul {
	margin:0px;
	padding:0px;
}
a:link, a:visited, a:active {
	color:#505050;
	text-decoration: none;
}
a.nomal:link, a.nomal:visited, a.nomal:active {
	color:#505050;
	text-decoration: underline;
}
a:hover {
	color:#ff0000;
	text-decoration: underline;
}
/* ============表单============== */
form {
	margin:0;
	padding:0
}
.input {
	border:1px #ddd solid;
	height:20px;
	line-height:20px;
	padding:0px 3px;
	color:#555;
	background:#f7f7f7
}
.textarea {
	border:1px #ddd solid;
	font-size:12px;
	padding:3px;
	background:#f7f7f7
}
.button {
	border:1px #c0c0c0 solid;
	height:22px;
	line-height:20px;
	padding:0px 3px;
	background:#e8e8e8;
}
.submit {
	border:1px #c0c0c0 solid;
	height:22px;
	line-height:20px;
	padding:0px 3px;
	background:#e8e8e8;
}
.mustfill {
	color:#ff0000
}
select {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
}
/* ==提示样式== */

.msgdiv {
	color:#336699;
	padding-left:53px;
	background:url("../images/chk_msg.gif") 30px no-repeat;
}
.errdiv {
	color:#FF0000;
	padding-left:53px;
	background:url("../images/chk_error.gif") 30px no-repeat;
}
.rightdiv {
	color:#505050;
	padding-left:53px;
	background:url("../images/chk_right.gif") 30px no-repeat;
}
.noticediv {
	display:none;
	border:1px #fc5959 solid;
	background:#FFFDF4 url("../images/chk_error.gif") 10px no-repeat;
	padding-left:33px;
	line-height:25px;
	margin:3px 0px
}
.okdiv {
	display:none;
	border:1px #fc5959 solid;
	background:#FFFDF4 url("../images/chk_right.gif") 10px no-repeat;
	padding-left:33px;
	line-height:25px;
	margin:3px 0px
}
.securenotice {
	line-height:100px;
	color:#FF0000;
	text-align:center;
}
/* ============提示信息窗口============== */
div#alert {
	display:none;
	cursor:default;
}
div#alert .border {
	border:1px #97A0AA solid;
}
div#alert .ntc {
	padding:30px;
	text-align:left;
	background:#fff;
	font: 14px/1.6 Verdana, Arial, Helvetica, sans-serif;
}
div#alert .buttonzone {
	padding:15px;
	text-align:center;
	background:#f7f7f7;
}
div#alert .topBar {
	height:20px;
	line-height:20px;
	background:#cbddef;
	text-align:left;
	padding:0px 0px 5px 5px;
	font-size:12px;
}
div#alert .topBar .pwClose {
	position: absolute;
	top:0px;
	right:8px;
	width:45px;
	height:18px;
	background:url("../images/pwin3.gif") no-repeat;
	cursor:pointer
}
div#alert .button {
	border:1px #97A0AA solid;
	height:22px;
	line-height:20px;
	padding:0px 5px;
	background:#eee
}
/* ============弹出frame/或大窗口层============== */
#frmWindow {
	display:none;
	cursor:default;
}
#frmWindow .border {
	border:1px #97A0AA solid;
}
#frmWindow .ntc {
	padding:30px;
	text-align:left;
	background:#fff;
	font: 12px/1.6 Verdana, Arial, Helvetica, sans-serif;
}
#frmWindow .buttonzone {
	padding:15px;
	text-align:center;
	padding-top:10px;
	background:#f7f7f7;
}
#frmWindow .Frm {
	width:100%;
	height:500px;
	border:0
}
#frmWindow .windowcontent {
	width:100%;
	height:380px;
	overflow:auto;
	background:#fff;
	border:0
}
#frmWindow .topBar {
	height:20px;
	line-height:20px;
	background:#cbddef;
	text-align:left;
	padding:0px 0px 5px 5px;
	font-size:12px;
}
#frmWindow .topBar .pwClose {
	position: absolute;
	top:0px;
	right:8px;
	width:45px;
	height:18px;
	background:url("../images/pwin3.gif") no-repeat;
	cursor:pointer
}
#menumain {
	margin:0;
	white-space:nowrap;
	overflow:hidden;
	width:100%;
	background:url("../images/menubg.gif") 0px 0px repeat-x;
}
#menumain .menumain {
	float:left;
	height:36px;
	text-align:center;
	margin:0px;
	padding:0px 19px 0px 23px;
	background:url("../images/menu.gif") 0px 0px no-repeat;
}
#menumain .menuleft {
	float:left;
	height:36px;
	width:72px;
}
#menumain .menufirst {
	float:left;
	height:36px;
	text-align:center;
	margin:0px;
	padding:0px 19px 0px 0px;
}
#menumain .menuright {
	float:right;
	height:36px;
	margin:0px 0px 0px 2px;
	width:11px;
}
#menumain a:link, #menumain a:active, #menumain a:visited {
	color: #fff;
	display:block;
	text-decoration: none;
	font:bold 12px/35px 'SimSun', Arial, Sans-Serif;
}
#menumain a:hover {
	color: #ffcc00;
	text-decoration: none;
	font:bold 12px/35px 'SimSun', Arial, Sans-Serif;
}
/* ============搜索表单============== */
div.globalsearchformzone {
	padding:0px;
	margin:0px;
	height:26px;
}
div.globalsearchformzone div.globalsearchform {
	float:right;
	padding:0px 6px 0px 12px;
	margin:0px;
	height:26px;
	background:#00a9e1 url("../images/search4.gif") 0 0 no-repeat;
	font:12px/24px simsun;
	color:#ffffff;
}
div.globalsearchformzone div.globalsearchform1 {
	float:right;
	padding:0px;
	margin:0px;
	line-height:26px;
}
div.globalsearchformzone div.globalsearchform .input {
	border:0px;
	height:18px;
	line-height:18px;
	padding:0px;
	margin:3px 0px 0px;
	background:#ffffff
}
div.globalsearchformzone div.globalsearchform1 .imgbutton {
	padding:0px;
	margin:0px;
}
/* ============文章列表============== */

ul.newslist_time {
	margin:9px 0px 1px 0px;
	padding:0px;
}
li.newslist_time {
	margin:0px;
	padding-left:15px;
	list-style-type: none;
	height:30px;
	background: transparent url("../images/arrow.gif") 0px 10px no-repeat;
}
li.newslist_time .time {
	float:right;
	font:10px/23px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
}
a.newslist_time:link, a.newslist_time:visited, a.newslist_time:active {
	color:#666;
	text-decoration: none;
	font:12px/24px Verdana, Arial, Helvetica, sans-serif;
}
a.newslist_time:hover {
	color:#ff0000;
	font:12px/24px Verdana, Arial, Helvetica, sans-serif;
}
/* ============产品图片列表============== */
div .productlist_cyrano_lef {
	border:0px #ebebeb solid;
	padding:5px 0px 5px 0px;
}
div#demo {
	overflow:hidden;
	width:530px;
	color:#ff0000;
}
div.productlist_cyrano_lef div.fang {
	border:1px #dedede solid;
	background: #fff;
	padding:0px;
	margin:0px 8px;
	text-align:center;
}
div.productlist_cyrano_lef div.picFit {
	overflow: hidden;
}
div.productlist_cyrano_lef div.title {
	text-align:center;
	overflow: hidden;
	white-space:nowrap;
}
div.productlist_cyrano_lef a:link, div.productlist_cyrano_lef a:visited, div.productlist_cyrano_lef a:active {
	color:#555;
	font:12px/25px arial, simsun;
	text-decoration: none;
}
div.productlist_cyrano_lef a:hover {
	color:#ff0000;
	text-decoration: underline;
	font:12px/25px arial, simsun;
}
/*=========脚注菜单===========*/
div#bottommenu {
	margin: 0;
	padding:0;
	border: 0;
	height: 28px;
	color:#fff;
	font:11px/28px SimSun;
	text-align:center;
}
div#bottommenu a:link, div#bottommenu a:visited, div#bottommenu a:active {
	margin:0px 5px 0px 2px;
	color:#fff;
	font:12px/28px 'Microsoft YaHei', 'SimSun', Arial, Sans-Serif;
	text-decoration: none;
}
div#bottommenu a:hover {
	margin:0px 5px 0px 2px;
	color:#ffcc00;
	font:12px/28px 'Microsoft YaHei', 'SimSun', Arial, Sans-Serif;
	text-decoration: underline;
}
