@CHARSET "UTF-8";

body {
	min-width:1200px;
}

.breadcrumb_all{
	position:absolute; 
	z-index:3;
	min-width:1200px;
}

.breadcrumb_all_transparent {
	width:100%;
	min-width:1200px;
	height:46px; 
	background-color:#FFF; 
	position:absolute; 
	z-index:2; 
	filter:alpha(Opacity=70); 
	-moz-opacity:0.7; 
	opacity: 0.7;
}

.border {
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	background-color: #FFFFFF;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 3px 0px #D2D2D2;
	box-shadow: 1px 1px 3px 0px #D2D2D2;
}

.bg {
	position:relative;
	width:1200px; 
	height:650px; 
	margin:0 auto 180px auto;
	background: url("../images/design_bg.jpg") no-repeat left top; 
}

.bg > .b {
	position:absolute;
	left:169px;
	top:265px;
	width:642px;
	height:496px;
	background-image: url(../uploads/images/bg_block.png);
	background-position: left 35px;
	background-repeat: no-repeat;
}

.bg > .b > .title {
	position:absolute;
	left:110px;
	top:42px;
	color:#393939;
}

.bg > .b > .desc {
	position:absolute;
	left:110px;
	top:82px;
	color:#777777;
	line-height: 24px;
	width:424px;
}

.bg > .b > .links {
	position:absolute;
	left:110px;
	top:328px;
	width:220px;
	height:125px;
	border:1px solid #d4d3cd;
	
}

.bg > .b > .links > a {
	width:220px;
	height:62px;
	color:#434343;
	line-height: 62px;
	text-decoration: none;
	display: inline-block;
	text-indent:22px; 
}

.bg > .b > .links > a:hover {
	color:#fff;
	background-color: #E40000;
}

.bg > .b > .links > .gap {
	width:220px;
	height:1px;
	background-color: #d4d3cd;
}

