.fa_htitle.fa_text_w h2 {
    color: #fff;
}

.fa_htitle.fa_text_w h4 {
    color: rgba(255, 255, 255, 0.5);
    /* font-weight: 300; */
}

.fa_boxbg span {
    position: absolute;
    display: block;
    width: 60%;
    max-width: 689px;
}

.fa_boxbg span img {
    max-width: 100%;
}

.fa_htitle {
    margin-bottom: 3vw;
    position: relative;
}

.fa_htitle i {
    position: absolute;
    width: 80px;
    height: 80px;
    background: linear-gradient(139deg, var(--main-color) 20%, transparent 80%);
    border-radius: 500px;
    left: -30px;
    opacity: 0.5;
    top: -15px;
    /* mix-blend-mode: revert-layer; */
}

.fa_htitle h2 {
    font-size: var(--f20);
    font-weight: 500;
    color: #4eac32;
    text-transform: capitalize;
    line-height: 1;
    font-family: 'Barlow Condensed', sans-serif;
    position: relative;
    position: relative;
    mix-blend-mode: darken;
}

.fa_htitle h4 {
    margin-top: 10px;
    font-size: var(--f36);
    color: #243d44;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}

.fa_htitle h6 span {
    display: inline-block;
    margin: 0 6px 0 0;
    height: 5px;
    border-radius: 6px;
    margin-top: 14px;
    background: var(--main-color);
}

.fa_htitle.fa_text_w h6 span {
    background: var(--main2-color);
}

.fa_htitle h6 span:nth-child(1) {
    width: 5px;
    animation: fa_span01_ani 1.2s linear infinite alternate;
}

.fa_htitle h6 span:nth-child(2) {
    width: 48px;
    animation: fa_span02_ani 1.2s linear infinite alternate;
}

@keyframes fa_span01_ani {
    0% {
        width: 5px;
    }

    100% {
        width: 48px;
    }
}

@keyframes fa_span02_ani {
    0% {
        width: 48px;
    }

    100% {
        width: 5px;
    }
}

/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
    /* background: #000; */
    overflow: hidden;
}

.fa_Home .fa_hBanner:before{
    content:"";
    height:30%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    background:linear-gradient(#000,transparent);
    z-index:2;
    opacity:0.5;
    max-height:150px;
}
.fa_Home .fa_hBanner .fa_li {
    overflow: hidden;
    position: relative;
    background: #000;
}

.fa_Home .fa_hBanner .fa_pic {
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    position: relative;
    background: #000;
}


.fa_Home .fa_hBanner .fa_pic:before {
    content: "";
    position: absolute;
    left: 0;
    width:50%;
    top: 0;
    bottom:0;
    background:linear-gradient(90deg,#000,transparent);
    opacity:0.5;
    /*
    
    background-image: url(../images/bannerbg.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    */
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 1;
}

.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;
}


.fa_Home .fa_hBanner .fa_tit .fa_wrap {
    max-width: var(--wrapper);
    width: 96%;
    padding: 0 10px;
    margin: auto;
    position: relative;
    /* text-align: right; */
}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: 1.2vw;
    opacity: 0;
    transform: translateY(30px);
    color: #fff;
    line-height: 1.5;
    /* font-family: 'Barlow Semi Condensed', sans-serif; */
    /* margin: auto; */
    letter-spacing: 0;
    margin-top: 20px;
    max-width: 800px;
}

.fa_Home .fa_hBanner .fa_tit h3 {
    font-size: 3vw;
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.2;
    /* margin-top: var(--f20); */
    position: relative;
    /* display: inline-block; */
    font-weight: 600;
}

.fa_Home .fa_hBanner .fa_tit h3 span {
    position: relative;
}

.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: var(--f26);
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    line-height: 1.5;
    margin-top: var(--f30);
}

.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 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_Home .fa_hBanner .fa_scroll {
    position: absolute;
    right: 0;
    bottom: 0;
    /* transform: translateX(-50%); */
    /* width:96%; */
    max-width: var(--wrapper);
    padding: 0 10px;
    z-index: 10;
}

@keyframes yuan1 {
    0% {
        transform: translate(20%, 0px) rotate(360deg) scale(1.2);
        opacity: 0.1;
    }

    50% {
        transform: translate(10%, -50px) rotate(360deg) scale(0.8);
        opacity: .2;
    }

    100% {
        transform: translate(0%, -100px) rotate(360deg) scale(1);
        opacity: 0.1;

    }
}

@keyframes yuan1 {
    0% {
        transform: translate(20%, 20%) rotate(360deg) scale(1.2);
        opacity: 0.1;
    }

    50% {
        transform: translate(30%, -50px) rotate(360deg) scale(1);
        opacity: .2;
    }

    100% {
        transform: translate(-20%, 100px) rotate(360deg) scale(1.1);
        opacity: 0.1;

    }
}

@keyframes cc_round {
    0% {
        transform: rotate(0);
        opacity: .2;
    }

    100% {
        transform: rotate(360deg);
        opacity: .5;
    }

}

/**/
.fa_hBanner .fa_page {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    max-width: var(--wrapper);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 5;
    padding-right: 130px;
}

.fa_hBanner .fa_swp_btn {
    display: flex;
    width: 180px;
}

.fa_hBanner .fa_swp_btn>div {
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    border-radius: 500px;
    margin-left: 1vw;
    opacity: 1;
}

.fa_hBanner .fa_swp_btn>div:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
    opacity: 1;
}

.fa_hBanner .fa_swp_page {
    font-size: var(--f20);
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Barlow Condensed', sans-serif;
    width: auto;
}

.fa_hBanner .fa_swp_page span {

    font-family: 'Barlow Condensed', sans-serif;
}

.fa_hBanner .fa_swp_page span.swiper-pagination-current {
    font-size: var(--f36);
    color: #fff;
}

@media screen and (min-width: 769px) {
    .fa_hBanner .fa_page {
        bottom: 100px;
        /* margin-bottom:2vw; */
    }

}

@media screen and (max-width: 768px) {
    
.fa_htitle i {
    display:none;
}
.fa_hBanner .fa_swp_btn>div{
    width:40px;
    height:40px;
    font-size:16px;
}
    .fa_Home .fa_hBanner .fa_tit h3,
    .fa_Home .fa_hBanner .fa_tit h6 {
        font-size: 22px;
    }

    .fa_Home .fa_hBanner .fa_tit h4 {
        margin-top:10px;
        font-size: 14px;
    }

    .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: 50vh;
        max-height:400px;
    }

    .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_ssform .fa_wrapper {
    position: relative;
    z-index: 10;
}

.fa_ssform .fa_right form {
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    height: 40px;
    /* border-bottom: #ddd solid 1px; */
    border-radius: 500px;
}

.fa_ssform .fa_right form input {
    width: calc(100% - 50px);
    border-radius: 0;
    border: none !important;
    box-shadow: none !important;
    background: none;
    padding: 0 20px;
}

.fa_ssform .fa_right form button {
    font-size: 24px;
    color: var(--main-color);
    width: 50px;
    border: none !important;
    box-shadow: none !important;
    background: none;
    line-height: 1;
    /* background: var(--main-color); */
    /* color: #fff; */
    /* line-height: 40px; */
}

.fa_ssform {
    background: #eaf5f4;
}

@media screen and (min-width: 769px) {
    .fa_ssform .fa_wrapper {
        /* margin-top: -50px; */
        position: relative;
        display: flex;
        height: 80px;
        align-items: center;
        justify-content: space-between;
        /* padding:0 3vw; */
        z-index: 5;
        /* box-shadow: 4.1px 1.3px 5.3px -20px rgba(0, 0, 0, 0.035),
  33px 10px 42px -20px rgba(0, 0, 0, 0.07); */
    }

    .fa_ssform .fa_left {
        font-size: 14px;
        padding-left: 10px;
        border-left: var(--main-color) solid 2px;
    }

    .fa_ssform .fa_left a {
        font-size: 14px;
        color: #999;
        transition: all 0.5s;
    }

    .fa_ssform .fa_left a:after {
        display: inline-block;
        content: "/";
        margin: 0 5px;
        color: #ddd;

    }

    .fa_ssform .fa_left a:hover {
        color: var(--main-color);
    }

    .fa_ssform .fa_right {
        max-width: 400px;
    }
}


@media screen and (max-width: 769px) {
    .fa_ssform {
        padding: 20px 0;
    }

    .fa_ssform .fa_left {
        font-size: 14px;
        color: #666;
        margin-bottom: 20px;

    }
}


/**/
.fa_hAbout {
    background: url(../images/hbg0001.png) no-repeat left center;

}

.fa_hAbout .fa_sum {
    font-size: 16px;
    line-height: 1.9;
    color: #465154;
    margin-bottom: 3vw;

}

@media screen and (min-width: 769px) {
    .fa_hAbout .fa_wrapper {
        display: flex;

    }

    .fa_hAbout .fa_left {
        width: 50%;
    }

    .fa_hAbout .fa_right {
        width: 50%;
        padding-left: 5vw;
        position: relative;
    }

    .fa_hAbout .fa_right .fa_pic {
        position: relative;
    }

    .fa_hAbout .fa_right:before {
        content: "";
        position: absolute;
        left: -5vw;
        right: 0;
        top: 0;
        bottom: 0;
        background: #cce7e4;
        z-index: -1;
        opacity: 0.4;
    }
}

@media screen and (max-width: 768px) {
    .fa_hAbout .fa_sum{
        font-size:14px;
        margin:30px 0;
    }
    .fa_hAbout .fa_left{
        margin-bottom:40px;
    }
}


/**/
.fa_hPro {
    background: url(../images/hbg002.jpg);
    background-attachment: fixed;
}

.fa_hPro .fa_htitle h2 {
    color: #fff;
    mix-blend-mode: overlay;
}

.fa_hPro .fa_htitle h4 {
    color: #fff;
}

.fa_hPro .fa_li .fa_Img {
    padding-bottom: 80%;
    position: relative;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2))
}

.fa_hPro .fa_li .fa_Img img {}

.fa_hPro .fa_li:hover .fa_Img img {
    transform: translate(-50%, -50%) scale(1);
}

.fa_hPro .fa_li {
    border-radius: 5px;
    background: #fff;
    display: block;
    padding: 50px 30px 0;
    position: relative;
    overflow: hidden;

}

.fa_hPro .fa_li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    transition: all 0.8s;
    content: "";
    background: linear-gradient(transparent, var(--main2-color));

}

.fa_hPro .fa_li:hover:before {
    height: 100%;
}

.fa_hPro .fa_li .fa_tit {
    padding: 50px 10px 20px;
    text-align: center;
    position: relative;
}

.fa_hPro .fa_li .fa_tit h3 {
    color: #333;
    font-weight: 500;
    font-size: var(--f22);
    text-align: center;
    transition: all 0.5s;
}

.fa_hPro .fa_li:hover .fa_tit h3 {
    color: #fff;
}

.fa_hPro .fa_li .fa_tit h3:after {
    content: "";
    margin: 20px auto;
    width: 0;
    transition: all 0.5s;
    background: #fff;
    display: block;
    height: 2px;
}

.fa_hPro .fa_li:hover .fa_tit h3:after {
    width: 20px;
}

.fa_hPro .fa_li .fa_tit p {
    margin-top: 20px;
}

.fa_hPro .fa_li .fa_tit p span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 500px;
    color: #fff;
    font-size: 20px;
    background: #ebf5f4;
    transform: translateY(-10px);
    transition: all 0.5s;
    align-items: center;
    justify-content: center;
    color: #4eac32;
}

.fa_hPro .fa_li:hover .fa_tit p span {
    color: #fff;
    background: var(--main-color);
    transform: translateY(-0);
}

@media screen and (min-width: 769px) {
    .fa_hPro .fa_wrapper {
        position: relative;
    }

    .fa_hPro .fa_box_btn {
        position: absolute;
        right: 0;
        top: 0;
        margin: 30px 0 0;
    }

    .fa_hPro .fa_box_btn>div {
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        margin-left: 20px;
        transition: all 0.5s;

    }

    .fa_hPro .fa_box_btn>div:hover {
        background: var(--main-color);
    }
}

@media screen and (max-width: 768px) {
    .fa_hPro .fa_li .fa_tit p{
        display:none;
    }
     .fa_hPro .fa_box_btn{
         text-align:center;
         margin-top:30px;
     }
    .fa_hPro .fa_box_btn>div {
        width:50px;
        height:50px;
        background:rgba(0,0,0,0.2);
        color:#fff;
        margin:0 5px;
    }
}


/**/
.fa_hAdv {
    background: #ebf5f4;
    position: relative;
}

.fa_hAdv:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: url(../images/tree.png) no-repeat right bottom;
    background-size: 100%;
    max-width: 261px;
    max-height: 309px;
}

.fa_hAdv .fa_list {
    display: flex;
    justify-content: space-between;
}

.fa_hAdv .fa_list .fa_it .fa_bg img {
    opacity: 0.5;
}

.fa_hAdv .fa_list .fa_it.fa_on .fa_bg img {
    opacity: 0.8;
}

.fa_hAdv .fa_list .fa_it .fa_ico img {
    width: 100%;
    max-width: 70px;
}

@media screen and (min-width: 769px) {

    .fa_hAdv .fa_list .fa_it {
        transition: all 0.5s;
        position: relative;
        width: 25%;
        margin: 0 10px;
        height: 600px;
        overflow: hidden;
    }

    .fa_hAdv .fa_list .fa_it:before {
        content: "";
        position: absolute;
        left: -40%;
        top: -40%;
        width: 700px;
        height: 700px;
        background: var(--main2-color);
        border-radius: 500px;
        z-index: 2;
        filter: blur(100px);
        transform: scale(0);
        opacity: 0.8;
        transition: all 1s;
    }

    .fa_hAdv .fa_list .fa_it.fa_on:before {

        transform: scale(1.5);
    }

    .fa_hAdv .fa_list .fa_it .fa_ico {
        position: absolute;
        left: 2vw;
        bottom: 2vw;
        z-index: 3;
    }

    .fa_hAdv .fa_list .fa_it .fa_bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #000;

    }

    .fa_hAdv .fa_list .fa_it.fa_on {
        width: 70%;
    }

    .fa_hAdv .fa_list .fa_it .fa_box {
        position: absolute;
        top: 200px;
        padding: 2vw;
        transition: all 0.5s;
        z-index: 3
    }

    .fa_hAdv .fa_list .fa_it.fa_on .fa_box {
        top: 2vw;
    }

    .fa_hAdv .fa_list .fa_it .fa_tit h4 {
        font-size: 14px;
        color: #fff;
        text-transform: capitalize;
        opacity: 0.8;
        margin-bottom: 10px;
        font-family: 'Barlow Condensed', sans-serif;
        /* mix-blend-mode: multiply; */
    }

    .fa_hAdv .fa_list .fa_it .fa_tit h3 {
        color: #fff;
        font-size: var(--f20);
        transition: all 0.5s;
    }

    .fa_hAdv .fa_list .fa_it.fa_on .fa_tit h3 {
        font-size: var(--f30);
    }

    .fa_hAdv .fa_list .fa_it .fa_sum {
        color: #fff;
        margin-top: 20px;
        font-size: 14px;
        opacity: 0;
        line-height: 2;
        transition: all 0.5s;
    }

    .fa_hAdv .fa_list .fa_it.fa_on .fa_sum {
        opacity: 0.9;
        transition-delay: 0.3s;
    }
}

@media screen and (max-width: 768px) {
    .fa_hAdv .fa_list{
        display:block;
        width:100%;
    }
    .fa_hAdv .fa_it{
        position:relative;
         width:100%;
        display:block;
        width:100%;
        margin-top:20px;
        padding:20px;
        border-radius:5px;
        overflow:hidden;
        background:#000;
    }
    .fa_hAdv .fa_it .fa_Img{
        position:absolute;
        left:0;
        top:0;
        bottom:0;
        right:0;
        opacity:0.4;
    }
    .fa_hAdv .fa_it .fa_box{
        position:relative;
    }
    .fa_hAdv .fa_it .fa_tit h4{
        font-size:12px;
        color:#fff;
        text-transform:capitalize;
        
    }
    .fa_hAdv .fa_it .fa_tit h3{
        font-size:var(--f24);
        color:#fff;
        margin-top:10px;
        margin-bottom:30px;
    }
     .fa_hAdv .fa_it .fa_sum{
         font-size:14px;
         color:#fff;
         line-height:1.5;
         font-weight:400;
     }
    .fa_hAdv .fa_it .fa_ico{
        display:flex;
        width:40px;
        height:40px;
        border-radius:500px;
        padding:10px;
        align-items:center;
        justify-content:center;
        background:var(--main-color);
        opacity:1;
        position:relative;
        margin:30px 0 0;
        
    }
}


.fa_hNews {
    background: url(../images/hbg003.jpg) no-repeat center;
    background-size:cover;
}

.fa_hNews .fa_li {
    display: block;
    position: relative;
}

.fa_hNews .fa_li>div {
    padding: 2vw;
    border-radius: 5px;
    overflow: hidden;
    border: #eee solid 1px;
    transition: all 0.5s;
    background: rgba(220, 235, 246, 0.5);
    backdrop-filter: blur(30px);
}

.fa_hNews .fa_li>div:hover {
    background: var(--bg);
    box-shadow:
        1.4px 1.1px 2.2px rgba(0, 0, 0, 0.006),
        3.4px 2.7px 5.3px rgba(0, 0, 0, 0.008),
        6.4px 5.1px 10px rgba(0, 0, 0, 0.01),
        11.4px 9.2px 17.9px rgba(0, 0, 0, 0.012),
        21.3px 17.1px 33.4px rgba(0, 0, 0, 0.014),
        51px 41px 80px rgba(0, 0, 0, 0.02);
    border-color: var(--bg);
}

.fa_hNews .fa_pic {
    max-width: 180px;
    margin-top: 4vw;
    position: relative;

    border-radius: 5px;
    overflow: hidden;
}

.fa_hNews .fa_pic .fa_link {
    transition: all 0.5s;
    opacity: 0;
    background: linear-gradient(45deg, rgba(78, 172, 50, 0.6), rgba(0, 137, 120, 0.8));
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa_hNews .fa_pic .fa_link i {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: var(--main-color);
    line-height: 40px;
    border-radius: 500px;
    text-align: center;
}

.fa_hNews .fa_li:hover .fa_pic .fa_link {
    opacity: 1;
}

.fa_hNews .fa_Img {
    padding-bottom: 66%;
}



.fa_hNews .fa_li h3 {
    font-size: var(--f20);
    color: #333;
    line-height: 1.5;
    transition: all 0.5s;
    margin: 20px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    /* line-height: 30px; */
}

.fa_hNews .fa_li:hover h3 {
    color: var(--main-color);
}

.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: 20px;
}

.fa_hNews .fa_li p {
    font-size: 14px;
    color: var(--main-color);
    font-family: 'Barlow Condensed', sans-serif;
}



@media screen and (max-width: 768px) {
    .fa_hNews .fa_li>div {
        padding: 20px;
    }

    .fa_hNews .fa_li h3 {
        font-size: 16px;
        margin: 10px 0;
    }
	.fa_hNews .fa_pic { max-width:100%}
}

/**/
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}


/**/
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}


/**/
.z_sb_bar {
    display: block;
    cursor: pointer;
    position: relative;
    width: 3.125vw;
    height: 3.125vw;
    z-index: 2;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.z_sb_bar .fa_icc {
    width: 18px;
    height: 30px;
    position: relative;
    border: #fff solid 2px;
    border-radius: 500px;

}

.z_sb_bar .fa_icc:before {
    position: absolute;
    left: 50%;
    height: 5px;
    width: 2px;
    background: #fff;
    transform: translateX(-50%);
    top: 5px;
    content: "";
    animation: iccline 1.2s ease infinite;
}

.z_sb_bar img {
    max-width: 80%;
    max-height: 80%;
    transition: ease 1s;
    display: block;
}

.z_sb_bar::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(78, 172, 50, .6);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    animation: consult linear 2s infinite
}

@keyframes consult {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes zoombig {
    0% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes iccline {
    0% {
        top: 6px;
    }

    100% {
        top: 15px;
        opacity: 0.5;
    }
}

.z_pao {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.z_pao span,
.z_news_pao span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: -1;
    transition: ease 1s;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    opacity: 0;
}

.z_pao span:nth-child(1) {
    background: rgba(78, 172, 50, .6);
    animation: pao 4s linear infinite;
}

.z_pao span:nth-child(2) {
    background: rgba(78, 172, 50, .8);
    animation: pao3 6s linear infinite;
    animation-delay: .3s;
}

.z_pao span:nth-child(3) {
    background: rgba(78, 172, 50, 1);
    animation: pao2 3s linear infinite;
    animation-delay: .8s;
}

/*.z_index_pro li:hover .z_pao i:nth-child(4){  animation:pao3 10s linear infinite; border: 2px solid #c73b83;animation-delay: 1.3s; }
 .z_index_pro li:hover .z_pao i:nth-child(5){  animation:pao 8s linear infinite; border: 2px solid #6e9ad0;animation-delay: .9s;} */
.z_pao span:nth-child(4) {
    animation: pao4 9s linear infinite;
    background: rgba(78, 172, 50, .3);
}

.z_pao span:nth-child(5) {
    animation: pao5 7s linear infinite;
    background: rgba(78, 172, 50, .5);
}

@keyframes pao {
    0% {
        transform: translate(200%, -30px) rotate(360deg) scale(.4, .4);
        opacity: 1;
    }

    50% {
        transform: translate(0%, -70px) rotate(360deg) scale(.8, .8);
        opacity: .5;
    }

    100% {
        transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
        opacity: 0;

    }
}

@keyframes pao2 {
    0% {
        transform: translate(-200%, 0px) rotate(360deg) scale(1, 1);
        opacity: 1;
    }

    50% {
        transform: translate(250%, -50px) rotate(360deg) scale(.8, .8);
        opacity: .5;
    }

    100% {
        transform: translate(100%, -100px) rotate(360deg) scale(.4, .4);
        opacity: 0;

    }
}

@keyframes pao3 {
    0% {
        transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
        opacity: 1;
    }

    50% {
        transform: translate(-250%, -50px) rotate(360deg) scale(.8, .8);
        opacity: .5;
    }

    100% {
        transform: translate(-300%, -100px) rotate(360deg) scale(.4, .4);
        opacity: 0;

    }
}

@keyframes pao4 {
    0% {
        transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
        opacity: 1;
    }

    50% {
        transform: translate(400%, -50px) rotate(360deg) scale(.8, .8);
        opacity: .5;
    }

    100% {
        transform: translate(-100%, -100px) rotate(360deg) scale(.4, .4); 
        opacity: 0;

    }
}

@keyframes pao5 {
    0% {
        transform: translate(-400%, 0px) rotate(360deg) scale(.1, .1);
        opacity: 1;
    }

    50% {
        transform: translate(-400%, -50px) rotate(360deg) scale(.6, .6);
        opacity: .5;
    }

    100% {
        transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
        opacity: 0;

    }
}