/* --// mingwe.com --*/

/* -------------------------------------------------*/
/* --// 网站通用 style -----------------------------*/
/* -------------------------------------------------*/

/* --// 基本 style --*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
form {margin: 0px;padding: 0px;}
img {border: 0px;}
dt{margin-top:10px;}
dd{padding:5px 0 0 0px;margin:0 0 0 20px;}

/* --// 连接 style --*/
a{
	color: #5a2f23;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* -- 全部文字 style --*/
body,td,th,input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 5a2f23;
	line-height: 26px;
}


/* -------------------------------------------------*/
/* --// 自定义 style -------------------------------*/
/* -------------------------------------------------*/

/* --// 主页flash动画水平垂直居中box style --*/
#indexflash{
	position: absolute;
	text-align:center;
	top: 50%;
	left: 50%;
	/* 指定box宽度、高度；距离左,上为宽,高一半 */
margin-left: -500px;
	width: 1000px;
	margin-top: -300px;
	height: 600px;
/* -- border:1px solid #ccc;
line-height:470px;  --*/
}




/* -- 新闻日期字体 style --*/
.newsDate{color:#cccccc;font-family:tahoma;font-size:9px;}
.copyright{color:#cccccc;font-family:tahoma;font-size:10px;}




/* -- 产品展示box style --*/
#thum {margin-left:auto;margin-right:auto;overflow: auto;
height: 80px;width: 400px;text-align:left;}
#thumbox {white-space:nowrap;}
#iframe{width: 760px;height: 400px;text-align:center;border: 1px dashed #CCCCCC;}