a.more {
  height: 54px;
  line-height: 54px;
  padding: 0 35px;
  background: var(--color);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.font-71 {
  font-size: 71px;
}
.font-41 {
  font-size: 41px;
}
.font-53 {
  font-size: 53px;
}
.font-38 {
  font-size: 36px;
}
.font-46 {
  font-size: 46px;
}
@media screen and (max-width: 1400px) {
  .font-41 {
    font-size: 32px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-38 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1250px) {
  .font-41 {
    font-size: 24px;
  }
  .font-53 {
    font-size: 42px;
  }
  .font-38 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .font-71 {
    font-size: 40px;
  }
  .font-41 {
    font-size: 20px;
  }
  .font-38 {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .font-71 {
    font-size: 20px;
  }
  .font-53 {
    font-size: 20px;
  }
  .font-46 {
    font-size: 30px;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.inner-page .h4 {
  font-weight: 300;
  color: var(--color);
}
.mt-130 {
  margin-top: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.font-60 {
  /*font-size: 60px;*/
  line-height: 1.2;
}
.font-48 {
  font-size: 48px;
}
.font-40 {
  font-size: 40px;
}
.font-36 {
  font-size: 34px;
}
.font-30 {
  font-size: 14px;
}
.font-24 {
  font-size: 24px;
}
.font-20 {
  font-size: 20px;
}
.font-18 {
  font-size: 18px;
  line-height: 1.8;
}
.font-16 {
  font-size: 16px;
  line-height: 2;
}
.title_subline_c span {
  border-bottom: 1px solid var(--color);
}
.title_subline_c_w span {
  border-bottom: 1px solid #fff;
}
.transition_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.img_sca {
  overflow: hidden;
  display: block;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.more_cont {
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  background-color: var(--color);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
.more_cont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.max-1200 {
  max-width: 1200px;
}
.factory-page .factory-1 {
  padding-top: 120px;
}
.factory-page .factory-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .factory-1 .ui.container .imgbox {
  width: 50%;
}
.factory-page .factory-1 .ui.container .text {
  width: 45%;
}
.factory-page .factory-1 .ui.container .text .h4 {
  color: var(--color);
  font-family: 'Bebas Kai';
}
.factory-page .factory-2 {
  padding-top: 120px;

}
.factory-page .factory-2 .ui.container .h3 {
  font-weight: 400;
  color: var(--color);
  margin-bottom: 50px;
}
.factory-page .factory-2 .ui.container ul.delist {
  border-bottom: 1px solid #999;
}
.factory-page .factory-2 .ui.container ul.delist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 45px 0;
  border-top: 1px solid #999;
}
.factory-page .factory-2 .ui.container ul.delist li .left .title {
  width: 90%;
  font-family: 'Bebas Kai';
}
.factory-page .factory-2 .ui.container ul.delist li .left {
  padding-right: 30px;
}
.factory-page .factory-2 .ui.container ul.delist li .right {
  position: relative;
  margin-left: -20px;
  padding-right: 120px;
}
.factory-page .factory-2 .ui.container ul.delist li .right .title{
  width: auto!important;
  line-height: 1.5!important;
}
.factory-page .factory-2 .ui.container ul.delist li .right p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
}
.factory-page .factory-2 .ui.container ul.delist li .right p.active {
  -webkit-line-clamp: inherit;
}
.factory-page .factory-2 .ui.container ul.delist li .right i {
  position: absolute;
  font-size: 20px;
  top: 0;
  right: 80px;
}
.factory-page .factory-2 .ui.container ul.delist li .right .imgbox {
  margin-top: 40px;
  display: none;
}

@media screen and (max-width: 1000px) {
  .factory-page .factory-2 .ui.container ul.delist li .left {
    width: 100%;
  }
  .factory-page .factory-2 .ui.container ul.delist li .right {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 40px;
  }
  .factory-page .factory-2 .ui.container ul.delist li .right i {
    right: 0;
  }
  .factory-page .factory-1{
     padding-top: 60px;
  }
}

@media screen and (max-width: 700px) {
  .factory-page .factory-1 .ui.container .imgbox {
    width: 100%;
  }
  .factory-page .factory-1 .ui.container .text {
    width: 100%;
    margin-top: 20px;
  }
}
