.popWin .close::before, .popWin .close::after, .popWin .close {
  transition: all 0.5s;
}

.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%;
  -webkit-transform: translate(-50%, -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%;
  height: auto;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #96887d;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #96887d;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.catalogArea {
  padding: 60px 0 50px 0;
}
@media (max-width: 1023px) {
  .catalogArea {
    padding: 60px 0 80px 0;
  }
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .titleBox a > .title {
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .catalogArea .titleBox a > .title:hover {
    color: #96887d;
  }
}
.catalogArea .catalogBox {
  transition: all 0.4s;
  padding: 47px 0 0;
  position: relative;
}
@media (max-width: 1023px) {
  .catalogArea .catalogBox {
    padding: 0;
  }
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  transition: all 0.2s;
}
.catalogArea .slickBtn.arrowPrev {
  left: -100px;
}
@media (max-width: 1680px) {
  .catalogArea .slickBtn.arrowPrev {
    left: -60px;
  }
}
@media (max-width: 1023px) {
  .catalogArea .slickBtn.arrowPrev {
    left: 0;
  }
  .catalogArea .slickBtn.arrowPrev::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #e0d8d8;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    z-index: 1;
  }
}
.catalogArea .slickBtn.arrowNext {
  right: -100px;
}
@media (max-width: 1680px) {
  .catalogArea .slickBtn.arrowNext {
    right: -60px;
  }
}
@media (max-width: 1023px) {
  .catalogArea .slickBtn.arrowNext {
    left: 44px;
    right: auto;
  }
}
@media (max-width: 1680px) {
  .catalogArea .wrap {
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .catalogArea .wrap {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .catalogArea .wrap {
    padding: 0 20px;
  }
}
.catalogArea .wrap > .topBox {
  border-bottom: 1px solid #e0d8d8;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1023px) {
  .catalogArea .wrap > .topBox {
    border: none;
  }
}
@media (max-width: 1023px) {
  .catalogArea .titleBox {
    width: 100%;
    border-bottom: 1px solid #e0d8d8;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
.catalogArea .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalogList {
  margin: 0 -30px;
  position: relative;
}
.catalogList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalogList:not(.slick-slider) .catalogItem {
  width: 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1350px) {
  .catalogList {
    margin: 0 -10px;
  }
  .catalogList:not(.slick-slider) .catalogItem {
  width: 50%;
  }
}
@media (max-width: 768px) {
  .catalogList {
    margin: 0 0px;
  }
  .catalogList:not(.slick-slider) .catalogItem {
  width: 100%;
  margin-bottom: 40px;
  }
}
.catalogList .catalogItem {
  padding: 0;
}
.catalogList .item {
  position: relative;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 1350px) {
  .catalogList .item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .catalogList .item {
    padding: 0;
  }
}
.catalogList .Img img {
  width: 100%;
  display: block;
  height: 400px;
  object-fit: cover;
}
.catalogList .Txt {
  position: relative;
  padding: 14px 0 10px;
}
@media (max-width: 1180px) {
  .catalogList .Txt {
    padding: 10px 0 0px;
  }
  .catalogList .Img img {
  height: 350px;
  }
}
.catalogList .Txt .topBox {
  font-size: 13px;
  letter-spacing: 1.04px;
  color: #777;
  font-weight: 300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}
.catalogList .Txt .topBox::after {
  content: "";
  display: block;
  width: calc(100% - 54px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 1px 0 0;
}
.catalogList .Txt .topBox .txt {
  width: 54px;
}
.catalogList .Txt .title {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3.74px;
  color: #333;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 25px;
}
.catalogList .Txt .title a {
  display: block;
  color: inherit;
}
@media (min-width: 1201px) {
  .catalogList .Txt .title a:hover {
    color: #96887d;
  }
}
.catalogList .Txt .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.catalogList .Txt .text .leftBox {
  width: 61px;
  font-size: 13px;
  letter-spacing: 1.04px;
  color: #777;
  display: -ms-flexbox;
  display: flex;
}
.catalogList .Txt .text .leftBox::after {
  content: "/";
  display: block;
  margin: 0 9px;
}
.catalogList .Txt .text .rightBox {
  width: calc(100% - 70px);
  font-size: 14px;
  letter-spacing: 3.3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




/*
.processArea {
  padding-top: 60px;
}
.processArea .wrap {
  background: #fff;
  max-width: 1400px;
  padding: 111px 97px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1440px) {
  .processArea .wrap {
    padding: 61px 62px;
  }
}
@media (max-width: 1023px) {
  .processArea .wrap {
    padding: 61px 40px;
  }
}
@media (max-width: 767px) {
  .processArea .wrap {
    padding: 61px 30px;
  }
}
.processArea .titleBox {
  width: 335px;
}
@media (max-width: 1023px) {
  .processArea .titleBox {
    width: 100%;
    margin-bottom: 40px;
  }
}
.processArea .titleBox .text {
  padding-bottom: 27px;
}
.processArea .titleBox a > .title {
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .processArea .titleBox a > .title:hover {
    color: #96887d;
  }
}
.processArea .processBox {
  width: calc(100% - 335px);
}
@media (max-width: 1023px) {
  .processArea .processBox {
    width: 100%;
  }
}
.processArea .processList {
  margin: 0 0 0 0;
}
.processArea .processitem {
  padding: 2px 0 67px 14.8%;
}
@media (max-width: 1440px) {
  .processArea .processitem {
    padding: 2px 0 67px 20px;
  }
}
@media (max-width: 1023px) {
  .processArea .processitem {
    padding: 2px 0 67px 0;
  }
}
.processArea .processitem .top {
  font-size: 17px;
  letter-spacing: 3.74px;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.processArea .processitem .top .classtitle {
  width: 80px;
}
.processArea .processitem .top::after {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #e8e8e8;
}
.processArea .processitem .bottom {
  padding: 0 0 0 80px;
}
@media (max-width: 767px) {
  .processArea .processitem .bottom {
    padding: 0 0 0 0;
  }
}
.processArea .processitem .bottom .item {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 22px 19px;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .processArea .processitem .bottom .item {
    padding: 12px 0 22px 0;
  }
}
.processArea .processitem .bottom .item .link {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.processArea .processitem .bottom .item:not(:first-child) {
  padding-top: 18px;
}
.processArea .processitem .bottom .item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
  .processArea .processitem .bottom .item:hover .title, .processArea .processitem .bottom .item:hover .subtitle, .processArea .processitem .bottom .item:hover .btn {
    color: #96887d;
  }
}
.processArea .processitem .bottom .Img {
  width: 41px;
}
.processArea .processitem .bottom .titleBox {
  width: calc(100% - 58px);
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 0 21px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.processArea .processitem .bottom .title {
  font-size: 17px;
  letter-spacing: 3.74px;
  color: #333;
  padding: 0 12px 0 0px;
  transition: all 0.5s;
}
@media (max-width: 1180px) {
  .processArea .processitem .bottom .title {
    width: 100%;
  }
}
.processArea .processitem .bottom .subtitle {
  padding: 0;
  transition: all 0.5s;
}
.processArea .processitem .bottom .btn {
  color: #777;
  transition: all 0.5s;
}
.processArea .processitem .bottom .btn svg {
  width: 16px;
  height: 16px;
}
.processArea .textEditorBox {
  margin: -32px -4px 0 14.8%;
  text-align: right;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}
@media (max-width: 1440px) {
  .processArea .textEditorBox {
    margin: -32px 0px 0 20px;
  }
}
@media (max-width: 1023px) {
  .processArea .textEditorBox {
    margin: -32px 0px 0 0;
  }
}
.processArea .textEditorBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 0;
}
.processArea .textEditorBox .textEditor {
  font-size: 17px;
  letter-spacing: 3.74px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  background-color: #fff;
  padding: 0 0 0 16px;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 80px);
}
@media (max-width: 767px) {
  .processArea .textEditorBox .textEditor {
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
*/



.aboutIntroArea{
  position: relative;
  overflow: hidden;
  min-height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutIntroArea .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  background-image:url('../images/process_bg.jpg');
}

.aboutIntroArea .mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.55);
  z-index: 1;
}

.aboutIntroArea .wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 80px 40px;
}

.aboutIntroArea .content{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.aboutIntroArea .enTitle{
  font-size: 27px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 400;
}

.aboutIntroArea .mainTitle{
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 400;
  margin-bottom: 50px;
}

.aboutIntroArea .text{
  font-size: 15px;
  line-height: 2;
  letter-spacing: 2px;
  color: rgba(255,255,255,.92);
}

@media (max-width: 1023px){

  .aboutIntroArea{
    min-height: 700px;
  }

  .aboutIntroArea .enTitle{
    font-size: 24px;
    margin-bottom: 10px;
  }

  .aboutIntroArea .mainTitle{
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 35px;
  }

  .aboutIntroArea .text{
    font-size: 14px;
    line-height: 2;
  }

}

@media (max-width: 767px){

  .aboutIntroArea{
    min-height: auto;
    padding: 100px 0;
  }

  .aboutIntroArea .wrap{
    padding: 0 25px;
  }

  .aboutIntroArea .enTitle{
    font-size: 21px;
    margin-bottom: 25px;
  }

  .aboutIntroArea .mainTitle{
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }

  .aboutIntroArea .text{
    font-size: 13px;
    line-height: 2;
    letter-spacing: 1px;
  }

}








.homeProcessArea{
  padding: 60px 0;
  background: #f5f1e5;
}

.homeProcessArea .wrap{
  /*max-width: 1280px;
  width: calc(100% - 80px);
  margin: 0 auto;*/
}

.homeProcessArea .titleBox{
  text-align: center;
  margin-bottom: 70px;
}

.homeProcessArea .titleBox .enTitle{
  font-size: 14px;
  letter-spacing: 4px;
  color: #9b8b7b;
  margin-bottom: 16px;
}

.homeProcessArea .titleBox .title{
  font-size: 38px;
  letter-spacing: 6px;
  color: #333;
  font-weight: 500;
  margin: 0 0 20px;
}

.homeProcessArea .titleBox .text{
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #777;
  padding-top: 0;
}

.homeProcessArea .processList{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.homeProcessArea .processItem{
  position: relative;
  background: #fefefe;
  padding: 42px 30px 38px;
  min-height: 250px;
  border: 1px solid rgba(150,136,125,.18);
  transition: all .45s ease;
  overflow: hidden;
}

.homeProcessArea .processItem::before{
  content: "";
  position: absolute;
  right: -35px;
  top: -35px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(150,136,125,.08);
  transition: all .45s ease;
}

.homeProcessArea .processItem:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,.08);
}

.homeProcessArea .processItem:hover::before{
  transform: scale(1.35);
  background: rgba(150,136,125,.14);
}

.homeProcessArea .processItem .num{
  font-size: 42px;
  line-height: 1;
  color: #c5b8aa;
  margin-bottom: 30px;
}

.homeProcessArea .processItem h3{
  font-size: 21px;
  letter-spacing: 3px;
  color: #333;
  font-weight: 400;
  margin: 0 0 18px;
}

.homeProcessArea .processItem p{
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
  color: #777;
  margin: 0;
  text-align: justify;
}

@media (max-width: 1180px){
  .homeProcessArea .processList{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px){
  .homeProcessArea{
    padding: 70px 0;
  }

  .homeProcessArea .wrap{
    width: calc(100% - 40px);
  }

  .homeProcessArea .titleBox{
    margin-bottom: 40px;
  }

  .homeProcessArea .titleBox .title{
    font-size: 30px;
    letter-spacing: 4px;
  }

  .homeProcessArea .processList{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .homeProcessArea .processItem{
    min-height: auto;
    padding: 34px 26px;
  }
}











.newsArea {
  padding: 60px 0 50px 0;
}
.newsArea .unClick {
  pointer-events: none;
}
@media (max-width: 1023px) {
  .newsArea .titleBox {
    width: 100%;
    border-bottom: 1px solid #e0d8d8;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
.newsArea .titleBox a > .title {
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .newsArea .titleBox a > .title:hover {
    color: #96887d;
  }
}
.newsArea .newsBox {
  transition: all 0.4s;
  padding: 49px 0 0;
  position: relative;
}
.newsArea .newsBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  transition: all 0.2s;
}
.newsArea .slickBtn.arrowPrev {
  left: -100px;
}
@media (max-width: 1680px) {
  .newsArea .slickBtn.arrowPrev {
    left: -60px;
  }
}
@media (max-width: 1023px) {
  .newsArea .slickBtn.arrowPrev {
    left: 0;
  }
  .newsArea .slickBtn.arrowPrev::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #e0d8d8;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    z-index: 1;
  }
}
.newsArea .slickBtn.arrowNext {
  right: -100px;
}
@media (max-width: 1680px) {
  .newsArea .slickBtn.arrowNext {
    right: -60px;
  }
}
@media (max-width: 1023px) {
  .newsArea .slickBtn.arrowNext {
    left: 44px;
    right: auto;
  }
}
@media (max-width: 1680px) {
  .newsArea .wrap {
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .newsArea .wrap {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .newsArea .wrap {
    padding: 0 20px;
  }
}
.newsArea .wrap > .topBox {
  border-bottom: 1px solid #e0d8d8;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1023px) {
  .newsArea .wrap > .topBox {
    border: none;
  }
}
.newsArea .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newsList {
  margin: 0 -30px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1350px) {
  .newsList {
    margin: 0 -10px;
  }
}
@media (max-width: 768px) {
  .newsList {
    margin: 0 0px;
  }
}
.newsList .newsItem {
  width: 25%;
  padding: 0 0;
}

@media (max-width: 768px) {
  .newsList .newsItem {
    width: 100%;
  }
}


@media (max-width: 768px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  position: relative;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 1350px) {
  .newsList .item {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .newsList .item {
    padding: 10px 0;
  }
}
.newsList .Img img {
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover;
}
.newsList .Txt {
  position: relative;
  padding: 28px 0 10px;
}
.newsList .Txt .topBox {
  font-size: 13px;
  letter-spacing: 1.04px;
  color: #777;
  font-weight: 300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 23px;
}
.newsList .Txt .topBox::after {
  content: "";
  display: block;
  width: calc(100% - 54px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 1px 0 0;
}
.newsList .Txt .topBox .txt {
  width: 54px;
}
.newsList .Txt .title {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 3.74px;
  color: #333;
  height: 55px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
.newsList .Txt .title a {
  display: block;
  color: inherit;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}
@media (min-width: 1201px) {
  .newsList .Txt .title a:hover {
    color: #96887d;
  }
}
.newsList .Txt .textBox {
  margin-bottom: 50px;
}
.newsList .Txt .text {
  font-size: 15px;
  letter-spacing: 3.3px;
  color: #444;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  padding: 0px 0 0 2px;
  height: 85px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newsList .btnBox {
  margin: 0;
}
.newsList .btnBox .btn {
  width: 130px;
  height: 38px;
  min-width: unset;
}
.newsList .newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsList .newsInfoBox .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}
.newsList .newsInfoBox .right {
  margin-bottom: 10px;
}
.newsList .newsInfoBox .dateBox {
  font-size: 13px;
  letter-spacing: 2.34px;
  color: #777;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.newsList .newsInfoBox .dateBox::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #e0d8d8;
  margin: 0 14px 0 11px;
}
.newsList .newsInfoBox .classTitle {
  font-size: 15px;
  letter-spacing: 3.3px;
  color: #444;
}








/* CSS Document */
@-webkit-keyframes bn08_imgZoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes bn08_imgZoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.hbnr {
  /*
    .arrowBox {
      display: block;
      position: absolute;
      top: 50%;
      left: 50px;
      right: 50px;
      z-index: 2;
      transform: translateY(-50%);

      .arrow {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        margin: 10px 0;
        cursor: pointer;
        @extend %ts;

        &Prev {
          left: 0;
        }

        &Next {
          right: 0;
        }
      }
    }*/
}
.hbnr .bannerList {
  position: relative;
  z-index: 1;
}
.hbnr .bannerList.slick-dotted {
  margin-bottom: 0;
}
.hbnr .bannerItem {
  position: relative;
  height: 100%;
}
.hbnr .bannerItem .Txt {
  z-index: 3;
}
.hbnr .bannerItem .Txt .btnBox {
  opacity: 0;
  padding-top: 30px;
}
.hbnr .bannerItem .Txt .btnBox a {
  background-color: #96887d;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  width: 200px;
}
.hbnr .bannerItem .Txt .btnBox a:hover {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.hbnr .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.hbnr .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.hbnr .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hbnr .bannerItem .Img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hbnr .bannerItem .Img img {
  width: 100%;
  transition: all 0.5s ease;
}

@media (max-width: 768px) {
.hbnr .bannerItem .Img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.hbnr .bannerItem .Txt {
  display: none;
}
}


.hbnr .bannerItem .Img:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 4;
  pointer-events: none;
}
.hbnr .slick-slide {
  /*
  &.slick-current {
    .Txt {
      .title {
        animation: slideUpAnimation 0.8s ease-in-out forwards;
      }

      .subtitle {
        animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
      }

      .text {
        animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
      }

      .btnBox {
        animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
      }

      .videoBtn {
        &::after {
          animation: rotate 50s linear forwards;
        }
      }
    }
  }*/
}
.hbnr .slick-slide.slide-animation img {
  -webkit-animation: bn08_imgZoomIn 8s linear forwards;
  animation: bn08_imgZoomIn 8s linear forwards;
}
.hbnr .slickBtn.arrow {
  top: 50%;
  /*background-color: #fff;*/
}
@media (max-width: 1023px) {
  .hbnr .slickBtn.arrow {
    top: calc(100% - 60px);
  }
}
.hbnr .slickBtn.arrow::before {
  width: 17px;
  height: 17px;
  /*border-color: #727272;*/
  border-color: #fff;
  border-width: 1px;
}
@media (max-width: 1023px) {
  .hbnr .slickBtn.arrow::before {
    width: 15px;
    height: 15px;
  }
}
.hbnr .slickBtn.arrowPrev {
  left: 30px;
}
.hbnr .slickBtn.arrowNext {
  right: 30px;
}
@media (max-width: 1023px) {
  .hbnr .slickBtn.arrowNext {
    left: 90px;
    right: auto;
  }
}
.hbnr .page_number {
  position: absolute;
  z-index: 9;
  bottom: 5%;
  left: 50%;
  margin-left: -28px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.hbnr .page_number span {
  margin: 0 10px;
}
.hbnr .slick-dots {
  width: 15px;
  margin: 0;
  bottom: 20%;
  right: 50px;
}
.hbnr .slick-dots li {
  width: 100%;
  height: 15px;
  margin: 5px 0 !important;
}
.hbnr .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.hbnr .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.hbnr .slick-dots li.slick-active button::before {
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}
.hbnr .progressBox {
  width: 100%;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 3;
}
.hbnr .progressBar {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  display: block;
}
.hbnr .progressBar.hide {
  display: none;
}
.hbnr .progressBar.horizontal {
  width: 100%;
  height: 100%;
}
.hbnr .progressBar.horizontal .path {
  width: 100%;
  height: 100%;
  display: inline-block;
  fill: #96887d;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
}
.hbnr .progressBar.horizontal .path rect {
  width: 0%;
  height: 100%;
}
.hbnr .progressBar.horizontal .path.active rect {
  -webkit-animation: progressBarHorizontal 6s linear forwards;
          animation: progressBarHorizontal 6s linear forwards;
}