.serviceFooter {
  height: 170px;
  border-top: 1px solid lightgray;
  text-align: center;
  color: #333;
  font-size: 12px;
  box-sizing: border-box;
  padding-top: 26px;
}
.serviceInc {
  min-height: 500px;
}
.serviceInc .serviceIncTitle {
  margin-top: 75px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.serviceInc .serviceIncDetail {
  text-align: center;
  font-size: 13px;
  margin-bottom: 40px;
}
.serviceInc .serviceIncModal {
  width: 100%;
  min-height: 240px;
}
.serviceInc .serviceIncModal .serviceModalItem {
  padding: 0 5%;
  box-sizing: border-box;
  width: 33.33%;
  height: 240px;
  float: left;
  overflow: hidden;
}
.serviceInc .serviceIncModal .serviceModalItem .serviceModalImg {
  text-align: center;
  margin-top: 20px;
}
.serviceInc .serviceIncModal .serviceModalItem .serviceModalContent {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.serviceInc .serviceIncModal .serviceModalOne {
  border: 1px solid lightgray;
}
.serviceInc .serviceIncModal .serviceModalOne:hover {
  box-shadow: 4.243px 4.243px 18px 0px rgba(19, 90, 66, 0.1);
  border: none;
}
.serviceInc .serviceIncModal .serviceModalTwo {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.serviceInc .serviceIncModal .serviceModalTwo:hover {
  box-shadow: 4.243px 4.243px 18px 0px rgba(19, 90, 66, 0.1);
  border: none;
}
.serviceInc .serviceIncModal .serviceModalThree {
  border: 1px solid lightgray;
}
.serviceInc .serviceIncModal .serviceModalThree:hover {
  box-shadow: 4.243px 4.243px 18px 0px rgba(19, 90, 66, 0.1);
  border: none;
}
.serviceObject {
  min-height: 500px;
  background: #f7f7f7;
}
.serviceObject .serviceObjectTitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}
.serviceObject .serviceObjectMainItem {
  width: 100%;
  min-height: 260px;
  margin: 30px auto;
}
.serviceObject .serviceObjectMainItem .serviceObjectItem {
  width: 45%;
  height: 100px;
  float: left;
  display: flex;
  flex-direction: row;
  margin-bottom: 5%;
}
.serviceObject .serviceObjectMainItem .serviceObjectItem .serviceObjectItemImg {
  width: 100px;
  height: 100px;
}
.serviceObject .serviceObjectMainItem .serviceObjectItem .serviceObjectItemT {
  margin-left: 15px;
  padding: 2% 0;
  box-sizing: border-box;
}
.serviceObject .serviceObjectMainItem .serviceObjectItem .serviceObjectItemT .serviceObjectItemTitle {
  font-size: 1.1em;
}
.serviceObject .serviceObjectMainItem .serviceObjectItem .serviceObjectItemT .serviceObjectItemContent {
  margin-top: 7px;
  font-size: 1em;
}
.wisdomService {
  min-height: 500px;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 80px;
}
.wisdomService .wisdomTitle {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.wisdomService .wisdomContainer {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wisdomService .wisdomContainer .wisdomLeft {
  width: 33%;
}
.wisdomService .wisdomContainer .wisdomLeft .wisdomLeftUl {
  padding: 0;
  margin-top: 20px;
  list-style: none;
  display: block;
  width: 100%;
}
.wisdomService .wisdomContainer .wisdomLeft .wisdomLeftUl > li {
  margin: 20px 0;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  position: relative;
  text-align: right;
  box-sizing: border-box;
  padding-right: 50px;
}
.wisdomService .wisdomContainer .wisdomMiddle {
  width: 33%;
  text-align: center;
  margin: 0 100px;
}
.wisdomService .wisdomContainer .wisdomMiddle > img {
  display: block;
  margin: 0 auto;
}
.wisdomService .wisdomContainer .wisdomRight {
  width: 33%;
}
.wisdomService .wisdomContainer .wisdomRight .wisdomRightUl {
  padding: 0;
  margin-top: 20px;
  list-style: none;
  display: block;
  width: 100%;
}
.wisdomService .wisdomContainer .wisdomRight .wisdomRightUl > li {
  margin: 20px 0;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  padding-left: 50px;
}
.orangeLeft {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #fa8246;
  color: white;
  position: absolute;
  right: 0;
}
.orangeRight {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #fa8246;
  color: white;
  position: absolute;
  left: 0;
}
.openEcology {
  min-height: 500px;
  background: #f7f7f7;
}
.openEcology .openEcologyTitle {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 55px;
}
.openEcology .openEcologyImg {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.openEcology .openEcologyImg > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/*# sourceMappingURL=content.css.map */