.top-img {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -moz-transition: -moz-transform 8s;
  -o-transition: -o-transform 8s;
  -webkit-transition: -webkit-transform 8s;
  transition: transform 8s;
}
.top-img.show-img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-title {
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.top-title.show-text {
  opacity: 1;
}

.item-inner {
  padding: 0 50px;
}
.item-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.item-title {
  width: 20%;
}
.item-title .en {
  font-family: "Forum", Arial, Helvetica;
  color: #111;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.item-title .en.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.item-title .tw {
  font-size: 0.75rem;
  margin-top: 5px;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.item-title .tw.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.item-list {
  width: 65%;
  font-size: 0.875rem;
  overflow: hidden;
}
.item-list li {
  width: calc(46% - 40px);
  float: left;
  margin: 2%;
  padding: 0 20px;
}
.item-list li:nth-child(even) {
  padding-top: 80px;
}
.item-content {
  padding-right: 20px;
}
.item-subtitle {
  padding-bottom: 10px;
  color: #015472;
  font-weight: bold;
}
.item-text {
  padding-bottom: 20px;
  position: relative;
}
.item-text.show:before {
  width: 100%;
}
.item-text.show:after {
  opacity: 1;
  right: 0;
}
.item-text:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #cac7a7;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: width 0.6s ease-out 0.4s;
  -o-transition: width 0.6s ease-out 0.4s;
  -webkit-transition: width 0.6s ease-out;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s ease-out 0.4s;
}
.item-text:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #cac7a7;
  position: absolute;
  bottom: 0px;
  right: 100%;
  opacity: 0;
  -moz-transition: opacity 0.6s 0.2s, right 0.6s ease-out 0.4s;
  -o-transition: opacity 0.6s 0.2s, right 0.6s ease-out 0.4s;
  -webkit-transition: opacity 0.6s, right 0.6s ease-out;
  -webkit-transition-delay: 0.2s, 0.4s;
  transition: opacity 0.6s 0.2s, right 0.6s ease-out 0.4s;
}
.item-text p {
  padding-top: 3px;
  padding-left: 18px;
  position: relative;
}
.item-text p:before {
  content: "";
  width: 2px;
  height: 2px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 6px;
}

.bg-inner {
  padding: 0 50px;
  max-width: 1600px;
  margin: 0 auto;
}
.bg-img {
  background-image: url(../images/service/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 25vw;
}

.process-inner {
  padding: 0 50px;
}
.process-title {
  text-align: center;
}
.process-title .en {
  font-family: "Forum", Arial, Helvetica;
  color: #111;
}
.process-title .tw {
  font-size: 0.75rem;
  margin-top: 5px;
}
.process-list {
  max-width: 1300px;
  margin: 0 auto;
}
.process-list li {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 80px;
}
.process-list li:last-child {
  padding-bottom: unset;
}
.process-list li:nth-child(even) {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.process-box {
  width: 45%;
  position: relative;
}
.process-img {
  width: 80%;
}
.process-img img {
  width: 100%;
}
.process-bg {
  width: 3%;
  height: 90%;
  background: #28687f;
  position: absolute;
  bottom: -10%;
  right: 12%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.process-bg.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.process-num {
  font-size: 60px;
  color: #e7e5d7;
  position: absolute;
  bottom: 0%;
  right: 2%;
  font-family: "Forum", Arial, Helvetica;
  line-height: 42px;
}
.process-content {
  width: 30%;
  margin-left: 7%;
}
.process-subtitle {
  padding-bottom: 10px;
  color: #015472;
}
.process-text {
  font-size: 0.875rem;
}
.process-text p {
  padding-top: 2px;
}

@media screen and (max-width: 1300px) {
  .item-list {
    width: 75%;
  }
}
@media screen and (max-width: 1100px) {
  .item-wrap {
    display: block;
  }
  .item-title {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
  .item-title.show .en, .item-title.show .tw {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .item-title .en, .item-title .tw {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .item-list {
    width: 100%;
  }
  .item-list li {
    width: calc(48% - 40px);
    margin: 2% 1%;
  }

  .bg-img {
    height: 30vw;
  }

  .process-list li {
    padding-bottom: 30px;
  }
  .process-box {
    width: 50%;
  }
  .process-img {
    width: 85%;
  }
  .process-bg {
    width: 85%;
    height: 33%;
    bottom: -10%;
    right: 0;
    z-index: -1;
    -moz-transition: clip-path 0.6s 0.2s;
    -o-transition: clip-path 0.6s 0.2s;
    -webkit-transition: clip-path 0.6s;
    -webkit-transition-delay: 0.2s;
    transition: clip-path 0.6s 0.2s;
  }
  .process-num {
    font-size: 40px;
    bottom: 0%;
    right: 4%;
    line-height: 28px;
  }
  .process-content {
    width: 40%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 800px) {
  .item-list li {
    float: unset;
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
  }
  .item-list li:nth-child(1) {
    margin: 0;
  }
  .item-list li:nth-child(even) {
    padding-top: unset;
  }

  .process-list {
    width: 80%;
  }
  .process-list li {
    display: block;
    padding-bottom: unset;
    padding-top: 80px;
  }
  .process-list li:nth-child(even) .process-bg {
    background: #e7e5d7;
  }
  .process-list li:nth-child(even) .process-num {
    color: #cac7a7;
  }
  .process-box {
    width: 100%;
  }
  .process-bg {
    height: 29%;
  }
  .process-num {
    right: 5%;
  }
  .process-content {
    width: 100%;
    margin-left: unset;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .item-inner {
    padding: 0 30px;
  }
  .item-title {
    padding-bottom: 35px;
  }
  .item-list li {
    margin: 30px 0 0;
  }

  .bg-inner {
    padding: 0;
  }
  .bg-img {
    height: 280px;
  }

  .process-inner {
    padding: 0 30px;
  }
  .process-list {
    width: 100%;
  }
  .process-list li {
    padding-top: 40px;
  }
  .process-img {
    width: 100%;
  }
  .process-bg {
    width: calc(100% - 25px);
    height: 4px;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    margin-top: 25px;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    -moz-transition: clip-path 0.6s;
    -o-transition: clip-path 0.6s;
    -webkit-transition: clip-path 0.6s;
    transition: clip-path 0.6s;
  }
  .process-num {
    font-size: 1.5rem;
    line-height: 18px;
    color: #cac7a7;
    position: relative;
    text-align: right;
    bottom: unset;
    right: unset;
    margin-top: -15px;
  }
  .process-content {
    margin-top: 17px;
  }
  .process-subtitle {
    padding-bottom: 5px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}
