/* CSS Document */ /* main content body css */
body {
	width: 100%;
	text-align: center;
}

#main {
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	width: 98%;
	overflow: hidden;
}

#main_left {
     height: 500px;
     float: left;
     width: 100%;
   
}

#main_right {
	 height: 500px;
     float: right;
     width: 300px;
     background:black;
} 

#main_1 {
	height: 135px;
}

#main_2 {
	height: 350px;
}

#main_2_1 {
	height: 350px;
	float: right;
	width: 272px;
	overflow: hidden;
}

#main_3 {
	width :99%;
	height: 76px;
	text-align: center;
	background-color: #FFFFFF;
}

#zhongjianxixun {
	width: 318px;
	height: 135px;
	float: left;
}

#information {
	width: 272px;
	height: 90px;
	overflow: hidden;
}

#chaoshigonggao {
	margin-top :5px;
	width: 272px;
	height: 145px;
	overflow: hidden;
}

#goucaihemaifangan {
	width: 100%;
	height: 475px;
	overflow: hidden;
}

#zhuanjiamingren {
	margin-top :5px;
	width: 272px;
	height: 60px;
	overflow: hidden;
}

#kaijiangxinxi {
    margin-top :5px;
	width: 272px;
	height: 229px;
	overflow: hidden;
}

#lianjie {
	margin-top :5px;
	width: 270px;
	height: 55px;
	overflow: hidden;
}

#bottom {
	width: 770px;
	height: 64px;
	overflow: hidden;
}

/* outside border */
.container_box {
	overflow: hidden;
}


/* boderClolor */

.border_color{
	  border:1px #CBCBCB solid;
}
.left_top_border {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/left_top_border.gif) no-repeat scroll left top;
}

.right_top_border {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/right_top_border.gif) no-repeat scroll left top;
}

.top_center_border {
	height: 6px;
	background: url(../images/top_center_border.gif) repeat-x scroll left
		top;
	overflow: hidden;
}

.left_center_border {
	width: 6px;
	height: 468px;
	position: absolute;
	top: 6px;
	left: 0px;
	background: url(../images/left_center_border.gif) repeat-y scroll left
		top;
}

.right_center_border {
	width: 6px;
	height: 468px;
	position: absolute;
	top: 6px;
	right: 0px;
	background: url(../images/right_center_border.gif) repeat-y scroll left
		top;
}

.left_bottom_border {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 474px;
	left: 0px;
	background: url(../images/left_bottom_border.gif) no-repeat scroll left
		top;
}

.right_bottom_border {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 474px;
	right: 0px;
	background: url(../images/right_bottom_border.gif) no-repeat scroll left
		top;
}

.container {
	overflow-x: hidden;
}

.container_border {
	height: 6px;
	background-color: #FFFFFF;
	background: url(../images/bottom_center_border.gif) repeat-x scroll left
		top;
}

.container_maind {
	margin: 10px;
	height: 448px;
	overflow: scroll;
}

.margin_bottom_5 {
	margin-bottom: 5px;
}

.margin_right_5 {
	margin-right: 5px;
}

.margin_right_6 {
	margin-right: 7px;
}