
/**/
.fa_hCate {
   
    position: relative;
    padding-top:60px;padding-bottom: 40px;
}

.fa_hCate:before {
    content: "";
    width: 100%;
    height: 100%;
    height: 100%;
    position: absolute;
    background: url(./img/pro02.jpeg) bottom center no-repeat;   background-size: cover; 
    left: 0;
    top: 0;
    /*
    opacity: 0.03;*/
}

.fa_hCate .fa_swplist {
    position: relative;
    padding: 0 10vw;
}

.fa_hCate .swiper-container {
    position: relative;
}

.fa_hCate .fa_lii {
    position: relative;
}

.fa_hCate .fa_lii .fa_Img {
    padding-bottom: 90%;
    transition: all 0.5s;
}

.fa_hCate .fa_lii .fa_Img img {
    filter: drop-shadow(10px 5px 6px rgba(0, 0, 0, 0.1));
}

.fa_hCate .fa_lii .fa_tit .fa_tt {

    font-weight:500;
    color: #002c50;
    font-size: var(--f30);
    margin-bottom: 20px;
}

.fa_hCate .fa_lii .fa_tit .fa_link a {
    background-image: linear-gradient(var(--main-color), var(--main-color));
    background-size: 0 3px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    transition: background-size .3s ease;
    display: inline-block;
    font-size:.18rem;
    color: #333;
    line-height: 1;
}

.fa_hCate .fa_lii .fa_tit .fa_link a:hover {
    background-position: 0 100%;
    background-size: 100% 3px;
}

.fa_hCate .fa_pro_btn>div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    transition: all 0.5s;
    cursor: pointer;
}

.fa_hCate .fa_pro_btn>div.fa_btn_l {
    
}

@media only screen and (max-width:1440px) {
    .fa_hCate .fa_lii .fa_tit .fa_tt {font-size: .26rem;}
}

@media only screen and (max-width:920px) {

    .fa_hCate .fa_lii .fa_tit .fa_link a{font-size:14px;}

}

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

    .fa_hCate .swiper-container:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 30%;
        background: url(../pro/img/catebg.png) no-repeat bottom center;
        
        background-size: 100% 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom:22%;
    }

    .fa_hCate .fa_lii {
        
    }

    .fa_hCate .fa_lii .fa_tit {
        opacity: 0;
        transition: all 0.5s;
        width: 100%;
        padding: 30px 0;
        text-align: center;
        transform: translateY(50px);
        /* background: linear-gradient(45deg, black, transparent); */
    }

    .fa_hCate .swiper-slide {
        max-width: calc(100% / 2.5);
    }

    .fa_hCate .swiper-slide-prev .fa_lii .fa_Img {
        transform: translateY(2vw) scale(0.7) rotate(0deg);
        opacity: 0.3;
    }

    .fa_hCate .swiper-slide-next .fa_lii .fa_Img {
        transform: translateY(2vw) scale(0.7) rotate(0deg);
        opacity: 0.3;
    }

    .fa_hCate .swiper-slide-active .fa_lii .fa_Img {
        transform: translateY(0vw) scale(1) rotate(0deg);
        transition-delay: 0.2s;
        opacity: 1;
    }

    .fa_hCate .swiper-slide-active .fa_lii .fa_tit {
        opacity: 1;
        transition-delay: 0.5s;

        transform: translateY(0px);
    }

    .fa_hCate .fa_pro_btn>div {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 40%;
        z-index: 5;
    }

    .fa_hCate .fa_pro_btn>div:hover {

    }

    .fa_hCate .fa_pro_btn>div.fa_btn_l {
        left: 28%;
    }
    .fa_hCate .fa_pro_btn img{width: 60px; height:60px;}

    .fa_hCate .fa_pro_btn .fa_btn_l {
        animation: move 1s linear infinite alternate;
    }
    
    .fa_hCate .fa_pro_btn .fa_btn_r {
        animation: move2 1s linear infinite alternate;
    }
    
    
    @keyframes move {
        from {
            transform: translateX(0);
        }
    
        to {
            transform: translateX(-18px);
        }
    }
    
    @keyframes move2 {
        from {
            transform: translateX(0);
        }
    
        to {
            transform: translateX(18px);
        }
    }

    .fa_hCate .fa_pro_btn>div.fa_btn_r {
        right: 28%;
    }

    .fa_hCate .kv_bg {
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 100%;
    }
}



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

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


@keyframes kkv1 {
    0% {
        left: 30%;
        bottom: 50%;
    }

    100% {
        left: 10%;
        bottom: 30%;
    }
}

@keyframes kkv2 {
    0% {
        left: 30%;
        top: 30%;
    }

    100% {
        left: 10%;
        top: 10%;
    }
}

@keyframes kkv3 {
    0% {
        right: 30%;
        top: 50%;
    }

    100% {
        right: 0;
        top: 35%;
    }
}

@keyframes kkv4 {
    0% {
        right: 30%;
        top: 30%;
    }

    100% {
        right: 0;
        top: 5%;
    }
}

@keyframes kkv5 {
    0% {
        right: 40%;
        top: 30%;
    }

    100% {
        right: 35%;
        top: 5%;
    }
}

@keyframes kkvbg {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}

@media screen and (min-width: 960px) {
    .kv_bg {
        animation: kkvbg 4s linear infinite;
    }
    .kv_bg>div {
        position: absolute;
        border-radius: 500px;
    }
    .kv_bg .kv1 {
        width: 5vw;
        height: 5vw;
        background: #7fda89;
        animation: kkv1 4s ease infinite;
    }
    .kv_bg .kv2 {
        width: 3vw;
        height: 3vw;
        background: #FDD000;
        animation: kkv2 4s ease infinite;
    }
    .kv_bg .kv3 {
        width: 3vw;
        height: 3vw;
        background: #FF9E00;
        animation: kkv3 4s ease infinite;
    }
    .kv_bg .kv4 {
        width: 5vw;
        height: 5vw;
        background: #FFC536;
        animation: kkv4 4s ease infinite;
    }

    .kv_bg .kv5 {
        width: 1vw;
        height: 1vw;
        background: #4ae3b5;
        animation: kkv5 4s ease infinite;
    }

}




.music {
    position: absolute;
    display: flex;
    height:70px;
    right: 100px;
    top: -45px;
    z-index: 9;
}

.music_item {
    display: block;
    background: linear-gradient(180.00deg, rgb(255, 102, 54), rgb(253, 208, 0) 100%);
    height: 70px;
    width: 6px;
    margin-left: 10px;
    border-radius: 41px;
}

.music_item:nth-child(2n+1) {
    animation: music .4s ease-in-out infinite alternate;
}

.music_item:nth-child(2n) {
    animation: music .4s ease-in-out infinite alternate-reverse;
}


@keyframes music {
    from {
        transform: translateY(12px);
    }

    to {
        transform: translateY(0);
    }
}


@media only screen and (max-width:920px) {
    .music_item{height: 50px;}
    .music {height: 50px;top: -25px;}
    .fa_hCate .fa_swplist{ padding: 0 2vw;}
}

@media only screen and (max-width:768px) {
    .fa_hCate .fa_pro_btn>div{width: 1rem;}
    .fa_hCate .fa_pro_btn>div img{width: 100%;}
    .fa_hCate .fa_lii .fa_Img img{max-width: 80% !important;}
    .fa_hCate .fa_lii .fa_tit{text-align: center;}
    .part03_list2 li{width:25%; float: left;}
    .part03_list2{display: inline;}
    .about_left{width: 100%; float: none;}
    .aboutrig{width: 100%; float: none;margin-top:20px;}
}