/*title*/
.fa_htitle{
    text-align: center;
    margin-bottom:var(--f50);
}
.fa_htitle h3 {
    color: #5A5858;    font-family: times new roman,times,serif;
    font-size:24px;
}

.fa_htitle h3:after{
    background: rgba(90, 88, 88, 1);
    content:"";
    margin:15px auto;
    display: block;
    width:80px;
    height:1px;
}
.fa_htitle h4 {
    color: #5A5858;
   font-size: 18px;font-family: times new roman,times,serif;
}


/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
}

.fa_Home .fa_hBanner img {
    width: 100%;
}

.fa_Home .fa_hBanner .fa_li {
    position: relative;
}

.fa_Home .fa_hBanner .fa_tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.fa_Home .fa_hBanner .fa_tit h3 {
    font-size: var(--f80);
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3vw;
    transform: translateY(50px);
    transition: all 0.8s;
    opacity: 0;
    filter: blur(10px);
}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: var(--f40);
    color: #fff;
    font-weight: 400;
    transform: translateY(80px);
    transition: all 0.8s;
    opacity: 0;
    filter: blur(10px);
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h3 {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
    transition-delay: 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h4 {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
    filter: blur(0);
}

@media only screen and (max-width: 768px) {
    .fa_Home .fa_hBanner img {
        min-height: 60vh;
        object-fit: cover;
        object-position: center;
    }
}


/**/
.fa_hBalei{
    border-bottom:#eee solid 1px;
}
.fa_hBalei .fa_list .fa_li{
    display: block;
    background: #f7f7f7;
}
.fa_hBalei .fa_list .fa_li .fa_Img{
    padding-bottom:100%;
}
.fa_hBalei .fa_list .fa_li .fa_tit{
    padding:var(--f30);
}
.fa_hBalei .fa_list .fa_li .fa_tit h5{
    line-height: 21px;
    text-align: center;
    font-family: times new roman,times,serif;
    font-size: 18px;
    color: #5A5858;
}
.fa_hBalei .fa_list .fa_li .fa_tit h5:after{
    content: '';
    width: 48px;
    height: 1px;
    background: #808080;
    display: block;
    margin: 15px auto;
}
.fa_hBalei .fa_list .fa_li .fa_tit p{
    text-align: center;
    color: #5A5858;
}
.fa_habout .fa_li .fa_Img{
    padding-bottom:70%!important;
}
@media only screen and (min-width: 769px) {
  
}

@media only screen and (max-width: 768px) {

}


/*anli*/

@media only screen and (min-width: 769px) {
  
}

@media only screen and (max-width: 768px) {

}


/*pro*/

@media only screen and (min-width: 769px) {
   
}

@media only screen and (max-width: 768px) {
    
}


/**/


@media only screen and (max-width: 768px) {
    
}

@media only screen and (min-width: 769px) {
   
}