.fa_abtitle {
    position: relative;
    margin-bottom: 3vw;
}

.fa_abtitle h2 {
    font-size: var(--f40);
    font-weight: 500;
    color: #333;
    position: relative;
    z-index: 5;
}

.fa_abtitle h5:before {
    content: "";
    margin-bottom: 15px;
    display: block;
    height: 1px;
    width: 100%;
    max-width: 400px;
    background: #eee;
}

.fa_abtitle.fa_text_c h5:before {
    margin-left: auto;
    margin-right: auto;
}

.fa_abtitle h5:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    background: var(--linearX);
    width: 50px;
    height: 3px;
    z-index: 5;
    animation: ttline 5s linear infinite;
}

.fa_abtitle.fa_text_c h5:after {
    left: 50%;
    transform: translateX(-50%);
}

.fa_abtitle h5 {
    margin-top: 15px;
    font-size: 16px;
    color: #ccc;
    position: relative;
    text-transform: uppercase;
}

@keyframes ttline {
    0% {
        width: 20px;
    }

    50% {
        width: 50px;
    }

    100% {
        width: 20px;
    }
}

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

.fa_abtitle.fa_abtitle_w * {
    color: #fff;
}

.fa_company>div {
    position: relative;
}

.fa_Ab01 {
    background: url(../images/abbg001.jpg);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.fa_Ab01 .fa_pic img {
    width: 100%;
}

.fa_Ab01 .fa_cnt {
    margin-bottom: 30px;
    line-height: 1.8;
    color: #777;
    font-size: 16px;
}


.fa_Ab01 .fa_jump dl {
    padding: 0;
    position: relative;
}

.fa_Ab01 .fa_jump dt span {
    font-size: 3.5vw;
    color: var(--main-color);
    line-height: 1;
    font-family: "d-din-condensed-bold";
}

.fa_Ab01 .fa_jump dt i {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
}

.fa_Ab01 .fa_jump dd {
    color: #000;
    margin-top: 15px;
    font-size: 16px;
}

.fa_Ab01 .fa_wrapper {
    max-width: 1200px;
}

@media screen and (min-width: 769px) {
    .fa_Ab01 .fa_jump {
        margin-top: 3vw;
        margin-bottom: 5vw;
    }
    .fa_company .fa_pagenav{
        padding-right:70px;
        padding-left:70px;
    }
}

@media screen and (max-width: 768px) {
    .fa_abtitle h5 {
        font-size: 12px;
    }
.fa_Ab01 .fa_cnt{
    font-size:14px;
    margin:30px 0;
}
    .fa_Ab01 .fa_content .fa_l2 {
        width: 100%;
        margin: 20px 0 0;
    }

    .fa_Ab01 .fa_jump {
        margin-top: 30px;
    }

    .fa_Ab01 .fa_jump dt span {
        font-size: 28px;
    }

    .fa_Ab01 .fa_jump dl {
        width: 50%;
        /* margin: 20px 0 10px; */
        text-align: center;
        margin-top:10px;
    }

    .fa_Ab01 .fa_jump dd {
        margin-top: 5px;
        font-size: 14px;
    }

    .fa_Ab01 .fa_jump dl:before {
        display: none;
    }
}

/**/
.fa_Ab02{
    background: #e9f1f6;
}
.fa_Ab02 .fa_list img{
    width:100%;
}
.fa_Ab02 .fa_list .fa_wrapbox{
    width:96%;
    margin-top:20px;
    margin-bottom:20px;
    padding:10px;
}
.fa_Ab02  .fa_tit{
    font-size:var(--f24);
    color:var(--main-color);
    font-weight:600;
    margin-bottom:20px;
}
.fa_Ab02 .fa_sum{
    font-size:16px;
    line-height:2;
    color:#777;
    font-weight: 500;
}
@media  screen and (min-width: 769px) {
    .fa_Ab02 .fa_list{
        display: flex; 
        flex-wrap:wrap;
        align-items: center;
    }
    .fa_Ab02 .fa_left{
        width:50%;
    }
    .fa_Ab02 .fa_right{ 
        width:50%;
    }
    .fa_Ab02 .fa_left .fa_wrapbox{
        max-width:810px;
        padding-right:5vw;
        margin-left:auto;
        margin-right:0;
    }
    .fa_Ab02 .fa_right .fa_wrapbox{
        max-width:810px;
        padding-left:5vw;
    }
}

@media  screen and (max-width: 768px) {
    .fa_Ab02 .fa_list .fa_wrapbox{
        margin:0 auto;
    }
    
.fa_Ab02 .fa_sum{
    font-size:14px;
}
}
/**/

.fa_Ab03 .fa_li {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.fa_Ab03 .fa_li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
    z-index: 1;
}

.fa_Ab03 .fa_li .fa_tit {
    position: absolute;
    color: #fff;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    left: 3vw;
    text-align: center;
    font-size: var(--f20);
    text-transform: uppercase;
    transition: margin 0.5s;
    line-height: 1.5;
    overflow: hidden;
}

.fa_Ab03 .fa_li .fa_tit p {
    transition: all 0.5s;
}

.fa_Ab03 .fa_li .fa_tit h2 {
    font-size: var(--f24);
    margin: 15px 0;
    transition: all 0.5s;
}

.fa_Ab03 .fa_li .fa_tit h6 {
    margin: 0;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s;
}

.fa_Ab03 .fa_Img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



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

    .fa_Ab03 .fa_li:hover .fa_tit p {
        transform: translateY(-60px);
        opacity: 0;
    }

    .fa_Ab03 .fa_li:hover .fa_tit h2 {
        transform: translateY(-50px);
    }

    .fa_Ab03 .fa_li:hover .fa_tit h6 {
        transform: translateY(-30px);
    }

    .fa_Ab03 .fa_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .fa_Ab03 .fa_li {
        margin-top: 2%;
    }

    .fa_Ab03 .fa_li:nth-child(1),
    .fa_Ab03 .fa_li:nth-child(4) {
        width: 60%;
    }

    .fa_Ab03 .fa_li:nth-child(2),
    .fa_Ab03 .fa_li:nth-child(3) {
        width: 38%;
    }

    .fa_Ab03 .fa_li:nth-child(2) .fa_Img,
    .fa_Ab03 .fa_li:nth-child(3) .fa_Img {
        padding-bottom: 54.5%;
    }

    .fa_Ab03 .fa_li:nth-child(1) .fa_Img,
    .fa_Ab03 .fa_li:nth-child(4) .fa_Img {
        padding-bottom: 34.5%;
    }
}

@media  screen and (max-width: 768px) {
    .fa_Ab03 .fa_Img{
        padding-bottom:60%;
    }
    .fa_Ab03 .fa_li .fa_tit h2{
        font-size:14px;
    }
    
    .fa_Ab03 .fa_li .fa_tit h6{
        font-size:14px;
    }
    .fa_Ab03 .fa_li{
        margin-top:20px;
    }
}

/**/
.fa_history .fa_swplist{
    position: relative;
}

.fa_history .fa_li .fa_tit{
    font-size: var(--f40);
    font-weight:600;
    color:#333;
}
.fa_history .fa_li .fa_sum{
    font-size: 16px;
    color:#999;
    margin: 20px 0 0;
    line-height: 2;
}

@media  screen and (min-width: 769px) {
    
.fa_history .fa_li{
    
    display:flex;
}.fa_history .swiper-slide{
    background:#f7fafa;
    padding:2vw;
    border-radius: 20px;
    height: 100%;
    /* flex-shrink: 0; */
    display: block;
    transition:all 0.5s;
}
    .fa_history .fa_li .fa_tit{
        writing-mode:tb;
        color:#aaa;
        font-weight:800;
        transition:all 0.5s;
        
    }
    
    .fa_history .swiper-slide-active .fa_tit{
        color:#fff;
        opacity:0.5;
    }
    .fa_history .swiper-slide-active{
        background:var(--main-color);
        
    }
    .fa_history .fa_li .fa_sum{
        min-height:150px;
        padding-left:30px;
        margin-top:0;
        transition:all 0.5s;
        border-left:#ddd solid 1px;
        margin-left:20px;
    }
    .fa_history .swiper-slide-active .fa_sum{
        color:#fff;
        border-left:rgba(255,255,255,0.2) solid 1px;
    }
    

}

@media  screen and (max-width: 768px) {
    .fa_history .swiper-container{
        background:#f5f5f5;
        margin-top:20px;
    }
    .fa_history .swiper-slide{
        padding:20px;
    }
    .fa_history .fa_li .fa_sum{
        font-size:14px;
    }
}
/**/
.fa_Ab04 {
    overflow: hidden;
    position: relative;
    background:url(../images/honorbg.jpg) no-repeat center;
    background-size:cover;
}
.fa_Ab04 .fa_swplist{
    position: relative;
}
.fa_Ab04 .fa_li{
    background: #fff;
    /* box-shadow:0 5px 10px rgba(0,0,0,0.1); */
    /* border: #ddd solid 1px; */
}
.fa_Ab04 .fa_Img img{
    transform: translate(-50%,-50%) scale(0.8);
}
.fa_Ab03 .fa_li .fa_tit{
    font-size:14px;
    text-align:center;
    padding:10px;
}
.fa_Ab04 .fa_li .fa_tit{
    padding:20px;
    text-align:center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: var(--f18);
    font-weight: 500;
}
.fa_Ab04 .fa_More a em{
    background: #fff;
}
.fa_Ab04 .fa_More a em::before{
    background: #fff;
}
.fa_Ab04 .fa_More a>*{
    transform:translateX(-0);
    color:#fff;
}

.fa_Ab04  .fa_More a:before{
    width:100%;
}
.fa_Ab04  .fa_More{
    margin-top:50px;
}
.fa_Ab04 .fa_Img{
    padding-bottom:80%;
}
@media  screen and (min-width: 769px) {}

@media  screen and (max-width: 768px) {
    

    .fa_Ab03 .fa_li .fa_tit p img{
        max-width:40px;
    }
} 

/**/
.fa_history .fa_btn_list{
    display:flex;
    justify-content: center;
    margin-top:var(--f40);
}
.fa_history  .fa_btn_list>div{
    width:50px;
    height:50px;
    line-height:50px;
    text-align: center;
    border-radius: 500px;
    color:#fff;
    background: #ddd;
    margin: 0 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.fa_history  .fa_btn_list>div:hover{
    background:var(--main-color);
}
@media  screen and (min-width: 769px) {}

@media  screen and (max-width: 768px) {}

/**/
.fa_partner {
    background:linear-gradient(45deg,#f5f9fc,#ecf4f7);
}
.fa_partner .fa_list{
    max-width:1100px;
    margin:auto;
}
.fa_partner .fa_li{
    background:#fff;
}
.fa_partner .fa_li .fa_Img{
    padding-bottom:35%;
}

@media  screen and (min-width: 769px) {
    .fa_partner .fa_li{
        width:calc((100% - 15px) / 4);
        margin-right:5px;
        margin-bottom:5px!important;
    }
    .fa_partner .fa_li:nth-child(4n){
        margin-right:0;
    }
}
@media  screen and (max-width: 768px) {
    .fa_partner .fa_li{
        width:calc((100% - 5px) / 2);
        margin-right:5px;
        margin-bottom:5px!important;
    }
    .fa_partner .fa_li:nth-child(2n){
        margin-right:0;
    }
}

/**/

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

@media  screen and (max-width: 768px) {} 