.newsArea .progressBox .arrowBox .arrow, .newsArea .rightBox .newsInfoBox .plusArrow, .newsArea .rightBox .newsInfoBox .dateBox .date, .newsArea .rightBox .newsItem, .productsArea .progressBox .arrowBox .arrow, .productsArea .productsItem .btnBox.line_style .btn:after, .productsArea .productsItem .Txt h3 a, .productsArea .productsItem .Img, .productsArea .productsItem .item:before, .productsArea .productsItem .item, .productsArea .productsItem, .linkArea .linkList .Img img, .linkArea .linkList .Img::after, .linkArea .linkList .Img::before, .bannerArea .slick-dots li, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li a i, .bannerArea .socialBox .socialList li a, .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: #105188;
  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: #a4d1f8;
  }
  .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 .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1490px;
  padding-left: 25px;
  padding-right: 25px;
}
.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;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
  width: 50%;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 40px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 40px;
  opacity: 0;
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 660px) {
  .bannerArea .bannerItem .Txt .text {
    display: none;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  padding-top: 30px;
}
.bannerArea .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%);
}
.bannerArea .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;
}
.bannerArea .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;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 85px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  bottom: 10%;
  right: 11%;
  z-index: 2;
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bannerArea .socialBox .socialList li a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 8.5px;
}
.bannerArea .socialBox .socialList li a:hover {
  border-color: #105188;
}
.bannerArea .socialBox .socialList li a:hover i {
  color: #105188;
}
.bannerArea .socialBox .socialList li a i {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
}
.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: #105188;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #105188;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.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;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #105188;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .dotArea {
  position: absolute;
  max-width: 1490px;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  padding: 0 25px;
}
.bannerArea .slick-dots {
  bottom: 10%;
  text-align: left;
  z-index: 99;
}
.bannerArea .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 10px;
  pointer-events: fill;
}
.bannerArea .slick-dots li.slick-active {
  width: 30px;
  border-radius: 5px;
}
.bannerArea .slick-dots li button {
  display: none;
}
.bannerArea .slick-dots li button:before {
  display: none;
}

.aboutArea {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-X: clip;
  z-index: 10;
}
@media (max-width: 960px) {
  .aboutArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@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 .Img {
  max-width: 530px;
  width: 100%;
  margin-right: 80px;
  border-radius: 7px;
  right: 12%;
  z-index: 9;
  position: absolute;
  overflow: hidden;
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1440px) {
  .aboutArea .Img {
    max-width: 430px;
  }
}
@media (max-width: 1080px) {
  .aboutArea .Img {
    max-width: 330px;
  }
}
@media (max-width: 960px) {
  .aboutArea .Img {
    display: none;
  }
}
.aboutArea .Img_01 {
  position: absolute;
  left: 44%;
  top: 44%;
  border-radius: 7px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .aboutArea .Img_01 {
    display: none;
  }
}
.aboutArea .Img_01 img {
  max-width: 100%;
  display: block;
}
.aboutArea .Img_02 {
  position: absolute;
  border-radius: 7px;
  overflow: hidden;
  right: -7%;
  top: 10%;
}
@media (max-width: 960px) {
  .aboutArea .Img_02 {
    display: none;
  }
}
.aboutArea .Img_02 img {
  max-width: 100%;
  display: block;
}
.aboutArea .Txt {
  width: 39%;
  margin-bottom: 40px;
}
.aboutArea .Txt .titleBox {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.aboutArea .Txt h1 {
  color: #105188;
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .aboutArea .Txt h1 {
    font-size: 35px;
  }
}
.aboutArea .Txt em {
  color: #1d1d1d;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-top: 20px;
}
.aboutArea .Txt p {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .aboutArea .Txt .btnBox .btn {
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt {
    width: 100%;
    max-width: 680px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .btnBox {
    margin-top: 20px;
  }
}

.linkArea {
  padding-top: 130px;
  padding-bottom: 137px;
  background-color: #f2f2f2;
}
@media (max-width: 960px) {
  .linkArea {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.linkArea .slick-slider .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
.linkArea .linkList .item {
  position: relative;
  padding: 0 30px;
}
.linkArea .linkList .item:hover .Img::before {
  background-image: url(../images/line_border_b.png);
  background-size: cover;
}
.linkArea .linkList .item:hover .Img::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.linkArea .linkList .Img {
  width: 97px;
  height: 97px;
  overflow: hidden;
  position: relative;
}
.linkArea .linkList .Img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/line_border.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.linkArea .linkList .Img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #dadada;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 550px) {
  .linkArea .linkList .Img {
    margin: 0 auto;
  }
}
.linkArea .linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkArea .linkList .Img .line {
  position: absolute;
}
.linkArea .linkList .Txt {
  width: 100%;
  text-align: left;
}
.linkArea .linkList .Txt .title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 20px;
}
@media (max-width: 550px) {
  .linkArea .linkList .Txt .title {
    text-align: center;
  }
}
.linkArea .linkList .Txt p {
  color: #6b6b6b;
}

.productsArea {
  padding-top: 150px;
  padding-bottom: 115px;
  position: relative;
}
@media (max-width: 960px) {
  .productsArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.productsArea:before {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: url(../images/product_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
  right: 0;
  top: 0;
}
.productsArea .titleBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.productsArea .titleBox .titleTw {
  color: #105188;
}
.productsArea .titleBox .left {
  width: 50%;
}
.productsArea .titleBox .btnBox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.productsArea .slick-list {
  padding: 40px 0 !important;
}
.productsArea .productsItem {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.productsArea .productsItem:hover {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.productsArea .productsItem:hover .item {
  -webkit-box-shadow: 0px 13px 12px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 13px 12px 6px rgba(0, 0, 0, 0.12);
}
.productsArea .productsItem:hover .item::before {
  opacity: 1;
}
.productsArea .productsItem:hover .Txt a {
  color: #fff;
}
.productsArea .productsItem:hover .Img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.productsArea .productsItem:hover .btnBox a.btn {
  color: #fff;
}
.productsArea .productsItem:hover .btnBox a.btn:after {
  width: 60%;
}
.productsArea .productsItem .item {
  background-color: #f2f2f2;
  padding: 35px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.productsArea .productsItem .item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/item_bg.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.productsArea .productsItem .item .bg_title {
  position: absolute;
  font-size: 150px;
  z-index: 1;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #e6e6e6;
  width: 100%;
  text-align: center;
  overflow: hidden;
  pointer-events: none;
}
.productsArea .productsItem .Img {
  width: 100%;
  text-align: center;
  z-index: 2;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.productsArea .productsItem .Img img {
  margin: 0 auto;
}
.productsArea .productsItem .Txt {
  position: relative;
  z-index: 3;
}
.productsArea .productsItem .Txt h3 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1d1d1d;
  line-height: 1;
}
.productsArea .productsItem .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productsArea .productsItem .btnBox.line_style {
  text-transform: uppercase;
}
.productsArea .productsItem .btnBox.line_style .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  position: relative;
}
.productsArea .productsItem .btnBox.line_style .btn:before, .productsArea .productsItem .btnBox.line_style .btn:after {
  content: "";
  width: 60%;
  height: 1px;
  display: block;
  position: absolute;
  z-index: 1;
  margin-left: 100px;
}
.productsArea .productsItem .btnBox.line_style .btn:before {
  background-color: #d5d5d5;
}
.productsArea .productsItem .btnBox.line_style .btn:after {
  width: 10%;
  background-color: #105188;
  z-index: 3;
}
.productsArea .productsItem .btnBox.line_style span.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.productsArea .progressBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.productsArea .progressBox .line {
  width: calc(100% - 100px);
  height: 1px;
  background-color: #ccc;
  position: relative;
}
.productsArea .progressBox .line .progressBar {
  height: 1px;
  background-color: #105188;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.productsArea .progressBox .arrowBox {
  width: 100px;
  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;
  padding: 0 10px;
}
.productsArea .progressBox .arrowBox .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #105188;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.productsArea .progressBox .arrowBox .arrow.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.productsArea .progressBox .arrowBox .arrow:hover {
  background-color: #105188;
  color: #fff;
  background-image: url(../images/arrow_w.png);
}

.newsArea {
  padding-top: 300px;
  padding-bottom: 130px;
  background-color: #f2f2f2;
  position: relative;
}
@media (max-width: 1180px) {
  .newsArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.newsArea::before {
  content: "CHOSEN NEWS";
  font-size: 270px;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  overflow: hidden;
  width: 100%;
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.newsArea .leftBox {
  position: absolute;
  width: 65%;
  left: -14%;
}
@media (max-width: 1180px) {
  .newsArea .leftBox {
    display: none;
  }
}
.newsArea .leftBox .newsPicList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.newsArea .leftBox .Img {
  width: 380px;
  margin: 0 15px;
  overflow: hidden;
}
.newsArea .leftBox .Img img {
  max-width: 100%;
  border-radius: 7px;
}
.newsArea .leftBox .Img:nth-child(2) {
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
}
.newsArea .leftBox .Img:nth-child(1) {
  width: 270px;
  -webkit-transform: translateY(130px);
          transform: translateY(130px);
}
.newsArea .rightBox {
  width: 50%;
}
@media (max-width: 1180px) {
  .newsArea .rightBox {
    width: 100%;
  }
}
.newsArea .rightBox {
  padding-left: 80px;
}
@media (max-width: 1600px) {
  .newsArea .rightBox {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  .newsArea .rightBox {
    padding-left: 0px;
  }
}
.newsArea .rightBox .titleBox {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  border-bottom: 1px solid #105188;
  padding-bottom: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media (max-width: 1600px) {
  .newsArea .rightBox .titleBox {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .newsArea .rightBox .titleBox {
    padding-left: 0;
  }
}
.newsArea .rightBox .titleBox .titleTw {
  width: 50%;
  text-align: left;
}
.newsArea .rightBox .titleBox .btnBox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.newsArea .rightBox .titleBox h3 {
  color: #105188;
}
.newsArea .rightBox .newsBox {
  position: relative;
  width: 80%;
}
@media (max-width: 1600px) {
  .newsArea .rightBox .newsBox {
    width: 100%;
  }
}
.newsArea .rightBox .slick-list {
  padding: 0px 0;
}
@media (max-width: 1023px) {
  .newsArea .rightBox .slick-list {
    padding: 0;
  }
}
.newsArea .rightBox .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .rightBox .newsItem {
  position: relative;
  border-radius: 7px;
  border: 1px solid transparent;
  padding: 10px 0;
}
@media (min-width: 1201px) {
  .newsArea .rightBox .newsItem:hover {
    border: 1px solid #105188;
    background-color: #fff;
  }
  .newsArea .rightBox .newsItem:hover .Img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .newsArea .rightBox .newsItem:hover .title {
    color: #105188;
  }
  .newsArea .rightBox .newsItem:hover .date {
    color: #105188 !important;
  }
}
@media (max-width: 1023px) {
  .newsArea .rightBox .newsItem {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .newsArea .rightBox .newsItem {
    padding: 15px 0;
  }
}
.newsArea .rightBox .item {
  position: relative;
  cursor: pointer;
}
.newsArea .rightBox .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 .rightBox .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .newsArea .rightBox .Img {
    display: none;
  }
}
.newsArea .rightBox .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 480px) {
  .newsArea .rightBox .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsArea .rightBox .newsInfoBox {
  padding: 0 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.newsArea .rightBox .newsInfoBox .dateBox {
  text-align: center;
}
.newsArea .rightBox .newsInfoBox .dateBox .date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #999999;
}
@media (max-width: 1023px) {
  .newsArea .rightBox .newsInfoBox {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .newsArea .rightBox .newsInfoBox {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .newsArea .rightBox .newsInfoBox {
    width: 100%;
    border: none;
    padding: 0 10px 5px;
  }
  .newsArea .rightBox .newsInfoBox .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .newsArea .rightBox .newsInfoBox .dateBox .date {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 500;
  }
  .newsArea .rightBox .newsInfoBox .dateBox .date::before {
    content: ".";
  }
  .newsArea .rightBox .newsInfoBox .dateBox .year {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
  }
}
.newsArea .rightBox .newsInfoBox .plusArrow {
  position: absolute;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  right: -10px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1023px) {
  .newsArea .rightBox .newsInfoBox .plusArrow {
    display: none;
  }
}
.newsArea .rightBox .textBox {
  height: 110px;
  width: 100%;
  -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;
}
@media (max-width: 1023px) {
  .newsArea .rightBox .textBox {
    height: 100px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .newsArea .rightBox .textBox {
    height: 95px;
    padding: 0 0px 0 20px;
  }
}
@media (max-width: 480px) {
  .newsArea .rightBox .textBox {
    height: 90px;
    padding: 0 10px;
  }
}
.newsArea .rightBox .textBox .classTitle {
  min-width: 86px;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #105188;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .newsArea .rightBox .textBox .classTitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .newsArea .rightBox .textBox .classTitle {
    margin-bottom: 0px;
  }
}
.newsArea .rightBox .textBox .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-right: 100px;
  color: #666666;
}
.newsArea .rightBox .textBox .title.ellipsis {
  height: 45px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .newsArea .rightBox .textBox .title {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .newsArea .rightBox .textBox .title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .newsArea .rightBox .textBox .title.ellipsis {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .newsArea .rightBox .textBox .title {
    font-size: 20px;
  }
  .newsArea .rightBox .textBox .title.ellipsis {
    height: 36px;
  }
}
.newsArea .rightBox .textBox .text {
  width: 90%;
  color: #6b6b6b;
  font-size: 15px;
  line-height: 1.5;
}
.newsArea .rightBox .textBox .text.ellipsis {
  height: 45px;
  overflow: hidden;
}
.newsArea .rightBox .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.newsArea .progressBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin-top: 45px;
  position: relative;
}
@media (max-width: 1600px) {
  .newsArea .progressBox {
    width: 100%;
  }
}
.newsArea .progressBox .line {
  width: calc(100% - 100px);
  height: 1px;
  background-color: #ccc;
  position: relative;
}
.newsArea .progressBox .line .progressBar {
  height: 1px;
  background-color: #105188;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.newsArea .progressBox .arrowBox {
  width: 100px;
  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;
  padding: 0 10px;
}
.newsArea .progressBox .arrowBox .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #105188;
  background-color: transparent;
  border-radius: 50%;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.newsArea .progressBox .arrowBox .arrow.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.newsArea .progressBox .arrowBox .arrow:hover {
  background-color: #105188;
  color: #fff;
  background-image: url(../images/arrow_w.png);
}