@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+TC:wght@400;500&family=Poppins:wght@400;600&display=swap");
.recommendArea .recommendList li .item .Txt .blockquote, .serviceArea .serviceList li, .closeVideoBtn, .bannerVideoBox.show, .bannerVideoBox {
  transition: all 0.5s;
}

.pc {display: block;}
.mo {display: none;}

@media (max-width: 768px) {
  .pc {display: none;}
.mo {display: block;}
}

.bannerArea .slick-active .subTitle,
.bannerArea .slick-active .title,
.bannerArea .slick-active .titleDec,
.bannerArea .slick-active .btnBox {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}


.recommendControl .recommend_arrow li, .newsArea .news_arrow li {
  display: inline-block;
  width: 35px;
  text-align: center;
  cursor: pointer;
}
.recommendControl .recommend_arrow li:before, .newsArea .news_arrow li:before {
  color: #ffffff;
  font-size: 20px;
  font-family: "FontAwesome";
}
.recommendControl .recommend_arrow li.prev:before, .newsArea .news_arrow li.prev:before {
  content: "";
}
.recommendControl .recommend_arrow li.next:before, .newsArea .news_arrow li.next:before {
  content: "";
}

.loadingArea .loadLogo, .loadingArea .dot {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
  text-align: center;
}

.loadingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}
.loadingArea .dot {
  margin: 5px;
}
.loadingArea .dot .group {
  display: block;
}
.loadingArea .dot span {
  width: 12px;
  height: 12px;
  background-color: #ed760e;
  display: inline-block;
  margin: 5px;
  animation: somethingShow 0.8s linear forwards, dotclose 2s ease-in-out forwards;
  opacity: 0;
}
.loadingArea .dot span.dot1 {
  animation-delay: 0.1s, 1s;
}
.loadingArea .dot span.dot2 {
  animation-delay: 0.2s, 1.1s;
}
.loadingArea .dot span.dot3 {
  animation-delay: 0.3s, 1.2s;
}
.loadingArea .dot span.dot4 {
  animation-delay: 0.4s, 1.3s;
}
.loadingArea .dot span.dot5 {
  animation-delay: 0.5s, 1.4s;
}
.loadingArea .dot span.dot6 {
  animation-delay: 0.6s, 1.5s;
}
.loadingArea:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.loadingArea .loadLogo {
  opacity: 0;
  animation: somethingShow 2s 3s forwards, logoFadeOut 2s 5s forwards;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show:after {
  animation: logoFadeOut 1.5s 5s;
}

@keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes somethingShow {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dotclose {
  100% {
    transform: translate(0, 0);
    opacity: 0;
    transform: scale(0);
  }
}
.titleBox h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1.4px;
}
.titleBox em:before {
  content: "";
  width: 40px;
  height: 1px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  background-color: #4194b2;
}
@media (max-width: 768px) {
  .titleBox h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .titleBox em {
    font-size: 13px;
  }
  .titleBox .bgTxt {
    display: none;
  }
}

.bannerArea #banner {
  margin-bottom: 0;
}
.bannerArea .slick-active .subTitle {
  animation-delay: 0.2s;
}
.bannerArea .slick-active .title {
  animation-delay: 0.5s;
}
.bannerArea .slick-active .titleDec {
  animation-delay: 0.8s;
}
.bannerArea .slick-active .btnBox {
  animation-delay: 1.1s;
}
.bannerArea .innerBox {
  position: absolute;
  top: 25%;
  left: 14%;
  max-width: 490px;
  width: 100%;
  z-index: 5;
}

.bannerArea .innerBox .bannerTxt {
  text-shadow: 2px 2px #000000;
}

.bannerArea .innerBox .bannerTxt .subTitle {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 2.55px;
  margin-bottom: 15px;
}
.bannerArea .innerBox .bannerTxt .title {
  color: #fff337;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}
.bannerArea .innerBox .bannerTxt .titleDec {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.525px;
  margin-top: 35px;
  padding-left: 30px;
  position: relative;
}
.bannerArea .innerBox .bannerTxt .titleDec:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  width: 15px;
  height: 1px;
  display: block;
  background-color: #fff;
}
.bannerArea .innerBox .btnBox {
  padding-top: 50px;
  padding-bottom: 0;
}
.bannerArea .innerBox .btnBox a {
  text-align: center;
}
.bannerArea .innerBox .btnBox a:hover {
  color: #ffffff;
  background-color: #4194b2;
}
.bannerArea .innerBox .btnBox a:nth-child(1) {
  margin-right: 12px;
}
.bannerArea .bannerControl {
  position: absolute;
  left: 100px;
  bottom: 43px;
  display: flex;
  align-items: center;
}
.bannerArea .bannerControl .banner_arrow li {
  display: inline-block;
  width: 35px;
  text-align: center;
  cursor: pointer;
}
.bannerArea .bannerControl .banner_arrow li:before {
  color: #ffffff;
  font-size: 20px;
  font-family: "FontAwesome";
}
.bannerArea .bannerControl .banner_arrow li.prev:before {
  content: "";
}
.bannerArea .bannerControl .banner_arrow li.next:before {
  content: "";
}
@media (max-width: 1200px) {
  .bannerArea .innerBox {
    top: 16%;
  }
  .bannerArea .innerBox .bannerTxt .subTitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .bannerArea .innerBox .bannerTxt .title {
    font-size: 50px;
  }
  .bannerArea .innerBox .bannerTxt .titleDec {
    font-size: 13px;
    margin-top: 20px;
  }
  .bannerArea .innerBox .btnBox {
    padding-top: 25px;
  }
}
@media (max-width: 992px) {
  .bannerArea .innerBox {
    top: 50px;
    left: 50px;
  }
  .bannerArea .innerBox .bannerTxt .titleDec {
    display: none;
  }
  .bannerArea .bannerControl {
    left: 50px;
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .bannerArea .innerBox {
    top: 30px;
    left: 20px;
    right: 20px;
    width: auto;
  }
  .bannerArea .mo .innerBox {
  top: 25%;
}
  .bannerArea .innerBox .bannerTxt .title {
    font-size: 28px;
  }
  .bannerArea .innerBox .bannerTxt .subTitle {
    margin-bottom: 5px;
  }
  .bannerArea .innerBox .btnBox {
    padding-top: 15px;
  }
  .bannerArea .innerBox .btnBox a {
    max-width: 150px;
  }
  .btn_bk {
    padding: 5px 11px;
  }
  .bannerControl {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .bannerArea .innerBox .bannerTxt .title {
    font-size: 21px;
  }
  .bannerArea .innerBox .btnBox a {
    width: calc(30% - 12px);
  }
  .bannerArea .bannerControl {
    left: 20px;
  }
}

.bannerVideoBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 95;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 99;
}
.bannerVideoBox.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.bannerVideoBox.show .closeVideoBtn {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 1s;
}

.closeVideoBtn {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 76px;
  margin-top: -50px;
  opacity: 0;
  pointer-events: none;
  position: absolute !important;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  border: none;
  outline: none;
  cursor: pointer;
  transition-delay: 1s;
}
.closeVideoBtn:hover {
  background-color: #4194b2;
}
.closeVideoBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
  background-color: #fff;
  transform: rotate(45deg);
}
.closeVideoBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.followUsBox {
  right: 45px;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}

.outerWrap {
  overflow: hidden;
  padding-top: 0;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 70px;
  }
}

.mainArea {
  padding: 0;
}

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

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}
header .inquiryBtn a {
  color: #111111;
  background-color: #ffffff;
}

.newsArea .newsBox {
  max-width: 950px;
  padding: 50px 80px;
  margin: -170px 0 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 10px 23.75px 1.25px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
.newsArea .titleBox {
  margin-bottom: 20px;
}
.newsArea .titleBox h2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}
.newsArea .Txt {
  padding: 0;
}
.newsArea .Txt h3 {
  font-size: 17px;
  font-weight: 400;
  color: #111111;
  margin-bottom: 5px;
}
.newsArea .Txt p {
  color: #626262;
  height: 50px;
  line-height: 25px;
}
.newsArea .Txt .date {
  color: #4194b2;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-top: 20px;
}
.newsArea .news_arrow {
  position: absolute;
  right: 80px;
  bottom: 45px;
}
.newsArea .news_arrow li:before {
  color: #626262;
}
@media (max-width: 1440px) {
  .newsArea .newsBox {
    max-width: 60%;
    padding: 30px 60px;
    margin: -100px 0 0 auto;
  }
}
@media (max-width: 1180px) {
  .newsArea {
    display: none;
  }
}

.productArea {
    padding-top: 110px;
    padding-bottom: 115px;
}
@media (max-width: 1180px) {
  .productArea {
  padding-top: 80px;
  padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .productArea {
  padding-top: 40px;
  padding-bottom: 20px;
  }
}
.productArea .wrap {
  display: flex;
}
.productArea .wrap .left {
  width: 506px;
  padding-right: 103px;
}
.productArea .wrap .right {
  width: calc(100% - 506px);
}
.productArea .titleBox p {
  margin-top: 20px;
}
.productArea .proInfo {
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.productArea .proInfo .title {
  color: #111111;
  font-size: 17px;
  margin-bottom: 30px;
}
.productArea .proInfo .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productArea .proInfo .list li {
  padding-left: 26px;
  padding-bottom: 35px;
  position: relative;
}
.productArea .proInfo .list li .ch {
  color: #4194b2;
  margin-bottom: 3px;
}
.productArea .proInfo .list li .ch:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background-color: #4194b2;
}
.productArea .proInfo .list li .en {
  color: #666667;
  font-size: 14px;
}
.productArea .cocoen-drag {
  background: #4194b2;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 114%;
}
.productArea .cocoen-drag:before {
  content: "";
  width: 129px;
  height: 129px;
  background-image: url(../images/arrow02.png);
  background-repeat: no-repeat;
  left: -64.5px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.productArea .compare_txt {
  color: #111111;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  letter-spacing: 1.125px;
}
@media (max-width: 1400px) {
  .productArea .wrap .left {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .productArea .wrap {
    display: block;
  }
  .productArea .wrap .left {
    padding-right: 0;
  }
  .productArea .wrap .right {
    padding-bottom: 30px;
  }
  .productArea .wrap .left,
.productArea .wrap .right {
    width: 100%;
  }
  .productArea .cocoen-drag {
    height: 100%;
    background: transparent;
  }
}
@media (max-width: 768px) {
  .productArea .cocoen-drag:before {
    left: -39.5px;
    width: 79px;
    height: 79px;
    background-size: contain;
  }
  .productArea .proInfo .list li {
  padding-bottom: 15px;
}
}

.aboutArea {
  position: relative;
}
@media (min-width: 1180px) {
  .aboutArea {
    padding-top: 110px;
  }
}
.aboutArea .about_bg {
  position: relative;
  width: 100%;
  height: 800px;
  line-height: 0;
  background: #3e9ad8;
  background: -webkit-gradient(left top, right top, color-stop(0%, #3e9ad8), color-stop(100%, #308ac7));
  background: linear-gradient(to right, #3e9ad8 0%, #308ac7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3e9ad8", endColorstr="#308ac7", GradientType=1 );
}
.aboutArea .about_bg:before {
  content: "";
  background-image: url(../images/grid.png);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.35;
}
.aboutArea .about_bg img {
  position: relative;
  z-index: 2;
  margin-top: -120px;
}
.aboutArea .aboutBox {
  display: flex;
  max-width: 1464px;
  margin-right: 0;
  margin-left: auto;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: 3;
  padding: 80px 150px 80px 120px;
}
.aboutArea .aboutBox .left {
  width: 590px;
  padding-right: 80px;
}
.aboutArea .aboutBox .right {
  width: calc(100% - 590px);
}
.aboutArea .abList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aboutArea .abList li {
  width: 100%;
  min-width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
}
.aboutArea .abList li .item {
  text-align: center;
}
.aboutArea .abList li .item .Img {
  margin-bottom: 5px;
}
.aboutArea .abList li .item .Img a {
  display: block;
}
.aboutArea .abList li .item h3 {
  font-weight: 400;
  letter-spacing: 0.525px;
}
.aboutArea .abList li .item .ellipsis {
  height: 25px;
  color: #999;
  font-size: 13px;
}
.aboutArea .btnBox {
  padding-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 1500px) {
  .aboutArea .about_bg img {
    max-width: 96%;
  }
  .aboutArea .aboutBox {
    width: 96%;
  }
}
@media (max-width: 1440px) {
  .aboutArea .aboutBox {
    padding: 60px;
  }
  .aboutArea .aboutBox .left {
    padding-right: 50px;
  }
  .aboutArea .aboutBox .left,
.aboutArea .aboutBox .right {
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .about_bg {
    background: none;
    height: auto;
  }
  .aboutArea .about_bg:before {
    display: none;
  }
  .aboutArea .about_bg img {
    margin-top: 0;
  }
  .aboutArea .aboutBox {
    position: relative;
    top: -80px;
    bottom: 0;
    padding: 45px 40px;
  }
  .aboutArea .aboutBox .left {
    padding-right: 0;
  }
  .aboutArea .abList li {
    min-width: 160px;
    max-width: none;
    width: auto;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox {
    display: block;
  }
  .aboutArea .aboutBox .left,
.aboutArea .aboutBox .right {
    width: 100%;
  }
  .aboutArea .aboutBox .abList {
    justify-content: space-between;
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox {
    padding: 30px 25px;
  }
  .aboutArea .aboutBox .abList li {
    min-width: auto;
    width: 50%;
  }
}

.serviceArea {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1180px) {
  .serviceArea {
    padding-top: 160px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1180px) {
  .serviceArea .ser_bg {
    width: 100%;
    height: 368px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/sbg.png");
    background-size: 100%;
    background-repeat: repeat;
    background-position: 0 100%;
    animation: move 80s infinite linear, wave 25s infinite linear;
    position: absolute;
    opacity: 0.3;
  }
}
@keyframes move {
  0% {
    background-position-x: 0;
    opacity: 0.3;
  }
  50% {
    opacity: 0;
  }
  100% {
    background-position-x: -3000px;
    opacity: 0.6;
  }
}
@keyframes wave {
  0% {
    transform: rotateX(0);
  }
  20% {
    transform: rotateX(180deg);
  }
  40% {
    transform: rotateX(360deg);
  }
  60% {
    transform: rotateX(0);
  }
  80% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(-360deg);
  }
}
.serviceArea .titleBox {
  text-align: center;
  margin-bottom: 70px;
}
.serviceArea .titleBox em:before {
  display: none;
}
.serviceArea .serviceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.serviceArea .serviceList li {
  opacity: 0.8;
  margin-bottom: 20px;
  display: table;
}
.serviceArea .serviceList li .serBox {
  display: table-cell;
}
.serviceArea .serviceList li:after {
  content: "";
  background-image: url(../images/arrow01.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 12px;
  display: block;
  margin: 0 50px;
}
.serviceArea .serviceList li .Img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /*border: 2px solid #335ea8;
  background-color: #ffffff;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.serviceArea .serviceList li .Txt {
  color: #000000;
  font-size: 17px;
  text-align: center;
}
.serviceArea .serviceList li:hover {
  opacity: 1;
}
.serviceArea .serviceList li:last-child:after {
  display: none;
}
@media (max-width: 992px) {
  .serviceArea .serviceList li {
    opacity: 0.7;
    margin-bottom: 30px;
  }
  .serviceArea .serviceList li:after {
    margin: 0 30px;
  }
}
@media (max-width: 556px) {
  .serviceArea .serviceList li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .serviceArea .serviceList li .Img {
    margin: 0 auto 20px;
  }
  .serviceArea .serviceList li:after {
    position: absolute;
    top: 45px;
    right: -9.5px;
    margin: 0;
  }
  .serviceArea .serviceList li:nth-child(odd):after {
    display: none;
  }
}
.recommendArea {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 1180px) {
  .recommendArea {
    padding-bottom: 170px;
  }
}
.recommendArea:before {
  position: absolute;
  content: "";
  background-color: #fff;
  background-image: url("../images/bg02.jpg");
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.recommendArea .wrap {
  width: 1633px;
  max-width: calc(100% - 50px);
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.recommendArea .recommendBox {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1661px) {
  .recommendArea .recommendBox {
    width: 107vw;
    max-width: none;
  }
}
@media (min-width: 1441px) {
  .recommendArea .btnBox {
    position: absolute;
    right: 16%;
    top: 30px;
    padding: 0;
  }
}
.recommendArea .btnBox a {
  min-width: 190px;
}
@media (max-width: 1440px) {
  .recommendArea .btnBox {
    right: 25px;
  }
}
@media (max-width: 480px) {
  .recommendArea .btnBox {
    margin: 0 auto;
  }
}
.recommendArea .recommendList li {
  /*padding-right: 75px;*/
  padding-left: 10px;
    padding-right: 10px;
}
.recommendArea .recommendList li .item {
  /*display: flex;*/
  display: block;
}
.recommendArea .recommendList li .item .Img {
  /*width: 220px;*/
  width: 100%;
  /*padding-right: 25px;*/
  background-color: #fff;
}
.recommendArea .recommendList li .item .Img img {
  width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
}



.recommendArea .recommendList li .item .Txt {
  /*width: calc(100% - 220px);*/
  width: 100%;
}
.recommendArea .recommendList li .item .Txt a:hover .blockquote {
  color: #4194b2;
}
.recommendArea .recommendList li .item .Txt .blockquote {
  color: #e6e6e6;
  font-size: 90px;
  line-height: 1;
  margin: 15px 0 -30px -55px;
}
.recommendArea .recommendList li .item .Txt p {
  color: #626262;
  font-weight: lighter;
  line-height: 25px;
  height: 50px;
  letter-spacing: 0.525px;
}
.recommendArea .recommendList li .item .Txt h3 {
  color: #111111;
  font-size: 17px;
  font-weight: 400;
  padding-top: 20px;
}
.recommendArea .recommendList li .item .Txt .date {
  color: #4194b2;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding-top: 10px;
}
@media (max-width: 1440px) {
  .recommendArea:before {
    height: 100%;
  }
  .recommendArea .wrap {
    max-width: 100%;
  }
  .recommendArea .recommendList {
    margin: 0 -10px;
  }
  .recommendArea .recommendList li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .recommendArea .recommendList li .item {
    display: block;
  }
  .recommendArea .recommendList li .item .Img,
.recommendArea .recommendList li .item .Txt {
    width: 100%;
  }
  .recommendArea .recommendList li .item .Img {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .recommendArea .recommendList li .item .Img img {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .recommendArea .recommendList li .item .Img img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .recommendArea .recommendBox {
    position: relative;
    padding: 0 10px;
  }
  .recommendArea .recommendList li .item .Img img {
    height: 200px;
  }
}

.recommendControl {
  display: flex;
  align-items: center;
}
.recommendControl .dots {
  color: #000000;
  font-size: 14px;
  letter-spacing: 1.05px;
}
.recommendControl .dots span {
  color: #959595;
}
.recommendControl .slider-progress {
  background: #dadada;
}
.recommendControl .slider-progress .progress {
  width: 0%;
  height: 1px;
  background: #4194b2;
}
.recommendControl .recommend_arrow li:before {
  color: #626262;
}
@media (max-width: 480px) {
  .recommendControl .dots,
.recommendControl .slider-progress {
    display: none;
  }
  .recommendControl .recommend_arrow {
    position: absolute;
    width: 100%;
    top: 15%;
  }
  .recommendControl .recommend_arrow li {
    position: absolute;
    height: 35px;
  }
  .recommendControl .recommend_arrow .recommend_prev {
    left: -20px;
    text-align: left;
  }
  .recommendControl .recommend_arrow .recommend_next {
    right: 0;
    text-align: right;
  }
}

.outerWrap {
opacity: 0;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease;
}
.outerWrap.show {
opacity: 1;
}