#pagetop {
  background: #e9f3ea;
  margin-top: -45px;
}
#breadcrumb {
  background: #e9f3ea;
}
@media all and (min-width: 600px) {
  #pagetop {
    margin-top: -50px;
  }
}

/* #service
================================================ */
#service {
  padding: 27px 0 45px;
  background: #e9f3ea;}

#service .tit {
  margin: 0 0 22px;
  padding: 0 10px 0 0;
  color: #18a357;}

#service .tit svg {
  width: 31px;
  height: 23px;
  margin: 0 9px 0 0;}

#service .list {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 10px;}

#service .item {
  position: relative;
  margin: 0 0 15px;}

#service .item:after {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #d9d9d9;
  content: "";}

#service .item a {
  display: block;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  text-align: center;}

#service .item a:after {
  display: block;
  position: absolute;
  top: -3px;
  left: -25px;
  box-sizing: border-box;
  width: 62px;
  height: 62px;
  border-right: 11px solid #df2b2b;
  content: "";
  transform: rotate(45deg);
  transform-origin: top right;}

#service .item img {
  width: 170px;}

#service .item svg {
  position: absolute;
  right: 10px;
  bottom: 5px;
  width: 20px;
  height: 20px;}

#service svg .ico-white {
  fill: #fff;}

#service svg .ico-green {
  fill: #18a357;}

@media all and (min-width: 600px) {
  #service {
    padding: 40px 0 61px;
    background: background: #e9f3ea;}
  #service .tit {
    margin: 0 0 26px;
    padding: 0 56px 0 0;}
  #service .tit svg {
    width: 44px;
    height: 32px;
    margin: 0 15px 0 0;}
  #service .list {
    margin: 0 0 39px;
    padding: 0 0 5px;}
  #service .item {
    float: left;
    width: 290px;
    margin: 0 15px 0 0;}
  #service .item:nth-child(3n) {
    margin: 0;}
  #service .item a {
    top: 0;
    padding: 25px 0 17px;
    transition: all .1s linear;}
  #service .item a:after {
    top: -3px;
    left: -31px;
    width: 80px;
    height: 80px;
    border-right: 17px solid #df2b2b;}
  #service .item a:hover {
    top: 5px;
    background: #e0f4e2;}
  #service .item img {
    width: auto;
    height: 194px;}
  #service .item svg {
    right: 16px;
    bottom: 12px;
    width: 22px;
    height: 22px;}}
