/**/


/**/

.fa_pTitle {
    margin-bottom: 2vw;
    /* padding-bottom: 30px; */
    /* border-bottom:#ddd solid 1px; */
}

.fa_pTitle h2 {
    font-size: var(--f40);
    color: var(--main-color);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.fa_pTitle h5 {
    font-size: var(--f20);
    color: #555;
    font-weight: 400;
}


/**/

.fa_Pagecnt {
    overflow: hidden;
    min-height: 300px;
}

.fa_cntWrap .fa_wrapper {
    max-width: calc(1300px + 10vw);
}

.fa_Pagecnt img {
    max-width: 100%;
}

.fa_Pagecnt .fa_content {
    margin-top: calc(1vw + 10px);
    width: 100%;
    overflow: hidden;
    line-height: 2;
    font-size: 16px;
    color: #555;
}

.fa_Pagecnt .fa_content table {
    width: 100%;
}

.fa_Pagecnt .fa_content table td {
    border: #eee solid 1px;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
}

.fa_Pagecnt .fa_content table tr:nth-child(odd) {
    background: #f5f5f5;
}

.fa_Newdt .fa_back {
    margin-bottom: calc(2vw + 10px);
    color: var(--main-color);
    font-size: var(--f18);
    font-weight: 600;
}

.fa_Newdt .fa_back a {
    transition: all 0.5s;
    display: block;
}

.fa_Newdt .fa_back a:hover {
    transform: translateX(20px);
}

.fa_Newdt .fa_back a i {
    margin-right: 20px;
}

.fa_Newdt .fa_Ndtitle h1 {
    color: #111;
    font-size: var(--f40);
    line-height: 1.5;
    font-weight: 500;
}

.fa_Newdt .fa_summ {
    margin-top: 10px;
}

.fa_Newdt .fa_summ span {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    color: #666;
    padding-right: 20px;
    border-right: #bbb solid 1px;
    line-height: 0.6;
}

.fa_Newdt .fa_summ span:last-child {
    padding: 0;
    border: none;
}

.fa_Newdt .fa_content {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.fa_Casedt .fa_title h1 {
    font-size: 3rem;
    color: #000;
}

.fa_Casedt .fa_title h4 {
    font-size: 1.8rem;
    color: #999;
    margin-top: var(--f30);
    font-weight: 400;
}

.fa_Casedt .fa_wrapper {
    max-width: 1200px;
}

.fa_Casedt .fa_case_pic {
    position: relative;
    /* padding-bottom: 40%; */
    margin: 3vw 0 5vw;
}

.fa_Casedt .fa_bg {
    background-attachment: fixed;
    /* position:absolute; */
    /* left:0; */
    top: 0;
    width: 100%;
    bottom: 0;
    /* max-width: calc((100vw - 1200px) /  2 + 1200px); */
    height: 100%;
    background-size: 100%;
    padding-bottom: 40%;
    border-radius: 10px;
}

.fa_Casedt .fa_case_td {
    display: flex;
    justify-content: space-between;
    margin: 0 -2vw;
}

.fa_Casedt .fa_case_td dl {
    padding: 0 2vw;
    max-width: 280px;
}

.fa_Casedt .fa_case_td dl dt .fa_ico {
    width: 80px;
    height: 80px;
    background: var(--main-color);
    border-radius: 500px;
    padding: 20px;
}

.fa_Casedt .fa_case_td dl dt .fa_ico img {
    width: 100%;
    filter: invert(1) grayscale(1) brightness(100);
}

.fa_Casedt .fa_case_td dl dd h6 {
    font-size: var(--f20);
    color: #3e4a61;
    margin-top: 20px;
    margin-bottom: 10px;
}

.fa_Casedt .fa_case_td dl dd p {
    font-size: 14px;
    color: #777;
}

.fa_Casedt .fa_content {
    padding: 5vw 100%;
    margin: 5vw -100% 0;
    background: #f5f5f5;
}

.fa_Casedt .fa_content>h3 {
    font-size: 2rem;
    margin-bottom: var(--f40);
}

.fa_Casedt .fa_content .fa_cnt {
    font-size: 16px;
    line-height: 2;
}

.fa_Casedt .fa_dt_page {
    border: none;
}

@media screen and (max-width: 768px) {
    .fa_Pagecnt .fa_content table td {
        padding: 3px;
        white-space: nowrap;
        /* 自适应宽度*/
        word-break: keep-all;
        /* 避免长单词截断，保持全部 */
        white-space: pre-line;
        word-break: break-all !important;
        word-wrap: break-word !important;
        display: table-cell;
        vertical-align: middle !important;
        white-space: normal !important;
    }
    .fa_Pagecnt .fa_summ {
        margin: 15px 0;
        font-size: 12px;
        padding-bottom: 10px;
        border: none;
        background: #f5f5f5;
        padding: 5px 5px;
    }
    .fa_Newdt .fa_summ span {
        font-size: 14px;
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
    }
    .fa_Pagecnt .fa_summ span {
        font-size: 12px;
        width: auto;
        margin: 0 5px;
    }
    .fa_Casedt .fa_bg {
        background-attachment: revert;
    }
    .fa_Casedt .fa_case_td {
        flex-wrap: wrap;
    }
    .fa_Casedt .fa_case_td dl {
        width: 50%;
        margin-top: 30px;
    }
    .fa_Casedt .fa_case_td dl dt .fa_ico {
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .fa_Casedt .fa_case_td dl dd h6 {
        font-size: 16px;
    }
    .fa_Casedt .fa_case_td dl dd p {
        font-size: 14px;
    }
}


/**/

.fa_News .fa_li {
    background: linear-gradient(rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 30px rgba(29, 32, 136, 0.1);
}

.fa_News .fa_li .fa_Img {
    padding-bottom: 50%;
    border-radius: 10px;
}

.fa_News .fa_li .fa_left h3 {
    font-size: var(--f30);
    color: #333;
    font-weight: 400;
}

.fa_News .fa_li .fa_left h6 {
    display: flex;
    align-items: center;
    position: relative;
    width: 150px;
}

.fa_News .fa_li .fa_left h6:before {
    content: "";
    width: 50px;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to left, rgb(71, 118, 230), rgb(142, 84, 233));
    position: absolute;
    border-radius: 500px;
    /* transform: scaleX(.5); */
    transition: all 0.5s;
}

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

.fa_News .fa_li .fa_left h6 span {
    display: block;
    position: relative;
    color: #8e54e9;
    /* padding-left: 20px; */
    transition: all 0.5s;
    font-size: 13px;
    font-weight: 500;
    width: 100px;
    text-align: center;
    white-space: nowrap;
}

.fa_News .fa_li:hover .fa_left h6 span {
    transform: translateX(15px);
    color: #fff;
}

.fa_News .fa_li .fa_left h6 i {
    color: #fff;
    width: 50px;
    height: 30px;
    border-radius: 500px;
    position: relative;
    /* margin-left:20px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    transition: all 0.5s;
}

.fa_News .fa_li .fa_center .fa_data {
    font-size: 14px;
    color: #999;
    font-family: 'satoshi', sans-serif;
}

.fa_News .fa_li .fa_center .fa_sum {
    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;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin: 10px 0 20px;
}

.fa_News {
    background: linear-gradient(45deg, #f0eeff, #edecff)
}

@media screen and (min-width: 769px) {
    .fa_News .fa_li {
        display: flex;
        /* align-items: center; */
        margin-top: 20px;
        padding: 2vw;
    }
    .fa_News .fa_li .fa_left {
        width: 70%;
        padding-right: 5vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .fa_News .fa_li .fa_center {
        width: 100%;
        padding-right: 0vw;
        flex-direction: column;
        justify-content: space-between;
    }
    .fa_News .fa_li .fa_right {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .fa_News .fa_li>div {
        width: 100%;
    }
    .fa_News .fa_li {
        padding: 15px;
        /* background: #222; */
        display: block;
        margin-bottom: 20px;
    }
    .fa_News .fa_li .fa_left h3{
        font-size:16px;
        line-height:30px;
    }
    .fa_News .fa_right{
        margin-top:20px;
    }
    .fa_News .fa_li .fa_center .fa_sum{
        font-size:14px;
        line-height:20px;
        height:40px;
        margin: 10px 0;
    }
}


/**/

.fa_Case .fa_li {
    display: block;
    position: relative;
    transition: all 0.5s;
}

.fa_Case .fa_li:hover {
    box-shadow: 1.7px 1px 2.4px rgba(0, 0, 0, 0.02), 5.6px 3.4px 8px rgba(0, 0, 0, 0.03), 25px 15px 36px rgba(0, 0, 0, 0.05);
}

.fa_Case .fa_li .fa_tit {
    font-size: var(--f18);
    position: relative;
    text-align: center;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -20px;
    background: rgba(255, 255, 255, 0.96);
    padding: 20px 10px;
    border-radius: 0;
    transition: all 0.5s;
    color: #222;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.fa_Case .fa_li:hover .fa_tit {
    transform: translateY(-50%);
    opacity: 0;
}

.fa_Case .fa_li .fa_Img {
    padding-bottom: 70%;
    transition: all 0.5s;
    border-radius: 5px;
}


/**/

.fa_Search .fa_li {
    background: #f5f5f5;
}

.fa_Search .fa_li .fa_Img {
    padding-bottom: 70%;
}

.fa_Search .fa_li .fa_tit {
    padding: 15px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: center;
}


/**/

.fa_Pro {
    background: linear-gradient(45deg, #fff, #eeedff);
}

.fa_Pro .fa_li {
    display: block;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    border-radius: 20px;
    transition: all 0.5s;
    overflow: hidden;
    padding: var(--f20);
}

.fa_Pro .fa_li:hover {
    box-shadow: 5px 5px 30px rgba(29, 32, 136, 0.1);
}

.fa_Pro .fa_li .fa_tit {
    color: #333;
    text-align: center;
    transition: all 0.5s;
    padding: 20px 0;
    border-bottom: #eee solid 1px;
    margin-bottom: 20px;
    position: relative;
}

.fa_Pro .fa_li:hover .fa_tit {
    color: var(--main-color);
}

.fa_Pro .fa_li .fa_tit h3 {
    font-size: var(--f20);
}

.fa_Pro .fa_li .fa_Img {
    padding-bottom: 100%;
    border-radius: 10px;
}

.fa_Pro .fa_li .fa_imgbox {
    position: relative;
    overflow: hidden;
}

.fa_Pro .fa_li:hover .fa_sum {
    transform: translateY(0);
    opacity: 1;
}

.fa_Pro .fa_li .fa_Img {
    transition: all 0.5s;
    transform-origin: top center;
}

.fa_Pro .fa_li .fa_tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--main-color);
    transition: all 0.5s;
}

.fa_Pro .fa_li:hover .fa_tit:before {
    width: 100%;
}

.fa_Pro .fa_li .fa_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fa_Pro .fa_li .fa_link span {
    font-size: 14px;
    color: #777;
    transition: all 0.5s;
}

.fa_Pro .fa_li:hover .fa_link span {
    color: var(--main-color);
}

.fa_Pro .fa_li .fa_link i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 20px;
    border-radius: 500px;
    background: #eeeeee;
    transition: all 0.5s;
    color: #999;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.fa_Pro .fa_li .fa_link i:before {
    z-index: 5;
    position: relative;
}

.fa_Pro .fa_li .fa_link i:after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 500px;
    position: absolute;
    background: var(--main-color);
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.8s;
}

.fa_Pro .fa_li:hover .fa_link i {
    color: #fff;
}

.fa_Pro .fa_li:hover .fa_link i:after {
    opacity: 1;
    transform: translateX(-0%);
}
.fa_Pro2{
    background:#f3f2ff;
}
.fa_Pro2 .fa_cateinfo h2{
    font-size:var(--f40);
    color:#333;
    margin-bottom:20px;
}
.fa_Pro2 .fa_cateinfo p{
    color:#666;
    margin-bottom:30px;
    font-weight:400;
    
}
.fa_Pro2 .fa_li{
    display: block;
    margin-top: 2vw;
}
.fa_Pro2 .fa_li .fa_Img{
    padding-bottom:60%;
}
.fa_Pro2 .fa_li h6 span{
    display: inline-block;
    line-height:40px;
    padding:0 30px;
    border:#ddd solid  1px;
    color:#999;
    font-size: 16px;
    font-weight: 400;
    border-radius: 500px;
}
.fa_Pro2 .fa_li h3{
    font-size: var(--f30);
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom:#eee solid 1px;
    color:#333;
    transition:all 0.5s;
    position: relative;
    margin-top: 20px;
}
.fa_Pro2 .fa_li:hover h3{
    color:var(--main-color);
}

.fa_Pro2 .fa_li h3:before{
    position: absolute;
    left:0;
    bottom:0;
    height:2px;
    width:60px;
    background: var(--main-color);
    transition:all 0.5s;
    content:"";
    
    
}

.fa_Pro2 .fa_li:hover h3:before{
    width: 100%;
}
.fa_Pro2 .fa_li p{
    font-size:16px;
    line-height:30px;
    color:#777;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top:20px;
    height:60px;
    
}
@media screen and (min-width: 769px) {
    
    .fa_Pro2 .fa_li{
        display: flex;
        background: #fff;
        align-items: center;
    }
    .fa_Pro2 .fa_li .fa_left{
        width: 50%;
    }
    .fa_Pro2 .fa_li .fa_right{
        width: 50%;
        padding:2vw 3vw;
    }
}

@media screen and (max-width: 768px) {
    .fa_Case .fa_list,
    .fa_Pro .fa_list {
        justify-content: space-between;
    }
    .fa_Case .fa_li,
    .fa_Pro .fa_li {
        width: calc((100% - 10px) / 2);
        margin: 10px 0 0;
    }
    .fa_Pro .fa_li {
        padding: 0;
        border-radius: 2px;
    }
    .fa_Pro .fa_li .fa_tit {
        border-radius: 0;
        padding: 10px 5px;
        font-size: 14px;
        background: #f7f7f7;
    }
    .fa_Pro .fa_li .fa_imgbox {
        margin-bottom: 0;
        padding: 0;
    }
    .fa_Pro .fa_li .fa_link {
        padding: 10px;
    }
    .fa_Pro .fa_li .fa_sum {
        display: none;
    }
    .fa_Pro .fa_li .fa_tit h3 {
        font-size: 14px;
    }
    .fa_Case .fa_li .fa_Img {
        padding-bottom: 80%;
        border-radius: 0;
    }
    .fa_Case .fa_li .fa_tit {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 5px;
        font-size: 14px;
        border-radius: 0;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }
}


/**/

.fa_Prodt {
    /* background: #eef4f7; */
}

.fa_Prodt .fa_top {
    width: 100%;
    border-radius: 5px;
}

.fa_Prodt .fa_top_l .fa_Img {
    padding-bottom: 100%;
    background: #fff;
}

.fa_Prodt .fa_top_l .fa_sml_swp .swiper-slide {
    border: transparent solid 2px;
    transition: all 0.8s;
}

.fa_Prodt .fa_top_l .fa_sml_swp .swiper-slide-thumb-active {
    border-color: var(--main-color);
}

.fa_Prodt .fa_top_l {
    border: #eee solid 1px;
}

.fa_Prodt .fa_top_l .fa_dtimg_btn>div {
    position: absolute;
    z-index: 20;
    font-size: 2vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    padding: 20px;
    opacity: 0.2;
    font-weight: 400;
}

.fa_Prodt .fa_top_l .fa_dtimg_btn>div:hover {
    color: var(--main-color);
    opacity: 1;
}

.fa_Prodt .fa_top_l .fa_dtimg_btn .fa_btn_l {
    left: 0;
}

.fa_Prodt .fa_top_l .fa_dtimg_btn .fa_btn_r {
    right: 0;
}

.fa_Prodt .fa_dt_r .fa_pro_sum {
    margin-bottom: 30px;
}

.fa_Prodt .fa_dt_r .fa_pro_sum p {
    color: var(--main-color);
    margin-bottom: 15px;
    font-weight: 500;
    font-size: var(--f22);
}

.fa_Prodt .fa_dt_r .fa_pro_sum article {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 2;
}

.fa_Prodt .fa_dt_r .fa_pro_cateinfo {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: #b4b2bf dashed 1px;
}

.fa_Prodt .fa_dt_r .fa_pro_cateinfo a {
    color: inherit;
    color: #666;
    margin-left: 5px;
}

.fa_Prodt .fa_dt_r .fa_pro_cateinfo a:hover {
    color: var(--main-color);
}

.fa_Prodt .fa_dt_r .fa_pro_tit b {
    font-size: var(--f36);
    color: #000;
    font-weight: 500;
}

.fa_Prodt .fa_dt_r .fa_pro_tit {
    margin-bottom: 10px;
}

.fa_Prodt .fa_dt_r .fa_pro_ctc>div {
    font-size: var(--f18);
    line-height: 50px;
    border-bottom: #eee solid 1px;
    font-weight: 600;
}

.fa_Prodt .fa_dt_r .fa_pro_ctc>div:last-child {
    border: none;
}

.fa_Prodt .fa_dt_r .fa_pro_ctc>div i {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 15px;
}

.fa_Prodt .fa_dt_r .fa_pro_cate {
    padding: 15px;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.fa_Prodt .fa_dt_r .fa_pro_link {
    display: flex;
    justify-content: space-between;
}

.fa_Prodt .fa_dt_r .fa_pro_link a {
    display: block;
    background: #b4b2bf;
    color: #fff;
    padding: 0px 10px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.5s;
    width: calc((100% - 10px) / 2);
    text-align: center;
}

.fa_Prodt .fa_dt_r .fa_pro_link a i {
    margin-right: 10px;
}

.fa_Prodt .fa_dt_r .fa_pro_link a:hover {
    color: #fff;
    background: var(--main-color);
}

.fa_Prodt .fa_content {
    width: 100%;
}

.fa_Prodt .fa_content .fa_tab_tit {
    font-size: 0;
    border-bottom: #eee solid 1px;
    /* display: none; */
    display: flex;
    /* margin: 0 -100%; */
    /* padding: 0 100%; */
    /* background: rgba(29,32,136,0.05); */
    margin-top: 2vw;
}

.fa_Prodt .fa_content .fa_tab_tit span {
    display: block;
    font-size: var(--f24);
    color: #000;
    line-height: 80px;
    font-weight: 400;
    /* flex: 1; */
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-right: 2vw;
}

.fa_Prodt .fa_content .fa_tab_tit span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: var(--main-color);
    width: 0;
    transition: all 0.5s;
}

.fa_Prodt .fa_content .fa_tab_tit span.on {
    background: rgba(255, 255, 255, 0.8);
    color: var(--main-color);
}

.fa_Prodt .fa_content .fa_tab_tit span.on:before {
    width: 100%;
}

.fa_Prodt .fa_content .fa_tab_content {
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.fa_Prodt .fa_content .fa_tab_content ul li {
    position: relative;
    padding-left: 20px;
}

.fa_Prodt .fa_content .fa_tab_content ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    height: 6px;
    width: 6px;
    background: var(--main-color);
    content: "";
    border-radius: 500px;
}

.fa_Prodt .fa_content .fa_tab_content table {
    width: 100%;
}

.fa_Prodt .fa_content .fa_tab_content h3 {
    color:#1d2088;
    font-size: var(--f24);
    margin-bottom: 20px;
    position:relative;
    padding-left:30px;
}
.fa_Prodt .fa_content .fa_tab_content h3:before{
    background:var(--main-color);
    position:absolute;
    content:"";
    left:0;
    top:8px;
    width:14px;
    height:14px;
    border-radius:3px;
}

.fa_Prodt .fa_content .fa_tab_content table td {
    font-size: 16px;
    color: #333;
    padding: 10px 1rem;
    border: #eee solid 1px;
}

.fa_Prodt .fa_content .fa_tab_content table tr {
    background: #fff;
}

.fa_Prodt .fa_content .fa_tab_content table tr:nth-child(1) td {
    background: #b4b2bf;
    color: #fff;
    border: rgba(255, 255, 255, 0.2) solid 1px;
}

.fa_Prodt .fa_content .fa_tab_content table tr:nth-child(odd) {
    background: #f5f5f5;
}

.fa_Prodt .fa_content .fa_tab_content .fa_content_item {
    display: none;
    width: 100%;
}

.fa_Prodt .fa_content .fa_tab_content .fa_content_item.fa_on {
    display: block;
}

.fa_Prodt .fa_content img {
    display: block;
    margin: auto;
}

.fa_Prodt .fa_content .fa_tab_content img {
    width: 800px;
    max-width: 100% !important;
    height: auto;
    margin: auto;
}

.fa_Prodt .fa_content .fa_tab_content video {
    width: 100% !important;
    height: auto;
}

@media only screen and (min-width: 769px) {
    .fa_Prodt .fa_top_l {
        width: 50%;
        position: relative;
    }
    .fa_Prodt .fa_top_l .fa_sml_swp {
        position: absolute;
        left: 20px;
        bottom: 20px;
        right: 20px;
    }
    .fa_Prodt .fa_top_l .fa_sml_swp .swiper-slide {
        width: 50px;
    }
    .fa_Prodt .fa_dt_r {
        padding-left: 3vw;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .fa_Prodt .fa_top {
        /* margin-bottom: 80px; */
        background: rgba(255, 255, 255, 0.5);
        padding: 2vw;
        border-radius: 1vw;
        box-shadow: 10px 10px 30px rgba(29, 32, 170, 0.1);
    }
    .fa_Prodt .fa_content {
        /* margin-top: -80px; */
    }
    .fa_Prodt .fa_content .fa_tab_content {
        padding-top: 1vw;
    }
}

@media only screen and (max-width: 769px) {
    table {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    /* 整个滚动条 */
    .fa_Prodt .fa_content .fa_tab_content table::-webkit-scrollbar {
        height: 8px;
        /* 设置滚动条的高度 */
        margin-top: 20px;
    }
    /* 滚动条轨道 */
    .fa_Prodt .fa_content .fa_tab_content table::-webkit-scrollbar-track {
        background: #eee;
        /* 轨道的背景颜色 */
        border-radius: 10px;
        /* 轨道的圆角 */
    }
    /* 滚动条滑块 */
    .fa_Prodt .fa_content .fa_tab_content table::-webkit-scrollbar-thumb {
        background: #aaa;
        /* 滑块的背景颜色 */
        border-radius: 10px;
        /* 滑块的圆角 */
    }
    .fa_Pro .fa_comm_r {
        padding: 10px 20px;
    }
    .fa_Pro .fa_li .fa_tit h6 span {
        line-height: 36px;
        padding: 0 30px;
        font-size: 13px;
    }
    .fa_Prodt .fa_grid2 {
        margin-top: 0 !important;
        padding: 0;
        width: 100%;
    }
    .fa_Prodt .fa_comm_r {
        padding: 10px 10px;
    }
    .fa_Prodt .fa_top>div {
        width: 100%;
    }
    .fa_Prodt .fa_top_l {
        border: none;
        background: #f3f3f3;
    }
    .fa_Prodt .fa_dt_r .fa_pro_cateinfo {
        font-size: 12px;
        /* background:#f5f5f5; */
        /* padding:10px 20px; */
        margin-bottom: 10px;
    }
    .fa_Prodt .fa_dt_r {
        margin-top: 30px;
        padding: 0 10px
    }
    .fa_Prodt .fa_dt_r .fa_pro_tit b {
        font-size: 18px;
    }
    .fa_Prodt .fa_dt_r .fa_pro_ctc>div {
        line-height: 40px;
        font-size: 14px;
    }
    .fa_Prodt .fa_dt_r .fa_pro_ctc>div i {
        width: 24px;
        height: 24px;
        font-size: 12px;
        margin-right: 10px;
    }
    .fa_Pro .fa_li .fa_link i {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .fa_Prodt .fa_dt_r .fa_pro_link a {
        line-height: 40px;
        padding: 0 10px;
        margin-top: 10px;
        border-radius: 2px;
        width: calc((100% - 2px) / 2);
        );
        font-size: 13px;
    }
    .fa_Prodt .fa_content .fa_tab_tit span {
        line-height: 50px;
        padding: 0 15px;
    }
    .fa_Prodt .fa_content .fa_tab_content table {}
    .fa_Prodt .fa_content .fa_tab_content table td {
        font-size: 13px;
        color: #333;
        padding: 5px 10px;
    }
}

.fa_mask {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    overflow-y: scroll;
    display: none;
    backdrop-filter: blur(10px);
}

.fa_mask.fa_on {
    display: flex !important;
}

.fa_mask .fa_wrapBox {
    /* background: #fff; */
    max-width: 900px !important;
    padding: 0 !important;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fa_mask.fa_promask .fa_wrapBox .fa_title {
    background: linear-gradient(to right, rgb(71, 118, 230), rgb(142, 84, 233));
    padding: 12px 60px 12px 20px;
    position: relative;
}

.fa_mask .fa_wrapBox .fa_title .e_icon {
    color: #fff;
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    /* padding: 10px 20px; */
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 0;
}

.fa_mask .fa_wrapBox .fa_title span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.fa_mask .fa_wrapBox .fa_content {
    padding: 0;
}

.fa_mask.fa_promask .fa_wrapBox .fa_content {
    padding: 20px;
    background: #fff;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro {
    display: flex;
    margin: 0 0 20px;
    align-items: center;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_left {
    width: 110px;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_left .fa_Img {
    padding-bottom: 100%;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_right {
    width: calc(100% - 110px);
    padding-left: 30px;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_right h3 {
    font-size: var(--f24);
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_right p {
    font-size: 14px;
    color: #999;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxword {
    padding: 15px;
    border: #ddd solid 1px;
    margin: 20px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput p {
    text-align: center;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput textarea {
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    background: #f1f1f1;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput input {
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    line-height: 46px;
    padding: 0 20px;
    font-size: 14px;
    background: #f1f1f1;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput .fa_ckc{
    position:relative;
}
.fa_mask .fa_wrapBox .fa_content .fa_boxinput .fa_ckc img{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:auto;
}
.fa_mask .fa_wrapBox .fa_content .fa_boxinput button {
    display: inline-block;
    background: linear-gradient(to right, rgb(71, 118, 230), rgb(142, 84, 233));
    padding: 0 20px;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 200px;
    width: 150px;
}

@media screen and (max-width: 768px) {
    .fa_mask .fa_wrapBox .fa_title .e_icon {
        width: 50px;
    }
    .fa_mask.fa_promask .fa_wrapBox .fa_title {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 300;
    }
    .fa_mask .fa_wrapBox .fa_title span {
        font-weight: 400;
    }
}


/**/

.fa_group .fa_li {}

.fa_group .fa_li .fa_Img {
    padding-bottom: 50%;
}

.fa_group .fa_li h3 {
    font-size: var(--f20);
    margin: 0 0 10px;
    padding: 15px 20px;
    background: linear-gradient(90deg, rgba(31, 75, 104, 1), transparent);
    color: #fff;
}

.fa_group .fa_li .fa_info .fa_sum {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

/*anli*/
.fa_Download .fa_li {
  background: #f5f5f5;
  padding: 15px var(--f30);
  border: #d9d9d9 solid 1px;
  border-radius: 3px;
  width: 100%;
  transition:all 0.5s;
    color:#595959;
}

.fa_Download .fa_li:hover{
  background:var(--main-color);
  color:#fff;
  border-color:var(--main-color);
}

  .fa_Download .fa_li .fa_box{
    display:flex;
    justify-content:space-between;
  }
.fa_Download .fa_li .fa_box a{
  display:block;
  width:calc((100% - 5px) / 2);
  background:#ffffff;
  border-radius:3px;
  border:#d9d9d9 solid 1px;
  line-height:34px;
  text-align:center;
  transition:all 0.5s;
  font-size:15px;
  
}

.fa_Download .fa_li:hover .fa_box a{
  color:var(--main-color);
  border-color:var(--main-color);
}

  .fa_Download .fa_li .fa_l{
    font-size:var(--f18);
  }
.fa_Download .fa_li .fa_c span{
  display:inline-block;
  font-size:14px;
  margin-right:20px;
  
}
@media screen and (min-width: 769px) {
  
  .fa_Download .fa_li {
    display:flex;
    justify-content:space-between;
    align-items: center;
  }
  
  .fa_Download .fa_li .fa_l{
    width:45%;
    padding-right: 2vw;
  }
    
  .fa_Download .fa_li .fa_c{
    width:calc(55% - 120px);
    padding-right: 2vw;
  }
  .fa_Download .fa_li .fa_box{
    width:120px;
  }
}
@media screen and (max-width: 768px) {
.fa_Download .fa_li .fa_l{
  width:100%;

}
  .fa_Download .fa_li .fa_c{
    margin:10px 0;

}
  .fa_Download .fa_li .fa_box{
  width:100%;

}
  
  .fa_Download .fa_li .fa_box a{
    font-size:14px;
    line-height:36px;
  }
}


/**/

.fa_career .fa_libox img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.fa_career h2.fa_list_tt {
    font-size: var(--f30);
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: var(--f40);
}

.fa_career .fa_list {
    background: #f5f5f5;
    /* border:#ddd solid 1px; */
    border-top: none;
    border-bottom: none;
    margin-bottom: 5vw;
}

.fa_career dl {
    display: block;
    border-bottom: #ddd solid 1px;
    color: #666;
}

.fa_career dl.fa_ttli {
    background: #fff;
    color: #000;
    background: #eee;
    font-size: 18px;
}

.fa_career dl dt {
    display: flex;
}

.fa_career dl dt .fa_btn {
    font-size: 18px;
    color: #777;
    transition: all 0.5s;
    cursor: pointer;
}

.fa_career dl.fa_on dt .fa_btn {
    transform: rotate(180deg);
}

.fa_career dl dt span {
    display: block;
    color: inherit;
    padding: 20px;
    font-weight: 400;
}

.fa_career dd {
    background: #fff;
    padding: 30px;
    display: none;
}

.fa_career dd .fa_pp span {
    display: inline-block;
    margin-right: 3vw;
}

.fa_career .fa_libox h3 {
    font-size: var(--f36);
    color: #333;
    font-weight: 400;
}

.fa_career .fa_libox p {
    margin-top: var(--f40);
    color: #777;
    line-height: 2;
    font-size: 16px;
}

.fa_career .fa_libox {
    margin-bottom: 5vw;
}

@media only screen and (min-width: 769px) {
    .fa_career dl dt span:nth-child(-n+4) {
        width: calc((100% - 80px) / 4);
    }
    .fa_career .fa_libox {
        display: flex;
        align-items: center;
    }
    .fa_career .fa_libox .fa_left {
        width: 50%;
    }
    .fa_career .fa_libox .fa_right {
        width: 50%;
        padding-left: 5vw;
    }
}

@media only screen and (max-width: 768px) {
    .fa_career dl dt span:nth-child(1) {
        width: calc(100% - 30px);
    }
    .fa_career dl dt span {
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
    }
    .fa_career dl dt span.fa_btn {
        text-align: right;
        font-size: 14px;
        font-weight: 600;
    }
}


/**/

.fa_Partner .fa_li {
    border: #eee solid 1px;
}

.fa_Partner .fa_li .fa_imgbox {
    padding: 10px 30px;
}

.fa_Partner .fa_li .fa_Img {
    padding-bottom: 50%;
}

.fa_Partner .fa_li .fa_tit {
    padding: 10px 20px;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
}


/**/

.fa_Honor .fa_li {
    padding: 5px;
    background: #fff;
    border: #eee solid 1px;
    padding: 20px;
}

.fa_Honor .fa_li .fa_Img {
    padding-bottom: 80%;
    /* background: #fff; */
}

.fa_Honor .fa_li .fa_tit {
    padding: 0 10px;
    text-align: center;
    color: #333;
    font-size: 16px;
    /* background: #e4cda3; */
    margin-top: 20px;
}

.fa_text_w * {
    color: #fff;
}


/**/

.fa_Contact .fa_cntbox {}

.fa_Message {
    position: relative;
}

.fa_Message .fa_form {
    margin-top: 30px;
}

.fa_Message .fa_ckc {
    position: relative;
}

.fa_Message input {
    background: transparent;
    color: #999;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
    background: #f5f5f5;
    border: none;
    border-radius: 2px;
    font-size: 14px;
}

.fa_Message textarea {
    background: transparent;
    background: #f5f5f5;
    border: none;
    color: #999;
    min-height: 150px;
    width: 100%;
    max-height: 200px;
    padding: 5px 20px;
    border-radius: 3px;
    line-height: 36px;
    font-size: 14px;
    margin: 0;
    display: block;
}

.fa_Message .fa_ckc img {
    height: 100%;
    right: 0;
    width: auto;
    top: 0;
    position: absolute;
}

.fa_Message .fa_submitbox {
    text-align: center;
}

.fa_Message .fa_submit {
    display: block;
    border-radius: 500px;
    font-size: 16px;
    transition: all 0.5s;
    background: var(--main-color);
    position: relative;
    color: #fff;
    min-width: 160px;
    line-height: 40px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.fa_Message .fa_submit:hover {
    background: #a6acec;
    color: #fff;
}

.fa_Message .fa_pcnt .fa_ckc {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.fa_Message .fa_pcnt .fa_ckc img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}

.fa_Contact {
    background: url(../images/dtpage.jpg) center;
    background-size: cover;
    position: relative;
}

.fa_Contact .fa_cntbox .fa_left h2 {
    font-size: var(--f20);
}

.fa_Contact .fa_cntbox .fa_left h5 {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 300;
}

.fa_Contact .fa_cntbox .fa_left img {
    max-width: 100%;
}

.fa_Contact .fa_list dl {
    padding: 2vw 0;
    border-bottom: #eee solid 1px;
    display: flex;
}

.fa_Contact .fa_list dl:last-child {
    border: none;
}

.fa_Contact .fa_list dl dt {
    padding-right: 10px;
    color: var(--main-color);
    font-size: var(--f50);
    line-height: 1;
    font-weight: 400;
}

.fa_Contact .fa_list dl dd h3 {
    font-size: var(--f20);
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
}

.fa_Contact .fa_list dl dd p {
    font-size: var(--f18);
    font-weight: 500;
}

@media only screen and (min-width: 769px) {
    .fa_Contact .fa_cntbox {
        display: flex;
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 5px 10px 50px rgba(29, 32, 136, 0.1);
        align-items: center;
    }
    .fa_Contact .fa_cntbox .fa_left {
        width: 40%;
        padding: 3vw var(--f20);
    }
    .fa_Contact .fa_cntbox .fa_right {
        width: 60%;
        padding: 3vw;
        border-left: #eee solid 1px;
    }
    .fa_Contact .fa_list dl dt {
        width: 100px;
    }
    .fa_Contact .fa_list dl dd {
        width: calc(100% - 100px);
    }
    .fa_Message form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .fa_Message form>div {
        margin-bottom: 10px;
        position: relative;
        width: calc((100% - 10px) / 2);
    }
    .fa_Message form>div:nth-child(1),
    .fa_Message form>div:nth-child(6) {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .fa_Message form>div {
        margin-bottom: 10px;
    }
    .fa_Message textarea {
        min-height: 100px;
    }
    .fa_Message input {
        line-height: 30px;
    }
    .fa_Contact .fa_cntbox {
        display: flex;
        flex-direction: column-reverse;
    }
    .fa_Contact .fa_cntbox .fa_left img {
        max-width: 100px;
    }
    .fa_Contact .fa_cntbox .fa_left h2 {
        display: none;
    }
    .fa_Contact .fa_list dl dt {
        width: 40px;
    }
    .fa_Contact .fa_list dl dd {
        width: calc(100% - 40px);
    }
    .fa_Contact .fa_list dl {
        padding: 20px 0;
    }
    .fa_Contact .fa_list dl dd h3 {
        margin-bottom: 5px;
    }
}


/**/

.fa_video .fa_li {
    padding: 10px;
    border: #ddd solid 1px;
}

.fa_video .fa_Img {
    padding-bottom: 60%;
}

.fa_video .fa_link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.fa_video .fa_info {
    padding: 20px 0;
}

.fa_video .fa_info h3 {
    font-size: var(--f20);
    color: #333;
}

.fa_video .fa_info p {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.fa_video .fa_li:hover .fa_link {
    opacity: 1;
}

.fa_link_a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    display: block;
    z-index: 10;
}


/**/

.fa_Xg {
    background: linear-gradient(#f5fbfe, #d3edfa);
}

.fa_Xg .fa_li {
    position: relative;
    display: block;
    overflow: hidden;
}

.fa_Xg .fa_li .fa_Img {
    padding-bottom: 60%;
}

.fa_Xg .fa_li .fa_tit {
    padding: 10px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: all 0.5s;
    z-index: 2;
}

.fa_Xg .fa_li:hover .fa_tit {
    transform: translateY(100%);
    opacity: 0;
}

.fa_Xg .fa_LinkMore a {
    display: inline-block;
    padding: 5px 20px;
    background: #88bef5;
    color: #fff;
    font-size: var(--f18);
    border-radius: 5px;
    transition: all 0.5s;
}

.fa_Xg .fa_LinkMore a:hover {
    background: var(--main-color);
}

.fa_Xg .fa_list {
    margin: var(--f50) 0;
}

.fa_Faq .fa_wrapper {
    max-width: 1200px;
}

.fa_Faq .fa_li {
    position: relative;
    border-bottom: #eee 1px dashed;
    padding: 10px 0;
}

.fa_Faq .fa_li .fa_tt {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    /* border-bottom: #eee solid 1px; */
    align-items: center;
    padding-left: 40px;
}

.fa_Faq .fa_li .fa_tt h6 {
    font-size: 16px;
    color: #333;
    position: relative;
    width: calc(100% - 50px);
}

.fa_Faq .fa_li .fa_tt:before {
    content: "问";
    text-transform: uppercase;
    color: #fff;
    background: #999;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 12px;
    transform: translateY(-50%);
}

.fa_Faq .fa_li .fa_tt span {
    font-size: 20px;
    color: #666;
    cursor: pointer;
    line-height: 1;
    transition: all 0.5s;
    /* width: 50px; */
    text-align: right;
    /* transform-origin: center center; */
}

.fa_Faq .fa_li.fa_on .fa_tt span {
    transform: rotate(180deg);
}

.fa_Faq .fa_li .fa_cnt {
    display: none;
    /* padding:10px 0; */
    padding-left: 40px;
    position: relative;
}

.fa_Faq .fa_li .fa_cnt:before {
    content: "答";
    text-transform: uppercase;
    color: #fff;
    background: var(--main-color);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
}

.fa_Faq .fa_li .fa_cnt>div {
    font-size: 15px;
    line-height: 2;
    background: #f5f5f5;
    padding: 20px;
}


/**/

.fa_Service .fa_sTit h3 {
    font-size: var(--f30);
    color: #333;
}

.fa_Service .fa_sTit h3:after {
    display: block;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
    background: var(--main-color);
    width: 50px;
    border-radius: 500px;
}

.fa_Service .fa_sTit.fa_text_c h3:after {
    margin-left: auto;
    margin-right: auto;
}

.fa_Service .fa_sTit h4 {
    color: #3a4750;
    font-weight: 400;
    font-size: 16px;
}

.fa_Service .fa_box1 .fa_list {
    margin-top: var(--f50);
}

.fa_Service .fa_box1 .fa_li {
    position: relative;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 3rem;
    background: #fff;
}

.fa_Service .fa_box1 .fa_li .fa_wrapbox {
    padding: 20px 3rem 3rem;
}

.fa_Service .fa_box1 .fa_li .fa_ico {
    width: 30%;
    max-width: 90px;
    margin-left: 3rem;
    margin-top: -40px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 500px;
}

.fa_Service .fa_box1 .fa_li .fa_ico img {
    width: 100%;
}

.fa_Service .fa_box1 .fa_li h3 {
    font-size: var(--f24);
    color: #333;
    margin-bottom: 20px;
    margin-top: 1rem;
}

.fa_Service .fa_box1 .fa_li .fa_sum {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: #777;
}

.fa_Service .fa_box1 .fa_li .fa_sum p {
    margin-top: 15px;
}

.fa_Service .fa_box2 .fa_cnt {
    margin-top: var(--f50);
    font-size: 15px;
    line-height: 1.5;
    color: #555;
}

.fa_Service .fa_box2 .fa_cnt h3 {
    font-size: var(--f18);
    color: var(--main-color);
    margin-bottom: 20px;
}

.fa_Service .fa_box2 .fa_pic {
    border-radius: 5vw 0;
    overflow: hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
    .fa_Service .fa_box1 {
        position: relative;
        background: linear-gradient(#fff, #c2c9d1);
    }
    .fa_Service .fa_grid {
        padding: 5vw;
    }
    .fa_Service .fa_box2 .fa_wrapper {
        display: flex;
        position: relative;
        align-items: center;
    }
    .fa_Service .fa_box2 .fa_wrapper:before {
        content: "";
        position: absolute;
        top: -5vw;
        bottom: -5vw;
        z-index: -1;
        width: 100vw;
        left: 18%;
        background: linear-gradient(45deg, #eceaff, #e2deff);
        opacity: 0.4;
    }
    .fa_Service .fa_box2 .fa_left {
        width: 50%;
        padding-right: 5vw;
    }
    .fa_Service .fa_box2 .fa_right {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .fa_Service .fa_box1 .fa_li .fa_ico {
        margin-top: 20px;
        max-width: 60px;
        margin-left: 20px;
    }
    .fa_Service .fa_box1 .fa_li .fa_wrapbox {
        padding: 20px;
    }
    .fa_Service .fa_box1 .fa_li h3 {
        font-size: 16px;
    }
    .fa_Service .fa_box1 .fa_li .fa_sum {
        font-size: 14px;
        margin-top: 10px;
    }
    .fa_Service .fa_box2 .fa_right {
        margin-top: 30px;
    }
}


/**/ 
.fa_SR{
    background:linear-gradient(0deg,#e4e1ff,#fefeff);
}
.fa_SR .fa_tit h2  img{
    width:50%;
    max-width: 240px;
}
.fa_SR .fa_tit h3 {
    font-size:var(--f40);
    font-weight:600;
    color:var(--main-color);
    margin:var(--f30) 0;
}
.fa_SR .fa_tit p{
    font-size: var(--f18);
    color: #333;
    line-height:2;
    max-width:1000px;
    margin:auto;
}
.fa_SR .fa_cnt {
    position: relative;
    max-width: 800px;
    margin: 3vw auto 0;
}
.fa_SR .img-wrap{
    position:relative;
    height: 30vh;
    margin-top: 10vh;
}
.fa_SR .img-wrap .bubble {
    display: block;
    border-radius: 50%;
    position: absolute;
}

.fa_SR .img-wrap .img-1 {
    position: absolute;
    bottom: 31%;
    left: 8%;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite
}

.fa_SR .img-wrap .img-1 img {
    width: min(20vw, 383px)
}

.fa_SR .img-wrap .img-1 .bubble {
    width: 3.0625rem;
    height: 3.0625rem;
    background-color: var(--main-color);
    bottom: 0;
    left: 17%;
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite
}

.fa_SR .img-wrap .img-2 {
    position: absolute;
    bottom: 31%;
    right: 8%;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite
}

.fa_SR .img-wrap .img-2 img {
    width: min(18vw, 344px)
}

.fa_SR .img-wrap .img-2 .bubble {
    width: 2.4375rem;
    height: 2.4375rem;
    background-color: rgba(142,27,170, 0.2);
    bottom: -25%;
    right: 10%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite
}

.fa_SR .img-wrap .img-3 {
    position: absolute;
    bottom: 10%;
    left: -2%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite
}

.fa_SR .img-wrap .img-3 img {
    width: min(10.4vw, 199px)
}

.fa_SR .img-wrap .img-3 .bubble {
    width: 2.4375rem;
    height: 2.4375rem;
    background-color: rgba(142,27,170, 0.2);
    top: -25%;
    right: 10%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite
}

.fa_SR .img-wrap .img-4 {
    position: absolute;
    bottom: 5%;
    left: 36%;
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite
}

.fa_SR .img-wrap .img-4 img {
    width: min(13vw, 248px)
}

.fa_SR .img-wrap .img-5 {
    position: absolute;
    bottom: 6%;
    right: 29%;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite
}

.fa_SR .img-wrap .img-5 img {
    width: min(10vw, 175px)
}

.fa_SR .img-wrap .img-5 .bubble {
    width: 3.0625rem;
    height: 3.0625rem;
    background-color: var(--main-color);
    top: 2%;
    left: 4%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite
}

.fa_SR .img-wrap .img-6 {
    position: absolute;
    bottom: 10%;
    right: -4%;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite
}

.fa_SR .img-wrap .img-6 img {
    width: min(10.4vw, 199px)
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }
    to {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }
    to {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
}
.fa_SR .fa_list .fa_it{
    padding:calc(2vw + 10px);
    background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.8));
}

.fa_SR .fa_list .fa_it .fa_ico img{
    max-width: 60px;
}
.fa_SR .fa_list .fa_it .fa_tt h6{
    margin-top:20px;
    font-size:var(--f24);
    color:var(--main-color); 
    margin-bottom:20px;
}
.fa_SR .fa_list .fa_it .fa_tt p{
    font-size: 14px;
    line-height:1.8;
}
.fa_SR{
    position:relative;
}
.fa_SR .bg-line{
    width: min(100% - 40px, 1124px);
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%);
    position: absolute;
    top: 5vw;
    left: 50%;
    opacity:0.3
}
.fa_SR .fa_tit{
    padding-top:5vw;
}
.fa_SR .bg-line svg .svg-elem-1 {
    stroke-dashoffset: 1767.8232421875px; 
    stroke-dasharray: 1767.8232421875px;
    -webkit-transition: stroke-dashoffset 1.5s ease-in-out 0s;
    transition: stroke-dashoffset 1.5s ease-in-out 0s;
}
.fa_SR .bg-line.started svg .svg-elem-1{
    stroke-dashoffset: 3535.646484375px;
}
@media screen and (min-width: 769px) {
    .fa_SR .fa_list{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .fa_SR .fa_list .fa_it{
        width:calc((100% - 2vw) / 2);
        margin-top:2vw;
        border-radius: 2vw;
        box-shadow: 10px 10px 40px rgba(29,32,136,0.1);
    }
}

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