.solution-bg {
	height: 400px;
	background:#9F968D url("../../../img/lglow/web/solution_bg_3.jpg") center no-repeat;
}

.bj {
    background-color: #f6f6f6;
}

.main {
	margin: 0 auto;
	height:1480px;
	width: 1200px;
}

.top {
	height: 400px;
	padding: 40px 0 35px;
}

.top_left {
	height:266px;
	width:789px;
	float:left;
	background-color: #fff;
}

.top_left h2 {
	background: #dda301 none repeat scroll 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height:44px;
	padding-left:15px;
}

.top_left p {
	color: #888888;
	font-size:14px;
	line-height:30px;
	padding:20px 20px 0;
	text-indent:2em;
}

.top_right {
	background-color: white;
	float:right;
	width:386px;
}
.ce {
	background: #fff;
	margin: 35px 0 50px;
}

.ce h2 {
	color:#676767;
	font-size: 24px;
	line-height: 110px;
	padding-left: 14px;
}

.ce ul {
	overflow: hidden;
	padding-bottom: 30px;
	padding-left: 10px;
}

.ce ul li {
	height: 260px;
	overflow: hidden;
	float: left;
	margin: 0 8px 20px;
	position: relative;
	width:378px;
}

.bb {
	background: url("../../../img/lglow/web/so_bg.png") no-repeat center bottom;
	bottom:0;
	left:0;
	min-height: 125px;
	position: absolute;
	width:100%;
}

.bb h3{
	color:#fff;
	font-size:18px;
	line-height: 50px;
	padding-left: 20px;
}

.bb p {
	color:#fff;
	line-height: 24px;
	padding: 0 20px;
}

.bb p a{
	font-size: 15px;
	color: grey;
}

.bb a:HOVER {
	text-decoration: underline;
	color: white;
}

.c {
	background: #fff none repeat scroll 0 0;
	margin-top: -55px;
}

.c ul {
	overflow:hidden;
	padding: 0 10px;
	list-style: outside none none;
}

.c ul li {
	border:1px solid #dadada;
	border-radius:0 0 20px;
	box-shadow: 5px 5px 5px #eaeaea;
	color:#7e7e7e;
	float: left;
	height:315px;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 36px;
	padding:0 20px;
	transition: all 0.3s ease 0s;
	width:250px;
}

.c ul li:HOVER {
	border: 1px solid #999;
	background: #eeeeee;
}

.c ul li a {
	color: #7e7e7e;
}

.c ul li h3 {
	border-bottom: 1px solid #999;
	color: #3d3d3d;
	font-size:18px;
	line-height: 60px;
	padding-top:20px;
	text-align: center;
}

.c ul li p {
	height:145px;
	line-height:24px;
	padding-top:25px;
}

.c ul li h4 a {
	border: 1px solid #b3b3b3;
	border-radius:17px;
	display:block;
	line-height:34px;
	text-align: center;
	width:120px;
	margin: auto;
}

.c ul li a {
	color:#7e7e7e;
}

a{blr:expression(this.onFocus=this.blur());}
a:focus{outline:none;}

a:link, a:VISITED{
	color:#000;
	text-decoration: none;
}
a {
	transition: all 0.2s ease 0s;
}