@charset "utf-8";
/* CSS Document */
.group_cutout {
	background-image:url(images/gbox.jpg);
	background-repeat:no-repeat;
	width:603px;
	height:250px;
	position:relative;
}
.group_cutout img{padding:0px; margin:0px; float:left;}
.group_cutout .space_top {
	height:13px;
}
.group_cutout .box_image {
	width:386px;
	height:215px;
	background-color:#999;
	position:relative;
	margin-left:9px;
	overflow:hidden;
	float:left;
	display:inline;
}
.group_cutout .box_image .box_body {
	width:1930px;
	height:215px;
	position:absolute;
}
.group_cutout .box_detail {
	float:left;
	width:198px;
	height:215px;
	display:inline;
}
.group_cutout .space_00 {
	width:10px;
}
.group_cutout .box_detail .space_01 {
	height:3px;
}
.group_cutout .box_detail .box_tittle_text {
	color:#FFF;
	font-weight:bold;
	padding-left:38px;
	/*font-size:16px;*/
	height:18px;
	overflow:hidden;
}
.group_cutout .box_detail .space_02 {
	height:8px;
}
.group_cutout .box_detail .space_03 {
	height:2px;
}

.group_cutout .box_detail .box_detail_text {
	color:#FFF;
	/*font-size:12px;*/
	line-height:18px;
	padding-left:18px;
	height:159px;
}
.group_cutout .box_detail .box_link {
	padding-left:89px;
	position:relative;
}
.group_cutout .box_detail .box_link .box_button {
	width:17px;
	height:17px;
	background-color:#FFF;
	/*font-size:12px;*/
	margin-left:4px;
	float:left;
	display:inline;
	text-align:center;
	color:#1378CA;
	cursor:pointer;
}
.group_cutout .box_detail .box_link .btn_hover {
	background-color:#000;
	color:#FFF;
}
.group_cutout .box_detail .box_link .box_button span {
	display:block;
	margin:auto;
}

#des_text{
	text-align: center;
	color: #FFF;
	line-height: 25px;
}