/* .area_box01 */
.area_box01{
	position:relative
}

.area_box01 .area_icon{
	position:absolute;
	bottom:25px;
	left:25px;
	overflow:hidden
}
.area_box01 .area_icon li{
	float:left;
	margin-right:20px
}

/* .area_box02 */
.area_box02 > div{
	position:relative
}
.area_box02 .box02_01 > a{
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	width:191px;
	height:35px;
	background:url('../../../zimg/sub01/consultation/6.jpg') 0 0 no-repeat;
	position:absolute;
	bottom:39px;
	right:31px
}
.area_box02 .box02_01 > a:hover{
	background:url('../../../zimg/sub01/consultation/6_over.jpg') 0 0 no-repeat;
}

.area_box02 .box02_02{
	position:relative;
	clear:both
}
.area_box02 .box02_02 .ch-grid {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	position:absolute;
	bottom:20px;
}

.area_box02 .box02_02 .ch-grid:after,
.area_box02 .box02_02 .ch-item:before {
	content: '';
    display: table;
}

.area_box02 .box02_02 .ch-grid:after {
	clear: both;
}

.area_box02 .box02_02 .ch-grid > li {
	width: 216px;
	height: 216px;
	display: inline-block;
	margin-right:13px
}
.area_box02 .box02_02 .ch-grid > li.li_last{
	margin-right:0
}

.area_box02 .box02_02 .ch-item {
	width: 100%;
	height: 100%;
	/*
	border-radius: 50%;
	*/
	position: relative;
	cursor: default;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.area_box02 .box02_02 .ch-img-1 {
	background-image: url('../../../zimg/sub01/consultation/7.jpg');
}

.area_box02 .box02_02 .ch-img-2 {
	background-image: url('../../../zimg/sub01/consultation/8.jpg');
}

.area_box02 .box02_02 .ch-img-3 {
	background-image: url('../../../zimg/sub01/consultation/9.jpg');
}

.area_box02 .box02_02 .ch-img-4 {
	background-image: url('../../../zimg/sub01/consultation/10.jpg');
}

.area_box02 .box02_02 .ch-img-5 {
	background-image: url('../../../zimg/sub01/consultation/11.jpg');
}

.area_box02 .box02_02 .ch-info {
	position: absolute;
	background: rgba(63,147,147, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

	-webkit-backface-visibility: hidden;

}
.area_box02 .box02_02 .ch-item:hover {
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.area_box02 .box02_02 .ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.area_box02 .box02_02 .ch-item:hover .ch-info p {
	opacity: 1;
}