/**/
.fa_Homebg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    background-repeat: no-repeat;
    background-size: 200vmax; 
    background-size: 200lvmax;
    background-position: center center;
    pointer-events: none;
    background-image: var(--backSVG);
}
.fa_htitle.fa_text_w * {
    color: #fff;
    /* font-weight: 300; */
}

.fa_htitle { 
    margin-bottom: 3vw;
}

.fa_htitle h2 {
    font-size: var(--f40);
    font-weight: 800;
    color: var(--main-color);
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    /* display: block; */
}

.fa_htitle h4 { 
    margin-top: 5px;
    color: #333;
    font-size: var(--f50);
    font-weight: 500;
    text-transform: uppercase;
    /* font-family: 'Poppins', sans-serif; */
}

.loader{
    display:inline-block;
  animation: 2s ccround linear infinite;
  margin-top:20px;
}
.circle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin: 0 1px;
  position: relative;
  overflow: hidden;
}
.circle:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:linear-gradient(45deg,rgba(255,255,255,0.3),rgba(255,255,255,0));
}

.circle-1 {
  background: #ff8700;
  animation: 5s ccbg1 linear infinite;
}

.circle-2 {
    
  animation: 5s ccbg2 linear infinite;
}
@keyframes ccround {
    0% {
        transform: rotate(0);
    }
    50% {
         transform: rotate(180deg);
    }
    100% {
         transform: rotate(360deg);
    }
}

@keyframes ccbg1{
    0% {
       
  background:#ffd615;
    }
    20% {
        
  background: #ddf516;
    }
    40% {
        
  background: #21e6c1;
    }
    60% {
        
  background: #50c4ed;
    }
    80% {
        
  background: #47d6b6;
    }
    100% {
        
  background: #ff6600;
    }
}

@keyframes ccbg2{
    0% {
       
  background:#ff006c;
    }
    20% {
        
  background: #ff5da2;
    }
    40% {
        
  background: #5d13e7;
    }
    60% {
        
  background: #fd0054;
    }
    80% {
        
  background: #e2434b;
    }
    100% {
        
  background: #d72323;
    }
}

/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
    /* background: #000; */
    overflow: hidden;
}
.fa_Home .fa_hBanner .swiper-slide{
    overflow: hidden;
}
.fa_Home .fa_hBanner .fa_li {
    background: #000;
    overflow: hidden;
    position: relative; 
}

.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%;
    transform: translateY(-50%);
    z-index: 5;
    text-align: left;
    transition: all 0.5s;
    top: 50%;
    right: 0;
}

.fa_Home .fa_hBanner .fa_tit .fa_wrap {
    max-width: var(--wrapper);
    width: 96%;
    padding: 0 10px;
    margin: auto;
}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: var(--f20);
    text-transform: uppercase;
    /* font-family: 'Poppins', sans-serif; */
    opacity: 0;
    transform: translateY(30px);
    color: rgba(255, 255, 255, 1);
    margin-top: 3vw;
    max-width: 520px;
    line-height: 1.5;
    font-weight: 400;
}

.fa_Home .fa_hBanner .fa_tit h3 {
    font-size: var(--f50);
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 700;
    text-transform: capitalize;
    font-family:
    'Poppins', sans-serif;
    line-height: 1;
    text-transform: uppercase;
}

.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: var(--f60);
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
    color: #fff;
    /* font-family: 'Poppins', sans-serif; */
    position: relative;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h4 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h3 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.5s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.6s;
}

.fa_hBanner .fa_swplist_btn{
    position: absolute;
    width: 94%;
    max-width: var(--wrapper);
    padding: 0 20px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    bottom: calc(60px + 2vw);
    align-items: center;
    z-index: 5;
}
.fa_hBanner .fa_swplist_btn .fa_page_num {
    max-width: 200px;
    display: flex;
    align-items: center;
}
.fa_hBanner .fa_swplist_btn .fa_page_num>* {
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.fa_hBanner .fa_swplist_btn .fa_page_num i {
    width: 50px;
    height: 1px;
    margin: 0 20px;
    background: #fff;
}
.fa_hBanner .fa_swplist_btn .fa_anniu>div.fa_btn_l {
   color:#fff;
   font-size:50px;display: inline-block;
    cursor: pointer;
   
   transform:rotateY(180deg); 
}

.fa_hBanner .fa_swplist_btn .fa_anniu>div.fa_btn_r {
    color:#fff;
   font-size:50px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .fa_Home .fa_hBanner .fa_tit h3,
    .fa_Home .fa_hBanner .fa_tit h6 {
        font-size: var(--f20);
    }
    .fa_Home .fa_hBanner .fa_tit h4 {
        font-size: 14px;
    }
    .fa_htitle .fa_tt_span {
        display: none;
    }
    .fa_Home .fa_hBanner .fa_pic img,
    .fa_Home .fa_hBanner .fa_pic video {
        min-height: 400px;
        object-fit: cover;
        height: 50vh;
    }
    
.circle {
    display:none!important;
}
   
}

/**/
.fa_hAbout{
  /* background:linear-gradient(45deg,#fffff3,#d7ffd0);*/
    position:relative;
   
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(50px);
}
.fa_hAbout .fa_sum{
    font-size:16px;
    color:#888;
    line-height:2;
    margin:2vw 0 3vw;
}
.fa_hAbout .fa_right .fa_pic{
    position:relative;
    
}

.fa_hAbout .fa_right .fa_pic .fa_cc{
    content:"";
    position: absolute;
    left:0;
    right:0; 
    top:0;
    bottom:0;
    background:linear-gradient(#ef629f,#f79d00);
    border-radius: 10px;
    transform: rotate(5deg);
    transform-origin: left bottom;
}
.fa_hAbout .fa_right .fa_pic img{
    width:100%;
    border-radius: 10px;
    position: relative;
}
@media screen and (min-width: 769px) {
    .fa_hAbout .fa_wrapper{
        display: flex;
        align-items:center;
    }
    .fa_hAbout .fa_left{
        width:60%;
        padding-right:8vw;
    }
    
    .fa_hAbout .fa_right{
        width:40%;
    }
    
    .fa_hAbout .fa_right .fa_pic{
        position:relative;
    }
}

@media screen and (max-width: 768px) {
    .fa_hAbout .fa_left{
        margin-bottom:40px;
    }
.fa_hAbout .fa_sum{
    font-size:14px;
    margin-bottom:30px;
}
}
/**/
.fa_hPro {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(50px);
}
.fa_hPro .fa_grid:before{
    content:"";
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    background: url(../images/t01.png) no-repeat center/contain;
    top: -50px;
}
.fa_hPro .fa_grid{
     background: linear-gradient(45deg,#56ab2f,#a9cb03);
     border-radius:30px;
    position:relative;
}

.fa_hPro .fa_grid .fa_wrapper{
    position:relative;
    z-index:3;
}
.fa_hPro .fa_li{
    display: block;
}
.fa_hPro .fa_Img{
    padding-bottom:100%;
    background:#fff;
    border-radius: 10px 10px;
}

.fa_hPro .fa_Img .fa_info{
    position:absolute;
    left:20px;
    right:20px;
    top:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:3vw;
    color:#fff;
    bottom:20px;
    background: linear-gradient(45deg,rgba(73,190,183,0.95),rgba(255,214,21,0.95));
    border-radius:20px;
    opacity:0;
    transform:scale(0.9) rotateY(90deg);
    transition:all 0.5s;
}
.fa_hPro .swiper-slide:nth-child(4n+1) .fa_Img .fa_info{
     background: linear-gradient(45deg,rgba(234,125,199,0.95),rgba(70,195,219,0.95));
}

.fa_hPro .swiper-slide:nth-child(4n+2) .fa_Img .fa_info{
     background: linear-gradient(45deg,rgba(255,89,89,0.95),rgba(221,245,22,0.95));
}

.fa_hPro .swiper-slide:nth-child(4n+3) .fa_Img .fa_info{
     background: linear-gradient(45deg,rgba(91,231,196,0.95),rgba(151,100,199,0.95));
}
.fa_hPro .fa_Img .fa_info:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background:url(../images/rainbow.png) no-repeat center / contain;
    opacity:0.5;
    
}

.fa_hPro .fa_Img .fa_info div{
    position:relative;
}
.fa_hPro .fa_Img .fa_info h5{
    text-align: center;
    margin-bottom:20px;
    color:#fff;
    font-size:var(--f20);
}
.fa_hPro .fa_li:hover .fa_Img .fa_info{
    
    opacity:1;
    transform:scale(1) rotateY(0);
}

.fa_hPro .fa_Img .fa_info p{
      text-overflow:-o-ellipsis-lastline;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:4;
line-clamp:4;
-webkit-box-orient:vertical;
    
    font-size:16px;
    line-height:30px;
    max-height:120px;
}
.fa_hPro .fa_tit{
    background:#fff;
    margin-top:2px;
    border-radius: 10px 10px;
    padding:20px;
    position:relative;
    padding-right:80px;
}

.fa_hPro .fa_tit i{
    position:absolute;
    width:60px;
    height:60px;
    top:50%;
    transform:translateY(-50%) scale(0.7);
    right:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#fff;
    background:#dce35b;
    border-radius:500px;
    transition:all 0.5s;
    
}

.fa_hPro .fa_li:hover .fa_tit i{
    
    background:#45b649;
    transform:translateY(-50%) scale(1);
}
.fa_hPro .fa_tit h3{
    font-size:var(--f18);
    color:#333;
    padding-bottom:10px;
    
}
.fa_hPro .fa_tit p{
   font-size:14px;
    color:#999;
    text-transform:capitalize;
}
.fa_hPro .fa_list{
    position:relative;
}
@media screen and (min-width: 769px) {
    
.fa_hPro {
    padding:10px 2vw;
}
.fa_hPro .fa_plist_btn>div{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:24px;
    width:60px;
    height:60px;
    background:#fff;
    border-radius:50%;
    color:#66b127; 
    transition:all 0.5s;
    z-index:10;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    box-shadow:0 2px 20px rgba(0,0,0,0.1);
    transition:all 0.5s;
    cursor:pointer;
    opacity:0;
}
    
.fa_hPro .fa_plist_btn>div:hover{
    background:var(--main-color);
    color:#fff;
}
.fa_hPro .fa_plist_btn .fa_btn_l{
    left:-30px;
}
    
.fa_hPro .fa_list:hover .fa_plist_btn .fa_btn_l{
    left:-80px;
     opacity:1;
}
.fa_hPro .fa_plist_btn .fa_btn_r{
    right: -30px;
}
    .fa_hPro .fa_list:hover .fa_plist_btn .fa_btn_r{
    right:-80px;
         opacity:1;
}
}

@media screen and (max-width: 768px) {
    .fa_hPro .fa_grid:before{
        max-width:50px;
        top: -75px;
    }
    .fa_hPro .fa_list{
        margin-top:30px;
    }
    .fa_hPro .fa_grid{
        border-radius:0;
    }
    .fa_hPro .fa_plist_btn{
        color:#fff;
        font-size:20px;
        margin-top:30px;
        display:flex;
        justify-content:center;
    }
    
    .fa_hPro .fa_plist_btn>div{
        cursor:pointer;
        margin:0 20px;
    }
}
/**/
.fa_hAdv{
     background:url(../images/picbg.jpg);
     background-attachment: fixed;
    position:relative;
}
.fa_hAdv:before{
    content:"";
    left:0;
    top:0;
    right:0;
    height:50%;
    position:absolute;
    background:linear-gradient(rgba(255,255,255,1),transparent);
}
.fa_hAdv .fa_wrapper{
    position:relative;
}
.fa_hAdv .fa_list{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.fa_hAdv  .fa_li{
    position: relative;
}

.fa_hAdv  .fa_li img{
    max-width:100%;
}
@media screen and (min-width: 769px) {
    .fa_hAdv .fa_list .fa_li{
        width:calc((100% - 80px) / 5);
        height: 20vw;
    }
  .fa_hAdv  .fa_li .topbox .imgbg{
          position: absolute;
          left: 0;
          top: 0%;
          opacity: .5;
          mix-blend-mode: multiply;
          width: 100%;
          height: 100%;
          /* -webkit-transition: ease 1s; */
          transition: ease 1s;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
   } 
  .fa_hAdv  .fa_li .ico {
    height: 3.75vw;
    transition: ease .8s;
    width: 50px;
    position: relative;
    margin: auto;
}
.fa_hAdv  .fa_li .topbox{
    height: 11vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b2d430;
    border-radius: 500px 500px 0 0;
    overflow: hidden;
    /* padding-bottom: 2.6041666667vw; */
    transition: ease 1s;
    transform: translateY(30%);
    opacity: 0;
    margin-bottom: -2.6041666667vw;
}
    
.fa_hAdv  .fa_li:nth-child(1) .topbox{
    background:#22b2da;
}
    
.fa_hAdv  .fa_li:nth-child(2) .topbox{
    background:#9764c7;
}
    
.fa_hAdv  .fa_li:nth-child(3) .topbox{
    background:#fc5c9c;
}
    
.fa_hAdv  .fa_li:nth-child(4) .topbox{
    background:#ff6d24;
}
.fa_hAdv  .fa_li:hover .topbox {
    transform: translateY(0%);
    opacity: 1; 
}
.fa_hAdv  .fa_li .btmbox{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background: rgba(255, 255, 255, .95);
    border-radius: 2.6041666667vw 2.6041666667vw 7.2916666667vw 7.2916666667vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    text-align: center;
}
.fa_hAdv  .fa_li .btmbox .ico{
    text-align: center;
    overflow:hidden;
    height:50px;
    margin-bottom:20px;
    transition: ease .8s;
}
.fa_hAdv  .fa_li  .ico span{
        height: 50px;
        width: 50px;
        display: inline-block;
        transition: ease .8s;
        mask-position:center;
        mask-size:100%;
        margin: auto;
    background: #b2d430;
}

.fa_hAdv  .fa_li:hover  .ico span{
    transform:scale(0.1
                   );
}
.fa_hAdv  .fa_li:nth-child(1) .ico span{
    background:#22b2da;
}
    
.fa_hAdv  .fa_li:nth-child(2) .ico span{
    background:#9764c7;
}
    
.fa_hAdv  .fa_li:nth-child(3) .ico span{
    background:#fc5c9c;
}
    
.fa_hAdv  .fa_li:nth-child(4) .ico span{
    background:#ff6d24;
}
.fa_hAdv  .fa_li:hover .btmbox .ico{
    height:0;
}
.fa_hAdv  .fa_li .btmbox .tit {
    font-size: var(--f22);
    line-height: 1.5625vw;
}
.fa_hAdv  .fa_li .btmbox .desc {
    color: #777;
    opacity: .7;
    min-height: 2.5vw;
    margin-bottom: 1.25vw;
    margin-top: 0.78125vw;
    font-size: 14px;
    line-height: 1.25vw;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.fa_hAdv  .fa_li .dot {
    width: 70%;
    margin: 0 auto;
    height: 3px;
    background: url(../images/dot.png) no-repeat center;
    background-size: auto 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    overflow: hidden;
    opacity: 0;
}
    
.fa_hAdv  .fa_li:hover .dot {
    margin:20px 0;
    opacity:1;
}
}

@media screen and (max-width: 768px) {
     .fa_hAdv .fa_li{
         display:block;
         width:calc((100% - 10px ) / 2);
         margin-top:10px;
         background:#fff;
         border-radius:10px;
         overflow:hidden;
     }
     .fa_hAdv .fa_li:nth-child(1){
         width:100%;
     }
    .fa_hAdv .fa_li .imgbg{
        padding-bottom:100px;
        background-size:cover;
    }
     .fa_hAdv .fa_li .ico{
         display:none;
     }
    .fa_hAdv  .fa_li .btmbox{
        text-align:center;
        padding:20px 10px;
    }
    
    .fa_hAdv  .fa_li .btmbox .tit{
        font-size:16px;
        color:#333;
    }
    .fa_hAdv  .fa_li .btmbox .desc{
        font-size:14px;
        color:#777;
        margin-top:10px;
    }
}
/**/

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

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

/**/

.fa_hNews{
 
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(50px);
    position: relative;
}
.fa_hNews:before{
    width:50%;
    height:100%;
    position:absolute;
    right:0;
    bottom: -5vw;
    background: url(../images/diqiu.png) no-repeat bottom center;
    z-index:2;
    content:"";
    opacity: 0.6;
}
.fa_hNews .fa_wrapper{
    position: relative;
    z-index: 5; 
}

.fa_hNews .fa_li {
    display: block;
    position:relative;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
    border-radius:20px;
}
.fa_hNews .fa_Img{
    padding-bottom:60%;
    border-radius:20px;
    position:relative;
    z-index:3;
}
.fa_hNews .fa_tit{
    background: rgba(255,255,255,0.5);
    padding:40px 20px 40px;
    margin-top:-20px;
    border-radius:0 0 20px 20px;
    transition:all 0.5s;
}

.fa_hNews .fa_li>div{
    position: relative;
}

.fa_hNews .fa_li h6 {
    font-size: 16px;
    color: #2c3b17;
    padding: 15px 0;
    border-bottom: #eee solid 1px;
    font-size: 14px;
    position: relative;
    transition:all 0.5s;
}
.fa_hNews .fa_li h6:before {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    height: 1px;
    z-index: 3;
    width: 0;
    transition: all 0.5s;
    background: var(--main-color);
}

.fa_hNews .fa_li:hover h6:before {
    width: 100%;
}

.fa_hNews .fa_li h3 {
    font-size: var(--f20);
    color: #09120b;
    line-height: 1.5;
    transition: all 0.5s;
    margin: 20px 0;
    /* height:60px; */
    overflow:hidden;
    line-height:30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.fa_hNews .fa_li article {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    line-height: 24px;
    font-size: 14px;
    height: 48px;
    transition: all 0.5s;
    margin-bottom:10px;
    margin-top: 10px;
}

.fa_hNews .fa_li p i{
    width:60px;
    height:60px;
    line-height:60px;
    font-size:20px;
    display:inline-block;
    text-align:center;
    color:#fff;
    border-radius:500px;  transition: all 0.5s;
    position:absolute;
    right:30px;
    bottom:-30px;
    background:var(--main-color);
    border:#fff solid 5px;
    box-shadow:5px 5px 10px rgba(0,0,0,0.1);
    transform:translateY(50%);
    opacity:0;
}

.fa_hNews .fa_li:hover p i{
    opacity:1;
    transform:translateY(0%);
}
    .fa_Home .fa_hNews  #particles-js-service{
     position:absolute;
     left:0;
     top:0;
     width:50%;
     height:80%;
     z-index: 2;
     max-width: 500px;
     height: 70%;
     max-height: 500px;
    }
@media screen and (min-width: 769px) {
    
.fa_hNews .fa_li p{
    text-align:right;
}
}

@media screen and (max-width: 768px) {
    .fa_hNews .fa_li {
        width: 100%; 
        margin: 20px 0 0;
        border-radius:10px;
    }
    .fa_hNews .fa_li .fa_Img{
    
        border-radius:10px;
    }
     .fa_hNews .fa_li .fa_tit{  
         padding:20px;
     }
    .fa_hNews .fa_More {
        display: none;
    }
    .fa_hNews .fa_li p i{ 
    width:40px;
    height:40px;
    line-height:40px;
    font-size:20px;
}
    .fa_hNews .fa_li article{
        margin:10px 0 20px;
    }
    .fa_hNews .fa_li h3{
        margin:10px 0;
    }
}     

