.fa_htitle {
  margin-bottom: 3vw;
  position: relative;
}

.fa_htitle.fa_text_w h2 {
  color: #fff;
}

.fa_htitle.fa_text_w h6 {
  color: #fff;
  font-weight: 400;
}

.fa_htitle h2 {
  position: relative;
  line-height: 1;
  font-size: var(--f24);
  font-weight: 700;
  color: var(--main-color);
  /* margin-top: 20px; */
}

.fa_htitle h2 i {
  display: inline-block;
  width: 20px;
  margin-right: 15px;
  height: 20px;
  background: url(../images/tt_ico.png) left center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.fa_htitle h4 {
  margin-top: 20px;
  font-size: var(--f36);
  color: #333;
  font-weight: 300;
  line-height: 1.3;
}

.fa_htitle h4 span {
  display: inline-block;
  color: var(--main-color);
  font-weight: 500;
}

.fa_htitle h6 {
  margin-top: 20px;
}


.fa_htitle h6 span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 500px;
  mix-blend-mode: multiply;
}



/*banner*/
.fa_Home .fa_hBanner {
  position: relative;
  /* background: #000; */
  overflow: hidden;
}

.fa_Home .fa_hBanner .fa_li {
  overflow: hidden;
  position: relative;
  background: #000;
}

.fa_Home .fa_hBanner .fa_li .fa_proimg {
  position: absolute;
  width: 35%;
  right: 5%;
  top: 50%;
  max-width: 600px;
  z-index: 10;
  transform: translate(50%, -50%);
  margin-top: 60px;
  opacity: 0;
  transition: all 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_li .fa_proimg {
  opacity: 1;
  transform: translate(0, -50%);
}

.fa_Home .fa_hBanner .fa_li .fa_proimg img {
  width: 100%;
  filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.45));
}

.fa_Home .fa_hBanner .fa_pic {
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
}


.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
  width: 100%;
  opacity: 0.5;
  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: center; */
  transition: all 0.5s;
  top: 50%;
  right: 0;
  z-index: 10;
}

.fa_Home .fa_hBanner .fa_tit .fa_wrapper h6 {
  max-width: 700px;
}

.fa_Home .fa_hBanner .fa_tit h2 {
  font-size: 3.5rem;
  opacity: 0;
  transform: translateY(30px);
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  /* margin-top: 1.5rem; */
  font-weight: 700;
}

.fa_Home .fa_hBanner .fa_tit h3 {
  font-size: var(--f30);
  color: #fff;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(20px);
  line-height: 1.2;
  position: relative;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.fa_Home .fa_hBanner .fa_tit h3 span {
  position: relative;
}

.fa_Home .fa_hBanner .fa_tit h6 {
  font-size: var(--f24);
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(30px);
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  margin-top: 30px;
  letter-spacing: 0;
}

.fa_Home .fa_hBanner .fa_tit h6 span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#00fff0), to(#12e2a3));
  background-image: linear-gradient(to right, #00fff0, #12e2a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-family: 'satoshi', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

.fa_Home .fa_hBanner .fa_More {
  margin-top: 3vw;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(20px);
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_More {
  opacity: 1;
  transform: translateY(-0%);
  transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h2 {
  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;
}


@media screen and (min-width: 769px) {
  .fa_Home .fa_hBanner .fa_boxpage {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5vw;
    z-index: 10;
  }

  .fa_hBanner .fa_boxpage .fa_wrapper {
    display: flex;
    align-items: center;

  }

  .fa_hBanner .fa_boxpage .fa_btn {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 500px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin-right: 1vw;
    transition: all 0.5s;
    cursor: pointer;
  }

  .fa_hBanner .fa_boxpage .fa_btn:hover {
    background: #fff;
    color: var(--main2-color);
  }

  .fa_hBanner .fa_boxpage .fa_pgbtn {
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--f20);
    margin-left: 30px;
    width: auto;
  }

  .fa_hBanner .fa_boxpage .fa_pgbtn .swiper-pagination-current {
    color: #fff;
    font-size: var(--f36);
  }
  

.fa_Home .fa_hBanner .fa_li .fa_bg:before {
  position: absolute;
  left: -5%;
  width: 0%;
  background: rgba(29, 89, 166, 0.65);
  z-index: 6;
  bottom: 0;
  top: 0;
  content: '';
  -webkit-clip-path: polygon(0 0, 10vw 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  transition: all 1s;
  opacity: 0;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_li .fa_bg:before {
  width: 80%;
  opacity: 1;
}

.fa_Home .fa_hBanner .fa_li .fa_bg:after {
  position: absolute;
  right: 0;
  background: rgba(29, 89, 166, 0.75);
  z-index: 6;
  top: 0;
  width: 0;
  height: 20vw;
  content: '';
  -webkit-clip-path: polygon(100% 0, 20% 0, 100% 100%);
  clip-path: polygon(100% 0, 20% 0, 100% 100%);
  transition: all 0.6s;
  opacity: 0;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_li .fa_bg:after {
  width: 10vw;
  opacity: 1;
}
}

@media screen and (max-width: 768px) {
  
.fa_Home .fa_hBanner .fa_tit h2 {
  font-size:22px;
}
  .fa_htitle h2:before {
    background: linear-gradient(215deg, var(--main2-color), transparent);
    opacity: 0.5;
  }

  .fa_htitle.fa_text_c h2:before {
    display: none;
  }

  .fa_htitle h2 {
    font-size: 16px;
  }
  .fa_htitle h4{
    margin-top:10px;
  }
  .fa_htitle{
    margin-bottom:40px;
  }
  .fa_hBanner .fa_boxpage {
    text-align: center;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:5;
    padding:0;
    width:100%;
  }
  
  .fa_hBanner .fa_boxpage .fa_wrapper{
    width:100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .fa_hBanner .fa_pgbtn{
    display:none;
  }
  .fa_hBanner .fa_btn{
    display:inline-flex;
    width:40px;
    height:40px;
    background:rgba(0,0,0,0.2);
    align-items:center;
    justify-content:center;
    color:#fff;
    
  }

  .fa_htitle h2 i{
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }

  .fa_hBanner .fa_swp_btn>div {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .fa_Home .fa_hBanner .fa_tit {
    /*! transform:none; */
    /*! top:10%; */
    text-align: center;
    padding: 0 10vw;
    top: 15%;
    transform: none;
  }

  .fa_Home .fa_hBanner .fa_tit h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .fa_Home .fa_hBanner .fa_tit h4 {
    margin-top: 30px;
    font-size: 13px;
    line-height: 2;
  }

  .fa_Home .fa_hBanner .fa_tit h6 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .fa_htitle .fa_tt_span {
    display: none;
  }

  .fa_Home .fa_hBanner .fa_pic:before {
    width: 100%;
  }

  .fa_Home .fa_hBanner .fa_pic img,
  .fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    height: 70vh;
    max-height: 500px;
    object-fit: cover;
    opacity:0.4;
  }

  .fa_Home .homeBanner_navbtn {
    display: none;
  }

  .fa_Home .fa_hBanner .fa_swpbtn {
    display: none;
  }

  .fa_Home .fa_swp_button span {
    width: 10px;
    height: 10px;
  }

  .fa_hBanner .fa_page {
    padding: 0;
  }
  .fa_Home .fa_hBanner .fa_li .fa_proimg{
    right:unset;
    left:50%;
    transform: translate(-50%, 10%);
    bottom: 10%;
    width: 55%;
    top: unset;
  }
  .fa_Home .fa_hBanner .fa_bg:before{
    position:absolute;
    content:"";
    left:0;
    right:0;
    bottom:0;
    height:0%;
    transition:all 1s;
  background: rgba(29, 89, 166, 0.75);
  }
  
  .fa_Home .fa_hBanner .swiper-slide-active .fa_bg:before{
    height:36%;
  }
  .fa_Home .fa_hBanner .swiper-slide-active .fa_li .fa_proimg{
    transform:translate(-50%,0);
  }
}

/**/
.fa_hCate .fa_it {
  display: block;
  position: relative;
  background: #fff;
}

.fa_hCate .fa_it .fa_tit h4 {
  font-size: var(--f30);
  color: #555;
  font-weight: 600;
  transition: all 0.5s;
}

.fa_hCate .fa_it .fa_tit p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  color: #777;
  margin-top: 20px;
}

.fa_hCate .fa_it img {
  width: 100%;
  transition: all 0.7s;
}

.fa_hCate .fa_left .fa_sum {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 30px;
  text-align: justify;
  color: #777;
}

@media screen and (min-width: 769px) {
  
.fa_hCate .fa_it .fa_link {font-size: 14px;line-height: 36px;padding: 0 10px;text-align: center;background: #fff;color: #333;position: relative;transition: all 0.5s;border-radius: 10px 1px;}

.fa_hCate .fa_it .fa_link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 0%;
  background: var(--main-color);
  transition: all 0.5s;
}

.fa_hCate .swiper-slide-active .fa_it .fa_link:hover {
  color: #fff;
}

.fa_hCate .swiper-slide-active .fa_it .fa_link:hover:before {
  width: 100%;
}

.fa_hCate .fa_it .fa_link span {
  display: block;
  position: relative;
}

  .fa_hCate .swiper-slide .fa_itbox {
    padding: 0 30px;
    perspective: 500px;
  }

  .fa_hCate .swiper-container {
    /* overflow: visible; */
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .fa_hCate .fa_it .fa_ico {
    max-width: 60px;
    margin-bottom: 20px;
  }

  .fa_hCate .swiper-slide-prev .fa_it {
    opacity: 0;
  }

  .fa_hCate .swiper-slide-active .fa_it .fa_ico img {
    filter: brightness(10);
  }

  .fa_hCate .fa_it .fa_Img {
    padding-bottom: 130.96646%;
    transition: all 0.5s;
    background: #000;
    opacity: 0;
  }

  .fa_hCate .fa_it .fa_Img img {
    opacity: 0.8;
  }

  .fa_hCate .swiper-slide-active .fa_it .fa_Img {
    opacity: 1;
  }

  .fa_hCate .fa_it {
    transform: rotateY(-16deg) translate(0, 0);
    transition: all .7s;
    border-radius: 2px 30px 2px 30px;
    box-shadow: 30px 0 40px rgba(150, 162, 162, .2);
    position: relative;
    overflow: hidden;
  }

  .fa_hCate .fa_it:before {
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 0%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    z-index: 2;
    position: absolute;
    opacity: 0;
  }

  .fa_hCate .swiper-slide-active .fa_it:before {
    opacity: 1;
    height: 80%;
  }

  .fa_hCate .swiper-slide-active .fa_it {

    transform: rotateY(0deg) translate(0, 0);
  }

  .fa_hCate .fa_it .fa_num {
    position: absolute;
    right: 3vw;
    top: 3vw;
    color: var(--main-color);
    font-weight: 700;
    font-size: 4vw;
    transition: all 0.6s;
    line-height: 1;
    opacity: 0.2;
  }

  .fa_hCate .swiper-slide-active .fa_it .fa_num {
    opacity: 0;
    transform: translateY(-60px);
  }

  .fa_hCate .fa_it .fa_tit {
    padding: 3vw;
    bottom: 0;
    right: 0;
    transition: all 0.5s;
    transform: translateY(56px);
    position: absolute;
    z-index: 3;
    left: 0;
  }

  .fa_hCate .fa_it .fa_tit h3 {
    transition: all 0.7s;

  }

  .fa_hCate .swiper-slide-active .fa_it .fa_tit h4 {
    color: #fff;
  }

  .fa_hCate .swiper-slide-active .fa_it .fa_tit p {
    color: #fff;
  }

  .fa_hCate .fa_it .fa_link {
    transition: all 0.6s;
    opacity: 0;
    margin-top: 20px;
    overflow: hidden;
  }

  .fa_hCate .swiper-slide-active .fa_it:hover .fa_tit {
    transform: translateY(0);
  }

  .fa_hCate .swiper-slide-active .fa_it:hover .fa_link {
    opacity: 1;
  }

  .fa_hCate {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .fa_hCate:before {
    width: 0%;
    position: absolute;
    right: -25%;
    bottom: 0;
    top: 0;
    background: #f5f5f5;
    content: "";
    -webkit-clip-path: polygon(20% 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(20% 100%, 100% 100%, 100% 0, 0 0);
    transition: all 1.5s;
  }

  .fa_hCate.started:before {
    width: 80%;
  }

  .fa_hCate .fa_left {
    width: 50%;
    margin-right: -10%;
    /* padding-right: 10%; */
  }

  .fa_hCate .fa_right {
    width: 60%;
  }

  .fa_hCate .fa_left .fa_wrapbox {
    max-width: calc(760px + 5vw);
    padding-left: 5vw;
    padding-right: 15vw;
    margin: 0 0 0 auto;
    width: 96%;
  }
}

@media screen and (max-width: 768px) {
  .fa_hCate .fa_left .fa_wrapbox {
    width:96%;
    padding:20px 10px;
    margin:auto;
    margin-bottom:20px;
  }
  .fa_hCate .fa_left .fa_htitle{
    text-align:center;
    margin-bottom:20px;
  }
  .fa_hCate .fa_left .fa_sum{
    font-size:14px;
    line-height:1.7;
  }
  .fa_hCate .fa_boxbtn{
    text-align:center;
  }
  .fa_hCate .fa_boxbtn>div.fa_btn{
    margin:0;
    margin-right:10px;
  }
  .fa_hCate .fa_it{
    display:block;
  }
  .fa_hCate .fa_it .fa_num{
    display:none;
  }
  
  .fa_hCate .fa_it .fa_Img{
    padding-bottom:50%;
    
  }
  .fa_hCate .fa_it .fa_ico{
    display:none;
  }
   .fa_hCate .fa_it {
     padding-bottom:20px;
   }
  .fa_hCate .fa_it  .fa_tit{
    padding:20px;
    text-align:center;
    background:rgba(255,255,255,0.95);
    width:90%;
    margin:-80px auto auto;
    position:relative;
    z-index:3;
    box-shadow:5px 5px 10px rgba(0,0,0,0.15);
    border-radius:10px;
  }
  .fa_hCate .fa_it .fa_link{
    margin-top:15px;
  }
  .fa_hCate .fa_it .fa_link span{
    display:inline-block;
    background:var(--main-color);
    color:#fff;
    font-size:14px;
    padding:8px 20px;
    border-radius:3px;
  }
}

/**/
.fa_hPro {
  background: #f5f5f5;
  position: relative;
}

.fa_hPro .fa_it {
  display: block;
}

.fa_hPro .fa_it .fa_Img {
  padding-bottom: 100%;
}
.fa_hPro .fa_li{
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
  transition:all 0.5s;
  position:relative;
  overflow:hidden;
}

.fa_hPro .fa_li:before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  right:0;
  height:0;
  background:linear-gradient(transparent,#ddd);
  transition:all 0.5s;
}
.fa_hPro .fa_li:hover:before{
  height:100%;
}
.fa_hPro .fa_li .fa_Img{
    padding-bottom: 80%;
  background:#fff;
  border-radius:10px;
  position:relative;
}
.fa_hPro .fa_li .fa_tit {
    padding: 10px;
  position:relative;
}

.fa_hPro .fa_li .fa_tit h3{
  font-size:var(--f22);
  color:#333;
  padding-bottom:20px;
  border-bottom:#eee solid 1px;
  font-weight:500;
  position:relative;
  transition:all 0.5s;
  text-align:center;
}

.fa_hPro .fa_li:hover .fa_tit h3{
  color:var(--main-color);
}

.fa_hPro .fa_li .fa_tit h3:before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:1px;
  background:var(--main-color);
  display:block;
  transition:all 0.5s;
}

.fa_hPro .fa_li:hover .fa_tit h3:before{
  width:100%;
}
.fa_hPro .fa_li .fa_tit p{
  font-size:14px;
  color:#666;
  margin-top:20px;
  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:20px;
  height:60px;
}
.fa_hPro .fa_li .fa_link{
  width:100%;
  background:#eee;
  line-height:50px;
  text-align:center;
  border-radius:5px;
  font-size:14px;
  color:#666;
  position:relative;
  margin-top:20px;
  transition:all 0.5s;
}
.fa_hPro .fa_li:hover .fa_link{
  background:var(--main-color);
  color:#fff;
  
}

.fa_hPro .fa_li .fa_link span{
  margin-right:5px;
  transition:all 0.5s;
  display:inline-block;
}

.fa_hPro .fa_li:hover .fa_link span{
  margin-right:10px;
}
@media screen and (min-width: 769px) {

  .fa_hPro:before {
    width: 0%;
    position: absolute;
    right: -41%;
    bottom: 0;
    top: 0;
    background: #eee;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    transition: all 1.5s;
  }

  .fa_hPro.started:before {
    width: 80%;
  }

  .fa_hPro .fa_wrapper {
    position: relative;
  }

  .fa_hPro {
    padding: 4vw 0 5vw;
  }

  .fa_hPro .fa_swplist {
    position: relative;
  }

  .fa_hPro .fa_boxbtn {
    position: absolute;
    right: 0;
    bottom: calc(100% + 4vw);
  }

  .fa_hPro .fa_boxbtn .fa_btn {
    color: #333;
    background: transparent;
    border: #aaa solid 1px;

  }

  .fa_hPro .fa_boxbtn .fa_btn:hover {
    border-clor: var(--main-color);
  }

  .fa_hPro .fa_it .fa_Img {
    transform: translateY(1vw) scale(0.9);
  }

  .fa_hPro .swiper-container {
    overflow: visible;
  }

  .fa_hPro .fa_it {
    position: relative;
    padding: 3vw;
    transition: all 0.7s;
  }

  .fa_hPro .fa_it .fa_bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 30px;
    transition: all 0.8s;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
  }

  .fa_hPro .fa_it:hover .fa_bg:before {
    border-radius: 500px;
  }

  .fa_hPro .fa_it .fa_bg:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #eee;
    border-radius: 500px;
    transition: all 0.6s;
    width: 50%;
    height: 50%;
    opacity: 0;
  }

  .fa_hPro .fa_it:hover .fa_bg:after {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }

  .fa_hPro .fa_it .fa_tit h3 {
    font-size: var(--f20);
    color: #333;
    top: 1.5vw;
    left: 0;
    padding: 0 1.5vw;
    position: absolute;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.7s;
  }

  .fa_hPro .fa_it:hover .fa_tit h3 {

    transform: translateX(-50%);
    left: 50%;
  }

  .fa_hPro .fa_it .fa_tit p {
    text-align: center;
    font-size: 14px;
    position: absolute;
    color: #999;
    left: 0;
    right: 0;
    top: calc(1.5vw + 35px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.6s;
    opacity: 0;
    transform: translateY(30px);
    padding: 0 4vw;
  }

  .fa_hPro .fa_it:hover .fa_tit p {
    opacity: 1;
    transform: translateY(0);
  }

  .fa_hPro .fa_it .fa_link {
    position: absolute;
    background: #eee;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    right: 0;
    bottom: 0;
    border-radius: 500px;
    align-items: center;
    transition: all 0.8s;
  }

  .fa_hPro .fa_it .fa_link {}

  .fa_hPro .fa_it:hover .fa_link {
    right: 50%;
    transform: translateX(50%);
    background: var(--main-color);
  }

  .fa_hPro .fa_it .fa_link span {
    width: 90px;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    padding-left: 15px;
    transition: all 0.5s;
  }

  .fa_hPro .fa_it:hover .fa_link span {
    color: #fff;
  }

  .fa_hPro .fa_it .fa_link i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border: #fff solid 2px;
    border-radius: 500px;
    background: #ddd;
    transition: all 0.5s;
  }

  .fa_hPro .fa_it:hover .fa_link i {
    background: var(--main2-color);
  }
}

@media screen and (max-width: 768px) {
  .fa_hPro .fa_htitle{
    text-align:center;
    margin-bottom:30px;
  }
  .fa_hPro .fa_it{
    background:#fff;
    padding:0px;
  }
  .fa_hPro .fa_it .fa_tit{
    padding:20px;
  }
  
  .fa_hPro .fa_it .fa_tit h3{
    font-size:16px;
    color:#000;
    margin-bottom:10px;
  }
  .fa_hPro .fa_it .fa_tit p{
    color:#666;
    font-size:13px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
  }
  .fa_hPro .fa_it .fa_link{
    padding:10px 20px;
    background:#ddd;
    text-align:center;
    font-size:12px;
  }
  
  .fa_hPro .fa_it .fa_link i{
    display:none;
  }
  .fa_hPro .fa_boxbtn{
    text-align:center;
    margin-top:20px;
  }
  .fa_hPro .fa_boxbtn>div.fa_btn{
    background:#ddd;
    color:#fff;
  }
}

/**/
.fa_hAbout {
  position: relative;
}


.fa_hAbout .fa_jump {
  display: flex;

}

.fa_hAbout .fa_jump dl {
  margin: 0 1.5vw;
}

.fa_hAbout .fa_jump dt span {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.fa_hAbout .fa_jump dt i {
  font-size: var(--f20);
  font-weight: 500;
  line-height: 1;
}

.fa_hAbout .fa_jump dd {
  font-size: var(--f18);

  line-height: 1;
  font-weight: 300;
  margin-top: 15px;
}

.fa_hAbout .fa_sum {
  text-align: justify;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 3rem;
}

@media screen and (min-width: 769px) {
  .fa_hAbout:before {
    width: 0%;
    position: absolute;
    left: -40%;
    bottom: 0;
    top: 0;
    background: #f5f5f5;
    content: "";
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    transition: all 1.5s;
  }

  .fa_hAbout.started:before {
    width: 80%;
  }

  .fa_hAbout .fa_pic {
    overflow: hidden;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.15);
    border-radius: 5vw 5px 5vw 5px;
  }

  .fa_hAbout .fa_wrapper {
    display: flex;
    align-items: center;
  }

  .fa_hAbout .fa_left {
    width: 50%;
    position: relative;
  }

  .fa_hAbout .fa_jump {
    position: absolute;
    left: -2vw;
    bottom: 2vw;
    background: var(--main-color);
    padding: 2rem 2rem;
    border-radius: 2px 2.5rem 2px 2.5rem;
    color: #fff;

    box-shadow: -20px 10px 30px rgba(0, 0, 0, 0.15);
  }

  .fa_hAbout .fa_right {
    width: 50%;
    padding-left: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .fa_hAbout .fa_jump{
    background:var(--main-color);
    color:#fff;
    width:80%;
    margin:-30px auto 30px;
    position:relative;
    padding: 20px 10px;
    border-radius:10px 0 10px 0;
  }
  .fa_hAbout .fa_jump dl{
    width:50%;
    text-align:center;
  }
  
  .fa_hAbout .fa_jump dl:nth-child(1){
    border-right:rgba(255,255,255,0.2) solid 1px;
  }
  .fa_hAbout .fa_jump dl dt span{
    font-size:20px;
  }
  
  .fa_hAbout .fa_jump dl dt i{
    font-size:14px;margin-left:5px;
  }
  .fa_hAbout .fa_jump dl dd{
    font-size:13px;
    font-weight:400;
    margin-top:8px;
  }
  .fa_hAbout .fa_htitle{
    text-align:center;
  }
  .fa_hAbout .fa_sum{
    font-size:14px;
    line-height:2;
    
  }
  .fa_hAbout .fa_More{
    text-align:center;
  }
}

/**/
.fa_hAdv{
    position: relative;
}

 .fa_hAdv .fa_it .fa_cntbox h2{
      font-size:var(--f24);
      color:#333;
      font-weight:600;
 }
 
 .fa_hAdv .fa_it .fa_cntbox h2 i{
     width:30px;
     height:30px;
     display: inline-flex;
     color:#fff;
     background: var(--main-color);
     border-radius:500px;
     align-items: center;
     justify-content: center;
     font-weight: 700;
     font-size: 16px;
     vertical-align: text-top;
     margin-right: 10px;
 }
 .fa_hAdv .fa_it .fa_cntbox p{
     font-size:14px;
     margin-top:24px;
     line-height:2;
     color:#444;
 }
 
 .fa_hAdv .fa_it .fa_titbox h6{
   color:#fff;
   font-size:14px;
   font-weight:300;
 }
 .fa_hAdv .fa_it .fa_titbox h3{
   font-size:var(--f30);
   color:#fff;
   margin-top:20px;
 }
@media screen and (min-width: 769px) {
  .fa_hAdv:before {
    width: 0%;
    position: absolute;
    left: -24%;
    bottom: 0;
    top: 0;
    background: #f5f5f5;
    content: "";
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    transition: all 1.5s;
  }

  .fa_hAdv.started:before {
    width: 80%;
  }
  .fa_hAdv .fa_list{
      display: flex;
      justify-content: space-between;
      margin-left:-10px;
      margin-right:-10px;
  }
  .fa_hAdv .fa_it{
      width:10%;
      transition:all 0.8s;
      margin:0 10px;
      /* border-radius:4vw; */
      position: relative;
  }
  
  .fa_hAdv .fa_it .fa_tt{
      position: absolute;
      bottom:2vw;
      left:50%;
      transform:translateX(-50%);
      transition:all 0.5s;
      writing-mode: tb;
  }
  
  .fa_hAdv .fa_it .fa_tt>*{
      display: inline-block;
  }
  
  .fa_hAdv .fa_it .fa_tt span{
      /* writing-mode: tb; */
      color:#fff;
      font-size:var(--f18);
      font-weight:500;
  }
  
  .fa_hAdv .fa_it .fa_tt i{
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--main-color);
      color:#fff;
      border-radius: 500px;
      font-size: 12px;
      font-weight:600;
      margin-top: 20px;
      transform: rotate(-90deg);
  }
  
  .fa_hAdv .fa_it.fa_on .fa_tt{
      transform: translateX(10px);
      opacity: 0;
  }
  .fa_hAdv .fa_it .fa_ico{
      left:50%;
      transform:translateX(-50%);
      transition:all 0.5s;
      width:70%;
      max-width:50px;
      top:3vw;
      transition:all 0.7s;
      position: absolute;
    
  }
  
  .fa_hAdv .fa_it.fa_on .fa_ico{
    opacity:0;
    
      transform:translateX(50%);
  }
  .fa_hAdv .fa_it .fa_ico img{
      width:100%;
  }
  .fa_hAdv .fa_it .fa_titbox{
      position: absolute;
      left:3vw;
      top:3vw;
    transition:all 0.5s;
    transform:translateY(50%);
    opacity:0;
  }
  
  .fa_hAdv .fa_it.fa_on .fa_titbox{
    opacity:1;
    transition-delay:0.5s;
    transform:translateY(0);
  }
  .fa_hAdv .fa_it .fa_cntbox{
      position: absolute;
      left:3vw;
      top: 40vh;
      width: 40vw;
      max-width:500px;
      background: rgba(255,255,255,0.8);
      border-radius: 2vw 5px;
      box-shadow: 10px 10px 30px rgba(0,0,0,0.15);
      transform: translateY(50%);
      opacity: 0;
      transition:all 0.9s;
      padding: 3vw;
      backdrop-filter: blur(10px);
  }
  .fa_hAdv .fa_it.fa_on .fa_cntbox{
      transform: translateY(0%);
      opacity: 1;
      transition-delay: 0.5s;
  }
  .fa_hAdv .fa_it.fa_on{
      width: 90%;
      /* border-radius: 2vw; */
  }
  .fa_hAdv .fa_it .fa_Img{
      height:60vh;
      background: #000;
      border-radius: 5vw;
    transition:all 0.5s;
  }
  
  .fa_hAdv .fa_it.fa_on .fa_Img{
    border-radius:3vw;
  }
  
  .fa_hAdv .fa_it .fa_Img img{
      opacity: 0.8;
  }
  .fa_hAdv{
      padding-top:0;
  }
}

@media screen and (max-width: 768px) {
  .fa_hAdv .fa_htitle{
    text-align:center;
  }
  .fa_hAdv .fa_ico,
  .fa_hAdv .fa_tt,
  .fa_hAdv .fa_titbox{
    display:none;
  }
  .fa_hAdv .fa_Img{
    padding-bottom:50%;
    border-radius:20px;
  }
  .fa_hAdv .fa_it {
    margin-bottom:30px;
  }
  .fa_hAdv .fa_it .fa_cntbox {
    margin-top:20px;
  }
  .fa_hAdv .fa_it .fa_cntbox h2 i{
    width:24px;
    height:24px;
    font-size:14px;
    
  }
  .fa_hAdv .fa_it .fa_cntbox p{
    font-size:14px;
    margin-top:20px;
    line-height:22px;
    color:#666;
  }
}

/**/
.fa_hNews {
  padding: 5vw 0; 
  background: #f5f5f5;
}

.fa_hNews .fa_li {
  position: relative;
  display: block;
}

.fa_hNews .fa_li .fa_Img {
  padding-bottom: 66%;
  border-radius: 2.5rem 0.2rem 2.5rem 0.2rem;
}

.fa_hNews .fa_li .fa_tit {
  padding: 25px 0;
}

.fa_hNews .fa_list h3 {
  font-size: var(--f20);
  color: #111;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 15px;
}

.fa_hNews .fa_li:hover .fa_tit h3 {
  color: var(--main-color);
}

.fa_hNews .fa_list 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;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  color: #777;
  font-weight: 400;

}

.fa_hNews .fa_li .fa_date {
  font-size: 14px;
  margin-top: -30px;
  color: var(--main-color);
  font-family: 'satoshi', sans-serif;
  background: var(--main-color);
  color: #fff;
  width: fit-content;
  padding: 8px 30px;
  transform: translateX(-10px);
  border-radius: 2px 18px 2px 18px;
  transition: all 0.5s;
}

.fa_hNews .fa_li:hover .fa_date {
  background: var(--main2-color);
  transform: translateX(10px);
}

.fa_hNews .fa_li .fa_date span {
  font-size: 20px;
  margin-right: 10px;
  font-weight: 700;
}

.fa_hNews .fa_it {
  display: flex;
  padding: 30px 0;
  border-bottom: #ddd solid 1px;
  position: relative;
}

.fa_hNews .fa_it:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  content: "";
  transition: all 0.5s;
}

.fa_hNews .fa_it:hover:before {
  width: 100%;
}

.fa_hNews .fa_it .fa_data {
  width: 90px;
  border: #ddd solid 1px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  color: #aaa;
  transition: all 0.5s;
}

.fa_hNews .fa_it:hover .fa_data {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.fa_hNews .fa_it .fa_data h5 {
  font-size: var(--f40);
  font-weight: 700;
  line-height: 1;
}

.fa_hNews .fa_it .fa_data h6 {
  font-size: 14px;
  margin-top: 5px;
}

.fa_hNews .fa_it .fa_tt {
  width: calc(100% - 90px);
  padding-left: 30px;
}

.fa_hNews .fa_it:hover h3 {
  color: var(--main-color);
}

@media screen and (min-width: 769px) {
  .fa_hNews .fa_wrapbox {
    display: flex;
  }

  .fa_hNews .fa_left {
    width: 60%;
  }

  .fa_hNews .fa_right {
    width: 40%;
    padding-left: 50px;
  }

  .fa_hNews .fa_left .fa_list {
    display: flex;
    justify-content: space-between;
  }

  .fa_hNews .fa_left .fa_list .fa_li {
    width: calc((100% - 50px) / 2);
  }

  .fa_hNews .fa_it:nth-child(1) {
    padding-top: 0;
  }
}
 
@media screen and (max-width: 768px) {
  .fa_hNews .fa_li .fa_Img{
    border-radius:10px;
    padding-bottom: 50%;
  }
  .fa_hNews .fa_li .fa_date{
    padding:5px 20px;
    border-radius:0 10px 0 10px;
    font-size:14px;
    transform: none;
    margin-top: -31px;
    position: relative;
  }
  .fa_hNews .fa_li .fa_date span{
    font-size:14px;
  }
  .fa_hNews .fa_it{
    background:#fff;
    padding: 20px;
    display: block;
  }
  .fa_hNews .fa_it .fa_data{
    display:none;
  }
   .fa_hNews .fa_it .fa_tt{
     width:100%;
     padding: 0;
   }
  .fa_hNews .fa_list h3{
    font-size:16px;  
  }
}

/**/

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {} 