.newsArea .newsBox .textBox .title, .newsArea .newsTopBox .Txt .title, .newsArea .newsTopBox .Img .classTitle, .newsArea .newsTopBox .Img img, .solutionArea .solutionList .item::before, .solutionArea .solutionList .item, .aboutArea .iconBox .num, .aboutArea .iconBox .item, .bannerArea .scrollDown span.line::before, .bannerArea .scrollDown span.line, .bannerArea .scrollDown span.text, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .slick-dots.num li::before, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  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;
  -webkit-transition: all 0.7s;
  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;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #004998;
  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: #004998;
  }
  .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;
}

.bannerArea {
  position: relative;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList .bannerVideo {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0;
  transition: all 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideo {
    top: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.bannerArea .bannerList .bannerVideo.show {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea .bannerList .bannerVideo.play .videoBtn {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideo.play .videoBtn {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.bannerArea .bannerList .bannerVideo .videoBtn .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideo .videoBtn .iconBox {
    padding: 0;
  }
}
.bannerArea .bannerList .bannerVideo .videoBtn .iconBox .txt {
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 1181px) {
  .bannerArea .bannerList .bannerVideo .videoBtn .iconBox .txt {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideo .videoBtn .iconBox .txt {
    margin: 10px 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.bannerArea .bannerList .bannerVideo .videoBtn .iconBox .txt span {
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideo .videoBtn .iconBox .txt span {
    margin: 0 5px 0 0;
  }
}
.bannerArea .bannerList .bannerVideo .videoBtn .iconBox .icon {
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.bannerArea .bannerList .bannerVideo .videoBtn .iconBox .icon i {
  font-size: 10px;
  width: 7px;
  height: auto;
  display: block;
  color: #004998;
}
.bannerArea .bannerList .bannerVideoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: auto;
  -webkit-transition: all 0;
  transition: all 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideoBox {
    height: 100%;
  }
}
.bannerArea .bannerList .bannerVideoBox.hide {
  opacity: 0;
  pointer-events: none;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Img {
  width: 100%;  z-index:-11111;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;  z-index:-11111;

}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img img {
    height: auto;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.bannerArea .bannerItem .Txt .logo {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .logo {
    max-width: 300px;
  }
}
.bannerArea .bannerItem .Txt .logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
  margin: 10px 0 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 28px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 15px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
}
.bannerArea .bannerItem .logo {
  opacity: 0;
}
.bannerArea .bannerItem.hide > .Txt .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
.bannerArea .bannerItem.hide > .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.4s;
  transition: all 0.5s 0.4s;
}
.bannerArea .bannerItem.hide > .Txt .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 2s;
  transition: all 0.5s 2s;
}
.bannerArea .bannerItem.hide > .Txt .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
.bannerArea .bannerItem.hide > .Img img {
 
}
.bannerArea .bannerItem.hide .bannerVideo {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bannerArea .bannerItem.show > .Txt .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0;
  transition: all 0;
}
.bannerArea .bannerItem.show > .Txt .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0 0s;
  transition: all 0 0s;
}
.bannerArea .bannerItem.show > .Txt .text {
  opacity: 1;

}
.bannerArea .bannerItem.show > .Txt .btnBox {
  opacity: 1;

}
.bannerArea .bannerItem.show > .Img img {

}
.bannerArea .bannerItem.show .bannerVideo {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0 0.7s;
  transition: all 0 0.7s;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0  forwards;
          animation: slideUpAnimation 0  forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0 0.4s  forwards;
          animation: slideUpAnimation 0 0.4s  forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0s 0s  forwards;
          animation: slideUpAnimation 0s 0s  forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0s 0s  forwards;
          animation: slideUpAnimation 0s 0s  forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-current .logo {
  -webkit-animation: slideUpAnimation 0s  forwards;
          animation: slideUpAnimation 0s  forwards;
}
.bannerArea .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .bannerArea .slick-dots {
    bottom: 30px;
  }
}
.bannerArea .slick-dots.num {
  font-size: 14px;
}
.bannerArea .slick-dots.num li {
  width: 50px;
  height: auto;
  border-radius: 0;
  font-size:22px;
  font-weight:bold;
  padding: 0 20px;
  color: #fff;
  position: relative;
  margin: 0;
}
.bannerArea .slick-dots.num li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  right: -30px;
  top: 50%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1201px) {
  .bannerArea .slick-dots.num li:hover {
    color: #6db327;
  }
}
.bannerArea .slick-dots.num li.slick-active {
  color: #6db327;
  font-size:22px;
  font-weight:bold;
  padding: 0 60px 0 10px;
}
.bannerArea .slick-dots.num li.slick-active::before {
  opacity: 1;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #004998;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #004998;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 40%;
  right: 50px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1201px) {
  .bannerArea .scrollDown:hover .text {
    color: #6db327;
  }
  .bannerArea .scrollDown:hover .line {
    background-color: #6db327;
  }
  .bannerArea .scrollDown:hover .line::before {
    -webkit-animation: bannerScrollAnimation 1.5s linear infinite forwards;
            animation: bannerScrollAnimation 1.5s linear infinite forwards;
    background-color: #6db327;
  }
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.bannerArea .scrollDown span.line {
  width: 1px;
  height: 80px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
.bannerArea .socialBox,
.bannerArea .scrollDown,
.bannerArea .slick-arrow {
    display: none !important;
  }
}

.searchArea {
  background-color: #004998;
}
.searchArea .wrap {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .searchArea .wrap {
    padding: 15px 20px;
  }
}
@media (max-width: 1180px) {
  .searchArea .wrap {
    padding: 15px 20px 20px 20px;
  }
}
.searchArea .leftBox {
  width: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .searchArea .leftBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0 10px 0;
  }
}
.searchArea .leftBox .icon {
  width: 16px;
  margin-right: 15px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.searchArea .leftBox .icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.searchArea .leftBox .title {
  color: #fff;
  font-size: 17px;
}
.searchArea .rightBox {
  width: calc(100% - 185px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .searchArea .rightBox {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .searchArea .rightBox {
    width: 100%;
  }
}
.searchArea .formBox {
  width: 100%;
}
.searchArea .formBox .formList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1180px) {
  .searchArea .formBox .formList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.searchArea .formBox .formList .select {
  width: 22%;
}
@media (max-width: 1180px) {
  .searchArea .formBox .formList .select {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .searchArea .formBox .formList .formColumn {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .searchArea .formBox .formList .formColumn.searchbtn .btn {
    width: 100%;
    min-width: auto;
  }
}
.searchArea .formBox .formColumn {
  padding: 0;
  margin: 0 15px 0 0;
}
.searchArea .formBox .formColumn.select::before {
  bottom: 50%;
}
@media (max-width: 640px) {
  .searchArea .formBox .formColumn.select::before {
    bottom: 40%;
  }
}
.searchArea .formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: none;
  font-size: 16px;
  font-family: "Noto Sans TC";
  outline: none;
  padding: 5px 25px;
  margin: 0;
  border-radius: 22px;
  border: 1px solid transparent;
}
@media (max-width: 640px) {
  .searchArea .formBox .columnSelect {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.searchArea .formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.searchArea .formBox .btnBox {
  margin: 0;
}
.searchArea .formBox .btnBox .btn {
  padding: 0;
}

.aboutArea {
background-image:url(../picture/about.jpg);
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 40px 0;
  }
}
.aboutArea .deco {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 50%;
}
.aboutArea .deco img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .Txt {
  width: 45%;
  padding-right: 70px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    width: 100%;
    padding: 0 0 40px 0;
  }
}
.aboutArea .Txt .text {
  color: #3e3e3e;
  font-size: 17px;
  letter-spacing: 0.8;
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
.aboutArea .ImgBox {
  width: 55%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 680px;
}
@media (max-width: 1180px) {
  .aboutArea .ImgBox {
    display: none;
  }
}
.aboutArea .ImgBox .albumList {
  width: 100%;
}
.aboutArea .ImgBox img {
  width: 100%;
  height: auto;
  display: block;

  border-radius: 0 50px 0 50px;
  overflow: hidden;
}
.aboutArea .iconBox {
  width: 100%;
}
.aboutArea .iconBox .iconList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutArea .iconBox .iconItem {
  width: 25%;
}
@media (min-width: 961px) {
  .aboutArea .iconBox .iconItem:not(:nth-last-child(1)) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 960px) {
  .aboutArea .iconBox .iconItem {
    width: 50%;
    padding: 10px;
  }
}
.aboutArea .iconBox .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1201px) {
  .aboutArea .iconBox .item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .aboutArea .iconBox .item:hover .num {
    background-color: #6db327;
  }
}
.aboutArea .iconBox .iconImg {
  width: 90px;
  position: relative;
  margin: 0 auto 20px;
}
@media (max-width: 1180px) {
  .aboutArea .iconBox .iconImg {
    padding: 10px;
  }
}
.aboutArea .iconBox .iconImg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .iconBox .num {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #004998;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 15px;
  left: -20px;
}
.aboutArea .iconBox .iconTxt {
  width: 100%;
  text-align: center;
}
.aboutArea .iconBox .iconTxt .title {
  font-size: 20px;
}
@media (max-width: 640px) {
  .aboutArea .iconBox .iconTxt .title {
    font-size: 16px;
  }
}

.solutionArea {
  padding: 120px 0;
  position: relative;
  min-height: 785px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .solutionArea {
    min-height: auto;
    padding: 40px 0;
  }
}
@media (min-width: 1181px) {
  .solutionArea.show .leftBox::before {
    width: 100%;
    opacity: 1;
  }
  .solutionArea.show .leftBox::after {
    width: 100%;
    opacity: 1;
  }
}
.solutionArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/home_catalog_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0 50px 0 50px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1180px) {
  .solutionArea::before {
    background-size: cover;
  }
}
.solutionArea .unClick {
  pointer-events: none;
}
.solutionArea .solutionOutBox {
  position: relative;
  width: 100%;
}
.solutionArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .solutionArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.solutionArea .leftBox {
  width: 300px;
  position: relative;
}
@media (min-width: 1181px) {
  .solutionArea .leftBox {
    padding: -30px 0;
  }
  .solutionArea .leftBox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #004998;
    top: 0;
    left: 0;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0s ;
    transition: all 0s ;
  }
  .solutionArea .leftBox::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #6db327;
    bottom: 0;
    left: 0;
    width: 0;
    -webkit-transition: all 0s 0.5s ;
    transition: all 0s 0.5s ;
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .solutionArea .leftBox {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .solutionArea .leftBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .solutionArea .leftBox .titleHomeBox {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
.solutionArea .leftBox .controlBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .solutionArea .leftBox .controlBox {
    margin: 0px 0 10px auto;
    width: 30%;
  }
}
@media (max-width: 640px) {
  .solutionArea .leftBox .controlBox {
    width: 100%;
    margin: 10px 0;
  }
}
.solutionArea .leftBox .controlBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.solutionArea .leftBox .controlBox .pageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 80px;
  margin: 0 auto 12px;
}
.solutionArea .leftBox .controlBox .pageBox span {
  margin: 0 8px;
  line-height: 1;
}
.solutionArea .leftBox .controlBox .pageBox .slidePage {
  display: block;
  text-align: center;
  color: #3e3e3e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  letter-spacing: 0.8px;
}
@media (max-width: 1180px) {
  .solutionArea .leftBox .controlBox .pageBox .slidePage {
    font-size: 15px;
  }
}
.solutionArea .leftBox .controlBox .pageBox .slidePage.currentPage {
  font-size: 50px;
  color: #3e3e3e;
  position: relative;
  margin: 0 0 -5px 0;
}
@media (max-width: 1180px) {
  .solutionArea .leftBox .controlBox .pageBox .slidePage.currentPage {
    font-size: 30px;
  }
}
.solutionArea .rightBox {
  width: 80.5%;
  position: absolute;
  top: 0;
  right: -17%;
}
@media (max-width: 1180px) {
  .solutionArea .rightBox {
    width: 100%;
    position: relative;
    right: 0;
  }
}
.solutionArea .solutionBox {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-bottom: 20px;
}
.solutionArea .solutionBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.solutionArea .solutionList {
  margin: 0 -20px;
  position: relative;
}
@media (max-width: 1180px) {
  .solutionArea .solutionList {
    margin: 0 -10px;
  }
}
.solutionArea .solutionList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solutionArea .solutionList:not(.slick-slider) .classItem {
  width: 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1023px) {
  .solutionArea .solutionList {
    margin: 0 -20px;
  }
}
@media (max-width: 768px) {
  .solutionArea .solutionList {
    margin: 0 0px;
  }
}
.solutionArea .solutionList .classItem {
  padding: 0px 20px;
}
@media (max-width: 1180px) {
  .solutionArea .solutionList .classItem {
    padding: 10px;
  }
}
@media (max-width: 375px) {
  .solutionArea .solutionList .classItem {
    padding: 20px;
  }
}
.solutionArea .solutionList .item {
  position: relative;
}
.solutionArea .solutionList .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-shadow: 0px 5px 5px 0.9px rgba(4, 0, 0, 0.15);
          box-shadow: 0px 5px 5px 0.9px rgba(4, 0, 0, 0.15);
  opacity: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 1201px) {
  .solutionArea .solutionList .item:hover::before {
    opacity: 1;
  }
}
.solutionArea .solutionList .Img {
  width: 100%;
  position: relative;
}
.solutionArea .solutionList .Img::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.solutionArea .solutionList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 641px) {
  .solutionArea .solutionList .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 550px;
  }
}
@media (max-width: 640px) {
  .solutionArea .solutionList .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 450px;
  }
}
.solutionArea .solutionList .Txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 50px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
        
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .solutionArea .solutionList .Txt {
    padding: 50px 10px 10px 10px;
  }
}
.solutionArea .solutionList .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.solutionArea .solutionList .top .num {
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .solutionArea .solutionList .top .num {
    font-size: 38px;
  }
}
.solutionArea .solutionList .top .title {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 10px;
  pointer-events: auto;
}
.solutionArea .solutionList .top .title a {
  display: block;
  font-size: 21px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .solutionArea .solutionList .top .title {
    font-size: 18px;
  }
  .solutionArea .solutionList .top .title a {
    font-size: 18px;
  }
}
.solutionArea .solutionList .TxtBox {
  width: 100%;
}
.solutionArea .solutionList .secondLink {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1180px) {
  .solutionArea .solutionList .secondLink {
    margin: 0;
  }
}
.solutionArea .solutionList .secondLink .secondItem {
  width: 100%;
  padding: 0px;
}
@media (max-width: 640px) {
  .solutionArea .solutionList .secondLink .secondItem {
    width: 100%;
  }
}
.solutionArea .solutionList .secondLink .secondItem .item {
  position: relative;
  width: 100%;
}
.solutionArea .solutionList .secondLink .secondItem .secondTxt {
  width: 100%;
  pointer-events: auto;
}
.solutionArea .solutionList .secondLink .secondItem .secondTxt a {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #fff;

  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 6.65px 0.35px rgb(255, 255, 255);
          box-shadow: 0px 0px 6.65px 0.35px rgb(255, 255, 255);
  border-radius: 30px;
  line-height: 42px;
  padding: 0;

  text-align: center;
  margin: 0 auto;  margin-bottom:20px;
}
@media (max-width: 960px) {
  .solutionArea .solutionList .secondLink .secondItem .secondTxt a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .solutionArea .solutionList .secondLink .secondItem .secondTxt a {
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .solutionArea .solutionList .secondLink .secondItem .secondTxt a:hover {
    background-color: #fff;
    color: #004998;
  }
}
.solutionArea .solutionList .secondLink .secondItem .linkWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.csrArea {
  width: 100%;
  padding: 80px 0 0;
}
@media (max-width: 1180px) {
  .csrArea {
    padding: 70px 0 0;
  }
}
.csrArea .wrap {
  position: relative;
  max-width: 1500px;
  padding: 0;
}
@media (max-width: 1440px) {
  .csrArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .csrArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .csrArea .wrap {
    padding: 0 20px;
  }
}
.csrArea .csrBoxOutBox {
  position: relative;
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .csrArea .csrBoxOutBox {
    padding: 0 60px;
  }
}
@media (max-width: 1180px) {
  .csrArea .csrBoxOutBox {
    padding: 0px;
  }
}
.csrArea .topBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .csrArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.csrArea .topBox .titleHomeBox {
  margin: 0;
}
.csrArea .csrBox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 60px;
  width: 100%;
}
@media (max-width: 1180px) {
  .csrArea .csrBox {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .csrArea .csrBox {
    padding: 20px 0;
  }
}
.csrArea .csrList {
  width: 100%;
}
.csrArea .csrList .slick-current .Txt .topTitle {
  -webkit-animation: slideDownAnimation 0s  forwards;
          animation: slideDownAnimation 0s  forwards;
}
.csrArea .csrList .slick-current .Txt .title {
  -webkit-animation: slideDownAnimation 0s 0.4s  forwards;
          animation: slideDownAnimation 0s 0.4s  forwards;
}
.csrArea .csrList .slick-current .Txt .pageBox {
  -webkit-animation: slideDownAnimation 0s 0s  forwards;
          animation: slideDownAnimation 0s 0s  forwards;
}
.csrArea .csrList .slick-current .Txt .text {
  -webkit-animation: slideDownAnimation 0s 0s  forwards;
          animation: slideDownAnimation 0s 0s  forwards;
}
.csrArea .csrList .slick-current .Img {
  -webkit-animation: slideDownAnimation 0s  forwards;
          animation: slideDownAnimation 0s  forwards;
}
.csrArea .csrList .csrItem {
  width: 100%;
}
.csrArea .csrList .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .csrArea .csrList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.csrArea .csrList .Img {
  width: 65%;
  position: relative;
  opacity: 0;
}
@media (max-width: 1180px) {
  .csrArea .csrList .Img {
    width: 100%;
  }
}
.csrArea .csrList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .csrArea .csrList .Img img {
    border-radius: 0 30px 0 30px;
  }
}
.csrArea .csrList .Img .subtitle {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .csrArea .csrList .Img .subtitle {
    font-size: 16px;
  }
}
.csrArea .csrList .Txt {
  width: 35%;
  padding-left: 45px;
}
@media (max-width: 1180px) {
  .csrArea .csrList .Txt {
    width: 100%;
    padding: 30px 0 0;
  }
}
.csrArea .csrList .Txt .topTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0;
}
.csrArea .csrList .Txt .title {
  font-size: 22px;
  color: #004998;
  font-weight: 500;
  width: calc(100% - 70px);
  padding-right: 10px;
  opacity: 0;
}
.csrArea .csrList .Txt .pageBox {
  font-size: 15px;
  color: #808080;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
.csrArea .csrList .Txt .text {
  color: #3e3e3e;
  font-size: 15px;
  line-height:35px;
  opacity: 0;
}
.csrArea .csrList .Txt .text.ellipsis {
  height: 300px;

  overflow: hidden;
}
@media (max-width: 1180px) {
  .csrArea .csrList .Txt .text.ellipsis {
    height: 70px;
  }
}
@media (max-width: 640px) {
  .csrArea .csrList .Txt .text.ellipsis {
    height: auto;
  }
}
.csrArea .csrTxtList .slick-current .csrInfoList {
  -webkit-animation: slideDownAnimation 0s 0.4s  forwards;
          animation: slideDownAnimation 0s 0.4s  forwards;
}
.csrArea .csrTxtList .csrInfoListBox {
  width: 100%;
  margin-top: 40px;
}
.csrArea .csrTxtList .csrInfoListBox .csrInfoList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
@media (max-width: 1180px) {
  .csrArea .csrTxtList .csrInfoListBox .csrInfoList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.csrArea .csrTxtList .csrInfoListBox .infoItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .csrArea .csrTxtList .csrInfoListBox .infoItem {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .csrArea .csrTxtList .csrInfoListBox .infoItem {
    width: 100%;
    padding-bottom: 10px;
  }
}
.csrArea .csrTxtList .csrInfoListBox .leftBox {
  width: 200px;
}
@media (max-width: 1440px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox {
    width: 150px;
  }
}
@media (max-width: 1180px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox {
    width: 150px;
  }
}
@media (max-width: 540px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.csrArea .csrTxtList .csrInfoListBox .leftBox .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6db327;
  font-size: 40px;
  font-weight:bold;
  line-height: 1;
}
@media (max-width: 1440px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox .numBox {
    font-size: 42px;
  }
}
@media (max-width: 1180px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox .numBox {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox .numBox {
    font-size: 40px;
  }
}
.csrArea .csrTxtList .csrInfoListBox .rightBox {
  width: calc(100% - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  color: #3e3e3e;
  padding-left: 15px;
}
@media (max-width: 1440px) {
  .csrArea .csrTxtList .csrInfoListBox .rightBox {
    width: calc(100% - 150px);
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .csrArea .csrTxtList .csrInfoListBox .rightBox {
    width: calc(100% - 180px);
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .csrArea .csrTxtList .csrInfoListBox .rightBox {
    font-size: 16px;
    width: calc(100% - 150px);
  }
}
@media (max-width: 540px) {
  .csrArea .csrTxtList .csrInfoListBox .rightBox {
    width: auto;
  }
}
.csrArea .arrowBox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1180px) {
  .csrArea .arrowBox {
    display: none;
  }
}

.newsArea {
  padding: 70px 0;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 40px 0;
  }
}
.newsArea .wrap {
  position: relative;
  max-width: 1500px;
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .newsArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .newsArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .newsArea .wrap {
    padding: 0 20px;
  }
}
.newsArea .topBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .newsArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsArea .topBox .titleHomeBox {
  margin: 0;
}
@media (max-width: 1180px) {
  .newsArea .topBox .btnBox.pc {
    display: none;
  }
}
.newsArea .newsBoxOutBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1440px) {
  .newsArea .newsBoxOutBox {
    padding: 0 60px;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsBoxOutBox {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsArea .newsTopBox {
  width: 40%;
  padding-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  .newsArea .newsTopBox {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
}
.newsArea .newsTopBox .newsTopList {
  width: 100%;
}
.newsArea .newsTopBox .newsItem {
  width: 100%;
}
.newsArea .newsTopBox .item {
  width: 100%;
}
@media (min-width: 1201px) {
  .newsArea .newsTopBox .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .newsArea .newsTopBox .item:hover .Img .classTitle {
    background-color: #004998;
  }
  .newsArea .newsTopBox .item:hover .title {
    color: #004998;
  }
}
.newsArea .newsTopBox .Img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.newsArea .newsTopBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .newsTopBox .Img .classTitle {
  background-color: #6db327;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 102px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
}
.newsArea .newsTopBox .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6db327;
  font-size: 16px;
  width: 100%;
  margin: 30px 0 10px;
}
.newsArea .newsTopBox .Txt .newsInfoBox .dateBox {
  margin-left: 10px;
}
.newsArea .newsTopBox .Txt .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.newsArea .newsTopBox .Txt .title.ellipsis {
  height: 35px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .newsArea .newsTopBox .Txt .title {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsTopBox .Txt .title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .newsArea .newsTopBox .Txt .title.ellipsis {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsTopBox .Txt .title {
    font-size: 20px;
  }
  .newsArea .newsTopBox .Txt .title.ellipsis {
    height: 36px;
  }
}
.newsArea .newsTopBox .Txt .text {
  color: #3e3e3e;
  font-size: 17px;
  line-height: 1.5;
}
.newsArea .newsTopBox .Txt .text.ellipsis {
  height: 80px;
  overflow: hidden;
}
.newsArea .newsBox {
  width: 70%;
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    width: 100%;
  }
}
.newsArea .newsBox .slick-list {
  padding: 10px 0;    margin-top: 10px;
}
.newsArea .newsBox .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.newsArea .newsBox .newsItem {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.newsArea .newsBox .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #004998;
  position: absolute;
  right: 0;
  bottom: -1px;

}
@media (min-width: 1201px) {
  .newsArea .newsBox .newsItem:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .newsArea .newsBox .newsItem:hover .Img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .newsArea .newsBox .newsItem:hover .title a {
    color: #004998;
  }
  .newsArea .newsBox .newsItem:hover .plusArrow {
    border-color: #004998;
    background-color: #004998;
  }
  .newsArea .newsBox .newsItem:hover .plusArrow i {
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .newsItem {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .newsArea .newsBox .newsItem {
    padding: 15px 0;
  }
}
.newsArea .newsBox .item {
  position: relative;
  cursor: pointer;
}
.newsArea .newsBox .Img {
  width: 320px;
  display: block;
  position: absolute;
  right: 200px;
  top: -60px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
}
.newsArea .newsBox .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .newsArea .newsBox .Img {
    display: none;
  }
}
.newsArea .newsBox .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .newsBox .newsInfoBox {
  border-right: 1px solid #ccc;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
}
.newsArea .newsBox .newsInfoBox .dateBox {
  text-align: center;
}
.newsArea .newsBox .newsInfoBox .dateBox .date {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  color: #6db327;
}
.newsArea .newsBox .newsInfoBox .dateBox .year {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.newsArea .newsBox .newsInfoBox .classTitle {
  color: #3e3e3e;
  font-size: 15px;
  text-align: center;
}
.newsArea .newsBox .textBox {
  height: 110px;
  width: calc(100% - 100px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
}
.newsArea .newsBox .textBox .title {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.newsArea .newsBox .textBox .text {
  color: #3e3e3e;
  font-size: 17px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsArea .btnBox.mb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1181px) {
  .newsArea .btnBox.mb {
    display: none;
  }
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.newsArea .arrowBox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1180px) {
  .newsArea .arrowBox {
    display: none;
  }
}

.contactArea {
  width: 100%;
  position: relative;
}
.contactArea .wrap {
  max-width: 100%;
  padding: 0;
}
.contactArea .contactBox {
  width: 100%;
  position: relative;
}
.contactArea .contactBox .Img {
  width: 100%;
  height: 565px;
  overflow: hidden;
  border-radius: 0 90px 0 0px;
}
@media (max-width: 640px) {
  .contactArea .contactBox .Img {
    height: 640px;
  }
}
.contactArea .contactBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
  border-radius: 0 90px 0 0px;
}
.contactArea .contactBox .Txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .contactArea .contactBox .Txt {
    padding: 20px;
  }
}
.contactArea .contactBox .textBox {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
.contactArea .contactBox .titleHomeBox .subtitle {
  text-transform: uppercase;
}
.contactArea .contactBox .titleHomeBox .text {
  font-size: 17px;
}
/*# sourceMappingURL=home.css.map */