.scroll-down {
  color: #999;
}

.title {
  position: relative;
  font-weight: normal;
  color: #FFF;
  font-size: 1.75rem;
  white-space: nowrap;
}
.title-num {
  font-size: 0.75rem;
  color: #ccc;
}
.title-text {
  font-size: 0.875rem;
  margin: 40px 0;
}
.title-text p {
  max-width: 250px;
  display: inline-block;
}
.title-text .en {
  margin-bottom: 20px;
  letter-spacing: 0;
  display: block;
}
.title-line-t, .title-line-r {
  position: absolute;
  background: #FFF;
  top: -1px;
}
.title-line-b, .title-line-l {
  position: absolute;
  background: #FFF;
  bottom: -1px;
}
.title-line-t, .title-line-b {
  -moz-transition: width 0.4s 0.2s;
  -o-transition: width 0.4s 0.2s;
  -webkit-transition: width 0.4s;
  -webkit-transition-delay: 0.2s;
  transition: width 0.4s 0.2s;
}
.title-line-l, .title-line-r {
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.title-line-t {
  left: -1px;
  width: 0%;
  height: 1px;
}
.title-line-r {
  right: -1px;
  width: 1px;
  height: 0%;
}
.title-line-b {
  right: -1px;
  height: 1px;
  width: 0%;
}
.title-line-l {
  left: -1px;
  width: 1px;
  height: 0%;
}
.title-btn a {
  position: relative;
  display: block;
  padding: 15px 30px;
  border: #333 solid 1px;
  background: rgba(51, 51, 51, 0.3);
  font-size: 0.75rem;
  letter-spacing: 5px;
  margin-top: 40px;
}
.title-btn a:hover .title-line-t, .title-btn a:hover .title-line-b {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
  padding: 0 1px;
}
.title-btn a:hover .title-line-r, .title-btn a:hover .title-line-l {
  height: 100%;
  padding: 1px 0;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.subtitle {
  font-size: 0.875rem;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.top {
  position: relative;
  height: calc(100vh - 40px);
  min-height: 540px;
}
.top:before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  width: 480px;
  height: 100%;
  padding-top: 80px;
  background: #000;
}
.top-wrap {
  position: relative;
  height: calc(100vh - 80px);
  min-height: 500px;
}
.top-images-wrap {
  position: relative;
  margin: 0px 350px 80px 0;
  height: calc(100vh - 160px);
  min-height: 420px;
  overflow: hidden;
}
.top-images {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-images li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: -moz-transform 10s;
  -o-transition: -o-transform 10s;
  -webkit-transition: -webkit-transform 10s;
  transition: transform 10s;
}
.top-images li.show-img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-slogan li {
  position: absolute;
  right: 80px;
  bottom: 300px;
  text-align: right;
  z-index: 5;
}
.top-slogan-header {
  color: #FFF;
  text-shadow: 0 0 10px #000;
  font-size: 1.75rem;
}
.top-slogan-inner {
  overflow: hidden;
}
.top-slogan-inner span {
  display: block;
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -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;
}
.show-text .top-slogan-inner span {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.show-text .top-slogan-inner:nth-child(2) span {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.top-slogan-text {
  margin-top: 10px;
  font-size: 0.875rem;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.show-text .top-slogan-text {
  opacity: 1;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.top-slogan-btn {
  position: absolute;
  right: 0;
  bottom: -160px;
  font-size: 0.75rem;
  letter-spacing: 5px;
  opacity: 0;
  -moz-transition: opacity 0.6s, bottom 0.6s;
  -o-transition: opacity 0.6s, bottom 0.6s;
  -webkit-transition: opacity 0.6s, bottom 0.6s;
  transition: opacity 0.6s, bottom 0.6s;
  pointer-events: none;
}
.show-text .top-slogan-btn {
  opacity: 1;
  bottom: -120px;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  pointer-events: auto;
}
.top-slogan-btn a {
  display: block;
  padding: 15px 25px 15px 30px;
  border: #333 solid 1px;
  background: rgba(51, 51, 51, 0.3);
}
.top-slogan-btn a:hover .top-line-t, .top-slogan-btn a:hover .top-line-b {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
  padding: 0 1px;
}
.top-slogan-btn a:hover .top-line-r, .top-slogan-btn a:hover .top-line-l {
  height: 100%;
  padding: 1px 0;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.top-line-t, .top-line-r {
  position: absolute;
  background: #FFF;
  top: -1px;
}
.top-line-b, .top-line-l {
  position: absolute;
  background: #FFF;
  bottom: -1px;
}
.top-line-t, .top-line-b {
  -moz-transition: width 0.4s 0.2s;
  -o-transition: width 0.4s 0.2s;
  -webkit-transition: width 0.4s;
  -webkit-transition-delay: 0.2s;
  transition: width 0.4s 0.2s;
}
.top-line-l, .top-line-r {
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.top-line-t {
  left: -1px;
  width: 0%;
  height: 1px;
}
.top-line-r {
  right: -1px;
  width: 1px;
  height: 0%;
}
.top-line-b {
  right: -1px;
  height: 1px;
  width: 0%;
}
.top-line-l {
  left: -1px;
  width: 1px;
  height: 0%;
}
.top-control {
  position: absolute;
  right: 80px;
  bottom: 76px;
}
.top-control li {
  height: 6px;
  width: 20px;
  border: #333 solid 1px;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
.top-control li.active {
  border-color: #FFF;
}

@media screen and (max-width: 960px) {
  .top {
    height: auto;
    min-height: 0;
  }
  .top-wrap {
    height: auto;
    min-height: 0;
    padding-bottom: 120px;
  }
  .top-images-wrap {
    margin: 0;
    min-height: 0;
  }
  .top-slogan li {
    bottom: 150px;
  }
  .top-slogan-text {
    color: #FFF;
  }
  .top-slogan-btn {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .top-slogan li {
    right: 25px;
  }
  .top-slogan-header {
    font-size: 1.125rem;
  }
  .top-control {
    right: 25px;
  }
}
.project-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.project-title {
  position: relative;
  margin: 80px;
  width: 350px;
  z-index: 5;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.project-title-bg {
  position: absolute;
  top: -10%;
  left: 10%;
  width: 75%;
  height: 100%;
  background: #000;
  z-index: -1;
}
.project-title:after {
  content: "";
  display: block;
  clear: both;
}
.project-title .title:after {
  width: 0px;
  content: "";
  height: 1px;
  background: #666;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  -moz-transition: width 0.6s 0.3s;
  -o-transition: width 0.6s 0.3s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: width 0.6s 0.3s;
}
.project-title .title-num {
  margin-left: -10px;
}
.project-title .title-text {
  opacity: 0;
  -moz-transition: opacity 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s;
  -webkit-transition: opacity 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: opacity 0.6s 0.3s;
}
.project-title .title-btn {
  float: left;
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -moz-transition: opacity 0.6s 0.6s, -moz-transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, -o-transform 0.6s 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.6s, 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
}
.project-title.show {
  opacity: 1;
}
.project-title.show .title:after {
  width: 200px;
}
.project-title.show .title-text {
  opacity: 1;
}
.project-title.show .title-btn {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.project-content {
  position: relative;
  z-index: 5;
  width: calc(100% - 510px);
}
.project-content .subtitle {
  margin-bottom: 30px;
  opacity: 0;
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -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;
}
.project-content .subtitle.show {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.project-list {
  overflow: hidden;
}
.project-item {
  width: 400px;
}
.project-item a:hover {
  color: #FFF;
}
.project-item a:hover .project-name {
  color: #FFF;
}
.project-img {
  position: relative;
  overflow: hidden;
}
.project-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #100f12;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.show .project-img:after {
  width: 0;
}
.project-img img {
  width: 100%;
  -moz-transition: -moz-transform 2s;
  -o-transition: -o-transform 2s;
  -webkit-transition: -webkit-transform 2s;
  transition: transform 2s;
}
.project-item:hover .project-img img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.project-info {
  border-left: #666 solid 1px;
  padding: 0 10px;
  margin-top: 10px;
  opacity: 0;
  -moz-transition: opacity 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s;
  -webkit-transition: opacity 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: opacity 0.6s 0.3s;
}
.show .project-info {
  opacity: 1;
}
.project-sort {
  font-size: 0.875rem;
}
.project-name {
  margin-top: 5px;
  font-size: 0.9375rem;
  color: #FFF;
}
.project-name .en {
  display: block;
}
.project-prev, .project-next {
  position: absolute;
  top: 183.33333px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: #FFF;
  z-index: 5;
  cursor: pointer;
  box-shadow: 0 0 5px #000;
}
.project-prev:hover, .project-next:hover {
  background: #666;
}
.project-prev:hover:before, .project-next:hover:before {
  border-color: #FFF;
}
.project-prev:before, .project-next:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 12px;
  left: 12px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project-prev {
  left: -15px;
}
.project-prev:before {
  border-left: #000 solid 1px;
  border-bottom: #000 solid 1px;
}
.project-next {
  right: 0;
}
.project-next:before {
  border-right: #000 solid 1px;
  border-top: #000 solid 1px;
}

@media screen and (max-width: 1300px) {
  .project {
    padding: 0;
  }
  .project-wrap {
    display: block;
  }
  .project-title {
    width: auto;
  }
  .project-title-bg {
    left: -40px;
    width: 500px;
  }
  .project-title .title-text {
    display: none;
  }
  .project-content {
    width: auto;
    margin: 0 80px;
  }
  .project-arrow {
    display: none;
  }
  .project .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .project-list {
    margin: -2%;
  }
  .project-item {
    width: 46%;
    margin: 2%;
  }
}
@media screen and (max-width: 640px) {
  .project-list {
    margin: 0;
  }
  .project-item {
    margin: 0 0 40px;
    width: 100%;
  }
  .project-item:last-child {
    margin-bottom: 0;
  }
  .project-title {
    margin: 80px 25px;
  }
  .project-content {
    margin: 0 25px;
  }
}
.about-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 10%;
}
.about-title {
  position: relative;
  width: 40%;
  text-align: right;
  padding: 80px;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.about-title .title {
  display: inline-block;
}
.about-title .title:before {
  width: 0px;
  content: "";
  height: 1px;
  background: #666;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: 0 10px;
  -moz-transition: width 0.6s 0.3s;
  -o-transition: width 0.6s 0.3s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: width 0.6s 0.3s;
}
.about-title .subtitle {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -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;
}
.about-title .title-text {
  opacity: 0;
  -moz-transition: opacity 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s;
  -webkit-transition: opacity 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: opacity 0.6s 0.3s;
}
.about-title .title-btn {
  float: right;
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -moz-transition: opacity 0.6s 0.6s, -moz-transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, -o-transform 0.6s 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.6s, 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
}
.about-title-bg {
  position: absolute;
  top: 10%;
  right: 30px;
  width: 100%;
  height: 80%;
  background: #000;
  z-index: -1;
}
.about-title.show {
  opacity: 1;
}
.about-title.show .title:before {
  width: 200px;
}
.about-title.show .title-text {
  opacity: 1;
}
.about-title.show .title-btn {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.about-title.show .subtitle {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.about-images-img1 {
  position: relative;
  z-index: 2;
  width: 60%;
  padding-bottom: 35vw;
  background-size: cover;
  background-position: center;
}
.about-images-img1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #100f12;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.about-images-img1.show:after {
  width: 0;
}
.about-images-img2 {
  position: absolute;
  z-index: 2;
  width: 25%;
  right: 30%;
  bottom: 0;
  box-shadow: 0 0 10px #000;
}
.about-images-img2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #100f12;
  z-index: 5;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.about-images-img2.show:after {
  width: 0;
}
.about-images-img2 img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .about-wrap {
    display: block;
  }
  .about-title {
    width: auto;
  }
  .about-title .subtitle {
    left: 80px;
  }
  .about-title-bg {
    height: 90%;
  }
  .about-images-img1 {
    width: 55%;
    margin-top: -15%;
  }
  .about-images-img2 {
    right: 80px;
  }
}
@media screen and (max-width: 640px) {
  .about-wrap {
    padding-bottom: 0;
  }
  .about-title {
    padding: 80px 25px;
  }
  .about-title-bg {
    right: 0;
    height: 120%;
  }
  .about-title .subtitle {
    left: 25px;
  }
  .about-title .title-text p {
    max-width: none;
  }
  .about-images-img1 {
    width: auto;
    margin-top: 40px;
    margin-right: 25px;
    padding-bottom: 60vw;
  }
  .about-images-img2 {
    display: none;
  }
}
.news-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1350px;
  margin: auto;
}
.news-title {
  position: relative;
  margin: 80px;
  width: 350px;
  z-index: 5;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.news-title-bg {
  position: absolute;
  top: -20%;
  left: -15%;
  width: 100%;
  height: 200%;
  background: #000;
  z-index: -1;
}
.news-title:after {
  content: "";
  display: block;
  clear: both;
}
.news-title .title:after {
  width: 0px;
  content: "";
  height: 1px;
  background: #666;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  -moz-transition: width 0.6s 0.3s;
  -o-transition: width 0.6s 0.3s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: width 0.6s 0.3s;
}
.news-title .title-num {
  margin-left: -10px;
}
.news-title.show {
  opacity: 1;
}
.news-title.show .title:after {
  width: 200px;
}
.news-content {
  position: relative;
  width: 840px;
  max-width: calc(100% - 500px);
}
.news-content .subtitle {
  margin-bottom: 30px;
  opacity: 0;
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -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;
}
.news-content .subtitle.show {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.news-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-item {
  width: 400px;
  max-width: 48%;
}
.news-item a:hover {
  color: #FFF;
}
.news-item a:hover .news-text {
  color: #FFF;
}
.news-img {
  position: relative;
  overflow: hidden;
}
.news-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #100f12;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.show .news-img:after {
  width: 0;
}
.news-img img {
  width: 100%;
}
.news-view {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-view:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #000;
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.news-item:hover .news-view:before {
  width: 100%;
}
.news-view span {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 40px;
  color: #FFF;
  opacity: 0;
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -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;
}
.news-item:hover .news-view span {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news-info {
  margin-top: 10px;
  opacity: 0;
  -moz-transition: opacity 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s;
  -webkit-transition: opacity 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: opacity 0.6s 0.3s;
}
.show .news-info {
  opacity: 1;
}
.news-date {
  font-size: 0.875rem;
}
.news-text {
  margin-top: 10px;
  padding-top: 10px;
  color: #FFF;
  border-top: #666 solid 1px;
  font-size: 0.9375rem;
}
.news-type {
  font-size: 0.875rem;
  display: inline-block;
}

@media screen and (max-width: 1300px) {
  .news {
    padding: 0;
  }
  .news-wrap {
    display: block;
  }
  .news-title-bg {
    left: -60px;
  }
  .news-content {
    width: auto;
    margin: 0 80px;
    max-width: none;
  }
  .news-arrow {
    display: none;
  }
  .news .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .news-list {
    margin: -2%;
  }
  .news-item {
    width: 46%;
    margin: 2%;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .news-list {
    margin: 0;
    display: block;
  }
  .news-item {
    margin: 0 0 40px;
    width: 100%;
  }
  .news-item:last-child {
    margin-bottom: 0;
  }
  .news-title {
    margin: 80px 25px;
  }
  .news-content {
    margin: 0 25px;
  }
}
.contact-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.contact-title {
  position: relative;
  width: 40%;
  text-align: right;
  padding: 80px;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.contact-title .title {
  display: inline-block;
}
.contact-title .title:before {
  width: 0px;
  content: "";
  height: 1px;
  background: #666;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: 0 10px;
  -moz-transition: width 0.6s 0.3s;
  -o-transition: width 0.6s 0.3s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: width 0.6s 0.3s;
}
.contact-title .subtitle {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -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;
}
.contact-title .title-btn a {
  float: right;
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -moz-transition: opacity 0.6s 0.6s, -moz-transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, -o-transform 0.6s 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.6s, 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
}
.contact-title-bg {
  position: absolute;
  top: 10%;
  left: 30px;
  width: 100%;
  height: 80%;
  background: #000;
  z-index: -1;
}
.contact-title.show {
  opacity: 1;
}
.contact-title.show .title:before {
  width: 200px;
}
.contact-title.show .title-btn a {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.contact-title.show .subtitle {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.contact-images {
  position: relative;
  z-index: 2;
  width: 60%;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center;
}
.contact-images:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1c1a20;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.contact-images.show:after {
  width: 0;
}

@media screen and (max-width: 1100px) {
  .contact-images {
    width: 50%;
  }
  .contact-title {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .contact-wrap {
    display: block;
  }
  .contact-images {
    width: auto;
    margin-right: 25px;
    margin-top: 40px;
    padding-bottom: 50%;
  }
  .contact-title {
    width: auto;
    padding: 80px 25px;
  }
  .contact-title-bg {
    top: 20%;
    height: 90%;
  }
}
