.home_service {
  margin-bottom: 40px;
  background: #f5e8d0 url('/web/templates/images/home_service_gras.png') no-repeat bottom right;
  background-size: 30% auto;
}
@media all and (max-width: 620px) {
  .home_service {
    display: none;
  }
}
.home_service > .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.home_service > .container {
  padding: 90px 0;
}
.home_service > .container > .title {
  width: 100%;
  margin-bottom: 60px;
}
.home_service > .container > .title > h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: normal;
  margin-bottom: 25px;
  color: #5c4841;
}
.home_service > .container > .nav {
  width: 270px;
  padding: 30px 0;
  z-index: 2;
}
@media all and (min-width: 621px) and (max-width: 1020px) {
  .home_service > .container > .nav {
    width: 250px;
  }
}
@media all and (min-width: 1021px) and (max-width: 1300px) {
  .home_service > .container > .nav {
    width: 270px;
  }
}
.home_service > .container > .nav > ul {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  width: 100%;
  list-style: none;
  padding-right: 20px;
}
.home_service > .container > .nav > ul > li {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #dbc9a7;
}
.home_service > .container > .nav > ul > li > a {
  display: block;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 48px;
  color: #332c2b;
  text-decoration: none;
}
.home_service > .container > .nav > ul > li > a::after {
  content: '';
  display: none;
  position: absolute;
  right: -59px;
  top: -20px;
  width: 39px;
  height: 87px;
  background: url('/web/templates/images/home_service_arrow.jpg') no-repeat top left;
}
.home_service > .container > .nav > ul > li > a.active {
  color: #307563;
}
.home_service > .container > .nav > ul > li > a.active::after {
  display: block;
}
.home_service > .container > .text {
  width: 830px;
  min-height: 450px;
  background: #fff;
}
@media all and (min-width: 621px) and (max-width: 1020px) {
  .home_service > .container > .text {
    width: 350px;
  }
}
@media all and (min-width: 1021px) and (max-width: 1300px) {
  .home_service > .container > .text {
    width: 700px;
  }
}
.home_service > .container > .text > ul {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  width: 100%;
  list-style: none;
  padding: 50px 70px;
}
@media all and (min-width: 621px) and (max-width: 1020px) {
  .home_service > .container > .text > ul {
    padding: 40px 50px;
  }
}
@media all and (min-width: 1021px) and (max-width: 1300px) {
  .home_service > .container > .text > ul {
    padding: 40px 50px;
  }
}
.home_service > .container > .text > ul > li {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  width: 100%;
  display: none;
}
.home_service > .container > .text > ul > li > h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 25px;
  color: #5c4841;
  padding-right: 310px;
}
@media all and (min-width: 621px) and (max-width: 1020px) {
  .home_service > .container > .text > ul > li > h3 {
    font-size: 24px;
    line-height: 24px;
    padding: 0;
  }
}
.home_service > .container > .text > ul > li > p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
  color: #000;
  padding-right: 310px;
}
@media all and (min-width: 621px) and (max-width: 1020px) {
  .home_service > .container > .text > ul > li > p {
    padding: 0;
  }
}
.home_service > .container > .text > ul > li > img {
  position: absolute;
  top: -140px;
  right: -170px;
}
@media all and (min-width: 621px) and (max-width: 1020px) {
  .home_service > .container > .text > ul > li > img {
    width: 110px;
    right: auto;
    left: -90px;
    top: -110px;
    z-index: 5;
  }
}
@media all and (min-width: 1021px) and (max-width: 1300px) {
  .home_service > .container > .text > ul > li > img {
    width: 330px;
    right: -80px;
  }
}
.home_service > .container > .outro {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.home_service > .container > .outro > img {
  max-width: 90%;
}
/*# sourceMappingURL=home_service.css.map */