@charset "UTF-8";
.fC {
  color: #0eb392;
}
.cf::after{
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.l-table {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px 0;
}
.l-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.headTitle {
  font-size: 28px;
  color: #0eb392;
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
}
/* section07 */
#sec07 {
	padding: 100px 0 80px;
}
.overlay {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background: rgba(90, 90, 90, 0.8);
  z-index: 0;
}
.service {
	position: relative;
	background: url(../images/top/img01.jpg) no-repeat;
  height: 800px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 5px;
}
.service .disc {
  position: absolute;
  width: 100%;
  top: 30px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.service .title01 {
	position: absolute;
	top: 90px;
	left: 30px;
  color: #0dfdcd;
  font-size: 42px;
  font-weight: bold;
}
.service .intro01 {
	position: absolute;
	top: 170px;
	left: 30px;
	font-size: 13px;
  color: #fff;
}
.service .detail01 {
  width: 350px;
  position: absolute;
  top: 100px;
  right: 20px;
  font-size: 13px;
  padding: 10px;
  /*border: 2px solid #0eb392;*/
  background: rgba(255, 255, 255, 0.9);
}

.service .title02 {
	position: absolute;
	top: 340px;
	left: 30px;
  color: #0dfdcd;
  font-size: 42px;
  font-weight: bold;
}
.service .intro02 {
	position: absolute;
	top: 420px;
	left: 30px;
	font-size: 13px;
  color: #fff;
}
.service .detail02 {
  width: 350px;
  position: absolute;
  top: 360px;
  right: 20px;
  font-size: 13px;
  padding: 10px;
  /*border: 2px solid #0eb392;*/
  background: rgba(255, 255, 255, 0.9);
}
.service .figure02 {
  position: absolute;
  top: 590px;
  left: 30px;
  width: 1140px;
  font-size: 13px;
}
.service .figure02 .box {
  width: 300px;
  padding: 10px;
  margin: auto;
  /*border: 2px solid #0eb392;*/
  background: rgba(255, 255, 255, 0.9);
}
.service .figure02 .box .icon {
  font-size: 80px;
  line-height: 0;
  margin-bottom: 10px;
}
