/*title*/

.fa_htitle.fa_text_w * {
    color: #fff;
}
.fa_htitle{
    margin-bottom:3vw;
}
.fa_htitle h2 {
    font-size: var(--f50);
    font-weight: 600;
    color: #000;
}
.fa_htitle h4 {
    margin-top: 10px;
    color:#999;
    font-size: 14px;
    font-family: "Antonio-Regular";
    text-transform: uppercase;
    letter-spacing: 2px;
}


/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
    /* background: #000; */
 overflow:hidden;
}
.fa_Home .fa_hBanner .fa_li{
 background:#000;
 overflow:hidden;
}
.fa_Home .fa_hBanner .fa_pic {
    font-size:0;
    line-height:1;
    overflow: hidden;
}
.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
 height:100vh;
 object-fit:cover;
}

.fa_Home .fa_hswp_btn>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(31, 75, 104, 0.3);
    padding: 20px 5px;
    font-size: 30px;
    z-index: 10;
    cursor: pointer;
}
.fa_Home .fa_hBanner .fa_tit{
 position:absolute;
 left:0;
 right:0;
 bottom:15%;
 z-index:5;
 text-align:left;
 transition:all 0.5s;
}

.fa_Home .fa_hBanner .fa_tit .fa_wrap{
    max-width:var(--wrapper);
    width:92%;
    padding:0 20px;
 margin:auto;
 
}
.fa_Home .fa_hBanner .fa_tit h3{
    font-size:var(--f60);
    font-weight:600;
    color:#fff;
 transition:all 0.5s;
 opacity: 0;
 transform:translateY(20px);
}

.fa_Home .fa_hBanner .fa_tit h6{
    font-size:16px;
    color:rgba(255,255,255,0.5);
    transition:all 0.5s;
    opacity: 0;
    transform:translateY(20px);
    font-weight:400;
    text-transform:capitalize;
    font-family: "Antonio-Regular";
}
.fa_Home .fa_hBanner .fa_tit .fa_i{
    margin:40px 0;
    font-size:0;
}

.fa_Home .fa_hBanner .fa_tit .fa_i i{
    display:inline-block;
    width:20px;
    height:20px;
    border-radius:50%;
    background:#fff;
}
.fa_Home .fa_hBanner .fa_tit .fa_i i:nth-child(1){
   animation:bannerspan 2s infinite alternate;
}
.fa_Home .fa_hBanner .fa_tit .fa_i i:nth-child(2){
    animation:bannerspan2 2s infinite alternate;
    background:var(--main-color);
}

@keyframes bannerspan
{
    0 {  transform:translateX(0);}
    100% {  transform:translateX(20px);}
}
@keyframes bannerspan2
{
    0 {  transform:translateX(0);}
    100% {  transform:translateX(-20px);}
}
.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h3{
 opacity:1;

 transform:translateY(-0%);
  transition:all 0.8s 0.4s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6{
 opacity:1;

 transform:translateY(-0%);
  transition:all 0.8s 0.4s;
}

.fa_Home .fa_hBanner .fa_tit img{
 max-width:50%;
 width:auto;
}
.fa_Home .fa_hswp_btn .fa_btn_l {
    left: 0;
}

.fa_Home .fa_hswp_btn .fa_btn_r {
    right: 0;
}
.fa_Home .fa_hswp_page {
    position:absolute;
    right:5%;
    bottom:15%;
    left: unset;
    width: 60px;
}
.fa_Home .fa_hswp_page>span{
      display:block;
      margin: 15px 0!important;
      width: 38px;
      height: 38px;
      position: relative;
      z-index: 6;
      background:transparent;
}
.fa_Home .fa_hswp_page>span svg{
        display: block;
    width: 38px;
    height: 38px;
    position: relative;
    transform: rotate(-45deg);
}

.fa_Home .fa_hswp_page>span i{
       position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color 0.3s ease-out;
    display: block;
}

.fa_Home .fa_hswp_page>span i:after{
        content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fa_Home .fa_hswp_page>span svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    transform: rotate(-45deg);
}

.fa_Home .fa_hswp_page>span svg circle {
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 0.6s ease-out;
}

.fa_Home .fa_hswp_page>span.swiper-pagination-bullet-active svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 6s ease-out;
}

.fa_Home .fa_hswp_page>span.swiper-pagination-bullet-active i {
    border-color: rgba(255, 255, 255, 0.3);
}
.fa_Home .fa_hBanner .fa_scroll{
    position:absolute;
    left: 30px;
    color:#fff;
    opacity:0.5;
    font-size:12px;
    bottom: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
 
     animation:bannerline 2s infinite alternate linear;
}

.fa_Home .fa_hBanner .fa_scroll span{
 writing-mode: tb;
 text-transform: uppercase;
 margin-bottom:10px;
}

.fa_Home .fa_hBanner .fa_scroll i{
    width:1px;
    background:#fff;
    opacity:0.3;
    display: block;
 height:100px;
}
@keyframes bannerline
{
    0% { transform:translateY(0);}
    100% { transform:translateY(50px);}
}
@media screen and (max-width: 768px) {

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    min-height:400px;
 object-fit:cover;
}
 
}
/**/
.fa_hWorkshop{
    background:#eee;
}
.fa_hWorkshop .fa_Img{
    padding-bottom: 70%;
}
.fa_hWorkshop .fa_htitle {
    /* margin:0; */
}
.fa_hWorkshop .fa_list{
    position:relative;
}

.fa_hWorkshop .fa_list .fa_btn_l{
    left: -25px;
    background:#aaa;
}
.fa_hWorkshop .fa_list .fa_btn_r{
    right:-25px;
    background:#aaa;
}
.fa_hWorkshop .fa_list .fa_list_btn>div:hover{
    background:var(--main-color);
}
/**/
.fa_hpro2 .fa_li{
    position:relative;
    display: block;
}
.fa_hpro2 .fa_li .fa_Img{
    padding-bottom:61.6666666%;
  border: solid 1px #ddd;
}
.fa_hpro2 .fa_li .fa_tit{
    padding:30px 0;
    text-align:center;
    color:#888;
    font-size:16px;
    
}

.fa_hpro2 .fa_li .fa_tit>h3{
    
    font-size:16px;
    font-weight:400;
}

.fa_hpro2 .fa_li .fa_tit>h3 span{
    color:#333;
    margin-right:10px;
}
.fa_hpro2 .fa_li .fa_link{
    position: absolute;
    left:0;
    right:0;
    top:0%;
    bottom:0;
    background:rgba(0,35,124,0.8);
    color:#fff;
    display: flex;
    align-items:center;
    justify-content:center;
    transition:all 0.5s;
    color:#fff;
    opacity: 0;
}

.fa_hpro2 .fa_li:hover .fa_link{
    opacity: 1;
}
.fa_hpro2 .fa_pro2_page{
    display: flex;
    max-width:600px;
    margin:3vw auto 0;
    align-items: center;
    justify-content: space-between;
}
.fa_hpro2 .fa_btn{
    font-size:var(--f30);
    color:#aaa;
    cursor: pointer;
    transition:all 0.5s;
}

.fa_hpro2 .fa_btn:hover{
    color:var(--main-color);
}
.fa_hpro2 .fa_line2{
    height:1px;
    width:calc(100% - 100px);
    margin: 0 10px;
    position: relative;
}
/**/
.fa_habout{
 background:#f4f5f9;
}
.fa_habout .fa_wrapper{
    padding-left:80px;
}
 .fa_habout .fa_htitle{
  border-left:#ddd solid 1px;
  padding-left:3vw;
  position:relative;
 }

 .fa_habout .fa_htitle:before{
  content:"";
  left:-1px;
  top:0;
  position:absolute;
  height:50%;
  background:var(--main-color);
  width:1px;
  
 }
 .fa_habout .fa_tt {
     margin-bottom:30px;
 }
  .fa_habout .fa_tt .fa_right{
      font-size:16px;
      color:#999;
      line-height:30px;
  }
.fa_habout .fa_map{
        height: 600px;
    position: relative;
}
.fa_habout .fa_map  img {
    width: 100%;
    height: 100%;
    opacity: 0.35;
}
.fa_habout .fa_map .stars{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.fa_habout .fa_map .stars .region-list {
  position: absolute;
  cursor: pointer;
}
.fa_habout .fa_map .stars .region-list .area-box {
  z-index: 77;
}
.fa_habout .fa_map .stars .region-list .area-box .dot {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-box-direction: normal;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 1;
  background: var(--main-color);
}
.fa_habout .fa_map .stars .region-list .area-box .pulse {
  position: absolute;
  border-radius: 48px;
  opacity: 0.3;
  -webkit-animation: warn 2s ease-out both;
  animation: warn 2s ease-out both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: rgba(0,36,125,0.4);
  top: -23px;
  left: -23px;
  height: 51px;
  width: 51px;
  box-shadow: 0 0 20px var(--main-color);
}
.fa_habout .fa_map .stars .region-list .area-box .delay-06 {
  animation-delay: 2s;
}
.fa_habout .fa_map .stars .region-list .area-box .delay-05 {
  animation-delay: 1.6s;
}
.fa_habout .fa_map .stars .region-list .area-box .delay-04 {
  animation-delay: 1.2s;
}
.fa_habout .fa_map  .stars .postition-1 {
  right: 19%;
  top: 32%;
}
.fa_habout .fa_map  .stars .postition-2 {
  left: 15%;
  top: 32%;
}
.fa_habout .fa_map  .stars .postition-3 {
  left: 47%;
  top: 23%;
}
.fa_habout .fa_map  .stars .postition-4 {
  right: 30%;
  top: 35%;
}
.fa_habout .fa_map  .stars .postition-5 {
  right: 40%;
  top: 25%;
}
.fa_habout .fa_map  .stars .postition-6 {
  right: 77%;
  top: 61%;
}
.fa_habout .fa_map  .stars .postition-7 {
  right: 50%;
  top: 50%;
}
.fa_habout .fa_map  .stars .postition-8 {
  right: 50%;
  top: 25%;
}
.fa_habout .fa_map  .stars .postition-9 {
  right: 33%;
  top: 25%;
}
.fa_habout .fa_map  .stars .postition-10 {
  right: 75%;
  top: 25%;
}

@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.fa_habout .fa_jump dl{
    border-bottom: 1px solid #ddd;
    padding:1.2vw 0 1.8vw 0;
}

.fa_habout .fa_jump dl dt span{
    color: var(--main-color);
    font-size: var(--f50);
    /* font-weight:700; */
    font-family: "Antonio-Bold";
}
.fa_habout .fa_jump dl dt i{
    color: #aaa;
    font-size: var(--f24);
    margin-left:15px;
}
.fa_habout .fa_jump dl dd{
        color: #aaa;
    font-size: 14px;
    margin-top: 0;
}
.fa_habout .fa_jump  .fa_More{
 margin-top:2vw;
}
@media screen and (min-width: 769px) {
     .fa_habout .fa_tt .fa_left{
       width:30%;
   }
   .fa_habout .fa_tt .fa_right{
       width:65%;
       
   }
   .fa_habout .fa_cc .fa_left{
       width:65%;
   }
   .fa_habout .fa_cc .fa_right{
       width:30%;
       
   }
    
}
@media screen and (max-width: 768px) {
    .fa_habout .fa_left,.fa_habout .fa_right{
        width:100%;
    }
    .fa_habout .fa_right{
        margin-top:20px;
    }
.fa_habout .fa_map{
        width: 100%;
    height: 200px;
}
.fa_habout .fa_map dl{
    padding:20px;
}
}
/*pro*/

.fa_hpro .fa_htitle{
    margin:0;
}

@media screen and (min-width: 1201px) {
    .fa_hpro .fa_list{
        background:#111;
        padding-left:79px;
    }
 
.fa_Home .fa_hBanner .fa_tit .fa_wrap{
 padding-left:80px;
}
}
@media screen and (min-width: 769px) {
   .fa_hpro .fa_list{
       display: flex;
       
   }
.fa_hpro .fa_li{
    width:15%;
    transition:all 0.5s;
    background:#000;
    position: relative;
    display: block;
}
.fa_hpro .fa_li.fa_on{
    width:45%!important;
}

 .fa_hpro .fa_li .fa_tit{
     position:absolute;
     left:3vw;
     top:3vw;
     writing-mode: tb-rl;
 }
  .fa_hpro .fa_li .fa_tit h3{
      color:#fff;
      font-size: var(--f30);
      font-weight: 400;
  }
 
  .fa_hpro .fa_li .fa_tit p{
   text-transform:uppercase;
   font-size: 12px;
   color:#fff;
   margin-left:16px;
   opacity: 0.4;
   font-family: "Antonio-Light";
   letter-spacing: 2px;
  }
.fa_hpro .fa_li .fa_Img{
    height:700px;
    
}

.fa_hpro .fa_li .fa_Img img{
    opacity: 0.25;
}

.fa_hpro .fa_li.fa_on .fa_Img img{
    opacity: 0.9;
}
.fa_hpro .fa_li .fa_btn{
    position: absolute;
    bottom:20px;
    left:0;
    right:0;
    padding-right:3vw;
    text-align: right;
}
.fa_hpro .fa_li .fa_btn span{
    display: inline-flex;
    width:50px;
    height:50px;
    align-items: center;
    justify-content: center;
    border:#fff solid 1px;
    transition:all 0.5s;
    font-size: 16px;
    color:#fff;
    opacity:0;
    transform: translateX(50px);
}
 
.fa_hpro .fa_li.fa_on:hover .fa_btn span{
 border-color:var(--main-color);
 background:rgba(0,25,125,0.8);
}

.fa_hpro .fa_li.fa_on .fa_btn span{
    transform: translateX(0);
    opacity: 1;
}
.fa_hpro .fa_li .fa_btn i{
    display: block;
    transform: rotate(45deg);
}
.fa_hpro .fa_li .fa_btn:before{
    content:"";
    left:0;
    bottom: 22px;
    height:1px;
    width:0;
    position: absolute;
    display: block;
    background: #fff;
    transition:all 0.5s;
    opacity: 0.2;
}

.fa_hpro .fa_li.fa_on .fa_btn:before{
    width: calc(100% - 80px - 3vw);
    opacity: 0.2;
}
}

@media screen and (max-width: 768px) {
 .fa_hpro .fa_list{
  display:flex;
  padding:0 10px;
  
  justify-content:space-between;
  flex-wrap:wrap;
 }
  .fa_hpro .fa_li{
   width:50%;
   display:block;
   padding:5px;
   margin-bottom:10px;
  }
 .fa_hpro .fa_li .fa_Img{
    padding-bottom:110%;
}
  .fa_hpro .fa_li .fa_tit p{
   font-size:12px;
   color:#999;
   margin-top:10px;
  }
 
  .fa_hpro .fa_li .fa_tit h3{
   font-size:16px;
   color:#000;
   margin-top:5px;
  }
 .fa_hpro .fa_li .fa_btn{
  display:none;
 }
}

/**/
.fa_hnew{
    background:url(/template/en/images/newsbg.jpg) left top no-repeat;
    background-size:cover;
}
.fa_hnew .fa_li {
    position:relative;
}

.fa_hnew .fa_li:before{
    content:"";
    bottom:0;
    left:0;
    width:0;
    background:var(--main-color);
    height:1px;
    transition:all 0.5s;
    position:absolute;
    display: block;
}

.fa_hnew .fa_li:hover:before{
    width:100%;
}
.fa_hnew .fa_li .fa_Img{
    padding-bottom:60%;
}
.fa_hnew .fa_li .fa_cnt{
    padding:var(--f24) 0;
    border-bottom:#ddd solid 1px;
}
.fa_hnew .fa_li .fa_data{
    font-size: 16px;
    color:#999;
    font-family: "Antonio-Regular";
}
.fa_hnew .fa_li .fa_tit{
    font-size:var(--f24);
    color:#000;
    line-height:2;
    height:48px;
    text-overflow:-o-ellipsis-lastline;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:2;
line-clamp:2;
-webkit-box-orient:vertical;
margin:var(--f24) 0;

    
}
.fa_hnew .fa_li .fa_link{
    font-size:16px;
}

.fa_hnew .fa_li .fa_link span{
    color:#999;
 margin-right:5px;
}

.fa_hnew .fa_li .fa_link{
        color:var(--main-color);
}
@media screen and (min-width: 769px) {
   
.fa_hnew .fa_left{
    width:350px;
    display:flex;
   flex-direction: column;
    justify-content: space-between;
    padding-left:70px;
}

.fa_hnew .fa_right{
      width:calc(100% - 350px);
      padding-left:5vw;
}
.fa_hnew .fa_li{
    margin-bottom:0;
}
 
}

@media screen and (max-width: 768px) {
    
 .fa_hnew .fa_left{
  width:100%;
  display:flex;
  justify-content:space-between;
 }
 
 .fa_hnew .fa_right{
  width:100%;
 }
 .fa_hnew .fa_li{
   width:100%;
  margin:20px 0 0;
 }
  .fa_hnew .fa_li .fa_data{
   font-size:12px;
  }
 .fa_hnew .fa_li .fa_tit{
    font-size:16px;
    color:#000;
    height:48px;
  line-height:24px;
    margin:10px 0;
    
        
    }
 .fa_hnew .fa_li .fa_link{
    font-size:14px;
}

}


/**/
.fa_hadv{
    position:relative;
} 
.fa_hadv .fa_wrapper{
    padding-left:80px;
}
.fa_hadv .fa_htitle{
    margin-bottom:5vw;
}
.fa_hadv .fa_hadv_page{
 font-size: var(--f24);
 color: #ccc;
 width: auto;
 /* padding-left: 70px; */
 text-align: left;
 position:relative;
 width: 90px;
 height: auto;
 line-height: 1;
 bottom: unset;
 left: unset;
 /* font-weight: 800; */
}

.fa_hadv .fa_hadv_page span{
 font-weight:500;
 font-family: "Antonio-Regular";
}

.fa_hadv .fa_htitle .fa_right .fa_line{
 width: calc(100% - 300px);
 position:relative;
 /* margin-right:20px; */
 height:1px;
 background:#ccc;
}

.fa_hadv .fa_htitle .fa_right .fa_line .swiper-pagination-progressbar-fill{
 background:var(--main-color);
 
}

 .fa_hadv .fa_hadv_page .fa_active{
  color:var(--main-color);
 }
 .fa_hadv .fa_list2_btn{
     display: flex;
 }
   .fa_hadv .fa_list2_btn>div{
       display:block;
       font-size:20px;
       line-height:60px;
       width: 60px;
       text-align: center;
       cursor: pointer;
       position:relative;
   }
   
   .fa_hadv .fa_list2_btn>div.fa_btn_l{
       background: #f4f5f9;
       color:var(--main-color);
   }
    .fa_hadv .fa_list2_btn>div.fa_btn_r{
       color: #fff;
       background:var(--main-color);
   } 
  
  .fa_hadv .fa_li {
      background:var(--main-color);
      position:relative;
  } 
    .fa_hadv .fa_li .fa_num{
        position:absolute;
        font-size: 16vw;
        color:#fff;
        opacity:0.1;
        left: -5vw;
        bottom: -4vw;
        line-height: 1;
        font-weight: 800;
    }
  .fa_hadv .fa_li .fa_left .fa_wrap{
      padding:3vw 5vw;
  }
  
  
  .fa_hadv .fa_li .fa_left h6{
      color:#fff;
      opacity: 0;
      font-size: var(--f24);
      font-weight: 300;
      text-transform: uppercase;
      font-family: "Antonio-Regular";
  }
  .fa_hadv .fa_li .fa_left h3{
      font-size:var(--f40);
      color: #fff;
   font-weight:600;
      margin-top: 20px;
  }
  .fa_hadv .fa_li .fa_left .fa_sum{
      margin:3vw 0;
      font-size:14px;
      color:#fff;
      opacity:0.6;
   text-overflow:-o-ellipsis-lastline;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:3;
line-clamp:3;
-webkit-box-orient:vertical;
line-height:24px;
   height:72px;
  }
  .fa_hadv .fa_li .fa_left p{
      padding-top:20px;
      border-top:solid 1px rgba(255,255,255,0.2);
      display: flex;
      justify-content: space-between;
      align-items:center;
   width:100%;
   color:#fff;
   position:relative;
  }

  .fa_hadv .fa_li .fa_left p:before{
   content:"";
   left:0;
   position:absolute;
   top:0;
   background:#fff;
   height:1px;
   width:0;
   transition:all 0.5s;
  }

  .fa_hadv .fa_li:hover .fa_left p:before{
   width:100%;
  }
   .fa_hadv .fa_li .fa_left p span{
       font-size:14px;
    text-transform:capitalize;
   }
   .fa_hadv .fa_li .fa_left p i{
       font-size:24px;
   }
    .fa_hadv .fa_li .fa_right .fa_Img{
        padding-bottom:62.5%;
    }
  .fa_hadv .fa_li .fa_right img{
      width:100%;
      
  }
@media screen and (min-width: 769px) {
  .fa_hadv .fa_htitle .fa_left{
      width:50%;
  }
  .fa_hadv .fa_htitle .fa_right{
      width:50%;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .fa_hadv .fa_li{
      position:relative;
      display: flex;
   align-items:center;
  }
   .fa_hadv .fa_li .fa_left{
      width:50%;
  }
  .fa_hadv .fa_li .fa_right{
      width:50%;
  }
  
}

@media screen and (max-width: 768px) {
  .fa_hadv .fa_htitle>div{
     width:100%;
  }
  
  .fa_hadv .fa_list2_btn{
     display: flex;
   justify-content:center;
   margin-top:30px;
 }
   .fa_hadv .fa_list2_btn>div{
       display:block;
       font-size:20px;
       line-height:46px;
       width:46px;
       text-align: center;
       cursor: pointer;
       
   }
 .fa_hadv .fa_li .fa_left h6{
  font-size:14px;
  
 }
  .fa_hadv .fa_li .fa_left .fa_wrap{
   padding:20px;
  }
  .fa_hadv .fa_li .fa_left{background: var(--main-color);}
}


/**/
.fa_hcase {
 position:relative;
}
.fa_hcase .fa_wrapbox,.fa_hcase .fa_wrapper{

 padding-left:70px;
}
.fa_hcase .fa_swplist{
 position:relative;
 margin-top:5vw;
 overflow: hidden;
  width: 96%;
    margin: 0 0 0 auto;
    max-width: calc((100vw - 1520px) / 2 + 1520px);
}
.fa_hcase .fa_li{
    position: relative;
    padding-right: 13vw;
    margin-bottom: 10vw;
    display: block;
}

.fa_hcase .fa_li .fa_caseimg{
    transform: scale(0.7,0.6);
    transform-origin:left bottom;
    filter:grayscale(1);
    transition:all 0.5s;
    padding-bottom:65%;
    opacity:0.5;
}

.fa_hcase .fa_li .fa_caseimg:before{
 position:absolute;
 height:00%;
 left:0;
 right:0;
 transition:all 0.5s;
 background:linear-gradient(transparent,var(--main-color));
 bottom:0;
 content:"";
 z-index:2;
 opacity:0.8;
}

.fa_hcase .swiper-slide-active  .fa_li .fa_caseimg:before{
 
   transition:all 0.8s 0.5s;
 height:40%;
}
.fa_hcase .swiper-slide-active .fa_li .fa_caseimg{
  transform:scale(1);
   transition:all 0.8s 0.5s;
 filter:grayscale(0);
    opacity:1;
 
}
.fa_hcase .fa_li .fa_proimg{
  width: 35%;
  position:absolute;
  top: 40%;
  right: 5%;
  z-index:2;
  opacity:0;
  transition:all 0.5s;
  max-width: 330px;
}
.fa_hcase .swiper-slide-active .fa_li .fa_proimg{
 opacity:1;
 transition:all 0.8s 0.5s;
}
.fa_hcase .fa_li .fa_proimg .fa_Img{
       padding-bottom: 130%;
}

.fa_hcase .fa_li .fa_proimg .fa_Img img{filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));}
.fa_hcase .fa_li .fa_tit{
    position:absolute;
    left:0;
    bottom:0;
 padding:2vw;
 opacity:0;
 transition:all 0.5s;
 transform:translateY(100%);
 width:60%;
}
.fa_hcase .swiper-slide-active .fa_li .fa_tit{
 transition:all 0.8s 0.5s;
 opacity: 1;
 transform:translateY(0%);
}
.fa_hcase .fa_li .fa_tit h3{
 font-size:var(--f30);
 color:#fff;
 
}

.fa_hcase .fa_li .fa_tit p{
 font-size:14px;
 color:#fff;
 margin-top:20px;
}
 .fa_hcase .fa_list2_btn{
     display: flex;
 }
   .fa_hcase .fa_list2_btn>div{
       display:block;
       font-size:20px;
       line-height:60px;
       width: 90px;
       text-align: center;
       cursor: pointer;
   }
   
   .fa_hcase .fa_list2_btn>div.fa_btn_l{
       background: #f4f5f9;
       color:var(--main-color);
   }
    .fa_hcase .fa_list2_btn>div.fa_btn_r{
       color: #fff;
       background:var(--main-color);
   }
@media screen and (min-width: 769px) {
     .fa_hcase  .fa_wrapper{
         position:relative;
     }
    .fa_hcase  .fa_swplist .swiper-container{
        position:relative;
    }
    
    .fa_hcase  .fa_swplist .swiper-container:before{
        content:"";
        position:absolute;
        right:-20px;
        top:0;
        bottom:10vw;
        width:1px;
        background:#eee;
    }
   .fa_hcase  .fa_list2_btn{
       position:absolute;
       top: calc(3vw + 86px);
       right: 0;
       z-index: 10;
       width: calc(100% - 980px);
       justify-content: flex-end;
   }
   .fa_hcase .fa_swplist .swiper-container{
       max-width: 1100px;
       width: 75%;
       overflow: visible;
       margin-left:0;
   }
 .fa_hcase .fa_wrapper{
  position:relative;
 }
.fa_hcase .fa_hcase_page{
 position:absolute;
 right: 0;
 top:0;
 font-size: var(--f24);
 color:#bbb;
 bottom: unset;
 left: unset;
 padding-left: 100px;
 text-align: center;
 width:auto;
 font-family: "Antonio-Regular";
}
    
.fa_hcase .fa_hcase_page span{
    font-family:inherit;
}
 .fa_hcase .fa_hcase_page .swiper-pagination-current{
  color:var(--main-color);
  font-family: "Antonio-Regular";
 }
}
@media screen and (max-width: 768px) {
 .fa_hcase .fa_li .fa_tit h3{
  font-size:16px;
 }
  .fa_hcase .fa_li .fa_tit {
   padding:20px;
  }
 .fa_hcase .fa_li .fa_tit p{
 font-size:12px;
 color:#fff;
 margin-top:5px;
}
  .fa_hcase  .fa_list2_btn{
     display: flex;
   justify-content:center;
   margin-top:30px;
 }
   .fa_hcase  .fa_list2_btn>div{
       display:block;
       font-size:20px;
       line-height:46px;
       width:46px;
       text-align: center;
       cursor: pointer;
       
   }
}

/**/
.fa_hpartern{
    position:relative;
    background:#f3f5f7;
}
.fa_hpartern:before{
    content:"";
    width:60%;
    height: 70%;
    max-height:500px;
    position:absolute;
    left:0;
    top:0;
    max-width:960px;
    background:url(/template/en/images/hzbg.jpg) left top no-repeat;
    background-size:auto;
}
.fa_hpartern .fa_wrapper{ 
    position: relative;
    z-index: 2;
    margin-top:3vw;
}
.fa_hpartern .fa_box{
    background:#fff;
}

.fa_hpartern .fa_box .fa_right article{
    font-size:var(--f20);
    color:#333;
    margin:3vw 0;
    
}

.fa_hpartern .fa_box .fa_left img{
    width:100%;
}
.fa_hpartern .fa_More a{
    background:#f3f5f7;
}

.fa_hpartern .fa_box .fa_right .fa_Img{
    padding-bottom:62.5%;
}
@media screen and (min-width: 769px) {
   .fa_hpartern .fa_box{
       align-items:center;
   }
.fa_hpartern .fa_box .fa_left{
    width:50%;
    
} 
.fa_hpartern .fa_box .fa_right{
    width:50%;
    padding:3vw 5vw;
}.fa_hpartern .fa_More i{
    font-size:20px; 
}
} 

@media screen and (max-width: 768px) {
    
.fa_hpartern .fa_box>div{
    width:100%;
}

.fa_hpartern .fa_box .fa_right{
    padding:20px;
}
 
.fa_hpartern .fa_box .fa_right article{
 font-size:14px;
 
}
}

 

@media only screen and (min-width: 1201px) {
   .fa_Header .fa_Headerwrap {
        padding-left: 70px;
    }
     .fa_foot01{
       padding-left:70px!important;
   }
     
}
@media screen and (max-width: 1200px) {
 .fa_hcase .fa_wrapbox,.fa_hnew .fa_left,.fa_habout .fa_wrapper,.fa_hadv .fa_wrapper{
  padding-left:0!important;
 } 
 
}<!--0.00020194053649902-->