@charset "UTF-8";
/* CSS Document */
.mainArea {
  padding: 0;
}

.headerTitle {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.headerTitle:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -17.5px;
  width: 35px;
  height: 1px;
  background: #c1c1c1;
}

.headerTitle b {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #9a9a9a;
  margin-bottom: 8px;
  letter-spacing: .08em;
}

.headerTitle em {
  display: block;
  font-size: 35px;
  color: #2e363a;
  text-transform: uppercase;
}

/*banner*/
.bannerArea .TxtBox {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1160px;
  height: 100%;
}

.bannerArea .Txt01 {
  position: absolute;
  right: 0;
  bottom: 26%;
  width: 530px;
  color: #fff;
}

.bannerArea .Txt01 .top {
  width: 100%;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: .05em;
  text-align: right;
  padding: 0 0 0 120px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.bannerArea .Txt01 .top b {
  font-weight: 500;
}

.bannerArea .Txt01 .mid {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: right;
  letter-spacing: .05em;
  padding-right: 100px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.bannerArea .Txt01 .mid:after {
  content: '';
  position: absolute;
  right: -60px;
  top: 13px;
  width: 150px;
  height: 2px;
  background: #ff6300;
}

.bannerArea .Txt01 .bottom {
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .07em;
  text-align: right;
  margin-bottom: 20px;
}

.bannerArea .Txt01 .bottom:after {
  content: '';
  position: absolute;
  left: 53px;
  top: 13px;
  width: 350px;
  height: 1px;
  background: #ff6300;
}

.bannerArea .Txt01 .bottom b {
  font-weight: 700;
}

.bannerArea .Txt01 .btn {
  text-align: right;
}

.bannerArea .Txt01 .btn a {
  position: relative;
  display: inline-block;
  background: #ff6300;
  color: #fff;
  font-size: 15px;
  letter-spacing: .15em;
  padding: 15px 75px;
  border-radius: 30px;
  box-sizing: border-box;
}

.bannerArea .Txt01 .btn a:before {
  content: '';
  position: absolute;
  right: -18px;
  top: 25px;
  width: 75px;
  height: 1px;
  background: #fff;
}

.bannerArea .Txt01 .btn a:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: -28px;
  top: 17.5px;
  color: #fff;
  font-size: 15px;
}

















.bannerArea .Txt02 {
  position: absolute;
  left: 0px;
  bottom: 26%;
  width: 530px;
  color: #fff;
}

.bannerArea .Txt02 .top {
  width: 100%;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: .05em;
  text-align: right;
  padding: 0 0 0 120px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.bannerArea .Txt02 .top b {
  font-weight: 500;
}

.bannerArea .Txt02 .mid {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: right;
  letter-spacing: .05em;
  padding-right: 100px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.bannerArea .Txt02 .mid:after {
  content: '';
  position: absolute;
  right: -60px;
  top: 13px;
  width: 150px;
  height: 2px;
  background: #ff6300;
}

.bannerArea .Txt02 .bottom {
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .07em;
  text-align: right;
  margin-bottom: 20px;
}

.bannerArea .Txt02 .bottom:after {
  content: '';
  position: absolute;
  left: 53px;
  top: 13px;
  width: 330px;
  height: 1px;
  background: #ff6300;
}

.bannerArea .Txt02 .bottom b {
  font-weight: 700;
}

.bannerArea .Txt02 .btn {
  text-align: right;
}

.bannerArea .Txt02 .btn a {
  position: relative;
  display: inline-block;
  background: #ff6300;
  color: #fff;
  font-size: 15px;
  letter-spacing: .15em;
  padding: 15px 75px;
  border-radius: 30px;
  box-sizing: border-box;
}

.bannerArea .Txt02 .btn a:before {
  content: '';
  position: absolute;
  right: -18px;
  top: 25px;
  width: 75px;
  height: 1px;
  background: #fff;
}

.bannerArea .Txt02 .btn a:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: -28px;
  top: 17.5px;
  color: #fff;
  font-size: 15px;
}








/*solutionArea*/
.solutionArea {
  background: url("../images/solutionBg.jpg") no-repeat center top;
  background-size: cover;
  height: 680px;
}

.solutionArea .wrap {
  position: relative;
}

.solutionArea .leftBox {
  float: left;
  width: 580px;
  height: 680px;
  padding: 100px 50px 140px;
  background: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
}

.solutionArea .TxtBox {
  position: absolute;
  top: 90px;
  left: 640px;
}

.solutionArea .TxtBox h2 {
  text-align: left;
}

.solutionArea .TxtBox h2:after {
  display: none;
}

.solutionArea .TxtBox b {
  color: #2e363a;
}

.solutionArea .TxtBox em {
  letter-spacing: .06em;
}

.solutionArea .TxtBox p {
  color: #2e363a;
  font-size: 15px;
  line-height: 24px;
}

.solutionArea .topList {
  border-bottom: 1px solid #4f4f4f;
  margin-bottom: 45px;
}

.solutionArea .topList .slick-list {
  padding: 0 !important;
}

.solutionArea .topList .slick-track {
  width: 100% !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.solutionArea .topList .slick-current .Icon svg path {
  fill: #cfb094 !important;
}

.solutionArea .topList .slick-current h3, .solutionArea .topList .slick-current p {
  color: #cfb094;
}

.solutionArea .topList li {
  float: left;
  width: 50% !important;
  margin-bottom: 45px;
  cursor: pointer;
}

.solutionArea .topList li.current .Icon svg path {
  fill: #cfb094 !important;
}

.solutionArea .topList li.current h3, .solutionArea .topList li.current p {
  color: #cfb094;
}

.solutionArea .topList li:hover .Icon svg path {
  fill: #cfb094 !important;
}

.solutionArea .topList li:hover h3, .solutionArea .topList li:hover p {
  color: #cfb094;
}

.solutionArea .topList .Icon {
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 9px;
  margin-right: 25px;
}

.solutionArea .topList .Icon svg {
  width: 100%;
  height: 100%;
}

.solutionArea .topList .Icon svg path {
  fill: #fff !important;
  transition: all .5s;
}

.solutionArea .topList .Txt {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}

.solutionArea .topList h3 {
  font-size: 20px;
  font-weight: normal;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 100;
  color: #fff;
  transition: all .5s;
}

.solutionArea .topList p {
  font-size: 14px;
  color: #d8d8d8;
  transition: all .5s;
}

.solutionArea .bottomList {
  position: relative;
}

.solutionArea .bottomList li {
  transition: all .6s;
}

.solutionArea .bottomList li.current {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.solutionArea .bottomList .Txt h3 {
  font-size: 13px;
  color: #fff;
  letter-spacing: .05em;
  margin-bottom: 15px;
}

.solutionArea .bottomList .Txt b {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.solutionArea .bottomList .Txt em {
  font-size: 15px;
}

.solutionArea .bottomList .Txt p {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: .05em;
  height: 150px;
}

/*numberArea*/
.numberArea {
  padding: 50px 0 35px;
  box-sizing: border-box;
}

.numberArea li {
  float: left;
  position: relative;
  text-align: center;
  width: calc(100% / 4);
  letter-spacing: .05em;
  padding: 0 12px;
  box-sizing: border-box;
}

.numberArea li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 75px;
  background: #f0f0f0;
}

.numberArea li:last-child:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 75px;
  background: #f0f0f0;
}

.numberArea li .numberCount {
  font-weight: 100;
  font-size: 52px;
  color: #494848;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url("../images/numLine.jpg") no-repeat center bottom;
}

.numberArea li .Txt {
  font-size: 15px;
  color: #494848;
}

.numTxt{
    text-align: center;
    margin-top: 25px;
    letter-spacing: .1em;
    color: #494848;
}

/*brandArea*/
.brandArea {
  position: relative;
}

.brandArea:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.brandArea .headerTitle {
  text-align: left;
}

.brandArea .headerTitle:after {
  left: 0;
  margin-left: 0;
}

.brandArea .headerTitle b, .brandArea .headerTitle em {
  color: #fff;
}

.brandArea .playerBox {
  position: relative;
  width: 100%;
  height: 480px;
  background: url("../images/brandBg.jpg") no-repeat;
  background-size: cover;
}
.brandArea .playerclassBox {
  position: relative;
  width: 100%;
  height: 480px;
  background: url("../images/classBg.jpg") no-repeat;
  background-size: cover;
}

.brandArea .wrap {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1160px;
  height: 100%;
}

.brandArea .TxtBox {
  position: absolute;
  left: 50px;
  top: 150px;
}

.brandArea .TxtBox p {
  color: #fff;
  font-size:16px;
  font-weight: 100;
  letter-spacing: .35em;
}

.brandArea .TxtBox .btn {
  margin-top: 40px;
}

.brandArea .TxtBox .btn a:hover {
  background: #cfb094;
  color: #fff;
}

.brandArea .TxtBox .btn a:hover i path {
  fill: #fff !important;
}
.headerTitle .font14{ font-size:14px;}
.font18{ font-size:18px;}

/*關於我們*/
.aboutArea {
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
}

.aboutArea h2 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
}

.aboutArea .Img {
  margin-bottom: 15px;
}

.aboutArea .Txt {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}

.aboutArea .btn {
  margin-top: 10px;
  text-align: center;
}

.aboutArea .btn a {
  display: inline-block;
  padding: 7px 15px;
  color: 666;
  border: 1px solid #CCC;
}

/*地圖*/
.mapArea {
  padding: 40px 0;
}

#gmap_s {
  width: 100%;
  height: 300px;
}

/*推薦商品/房型*/
.featureArea {
  padding: 40px 0;
}

.featureArea ul {
  margin: 0 -15px;
}

.featureArea ul li {
  padding: 0 15px;
}

.featureArea ul li .Img {
  position: relative;
  overflow: hidden;
}

.featureArea ul li .Img a {
  display: block;
}

.featureArea ul li .Img img {
  display: block;
  width: 100%;
}

.featureArea ul li .Txt {
  padding: 15px;
  text-align: center;
  background: #FFF;
}

.featureArea ul li .Txt h3 {
  font-size: 20px;
}

.featureArea ul li .Txt h3 strong {
  font-weight: normal;
}

.featureArea ul li .Txt h3 strong a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.featureArea ul li .Txt h3 strong a:hover {
  color: #da2441;
}

.featureArea ul li .Txt .price {
  margin-top: 10px;
}

.featureArea ul li .Txt .price strong {
  display: inline-block;
  margin: 0 5px;
}

.featureArea ul li .Txt .price strong.normal {
  text-decoration: line-through;
}

.featureArea ul li .Txt .price strong.discount b {
  font-size: 18px;
  font-style: italic;
  color: #DB3336;
}

.featureArea ul li .Txt p {
  margin-top: 10px;
  font-size: 13px;
  color: #524846;
  line-height: 1.8;
  height: 50px;
}

/**最新消息**/
.newsArea {
  padding: 30px 0;
}

.newsArea .headerTitle em {
  letter-spacing: .06em;
}

.newsArea .catalogBox {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0 40px;
}

.newsArea .catalogBox li {
  display: inline-block;
  margin: 0 8px;
}

.newsArea .catalogBox li a {
  display: block;
  border: 1px solid #cccccc;
  padding: 10px 36px;
  box-sizing: border-box;
  font-size: 13px;
  color: #2e363a;
  letter-spacing: .03em;
}

.newsArea .catalogBox li a:hover, .newsArea .catalogBox li a.current {
  background: #2e363a;
  color: #fff;
  border-color: #2e363a;
}

.newsArea .newsBox {
  float: left;
  width: 390px;
  border-right: 1px solid #e1e1e1;
  padding: 10px 41px 0 36px;
  box-sizing: border-box;
}

.newsArea .newsBox ul {
  display: none;
}

.newsArea .newsBox ul li {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.newsArea .newsBox ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.newsArea .newsBox .date {
  color: #cfb094;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: .04em;
  margin-bottom: 10px;
}

.newsArea .newsBox h3 {
  display: block;
  margin-bottom: 10px;
  max-height: 56px;
  font-size: 18px;
  font-weight: normal;
  color: #2e363a;
  line-height: 28px;
  letter-spacing: .06em;
  transition: all .5s;
}

.newsArea .newsBox h3:hover {
  color: #cfb094;
}

.newsArea .newsBox p {
  display: block;
  font-size: 13px;
  color: #747474;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: .05em;
}

.newsArea .linkBox {
  float: left;
  position: relative;
  width: calc(100% - 390px);
}

.newsArea .linkBox .Img {
  position: relative;
  width: 100%;
  height: 480px;
  background: #000;
  overflow: hidden;
}

.newsArea .linkBox .Img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.newsArea .linkBox .Txt {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(36, 43, 46, 0.94);
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
}

.newsArea .linkBox h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.newsArea .linkBox h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #cfb094;
}

.newsArea .linkBox h3 a {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .05em;
}

.newsArea .linkBox h3 a:hover {
  text-decoration: underline;
}

.newsArea .linkBox p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

/*圖文外連*/
.linkArea {
  padding: 60px 0;
}

.linkArea .headerTitle {
  margin-bottom: 40px;
}

.linkArea .headerTitle em {
  letter-spacing: .2em;
}

.linkArea .wrap {
  width: 100%;
}

.linkArea ul {
  position: relative;
}

.linkArea ul:before, .linkArea ul:after {
  content: '';
  position: absolute;
  z-index: 99;
  top: 0;
  width: calc((100% - 1160px) / 2);
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
}

.linkArea ul:before {
  left: 0;
}

.linkArea ul:after {
  right: 0;
}

.linkArea li {
  position: relative;
  background: #f8f8f8;
  max-width: 1160px;
  width: 100%;
}

.linkArea li:focus {
  outline: none;
}

.linkArea .Img {
  float: left;
  position: relative;
  width: calc(100% - 390px);
  height: 440px;
}

.linkArea .Img a:focus {
  outline: none;
}

.linkArea .Img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.linkArea .Txt {
  float: left;
  width: 390px;
  height: 440px;
  text-align: center;
  padding: 50px 40px;
  box-sizing: border-box;
}

.linkArea h4 {
  color: #2e363a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .02em;
  margin-bottom: 8px;
}

.linkArea h3 {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 15px;
}

.linkArea h3:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.5px;
  width: 1px;
  height: 25px;
  background: #040404;
}

.linkArea h3 a {
  color: #2e363a;
  letter-spacing: .09em;
  font-size: 15px;
}

.linkArea .Icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.linkArea .Icon svg {
  width: 100%;
  height: 100%;
}

.linkArea .Icon svg path {
  fill: #cfb094 !important;
  transition: all .5s;
}

.linkArea p {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  font-size: 13px;
  color: #747474;
  line-height: 20px;
  height: 80px;
  margin-bottom: 30px;
  overflow: hidden;
}

.linkArea .btn a {
  background: #040404;
  color: #fff;
}

.linkArea .btn a:hover {
  background:#cccccc;
  color: #040404;
}

.linkArea .btn a:hover i path {
  fill: #040404 !important;
}

.linkArea .btn i path {
  fill: #fff !important;
}

.linkArea .slick-prev, .linkArea .slick-next {
  z-index: 100;
  width: 34px;
  height: 65px;
  background: #fff;
  transition: all .5s;
}

.linkArea .slick-prev:focus, .linkArea .slick-next:focus {
  background: #fff;
}

.linkArea .slick-prev:hover, .linkArea .slick-next:hover {
  background: #eee;
}

.linkArea .slick-prev:before, .linkArea .slick-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  color: #40474b;
  font-size: 40px;
}

.linkArea .slick-prev {
  left: calc((100% - 1160px - 34px) / 2);
}

.linkArea .slick-prev:before {
  background: url("../images/arrowL.png") no-repeat center center;
}

.linkArea .slick-next {
  right: calc((100% - 1160px - 34px) / 2);
}

.linkArea .slick-next:before {
  background: url("../images/arrowR.png") no-repeat center center;
}

/*廣告跑馬燈*/
.adArea {
  padding: 40px 0;
}

.adArea ul li {
  padding: 0;
}

.adArea .Img img {
  display: block;
  width: 100%;
}

.adArea h4 {
  display: none;
}

@media (max-width: 1366px) {
  .bannerArea .Txt01 {
   right: 80px;
    bottom: 50px;
  }
  .bannerArea .Txt01 .top {
    font-size: 40px;
    line-height: 55px;
  }
  
  
  
    .bannerArea .Txt02 {
     left: -30px;
    bottom: 25%;
  }
  .bannerArea .Txt02 .top {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 1180px) {
  .bannerArea .TxtBox {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(0);
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .brandArea .wrap {
    width: 100%;
    padding: 0 20px;
  }
  .linkArea ul:before, .linkArea ul:after {
    display: none;
  }
  .linkArea .slick-prev {
    left: -20px;
  }
  .linkArea .slick-next {
    right: -20px;
  }
}

@media (max-width: 1024px) {
  .solutionArea {
    height: auto;
  }
  .solutionArea .leftBox {
    height: auto;
  }
  .solutionArea .TxtBox {
    position: static;
    top: 0px;
    left: 0px;
    margin-bottom: 30px;
  }
  .solutionArea .TxtBox b {
    color: #fff;
  }
  .solutionArea .TxtBox em {
    color: #fff;
  }
  .solutionArea .TxtBox p {
    color: #fff;
  }
}

@media (max-width: 960px) {
  .linkArea .Img {
    width: 100%;
  }
  .linkArea .Txt {
    float: left;
    width: 390px;
    height: 440px;
    text-align: center;
    padding: 50px 40px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    background: rgba(248, 248, 248, 0.92);
  }
  .numberArea li {
    width: calc(100% / 3);
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .bannerArea .Txt01 {
    right: 13%;
    bottom: 20%;
  }
  .bannerArea .Txt01 .top {
    font-size: 30px;
    line-height: 45px;
  }
  .bannerArea .Txt01 .mid, .bannerArea .Txt01 .bottom {
    display: none;
  }
  .bannerArea .Txt01 .btn a {
    padding: 10px 50px;
  }
  .bannerArea .Txt01 .btn a:before, .bannerArea .Txt01 .btn a:after {
    display: none;
  }
  
  
  
  
  
  .bannerArea .Txt02 {
    left: 0%;
    bottom: 20%;
    width:50%;
 }
  .bannerArea .Txt02 .top {
    font-size: 30px;
    line-height: 45px;
    padding: 0 0 0 40px;
  }
  .bannerArea .Txt02 .mid, .bannerArea .Txt02 .bottom {
    display: none;
  }
  .bannerArea .Txt02 .btn a {
    padding: 10px 50px;
  }
  .bannerArea .Txt02 .btn a:before, .bannerArea .Txt02 .btn a:after {
    display: none;
  }
  
  
  
  .linkArea .Img {
    height: auto;
  }
  .linkArea .Img img {
    position: static;
    height: auto;
  }
  .linkArea .Txt {
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
  .linkArea p {
    height: 60px;
  }
  .linkArea .slick-dots li {
    background: none;
  }
  .linkArea .slick-dots li button:before {
    opacity: 1;
    color: #cacaca;
  }
  .linkArea .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #cfb094;
  }
  .newsArea .newsBox {
    width: 50%;
  }
  .newsArea .linkBox {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .newsArea .catalogBox li a {
    padding: 10px 28px;
  }
  .newsArea .newsBox {
    width: 100%;
    padding: 10px 0 0 0;
    border: none;
    margin-bottom: 15px;
  }
  .newsArea .linkBox {
    width: 100%;
  }
  .newsArea .inner {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap-reverse;
  }
  .solutionArea .wrap {
    padding: 0;
  }
  .solutionArea .leftBox {
    width: 100%;
    padding: 70px 30px;
  }
  .numberArea li {
    width: calc(100% / 2);
  }
}

@media (max-width: 480px) {
  .bannerArea .Txt01 {
    right: 10%;
  }
  .bannerArea .Txt01 .top {
    font-size: 20px;
    line-height: 28px;
  }
  .bannerArea .Txt01 .btn a {
    padding: 8px 20px;
    font-size: 13px;
  }
  
  
  .bannerArea .Txt02 {
    left: 0%;
    width:auto;
  }
  .bannerArea .Txt02 .top {
    font-size: 20px;
    line-height: 28px;
  }
  .bannerArea .Txt02 .btn a {
    padding: 8px 20px;
    font-size: 13px;
  }
  
  
  
  .newsArea .catalogBox li {
    margin: 0 3px 12px;
  }
  .newsArea .catalogBox li a {
    padding: 8px 20px;
  }
  .linkArea p {
    margin-bottom: 15px;
  }
  .linkArea .btnStyle02 a {
    padding: 8px 15px 8px 35px;
  }
  .linkArea .btnStyle02 i {
    width: 15px;
    margin-left: 12px;
  }
  .solutionArea .topList li {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .numberArea li {
    width: 100%;
    padding-bottom: 30px;
  }
  .numberArea li:before {
    display: none;
  }
  .numberArea li:last-child:after {
    display: none;
  }
  .numberArea li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #f0f0f0;
  }
}
.group { background:url(../upimg/52cabefbe324df291313184fc2ceb528.jpg) left bottom;}
/*about us*/
.aboutArean{
	padding:0;
	height:100%;
	position: relative;}

.aboutArean .Img{
	width:100%;
	position:absolute;
	display:none;
	left:0;
	bottom:0;}

.aboutArean .Img img{
	display:block;
	width:100%;}

.aboutArean .Txt{
	position:relative;
	padding:10%;
	color:#000;
	line-height:1.8;}

.aboutArean .Txt h2{
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
	line-height:1.3;}

.aboutArean .Txt p{
	font-size:15px;
	color:#666;
	line-height:2;}
@media screen and (max-width: 960px){
	.bannerArea a.scrollDow{
		display:none;}
	.group { background: none;}
	.aboutArean{
		height:auto !important;
		padding-bottom:40%;}
	.aboutArean .Img{ display:block;}
	.aboutArean .Txt{padding-bottom:0;}
	.aboutArean .Txt h2{
		font-size:25px;}
}
/**productArea**/
.productArea{
	padding:0;}

.productArea ul{}

.productArea ul li{
	padding:0;}

.productArea ul li .item{
	width:100%;
	position:relative;}

.productArea ul li .Img{
	background:#75bd98;}

.productArea ul li .Img img{
	display:block;
	width:100%;
	-webkit-backface-visibility: hidden;
	transition:all 0.6s ease;}

.productArea ul li .Txt{
	text-align:center;
	
	font-size:13px;
	color:#FFF;
	line-height:1.8;
	
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	
	opacity: 0;
    transition: all 0.6s ease;
    transform: translateY(-50%) rotateY(90deg);
    transform-style: preserve-3d;}


.productArea ul li .Txt:before{
	content:"";
	display:block;
	width:120px;
	height:1px;
	background:#FFF;
	margin:0 auto;
	margin-bottom:25px;}
.productArea ul li .Txt:after{
	content:"";
	display:block;
	width:120px;
	height:1px;
	background:#FFF;
	margin:0 auto;
	margin-top:25px;}

.productArea ul li .Txt h3{
	font-size:36px;}

.productArea ul li .Txt h3 strong a{
	color:#FFF;
	font-weight:normal;}

.productArea ul li .Txt p{
	padding-top:30px;
	line-height:1.8;
	font-size:13px;
	color:#FFF;
	max-height:100px;}

.productArea ul li .Txt .btn{
	margin-top:25px;
	text-align:center;}

.productArea ul li .Txt .btn a{
	font-size:16px;
	color:#FFF;}

.productArea ul li:hover .Img img{
	opacity:0;}
.productArea ul li:hover .Txt{
	opacity:1;
	transform: translateY(-50%) rotateY(0deg);}