/*title*/
.fa_hTitle {
  margin-bottom: 2vw;
}

.fa_htitle.fa_text_w * {
  color: #fff;
}

.fa_hTitle h3 {
  font-size: var(--f50);
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.fa_hTitle h4 {
  font-size: var(--f40);
  color: #000;
  font-weight: 300;
}

/*banner*/

.fa_Home .fa_hBanner {
  position: relative;
}

.fa_Home .fa_hBanner img,
.fa_Home .fa_hBanner video {
  width: 100%;
}

.fa_Home .fa_hswp_btn>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 5px;
  font-size: 30px;
  z-index: 10;
  cursor: pointer;
}

.fa_Home .fa_hswp_btn .fa_btn_l {
  left: 0;
}

.fa_Home .fa_hswp_btn .fa_btn_r {
  right: 0;
}

/*pro*/
.fa_hPro {
  background: #fff;
}

.fa_hPro .fa_cate {
  display: flex;
  justify-content: space-between;
}

.fa_hPro .fa_cate a {
  display: block;
  max-width: 160px;
  position: relative;
}

.fa_hPro .fa_cate .fa_Img {
  width: 60px;
  height: 60px;
  margin: auto;
  transition: all 0.5s;
  border-radius: 500px;
}

.fa_hPro .fa_cate a.fa_on .fa_Img {
  background: var(--main-color);

}

.fa_hPro .fa_cate .fa_Img img {
  transform: translate(-50%, -50%) scale(0.8);
}

.fa_hPro .fa_cate a.fa_on .fa_Img img {
  filter: brightness(200);
}

.fa_hPro .fa_cate .fa_tt {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}

.fa_hPro .fa_list .fa_it .fa_right .fa_Img {
  padding-bottom: 60%;
}

.fa_hPro .fa_list .fa_it {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

}

.fa_hPro .fa_list .fa_it.fa_on {
  display: flex;
}

@media only screen and (min-width: 769px) {
  .fa_hPro .fa_cate {
    padding-bottom: 30px;
    border-bottom: #eee solid 1px;
  }

  .fa_hPro .fa_cate a:before {
    content: "";
    left: 50%;
    bottom: -35px;
    width: 9px;
    height: 9px;
    background: #949494;
    position: absolute;
    border-radius: 500px;
    transition: all 0.5s;
  }

  .fa_hPro .fa_cate a.fa_on:before {
    background: var(--main-color);
  }

  .fa_hPro .fa_list .fa_it .fa_left {
    width: 40%;
  }

  .fa_hPro .fa_list .fa_it .fa_right {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .fa_hPro .fa_cate{
    flex-wrap:wrap;
  }
.fa_hPro .fa_cate a{
  width:20%;
  padding:5px;
}
  .fa_hPro .fa_cate .fa_tt{
    font-size:12px;
  }
  .fa_hPro .fa_list .fa_it,
  .fa_hPro .fa_list .fa_it>div {
    width: 100%;
  }
  .fa_hPro .fa_list {
    background:#fff;
    padding:20px;
    margin-top:30px;
  }
  .fa_hPro .fa_list .fa_it .fa_left{
    margin-bottom:30px;text-align:center;
  }
   .fa_hPro{
     background:#f5f5f5;
   }
  .fa_hPro .fa_list .fa_it .fa_left .fa_More{
    margin-top:30px;
  }
}

/*case*/
.fa_banBox .fa_li {
  position: relative;
  background: #000;
}

.fa_banBox .fa_li img {
  width: 100%;
  opacity: 0.5;
}

.fa_banBox .fa_li .fa_tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  top: 40%;
  padding: 0 2vw;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
  width: 96%;
  max-width: var(--wrapper);
  padding: 0 10px;
  text-align: left;
}

.fa_banBox .fa_li .fa_tit h3 {
  font-size: var(--f50);
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  transition: all 1.2s;
  opacity: 0;
  transform: translateY(50px);
}

.fa_banBox .swiper-slide-active .fa_li .fa_tit h3 {
  transition-delay: 0.5s;
  opacity: 1;

  transform: translateY(0);
}

.fa_banBox .fa_li .fa_tit p {
  font-size: var(--f24);
  color: #fff;
  margin-top: 30px;
  transition: all 1.2s;
  opacity: 0;
  transform: translateY(50px);
}

.fa_banBox .swiper-slide-active .fa_li .fa_tit p {
  transition-delay: 1s;
  opacity: 1;
  transform: translateY(0);
}


@media only screen and (min-width: 769px) {
.fa_banBox .fa_li .fa_tit{
 padding-right:150px;
  
}
.fa_banBox {
  padding-top: 20px;
}

.fa_banBox .fa_btnspan {
  position: absolute;
  top: 0;
  right: 0;
  /* transform: translateY(-50%); */
  text-align: center;
  display: flex;
  z-index: 10;
  max-width: var(--wrapper);
  width: 40%;
  /* border-top: rgba(255, 255, 255, 0.5) solid 1px; */
  /* justify-content: center; */
  left: auto;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  max-width: 400px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:2vw;
}

.fa_btnspan .fa_it {
  /* flex: 1; */
  position: relative;
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  /* max-width: 200px; */
  opacity: 0.4;
  color: #fff;
  font-size: var(--f20);
  text-transform: uppercase;
  font-weight: 300;
  padding: 3vw 1vw;
  width: 100%;
  height: auto;
}
.fa_btnspan .fa_it:nth-child(1){
  border-bottom:rgba(255,255,255,0.2) solid 1px;
}
.fa_btnspan .fa_it.swiper-pagination-bullet-active {
  opacity: 1;
}


.fa_btnspan .fa_it.swiper-pagination-bullet-active:before {
  width: 100%;
}
  
}

@media only screen and (max-width: 768px) {
  .fa_banBox .fa_li img{
    min-height:400px;
    object-fit:cover;
  }
  .fa_banBox .fa_li .fa_tit{
    top:10%;width:100%;
  }
  .fa_btnspan .fa_it{
    padding:5px;
  }
.fa_banBox {
  padding-top: 20px;
}

.fa_banBox .fa_btnspan {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  z-index: 10;
  max-width: var(--wrapper);
  width: 96%;
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
  justify-content: center;
}

.fa_btnspan .fa_it {
  flex: 1;
  position: relative;
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  max-width: 200px;
  opacity: 0.4;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 20px 1vw;
}

.fa_btnspan .fa_it.swiper-pagination-bullet-active {
  opacity: 1;
}

.fa_btnspan .fa_it:before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
  height: 3px;
  width: 0;
  transition: all 1s;
  background: var(--main-color);
  position: absolute;

}

.fa_btnspan .fa_it.swiper-pagination-bullet-active:before {
  width: 100%;
}
}

/*case*/
.fa_Hnum {
  background: #f5f5f5;
  padding: 3vw 0;
}
.fa_Hnum .fa_wrapper{
  background:#fff;
  padding:2vw 4vw;
  text-align:center;
  border-radius:30px;
  margin-top:-5vw;
  position:relative;
  z-index:5;
  box-shadow:0 5px 30px rgba(0,0,0,0.2);
}
.fa_Hnum .fa_li h4 span {
  font-weight: 600;
  font-size: var(--f50);
  color: #b69866;
  font-family: 'Oswald';
}

.fa_Hnum .fa_li h4 i {
  font-size: 16px;
  color: #b69866;
  margin-left: 5px;
}

.fa_Hnum .fa_li p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {}

@media only screen and (max-width: 768px) {
  .fa_Hnum .fa_li{
    width:50%;
    padding:20px;
    text-align:center;
  }
}

/*ab*/
  .fa_hAbout{
    background:#f5f5f5;
  }
.fa_hAbout .fa_left h3 {
  font-size: var(--f36);
  color: #000;
  line-height: 1.4;
  font-weight: 300;
}

.fa_hAbout .fa_left p {
  margin: 30px 0 5vw;
  font-size: 15px;
  color: #666;
  line-height: 2;
}
.fa_hAbout .fa_right .fa_pic{
  border-radius: 4vw;
  overflow:hidden;
}
@media only screen and (min-width: 769px) {
  .fa_hAbout {
    position: relative;
    background: #f5f5f5;
  }

  .fa_hAbout:before {
    content: "";
    background: #afaaa6;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    opacity: 0.8;
    position: absolute;
    border-radius: 8vw 0 0 8vw;
  }

  .fa_hAbout .fa_wrapper {
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .fa_hAbout .fa_left {
    width: 50%;
    padding-right: 5vw;
    position: relative;
  }

  .fa_hAbout .fa_left:before {
    content: "What we do ————————————";
    position: absolute;
    left: -4vw;
    top: 10px;
    color: #ccc;
    text-transform: uppercase;
    writing-mode: tb;
    font-size: 14px;
  }

  .fa_hAbout .fa_right {
    width: 50%;

  }
}

@media only screen and (max-width: 768px) {
  .fa_hAbout .fa_left {
    width: 100%;

  }

  .fa_hAbout .fa_right {
    width: 100%;
    margin-top: 30px;

  }
}

/*News*/
.fa_hNews {
  background: #fff;
}

.fa_hNews .fa_picbox {
  text-align: center;
  position: relative;
  background: url(../images/hpic001.jpg) no-repeat center;
  background-size: 100%;
  transition: all 0.5s;
  margin-top: 3vw;
}

.fa_hNews .fa_picbox:hover {
  background-size: 110%;
}

.fa_hNews .fa_picbox .fa_tt {
  background: rgba(0, 0, 0, 0.5);
  padding: 3vw;
}

.fa_hNews .fa_picbox .fa_tt h5 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
}

.fa_hNews .fa_picbox .fa_tt p {
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
}

.fa_hNews .fa_right .fa_li {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 20px;
  border-bottom: #ddd solid 1px;
}

.fa_hNews .fa_right .fa_li .fa_ldata {
  width: 100px;
  margin-right: 30px;
  color: #999;
}

.fa_hNews .fa_right .fa_li .fa_lcate {
  width: 100px;
  margin-right: 30px;
  color: #666;
  position: relative;
  padding-left: 20px;
}

.fa_hNews .fa_right .fa_li .fa_lcate:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #666;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.fa_hNews .fa_right .fa_li .fa_tit {
  width: calc(100% - 260px);
  color: #000;
}

.fa_hNews .fa_hTitle:after {
  content: "";
  margin-top: 20px;
  height: 5px;
  background: #000;
  width: 100%;
  max-width: 50px;
  display: block;
}

.fa_hNews .fa_cate a {
  display: block;
  padding: 8px 0 8px 20px;
  color: #666;
  position: relative;
  transition: all 0.5s;
  font-size: 15px;
}

.fa_hNews .fa_cate a:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  content: "";
  background: var(--main-color);
  height: 1px;
  transition: all 0.5s;
}

.fa_hNews .fa_cate a:hover:after {
  width: 90px;
}

.fa_hNews .fa_cate a:hover {
  color: var(--main-color);
}

.fa_hNews .fa_cate a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #666;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.fa_hNews .fa_cate a:hover:before {
  background: var(--main-color);
}

@media only screen and (min-width: 769px) {

  .fa_hNews .fa_left {
    width: 30%;
  }

  .fa_hNews .fa_right {
    width: 70%;
  }

  .fa_hNews .fa_right .fa_li {
    position: relative;
  }

  .fa_hNews .fa_right .fa_li:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    width: 0;
    background: #333333;
    position: absolute;
  }

  .fa_hNews .fa_right .fa_li:hover:before {
    width: 100%;
  }

  .fa_hNews .fa_right .fa_li * {
    transition: all 0.5s;
    position: relative;
    z-index: 2;
  }

  .fa_hNews .fa_right .fa_li:hover * {
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  
  .fa_hNews .fa_left {
    width: 100%;
  }

  .fa_hNews .fa_right {
    width: 100%;
  }
    .fa_hNews .fa_cate{font-size:0;}
  .fa_hNews .fa_cate a{
    display:inline-block;
    font-size:14px;
    width:33.333%;
    
  }
    .fa_hNews .fa_li .fa_lcate{
      display:none;
    }
     .fa_hNews .fa_right .fa_li{
       flex-wrap:wrap;
       padding:20px 0;
     }
      .fa_hNews .fa_right .fa_li .fa_ldata{
        width:100%;
      }
    .fa_hNews .fa_right .fa_li .fa_tit{
        width:100%;
      }
}




/**/
.fa_HomeNews{
  position:relative;
}
.fa_HomeNews .fa_NewsLi{
  display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
}
.fa_HomeNews .fa_Img{
  padding-bottom:70.20%;
}
.fa_HomeNews .fa_NewsLi>div{
  width:50%;
  transition:all 0.5s;
}
.fa_HomeNews .fa_newR{
  padding-left:5%;
}
.fa_HomeNews .fa_newL h3{
  font-size:28px;
  color:#000000;
}
.fa_HomeNews .fa_newL article{
  font-size:15px;
  color:#808080;
  line-height:27px;
  height:50px;
  text-overflow:ellipsis;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  margin:50px 0;
}
.fa_HomeNews .fa_newL p a{
  font-size:14px;
  color:#808080;
}
.fa_HomeNews .fa_SwpInfo{
  position:absolute;
  bottom:0;
  left:0;
  font-size:30px;
  color:#cacaca;
  z-index:10;
}
.fa_HomeNews .fa_newSwpBtn{
  margin-left:20px;
}
.fa_HomeNews .fa_newSwpBtn>div{
  display:inline-block;
  width:30px;
  height:30px;
  font-size:16px;
  text-align:center;
  line-height:26px;
  border-radius:50%;
  border:#cacaca solid 1px;
  vertical-align:middle;
  cursor:pointer;
} 
.fa_HomeNews .fa_NewsLi:hover img{
  transform:translate(-50%,-50%) scale(1.2);
}
@media only screen and (max-width: 768px){
  
.fa_HomeNews .swiper-container{padding-bottom:70px;}
.fa_HomeNews .fa_newL h3{font-size:16px;color:#000000;}
.fa_HomeNews .fa_newL article{margin:20px  0;}
.fa_HomeNews .fa_newL p a{font-size:14px;color:#808080;}
.fa_HomeNews .fa_NewsLi>div{width:100%;padding:0;}
}
.fa_HomeNews .swiper_b .fa_newR{
  transform:scale(0.9);
}
.fa_HomeNews .swiper_b .fa_newL{
  transform:scale(0.9);
  opacity:0.5;
}
