/************************************************************
* 页面公共样式表
* 此样式表存在于所有页面中，并作为默认样式
* Author: DANA(Web Designer)
*************************************************************/

/*--- global start ---*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font: 12px "宋体", Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/wiscom_bj.gif) repeat-x

}

/* img styles */
img, table {
	border: none;
	margin:0px;
	padding:0px;
}

/* list styles */
ul,li { list-style: none; }

/* link styles */
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #275192;
	text-decoration: none;
}

/* bread crumb */
.label { 
	height: 22px; 
}
.label ul { 
	padding: 8px 0 0 10px; 
}
.label ul li { 
	float: left;
	font-family: '宋体';
	padding: 2px 4px;
 }

.breadcrumb { 
	height: 22px;
 }
.breadcrumb ul { 
	padding: 8px 0 0 10px; 
}
.breadcrumb ul li { 
	float: left;
	font-family: '宋体';
	padding: 2px 4px; 
}

/*-----form styles-----*/
input {
	width:105px;
	text-align: left;

}
/* font styles */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

/* table styles */
table {
	border: none; 
}
.clear { clear: both; }



#bg {
width:1001px;
height:680px;
margin:0 auto;
background:url(../images/wiscom_dt.gif) no-repeat


}


#logo {
float: left;
width:293px;
height: 112px;
margin: 15px 0 0 40px;
background: url(../images/wiscom_logo.gif) no-repeat

}
#content {
clear: both;
margin: 0 auto;
width: 650px;
padding: 330px 0 0 0;

}

#tyrz {
width: 650px;
height: 120px;


}
.zt1 {
	color: #fff;
	line-height: 30px;
}
.bd1 {
	color: #000;
	height: 18px;
	width: 300px;
	border: thin none #fff;
}
.bd2 {
	color: #000;
	height: 18px;
	width: 150px;
	border: thin none #fff;
}


/*--- fotter ---*/

#foot {
	clear:both;
	padding: 150px 0 0 0;
	width: 650px;
	height: 102px;
	margin:0 auto;

}
#foot p {
	margin-top: 20px;
	text-align:center;
	font-size: 12px;
	line-height: 24px;
	color:#676767;
}
