.aboutArea .right, .roomArea .Txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.facArea .rightBox .moreBtn, .newsArea .moreBtn a, .storyArea .moreBtn a, .linkArea li, .linkArea li:after, .linkArea .Img img, .linkArea h4, .linkArea p, .facArea .facListTitle .facTitle > h3, .featureArea .wrap > .titleBox, .featureArea .wrap > .textEditor, .featureArea li, .newsArea .newsListClass li a, .newsArea .newsListClass li a:before, .newsArea .newsList, .newsArea .newsList > li .Txt .date, .mediaArea .Img, .mediaArea .mediaTitle, .proArea .Img img, .storyArea .Img, .storyArea .Img:before {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mainArea {
  padding: 0;
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.aboutArea {
  padding: 50px 0;
}

.aboutArea .Img {
  float: left;
  width: 45%;
}

.aboutArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.aboutArea .right {
  float: left;
  width: 55%;
  padding-left: 50px;
}

.aboutArea h2 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 400;
}

.aboutArea .Txt {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.8;
}

.aboutArea .btn a {
  padding: 12px 40px;
  border: 1px solid #51649A;
  font-size: 15px;
  color: #51649A;
}

.aboutArea .btn a:hover {
  color: #fff;
  background-color: #51649A;
}

.roomArea {
  padding: 50px 0;
  background-color: #fafafa;
}

.roomArea .item {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.roomArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.roomArea .Txt {
  padding: 30px 20px;
  background-color: #fff;
}

.roomArea .Txt p {
  height: 46px;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}

.roomArea .mTitle {
  display: none;
}

.roomArea h3 a {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 1px solid #eaeaea;
  color: #000;
}

.roomArea h3 a:hover {
  color: #589000;
}

.newsArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mapArea .wrap {
  width: 100%;
}

#gmap_s {
  width: 100%;
  height: 400px;
}

.linkArea {
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 1180px) {
  .facArea .Txt {
    position: static;
    padding: 20px;
    opacity: 1;
    background-color: transparent;
  }
  .facArea .Txt p {
    color: #000;
  }
  .facArea h3 a {
    color: #000;
  }
  .mapArea .wrap {
    padding: 0;
  }
}

@media (max-width: 960px) {
  .aboutArea .Img {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutArea .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .linkArea .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .linkArea .Img {
    max-width: 280px;
  }
}

.facArea .rightBox .moreBtn, .newsArea .moreBtn a, .storyArea .moreBtn a {
  position: relative;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 2.2px;
  border-radius: 25px;
  text-align: center;
  background-color: #F76300;
  color: #FFF;
  z-index: 1;
  overflow: hidden;
}

.facArea .rightBox .moreBtn:hover:before, .newsArea .moreBtn a:hover:before, .storyArea .moreBtn a:hover:before {
  -webkit-animation: bl .5s 1 ease-in-out both;
          animation: bl .5s 1 ease-in-out both;
}

.facArea .rightBox .moreBtn:hover:after, .newsArea .moreBtn a:hover:after, .storyArea .moreBtn a:hover:after {
  right: 0;
}

.facArea .rightBox .moreBtn:before, .newsArea .moreBtn a:before, .storyArea .moreBtn a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 41px;
  height: 8px;
  background: url(../images/icon-arrow.png) no-repeat center;
  -webkit-animation: br 1s .2s 1 both;
          animation: br 1s .2s 1 both;
}

.facArea .rightBox .moreBtn:after, .newsArea .moreBtn a:after, .storyArea .moreBtn a:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 0%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#f76300), to(rgba(247, 99, 0, 0))) #f29c20;
  background: -webkit-linear-gradient(left, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  background: -o-linear-gradient(left, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  background: linear-gradient(to right, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  z-index: -1;
  -webkit-transition: .5s .2s ease-in-out;
  -o-transition: .5s .2s ease-in-out;
  transition: .5s .2s ease-in-out;
}

.proArea .titleBox > h2, .proArea .titleBox > .textEditor, .proArea .proList, .storyArea .titleBox > h2, .storyArea .titleBox > .textEditor, .storyArea li {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.proArea.show .titleBox > h2,
.proArea.show .titleBox > .textEditor, .proArea.show .proList, .storyArea.show .titleBox > h2,
.storyArea.show .titleBox > .textEditor {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.bannerArea .wrap {
  position: relative;
  max-width: 100%;
}

.bannerArea .bannerTxt {
  position: absolute;
  top: 35%;
  left: 18.5%;
}

.bannerArea .bannerTxt .one {
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 2.7px;
  color: #5e5d5c;
}

.bannerArea .bannerTxt .one > span {
  font-weight: 400;
  color: #F76300;
}

.bannerArea .bannerTxt .two {
  font-size: 18px;
  letter-spacing: 2.7px;
  color: #F76300;
}

.linkArea {
  position: relative;
  padding: 0;
  margin: -145px auto 50px;
  max-width: 1200px;
  width: 0;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

.linkArea.show {
  width: 100%;
}

.linkArea.show li {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.linkArea.show li:nth-of-type(1) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.linkArea.show li:nth-of-type(2) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.linkArea.show li:nth-of-type(3) {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.linkArea.show li:nth-of-type(4) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.linkArea .linkList {
  border-radius: 30px 30px 0 0;
  background-color: #FFF;
  overflow: hidden;
}

.linkArea li {
  position: relative;
  padding: 0;
  width: 25%;
  z-index: 1;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.linkArea li:hover:after {
  opacity: 1;
}

.linkArea li:hover .Img img {
  top: -100px;
}

.linkArea li:hover h4 a,
.linkArea li:hover p a {
  color: #FFF;
}

.linkArea li:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 1px;
  height: 40px;
  background-color: #e5e5e5;
}

.linkArea li:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#f76300), to(rgba(247, 99, 0, 0))) #f29c20;
  background: -webkit-linear-gradient(left bottom, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  background: -o-linear-gradient(left bottom, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  background: linear-gradient(to right top, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  z-index: -1;
  opacity: 0;
}

.linkArea .item {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 300px;
  height: 95px;
}

.linkArea .Img {
  margin-right: 10px;
}

.linkArea .Img a {
  display: block;
}

.linkArea .Img img {
  position: relative;
  top: 0;
  width: 50px;
  height: 50px;
  -o-object-fit: none;
     object-fit: none;
  -webkit-filter: drop-shadow(#FFF 0px 100px);
          filter: drop-shadow(#FFF 0px 100px);
}

.linkArea h4, .linkArea p {
  text-align: left;
  color: #444;
}

.linkArea h4 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

.linkArea p {
  font-size: 15px;
  letter-spacing: .4px;
}

.facArea.show .wrap > .leftBox:before {
  -webkit-animation: sl 1s 0.4s 1 cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: sl 1s 0.4s 1 cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.facArea.show .wrap > .rightBox:before {
  -webkit-animation: sr 1s 0.4s 1 cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: sr 1s 0.4s 1 cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.facArea .wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.facArea .wrap > .leftBox,
.facArea .wrap > .rightBox {
  position: relative;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.facArea .wrap > .leftBox:before,
.facArea .wrap > .rightBox:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
}

.facArea .leftBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facArea .rightBox {
  padding: 140px 140px 0;
}

.facArea .rightBox .slick-track > li {
  pointer-events: none;
}

.facArea .rightBox .slick-track > li.slick-current {
  pointer-events: auto;
}

.facArea .rightBox .Txt > h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 1.8px;
  color: #F76300;
}

.facArea .rightBox .Txt > h3 {
  font-size: 40px;
  font-weight: 200;
  letter-spacing: 2px;
  color: #111;
}

.facArea .rightBox .Txt > .ellipsis {
  position: relative;
  padding-top: 20px;
  height: 220px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 30px;
  color: #555;
}

.facArea .rightBox .Txt > .ellipsis:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 36px;
  height: 1px;
  background-color: #F76300;
}

.facArea .rightBox .moreBtn {
  margin-top: 45px;
}

.facArea .facListTitle {
  margin-bottom: 50px;
  margin-top: 15px;
  font-size: 0;
}

.facArea .facListTitle > li {
  position: relative;
  display: inline-block;
}

.facArea .facListTitle > li:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 1px;
  height: 16px;
  background-color: #e8e8e8;
}

.facArea .facListTitle > li.current .facTitle > h3 {
  font-weight: 200;
  color: #FFF;
}

.facArea .facListTitle > li.current .facTitle > h3:before {
  opacity: 1;
}

.facArea .facListTitle .facTitle > h3 {
  position: relative;
  padding: 7px 20px;
  margin: 0 5px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .8px;
  color: #555;
  cursor: pointer;
}

.facArea .facListTitle .facTitle > h3:hover {
  color: #F76300;
}

.facArea .facListTitle .facTitle > h3:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#f76300), to(rgba(247, 99, 0, 0))) #f29c20;
  background: -webkit-linear-gradient(left bottom, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  background: -o-linear-gradient(left bottom, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  background: linear-gradient(to right top, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
}

.featureArea {
  background: url(../images/bg-feature.jpg) no-repeat center;
}

.featureArea.show .wrap > .titleBox {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.featureArea.show .wrap > .textEditor {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.featureArea.show .wrap li {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.featureArea.show .wrap li:nth-of-type(1) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.featureArea.show .wrap li:nth-of-type(2) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.featureArea.show .wrap li:nth-of-type(3) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.featureArea.show .wrap li:nth-of-type(4) {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.featureArea .wrap {
  padding: 135px 0 110px;
  max-width: 1340px;
}

.featureArea .wrap > .titleBox {
  margin-bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.featureArea .wrap > .titleBox h2 {
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 200;
  letter-spacing: 2.1px;
  color: #FFF;
  text-align: center;
}

.featureArea .wrap > .textEditor {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 660px;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: .8px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.featureArea li {
  position: relative;
  padding: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.featureArea li:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -45px;
  display: block;
  width: 1px;
  height: 90px;
  background-color: #888985;
}

.featureArea .item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.featureArea .item .Img {
  margin-bottom: 10px;
}

.featureArea .item .num {
  margin-bottom: 5px;
  font-size: 56px;
  letter-spacing: 0px;
  color: #F76300;
}

.featureArea .item .num span {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1.5px;
  color: #FFF;
}

.featureArea .item h4 {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1.5px;
  color: #FFF;
}

.sectionArea {
  padding: 140px 0 100px;
}

.sectionArea > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sectionArea > .wrap .newsArea,
.sectionArea > .wrap .mediaArea {
  width: 50%;
}

.sectionArea > .wrap .newsArea .innerWrap,
.sectionArea > .wrap .mediaArea .innerWrap {
  max-width: 550px;
  margin: 0 auto;
}

.sectionArea.show .newsArea:before {
  -webkit-animation: sl 1s 1s 1 cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: sl 1s 1s 1 cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.sectionArea.show .newsArea:after {
  height: 100%;
}

.sectionArea.show .mediaArea:before {
  -webkit-animation: sr 1s 1s 1 cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: sr 1s 1s 1 cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.sectionArea .newsArea,
.sectionArea .mediaArea {
  position: relative;
  overflow: hidden;
}

.sectionArea .newsArea:before,
.sectionArea .mediaArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 1px);
  height: 100%;
  background-color: #FFF;
  z-index: 1002;
}

.newsArea:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background-color: #e5e5e5;
  -webkit-transition: 1s .5s ease;
  -o-transition: 1s .5s ease;
  transition: 1s .5s ease;
}

.newsArea .titleBox {
  text-align: left;
  margin-bottom: 60px;
}

.newsArea .titleBox h2 {
  display: inline-block;
  font-size: 42px;
  font-weight: 200;
  letter-spacing: 2.1px;
  color: #111;
}

.newsArea .newsListClass {
  display: inline-block;
  font-size: 0;
}

.newsArea .newsListClass li {
  position: relative;
  display: inline-block;
}

.newsArea .newsListClass li:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 1px;
  height: 16px;
  background-color: #e8e8e8;
}

.newsArea .newsListClass li.current a {
  color: #FFF;
}

.newsArea .newsListClass li.current a:hover {
  color: #FFF;
}

.newsArea .newsListClass li.current a:before {
  opacity: 1;
}

.newsArea .newsListClass li a {
  position: relative;
  display: block;
  padding: 7px 20px;
  margin: 0 5px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .8px;
  color: #555;
}

.newsArea .newsListClass li a:hover {
  color: #F76300;
}

.newsArea .newsListClass li a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#f76300), to(rgba(247, 99, 0, 0))) #f29c20;
  background: -webkit-linear-gradient(left bottom, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  background: -o-linear-gradient(left bottom, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  background: linear-gradient(to right top, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  border-radius: 20px;
  opacity: 0;
  z-index: -1;
}

.newsArea .newsListBox {
  position: relative;
}

.newsArea .newsList {
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.newsArea .newsList.center1, .newsArea .newsList.center2 {
  position: absolute;
  left: 0;
  top: 0;
}

.newsArea .newsList.show {
  pointer-events: auto;
  opacity: 1;
}

.newsArea .newsList.show li {
  -webkit-animation: nt 1s .2s 1 both;
          animation: nt 1s .2s 1 both;
}

.newsArea .newsList.show li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.newsArea .newsList.show li:nth-of-type(3) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.newsArea .newsList > li {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.newsArea .newsList > li:not(:last-child):before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 510px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.newsArea .newsList > li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsArea .newsList > li .Img {
  margin-right: 20px;
}

.newsArea .newsList > li .Img img {
  border-radius: 5px;
}

.newsArea .newsList > li .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsArea .newsList > li .Txt:hover h3 a {
  color: #F76300;
}

.newsArea .newsList > li .Txt:hover .date {
  color: #F76300;
}

.newsArea .newsList > li .Txt h3 {
  margin-bottom: 15px;
  width: 100%;
  max-width: 400px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #111;
}

.newsArea .newsList > li .Txt h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.newsArea .moreBtn a {
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 300;
}

.mediaArea .titleBox {
  text-align: left;
  margin-bottom: 60px;
}

.mediaArea .titleBox h2 {
  display: inline-block;
  font-size: 42px;
  font-weight: 200;
  letter-spacing: 2.1px;
  color: #111;
}

.mediaArea .Img {
  position: relative;
  cursor: pointer;
  z-index: 1001;
  opacity: 1;
}

.mediaArea .Img.hide {
  z-index: 999;
  opacity: 0;
}

.mediaArea .Img img:not(:first-child) {
  display: none !important;
}

.mediaArea #video-gallery .Img img {
  border-radius: 5px;
  overflow: hidden;
}

.mediaArea .controlVideo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -33px;
  margin-left: -33px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: url(../images/icon-play.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}

.mediaArea .controlVideo:hover:before {
  -webkit-animation: mp .4s infinite ease alternate backwards;
          animation: mp .4s infinite ease alternate backwards;
}

.mediaArea .controlVideo:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -47px;
  margin-left: -47px;
  display: block;
  width: 94px;
  height: 94px;
  background: url(../images/icon-play-02.png) no-repeat center;
  z-index: -1;
}

.mediaArea #video-gallery {
  width: 100%;
  height: 100%;
  max-width: 550px;
  max-height: 375px;
}

.mediaArea .mediaTitle {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #111;
}

.mediaArea .mediaTitle:hover {
  color: #F76300;
}

.proArea {
  padding-top: 140px;
  background: url(../images/bg-pro.jpg) no-repeat top center;
}

.proArea .wrap {
  max-width: 100%;
}

.proArea .titleBox {
  margin-bottom: 90px;
}

.proArea .titleBox > h2 {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 42px;
  font-weight: 200;
  letter-spacing: 2.1px;
  color: #111;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.proArea .titleBox > .textEditor {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 30px;
  color: #F76300;
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

.proArea .proList {
  height: 525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.proArea .proList > li {
  padding: 0 25px;
}

.proArea .proList li.show .item {
  width: 100%;
  max-width: 460px;
}

.proArea .proList li.show .item > h3 a {
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #F76300;
}

.proArea .proList li.show .Img img {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.proArea .proList li.show .Txt {
  top: 75%;
  left: 75%;
  -webkit-transform: translate(-20%, -65%);
      -ms-transform: translate(-20%, -65%);
          transform: translate(-20%, -65%);
  opacity: .9;
  z-index: 1;
  pointer-events: auto;
}

.proArea .item {
  position: relative;
  max-width: 180px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.proArea .item > h3 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1.1px;
  color: #111;
}

.proArea .Img {
  border-radius: 50%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.proArea .Img img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.proArea .Txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.proArea .Txt:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, right top, from(#f76300), to(rgba(247, 99, 0, 0))) #f29c20;
  background: -webkit-linear-gradient(left bottom, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  background: -o-linear-gradient(left bottom, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  background: linear-gradient(to right top, #f76300 0%, rgba(247, 99, 0, 0) 100%) #f29c20;
  border-radius: 50%;
  opacity: .9;
  z-index: -1;
}

.proArea .Txt .ellipsis {
  padding-top: 20px;
  max-width: 150px;
  height: 80px;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: .4px;
  line-height: 26px;
  color: #FFF;
  text-align: center;
}

.proArea .Txt .moreBtn {
  width: 13px;
  height: 13px;
}

.proArea .Txt .moreBtn .icon-cross {
  width: 100%;
  height: 100%;
}

.storyArea {
  padding: 130px 0 100px;
}

.storyArea.show li {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.storyArea.show li:nth-of-type(1) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.storyArea.show li:nth-of-type(2) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.storyArea.show li:nth-of-type(3) {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.storyArea.show li:nth-of-type(4) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.storyArea .wrap {
  max-width: 1200px;
}

.storyArea .titleBox {
  margin-bottom: 90px;
}

.storyArea .titleBox > h2 {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 42px;
  font-weight: 200;
  letter-spacing: 2.1px;
  color: #111;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.storyArea .titleBox > .textEditor {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 30px;
  color: #F76300;
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

.storyArea li {
  padding: 0;
}

.storyArea li:hover .Txt h3 a {
  color: #F76300;
}

.storyArea li:hover .Img {
  opacity: .8;
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.2);
}

.storyArea li:hover .Img:before {
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.storyArea .item {
  margin: 0 auto;
  max-width: 360px;
}

.storyArea .Img {
  position: relative;
  font-size: 0;
}

.storyArea .Img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -55px;
  display: block;
  width: 110px;
  height: 110px;
  background: url(../images/icon-more.png) no-repeat center;
  border-radius: 50%;
  -webkit-transform: translateY(50px) scale(0.5);
      -ms-transform: translateY(50px) scale(0.5);
          transform: translateY(50px) scale(0.5);
  opacity: 0;
  pointer-events: none;
}

.storyArea .Img img {
  border-radius: 5px;
}

.storyArea .Txt h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.storyArea .Txt h3 a {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #111;
}

.storyArea .Txt h3 a:hover {
  color: #F76300;
}

.storyArea .Txt .ellipsis {
  height: 60px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 28px;
  color: #333;
}

.storyArea .moreBtn {
  margin-top: 50px;
}

.storyArea .moreBtn a {
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 1620px) {
  .facArea .rightBox {
    padding: 5% 100px 0;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1480px) {
  .proArea .proList > li.current .item {
    max-width: 300px;
  }
}

@media (max-width: 1480px) {
  .facArea .rightBox {
    padding: 50px 100px 0;
  }
  .facArea .rightBox .Txt > h3 {
    font-size: 32px;
  }
}

@media (max-width: 1380px) {
  .facArea .rightBox {
    padding: 50px 80px;
  }
  .facArea .rightBox .Txt > .ellipsis {
    height: 150px;
  }
  .facArea .facListTitle {
    margin-bottom: 20px;
  }
}

@media (max-width: 1280px) {
  .bannerArea .bannerTxt {
    left: 5%;
  }
  .facArea .rightBox {
    padding: 30px 50px;
  }
  .facArea .rightBox .Txt > h3 {
    font-size: 28px;
  }
  .facArea .rightBox .Txt > .ellipsis {
    height: 100px;
  }
  .proArea .proList li.show .item {
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .sectionArea {
    padding: 60px 0;
  }
  .sectionArea > .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsArea {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-right: 0;
    border-bottom: solid 1px #e5e5e5;
  }
  .newsArea:after {
    content: none;
  }
  .proArea {
    padding-top: 60px;
  }
  .proArea .titleBox {
    margin-bottom: 60px;
  }
  .storyArea {
    padding: 60px 0;
  }
  .storyArea .titleBox {
    margin-bottom: 60px;
  }
}

@media (max-width: 1080px) {
  .facArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .facArea .wrap > .leftBox,
  .facArea .wrap > .rightBox {
    width: 100%;
  }
  .facArea .rightBox .Txt > .ellipsis {
    height: 170px;
  }
  .facArea .facListTxt {
    margin: 0 auto;
    width: 50%;
  }
  .sectionArea > .wrap .newsArea,
  .sectionArea > .wrap .mediaArea {
    width: 70%;
  }
}

@media (max-width: 860px) {
  .bannerArea .bannerTxt {
    top: auto;
    left: 40px;
    bottom: 40px;
  }
  .bannerArea .bannerTxt .one {
    margin-bottom: 0;
    font-size: 30px;
    letter-spacing: 2px;
  }
  .bannerArea .bannerTxt .two {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .linkArea {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
  }
  .linkArea > .wrap {
    padding: 0 20px;
  }
  .linkArea li {
    width: 50%;
    overflow: hidden;
  }
  .linkArea li:nth-of-type(2):before {
    content: none;
  }
  .linkArea .linkList {
    border-radius: 30px;
    border: solid 1px #E5E5E5;
  }
  .linkArea .item {
    margin: 0 auto;
    padding-left: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .facArea .facListTxt {
    width: 80%;
  }
}

@media (max-width: 780px) {
  .sectionArea > .wrap {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sectionArea > .wrap .newsArea, .sectionArea > .wrap .mediaArea {
    width: 100%;
  }
  .proArea .wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
  .proArea .titleBox .textEditor br {
    display: none;
  }
  .featureArea .wrap {
    padding: 60px 40px;
  }
  .featureArea .wrap > .textEditor br {
    display: none;
  }
  .newsArea {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .mediaArea img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .facArea .wrap > .rightBox {
    padding: 0;
  }
  .facArea .wrap .facListTxt {
    width: 100%;
  }
  .featureArea li:not(:last-child):before {
    content: none;
  }
  .newsArea .newsList > li .Img {
    display: none;
  }
  .newsArea .newsList > li .Txt {
    width: 100%;
  }
  .proArea .item > h3 {
    margin-bottom: 20px;
  }
  .proArea .proList {
    height: auto;
  }
  .proArea .proList li.show .Txt {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    top: auto;
  }
  .proArea .proList li.show .item>a{
      display: none;
  }
}

@media (max-width: 480px) {
  .bannerArea .bannerTxt {
    display: none;
  }
  .linkArea .wrap {
    padding: 0 20px;
  }
  .linkArea .Img {
    display: none;
  }
  .facArea .rightBox .Txt > .ellipsis {
    height: 100px;
  }
  .facArea .rightBox .Txt > .ellipsis br {
    display: none;
  }
  .facArea .rightBox .moreBtn {
    margin-top: 20px;
  }
  .facArea .facListTitle > li:not(:last-child):before {
    content: none;
  }
  .facArea .facListTitle .facTitle > h3 {
    padding: 7px 15px;
    margin: 0;
  }
  .facArea .Txt {
    padding: 20px 40px 60px;
  }
  .featureArea .wrap > .textEditor {
    margin-bottom: 30px;
  }
  .newsArea .titleBox {
    margin-bottom: 30px;
  }
  .newsArea .newsListClass {
    margin-top: 10px;
  }
  .newsArea .newsListClass > li:not(:last-child):before {
    content: none;
  }
  .newsArea .newsListClass li a {
    margin: 0 20px;
  }
  .newsArea .newsListClass li a:before {
    padding: 0 15px;
  }
  .mediaArea .titleBox {
    margin-bottom: 30px;
  }
}

@media (max-width: 380px) {
  .linkArea .item {
    padding-left: 20px;
  }
}
