@charset "utf-8";
/* CSS Document */
html {
	min-height:100%;
	height:auto;
}
body {
	margin: 0px;
	background-image: url(../style/images/b2.jpg);
	background-repeat: repeat;
}
img{
	vertical-align: bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#justify {
	text-align: justify;
	text-justify: distribute;
	word-break:break-all
}
.father {
	position: absolute;
	z-index: 20;
}
.left {
	background-image: url(../style/images/ss.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 10px;
	height: 440px;
	float: left;
}
.top {
	background-image: url(../style/images/b.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}
#menu {
	position: absolute;
	z-index: 10;
}
.menu_back {
	background-image: url(../style/images/b.jpg);
	background-repeat: repeat;
}
#menu_2 {
	float: left;
}
.content {
	width: 970px;
	margin: auto;
}

.right {
	background-image: url(../style/images/webdesign021.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 10px;
	height: 440px;
	float: right;
}
.back {
	background-image: url(../style/images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.back2 {
	background-image: url(../style/images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.center {
	margin-right: 10px;
	margin-left: 10px;
}
#left_banner {
	position: absolute;
	height: 100%;
	width: 440px;
}
input {
	background-color: #F7F7F7;
	border: 1px solid #CECECE;
	color: #333;
}
textarea {
	background-color: #F7F7F7;
	border: 1px solid #CECECE;
	color: #333;
}
.box_swf {
	position: absolute;
	height: 150px;
	width: 950px;
	z-index: 2;
}
/* 最新消息 */
.n_back {
	background-image: url(../news/images/t.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/* 表單 */
input {
	color: #CCCCCC;
	outline: medium none;
	background-color: #171717;
	border: 1px solid #333;
	width: 300px;
	font-size: 13px;
	padding: 2px;
}
textarea {
	color: #CCCCCC;
	outline: medium none;
	background-color: #171717;
	border: 1px solid #333;
	width: 400px;
	font-size: 13px;
	padding: 2px;
	height: 70px;
	overflow: hidden;
}
.my_button {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 28px;
	width: 86px;
}
