/*common*/

.fa_Htitle h3{
color:#4c4c4c;
font-size: var(--f40);
font-weight: bold;
text-transform: uppercase;
}
.fa_Htitle h3:after{
    content:"";
    height:2px;
    width: 50px;
    display: block;
    background:#4c4c4c ;
    margin: 20px 0;
}
.fa_Htitle h4{
    font-size: var(--f32);
    color:#4c4c4c;
}
.fa_Htitle.fa_Htitle_w *{
    color:#fff;
}
.fa_Htitle.fa_Htitle_w h3:after {
    background: #fff;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper,
.swiper-slide {
    height: auto!important;
}


/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
}

.fa_Home .fa_hBanner img {
    width: 100%;
}
@media only screen and (min-width: 769px) {
    .fa_Home .fa_hBanner img {
    width: 100%;
    min-height:545px;
    object-fit: cover;
    object-position: center;
}
}
/*tedian*/
.fa_htd{
 background: #363842;
 padding: var(--f20) 0;
}
.fa_htd dl{
    width: auto;
    display: flex;
    flex-wrap:wrap;
}

.fa_htd dl dt{
    display: block;
    width: 60px;
}

.fa_htd dl dd{
     padding-left:15px;
     font-size:16px;
     color:#fff;
     font-weight: bold;
    
}
@media only screen and (max-width: 768px) {
    .fa_htd dl{
        width:50%;
        padding:10px; text-align:center;
    }
    .fa_htd dl dt{
    display: block;
    width: 100%;
   
}

.fa_htd dl dd{
     padding-left:0;
     font-size:16px;
     color:#fff;
     font-weight: bold;
     width:100%;
     margin-top:10px;
    
}
}
/*product*/
.fa_hpro .fa_left{
    background:var(--main-color);
    padding:20px 10px;
}
.fa_hpro .fa_left .fa_cate_list{
    margin-top:20px;
    
}
.fa_hpro .fa_left .fa_cate_list a{
    display: block;
    line-height: 40px;
    font-size: 14px;
    color:#fff;
    border-bottom: rgba(255,255,255,0.5) solid 1px;
    position: relative;
    padding-left:30px;
}
.fa_hpro .fa_left .fa_cate_list a:before{
    content:"";
    left:10px;
    top:18px;
    width:5px;
    height:5px;
    background:#fff;
    border-radius:50%;
    position:absolute;z-index:10;
    
}
.fa_hpro  .fa_list{
  background: #f2f2f2;
  padding:20px;
}
.fa_hpro  .fa_list .fa_li{
    display: block;
}
.fa_hpro  .fa_list .fa_li .fa_Img{
    padding-bottom:60%;
}
.fa_hpro .fa_list  .fa_li .fa_tit{
    padding:20px;
}
.fa_hpro .fa_list  .fa_li .fa_tit h3{
    font-size: 16px;
    color:#000;
}
.fa_hpro  .fa_list  .fa_li .fa_tit article{
    line-height: 24px;
    font-size: 14px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 24px;
    margin: 15px 0 0;
}
.fa_hpro .fa_flexwrap .fa_r_title{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:20px;
}
.fa_hpro .fa_flexwrap .fa_r_title span{
    color:var(--main-color);
    font-size:var(--f24);

}
@media only screen and (min-width: 769px) {
    .fa_hpro .fa_flexwrap .fa_left{
        width: 20%;
    }
    .fa_hpro .fa_flexwrap .fa_right{
        width: 80%;
        padding-left:40px;
        
    }
}

@media only screen and (max-width: 768px) {
    .fa_hpro .fa_flexwrap>div{
        width: 100%;
    }
     .fa_hpro .fa_left .fa_cate_list{
      font-size:0;   
     }
    .fa_hpro .fa_left .fa_cate_list a{
        width:calc((100% - 10px) / 2);
        display:inline-block;
        padding-left:10px;
    }
    .fa_hpro .fa_left .fa_cate_list a:before{
        display:none;
    }
    .fa_hpro .fa_left .fa_cate_list a:nth-child(odd){
        margin-right:10px;
    }
    .fa_hpro .fa_flexwrap .fa_r_title{
        margin-top:20px;
    }
    .fa_hpro .fa_flexwrap .fa_r_title span{
        font-weight:bold;
    }
}

/*case*/

.fa_hcase .fa_list {
    width: 100%;
    justify-content: space-between;
}

.fa_hcase .fa_list .fa_li {
    text-align: center;
}

.fa_hcase .fa_list .fa_li img {
    max-width: 100%;
    transition: all 0.5s;
}

.fa_hcase .fa_list .fa_li:hover img {
    transform: rotateY(180deg);
}

.fa_hcase .fa_list .fa_li p {
    color: #4b4c4e;
    font-size: var(--f18);
    margin-top: 15px;
}

@media only screen and (min-width: 769px) {
    .fa_hcase .fa_list .fa_li {
        width: calc(100% / 6);
        max-width: 154px;
    }
}

@media only screen and (max-width: 768px) {
    .fa_hcase .fa_list .fa_li {
        width: calc(100% / 2);
        padding: 10px;
    }
}


/*about*/

.fa_hab {
    background: #f7f7f7;
}

.fa_hab .fa_flexwrap .fa_left img{
  width:100%;   
}

.fa_hab .fa_flexwrap .fa_right {
    /* background: #fff; */
    /* padding: var(--f40); */
}


.fa_hab .fa_flexwrap .fa_right article {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin:30px 0;
}

.fa_hab .fa_flexwrap .fa_right .fa_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.fa_hab .fa_flexwrap .fa_right .fa_link a {
    display: inline-block;
    width: 40%;
    text-align: center;
    padding: 10px 10px;
    border: var(--main-color) solid 1px;
    border-radius: 500px;
    color: var(--main-color);
    font-size: 14px;
    transition: all 0.5s;
    max-width:160px;
}

.fa_hab .fa_flexwrap .fa_right .fa_link a:hover {
    color: #fff;
    background: var(--main-color);
}

.fa_hab .fa_flexwrap .fa_right .fa_link a i {
    margin-right: 10px;
    font-weight: normal;
    font-size: 20px;
}

@media only screen and (min-width: 769px) {
   .fa_hab .fa_flexwrap{
      justify-content: space-between;
   }
    .fa_hab .fa_flexwrap .fa_left {
        padding-bottom: 50px;
        position: relative;
        max-width:417px;
        width:40%;
    }
    .fa_hab .fa_flexwrap .fa_right {
        width: 60%;
        padding-right:30px;
    }
    .fa_hab .fa_flexwrap .fa_left div {
        height: 100%!important;
    }
    .fa_hab .fa_flexwrap .fa_left .fa_list_page {
        height: auto!important;
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .fa_hab .fa_flexwrap>div {
        width: 100%;
    }
     .fa_hab .fa_flexwrap .fa_left {
         margin-top:30px;
     }
    .fa_hab .fa_list .fa_left .fa_Img {
        padding-bottom: 80%;
    }
    .fa_hab .fa_list .fa_left .fa_list_page {
        margin: 20px 0;
    }
    .fa_hab .fa_list .fa_left .fa_list_page span {
        width: 5px;
    }
    .fa_hab .fa_list .fa_right .fa_link a {
        width: 100%;
        margin: 5px 0;
    }
}

/*honor*/
.fa_hhonor .fa_list{
    position:relative
}
.fa_hhonor .fa_li .fa_Img{
     padding-bottom:110%;
    
}
/*news*/
.fa_hnews {
    background:#f7f7f7;
}
.fa_hnews .fa_list{
    position:relative;
}
.fa_hnews .fa_list .fa_btn_l{
    left:-8%;
    opacity:0.5;
}
.fa_hnews .fa_list .fa_btn_r{
    right:-8%;
    opacity:0.5;
}
.fa_hnews .fa_list .fa_li {
    display: block;
    background: #fff;
    padding: 20px;
}

.fa_hnews .fa_list .fa_li:hover .fa_tit:before {
    width: 70%;
}
.fa_hnews .fa_list .fa_li .fa_tit h5{
    color: #ccc;
    font-size: var(--f18);
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 20px;
}
.fa_hnews .fa_list .fa_li .fa_tit h3{
    padding: 5px 0 10px;
    position: relative;
    font-size:16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.fa_hnews .fa_list .fa_li .fa_Img {
    padding-bottom: 60%;
}

.fa_hnews .fa_list .fa_li .fa_tit article{
    line-height: 24px;
    font-size: 14px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    /* margin: 15px 0 0; */
}
.fa_hnews .fa_list .fa_li .fa_line{
    height:1px;
    background: #eee;
    margin:20px 0;
}
.fa_hnews .fa_list .fa_li p {
    font-size: 14px;
    color: #888;
} 
.fa_hnews .fa_t_list a{
    
display: inline-block;
    
font-size: 14px;
    
color: var(--main-color);
    
background: #fff;
    
padding: 8px 20px;
}
.fa_hnews .fa_t_list a:hover{
    background:var(--main-color);
    color:#fff;
}
.fa_hnews .fa_tit_wrap{
    align-items:flex-end;
    margin-bottom:30px;
}
@media only screen and (max-width: 768px){
  
.fa_hnews .fa_tit_wrap>div{
    width:100%;
}
.fa_hnews .fa_t_list{
    text-align: left;
    margin-top:20px;
}
.fa_hnews .fa_list{
    margin-top:20px;
}
}
@media only screen and (min-width: 769px){
  
.fa_hnews .fa_tit_wrap>div{
    width:50%;
}
.fa_hnews .fa_t_list{
    text-align: right;
}
}

/*partner*/
.fa_hpa{
    background: #fff;
}
.fa_hpa .fa_list{
    position:relative;
    padding: 0 6%;
}
.fa_hpa .fa_li{
    display:block;
    border: #ddd solid 1px;
    overflow: hidden;
}
.fa_hpa .fa_li .fa_Img{
    padding-bottom:50%;
}
@media only screen and (min-width: 769px) {
    .fa_hpa .fa_flexwrap{
        align-items: center;
    }
 .fa_hpa .fa_left{
     width:30%;
 }
 .fa_hpa .fa_right{
     width:70%;
 }
.fa_hpa .fa_right .fa_list_btn .fa_btn_l{
    left:0;
}
.fa_hpa .fa_right .fa_list_btn .fa_btn_r{
    right:0;
}
} 

@media only screen and (max-width: 768px) {
    .fa_hpa .fa_flexwrap>div{
         width:100%;
     } 
    .fa_hpa .fa_flexwrap .fa_right {
        margin-top:20px;
    }
}
/*links*/
.fa_hfl{
    background:#f7f7f7;
    padding:20px 0;
}
.fa_hfl span,.fa_hfl a{
    color:#666;
    font-size:16px;
    margin-right:10px;
    display: inline-block;
}