
.fa_abtit h4{
    color: #333;
    font-size: var(--f36);
    margin-bottom: 15px;
}
.fa_abtit.fa_text_w h4{
    color:#fff;
}
.fa_abtit h2{
    color: var(--main-color);
    font-size: var(
    --f30);
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 700;
}
.fa_abtit.fa_text_w h2{
    color:#fff;
}
.fa_abtit h6 span{
    display: inline-block;
    margin:2px;
    height:5px;
    border-radius:500px;
}

.fa_abtit h6 span:nth-child(1){
    background: var(--main-color);
    width:30px;
}

.fa_abtit.fa_text_w h6 span:nth-child(1){
    background: #fff;
}
.fa_abtit h6 span:nth-child(2){
    background:#f9cb25;
    width:10px;
}
.fa_abtit h5{
    margin-top:30px;
    font-size:var(--f20);
    color:#333;
}
.fa_abtit.fa_text_w *{
    color:#fff;
}
.fa_abtit{
    margin-bottom: 3vw;
}



/**/
.fa_Ab01{
    position: relative;
    overflow: hidden;
    /* padding-bottom:0; */
    background: url(../images/abbg01.jpg) bottom center no-repeat;
    background-size: 100%;
}
.fa_Ab01 .fa_pic{
    max-width:900px; 
    border-radius:1rem;
    overflow:hidden;
    margin: auto;
}
.fa_Ab01 .fa_cnt{
	text-align:justify;
	line-height:2;
	color:#555;
}
.fa_Ab01 .fa_wrapper{
    position:relative;
}
.fa_jump {
    display: flex;
    justify-content: space-between;
}
.fa_jump dl{
    padding-left:1rem;
    position: relative;
}
.fa_jump dl:before{
    content:"";
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    width:5px;
    background: var(--main-color);
    border-radius:500px;
    
}
.fa_jump dt span{
    color:var(--main-color);
    font-family: 'Nunito', sans-serif;
    font-size: var(--f40);
    font-weight: 800;
    line-height: 1;
}

.fa_jump dt i{
    
    color:var(--main-color);
    font-family: 'Nunito', sans-serif;
    font-size:var(--f20);
    font-weight:600;
    line-height: 1; 
    
}
.fa_jump dd{
    font-size:16px;
    color:#333;
    margin-top:10px;
}
.fa_jump{
    margin-top:30px;
}
@media screen and (min-width: 769px) {
    .fa_Ab01 .fa_wrapper{
        display:flex;
    }
    .fa_Ab01 .fa_left{
        width:50%;
        padding-right: 5vw;
    }
    .fa_Ab01 .fa_right{
        width:50%;
    }
    
    .fa_Ab01 .fa_right .fa_pic{
        height:100%;
    }
    
    .fa_Ab01 .fa_right .fa_pic img{
        height:100%;
        object-fit:cover;
    }
}
@media screen and (max-width: 768px) {
    .fa_Ab01 .fa_cnt{
        font-size:14px;
    }
    .fa_jump {
        flex-wrap:wrap;
    }
    .fa_jump dl{
        width:50%;
        margin-bottom:20px;
    }
    .fa_Ab01 .fa_right{
        margin-top:30px;
    }
}

/**/
.fa_Ab02{background: #fff;}
.fa_Ab02 .fa_it .fa_Img{
    padding-bottom: 50%;
    border-radius: 20px;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.1);
}
.fa_Ab02 .fa_it .fa_tt{
    position:relative;
    padding-left:20px;
}
.fa_Ab02 .fa_it h3{
    color:#522e24;
    font-size:var(--f26);
    margin-top:10px;
    margin-bottom:30px;
    position:relative;
}

.fa_Ab02 .fa_it .fa_tt:before{
    content:"";
    left:0;
    bottom:0;
    top:0;
    position:absolute;
    width:4px;
    background:var(--main-color);
    border-radius:500px;
}
.fa_Ab02 .fa_it h5{
    color:var(--main-color);
    font-size:var(--f18);
}
.fa_Ab02 .fa_it p{
    font-size:16px;
    color:#777;
    font-weight:400;
    line-height:1.6;
}
@media screen and (min-width: 769px) {
    .fa_Ab02 .fa_it{
        display: flex;
        align-items: center;
        margin-top: 3vw;
    }
    .fa_Ab02 .fa_it:nth-child(even){
        flex-direction: row-reverse;
    }
    .fa_Ab02 .fa_it:nth-child(odd) .fa_left{
        padding-right:5vw;
    }
    .fa_Ab02 .fa_it:nth-child(even) .fa_left{
        padding-left: 5vw;
    }
    .fa_Ab02 .fa_it>div{
        width:50%;
    }
    
}
@media screen and (max-width: 768px) {
   .fa_Ab02 .fa_it{
       margin-top:40px;
   }
    .fa_Ab02 .fa_left{
        margin-bottom:20px;
    }
}

/**/
.fa_wh{
    position: relative;
    overflow: hidden;
}
.fa_wh .fa_cntbox .fa_left{
    position: relative;
    background:var(--main-color);
    
}

.fa_wh .fa_cntbox .fa_left img{
    opacity:0.5;
}
.fa_wh .fa_cntbox .fa_ttbox{
    position: absolute;
    z-index:2;
    left:0;
    top:50%;
    transform:translateY(-50%);
    text-align:center;
    right:0;
    padding:2vw;
}
.fa_wh .fa_cntbox .fa_ttbox .fa_tit h6{
    color:#fff;
    font-size:var(--f30);
}
.fa_wh .fa_cntbox .fa_ttbox .fa_tit p{
    color:rgba(255,255,255,0.6);
    font-size:12px;
    margin-bottom:20px;
}
.fa_wh .fa_cntbox .fa_ttbox .fa_cnt h6{
    font-size:var(--f20);
    color:#fff;
}
.fa_wh .fa_it{
    background: #fff;
    border-radius:20px;
    padding: 2rem;
    /* text-align: center; */
    transition:all 0.5s;
} 

.fa_wh .fa_it:hover{
    background:rgba(223, 73, 27,0.8);
}
.fa_wh .fa_list{
    justify-content: space-between;
}
.fa_wh .fa_it h4 span{
    display: inline-block;
    width:50%;
    max-width:50px;
}

.fa_wh .fa_it h4 span img{
    width:100%;
    opacity:0.9;
    transition:all 0.5s;
}

.fa_wh .fa_it:hover h4 span img{
    transform:rotateY(180deg);
    filter: ;
}
.fa_wh .fa_it h6{
    color:#333;
    font-size: var(--f20);
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    transition:all 0.5s;
}

.fa_wh .fa_it:hover h6{
    color:#fff;
}
.fa_wh .fa_it p{
    font-size: 12px;
    color:#777;
    transition:all 0.5s;
    line-height: 1.5;
}

.fa_wh .fa_it:hover p{
    color:rgba(255,255,255,0.8);
}
.fa_wh .fa_right .fa_cnt{
}
.fa_wh .fa_right .fa_cnt h6{
    font-size:var(--f30);
    color:#333;
    font-weight:600;
}
.fa_wh .fa_right .fa_cnt p{
    margin-top:2vw;
    font-weight:500;
    color:#aaa;
    
}
@media screen and (min-width: 769px) {
    .fa_wh .fa_cntbox {
        display: flex;
        justify-content: space-between;
    }
    .fa_wh .fa_cntbox .fa_left{
        width:50%;
        border-radius:10px;
        overflow: hidden;
    }
    
    .fa_wh .fa_cntbox .fa_right{
        width:calc(50% - 10px);
        margin-top:-10px;
    }
    .fa_wh .fa_it{
        width:calc((100% - 10px) / 2);
        margin-top:10px;
        background: #f6f3f2;
        border-radius:10px;
    }
        
    .fa_wh .fa_it:first-child{
        /* background:var(--main-color) url(../images/whpic02.webp) no-repeat; */
        /* background-size:cover; */
        display:flex;
        align-items:center;
        justify-content:center;
        background: #fff;
        border: var(--main-color) solid 1px;
        /* text-align: center; */
    }
        
    .fa_wh .fa_it:first-child h5{
        color: var(--main-color);
        font-size:var(
        --f30);
    }
    
    .fa_wh .fa_it:first-child p{
        color: #333;
        font-size:12px;
    }
    .fa_wh .fa_list{
        height:100%;
    }
    .fa_wh .fa_it:nth-last-child(-n+3){
        display:flex;
        flex-direction:column;
        justify-content:space-between;
    }
}
@media screen and (max-width: 768px) {
    .fa_wh .fa_it{
        width:calc((100% - 0px) / 1);
        margin-top:10px;
        padding:20px 20px;
        background:#f6f3f2;
        border-radius:10px;
    }
      .fa_wh .fa_it p{
          font-size:12px;
      }
    .fa_wh .fa_cntbox .fa_left{
        border-radius:10px;
    }
    .fa_wh .fa_list .fa_it:nth-child(1){
        margin-top:30px;
        margin-bottom:10px;
        background:none;
        padding:0;
    }
    .fa_wh .fa_list .fa_it h5{
        color:var(--main-color);
        font-size:var(--f30);
    }
    .fa_wh .fa_list .fa_it:nth-child(1) p{
        color:#333;
        font-size:12px;
    }
}


/**/
.fa_Ab05{
    background: url(../images/abbg03.jpg);
    background-size: cover;
}
.fa_workswp .fa_swplist{
    position:relative;
}
.fa_workswp .fa_li{
    position: relative;
    border-radius: 0;
    overflow: hidden;
}
.fa_Ab05 .fa_li{
    padding:15px;
    background:url(../images/zsbg.webp) no-repeat center;
    background-size:100% 100%;
}
.fa_Ab05 .fa_tt{
    font-size:16px;
    text-align:center;
    margin-top:20px;
}
.fa_Ab05 .fa_li .fa_Img{
    padding-bottom: 141.1%;
    transition:all 0.5s;
}
@media screen and (min-width: 769px) {
    .fa_company .fa_grid{
        padding-top:5vw;
        padding-bottom:5vw;
    }
    .fa_workswp .fa_box_btn>div{
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        width:50px;
        height:50px;
        z-index:5;
        font-size:20px;
        background:rgba(0,0,0,0.2);
        width:60px;
        height:60px;
    }
    .fa_workswp .fa_box_btn>div.fa_btn_l{
        left: -80px;
    }
     .fa_workswp .fa_box_btn>div.fa_btn_r{
        right: -80px;
    }
    
    .fa_Ab06 .fa_li {
        transform: scale(0.8);
        transition:all 0.8s;
    }
    .fa_Ab06 .swiper-slide-active .fa_li {
        transform: scale(1);
    }
}
@media screen and (max-width: 768px) {
  .fa_workswp  .fa_box_btn{ 
      text-align:center;
     margin-top:30px; 
  }
    .fa_workswp  .fa_box_btn>div{
        margin-right:15px;
        width:40px;
        height:40px;
        color:#333;
    }
}