#banner {
  background: url(../images/index-banner-bg.jpg) no-repeat top 100px center;
}

.idx-list {
  margin: 60px auto;
}
.idx-list .list-item {
  background: #f2f2f2; /*border: darken($c-white, 7%) 1px solid;*/
  float: left;
  width: 24%;
  margin: 0 0.5%;
  text-align: center;
  position: relative;
  -webkit-box-shadow: transparent 2px 2px 0px, transparent -2px -2px 0;
          box-shadow: transparent 2px 2px 0px, transparent -2px -2px 0;
  -webkit-transition: -webkit-box-shadow 0.4s linear;
  transition: -webkit-box-shadow 0.4s linear;
  -o-transition: box-shadow 0.4s linear;
  transition: box-shadow 0.4s linear;
  transition: box-shadow 0.4s linear, -webkit-box-shadow 0.4s linear;
}
.idx-list .list-item a {
  display: block;
  padding-bottom: 30px;
}
.idx-list .list-item a .pic {
  overflow: hidden;
}
.idx-list .list-item a .pic img {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.idx-list .list-item a:hover {
  text-decoration: none;
}
.idx-list .list-item a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.idx-list .list-item.item1:hover {
  -webkit-box-shadow: #d41f4b 2px 2px 0px, #d41f4b -2px -2px 0;
          box-shadow: #d41f4b 2px 2px 0px, #d41f4b -2px -2px 0;
}
.idx-list .list-item.item2:hover {
  -webkit-box-shadow: #0099cc 2px 2px 0px, #0099cc -2px -2px 0;
          box-shadow: #0099cc 2px 2px 0px, #0099cc -2px -2px 0;
}
.idx-list .list-item.item3:hover {
  -webkit-box-shadow: #ff6600 2px 2px 0px, #ff6600 -2px -2px 0;
          box-shadow: #ff6600 2px 2px 0px, #ff6600 -2px -2px 0;
}
.idx-list .list-item.item4:hover {
  -webkit-box-shadow: #02953a 2px 2px 0px, #02953a -2px -2px 0;
          box-shadow: #02953a 2px 2px 0px, #02953a -2px -2px 0;
}
.idx-list .list-item::before {
  content: "";
  background: transparent;
  border: 2px solid transparent;
  top: -2px;
  left: 2px;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
.idx-list .list-item::after {
  content: "";
  background: transparent;
  border: 2px solid transparent;
  top: 2px;
  left: -2px;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
.idx-list .list-item.item1:hover::before {
  -webkit-animation: animate11 0.6s linear forwards;
          animation: animate11 0.6s linear forwards;
}
.idx-list .list-item.item1:hover::after {
  -webkit-animation: animate12 0.6s linear forwards;
          animation: animate12 0.6s linear forwards;
}
.idx-list .list-item.item2:hover::before {
  -webkit-animation: animate21 0.6s linear forwards;
          animation: animate21 0.6s linear forwards;
}
.idx-list .list-item.item2:hover::after {
  -webkit-animation: animate22 0.6s linear forwards;
          animation: animate22 0.6s linear forwards;
}
.idx-list .list-item.item3:hover::before {
  -webkit-animation: animate31 0.6s linear forwards;
          animation: animate31 0.6s linear forwards;
}
.idx-list .list-item.item3:hover::after {
  -webkit-animation: animate32 0.6s linear forwards;
          animation: animate32 0.6s linear forwards;
}
.idx-list .list-item.item4:hover::before {
  -webkit-animation: animate41 0.6s linear forwards;
          animation: animate41 0.6s linear forwards;
}
.idx-list .list-item.item4:hover::after {
  -webkit-animation: animate42 0.6s linear forwards;
          animation: animate42 0.6s linear forwards;
}
.idx-list .list-item.item1 figcaption {
  border-bottom: #d41f4b 20px solid;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.idx-list .list-item.item2 figcaption {
  border-bottom: #0099cc 20px solid;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.idx-list .list-item.item3 figcaption {
  border-bottom: #ff6600 20px solid;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.idx-list .list-item.item4 figcaption {
  border-bottom: #02953a 20px solid;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.idx-list .list-item.item1:hover figcaption {
  color: #d41f4b;
}
.idx-list .list-item.item2:hover figcaption {
  color: #0099cc;
}
.idx-list .list-item.item3:hover figcaption {
  color: #ff6600;
}
.idx-list .list-item.item4:hover figcaption {
  color: #02953a;
}
@media (max-width: 1279px) {
  .idx-list .list-item a h2 {
    font-size: 1.2em;
    padding: 0 6px;
  }
}
@media (max-width: 1023px) {
  .idx-list .list-item {
    width: 48%;
    margin: 0 1% 20px;
  }
  .idx-list .list-item a h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 639px) {
  .idx-list .list-item {
    width: 100%;
    margin: 0 0 20px;
  }
}

@-webkit-keyframes animate11 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #d41f4b;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #d41f4b;
    border-right-color: #d41f4b;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #d41f4b;
    border-right-color: #d41f4b;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}

@keyframes animate11 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #d41f4b;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #d41f4b;
    border-right-color: #d41f4b;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #d41f4b;
    border-right-color: #d41f4b;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@-webkit-keyframes animate12 {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #d41f4b;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #d41f4b;
    border-left-color: #d41f4b;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #d41f4b;
    border-left-color: #d41f4b;
  }
}
@keyframes animate12 {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #d41f4b;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #d41f4b;
    border-left-color: #d41f4b;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #d41f4b;
    border-left-color: #d41f4b;
  }
}
@-webkit-keyframes animate21 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #0099cc;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #0099cc;
    border-right-color: #0099cc;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #0099cc;
    border-right-color: #0099cc;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@keyframes animate21 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #0099cc;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #0099cc;
    border-right-color: #0099cc;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #0099cc;
    border-right-color: #0099cc;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@-webkit-keyframes animate22 {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #0099cc;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #0099cc;
    border-left-color: #0099cc;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #0099cc;
    border-left-color: #0099cc;
  }
}
@keyframes animate22 {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #0099cc;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #0099cc;
    border-left-color: #0099cc;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #0099cc;
    border-left-color: #0099cc;
  }
}
@-webkit-keyframes animate31 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #ff6600;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #ff6600;
    border-right-color: #ff6600;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #ff6600;
    border-right-color: #ff6600;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@keyframes animate31 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #ff6600;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #ff6600;
    border-right-color: #ff6600;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #ff6600;
    border-right-color: #ff6600;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@-webkit-keyframes animate32 {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ff6600;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #ff6600;
    border-left-color: #ff6600;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #ff6600;
    border-left-color: #ff6600;
  }
}
@keyframes animate32 {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ff6600;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #ff6600;
    border-left-color: #ff6600;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #ff6600;
    border-left-color: #ff6600;
  }
}
@-webkit-keyframes animate41 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #02953a;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #02953a;
    border-right-color: #02953a;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #02953a;
    border-right-color: #02953a;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@keyframes animate41 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #02953a;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #02953a;
    border-right-color: #02953a;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #02953a;
    border-right-color: #02953a;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@-webkit-keyframes animate42 {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #02953a;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #02953a;
    border-left-color: #02953a;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #02953a;
    border-left-color: #02953a;
  }
}
@keyframes animate42 {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #02953a;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #02953a;
    border-left-color: #02953a;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #02953a;
    border-left-color: #02953a;
  }
}
.idx-area {
  background: url(../images/index-conten_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 50px 0 30px;
}
.idx-area h1 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 auto 12px;
  background: url(../images/index-title.png) no-repeat top 6px left;
  padding-left: 54px;
}
.idx-area h2 {
  font-size: 24px;
  margin-top: 0;
}
.idx-area h2 span {
  font-size: 48px;
}

.box {
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
  color: #1a1a1a;
  -webkit-box-shadow: 0px 10px 30px gray;
          box-shadow: 0px 10px 30px gray;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box:hover {
  -webkit-box-shadow: 0px 10px 20px #4d4d4d;
          box-shadow: 0px 10px 20px #4d4d4d;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.box a {
  display: block;
  padding: 20px 30px;
}
.box a:hover {
  text-decoration: none;
}

.com {
  float: left;
  width: 50%;
  padding: 0px 60px 30px;
  border-right: #595959 8px solid;
}
.com h1 {
  margin-bottom: 20px;
}
.com p {
  line-height: 2;
  margin-bottom: 4px;
}
@media (max-width: 1023px) {
  .com {
    float: none;
    width: 100%;
    border-right: none;
    padding: 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .com {
    padding: 0 15px 30px;
  }
  .com p {
    line-height: 1.6;
  }
}

.news {
  float: right;
  width: 48%;
  padding: 0 30px 30px;
}
.news h1 {
  margin-bottom: 20px;
}
.news p {
  margin: 0;
  padding: 0;
}
.news .box {
  margin-bottom: 30px;
  line-height: 1.8;
}
.news .box li span {
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 12px;
  font-weight: bold;
}
.news .box li p {
  margin-left: 112px;
}
@media (max-width: 1023px) {
  .news {
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .news {
    padding: 0 15px 30px;
  }
  .news .box li span {
    width: 86px;
  }
  .news .box li p {
    margin-left: 98px;
  }
}
@media (max-width: 479px) {
  .news .box li span {
    width: 100%;
    display: block;
    text-align: left;
  }
  .news .box li p {
    margin-left: 0;
    line-height: 1.4;
  }
}

.google-maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 639px) {
  .google-maps {
    padding-bottom: 50%;
  }
}