    /* CSS Reset */
    
    #think_page_trace_open{ display: none; }
      
    html{-webkit-text-size-adjust:none; width: 100%; max-width: 100%;}
    body{color: #222222;overflow-x:hidden;margin:0; padding:0; line-height: 1;  font-family:"microsoft yahei",arial,"STXihei"; font-size: 14px; width: 100%; max-width: 100%;}
    input,select,textarea {border-radius: 0;outline: none; font-family:"microsoft yahei",arial,"STXihei"; border: 0; padding: 0; margin: 0;}
    input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
    a{font-size: 14px;text-decoration:none;color: #222222;}
    img{ vertical-align: top; max-width: 100%; margin: 0; padding: 0; border: 0;}
     body{
        user-select: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
    }
    
    body.on{
        user-select: auto;
          -webkit-user-select: auto;
          -moz-user-select: auto;
          -ms-user-select: auto;
    }
    .notblue{-moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ user-select: none;}
    a{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    a:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;} 
    ::after,::before{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;box-sizing: border-box;}
    .MoShow { display:none;}
    *{box-sizing: border-box;}
    html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline;  line-height: 1;}
    p { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
    .ohidden{ overflow: hidden;}
    .m-header-nav {display:none;}
    .IBg{ background: #031537;}
    .tra{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .tra:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .tra2 img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .tra2:hover img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .dflex{ display: flex;}
    .jccenter{ justify-content: center;}
    input[type="submit"],input[type="button"],input[type="radio"],input[type="checkbox"]{ cursor: pointer;}
    .notBlue{-moz-user-select: none; /* 火狐 */ -webkit-user-select: none; /* webkit浏览器 */ -ms-user-select: none; /* IE10 */ -khtml-user-select: none; /* 早期浏览器 */ user-select: none;}
    .clamp1{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
    .clamp2{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
    .clamp3{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
    .clamp4{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
    .BWeight{ font-weight: bolder;}

    .content_list_video{display:none; position: fixed; left:0; top:0; z-index: 1250; width: 100%; height: 100%;}
    .content_list_video.on{display:block;}
    .content_list_video .list_video_bg{position:fixed;background:rgba(0,0,0,.8);left:0;top:0;width:100%;height:100%;z-index:120;}
    .content_list_video .list_video_content{width:40%;position:fixed;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:121;}
    .content_list_video .list_video_content .video_content_close{cursor:pointer;position:fixed;right:0;top:-35px;}
    .content_list_video .list_video_content .video_content_close span{color:#fff;font-size:25px;}
    .content_list_video .list_video_content video{width:100%;}
    .click_video{cursor:pointer;}
    
    /* 弹窗样式 Start */
    .message_box{position: fixed; top: 0; bottom: 0; left: 0; right: 0;margin: 0; padding: 0; border: 0;z-index: 999999999;}
    .message_box .message_box_bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);display: flex; align-items: center; justify-content: center;opacity: 0;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease;z-index: 999999999;}
    .message_box .message_box_content{width: 18%;vertical-align: middle; background-color: #fff; border-radius: 4px; border: 1px solid #ebeef5; box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); text-align: left; overflow: hidden; backface-visibility: hidden;}
    .message_box .message_box_content .content_top{position: relative; padding: 15px 15px 10px;display: flex; align-items: center; justify-content: space-between;}
    .message_box .message_box_content .content_top .content_top_title{padding-left: 0; margin-bottom: 0; font-size: 18px; line-height: 1; color: #303133;}
    .message_box .message_box_content .content_top .content_top_close{width: 15px; height: 15px; position: relative; cursor: pointer; display: flex; justify-content: center; align-items: center;}
    .message_box .message_box_content .content_top .content_top_close .top_close_li{width: 1px; height: 13px; border-radius: 100px;background-color: #909399; position: absolute; top: auto; right: auto; bottom: auto; left: auto;-webkit-transition:background-color .35s ease;-moz-transition:background-color .35s ease;transition:background-color .35s ease;}
    .message_box .message_box_content .content_top .content_top_close .top_close_left{transform: rotate(45deg);}
    .message_box .message_box_content .content_top .content_top_close .top_close_right{transform: rotate(315deg);}
    .message_box .message_box_content .content_top .content_top_close:hover .top_close_li{background: #00afec;}
    .message_box .message_box_content .content_center{padding: 5px 15px;}
    .message_box .message_box_content .content_center p{line-height: 1.5;color: #606266; font-size: font-size: 14px;;}
    .message_box .message_box_content .content_center input{width: 100%; font-size:  font-size: 14px;; padding: 5px; border: 1px solid #606266; border-radius: 4px; color: #606266; }
    .message_box .message_box_content .content_center input:focus{border-color: #00afec;}
    .message_box .message_box_content .content_bottom{padding: 10px 15px 15px 15px;text-align: right;}
    .message_box .message_box_content .content_bottom .content_bottom_btns{display: inline-block; line-height: 1; white-space: nowrap; cursor: pointer; background: #00afec; border: 1px solid #00afec; color: #fff; -webkit-appearance: none; text-align: center; box-sizing: border-box; outline: none; margin: 0;font-weight: 500; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; padding: 9px 16px; font-size: 12px; border-radius: 4px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
    .message_box .message_box_content .content_bottom .content_bottom_btns:hover{border-color: #008ebf; background-color: #008ebf;}
    .pcpopup .message_box_content .content_bottom .content_bottom_btns.no{margin-right: 12px;}
    .pcpopup .message_box_content .content_bottom .content_bottom_btns.no{border-color:#c1c1c1;background-color: #c1c1c1;color: #ffffff;}
    .pcpopup .message_box_content .content_bottom .content_bottom_btns.no:hover{border-color: #aaaaaa; background-color: #aaaaaa;}
    .prompts .message_box_content .content_top .content_top_title{font-size: 17px;}
    .prompts .message_box_content .content_center{padding: 8px 15px;}
    .message_box .message_box_bg.on{opacity: 1;}
    .notice_box{display: flex; width: 330px; border-radius: 8px; box-sizing: border-box; border: 1px solid #ebeef5; position: fixed; right: 20px; background-color: #fff; box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s; overflow: hidden;z-index: 999999999;}
    .notice_box .notice_box_content{width: 100%;}
    .notice_box .notice_box_content .content_top{position: relative; padding: 18px 18px 7px 18px;display: flex; align-items: center; justify-content: space-between;}
    .notice_box .notice_box_content .content_top .content_top_title{padding-left: 0; margin-bottom: 0; font-size: 18px; line-height: 1; color: #303133;}
    .notice_box .notice_box_content .content_top .content_top_close{width: 15px; height: 15px; position: relative; cursor: pointer; display: flex; justify-content: center; align-items: center;}
    .notice_box .notice_box_content .content_top .content_top_close .top_close_li{width: 1px; height: 13px; border-radius: 100px;background-color: #909399; position: absolute; top: auto; right: auto; bottom: auto; left: auto;-webkit-transition:background-color .35s ease;-moz-transition:background-color .35s ease;transition:background-color .35s ease;}
    .notice_box .notice_box_content .content_top .content_top_close .top_close_left{transform: rotate(45deg);}
    .notice_box .notice_box_content .content_top .content_top_close .top_close_right{transform: rotate(315deg);}
    .notice_box .notice_box_content .content_top .content_top_close:hover .top_close_li{background: #00afec;}
    .notice_box .notice_box_content .content_btm{padding: 8px 18px 18px 18px;}
    .notice_box .notice_box_content .content_btm p{color: #606266; font-size: 14px;}
    @media screen and (max-width:3820px){.message_box .message_box_content{width: 17%;}}
    @media screen and (max-width:2490px){.message_box .message_box_content{width: 18%;}}
    @media screen and (max-width:1920px){.message_box .message_box_content{width: 20%;}.message_box .message_box_content .content_bottom .content_bottom_btns{padding: 8px 15px;font-size: 12px;}}
    @media screen and (max-width:1740px){.message_box .message_box_content{width: 21%;}}
    @media screen and (max-width:1680px){.message_box .message_box_content{width: 22%;}}
    @media screen and (max-width:1560px){.message_box .message_box_content{width: 23%;}}
    @media screen and (max-width:1440px){.message_box .message_box_content{width: 25%;}}
    @media screen and (max-width:1366px){.message_box .message_box_content{width: 27%;}}
    @media screen and (max-width:1280px){.message_box .message_box_content{width: 28%;}}
    @media screen and (max-width:1240px){.message_box .message_box_content{width: 29%;}}
    @media screen and (max-width:1024px){.message_box .message_box_content{width: 30%;}}
    @media screen and (max-width:980px){.message_box .message_box_content{width: 38%;}}
    @media screen and (max-width:800px){.message_box .message_box_content{width: 70%;border-radius: 5px;}.message_box .message_box_content .content_top{padding: 12px 12px 10px;}.message_box .message_box_content .content_center{padding: 7px 12px;}.message_box .message_box_content .content_center{padding: 6px 12px;}.message_box .message_box_content .content_bottom{padding: 5px 12px 12px 12px;}.message_box .message_box_content .content_bottom .content_bottom_btns{padding: 8px 15px;font-size: 13px;border-radius: 5px;}}
    /* 弹窗样式 End */



    .search{position:fixed;width:100%;height:100%;left:0;top:0;right:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:1250;}
    .search .search_bg{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
    .search .search_bg .search_content{width:50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);filter:scale(0);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;opacity:1;}
    .search .search_bg.on .search_content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;opacity:1;}
    .search .search_content .search_content_top{position:relative;}
    .search .search_content .search_content_top .search_close{position:absolute;right:0;top:-50px;color:#fff;font-size:30px;}
    .search .search_content .search_content_bottom{display:flex;align-items:center;justify-content:center;position:relative;border-radius:100px;overflow:hidden;}
    .search .search_content input[type="search"]{width:80%;background:inherit;height:80px;font-size:16px;color:#333;padding:0px 20px;z-index:1;position:relative;background:#fff;border:0px;}
    .search .search_content input[type="submit"]{width:20%;height:80px;font-size:16px;z-index:1;position:relative;color:#111;cursor:pointer;color:#fff;background:#1438a1;border:0px;}



    .pc_all .pc_all_content{ width: 1600px; margin: 0 auto; max-width: 90%;}
    .pc_all *{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .pc_all *:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .pc_all2 .pc_all_content{ width: 1600px; margin: 0 auto; max-width: 90%;}
    .bgcolor{ background: #f5f5f5;}

    .layui-laypage{display:flex;font-size:16px;color:#999999;align-items:center;justify-content:center;margin-top:68px;}
    .layui-laypage .layui-laypage-count{display:none;}
    /*
    .layui-laypage span{width: 50px; height: 30px; margin-right: 24px;background: url(../images/sv56on.svg) no-repeat 50% 50%; background-size: 50px;}
    .layui-laypage span em{width: 100%; height: 100%; padding-left: 12px; display: flex; align-items: center; justify-content: center;}
    .layui-laypage span:hover{ background: url(../images/sv56.svg) no-repeat 50% 50%; color: #fff;}
    */
    .layui-laypage span em{ width: 50px; height: 30px; background: url(../images/sv56on.svg) no-repeat 50% 50%; background-size: 50px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #666666; margin-right: 24px; padding-left: 12px;}
    .layui-laypage a{ width: 50px; height: 30px; background: url(../images/sv56on.svg) no-repeat 50% 50%; background-size: 50px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #666666; margin-right: 24px; padding-left: 12px;}
    .layui-laypage a:last-child{ margin-right: 0;}
    .layui-laypage-curr em,.layui-laypage-disabled em{font-style:inherit;}
    .layui-laypage a:hover{ background: url(../images/sv56.svg) no-repeat 50% 50%; color: #fff;}
    .layui-laypage span .layui-laypage-em{display:none;}
    .layui-laypage-limits{display:none;}
    .layui-laypage-skip{display:none;}
    .layui-laypage-curr em{ background: url(../images/sv56.svg) no-repeat 50% 50% !important; color: #fff !important;}


    .HeaderTop{ background: #f2f2f2;}
    .HeaderTop .pc_all_content{ display: flex; align-items: center; justify-content: space-between; height: 30px;}
    .HeaderTop .HeaderTop_left{ display: flex; align-items: center;}
    .HeaderTop .HeaderTop_left .HeaderTop_left_dd a{ color: #00afec;}
    .HeaderTop .HeaderTop_left .HeaderTop_left_dd span{ color: #00afec;margin: 0 2px;}
    .HeaderTop .HeaderTop_left .HeaderTop_left_dd span:last-child{display:none;}
    .HeaderTop .HeaderTop_left .HeaderTop_left_dt{margin-left:15px;}
    .HeaderTop .HeaderTop_right{ display: flex; align-items: center;}
    .HeaderTop .HeaderTop_right a{ color: #666666;}
    .HeaderTop .HeaderTop_right span{ display: inline-block; width: 1px; background: #666666; height: 14px; margin: 0px 6px;}

    .Header .pc_all_content{ display: flex; align-items: center; justify-content: space-between; height: 130px;}
    .Header .Header_left{ display: flex; align-items: center;}
    .Header .Header_left .Header_left_logo{ border-right: 1px solid #dadada; padding-right: 22px; margin-right: 22px;}
    .Header .Header_left .Header_left_logo img{ max-height: 74px; height: 74px;}
    .Header .Header_left .Header_left_title{ color: #222222;}
    .Header .Header_left .Header_left_title .left_title_dd{ font-weight: bolder; margin-bottom: 10px;letter-spacing: 0.14em;}
    .Header .Header_right{ display: flex; align-items: center;}
    .Header .Header_right .Header_right_phone{ display: flex; align-items: center; margin-right: 38px;}
    .Header .Header_right .Header_right_phone .right_phone_icon{ width: 50px; height: 50px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #00afec; margin-right: 20px;}
    .Header .Header_right .Header_right_phone .right_phone_icon img{ height: 25px;}
    .Header .Header_right .Header_right_phone .right_phone_txt{ color: #222222;}
    .Header .Header_right .Header_right_phone .right_phone_txt .phone_txt_dt{ font-weight: bolder; margin-top: 8px;}
    .Header .Header_right .Header_right_img img{ max-height: 82px; height: 82px;}
    
    .HeaderNav{ position: absolute; left: 0; top: 130px; z-index: 2; width: 100%; border-bottom: 1px solid rgba(255,255,255,.2);}
    .HeaderNav.active{ position: fixed; top: 0; background: #00afec; z-index: 20;}
    .HeaderNav .pc_all_content{ display: flex; align-items: center; justify-content: space-between; height: 58px;}
    .HeaderNav .pc_all_content .HeaderNav_left{ display: flex; align-items: center;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list{ margin-right: 79px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_title{ color: #fff; position: relative; line-height: 58px; display: inline-block;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_title i{ margin-left: 5px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down{ position: absolute; background: #fff; left: 0; top: 100%; width: 100%; padding: 0px; height: 0px; overflow: hidden; opacity: 0; box-shadow: 0px 0px 20px rgba(0,0,0,.1);}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list:hover .left_list_down{ height: 480px; padding: 38px 0px; opacity: 1;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list:hover .left_list_down_product{ height: 540px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .left_list_down_width{ width: 1400px; margin: 0 auto;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_nav{ width: 100%;display: flex; align-items: center; justify-content: center; margin-bottom: 33px; overflow-x: scroll;cursor: all-scroll;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_nav.no{justify-content: flex-start;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_nav::-webkit-scrollbar-track { background-color: #dadada; } /* 滚动条的滑轨背景颜色 */ 
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_nav::-webkit-scrollbar-thumb { background:#e60012; } /* 滑块颜色 */ 
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_nav::-webkit-scrollbar-button { background-color: #dadada; } /* 滑轨两头的监听按钮颜色 */ 
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_nav::-webkit-scrollbar-corner { background-color: #dadada; } 
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_nav::-webkit-scrollbar { width: 0px; height: 0; } /* 这是针对缺省样式 (必须的)*/
    
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_nav .down_nav_list{ margin-right: 40px; color: #666; cursor: pointer; white-space: nowrap;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_nav .down_nav_list:last-child{ margin-right: 0;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_nav .down_nav_list.active{ color: #00afec;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content{ position: relative; height: 311px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.left_list_down_product .list_down_content{ height: 350px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_btn{ position: relative; z-index: 10;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list:nth-child(1){ position: relative;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list{ position: absolute; left: 0; top: 0; width: 100%; background: #fff; opacity: 0;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list .content_list_icon{ height: 35px; display: flex; align-items: center; justify-content: center;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list .content_list_icon.active{ height: 85px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list .swiper-pagination{ display: none; position: relative;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list .swiper-pagination span{ margin: 0px 7px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list .swiper-pagination span.swiper-pagination-bullet-active{ background: #00b0ec;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list.active{ opacity: 1; z-index: 10;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list .list_li_img{ border-radius: 6px; overflow: hidden;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list .list_li_img img{ width: 100%; height: 185px; object-fit: cover;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list .list_li_title{ margin-top: 25px; text-align: center;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list .content_list_li:hover .list_li_title{ color: #00b0ec;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content.list_down_product .down_content_list .content_list_li{ background: #f7f7f7; padding: 35px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content.list_down_product .down_content_list .content_list_li .list_li_img{ height: 165px; display: flex; align-items: center; justify-content: center;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content.list_down_product .down_content_list .content_list_li .list_li_img img{ max-height: 100%; max-width: 100%; width: auto; height: auto;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .left_list_down_width{ display: flex; align-items: flex-start; justify-content: space-between;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_left{ display: flex; width: calc(100% - 500px);}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_left .down_left_list{ width: 33.33%;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_left .down_left_list_title{ margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #dadada;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_left .down_left_list_title .list_title_dt{ color: #666; margin-top: 8px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_left .left_list_txt p{ margin-bottom: 22px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_left .left_list_txt p:last-child{ margin-bottom: 0;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_left .left_list_txt p a{ color: #666;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_left .left_list_txt p a:hover{ color: #00b0ec;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_right{ width: 360px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_right .down_right_list{ border-radius: 6px; overflow: hidden;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_right .down_right_list img{ width: 100%; height: 237px; object-fit: cover;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_right .swiper-pagination{ position: relative; margin-top: 20px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_right .swiper-pagination span{ border-radius: 0; width: 20px; height: 2px; margin: 0px 3px; opacity: 1; background: #dadada;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down.About_down .About_down_right .swiper-pagination span.swiper-pagination-bullet-active{ background: #00b0ec;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list:hover .left_list_down.About_down{ height: 455px; padding: 88px 0px;}



    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_title::before{ content: ""; display: inline-block; width: 0%; height: 1px; background: #fff; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; opacity: 0;}
    .HeaderNav.active .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_title::before{ bottom: 10px;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list.active .left_list_title::before{ width: 100%; opacity: 1;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list:hover .left_list_title::before{ width: 100%; opacity: 1;}
    .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list:last-child{ margin-right: 0;}
    .HeaderNav .pc_all_content .HeaderNav_right{ display: flex; align-items: center;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language{  }
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language .right_language_title{ display: flex; align-items: center; color: #fff; height: 58px; cursor: pointer;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language .right_language_title img{ height: 20px; margin-right: 9px;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language .right_language_title i{ margin-left: 10px;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language .right_language_dt{position:absolute;top:100%;width:100%;left:50%;transform:translateX(-50%);display:block; z-index: 3; background:rgba(255,255,255,.95); height: 0px; overflow: hidden; opacity: 0;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language:hover .right_language_dt{ height: 220px; padding-top: 45px; opacity: 1;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language:hover .right_language_dt{ display: block;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language .right_language_dt .language_dt_title{ color:#333; font-weight: bolder; width: 1600px; margin: 0 auto; margin-bottom: 36px;max-width: 90%;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language .right_language_dt .language_dt_padding{ display: flex; width: 1600px; margin: 0 auto;max-width: 90%;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language .right_language_dt .language_dt_padding a{display:inline-block; color:#333; margin-right: 75px;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language .right_language_dt .language_dt_padding a:hover{color:#197fc3;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language .right_language_dt .language_dt_padding a.on{color:#197fc3;}

    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_search{ margin-left: 23px;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_search img{ height: 20px;}
    .HeaderNav:hover{ background: #00afec; z-index: 20;}
    .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_left_list{ margin-right: 23px;}


    .HomeNav{ position: fixed; top: 59px; width: 100%; left: 0; background: #fff; height: 60px; z-index: 15;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease; pointer-events: none;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease; opacity: 0;}
    .HomeNav .pc_all_content{ border-bottom: 1px solid #ededed;}
    #main.active .HomeNav{ pointer-events: inherit; opacity: 1; height: 45px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    #main.active .HomeNav ul li{ line-height: 45px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .HomeNav ul{ display: flex; justify-content: center;}
    .HomeNav ul li{ list-style: none; line-height: 60px; margin-right: 45px; cursor: pointer; display: flex; align-items:center; color:#666;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;white-space: nowrap;}
    .HomeNav ul li:last-child{ margin-right: 0;}
    .HomeNav ul li.active{ color: #00afec; font-weight: bolder;}
    .HomeNav ul li span{ position: relative; display: flex; align-items: center; justify-content: center; margin-right: 10px; width: 20px;}
    .HomeNav ul li span img{ max-height: 18px; height: 18px;}
    .HomeNav ul li span img:last-child{ position: absolute; left: 0; top: 0; opacity: 0;}
    .HomeNav ul li.active span img{ opacity: 0;}
    .HomeNav ul li.active span img:last-child{ opacity: 1;}


    .banner{ position: relative;}
    .banner .banner_list{ position: relative;}
    .banner .banner_list .banner_list_img{ overflow: hidden;}
    .banner .banner_list .banner_list_img img{ width: 100%; height: calc(100vh - 130px); object-fit: cover;-webkit-animation:bs2 50s linear infinite;animation:bs2 50s linear infinite;}
    .banner .banner_list .banner_list_img img:first-child{display:block;}
    .banner .banner_list .banner_list_img img:last-child{display:none;}
    .banner .banner_list .banner_list_po{ position: absolute; top: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; width: 1600px; margin: 0 auto; max-width: 90%; left: 0; right: 0; color: #fff;}
    .banner .banner_list .banner_list_po .list_po_dd{ margin-bottom: 20px; font-weight: bolder; display: none;}
    .banner .banner_list .banner_list_po .list_po_dt{ letter-spacing: 2.5px; display: none;}
    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_dd{ display: block;}
    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_dt{ display: block;}
    .swiper-pagination.on{  width: 1600px; margin: 0 auto; max-width: 90%; left: 0; right: 0; position: absolute; bottom: 40px; display: flex; justify-content: flex-start;}
    .swiper-pagination.on span{ width: 22px; height: 22px; border-radius: 100%;border: 1px solid rgba(255,255,255,0); margin: 0px 8px; display: flex; align-items: center; justify-content: center; background: none; opacity: .5;}
    .swiper-pagination.on span::before{ content: ""; display: inline-block; width: 10px; height: 10px; border-radius: 100%; background: #fff;}
    .swiper-pagination.on span.swiper-pagination-bullet-active{ opacity: 1;border: 1px solid #fff;}
    .banner .bannerScroll{ position: absolute; width: 25px; left: 0; right: 0; margin: 0 auto; z-index: 10; cursor: pointer; bottom: 22px;-webkit-animation:bannerScroll 1.2s linear infinite;animation:bannerScroll 1.2s linear infinite;}

    @keyframes bannerScroll{
        0%{ bottom: 22px; }
        50%{ bottom: 30px; }
        100%{ bottom: 22px; }
    }

    @keyframes bs2{0%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);filter:scale(1.05);filter:transform;}
    8.3333333333%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
    16.6666666666%{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;}
    25%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);filter:scale(1.2);filter:transform;}
    33.3333333333%{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;}
    41.6666666667%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
    50%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);filter:scale(1.05);filter:transform;}
    58.3333333333%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
    66.6666666667%{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;}
    75%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);filter:scale(1.2);filter:transform;}
    83.333333333%{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;}
    91.666666666%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
    100%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);filter:scale(1.05);filter:transform;}
    }


    .padding100{ padding: 100px 0px;}
    .paddingbottom0{ padding-bottom: 0 !important;}
    .paddingtop0{ padding-top: 0 !important;}


    .Title{ text-align: center; color: #222222; margin-bottom: 65px;}
    .Title .Title_dd{ font-weight: bolder; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
    .Title .Title_dd span{ color: #00afec;}
    .Title .Title_dd i{ display: inline-block; width: 10px; height: 10px; border-radius: 100%; background: #222222; margin: 0px 15px;}
    .Title .Title_dt{ line-height: 1.5;}
    .Title.color{ color: #fff;}
    .Title.color .Title_dd i{ background: #fff;}
    

    .HSolution .HSolution_nav ul{ display: flex; justify-content: center; margin-bottom: 55px;}
    .HSolution .HSolution_nav .HSolution_nav_list{ margin-right: 150px; position: relative; cursor: pointer; list-style: none;}
    .HSolution .HSolution_nav .HSolution_nav_list::before{ content: ""; display: inline-block; width: 0%; height: 2px; background: #00afec; position: absolute; bottom: -11px; left: 0; right: 0; margin: 0 auto; opacity: 0;}
    .HSolution .HSolution_nav .HSolution_nav_list:last-child{ margin-right: 0;}
    .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon{ display: flex; justify-content: center; margin-bottom: 30px;}
    .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon span{ position: relative; display: flex; align-items: center; justify-content: center;}
    .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon span img{ max-height: 52px; height: 52px;}
    .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon span img:last-child{ position: absolute; left: 0; top: 0; opacity: 0;}
    .HSolution .HSolution_nav .HSolution_nav_list .nav_list_title{ color: #666666;}
    .HSolution .HSolution_nav .HSolution_nav_list.on .nav_list_icon span img{ opacity: 0;}
    .HSolution .HSolution_nav .HSolution_nav_list.on .nav_list_icon span img:last-child{ opacity: 1;}
    .HSolution .HSolution_nav .HSolution_nav_list.on::before{ opacity: 1; width: 100%;}
    .HSolution .HSolution_nav .HSolution_nav_list.on .nav_list_title{ color: #00afec;}
    .HSolution .HSolution_content .HSolution_content_list{ display: flex; flex-wrap: wrap;}
    .HSolution .HSolution_content .HSolution_content_list .content_list_li{ width: 32%; position: relative; margin-bottom: 2%; border-radius: 5px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15); margin-right: 2%;}
    .HSolution .HSolution_content .HSolution_content_list .content_list_li:nth-child(2),.HSolution .HSolution_content .HSolution_content_list .content_list_li:nth-child(4),.HSolution .HSolution_content .HSolution_content_list .content_list_li:last-child{ margin-right: 0;}
    .HSolution .HSolution_content .HSolution_content_list .content_list_li:nth-child(1),.HSolution .HSolution_content .HSolution_content_list .content_list_li:nth-child(4){ width: 66%;}
    .HSolution .HSolution_content .HSolution_content_list .content_list_li .list_li_po{ position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px; height: 70%; display: flex; flex-direction: column; justify-content: flex-end;background: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,0)); color: #fff;}
    .HSolution .HSolution_content .HSolution_content_list .content_list_li .list_li_po .li_po_dt{ margin: 12px 0px;}
    .HSolution .HSolution_content .HSolution_content_list .content_list_li .list_li_po .li_po_p{ opacity: .7; line-height: 1.3;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 0;}
    .HSolution .HSolution_content .HSolution_content_list .content_list_li .list_li_img{ height: 100%; max-height: 400px; height: 20.84vw;}
    .HSolution .HSolution_content .HSolution_content_list .content_list_li .list_li_img img{ height: 100%; width: 100%; object-fit: cover;}
    .HSolution .HSolution_content .HSolution_content_list .content_list_li:hover .list_li_po .li_po_p{height: auto;}
    .Btn{ display: flex; align-items: center; justify-content: space-between; background: #00afec; border-radius: 100px; padding: 12px 25px; color: #fff;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease; top: 0; position: relative;}
    .Btn *{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .Btn *:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .Btn .Btn_dd{ position: relative; }
    .Btn .Btn_dt{ width: 30px; height: 30px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #fff; color: #00afec; margin-left: 16px; position: relative; right: 0;}
    .Btn .Btn_dt i{ font-size: 20px;}
    .Btn.on{ background: #e5e5e5; color: #222;}
    .Btn.on .Btn_dt{ background: #00afec; color: #fff;}
    .Btn:hover .Btn_dd{ color:#fff;}
    .Btn:hover .Btn_dt{ right: -10px;}
    .Btn:hover{ top: -10px; box-shadow: 0px 0px 20px rgba(0,175,236,.5);}
    .Btn.on:hover{ background: #00afec;}
    .Btn.on:hover .Btn_dd{ color: #fff;}
    .Btn.on:hover .Btn_dt{ background: #fff;}
    .Btn.on:hover .Btn_dt i{ color: #00afec;}


    .HCase{ overflow: hidden;}
    .HCase .HCase_nav{ margin-bottom: 45px;}
    .HCase .HCase_nav ul{ display: flex; align-items: center; justify-content: space-between;}
    .HCase .HCase_nav ul .HCase_nav_list{ display: flex; align-items: center; cursor: pointer; color: #666666; position: relative; padding-bottom: 22px;}
    .HCase .HCase_nav ul .HCase_nav_list::before{ content: ""; display: inline-block; width: 0%; height: 2px; background: #00afec; position: absolute; bottom: 0px; left: 0; right: 0; margin: 0 auto; opacity: 0;}
    .HCase .HCase_nav ul .HCase_nav_list.on{ color: #00afec;}
    .HCase .HCase_nav ul .HCase_nav_list span{ display: flex; align-items: center; justify-content: center; position: relative; margin-right: 15px;}
    .HCase .HCase_nav ul .HCase_nav_list span img{ max-height: 40px; height: 40px;}
    .HCase .HCase_nav ul .HCase_nav_list span img:last-child{ position: absolute; left: 0; top: 0; opacity: 0;}
    .HCase .HCase_nav ul .HCase_nav_list.on span img{ opacity: 0;}
    .HCase .HCase_nav ul .HCase_nav_list.on span img:last-child{ opacity: 1;}
    .HCase .HCase_nav ul .HCase_nav_list.on::before{ opacity: 1; width: 100%;}
    .HCase .HCase_content .HCase_content_list .content_list_top{ display: flex; background: #fff; align-items: center; border-radius: 5px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .HCase .HCase_content .HCase_content_list .content_list_top .list_top_img{ width: 50%; border-radius: 5px; overflow: hidden;}
    .HCase .HCase_content .HCase_content_list .content_list_top .list_top_img img{ width: 100%; height: 100%; object-fit: cover;}
    .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt{ width: 50%; padding: 30px 90px;}
    .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt .top_txt_dd{ line-height: 1.3; font-weight: bolder; color: #00afec;}
    .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt .top_txt_dt{ color: #222; margin-top: 15px;}
    .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt .top_txt_p{ margin: 40px 0px; color: #666666; line-height: 1.5;}
    .HCase .HCase_content .HCase_content_list .content_list_bottom{ margin-top: 30px; position: relative;}
    .Home .HCase .HCase_content .HCase_content_list .content_list_bottom{ height: 625px; overflow: hidden;}
    .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li{ display: inline-block;}
    .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_img{ border-radius: 5px; overflow: hidden;}
    .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_img img{ width: 100%;}
    .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt{ padding-top: 20px; padding-bottom: 50px;}
    .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt .li_txt_dd{ line-height: 1.3; color: #222222; font-weight: bolder;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
    .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt .li_txt_dt{ color: #666666; margin: 16px 0px;}
    .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt .li_txt_btn{ display: flex; align-items: center;}
    .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt .li_txt_btn i{ margin-left: 13px;}
    .HCase .HCase_content .HCase_content_list .content_list_bottom .swiper-pagination{ width: 100%; height: 2px; background: #dadada;}
    .HCase .HCase_content .HCase_content_list .content_list_bottom .swiper-pagination span{ background: #00afec;}
    .HCase .swiper_prev,.HCase .swiper_next{ top: 35%;}
    .swiper_prev,.swiper_next{ width: 41px; height: 41px; background: #fff; display: flex; align-items: center; justify-content: center; border-radius: 100%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; cursor: pointer; color: #666666;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .swiper_prev,.swiper_next{}
    .swiper_prev i,.swiper_next i{ font-size: 26px; position: relative; top: -2px;}
    .swiper_prev{ left: 15px;}
    .swiper_next{ right: 15px;}
    .swiper_prev.color,.swiper_next.color{ background: #eaeaea;}
    .swiper_prev:hover,.swiper_next:hover{ background: #00afec !important; color: #fff !important;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}




    .HProduct .HProduct_content{ position: relative;}
    .HProduct .HProduct_content .HProduct_content_list{ transform: scale(0.65);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .HProduct .HProduct_content .HProduct_content_list .content_list_img{ display: flex; align-items: center; height: 260px; justify-content: center; position: relative;}
    .HProduct .HProduct_content .HProduct_content_list .content_list_img .list_img_pr img{ max-height: 260px;}
    .HProduct .HProduct_content .HProduct_content_list .content_list_img .list_img_icon{ position: absolute; bottom: -35px; opacity: 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .HProduct .HProduct_content .HProduct_content_list.swiper-slide-active,.HProduct .HProduct_content .HProduct_content_list.swiper-slide-duplicate-active{ transform: scale(1);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .HProduct .HProduct_content .HProduct_content_list.swiper-slide-active .content_list_img .list_img_icon{ opacity: 1;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .HProduct .HProduct_txt{ text-align: center; position: relative; width: 590px; margin: 0 auto; padding: 0px 100px; margin-top: 50px;left: 50%; transform: translateX(-50%); opacity: 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease; pointer-events: none; }
    .HProduct .swiper_prev,.HProduct .swiper_next{ background: #eaeaea; top: 70%;}
    .HProduct .swiper_prev{ left: 30%;}
    .HProduct .swiper_next{ right: 30%;}
    .HProduct .HProduct_txt .HProduct_txt_list{ background: #fff;}
    .HProduct .HProduct_txt .HProduct_txt_list .txt_list_dd{ color: #222222;}
    .HProduct .HProduct_txt .HProduct_txt_list .txt_list_dt{ color: #666666; line-height: 1.5; margin-top: 25px; margin-bottom: 45px;}
    .HProduct .HProduct_txt .HProduct_txt_list .txt_list_btn{ display: flex; justify-content: center;}
    .HProduct .HProduct_content .HProduct_content_list.swiper-slide-active .HProduct_txt{ opacity: 1;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease; pointer-events: inherit; }



    .HAdvantage{ position: relative; background: #000; overflow: hidden;}
    .HAdvantage .HAdvantage_img{position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 100%;}
    .HAdvantage .HAdvantage_img .HAdvantage_img_list{ background: #000; position: absolute; left: 0; top: 0; width: 100%; opacity: 0; height: 100%;}
    .HAdvantage .HAdvantage_img .HAdvantage_img_list img{ width: 100%; height: 100%; object-fit: cover; opacity: .4;}
    .HAdvantage .HAdvantage_img .HAdvantage_img_list:nth-child(1){ position: relative;}
    .HAdvantage .HAdvantage_img .HAdvantage_img_list.active{ opacity: 1;}
    .HAdvantage .pc_all_content{ justify-content: center; display: flex; flex-direction: column; position: relative; z-index: 3;}
    .HAdvantage .HAdvantage_content{ display: flex;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list{ width: 100%; margin-right: 30px; border-radius: 5px; border: 1px solid rgba(255,255,255,.4); padding: 35px; text-align: center; height: 530px; display: flex; flex-direction: column; justify-content: center;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list:hover{ background: #00afec; border: 1px solid #00afec;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list:last-child{ margin-right: 0;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_icon span img{ height: 74px; max-height: 74px;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt{ position: relative;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt::before{ content: ""; display: inline-block; height: 2px; width: 50px; background: rgba(0,175,236,.5); margin: 50px 0px;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt .list_txt_dd{ color: #fff;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt .list_txt_dt{ color: #fff; display: none; margin-top: 35px;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list:hover .content_list_txt::before{ background: rgba(255,255,255,.5); margin: 25px 0px;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list:hover .content_list_txt .list_txt_dt{ display: block;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list.active{ background: #00afec; border: 1px solid #00afec;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list.active .content_list_txt::before{ background: rgba(255,255,255,.5); margin: 25px 0px;}
    .HAdvantage .HAdvantage_content .HAdvantage_content_list.active .content_list_txt .list_txt_dt{ display: block;}

    .HNews .HCase{ overflow: inherit;}
    .HNews .HNews_content .HNews_content_top{ margin-bottom: 30px; position: relative; box-shadow: 0px 0px 20px rgba(0,0,0,.15); border-radius: 5px; overflow: hidden;}
    .HNews .HNews_content .HNews_content_top .content_top_list{ display: flex;}
    .HNews .HNews_content .HNews_content_top .content_top_list .top_list_img{ width: 50%; overflow: hidden; border-radius: 5px;}
    .HNews .HNews_content .HNews_content_top .content_top_list .top_list_img img{ width: 100%; height: 550px; object-fit:cover;}
    .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt{ width: 50%; padding: 30px 85px; display: flex; flex-direction: column; justify-content: center; border-radius: 0 5px 5px 0; background: #fff;}
    .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_dd{ line-height: 1.3; font-weight: bolder;}
    .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_dt{ margin-top: 25px; margin-bottom: 45px;}
    .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_p{ color: #666666;}
    .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_btn{ margin-top: 80px;}
    .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_btn i{ margin-left: 12px;}
    .HNews .HNews_content .HNews_content_top .swiper-pagination{ right: 85px; bottom: 86px;}
    .HNews .HNews_content .HNews_content_top .swiper-pagination span{ background: #dadada; opacity: 1; margin: 0px 7px;}
    .HNews .HNews_content .HNews_content_top .swiper-pagination span.swiper-pagination-bullet-active{ background: #00afec;}
    .HNews .HNews_content .HNews_content_bottom{ flex-wrap: wrap; display: flex; margin-bottom: 55px;}
    .HNews .HNews_content .HNews_content_bottom .content_bottom_list{ position: relative; display: inline-block; width: 32%; margin-right: 2%; border-radius: 5px; overflow: hidden; box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .HNews .HNews_content .HNews_content_bottom .content_bottom_list:nth-child(3n){ margin-right: 0;}
    .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_img{ overflow: hidden; }
    .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_img img{ width: 100%; max-height: 300px; height: 300px; object-fit: cover;}
    .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_title{ position: absolute; bottom: 0; padding: 30px; width: 100%; line-height: 1.45; color: #fff;background: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,0)); height: 100%; display: flex; align-items: flex-end;}
    .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_po{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;background: rgba(0,0,0,.45); padding: 0px 38px; display: flex; flex-direction: column; justify-content: center; opacity: 0;}
    .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_po .list_po_dd{ color: #fff; line-height: 1.45; font-weight: bolder;}
    .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_po .list_po_dt{ color: #fff; margin-top: 20px; margin-bottom: 40px;}
    .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_po .list_po_p{ color: #fff;}
    .HNews .HNews_content .HNews_content_bottom .content_bottom_list:hover .bottom_list_title{ opacity: 0;}
    .HNews .HNews_content .HNews_content_bottom .content_bottom_list:hover .bottom_list_po{ opacity: 1;}


    .HPartner .picList{-webkit-transition: auto;-moz-transition:auto;transition:auto;}
    .HPartner .picList:hover{-webkit-transition: auto;-moz-transition:auto;transition:auto;}
    .HPartner .HPartnerContnet{ position: relative; padding: 0px 50px;}
    .HPartner .HPartnerContnet .bd{ overflow: hidden;}
    .HPartner .HPartnerContnet .swiper-slide{ width: 300px !important; }
    .HPartner .HPartnerContnet .swiper-slide .HPartnerContnet_list{ width: calc(100% - 20px); border-radius: 10px; background: #f9f9f9; display: flex; align-items: center; justify-content: center; height: 150px; padding: 20px; margin-top: 20px;}
    .HPartner .HPartnerContnet .swiper-slide .HPartnerContnet_list:last-child{ margin-bottom: 20px;}
    .HPartner .HPartnerContnet .swiper-slide .HPartnerContnet_list img{ max-width: 100%; max-height: 100%;}
    .HPartner .HPartnerContnet .swiper-slide .HPartnerContnet_list:hover{ box-shadow: 0px 0px 25px rgba(0,0,0,.1); background: #fff;}
    .HPartner .HPartnerContnet .swiper-button-next{ right: 0;}
    .HPartner .HPartnerContnet .swiper-button-prev{ left: 0;}
    .HPartner .HPartnerContnet .swiper-button-next::after,.HPartner .HPartnerContnet .swiper-button-prev:after{ font-size: 20px; font-weight: bolder;}


    .footer{ background: #00afec url(../images/bg21.jpg) no-repeat 50%/cover;}
    .footer .footer_top{ display: flex; align-items: center; justify-content: space-between; padding: 42px 0px; border-bottom: 1px solid rgba(255,255,255,.1);}
    .footer .footer_top .footer_top_logo img{ height: 62px;}
    .footer .footer_top .footer_top_search{ display: flex; align-items: center; width: 728px; max-width: 100%; border-radius: 100px; background: #fff;}
    .footer .footer_top .footer_top_search input[type="search"]{ line-height: 64px; width: calc(100% - 100px); background: none; padding: 0px 35px; padding-right: 20px;}
    .footer .footer_top .footer_top_search input[type="submit"]{ width: 100px; background: url(../images/sv3on.svg) no-repeat 50% 50%; background-size: 32px; height: 64px;}
    .footer .footer_top .footer_top_search span{ display: inline-block; width: 1px; height: 30px; background: #dadada;}
    .footer .footer_content{ padding: 70px 0px; display: flex; flex-wrap: wrap; justify-content: space-between;}
    .footer .footer_content .footer_content_nav{ width: 70%; display: flex; justify-content: space-between; flex-wrap: wrap;}
    .footer .footer_content .footer_content_nav .content_nav_list .nav_list_title{ margin-bottom: 40px;}
    .footer .footer_content .footer_content_nav .content_nav_list .nav_list_title a{ color: #fff;}
    .footer .footer_content .footer_content_nav .content_nav_list .nav_list_txt p{ margin-bottom: 15px;}
    .footer .footer_content .footer_content_nav .content_nav_list .nav_list_txt p:last-child{ margin-bottom: 0;}
    .footer .footer_content .footer_content_nav .content_nav_list .nav_list_txt p{ display: flex;}
    .footer .footer_content .footer_content_nav .content_nav_list .nav_list_txt p a{ color: #fff; margin-right: 50px;}
    .footer .footer_content .footer_content_nav .content_nav_list .nav_list_txt p a:last-child{ margin-right: 0;}
    .footer .footer_content .footer_content_nav .content_nav_list:nth-child(2) .nav_list_txt p a{width: 124px; white-space: nowrap; margin-right: 20px;}
    .footer .footer_content .footer_content_contact{ width: 20%;}
    .footer .footer_content .footer_content_contact .content_contact_top .contact_top_list{ display: flex; justify-content: space-between; margin-bottom: 30px;}
    .footer .footer_content .footer_content_contact .content_contact_top .contact_top_list .top_list_icon img{ width: 28px;}
    .footer .footer_content .footer_content_contact .content_contact_top .contact_top_list .top_list_txt{ width: calc(100% - 40px); color: #fff;}
    .footer .footer_content .footer_content_contact .content_contact_top .contact_top_list .top_list_txt .list_txt_dd{ margin-bottom: 13px;}
    .footer .footer_content .footer_content_contact .content_contact_top .contact_top_list .top_list_txt .list_txt_dt{ word-break: break-word; }
    .footer .footer_content .footer_content_contact .content_contact_bottom{ display: flex; padding-left: 40px; justify-content: space-between;}
    .footer .footer_content .footer_content_contact .content_contact_bottom .contact_bottom_list{ width: 44%;}
    .footer .footer_content .footer_content_contact .content_contact_bottom .contact_bottom_list .bottom_list_img img{ width: 100%;}
    .footer .footer_content .footer_content_contact .content_contact_bottom .contact_bottom_list .bottom_list_title{ color: #fff; text-align: center; margin-top: 9px;}
    .footer .footer_bottom{ display: flex; align-items: center; justify-content: space-between; padding-bottom: 23px;}
    .footer .footer_bottom .footer_bottom_left{ display: flex; align-items: flex-start; color: #fff; width: calc(100% - 620px); flex-wrap: wrap;}
    .footer .footer_bottom .footer_bottom_left .bottom_left_dt{ display: flex; flex-wrap: wrap; width: calc(100% - 70px);}
    .footer .footer_bottom .footer_bottom_left .bottom_left_dt a{ color: #fff; margin-right: 15px; margin-bottom: 6px;}
    .footer .footer_bottom .footer_bottom_right{ display: flex; align-items: center; color: #fff;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_share{ display: flex; align-items: center;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_share a{ display: inline-block; width: 22px; height: 22px; background-size: 22px; margin-right: 20px; position: relative; background-position: 50% 50%; background-repeat: no-repeat;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_share a:last-child{ margin-right: 0;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_share a:nth-child(1){ background-image: url(../images/sv22.svg);}
    .footer .footer_bottom .footer_bottom_right .bottom_right_share a:nth-child(2){ background-image: url(../images/sv23.svg); background-size: 19px;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_share a:nth-child(3){ background-image: url(../images/sv24.svg);}
    .footer .footer_bottom .footer_bottom_right .bottom_right_language{ display: flex; align-items: center; margin-left: 44px;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_language img{ width: 22px; margin-right: 8px;}
    .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
    .wechat-qrcode.bottom{top:40px;left:-84px}
    .wechat-qrcode.bottom:after{display:none}
    .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
    .wechat-qrcode .qrcode table{margin:0 !important}
    .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
    .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
    .footer .footer_bottom .footer_bottom_right .bottom_right_share a:hover .wechat-qrcode{ display: block;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_matrix{ position: relative; margin-left: 35px;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_matrix .right_matrix_dd{ color:#fff; padding: 5px 12px; border: 1px solid #fff;color: #fff; padding: 10px 12px; border: 1px solid #fff; border-radius: 100px;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_matrix .right_matrix_dd i{ margin-left: 10px;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_matrix .right_matrix_down{ display: none; position: absolute; bottom: 100%; width: 210px; transform: translateX(-50%); left: 50%;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_matrix .right_matrix_down a{ color:#222; display: inline-block; width: 100%; margin-bottom: 10px; text-align:center;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_matrix:hover .right_matrix_down{ display: block; padding: 15px 12px; border: 1px solid #fff; border-radius: 10px; background:#fff;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_matrix .right_matrix_down a:last-child{ margin-bottom: 0px;}
    .footer .footer_bottom .footer_bottom_right .bottom_right_matrix .right_matrix_down a:hover{ color:#00afec;}


    .Copyright{ padding: 24px 0px; background: #00a8e2;}
    .Copyright .pc_all_content{ display: flex; align-items: center; justify-content: space-between; color: #fff;}
    .Copyright .Copyright_left a{ color: #fff; margin: 0px 8px;}
    .Copyright .Copyright_right{ cursor: pointer;}
    .Copyright .Copyright_right i{ margin-left: 6px;}
    
    
    .CWindow{ position: fixed; width: 100%; height: 100%; display: none; align-items:center; justify-content:center; background:rgba(0,0,0,.5); z-index: 235; left: 0; top: 0;}
    .CWindow.on{ display: flex;}
    .CWindow .CWindow_content{ width: 580px; background: #fff; position: relative; padding: 40px 30px;}
    .CWindow .CWindow_content .CWindow_content_close{display: flex; position: absolute; right: 10px; top: 10px; cursor: pointer; font-size: 34px;}
    .CWindow .CWindow_content .CWindow_content_title{ text-align: center; font-size: 30px; margin-bottom: 20px;}
    .CWindow .CWindow_content .CWindow_content_form .content_form_list{ margin-bottom: 15px;}
    .CWindow .CWindow_content .CWindow_content_form .content_form_list input{ width: 100%; line-height: 45px; color:#222; padding: 0px 15px; border: 1px solid #dcdcdc;}
    .CWindow .CWindow_content .CWindow_content_form .content_form_list.code{ display: flex; align-items:center;}
    .CWindow .CWindow_content .CWindow_content_form .content_form_list.code input{ width:calc(100% - 188px)}
    .CWindow .CWindow_content .CWindow_content_form .content_form_list.code a{ width:188px;}
    .CWindow .CWindow_content .CWindow_content_form .content_form_submit input{ background:#00afec; line-height: 45px; color:#fff; text-align:center; width: 100%;}


    @media screen and (max-width:1650px){    
        .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list{ margin-right: 70px;}
        .Header .Header_left .Header_left_logo img{ height: 70px;}
        .Header .Header_right .Header_right_phone .right_phone_icon{ width: 45px; height: 45px;}
        .Header .Header_right .Header_right_phone .right_phone_icon img{ height: 23px;}
        
        .HSolution .HSolution_nav ul{ margin-bottom: 50px;}
        .HSolution .HSolution_nav .HSolution_nav_list{ margin-right: 130px;}
        .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon{ margin-bottom: 25px;}
        .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon span img{ height: 48px;}
        .HSolution .HSolution_content .HSolution_content_list .content_list_li .list_li_po{ padding: 35px;}

        .HCase .HCase_nav{ margin-bottom: 40px;}
        .HCase .HCase_nav ul .HCase_nav_list span img{ height: 35px;}
        .HCase .HCase_nav ul .HCase_nav_list span{ margin-right: 10px;}
        .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt{ padding: 25px 80px;}
        .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt .top_txt_p{ margin: 35px 0px;}
        .Home .HCase .HCase_content .HCase_content_list .content_list_bottom{ height: 590px;}
        
        .Title{ margin-bottom: 60px;}
        
        .HProduct .HProduct_txt{ margin-top: 45px;}
        .HProduct .HProduct_txt .HProduct_txt_list .txt_list_dt{ margin-top: 20px; margin-bottom: 40px;}
        .HProduct .HProduct_content .HProduct_content_list .content_list_img .list_img_icon{ bottom: -30px;}

        .HAdvantage .HAdvantage_content .HAdvantage_content_list{ padding: 30px; height: 440px; margin-right: 25px;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt::before{ margin: 45px 0px;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list.active .content_list_txt::before{ margin: 20px 0px;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt .list_txt_dt{ margin-top: 30px;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_icon span img{ height: 70px;}

        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_img img{ height: 500px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt{ padding: 25px 75px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_dt{ margin-top: 20px; margin-bottom: 40px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_btn{ margin-top: 70px;}
        .HNews .HNews_content .HNews_content_top .swiper-pagination{ right: 75px; bottom: 75px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_po{ padding: 0px 34px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_img img{ height: 280px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_po .list_po_dt{ margin-top: 15px; margin-bottom: 35px;}
        .HNews .HNews_content .HNews_content_bottom{ margin-bottom: 50px;}
        
        .HPartner .HPartnerContnet .swiper-slide{ width: 270px !important;}
        .HPartner .HPartnerContnet .swiper-slide .HPartnerContnet_list{ height: 140px;}
        .HPartner .HPartnerContnet{ padding: 0px 40px;}
        .HPartner .HPartnerContnet .swiper-button-prev{ left: -10px;}
        .HPartner .HPartnerContnet .swiper-button-next{ right: -10px;}

        .footer .footer_content .footer_content_nav .content_nav_list .nav_list_title{ margin-bottom: 35px;}

        
    }

    @media screen and (max-width:1550px){    
        .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list{ margin-right: 60px;}
        .Header .Header_left .Header_left_logo img{ height: 65px;}
        .Header .Header_right .Header_right_phone .right_phone_icon{ width: 40px; height: 40px;}
        .Header .Header_right .Header_right_phone .right_phone_icon img{ height: 20px;}
        
        .HSolution .HSolution_nav ul{ margin-bottom: 45px;}
        .HSolution .HSolution_nav .HSolution_nav_list{ margin-right: 110px;}
        .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon{ margin-bottom: 20px;}
        .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon span img{ height: 45px;}
        .HSolution .HSolution_content .HSolution_content_list .content_list_li .list_li_po{ padding: 30px;}
        
        .HCase .HCase_nav{ margin-bottom: 35px;}
        .HCase .HCase_nav ul .HCase_nav_list span img{ height: 30px;}
        .HCase .HCase_nav ul .HCase_nav_list span{ margin-right: 10px;}
        .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt{ padding: 25px 70px;}
        .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt .top_txt_p{ margin: 30px 0px;}
        .Home .HCase .HCase_content .HCase_content_list .content_list_bottom{ height: 560px;}
        
        .Title{ margin-bottom: 55px;}
        
        .HProduct .HProduct_txt{ margin-top: 40px;}
        .HProduct .HProduct_txt .HProduct_txt_list .txt_list_dt{ margin-top: 15px; margin-bottom: 35px;}
        .HProduct .HProduct_content .HProduct_content_list .content_list_img .list_img_icon{ bottom: -25px;}
        
        .HAdvantage .HAdvantage_content .HAdvantage_content_list{ padding: 25px; height: 400px; margin-right: 20px;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt::before{ margin: 40px 0px;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list.active .content_list_txt::before{ margin: 15px 0px;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt .list_txt_dt{ margin-top: 25px;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_icon span img{ height: 65px;}
        
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_img img{ height: 450px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt{ padding: 20px 65px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_dt{ margin-top: 15px; margin-bottom: 35px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_btn{ margin-top: 60px;}
        .HNews .HNews_content .HNews_content_top .swiper-pagination{ right: 65px; bottom: 65px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_po{ padding: 0px 30px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_title{ padding: 30px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_img img{ height: 260px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_po .list_po_dt{ margin-bottom: 30px;}
        .HNews .HNews_content .HNews_content_bottom{ margin-bottom: 45px;}
        
        .HPartner .HPartnerContnet .swiper-slide{ width: 253px !important;}
        .HPartner .HPartnerContnet .swiper-slide .HPartnerContnet_list{ height: 130px;}
        .HPartner .HPartnerContnet{ padding: 0px 30px;}
        
        .footer .footer_content .footer_content_nav .content_nav_list .nav_list_title{ margin-bottom: 30px;}
        
    }

    @media screen and (max-width:1450px){    
        .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list{ margin-right: 50px;}
        .Header .Header_left .Header_left_logo img{ height: 60px;}
        
        .HSolution .HSolution_nav ul{ margin-bottom: 40px;}
        .HSolution .HSolution_nav .HSolution_nav_list{ margin-right: 90px;}
        .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon span img{ height: 40px;}
        .HSolution .HSolution_content .HSolution_content_list .content_list_li .list_li_po{ padding: 25px;}
        
        .HCase .HCase_nav{ margin-bottom: 30px;}
        .HCase .HCase_nav ul .HCase_nav_list span img{ height: 25px;}
        .HCase .HCase_nav ul .HCase_nav_list span{ margin-right: 10px;}
        .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt{ padding: 25px 60px;}
        .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt .top_txt_p{ margin: 25px 0px;}
        .Home .HCase .HCase_content .HCase_content_list .content_list_bottom{ height: 530px;}
        
        .Title{ margin-bottom: 50px;}
        
        .swiper_prev, .swiper_next{ width: 35px; height: 35px;}

        .HProduct .HProduct_txt{ margin-top: 35px;}
        .HProduct .swiper_prev, .HProduct .swiper_next{ top: 80%;}
        .HProduct .swiper_prev{ left: 25%;}
        .HProduct .swiper_next{ right: 25%;}
        .HProduct .HProduct_txt .HProduct_txt_list .txt_list_dt{ margin-top: 15px; margin-bottom: 30px;}
        .HProduct .HProduct_content .HProduct_content_list .content_list_img .list_img_icon{ bottom: -20px;}
        
        .HAdvantage .HAdvantage_content .HAdvantage_content_list{ padding: 20px; margin-right: 15px;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt::before{ margin: 35px 0px;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt .list_txt_dt{ margin-top: 20px;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_icon span img{ height: 60px;}
        
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_img img{ height: 400px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt{ padding: 20px 55px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_dt{margin-bottom: 30px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_btn{ margin-top: 50px;}
        .HNews .HNews_content .HNews_content_top .swiper-pagination{ right: 55px; bottom: 55px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_po{ padding: 0px 25px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_title{ padding: 25px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_img img{ height: 240px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_po .list_po_dt{ margin-bottom: 25px;}
        .HNews .HNews_content .HNews_content_bottom{ margin-bottom: 40px;}
        
        .HPartner .HPartnerContnet .swiper-slide{ width: 236px !important;}
        .HPartner .HPartnerContnet .swiper-slide .HPartnerContnet_list{ height: 120px;}
        .HPartner .HPartnerContnet{ padding: 0px 20px;}
        
        .footer .footer_content .footer_content_nav .content_nav_list .nav_list_title{ margin-bottom: 25px;}
    }

    @media screen and (max-width:1366px){    
        .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list{ margin-right: 40px;}
        .HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_language .right_language_title img,.HeaderNav .pc_all_content .HeaderNav_right .HeaderNav_right_search img{ height: 18px;}
        
        .HSolution .HSolution_nav .HSolution_nav_list{ margin-right: 70px;}
        .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon span img{ height: 35px;}
        .HSolution .HSolution_content .HSolution_content_list .content_list_li .list_li_po{ padding: 20px;}

        .HCase .HCase_nav{ margin-bottom: 25px;}
        .HCase .HCase_nav ul .HCase_nav_list span img{ height: 20px;}
        .HCase .HCase_nav ul .HCase_nav_list span{ margin-right: 5px;}
        .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt{ padding: 25px 50px;}
        .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt .top_txt_p{ margin: 20px 0px;}
        .Home .HCase .HCase_content .HCase_content_list .content_list_bottom{ height: 510px;}
        
        .Title{ margin-bottom: 45px;}
        
        .HProduct .HProduct_txt{ margin-top: 30px;}
        .HProduct .HProduct_content .HProduct_content_list .content_list_img .list_img_icon{ bottom: -15px;}
        
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_icon span img{ height: 55px;}
        
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_img img{ height: 360px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt{ padding: 20px 45px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_dt{margin-bottom: 25px;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt .list_txt_btn{ margin-top: 40px;}
        .HNews .HNews_content .HNews_content_top .swiper-pagination{ right: 45px; bottom: 45px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_po{ padding: 0px 20px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list .bottom_list_title{ padding: 20px;}
        .HNews .HNews_content .HNews_content_bottom{ margin-bottom: 35px;}
        
        
        .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content .down_content_list .list_li_img img,.HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .list_down_content.list_down_product .down_content_list .content_list_li .list_li_img{ height: 145px; }
        
        .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list:hover .left_list_down{ height: 420px; padding: 28px 0px; opacity: 1;}
        .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list:hover .left_list_down_product{ height: 480px;}
        .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list:hover .left_list_down.About_down{ height: 380px; padding: 55px 0px;}
        
        
        .HPartner .HPartnerContnet .swiper-slide{ width: 220px !important;}
        .HPartner .HPartnerContnet .swiper-slide .HPartnerContnet_list{ height: 110px;}
        .HPartner .HPartnerContnet{ padding: 0px 10px;}
        .HPartner .HPartnerContnet .swiper-button-prev{ left: -20px;}
        .HPartner .HPartnerContnet .swiper-button-next{ right: -20px;}
    }
    
    @media screen and (max-width:1280px){    
        .HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list{ margin-right: 30px;}
        
        .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt{ padding: 25px 40px;}
        .Home .HCase .HCase_content .HCase_content_list .content_list_bottom{ height: 480px;}
        
        .Title{ margin-bottom: 40px;}
        
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_icon span img{ height: 50px;}
        .HNews .HNews_content .HNews_content_top .swiper-pagination{ right: 50px; bottom: 50px;}
        .HNews .HNews_content .HNews_content_bottom{ margin-bottom: 30px;}
        
        
        .footer .footer_content .footer_content_contact{ width: 25%;}
        
        .HPartner .HPartnerContnet .swiper-slide .HPartnerContnet_list{ height: 100px;}
        .HPartner .HPartnerContnet{ padding: 0px 0px;}
        .HPartner .HPartnerContnet .swiper-button-prev{ left: -40px;}
        .HPartner .HPartnerContnet .swiper-button-next{ right: -40px;}
    }
    
    @media screen and (max-width:1200px){    
        .Home .HCase .HCase_content .HCase_content_list .content_list_bottom{ height: 470px;}

        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_icon span img{ height: 45px;}
        
        .HPartner .HPartnerContnet .swiper-slide .HPartnerContnet_list{ height: 90px;}
    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/
        .HeaderTop{ display: none;}
        .banner{ margin-top: 62px;}
        .banner .banner_list .banner_list_img img{ height: calc(100vh - 62px);}
        
        .HCase .HCase_nav ul{ overflow-x: scroll;}
        .HCase .HCase_nav ul .HCase_nav_list{ white-space: nowrap; margin-right: 30px; padding-bottom: 15px;}
        .HCase .HCase_nav ul .HCase_nav_list span{ width: 20px;}
        .HCase .HCase_nav ul::-webkit-scrollbar-track {
                background-color: #dadada;
        } /* 滚动条的滑轨背景颜色 */
    
        .HCase .HCase_nav ul::-webkit-scrollbar-thumb {
                background:#00afec; 
        } /* 滑块颜色 */
    
        .HCase .HCase_nav ul::-webkit-scrollbar-button {
                background-color: #dadada;
        } /* 滑轨两头的监听按钮颜色 */
    
        .HCase .HCase_nav ul::-webkit-scrollbar-corner {
                background-color: #dadada;
        } /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
        .HCase .HCase_nav ul::-webkit-scrollbar {
            width: 0px;
            height: 0px;
        } /* 这是针对缺省样式 (必须的)*/
        .Home .HCase .HCase_content .HCase_content_list .content_list_bottom{ height: 450px;}

        
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_img img{ width: 100%; height: 100%; max-height: 456px;}
    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        .Home .HCase .HCase_content .HCase_content_list .content_list_bottom{ height: 370px;}

        .HAdvantage .HAdvantage_content{ flex-wrap: wrap;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list{ width: 32%; margin-right: 0; height: 350px; margin-right: 2%; margin-bottom: 2%;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list:nth-child(3n){ margin-right: 0;}

        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt{ padding: 25px;}
        .HNews .HNews_content .HNews_content_top .swiper-pagination{ right: 25px; bottom: 25px;}

        .footer .footer_content{ padding: 40px 0px;}
        .footer .footer_top .footer_top_search{ width: 60%;}
        .footer .footer_top .footer_top_search input[type="search"]{ line-height: 58px;}
        .footer .footer_top .footer_top_search input[type="submit"]{ height: 58px; background-size: 20px;}
        .footer .footer_content .footer_content_nav{ width: 100%;}
        .footer .footer_content .footer_content_contact{ width: 100%; margin-top: 25px; display: flex; justify-content: space-between; flex-wrap: wrap;}
        .footer .footer_content .footer_content_contact .content_contact_top{ width: 60%;}
        .footer .footer_content .footer_content_contact .content_contact_bottom{ width: 30%; padding-left: 0;}
        .footer .footer_content .footer_content_contact .content_contact_top .contact_top_list:last-child{ margin-bottom: 0;}
        
        .Copyright .Copyright_left{ width: calc(100% - 200px); line-height: 1.5;}
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .Title{ margin-bottom: 35px;}
        .Title .Title_dd,.Title2 .Title2_dd{ margin-bottom: 14px;}
        .Title .Title_dd i{ margin: 0px 8px; width: 6px; height: 6px;}

        .banner .bannerScroll{ left: auto; right: 4%;}
        .banner .banner_list .banner_list_img img:first-child{display:none;}
        .banner .banner_list .banner_list_img img:last-child{display:block;}
        .banner .banner_list .banner_list_po .list_po_dd{ font-size: 28px; line-height: 1.4; margin-bottom: 12px;}
        .banner .banner_list .banner_list_po .list_po_dt{ font-size: 18px; line-height: 1.4; letter-spacing: 0;}
        .banner .bannerScroll img{ width: 18px;}

        .swiper-pagination.on span{ width: 18px; height: 18px; margin: 0px 4px;}
        .swiper-pagination.on span::before{ width: 8px; height: 8px;}
        
        .HSolution .HSolution_nav ul{ justify-content: space-between; width: 100%;}
        .HSolution .HSolution_nav .HSolution_nav_list{ margin-right: 0px; }
        .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon{ margin-bottom: 12px;}
        .HSolution .HSolution_nav .HSolution_nav_list .nav_list_icon span img{ height: 30px;}
        .HSolution .HSolution_content .HSolution_content_list .content_list_li{ width: 100% !important; margin-bottom: 20px !important;}
        .HSolution .HSolution_content .HSolution_content_list .content_list_li:last-child{ margin-bottom: 0 !important;}
        .HSolution .HSolution_content .HSolution_content_list .content_list_li .list_li_img{ height: 240px;}

        .Home .HCase .HCase_content .HCase_content_list .content_list_bottom{ height: 350px;}
        .HCase .HCase_content .HCase_content_list .content_list_top{ flex-wrap: wrap;}
        .HCase .HCase_content .HCase_content_list .content_list_top .list_top_img,.HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt{ width: 100%;}
        .HCase .HCase_content .HCase_content_list .content_list_top .list_top_txt{ padding: 22px;}
        .HCase .HCase_nav ul .HCase_nav_list span{ width: 28px; margin-right: 10px;}
        .HCase .HCase_nav ul .HCase_nav_list span img{ height: 28px;}
        .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt{ padding-bottom: 40px;}
        .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_img img{ height: 140px; object-fit: cover;}
        
        .HProduct .HProduct_txt{ max-width: 100%; padding: 0px 50px;}
        .HProduct .swiper_prev{ left: 0 !important;}
        .HProduct .swiper_next{ right: 0 !important;}
        .HProduct .HProduct_content .HProduct_content_list{ transform: scale(1); }

        .HAdvantage .HAdvantage_content{ flex-wrap: wrap;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list{ width: 100%; margin-bottom: 20px; height: auto; padding: 30px; margin-right: 0;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt .list_txt_dt{ display: block;}
        .HAdvantage .HAdvantage_content .HAdvantage_content_list .content_list_txt::before{ margin: 20px 0px !important;}

        .HNews .HNews_content .HNews_content_top .content_top_list{ flex-wrap: wrap;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_img,.HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt{ width: 100%;}
        .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt{ padding: 30px;}
        .HNews .HNews_content .HNews_content_top .swiper-pagination{ right: 30px; bottom: 30px;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list{ width: 100%; margin-bottom: 20px; margin-right: 0;}
        .HNews .HNews_content .HNews_content_bottom .content_bottom_list:last-child{ margin-bottom: 0;}

        .HPartner .HPartnerContnet{ padding: 0px 20px;}
        .HPartner .HPartnerContnet .swiper-button-prev{ left: -10px;}
        .HPartner .HPartnerContnet .swiper-button-next{ right: -10px;}

    
        .footer .footer_top{ flex-wrap: wrap; padding: 30px 0px;}
        .footer .footer_top .footer_top_logo{ margin-bottom: 20px; text-align: center;}
        .footer .footer_top .footer_top_logo img{ height: 50px;}
        .footer .footer_top .footer_top_search,.footer .footer_top .footer_top_logo{ width: 100%;}
        .footer .footer_top .footer_top_search input[type="search"]{ line-height: 50px; width: calc(100% - 70px); padding: 0px 20px; padding-right: 10px;}
        .footer .footer_top .footer_top_search input[type="submit"]{ height: 50px; background-size: 20px; width: 70px;}
        .footer .footer_content{ padding: 25px 0px;}
        .footer .footer_content .footer_content_nav,.footer .footer_content .footer_content_contact{ width: 100%;}
        .footer .footer_content .footer_content_nav .content_nav_list{ width: 100%; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.2);}
        .footer .footer_content .footer_content_nav .content_nav_list .nav_list_title{ margin-bottom: 15px;}
        .footer .footer_content .footer_content_nav .content_nav_list .nav_list_title a{ font-size: 16px;}
        .footer .footer_content .footer_content_nav .content_nav_list .nav_list_txt{ display: flex; flex-wrap: wrap;}
        .footer .footer_content .footer_content_nav .content_nav_list .nav_list_txt p{ margin-right: 13px;}
        .footer .footer_content .footer_content_nav .content_nav_list:nth-child(2) .nav_list_txt p a{ width: auto;}
        .footer .footer_content .footer_content_nav .content_nav_list .nav_list_txt p:last-child{ margin-bottom: 20px;}
        .footer .footer_content .footer_content_contact{ margin-top: 0;}
        .footer .footer_content .footer_content_contact .content_contact_top,.footer .footer_content .footer_content_contact .content_contact_bottom{ width: 100%;}
        .footer .footer_content .footer_content_contact .content_contact_bottom{ padding-right: 30%; padding-left: 0; margin-top: 33px;}
        .footer .footer_content .footer_content_contact .content_contact_bottom .contact_bottom_list{ width: 47%;}
        .footer .footer_bottom{ flex-wrap: wrap;}
        .footer .footer_bottom .footer_bottom_left{ margin-bottom: 25px;}
        .footer .footer_bottom .footer_bottom_left,.footer .footer_bottom .footer_bottom_right{ width: 100%;}
        .footer .footer_content .footer_content_nav .content_nav_list:nth-child(2) .nav_list_txt p a:last-child{ margin-right: 0px;}
        .footer .footer_content .footer_content_nav .content_nav_list:nth-child(2) .nav_list_txt p a{ margin-right: 10px;}
        .footer .footer_bottom .footer_bottom_right{ flex-wrap: wrap;}
        .footer .footer_bottom .footer_bottom_right .bottom_right_matrix{ margin-left: 0px; widht: 125px; margin: 0 auto; margin-top: 28px;}

        .Copyright .pc_all_content{ flex-wrap: wrap;}
        .Copyright .Copyright_left{ line-height: 1.7; width: 100%;}
        .Copyright .Copyright_right{ display: none;}
        
        .floatingBox{ display: none;}
        
        .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt .li_txt_dd{ -webkit-line-clamp: 1; }
        
        .HomeNav ul{ justify-content: flex-start;}
        
    }




    /* 2-1解决方案 */
    .DetailsBanner{ position: relative;}
    .DetailsBanner .DetailsBanner_img img{ width: 100%; height:32.5625vw;}
    .DetailsBanner .DetailsBanner_txt{ position: absolute; top: 0; left: 0; right: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; color: #fff;}
    .DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dd{ margin-bottom: 20px;display: flex; align-items: center;}
    .DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dd span{ display: flex; align-items: center; height: 49px; padding: 0px 30px; border-radius: 100px; background: rgba(255,255,255,.2); cursor: pointer; margin-left: 16px;}
    .DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dd span img{ height: 20px; margin-right: 30px;}
    
    .DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dt{ font-weight: bolder; line-height: 1.3;}
    .DetailsBanner .DetailsBanner_crumbs{ display: flex; align-items: center; position: absolute; bottom: 26px; left: 0; right: 0;}
    .DetailsBanner .DetailsBanner_crumbs a{ color: rgba(255,255,255,.5); display: flex; align-items: center;}
    .DetailsBanner .DetailsBanner_crumbs a img{ height: 20px; margin-right: 11px; opacity: .5;}
    .DetailsBanner .DetailsBanner_crumbs a:hover{ color: #fff;}
    .DetailsBanner .DetailsBanner_crumbs a:hover img{ opacity: 1;}
    .DetailsBanner .DetailsBanner_crumbs span{ color: rgba(255,255,255,.5); margin: 0px 8px;}

    .DetailsNavHeight{ height: 76px; position: relative;}
    .DetailsNav{ position: absolute; width: 100%; left: 0; top: 0; z-index: 15; background: #fff;}
    .DetailsNavHeight.active .DetailsNav{ top: 58px; position: fixed;}
    .DetailsNav.bgcolor{ background: #f5f5f5;}
    .DetailsNav .pc_all_content{ position: relative;}
    .DetailsNav .pc_all_content::before{ content: ""; display: inline-block; width: 100%; height: 1px; background: #dadada; position: absolute; bottom: 0; left: 0;}
    .DetailsNav .DetailsNav_scro{ display: flex; align-items: center; justify-content: center;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list{ display: flex; align-items: center; margin-right: 65px; position: relative; width: 100%; justify-content: center; height: 76px;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_prev,.DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_next{ display: flex; align-items: center; color: #666; display: none;}
    .DetailsNavHeight.active .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_prev,.DetailsNavHeight.active .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_next{ display: flex;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_prev i,.DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_next i{ display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 100%; background: #00afec; color: #fff;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_prev{ margin-right: 80px;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_next{ margin-left: 80px;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_prev:hover,.DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_next:hover{ color: #00afec;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_prev i{ margin-right: 8px;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_next i{ margin-left: 8px;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list:last-child{ margin-right: 0;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_left{ display: flex; align-items: center; position: relative; padding-right: 33px; margin-right: 33px; border-right: 1px solid #e5e5e5; white-space: nowrap;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_left img{ height: 20px; margin-right: 14px;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right{  overflow: auto; cursor: all-scroll;}
    .DetailsNav.on .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right{ max-width: 100%;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_scro{ display: flex; align-items: center; height: 76px;cursor: all-scroll;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li{ display: flex; align-items: center; margin-right: 60px; position: relative; color: #666666; white-space: nowrap;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li:last-child{ margin-right: 0;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li::before{ content: ""; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -28px; display: inline-block; width: 100%; height: 1px; background: #00afec; width: 0; opacity: 0;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li.active::before{ width: 100%; opacity: 1;}
    .DetailsNavHeight.active .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li::before{ bottom: -8px;}
    .DetailsNavHeight.active .DetailsNav .DetailsNav_scro .DetailsNav_list{ height: 55px;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li span{ display: flex; align-items: center; justify-content: center; position: relative; margin-right: 14px; width: 20px;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li span img{ height: 20px;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li span img:last-child{ position: absolute; top: 0; opacity: 0;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li.active{ color: #00afec;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li.active span img{ opacity: 0;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li.active span img:last-child{ opacity: 1;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li:hover::before{ width: 100%; opacity: 1;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li:hover{ color: #00afec;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li:hover span img{ opacity: 0;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li:hover span img:last-child{ opacity: 1;}
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right::-webkit-scrollbar-track { background-color: #dadada; } /* 滚动条的滑轨背景颜色 */ 
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right::-webkit-scrollbar-thumb { background:#e60012; } /* 滑块颜色 */ 
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right::-webkit-scrollbar-button { background-color: #dadada; } /* 滑轨两头的监听按钮颜色 */ 
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right::-webkit-scrollbar-corner { background-color: #dadada; } /* 横向滚动条和纵向滚动条相交处尖角的颜色 */ 
    .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right::-webkit-scrollbar { width: 0px; height: 0; } /* 这是针对缺省样式 (必须的)*/

    .SolutionHome .SolutionHome_list{ display: flex;  justify-content: space-between; margin-bottom: 50px; border-radius: 5px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .SolutionHome .SolutionHome_list:nth-child(2n){ flex-flow: row-reverse;}
    .SolutionHome .SolutionHome_list:last-child{ margin-bottom: 0;}
    .SolutionHome .SolutionHome_list .SolutionHome_list_left{ width: 50%; overflow: hidden;}
    .SolutionHome .SolutionHome_list .SolutionHome_list_left img{ width: 100%; height: 100%; object-fit: cover;}
    .SolutionHome .SolutionHome_list .SolutionHome_list_right{ width: 50%; background: #f5f5f5; display: flex; flex-direction: column; justify-content: center; padding: 30px 110px;}
    .SolutionHome .SolutionHome_list .SolutionHome_list_right .list_right_dd{ margin-bottom: 28px;}
    .SolutionHome .SolutionHome_list .SolutionHome_list_right .list_right_p{ margin-top: 45px; margin-bottom: 58px; color: #666666;}
    .SolutionHome .SolutionHome_list .SolutionHome_list_right .list_right_btn{ display: flex;}
    

    @media screen and (max-width:1650px){    
        .SolutionHome .SolutionHome_list .SolutionHome_list_right{ padding: 25px 100px;}
        .SolutionHome .SolutionHome_list .SolutionHome_list_right .list_right_p{ margin: 40px 0px;}
    }

    @media screen and (max-width:1550px){    
        .SolutionHome .SolutionHome_list .SolutionHome_list_right{ padding: 25px 90px;}
        .SolutionHome .SolutionHome_list .SolutionHome_list_right .list_right_p{ margin: 35px 0px;}
        
    }

    @media screen and (max-width:1450px){  
        .SolutionHome .SolutionHome_list .SolutionHome_list_right{ padding: 25px 80px;}  
        .SolutionHome .SolutionHome_list .SolutionHome_list_right .list_right_p{ margin: 30px 0px;}
        
    }

    @media screen and (max-width:1366px){    
        .SolutionHome .SolutionHome_list .SolutionHome_list_right{ padding: 25px 70px;}  
        .SolutionHome .SolutionHome_list .SolutionHome_list_right .list_right_p{ margin: 25px 0px;}
       
    }
    
    @media screen and (max-width:1280px){   
        .SolutionHome .SolutionHome_list .SolutionHome_list_right{ padding: 25px 60px;}   
        .SolutionHome .SolutionHome_list .SolutionHome_list_right .list_right_p{ margin: 20px 0px;}
        
    }
    
    @media screen and (max-width:1200px){    
        .DetailsBanner .DetailsBanner_img img{ height: 400px; object-fit: cover;}
        
        .SolutionHome .SolutionHome_list .SolutionHome_list_right{ padding: 25px 50px;}   
    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/
        .DetailsBanner{ margin-top: 62px;}
    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .DetailsNavHeight.active .DetailsNav{ top: 62px;}
        
        .DetailsBanner .DetailsBanner_crumbs{ flex-wrap: wrap; }
        
        
        .DetailsBanner .DetailsBanner_img img{ height: 280px;}
        .DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dd{ font-size: 16px; margin-bottom: 10px;position: relative;}
        .DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dt{ font-size: 22px;}
        
        .DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dd span{ position: absolute;height: auto; padding: 8px 10px; margin-left: 0px; top: -40px;}
        .DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dd span img{ height: 12px; margin-right: 8px;}

        .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li{ margin-right: 30px;}
        
        .SolutionHome .SolutionHome_list{ flex-wrap: wrap !important; margin-bottom: 22px;}
        .SolutionHome .SolutionHome_list .SolutionHome_list_left,.SolutionHome .SolutionHome_list .SolutionHome_list_right{ width: 100%;}
        .SolutionHome .SolutionHome_list .SolutionHome_list_right{ padding: 25px;}
        .SolutionHome .SolutionHome_list .SolutionHome_list_right .list_right_dd{ margin-bottom: 15px;}
        .SolutionHome .SolutionHome_list .SolutionHome_list_right .list_right_dt{ line-height: 1.5;}
        .SolutionHome .SolutionHome_list .SolutionHome_list_left img{ height: auto;}
    }




    /* 2-2污水除臭 */
    .SolutionList .HCase{ overflow: inherit;}
    .SolutionList .SolutionList_list{ margin-bottom: 100px;}
    .SolutionList .SolutionList_list:last-child{ margin-bottom: 0;}
    .SolutionList .SolutionList_list .SolutionList_list_title{ margin-bottom: 38px;}
    .SolutionList .HCase .HCase_content .HCase_content_list .content_list_bottom{ margin-top: 50px;}


    @media screen and (max-width:1650px){    
        .SolutionList .SolutionList_list{ margin-bottom: 90px;}
    }

    @media screen and (max-width:1550px){    
        .SolutionList .SolutionList_list{ margin-bottom: 80px;}
        
    }

    @media screen and (max-width:1450px){    
        .SolutionList .SolutionList_list{ margin-bottom: 70px;}
        
    }

    @media screen and (max-width:1366px){   
        .SolutionList .SolutionList_list{ margin-bottom: 60px;} 
       
    }
    
    @media screen and (max-width:1280px){    
        .SolutionList .SolutionList_list{ margin-bottom: 50px;} 
        
    }
    
    @media screen and (max-width:1200px){   
        .SolutionList .SolutionList_list{ margin-bottom: 40px;}  

    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_left{ padding-right: 32px; margin-right: 15px;}
        
        .SolutionList .SolutionList_list .SolutionList_list_title{ margin-bottom: 25px; font-size: 28px;}
        
        .DetailsNavHeight{ height: auto;}
        .AboutNav .DetailsNav_scro{ padding: 25px 0px;}
        .DetailsNav .DetailsNav_scro .DetailsNav_list{ display: block; height: auto;}
        .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_left{ padding-right: 0; margin-right: 0;}
        .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_scro{ height: auto;}
        .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right.on{ padding: 0 !important; margin-right: 0 !important; display: block;}
        .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right.on .list_right_scro{ flex-wrap: wrap; width: 100%;}
        .AboutNav .DetailsNav_scro .DetailsNav_list{ width: 100% !important;}
        .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_scro{ display: flex !important; flex-wrap: wrap;}
        .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right{ display: block !important; margin-top: 20px;}
        .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li{ margin-right: 0px; margin-bottom: 10px;}
        .DetailsNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li::before{ display: none;}
        .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right.on{    box-shadow: 0px 0px 0px rgba(0, 0, 0, .15) !important;}
        .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_scro a{ margin-right: 2%; width: 32%; display: inline-block; border: 1px solid #dcdcdc; text-align:center; padding: 10px 0px;}
        .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_scro a.active{ border: 1px solid #00afec; color:#fff; background:#00afec;}
        .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_scro a:nth-child(3n){ margin-right: 0px;}
        .DetailsNavHeight .DetailsNav{ position: relative !important; top: 0px;}
        .DetailsNavHeight.active .DetailsNav{ position: relative !important; top: 0px;}
        .DetailsNavHeight.active .DetailsNav .DetailsNav_scro .DetailsNav_list,.DetailsNavHeight.active .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_scro{ height: auto !important;}
    }








    /* 2-3解决方案详情(xiu) */
    .SolutionDetails .SolutionDetails_content{ position: relative;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .SolutionDetails .SolutionDetails_content .SolutionDetails_content_img{ border-radius: 5px; overflow: hidden;;}
    .SolutionDetails .SolutionDetails_content .SolutionDetails_content_img img{ width: 100%; height: 650px; object-fit: cover;}
    .SolutionDetails .SolutionDetails_content .SolutionDetails_content_txt{ position: absolute; width: 480px; background: rgba(255,255,255,.8); top: 50%; transform: translateY(-50%); right: 60px; max-width: 100%; padding: 40px 35px;}
    .SolutionDetails .SolutionDetails_content .SolutionDetails_content_txt .content_txt_title{ position: relative; margin-bottom: 25px; padding-bottom: 25px;}
    .SolutionDetails .SolutionDetails_content .SolutionDetails_content_txt .content_txt_title::before{ content: ""; display: inline-block; width: 50px; height: 2px; background: #00afec; position: absolute; bottom: 0; left: 0;}
    .SolutionDetails .SolutionDetails_content .SolutionDetails_content_txt .content_txt_p{ color: #666666;}
    .SolutionDetails .SolutionDetails_content .SolutionDetails_content_txt .content_txt_p p{ margin-bottom: 20px;}
    .SolutionDetails .SolutionDetails_content .SolutionDetails_content_txt .content_txt_p p:last-child{ margin-bottom: 0;}

    .RxhaustGas .RxhaustGas_img{ background: #fff; border-radius: 5px; padding: 100px; text-align: center;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .RxhaustGas .RxhaustGas_img img{ max-width: 100%;}
    .RxhaustGas .RxhaustGas_bottom{ display: flex; align-items: center; justify-content: space-between; margin-top: 57px;}
    .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list{ background: #f5f5f5; border-radius: 1200px; padding: 31px 0px; width: 15%;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list .bottom_list_icon{ width:10.5242vw;height:10.5242vw; display: flex; align-items: center; justify-content: center; border: 1px solid #dadada; border-radius: 100px; max-width: 202px; max-height: 202px; margin: 0 auto;}
    .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list .bottom_list_icon span{ display: flex; align-items: center; justify-content: center; position: relative;}
    .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list .bottom_list_icon span img{ max-height: 69px; height:3.5949vw;}
    .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list .bottom_list_icon span img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
    .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list .bottom_list_title{ text-align: center; padding: 40px 0px;}
    .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list:hover{ background: #00afec;}
    .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list:hover .bottom_list_icon{ border: 1px solid rgba(255,255,255,.4);}
    .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list:hover .bottom_list_icon span img{ opacity: 0;}
    .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list:hover .bottom_list_icon span img:last-child{ opacity: 1;}
    .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list:hover .bottom_list_title{ color: #fff;}

    .RxhaustGasComponents #container{ width: 100%; height: 650px;background: url('../images/bg34.jpg') no-repeat 50%/cover; position: relative; border-radius: 5px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .RxhaustGasComponents #container div{ background: rgba(0,0,0,.18) !important; color: #fff; font-size: 20px; line-height: 1.4 !important; display: flex; align-items: center; justify-content: center;}
    .RxhaustGasComponents #container div:hover{ background: #00a8e2 !important;}
    .RxhaustGasComponents .RxhaustGasComponents_content{ position: relative; border-radius: 5px; overflow: hidden; display: none;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_img{box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_img img{ width: 100%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon{ position: absolute; background: rgba(0,0,0,.18); z-index: 2; border-radius: 100%; color: #fff;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon1 span{ max-width: 175px; max-height: 175px; width:9.1175vw;height:9.1175vw; font-size: 26px;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon2 span{ max-width: 135px; max-height: 135px; width:7.0335vw;height:7.0335vw; font-size: 22px;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon3 span{ max-width: 107px; max-height: 107px; width:5.5747vw;height:5.5747vw; font-size: 18px;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon4 span{ max-width: 85px; max-height: 85px; width:4.4285vw;height:4.4285vw; font-size: 14px;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon1{ left: 44%; top: 32%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon2{ left: 28%; top: 50%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon3{ left: 32%; top: 26%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon4{ left: 66%; top: 32%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon5{ left: 56%; top: 20%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon6{ left: 47%; top: 65%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon7{ left: 44%; top: 14%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon8{ left: 60%; top: 44%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon9{ left: 39%; top: 59%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon10{ left: 55%; top: 59%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon11{ left: 45%; top: 39%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon12{ left: 35%; top: 49%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon13{ left: 25%; top: 29%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon14{ left: 40%; top: 25%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.icon15{ left: 30%; top: 33%;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon span{ display: flex; align-items: center; justify-content: center;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.on1{ animation: spin2 40s infinite linear; transform-origin: 50px 50px;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.on1 span{animation: spin-reverse2 40s infinite linear;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.on2{ animation: spin3 40s infinite linear; transform-origin: 50px 50px;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.on2 span{animation: spin-reverse3 40s infinite linear;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon:hover{ animation-play-state: paused; background: #00afec; z-index: 50;}
    .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon:hover span{ animation-play-state: paused;}
    .RxhaustGasComponents .RxhaustGasComponents_bottom{ padding: 28px 40px; background: #fff; margin-top: 10px;}
    



    @keyframes spin2{
        to{transform: rotate(-1turn);}
    }
    @keyframes spin-reverse2{
        from{
            transform:rotate(-1turn);
        }
    }
    @keyframes spin3{
        to{transform: rotate(1turn);}
    }
    @keyframes spin-reverse3{
        from{
            transform:rotate(1turn);
        }
    }
    
    .EmissionStandards .EmissionStandards_content table{ background: #dadada; width: 100%;}
    .EmissionStandards .EmissionStandards_content table tr:nth-child(1) td{ background: #00afec; color: #fff;}
    .EmissionStandards .EmissionStandards_content table tr td{ background: #f3f8fa; padding: 25px; text-align: center;}
    .EmissionStandards .EmissionStandards_content table tr:nth-child(2n) td{ background: #fff;}

    .DifficultProblems .DifficultProblems_content{ display: flex; justify-content: space-between; align-items: flex-start;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list{ margin-right: 30px; background: #f5f5f5; border-radius: 20px; text-align: center; padding: 90px 35px; position: relative; box-shadow: 0px 0px 16px rgba(0,0,0,.11); width: 100%;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list:last-child{ margin-right: 0;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list:nth-child(2n){ top: 44px; margin-bottom: 44px;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list .content_list_icon{ display: flex; align-items: center; justify-content: center; margin-bottom: 42px;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list .content_list_icon span{ display: flex; align-items: center; justify-content: center; position: relative;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list .content_list_icon span img{ max-height: 84px; height:4.3764vw;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list .content_list_icon span img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list .content_list_txt .list_txt_dd{ margin-bottom: 25px; line-height: 1.5;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list .content_list_txt .list_txt_dt{ color: #666; line-height: 1.5;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list:hover{ background: #00afec;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list:hover .content_list_icon span img{ opacity: 0;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list:hover .content_list_icon span img:last-child{ opacity: 1;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list:hover .content_list_txt .list_txt_dd{ color: #fff;}
    .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list:hover .content_list_txt .list_txt_dt{ color: #fff;}

    .ProcessFlow{ text-align: center;}
    .ProcessFlow .ProcessFlow_img img{ max-width: 100%;}

    .SolutionAdvantages .SolutionAdvantages_content{ display: flex; justify-content: space-between; align-items: flex-start;}
    .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list{ width: 100%; margin-right: 45px; position: relative; padding-left: 28px;}
    .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list:last-child{ margin-right: 0;}
    .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list .content_list_top{ display: flex; align-items: center;}
    .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list .content_list_top img{ height: 30px; margin-right: 18px;}
    .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list .content_list_bottom{ color: #666666; margin-top: 18px;}
    .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list::before{ content: ""; display: inline-block; width: 14px; height: 14px; border: 3px solid #00b0ec; border-radius: 100%; background: #fff; left: -7px; position: absolute; z-index: 2; top: 7px;}
    .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list::after{ content: ""; display: inline-block; width: 1px; height: 100%; background: #dadada; position: absolute; left: 0; top: 30px;}
    .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list:nth-child(1){ margin-top: 110px;}
    .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list:nth-child(2){ margin-top: 55px;}
    .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list:nth-child(4){ margin-top: 35px;}
    .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list:nth-child(5){ margin-top: 65px;}
    .SolutionAdvantages .SolutionAdvantages_bottom{ margin-top: 45px;}



    
    @media screen and (max-width:1650px){    
        .SolutionDetails .SolutionDetails_content .SolutionDetails_content_img img{ height: 600px;}

        .RxhaustGas .RxhaustGas_img{ padding: 90px;}
        .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list .bottom_list_title{ padding: 35px 0px;}
        
        .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list{ margin-right: 40px;}
        
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon1 span{ font-size: 24px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon2 span{ font-size: 20px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon3 span{ font-size: 16px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon4 span{ font-size: 14px;}
    }

    @media screen and (max-width:1550px){    
        .SolutionDetails .SolutionDetails_content .SolutionDetails_content_img img{ height: 550px;}
        
        .RxhaustGas .RxhaustGas_img{ padding: 80px;}
        .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list .bottom_list_title{ padding: 30px 0px;}
        
        .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list{ margin-right: 35px;}
        
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon1 span{ font-size: 22px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon2 span{ font-size: 18px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon3 span{ font-size: 15px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon4 span{ font-size: 13px;}
    }

    @media screen and (max-width:1450px){   
        .SolutionDetails .SolutionDetails_content .SolutionDetails_content_img img{ height: 500px;} 
        
        .RxhaustGas .RxhaustGas_img{ padding: 70px;}
        .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list .bottom_list_title{ padding: 25px 0px;}
        
        .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list{ margin-right: 30px;}
        
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon1 span{ font-size: 20px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon2 span{ font-size: 17px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon3 span{ font-size: 14px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon4 span{ font-size: 12px;}
    }

    @media screen and (max-width:1366px){    
        .RxhaustGas .RxhaustGas_img{ padding: 60px;}
        
        .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list{ margin-right: 25px;}
        
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon1 span{ font-size: 18px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon2 span{ font-size: 15px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon3 span{ font-size: 13px;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon.RxhaustGasComponents_content_icon4 span{ font-size: 12px;}
    }
    
    @media screen and (max-width:1280px){    
        .RxhaustGas .RxhaustGas_img{ padding: 50px;}
        
        .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list{ margin-right: 20px;}
    }
    
    @media screen and (max-width:1200px){    
        .RxhaustGas .RxhaustGas_img{ padding: 40px;}
    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/
        .RxhaustGas .RxhaustGas_bottom{ margin-top: 35px;}
        .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list{ padding: 20px 0px;}

        .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list{ padding: 20px; margin-right: 15px; box-shadow: 0px 0px 10px rgba(0,0,0,.05);}
        .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list .content_list_icon{ margin-bottom: 22px;}
        .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list .content_list_txt .list_txt_dd{ margin-bottom: 10px;}

        .HProduct .swiper_prev{ left: 5%;}
        .HProduct .swiper_next{ right: 5%;}
        
    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list{ padding: 15px 0px;}

        .DifficultProblems .DifficultProblems_content{ flex-wrap: wrap; justify-content: flex-start;}
        .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list{ margin-right: 0; width: 32%; margin-right: 2%; margin-bottom: 2%;}
        .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list:nth-child(3n){ margin-right: 0;}
        .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list:nth-child(2n){ top: 0; margin-bottom: 0;}

        .EmissionStandards .EmissionStandards_content table tr td{ padding: 15px;}

        .SolutionAdvantages .SolutionAdvantages_content{ flex-wrap: wrap; align-items: normal;}
        .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list{ margin-top: 0 !important; width: 32%; margin-right: 2%; margin-bottom: 2%;}
        .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list::after{ height: calc(100% - 30px);}
        .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list:nth-child(3n){ margin-right: 0;}
        .SolutionAdvantages .SolutionAdvantages_bottom{ margin-top: 20px;}
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .SolutionDetails .SolutionDetails_content .SolutionDetails_content_img img{ height: 222px;}
        .SolutionDetails .SolutionDetails_content .SolutionDetails_content_txt{ position: relative; right: 0; top: 0; transform: none; padding: 25px;}
        
        .RxhaustGas .RxhaustGas_img{ padding: 10px;}
        .RxhaustGas .RxhaustGas_bottom{ flex-wrap: wrap;}
        .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list{ width: 48%; margin-right: 2%; margin-bottom: 4%; border-radius: 11px; margin-right: 0; background:#fff;}
        .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list .bottom_list_icon{ width: 52px; height: 52px;}
        .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list .bottom_list_icon span img{ height: 22px;}
        .RxhaustGas .RxhaustGas_bottom .RxhaustGas_bottom_list .bottom_list_title{ padding: 0; margin-top: 15px;}
        
        .RxhaustGasComponents .RxhaustGasComponents_bottom{ padding: 15px 22px; display: block;}
        .RxhaustGasComponents .RxhaustGasComponents_content{ background: url(../images/bg34.jpg) no-repeat 50%/cover; padding: 20px; display: flex; flex-wrap: wrap;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_img img{ height: 400px; object-fit:cover; display: none;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon{ animation: none !important; position:relative; top:0 !important; left:0 !important; width: 32%; margin-right: 2%; border-radius: 5px; margin-bottom: 2%; padding: 12px; text-align:center; display: flex; align-items:center; justify-content:center;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon span{ animation: none !important; width: 100% !important; height: auto !important; max-width: 100% !important; max-height: 100% !important; font-size: 16px !important; line-height: 1.4;}
        .RxhaustGasComponents .RxhaustGasComponents_content .RxhaustGasComponents_content_icon:nth-child(3n){ margin-right: 0%;}

        .DifficultProblems .DifficultProblems_content{ justify-content: space-between;}
        .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list{ width: 100%; margin-right: 0; margin-bottom: 20px !important; box-shadow: 0px 0px 0px;}
        .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list .content_list_icon{ margin-bottom: 10px;}
        .DifficultProblems .DifficultProblems_content .DifficultProblems_content_list .content_list_icon span img{ height: 35px;}

        .EmissionStandards .EmissionStandards_content{ overflow: auto;}
        .EmissionStandards .EmissionStandards_content table{ width: 1100px;}

        .SolutionAdvantages .SolutionAdvantages_content{ justify-content: space-between;  margin-right: 0;}
        .SolutionAdvantages .SolutionAdvantages_content .SolutionAdvantages_content_list{ width: 48%; margin-bottom: 4%;}
        
        .RxhaustGasComponents #container{ display: none !important;}
    }







    /* 3-1客户案例 */
    .Case{ padding-bottom: 70px;}
    .Case .Case_list .pc_all_content{ display: flex; align-items: center; justify-content: space-between;}
    .Case .Case_list:nth-child(2n){ background: #f5f5f5;}
    .Case .Case_list:nth-child(2n) .pc_all_content{ flex-flow: row-reverse;}
    .Case .Case_list .pc_all_content .Case_list_left{ width: 43%; padding-left: 50px;}
    .Case .Case_list:nth-child(2n) .pc_all_content .Case_list_left{  padding-left: 0px; padding-right: 50px;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_txt{ margin: 40px 0px;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list{ display: flex; align-items: center; color: #667c99; margin-bottom: 20px; justify-content: space-between; cursor:pointer;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list:last-child{ margin-bottom: 0;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list .tag_list_dt{ display: flex; align-items: center; width: calc(100% - 100px); line-height: 1.3;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list .tag_list_dt span{ position: relative; display: flex; align-items: center; justify-content: center; margin-right: 13px;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list .tag_list_dt span img{ width: 18px;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list .tag_list_dt span img:last-child{ position: absolute; left: 0; top: 0; opacity: 0;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list:hover .tag_list_dd{ color: #00b0ec;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list:hover .tag_list_dt{ color: #00b0ec;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list:hover .tag_list_dt span img{ opacity: 0;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list:hover .tag_list_dt span img:last-child{ opacity: 1;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_btn{ display: flex; margin-top: 40px;}
    .Case .Case_list .pc_all_content .Case_list_left .list_left_btn a{box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .Case .Case_list .pc_all_content .Case_list_img{ width: 50%; border-radius: 4px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .Case .Case_list .pc_all_content .Case_list_img img{ width: 100%;}
    .Case .CaseSearch{ width: 100%; display: flex; align-items: center; width: 1100px; max-width: 90%; margin: 0 auto; background: #00b0ec; padding: 3px; border-radius: 10px;}
    .Case .CaseSearch .CaseSearch_left{ width: calc(100% - 165px); display: flex; align-items: center; background: #fff; border-radius: 10px; overflow: hidden; justify-content: space-between; padding: 0px 10px;}
    .Case .CaseSearch .CaseSearch_left .CaseSearch_select{width: 120px;}
    .Case .CaseSearch .CaseSearch_left .CaseSearch_select select{ width: 100%;}
    .Case .CaseSearch .CaseSearch_left .CaseSearch_input{ width: calc(100% - 150px);}
    .Case .CaseSearch .CaseSearch_left .CaseSearch_input input{ line-height: 67px; width: 100%; }
    .Case .CaseSearch .CaseSearch_right{ width: 165px;}
    .Case .CaseSearch .CaseSearch_right input{ line-height: 67px; background: #00b0ec; color: #fff; text-align: center; width: 100%;}
    
    .margintop58{ margin-top: 58px;}
    
    @media screen and (max-width:1650px){    
        .Case{ padding-bottom: 60px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_txt{ margin: 35px 0px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_btn{ margin-top: 35px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list{ margin-bottom: 18px;}

        .margintop58{ margin-top: 54px;}
    }

    @media screen and (max-width:1550px){    
        .Case{ padding-bottom: 50px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_txt{ margin: 30px 0px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_btn{ margin-top: 30px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list{ margin-bottom: 16px;}
        
        .margintop58{ margin-top: 50px;}
    }

    @media screen and (max-width:1450px){    
        .Case{ padding-bottom: 40px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_txt{ margin: 25px 0px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_btn{ margin-top: 25px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list{ margin-bottom: 14px;}
        
        .margintop58{ margin-top: 45px;}
    }

    @media screen and (max-width:1366px){ 
        .Case .Case_list .pc_all_content .Case_list_left .list_left_txt{ margin: 20px 0px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_btn{ margin-top: 20px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list{ margin-bottom: 12px;}
        
        .margintop58{ margin-top: 40px;}
    }
    
    @media screen and (max-width:1280px){     
        .Case .Case_list .pc_all_content{ align-items: flex-start;}
        .Case .Case_list .pc_all_content .Case_list_left{ padding-left: 0;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list{ margin-bottom: 10px;}
        
        .margintop58{ margin-top: 35px;}
    }
    
    @media screen and (max-width:1200px){    

    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        .Case .Case_list .pc_all_content{ flex-wrap: wrap !important;}
        .Case .Case_list:nth-child(2n) .pc_all_content .Case_list_left{ padding-right: 0;}
        .Case .Case_list .pc_all_content .Case_list_left,.Case .Case_list .pc_all_content .Case_list_img{ width: 100%;}
        .Case .Case_list .pc_all_content .Case_list_img{ margin-top: 25px;}
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .Case .Case_list .pc_all_content .Case_list_left .list_left_title{ font-size: 24px;}
        .Case .Case_list .pc_all_content .Case_list_left .list_left_tag .left_tag_list .tag_list_dt{ width: calc(100% - 80px);}

        .layui-laypage a,.layui-laypage span em,.layui-laypage-disabled{ background-size: 100%; width: 38px; height: 38px; margin: 0px 5px;}

        .Case .CaseSearch{ flex-wrap: wrap;}
        .Case .CaseSearch .CaseSearch_left{ width: calc(100% - 70px);}
        .Case .CaseSearch .CaseSearch_left .CaseSearch_select{ width: 90px;}
        .Case .CaseSearch .CaseSearch_left .CaseSearch_input{ width: calc(100% - 100px);}
        .Case .CaseSearch .CaseSearch_right{ width: 70px;}
        .Case .CaseSearch .CaseSearch_right input,.Case .CaseSearch .CaseSearch_left .CaseSearch_input input{ line-height: 55px;}
    }









    /* 3-2案例详情（xiu) */
    .DCaseProject .DCaseProject_content{ display: flex; align-items: center; justify-content: space-between;}
    .DCaseProject .DCaseProject_content .DCaseProject_content_left{ width: 55%; position: relative; border-radius: 5px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .DCaseProject .DCaseProject_content .DCaseProject_content_left .content_left_img{ background: #000;}
    .DCaseProject .DCaseProject_content .DCaseProject_content_left .content_left_img img{ width: 100%;}
    .DCaseProject .DCaseProject_content .DCaseProject_content_left .content_left_icon{ position: absolute; width: 100%; top: 0; left: 0; height: 100%; display: flex; align-items: center; justify-content: center; display: none; cursor: pointer;}
    .DCaseProject .DCaseProject_content .DCaseProject_content_left .content_left_icon img{ width: 68px;}
    .DCaseProject .DCaseProject_content .DCaseProject_content_left.video .content_left_img img{ opacity: .8;}
    .DCaseProject .DCaseProject_content .DCaseProject_content_left.video .content_left_icon{ display: flex;}
    .DCaseProject .DCaseProject_content .DCaseProject_content_right{ width: 40%;}
    .DCaseProject .DCaseProject_content .DCaseProject_content_right p{ margin-bottom: 22px; color: #666666;}
    .DCaseProject .DCaseProject_content .DCaseProject_content_right p:last-child{ margin-bottom: 0;}
    
    .DCaseProject2 .DCaseProject2_content{ display: flex; justify-content: space-between;}
    .DCaseProject2 .DCaseProject2_content .DCaseProject2_content_left{ width: 25%;box-shadow: 0px 0px 20px rgba(0,0,0,.15); border-radius: 5px; overflow: hidden;}
    .DCaseProject2 .DCaseProject2_content .DCaseProject2_content_left img{ width: 100%; height: 100%; object-fit: cover;}
    .DCaseProject2 .DCaseProject2_content .DCaseProject2_content_right{ width: calc(75% - 30px);}
    .DCaseProject2 .DCaseProject2_content .DCaseProject2_content_right table{ background: #dadada; width: 100%; height: 100%;}
    .DCaseProject2 .DCaseProject2_content .DCaseProject2_content_right table tr td{ background: #fff; text-align: center; padding: 30px 10px;}
    .DCaseProject2 .DCaseProject2_content .DCaseProject2_content_right table tr:nth-child(1) td{ background: #00afec; color: #fff;}
    
    .DCaseVideo_bottom_txt{ display: flex; flex-wrap: wrap; justify-content: space-between;}
    .DCaseVideo_bottom_txt .bottom_txt_list{ border-radius: 10px; width: 23.5%; box-shadow: 0px 5px 32px rgba(17,38,99,.1); text-align: center; padding: 35px 0px; background: #fff;}
    .DCaseVideo_bottom_txt .bottom_txt_list .txt_list_icon{ display: flex; align-items: center; justify-content: center; margin-bottom: 24px;}
    .DCaseVideo_bottom_txt .bottom_txt_list .txt_list_icon span{ display: flex; align-items: center; justify-content: center; position: relative;}
    .DCaseVideo_bottom_txt .bottom_txt_list .txt_list_icon span img{ height: 60px;}
    .DCaseVideo_bottom_txt .bottom_txt_list .txt_list_icon span img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
    .DCaseVideo_bottom_txt .bottom_txt_list .txt_list_title{ padding: 0px 20px;}
    .DCaseVideo_bottom_txt .bottom_txt_list .txt_list_title .list_title_dd{ color: #111111;}
    .DCaseVideo_bottom_txt .bottom_txt_list .txt_list_title .list_title_dt{ margin-top: 18px; color: #666666;}
    .DCaseVideo_bottom_txt .bottom_txt_list .list_txt_title .txt_title_dt_txt .bottom_txt_list:hover{ background: #00afec;}
    .DCaseVideo_bottom_txt .bottom_txt_list:hover{background: #00afec;}
    .DCaseVideo_bottom_txt .bottom_txt_list:hover .txt_list_icon span img{ opacity: 0;}
    .DCaseVideo_bottom_txt .bottom_txt_list:hover .txt_list_icon span img:last-child{ opacity: 1;}
    .DCaseVideo_bottom_txt .bottom_txt_list:hover .txt_list_title .list_title_dd{ color: #fff;}
    .DCaseVideo_bottom_txt .bottom_txt_list:hover .txt_list_title .list_title_dt{ color: #fff;}
    
    .DCasePlan .DCasePlan_content{ display: flex; justify-content: space-between;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list{ background: #fff; margin-right: 30px; box-shadow: 0px 0px 18px rgba(0,0,0,.06); border-radius: 15px; padding: 35px; width: 100%; height: 480px; display: flex; flex-direction: column; justify-content: center;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list:last-child{ margin-right: 0;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_icon{ width: 92px; height: 92px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: #00afec; margin: 0 auto;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_icon span{ display: flex; align-items: center; justify-content: center; position: relative;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_icon span img{ height: 60px;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_icon span img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_title{ text-align: center; position: relative; margin-top: 55px; padding-top: 50px;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_title::before{ content: ""; display: inline-block; width: 50px; height: 2px; background: #a1a1a1; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_txt{ margin-top: 35px; color: #fff; opacity: .7; display: none; text-align:center;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list:hover{ background: #00afec;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list:hover .content_list_icon{ background: #fff;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list:hover .content_list_icon span img{ opacity: 0;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list:hover .content_list_icon span img:last-child{ opacity: 1;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list:hover .content_list_txt{ display: block;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list:hover .content_list_title{ margin-top: 25px; padding-top: 25px; color: #fff;}
    .DCasePlan .DCasePlan_content .DCasePlan_content_list:hover .content_list_title:before{ background: #fff; opacity: .5;;}

    .DCaseSite .DCaseSite_top{ position: relative; border-radius: 5px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .DCaseSite .DCaseSite_top .swiper-pagination{ justify-content: center;}
    .DCaseSite .DCaseSite_bottom{ display: flex; flex-wrap: wrap;}
    .DCaseSite .DCaseSite_bottom .DCaseSite_bottom_list{ width: calc(33.333% - 20px); margin-right: 30px; margin-top: 30px; border-radius: 5px; overflow: hidden;}
    .DCaseSite .DCaseSite_bottom .DCaseSite_bottom_list:nth-child(3n){ margin-right: 0;}


    @media screen and (max-width:1650px){    
        .DCasePlan .DCasePlan_content .DCasePlan_content_list{ height: 440px;}
    }

    @media screen and (max-width:1550px){    
        .DCasePlan .DCasePlan_content .DCasePlan_content_list{ height: 400px;}
        
    }

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

    @media screen and (max-width:1366px){    
       
    }
    
    @media screen and (max-width:1280px){    
        
    }
    
    @media screen and (max-width:1200px){    

    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/
        .DCaseProject .DCaseProject_content{ flex-wrap: wrap;}
        .DCaseProject .DCaseProject_content .DCaseProject_content_left{ width: 100%;}
        .DCaseProject .DCaseProject_content .DCaseProject_content_right{ width: 100%; margin-top: 25px;}

        .DCaseProject2 .DCaseProject2_content{ flex-wrap: wrap;}
        .DCaseProject2 .DCaseProject2_content .DCaseProject2_content_left { width: 100%; }
        .DCaseProject2 .DCaseProject2_content .DCaseProject2_content_right{ width: 100%; margin-top: 25px;}

        .DCasePlan .DCasePlan_content{ flex-wrap: wrap;}
        .DCasePlan .DCasePlan_content .DCasePlan_content_list{ width: 100%; margin-bottom: 20px; margin-right: 0; padding: 22px; background: #00afec; height: auto;}
        .DCasePlan .DCasePlan_content .DCasePlan_content_list:last-child{ margin-bottom: 0;}
        .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_txt{ display: block; margin-top: 22px;}
        .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_icon{ background: #fff; width: 65px; height: 65px;}
        .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_icon span img{ opacity: 0; height: 36px;}
        .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_icon span img:last-child{ opacity: 1;}
        .DCasePlan .DCasePlan_content .DCasePlan_content_list .content_list_title{ margin-top: 25px; padding-top: 25px; color: #fff; }
        
        .DCaseSite .DCaseSite_top .DCaseSite_top_list img{ height: auto; object-fit: cover; width: 100%;}
        .DCaseSite .DCaseSite_bottom .DCaseSite_bottom_list{ width: 100%; margin-right: 0; margin-top: 20px;}
        .DCaseSite .DCaseSite_bottom .DCaseSite_bottom_list img{ width: 100%;}
        .DCaseSite .DCaseSite_bottom .DCaseSite_bottom_list:last-child{ margin-bottom: 0;}
        
        .swiper-pagination.on{ bottom: 20px;}
    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .DCaseSite .DCaseSite_top .DCaseSite_top_list img{ height: 230px; object-fit: cover; width: 100%;}
        
        .DCaseVideo_bottom_txt .bottom_txt_list{ width: 100%; margin-bottom: 22px;}
        .DCaseVideo_bottom_txt .bottom_txt_list:last-child{ margin-bottom: 0px;}
        .DCaseVideo_bottom_txt .bottom_txt_list .txt_list_icon{ margin-bottom: 26px;}
        .DCaseVideo_bottom_txt .bottom_txt_list .txt_list_icon span img{ height: 40px;}
        .DCaseVideo_bottom_txt .bottom_txt_list .txt_list_title .list_title_dt{ margin-top: 13px; }
    }








    /* 4-1产品中心 */
    .Product .Product_content{ display: flex; flex-wrap: wrap; justify-content: space-between;}
    .Product .Product_content .Product_content_list{ width: calc(50% - 15px); background: #f5f5f5; border-radius: 10px; margin-bottom: 30px; padding: 35px 0px; padding-bottom: 80px;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .Product .Product_content .Product_content_list .content_list_img{ padding: 0 55px; display: flex; align-items: center; justify-content: center; height: 408px; margin-bottom: 35px;}
    .Product .Product_content .Product_content_list .content_list_img img{ max-height: 408px; max-width: 100%;}
    .Product .Product_content .Product_content_list .content_list_txt{ padding: 0px 65px; text-align: center;}
    .Product .Product_content .Product_content_list .content_list_txt .list_txt_dt{ margin: 33px 0px;}
    .Product .Product_content .Product_content_list .content_list_txt .list_txt_btn{ display: flex; align-items: center; justify-content: center;}
    .Product .Product_content .Product_content_list .content_list_txt .list_txt_btn .Btn:last-child{ margin-left: 12px;}



    @media screen and (max-width:1650px){    
        .Product .Product_content .Product_content_list{ padding-bottom: 70px;}
        .Product .Product_content .Product_content_list .content_list_img{ height: 350px; padding: 0px 50px;}
        .Product .Product_content .Product_content_list .content_list_img img{ max-height: 350px;}
        .Product .Product_content .Product_content_list .content_list_txt .list_txt_dt{ margin: 30px 0px;}
    }

    @media screen and (max-width:1550px){    
        .Product .Product_content .Product_content_list{ padding-bottom: 60px;}
        .Product .Product_content .Product_content_list .content_list_img{ height: 300px; padding: 0px 45px;}
        .Product .Product_content .Product_content_list .content_list_img img{ max-height: 300px;}
        .Product .Product_content .Product_content_list .content_list_txt .list_txt_dt{ margin: 27px 0px;}
    }

    @media screen and (max-width:1450px){    
        .Product .Product_content .Product_content_list{ padding-bottom: 50px;}
        .Product .Product_content .Product_content_list .content_list_img{ height: 250px; padding: 0px 40px;}
        .Product .Product_content .Product_content_list .content_list_img img{ max-height: 250px;}
        .Product .Product_content .Product_content_list .content_list_txt .list_txt_dt{ margin: 20px 0px;}
    }

    @media screen and (max-width:1366px){    
        .Product .Product_content .Product_content_list{ padding-bottom: 40px;}
        .Product .Product_content .Product_content_list .content_list_img{ height: 200px; padding: 0px 35px;}
        .Product .Product_content .Product_content_list .content_list_img img{ max-height: 200px;}
    }
    
    @media screen and (max-width:1280px){    
        .Product .Product_content .Product_content_list .content_list_img{ height: 150px; padding: 0px 30px;}
        .Product .Product_content .Product_content_list .content_list_img img{ max-height: 150px;}
    }
    
    @media screen and (max-width:1200px){    

    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/
        .Product .Product_content .Product_content_list .content_list_txt{ padding: 0px 35px;}
    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .Product .Product_content .Product_content_list{ background:#fff;}
        .Product .Product_content .Product_content_list .content_list_img{ margin-bottom: 25px;}
        .Product .Product_content .Product_content_list:last-child{ margin-bottom: 0;}
        .Product .Product_content .Product_content_list{ width: 100%; margin-bottom: 25px;}
    }












    /* 5-1羿清新闻 */
    .News .News_time{ position: relative; padding: 0px 170px; margin-bottom: 85px;}
    .News .News_time .News_time_list{ color: #666666; text-align: center; display: inline-block;}
    .News .News_time .News_time_list.active{ color: #222222;}
    .swiper-button-next:after, .swiper-button-prev:after{ color: #a1a1a1; font-size: 20px;}
    .News .News_top{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px;}
    .News .News_top .News_top_btn{ display: flex; align-items: center;}
    .News .News_top .News_top_btn span{ display: flex; align-items: center; justify-content: center; position: relative; margin-left: 13px; cursor: pointer;}
    .News .News_top .News_top_btn span img{ height: 18px;}
    .News .News_top .News_top_btn span img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
    .News .News_top .News_top_btn span.active img{ opacity: 0;}
    .News .News_top .News_top_btn span.active img:last-child{ opacity: 1;}
    .News .HNews .HNews_content .HNews_content_top .content_top_list{ flex-flow: row-reverse;}
    .News .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt{ width: 40%; padding: 30px 53px; border-radius: 5px 0px 0px 5px;}
    .News .HNews .HNews_content .HNews_content_top .content_top_list .top_list_img{ width: 60%;}
    .News .HNews .HNews_content .HNews_content_top .swiper-pagination{ right: 0; left: 0; margin: 0 auto; bottom: -50px;}
    .News .HCase .HCase_content .HCase_content_list .content_list_bottom{ height: auto; display: flex; flex-wrap: wrap; margin-top: 0; padding-top: 60px;}
    .News .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li{ width: 32%; margin-right: 2%; margin-bottom: 2%; border-radius: 5px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .News .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li:nth-child(3n){ margin-right: 0;}
    .News .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt{ padding: 30px;}
    .News .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_img img{ max-height: 292px; height: 15.2132vw; object-fit:cover;}
    .News .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li:hover .bottom_li_txt{ background: #fff;}
    .News .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt .li_txt_btn{ display: flex; align-items: center; justify-content: space-between;}
    .News .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt .li_txt_btn .txt_btn_right{ padding: 9px; border-radius: 100px; color: #fff; background: #00b0ec;}

    .News.active .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li{ width: 100%; margin-right: 0; background: #fff;}
    .News.active .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li:hover{ box-shadow: 0px 0px 24px rgba(0,0,0,.06);}
    .News.active .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li:last-child{ margin-bottom: 0;}
    .News.active .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_img{ display: none;}

    @media screen and (max-width:1650px){    
        .News .News_time{ padding: 0px 150px;}
    }

    @media screen and (max-width:1550px){    
        .News .News_time{ padding: 0px 130px;}
        
    }

    @media screen and (max-width:1450px){    
        .News .News_time{ padding: 0px 110px;}
        
    }

    @media screen and (max-width:1366px){   
        .News .News_time{ padding: 0px 90px;} 
       
    }
    
    @media screen and (max-width:1280px){    
        .News .News_time{ padding: 0px 70px;} 
        
    }
    
    @media screen and (max-width:1200px){   
        .News .News_time{ padding: 0px 50px;}  
        .swiper-button-next{ right: 0;}
        .swiper-button-prev{ left: 0;}

    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/
        .News .News_time{ padding: 0px 40px;}  

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        .News .News_time{ padding: 0px 30px;}  
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .HNews .HCase{ overflow: inherit;}
        .News .News_time{ margin-bottom: 45px;}
        .News .News_top{ margin-bottom: 30px;}
        .News .HNews_content .HNews_content_top .content_top_list{ flex-wrap: wrap !important;}
        .News .HNews .HNews_content .HNews_content_top .content_top_list .top_list_img,.News .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt{ width: 100%;}
        .News .HNews .HNews_content .HNews_content_top .content_top_list .top_list_txt{ padding: 22px;}
        .News .HCase .HCase_content .HCase_content_list .content_list_bottom{ padding-top: 0px;}
        .News .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li{ width: 100%; margin-bottom: 22px; margin-right: 0px;}
        .News .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li:last-child{ margin-bottom: 0;}
        .News .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_img img{ height: 188px;}
        .News .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt{ padding: 22px; background: #fff;}
    }



    /* 5-2新闻详情 */
    .NewsBanner{ background: #222222;}
    .NewsBanner .NewsBanner_img{ width: 100%; display: flex; justify-content: flex-end;}
    .NewsBanner .NewsBanner_img img{ width: 60%; height: 625px; object-fit: cover;}
    .NewsBanner .NewsBanner_content{ left: 0; right: 0; top: 0; height: 100%; position: absolute; display: flex; align-items: center;}
    .NewsBanner .NewsBanner_content .NewsBanner_content_txt{ width: 33%;}
    .NewsBanner .NewsBanner_content .NewsBanner_content_time{ color: #fff;}
    .NewsBanner .NewsBanner_content .NewsBanner_content_dd{ color: #fff; margin-top: 25px; margin-bottom: 33px; line-height: 1.25;}
    .NewsBanner .NewsBanner_content .NewsBanner_content_dt{ opacity: .7; color: #fff; line-height: 2;}


    .DetailsNews .pc_all_content{ position: relative;}
    .DetailsNews .DetailsNews_share{ position: absolute; left: 0; top: 0; z-index: 8;}
    .DetailsNews .DetailsNews_share .DetailsNews_share_title{ margin-bottom: 14px;}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt a{ width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; position: relative; background: #222222; border-radius: 100%; margin-bottom: 14px; background-size: 16px; background-repeat: no-repeat; background-position: 50% 50%;}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt a .wechat-qrcode{ top: auto; bottom: -205px;}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt a .wechat-qrcode:after{top:-13px; bottom: auto;}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt a:nth-child(1){ background-image: url(../images/sv22.svg);}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt a:nth-child(2){ background-image: url(../images/sv74.svg);}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt a:nth-child(3){ background-image: url(../images/sv75.svg);}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt:last-child a:nth-child(1){ background-image: url(../images/sv76.svg);}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt a.active img{ display: none;}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt a:nth-child(1):hover{ background: #00b0ec; background-image: url(../images/sv22.svg); background-size: 16px; background-repeat: no-repeat; background-position: 50% 50%;}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt a:nth-child(2):hover{ background: #00b0ec; background-image: url(../images/sv74.svg); background-size: 16px; background-repeat: no-repeat; background-position: 50% 50%;}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt a:nth-child(3):hover{ background: #00b0ec; background-image: url(../images/sv75.svg); background-size: 16px; background-repeat: no-repeat; background-position: 50% 50%;}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt:last-child a:nth-child(1):hover{ background: #00b0ec; background-image: url(../images/sv76.svg); background-size: 16px; background-repeat: no-repeat; background-position: 50% 50%;}
    .DetailsNews .DetailsNews_share .DetailsNews_share_txt a:hover .wechat-qrcode{ display: block;}
    
    
    .DetailsNews .DetailsNewsContent{width: 1245px; max-width: 100%; margin: 0 auto;}
    .DetailsNews .DetailsNewsContent .HCase{ overflow: inherit;}
    .DetailsNews .DetailsNews_title{ text-align: center; margin-bottom: 55px;}
    .DetailsNews .DetailsNews_title .DetailsNews_title_dt{ color: #666; margin: 33px 0px;}
    .DetailsNews .DetailsNews_title .DetailsNews_title_dt span{ margin: 0px 20px;}
    .DetailsNews .DetailsNews_title .DetailsNews_title_icon img{ width: 15px;}
    .DetailsNews .DetailsNews_content{ color: #666;}
    .DetailsNews .DetailsNews_content p{ margin: 25px 0px;}
    .DetailsNews .DetailsNews_content *{ line-height: 1.5;}
    .DetailsNews .HCase .HCase_content .HCase_content_list .content_list_bottom .list_bottom_li .bottom_li_txt{ background: #fff;}
    .DetailsNews .DetailsNews_page{ display: flex; align-items: center; border-top: 1px solid #e3e6f0; border-bottom: 1px solid #e3e6f0; padding: 50px 0px; justify-content: space-between; margin-bottom: 40px;}
    .DetailsNews .DetailsNews_page .DetailsNews_page_left{ width: calc(100% - 155px);}
    .DetailsNews .DetailsNews_page .DetailsNews_page_left .page_left_list:last-child{ margin-top: 16px;}
    .DetailsNews .DetailsNews_page .DetailsNews_page_left .page_left_list a:hover{ color: #00afec;}
    .DetailsNews .HCase .HCase_content .HCase_content_list .content_list_bottom{ padding-top: 0;}
    .DetailsNews .DetailsNews_bottom{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 40px; padding-top: 10px;}
    .DetailsNews .DetailsNews_bottom a{ width: 46%; text-decoration: underline; color: #666666; margin-bottom: 17px;}
    .DetailsNews .DetailsNews_bottom a:hover{ color: #00afec;}

    
    .DNewsNav{position: fixed; left: 0; width: 100%; top: 113px; background: #fff; z-index: 12; right: 0; pointer-events: none; opacity: 0; height: 45px;}
    .DNewsNav .pc_all_content{ display: flex; align-items: center; justify-content: space-between; height: 44px;border-bottom: 1px solid #dadada;}
    .DNewsNav .DNewsNav_list a{ font-size: 14px;}
    .DNewsNav .DNewsNav_list a:hover{ color:#00afec;}
    .DetailsNavHeight.active .DNewsNav{ pointer-events: inherit; opacity: 1;}
    .DetailsNavHeight.active .DNewsNav .pc_all_content{ height: 45px; overflow: auto;}
    .DetailsNavHeight.active .DNewsNav .pc_all_content::-webkit-scrollbar-track {
        		  background-color: #dcdcdc;
        	} /* 滚动条的滑轨背景颜色 */
        
    .DetailsNavHeight.active .DNewsNav .pc_all_content::-webkit-scrollbar-thumb {
        		  background:#00afec; 
        	} /* 滑块颜色 */
        
    .DetailsNavHeight.active .DNewsNav .pc_all_content::-webkit-scrollbar-button {
        		  background-color: #fff;
        	} /* 滑轨两头的监听按钮颜色 */
        
    .DetailsNavHeight.active .DNewsNav .pc_all_content::-webkit-scrollbar-corner {
        		  background-color: #fff;
        	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
    .DetailsNavHeight.active .DNewsNav .pc_all_content::-webkit-scrollbar {
            width: 0px;
            height: 3px;
        } /* 这是针对缺省样式 (必须的)*/

    .SolutionDNav .pc_all_content{justify-content: center;}
    .SolutionDNav ul li{line-height: normal;}
    
    @media screen and (max-width:1650px){    
        .DetailsNews .DetailsNewsContent{ width: 1100px;}
    }

    @media screen and (max-width:1550px){    
        .DetailsNews .DetailsNewsContent{ width: 1000px;}
    }

    @media screen and (max-width:1450px){    
        .DetailsNews .DetailsNewsContent{ width: 900px;}
    }

    @media screen and (max-width:1366px){    
        .DetailsNews .DetailsNewsContent{ width: 800px;}
        .SolutionDNav .pc_all_content{ padding-left: 35px;}
        .HomeNav ul,.SolutionDNav .pc_all_content{ justify-content: flex-start;}
    }
    
    @media screen and (max-width:1280px){    
        .DetailsNews .DetailsNewsContent{ }
    }
    
    @media screen and (max-width:1200px){    
        
    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/
        .DetailsNews .DetailsNews_share{ display: none;}

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .NewsBanner .NewsBanner_img img{ height: 235px; width: 100%;}
        .NewsBanner .NewsBanner_content{ position: relative;}
        .NewsBanner .NewsBanner_content .NewsBanner_content_txt{ width: 100%; padding-top: 25px; padding-bottom: 75px;}
        .NewsBanner .NewsBanner_content .NewsBanner_content_dd{ font-size: 26px; margin: 20px 0px;}
        

        .DetailsNews .DetailsNews_title{ margin-bottom: 25px;}
        .DetailsNews .DetailsNews_title .DetailsNews_title_dd{ font-size: 28px;}
        .DetailsNews .DetailsNews_page{ padding: 30px 0px;}
        .DetailsNews .DetailsNews_page .DetailsNews_page_left{ width: calc(100% - 110px);}
        .DetailsNews .DetailsNews_bottom{ padding-top: 25px; margin-bottom: 15px;}
        .DetailsNews .DetailsNews_title .DetailsNews_title_dt{ margin: 15px 0px; line-height: 1.5;}
    }



    /* 6-1关于羿清 */
    .AboutNav .DetailsNav_scro .DetailsNav_list{ width: auto;overflow-x: auto;}
    .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right{ display: flex; align-items: center;}
    .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right:last-child{ margin-right: 0;}
    .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_left{ margin-right: 0; cursor: pointer;}
    .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_scro{ width: auto !important; display: none; margin-left: 0px;}
    .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_scro .list_right_li::before{ display: none;}
    .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right.on .list_right_scro{ display: flex;}
    .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right.on{ box-shadow: 0px 0px 16px rgba(0,0,0,.15); padding: 0px 20px;  margin-right: 30px;}
    .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_li{ margin-right: 30px;}
    .DetailsNavHeight.active .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right .list_right_scro{ height: 55px; }
    
    .Title2.marginbottom55{ margin-bottom: 55px;}
    .Title2 .Title2_dd{ margin-bottom: 15px;}
    .Title2.color .Title2_dd{ color: #fff;}
    .Title2.color .Title2_dt{ color: #fff;}
    
    .About .About_top{ display: flex; align-items: flex-start; justify-content: space-between;}
    .About .About_top .About_top_left{ width: 38%;}
    .About .About_top .About_top_left .top_left_icon{ margin-top: 80px;}
    .About .About_top .About_top_right{ width: 50%;}
    .About .About_top .About_top_right .top_right_p p{ margin-bottom: 20px; color: #666;}
    .About .About_top .About_top_right .top_right_p p:last-child{ margin-bottom: 0;}
    .About .About_top .About_top_right .top_right_bottom{ margin-top: 70px; display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 100%;}
    .About .About_top .About_top_right .top_right_bottom .bottom_list_li{ }
    .About .About_top .About_top_right .top_right_bottom .bottom_list_li:last-child{ margin-right: 0px;}
    .About .About_top .About_top_right .top_right_bottom .bottom_list_li .list_li_icon img{ height: 52px;}
    .About .About_top .About_top_right .top_right_bottom .bottom_list_li .list_li_title .li_title_dd{ margin-top: 30px; margin-bottom: 15px;}
    .About .About_top .About_top_right .top_right_bottom .bottom_list_li .list_li_title .li_title_dd span{ color: #00b0ec; font-weight: bolder; position: relative;}
    .About .About_top .About_top_right .top_right_bottom .bottom_list_li .list_li_title .li_title_dd i{ color: #00b0ec; font-weight: bolder; position: relative; font-style: normal;}
    .About .About_top .About_top_right .top_right_bottom .bottom_list_li .list_li_title .li_title_dd .counter-demo-4{ display: inline-block;}
    .About .About_top .About_top_right .top_right_bottom .bottom_list_li .list_li_title .li_title_dd .counter-demo-4::before{ content: "+"; display: inline-block; position: absolute; right: -20px; top: 5px; font-size: 24px;}
    .About .About_top .About_top_right .top_right_bottom .bottom_list_li .list_li_title .li_title_dt{ color: #666666;}
    .About .About_bottom{ margin-top: 60px; position: relative; border-radius: 8px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .About .About_bottom .About_bottom_img img{ width: 100%;}
    .About .About_bottom .About_bottom_icon{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
    .About .About_bottom .About_bottom_icon img{ height: 85px; cursor: pointer;}

    .AboutReliable{ background: url(../images/bg50.jpg) no-repeat 50%/cover; position: relative;}
    .AboutReliable .AboutReliable_left .AboutReliable_left_content .left_content_li{ margin-top: 56px; color: #fff;}
    .AboutReliable .AboutReliable_left .AboutReliable_left_content .left_content_li .content_li_dd{ margin-bottom: 31px;}
    .AboutReliable .AboutReliable_left .AboutReliable_left_bottom{ color: #fff; opacity: .5; margin-top: 75px;}
    .AboutReliable .AboutReliable_right{ position: absolute; width: 50%; right: 0; top: 0; display: flex; flex-wrap: wrap; height: 100%;}
    .AboutReliable .AboutReliable_right .AboutReliable_right_list{ width: 50%; height: 50%; display: flex; flex-direction: column; justify-content: center; color: #fff; background: rgba(0,176,236,.7); padding: 20px 55px;}
    .AboutReliable .AboutReliable_right .AboutReliable_right_list:nth-child(1){ width: 100%; border-bottom: 1px solid rgba(255,255,255,.2);}
    .AboutReliable .AboutReliable_right .AboutReliable_right_list:nth-child(2){ border-right: 1px solid rgba(255,255,255,.2);}
    .AboutReliable .AboutReliable_right .AboutReliable_right_list .right_list_dd{ margin-top: 30px; margin-bottom: 45px;}
    .AboutReliable .AboutReliable_right .AboutReliable_right_list .right_list_dt{ opacity: .5;}
    .AboutReliable .AboutReliable_right .AboutReliable_right_list:hover{ background: rgba(0,176,236,1);}

    .AboutLeading .AboutLeading_top{ display: flex; align-items: flex-end; justify-content: space-between;}
    .AboutLeading .AboutLeading_top .AboutLeading_top_right{ display: flex;}
    .AboutLeading .AboutLeading_top .AboutLeading_top_right .top_right_list{ text-align: right; margin-right: 100px;}
    .AboutLeading .AboutLeading_top .AboutLeading_top_right .top_right_list:last-child{ margin-right: 0;}
    .AboutLeading .AboutLeading_top .AboutLeading_top_right .top_right_list .right_list_dt{ color: #666666; margin: 15px 0px;}
    .AboutLeading .AboutLeading_content{ display: flex; border-radius: 8px; overflow: hidden; margin-top: 70px;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list{ width: 16%; position: relative;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list.active{ width: 52%;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_img{ background: #222;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_img img{ width: 100%; height: 630px; object-fit: cover; opacity: .4;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_title{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; text-align: center;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_title .list_title_icon img{ height: 80px;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_title .list_title_dd{ color: #fff; margin-top: 40px;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list.active .content_list_title{ opacity: 0;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_po{ position: absolute; opacity: 0; left: 0; top: 0; width: 80%; height: 100%; padding: 57px; max-width: 100%;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_po .list_po_icon img{ height: 80px;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_po .list_po_dd{ color: #fff; margin: 28px 0px;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_po .list_po_dt{ color: #fff; opacity: .7; line-height: 2;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_po .list_po_btn{ display: flex; margin-top: 50px;}
    .AboutLeading .AboutLeading_content .AboutLeading_content_list.active .content_list_po{ opacity: 1;}

    .AboutImg .pc_all_content{ display: flex; align-items: flex-start; justify-content: space-between;}
    .AboutImg .AboutImg_left{ width: 48%;}
    .AboutImg .AboutImg_left .Title2 .Title2_dt{ color: #00b0ec;}
    .AboutImg .AboutImg_left .AboutImg_left_content{ margin-top: 50px; height: 440px; overflow: hidden;}
    .AboutImg .AboutImg_left .AboutImg_left_content.on{ height: auto;}
    .AboutImg .AboutImg_left .AboutImg_left_content .left_content_list{ color: #666666; margin-bottom: 40px;}
    .AboutImg .AboutImg_left .AboutImg_left_content .left_content_list:last-child{ margin-bottom: 0;}
    .AboutImg .AboutImg_left .AboutImg_left_content .left_content_list .content_list_dd{ margin-bottom: 20px;}
    .AboutImg .AboutImg_left .AboutImg_left_btn{ height: 87px; display: flex; align-items: center; justify-content: center; border: 1px solid #aeaeae; cursor: pointer; margin-top: 40px;}
    .AboutImg .AboutImg_left .AboutImg_left_btn span{ margin-left: 15px; width: 30px; height: 30px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #00b0ec; color: #fff;}
    .AboutImg .AboutImg_right{ width: 48%; display: flex; flex-wrap: wrap; justify-content: space-between;}
    .AboutImg .AboutImg_right .AboutImg_right_list:nth-child(1){ margin-bottom: 4%; width: 100%;}
    .AboutImg .AboutImg_right .AboutImg_right_list{ width: 48%; border-radius: 8px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}



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

    }

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

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

    @media screen and (max-width:1366px){    
       
    }
    
    @media screen and (max-width:1280px){    
        
    }
    
    @media screen and (max-width:1200px){    

    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
    
    
        .About .About_top{ flex-wrap: wrap;}
        .About .About_top .About_top_left{ margin-bottom: 15px;}
        .About .About_top .About_top_left,.About .About_top .About_top_right{ width: 100%;}
        .About .About_top .About_top_left .top_left_icon{ margin-top: 25px;}
        .About .About_top .About_top_right .top_right_bottom{ margin-top: 36px; flex-wrap: wrap; justify-content: space-between;}
        .About .About_top .About_top_right .top_right_bottom .bottom_list_li{ width: 48%; margin-bottom: 25px;}
        .About .About_top .About_top_right .top_right_bottom .bottom_list_li .list_li_icon img{ height: 36px;}
        .About .About_top .About_top_right .top_right_bottom .bottom_list_li .list_li_title .li_title_dd{ margin: 15px 0px;}
        .About .About_bottom{ margin-top: 20px;}
        .About .About_bottom .About_bottom_icon img{ height: 45px;}
        .About .About_bottom .About_bottom_img img{ height: 200px; object-fit: cover;}

        .AboutReliable{ padding-bottom: 0 !important;}
        .AboutReliable .AboutReliable_right{ position: relative; width: 100%; margin-top: 35px;}
        .AboutReliable .AboutReliable_right .AboutReliable_right_list{ width: 100%; padding: 25px; background: rgba(0,176,236,.9);}
        .AboutReliable .AboutReliable_right .AboutReliable_right_list .right_list_icon img{ width: 38px;}
        .AboutReliable .AboutReliable_right .AboutReliable_right_list .right_list_dd{ margin: 22px 0px;}
        .AboutReliable .AboutReliable_left .AboutReliable_left_bottom{ margin-top: 35px;}
        .AboutReliable .AboutReliable_left .AboutReliable_left_content .left_content_li{ margin-top: 33px;}
        .AboutReliable .AboutReliable_right .AboutReliable_right_list:nth-child(2){ border-bottom: 1px solid rgba(255,255,255,.2); }
        
        .AboutLeading .AboutLeading_top{ flex-wrap: wrap; justify-content: space-between;}
        .AboutLeading .AboutLeading_top .Title2,.AboutLeading .AboutLeading_top .AboutLeading_top_right{ width: 100%;}
        .AboutLeading .AboutLeading_top .AboutLeading_top_right{ margin-top: 30px; width: 100%; display: flex; justify-content: space-between;}
        .AboutLeading .AboutLeading_top .AboutLeading_top_right .top_right_list{ margin-right: 0;}
        .AboutLeading .AboutLeading_content{ margin-top: 36px;}
        .AboutLeading .AboutLeading_content{ flex-wrap: wrap;}
        .AboutLeading .AboutLeading_content .AboutLeading_content_list{ margin-bottom: 22px; border-radius: 8px; overflow: hidden;}
        .AboutLeading .AboutLeading_content .AboutLeading_content_list,.AboutLeading .AboutLeading_content .AboutLeading_content_list.active{ width: 100%;}
        .AboutLeading .AboutLeading_content .AboutLeading_content_list:last-child{ margin-bottom: 0;}
        .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_img img{ height: 305px;}
        .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_po{ opacity: 1; width: 100%; padding: 20px;}
        .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_title{ display: none;}
        .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_po .list_po_dd{ margin: 15px 0px;}
        .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_po .list_po_icon img{ height: 50px;}
        .AboutLeading .AboutLeading_content .AboutLeading_content_list .content_list_po .list_po_btn{ margin-top: 25px;}

        .AboutImg .pc_all_content{ flex-wrap: wrap;}
        .AboutImg .AboutImg_left .Title2 .Title2_dt{ font-size: 36px;}
        .AboutImg .AboutImg_left,.AboutImg .AboutImg_right{ width: 100%;}
        .AboutImg .AboutImg_right{ margin-top: 25px;}
        .AboutImg .AboutImg_left .AboutImg_left_content{ height: auto; margin-top: 25px;}
        .AboutImg .AboutImg_left .AboutImg_left_content .left_content_list{ margin-bottom: 20px;}
        .AboutImg .AboutImg_left .AboutImg_left_btn{ display: none;}
        .AboutImg .AboutImg_right .AboutImg_right_list{ width: 100%; margin-bottom: 20px !important;}
        
        .AboutNav .pc_all_content{ overflow: auto;}
        .AboutNav .DetailsNav_scro{justify-content: flex-start;}
        .AboutNav .DetailsNav_scro .DetailsNav_list .DetailsNav_list_right{overflow: inherit;}
    }



    /* 6-2企业文化 */
    .Culture .Culture_content .Culture_content_list{ display: flex; background: #f5f5f5; border-radius: 10px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .Culture .Culture_content .Culture_content_list .content_list_left{ width: 40%; padding: 30px 44px; display: flex; flex-direction: column; justify-content: center;}
    .Culture .Culture_content .Culture_content_list .content_list_left .list_left_dd{ margin-bottom: 45px;}
    .Culture .Culture_content .Culture_content_list .content_list_left .list_left_dt p{ margin-bottom: 20px; color: #666;}
    .Culture .Culture_content .Culture_content_list .content_list_left .list_left_dt p:last-child{ margin-bottom: 0;}
    .Culture .Culture_content .Culture_content_list .content_list_right{ width: 60%; overflow: hidden;}
    .Culture .Culture_content .Culture_content_list .content_list_right img{ width: 100%;}
    .Culture .Culture_content .Culture_btn{ position: relative; margin-top: 80px; display: flex; align-items: center; justify-content: space-between;}
    .Culture .Culture_content .Culture_btn .swiper-pagination{ width: calc(100% - 165px); position: relative; background: #cfcfcf; height: 2px;}
    .Culture .Culture_content .Culture_btn .swiper-pagination .swiper-pagination-progressbar-fill{ background: #00b0ec;}
    .Culture .Culture_content .Culture_btn .Culture_btn_right{ display: flex; align-items: center; width: 110px; justify-content: space-between;}
    .Culture .Culture_content .Culture_btn .Culture_btn_right .swiper-button-next,.Culture .Culture_content .Culture_btn .Culture_btn_right .swiper-button-prev{ width: 45px; height: 45px; border-radius: 100%; border: 2px solid #cfcfcf; position: relative; margin-top: 0; left: 0; right: 0;}
    .Culture .Culture_content .Culture_btn .Culture_btn_right .swiper-button-next:after,.Culture .Culture_content .Culture_btn .Culture_btn_right .swiper-button-prev:after{ color: #cfcfcf;}
    .Culture .Culture_content .Culture_btn .Culture_btn_right .swiper-button-next:hover,.Culture .Culture_content .Culture_btn .Culture_btn_right .swiper-button-prev:hover{ background: #00b0ec; border: 2px solid #00b0ec;}
    .Culture .Culture_content .Culture_btn .Culture_btn_right .swiper-button-next:hover:after,.Culture .Culture_content .Culture_btn .Culture_btn_right .swiper-button-prev:hover:after{ color: #fff;}

    .Values{ position: relative; display: flex; justify-content: flex-end;}
    .Values .pc_all_content{ position: absolute; left: 0; right: 0; height: 100%; display: flex; flex-direction: column; justify-content: center;}
    .Values .Values_left{ width: 50%;}
    .Values .Values_left .Values_left_title{ margin-bottom: 75px;}
    .Values .Values_left .Values_left_nav .left_nav_li{ margin-bottom: 35px; color: #999999; cursor: pointer;}
    .Values .Values_left .Values_left_nav .left_nav_li:last-child{ margin-bottom: 0;}
    .Values .Values_left .Values_left_nav .left_nav_li.active{ color: #222;}
    .Values .Values_left .Values_left_txt{ margin-top: 140px;}
    .Values .Values_left .Values_left_txt .left_txt_list{ display: none;}
    .Values .Values_left .Values_left_txt .left_txt_list.active{ display: block;}
    .Values .Values_img{ width: 50%; position: relative;}
    .Values .Values_img .Values_img_list{ position: absolute; opacity: 0; left: 0; top: 0; width: 100%;}
    .Values .Values_img .Values_img_list:nth-child(1){ position: relative;}
    .Values .Values_img .Values_img_list img{ width: 100%; height: 100%; object-fit: cover;}
    .Values .Values_img .Values_img_list.active{ opacity: 1;}

    .Culture3{ position: relative; padding-bottom: 150px;}
    .Culture3 .Title2{ padding-bottom: 55px;}
    .Culture3 .Culture3_content{ display: flex; align-items: center; padding-left: 8vw; justify-content: space-between; position: relative; margin-top: 55px;}
    .Culture3 .Culture3_content::before{ content: ""; background: #f9f9f9; display: inline-block; width: 60%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: calc(100% + 100px); z-index: -1;}
    .Culture3 .Culture3_content .Culture3_content_left{ width: 25%;}
    .Culture3 .Culture3_content .Culture3_content_left ul li{ list-style: none; color: #545454; font-weight: bolder; border-left: 6px solid #dadada; padding-left: 25px; margin-bottom: 40px; cursor: pointer; line-height: 1.7;}
    .Culture3 .Culture3_content .Culture3_content_left ul li.on{ color: #111; border-left: 6px solid #00b0ec;}
    .Culture3 .Culture3_content .Culture3_content_left .Culture3_more_btn{ margin-top: 45px; display: flex;}
    .Culture3 .Culture3_content .Culture3_content_right{ width: 70%; position: relative;}
    .Culture3 .Culture3_content .Culture3_content_right .content_right_list .right_list_img{ display: flex;}
    .Culture3 .Culture3_content .Culture3_content_right .content_right_list .right_list_img img{ width: 100%;}
    .Culture3 .Culture3_content .Culture3_content_right .content_right_list .right_list_txt{ position: absolute; left: 0; right: 0; margin: 0 auto; width: 525px; background: rgba(255,255,255,.8); bottom: 0; padding: 40px; max-width: 100%:}
    .Culture3 .Culture3_content .Culture3_content_right .content_right_list .right_list_txt .list_txt_dd{ font-weight: bolder; margin-bottom: 20px; line-height: 1.5;}
    .Culture3 .Culture3_content .Culture3_content_right .content_right_list .right_list_txt .list_txt_dt{ margin-bottom: 22px; color: #666;}
    .Culture3 .Culture3_content .Culture3_content_right .content_right_list .right_list_txt .list_txt_btn{ display: flex;}

    @media screen and (max-width:1650px){    
        .Culture .Culture_content .Culture_btn{ margin-top: 70px;}
        .Culture .Culture_content .Culture_content_list .content_list_left{ padding: 25px 40px;}
        .Culture .Culture_content .Culture_content_list .content_list_left .list_left_dd{ margin-bottom: 40px;}
    }

    @media screen and (max-width:1550px){    
        .Culture .Culture_content .Culture_btn{ margin-top: 60px;}
        .Culture .Culture_content .Culture_content_list .content_list_left{ padding: 20px 35px;}
        .Culture .Culture_content .Culture_content_list .content_list_left .list_left_dd{ margin-bottom: 35px;}
    }

    @media screen and (max-width:1450px){   
        .Culture .Culture_content .Culture_btn{ margin-top: 50px;} 
        .Culture .Culture_content .Culture_content_list .content_list_left{ padding: 15px 30px;}
        .Culture .Culture_content .Culture_content_list .content_list_left .list_left_dd{ margin-bottom: 30px;}
        .Culture .Culture_content .Culture_content_list .content_list_left .list_left_dt p{ margin-bottom: 15px;}
    }

    @media screen and (max-width:1366px){ 
        .Culture .Culture_content .Culture_btn{ margin-top: 40px;}   
        .Culture .Culture_content .Culture_content_list .content_list_left{ padding: 15px 25px;}
        .Culture .Culture_content .Culture_content_list .content_list_left .list_left_dd{ margin-bottom: 25px;}
        .Culture .Culture_content .Culture_content_list .content_list_left .list_left_dt p{ margin-bottom: 10px;}
    }
    
    @media screen and (max-width:1280px){    
        
    }
    
    @media screen and (max-width:1200px){    
        .Culture .Culture_content .Culture_content_list .content_list_right img{ height: 300px; object-fit: cover;}
    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .Title2.marginbottom55{ margin-bottom: 33px;}
        .Culture .Culture_content .swiper-container{ box-shadow: 0px 0px 20px rgba(0,0,0,.15); border-radius: 10px; overflow: hidden;}
        .Culture .Culture_content .Culture_content_list{ flex-wrap: wrap; box-shadow: 0px 0px 0px;}
        .Culture .Culture_content .Culture_content_list .content_list_left{ width: 100%; padding: 25px;}
        .Culture .Culture_content .Culture_content_list .content_list_right{ width: 100%;}
        .Culture .Culture_content .Culture_content_list .content_list_right img{ height: auto;}
        .Culture .Culture_content .Culture_btn{ margin-top: 35px;}
        .Culture .Culture_content .Culture_btn .swiper-pagination{ width: calc(100% - 110px);}
        .Culture .Culture_content .Culture_btn .Culture_btn_right{ width: 90px;}
        .Culture .Culture_content .Culture_btn .Culture_btn_right .swiper-button-next, .Culture .Culture_content .Culture_btn .Culture_btn_right .swiper-button-prev{ width: 38px; height: 38px; border: 1px solid #cfcfcf;}

        .Values{ display: block;}
        .Values .pc_all_content{ position: relative;}
        .Values .Values_img{ width: 100%;}
        .Values .Values_left{ padding: 35px 0px; width: 100%;}
        .Values .Values_left .Values_left_title{ margin-bottom: 22px;}
        .Values .Values_left .Values_left_nav{ display: flex; flex-wrap: wrap; justify-content: space-between;}
        .Values .Values_left .Values_left_nav .left_nav_li{ width: 48%; font-size: 18px; text-align: center; border-radius: 100px; background: #fff; padding: 13px 5px; margin-bottom: 15px;}
        .Values .Values_left .Values_left_txt{ margin-top: 30px;}
        .Values .Values_left .Values_left_nav .left_nav_li.active{ background: #00afec; color: #fff;}

        .Culture3 .Culture3_content{ flex-wrap: wrap; padding-left: 0; margin-top: 0;}
        .Culture3 .Culture3_content .Culture3_content_left{ background: #f9f9f9; padding: 26px;}
        .Culture3 .Culture3_content .Culture3_content_left,.Culture3 .Culture3_content .Culture3_content_right{ width: 100%;}
        .Culture3 .Culture3_content::before{ display: none;}
        .Culture3 .Culture3_content .Culture3_content_right .content_right_list .right_list_txt{ width: auto; position: relative; padding: 25px;}
        .Culture3 .Culture3_content .Culture3_content_left ul li{ margin-bottom: 20px;}
        .Culture3 .Culture3_content .Culture3_content_left .Culture3_more_btn{ margin-top: 30px;}
    }


    /* 6-3发展历程 */
    .Development .Development_content .Development_list{ background: #f5f5f5;}
    .Development .Development_content .Development_list:nth-child(2n){ background: #fff;}
    .Development .Development_content .Development_list .pc_all_content{ display: flex; justify-content: space-between; position: relative;box-shadow: 0px 0px 20px rgba(0,0,0,.15); overflow: hidden; background:#fff; cursor: pointer; border-radius: 5px;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_left{ width: 42%; display: flex; align-items: center; justify-content: flex-start; position: relative; z-index: 5;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_left .list_left_con{ width: 578px; max-width: 578px; text-align: center;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_left .list_left_con .list_left_dd{ padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #cacaca;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_left .list_left_con .list_left_dt{ line-height: 1.5;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_left .list_left_con .list_left_btn{ margin-top: 50px;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_left .list_left_con .list_left_btn a{ color: #00b0ec;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_left .list_left_con .list_left_btn a i{ margin-left: 15px;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_img{ width: 58%; position: relative;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_img img{ width: 100%;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_img::before{ content:""; display: inline-block; width: 210px; background: #fff; height: calc(100% + 5px); position: absolute; top: 0;transform: skew(20deg); left: -100px;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_time{ width: 136px; height: 136px; background: #fff; border-radius: 100%; display: flex; align-items: center; justify-content: center; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); z-index: 2;}
    .Development .Development_content .Development_list .pc_all_content .Development_list_time em{ display: flex; align-items: center; justify-content: center; width: 122px; height: 122px; border-radius: 100%; border: 1px solid #00b0ec; font-family: "Baskerville Old Face";}
    .Development .Development_content .Development_list:nth-child(2n) .pc_all_content{ flex-flow: row-reverse;}
    .Development .Development_content .Development_list:nth-child(2n) .pc_all_content .Development_list_img::before{ background: #fff; left: auto; right: -100px;transform: skew(-20deg);}
    .Development .Development_loding{ margin-top: 100px;display: flex; justify-content: center;}
    .Development .Development_loding .Development_loding_con{ text-align: center; cursor: pointer;}
    .Development .Development_loding .Development_loding_con .Development_loding_dd img{ height: 52px;animation: rotateAnimation 5s linear infinite;}
    .Development .Development_loding .Development_loding_con .Development_loding_dt{ margin-top: 19px;}
    @keyframes rotateAnimation {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }
    
    

    .DevelopmentWindow{ position: fixed; top: 0; width: 100%; left: 0; height: 100%; z-index: 22; display: none;}
    .DevelopmentWindow .DevelopmentWindow_bg{ position: fixed; top: 0; width: 100%; left: 0; height: 100%; background: rgba(0,0,0,.45);}
    .DevelopmentWindow .DevelopmentWindow_content{ width: 900px; max-width: 92%; position: relative; background: #fff; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_close{ position: absolute; width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; background: #222222; right: -70px; top: 0; cursor: pointer;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_close img{ width: 32px;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_img img{ width: 100%; height: 400px; object-fit: cover;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_txt{ padding: 40px;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_txt .content_txt_dt{ margin-top: 30px;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_txt .content_txt_dt .txt_dt_list{ display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 10px;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_txt .content_txt_dt .txt_dt_list:last-child{ margin-bottom: 0;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_txt .content_txt_dt .txt_dt_list .dt_list_time{ width: 105px; color: #00b0ec; padding-top: 5px;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_txt .content_txt_dt .txt_dt_list .dt_list_txt{ width: calc(100% - 105px);}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_txt .content_txt_dt .txt_dt_list .dt_list_txt p{ margin-bottom: 10px;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_txt .content_txt_dt .txt_dt_list .dt_list_txt p:last-child{ margin-bottom: 0;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_bottom{ display: flex; flex-wrap: wrap; margin-top: 35px;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_bottom .content_bottom_list{ width: 32%; margin-right: 2%;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_bottom .content_bottom_list img{ width: 100%; border-radius: 8px;}
    .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_bottom .content_bottom_list:nth-child(3n){ margin-right: 0;}




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

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

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

    @media screen and (max-width:1366px){    
       
    }
    
    @media screen and (max-width:1280px){    
        
    }
    
    @media screen and (max-width:1200px){    

    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .Development .Development_content .Development_list .pc_all_content{ flex-wrap: wrap;}
        .Development .Development_content .Development_list .pc_all_content .Development_list_left,.Development .Development_content .Development_list .pc_all_content .Development_list_img{ width: 100%;}
        .Development .Development_content .Development_list .pc_all_content .Development_list_img::before{ display: none;}
        .Development .Development_content .Development_list .pc_all_content .Development_list_img{ border-radius: 8px; overflow: hidden;}
        .Development .Development_content .Development_list:nth-child(2n) .pc_all_content{ flex-flow: wrap; }
        .Development .Development_content .Development_list .pc_all_content .Development_list_time{ width: 75px; height: 75px; top: 80%;}
        .Development .Development_content .Development_list .pc_all_content .Development_list_time em{ width: 65px; height: 65px; font-size: 18px;}
        .Development .Development_content .Development_list .pc_all_content .Development_list_left .list_left_con .list_left_dd{ padding-bottom: 18px; margin-bottom: 18px;}
        .Development .Development_content .Development_list .pc_all_content .Development_list_left .list_left_con{ width: 100%; max-width: 100%; padding: 25px;}
        .Development .Development_content .Development_list .pc_all_content .Development_list_left .list_left_con .list_left_btn{ margin-top: 25px;}
        .Development .Development_loding .Development_loding_con .Development_loding_dd img{ height: 30px;}

        .DevelopmentWindow{ z-index: 1500;}
        .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_img img{ height: 180px;}
        .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_txt{ padding: 22px;}
        .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_txt .content_txt_dt{ margin-top: 22px; max-height: 280px; overflow: auto;}
        .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_close{ width: 35px; height: 35px; right: 0; top: 0;}
        .DevelopmentWindow .DevelopmentWindow_content .DevelopmentWindow_content_close img{ width: 15px;}

        
    }



    /* 6-4全球化布局 */
    .GlobalLayout{ background: url(../images/bg63.jpg) no-repeat 50%/cover;}
    .GlobalLayout .pc_all_content{ display: flex; justify-content: space-between; align-items: center;}
    .GlobalLayout .GlobalLayout_left{ width: 45%;}
    .GlobalLayout .GlobalLayout_left .GlobalLayout_left_txt{ margin-top: 45px; color: #666;}
    .GlobalLayout .GlobalLayout_left .GlobalLayout_left_bottom{ color: #00b0ec; margin-top: 50px;}
    .GlobalLayout .GlobalLayout_map{ width: 48%;}
    .GlobalLayout .GlobalLayout_map .GlobalLayout_map_height{ max-height: 800px; height: 800px;}
    



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

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

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

    @media screen and (max-width:1366px){    
        .CareerDevelopment4 .CareerDevelopment4_img img{ height: 260px; object-fit:cover;}
    }
    
    @media screen and (max-width:1280px){    
        
    }
    
    @media screen and (max-width:1200px){    

    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .GlobalLayout .pc_all_content{ display: block;}
        .GlobalLayout .GlobalLayout_left,.GlobalLayout .GlobalLayout_map{ width: 100%;}
        .GlobalLayout .GlobalLayout_map{ margin-top: 30px;}
        .GlobalLayout .GlobalLayout_map .func_globe_appendpopup{ margin-top: 25px;}
        .GlobalLayout .GlobalLayout_left .GlobalLayout_left_txt{ margin-top: 25px;}
        .GlobalLayout .GlobalLayout_left .GlobalLayout_left_bottom{ margin-top: 25px;}
    }


    /* 产品详情 */
    .ProductDetails .pc_all_content{ position: relative;}
    .ProductDetails .pc_all_content .ProductDetails_list{width: 1045px; height: 590px; background: #fff; border-radius: 8px; overflow: hidden; max-width: 100%;}
    .ProductDetails .pc_all_content .ProductDetails_list img{ width: 100%; height: 100%; object-fit: cover; opacity: .5;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .ProductDetails .pc_all_content .ProductDetails_list.swiper-slide-active img{ opacity: 1;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .ProductDetails .swiper-button-prev,.ProductDetails .swiper-button-next{ width: 42px; height: 42px; border-radius: 100%; background: #00afec;}
    .ProductDetails .swiper-button-prev::after,.ProductDetails .swiper-button-next::after{ color: #fff;}


    .PDIntroduce{ background: url(../images/bg71.jpg) no-repeat 50% 100%;}
    .PDIntroduce.on{ background:#fff;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_top{ display: flex; flex-wrap: wrap; align-items: center; background: #f5f5f5; border-radius: 8px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_top .content_top_img{ width: 50%;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_top .content_top_img img{ width: 100%;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_top .content_top_txt{ width: 50%; padding: 30px 95px;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_top .content_top_txt .top_txt_dt{ margin-top: 35px; line-height: 2;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_top .content_top_txt .top_txt_dt p{ margin-bottom: 20px; color: #666;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_top .content_top_txt .top_txt_dt p:last-child{ margin-bottom: 0;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom{ display: flex; flex-wrap: wrap; justify-content: space-between;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list{ width: calc(33.33% - 15px); box-shadow: 0px 0px 20px rgba(0,0,0,.08); border-radius: 20px; display: flex; align-items: center; justify-content: space-between; padding: 45px;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list .bottom_list_icon{ display: flex; align-items: center; width: 68px; height: 68px; border-radius: 100%; background: #00b0ec; justify-content: center;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list .bottom_list_icon span{ display: flex; align-items: center; justify-content: center; position: relative;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list .bottom_list_icon span img{ height: 33px;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list .bottom_list_icon span img:last-child{ position: absolute; left: 0; top: 0.; opacity: 0;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list .bottom_list_txt{ width: calc(100% - 96px);}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_img{ text-align: center;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_img img{ max-width: 100%;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list:hover{ background: #00afec; color:#fff;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list:hover .bottom_list_icon{ background:#fff;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list:hover .bottom_list_icon span img{ opacity: 0;}
    .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list:hover .bottom_list_icon span img:last-child{ opacity: 1;}

    .ApplicationAreas .ApplicationAreas_content{ display: flex; flex-wrap: wrap; margin-bottom: -2%;}
    .ApplicationAreas .ApplicationAreas_content .ApplicationAreas_content_list{ margin-right: 2%; width: 23%; margin-bottom: 2%;}
    .ApplicationAreas .ApplicationAreas_content .ApplicationAreas_content_list .content_list_img{ border-radius: 8px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .ApplicationAreas .ApplicationAreas_content .ApplicationAreas_content_list .content_list_img img{ width: 100%;}
    .ApplicationAreas .ApplicationAreas_content .ApplicationAreas_content_list .content_list_title{ margin-top: 20px; text-align: center;}

    .PDAdvantages .PDAdvantages_content{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -2%;}
    .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list{ width: 49%; margin-bottom: 2%; display: flex; flex-direction: column; justify-content: space-between;}
    .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li{ background: #fff; border-radius: 10px; padding: 14px; display: flex; flex-wrap: wrap; justify-content: space-between; flex-flow: row-reverse; align-items: center; height: calc(50% - 15px);box-shadow: 0px 0px 20px rgba(0,0,0,.15); margin-bottom: 20px;}
    .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li:last-child{ margin-bottom: 0px;}
    .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li .list_li_left{ width: 65%;}
    .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li .list_li_left .li_left_dd{ font-weight: bolder;}
    .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li .list_li_left .li_left_dt{ color: #666; margin-top: 15px;}
    .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li .list_li_right{ width: 30%; border-radius: 10px; overflow: hidden;}
    .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li .list_li_right img{ width: 100%;}
    .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list.active .content_list_li{ flex-wrap: wrap; height: 100%;}
    .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list.active .content_list_li .list_li_left{ padding: 45px;}
    .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list.active .content_list_li .list_li_left,.PDAdvantages .PDAdvantages_content .PDAdvantages_content_list.active .content_list_li .list_li_right{ width: 100%;}

    .PDProcess .PDProcess_content{ display: flex; justify-content: space-between; align-items: flex-start;}
    .PDProcess .PDProcess_content .PDProcess_content_list{ width: calc(100% + 60px); background: #f9f9f9; border-radius: 16px; margin-right: -35px; position: relative;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .PDProcess .PDProcess_content .PDProcess_content_list:nth-child(2n){ margin-top: 21vw;}
    .PDProcess .PDProcess_content .PDProcess_content_list .content_list_top{ display: flex; align-items: center; justify-content: space-between; height: 87px; padding: 0px 22px; background: #f9f9f9; border-radius: 16px; border-bottom: 1px solid #00b0ec;}
    .PDProcess .PDProcess_content .PDProcess_content_list .content_list_top .list_top_icon span{ display: flex; align-items: center; justify-content: center; position: relative;}
    .PDProcess .PDProcess_content .PDProcess_content_list .content_list_top .list_top_icon span img{ height: 32px;}
    .PDProcess .PDProcess_content .PDProcess_content_list .content_list_top .list_top_icon span img:last-child{ position: absolute; left: 0; top: 0; opacity: 0;}
    .PDProcess .PDProcess_content .PDProcess_content_list .content_list_top .list_top_title span{ margin-left: 18px;}
    .PDProcess .PDProcess_content .PDProcess_content_list .content_list_bottom{ padding: 20px 15px;}
    .PDProcess .PDProcess_content .PDProcess_content_list .content_list_bottom .list_bottom_img{ overflow: hidden; border-radius: 16px;}
    .PDProcess .PDProcess_content .PDProcess_content_list .content_list_bottom .list_bottom_img img{ width: 100%;}
    .PDProcess .PDProcess_content .PDProcess_content_list .content_list_bottom .list_bottom_title{ text-align: center; padding: 21px 0px;}
    .PDProcess .PDProcess_content .PDProcess_content_list:hover .content_list_top{ background: #00b0ec; color:#fff;}
    .PDProcess .PDProcess_content .PDProcess_content_list:hover .content_list_top .list_top_icon span img{ opacity: 0;}
    .PDProcess .PDProcess_content .PDProcess_content_list:hover .content_list_top .list_top_icon span img:last-child{ opacity: 1;}

    .PDDetailImage .PDDetailImageContent{ display: flex; justify-content: center; padding-top: 50px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con{ position: relative;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list{ position: absolute;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list .con_list_icon{ width: 30px; height: 30px; border-radius: 100%; background: rgba(0,176,236,.3); display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list .con_list_icon span{ display: inline-block; width: 16px; height: 16px; border-radius: 100%; background: #00b0ec;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list .con_list_icon::before{ content: ""; width: 200px; height: 1px; border: 1px dashed #00b0ec; position: absolute;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list .con_list_down{ display: block; background: #fff; border-radius: 10px; padding: 20px; width: 256px; position: absolute; box-shadow: 0px 0px 20px rgba(0,0,0,.15); }
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list .con_list_down .list_down_title{ margin-bottom: 13px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list .con_list_down .list_down_img img{ width: 100%; border-radius: 10px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list1{ top: 41%; left: 6%;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list1 .con_list_down{ top: -10px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list2{ top: 30%; left: 24%;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list2 .con_list_down{ top: -190px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list3{ top: 82%; left: 28%;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list3 .con_list_down{ top: 0px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list4{ top: 6%; left: 66%;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list4 .con_list_down{ top: -190px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list5{ top: 60%; left: 79%;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list5 .con_list_down{ top: 0px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list6{ top: 35%; left: 82%;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.PDDetailImageContent_con_list6 .con_list_down{ top: -100px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.left .con_list_down{left: -400px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.left .con_list_icon::before{left: -200px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.right .con_list_down{right: -400px;}
    .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list.right .con_list_icon::before{right: -200px;}
    .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -63px;}
    .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list{ background: #f5f5f5; width: 32%; margin-bottom: 2%; border-radius: 20px; padding: 47px 25px; display: flex; align-items: center; justify-content: space-between; position: relative; margin-bottom: 63px; box-shadow: 0px 10px 10px rgba(0,0,0,.05);  position: relative; top: 0;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list::before{ content: ""; display: inline-block; width: 100%; height: 100%;  box-shadow: 0 0 10px 10px rgba(255,255,255,1) inset; position: absolute; left: 0; top: 0; border-radius: 20px;}
    .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list:hover{ top: -12px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s; cursor: pointer;}
    .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list .content_list_left{ width: 50%;}
    .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list .content_list_left .list_left_top{ width: 53px; height: 53px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #00b0ec; color: #fff; position: absolute; left: 47px; top: -27px;}
    .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list .content_list_left .list_left_title .left_title_dd{ color: #222222;}
    .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list .content_list_left .list_left_title .left_title_dt{ margin: 14px 0px;}
    .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list .content_list_left .list_left_txt{ display: flex;}
    .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list .content_list_left .list_left_txt span{ padding: 8px 12px; border-radius: 100px; background: #00b0ec; color: #fff;}
    .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list .content_list_right{ width: 45%; text-align: center;}


    .floatingBox{ position: fixed; right: 20px; top: 50%; transform: translateY(-50%); z-index: 28;}
    .floatingBox .floatingBox_top{ display: inline-block; width: 55px; padding: 20px 0px; border-radius: 100px; text-align: center; color: #fff; background: #00a8e2;}
    .floatingBox .floatingBox_top .floatingBox_top_dd img{ width: 25px; margin-bottom: 13px;}
    .floatingBox .floatingBox_top .floatingBox_top_dt{ line-height: 17px;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list{ width: 55px; height: 55px; border-radius: 100%; background: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); margin-top: 12px; position: relative;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list .bottom_list_title{ display: flex; align-items: center; justify-content: center; height: 55px; position: relative; z-index: 2;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list .bottom_list_down{ position: absolute; width: 240px; right: 0px; background: #fff; border-radius: 100px; display: flex; align-items: center; justify-content: center; height: 55px; top: 0; background: #00a8e2; color: #fff; display: none; padding-right: 40px;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list:hover .bottom_list_down{ display: flex;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list .bottom_list_title span{ display: flex; align-items: center; justify-content: center; position: relative;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list .bottom_list_title span img{height: 25px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list .bottom_list_title span img:last-child{ position: absolute; left: 0; top: 0; opacity: 0;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list:last-child .bottom_list_title span img{ height: 15px;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list:hover{ background: #00a8e2;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list:hover .bottom_list_title span img{ opacity: 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list:hover .bottom_list_title span img:last-child{ opacity: 1;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list .bottom_list_down2{ width: 120px; right: 65px; position: absolute; top: 50%; transform: translateY(-50%); box-shadow: 0px 0px 10px rgba(0,0,0,0.1); display: none; }
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list .bottom_list_down2 img{ width: 100%;}
    .floatingBox .floatingBox_bottom .floatingBox_bottom_list:hover .bottom_list_down2{ display: flex;}


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

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

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

    @media screen and (max-width:1366px){    
        .CareerDevelopment4 .CareerDevelopment4_img img{ height: 260px; object-fit:cover;}
    }
    
    @media screen and (max-width:1280px){    
        
    }
    
    @media screen and (max-width:1200px){    

    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
    
        .ProductDetails .pc_all_content .ProductDetails_list{ height: 300px;}
        .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list{ width: 100%; display: block; margin-bottom: 15px;}
        .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list.active .content_list_li{ height: auto; display: block;}
        .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list.active .content_list_li .list_li_left{ padding: 25px;}
        .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li{ height: auto; margin-bottom: 15px;}
        .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li .list_li_left .li_left_dd{ font-size: 18px;}
        .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li .list_li_left .li_left_dt{ margin-top: 8px;}
        .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li .list_li_left{ width: 50%;}
        .PDAdvantages .PDAdvantages_content .PDAdvantages_content_list .content_list_li .list_li_right{ width:45%;}
        
        .PDDetailImage{ overflow: hidden;}
        .PDDetailImage .PDDetailImageContent{ padding-top: 0px;}
        .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list{ width: 100%; padding: 25px;}
        .PDDetailImage .PDDetailFeatures .PDDetailFeatures_content .PDDetailFeatures_content_list .content_list_left .list_left_top{ width: 35px; height: 35px; top: -20px;}
        .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list{position: relative; left: 0 !important; right: 0 !important; top: 0 !important; margin-top: 35px;}
        .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list .con_list_icon{ display: none;}
        .PDDetailImage .PDDetailImageContent .PDDetailImageContent_con .PDDetailImageContent_con_list .con_list_down{width: 100%; position: relative; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important;}
        
        .PDIntroduce .PDIntroduce_content .PDIntroduce_content_top .content_top_img,.PDIntroduce .PDIntroduce_content .PDIntroduce_content_top .content_top_txt{ width: 100%;}
        .PDIntroduce .PDIntroduce_content .PDIntroduce_content_top .content_top_txt{ padding: 25px;}
        .PDIntroduce .PDIntroduce_content .PDIntroduce_content_top .content_top_txt .top_txt_dt{ margin-top: 20px;}
        .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list{ width: 100%; padding: 25px; margin-bottom: 22px;}
        .PDIntroduce .PDIntroduce_content .PDIntroduce_content_bottom .content_bottom_list:last-child{ margin-bottom: 0px;}
        
        .ApplicationAreas .ApplicationAreas_content{ justify-content: space-between;}
        .ApplicationAreas .ApplicationAreas_content .ApplicationAreas_content_list{ width: 48%; margin-right: 0px; margin-bottom: 15px;}
        .ApplicationAreas .ApplicationAreas_content .ApplicationAreas_content_list .content_list_title{ margin-top: 10px;}
        
        .PDProcess .PDProcess_content{ flex-wrap: wrap;align-items: inherit;}
        .PDProcess .PDProcess_content .PDProcess_content_list{ width: 48%; margin-right: 0px; margin-bottom: 4%;}
        .PDProcess .PDProcess_content .PDProcess_content_list:last-child{ margin-bottom: 0px;}
        .PDProcess .PDProcess_content .PDProcess_content_list:nth-child(2n){ margin-top: 0px;}
        .PDProcess .PDProcess_content .PDProcess_content_list .content_list_bottom .list_bottom_title{ line-height: 1.5; padding-bottom: 0px;}
        .PDProcess .PDProcess_content .PDProcess_content_list .content_list_top{ flex-wrap: wrap; height: auto; padding: 15px;}
        .PDProcess .PDProcess_content .PDProcess_content_list .content_list_top .list_top_icon,.PDProcess .PDProcess_content .PDProcess_content_list .content_list_top .list_top_title{ width: 100%;}
        .PDProcess .PDProcess_content .PDProcess_content_list .content_list_top .list_top_title{ display: flex; align-items:center; justify-content:center; margin-top: 15px;}
    }


    /* 关于我们 */
    .DTeam .DTeam_list{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 110px;}
    .DTeam .DTeam_list:last-child{ margin-bottom: 0;}
    .DTeam .DTeam_list .DTeam_list_img{ display: flex; width: 32%; border-radius: 10px; overflow: hidden;}
    .DTeam .DTeam_list .DTeam_list_img img{ width: 100%;}
    .DTeam .DTeam_list .DTeam_list_txt{ width: 62%; padding-top: 30px;}
    .DTeam .DTeam_list .DTeam_list_txt .list_txt_title .txt_title_dd{ font-weight: bolder; color: #222222;}
    .DTeam .DTeam_list .DTeam_list_txt .list_txt_title .txt_title_dt{ font-weight: bolder; color: #666666; margin-top: 20px; margin-bottom: 40px;}
    .DTeam .DTeam_list .DTeam_list_txt .list_txt_content{ color: #666666;}
    .DTeam .DTeam_list .DTeam_list_txt .list_txt_content p{ margin-bottom: 15px;}
    .DTeam .DTeam_list .DTeam_list_txt .list_txt_content p:last-child{ margin-bottom: 0;}


    .CareerDevelopment .CareerDevelopment_list{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 38px; align-items: center;}
    .CareerDevelopment .CareerDevelopment_list:last-child{ margin-bottom: 0;}
    .CareerDevelopment .CareerDevelopment_list:nth-child(2n){ flex-direction: row-reverse;}
    .CareerDevelopment .CareerDevelopment_list:nth-child(2n) .CareerDevelopment_list_left{ width: 45%;}
    .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_left{ width: 48%;}
    .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_left .CareerDevelopment_list_title .list_title_dd{ color: #197fc3; margin-bottom: 10px;}
    .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_left .CareerDevelopment_list_title .list_title_dt{ font-weight: bolder; color: #222222;}
    .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_left .CareerDevelopment_list_txt{ margin-top: 30px;}
    .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_left .CareerDevelopment_list_txt p{ color: #666666; margin-bottom: 25px;}
    .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_left .CareerDevelopment_list_txt p:last-child{ margin-bottom: 0;}
    .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_right{ width: 45%; border-radius: 10px; overflow: hidden; display: flex;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_right img{ width: 100%;}
    .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_right:hover img{
        -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
           -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
                  filter: scale(1.15);
                  filter: transform;
              transition: all 0.5s ease 0s;
        -webkit-transform: all 0.5s ease 0s; 
    }


    
    .CareerDevelopment2{  position: relative;}
    .CareerDevelopment2::before{ content: ""; display: inline-block; position: absolute; left: 0; top: 0; height: 70%; background: #f9f9f9; width: 100%; z-index: -1;}
    .CareerDevelopment2 .CareerDevelopment2_content{ display: flex; flex-wrap: wrap; justify-content: space-between;}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list{ width: 24%; position: relative; border-radius: 10px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_img{ display: flex; overflow: hidden;}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_img img{ width: 100%;}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list:hover .content_list_img img{
        -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
           -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
                  filter: scale(1.15);
                  filter: transform;
              transition: all 0.5s ease 0s;
        -webkit-transform: all 0.5s ease 0s; 
    }
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; padding: 40px 12%; color:#fff; z-index: 2;}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title .ist_title_dd{ color: #fff; font-weight: bolder;}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title .ist_title_icon{ margin: 36px 0px; opacity: 0;}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title .ist_title_icon img{ height: auto;}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title .ist_title_dt{ color: #fff; opacity: 0;}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title .ist_title_btn{ display: flex; justify-content: center; margin-top: 60px; opacity: 0;}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list::before{content: ""; display: inline-block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom,rgba(25,127,195,.8), rgba(25,127,195,.1)); opacity: 1; z-index: 1;}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list:hover::before{ opacity: 1;}
    .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list:hover .content_list_title .ist_title_icon,.CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list:hover .content_list_title .ist_title_dt,.CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list:hover .content_list_title .ist_title_btn{ opacity: 1;}


    .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list{ display: flex; flex-wrap: wrap; justify-content: space-between; background: #f9f9f9; align-items: center;}
    .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list:nth-child(2n){ flex-direction: row-reverse;}
    .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list .content_list_img{ width: 50%; display: flex; overflow: hidden;}
    .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list .content_list_img img{ width: 100%;}
    .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list:hover .content_list_img img{
        -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
           -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
                  filter: scale(1.15);
                  filter: transform;
              transition: all 0.5s ease 0s;
        -webkit-transform: all 0.5s ease 0s; 
    }
    .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list .content_list_txt{ width: 50%; padding: 4%;}
    .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list .content_list_txt .list_txt_dd{ color: #222222; font-weight: bolder; margin-bottom: 28px;line-height:1.4;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
    .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list .content_list_txt .list_txt_dt{ color: #666666;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
    .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list .content_list_txt .list_txt_btn{ margin-top: 0px; display: flex; opacity: 0;}
    .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list:hover .content_list_txt .list_txt_btn{ margin-top: 45px; opacity: 1;}


    .CareerDevelopment4{ position: relative;}
    .CareerDevelopment4 .CareerDevelopment4_img{ display: flex;}
    .CareerDevelopment4 .CareerDevelopment4_img img{ width: 100%;}
    .CareerDevelopment4 .CareerDevelopment4_txt{ position: absolute; width: 100%; text-align: center; top: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; left: 0;}
    .CareerDevelopment4 .CareerDevelopment4_txt .CareerDevelopment4_txt_dd{ font-weight: bolder; color: #fff;}
    .CareerDevelopment4 .CareerDevelopment4_txt .CareerDevelopment4_txt_dt{ color: #fff; margin-top: 27px;}
    .CareerDevelopment4 .CareerDevelopment4_txt .CareerDevelopment4_txt_btn{ display: flex; justify-content: center; margin-top: 45px;}

    .Title3{ text-align: center; margin-bottom: 60px;}
    .Title3 .Title3_dd{ font-weight: bolder;}
    .Title3 .Title3_dt{ color: #222222; line-height: 1.7; margin-top: 20px;}

    .Honor{ background: #f7f7f7;}
    .Honor .HonorContent{ display: flex; flex-wrap: wrap;}
    .Honor .HonorContent .HonorContent_list{ margin-right: 2%; width: 32%; margin-bottom: 2%; background: #fff; padding: 0px 16px; border-radius: 10px;}
    .Honor .HonorContent .HonorContent_list:nth-child(3n){ margin-right: 0;}
    .Honor .HonorContent .HonorContent_list:hover{ box-shadow: 0px 0px 25px rgba(0,0,0,.1);}
    .Honor .HonorContent .HonorContent_list .HonorContent_list_img{ padding: 55px 25px;text-align: center; display: flex; align-items: center; justify-content: center; height: 385px;}
    .Honor .HonorContent .HonorContent_list .HonorContent_list_img img{ max-width: 100%; max-height: 280px;}
    .Honor .HonorContent .HonorContent_list .HonorContent_list_title{ text-align: center; padding: 26px 20px; border-top: 1px solid #eaeaea; line-height: 1.7;}

    .Honor2{ background: url(../images/zs.jpg) no-repeat 50%/cover;}
    .Honor2 .Honor2_content{ display: flex; justify-content:center;}
    .Honor2 .Honor2_content img{ max-width: 100%; }
    .Honor2 .Honor2_content .Honor2_content_txt{ position: relative;}
    .Honor2 .Honor2_content .Honor2_content_txt .zs{ opacity: 0;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon{ width: 200px; height: 200px; background:#000; position: absolute; border-radius: 100%; display: flex; overflow: hidden; background: linear-gradient(to top,#bcdcf1, #fafdff); align-items:center; justify-content:center; padding: 3%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon img{ max-width: 100%; max-height: 100%;
        -webkit-transform: scale(1);
          -moz-transform: scale(1);
           -ms-transform: scale(1);
            -o-transform: scale(1);
                  filter: scale(1);
                  filter: transform;
              transition: all 0.5s ease 0s;
        -webkit-transform: all 0.5s ease 0s; 
    }
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon:hover{ box-shadow: 0px 0px 20px rgba(25,127,195,.2);}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon:hover img{
        -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
           -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
                  filter: scale(1.15);
                  filter: transform;
              transition: all 0.5s ease 0s;
        -webkit-transform: all 0.5s ease 0s; 
    }
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon1{ top: 20%; left: 0%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon2{ top: 56%; left: 0%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon3{ top: 1.5%; left: 20.5%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon4{ top: 38.5%; left: 20.5%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon5{ top: 76.5%; left: 20.5%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon6{ top: 20%; left: 40.5%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon7{ top: 56%; left: 40.5%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon8{ top: 1.5%; left: 62.5%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon9{ top: 38.5%; left: 62.5%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon10{ top: 78.5%; left: 64.5%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon11{ top: 20%; left: 82.5%;}
    .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon.content_txt_icon12{ top: 56%; left: 82.5%;}
    
    

    .Honor3 .Honor3_content .Honor3_content_list{ display: flex; justify-content: space-between; border-right: 1px solid #dadada;}
    .Honor3 .Honor3_content .Honor3_content_list.color{ background:#197fc3;}
    .Honor3 .Honor3_content .Honor3_content_list .content_list_li:nth-child(1){ width: 10%;}
    .Honor3 .Honor3_content .Honor3_content_list:last-child{ border-bottom: 1px solid #dadada;}
    .Honor3 .Honor3_content .Honor3_content_list.color .content_list_li{ color:#fff;}
    .Honor3 .Honor3_content .Honor3_content_list .content_list_li{ color:#666666; padding: 20px; line-height: 1.7; text-align:center; text-align: center; width: 23%; border: 1px solid #dadada; border-right: 0px; border-bottom: 0px; word-break: break-all;}
    .Honor3 .Honor3_content .Honor3_content_list:nth-child(2n){ background:#eff7fd;}
    

    .Factory .FactoryCotnent{ display: flex; flex-wrap: wrap;}
    .Factory .FactoryCotnent .FactoryCotnent_list{ margin-right: 2%; width: 23%; margin-bottom: 2%;}
    .Factory .FactoryCotnent .FactoryCotnent_list .FactoryCotnent_list_img{ border-radius: 10px; overflow: hidden; display: flex;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .Factory .FactoryCotnent .FactoryCotnent_list .FactoryCotnent_list_img img{ width: 100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .Factory .FactoryCotnent .FactoryCotnent_list:hover .FactoryCotnent_list_img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .Factory .FactoryCotnent .FactoryCotnent_list .FactoryCotnent_list_title{ margin-top: 17px; color: #222222; text-align: center;}



    .Download .pc_all_content{ display: flex; justify-content: space-between; align-items: flex-start;}
    .Download .DownloadNav{ width: 292px; background: #f9f9f9; border-radius: 6px; padding: 30px 12px; min-height: 565px;}
    .Download .DownloadNav *{-webkit-transition: auto;-moz-transition:auto;transition:auto;}
    .Download .DownloadNav .DownloadNav_list{ margin-bottom: 47px;}
    .Download .DownloadNav .DownloadNav_list:last-child{ margin-bottom: 0;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_title{ color: #222222; font-weight: bolder; padding: 0px 8px; padding-bottom: 20px; border-bottom: 1px solid #eaeaea; margin-bottom: 30px;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_contnet .list_contnet_li{ margin-bottom: 20px;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_contnet .list_contnet_li:last-child{ margin-bottom: 0;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_contnet .list_contnet_li .contnet_li_title{ display: flex; align-items: center; justify-content: space-between; padding: 0px 8px; cursor: pointer;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_contnet .list_contnet_li .contnet_li_title .li_title_dd{ color: #222222;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_contnet .list_contnet_li.on .contnet_li_title .li_title_dd{ color: #197fc3;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_contnet .list_contnet_li .contnet_li_title .li_title_dt i{ font-size: 18px;transform: rotate(0deg);transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_contnet .list_contnet_li.on .contnet_li_title .li_title_dt i{transform: rotate(90deg);transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_contnet .list_contnet_li .contnet_li_down{ display: none; margin-top: 20px;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_contnet .list_contnet_li .contnet_li_down a{ display: inline-block; width: 100%; margin-bottom: 15px; padding-left: 15px; color: #666;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_contnet .list_contnet_li .contnet_li_down a:hover{ color: #197fc3;}
    .Download .DownloadNav .DownloadNav_list .DownloadNav_list_contnet .list_contnet_li .contnet_li_down a.on{ color: #197fc3;}
    .Download .DownloadContent{ width: calc(100% - 350px);}
    .Download .DownloadContent .DownloadContent_title{ color: #222222; font-weight: bolder; padding-bottom: 20px; border-bottom: 1px solid #eaeaea; position: relative; margin-bottom: 15px;}
    .Download .DownloadContent .DownloadContent_title::before{ content: ""; display: inline-block; width: 100px; height: 2px; background: #197fc3; position: absolute; bottom: -1px;}
    .Download .DownloadContent .DownloadContent_txt .DownloadContent_txt_list{ display: flex; align-items: center; justify-content: space-between;  border-bottom: 1px solid #eaeaea; padding: 25px 12px;}
    .Download .DownloadContent .DownloadContent_txt .DownloadContent_txt_list:hover{ background: #f9f9f9;}
    .Download .DownloadContent .DownloadContent_txt .DownloadContent_txt_list .txt_list_left{ width: calc(100% - 220px); color: #222222; line-height: 1.4;}
    .Download .DownloadContent .DownloadContent_txt .DownloadContent_txt_list .txt_list_right{ display: flex; align-items: center; justify-content: space-between; width: 200px;}
    .Download .DownloadContent .DownloadContent_txt .DownloadContent_txt_list .txt_list_right .list_right_time{ color: #999999;}
    .Download .DownloadContent .DownloadContent_txt .DownloadContent_txt_list:hover .txt_list_right .list_right_btn{ color: #197fc3;}


    .Contact .Contact_title{ text-align: center; color: #222222; font-weight: bolder; margin-bottom: 60px;}
    .Contact .Contact_message{ display: flex; flex-wrap: wrap; justify-content: space-between;}
    .Contact .Contact_message .Contact_message_list{ width: 49%; margin-bottom: 40px;}
    .Contact .Contact_message .Contact_message_list:last-child{ margin-bottom: 62px;}
    .Contact .Contact_message .Contact_message_list.on{ width: 100%;}
    .Contact .Contact_message .Contact_message_list .message_list_dd{ color: #222222; margin-bottom: 15px;}
    .Contact .Contact_message .Contact_message_list .message_list_dd span{ color: #ff0000; margin-right: 5px;}
    .Contact .Contact_message .Contact_message_list .message_list_dt input{ border: 1px solid #eaeaea; border-radius: 6px; line-height: 52px; color: #222; width: 100%; padding: 0px 20px;}
    .Contact .Contact_message .Contact_message_list .message_list_dt select{ border: 1px solid #eaeaea; border-radius: 6px; height: 52px; color: #222; width: 32%; padding: 0px 20px;}
    .Contact .Contact_message .Contact_message_list .message_list_dt textarea{ border: 1px solid #eaeaea; border-radius: 6px; line-height: 1.7; color: #222; width: 100%; padding: 10px 20px; height: 170px; resize: none;}
    .Contact .Contact_message .Contact_message_list.address .message_list_dt{ justify-content: space-between;}
    .Contact .Contact_message .Contact_message_list.address .message_list_dt input{ width: 48%;}
    .Contact .Contact_message .Contact_message_list .message_list_dt input:hover{ border: 1px solid #197fc3;}
    .Contact .Contact_message .Contact_message_list .message_list_dt textarea:hover{ border: 1px solid #197fc3;}
    .Contact .Contact_message .Contact_message_list .message_list_dt select:hover{ border: 1px solid #197fc3;}
    .Contact .Contact_message .Contact_message_list .message_list_dt{ display: flex; align-items: center; flex-wrap: wrap; }
    .Contact .Contact_message .Contact_message_list .message_list_dt .list_dt_radio{ display: flex; align-items: center; margin-right: 54px; color: #666666; cursor: pointer;}
    .Contact .Contact_message .Contact_message_list .message_list_dt .list_dt_radio input{ margin-right: 11px; width: 16px; height: 16px;}
    .Contact .Contact_message .Contact_message_list.check { display: flex; align-items: center; width: 100%;}
    .Contact .Contact_message .Contact_message_list.check .message_list_checkli{ display: flex; align-items: center; cursor: pointer; margin-right: 42px; color: #666666;}
    .Contact .Contact_message .Contact_message_list.check .message_list_checkli input{ width: 16px; height: 16px; margin-right: 12px; border: 1px solid #dadada;}
    .Contact .Contact_message .Contact_message_list.submit{ width: 100%; display: flex; align-items: center; justify-content: center;}
    .Contact .Contact_message .Contact_message_list.submit input{ min-width: 253px; justify-content: center;}
    .Contact .Contact_address{ display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 20px;}
    .Contact .Contact_address .Contact_address_list{ width: 32%; margin-bottom: 2%; border-radius: 6px; border: 1px solid #eaeaea; text-align: center; padding: 42px 20px;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .Contact .Contact_address .Contact_address_list:hover{ background: #f5f5f5; border: 1px solid #f5f5f5;}
    .Contact .Contact_address .Contact_address_list .address_list_icon img{ height: 50px;}
    .Contact .Contact_address .Contact_address_list .address_list_title{ color: #222222; font-weight: bolder; margin-top: 30px; margin-bottom: 18px;}
    .Contact .Contact_address .Contact_address_list .address_list_dt{ color: #666666;}
    .Contact .Contact_address .Contact_address_list .address_list_p{ margin-top: 35px;}
    .Contact .Contact_address .Contact_address_list .address_list_p span{ color: #222222; position: relative; cursor: pointer;display:block;}
    .Contact .Contact_address .Contact_address_list .address_list_p span img{ position: absolute; left: 50%; transform:translateX(-50%); top: -110px; width: 100px; box-shadow: 0px 0px 25px rgba(0,0,0,.1); opacity: 0;}
    .Contact .Contact_address .Contact_address_list .address_list_p span:hover img{ opacity: 1;}
    .Contact .Contact_bottom{ display: flex; flex-wrap: wrap; justify-content: space-between;}
    .Contact .Contact_bottom .Contact_bottom_list{ width: 49%; position: relative; border-radius: 10px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .Contact .Contact_bottom .Contact_bottom_list .bottom_list_img{ display: flex;}
    .Contact .Contact_bottom .Contact_bottom_list .bottom_list_img img{ width: 100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .Contact .Contact_bottom .Contact_bottom_list:hover .bottom_list_img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
    .Contact .Contact_bottom .Contact_bottom_list .bottom_list_txt{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: rgba(0,0,0,.15);}
    .Contact .Contact_bottom .Contact_bottom_list .bottom_list_txt .list_txt_dd{ margin-bottom: 40px; color: #fff; font-weight: bolder;}


    
    .SEARCH .Search_top{ display:flex; align-items:center; justify-content:center; padding:0px 25%; margin-bottom:60px;}
    .SEARCH .Search_top form{ display:flex; align-items:center; justify-content:center; width:100%;}
    .SEARCH .Search_top input[type="search"]{ width:80%; height:74px; display: flex; align-items:center; padding:0px 20px; background:#f9f9f9; font-size:18px; color:#333; border:1px solid #dcdcdc;}
    .SEARCH .Search_top input[type="submit"]{ width:20%; height:74px; display:flex; align-items:center; justify-content:center; background:#197fc3; color:#fff; font-size:22px;}
    .SEARCH input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#b4b4b4; font-size:18px;}
    .SEARCH input::-webkit-input-placeholder{ /* WebKit browsers */ color:#b4b4b4; font-size:18px;}
    .SEARCH input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#b4b4b4; font-size:18px;}
    .SEARCH input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#b4b4b4; font-size:18px;}
    .SEARCH input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#b4b4b4; font-size:18px;}
    .SEARCH .Search_title{ font-size:20px; color:#00000; margin-bottom:50px;}
    .SEARCH .Search_title b{ color:#197fc3; margin:0px 8px;}
    
    .LNews{ background:#fff;}
    .LNews .LNewsContent{ display: flex; flex-wrap: wrap;}
    .LNews .LNewsContent .LNewsContent_list{ width: 32%; margin-right: 2%; margin-bottom: 2%; border-radius: 6px; overflow: hidden;box-shadow: 0px 0px 25px rgba(0,0,0,.1);}
    .LNews .LNewsContent .LNewsContent_list:hover{ box-shadow: 0px 0px 25px rgba(0,0,0,.1);}
    .LNews .LNewsContent .LNewsContent_list:nth-child(3n){ margin-right: 0px;}
    .LNews .LNewsContent .LNewsContent_list .LNewsContent_list_img{ display: flex; overflow: hidden;}
    .LNews .LNewsContent .LNewsContent_list .LNewsContent_list_img img{ width: 100%;max-height: 292px; height: 15.2132vw; object-fit: cover;
        -webkit-transform: scale(1);
  -moz-transform: scale(1);
   -ms-transform: scale(1);
    -o-transform: scale(1);
          filter: scale(1);
          filter: transform;
      transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
    }
    .LNews .LNewsContent .LNewsContent_list:hover .LNewsContent_list_img img{
        -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
   -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
          filter: scale(1.15);
          filter: transform;
      transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
    }
    .LNews .LNewsContent .LNewsContent_list .LNewsContent_list_content{ padding: 25px; background:#fff;}
    .LNews .LNewsContent .LNewsContent_list .LNewsContent_list_content .list_content_dd{ font-weight: bolder;margin-bottom: 15px;color: #000;text-overflow: ellipsis;width: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;white-space: break-spaces;line-height: 1.7;}
    .LNews .LNewsContent .LNewsContent_list .LNewsContent_list_content .list_content_dt{ color:#666;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-bottom: 20px;}
    .LNews .LNewsContent .LNewsContent_list .LNewsContent_list_content .list_content_tiem{ display: flex; align-items:center; color:#666;}
    .LNews .LNewsContent .LNewsContent_list .LNewsContent_list_content .list_content_tiem span{ background:#f5f5f5; color:#197fc3; display: inline-block; padding: 6px; margin-right: 10px;}
    .LNews .LNewsContent .LNewsContent_list .LNewsContent_list_content .list_content_tiem a{ background:#f5f5f5; color:#197fc3; display: inline-block; padding: 6px; margin-right: 10px;}
    
    .LNews .LNewsTop{ margin-bottom: 55px; position: relative;}
    .LNews .LNewsTop .LNewsContent_list{ display: flex; margin-right: 0px; margin-bottom: 0px; border-radius: 6px; overflow: hidden; border: 1px solid #ededed;}
    .LNews .LNewsTop .LNewsContent_list .LNewsContent_list_img{ width:50%;}
    .LNews .LNewsTop .LNewsContent_list .LNewsContent_list_img img{ height: 100%; object-fit:cover;}
    .LNews .LNewsTop .LNewsContent_list .LNewsContent_list_content{ width:50%; padding: 48px; background:#f9f9f9;}
    .LNews .LNewsTop .LNewsContent_list .LNewsContent_list_content .list_content_dd{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; white-space: break-spaces; line-height: 1.7;}
    .LNews .LNewsTop .swiper-pagination{ left: calc(50% + 48px); bottom: 30px; display: flex;}
    .LNews .LNewsTop .swiper-pagination span{ border-radius: 0px; width: 42px; height: 4px; margin-right: 15px; background:#eaeaea; opacity: 1; position: relative;}
    .LNews .LNewsTop .swiper-pagination span.swiper-pagination-bullet-active:before{ content:""; display: inline-block; width: 0%; height: 100%; left: 0; top: 0; background:#197fc3; position: absolute;}
    .LNews .LNewsTop .swiper-pagination span.swiper-pagination-bullet-active:before{ 
        -webkit-animation:animate 5s linear;
    	animation:animate 5s linear;
    	-webkit-animation-fill-mode:forwards;
    	animation-fill-mode:forwards
    }
    @media screen and (max-width:1650px){    
        
    }

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

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

    @media screen and (max-width:1366px){    
       
    }
    
    @media screen and (max-width:1280px){    
        
    }
    
    @media screen and (max-width:1200px){    

    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .DTeam .DTeam_list{ margin-bottom: 35px;}
        .DTeam .DTeam_list .DTeam_list_img,.DTeam .DTeam_list .DTeam_list_txt{ width: 100%;}
        .DTeam .DTeam_list .DTeam_list_txt .list_txt_title .txt_title_dt{ margin-bottom: 25px; margin-top: 15px;}
        .DTeam .DTeam_list .DTeam_list_txt .list_txt_content p{ margin-bottom: 10px;}
        
        .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_left,.CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_right,.CareerDevelopment .CareerDevelopment_list:nth-child(2n) .CareerDevelopment_list_left{ width: 100%;}
        .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_left{ margin-bottom: 35px;}
        .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_left .CareerDevelopment_list_txt{ margin-top: 15px;}
        .CareerDevelopment .CareerDevelopment_list .CareerDevelopment_list_left .CareerDevelopment_list_txt p{ margin-bottom: 15px;}
        
        .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list{ width: 100%; margin-bottom: 25px;}
        .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list::before,.CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title .ist_title_dt,.CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title .ist_title_icon{ opacity: 1;}
        .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list::before{ background: rgba(25,127,195,.6);}
        .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title{ padding: 20px;display: flex; flex-direction: column; justify-content: center;}
        .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title .ist_title_icon{ margin: 13px 0px;}
        .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title .ist_title_icon img{ height: 68px;}
        .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_title .ist_title_btn{ margin-top: 18px; opacity: 1;}
        .CareerDevelopment2 .CareerDevelopment2_content .CareerDevelopment2_content_list .content_list_img img{height: 300px; object-fit: cover;}

        .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list{ border-radius: 10px; overflow: hidden; margin-bottom: 35px;}
        .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list:last-child{ margin-bottom: 0px;}
        .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list .content_list_img,.CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list .content_list_txt{ width: 100%;}
        .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list .content_list_txt .list_txt_dd{ margin-bottom: 20px;}
        .CareerDevelopment3 .CareerDevelopment3_content .CareerDevelopment3_content_list .content_list_txt{ padding: 20px;}
        
        .CareerDevelopment4 .CareerDevelopment4_img img{ height: 300px; object-fit:cover;}
        .CareerDevelopment4 .CareerDevelopment4_txt{ padding: 0px 8%;}
        .CareerDevelopment4 .CareerDevelopment4_txt .CareerDevelopment4_txt_btn{ margin-top: 30px;}

        
        .Honor .HonorContent{ justify-content: space-between;}
        .Honor .HonorContent .HonorContent_list{ width: 49%; margin-right: 0%; margin-bottom: 2%;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
        .Honor .HonorContent .HonorContent_list .HonorContent_list_img{ padding: 20px 0px; height: 200px;}
        .Honor .HonorContent .HonorContent_list .HonorContent_list_img img{ max-height: 180px;}
        .Honor .HonorContent .HonorContent_list .HonorContent_list_title{ padding: 20px 0px;}

        .Honor2 .Honor2_content .Honor2_content_txt .zs{ display: none;}
        .Honor2 .Honor2_content .Honor2_content_txt{ display: flex; flex-wrap: wrap; justify-content: space-between;}
        .Honor2 .Honor2_content .Honor2_content_txt .content_txt_icon{ position: relative; left: 0 !important; top: 0 !important; width: 30% !important; border-radius: 0px; height: 150px !important; margin-bottom: 4%;}
        
        .Honor3 .Honor3_content .Honor3_content_list .content_list_li{ padding: 10px; display: flex; align-items:center; justify-content:center;}

        .Factory .FactoryCotnent{ justify-content: space-between; margin-bottom: -35px;}
        .Factory .FactoryCotnent .FactoryCotnent_list{ width: 49%; margin-bottom: 2%; margin-right: 0px; margin-bottom: 35px;}

        .Download .pc_all_content{ flex-wrap: wrap;}
        .Download .DownloadNav{ min-height: auto; margin-bottom: 35px;}
        .Download .DownloadNav,.Download .DownloadContent{ width: 100%;}
        .Download .DownloadContent .DownloadContent_txt .DownloadContent_txt_list .txt_list_right{ width: 120px;}
        .Download .DownloadContent .DownloadContent_txt .DownloadContent_txt_list .txt_list_left{width: calc(100% - 140px);}
        .Download .DownloadContent .DownloadContent_txt .DownloadContent_txt_list{ padding: 22px 5px;}   

        .Contact .Contact_title{ margin-bottom: 40px;}
        .Contact .Contact_message .Contact_message_list .message_list_dt .list_dt_radio{ width: 31%; margin-right: 0px; margin-bottom: 10px;}
        .Contact .Contact_message .Contact_message_list{ width: 100%; margin-bottom: 22px;}
        .Contact .Contact_message .Contact_message_list.check{ flex-wrap: wrap;}
        .Contact .Contact_message .Contact_message_list.check .message_list_checkli{ margin-right: 0px; width: 100%; margin-bottom: 12px;}
        .Contact .Contact_message .Contact_message_list.check .message_list_checkli:last-child{ margin-bottom: 0px;}
        .Contact .Contact_message .Contact_message_list:last-child{ margin-bottom: 35px;}
        .Contact .Contact_address .Contact_address_list{ width: 100%; margin-bottom: 25px; padding: 22px;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
        .Contact .Contact_address .Contact_address_list .address_list_p{ margin-top: 15px;}
        .Contact .Contact_bottom .Contact_bottom_list{ width: 100%; margin-bottom: 25px;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
        .Contact .Contact_bottom .Contact_bottom_list:last-child{ margin-bottom: 0px;}
        .Contact .Contact_bottom .Contact_bottom_list .bottom_list_txt .list_txt_dd{ margin-bottom: 20px;}
        .Contact .Contact_address .Contact_address_list .address_list_icon img{ height: 40px;}
        .Contact .Contact_address .Contact_address_list .address_list_title{ margin: 18px 0px;}

        
        .SEARCH{ padding:40px 0px;}
        .SEARCH .Search_top{ margin-bottom:28px; padding:0px;}
        .SEARCH .Search_top input[type="search"],.SEARCH .Search_top input[type="submit"]{ height:50px; font-size:16px;}
        .SEARCH .Search_title{ font-size:16px;}
        .SEARCH .LNewsContent .LNewsContent_list .LNewsContent_list_img img{ height: 220px;}

        .LNews .LNewsContent .LNewsContent_list{ width: 100%; margin-right: 0px;  margin-bottom: 25px; border-radius: 10px; overflow: hidden;}
        .LNews .LNewsContent .LNewsContent_list:last-child{ margin-bottom: 0px;}
        
    }



    
    /*视频中心*/
    .AboutVideo .AboutVideo_content{ display: flex;  flex-wrap: wrap;}
    .AboutVideo .AboutVideo_content .AboutVideo_content_list{ width: 23%; margin-right: 2%; position: relative; margin-bottom: 2%; cursor: pointer;}
    .AboutVideo .AboutVideo_content .AboutVideo_content_list:nth-child(4n){ margin-right: 0px;}
    .AboutVideo .AboutVideo_content .AboutVideo_content_list .content_list_img{ position: relative; border-radius: 10px; overflow: hidden;box-shadow: 0px 0px 20px rgba(0,0,0,.15);}
    .AboutVideo .AboutVideo_content .AboutVideo_content_list .content_list_img img{ width: 100%; height: 220px; object-fit:cover;}
    .AboutVideo .AboutVideo_content .AboutVideo_content_list .content_list_img .content_list_icon{ position: absolute; top:0; left: 0; width: 100%; height: 100%; display: flex; align-items:center; justify-content:center; background: rgba(0,0,0,.3);}
    .AboutVideo .AboutVideo_content .AboutVideo_content_list .content_list_img .content_list_icon img{ width: 45px; height: auto;}
    .AboutVideo .AboutVideo_content .AboutVideo_content_list .content_list_title{ margin-top: 15px; text-align:center;}
    


    
    .SidebarNav{ position: fixed; left: 25px; top: 50%; transform: translateY(-50%); box-shadow: 0px 0px 20px rgba(0,0,0,.15); border-radius: 5px; overflow: hidden; padding: 25px 20px; width: 230px; border-radius: 5px; background:#fff; display: none; z-index:15; max-height: 509px; overflow: auto;}
    .DetailsNavHeight.active .SidebarNav{ display: block;}
    .SidebarNav .SidebarNav_list{ border-bottom: 1px solid #ededed; padding-bottom: 15px; margin-bottom: 15px; list-style: none;}
    .SidebarNav .SidebarNav_list:last-child{ margin-bottom: 0px; border-bottom: 0px; padding-bottom: 0px;}
    .SidebarNav .SidebarNav_list .SidebarNav_list_top{ display: flex; align-items:center; justify-content: space-between; cursor: pointer;}
    .SidebarNav .SidebarNav_list .SidebarNav_list_top .list_top_icon{ display: flex; align-items:center;}
    .SidebarNav .SidebarNav_list .SidebarNav_list_top .list_top_icon span{ position: relative; display: flex; align-items: center; justify-content: center; margin-right: 10px;}
    .SidebarNav .SidebarNav_list .SidebarNav_list_top .list_top_icon span img{ max-height: 18px; height: 18px;}
    .SidebarNav .SidebarNav_list .SidebarNav_list_top .list_top_icon span img:last-child{ position: absolute; left: 0; top: 0; opacity: 0;}
    .SidebarNav .SidebarNav_list.active .SidebarNav_list_top{ color:#00afec;}
    .SidebarNav .SidebarNav_list.active .SidebarNav_list_top .list_top_icon span img{ opacity: 0;}
    .SidebarNav .SidebarNav_list.active .SidebarNav_list_top .list_top_icon span img:last-child{ opacity: 1;}
    .SidebarNav .SidebarNav_list .SidebarNav_list_down{ display: none; padding-left: 25px;}
    .SidebarNav .SidebarNav_list .SidebarNav_list_down .list_down_li{ width: 100%; display: inline-block; width: 100%; margin-top: 12px; border-top: 1px solid #dcdcdc; padding-top: 12px; color:#666;}


    .SidebarNav::-webkit-scrollbar-track {
        		  background-color: #dcdcdc;
        	} /* 滚动条的滑轨背景颜色 */
        
    .SidebarNav::-webkit-scrollbar-thumb {
        		  background:#00afec; 
        	} /* 滑块颜色 */
        
    .SidebarNav::-webkit-scrollbar-button {
        		  background-color: #fff;
        	} /* 滑轨两头的监听按钮颜色 */
        
    .SidebarNav::-webkit-scrollbar-corner {
        		  background-color: #fff;
        	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
    .SidebarNav::-webkit-scrollbar {
            width: 3px;
            height: 0px;
        } /* 这是针对缺省样式 (必须的)*/



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

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

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

    @media screen and (max-width:1366px){    
       
    }
    
    @media screen and (max-width:1280px){    
        
    }
    
    @media screen and (max-width:1200px){    

    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .AboutVideo .AboutVideo_content{ justify-content: space-between; }
        .AboutVideo .AboutVideo_content .AboutVideo_content_list{ width: 48%; margin-right: 0px; margin-bottom: 25px;}
        .AboutVideo .AboutVideo_content .AboutVideo_content_list .content_list_img img{ height: 130px;}
        .AboutVideo .AboutVideo_content .AboutVideo_content_list .content_list_img .content_list_icon img{ width: 30px;}
    }









    @media screen and (max-width:1650px){    
        .layui-laypage{margin-top:58px;}
        
        .Btn{ padding: 10px 23px;}
        .Btn .Btn_dt{ width: 28px; height: 28px; margin-left: 14px;}
        
        .title.marginbottom50{ margin-bottom: 45px;}

        .padding100{ padding: 90px 0px;}
        
        .pc_all .pc_all_content{ width: 1550px;}
    }


    @media screen and (max-width:1550px){    
        .layui-laypage{margin-top:48px;}
        
        .Btn{ padding: 10px 20px;}
        .Btn .Btn_dt{ width: 26px; height: 26px; margin-left: 12px;}
        
        
        .padding100{ padding: 80px 0px;}
        
        .pc_all .pc_all_content{ width: 1450px;}
    }


    @media screen and (max-width:1450px){    
        .layui-laypage{margin-top:38px;}
        
        .Btn{ padding: 10px 18px;}
        .Btn .Btn_dt{ width: 24px; height: 24px; margin-left: 10px;}
        
        .title.marginbottom50{ margin-bottom: 40px;}
        
        .padding100{ padding: 70px 0px;}
        
        .pc_all .pc_all_content,.HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .left_list_down_width{ width: 1366px;}
    }

    @media screen and (max-width:1366px){    
        
        .Btn{ padding: 10px 16px;}
        .Btn .Btn_dt{ width: 22px; height: 22px; margin-left: 10px;}
        
        .padding100{ padding: 60px 0px;}
        
        .pc_all .pc_all_content,.HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .left_list_down_width{ width: 1280px;}
    }
    
    @media screen and (max-width:1280px){    
        
        .title.marginbottom50{ margin-bottom: 36px;}

        .Btn{ padding: 8px 15px;}
        .Btn .Btn_dt{ width: 20px; height: 20px; margin-left: 10px;}
        
        .pc_all .pc_all_content,.HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .left_list_down_width{ width: 1124px;}
    }
    @media screen and (max-width:1124px){   
        .pc_all .pc_all_content,.HeaderNav .pc_all_content .HeaderNav_left .HeaderNav_left_list .left_list_down .left_list_down_width{ width: 1024px;}
    }
    
    @media screen and (max-width:1024px){    /*ipad-y*/
        .Header,.HeaderNav{ display: none;}
        .pc_all .pc_all_content,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_content{ width: 90%;}
        /* 手机导航 */
        .m-header-nav *{-webkit-transition:all 0s ease;-moz-transition:all 0s ease;transition:all 0s ease;}
        .m-header-nav-height{ display:block;}
        .m-header-nav{display: block;position:fixed;top:0;z-index:1000;width:100%;transition:all ease 0.45s; background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,.3);}
        .m-header-nav .sp_header{position: relative;top:0;z-index:10000;padding: 0% 4%; display:flex; align-items:center; justify-content:space-between; height: 62px;}
        .m-header-nav .sp_logo{padding: 0;display:flex; align-items:center;}
        .m-header-nav .sp_logo a{ display: flex; position: relative; align-items: center;}
        .m-header-nav .sp_logo img{margin:auto;transition:all ease 0.45s; height: 28px;}
        .m-header-nav .sp_logo img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
        .m-header-nav .sp_btn{ display: flex; position: relative;}
        .m-header-nav .sp_btn .sp_btn_list{ margin-right: 15px; position: relative; top: -2px;}
        .m-header-nav .sp_btn .sp_btn_list:last-child{ margin-right: 0px;}
        .m-header-nav .sp_btn .sp_btn_list .btn_list_title{ display: flex; align-items:center; color:#333;}
        .m-header-nav .sp_btn .sp_btn_list .btn_list_title img{ height: 18px;}
        .m-header-nav .sp_btn .sp_btn_list .btn_list_down{  position: absolute; width: 100px; top: 40px; left: 50%; background:#fff; transform: translateX(-50%); box-shadow: 0px 0px 20px rgba(0,0,0,.1); display: none;}
        .m-header-nav .sp_btn .sp_btn_list .btn_list_down a{ font-size: 14px; display: inline-block; width: 100%; text-align:center; line-height: 31px;}
        .m-header-nav .sp_login{ position: absolute; right: 75px;}
        .m-header-nav .sp_login img{ height: 24px;}
        .m-header-nav .sp_nav{width: 26px;float:right;position:relative;cursor:pointer;height:14px;z-index: 900;top: 0px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
        .m-header-nav .sp_nav span{display:block;background:#197fc3;width: 26px;height: 2px;position:absolute;left: 0;transition:all ease 0.45s;}
        .m-header-nav .sp_nav span:nth-of-type(1){top:0px; width:18px;}
        .m-header-nav .sp_nav span:nth-of-type(2){top: 6px;}
        .m-header-nav .sp_nav span:nth-of-type(3){top: 13px;}
        .m-header-nav .sp_nav_se{ top: -5px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
        .m-header-nav .sp_nav_se span:nth-of-type(1){top: 11px;transform:rotate(45deg); width:26px;}
        .m-header-nav .sp_nav_se span:nth-of-type(2){width:0;transition:none;}
        .m-header-nav .sp_nav_se span:nth-of-type(3){top: 11px;transform:rotate(-45deg);}
        .m-header-nav .sjj_nav{display: block;position:fixed;z-index:9;background:white;width:70%;height:calc(100%);font-size: .95rem;;line-height:2.7rem;top:0px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.45s; border-top:1px solid #dcdcdc; z-index: 401111; left: -75%;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
        .m-header-nav .sjj_nav.active{ left: 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
        .m-header-nav .sjj_nav_bg{ position: fixed; left: 0; top: 0; background: rgba(0,0,0,.5); width: 100%; height: 100%; z-index: 401110;}
        .m-header-nav .sjj_nav_bg{display: none;}
        .m-header-nav .nav_show{display: block;}
        .m-header-nav .sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
        .m-header-nav .sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 100px)}
        .m-header-nav .sjj_nav>ul>li:first-child .language{float:right;width:93px;overflow:hidden;line-height:40px;}
        .m-header-nav .sjj_nav>ul>li:first-child .language a{width:50%;float:left;border-left:1px #ededed solid;text-align:center;color:#999;}
        .m-header-nav .sjj_nav ul li i{position: absolute; top: 0px; right: 0px; border-left: 1px #ededed solid; padding: 0px 15.5px; display: flex; align-items: center; justify-content: flex-start;}
        .m-header-nav .sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.45s}
        .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
        .m-header-nav .sjj_nav ul li{border-top:1px #ededed solid;padding-left:1.1rem;position:relative;line-height:2.6rem; list-style: none;}
        .m-header-nav .sjj_nav>ul >li:last-child{border-bottom:1px #ededed solid;}
        .m-header-nav .sjj_nav ul li ul{display:none}
        .m-header-nav .sjj_nav ul li a{color:#666;width:100%;display: block;font-size: 14px;padding: 14px 0;}
        .m-header-nav .sjj_nav ul li ul li a{color:#666;display:block;text-align:left;}
        .m-header-nav .sjj_nav ul li i svg{width:.9rem;height: 2.6rem;fill:#cbcbcb;}
        .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{fill:#000;}
        .m-header-nav .sjj_nav ul li ul li>ul{margin-left:10px}
        /*.m-header-nav.on{ background: #197fc3; box-shadow: 0px 0px 20px rgba(0,0,0,.2);}*/
        /*.m-header-nav.in{ background: #197fc3; box-shadow: 0px 0px 20px rgba(0,0,0,.2);}*/
        /*.m-header-nav.on .sp_nav span{ background: #fff;transition:all ease 0.45s;}*/
        /*.m-header-nav.on .sp_logo img{ opacity: 0;transition:all ease 0.45s;}*/
        /*.m-header-nav.on .sp_logo img:last-child{ opacity: 1;}*/
        /*.m-header-nav.in .sp_nav span{ background: #fff;transition:all ease 0.45s;}*/
        /*.m-header-nav.in .sp_logo img{ opacity: 0;transition:all ease 0.45s;}*/
        /*.m-header-nav.in .sp_logo img:last-child{ opacity: 1;}*/
        
        .padding100{ padding: 60px 0px;}

    }
    
    @media screen and (max-width:980px){    /*ipad-x*/
        img{ max-width:100%;}

        .padding100{ padding: 50px 0px;}
    }
    
    @media screen and (max-width:766px){    /*iphone*/
        .pc_all .pc_all_content,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_content{ max-width: 90%; width: 100%;}

        .PcShow { display:none;}
        .MoShow { display:block;}
        .padding100{ padding: 40px 0px;}
        
        .title.marginbottom50{ margin-bottom: 26px;}
        
        .padding160{ padding: 40px 0px;}
        .padding70{ padding: 40px 0px;}
        .padding90{ padding: 40px 0px;}
        
        .DBanner img{ height: 220px; object-fit: cover;}

        .content_list_video .list_video_content{ width: 100%;}
        .content_list_video .list_video_bg{ z-index: 1120;}
        .content_list_video .list_video_content{ z-index: 1121;}
        
        .search .search_bg .search_content{ width: 90%;}
        .search .search_content input[type="search"],.search .search_content input[type="submit"]{ height: 55px; font-size: 14px;}

        .HAbout .HAbout_top .HAbout_top_left .Title{ margin-bottom: 20px;}
        
        .content_list_video .list_video_content{ width: 100%;}
        
        .layui-laypage{ flex-wrap: wrap;}
        
        .SidebarNav{ display: none !important;}
    }





