/*intellect_life.html start*/
/**当浏览器的可显示区域大于1200px时**/
/*@media screen and (min-width:1200px) {*/
.intellect_life_banner {
	background: url(../../public/images/intellect_life/banner.jpg) no-repeat center top #f6f6f6;
	width: 100%;
	height: 350px;
	margin-top: 86px; /*留给菜单,即为main.css中的类header_top_box的高*/
}

.general {
	width: 100%;
	background: #fff;
	padding: 40px 0;
}

.general2 {
	width: 100%;
	background: #f6f6f6;
	padding: 40px 0;
}
/*}*/

/**当浏览器的可显示区域宽度小于1200px时**/
@media screen and (max-width:1200px) {
	.intellect_life_banner {
		width: 1200px;
	}
	.general {
		width: 1200px;
	}
	.general2 {
		width: 1200px;
	}
}

.general_con {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;
}

.box_parent {
	position: relative;
	width: 1200px;
	overflow: hidden;
	text-align: left;
}

.box {
	float: left;
	width: 600px;
}

/*
.shadow {
	border-bottom: 1px solid #e4e4e4;
}

.padding_t {
	padding-top: 20px;
}

.padding_b {
	padding-bottom: 20px;
}*/
.clear {
	line-height: 0;
	height: 0;
	visibility: visible;
	clear: both;
	font-size: 0;
}

.general_con span {
	font-weight: bold;
	color: #ffba19;
}

.general_con_c_ri_title {
	font-family: "微软雅黑";
	padding: 6px 0px;
	font-weight: bold;
	font-size: 30px;
	color: #079b07;
}

.general_con_c_ri_word {
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
}

.general_con_c_ri_int {
	padding-top: 15px;
	color: #999;
	font-size: 14px;
	font-family: "微软雅黑";
}

.general_con .label {
	text-align: left;
	font-size: 14px;
	background-color: #03cbb3;
	line-height: 45px;
	font-weight: 700;
	padding-left: 18px;
}

.general_con ul {
	list-style: none;
	overflow: hidden;
}

.general_con ul li {
	position: relative;
	float: left;
	width: 280px;
	height: 240px;
	margin-right: 24px;
	margin-bottom: 24px;
	border: solid 1px #bfbfbf;
}

.general_con ul li[class=last] {
	margin-right: 0;
}

.general_con ul li a {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 1;
}

.general_con ul li a:hover {
	opacity: 0.6; /* 透明 */
}

.general_con ul li * img {
	width: 100%;
	vertical-align: middle;
}

.general_con ul li * span {
	line-height: 58px;
	text-align: center;
	font-size: 18px;
}

/*intellect_life.html end*/