/**/
.fa_company{
    overflow: hidden;
}
.fa_abTit h3{
    font-size: var(--f30);
    color:#fff;
    font-weight: 700;
    /* font-size: var(--f50); */
}

.fa_abTit h6{
    font-size:var(--f40);
    color: var(--main-color);
    margin-top:20px;
    font-weight: 800;
    /* background: linear-gradient( to right, #e72210, #f5c200 ); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* width: fit-content; */
}

.fa_abTit p{
    color:#fff;
    font-size: var(--f18);
    font-weight:400;
}
/**/
 .fa_abIntro .fa_abTit h3{
     text-transform:uppercase;
     
 }
  .fa_abIntro .fa_abTit h6{
    font-weight: 900;
    background: linear-gradient(to right, #e72210, #f5c200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
      display:inline-block;
}
  .fa_abIntro .fa_Left .fa_cnt{
      margin: 2vw 0 0;
      font-size: 15px;
      color: #888;
      line-height: 2;
  }

     .fa_abIntro .fa_Right img{
         width:100%;
     }
 @media screen and (min-width: 769px) {
   .fa_abIntro{
    align-items:center;
    padding:5vw 0;
   }
  .fa_abIntro{
   
  }
     .fa_abIntro .fa_Left{
         width: 50%;
         /* padding: 0 5vw; */
     }
     .fa_abIntro .fa_Left .fa_wrap{
         max-width:810px;
      padding-left:10px;
      padding-right:6vw;
      width:96%;
      margin:0 0 0 auto;
     }
     .fa_abIntro .fa_Right{
         width: 50%;
     }
 }
 @media screen and (max-width: 768px) {
     .fa_abIntro .fa_abTit h3{
         font-size:16px;
         line-height:1.5;
     }
     .fa_abIntro .fa_Left{
         width:100%;
     }
     .fa_abIntro .fa_Left .fa_wrap{
         max-width:var(--wrapper);
      padding:0 10px;
      width:96%;
      margin:30px auto;
     }
     .fa_abIntro .fa_Right{
         width:100%;
     }
     .fa_abIntro .fa_Left .fa_cnt{
         margin:20px 0;
         line-height:1.6;
         font-size:14px;
     }
 }
 
 /**/
 
  .fa_abCulture .fa_Right{
   display:flex;
   flex-wrap:wrap;
  }

  .fa_abCulture .fa_Right .fa_li{
   position:relative;
  }

  .fa_abCulture .fa_Right .fa_li .fa_Img{
   padding-bottom:100%;
   background:#000;
  }

  .fa_abCulture .fa_Right .fa_li .fa_Img:after{
   content:"";
   position:absolute;
   right:0;
   left:0;
   bottom:0;
   height:0;
   background: var(--main-color);
   opacity: 0.4;
   transition:all 0.5s;
   z-index:2;
  }

  .fa_abCulture .fa_Right .fa_li:hover .fa_Img:after{
   height:100%;
  }
  .fa_abCulture .fa_Right .fa_li .fa_Img img{
   opacity:0.4;
  }

 @media screen and (min-width: 769px) {
  .fa_abCulture{
   display:flex;
  }
  .fa_abCulture .fa_Left{
   width:30%;
   display:flex;
   background: rgba(230,0,18,0.4);
   color:#fff;
   align-items:center;
   justify-content:center;
  }
  .fa_abCulture .fa_Right{
   width:70%;
  }
  
  .fa_abCulture .fa_Right .fa_li{
   width:25%;
  }
   

  .fa_abCulture .fa_Right .fa_li .fa_cnt h5{
   font-size:var(--f20);
   color:#fff;
   margin-bottom:10px;
   position:absolute;
   left:50%;
   top:50%;
   transform:translate(-50%,-50%);
   width:100%;
   padding:0 2vw;
   transition:all 0.5s;
   z-index: 3;
  }

  .fa_abCulture .fa_Right .fa_li:hover .fa_cnt h5{
   opacity:0;
   
   transform:translate(-50%,-100%);
  }
  .fa_abCulture .fa_Right .fa_li .fa_cnt p{
   color:#fff;
   position:absolute;
   left:50%;
   top:50%;
   transform:translate(-50%,0%);
   font-size:16px;
   width:100%;
   opacity:0;
   transition:all 0.5s;
   padding:0 2vw;
   z-index: 3;
  }

  .fa_abCulture .fa_Right .fa_li:hover .fa_cnt p{
   opacity:1;
   transform:translate(-50%,-50%);
   transition-delay:0.2s;
  }
 }
 @media screen and (max-width: 768px) {
  .fa_abCulture .fa_Right .fa_li{
   width:100%;
  }
   .fa_abCulture .fa_abTit{
     text-align:center;
     padding:30px 20px;
   }
   
   .fa_abCulture .fa_abTit .about_head_icon{
     display:none;
   }
   
  .fa_abCulture .fa_Right .fa_li .fa_Img{
    padding-bottom:70%;
  }
  .fa_abCulture .fa_Right .fa_li .fa_cnt{
color:#fff;
   position:absolute;
   left:50%;
   top:50%;
   transform:translate(-50%,-50%);
   font-size:16px;
   width:100%;
    padding:20px;
  }
   .fa_abCulture .fa_Right .fa_li .fa_cnt h5{
       font-size:18px;
   }
  .fa_abCulture .fa_Right .fa_li .fa_cnt h3{
    font-size:16px;
  }
   .fa_abCulture .fa_Right .fa_li .fa_cnt p{
    font-size:14px;
     margin-top:15px;
  }
 }
 
.about_head_icon {
    margin-top: 20px;
    position: relative;
    width: 50px;
    overflow: hidden;
}

.about_head_label {
    width: 0;
    height: 0;
    padding-right: 2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid rgba(255, 255, 255, 1);
}

.about_head_label:nth-child(1) {
    -webkit-animation: LableAnimate1 3s infinite linear normal both;
    animation: LableAnimate1 3s infinite linear normal both;
}

.about_head_label:nth-child(2) {
    -webkit-animation: LableAnimate2 3s infinite linear normal both;
    animation: LableAnimate2 3s infinite linear normal both;
}

.about_head_label:nth-child(3) {
    -webkit-animation: LableAnimate3 3s infinite linear normal both;
    animation: LableAnimate3 3s infinite linear normal both;
}

.about_head_label:nth-child(4) {
    position: absolute;
    right: -10px;
    top: 0;
    opacity: 0;
    -webkit-animation: LableAnimate4 3s infinite linear normal both;
    animation: LableAnimate4 3s infinite linear normal both;
}

.about_head_label:nth-child(5) {
    position: absolute;
    left: -10px;
    top: 0;
    opacity: 0;
    -webkit-animation: LableAnimate5 3s infinite linear normal both;
    animation: LableAnimate5 3s infinite linear normal both;
}

@keyframes LableAnimate1 {
    0% {
        opacity: .1;
    }
    20% {
        opacity: .4;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    40% {
        opacity: 1;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(300%);
        transform: translateX(300%);
    }
    80% {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: .1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes LableAnimate2 {
    0% {
        opacity: .4;
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    40% {
        opacity: 0;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    80% {
        opacity: .1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: .4;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes LableAnimate3 {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    40% {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    60% {
        opacity: .1;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    80% {
        opacity: .4;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes LableAnimate4 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
        -webkit-transform: translateX(-300%);
        transform: translateX(-300%);
    }
    40% {
        opacity: .1;
        -webkit-transform: translateX(-300%);
        transform: translateX(-300%);
    }
    60% {
        opacity: .4;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes LableAnimate5 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: .1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    40% {
        opacity: .4;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(300%);
        transform: translateX(300%);
    }
    80% {
        opacity: 0;
        -webkit-transform: translateX(400%);
        transform: translateX(400%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
 /**/
.fa_abVd{
    background: url(../images/abbg02.jpg);
    background-attachment: fixed;
    text-align: center;
} 
.fa_abVd .fa_abTit{
  max-width:1200px;
  margin:auto;
}
.fa_abVd .fa_abTit h3{
  font-weight:200;
  font-size:var(--f50);
  opacity:0.5;
  text-transform:uppercase;
}

.fa_abVd .fa_abTit h6{
  font-weight:600;
}
.fa_abVd .fa_abTit p{
  max-width: 700px;
  margin:3vw auto;
}
.AddAboutVision .vision_item_icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.vision_item_icon {
    width: 60px;
    height: 60px;
    margin: 70px auto 0;
    position: relative;
    cursor: pointer;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
     -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.vision_item_label {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transform-origin: center center;
    z-index: 5;
}

.vision_item_label:nth-child(1) {
    background: var(--main-color);
}

.vision_item_label:nth-child(1):after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.vision_item_label:nth-child(2) {
    border: 1px solid #e65e44;
    -webkit-animation: label_scale 2.4s linear infinite normal both;
    animation: label_scale 2.4s linear infinite normal both;
}

.vision_item_label:nth-child(3) {
    border: 1px solid #e65e44;
    -webkit-animation: label_scale 2.4s .8s linear infinite normal both;
    animation: label_scale 2.4s .8s linear infinite normal both;
}

.vision_item_label:nth-child(4) {
    border: 1px solid #e65e44;
    -webkit-animation: label_scale 2.4s 1.6s linear infinite normal both;
    animation: label_scale 2.4s 1.6s linear infinite normal both;
}

@-webkit-keyframes label_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 125%;
        height: 125%;
        opacity: 0.6;
    }
    40% {
        width: 150%;
        height: 150%;
        opacity: 0.4;
    }
    60% {
        width: 175%;
        height: 175%;
        opacity: .2;
    }
    80% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes label_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 125%;
        height: 125%;
        opacity: 0.6;
    }
    40% {
        width: 150%;
        height: 150%;
        opacity: 0.4;
    }
    60% {
        width: 175%;
        height: 175%;
        opacity: .2;
    }
    80% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
.fa_abSev{
    position:relative;
}
.fa_abSev .fa_bg{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
}
.fa_abSev .fa_left .fa_sum {
    margin-top:2vw;
}
.fa_abSev .fa_left .fa_sum p{
    line-height:2;
    margin-top:10px;
    color:rgba(255,255,255,0.6);
    font-size:16px;
}
.fa_abSev .fa_bg video{
    width:100%;
    height:100%;
    object-fit: cover;
    object-fit: center;
}
.fa_abSev .fa_wrapper{
    position: relative;
    z-index: 3;
}
.fa_abSev .fa_num {
    display: flex;
    flex-wrap: wrap;
}
.fa_abSev .fa_num dl{
    width:50%;
    padding: 1vw 0;
}

.fa_abSev .fa_num dl dt span{
       background: linear-gradient( to right, #e72210, #f5c200 );
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       text-transform: uppercase;
       width: fit-content;
       margin: 0 auto;
       font-weight: 800;
       font-size: var(--f50);
       line-height: 1;
}

.fa_abSev .fa_num dl dt i{
    color:#f4ba01;
    font-size:var(--f20);
    font-weight:500;
}
.fa_abSev .fa_num dl dd{
    font-size:var(--f18);
    color:#fff;
}
 @media screen and (min-width: 769px) {
   .fa_abSev .fa_num dl:nth-child(1){
       margin-right:20%;
   }  
.fa_abSev .fa_wrapper{
    display: flex;
}

.fa_abSev .fa_left{
    width:50%;
    padding-right:8vw;
}

.fa_abSev .fa_right{
    width:50%;
    
}
 }
 @media screen and (max-width: 768px) {
     .fa_abVd .fa_abTit p{
         font-size:14px;
         line-height:1.5;
     }
     .fa_abSev .fa_left .fa_sum p{
         font-size:14px;
         margin:0 0 0;
     }
     .fa_abSev .fa_num dl{
         margin-top:20px;
     }
     .fa_abSev .fa_num dl dd{
         font-size: 12px;
         text-transform: capitalize;
     }
 }
  
 /**/
 
 @media screen and (min-width: 769px) {
     .fa_abI2{
         flex-direction: row-reverse;
     }
   .fa_abIntro.fa_abI2 .fa_Left .fa_wrap{
     margin:0 auto 0 0;
     padding-left:5vw;
     padding-right:10px;
   }
 }
 @media screen and (max-width: 768px) {}
 
 /**/
  .fa_abHonor {
      position: relative;
      background: #222;
      padding: 6vw 10px;
  }
.fa_abHonor .fa_abTit h3,.fa_hContact .fa_abTit h3{
    background: linear-gradient( to right, #e72210, #f5c200 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    width: fit-content;
  margin:0 auto;
  font-weight:800;
  font-size:var(--f50);
}
 .fa_abHonor .fa_Img{
     padding-bottom:100%;
     background:#fff;
 }
 
  .fa_abHonor .fa_swppics{ 
      margin-top:5vw;
  }
  .fa_abWork .fa_Img{
      padding-bottom:60%;
      background: #000;
  }
 @media screen and (min-width: 769px) {}
 @media screen and (max-width: 768px) {}
 .fa_hContact {
 background:#000;padding: 6vw 10px;
}
.fa_hContact .fa_wrapper{
    
}
.fa_hContact .fa_right .fa_Img{
    padding-bottom:50%;
    background:#fff;
    /* filter: grayscale(1); */
}

.fa_hContact .fa_right .fa_li:hover .fa_Img{
    filter: grayscale(0);
}
@media screen and (min-width: 769px) {
 .fa_hContact{
  padding-top:3vw;
 }
  .fa_hContact .fa_wrapper{

}
 .fa_hContact .fa_left{
     width: 380px;
 } 
  .fa_hContact .fa_right{
     width: 100%;
     padding-left: 0;margin-top: 5vw;
 }
  .fa_hContact .fa_right .fa_li{
   width:calc(100% / 6);
    padding:5px;
  }
}
@media screen and (max-width: 768px) {
.fa_hContact .fa_right .fa_li{
   width:calc(100% / 3);
    padding:5px;
  }
}