@charset "utf-8";

/* service_visual */
#service_visual {
	width: 100%;
	height: 548px;
	background: url(../img/service_visual.jpg) 0 0 no-repeat;
	text-align: center;
	background-size: cover;
}
#service_visual h2 {
	font-size: 24px;
	color: #fff;
	padding-top: 220px;
	margin-bottom: 20px;
	font-weight: 100;
	opacity: 0.9;
}



#service {
	color: #666666;
	
}
#service h3 {
	font-weight: 600;
	margin: 70px 0 30px 0;
	font-size: 50px;
	color: #333;
}
#service h3,
#service h3+p {
	text-align: center;
}
#service h3+p {
	font-size: 22px;
	margin-bottom: 120px;
}
#service ul {
	width: 86%;
	float: left;
	margin-bottom: 9.5%;
}
#service ul li {
	overflow: hidden;
}
#service ul li img {
	float: left;
	margin-right: 2.6%;
	width: 58%;
}
#service ul li h4 {
	width: 39.4%;
	font-size: 2.6vw;
	float: left;
	color: #333333;
	margin-top: 1.5%;
}
#service ul li p {
	float: left;
	line-height: 26px;
	width: 39.4%;
	font-size: 0.94vw;
}
#service ul li {
	
	display: none;
}
#service ul li:first-child {
	display: block;
}
#service .arrow {
	width: 14%;
	height: 625px;
	float: right;
	background: url(../img/arrow_bg.jpg) 0 0 no-repeat;
	text-align: center;
	line-height: 1150px;
}
#service .arrow span:first-child {
	margin-right: 10px;
}
#service .arrow span img {
	cursor: pointer;
}


