/**/

.fa_htitle h2 {
    position: relative;
    line-height: 1;
    font-size: var(--f24);
    font-weight: 600;
    color: var(--main-color);
    font-family: 'satoshi', sans-serif;
}

.fa_htitle h3 {
    margin-top: 10px;
    font-size: var(--f50);
    color: var(--tit-color);
    font-family: 'satoshi', sans-serif;
}

.fa_htitle h6 {
    margin-top: 20px;
}


.fa_htitle h6 span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 500px;
    mix-blend-mode: multiply;
}

.fa_htitle h6 span:nth-child(1) {
    background: var(--main-color);
    animation: span_l 5s infinite both ease-out;
}

.fa_htitle h6 span:nth-child(2) {
    background: var(--main2-color);
    animation: span_r 5s infinite both ease-out;
}

@keyframes span_l {
    0% {
        transform: translateX(0%)
    }

    50% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0%)
    }
}

@keyframes span_r {
    0% {
        transform: translateX(0%)
    }

    50% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0%)
    }
}

/**/

.fa_float2 {
    position: fixed;
    bottom: 30%;
    right: 5px;
    z-index: 99;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.5s;
}

.fa_float2.fa_active {
    transform: translateX(0%);
    opacity: 1;
    transition-delay: 0.5s;
}

.fa_float2>* {
    display: block;
    position: relative;
    margin-top: 5px;
}

.fa_float2>* .fa_icon {
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    background: var(--main-color);
    border-radius: 5px;
    font-size: 26px;
    cursor: pointer;
}

.fa_float2>* .fa_icon i {
    display: block;
}

.fa_float2 .fa_info {
    position: absolute;
    top: 0;
    right: 45px;
    width: auto;
    min-width: 200px;
    background: rgba(245, 249, 255, 0.95);
    border-top: var(--main-color) solid 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.6s ease;
    padding: 15px;
    width: 250px;
}

.fa_float2 .fa_wx_img {
    position: absolute;
    top: 0;
    right: 45px;
    width: auto;
    min-width: 120px;
    background: rgba(255, 255, 255, 0.95);
    border-top: var(--main-color) solid 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.6s ease;
    padding: 5px;
}

.fa_float2 .fa_box_img img {
    width: 100%;
}

.fa_float2>div:hover .fa_wx_img {
    transition: all 0.6s ease;
    opacity: 1 !important;
    transform: translateY(0%) !important;
    visibility: visible !important;
}

.fa_float2>div:hover .fa_info {
    transition: all 0.6s ease;
    opacity: 1 !important;
    transform: translateY(0%) !important;
    visibility: visible !important;
}

.fa_float2 .fa_info .fa_wrap {
    /* padding:20px; */
}

.fa_float2 .fa_info .fa_tit {
    position: relative;
}

.fa_float2 .fa_info .fa_tit h3 {
    font-size: var(--f18);
    color: var(--main-color);
    font-weight: bold;
}

.fa_float2 .fa_info .fa_tit h3 a {
    color: var(--main-color);
    font-weight: inherit;
    /* font-family: '', sans-serif; */
    font-family: 'Barlow Condensed', sans-serif;
    word-wrap: break-word;
}

.fa_float2 .fa_info .fa_tit p {
    font-size: 14px;
    margin-top: 5px;
}

.fa_float2 .fa_info .fa_cnt {
    padding-top: 10px;
    margin-top: 10px;
    border-top: #eee solid 1px;
}

.fa_float2 .fa_info .fa_cnt h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.fa_float2 .fa_info .fa_cnt h4 i {
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    background: var(--main-color);
    display: inline-block;
    margin-right: 10px;
}

.fa_float2 .fa_info .fa_cnt p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

#fa_back .fa_icon {
    background: var(--main2-color);
}

.fa_float3 {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: var(--main-color);
}

.fa_float3 a {
    display: block;
    width: 25%;
    text-align: center;
    color: #fff;
    border-right: rgba(255, 255, 255, 0.3) solid 1px;
    border-left: rgba(216, 111, 155, 0.5) solid 1px;
    padding: 10px;
}

.fa_float3 a h3 {
    font-size: 24px;
}

.fa_float3 a p {
    font-size: 14px;
    margin-top: 5px;
}



/**/

.fa_comm_cnt {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .fa_comm_cnt .fa_comm_l {
        width: 100%;
    }

    .fa_comm_cnt .fa_comm_r {
        width: 100%;
    }

    .fa_comm_cnt {
        margin-top: 0;
    }
}

@media only screen and (min-width: 769px) {
    .fa_comm_cnt .fa_comm_l {
        width: 300px;
        /* border-right: #eee solid 1px; */
    }

    .fa_comm_cnt .fa_comm_r {
        width: calc(100% - 300px);
        padding-left: 30px;
    }
}



/**/

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .fa_More a {
        display: inline-block;
        position: relative;
        width: 160px;
        text-align: center;
        background: #fff;
        border-radius: 500px;
        overflow: hidden;
    }

    .fa_More a:before {
        content: "";
        width: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 500px;
        background: var(--main-color);
        color: #fff;
        transition: all 0.5s;
    }

    .fa_More a:after {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        ;
        font-family: 'iconfont';
        content: "\ea66";
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        font-size: 16px;
        transition: all 0.5s;
        transform: translateX(-20px);
        opacity: 0;
    }

    .fa_More a:hover:before {
        width: 50px;
    }

    .fa_More a:hover:after {

        transform: translateX(-0);
        opacity: 1;
    }

    .fa_More a span {
        display: block;
        line-height: 50px;
        color: #fff;
        position: relative;
        z-index: 2;
        font-size: 16px;
        transition: all 0.5s;
        font-family: 'Nunito', sans-serif;

    }

    .fa_More a:hover span {
        color: var(--main-color);
    }

    .fa_More a span i {
        margin-left: 10px;
        transition: all 0.5s;
        display: inline-block;
        color: #fff;
    }

    .fa_More a:hover span i {
        opacity: 0;
        transform: translateX(10px);
    }

}

@media only screen and (max-width: 768px) {
    .fa_More a {
        width: 120px;
        line-height: 36px;
        background: var(--main-color);
        color: #fff;
        border-radius: 500px;
        text-align: center;
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
    }

    .fa_More a i {
        margin-left: 5px;
    }

}

/**/

/*二级*/
.fa_treeNav {
    width: 100%;
}

.fa_treeNav .fa_treeNav_box .fa_ejtreeUl {
    display:
        none;
}

.fa_treeNav .fa_treeNav_box .fa_tree_yjli .fa_tree_yjtt .a_icon.fa_on {
    transform: translateY(-50%) rotate(90deg);
}

.fa_treeNav .fa_treeNav_box .fa_tree_yjtt .a_icon {
    position:
        absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: 16px;
    color: #aaa;
    display: block;
    /* line-height: 1; */
    /* width: 40px; */
    text-align: center;
    cursor: pointer;
    /* border-left: solid 1px #f2f6fa; */
    transition: all 0.5s;
    height: auto;
    line-height: 1;
}

.fa_treeNav .fa_treeNav_box .fa_treeNav_list a {
    display: block;
    font-weight: inherit;
    color: inherit !important;
}

@media screen and (max-width: 768px) {
    .fa_treeNav {
        margin-bottom: 20px;
        overflow: hidden;
    }

    .fa_treeNav .fa_treeMobtn {
        /* background: var(--main-color); */
        position: relative;
        overflow: hidden;
        border-radius: 0px;
        width: auto;
        /* background: var(--main-color); */
    }

    .fa_treeNav .fa_treeMobtn span {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        padding: 8px 15px;
        /* border-radius: 5px; */
        width: 100%;
        background: var(--main-color);
        border-radius: 0px;
        position:
            relative;
    }

    .fa_treeNav .fa_treeMobtn span:before {
        content: "\e665";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-family: "iconfont1";
        font-size: 20px;
        color: #fff;
    }

    .fa_treeNav .fa_treeNav_box {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow-y: scroll;
        background: rgba(0, 0, 0, 0.2);
        transition: all 0.5s;
        visibility: hidden;
        z-index: -99;
        opacity: 0;
        overflow-x: hidden;
    }

    .fa_treeNav .fa_treeNav_box.fa_on {
        visibility: visible !important;
        z-index: 999 !important;
        opacity: 1 !important;
    }

    .fa_treeNav .fa_treeNav_box .fa_wrap {
        width: 70%;
        background: #fff;
        width: 70%;
        background: #fff;
        margin-right: 0;
        margin-left: auto;
        min-height: 100%;
        position: relative;
        padding-left: 40px;
        transform: translateX(100%);
        transition: all 0.5s;
    }

    .fa_treeNav .fa_treeNav_box.fa_on .fa_wrap {
        transform: translateX(0%);
    }

    .fa_treeNav .fa_treeNav_box .fa_treeNav_close {
        background: #aaa;
        color: #fff;
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 40px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .fa_treeNav .fa_treeNav_box .fa_treeNav_list {
        width: 100%;
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_yjli p {
        font-size: 12px;
        line-height: 36px;
        border-top: #f7f7f7 solid 1px;
        border-bottom: #eee solid 1px;
        background: #f5f5f5;
        padding: 0 36px 0 20px;
        position:
            relative;
        color: #000;
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_ejli p {
        background: #ebeff2;
        padding-left: 30px;
        color: #777;
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_yjtt a {
        border-right: #eee solid 1px
    }
}

@media screen and (min-width: 769px) {
    .fa_treeNav .fa_treeNav_list .fa_tree_yjli {
        /* border-bottom: #f2f6fa solid 1px; */

    }

    .fa_treeNav .fa_treeNav_list .fa_tree_yjtt {
        font-size: 17px;
        line-height: 30px;
        position: relative;
        padding-right: 30px;
        text-align:
            left;
        color: #999;
        /* padding-left: 20px; */
        text-transform: capitalize;
        font-weight: 400;
        position: relative;
        transition: all 0.5s;
        margin-top: 15px;
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_yjtt:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        content: "";
        background: var(--main-color);
        width: 0;
        transition: all 0.5s;
        display: none;
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_yjtt:after {
        content: "\e665";
        font-family: "iconfont1";
        position: absolute;
        right: 15px;
        top: 2px;
        color: #fff;
        transition: all 0.5s;
        transform: translateX(100%);
        opacity: 0;
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_yjli:hover .fa_tree_yjtt,
    .fa_treeNav .fa_treeNav_box .fa_tree_yjli.fa_navon .fa_tree_yjtt {
        color: var(--main-color);
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_yjtt:hover:before {
        width: 100%;
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_yjtt:hover:after {
        transform: translateX(0%);
        opacity: 1;
        transition-delay: 0.5s;
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_yjtt a {
        position: relative;
        z-index: 30;
        transition: all 0.5s;
        display: block;
    }

    .fa_treeNav .fa_treeNav_list .fa_tree_yjli:hover .fa_tree_yjtt a,
    .fa_treeNav .fa_treeNav_box .fa_tree_yjli.fa_navon .fa_tree_yjtt a {
        padding-left: 15px;
        /* color:var(--main-color); */
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_yjtt a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
        width: 3px;
        border-radius: 500px;
        background: var(--main-color);
        transition: all 0.5s;
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_yjli:hover .fa_tree_yjtt a:before,
    .fa_treeNav .fa_treeNav_box .fa_tree_yjli.fa_navon .fa_tree_yjtt a:before {
        height: calc(100% - 10px);
        transition-delay: 0.2s;
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_ejli p {
        /* background:#ebeff2; */
        padding-left: 40px;
        color: #777;
        line-height: 40px;
        position: relative
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_ejli p:before {
        content:
            "";
        position:
            absolute;
        left: 20px;
        top: 50%;
        transform:
            translateY(-50%);
        width: 5px;
        height: 5px;
        background: #ddd;
        border-radius: 2px;
        display: block;
    }

    .fa_treeNav .fa_treeNav_box .fa_tree_ejli p:hover:before {
        background: var(--main-color);
    }
}