html {
  height: 100%;
}
body {
  background-color: #fff;
  height: 100%;
}
.main {
  position: relative;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main .top-img {
  position: relative;
  font-size: 0;
}
.main .top-img > div {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: fadeIn 1s ease-out 0.6s both;
}
.main .top-img .home-top-btn {
  width: 150px;
  margin: 52px auto 0;
  position: relative;
  -webkit-animation: fadeIn 1s ease-out 1.2s both;
}
.main .top-img .home-top-btn .home-top-btn-arrow {
  position: absolute;
  left: 70%;
  top: 35%;
  -webkit-animation: left-right 1.6s ease-out 1.2s infinite;
}
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.main .home-video {
  width: 100%;
  pointer-events: none;
}
.main .factory-box {
  padding: 0px 0 152px;
  background: url("../img/home-main_business-bg.png") no-repeat center bottom;
  background-size: 1920px;
}
.main .factory-box .cn-text {
  font-size: 36px;
  color: #333333;
  text-align: center;
}
.main .factory-box .en-text {
  font-size: 20px;
  color: #808080;
  text-align: center;
  margin-top: 16px;
}
.main .factory-box .img-item {
  width: 380px;
  height: 496px;
  border-radius: 4px;
  position: relative;
}
.main .factory-box .img-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  display: block;
  width: 412px;
  height: 528px;
  background: url("../img/home-main_business-box.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.main .factory-box .img-item > img {
  position: relative;
  z-index: 2;
}
.main .factory-box .img-item .text-box {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  text-align: center;
}
.main .factory-box .img-item .text-box .cn {
  font-size: 30px;
  color: #333333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.main .factory-box .img-item .text-box .en {
  font-size: 24px;
  color: #d9d9d9;
  margin-top: 10px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.main .factory-box .img-item:hover::after {
  background: url("../img/home-main_business-boxs.png") no-repeat center;
}
.main .factory-box .img-item:hover .text-box .cn {
  color: #fff;
}
.main .factory-box .img-item:hover .text-box .en {
  color: #fff;
}
.main .results-box {
  padding: 80px 0 75px;
  background: url("../img/home-results-bg.png") no-repeat center;
  background-size: cover;
  color: #fff;
}
.main .results-box .en-title {
  color: #fff;
}
.main .results-box .results-list {
  margin-top: 10px;
}
.main .results-box .results-list .results-row {
  line-height: 30px;
  padding: 20px 0;
  font-size: 22px;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.main .results-box .results-list .results-row:last-child {
  border-bottom: none;
}
.main .results-box .results-list .results-row .results-item {
  width: 33%;
}
.main .news-box {
  min-height: 900px;
  background: url(../img/home-news-bg.png) center top no-repeat;
  background-size: 1920px;
  padding-top: 135px;
  padding-bottom: 150px;
}
.main .news-box .cn-title,
.main .news-box .en-title {
  color: #ffffff;
}
.main .news-box .news-list-box {
  padding-top: 95px;
}
.main .news-box .news-list-box .l-box {
  width: 514px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
}
.main .news-box .news-list-box .l-box .news-img-box {
  width: 100%;
  height: 306px;
}
.main .news-box .news-list-box .l-box .new-content-box {
  width: 100%;
  height: 160px;
  background: #204f88;
  padding: 0 26px;
}
.main .news-box .news-list-box .l-box .new-content-box .date-box {
  text-align: center;
}
.main .news-box .news-list-box .l-box .new-content-box .date-box .day {
  font-size: 42px;
  color: #FFFFFF;
}
.main .news-box .news-list-box .l-box .new-content-box .date-box .years {
  font-size: 22px;
  color: #cbdcff;
  white-space: nowrap;
}
.main .news-box .news-list-box .l-box .new-content-box .title-desc-box {
  width: 343px;
}
.main .news-box .news-list-box .l-box .new-content-box .title-desc-box .title-text {
  font-size: 20px;
  color: #fff;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8daff;
}
.main .news-box .news-list-box .l-box .new-content-box .title-desc-box .title-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main .news-box .news-list-box .l-box .new-content-box .title-desc-box .desc-text {
  color: #c8daff;
  margin-top: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .news-box .news-list-box .r-box {
  width: 632px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.1);
}
.main .news-box .news-list-box .r-box .two-news {
  height: 176px;
  border-bottom: 2px solid #204f88;
  padding: 0 30px;
}
.main .news-box .news-list-box .r-box .two-news .date-box {
  text-align: center;
}
.main .news-box .news-list-box .r-box .two-news .date-box .day {
  font-size: 36px;
  color: #204f88;
}
.main .news-box .news-list-box .r-box .two-news .date-box .years {
  font-size: 22px;
  color: #204f88;
}
.main .news-box .news-list-box .r-box .two-news .title-desc-box {
  width: 403px;
  margin-right: 30px;
}
.main .news-box .news-list-box .r-box .two-news .title-desc-box .title-text {
  font-size: 22px;
  color: #343434;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8daff;
}
.main .news-box .news-list-box .r-box .two-news .title-desc-box .title-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main .news-box .news-list-box .r-box .two-news .title-desc-box .desc-text {
  color: #9c9c9c;
  margin-top: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .news-box .news-list-box .r-box .list-box {
  margin-top: 32px;
}
.main .news-box .news-list-box .r-box .list-box .news-item {
  height: 86px;
  line-height: 86px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 20px;
  padding: 0 30px;
}
.main .news-box .news-list-box .r-box .list-box .news-item .title-text {
  width: 444px;
  color: #6c6c6c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main .news-box .news-list-box .r-box .list-box .news-item .date-text {
  color: #a3a3a3;
}
.main .news-box .news-btn {
  width: 324px;
  margin: 80px auto 0px;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=index.css.map */