/*!
 * home.css
 */

 /* home */
.home header {
   position: relative;
 }
.home header .scroll {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: auto;
  width: 57px;;
}
.home header .scroll a {
  position: relative;
}
.home header .scroll:before,
.home header .scroll:after {
  content: '';
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.home header .scroll:before {
  background-color: #fff;
  top: 25px;
}
.home header .scroll:after {
  background-color: #000000;
  top: 65px;
}
.home section p {
   text-align: center;
}
.home .about .btn {
  margin-top: 80px;
}
.home .about h3 {
  margin-bottom: 40px;
}
.home .strength .content {
  background-color: #cfd4d7;
  color: #0d2937;
}
.home .strength li {
  margin-top: 20px;
}
.home .strength li:first-child {
  margin-top: 0;
}
.home .strength .content div {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.home .strength .content div h3 {
  margin-bottom: 50px;
}
.home .mechanical {
  background: url("../images/home/bg_mechanical_servo.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
.home .mechanical .btn {
  margin-top: 40px;
}
.home .blog ul li a {
  color: #fff;
}
.home .blog ul li div div a:last-child {
  margin-left: 10px;
}
.home .blog ul li h3,
.home .blog ul li p {
  text-align: left;
}
.home .blog ul li img + p {
  margin-top: 10px;
}
.home .blog ul li h3 {
  margin: 20px 0;
}
.home .blog .btn {
  margin-top: 80px;
}
.home .service ul li a {
  height: 50vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  color: #fff;
}
.home .service ul li:first-child a {
  background: url("../images/home/bg_service.jpg") no-repeat;
}
.home .service ul li:last-child a {
  background: url("../images/home/bg_product.jpg") no-repeat;
}
.home .service ul li a.under-border:before {
  bottom: calc(50% - 30px);
}
.home .service div {
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background: url("../images/home/bg_recruit.jpg") no-repeat;
  color: #fff;
}
.home .service div .btn {
  width: 300px;
  margin-bottom: 50px;
  padding: 34px 0;
  font-size: 3.5rem;
}
@media screen and (max-width:1024px) {
  .home header .scroll {
    display: none;
  }
  .home .service ul li a:first-child,
  .home .service ul li a:last-child {
    background-size: cover;
  }
  .home .service div {
    height: 400px;
  }
}
@media screen and (max-width:768px) {
  .home .strength .content div {
    padding: 30px;
  }
  .home .service div {
    height: auto;
    padding: 45px 0;
  }
}
@media screen and (max-width:468px) {
  .home .blog ul li {
    margin-top: 30px;
  }
  .home .blog ul li:first-child {
    margin-top: 0;
  }
}
