
html,body  {
    border:0;
    padding:0; font-size:14px; font-family:Microsoft YaHei; margin: 0; 
}
h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-weight:normal; }
ul,li{ margin:0; padding:0; list-style-type:none;} 
img{ border: 0; padding: 0; margin: 0;vertical-align: top; }
a{ text-decoration: none;}
p{ padding: 0; margin: 0; border: 0; text-indent:0; }
.clear{ clear:both; }
.left{ float:left; display:inline;  }
.right{ float:right; }
.pointer{ cursor:pointer; }
.pointer_no{ cursor:not-allowed ; }
.pt10{ padding-top: 10px; }
.center{ text-align: center; }
.notclick{pointer-events: none;}


.animation_sec{animation-name: animation_sec; animation-duration:2.5s; animation-iteration-count:1;  animation-fill-mode: forwards; }
@keyframes animation_sec {
    0%   {  opacity:0;top: 30.1vh; }
    100% {  opacity:1;top: 15vh; }
}


.animation_sec2{animation-name: animation_sec2; animation-duration:2.5s; animation-iteration-count:1;  animation-fill-mode: forwards; }
@keyframes animation_sec2 {
    0%   {  opacity:0;top: 30.1vh; }
    100% {  opacity:1;top: 10.1vh; }
}



.animation_sec_title{animation-name: animation_sec_title; animation-duration:3s; animation-iteration-count:1;  animation-fill-mode: forwards; }
@keyframes animation_sec_title {
    0%   {  opacity:0; }
    100% {  opacity:1; }
}

#sec_p1{ opacity:1; height: 104vh; position: relative; }
#sec_p2{ opacity:1; height: 106vh; position: relative;}
#sec_p3{ opacity:1;  position: relative;}
#sec_p4{ opacity:1; height: 103vh; position: relative;}
#sec_p5{ opacity:1; height: 100vh; position: relative; background-color: #DFDFDF;}
#sec_p6{ opacity:1; position: relative;}

.subpage_pageroll{
    position: relative;
    margin: 20px 0 10px 0;
    background-color: red;
    height: 80px;
}

.subpage_pageroll_body{
    position: absolute;
    top: 0;
    right: 0;
}


    
    .page {
        height: 100vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px; */
        scroll-snap-align: start;
    }
    

    .icon_arrow_down{
        width: 100%;
        height: 80px;
        background: url('img/icon_arrow_down.png') no-repeat center;
        background-size: 60%;
    }
    
    .indicator {
        position: fixed;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .indicator-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background:#ebebeb;
        opacity:0.7;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border: 2px solid transparent;
    }
    
    .indicator-dot.active {
        background: #8D68AE;
        transform: scale(1.3);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }
    
    .indicator-dot:hover {
        transform: scale(1.3);
        background: #c5abdc;
    }
    
    .scroll-tip {
        position: fixed;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        color: #c3c3c3;
        font-size: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        z-index: 999;
        animation: bounce 2s infinite;
    }
    
    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {transform: translateX(-50%) translateY(0);}
        40% {transform: translateX(-50%) translateY(-15px);}
        60% {transform: translateX(-50%) translateY(-8px);}
    }
    
    .nav-btn {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.2);
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: white;
        font-size: 1.5rem;
        cursor: pointer;
        backdrop-filter: blur(5px);
        transition: all 0.3s ease;
        z-index: 90;
    }
    
    .nav-btn:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-50%) scale(1.1);
    }
    
    .prev-btn {
            display: none;
        left: 30px;
    }
    
    .next-btn {
        right: 30px;
        display: none;
    }
    
    .progress-bar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 4px;
        background: white;
        z-index: 1000;
        transition: width 0.3s ease;
    }

.banner_progress{
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 6px;
    position: absolute;
    z-index: 4;
    background-color: #cd94c9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.banner_progress_roll{
    width:0;
    height: 6px;
    background-color: #cd94c9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.newsrow_selected{
    background-color: #f7f3fb;
}

.newslist_index_row{
    cursor: pointer;
    margin-bottom: 40px;
    padding: 2%;
    border-radius: 2px;
}

    .newslist_index_row_v2{
    cursor: pointer;
    margin-bottom:0;
    padding: 2%;
    border-radius: 2px;
}

.newslist_index_row_v2:last-child{
    
    margin-bottom: 0;
}

.newslist_indexrow_date{
    float: left;
    width: 15%;
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
    color: #595757;
}

.newslist_indexrow_xop{
    margin-top: 5px;
    padding-top: 5px;
    border-top: 2px solid #9D6099;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

.newslist_indexrow_title{
    float: right;
    width: 82%;
    font-size: 18px;
    font-weight: 500;
}

.newslist_indexrow_info{
    font-size: 14px;
    font-weight: 300;
    color: #949494;
}

.newslist_index{
    margin: 20px 0 0 0;
}

.newspage_tabli{
    float: left;
    width: 33%;
    text-align: center;
    font-size: 18px;
    padding: 0 0 15px 0;
    cursor: pointer;
}

.checked_newstab{
    border-bottom:5px solid #9D6099;
    font-weight: bolder;
    color: #040404;
}

.news_page_tab{
    font-weight: 300;
    color: #808080;
    border-bottom: 1px solid #cacaca;
}

.subpage_news_index_l{
    width: 58%;
    float: left;
}

.subpage_news_index a{
    color: #000000;
}

.news_cosp{
    width: 70%;
    margin: 0 auto;
    font-size: 40px;
    font-weight: lighter;
    color: #cfcfcf;
}

.subpage_news_index_r{
    width: 40%;
    float: right;
}

.newspic_row{
    margin-bottom: 40px;
}

.newspic_row_title{
    position: relative;
    margin-top: 5px;
}

.newspic_row_title a{
    text-decoration: none;
    color: #9D6099;
}

.newspic_row_date{
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 12px;
    color: #afafaf;
}

.subpage_product_view_body_l{
    float: left;
    width: 36%;
}

.subpage_product_view_tag{
    font-size: 16px;
    color: #c3c3c3;
    margin:30px 0 10px 0;
}

.subpage_product_view_title{
    font-size: 30px;
    font-weight: bolder;
    color: #ffffff;
    margin: 40px 0 20px 0;
    text-shadow: 1px 2px 5px #040404;
}

.subpage_product_view_info{
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #ffffff;
}

.subpage_product_view_body_r{
    float: right;
    width: 62%;
}

.subpage_product_view{
    background-image: linear-gradient(40deg,#919191,#101010);
    /* background-color: #555555; */
}

.subpage_news{
    padding: 10% 0 80px 0;
}

.subpage_product_cotol{
    position: absolute;
    left: 0;
    width: 36%;
    height: 100px;
    bottom: 50px;
}

.subpage_product_cotol li{
    float: left;
    width: 90px;
    height: 70px;
    margin-right: 10px;
    background-color: #040404;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 2px 2px 3px #565656;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.subpage_product_cover{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius:6px;
    opacity: 0.8;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 8px;
    background-color: #9D6099;
}

.subpage_product_cotol li:last-child{
    margin-right: 0;
}

.subpage_product_view_body{
    margin: 0 auto;
    padding: 3% 0 3% 0;
    width: 1100px;
    position: relative;
}

.subpage_product_bigview{
    width: 620px;
    height: 544px;
    background-size:100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow:2px 3px 22px #282828;
    border-radius: 5px;
}

.subpage_product_view_btn{
    margin-top: 40px;
    background-color: #9D6099;
    width: 200px;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 2px 2px 10px #4E4E4E;
}

.subpage_product{
    padding: 76px 0 80px 0;
}

.subpage_news_detail_title{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 50px;
    padding: 50px 0 40px 0;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}



.subpage_product_detail_body{
    min-height: 800px;
    font-size: 19px;
    font-weight: 300;
    line-height: 39px;
    width:85%;

    margin: 0 auto;
    color: #5e5e5e;
    max-width: 1200px;
    margin-top: 20px;
}

.subpage_product_detail_body P{
    text-indent: 2em;
    padding-bottom: 20px;
}


.subpage_news_detail_body{
    min-height: 800px;
    font-size: 19px;
    font-weight: 300;
    line-height: 39px;
    width:77%;
    margin: 0 auto;
    color: #5e5e5e;
}

.subpage_news_detail_body P{
    text-indent: 2em;
    padding-bottom: 20px;
}

.subpage_news_detail{
    width: 90%;
    margin: 0 auto;
    max-width: 1500px;
}


.subpage_news_index{
    width: 90%;
    margin: 0 auto;
    max-width: 1500px;
}

.subpage_coupanel_l{
    float: left;
    width: 26%;
}

.subpage_coupanel_r{
    float: right;
    width: 52%;
    border-left: 2px solid #CECECE;
    height: 600px;
}

.coct_row{
    font-size: 15px;
    color: #4D4D4D;
    padding: 50px 0 15px 0;
    border-bottom: 1px solid #CBCBCB;
}

.coct_icon_w1{ background: url('../img/icon_e_s1.png') no-repeat; background-position: 0 19%; background-size: 36px; }
.coct_icon_w2{ background: url('../img/icon_e_s2.png') no-repeat; background-position: 0 19%; background-size: 36px; }
.coct_icon_w3{ background: url('../img/icon_e_s3.png') no-repeat; background-position: 0 19%; background-size: 36px; }
.coct_icon_w4{ background: url('../img/icon_e_s4.png') no-repeat; background-position: 0 19%; background-size: 36px; }

.subpage_couctet_panel{
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}

.subpage_about_couctet{
    position: relative;
    padding:4%;
    background-color: #EDEDED;
}

.subview_picscoll_panel{
    width: 100%;
    overflow: hidden;
    margin: 50px 0 50px 0;
    height: 360px;
    position: relative;
}

.subview_pic_title{
    font-size: 16px;
    color: #9d9d9d;
    font-weight: 300;
    margin-top: 6px;
}

.subview_picscoll{
    width: 3500px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.subview_pic{
    float: left;
    width: 550px;
    margin-right: 20px;
}

.subview_pic img{
    width: 100%;
    border-radius: 4px;
}

.subpage_tech_title{
    width: 1000px;
    margin:0 auto;
}

.subpage_tech{
    position: relative;
    padding:4% 0 4% 0;
    background-color: #ffffff;
}

.about_subdata_row_l{
    float: left;
    font-size: 18px;
    color: #B1539E;
    font-weight: 200;
}

.about_subdata_row_label{
    color: #b4b4b4;
}

.about_subdata_row_l strong{
    font-size:50px;
}

.about_subdata_row_r{
    float: right;
    color: #646464;
    font-size: 18px;
    text-align: right;
    font-weight: 300;
}

.about_subdata_row{
    border-top: 1px solid #9C9594;
    padding: 20px 10px 80px 10px;
    position: relative;
}

.about_subdata_icon{
    width: 53px;
    height:53px;
    position: absolute;
    left: 0;
    bottom: 18px;
}

.icon_ab_w1{ background: url('../img/icon_w1.jpg') no-repeat center; background-size: 100%; }
.icon_ab_w2{ background: url('../img/icon_w2.jpg') no-repeat center; background-size: 100%; }
.icon_ab_w3{ background: url('../img/icon_w3.jpg') no-repeat center; background-size: 100%; }
.icon_ab_w4{ background: url('../img/icon_w4.jpg') no-repeat center; background-size: 100%; }
.icon_ab_w5{ background: url('../img/icon_w5.jpg') no-repeat center; background-size: 100%; }
/* .icon_ab_w1{ background: url('../img/icon_w1.jpg') no-repeat center; background-size: 100%; } */

.aboutview_now{
    top: 24%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    height: 423px;
    width: 758px;
    padding: 20px;
    background: url('../img/mmc_p1.jpg') no-repeat center;
    background-size: 100%;
    border-radius: 40px;
    z-index: 99;
}

.aboutview_side1{
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    height: 423px;
    width: 758px;
    padding: 20px;
    background: url('../img/mmc_p2.jpg') no-repeat center;
    background-size: 100%;
    border-radius: 40px;
    z-index: 96;
}

.aboutview_side2{
    top: 16%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    height: 423px;
    width: 758px;
    padding: 20px;
    background: url('../img/mmc_p3.jpg') no-repeat center;
    background-size: 100%;
    border-radius: 40px;
    z-index: 94;
}

.aboutview_side3{
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    height: 423px;
    width: 758px;
    padding: 20px;
    background: url('../img/mmc_p4.jpg') no-repeat center;
    background-size: 100%;
    border-radius: 40px;
    z-index: 94;
}

.aboutview_row{
    position: absolute;
    right: 5%;
    bottom: 5%;
    text-align: right;
}

.aboutview_panel{
    position: relative;
    float: left;
    width: 49%;
    height: 320px;
    background-color:Red;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 16px;
}

.aboutview_panel:nth-child(2n){
    background-color: #3C3C3C;
    margin-right: 0;
}

.appl_bg1{ background: url('../img/il_1.jpg') no-repeat center; background-size: 100%; }
.appl_bg2{ background: url('../img/il_2.jpg') no-repeat center; background-size: 100%; }
.appl_bg3{ background: url('../img/il_3.jpg') no-repeat center; background-size: 100%; }
.appl_bg4{ background: url('../img/il_4.jpg') no-repeat center; background-size: 100%; }



.aboutview_op{
    font-weight: 300;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 1px 2px 5px #999999;
}

.aboutview_sc{
    font-weight: 200;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 1px 2px 2px #999999;
}

.subpage_about_view{
    position: relative;
    height: 800px;
    background-color: #FBFBFB;
}

.subpage_about_view_v2{
    padding: 4%;
    position: relative;
    height: 700px;
    background-color: #f4f4f4;
    
}


.subabt_sio{
    color: #8D8D8D;
    margin: 150px 0 260px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.subabt_stitle{
    color: #989898;
    font-size: 35px;
}

.subabt_sten{
    color: #989898;
    font-size: 20px;
}

.subabt_sinfo{
    margin-top: 6px;
    color: #b7b7b7;
    font-weight: 200;
    font-size: 18px;
}

.sub_about_service_l{
    margin-top: 70px;
    width: 31%;
    float: left;
}

.sub_about_service{
    background-image: linear-gradient(0,#EBD5E7 ,#FDFAFC 40%);
    padding: 4%;
    position: relative;
}

.subchart_about{
    top: 2%;
    right: 10%;
    position: absolute;
    width: 760px;
    height: 760px;
    background: url('../img/chart_about.png') no-repeat center;
    background-size: 100%;
}

.about_subdata_l_txt_2{
    color: #666666;
    margin-bottom: 80px;
}

.about_subdata_l_txt_3{
    font-weight:lighter;
    color: #B3B3B3;
}

.about_subdata_l_txt{
    width: 70%;
    font-size: 24px;
}

.about_line{
    width: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about_subdata_l{
    float: left;
    position: relative;
    width: 32%;
    padding-bottom: 120px;
}

.about_subdata_r{
    width: 65%;
    position: relative;
    float: right;
}

.about_subdata{
    padding: 4%;
    background-color: #F8F8F8;
}

.cover_flow{
    width: 100%;
    position: absolute;
    z-index: 3;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-image: linear-gradient(30deg,#828282,#141414);
    opacity: 0.8;
}

.cover_flow_img{
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-image: url('img/index_nav_pic_2.jpg');
    background-size: 1120% ;
}

.button_post_needinfo{
    background-color: #8D68AE;
    color: #ffffff;
    text-align: center;
    width: 30%;
    padding: 10px 0 10px 0;
    border-radius: 3px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
}

.si_400{
    color: #8D68AE;
}

.sisc_need_row_op{
    width: 48.5%;
}

.posted_need_row{
    width: 100%;
    margin-bottom: 20px;
}

.nnn_textarea_style{
    width: 99%;
    height: 120px;
    background-color: #ffffff;
    border-radius: 3px;
    border: none;
}

.xxa_inpot_sl_row{
    width: 48%;
}

.nnn_select_style{
    border: none;
    background-color: #ffffff;
    border-radius: 3px;
    height: 40px;
    width: 100%;
}

.nnn_input_xo_style{
    border: none;
    background-color: #ffffff;
    border-radius: 3px;
    height: 40px;
    width: 100%;
}

.ssq_select_style{
    border: none;
    background-color: #ffffff;
    border-radius: 3px;
    height: 40px;
    width: 100%;
}

.service_li_info{
    line-height: 16px;
    font-size: 13px;
    color: #5B5B5B;
    font-weight: 300;
}

.service_li_title{
    font-size: 16px;
    font-weight: bolder;
    color: #4D4D4D;
    padding: 7px 0 6px 0;
}

.service_li_num{
    color: #8D68AE;
    font-size: 45px;
    font-weight: 400;
    font-style: italic;
    font-family:'Manrope';
}

.service_li{
    text-align: center;
    float: left;
    background:url('../img/icon_arrowsi.png') no-repeat;
    background-size: 55px;
    background-position: 100% 50%;
    width: 12%;
    padding-right:5%;
}

.service_li:nth-child(6n) {
    width: 15%;
    padding-right: 0;
    background:none;
}

.xi_service_index{
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 60px 0;
}

.needpanel_body_v2{
    padding:4%;
}

.needpanel_body{
    width: 1000px;
    height: 43.5vh;
    margin: 0 auto;
    /* padding: 20px 0 50px 0; */
}


.panel_seck_title_tel{
    text-align: center;
    font-size: 33px;
    color: #8D68AE;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.panel_seck_title{
    text-align: center;
    font-size: 30px;
    color: #4E4E4E;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}

.cb_style{
    padding: 0;
    cursor: pointer;
    border: 1px solid #000000;
    width: 20px;
    height: 20px;
}

.sub_product_body{
    background-color: #F6F5F5;
    padding: 10% 0 5% 0;
    
}

.sub_project_body{
    background-color: #F8F8F8;
    padding: 10% 0 5% 0;
}

.project_body_list{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 80vh;
}

.project_body_list li{
    float: left;
    border-radius: 8px;
    width: 18.2%;
    margin-right: 1%;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 0.5%;
}

.project_body_list li:nth-child(5n){
    margin-right: 0;
}

.project_body_data{
    padding: 10px;
    height: 64px;
    background-color: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.project_body_stitle a{
    color: #3C3C3C;
    font-size: 16px;
}

.project_body_stitle a:hover{
    color: #8D68AE;
    font-size: 16px;
}

.project_body_list_pic{
    width: 100%;
    height: 200px;
    border-radius: 6px;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

.project_body_stitle{
    overflow: hidden;
    color: #3C3C3C;
    font-size: 16px;
    margin-bottom: 4px;
    padding-left: 4px;
    height:70px;
}

.project_body_info{
    font-size: 13px;
    color: #9A9A9A;
    height: 36px;
    overflow: hidden;
}




.sub_product_body_data{
    width: 1100px;
    margin:0 auto;
    position: relative;
    min-height:1300px;
}

.sub_product_body_nav{
    float: left;
    width: 210px;
}


.filter_nav{
    margin-top: 10px;
}

.filter_nav_mainrow{
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 10px 8px 0;
    margin-bottom: 5px;
    color: #737373;
    
    border-bottom: 1px solid #6d6d6d;
}

.filter_submenu{
    position: relative;
}

.filter_nav_icon{
    position: absolute;
    right: 2px;
    bottom:10px;
    width: 16px;
    height: 16px;
    background: url('../img/arrow_btn_s1.png') no-repeat center;
    background-size: 98%;
}

.filter_subnav{
    color: #545454;
    margin-top: 5px;
    padding: 7px 0 7px 30px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 6px;
}


.sub_pud_title{
    
    font-size: 16px;
    font-weight: 300;
    color: #646665;
    overflow: hidden;
    height: 28px;
    width: 90%;
    margin:0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

.sub_pud_info{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 18px 0;
    color: #808080;
}

.sub_switch_filter{
    cursor: pointer;
    color: #040404;
    background: url('../img/icon_set.png') no-repeat;
    background-size: 30px;
    background-position: 0 50%;
    padding-left: 35px;
    height:25px;
    font-size: 16px;
}


.sub_product_body_list_r3{
    float: right;
    width: 870px;
}

.sub_product_body_list_r3 li{
    cursor: pointer;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 20px;
    background-color: #ffffff;
    float: left;
    padding: 0.5%;
    border-radius: 4px;
    text-align: center;
}

.sub_product_body_list_r3 .sub_pud_photo{
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 172px;
}

.sub_product_body_list_r3 .sub_pud_photo img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    vertical-align: middle;
}


.sub_product_body_list_r3 li:nth-child(3n) {
    margin-right:0;
}


.sub_product_body_list_r5{
    float: right;
    width: 100%;
    margin-top: 3%;
}

.sub_product_body_list_r5 li{
    cursor: pointer;
    width: 18.2%;
    margin-right: 1%;
    margin-bottom: 20px;
    background-color: #ffffff;
    float: left;
    padding: 0.5%;
    border-radius: 4px;
    text-align: center;
}


.sub_product_body_list_r5 .sub_pud_photo{
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 133px;
}

.sub_product_body_list_r5 .sub_pud_photo img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    vertical-align: middle;
}

.sub_product_body_list_r5 li:nth-child(5n) {
    margin-right:0;
}

.sub_banner{
    height: 600px;
    background:url('../img/product_bg.jpg') no-repeat #ffffff;
    background-position: 50% 10%;
}

.sub_project_banner{
    height: 650px;
    background:url('../img/project_bg.jpg') no-repeat center #ececec;
    background-size: 100%;
    /* background-position: 50% 10%; */
}

.subbanner_txt_s1{
    font-size: 52px;
    font-weight: bolder;
}

.subbanner_txt_s2{
    font-size: 22px;
    margin-top: 15px;
}

.subbanner_txt{
    position: absolute;
    left: 8%;
    top: 28%;
    color: #ffffff;
}

.sub_news_banner{
    height: 650px;
    background:url('../img/banner_news.jpg') no-repeat center #ececec;
    background-size: 100%;
    position: relative; 
}

.sub_about_banner{
    height: 650px;
    background:url('../img/about_sub_banner.jpg') no-repeat center #ececec;
    background-size: 100%;
    position: relative;
}

.foot_infodata{
    position: absolute;
    right: 290px;
    top:40px ;
    font-weight:lighter;
    font-size: 28px;
    color: #ffffff;
}

.foot_infodata_row{
    margin-bottom: 25px;
    
}

.foot_infodata_io{
    margin-top: 3px;
    font-size: 17px;
    font-weight:bolder;
}

.foot_info{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5%;
    font-size: 13px;
    color: #d6d6d6;
    text-align: center;
}

.foot_info a{
    color: #d6d6d6;
}

.foot_menu_panel{
    float: left;
    font-size: 14px;
    width: 150px;
}


.foot_menu_panel_url{
    float: left;
    font-size: 22px;
    font-weight: bolder;
    width: 150px;
}

.sox_ls{
    margin-bottom: 5px;
}

.foot_menu_panel li{
    margin-bottom: 5px;
}

.foot_menu_title{
    font-weight: bolder;
    font-size: 22px;
    margin-bottom: 10px;
    color: #f2f2f2;
}

.foot_menu{
    float: left;
    display: inline;
    position: relative;
}

.pagefoot{
    position: relative;
    background-color: #212121;
    width: 100%;
    height: 370px;
}

.btn_foot_back{
    position: absolute;
    right: 20px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    border: 1px solid #dbdbdb;
    background: url('../img/icon_up_arrow.png') no-repeat center;
    background-size: 18px;
    cursor: pointer;
}

.ind_gotop{
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 888;
    width: 50px;
    height: 50px;
    /* border: 1px solid #dbdbdb; */
    background: url('../img/icon_up_arrow_black.png') no-repeat center #f8f8f8;
    background-size: 22px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 1px 2px 2px #b1b1b1;
}

.pagefoot_search{
    position: absolute;
    right: 0;
    top:70px;
    z-index: 2;
}

.pagefoot_qrcode{
    position: absolute;
    right: 0;
    top:40px;
    width:220px;
    z-index: 2;
}

    .pagefoot_qrcode_p1{
    position: absolute;
    right: 0;
    top:40px;
    width:230px;
    z-index: 2;
}


    .pagefoot_qrcode_p2{
    position: absolute;
    right: 0;
    top:170px;
    width:230px;
    z-index: 2;
}


.btn_go_search{
    position: absolute;
    width: 42px;
    height: 42px;
    background:url('../img/icon_search_w.png') no-repeat center #8F6098;
    background-size: 25px;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.pf_search_style{
    padding: 3px 0 3px 10px;
    height: 36px;
    width: 200px;
    border: none;
    background-color: #ffffff;
}

.pagefoot_body{
    font-weight: 300;
    width: 1000px;
    margin: 0 auto;
    padding:40px 0 0 0;
    position: relative;
    color: #757575;
    font-size: 16px;
}

.pagefoot_body a{ 
    font-size: 16px;
    color: #757575;
}

.foot_menu_title_url{
    margin-bottom:20px;
    font-size: 22px;
    color: #f2f2f2;
}

.foot_menu_title_url a{
    color: #f2f2f2;
    font-size: 22px;
}

.foot_menu_title_url a:hover{
    color: #ecd1ff;
    font-size: 22px;
}


.foot_menu_panel a{ 
    font-size: 14px;
    color: #bbbbbb;
}


.foot_menu_panel a:hover{
    color: #ecd1ff;
}



.news_panel_li_t{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 8%;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    z-index: 2;
}

.news_panel_li{
    position: relative;
    float: left;
    width: 307px;
    height: 449px;
    background-color: #eaeaea;
    
}

.news_panel_bg1{
    background-image: url('../img/ix_pic_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 35px;
}

.news_panel_bg2{
    background-image: url('../img/ix_pic_2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 35px;
}

.news_panel_bg3{
    background-image: url('../img/ix_pic_3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.page_solution_flip_left{
    position: absolute;
    left: 0;
    top: 32%;
    width: 22%;
    /* height: 250px; */
    z-index: 5;
}


.page_solution_flip_left img{
    width: 100%;
    height: 270px;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 0 12px #ffffff;
    transform: perspective(800px) rotateY(45deg) scale(1.1,1.1);
}

.page_solution_flip img{
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 12px #ffffff;
    border-radius: 10px;
}

.page_solution_flip_right img{
    width: 100%;
    height: 270px;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 0 12px #ffffff;
    transform: perspective(800px) rotateY(-45deg) scale(1.1,1.1);
}

.page_solution_flip{
    position: absolute;
    right: 22%;
    top: 19%;
    width: 56%;
    height: 430px;
    z-index: 5;
}

.page_solution_flip_right{
    /* background-color: red; */
    position: absolute;
    right:0;
    top: 32%;
    width: 22%;
    /* height: 250px; */
    z-index: 5;
}

.page_solution_title{
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 5;
    font-size: 33px;
    color: #ffffff;
    font-weight: 200;
    text-align: center;
    text-shadow: 1px 1px 3px #454545;
}

.page_solution_title_sub {
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
}

.page_solution{
    background-image: linear-gradient(220deg,#242424,#6b6b6b 60%);
    /* background-image: url('../img/index_nav_pic_2.jpg'); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #e9e9e9; */
    width: 100%;
    height: 90vh;
    position: absolute;
    left: 0;
    top:10.1vh;
    right: 0;
    opacity:0;
}

.panel_seck{
    position: absolute;
    left: 0;
    top:10.1vh;
    right: 0;
    opacity:0;
    padding: 0 0 30px 0;
}

    .news_panel_index{
    width: 80%;
    margin: 0 auto;
    /* position: absolute; */
    /* left: 0;
    top:10.1vh;
    right: 0;
    opacity:0; */
}


.news_panel{
    width: 90%;
    position: absolute;
    left: 0;
    top:10.1vh;
    right: 0;
    opacity:0;
}

.page_index_show_pud{
    width: 100%;
    height: 90vh;
    position: absolute;
    left: 0;
    top:15vh;
    right: 0;
    opacity: 0;
}

.page_solution_banner{
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #575757;
}

.page_solution_bar{
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
        background-image: linear-gradient(180deg,#a3a3a3 ,#6b6b6b 40%);
    height: 125px;
    opacity: 0.95;
}

.page_solution_bar_body{
    height: 120px;
    display: flex;
    width:95%;
    margin: 0 auto;
    margin-top: 15px;
    justify-content:space-between;
}

.page_solution_bar_body div{
    /* float: left; */
    /* margin: 17px 0 0 1%; */
    /* display: inline; */
    width: 10.5%;
    height: 88px;
    position: relative;
}

/* .page_solution_bar_body li:last-child{
    margin-right:0;
} */

.page_solution_bar_body img{
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 1px 3px 3px #666666;
}

.show_pud_li{
    float: left;
    /* width: 480px;
    height: 300px; */
    /* margin:0 40px 30px 0; */
    background-color: #ebebeb;
    /* background:url('../img/index_sx_bg.jpg') no-repeat left; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    display: inline;
    position: relative;
    cursor: pointer;
}

.sspud_1{width: 50%;height: 44.9vh;}
.sspud_2{width: 50%;height: 44.9vh;}
.sspud_3{width: 50%;height: 44.9vh;}
.sspud_4{width: 50%;height: 44.9vh;}

.flip_switch_bar{
    position: absolute;
    right: 44%;
    bottom: 5%;
    z-index: 5;
}

.btn_switch_left{
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 60px;
    background-image:url('../img/icon_left_arrow_w.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 115%;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 1px 12px #424242;
}

.btn_switch_right{
    float:right;
    width: 50px;
    height: 50px;
    background-image:url('../img/icon_right_arrow_w.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 115%;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 1px 12px #424242;
}

.btn_switch_left_checked{
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 60px;
    background-image:url('../img/icon_left_arrow_p.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 115%;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 1px 9px #724775;
}

.btn_switch_right_checked{
    float:right;
    width: 50px;
    height: 50px;
    background-image:url('../img/icon_right_arrow_p.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 115%;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 1px 9px #724775;
}

.puddata_photo{
    z-index: 2;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.show_pud_cover{
    position: absolute;
    z-index: 4;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0.1%;
    background-color: #8D68AE;
    opacity: 0.3;
}

.show_pud_li_title{
    position: absolute;
    left: 16px;
    z-index: 5;
    top: 20px;
    font-size: 20px;
    color: #4E4E4E;
    font-weight:300;
    text-shadow: 2px 2px 1px #ffffff;
}


.logobar_po{
    float: left;
    width: 100%;
    position: relative;
    height: 130px;
    margin-bottom: 80px;
}

.logobar_long2{
    position: absolute;
    right: -400px;
    top: 0;
    width: 3000px;
}

.logobar_long{
    position: absolute;
    left: 0;
    top: 0;
    width: 3000px;
}

.logobar_li{
    float: left;
    width: 160px;
    margin-right: 50px;
}

.show_pud_li:nth-child(2n) {
    margin-right: 0;
}

.page_logobar{
    overflow: hidden;
}

.page_wbar_title{
    position: relative;
    text-align: center;
    font-size: 39px;
    padding: 48px 0 38px 0;

}


.page_wbar_title_v2{
    position: relative;
    text-align: center;
    font-size: 39px;
    padding: 28px 0 18px 0;

}

.page_index_panel_gray{
    margin: 30px 0 0 0;
    background-color: #F8F8F8;
}

.page-bar-title{
    position: relative;
    font-size: 39px;
    height: 10vh;
    text-align: center;
    padding:60px 0 20px 0 ;
    opacity: 0;
    /* padding: 20px 0 18px 30px; */
}

.page-bar-title h2{
    position: absolute;
    left: 30px;
    bottom: 15px;
    font-size: 36px;
}

.fuzhen_mark{
    position: absolute;
    left: 200px;
    bottom: 13px;
    width: 110px;
    height: 50px;
    background: url('../img/big_logo_v2.png') no-repeat center;
    background-size: 100%;
}

.up_border{
    border-top: 1px solid #000000;
}

.page-bar-title span{
    position: absolute;
    font-size: 22px;
    right: 30px;
    bottom: 22px;
}


.down_border{
    border-bottom: 1px solid #000000;
}

/* .down_border span{
    position: absolute;
    font-size: 39px;
    right: 30px;
    top: 33px;
} */


.bottom_border{
    border-bottom: 1px solid #000000;
}



    .rm_top_soild{
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
    opacity: 0.8;
}

.coffe_tips{
    width: 100%;
    font-weight: lighter;
    text-align: center;
    height: 70vh;
    font-size: 20px;
    padding-top: 30vh;
    color: #989898;
}

.coffe_tips strong{
    color: #646464;
    font-size: 40px;
}

.rm_top{
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    position: fixed; 
    width: 100%;
    height: 76px;
}



.rm_top_bg{animation-name: rm_top_bg; animation-duration:1s; animation-iteration-count:1; animation-fill-mode: forwards; }

@keyframes rm_top_bg {
    0%   { opacity: 0; }
    100% { opacity: 1; background-color: #fcfcfc; box-shadow: 0 0 6px #c9c9c9; }
}




.rm_top_body{
    height: 76px;
    position: relative;
}

.rm_top_logo{
    width: 300px;
    /* height: 55px; */
    padding-top: 20px;
    margin-left: 5%;
    text-align: center;
}

.rm_top_logo img{
    width: 70%;
}

.rm_top_bar{
    position: absolute;
    right: 13%;
    top: 25px;
    height: 30px;
}

.rm_top_tel_row{
    margin-bottom: 20px;
    font-size: 32px;
}

.rm_top_tel_io{
    font-size:18px;
    color: #B3B3B3;
}

.rm_top_tips{
    position: absolute;
    right:-5px;
    top: 45px;
    z-index: 99;
    background-color: #f5f5f5;
    padding:20px 40px 10px 40px;
    border-radius: 8px;
    color: #000000;
    border: 1px solid #d6d6d6;
}

.maptips{
    width: 100%;
    height: 400px;
    background: url('../img/map_tip_v2.jpg') no-repeat;
    background-size: 100%;
    background-position:0 40% ;
}

.rm_top_tel{
    position: absolute;
    right: 3%;
    top: 18px;
    background:url('../img/icon_tel_gw.png') no-repeat;
    background-size: 22px;
    background-position:0 50%;
    /* height: 30px; */
    color: #868686;
    padding:8px 0 8px 26px ;
    font-size: 17px;
    cursor: default;
}

.bar_coffe{
    /* padding-right: 25px; */
    /* margin-right: 0; */
    border-right: 1px solid #dadada;
}

.bar_coffe a{ color: red; }


.rm_top_bar li{
    float: left;
    font-size: 16px;
    width: 110px;
    height: 28px;
    padding-top: 2px;
    text-align: center;
}

.toprm_checked{
    background: url('../img/gr_line.png') no-repeat center bottom;
    background-size: 40% 3px;
}

.rm_top a{
    color: #3a3a3a;
    text-decoration: none;
}

.index_banner{
    /* min-height: 450px; */
    background-color: #acacac;
    background-image: url('../img/index_banner_1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    width: 100%;
    height: 99.9vh;
}

.banner_switch{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner_switch_b{
    margin: 0 auto;
    width: 126px;
}

.banner_switch_b li{
    opacity: 0.94;
    width: 14px;
    height: 14px;
    float: left;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin-right: 15px;
    box-shadow: 0 0 8px #cacaca;
    cursor: pointer;
}

.banner_switch_b li:last-child{
    margin-right: 0;
}

.banner_li_checked{
    border-color: red;
    background-color: #8F6098;
}

    .rm_top_bar a{
    color: #3a3a3a;
    text-decoration: none;
}


.rm_top_bar a:hover{
    color: #935997;
    text-decoration: none;
}

.solution_checked{
    border: 2px solid #db94e9;

}

.fisubnav_checked{
    background:url('../img/checked_fill.png') no-repeat #ffffff;
    background-size: 17px;
    font-weight: bolder;
    /* color: #935997; */
    background-position: 8px 50%;
}


.fi_rotate_icon{ animation-name: fi_rotate_icon; animation-duration:0.6s; animation-fill-mode: forwards ;  }
    @keyframes fi_rotate_icon {
    0%   { transform: rotate(0); }
    100% { transform: rotate(90deg); }
}


.animation_filter_subnav{ animation-name: animation_filter_subnav; animation-duration:0.4s; animation-fill-mode: forwards ;  }
    @keyframes animation_filter_subnav {
    0%   { opacity: 0.8;  }
    100% { opacity: 1; background-color: #ffffff; }
}

.animation_pudata_cover{ animation-name: animation_pudata_cover; animation-duration:0.7s; animation-fill-mode: forwards ;  }
    @keyframes animation_pudata_cover {
    0%   { height: 0%; }
    100% { height: 100%; }
}

.animation_pudata{ animation-name: animation_pudata; animation-duration:3.8s; animation-fill-mode: forwards ;  }
    @keyframes animation_pudata {
    0%   { background-size: 150%; }
    100% { background-size: 100%; }
}

.switchpic_jump{animation-name: switchpic_jump; animation-duration:0.8s; animation-iteration-count:infinite;animation-direction: alternate; }
@keyframes switchpic_jump {
    0%   { top:0; opacity: 0.8; }
    100% { top:-5px; opacity: 1; }
}


.animation_about_view_scoll{animation-name: animation_about_view_scoll; animation-duration:30s; animation-iteration-count:infinite; }

@keyframes animation_about_view_scoll {
    0%   { left: 0;  }
    100% { left: -2000px; }
}

.animation_float{animation-name: animation_float; animation-duration:2s; animation-iteration-count:infinite; animation-fill-mode: forwards ;}

@keyframes animation_float {
    0%   { top: 19%;  }
    50%  { top: 19.5%; }
    100% { top: 19%; }
}

.animation_boxborder{animation-name: animation_boxborder; animation-duration:0.5s; animation-iteration-count:1; animation-fill-mode: forwards ;}

@keyframes animation_boxborder {
    0%   { box-shadow: 0;  }
    100% { box-shadow: 3px 2px 18px #afafaf; }
}


.animation-morestep{animation-name: morestep; animation-duration:2s; animation-iteration-count:infinite; animation-direction: alternate; }

@keyframes morestep {
0%   { background-size:98%; }
100% { background-size:99%; }
}

.animation-marketlabel{animation-name: marketlabel; animation-duration:1s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes marketlabel {
100% {left:15%;}
}

.animation-marketline{animation-name: marketline; animation-duration:1s; animation-iteration-count:1; animation-fill-mode: forwards ; animation-timing-function:linear }
@keyframes marketline {
0%{ width:10px; }
51%{width:0;}
52%{width:0;}
60% {transform:rotate(40deg); width:20px;}
70% {transform:rotate(60deg); width:30px;}
80% {transform:rotate(70deg); width:60px;}
100% {transform:rotate(90deg); width:70px; top: 53%;}
}

.animation-markettitle{animation-name: markettitle; animation-duration:2s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes markettitle {
100% {top: 43%;}
}

.animation-marketinc{animation-name: marketinc; animation-duration:4s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes marketinc {
100% {opacity: 1;}
}

.se{
    
}

.animation-marketicon{animation-name: marketicon; animation-duration:1s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes marketicon {
100% {top: 30%;}
}

.animation-marketmore{animation-name: marketmore; animation-duration:2s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes marketmore {
99%{ top: 75%;  }
100% {border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff;top: 75%; background-color: #CA282C; }
}

/* .animation-marketlabel{animation-name: marketlabel; animation-duration:2s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes marketlabel {
100% {left:15%;}
}

.animation-marketline{animation-name: marketline; animation-duration:2s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes marketline {
0%{ width:20px; }
50%{ width:2px; }
100% {transform:rotate(90deg); top: 53%; width:80px;}
}

.animation-markettitle{animation-name: markettitle; animation-duration:3s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes markettitle {
100% {top: 43%;}
}

.animation-marketinc{animation-name: marketinc; animation-duration:7s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes marketinc {
100% {opacity: 1;}
}

.animation-marketicon{animation-name: marketicon; animation-duration:2s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes marketicon {
100% {top: 30%;}
}

.animation-marketmore{animation-name: marketmore; animation-duration:3s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes marketmore {
50%{ top: 75%;  }
100% {border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff;top: 75%; }
} */

.animation-iconadvantage{animation-name: iconadvantage; animation-duration:1s; animation-iteration-count:1; animation-fill-mode: forwards ;}
@keyframes iconadvantage {
    100%{transform:scale(1.1,1.1);}
}
