@import url("font_3118545_9376fw1xqwg.css");
@import url("master.css");
@import url("dialog.css");
@import url("ain.css");
@import url("share.min.css");
body{opacity:0;opacity:0;-webkit-transition:ease-out 0.5s;transition:ease-out 0.5s;}
body.onshow{opacity:1;opacity:1;}
/*》》》》》》》》》》tel《《《《《《《《《《*/
/*电话弹窗*/
.delmax{position:fixed;z-index:1300;background-color:#f5f5f5;width:100%;height:100%;top:0;left:0;
align-items:center;justify-content:center;letter-spacing:1px;opacity:0;-webkit-opacity:0;visibility:hidden;
-webkit-transition:cubic-bezier(0.19, 1, 0.22, 1) 0.4s;transition:cubic-bezier(0.19, 1, 0.22, 1) 0.4s;}
.delmax.on{opacity:1;-webkit-opacity:1;visibility:visible;}
.delmax .delmax_title{padding-bottom:5px;position:relative;align-items:center;justify-content:center;
transform:translateY(50px);-webkit-transform:translateY(50px);opacity:0;-webkit-opacity:0;}
.delmax .delmax_title i{font-size:22px;margin-right:3px;}
.delmax .delmax_title span{font-size:16px;}
.delmax .delmax_title:after{content:'';position:absolute;width:50px;height:1px;
background-color:#000;bottom:0;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);}
.delmax .delmax_list{font-size:28px;font-weight:bold;margin-top:20px;line-height:1;}
.delmax .delmax_list .delmax_item{padding:8px 0;
transform:translateY(50px);-webkit-transform:translateY(50px);opacity:0;-webkit-opacity:0;}
.delmax:before{content:'点击任意地方关闭弹窗';position:absolute;bottom:50px;left:50%;
transform:translateX(-50%);-webkit-transform:translateX(-50%);color:#999;}

.delmax.on .delmax_title{-webkit-transition-delay:0.1s;transition-delay:0.1s;}
.delmax.on .delmax_list .delmax_item:nth-child(1){-webkit-transition-delay:0.2s;transition-delay:0.2s;}
.delmax.on .delmax_list .delmax_item:nth-child(2){-webkit-transition-delay:0.3s;transition-delay:0.3s;}
.delmax.on .delmax_title,.delmax.on .delmax_list .delmax_item{transform:none;-webkit-transform:none;opacity:1;-webkit-opacity:1;
-webkit-transition:cubic-bezier(0.36, 0.06, 0.63, 0.95) 1s;transition:cubic-bezier(0.36, 0.06, 0.63, 0.95) 1s;}

/*》》》》》》》》》》鼠标跟随《《《《《《《《《《*/
.cursor{position:absolute;will-change:transform;z-index:50;width:0;height:0;pointer-events:none;}
.cursor .cursor_circle{width:0;height:0;background-color:#000;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);opacity:0;-webkit-opacity:0;
-webkit-transition: opacity .3s ease-in-out,height .4s cubic-bezier(.339, -.18, .228, 1.656),width .4s cubic-bezier(.339, -.18, .228, 1.656);
transition: opacity .3s ease-in-out,height .4s cubic-bezier(.339, -.18, .228, 1.656),width .4s cubic-bezier(.339, -.18, .228, 1.656);
border-radius:50%;-webkit-border-radius:50%;}
.cursor .cursor_circle>div{align-items:center;justify-content:center;width:100%;height:100%;}
.cursor .cursor_circle>div>i{-webkit-transition: margin .4s cubic-bezier(.339, -.18, .228, 1.656);
transition: margin .4s cubic-bezier(.339, -.18, .228, 1.656);font-size:16px;}
.cursor.onAni .cursor_circle{width:60px;height:60px;opacity:1;-webkit-opacity:1;}
.cursor .cursor_circle.on{width:100px;height:100px;}
.cursor .cursor_circle.on>div>i{margin:0 10px;}

/*》》》》》》》》》》登录《《《《《《《《《《*/
.sign{position:fixed;top:50%;left:50%;z-index:1500;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);
opacity:0;-webkit-opacity:0;visibility:hidden;-webkit-transition:ease 0.4s;transition:ease 0.4s;margin-top:100px;}
.sign .sign_dom_close{position:absolute;right:0;top:0;transform:translateX(180%);-webkit-transform:translateX(180%);}
.sign .sign_dom_close>a{width:26px;height:26px;line-height:26px;}
.sign .sign_dom_close>a>i{font-size:26px;display:inline-block;-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.signMask{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);
z-index:1400;opacity:0;-webkit-opacity:0;visibility:hidden;-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.signMask.on{opacity:1;-webkit-opacity:1;visibility:visible;}
.sign .sign_dom{padding:45px;border-radius:10px;-webkit-border-radius:10px;}
.sign.on{opacity:1;-webkit-opacity:1;visibility:visible;margin-top:0;}
#signlode{display:none;}
.sign .sign_dom>div{width:360px;overflow:hidden;}
.sign .sign_top{margin-bottom:15px;}
.sign .sign_top .sign_title{font-size:32px;line-height:1;}
.sign .sign_top .sign_p{font-size:16px;margin-top:12px;}
.sign_form{font-size:15px;}
.sign_form .sign_item{height:60px;position:relative;line-height:60px;}
.sign_form .sign_item:after{content:'';position:absolute;height:1px;background-color:#7f7f7f;
opacity:0.25;-webkit-opacity:0.25;bottom:0;width:100%;left:0;}
.sign_form .sign_item .sign_item_input{width:100%;height:100%;border:none;}

.sign_form .sign_item .sign_item_input::-webkit-input-placeholder{color:#d1d1d1;}
.sign_form .sign_item .sign_item_input:-moz-placeholder{color:#d1d1d1;}
.sign_form .sign_item .sign_item_input::-moz-placeholder{color:#d1d1d1;}
.sign_form .sign_item .sign_item_input:-ms-input-placeholder{color:#d1d1d1;}

.sign_form #form_code.prohibit{pointer-events:none;color:#999;}

.sign_form .sign_tip{padding-top:30px;padding-bottom:25px;}
.sign_form .form_submit_btn{height:50px;width:100%;border:none;font-size:16px;background-color:#333;
-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;
border-radius:8px;-webkit-border-radius:8px;}

.signInTab{margin-bottom:15px;}
.signInTab:after{content:'';position:absolute;width:100%;height:1px;background-color:#7f7f7f;bottom:0;left:0;opacity:0.25;-webkit-opacity:0.25;}
.signInTab:before{content:'';position:absolute;width:50%;height:1px;bottom:0;left:0;background-color:#000;z-index:2;
-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}
.signInTab.on:before{transform:translateX(100%);-webkit-transform:translateX(100%);}
.signInTab .signInTab_item>a{padding-bottom:20px;}
.signInTab .signInTab_item>a span{font-size:20px;line-height:1;}
.signIn_info{position:relative;}
.signIn_info>div{position:absolute;left:0;top:0;width:100%;opacity:0;-webkit-opacity:0;visibility:hidden;
-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.signIn_info>div.on{position:relative;opacity:1;-webkit-opacity:1;visibility:visible;}

/*》》》》》》》》》》自定义滚动《《《《《《《《《《*/
.main_roll,.parallax,.iScrollVerticalScrollbar .iScrollIndicator{
transition-property:cubic-bezier(0.19, 1, 0.22, 1) !important;
transition-duration:1.5s !important;
transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1) !important;
-webkit-transition-property:cubic-bezier(0.19, 1, 0.22, 1) !important;
-webkit-transition-duration:1.5s !important;
-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1) !important;
will-change:transform;}
.iScrollVerticalScrollbar{position:absolute;width:5px;height:100%;right:0;top:0;z-index:1200;background-color:#e0e0e0;}
.iScrollVerticalScrollbar .iScrollIndicator{cursor:pointer;background-color:#333;width:100%;}
.main_fill{background:url(../images/fill.jpg) no-repeat;display:none;}

/*》》》》》》》》》》分页器《《《《《《《《《《*/
.pageList{text-align:center;}
.pageList li{display:inline-block;padding:0 5px;}
.pageList li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #e7e7e7;-webkit-border-radius:50%;border-radius:50%;
background-color:#fff;color:#666;-webkit-transition:ease 0.25s;transition:ease 0.25s;}
.pageList li.page_first a,.pageList li.page_pre a,.pageList li.page_next a,.pageList li.page_last a{color:#999;}

/*》》》》》》》》》》内容板块《《《《《《《《《《*/
.container{padding-top:60px;padding-bottom:65px;overflow:hidden;background-color:#F8F8F8;}

/*》》》》》》》》》》字体间距《《《《《《《《《《*/
.zh{letter-spacing:0.075em;}

/*》》》》》》》》》》页头《《《《《《《《《《*/
.logoSvg{width:100%;height:100%;fill:#fff;display:block;-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.header{position:fixed;top:0;left:0;z-index:999;padding:0 2.6vw;
transform:translateY(-100%);-webkit-transform:translateY(-100%);
-webkit-transition:ease 0.5s;-o-transition:ease 0.5s;}
.header:after{content:''; position:absolute;width:100%;height:100%;background-color:#fff;top:0;left:0;
-webkit-transition:ease 0.75s;transition:ease 0.75s;z-index:-1;transform:translateY(-100%);-webkit-transform:translateY(-100%);}
.header>div{align-items:center;height:100%;}
.header .logo>a{width:125px;height:50px;overflow:hidden;}
.header .logo .pc{display:block}
.header .logo .mb{display:none}

.header .nav{margin-left:auto;}
.header .nav .navlist>.nav_a>a{font-size:16px;padding:0 25px;-webkit-transition:ease 0.4s;transition:ease 0.4s;height:80px;line-height:80px;}
.header .nav .navlist>.nav_a>a .hoverable_txt{line-height:26px;}
.header .nav .navlist>.nav_a>a .hoverable_txt:after{background-color:#fff;}

.header.levelNav{height:140px;}
.header .Hoperation{padding-left:5px;}
.header .Hoperation .Hoperation_item{padding:0 8px;cursor:pointer;
-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.header .Hoperation .Hoperation_item:last-child{padding-right:0;}
.header .Hoperation .Hoperation_btn{height:80px;line-height:80px;font-size:0;}
.header .Hoperation .Hoperation_btn i{font-size:24px;}



.header .Hsearch{position:absolute;top:100%;right:0;border:1px solid #e6e6e6;
transform:translateY(15px);-webkit-transform:translateY(15px);opacity:0;-webkit-opacity:0;visibility:hidden;
-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}
.header .Hsearch .Hsearch_dd{padding:0 15px;}
.header .Hsearch .Hsearch_dd>input{border:none;background:none;height:44px;width:200px;color:#000;}
.header .Hsearch .Hsearch_dd>input::-webkit-input-placeholder{color:#d1d1d1;}
.header .Hsearch .Hsearch_dd>input:-moz-placeholder{color:#d1d1d1;}
.header .Hsearch .Hsearch_dd>input::-moz-placeholder{color:#d1d1d1;}
.header .Hsearch .Hsearch_dd>input:-ms-input-placeholder{color:#d1d1d1;}
.header .Hsearch .Hsearch_dt:before{content:'';width:1px;height:100%;background-color:#e6e6e6;position:absolute;left:0;top:0;}
.header .Hsearch .Hsearch_dt>button{border:none;background:none;width:44px;height:44px;}
.header .Hsearch .Hsearch_dt>button>i{font-size:22px;}

.header.onWhite:after{-webkit-transition:ease 0s;transition:ease 0s;transform:none;-webkit-transform:none;}
.header.onWhite .logo>a>.logoSvg{fill:#000;}
.header.onWhite .nav .navlist>.nav_a>a{color:#000;}
.header.onWhite .nav .navlist>.nav_a>a .hoverable_txt:after{background-color:#000;}
.header.onWhite .Hoperation{color:#000;}
.header .Hoperation .Hoperation_item:hover .Hsearch{transform:none;-webkit-transform:none;opacity:1;-webkit-opacity:1;visibility:visible;}	  

.header.onShow{transform:none;-webkit-transform:none;}


.header .nav .navlist>.nav_a>.nav_b{position:absolute;top:100%;left:50%;padding:5px 0;color:#666;min-width:110px;
transform:translateX(-50%);-webkit-transform:translateX(-50%);
border-radius:3px;-webkit-border-radius:3px;opacity:0;-webkit-opacity:0;visibility:hidden;z-index:5;border:1px solid #e6e6e6;
-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.header .nav .navlist>.nav_a>.nav_b>.nav_b_list>li>a{white-space:nowrap;line-height:38px;color:#666;
-webkit-transition:ease 0.4s;transition:ease 0.4s;padding:0 15px;}
.header .nav .navlist>.nav_a>.nav_b>.nav_b_list>li.on>a{color:#000;letter-spacing:2px;pointer-events:none;}


.header .language{position:absolute;top:100%;width:60px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);
opacity:0;-webkit-opacity:0;visibility:hidden;-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.header .language .language_item{overflow:hidden;}
.header .language .language_item a{line-height:30px;font-size:16px;-webkit-transition:ease 0.2s;transition:ease 0.2s;}
.header .language .language_item:first-child a:after{content:'';position:absolute;
bottom:0;left:0;width:100%;height:1px;background-color:#eee;}
.header .language:after{content:'';position:absolute;top:-4px;left:50%;width:0;height:0px;margin-left:-4px;
border-style:solid;border-width:4px;border-color:#fff #fff transparent transparent;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);
box-shadow:2px -2px 2px rgba(153,153,153,.1);-webkit-box-shadow:2px -2px 2px rgba(153,153,153,.1);}

.header .Hoperation .Hoperation_item:hover .language{top:80%;opacity:1;-webkit-opacity:1;visibility:visible;}
.header .language .language_item a:hover{background-color:#eee;}

/*》》》》》》》》》》Menu《《《《《《《《《《*/
.menu{display:none;margin-left:20px;}
.menu>a{align-items:center;outline:none;}
.menu .menu_btn{width:28px;height:28px;}
.menu .menu_btn span{background-color:#fff;position:absolute;width:100%;height:2px;left:0;
border-radius:2px;-webkit-border-radius:2px;-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.header.onWhite .menu .menu_btn span{background-color:#000;}
.menu .menu_btn span:nth-child(1){top:4px;}
.menu .menu_btn span:nth-child(2){top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.menu .menu_btn span:nth-child(3){bottom:4px;}

.header.mobileNav .menu .menu_btn span:nth-child(1){top:13px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.header.mobileNav .menu .menu_btn span:nth-child(2){opacity:0;-webkit-opacity:0;visibility:hidden;}
.header.mobileNav .menu .menu_btn span:nth-child(3){bottom:13px;transform:rotate(45deg);-webkit-transform:rotate(45deg);}


/*》》》》》》》》》》页尾《《《《《《《《《《*/
.footer{background-color:#000;position:relative;z-index:10;}
.footer_box{align-items:center;padding:60px 0;z-index:2;}
.footer_box .footer_logo>a{height:70px;width:177px;}
.footer_box .footer_center{position:absolute;top:50%;left:0;width:100%;height:70px;
transform:translateY(-50%);-webkit-transform:translateY(-50%);z-index:-1;}
.footer_center .footer_nav{margin-bottom:30px;font-size:0;position:absolute;top:0;left:0;width:100%;}
.footer_center .footer_p{position:absolute;bottom:0;left:0;width:100%;}
.footer_center .footer_nav>li{display:inline-block;font-size:14px;}
.footer_center .footer_nav>li>a,.footer_center .footer_p>span,.footer_center .footer_p>a{color:rgba(255,255,255,.4);
-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.footer_center .footer_nav>li>a{padding:0 20px;}
.footer_center .footer_nav>li>a .hoverable_txt{padding:5px 0;}
.footer_center .footer_nav>li>a .hoverable_txt:after{background-color:rgba(255,255,255,.4);}

.footer_box .footer_backTop{margin-left:auto;}
.footer_box .footer_backTop>a{border:1px solid #fff;width:70px;height:70px;line-height:70px;text-transform:uppercase;
-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}
.footer_box .footer_backTop>a:before{content:'';position:absolute;height:50%;bottom:75%;z-index:-1;
width:1px;background-color:#fff;left:50%;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>首页_start<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*》》》》》》》》》》首页banner《《《《《《《《《《*/
.Hbanner{width:100%;height:100vh;overflow:hidden;
background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));}
.Hbanner_swiper{width:100%;height:100%;}
.Hbanner_swiper .swiper-wrapper{transition-timing-function:cubic-bezier(0.7, 0.01, 0.4, 1);
-webkit-transition-timing-function:cubic-bezier(0.7, 0.01, 0.4, 1);will-change:transform;}
.Hbanner_swiper .swiper-slide{overflow:hidden;}
.Hbanner_swiper .Hbanner_text{position:absolute;top:50%;left:0;z-index:50;width:100%;line-height:1.4;
transform:translate(100px,-50%);-webkit-transform:translate(100px,-50%);opacity:0;-webkit-opacity:0;
transition-property: transition opacity;-webkit-transition-property: transition opacity;
transition-duration:2s;-webkit-transition-duration:2s;transition-timing-function:cubic-bezier(0.7, 0.01, 0.4, 1);
-webkit-transition-timing-function:cubic-bezier(0.7, 0.01, 0.4, 1);}
.Hbanner_swiper .Hbanner_text .Hbanner_text_c{font-size:44px;}
.Hbanner_swiper .Hbanner_text .Hbanner_text_m{font-size:20px;margin-top:15px;text-transform:uppercase;}

.Hbanner_swiper .Hbanner_bg{width:100%;height:100%;transition-timing-function:cubic-bezier(0.7, 0.01, 0.4, 1);
-webkit-transition-timing-function:cubic-bezier(0.7, 0.01, 0.4, 1);will-change: transform;}
.Hbanner_swiper .Hbanner_bg>img{width:110%;height:100%;object-fit:cover;}
.Hbanner_swiper .ani_slideX .Hbanner_bg>img{animation: ani_slideX 8.5s linear forwards;-webkit-animation: ani_slideX 8.5s linear forwards;}
@keyframes ani_slideX{
    0% {
        transform:translateX(0);-webkit-transform:translateX(0);
    }
    100% {
        transform:translateX(-9%);-webkit-transform:translateX(-9%);
    }
}
@-webkit-keyframes ani_slideX{
    0% {
        transform:translateX(0);-webkit-transform:translateX(0);
    }
    100% {
        transform:translateX(-9%);-webkit-transform:translateX(-9%);
    }
}
.Hbanner_swiper .Hbanner_bg:before{position:absolute;content: "";width:100%;height:100%;
background-color:rgba(0, 0, 0, 0.25);left:0;top:0;z-index:20;}
.Hbanner .Hbanner_nav{position:absolute;z-index:10;bottom:25px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);z-index:50;height:12px;}
.Hbanner .Hbanner_nav .swiper-pagination-bullet{opacity:1;background:#fff;height:100%;border-radius:0;width:4px;margin:0 4px;
transform: scale(.5);-webkit-transform: scale(.5);transform-origin: 50% 100%;-webkit-transform-origin: 50% 100%;
-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.Hbanner .Hbanner_nav .swiper-pagination-bullet-active{transform: none;-webkit-transform: none;}
.Hbanner .Hbanner_switch{position:absolute;top:50%;color:#fff;z-index:10;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.Hbanner .Hbanner_switch.Hbanner_prev{left:6vw;}
.Hbanner .Hbanner_switch.Hbanner_next{right:6vw;}
.Hbanner .Hbanner_switch>a{width:50px;height:50px;line-height:50px;opacity:0.5;-webkit-opacity:0.5;
-webkit-transition:ease 0.4s;-o-transition:ease 0.4s;}
.Hbanner .Hbanner_switch>a>i{font-size:28px;}
.Hbanner .Hbanner_switch .Hbanner_switch_circular{width:100%;height:100%;position:absolute;left:0;top:0;}
.Hbanner .Hbanner_switch .Hbanner_switch_circular circle{stroke:#fff;stroke-dasharray:150.72;
stroke-dashoffset:150.72;-webkit-animation: circle-stroke-out .4s forwards;animation: circle-stroke-out .4s forwards;}
.Hbanner_swiper .swiper-slide.swiper-slide-active .Hbanner_text,
.Hbanner_swiper .swiper-slide.swiper-slide-duplicate-active .Hbanner_text{
transition-delay:1.6s;-webkit-transition-delay:1.6s;transition-duration:3s;-webkit-transition-duration:3s;
transition-timing-function:ease-out;-webkit-transition-timing-function:ease-out;
transform:translate(0,-50%);-webkit-transform:translate(0,-50%);opacity:1;-webkit-opacity:1;}


/*》》》》》》》》》》首页产品《《《《《《《《《《*/
.Hproduct{padding:120px 0;}
.Hproduct_item .Hproduct_title{font-size:34px;margin-bottom:35px;line-height:1;}
.Hproduct_item .Hproduct_title .Hproduct_M{margin-bottom:12px;}
.Hproduct_item .Hproduct_title .Hproduct_p{text-transform:uppercase;}
.Hproduct_item>a{height:0;padding-bottom:100%;overflow:hidden;will-change:transform;
-webkit-transition:cubic-bezier(.165,.84,.44,1) 1s;transition:cubic-bezier(.165,.84,.44,1) 1s;
opacity: 0;-webkit-opacity:0;-webkit-transform: translate3d(0, 50%, 0);transform: translate3d(0, 50%, 0);}
.Hproduct_item>a .Hproduct_item_bg{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;}
.Hproduct_box.animated .Hproduct_item>a{opacity:1;-webkit-opacity:1;-webkit-transform:none;transform:none;}
.Hproduct_box.animated .Hproduct_R .Hproduct_item:nth-child(1)>a{-webkit-transition-delay:0.3s;transition-delay:0.3s;}
.Hproduct_box.animated .Hproduct_R .Hproduct_item:nth-child(2)>a{-webkit-transition-delay:0.4s;transition-delay:0.4s;}
.Hproduct_box.animated .Hproduct_R .Hproduct_item:nth-child(3)>a{-webkit-transition-delay:0.5s;transition-delay:0.5s;}
.Hproduct_box.animated .Hproduct_R .Hproduct_item:nth-child(4)>a{-webkit-transition-delay:0.6s;transition-delay:0.6s;}

.Hproduct_item>a .Hproduct_item_bg>img{width:100%;height:100%;object-fit:cover;
-webkit-transition:ease 0.6s;transition:ease 0.6s;}
.Hproduct_item>a .Hproduct_item_cnt{padding-left:50px;padding-top:50px;
position:absolute;top:0;left:0;width:100%;height:100%;}
.Hproduct_item .Hproduct_del{line-height:1;overflow:hidden;}
.Hproduct_item .Hproduct_del>span{font-size:16px;margin-right:10px;}
.Hproduct_L .Hproduct_item{width:100%;}
.Hproduct_R .Hproduct_item{width:50%;}
.Hproduct_box{margin:-6px;}
.Hproduct_item{padding:6px;}
.Hproduct_R .Hproduct_item>a .Hproduct_item_cnt{padding-left:40px;}

/*Hmaster_title*/
.Hmaster_title{font-size:36px;line-height:1;}

/*href_hover*/
.hoverable{overflow:hidden;}
.hoverable .hoverable_txt{position:relative;display:inline-block;}
.hoverable .hoverable_txt:after{content: '';width:100%;height:1px;
position:absolute;left:0;bottom:0;-webkit-transform:scaleX(0);transform:scaleX(0);
-webkit-transform-origin: right top;transform-origin: right top;
transition: -webkit-transform .4s cubic-bezier(.215,.61,.355,1);
transition: transform .4s cubic-bezier(.215,.61,.355,1);
transition: transform .4s cubic-bezier(.215,.61,.355,1);
-webkit-transform .4s cubic-bezier(.215,.61,.355,1);}


/*Maskbg*/
.Maskbg{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:99; 
-webkit-transition:ease 1s 0.3s;transition:ease 1s 0.3s;will-change:transform;}


/*》》》》》》》》》》首页定制《《《《《《《《《《*/
.Hstz_tab{font-size:0;margin-top:25px;}
.Hstz_tab>a{display:inline-block;padding:0 12px;font-size:16px;position:relative;-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.Hstz_tab>a:after{content:'';position:absolute;width:1px;height:50%;top:50%;
background-color:#999;right:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.Hstz_tab>a:last-child:after{display:none;}
.Hstz_tab>a .hoverable_txt{padding:5px 0;}
.Hstz_tab>a .hoverable_txt:after{background-color:#999;}
.Hstz_tab>a:last-child{border-right:0;}
.Hstz_tab>a.on{color:#000;pointer-events:none;}


.Hstz_box{margin-top:55px;overflow:hidden;}
.Hstz_box .HstzEx{width:100%;overflow:hidden;position:relative;cursor:grab;}
.Hstz_box .HstzEx_list{position:absolute;top:0;left:0;opacity:0;-webkit-opacity:0;
transform:translateX(100px);-webkit-transform:translateX(100px);width:100%;
-webkit-transition: opacity 0s linear .7s, -webkit-transform 0s linear .7s;
transition: opacity 0s linear .7s, -webkit-transform 0s linear .7s;
-o-transition: transform 0s linear .7s, opacity 0s linear .7s;
transition: transform 0s linear .7s, opacity 0s linear .7s;
transition: transform 0s linear .7s, opacity 0s linear .7s, 
-webkit-transform 0s linear .7s;}
.Hstz_box .HstzEx_list.on{position:relative;z-index:10;opacity:1;-webkit-opacity:1;transform:none;-webkit-transform:none;
-webkit-transition: opacity 0s linear .6s, -webkit-transform 2.5s cubic-bezier(.19, 1, .22, 1) .6s;
transition: opacity 0s linear .6s, -webkit-transform 2.5s cubic-bezier(.19, 1, .22, 1) .6s;
-o-transition: transform 2.5s cubic-bezier(.19, 1, .22, 1) .6s, opacity 0s linear .6s;
transition: transform 2.5s cubic-bezier(.19, 1, .22, 1) .6s, opacity 0s linear .6s;
transition: transform 2.5s cubic-bezier(.19, 1, .22, 1) .6s, opacity 0s linear .6s,
-webkit-transform 2.5s cubic-bezier(.19, 1, .22, 1) .6s;}
.Hstz_box .HstzMask{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#202020;
-webkit-transform: translateX(200%);transform:translateX(200%);z-index:50;}
.Hstz_box .HstzMask:before,.HstzMask:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;}
.Hstz_box .HstzMask:before{left:-100%;		
	background: -webkit-linear-gradient(right, #202020,rgba(32, 32, 32, 0));
    background: -moz-linear-gradient(right, #202020,rgba(32, 32, 32, 0));
    background: -ms-linear-gradient(right, #202020,rgba(32, 32, 32, 0));
    background: -o-linear-gradient(right, #202020,rgba(32, 32, 32, 0));
    background: linear-gradient(to left, #202020,rgba(32, 32, 32, 0));
}
.Hstz_box .HstzMask:after{right:-100%;	
	background: -webkit-linear-gradient(right, rgba(32, 32, 32, 0),#202020);
    background: -moz-linear-gradient(right, rgba(32, 32, 32, 0),#202020);
    background: -ms-linear-gradient(right, rgba(32, 32, 32, 0),#202020);
    background: -o-linear-gradient(right, rgba(32, 32, 32, 0),#202020);
    background: linear-gradient(to left, rgba(32, 32, 32, 0),#202020);
}
.Hstz_box .HstzMask.on{-webkit-animation:Masks 1.15s cubic-bezier(.445, .05, .55, .95) backwards;
animation:Masks 1.15s cubic-bezier(.445, .05, .55, .95) backwards;}
@keyframes Masks{
	0%{-webkit-transform:translateX(200%);transform:translateX(200%);}
	45%{-webkit-transform:none;transform:none;}
	55%{-webkit-transform:none;transform:none;}
	100%{-webkit-transform:translateX(-200%);transform:translateX(-200%);}
}
@-webkit-keyframes Masks{
	0%{-webkit-transform:translateX(200%);transform:translateX(200%);}
	45%{-webkit-transform:none;transform:none;}
	55%{-webkit-transform:none;transform:none;}
	100%{-webkit-transform:translateX(-200%);transform:translateX(-200%);}
}

.HstzEx_swiper{width:100%;}
.HstzEx_swiper .swiper-slide{width:1500px;}

@media only screen and (max-width:1600px){
    .HstzEx_swiper .swiper-slide{width:1300px;}
}
@media only screen and (max-width:1400px){
    .HstzEx_swiper .swiper-slide{width:1100px;}
}
@media only screen and (max-width:1200px){
    .HstzEx_swiper .swiper-slide{width:900px;}
}

.HstzEx_item{width:100%;height:100%;}
.HstzEx_item>a{width:100%;height:0;padding-bottom:55%;}
/*.HstzEx_item>a:after{content:'';position:absolute;width:100%;height:100%;
z-index:5;left:0;top:0;background-color:rgba(0,0,0,.45);
-webkit-transition:ease 0.75s;transition:ease 0.75s;}*/
.HstzEx_item>a>img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;}


/*》》》》》》》》》》首页学术与交流《《《《《《《《《《*/
.Hac{padding-top:120px;padding-bottom:100px;z-index:2;}
.Hac:after{content:'';position:absolute;height:48%;width:100%;background-color:#f5f5f5;bottom:0;left:0;z-index:-1;}
.Hac_line{font-size:16px;margin-top:25px;}
.Hac_top{margin-bottom:70px;}
.Hac_box{margin:0 -25px;}
.Hac_item{padding:0 25px;}
.Hac_item:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s;}
.Hac_item:nth-child(3){-webkit-transition-delay:0.4s;transition-delay:0.4s;}
.Hac_item .Hac_img{height:0;width:100%;padding-bottom:72%;overflow:hidden;}
.Hac_item .Hac_img>img{position:absolute;top:0;left:0;width:100%;height:150%;object-fit:cover;
-webkit-transition:ease 0.6s;transition:ease 0.6s;}
.Hac_item .Hac_info{padding-top:18px;}
.Hac_item .Hac_info .Hac_time{color:#bcbcbc;font-size:16px;margin-bottom:12px;}
.Hac_item .Hac_info .Hac_name{font-size:16px;margin-bottom:12px;text-align:justify;}
.Hac_item .Hac_info .Hac_p{line-height:24px;margin-bottom:25px;text-align:justify;}
.Hac_item .Hac_info .Hac_del{line-height:24px;}
.Hac_item .Hac_info .Hac_del>span{margin-right:5px;}
.Hac_item .Hac_info .Hac_del>i{font-size:13px;}

/*》》》》》》》》》》公司介绍《《《《《《《《《《*/
.Habout{padding:120px 0;}
.Habout_box .Habout_L{width:35%;}
.Habout_box .Habout_R{width:65%;}
.Habout_box .Habout_M{font-size:24px;margin-top:12px;font-weight:lighter;}
.Habout_box .Habout_qts{font-size:24px;margin-bottom:50px;padding:0 25px;width:-moz-fit-content;
width:-webkit-fit-content;width:fit-content;text-align:justify;line-height:1.6;}
.Habout_box .Habout_qts:before,.Habout_box .Habout_qts:after{content:'';width:47px;height:47px;position:absolute;
background-size:cover;background-origin:center center;background-repeat:no-repeat;}
.Habout_box .Habout_qts:before{top:0;left:0;background-image:url(../images/qmarks_l.png);}
.Habout_box .Habout_qts:after{bottom:0;right:0;background-image:url(../images/qmarks_r.png);}

.Habout_box .Habout_info{line-height:24px;font-size:16px;padding:0 25px;text-align:justify;}
.Habout_box .Habout_info>p{margin-bottom:10px;}
.Habout_box .Habout_info>p:last-child{margin-bottom:0;}

.Hseptum{overflow:hidden;height:38vh;}
.Hseptum>div{height:100%;}
.Hseptum .Hseptum_box{height:200%;overflow:hidden;}
.Hseptum.animated .Hseptum_box .Maskbg{transform:translateX(100%);-webkit-transform:translateX(100%);}
.Hseptum .Hseptum_box img{height:100%;width:100%;object-fit:cover;}

/*》》》》》》》》》》合作伙伴《《《《《《《《《《*/
.Hpartner{padding:120px 0;}
.Hpartner_box .Hpartner_L{width:35%;}
.Hpartner_box .Hpartner_M{font-size:24px;margin-top:12px;font-weight:lighter;}
.Hpartner_box .Hpartner_R{width:65%;margin:-25px 0;}
.Hpartner_item{padding:6px 0;}
.Hpartner_item>a{height:82px;width:100%;}
.Hpartner_item>a>img{height:100%;width:100%;object-fit:contain;}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>首页_end<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>产品分类<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.main_box{padding-top:80px;}
.product_classic{display:none;}
.product{background-color:#f3f3f3;padding-left:15vw;min-height:calc(100vh - 80px);min-height:-webkit-calc(100vh - 80px);}
.product_nav{position:fixed;top:80px;bottom:0;left:0;width:15vw;padding:2.6vw 0;line-height:25px;overflow-y:auto;z-index:50;}
.nav_box_item{padding:6px 0;}
.nav_box_item .nav_box_a a{padding-left:2.6vw;}
.nav_box_item .nav_box_b{padding-top:4px;}
.nav_box_item .nav_box_b a{padding-left:3.125vw;}

.product_list{padding:2.6vw 2.6vw 0vw 2.6vw;margin:-5px;}
.product_item{padding:5px;max-width:180px;}
.product_item>a{width:100%;height:0;padding-bottom:100%;position:relative;}
.product_item>a>div{position:absolute;width:100%;height:100%;top:0;left:0;background: rgba(81,81,81,.7);}
.product_item img{width:100%;height:100%;object-fit:contain;-webkit-transition:opacity 0.4s;transition:opacity 0.4s;}
.product_item .product_item_mack{position:absolute;width:100%;height:100%;top:0;left:0;z-index:5;
align-items:center;justify-content:center;padding:30px;}
.product_item .product_item_mack:before,.product_item .product_item_mack:after{content:'';position:absolute;
top:15px;left:15px;right:15px;bottom:15px;-webkit-transition:opacity 0.4s, transform 0.4s;transition:opacity 0.4s, transform 0.4s;
opacity:0;-webkit-opacity:0;}
.product_item .product_item_mack:before{border-top:1px solid #fff;border-bottom:1px solid #fff;
-webkit-transform: scale(0,1);transform: scale(0,1);}
.product_item .product_item_mack:after{border-left:1px solid #fff;border-right:1px solid #fff;
-webkit-transform: scale(1,0);transform: scale(1,0);}

.product_item .product_item_mack .product_item_name{text-transform:uppercase;transform:translateY(20px);opacity:0;-webkit-opacity:0;
-webkit-transform:translateY(20px);-webkit-transition:opacity 0.4s, transform 0.4s;transition:opacity 0.4s, transform 0.4s;word-break:break-all;
width:100%;line-height:24px;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-weight:bold;}

@media screen and (min-width:1920px){	  
   .product_item{width:11.111111%;}
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>产品详情<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.detailsInfo_box{align-items:center;padding-bottom:100px;}
.detailsInfo_R{width:40%;margin-left:auto;}
.detailsInfo_R .detailsInfo_name{font-size:36px;line-height:1.25;}
.detailsInfo_R .detailsInfo_line{font-size:16px;line-height:26px;text-align:justify;}
.detailsInfo_R .detailsInfo_line_item{margin-top:30px;}
.detailsInfo_R .detailsInfo_line_title{margin-bottom:5px;}
.detailsInfo_consult{width:max-content;margin-top:50px;}
.detailsInfo_consult>a{padding:10px;height:60px;align-items:center;position:relative;z-index:2;}
.detailsInfo_consult>a:after{content:'';position:absolute;width:100%;height:100%;background-color:#000;
top:0;left:0;z-index:-1;-webkit-border-radius:60px;border-radius:60px;
-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}
.detailsInfo_consult>a i{background-color:#fff;color:#000;-webkit-border-radius:50%;border-radius:50%;font-size:28px;padding:6px;
-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;display:inline-block;position:relative;z-index:2;}
.detailsInfo_consult>a i:after{content:'';position:absolute;width:calc(100% - 6px);height:calc(100% - 6px);
width:-webkit-calc(100% - 6px);height:-webkit-calc(100% - 6px);z-index:0;z-index:-1;opacity:0;-webkit-opacity:0;
background-color:#000;top:0;left:0;margin:3px;-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;
-webkit-transform:scale(0.24);transform:scale(0.24);-webkit-border-radius:50%;border-radius:50%;}
.detailsInfo_consult>a span{color:#fff;padding:0 35px;font-size:16px;}
.detailsInfo_R .detailsInfo_line_txt .detailsInfo_price{color:#cf1818;}
.detailsInfo_R .detailsInfo_line_txt .detailsInfo_price>i{font-size:16px;margin-right:3px;font-style:normal;}
.detailsInfo_R .detailsInfo_line_txt .detailsInfo_price>span{font-size:22px;}

/*.detailsInfo_tab{width:50px;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.detailsInfo_tab .detailsInfo_tab_item>a{align-items:center;flex-direction:column;}
.detailsInfo_tab .detailsInfo_tab_item>a:before,
.detailsInfo_tab .detailsInfo_tab_item>a:after{width:1px;height:40px;content:'';background-color:#7f7f7f;opacity:0.25;-webkit-opacity:0.25;}
.detailsInfo_tab .detailsInfo_tab_item>a span{width:12px;height:12px;position:relative;
border-radius:50%;-webkit-border-radius:50%;background-color:#7f7f7f;margin:8px 0;}
.detailsInfo_tab .detailsInfo_tab_item>a span:after{content:'';width:50px;height:50px;position:absolute;
border-radius:50%;-webkit-border-radius:50%;border:3px solid #7f7f7f;top:50%;left:50%;opacity:0;-webkit-opacity:0;
-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);
-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}
.detailsInfo_tab .detailsInfo_tab_item>a.on span:after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);
opacity:1;-webkit-opacity:1;}*/



.detailsInfo_L{align-items:center;width:60%;padding-right:10%;}
.detailsInfo_L .detailsInfo_image{overflow:hidden;width:100%;position:relative;}

.detailsInfo_L .detailsInfo_image .detailsInfo_image_nav{position:absolute;bottom:0;text-align:center;z-index:10;}
.detailsInfo_L .detailsInfo_image .detailsInfo_image_nav .swiper-pagination-bullet{margin:0 10px;background-color:#666;}
.detailsInfo_L .detailsInfo_image .detailsInfo_image_nav .swiper-pagination-bullet-active{background-color:#000;}


.detailsInfo_L .detailsInfo_image_item>img{max-width:100%;margin:0 auto;}

.pdelSection{padding:55px 0;}


.scene .scene_top{align-items:flex-end;}
.scene .scene_top .scene_switch{margin-left:auto;}
.scene .scene_top .scene_switch_btn{display:inline-block;font-size:0;padding:0 6px;position:relative;z-index:2;
-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.scene .scene_top .scene_switch_btn:after{content:'';position:absolute;width:50px;height:50px;background-color:rgba(0,0,0,0.25);top:50%;left:50%;
-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);z-index:-1;opacity:0;-webkit-opacity:0;
border-radius:50%;-webkit-border-radius:50%;-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}
.scene .scene_top .scene_switch_btn>i{font-size:28px;line-height:1;}
.scene_box{margin-top:50px;overflow:hidden;}
.scene_swiper{width:100%;overflow:hidden;}
.scene_swiper .swiper-slide{width:960px;transition-timing-function:linear;-webkit-transition-timing-function:linear;}
.scene_swiper .scene_image>a{height:0;padding-bottom:65%;position:relative;}
.scene_swiper .scene_image>a img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;}


.stuff_top .stuff_line{font-size:16px;margin-top:15px;}
.stuff_list{margin-top:30px;}
.stuff_list .stuff_item:nth-child(odd){background-color:#f2f2f2;}
.stuff_list .stuff_item:nth-child(even){background-color:#fff;}
.stuff_list .stuff_item{line-height:55px;padding-left:25px;}
.stuff_list .stuff_item .stuff_item_name{font-size:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:55px;}
.stuff_list .stuff_item .stuff_item_download{width:55px;height:55px;position:absolute;right:0;top:0;}
.stuff_list .stuff_item .stuff_item_download>a{-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;color:#c9c9c9;}
.stuff_list .stuff_item .stuff_item_download>a>i{font-size:24px;}

.relevant_top{align-items:flex-end;}
.relevant_top .relevant_more{margin-left:auto;}
.relevant_top .relevant_more>a span{font-size:16px;}

.relevant_list{margin-top:100px;margin-bottom:30px;}
.relevant_list>div{margin:-15px;}
.relevant_item{padding:15px;}
.relevant_item .relevant_item_image{height:0;padding-bottom:100%;position:relative;}
.relevant_item .relevant_item_image>img{width:100%;height:100%;object-fit:contain;position:absolute;top:0;left:0;}
.relevant_item .relevant_item_name{margin-top:15px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/*master_top*/
.master_top{padding-top:100px;}
.master_top>div{align-items:center;overflow:hidden;}
.master_top .master_navHref{margin-left:auto;color:#999;}
.master_top .master_navHref a{color:#999;-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}

/*滚动加载动画*/
.pageLoad{padding:90px 0;}
.pageLoad .pageLoad_ani{width:26px;height:26px;position:relative;}
.pageLoad_ani .pageLoad_ani_cnt{position:absolute;width:100%;height:100%;top:0;left:0;}
.pageLoad_ani .pageLoad_ani_item2{-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);}
.pageLoad_ani .pageLoad_ani_item3{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg);}
.pageLoad_ani .pageLoad_ani_cnt>div{width:6px;height:6px;
background-color:#282828;border-radius:100%;position:absolute;
-webkit-animation:bouncedelay 1.2s infinite ease-in-out;animation:bouncedelay 1.2s infinite ease-in-out;
-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.pageLoad_ani .pageLoad_ani_cnt .circle1{top:0;left:0;}
.pageLoad_ani .pageLoad_ani_cnt .circle2{top:0;right:0;}
.pageLoad_ani .pageLoad_ani_cnt .circle3{right:0;bottom:0;}
.pageLoad_ani .pageLoad_ani_cnt .circle4{left:0;bottom:0;}
.pageLoad_ani .pageLoad_ani_item2 .circle1{-webkit-animation-delay:-1.1s;animation-delay:-1.1s;}
.pageLoad_ani .pageLoad_ani_item3 .circle1{-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}
.pageLoad_ani .pageLoad_ani_item1 .circle2{-webkit-animation-delay:-0.9s;animation-delay:-0.9s;}
.pageLoad_ani .pageLoad_ani_item2 .circle2{-webkit-animation-delay:-0.8s;animation-delay:-0.8s;}
.pageLoad_ani .pageLoad_ani_item3 .circle2{-webkit-animation-delay:-0.7s;animation-delay:-0.7s;}
.pageLoad_ani .pageLoad_ani_item1 .circle3{-webkit-animation-delay:-0.6s;animation-delay:-0.6s;}
.pageLoad_ani .pageLoad_ani_item2 .circle3{-webkit-animation-delay:-0.5s;animation-delay:-0.5s;}
.pageLoad_ani .pageLoad_ani_item3 .circle3{-webkit-animation-delay:-0.4s;animation-delay:-0.4s;}
.pageLoad_ani .pageLoad_ani_item1 .circle4{-webkit-animation-delay:-0.3s;animation-delay:-0.3s;}
.pageLoad_ani .pageLoad_ani_item2 .circle4{-webkit-animation-delay:-0.2s;animation-delay:-0.2s;}
.pageLoad_ani .pageLoad_ani_item3 .circle4{-webkit-animation-delay:-0.1s;animation-delay:-0.1s;}
@-webkit-keyframes bouncedelay {
  0%,80%,100%{-webkit-transform:scale(0.4);transform:scale(0.4);}
  40%{-webkit-transform: scale(1);transform:scale(1)}
}
@keyframes bouncedelay {
  0%,80%,100%{-webkit-transform:scale(0.4);transform:scale(0.4);}
  40%{-webkit-transform: scale(1);transform:scale(1)}
}
.pageLoad .pageLoad_state{margin-top:12px;color:#282828;}
.pageLoad.not .pageLoad_ani{display:none;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>品牌<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.brand{padding-top:50px;}
.brand>div{overflow:hidden;padding-top:60px;position:relative;}
.brand>div:before{content:'';position:absolute;top:0;left:0;width:100%;height:1px;background-color:#ddd;}
.brand_list{margin:-30px;}
.brand_item{padding:30px;}
.brand_item .brand_item_image{padding-bottom:55%;position:relative;}
.brand_item .brand_item_image>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.brand_item .brand_item_info{padding-top:25px;padding-bottom:15px;}
.brand_item .brand_item_info .brand_item_logo{width:35%;height:100%;padding-right:10px;height:64px;}
.brand_item .brand_item_info .brand_item_logo img{width:100%;height:100%;object-fit:contain;}
.brand_item .brand_item_info .brand_item_txt{line-height:32px;height:64px;position:relative;
font-size:16px;color:#282828;text-align:justify;width:65%;padding-left:25px;overflow:hidden;
text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.brand_item .brand_item_info .brand_item_txt:after{content:'';position:absolute;left:0;top:50%;
height:48px;width:1px;background-color:#dcdcdc;-webkit-transform:translateY(-50%);transform:translateY(-50%);}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>案例列表<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.case{padding-top:60px;}
.case_tab{font-size:0;margin:0 -12px;}
.case_tab>a{display:inline-block;padding:0 12px;font-size:16px;position:relative;-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.case_tab>a:after{content:'';position:absolute;width:1px;height:50%;top:50%;
background-color:#999;right:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.case_tab>a:last-child:after{display:none;}
.case_tab>a .hoverable_txt{padding:5px 0;}
.case_tab>a .hoverable_txt:after{background-color:#999;}
.case_tab>a:last-child{border-right:0;}
.case_tab>a.on{color:#000;}

.case_list{margin:-22px;}
.case_item{padding:22px;}
.case_item .case_item_image{padding-bottom:55%;position:relative;}
.case_item .case_item_image>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.case_item .case_item_info{padding:25px 0;line-height:1.25;}
.case_item .case_item_info .case_item_name{font-size:16px;margin-bottom:5px;white-space:nowrap;
text-overflow:ellipsis;overflow:hidden;}
.case_item .case_item_info .case_item_txt{color:#888;text-transform:uppercase;white-space:nowrap;
text-overflow:ellipsis;overflow:hidden;line-height:18px;height:18px;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>新闻列表<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.news{padding-top:60px;}
.news>div{overflow:hidden;}
.news .news_content{width:calc(100% + 44px);width:-webkit-calc(100% + 44px);}
.news_list{position:relative;margin-top:-44px;}
.news_item{position:relative;}
.news_item>a{margin-right:44px;margin-top:44px;}
.news_item .news_item_image{width:100%;}
.news_item .news_item_image>img{width:100%;}
.news_item .news_item_info{padding-top:25px;}
.news_item .news_item_info .news_item_time{color:#bcbcbc;font-size:16px;margin-bottom:12px;}
.news_item .news_item_info .news_item_name{font-size:16px;margin-bottom:12px;}
.news_item .news_item_info .news_item_p{line-height:24px;margin-bottom:25px;
display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news_item .news_item_info .news_item_del{line-height:24px;}
.news_item .news_item_info .news_item_del>span{margin-right:5px;}
.news_item .news_item_info .news_item_del>i{font-size:13px;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>通用详情页<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.details{padding-top:50px;}
.drift{position:absolute;left:0;top:0;padding-top:80px;
-webkit-transition:cubic-bezier(0.19, 1, 0.22, 1) 1.5s;transition:cubic-bezier(0.19, 1, 0.22, 1) 1.5s;will-change:transform;}
.drift .drift_item>a{align-items:center;padding:10px 0;}
.drift .drift_item>a>i{width:40px;height:40px;line-height:40px;display:inline-block;
text-align:center;position:relative;z-index:2;font-size:16px;margin-right:10px;font-weight:bold;}
.drift .drift_item>a>i:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;
border-radius:50%;-webkit-border-radius:50%;background-color:#eee;z-index:-1;
-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}
.drift .drift_item>a>span{font-size:16px;-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}

.details_box{padding-left:20%;min-height:50vh;}
.details_cnt{padding:80px 0;}
.details_cnt:before{content:'';height:1px;width:100%;position:absolute;left:0;top:0;background-color:#d3d3d3;}
.details_cnt .details_title{font-size:36px;line-height:1.4;margin-bottom:40px;}
.details_cnt .details_info{line-height:26px;text-align:justify;}
.details_cnt .details_info img{max-width:100%;display:inline-block;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>分享<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.share{align-items:center;margin-bottom:20px;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>关于我们<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.about{padding-top:50px;}
.about_info .about_info_L{width:40%;}
.about_title .about_m{font-size:36px;line-height:1;text-transform:uppercase;}
.about_title .about_c{font-size:20px;margin-top:8px;}
.about_text{text-align:justify;position:relative;padding:40px 20px;}
.about_text:before,.about_text:after{content:'';position:absolute;height:1px;width:100%;background-color:#000;left:0;}
.about_text:before{top:0;}
.about_text:after{bottom:0;}
.about_text .about_text_name{font-size:24px;margin-bottom:30px;line-height:1.5;text-indent:-.8em;}
.about_text .about_text_line{line-height:34px;}
.about_info .about_info_R{width:60%;}
.about_line{height:90vh;margin:100px 0;overflow:hidden;}
.about_line .about_bg{overflow:hidden;}
.about_line.animated .about_bg .Maskbg{transform:translateX(115%);-webkit-transform:translateX(115%);}
.about_bg{width:100%;height:100%;}
.about_bg>img{width:100%;height:100%;object-fit:cover;}

.exHall_list .exHall_item{position:relative;}
.exHall_item .exHall_item_txt{line-height:28px;}
.exHall_item .exHall_item_img{overflow:hidden;}
.exHall_item .exHall_item_img .grid_item_img{width:100%;position:relative;}
.exHall_item .exHall_item_img .grid_item_img canvas{position:absolute;top:0;left:0;}
.exHall_item .exHall_item_img .grid_item_img img{display:none;position:absolute;top:0;left:0;width:100%;height:100%;}
.exHall_item .exHall_item_img.animated .Maskbg{transform:translateX(100%);-webkit-transform:translateX(100%);}

.exHall_list .exHall_move1{left:35vw;}
.exHall_list .exHall_move1 .exHall_item_img{width:65vw;}
.exHall_list .exHall_move1 .exHall_item_img .grid_item_img{padding-bottom:55%;}
.exHall_list .exHall_move1 .exHall_item_txt{margin-bottom:30px;}
.exHall_list .exHall_move2{left:0;}
.exHall_list .exHall_move2>div{transform:translateY(-15vh);-webkit-transform:translateY(-15vh);}
.exHall_list .exHall_move2 .exHall_item_img{width:40vw;}
.exHall_list .exHall_move2 .exHall_item_img .grid_item_img{padding-bottom:65%;}
.exHall_list .exHall_move2 .exHall_item_txt{margin-top:30px;}

.exHall_list .exHall_move3{left:-6vw;}
.exHall_list .exHall_move3>div{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
transform:translateY(-10vh);-webkit-transform:translateY(-10vh);}
.exHall_list .exHall_move3 .exHall_item_img{-webkit-box-flex: 1;-moz-box-flex: 1; -webkit-flex: 1;-ms-flex: 1;flex:1;}
.exHall_list .exHall_move3 .exHall_item_img .grid_item_img{padding-bottom:52%;}
.exHall_list .exHall_move3 .exHall_item_txt{margin-top:15px;padding-left:35px;}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>职业机会<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.recruit{padding-top:60px;padding-bottom:100px;}
.recruit_table{width:100%;border-spacing:0;border-bottom:1px solid #d3d3d3;}
.recruit_table .recruit_item{border-top:1px solid #d3d3d3;cursor:pointer;
-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}
.recruit_table .recruit_item:last-child{border-bottom:1px solid #d3d3d3;}
.recruit_table .recruit_item .recruit_name{font-size:20px;min-width:200px;}
.recruit_table .recruit_item td{font-size:16px;padding-right:10px;height:80px;}
.recruit_table .recruit_info .recruit_info_cnt{height:0;overflow:hidden;
-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}
.recruit_table .recruit_info .recruit_info_cnt>div{padding-top:30px;padding-bottom:60px;}
.recruit_table .recruit_info .recruit_info_text{line-height:26px;}
.recruit_table .recruit_info_upload{margin-top:30px;}
.recruit_table .recruit_info_upload>a{width:150px;height:50px;line-height:50px;background-color:#000;
border-radius:5px;-webkit-border-radius:5px;font-size:16px;}
.recruit_table .recruit_item .recruit_state{padding-right:0;}
.recruit_table .recruit_item .recruit_state>i{display:inline-block;
-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}
.recruit_table .recruit_item.on .recruit_state>i{transform:rotate(90deg);-webkit-transform:rotate(90deg);}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>职业机会<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.partner{padding-top:60px;}
.partner>div.row:first-child{position:relative;padding-top:60px;}
.partner>div.row:first-child:before{content:'';position:absolute;top:0;right:0;width:calc(75% + 6vw);width:-webkit-calc(75% + 6vw);
right:-6vw;background-color:#ddd;height:1px;}
.partner_info .partner_info_L{width:25%;}
.partner_info .partner_info_logo img{max-height:53px;}
.partner_info .partner_info_R{width:75%;}
.partner_info .partner_info_txt{line-height:26px;text-align:justify;}
.partner_info .partner_info_txt p{margin-bottom:30px;}
.partner_info .partner_info_txt p:last-child{margin-bottom:0;}
.partner_line{height:80vh;margin:100px 0;overflow:hidden;}
.partner_line.animated .Maskbg{transform:translateX(100%);-webkit-transform:translateX(100%);}
.partner_bg{width:100%;height:110%;}
.partner_bg>img{width:100%;height:100%;object-fit:cover;}
.partnerLogo{padding-bottom:125px;}
.partnerLogo .partnerLogo_L{width:25%;}
.partnerLogo .partnerLogo_L .partnerLogo_m{font-size:36px;line-height:1;}
.partnerLogo .partnerLogo_L .partnerLogo_c{font-size:20px;margin-top:12px;}
.partnerLogo .partnerLogo_R{width:75%;margin:-25px 0;}
.partnerLogo .partnerLogo_item{padding:10px 0;}
.partnerLogo .partnerLogo_item>a{width:100%;height:115px;}
.partnerLogo .partnerLogo_item>a img{width:100%;height:100%;object-fit:contain;}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>联系我们<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.contact_info{padding-left:6vw;width:50%;padding-right:20px;}
.contact_info{max-width:700px;}
.contact_subsidiary{transform:translateY(100%);-webkit-transform:translateY(100%);
-webkit-transition:ease 1s;transition:ease 1s;opacity:0;-webkit-opacity:0;}
.contact_subsidiary .contact_info_name{font-size:26px;line-height:1.3;margin-bottom:20px;}
.contact_subsidiary .contact_info_info{font-size:16px;line-height:34px;}
.contact_subsidiary .contact_info_city{margin-top:30px;}
.contact_subsidiary .contact_info_city>a{width:150px;height:40px;line-height:40px;border:1px solid #000;}
.contact_mode{padding-top:6vw;}
.contact_mode>div{margin:-30px 0;}
.contact_mode_item{padding:30px 0;transform:translateY(100%);-webkit-transform:translateY(100%);
-webkit-transition:ease 1s;transition:ease 1s;opacity:0;-webkit-opacity:0;}
.contact_mode_item>a{width:max-content;}
.contact_mode_item>a>div{align-items:center;}
.contact_mode_item .contact_mode_logo{width:50px;height:50px;margin-right:15px;}
.contact_mode_item .contact_mode_logo .contact_mode_svg{width:100%;height:100%;-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.contact_mode_item .contact_mode_info .contact_mode_name{margin-bottom:5px;font-size:16px;color:#000;-webkit-transition:ease 0.4s;transition:ease 0.4s;}
.contact_mode_item .contact_mode_info .contact_mode_p{color:#787878;}

.contact_mode_item .contact_mode_code{position:absolute;bottom:120%;left:0;opacity:0;opacity:0;
visibility:hidden;transform:translateY(-20px);-webkit-transform:translateY(-20px);padding:8px;
border: 1px solid #e0e0e0;-webkit-transition:cubic-bezier(.4,.4,0,1) 0.4s;transition:cubic-bezier(.4,.4,0,1) 0.4s;}
.contact_mode_item .contact_mode_code:after{content:'';position:absolute;bottom:-6px;left:50%;width:0;height:0px;margin-left:-6px;
border-style:solid;border-width:6px;border-color:#fff #fff transparent transparent;transform:rotate(-225deg);-webkit-transform:rotate(-225deg);
box-shadow:2px -2px 2px rgba(0,0,0,.1);-webkit-box-shadow:2px -2px 2px rgba(0,0,0,.1);}
.contact_mode_item .contact_mode_code img{width:110px;}


.contact_swiper{height:calc(100vh - 80px);}
.contact_swiper .swiper-slide{height:calc(100vh - 80px);align-items:center;}
.contact_swiper .swiper-slide:last-child{height:auto;}
.contact_swiper .contact_bg_item{width:50%;height:80%;margin-left:auto;max-height:700px;overflow:hidden;}
.contact_swiper .contact_bg_item>div{overflow:hidden;height:100%;}
.contact_swiper .contact_bg_item img{width:100%;height:100%;object-fit:cover;}

.contact_swiper .swiper-slide.swiper-slide-active .Maskbg{transform:translateY(-100%);-webkit-transform:translateY(-100%);}
.contact_swiper .swiper-slide.swiper-slide-active .contact_subsidiary,
.contact_swiper .swiper-slide.swiper-slide-active .contact_mode_item{transform:none;-webkit-transform:none;
opacity:1;-webkit-opacity:1;-webkit-transition-delay:0.3s;-o-transition-delay:0.3s;}
.contact_swiper .swiper-slide.swiper-slide-active .contact_mode_item:nth-child(1){-webkit-transition-delay:0.4s !important;-o-transition-delay:0.4s !important;}
.contact_swiper .swiper-slide.swiper-slide-active .contact_mode_item:nth-child(2){-webkit-transition-delay:0.5s;-o-transition-delay:0.5s;}
.contact_swiper .swiper-slide.swiper-slide-active .contact_mode_item:nth-child(3){-webkit-transition-delay:0.6s;-o-transition-delay:0.6s;}
.contact_swiper .swiper-slide.swiper-slide-active .contact_mode_item:nth-child(4){-webkit-transition-delay:0.7s;-o-transition-delay:0.7s;}


.contact_mode_item>a[data-name="wx"]:hover .contact_mode_logo .contact_mode_svg{fill:#07C160;} 
.contact_mode_item>a[data-name="wx"]:hover .contact_mode_info .contact_mode_name{color:#07C160;}
.contact_mode_item>a[data-name="tb"]:hover .contact_mode_logo .contact_mode_svg{fill:#F40;}
.contact_mode_item>a[data-name="tb"]:hover .contact_mode_info .contact_mode_name{color:#F40;}
.contact_mode_item>a[data-name="xhs"]:hover .contact_mode_logo .contact_mode_svg{fill:#ff2442;}
.contact_mode_item>a[data-name="xhs"]:hover .contact_mode_info .contact_mode_name{color:#ff2442;}
.contact_mode_item>a[data-name="hhz"]:hover .contact_mode_logo .contact_mode_svg{fill:#2db7b5;}
.contact_mode_item>a[data-name="hhz"]:hover .contact_mode_info .contact_mode_name{color:#2db7b5;}
.contact_mode_item>a:hover .contact_mode_code{opacity:1;opacity:1;visibility:visible;transform:none;-webkit-transform:none;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>搜索页面<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.search{padding:100px 0;}
.search>div{border:1px solid #eee;line-height:60px;}
.search .search_title{font-size:16px;background-color:#eee;padding:0 20px;}
.search .search_item{font-size:16px;}
.search .search_item>a{border-top:1px solid #eee;padding:0 30px;}
.search .search_item .search_time{margin-left:auto;}


/*电端加上鼠标效果 */
@media screen and (min-width:992px){		
    .Hproduct_item>a:hover .Hproduct_item_bg>img,
    .Hac_item>a:hover .Hac_img>img{transform:scale(1.1);-webkit-transform:scale(1.1);}
    .footer_box .footer_backTop>a:hover{border-radius:50%;-webkit-border-radius:50%;}
    .hoverable:hover .hoverable_txt:after{-webkit-transform:scaleX(1);transform: scaleX(1);
    -webkit-transform-origin:left top;transform-origin:left top;}
    .Hstz_tab>a:hover{color:#000;}
    .Hstz_tab>a:hover .hoverable_txt:after{background-color:#000;}
    .HstzEx_item>a:hover:after{background-color:transparent;}
    .footer_center .footer_nav>li>a:hover,
		.footer_center .footer_p>a:hover{color:#fff;}
		.footer_center .footer_nav>li>a:hover .hoverable_txt:after{background-color:#fff;}
		
		.product_item>a:hover img{opacity:0.3;-webkit-opacity:0.3;}
		.product_item>a:hover .product_item_mack:before,
		.product_item>a:hover .product_item_mack:after,
		.product_item>a:hover .product_item_mack .product_item_name{-webkit-transform:none;transform:none;opacity:1;-webkit-opacity:1;}
		.nav_box_item a:hover{background-color:#e5e5e5;-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);box-shadow:0 0 10px rgba(0, 0, 0, .1);}
		
		.detailsInfo_consult>a:hover:after{-webkit-transform:scale(1.2);transform:scale(1.2);}
		.detailsInfo_consult>a:hover i{-webkit-transform:translateX(-14px);transform:translateX(-14px);color:#fff;}
		.detailsInfo_consult>a:hover i:after{transform:none;-webkit-transform:none;opacity:1;-webkit-opacity:1;}
		.scene .scene_top .scene_switch_btn:hover:after{-webkit-transform:translate(-50%,-50%) scale(1);
		transform:translate(-50%,-50%) scale(1);opacity:1;-webkit-opacity:1;}
		.scene .scene_top .scene_switch_btn:hover{color:#fff;}
		.stuff_list .stuff_item .stuff_item_download>a:hover{color:#000;}
		.master_top .master_navHref a:hover{color:#000;}
		.case_tab>a:hover{color:#000;}
		.case_tab>a:hover .hoverable_txt:after{background-color:#000;}
		.recruit_table .recruit_item:hover{background-color:#f5f5f5;}
		.header .nav .navlist>.nav_a>.nav_b>.nav_b_list>li>a:hover{background:#f5f5f5;color:#000;}
	    .header .nav .navlist>.nav_a:hover .nav_b{opacity:1;-webkit-opacity:1;visibility:visible;}      
	    .drift .drift_item>a:hover>i:after{transform:scale(1.4);-webkit-transform:scale(1.4);}
        .drift .drift_item>a:hover>span{-webkit-transform:translateX(10px);transform:translateX(10px);}
        .Hbanner .Hbanner_switch>a:hover .Hbanner_switch_circular circle{-webkit-animation:circle-stroke-in .75s forwards;animation: circle-stroke-in .75s forwards;}   
		@-webkit-keyframes circle-stroke-in{0%{stroke-dashoffset:150.72}to{stroke-dashoffset:0}}
		@keyframes circle-stroke-in{0%{stroke-dashoffset:150.72}to{stroke-dashoffset:0}}
		@-webkit-keyframes circle-stroke-out{0%{stroke-dashoffset:0}to{stroke-dashoffset:-150.72}}
		@keyframes circle-stroke-out{0%{stroke-dashoffset:0}to{stroke-dashoffset:-150.72}}
		.Hbanner .Hbanner_switch>a:hover{opacity:1;-webkit-opacity:1;}
		.sign .sign_dom_close>a:hover>i{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
		.sign_form .form_submit_btn:hover{background-color:#000;}
		.sign_form .sign_tip a:hover,.sign_form #form_code:hover{text-decoration:underline;color:#000;}
	
}

@media screen and (max-width:1600px){	  
   .product_item{width:14.285714%;}
   .Hproduct_item .Hproduct_title{font-size:30px;}
   .Hmaster_title{font-size:32px;}
   .Hbanner_swiper .Hbanner_text .Hbanner_text_c{font-size:40px;}
   .detailsInfo_R .detailsInfo_name{font-size:32px;}
   .about_title .about_m{font-size:32px;}
   .partnerLogo .partnerLogo_L .partnerLogo_m{font-size:32px;}
   .details_cnt .details_title{font-size:32px;}
}

@media screen and (max-width:1400px){	
   .product_item{width:16.666666%;}
   .Hproduct_item .Hproduct_title{font-size:26px;margin-bottom:30px;}
   .Hproduct_item>a .Hproduct_item_cnt{padding-left:40px;padding-top:40px;}
   .Hproduct_R .Hproduct_item>a .Hproduct_item_cnt{padding-left:30px;}
   .Hmaster_title{font-size:28px;}
   .Hstz_box{margin-top:45px;}
   .Habout_box .Habout_qts{margin-bottom:40px;font-size:22px;}
   .Habout_box .Habout_M{font-size:22px;}
   .Hpartner_box .Hpartner_M{font-size:22px;}
   .Hbanner_swiper .Hbanner_text .Hbanner_text_c{font-size:36px;}
   .detailsInfo_R .detailsInfo_name{font-size:28px;}
   .detailsInfo_R .detailsInfo_line_item{margin-top:25px;}
   .detailsInfo_consult{margin-top:45px;}   
   .scene_swiper .swiper-slide {width:820px;}
   .detailsInfo_box{padding:55px 0;}
   .about_title .about_m{font-size:28px;}
   .about_text .about_text_name{font-size:22px;}
   .partnerLogo .partnerLogo_L .partnerLogo_m{font-size:28px;}
   .details_cnt .details_title{font-size:28px;}
   .recruit_table .recruit_item .recruit_name{font-size:18px;}
   .sign_form .sign_item{height:55px;line-height:55px;}
   .sign_form{font-size:14px;}
   .signInTab{margin-bottom:10px;}
   .signInTab .signInTab_item>a{font-size:18px;}
   .sign_form .sign_tip{padding-top:25px;padding-bottom:20px;}
   .sign .sign_dom>div{width:320px;}
   .sign_form .form_submit_btn{font-size:15px;}
   .sign .sign_dom{padding:40px;}
   .sign .sign_top{margin-bottom:10px;}
   .sign .sign_top .sign_title{font-size:28px;}
   .sign .sign_top .sign_p{font-size:15px;}
   .signInTab .signInTab_item>a span{font-size:18px;}
   
}

@media screen and (max-width:1200px){	
   .Hproduct_item .Hproduct_title{font-size:24px;margin-bottom:25px;} 
   .Hproduct_item>a .Hproduct_item_cnt{padding-left:30px;padding-top:30px;}
   .Hproduct_R .Hproduct_item>a .Hproduct_item_cnt{padding-left:25px;}
   .Hproduct_item .Hproduct_title .Hproduct_M{margin-bottom:10px;}
   .Hproduct_item .Hproduct_del>span{font-size:14px;}
   .Hproduct_item .Hproduct_del>i{font-size:14px;}
   .Hproduct_item .Hproduct_del>span{margin-right:5px;}
   .Hmaster_title{font-size:26px;}
   .Hstz_tab{margin-top:20px;}
   .Hstz_box{margin-top:40px;}
   .Habout_box .Habout_qts{font-size:20px;margin-bottom:30px;}
   .Habout_box .Habout_M{font-size:20px;}
   .Habout_box .Habout_qts:before, .Habout_box .Habout_qts:after{width:40px;height:40px;}
   .Hpartner_box .Hpartner_M{font-size:20px;}
   .Hpartner_item>a{height:70px;}
   .Hpartner_box .Hpartner_R{margin:-22px 0;}
   .Hbanner_swiper .Hbanner_text .Hbanner_text_c{font-size:32px;}
   .Hbanner_swiper .Hbanner_text .Hbanner_text_m{font-size:18px;}
   .product_item{width:20%;}
   .product_nav{width:220px;}
   .product{padding-left:220px;}
   .detailsInfo_R .detailsInfo_name{font-size:26px;}
   .detailsInfo_R .detailsInfo_line_item{margin-top:20px;}
   .detailsInfo_consult{margin-top:40px;} 
   .scene_swiper .swiper-slide {width:680px;}
   .relevant_item{width:16.666666%;}
   .relevant_item:nth-child(7){display:none;}
   .case_item{width:50%;}
   .brand_item{width:50%;}
   .about_title .about_m{font-size:26px;}
   .about_title .about_c{font-size:18px;}
   .about_text .about_text_name{font-size:20px;}
   .partnerLogo .partnerLogo_L .partnerLogo_m{font-size:26px;}
   .partnerLogo .partnerLogo_L .partnerLogo_c{font-size:18px;}
   .partnerLogo .partnerLogo_item>a{height:100px;}
   .details_cnt .details_title{font-size:26px;}
   .recruit_table .recruit_item .recruit_name{font-size:16px;}
    .recruit_table .recruit_item td{font-size:15px;}
    .recruit_table .recruit_item .recruit_state>i{font-size:15px;}
   .contact_subsidiary .contact_info_name{font-size:24px;}
   
}

@media screen and (max-width:992px){
	.ani{transform:none !important;-webkit-transform:none !important;opacity:1 !important;-webkit-opacity:1 !important;}
	.row{width:100%;padding:0 30px;}
	/*移动端通用导航_s*/	
    .header{height:60px;padding:0 30px;}
    .header .chn_en{padding-left:0;margin-left:auto;padding-right:15px;}
    .header .chn_en>a{height:24px;line-height:24px;padding:0 10px;font-size:12px;}
    .header .chn_en:after{display:none;}
    .header .logo>a{height:36px;width:91px;}
	.header .logo .pc{display:none}
	.header .logo .mb{display:block}
	.header .logo .pb{width:91px;}
    .menu{display:block;}
    
    .header .nav{position:fixed;top:0;right:0;overflow:hidden;width:100vw;height:100vh;z-index:-2;padding-top:100px;padding-bottom:40px;right:-100%;
    background-color:#fff;transition: right 0.75s cubic-bezier(0.6, 0, 0.175, 1);
    -webkit-transition: right 0.75s cubic-bezier(0.6, 0, 0.175, 1);will-change:transform;}
    .header.mobileNav .nav{right:0;}
    .header .nav .navlist{width:100%;opacity:0;-webkit-opacity:0;transition:all 0.45s;-webkit-transition:all 0.45s;
    overflow-y:auto;padding:0 30px;flex-wrap:wrap;max-height:100%;}
    .header.mobileNav .nav .navlist{opacity:1;-webkit-opacity:1;transition-delay:0.5s;-webkit-transition-delay:0.5s;}
    .header .nav .navlist>.nav_a{width:100%;position:relative;}
    .header .nav .navlist>.nav_a:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#e7e7e7;}
    .header .nav .navlist>.nav_a>a{line-height:55px;height:55px;padding:0;font-weight:bold;font-size:15px;pointer-events:none;color:#000;}
	.header .nav .navlist>.nav_a>.nav_b{position:static;width:100%;transform:none;
	-webkit-transform:none;opacity:1;-webkit-opacity:1;height:0;
	visibility:visible;text-align:left;padding:0;overflow:hidden;
	box-shadow:none;-webkit-box-shadow:none;border:none;}
	.header .nav .navlist>.nav_a>.nav_b .nav_b_list{padding-bottom:20px;}
	.header .nav .navlist>.nav_a>.nav_b .nav_b_list>li>a{margin-bottom:10px;line-height:24px;padding:0;}
	.header .nav .navlist>.nav_a>.nav_b .nav_b_list>li:last-child>a{margin-bottom:0;}
	.header.mobileNav .menu .menu_btn span{background-color:#000;}
	.header.mobileNav .Hoperation>a{color:#000;transition-delay:0.25s;-webkit-transition-delay:0.25s;}
	.header.mobileNav .logoSvg{fill:#000;transition-delay:0.5s;-webkit-transition-delay:0.5s;}
	
	/*移动端通用导航_e*/
	
	.header .Hoperation{margin-left:auto;padding-left:0;}
	.header .Hoperation>a{padding:0 4px;}
	.header .Hoperation .Hoperation_btn{height:auto;line-height:1;}
	
	#main{height:auto;}
	.Hproduct_box{flex-wrap:wrap;margin:-5px;}
	.Hproduct_box .Hproduct_L,.Hproduct_box .Hproduct_R{width:100%;}  
	.Hproduct_item>a{opacity:1;-webkit-opacity:1;visibility:visible;transform:none;-webkit-transform:none;}
	.Hproduct{padding:100px 0;}
	.Hproduct_R .Hproduct_item>a .Hproduct_item_cnt{padding-left:20px;}
	.Hproduct_item>a .Hproduct_item_cnt{padding-left:20px;}
	.Hproduct_item .Hproduct_title{font-size:22px;margin-bottom:20px;} 
	.Hproduct_item .Hproduct_title .Hproduct_M{margin-bottom:8px;}
	.Hbanner{height:38vh;margin-top:60px;}
	.Hbanner .Hbanner_nav{bottom:15px;}
	.Hbanner .Hbanner_nav .swiper-pagination-bullet{height:10px;width:3px;margin:0 3px;}
	.Hmaster_title{font-size:24px;}
	.Hstz_tab>a{font-size:15px;padding:0;min-width:33.333333%;}
	.Hstz_tab>a:after{display:none;}
	.HstzEx_swiper .swiper-slide{width:88%;}
	.HstzEx_item>a{padding-bottom:65%;}
	.Hstz_box{margin-top:35px;}
	.Hac{padding:100px 0;}
	.Hac_line{margin-top:20px;font-size:15px;line-height:24px;text-align:justify;}
	.Hstz_top{text-align:left;padding:0 30px;}
	.Hac_top{text-align:left;padding:0 30px;}
	.Hproduct>div{width:100%;padding:0 10px;}
	.Hproduct_item{padding:5px;}	
	.Hac_top{margin-bottom:35px;}
	.Hac_box{margin:0 -15px;}
	.Hac_item{padding:0 15px;}
	.Hac_item .Hac_info .Hac_p{margin-bottom:15px;}
	.Hac_item .Hac_info .Hac_name{margin-bottom:8px;font-size:15px;}
	.Hac_item .Hac_info .Hac_time{margin-bottom:8px;font-size:15px;}
	.Hac_item .Hac_info{padding-top:15px;}
	.Hac_item .Hac_info .Hac_p{font-size:13px;}
	.Hac_item .Hac_info .Hac_del>span{font-size:13px;}
	.Hac_item .Hac_info .Hac_del>i{font-size:12px;}
	.Maskbg{display:none;}
	.Habout_box .Habout_qts{font-size:18px;}
	.Habout_box .Habout_info{font-size:15px;color:#555;padding:0 20px;}
	.Habout_box .Habout_info>p{margin-bottom:6px;}
	.Habout_box .Habout_qts{margin-bottom:25px;padding:0 20px;}
	.Habout_box .Habout_M{font-size:18px;margin-top:8px;}
	.Habout_box .Habout_qts:before, .Habout_box .Habout_qts:after{width:30px;height:30px;}	
	.Habout{padding-top:100px;padding-bottom:70px;}
	.Hseptum{height:22vh;}
	.Hseptum .Hseptum_box{-webkit-transform:translatY(-25%);transform:translateY(-25%);}
	.Hpartner_item{width:25%;}
	.Hpartner_box .Hpartner_M{font-size:18px;}
	.Hpartner_item>a{height:60px;}
	.Hpartner_item{padding:5px 0;}
	.Hpartner{padding:100px 0;}
	.Hpartner_box .Hpartner_R{margin:-20px 0;}
	.footer_backTop{display:none;}
	.footer_box{flex-wrap:wrap;}
	.footer_box .footer_logo{order:-1;}
	.footer_box .footer_center{position:static;-webkit-transform:none;transform:none;height:auto;margin-top:25px;text-align:left;}
	.footer_center .footer_nav,.footer_center .footer_p{position:static;text-align:justify;}
	.footer_center .footer_p{line-height:24px;}
	.footer_center .footer_nav{margin-bottom:8px;}
	.footer_box .footer_logo>a{height:44px;width:111px;}
	.footer_center .footer_nav>li>a{padding:0;}
	.footer_center .footer_nav>li{margin-right:20px;}
	.Hbanner_swiper .Hbanner_text .Hbanner_text_c{font-size:28px;}
	.Hbanner_swiper .Hbanner_text .Hbanner_text_m{font-size:16px;margin-top:10px;opacity:0.75;-webkit-opacity:0.75;}
	.Hbanner_swiper .Hbanner_text{padding:0 30px;}	
	.Hbanner_swiper .Hbanner_bg>img{width:120%;}	
	@keyframes ani_slideX{
	    0% {
	        transform:translateX(0);-webkit-transform:translateX(0);
	    }
	    100% {
	        transform:translateX(-19%);-webkit-transform:translateX(-19%);
	    }
	}
	@-webkit-keyframes ani_slideX{
	    0% {
	        transform:translateX(0);-webkit-transform:translateX(0);
	    }
	    100% {
	        transform:translateX(-19%);-webkit-transform:translateX(-19%);
	    }
	}
    .nav_box_item .nav_box_a a{padding-left:30px;}
    .nav_box_item .nav_box_b a{padding-left:40px;}
    .main_box{padding-top:60px;}
    .product_list{padding:30px 30px 0px 30px;}
    .product{min-height:calc(100vh - 60px);min-height:-webkit-calc(100vh - 60px);}
    .product_nav{top:60px;padding:30px 0;}    
    .pageLoad{padding:70px 0;}
    .detailsInfo_R .detailsInfo_name{font-size:24px;}
    .detailsInfo_R .detailsInfo_line{font-size:15px;line-height:24px;}
    .detailsInfo_box{flex-wrap:wrap;padding-top:0;padding-bottom:35px;}
    .detailsInfo_L{width:100%;padding:0;margin-bottom:55px;}    
    .detailsInfo_R{width:100%;}
    .detailsInfo_R .detailsInfo_line_item{margin-top:15px;}
    .detailsInfo_consult{margin-top:35px;}
    .detailsInfo_consult>a{height:46px;}
    .detailsInfo_consult>a span{padding:0 20px;font-size:15px;}
    .detailsInfo_consult>a i{font-size:24px;padding:4px;}
    .scene .scene_top .scene_switch_btn>i{font-size:22px;}
    .scene_swiper .swiper-slide{width:75%;}
    .pdelSection{padding:35px 0;}
    .scene_box{margin-top:35px;}
    .stuff_top .stuff_line{font-size:15px;line-height:24px;}
    .relevant_list{margin-top:70px;}
    .stuff_list .stuff_item{padding-left:15px;}
    .stuff_list .stuff_item{line-height:50px;}
    .stuff_list .stuff_item .stuff_item_download{width:50px;height:50px;}
    .stuff_list .stuff_item .stuff_item_name{font-size:14px;padding-right:50px;}
    .stuff_list .stuff_item .stuff_item_download>a>i{font-size:20px;}
    .relevant_item{width:33.333333%;}
    .relevant_item .relevant_item_name{font-size:14px;}
    .relevant_item{padding:8px;}
    .relevant_list>div{margin:-8px;}
    .relevant_item .relevant_item_name{margin-top:8px;} 
    .relevant_top .relevant_more>a span{font-size:15px;}
    .relevant_top .relevant_more>a i{font-size:15px;}
    .master_top{padding-top:70px;}
    .master_top>div{flex-wrap:wrap;}
    .case_tab{order:2;width:100%;margin:0;border-top:1px solid #ddd;padding-top:20px;margin-top: 20px;}
    .master_top .master_navHref{width:100%;}
    .case_tab>a{font-size:15px;padding:0;min-width:33.333333%;}
    .case_tab>a:after{display:none;}
    .case_item{padding:15px;}
    .case_list{margin:-15px;}
    .case_item .case_item_info{padding:15px 0;}
    .case{padding-top:50px;}
    .case_item .case_item_info .case_item_name{font-size:15px;}
    .case_item .case_item_info .case_item_txt{font-size:13px;line-height:16px;height:16px;}
    .brand{padding-top:20px;}
    .brand_item{padding:20px;}
    .brand_list{margin:-20px;}
    .brand_item .brand_item_info .brand_item_logo{height:52px;}
    .brand_item .brand_item_info .brand_item_txt{line-height:26px;height:52px;font-size:15px;}
    .brand_item .brand_item_info{padding-top:15px;padding-bottom:8px;}
    .brand>div{padding-top:50px;}
    .brand>div:before{width:calc(100% - 60px);width:-webkit-calc(100% - 60px);left:30px;}
    .about_title .about_m{font-size:24px;}
    .about_title .about_c{font-size:16px;margin-top:5px;}
    .about_info{flex-wrap:wrap;}
    .about_info .about_info_L{width:100%;}
    .about_info .about_info_R{width:100%;margin-top:30px;}
    .about_text{padding:25px 0;}
    .about_text .about_text_name{font-size:18px;margin-bottom:20px;text-indent:0;}
    .about_text .about_text_line{line-height:28px;}
    .about_info{border-top:1px solid #ddd;padding-top:40px;}
    .about{padding-top:0;margin-top:20px;}
    .about_line{height:28vh;margin:70px 0;}
    .exHall_list .exHall_item{position:static;margin-bottom:30px;text-indent:0;}
    .exHall_list .exHall_item:last-child{margin-bottom:0;}
    .exHall_item .exHall_item_img{width:100% !important;margin-top:10px;}
    .exHall_item .exHall_item_img .grid_item_img{padding-bottom:60% !important;}
    .exHall_item .exHall_item_img .grid_item_img img:first-child{display:block;}
    .exHall_list{margin-top:35px;}
    .exHall_item .exHall_item_txt{line-height:26px;margin-bottom:0 !important;width:100%;order:-1;margin-top:0 !important;}
    .exHall_list .exHall_item>div{display:box;display:-webkit-box;display:-moz-box;
    display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;transform:none !important;-webkit-transform:none !important;}
    .exHall_list .exHall_move3 .exHall_item_txt{margin-top:0;padding-left:0;}
    .exHall{margin-bottom:50px;}
    .exHall_list .exHall_move3 .exHall_item_img{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;}
    .partner{padding-top:20px;}
    .partner>div.row:first-child{padding-top:40px;}
    .partner>div.row:first-child:before{left:30px;width:calc(100% - 60px);width:-webkit-calc(100% - 60px);}
    .partner_info{flex-wrap:wrap;}
    .partner_info .partner_info_L{width:100%;}
    .partner_info .partner_info_logo{margin-bottom:20px;}
    .partner_info .partner_info_R{width:100%;}
    .partner_info .partner_info_txt p{margin-bottom:10px;}
    .partner_line{height:28vh;margin:70px 0;}
    .partner_info .partner_info_logo img{max-height:44px;}
    .partnerLogo .partnerLogo_L .partnerLogo_m{font-size:24px;}
    .partnerLogo .partnerLogo_L .partnerLogo_c{font-size:16px;margin-top:5px;}
    .partnerLogo{flex-wrap:wrap;}
    .partnerLogo .partnerLogo_L{width:100%;margin-bottom:20px;}
    .partnerLogo .partnerLogo_R{width:100%;}
    .partnerLogo .partnerLogo_item>a{height:80px;}
    .partnerLogo .partnerLogo_R{margin:0;}
    .partnerLogo .partnerLogo_item{padding:5px 0;}
    .partnerLogo{padding-bottom:100px;}
    .news_item{width:50%;}
    .news_item>a{margin-right:30px;margin-top:30px;}
    .news_list{margin-top:-30px;}
    .news .news_content{width:calc(100% + 30px);width:-webkit-calc(100% + 30px);}
    .news_item .news_item_info .news_item_name{font-size:15px;}
    .news_item .news_item_info .news_item_p{font-size:13px;}
    .news_item .news_item_info .news_item_time{margin-bottom:8px;font-size:15px;}
    .news_item .news_item_info .news_item_name{margin-bottom:8px;}
    .news_item .news_item_info .news_item_p{margin-bottom:15px;}
    .news_item .news_item_info{padding-top:15px;}
    .news_item .news_item_info .news_item_del>span{font-size:13px;}
    .news_item .news_item_info .news_item_del>i{font-size:12px;}
    .news{position:relative;margin-top:20px;padding-top:50px;}
    .news:before{content:'';position:absolute;height:1px;background-color:#ddd;
    width:calc(100% - 60px);width:-webkit-calc(100% - 60px);left:30px;top:0;}
    .details_cnt .details_title{font-size:24px;margin-bottom:25px;}
    .details_cnt{padding-top:55px;padding-bottom:0;}
    .details{padding-top:20px;}
    .details_box{padding-left:0;display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;}
    
    .drift{position:static;order:2;display:box;display:-webkit-box;display:-moz-box;
    display:-ms-flexbox;display:-webkit-flex;display:flex;padding-top:0;width:100%;margin:50px 0;}
    .drift .drift_item:nth-child(4){display:none;}
    .drift .drift_item{width:33.333333%;}
    .drift .drift_item:nth-child(2)>a>i{margin:0 auto;}
    .drift .drift_item>a>span{display:none;}
    .drift .drift_item>a>i{margin-right:0;}
    .drift .drift_item>a{padding:0;}
    .drift .drift_item:nth-child(1)>a>i{transform:rotate(-90deg);}
    .drift .drift_item:nth-child(3)>a>i{order:2;transform:rotate(-90deg);margin-left:auto;}
    .Hbanner .Hbanner_switch{display:none;}
    .social-share .icon-wechat .wechat-qrcode{top:100% !important;}
    .social-share .icon-wechat .wechat-qrcode:after{bottom:auto !important;top:-13px;
    border-color:transparent transparent #f3f3f3 transparent !important;}
    .share{margin-bottom:10px;}
    .social-share .social-share-icon{width:28px !important;height:28px !important;line-height:28px !important;font-size:16px !important;}
    .recruit_table .recruit_item td:nth-child(4){display:none;}
    .recruit_table .recruit_item .recruit_name{font-size:14px;min-width:100px;}
    .recruit_table .recruit_item td{font-size:14px;}
    .recruit_table .recruit_item .recruit_state>i{font-size:14px;}
    .recruit_table .recruit_item td{height:60px;}
    .recruit_table .recruit_info .recruit_info_cnt>div{padding-top:25px;padding-bottom:50px;}
    .recruit_info>td:nth-child(1){display:none;}
    .recruit_table .recruit_info_upload>a{width:130px;height:40px;line-height:40px;font-size:14px;}
    .recruit_table .recruit_info .recruit_info_text{line-height:24px;font-size:13px;}
    .contact_swiper .swiper-slide{flex-wrap:wrap;height:auto;margin-bottom:70px;}
    .contact_info{width:100%;max-width:100%;padding:0 30px;padding-top:50px;}
    .contact_swiper{height:auto;}
    .contact_swiper .contact_bg_item{width:100%;order:-1;height:28vh;}
    .contact_swiper .swiper-wrapper{display:block;}
    .contact_mode_item,.contact_subsidiary{opacity:1;-webkit-opacity:1;transform:none;-webkit-transform:none;}
    .contact_subsidiary .contact_info_name{font-size: 22px;}
    .contact_subsidiary .contact_info_info{font-size:15px;line-height:26px;}   
    .contact_mode_item .contact_mode_info .contact_mode_name{font-size:15px;} 
    .contact_mode_item .contact_mode_info .contact_mode_p{font-size:13px;}
    .contact_mode_item .contact_mode_logo{margin-right:0;}
    .contact_mode_item .contact_mode_info{margin-top:10px;}
    .contact_mode_item>a>div{display:block;}
    .contact_mode{padding-top:55px;}
    .contact_subsidiary .contact_info_name{margin-bottom:15px;}
    .contact_subsidiary .contact_info_city{margin-top:25px;}
    .contact_mode_item{padding:18px 0;}
    .contact_mode>div{margin:-18px 0;}
    .contact_mode_item .contact_mode_code{padding:5px;}
    .contact_swiper .swiper-slide:last-child{margin-bottom:0;}
    .Hbanner_swiper .Hbanner_text{transform:translate(50px,-50%);-webkit-transform:translate(50px,-50%);}
    .Hbanner_swiper .swiper-slide.swiper-slide-active .Hbanner_text,
	.Hbanner_swiper .swiper-slide.swiper-slide-duplicate-active .Hbanner_text{
	transition-duration:2s;-webkit-transition-duration:2s;}
	.Hstz_box .HstzEx_list{transform:translateX(50px);-webkit-transform:translateX(50px);}
	
	

}
@media screen and (max-width:875px){
	.product_item{width:25%;}
}
@media screen and (max-width:768px){	
    .Hproduct{padding:70px 0;}
    .Hproduct_R .Hproduct_item{width:100%;float:none;} 
    .Hac{padding:70px 0;}
    .Hac_box{margin:0;}
    .Hac_item{width:100%;float:none;padding:0;margin-bottom:30px;}
    .Hac_item:last-child{margin-bottom:0;}
    .Hstz_tab>a{min-width:50%;}
    .Habout_box{flex-wrap:wrap;}
    .Habout_box .Habout_L{width:100%;margin-bottom:30px;}
	.Habout_box .Habout_R{width:100%;}
	.Habout_box .Habout_qts:before, .Habout_box .Habout_qts:after{width:25px;height:25px;}
	.Habout_box .Habout_info{padding:0;}
	.Habout_box .Habout_qts{padding:0;}
	.Habout_box .Habout_qts:before,.Habout_box .Habout_qts:after{display:none;}
    .Habout{padding-top:70px;padding-bottom:40px;}
    .Hpartner_box{flex-wrap:wrap;}
	.Hpartner_box .Hpartner_L{width:100%;margin-bottom:25px;}
	.Hpartner_box .Hpartner_R{width:100%;margin:0;}
	.Hpartner_item{width:33.333333%;}
	.Hpartner_item>a{height:50px;}
	.Hpartner{padding:70px 0;}
	.footer_box{padding:50px 0;}
	.Hbanner_swiper .Hbanner_text .Hbanner_text_c{font-size:24px;}
    .Hbanner_swiper .Hbanner_text .Hbanner_text_m{font-size:16px;}
    .footer_center .footer_nav>li,.footer_center .footer_p{font-size:13px;}
    .product_nav{width:100%;z-index:1100;opacity:0;-webkit-opacity:0;visibility:hidden;top:40px;
    transform:translateY(60px);-webkit-transform:translateY(60px);
    -webkit-transition:ease 0.4s;transition:ease 0.4s;}
    .product_nav.on{opacity:1;-webkit-opacity:1;visibility:visible;
    transform:none;-webkit-transform:none;}
    
    .product{padding-left:0;padding-top:40px;}
    .pageLoad{padding:50px 0;}
    .product_classic{position:fixed;top:0;width:100%;height:40px;left:0;z-index:555;line-height:40px;
    transform:translateY(60px);-webkit-transform:translateY(60px);
    display:block;-webkit-transition:transform 0.4s;transition:transform 0.4s;}
    .product_classic>a{color:#FFF;font-weight:bold;background-color:#000;}
    .product_classic.on{transform:none;-webkit-transform:none;}
    .detailsInfo_R .detailsInfo_line_item{margin-top:12px;}
    .detailsInfo_consult{margin-top:30px;}
    .detailsInfo_R .detailsInfo_line{font-size:14px;}
    .relevant_list{margin-top:50px;}
    .case_item{width:100%;padding:8px;}
    .case_list{margin:-8px;}
    .case_tab>a{min-width:50%;}
    .master_top{padding-top:50px;}
    .case{padding-top:35px;}
    .brand_item{width:100%;padding:8px;}
    .brand_list{margin:-8px;}
    .brand_item .brand_item_info{padding:15px 0;}
    .brand_item .brand_item_info .brand_item_logo{height:48px;padding-right:5px;}
    .brand_item .brand_item_info .brand_item_txt{line-height:24px;height:48px;font-size:14px;padding-left:15px;}
    .brand>div{padding-top:40px;}
    .about_line{margin:50px 0;}
    .partner_line{margin:50px 0;}
    .partnerLogo .partnerLogo_item>a{height:70px;}
    .partnerLogo .partnerLogo_item{width:25%;}  
    .partnerLogo{padding-bottom:70px;}
    .news_item{width:100%;margin-bottom:30px;position:static;}
    .news_item>a{margin-right:0;margin-top:0;}
    .news_list{margin-top:0;}
    .news .news_content{width:100%;}
    .news_item .news_item_image{padding-bottom:72%;position:relative;}
    .news_item .news_item_image>img{height:100%;object-fit:cover;position:absolute;top:0;left:0;}
    .news{padding-top:40px;}
    .details_cnt{padding-top:35px;}
    .drift{margin-top:35px;}
    .detailsInfo_L{margin-bottom:35px;}
    .detailsInfo_L .detailsInfo_image .detailsInfo_image_nav .swiper-pagination-bullet{width:6px;height:6px;margin:0 5px;}
    .detailsInfo_box{padding-bottom:35px;}
    .recruit_table .recruit_info .recruit_info_cnt>div{padding-top:15px;padding-bottom:35px;}
    .recruit_table .recruit_item .recruit_name{min-width:auto;}
    .contact_swiper .swiper-slide{margin-bottom:50px;}
    .contact_mode_item{padding:12px 0;}
    .contact_mode>div{margin:-12px 0;}
    .contact_mode{padding-top:40px;}
    .contact_info{padding-top:35px;}
    .contact_subsidiary .contact_info_name{font-size:20px;}
    .signMask{display:none;}
    .sign .sign_dom_close{position:absolute;right:0;top:0;transform:translate(50%,-50%);-webkit-transform:translate(50%,-50%);z-index:30;}
    .sign .sign_dom_close>a{background-color:#000;width:100px;height:100px;border-radius:50%;-webkit-border-radius:50%;line-height:1;position:relative;}
    .sign .sign_dom_close>a>i{position:absolute;left:20px;bottom:20px;font-size:22px;}
    .sign{width:100%;height:100%;top:0;left:0;transform:translateY(100%);-webkit-transform:translateY(100%);background-color:#fff;margin-top:0;overflow:hidden;}    
    .sign.on{-webkit-transform:none;transform:none;}
	.sign .sign_dom{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);-moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);box-shadow:0 0 10px rgba(0, 0, 0, .1);}  
    
}
@media screen and (max-width:425px){	
    .product_item{width:50%;}
    .relevant_item{width:50%;}
    .relevant_list{margin-top:30px;}
    .partnerLogo .partnerLogo_item{width:33.333333%;}
    .partnerLogo .partnerLogo_item>a{height:60px;}
    .recruit_table .recruit_item td:nth-child(3){display:none;}
    .signMask{display:none;}
    .sign .sign_dom{-webkit-box-shadow:none;box-shadow:none;padding:0 30px;width:100%;}
    .sign .sign_dom>div{width:100%;}
    
    .header .Hoperation,.header.onWhite .Hoperation>a{position:initial;}
    
}
