/* section_01
============================================================ */
#section_01 {
	width: 100%;
	min-width: 1100px;
	background: #fff;
}
#section_01 .section_01_inner {
	width: 1100px;
	/*height:579px;*/
	margin: 0 auto;
	text-align: right;
	padding: 40px 0 0px;
}
#section_01 .title_02 {
	margin-top: 48px;
}
#section_01 .txt {
	line-height: 34px;
	font-size: 123.1%;
	color: #000;
	width: 740px;
	margin: 66px 0 0 auto;
}
#section_01 ul {
	margin: 110px 0 0 -64px;
	overflow: hidden;
}
#section_01 ul li {
	float: left;
	margin: 0 0 80px 64px;
}
#section_01 ul li .name {
	margin-top: 25px;
}
#section_01 ul li .thumb .contentWrap {
	position: relative;
}
#section_01 ul li .thumb .contentWrap .content {
	position: absolute;
	top: 0px;
	left: 0px;
	/*display:table;*/
	width: 100%;
	height: 324px;
	background-image: url(../img/hover_img.png);
	background-repeat: no-repeat;
}
#section_01 ul li .thumb .contentWrap .content .contentInner {
	text-align: center;
	padding: 48px 26px 0;
}
#section_01 ul li .thumb .contentWrap .content .contentInner .prof_text {
	text-align: left;
	color: #C7E3E6;
	line-height: 22px;
}
#section_01 ul li .thumb .contentWrap .content .contentInner .prof_text:first-letter {
	font-size: 42px;
	line-height: 1.3;
	float: left;
	margin: 0 10px 0 0;
}
#section_01 ul li .thumb .contentWrap .content .contentInner .btnDetail {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -109px;
}
/* section_02
============================================================ */
#section_02 {
	width: 100%;
	min-width: 1100px;
	background: #C7E3E6;
	color: #1a1a1a;
}
#section_02 .section_02_inner {
	width: 1100px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	padding: 80px 0 0 0;
}
#section_02 .title_02 {
	margin-top: 48px;
}
#section_02 .txt {
	line-height: 34px;
	font-size: 123.1%;
	color: #000;
	width: 700px;
	margin: 66px 0 0 auto;
}
#section_02 ul {
	margin: 60px 0 0 -64px;
	overflow: hidden;
}
#section_02 ul li {
	float: left;
	margin: 0 0 80px 64px;
}
#section_02 ul li .name {
	margin-top: 25px;
}
#section_02 ul li .btn {
	margin-top: 40px;
}
