.mainArea {
  padding: 0;
}

.sidebar {
  color: #6c6c6c;
  font-size: 15px;
  position: absolute;
  top: 100px;
  left: calc(100% - 50px);
  width: 100%;
  transform: rotate(90deg);
  transform-origin: top left;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  z-index: 10;
}
.sidebar b {
  color: #b5b5b5;
  display: flex;
  align-items: center;
}
.sidebar b::after {
  content: "";
  width: 45px;
  height: 1px;
  display: block;
  background: #b5b5b5;
  margin: 0 10px;
}
@media (max-width: 1600px) {
  .sidebar {
    display: none;
  }
}

.homeArticle {
  padding-right: 50px;
  position: relative;
  z-index: 5;
}
.homeArticle.bottom {
  display: none;
}
.homeArticle .infoBox {
  font-size: 15px;
  color: #626262;
  line-height: 1.5;
}
.homeArticle .infoBox h2 {
  color: #151515;
  font-size: 23px;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.homeArticle .infoBox strong.en {
  color: #151515;
  font-size: 56px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.homeArticle .btn {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .homeArticle .infoBox {
    font-size: 13px;
  }
  .homeArticle .infoBox strong.en {
    font-size: 25px;
  }
  .homeArticle.top .btn, .homeArticle.top .arrowArea {
    display: none;
  }
  .homeArticle.bottom {
    display: flex;
    flex-direction: column;
  }
  .homeArticle.bottom .arrowArea {
    justify-content: flex-start !important;
    padding-top: 0px;
    text-align: left;
    order: -1;
  }
  .homeArticle.bottom .infoBox {
    display: none;
  }
  .homeArticle.bottom .btn {
    padding-top: 20px;
  }
  .homeArticle.bottom .btn a {
    color: #fff;
    border: 1px solid #d50a18;
    background: #d50a18;
  }
  .homeArticle.bottom .btn a::after {
    animation: butarrow 600ms infinite ease-in-out;
    background: url(../images/arrow-icon-w.png);
  }
}

.productArea {
  position: relative;
}
.productArea.productAreaShow .wrap .homeArticle {
  transform: translate(0, 0px);
  opacity: 1;
}
.productArea.productAreaShow .wrap .productBox {
  transform: translate(0, 0px);
  opacity: 1;
}
.productArea img.homedight {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, 0%);
  z-index: 4;
  pointer-events: none;
  transform-origin: left center;
}
.productArea .wrap {
  display: flex;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.productArea .wrap .homeArticle {
  width: 420px;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
}
.productArea .wrap .homeArticle .slick-arrow.slick-hidden {
  display: block;
}
.productArea .wrap .homeArticle .arrowArea {
  display: flex;
  padding-top: 20px;
}
.productArea .wrap .homeArticle .arrow {
  --active: #080909;
  --border: rgba(0, 0, 0, .05);
}
.productArea .wrap .homeArticle .arrow:hover {
  --active: #d50a18;
}
.productArea .wrap .productBox {
  width: calc(100% - 420px);
  position: relative;
  z-index: 5;
  transform: translate(0, -40px);
  opacity: 0;
  transition: 0.9s 0.6s;
}
.productArea::before {
  content: "";
  width: 100vw;
  height: 70%;
  display: block;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  left: calc((1400px - 300px)/4*2 + 150px);
  transform: translate(-100%, 0);
  z-index: 1;
}
.productArea ul.cataloglist {
  margin: 0 -20px;
}
.productArea ul.cataloglist li:hover .item .Img .number {
  background: rgba(255, 255, 255, 0);
}
.productArea ul.cataloglist li:hover .item .Img .number h3, .productArea ul.cataloglist li:hover .item .Img .number em, .productArea ul.cataloglist li:hover .item .Img .number strong {
  color: #fff;
}
.productArea ul.cataloglist li:hover .item .Txt a {
  color: #d50a18;
}
.productArea ul.cataloglist li .item {
  padding: 0 20px 20px 20px;
}
.productArea ul.cataloglist li .Img {
  border: 2px solid #777;
  position: relative;
}
.productArea ul.cataloglist li .Img::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(13px, 13px);
  background: #777;
}
.productArea ul.cataloglist li .Img .number {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #fff;
  top: 0;
  left: 0;
  font-family: "Poppins", sans-serif;
  transition: 0.8s;
  pointer-events: none;
}
.productArea ul.cataloglist li .Img .number h3 {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 0);
  font-size: 18px;
  color: #525252;
  font-weight: 400;
  transition: 0.8s;
}
.productArea ul.cataloglist li .Img .number em {
  position: absolute;
  font-size: 16px;
  color: #757575;
  transition: 0.8s;
}
.productArea ul.cataloglist li .Img .number em.left {
  top: 20px;
  left: 25px;
}
.productArea ul.cataloglist li .Img .number em.right {
  top: 20px;
  right: 25px;
}
.productArea ul.cataloglist li .Img .number strong {
  transition: 0.8s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 125px;
  color: #000;
}
.productArea ul.cataloglist li .Img a {
  position: relative;
  display: block;
  z-index: 2;
}
.productArea ul.cataloglist li .Img a img {
  display: block;
  width: 100%;
}
.productArea ul.cataloglist li .Txt {
  padding: 25px 0 15px 0;
}
.productArea ul.cataloglist li .Txt a {
  font-size: 18px;
  color: #151515;
}
@media (max-width: 1600px) {
  .productArea img.homedight {
    transform: translate(0, -20%) scale(0.7);
  }
}
@media (max-width: 1420px) {
  .productArea .wrap .homeArticle {
    width: 420px;
  }
  .productArea .wrap .productBox {
    width: calc(100% - 420px);
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 980px) {
  .productArea img.homedight {
    display: none;
  }
  .productArea .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }
  .productArea .wrap .homeArticle {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .productArea .wrap .productBox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .productArea .wrap .homeArticle.top .arrowArea {
    display: none;
  }
}
@media (max-width: 520px) {
  .productArea .wrap ul.cataloglist li .item {
    padding: 0 10px 20px 10px;
  }
  .productArea .wrap ul.cataloglist li .Img::after {
    transform: translate(6px, 6px);
  }
  .productArea .wrap ul.cataloglist li .Img .number h3 {
    font-size: 16px;
    bottom: 10px;
  }
  .productArea .wrap ul.cataloglist li .Img .number em {
    font-size: 15px;
  }
  .productArea .wrap ul.cataloglist li .Img .number em.left {
    top: 10px;
    left: 10px;
  }
  .productArea .wrap ul.cataloglist li .Img .number em.right {
    top: 10px;
    right: 10px;
  }
  .productArea .wrap ul.cataloglist li .Img .number strong {
    font-size: 85px;
  }
  .productArea .wrap ul.cataloglist li .Txt {
    padding: 15px 0 5px 0;
  }
  .productArea .wrap ul.cataloglist li .Txt a {
    font-size: 16px;
  }
}

.newsArea {
  position: relative;
}
.newsArea.newsAreaShow .wrap .homeArticle {
  transform: translate(0, 0px);
  opacity: 1;
}
.newsArea.newsAreaShow .wrap .newsBox {
  transform: translate(0, 0px);
  opacity: 1;
}
.newsArea::before {
  content: "";
  width: 100vw;
  height: 56px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../images/dight-line.png) repeat-x center left;
  z-index: 5;
}
.newsArea .homeArticle {
  padding: 0 0 0 50px;
  text-align: right;
}
.newsArea .homeArticle .arrowArea {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.newsArea .homeArticle .arrow {
  --active: #080909;
  --border: rgba(0, 0, 0, .05);
}
.newsArea .homeArticle .arrow:hover {
  --active: #d50a18;
}
.newsArea .wrap {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.newsArea .wrap::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background: #f8f8f8;
  border-top: 5px solid #d50a18;
  position: absolute;
  top: 0;
  left: calc((1400px - 300px)/4*1 + 150px);
  z-index: 1;
}
.newsArea .wrap .homeArticle {
  width: 420px;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
}
.newsArea .wrap .newsBox {
  width: calc(100% - 420px);
  position: relative;
  z-index: 5;
  transform: translate(0, -40px);
  opacity: 0;
  transition: 0.9s 0.6s;
}
.newsArea .wrap .newsList li {
  padding: 2px;
}
.newsArea .wrap .newsList li:hover .item {
  border: 3px solid #d50a18;
}
.newsArea .wrap .newsList li:hover .item .Txt {
  border-top: 1px solid #fff;
}
.newsArea .wrap .newsList li:hover .item .Txt .date {
  color: #d50a18;
}
.newsArea .wrap .newsList li .item {
  padding: 0 20px 20px 20px;
  transition: 0.3s;
  border: 3px solid transparent;
}
.newsArea .wrap .newsList li .item .Img img {
  display: block;
  width: 100%;
}
.newsArea .wrap .newsList li .item .Txt {
  padding: 20px 0 0 0;
  border-top: 1px solid #454545;
  transition: 0.4s;
}
.newsArea .wrap .newsList li .item .Txt .date {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  color: #111;
  padding-bottom: 10px;
}
.newsArea .wrap .newsList li .item .Txt .newIcon {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 13px;
  background: transparent !important;
}
.newsArea .wrap .newsList li .item .Txt .newIcon span {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 1px;
}
.newsArea .wrap .newsList li .item .Txt h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.newsArea .wrap .newsList li .item .Txt h3 a {
  color: #111;
  font-size: 18px;
}
.newsArea .wrap .newsList li .item .Txt h3 a:hover {
  color: #d50a18;
}
.newsArea .wrap .newsList li .item .Txt p {
  font-size: 14px;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .newsArea .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }
  .newsArea .wrap::before {
    left: 0;
  }
  .newsArea .wrap .homeArticle {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
  }
  .newsArea .wrap .newsBox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newsArea .wrap .homeArticle.top .arrowArea {
    display: none;
  }
}

/*pop*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
  text-align: left;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: #d50a18;
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
  /* border-radius:  50%; */
}
.popWin .close::before {
  transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask, .popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}