
/**/
.fa_abtit h2{
    font-size: var(--f50);
    font-weight: 700;
    color: #ccc;
    text-transform: uppercase;
    line-height: 1;
}
.fa_abtit h4{
    color:#000;
    font-size:var(--f40);
    margin-top:10px;
}
.fa_abtit h6{
    font-size:var(--f26);
    color:#999;
    margin-top:var(--f26);
    font-weight:400;
    letter-spacing:10px;
}
.fa_company .fa_sum{
    font-size:16px;
    color:#666;
    line-height:2;
    text-align: justify;
}
.fa_company .fa_wrapper{
    max-width:1340px;
}
.fa_gallery .fa_Img{
    padding-bottom:60%;
}
.fa_gallery .swiper-wrapper{
    transition-timing-function: linear !important;
}
@media screen and (min-width: 769px) {
    .fa_gallery .swiper-slide{
        max-width: calc((100% - 0px) / 3);
    }
    .fa_gallery .fa_li{
        padding-right:20px;
    }
}
@media screen and (max-width: 768px) {
    .fa_gallery .swiper-slide{
        max-width:calc((100% - 0px) / 1.5);
    } 
    .fa_gallery .fa_li{
        padding-right:5px;
    }
    .fa_company .fa_sum{
        font-size:14px;
    }
    .fa_abtit h6{
        letter-spacing:0;
    }
}
/**/
.fa_Ab01{
    position: relative;
}
@media screen and (min-width: 769px) {
  .fa_Ab01 .fa_wrapper{
      display: flex;
  }
  .fa_Ab01 .fa_left{
      width:35%;
  }
  .fa_Ab01 .fa_right{
      width:65%;
  }
}
@media screen and (max-width: 768px) {
    
    .fa_Ab01 .fa_sum{
        font-size:14px;
        margin-top:30px;
        
    }
}
/**/
.fa_Ab02{
    position: relative;
    background:linear-gradient(transparent,#ddd);
}
.fa_Ab02 .fa_it{
    position: relative;
    height: 100px;
}
.fa_Ab02 .fa_it:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #cecece;
    opacity: 0.5;
}
.fa_Ab02 .fa_it span{
    font-size: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -0.65em;
    margin-left: -0.65em;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.3em;
    height: 1.3em;
    background-color: rgba(81, 84, 87, .25);
    border-radius: 50%;
}
.fa_Ab02 .fa_it span:before{
    
    content: "";
    position: absolute;
    width: .9em;
    height: .9em;
    top: .2em;
    left: .2em;
    border-radius: 50%;
    background-color: #515457;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .9em .9em;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.fa_Ab02 .fa_it h3{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: rgba(17, 17, 17, .5);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.fa_Ab02  .swiper-slide-thumb-active .fa_it span{
    background-color:rgba(153,0,0,0.5);

    transition: background .3s;
}

.fa_Ab02  .swiper-slide-thumb-active .fa_it span:before{
   transition: all .3s;
  background-color: var(--main-color);
  background-image: url(/template/default/images/history.png);
  transform: scale(1);
}

.fa_Ab02  .swiper-slide-thumb-active .fa_it h3{
    color: var(--main-color);
    transition: color .3s;
}
 
 .fa_Ab02 .fa_li .fa_right h3{
     color:var(--main-color);
     font-size:var(--f50);
     font-weight:700;
 }
 .fa_Ab02 .fa_li .fa_right p{
     color:#999;
     font-size:var(--f18);
     margin-top:20px;
 }
 .fa_Ab02 .fa_li .fa_Img{
     padding-bottom:60%;
 }
.fa_Ab02 .fa_big {
    margin: 5vw 0 2vw;
}
.fa_Ab02 .fa_abtit{
    text-align:center;
}
.fa_Ab02 .fa_sml{
    position:relative;
}

.fa_Ab02 .fa_btn_box>div{
    display:inline-flex;
    width:60px;
    height:60px;
    background:#ccc;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#aaa;
    border-radius:500px;
    cursor: pointer;
}
@media screen and (min-width: 769px) {
 .fa_Ab02 .fa_big .fa_li{
     display: flex;
     background:#fff;
     padding:20px;
     align-items:center;
     border-radius:5px;
     box-shadow:
  4.4px 4.7px 11.3px rgba(0, 0, 0, 0.029),
  26px 28px 53px rgba(0, 0, 0, 0.06)
;
 } 
 .fa_Ab02 .fa_li .fa_left{
     width:40%;
 }
 .fa_Ab02 .fa_li .fa_right{
     width:60%;
     padding-left:5vw;
 }
    .fa_Ab02 .fa_btn_box>div{
        position:absolute;
        bottom: 18px;
        /* transform:translateY(-50%); */
    }
     .fa_Ab02 .fa_btn_box>div.fa_btn_l{
         left:0;
     }
    .fa_Ab02 .fa_btn_box>div.fa_btn_r{
         right:0;
     }
}
@media screen and (max-width: 768px) {
    .fa_Ab02 .fa_li{
        background:#fff;
        
    }
    .fa_Ab02 .fa_li .fa_right{
        padding:30px;
        text-align:center;
    }
  .fa_Ab02  .fa_btn_box {
        text-align:center;
      margin-top:30px;
    }
    .fa_Ab02 .fa_it{
        height:80px;
    }
    .fa_Ab02 .fa_it h3{
        font-size:16px;
    }
    .fa_Ab02  .fa_btn_box>div{
        width:36px;
        height:36px;
        
    }
}
/**/
.fa_Ab03{
    position: relative;
    background: url(/template/default/images/abbg02.jpg);
    background-attachment: fixed; 
}
.fa_Ab03 .fa_abtit{
    text-align:center;
    margin-bottom:3vw
}
.fa_Ab03 .fa_abtit h2{
    color:rgba(255,255,255,0.2);
}
.fa_Ab03 .fa_abtit h4{
    color:#fff;
}

  .fa_Ab03 .fa_li{
      transition:all 0.5s;
      text-align:center;
  }
.fa_Ab03 .fa_li:hover{
    background:rgba(0,0,0,0.3);
    
}
.fa_Ab03 .fa_li h6 span{
    display: inline-block;
    width:60px;
    
}
.fa_Ab03 .fa_li h6:after{
    content:"";
    display:block;
    margin:20px auto;
    background:var(--main-color);
    height:4px;
    width:30px;
    border-radius:500px;
}
.fa_Ab03 .fa_li h6 img{
    max-width: 100%;
}
.fa_Ab03 .fa_li h3{
    font-size:var(--f24);
    color:#fff;
    font-weight:300;
    margin-bottom:30px;
}
.fa_Ab03 .fa_li p{
    color:#fff;
    opacity:0.9;
    font-weight:300;
    font-size:14px;
      text-align:center;
}
@media screen and (min-width: 769px) {
  .fa_Ab03 .fa_list{
      display: flex; 
      margin-left:-3vw;
      margin-right:-3vw;
  }
  .fa_Ab03 .fa_li{
      width:25%;
      padding:3vw;
      position:relative;
      
  }
    
  .fa_Ab03 .fa_li:nth-child(-n+3):before{
      content:"";
      position:absolute;
      right:0;
      width:1px;
      height:100%;
      top:0;
      background:linear-gradient(transparent,#fff,transparent)
  }
}
@media screen and (max-width: 768px) {
    .fa_Ab03 .fa_li{
        padding: 15px;
        margin-top:20px;
        width:100%;
        
    }
    .fa_Ab03 .fa_li h6 {
        margin-bottom:20px;
    }
     .fa_Ab03 .fa_li h6 span{
         width:40px;
         background:var(--main-color);
         padding:10px;
         border-radius:500px;
     }
    .fa_Ab03 .fa_li h6:after{
        display:none;
    }
} 
/**/
.fa_Ab04{
    position: relative; 
}
.fa_Ab04 .fa_sum{
    margin-top:30px;
    margin-bottom:30px;
    text-align: justify;
}

 .fa_Ab04 .fa_left{}
@media screen and (min-width: 769px) {
  .fa_Ab04 .fa_wrapper{
      display: flex;
      align-items: center;
  }
  .fa_Ab04 .fa_left{
      width: 60%;
      padding-right:5vw;
  }
  .fa_Ab04 .fa_right{
      width: 40%;
  }
}
@media screen and (max-width: 768px) {
     .fa_Ab04 .fa_left{
         margin-bottom:40px;
     }
}
/**/ 
.fa_Team .fa_title h3{
    font-size:var(--f36);
}
.fa_Team .fa_sum{
    margin:3vw 0;
    font-size:16px;
    color:#666;
    line-height:2;
}

.fa_Team .fa_list1 .fa_it .fa_right{
    padding:20px;
}

.fa_Team .fa_list1 .fa_it .fa_right h3{
    font-size:var(--f30);
    color:var(--main-color);
    font-weight:600;
}
.fa_Team .fa_list1 .fa_it .fa_right p{
    font-size:16px;
    line-height:1.5;
    margin-top:30px;
}
@media screen and (min-width: 769px) {
  .fa_Team .fa_list1 .fa_it{
      display: flex;
      align-items: center;
      background: #f5f5f5;
      margin-bottom: 3vw;
  }
  .fa_Team .fa_list1 .fa_it:nth-child(2n){
      flex-direction: row-reverse;
  }
  .fa_Team .fa_list1 .fa_it .fa_left{
      width:40%;
  }
  .fa_Team .fa_list1 .fa_it .fa_right{
      width: 60%;
      padding:3vw;
  }
}
@media screen and (max-width: 768px) {
    .fa_Team .fa_list1 .fa_it{
        margin-bottom:20px;
    }
}


/**/ 
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
    
}