@charset "utf-8";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~手机版~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 320px) and (max-width:359px){html{font-size:32px !important;} }
@media (min-width: 360px) and (max-width:374px){html{font-size:36px !important;} }
@media (min-width: 375px) and (max-width:383px){html{font-size:37.5px !important;} }
@media (min-width: 384px) and (max-width:413px){html{font-size:38.4px !important;} }
@media (min-width: 414px) and (max-width:447px){html{font-size:41.4px !important;} }
@media (min-width: 448px) and (max-width:479px){html{font-size:44.8px !important;} }
@media (min-width: 480px) and (max-width:511px){html{font-size:48px !important;} }
@media (min-width: 512px) and (max-width:543px){html{font-size:51.2px !important;} }
@media (min-width: 544px) and (max-width:575px){html{font-size:54.4px !important;} }
@media (min-width: 576px) and (max-width:607px){html{font-size:57.6px !important;} }
@media (min-width: 608px) and (max-width:639px){html{font-size:60.8px !important;} }
@media (min-width: 640px) and (max-width:1200px){html{font-size:60.8px !important;} }

@media screen and (max-width:1199px){
	:root{
		--centerWidth:90vw;
		--centerWidthDef:var(--centerWidth);
		--headerHeight:60px;
		--swbtnSize:40px;
	}
	
	.menu{
		position:fixed;
		top:0;
		right:1%;
		width:44px;
		height:var(--headerHeight);
		z-index:995;
	}
	.menu:hover {
		cursor: pointer;
	}
	.menu > i {
		position: absolute;
		width: 24px;
		height: 2px;
		top: 50%;
		left:10px;
		background-color:var(--curColor);
		pointer-events:auto;
		transition-property:transform;
		transition-duration: .35s;
		transition-delay: .35s;
	}
	.menu > i:before, .menu > i:after {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		top:0;
		left: 50%;
		background-color:var(--curColor) !important;
		content: "";
		transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		transition: transform 0.35s, -webkit-transform 0.35s;
		-webkit-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
	}
	.menu > i:before {
		-webkit-transform: translate(-50%, -7px);
				transform: translate(-50%, -7px);
	}
	.menu > i:after {
		-webkit-transform: translate(-50%, 7px);
				transform: translate(-50%, 7px);
	}
	.menu_bg{
		position:fixed;
		width:100vw;
		height:0;
		top:0;
		left:0;
		z-index:990;
		background:#fff;
		-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		 -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
			transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.header-m-open .menu_bg{
		height:100vh;
	}
	input.hamburger{
		height:0;
		display:none;
	}
	.header-m-open label.menu > i {
		background-color: transparent !important;
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	.header-m-open label.menu > i:before {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
				transform: translate(-50%, -50%) rotate(45deg);
	}
	.header-m-open label.menu > i:after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
				transform: translate(-50%, -50%) rotate(-45deg);
	}
 
 
	.header-m-open.header_box{
		z-index:1402;
		/* box-shadow:none; */
	}
	
	.header-m-open .nav_box{
		top:0;
		opacity:1;
	}
	
	/* ~~~~~~~~~~~~~~~~~~ */
	.wow_list li:nth-of-type(1),
	.wow_list li:nth-of-type(2),
	.wow_list li:nth-of-type(3),
	.wow_list li:nth-of-type(4),
	.wow_list li:nth-of-type(5),
	.wow_list li:nth-of-type(6),
	.wow_list li:nth-of-type(7),
	.wow_list li:nth-of-type(8),
	.wow_list li:nth-of-type(9),
	.wow_list li:nth-of-type(10){
		-webkit-animation-delay:.2s;
		animation-delay:.2s;
	}
	
	header,body,html{
		width:100vw !important;
	}
	
	body{
		overflow-x:hidden;
	}
	body.active{
		overflow:hidden;
	}
	
	/* header */
	.header_box .center_box,
	.header_height{
		height:var(--headerHeight);
	}
	.header_box .logo img{
		max-width:45vw;
	}
	nav ul>li .subnav li a{
		font-size:15px;
		padding:5px 0;
	}
	.header_box2 .menu > i,
	.header_color .menu > i{
		background:var(--curColor);
	}
	.header_box2 .menu > i:before,
	.header_box2 .menu > i:after,
	.header_color .menu > i:before,
	.header_color .menu > i:after,
	.header-m-open .menu > i:before,
	.header-m-open .menu > i:after{
		background:var(--curColor) !important;
	}
	.header_box.header_box2{
		--headerHeight:60px;
	}
	.header_box .header_r{
		color:var(--curColor);
	}
	.header_box .header_r > * ~ *{
		--navGap:calc(5px + 15 / var(--invarPx) * var(--centerWidth));
	}
	.hamburger ~ .header_box .header_r{
		padding-right:30px;
	}
	
	.header_box{
		background:#fff;
		box-shadow:0 0 20px rgba(0,0,0,.09);
	}
	.header_box .logo .logo_color{
		display:block;
	}
	.header_box .logo .logo_white{
		display:none;
	}
	.header_box .header_lan .header_lan_def img{
		opacity:0;
	}
	.header_box .header_lan .header_lan_def{
		background:url(../img/icon_lan_color.gif) no-repeat center center;
		background-size:auto 100%;
	}
	.header_box .header_lan.is-open .header_lan_hide{
		transform:translateY(0);
		opacity:1;
		pointer-events:auto;
	}
	
	.header_box .nav_box > ul > li > a{
		color:#333;
	}
	.header_box .nav_box > ul > li > a::before{
		background:var(--curColor);
	}
	.menu_bg,
	.nav_box{
		margin-left:0 !important;
	}
	

	
	.nav_box{
		position:fixed;
		width:100%;
		height:100vh;
		top:-100vh;
		left:0;
		z-index:992;
		opacity:0;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-justify-content:center;
		justify-content:center;
		-webkit-align-items:flex-start;
		align-items:flex-start;
		transition:top .3s,opacity .3s;
		overflow-y:auto;
	}
	.nav_box>ul{
		width:92%;
		padding:5vh 0;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-direction:column;
		flex-direction:column;
		overflow:hidden;
	}
	.nav_box>ul>li{
		padding:2vh 0;
		margin-right:0;
		border-bottom:solid 1px rgba(0,0,0,.1);
		height:auto;
		display:block;
		position:relative;
		font-size:18px;
	}
	.nav_box>ul>li + li{
		margin-left:0;
	}
	.nav_box>ul>li>a{
		color:#191919;
		display:block;
		padding:1vh 10px;
		position:static;
		height:auto;
		text-align:left;
		font-weight:bold;
	}
	.nav_box>ul>li.has_subnav>a{
		display:inline-block;
	}
	.nav_box>ul>li.active>a{
		color:var(--curColor);
		background:none;
	}
	.nav_box>ul>li>a:before{
		display:none;
	}
	.nav_box>ul>li>a:after{
		content:"";
		position:absolute;
		right:10px;
		top:calc(3vh + 13px);
		width:8px;
		height:8px;
		margin-top:-4px;
		border-right:2px solid #ccc;
		border-top:2px solid #ccc;
		transform:rotate(45deg);
		pointer-events:none;
	}
	.nav_box>ul>li:not(.has_subnav)>a:after{
		display:none;
	}
	.nav_box>ul>li.active>a:after{
		border-color:var(--redColor1);
	}
	.nav_box>ul>li.current.has_subnav>a:after{
		transform:rotate(135deg);
	}
	.nav_box > ul > li > a .nav_dec{
		display:none;
	}
	
	nav>ul>li.has_subnav>a:before{
		content:"";  
		position:absolute;
		border-left:solid 6px transparent;
		border-right:solid 6px transparent;
		border-top:solid 6px #ccc;
		top:50%;
		margin-top:-3px;
		right:0;
	}
	nav>ul>li.has_subnav.current>a:before{
		border-top-color:#c19b76;
	}
	nav ul>li .subnav{
		position:static;
		width:100%;
		border-top:none;
		box-shadow:none;
		transform: perspective(300px) scaleY(1) translateZ(0);
		visibility: visible;
		opacity: 1;
		transform-origin: top;
		transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease,height 500ms ease,max-height 500ms ease;
		margin-left:0;
		padding:0 1.25em;
		display:none;
	}
	
	nav ul>li.current .subnav{
		display:block;
	}
	nav ul>li .subnav li a{
		text-align:left;
	}
	.nav_box>ul>li>a:after{
		transition:all .35s;
	}
	
	.xla_nav{
		position:static;
		transform: perspective(300px) scaleY(1) translateZ(0);
		visibility: visible;
		opacity: 1;
		pointer-events:auto;
		box-shadow:none;
		top:auto;
		display:none;
	}
	.xla_nav .xla_l,
	.xla_nav::before{
		display:none;
	}
	.xla_nav .xla_c,
	.xla_nav .xla_r,
	.xla_nav .xla_c > ol,
	.xla_nav .xla_c .xla_r{
		width:100%;
	}
	.xla_nav .xla_c{
		--pdLeft:2em;
		padding:0;
	}
	.xla_nav .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		height:auto;
	}
	.xla_nav .xla_c > ol{
		width:100%
	}
	.xla_nav .xla_c .xla_cs .xla_icon{
		transform:rotate(0deg) !important;
		opacity:1;
		color:#ccc;
	}
	.xla_nav .xla_c .hasThird .xla_cs .xla_icon{
		transform:rotate(90deg) !important;
	}
	.xla_nav .xla_c li.active .xla_cs{
		background:none;
		color:currentColor;
	}
	.xla_nav .xla_c .xla_r{
		position:static;
		left:auto;
		top:auto;
		height:auto;
		display:block;
	}
	.xla_nav .xla_c .xla_r > ol{
		--col:2;
		-webkit-flex-direction:row;
		flex-direction:row;
		background:#f5f7f8;
	}
	.xla_nav .xla_c .xla_r > ol > li{
		width:calc(100% / var(--col));
	}
	.nav_box li.current .xla_nav{
		display:block;
	}
	
	/* banner */
	.pc_banner{
		overflow:hidden;
		height:0;
		pointer-events:none;
	}
	.banner_words{
		opacity:0 !important;
		pointer-events:none !important;
	}
	.banner_box .banner_pics .banner_txt .banner_tl .banner_xh img{
		max-height:.9em;
		height:auto;
	}
	.banner_box .swiper-pagination-bullet{
		width:18px;
		height:3px;
		border-radius:0;
		background:rgba(255,255,255,.3);
		opacity:1;
		position:relative;
		overflow:hidden;
		border-radius:10px;
	}
	.banner_box .swiper-pagination-bullet::before{
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:#fff;
		transform-origin:left;
		transform:scaleX(0);
	}
	@keyframes bannerDot{
		from{
			transform:scaleX(0);
		}
		to{
			transform:scaleX(1);
		}
	}
	/* .banner_box .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
		transform:scaleX(1);
		transition:transform var(--i-animation-duration);
	} */
	.banner_box .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
		animation:bannerDot linear var(--i-animation-duration) 1;
	}
	
	/* 核心产品 */
	.hxcp_sz{
		--gap:calc(5px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.hxcp_sz > ul{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.hxcp_sz > ul > li{
		flex:0 0 auto;
		width:calc(100% / var(--col));
	}
	
	.hxcp_sz{
		--col:2;
		--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
		--imgHeight:var(--imgWidth);
	}
	.hxcp_sz .hxcp_ss .hxcp_st{
		height:auto;
	}
	
	/* 页脚 */
	.footer_box .footer_nav{
		display:none;
	}
	.footer_box .footer_mid .footer_info{
		margin-left:0;
	}
	
	/* 当前位置、二级导航 */
	.locnav_box .isub_nav ~ .inner_loc{
		display:none;
	}
	.locnav_box .inner_loc > p{
		display:flex;
	}
	.inner_loc span ~ span{
		flex:1;
		max-width:none;
	}
	.isub_nav{
		--font2:26;
		width:calc(100% + var(--gap));
	}
	
	/* 产品详情页 */
	.cpx_nav{
		top:calc(20px + 2 * (10px + 10 / var(--invarPx) * var(--centerWidth)) + var(--headerHeight));
	}
	.cpx_s4 .cpx_content .cpx_ibot{
		overflow-x:auto;
	}
	.cpx_s4 .cpx_content .cpx_table{
		min-width:900px;
	}
	.cpx_s4 .cpx_table{
		--check:60px;
		--fl:calc(80px + 80/ var(--invarPx) * var(--centerWidth));
		--bbh:calc(80px + 40 / var(--invarPx) * var(--centerWidth));
		--dx:calc(80px + 50 / var(--invarPx) * var(--centerWidth));
		--bh:calc(80px + 160 / var(--invarPx) * var(--centerWidth));
		--rq:calc(84px + 80 / var(--invarPx) * var(--centerWidth));
		--cz:150px;
		--wjm:calc(80px + 380 / var(--invarPx) * var(--centerWidth));
	}
	
	
	/* 视频弹出窗 */
	.pop_box{
		--width:min(100vw,800px);
	}
	
	/* 关于我们页 */
	.gywm_s1 .center_box{
		--imgWidth:var(--centerWidth);
		--txtWidth:var(--centerWidth);
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.gywm_s1 .gywm_r{
		margin-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 解决方案页 */
	.jjfa_box1 .jjfa_jj .jjfa_jl{
		display:none;
	}
	.jjfa_box1 .jjfa_jj .jjfa_jr{
		width:100%;
	}
	.jjfa_box1 .jjfa_jj .jjfa_jr .jjfa_wrap{
		min-height:auto;
	}
	
	/* 维修申请页 */
	.yjsq_s1 .yjsq_con{
		--col:4;
		--srWidth:calc(30px + 20 / var(--invarPx) * var(--centerWidth));
		--slWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--srWidth)) / var(--col));
	}
	.yjsq_s1 .yjsq_con ul{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.yjsq_s1 .yjsq_con .yjsq_sr{
		width:var(--srWidth);
	}
	.yjsq_s1 .yjsq_con ul li{
		flex:0 0 auto;
	}
	.yjsq_s1 .yjsq_con ul li:nth-of-type(8n){
		display:none;
	}
	
	/* 新闻综合页 */
	.xwz_box1 .swiper-button.swiper-button-prev,
	.xwz_box1 .swiper-button.swiper-button-next{
		--swPos:0;
	}
	
	/* 资料下载页 */
	.xz_jieguo_data{
		--rWidth:var(--centerWidth);
	}
	.xz_jieguo_data .xz_lr .xz_jl{
		width:0;
		height:0;
		overflow:hidden;
	}
	.xz_jieguo_nodata .xz_jw{
		--font2:24;
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_itop .xz_h{
		--font2:36;
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_tabs{
		--font2:24;
		margin-top:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content{
		--dlXk:30px;
		--dlWz:calc(100% - var(--dlXk));
		--pdTopB:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content .xz_def .xz_dl1{
		display:none;
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content .xz_def .xz_dl2{
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content .xz_def .xz_state{
		--font1:16;
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content .xz_def .xz_dl3{
		--font2:22;
		padding-left:calc(.5 * var(--gap));
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content .xz_def .xz_sh{
		--font2:32;
		width:100%;
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content .xz_def .xz_info{
		line-height:1.55;
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content .xz_def .xz_btns{
		position:relative;
		top:auto;
		right:auto;
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content .xz_def .xz_btns{
		width:auto;
		margin-top:.5em;
	}
	
	
	
	
	
}

@media screen and (max-width:895px){	
	/* 产品左侧导航 */
	.layout_lr{
		--leftWidth:var(--centerWidth);
		--rightWidth:var(--centerWidth);
	}
	.layout_lr .layout_r{
		margin-top:calc(20px + 40 / var(--invarPx) * var(--centerWidth));
	}
	.side_adv{
		display:none;
	}
	.side_nav{
		--col:2;
		--gap:calc(5px + 15 / var(--invarPx) * var(--centerWidth));
		border-radius:0;
		box-shadow:none;
		overflow:visible;
	}
	.side_nav .side_st{
		display:none;
	}
	.side_nav .side_sd > ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin-top:calc(-1 * var(--gap));
	}
	.side_nav .side_sd ul > li{
		position:relative;
		width:calc((100% - (var(--col) - 1) * var(--gap)) / var(--col));
		margin-top:var(--gap);
	}
	.side_nav .side_sd .side_def{
		background:#f5f7f8;
	}
	.side_nav .side_sd ul > li.active .side_jt,
	.side_nav .side_sd ul > li.current .side_jt{
		transform:rotate(0deg) !important;
	}
	.side_nav .side_sd ul > li.current .side_def a{
		color:#333;
	}
	.side_nav .side_sd .side_sub{
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		height:auto;
		z-index:5;
		background:#fff;
		box-shadow:0 calc(.5 * var(--gap)) calc(.5 * var(--gap)) rgba(0,0,0,.1);
		display:none !important;
	}
	.side_nav .side_sd ul > li.show .side_jt{
		transform:rotate(180deg) !important;
	}
	.side_nav .side_sd ul > li:not(.active).show .side_def a{
		color:var(--curColor) !important;
	}
	.side_nav .side_sd ul > li.show .side_sub{
		display:block !important;
	}
	
	/* 产品列表页 */
	.cp_list{
		--col:1;
	}
	
	/* 产品详情页 */
	.cpx_s1 .center_box{
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.cpx_swiper{
		--imgWidthB:var(--centerWidth);
	}
	.cpx_s1 .cpx_r,
	.cpx_s2 .cpx_con .cpx_cr{
		width:100%;
		margin-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.cpx_s2 .cpx_con{
		--imgWidth:var(--centerWidth);
	}
	.cpx_s4 .cpx_tab ul{
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
	}
	.cpx_s4 .cpx_itop,
	.cpx_s4 .cpx_itop .cpx_itops{
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
	}
	
	/* 荣誉资质页 */
	.ryzz_box1 .ryzz_wrap{
		--imgWidth:var(--centerWidth);
	}
	.ryzz_box1 .ryzz_wrap .ryzz_img{
		position:static;
		top:auto;
		margin-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.ryzz_box1 .ryzz_wrap .ryzz_txt{
		width:100%;
	}
	
	/* 新闻 */
	.xw_list2 .xw_ss .xw_txt .xw_tr{
		display:none;
	}
	.xw_list2 .xw_ss .xw_txt .xw_tl{
		width:100%;
		padding-right:0;
	}
	.xw_list2 .xw_ss .xw_txt .xw_date2{
		display:block;
		color:#999;
		margin-top:.5em;
	}
	
	/* 展会详情页 */
	.zhx_s3 .zhx_con{
		--imgWidth:var(--centerWidth);
		--txtWidth:var(--centerWidth);
		-webkit-align-items:center;
		align-items:center;
	}
	.zhx_s3 .zhx_con .zhx_r{
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 个人中心 */
	.grzx_box1 .grzx_r .grzx_form{
		--slWidth:100%;
		--srWidth:100%;
		--btnH:calc(44 / 40 * var(--inpH));
	}
	.grzx_box1 .grzx_r .grzx_form.xgmm_form{
		--inpH:40px;
	}
	.grzx_box1 .grzx_r .grzx_form ul > li{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.grzx_box1 .grzx_r .grzx_form .grzx_sl{
		width:100%;
		text-align:left;
	}
	.grzx_box1 .grzx_r .grzx_form .grzx_sr .grzx_inp input,
	.grzx_box1 .grzx_r .grzx_form .grzx_sr .grzx_sel select,
	.grzx_box1 .grzx_r .grzx_form .grzx_sr .grzx_area textarea{
		border:solid 1px #ddd;
		border-radius:3px;
	}
	.grzx_box1 .grzx_r .grzx_form .grzx_sr .grzx_inp input[readonly]{
		border-color:#eee !important;
		background:#f5f7f8;
	}
	
	
	
	
	
}

@media screen and (max-width:767px){
	/* header */
	.header_box .header_tel,
	.header_box .header_search,
	.header_box .header_lan .header_lan_def{
		--font2:40;
	}
	.header_box .header_tel .tel_w{
		display:none;
	}
	.header_box .header_login{
		padding-top:.2em;
		padding-bottom:.2em;
	}
	.search_box .search_inp input,
	.header_box .header_login{
		--font2:24;
	}
	.search_box .search_icon,
	.search_box .search_close{
		--font2:40;
	}
	.search_box .search_tj{
		--font2:20;
	}
	.xla_nav .xla_c{
		--font2:24;
	}
	
	/* banner */
	.banner_box{
		--lWidth:60%;
	}
	.banner_box .banner_pics .banner_img{
		height:calc(920 / 1920 * 100vw + var(--headerHeight));
	}
	.banner_box .banner_pics .banner_img img{
		height:100%;
		object-fit:cover;
	}
	.banner_box .banner_pics .banner_txt .banner_tl .banner_sh{
		--font2:60;
	}
	.banner_box .banner_pics .banner_txt .banner_tl .banner_sh ~ .banner_xh{
		margin-top:calc(5px + 15 / var(--invarPx) * var(--centerWidth));
	}
	
	.banner_box .banner_pics .banner_txt .banner_tl .banner_w{
		margin-top:calc(10px + 25 / var(--invarPx) * var(--centerWidth));
		line-height:1.6;
		display:-webkit-box;
		display:box;
		-webkit-line-clamp:2;
		line-clamp:2;
		-webkit-box-orient:vertical;
		box-orient:vertical;
		overflow:hidden;
	}
	.banner_box .swiper-button{
		display:none;
	}
	.banner_box .banner_pics .banner_txt .bz_more1{
		font-size:14px;
		margin-top:calc(10px + 40 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 公用 */
	.article_w.xFont{
		--font2:22;
	}
	.article_w table th,
	.article_w table td{
		padding:.4em .5em;
	}
	
	/* 标题2 */
	.bz_tit2 .bz_h{
		--font2:40;
	}
	
	
	/* 更多1 */
	.bz_more1{
		--font2:14;
	}
	.bz_more1 .bz_sw{
		font-size:14px;
	}
	.bz_more1.cur_bg,
	.bz_more1.cur_bor,
	.bz_more1.sub_bg,
	.bz_more1.sub_bor,
	.bz_more1.white_bg,
	.bz_more1.gray_bg,
	.bz_more1.gray_bor,
	.bz_more1.white_bor{
		width:8.2em;
		height:2.6em;
	}
	
	/* 标题1 */
	.bz_tit1 .bz_en{
		--font2:28;
	}
	.bz_tit1 .bz_h{
		--font2:48;
	}
	.bz_tit1 .bz_exp{
		--font2:24;
	}
	
	/* 核心产品 */
	.hxcp_sz .hxcp_ss .hxcp_sd .hxcp_sdt .hxcp_sh{
		--font2:32;
	}
	
	/* 解决方案 */
	.jjfa_swiper{
		--txtTl:100%;
	}
	.jjfa_swiper .jjfa_pics .jjfa_ss .jjfa_img{
		height:calc(40vw + 900 / 1920 * 100vw);
	}
	.jjfa_swiper .jjfa_pics .jjfa_txt .jjfa_sh{
		--font2:44;
	}
	.jjfa_swiper .jjfa_pics .jjfa_txt .jjfa_sw{
		--font2:24;
	}
	.jjfa_swiper .jjfa_words .jjfa_ss .jjfa_sl .jjfa_icon{
		display:none;
	}
	.jjfa_swiper .jjfa_words .jjfa_ss .jjfa_sl .jjfa_icon ~ .jjfa_sw{
		margin-left:0;
	}
	.jjfa_swiper .jjfa_words .jjfa_ss .jjfa_sl .jjfa_sw{
		--font2:28;
	}
	
	/* 服务支持 */
	.fwzc_box .fwzc_con ul{
		--col:1;
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.fwzc_box .fwzc_con .fwzc_ss .fwzc_st .fwzc_sh{
		--font2:42;
	}
	.fwzc_box .fwzc_con .fwzc_ss .fwzc_st .fwzc_sw{
		--font2:24;
	}
	
	/* 新闻中心 */
	.xw_box .xw_con{
		--rowOneWidth:var(--centerWidth);
		--rowOneHeight:calc(460 / 700 * var(--centerWidth));
		--rowTwoWidth:var(--centerWidth);
		--rowTwoHeight:var(--rowOneHeight);
		--xwWidth:var(--centerWidth);
		--xwItemHeight:calc(100px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.xw_box .xw_con .xw_l .xw_pics_ss .xw_mask .xw_txt .xw_sh,
	.xw_box .xw_con .xw_pics_ss .xw_mask .xw_txt .xw_sh{
		--font2:40;
	}
	.xw_box .xw_con .xw_l .xw_pics_ss .xw_mask .xw_txt .xw_exp,
	.xw_box .xw_con .xw_pics_ss .xw_mask .xw_txt .xw_exp{
		--font2:26;
	}
	.xw_box .xw_con .xw_pics_ss .xw_mask .xw_txt .xw_date{
		--font2:24;
	}
	.xw_box .xw_con .xw_pics_ss .xw_mask .xw_txt .xw_date span{
		--font2:48;
	}
	.xw_swiper{
		/* padding-right:10px; */
		position:relative;
	}
	.xw_swiper .swiper-container{
		height:calc(var(--xwItemHeight) * var(--row) + (var(--row) - 1) * var(--gap));
	}
	.xw_swiper .bz-pagination.swiper-pagination{
		position:absolute;
		right:0;
		display:none;
	}
	.xw_box .xw_con .xw_r .xw_ss .xw_txt .xw_sh{
		--font2:30;
	}
	.xw_box .xw_con .xw_r .xw_ss .xw_date{
		--font2:24;
	}
	.xw_box .xw_con .xw_r .xw_ss .xw_date span{
		--font2:54;
	}
	.xw_box .xw_con .xw_r .xw_ss .xw_date i{
		margin-top:.3em;
	}
	.xw_box .xw_con .xw_r .xw_ss .xw_date p{
		margin-top:.5em;
	}
	
	/* 页脚 */
	.footer_box .footer_top .footer_fri{
		--font2:24;
		--height:40px;
	}
	.footer_box .footer_mid{
		--font2:22;
	}
	.footer_box .footer_mid .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.footer_box .footer_mid .footer_ml{
		width:100%;
	}
	.footer_box .footer_mid .footer_qr{
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.footer_box .footer_mid .footer_qr li p{
		font-size:12px;
	}
	.footer_box .footer_mid .footer_info{
		max-width:none;
	}
	.footer_box .footer_bot{
		--font2:24;
		line-height:1.7;
	}
	.footer_box .footer_bot .footer_bl,
	.footer_box .footer_bot .footer_bl > *{
		margin-left:0;
	}
	.footer_box .footer_bot .footer_bl,
	.footer_box .footer_bot .footer_br{
		width:100%;
	}
	
	/* 侧边固定栏 */
	.fix_bar .fix_ss .fix_icon{
		--font2:36;
	}
	
	/* 产品列表页 */
	.inner_banner1{
		height:calc(320 / 1920 * 100vw + var(--headerHeight));
	}
	.inner_banner1 .inner_txt .inner_w{
		--font2:22;
		--lineClamp:2;
	}
	.inner_search .inner_search_top{
		width:100%;
	}
	.inner_search .inner_search_top input{
		width:calc(100% - var(--btnW));
	}
	.inner_search .inner_search_top{
		--font2:24;
	}
	.inner_search .inner_search_bot{
		display:none;
	}
	
	/* 产品左侧导航 */
	.side_nav{
		--iconSize:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
	}
	.side_nav .side_sd .side_def{
		--font2:28;
	}
	.side_nav .side_sd .side_def::before{
		display:none;
	}
	.side_nav .side_sd ul > li.active .side_def a{
		background:var(--curColor);
		color:#fff;
	}
	.side_nav .side_sd ul > li.active .side_def .side_jt{
		color:#fff;
	}
	.side_nav .side_sd .side_sub{
		--font2:24;
	}
	.side_nav.no_side_sub .side_sd ul > li a{
		padding-left:0;
		text-align:center;
	}
	.side_nav.no_side_sub .side_sd .side_def .side_jt{
		display:none;
	}
	
	/* 产品列表页 */
	.cp_box1 .cp_tit{
		--font2:42;
	}
	.cp_list{
		--col:1;
	}
	.cp_list .cp_ss .cp_txt .cp_sh{
		--font2:30;
	}
	.cp_list .cp_ss .cp_txt .cp_st{
		--font2:22;
	}
	
	/* 产品详情页 */
	.cpx_s1 .cpx_r,
	.cpx_s1 .cpx_r .cpx_btns{
		--font2:24;
	}
	.cpx_s1 .cpx_r .cpx_h,
	.cpx_box1 .bz_tit1 .bz_h{
		--font2:40;
	}
	.cpx_s1 .cpx_r .cpx_exp{
		--font2:28;
	}
	.cpx_s2 .cpx_con .cpx_img{
		height:calc(.6 * var(--imgWidth));
	}
	.cpx_s2 .cpx_con .cpx_cr .cpx_h{
		--font2:36;
	}
	.cpx_s4 .cpx_itop{
		--selW:var(--centerWidth);
		--inpW:var(--centerWidth);
	}
	.cpx_s4 .cpx_itop .cpx_itops > * ~ *,
	.cpx_s4 .cpx_download_all{
		margin-top:var(--gap);
	}
	.pop_yjsq{
		--popWidth:100vw;
		height:100%;
		border-radius:0;
		overflow-y:auto;
	}
	.pop_yjsq .pop_h{
		--font2:46;
	}
	.pop_yjsq .pop_form{
		--font1:14;
		--slWidth:100%;
		--srWidth:100%;
	}
	.pop_yjsq .pop_li{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.pop_yjsq .pop_form .pop_sl .pop_name{
		width:auto;
		text-align:left;
		text-align-last:left;
	}
	
	/* 搜索结果页 */
	.result_box1 .res_tit .res_h{
		--font2:48;
	}
	.result_box1 .res_tit{
		--font2:22;
	}
	.result_box1 .res_tit .res_exp{
		margin-top:.3em;
	}
	.result_list{
		--font2:22;
		--jtWidth:calc(12px + 48 / var(--invarPx) * var(--centerWidth));
	}
	.result_list .res_ss .res_st{
		--font2:32;
	}
	
	/* 产品公告页 */
	.cpgg_list{
		--font2:22;
	}
	.cpgg_list .cpgg_ss .cpgg_sh{
		--font2:32;
	}
	
	/* 详情页 */
	.xqy_container .xqy_tit .xqy_h{
		--font2:42;
	}
	.xqy_container .xqy_tit .xqy_info{
		--font2:22;
	}
	.xqy_container .xqy_content.article_w.xFont{
		--font2:24;
	}
	
	/* 视频弹出窗 */
	.pop_box{
		--closePos:10px;
	}
	.pop_box .pop_close span{
		font-size:15px;
	}
	
	/* 关于我们 */
	.gywm_s2 .gywm_con{
		--font2:26;
		--col:1;
	}
	.gywm_s2 .gywm_con .gywm_ss .gywm_r{
		--font1:35;
	}
	.gywm_s2 .gywm_con .gywm_ss .gywm_st em{
		--font1:25;
	}
	.gywm_s3 .gywm_con{
		--font2:24;
		--col:1;
	}
	
	/* 资质证书 */
	.zzzs_swiper{
		--font2:24;
		--cover:50vw;
	}
	
	/* 发展历程 */
	.fzlc_swiper{
		position:relative;
	}
	.fzlc_swiper .fzlc_top{
		--imgWidth:var(--centerWidth);
		padding:0;
		position:static;
	}
	.fzlc_swiper .fzlc_top .gallery-top,
	.fzlc_swiper .fzlc_bot .gallery-thumbs{
		--beforeWidth:27px;
		--viewNum:4;
	}
	.fzlc_swiper .fzlc_bot .gallery-thumbs{
		--font2:32;
	}
	.fzlc_swiper1 .fzlc_top .gallery-top{
		width:100%;
	}
	.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_sr{
		margin-left:0;
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_sr .fzlc_num{
		--font1:20;
	}
	.fzlc_swiper .swiper-button.swiper-button-prev,
	.fzlc_swiper .swiper-button.swiper-button-next{
		top:auto;
		margin-top:0;
		bottom:0;
	}
	.fzlc_swiper .swiper-button.swiper-button-prev{
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
	}
	.fzlc_swiper .swiper-button.swiper-button-next{
		-webkit-justify-content:flex-end;
		justify-content:flex-end;
	}
	
	/* 解决方案页 */
	.jjfa_box1 .jjfa_jj .jjfa_jr .jjfa_h{
		--font2:36;
	}
	.jjfa_box1 .jjfa_jj .jjfa_jr{
		--font2:22;
	}
	.jjfa_list{
		--col:1;
	}
	.jjfa_list .jjfa_ss .jjfa_txt .jjfa_sh{
		--font2:32;
	}
	
	/* 解决方案详情页 */
	.jjfax_s1{
		--imgWidth:var(--centerWidth);
	}
	.jjfax_s1 .center_box{
		-webkit-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	.jjfax_s1 .jjfax_r img{
		max-width:100%;
	}
	.jjfax_s1 .jjfax_l{
		width:100%;
		margin-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.jjfax_box1 .jjfax_ys{
		--col:1;
	}
	.jjfax_box1 .jjfax_ys .jjfax_ss .jjfax_sh{
		--font2:34;
	}
	
	/* 产品推荐 */
	.cptj_swiper{
		--col:2;
		--gap:10px;
	}
	.cptj_swiper .cptj_bot .cptj_txt .cptj_sh{
		--font2:28;
	}
	
	/* 联系我们页 */
	.lxwm_s1 .lxwm_r{
		--rlWidth:var(--centerWidth);
		margin-left:0;
		padding-top:0;
	}
	.lxwm_s1 .lxwm_r .lxwm_rl .lxwm_h{
		--font2:42;
	}
	.lxwm_box1 .wxsq_info{
		--font2:24;
	}
	.lxwm_list{
		--col:1;
	}
	.lxwm_list .lxwm_ss .lxwm_sh{
		--font2:36;
	}
	
	/* 荣誉资质页 */
	.fzlc_swiper.fzlc_swiper2 .fzlc_top .gallery-top{
		--width:var(--centerWidth);
	}
	.ryzz_box1 .ryzz_wrap .ryzz_txt{
		--font2:24;
	}
	.ryzz_box1 .ryzz_wrap .ryzz_txt .ryzz_date span{
		--font1:20;
	}
	.ryzz_box1 .ryzz_wrap .ryzz_txt .ryzz_sr{
		--font2:28;
	}
	
	/* 视频教学页 */
	.spjx_list{
		--col:1;
	}
	.spjx_list .spjx_ss .spjx_sd{
		--font2:22;
	}
	.spjx_list .spjx_ss .spjx_sd .spjx_sh{
		--font2:32;
	}
	
	/* 条款页 */
	.tk_container .tk_h{
		--font2:48;
	}
	
	/* 维修申请页 */
	.yjsq_s1 .yjsq_con{
		--col:3;
	}
	.yjsq_s1 .yjsq_con ul li:nth-of-type(8n){
		display:flex;
	}
	.yjsq_s1 .yjsq_con ul li:nth-of-type(6n){
		display:none;
	}
	.yjsq_s1 .yjsq_con .yjsq_sl .yjsq_icon{
		--font1:25;
	}
	.yjsq_s1 .yjsq_con .yjsq_sl .yjsq_txt{
		--font2:24;
	}
	.yjsq_s1 .yjsq_con .yjsq_sl .yjsq_txt .yjsq_num{
		--font2:36;
	}
	.wxsq_s2{
		--imgWidth:var(--centerWidth);
		--txtWidth:var(--centerWidth);
	}
	.wxsq_s2 .wxsq_txt{
		margin-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.wxsq_s3 .wxsq_con{
		--col:1;
		--font2:24;
	}
	.wxsq_s3 .wxsq_con .wxsq_ss .wxsq_txt .wxsq_sh{
		--font2:32;
	}
	.wxsq_s4 .wxsq_bot .bz_tit1 .bz_h{
		--font2:36;
	}
	.yjsq_form{
		--font2:24;
		--gap:calc(5px + 5 / var(--invarPx) * var(--centerWidth));
	}
	.yjsq_form ul li.c2{
		width:100%;
	}
	.yjsq_form ul li{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.yjsq_form .yjsq_sr{
		width:100%;
		
	}
	.yjsq_submit .yjsq_btn ~ .yjsq_btn{
		margin-left:1em;
	}
	.yjsq_submit .yjsq_btn{
		min-width:auto;
		width:calc((100% - 1em) / 2);
		padding:0;
	}
	.yjsq_form .yjsq_itop .yjsq_sh{
		--font2:30;
	}
	.fanhui_top{
		--font2:24;
	}
	
	/* 新闻列表页 */
	.xw_list2{
		--font2:24;
		--imgWidth:var(--centerWidth);
		
	}
	.xw_list2 .xw_ss{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		padding:calc(15px + 15 / var(--invarPx) * var(--centerWidth)) 0;
	}
	.xw_list2 .xw_ss .xw_txt{
		width:100%;
		margin-top:calc(15px + 10 / var(--invarPx) * var(--centerWidth));
	}
	.xw_list2 .xw_ss .xw_txt .xw_sh{
		--font2:32;
	}
	.xw_list2 .xw_ss .xw_txt .xw_sw{
		margin-top:.5em;
	}
	
	/* 直播列表页 */
	.zbsp_list{
		--font2:22;
		--col:1;
		--gap:15px;
	}
	.zbsp_list .zbsp_ss .zbsp_sh{
		--font2:34;
	}
	.zbsp_list .zbsp_ss .zbsp_exp{
		--font2:26;
		margin-top:calc(.5 * var(--pd));
	}
	.zbsp_list .zbsp_ss .zbsp_st .zbsp_tag{
		font-size:13px;
	}
	
	.xwz_box1 .swiper-button.swiper-button-prev,
	.xwz_box1 .swiper-button.swiper-button-next{
		top:calc((300 / 500 * var(--centerWidth)) / 2);
	}
	
	
	/* 资料下载页 */
	.xz_sousuo .xz_tree{
		--font1:14;
		--firstW:var(--centerWidth);
		--secondW:var(--centerWidth);
		--inpHeight:44px;
	}
	.xz_tree .xz-tree-btn{
		height:var(--inpHeight);
		width:50%;
	}
	
	/* 样机申请页 */
	.yjsq_form .yjsq_sl{
		width:100%;
	}
	.yjsq_form .yjsq_sl .yjsq_name{
		width:auto;
		text-align:left;
		text-align-last:left;
	}
	.yjsq_form .yjsq_sr{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.yjsq_box1 .yjsq_form .yjsq_sr .yjsq_sel{
		width:calc((100% - var(--gap)) / 2);
	}
	.yjsq_form .yjsq_dz .yjsq_sr .yjsq_inp{
		margin-left:0;
		flex:0 0 auto;
		width:100%;
		margin-top:var(--gap);
	}
	.yjsq_form .yjsq_yzm_tx .yjsq_yzm_tz{
		position:static;
		margin-left:0;
		margin-top:var(--gap);
	}
	
	/* 直播视频详情页 */
	.zbtj_swiper{
		--col:1;
		--gap:15px;
		--font2:24;
	}
	.zbtj_swiper .zbtj_ss .zbtj_txt .zbtj_sh{
		--font2:32;
	}
	
	/* 展会详情页 */
	.zhx_s3 .zhx_con .zhx_wrap dl dt{
		--font2:40;
	}
	.zhx_s3 .zhx_con .zhx_wrap dl dd{
		--font2:26;
	}
	
	/* 子公司介绍页 */
	.zgs_list{
		--col:1;
		--font2:22;
	}
	.zgs_list .zgs_ss .zgs_txt .zgs_sh{
		--font2:32;
	}
	
	/* 招聘 */
	.zp_box1 .zp_left,
	.zp_box1 .zp_center,
	.zp_box1 .zp_right{
		width:100%;
	}
	.zp_box1 .zp_left,
	.zp_box1 .zp_right{
		position:relative;
		top:auto;
	}
	.zp_box1 .zp_center,
	.zp_box1 .zp_right{
		margin-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.zp_box1 .zp_filter .zp_top{
		--font2:24;
	}
	.zp_box1 .zp_filter .zp_top .zp_sl{
		--font2:48;
	}
	.zp_box1 .zp_filter .zp_bot{
		margin-top:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
	}
	.zp_box1 .zp_filter .zp_bot .zp_item .zp_tit{
		--font2:32;
	}
	.zp_box1 .zp_filter .zp_bot .zp_item .zp_options{
		--font2:24;
		height:0;
		overflow:hidden;
	}
	.zp_box1 .zp_filter .zp_bot .zp_item .zp_tit .zp_jt{
		transform:rotate(-90deg);
	}
	.zp_box1 .zp_filter .zp_bot .zp_item.is-close .zp_tit .zp_jt{
		transform:rotate(0deg);
	}
	.zp_box1 .zp_filter .zp_bot .zp_item.is-close .zp_options{
		height:auto;
	}
	.zp_box1 .zp_filter .zp_bot .zp_item .zp_tit{
		padding:.6em 0;
	}
	.zp_box1 .zp_center .zp_tj2{
		--font2:24;
	}
	.zp_list{
		--font2:22;
	}
	.zp_list .zp_def .zp_st .zp_sl{
		--font2:32;
	}
	.zp_list .zp_def .zp_sd{
		--font2:22;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.zp_list .zp_def .zp_sd .zp_info{
		width:100%;
	}
	.zp_list .zp_def .zp_sd .zp_date{
		margin-top:.5em;
	}
	.zptj_side .zptj_tit{
		--font2:42;
	}
	.zptj_list{
		--font2:22;
	}
	.zptj_list .zptj_ss .zptj_sh{
		--font2:32;
	}
	.no_job .no_job_sw{
		--font2:24;
	}
	
	/* 招聘详情页 */
	.zpx_box1 .zp_list .zp_def .zp_st .zp_sl{
		--font2:48;
	}
	
	/* 登录页 */
	.user_main{
		--dlWidth:min(var(--centerWidth),450px);
		--zcWidth:min(var(--centerWidth),550px);
		--fotH:calc(60px + 40 / var(--invarPx) * var(--centerWidth))
	}
	.dz_container .dz_h{
		--font2:48;
	}
	
	/* 个人中心 */
	.grzx_box1.items_center{
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.grzx_box1 .grzx_lr{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.grzx_box1 .grzx_l{
		--txSize:calc(80px + 30 / var(--invarPx) * var(--centerWidth));
		width:100%;
		min-height:auto;
	}
	.grzx_box1 .grzx_l .grzx_nav{
		--col:2;
		--gap:.5em;
		padding-left:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
		padding-right:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
	}
	.grzx_box1 .grzx_l .grzx_nav ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		margin-top:calc(-1 * var(--gap));
		margin-left:calc(-1 * var(--gap));
	}
	.grzx_box1 .grzx_l .grzx_nav ul li{
		width:calc(100% / var(--col));
		margin-top:var(--gap);
	}
	.grzx_box1 .grzx_l .grzx_nav .grzx_ss{
		padding-left:0;
		height:calc(44 / 16 * 1em);
		margin-left:var(--gap);
		width:calc(100% - var(--gap));
		background:rgba(255,255,255,.3);
		-webkit-justify-content:center;
		justify-content:center;
		border-radius:var(--radius);
	}
	.grzx_box1 .grzx_l .grzx_nav .grzx_ss::before{
		display:none;
	}
	.grzx_box1 .grzx_l .grzx_nav,
	.grzx_box1 .grzx_r .grzx_con{
		--font1:14;
	}
	.grzx_box1 .grzx_r{
		padding-right:var(--pdLeft);
		width:100%;
	}
	.grzx_box1 .grzx_r .grzx_h{
		--font2:48;
	}
	
	
	
	/* 767 */
}

@media screen and (min-width:768px) and (max-width:1199px){
	/* header */
	.xla_nav .xla_c .xla_r > ol{
		--col:3;
	}
	.xla_nav .xla_c .xla_cs .xla_sw,
	nav ul>li .subnav li a{
		font-size:16px;
	}
	.xla_nav .xla_c .xla_r ol li a{
		font-size:14px;
	}
	.header_box .header_tel{
		--font2:24;
	}
	.header_box .header_search{
		--font2:28;
	}
	.header_box .header_login{
		--font2:18;
	}
	
	/* 更多1 */
	.bz_more1.cur_bg,
	.bz_more1.cur_bor,
	.bz_more1.sub_bg,
	.bz_more1.sub_bor,
	.bz_more1.white_bg,
	.bz_more1.gray_bg,
	.bz_more1.gray_bor,
	.bz_more1.white_bor{
		width:9em;
		height:2.6em;
	}
	.bz_more1 .bz_sw{
		font-size:14px;
	}
	
	/* 解决方案 */
	.jjfa_swiper .swiper-button.swiper-button-prev,
	.jjfa_swiper .swiper-button.swiper-button-next{
		--swPos:0;
	}
	.jjfa_swiper .swiper-button.swiper-button-prev{
		left:var(--swPos);
		right:auto;
	}
	.jjfa_swiper .swiper-button.swiper-button-next{
		right:var(--swPos);
		left:auto;
	}
	.jjfa_swiper .jjfa_pics .jjfa_ss .jjfa_img{
		height:calc(var(--headerHeight) + 900 / 1920 * 100vw);
	}
	
	/* 服务支持 */
	.fwzc_box .fwzc_con ul{
		--pdLeft:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
		--pdTop:calc(var(--pdLeft) * 1.2);
	}
	
	/* 新闻中心 */
	.xw_box .xw_con{
		--rowOneWidth:calc((var(--centerWidth) - var(--gap)) * 7 / 11);
		--rowTwoWidth:calc(var(--centerWidth) - var(--gap) - var(--rowOneWidth));
		/* --rowOneHeight:calc(460 / 700 * var(--rowOneWidth)); */
	}
	.xw_box .xw_con .xw_r{
		margin-left:0;
		width:100%;
	}
	.xw_box .xw_con .xw_pics_ss .xw_img img{
		object-fit:cover;
	}
	.xw_box .xw_con .xw_r .xw_ss .xw_date{
		--font2:20;
	}
	.xw_box .xw_con .xw_r .xw_ss .xw_date span{
		--font2:50;
	}
	.xw_box .xw_con .xw_r .xw_ss .xw_txt{
		-webkit-justify-content:space-around;
		justify-content:space-around;
	}
	.xw_box .xw_con .xw_r .xw_ss .xw_txt .xw_sh{
		--font2:24;
	}
	.xw_box .bz-pagination.swiper-pagination{
		display:none;
	}
	
	/* 页脚 */
	.footer_box .footer_mid,
	.footer_box .footer_bot,
	.footer_box .footer_top .footer_fri{
		--font2:20;
	}
	.footer_box .footer_br{
		width:100%;
	}
	.footer_box .footer_mid .footer_qr li p{
		font-size:12px;
	}
	
	/* 产品搜索页 */
	.inner_search .inner_search_bot .inner_sb_list{
		width:auto;
		flex:1;
	}
	
	/* 条款页 */
	.tk_box1 .center_box{
		width:100%;
	}
	.tk_box1 .tk_container{
		padding:calc(20px + 30 / var(--invarPx) * var(--centerWidth)) 5vw;
		width:100%;
	}
	.tk_container .tk_h{
		--font2:36;
	}
	
	/* 资料下载页 */
	.xz_sousuo .xz_tree{
		--btnW:calc(100px + 20 / var(--invarPx) * var(--centerWidth));
		--firstW:calc((var(--centerWidth) - 2 * var(--gap) - var(--btnW)) * .4);
		--secondW:calc(var(--centerWidth) - 2 * var(--gap) - var(--btnW) - var(--firstW));
	}
	.xz_tree .xz-tree-btn{
		width:var(--btnW);
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content .xz_def .xz_btns{
		margin-top:1.2em;
	}
	
	/* 招聘页 */
	.zp_box1{
		--cWidth:calc(100% - var(--lWidth) - var(--gap));
	}
	.zp_box1 .zp_left{
		top:calc(var(--headerHeight) + 20px);
	}
	.zp_box1 .zp_right{
		display:none;
	}
	.zp_box1 .zp_list .zp_def .zp_sd{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.zp_box1 .zp_list .zp_def .zp_sd .zp_info{
		width:100%;
	}
	.zp_box1 .zp_list .zp_def .zp_sd .zp_date{
		margin-top:.5em;
	}
	
	/* 产品详情页 */
	.pop_yjsq .pop_form{
		--font1:16;
	}
	.pop_yjsq .pop_h{
		--font2:36;
	}
	
	/* 登录页 */
	.user_main{
		--dlWidth:450px;
		--zcWidth:550px;
	}
	
	/* 个人中心页 */
	.grzx_box1.items_center{
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	
	
	/* 产品详情页 */
	.cpx_s4 .cpx_tab{
		--font1:12;
	}
	
	
}

@media screen and (min-width:768px) and (max-width:895px){
	/* banner */
	.banner_box .banner_pics .banner_txt .banner_tl .banner_xh img{
		max-width:90%;
		max-height:.8em;
	}
	
	/* 标题1 */
	.bz_tit1 .bz_exp{
		--font2:20;
	}
	
	/* 核心产品 */
	.hxcp_sz{
		--col:3;
	}
	
	/* 服务支持 */
	.fwzc_box .fwzc_con .fwzc_ss .fwzc_st .fwzc_sh{
		--font2:28;
	}
	.fwzc_box .fwzc_con .fwzc_ss .fwzc_st .fwzc_sw{
		--font2:20;
	}
	
	/* 内页-banner */
	.inner_banner1{
		height:calc(var(--headerHeight) + 320 / 1920 * 100vw);
	}
	.inner_banner1 .inner_txt .inner_h{
		--font2:52;
	}
	.inner_banner1 .inner_txt .inner_w{
		--font2:22;
	}
	.inner_search .inner_search_top{
		--font2:20;
	}
	.inner_search .inner_search_bot{
		display:none;
	}
	
	
	/* 产品左侧导航 */
	.side_nav{
		--col:4;
	}
	.side_nav .side_sd > ul{
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
	}
	.side_nav .side_sd > ul > li:not(:nth-of-type(4n - 3)){
		margin-left:var(--gap);
	}
	.side_nav .side_sd .side_def::before{
		display:none;
	}
	.side_nav .side_sd ul > li a{
		padding-left:calc(.5 * var(--iconSize));
	}
	.side_nav .side_sd .side_def{
		--font2:22;
	}
	.side_nav .side_sd .side_sub{
		--font2:18;
	}
	.side_nav.no_side_sub .side_sd .side_def a{
		padding-left:0;
		text-align:center;
	}
	
	/* 产品列表页 */
	.cp_box1 .cp_tit{
		--font2:28;
	}
	.cp_list .cp_ss .cp_txt .cp_sh{
		--font2:24;
	}
	.cp_list .cp_ss .cp_txt .cp_st{
		--font2:18;
	}
	
	/* 产品详情页 */
	.article_w.xFont{
		--font2:20;
	}
	.cpx_s1 .cpx_r{
		--font2:20;
	}
	.cpx_s1 .cpx_r .cpx_h{
		--font2:38;
	}
	.cpx_s1 .cpx_r .cpx_exp{
		--font2:26;
	}
	.cpx_s1 .cpx_r .cpx_btns{
		--font2:22;
	}
	.cpx_s2 .cpx_con .cpx_img{
		height:calc(.5 * var(--imgWidth));
	}
	.cpx_s4 .cpx_tab{
		--font2:22;
	}
	.cpx_s4 .cpx_itop{
		--selW:calc((var(--centerWidth) - var(--gap)) / 2);
		--inpW:var(--selW);
	}
	.cpx_s4 .cpx_itop .cpx_itops{
		margin-top:calc(-1 * var(--gap));
	}
	.cpx_s4 .cpx_itop .cpx_itops > *,
	.cpx_s4 .cpx_download_all{
		margin-top:var(--gap);
	}
	.cpx_s4 .cpx_itop .cpx_sel ~ .cpx_sel ~ .cpx_inp{
		width:var(--centerWidth);
	}
	
	/* 产品搜索页 */
	.result_box1 .res_tit{
		--font2:20;
	}
	.result_box1 .res_tit .res_h{
		--font2:42;
	}
	.result_list{
		--font2:20;
		--jtWidth:calc(18px + 26 / var(--invarPx) * var(--centerWidth));
	}
	.result_list .res_ss .res_st{
		--font2:26;
	}
	
	/* 产品公告列表页 */
	.cpgg_list{
		--font2:20;
	}
	.cpgg_list .cpgg_ss .cpgg_sh{
		--font2:26;
	}
	
	/* 产品公告详情页 */
	.xqy_container .xqy_tit .xqy_h{
		--font2:38;
	}
	.xqy_container .xqy_tit .xqy_info{
		--font2:18;
	}
	
	/* 关于我们页 */
	.gywm_s2 .gywm_con{
		--font2:22;
	}
	.gywm_s2 .gywm_con .gywm_ss .gywm_r{
		--font1:30;
		opacity:.3;
	}
	.gywm_s2 .gywm_con .gywm_ss .gywm_st em{
		--font1:16;
	}
	.gywm_s3 .gywm_con{
		--font2:20;
	}
	
	/* 资质证书 */
	.zzzs_swiper{
		--cover:30vw;
	}
	
	/* 发展历程 */
	.fzlc_swiper1 .fzlc_top .gallery-top{
		width:100%;
	}
	.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_sr{
		margin-left:0;
		margin-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.fzlc_swiper .fzlc_top .gallery-top,
	.fzlc_swiper .fzlc_bot .gallery-thumbs{
		--viewNum:6;
		--beforeWidth:36px;
	}
	
	/* 解决方案页 */
	.jjfa_box1 .jjfa_jj .jjfa_jr{
		--font2:20;
	}
	.jjfa_box1 .jjfa_jj .jjfa_jr .jjfa_h{
		--font2:36;
	}
	.jjfa_list .jjfa_ss .jjfa_txt .jjfa_sh{
		--font2:24;
	}
	
	/* 解决方案详情页 */
	.jjfax_s1{
		--imgWidth:var(--centerWidth);
		--txtWidth:var(--centerWidth);
	}
	.jjfax_s1 .center_box{
		-webkit-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	.jjfax_s1 .jjfax_r img{
		max-height:calc(.4 * var(--centerWidth));
	}
	.jjfax_s1 .jjfax_l{
		margin-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.jjfax_box1 .jjfax_ys{
		--col:1;
	}
	.fanhui_top{
		--font2:20;
	}
	
	/* 产品推荐 */
	.cptj_swiper{
		--col:3;
		--gap:20px;
	}
	.cptj_swiper .cptj_bot .cptj_txt .cptj_sh{
		--font2:24;
	}
	
	/* 联系我们 */
	.lxwm_s1 .lxwm_r .lxwm_rl .lxwm_h{
		--font2:36;
	}
	.lxwm_box1 .wxsq_info{
		--font2:20;
	}
	.lxwm_list{
		--col:2;
	}
	.lxwm_list .lxwm_ss .lxwm_sh{
		--font2:30;
	}
	
	/* 荣誉资质页 */
	.ryzz_box1 .ryzz_wrap .ryzz_txt{
		--font2:20;
	}
	.ryzz_box1 .ryzz_wrap .ryzz_txt .ryzz_date span{
		--font2:44;
	}
	.ryzz_box1 .ryzz_wrap .ryzz_txt .ryzz_sr{
		--font2:24;
	}
	
	/* 视频教学页 */
	.spjx_list{
		--col:2;
	}
	.spjx_list .spjx_ss .spjx_sd{
		--font2:20;
	}
	.spjx_list .spjx_ss .spjx_sd .spjx_sh{
		--font2:25;
	}
	
	/* 条款页 */
	.tk_container .tk_h{
		--font2:40;
	}
	
	/* 维修申请页 */
	.yjsq_s1 .yjsq_con .yjsq_sl .yjsq_icon{
		--font1:24;
	}
	.yjsq_s1 .yjsq_con .yjsq_sl .yjsq_txt{
		--font2:20;
	}
	.yjsq_s1 .yjsq_con .yjsq_sl .yjsq_txt .yjsq_num{
		--font2:30;
	}
	.wxsq_s3 .wxsq_con{
		--col:1;
		--font2:20;
	}
	.wxsq_s3 .wxsq_con .wxsq_ss .wxsq_txt .wxsq_sh{
		--font2:30;
	}
	.yjsq_form{
		--font2:22;
	}
	.yjsq_form ul li.c2{
		width:100%;
	}
	.yjsq_form .yjsq_itop .yjsq_sh{
		--font2:28;
	}
	.yjsq_form .yjsq_dz .yjsq_sr{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.yjsq_form .yjsq_dz .yjsq_sr .yjsq_sel{
		width:calc((100% - var(--gap)) / 2);
	}
	.yjsq_form .yjsq_dz .yjsq_sr .yjsq_inp{
		margin-left:0;
		width:100%;
		margin-top:var(--gap);
	}
	.wxsq_s4 .wxsq_bot .bz_tit1 .bz_h{
		--font2:32;
	}
	
	/* 新闻列表页 */
	.xw_list2{
		--font2:20;
	}
	.xw_list2 .xw_ss .xw_txt .bz_more1{
		display:none;
	}
	.xw_list2 .xw_ss .xw_txt .xw_sh{
		--font2:26;
	}
	.xw_list2 .xw_ss .xw_txt .xw_date2{
		font-size:.9em;
	}
	
	/* 新闻综合页 */
	.zbsp_list{
		--col:2;
		--gap:20px;
		--font2:20;
	}
	.zbsp_list .zbsp_ss .zbsp_st .zbsp_tag{
		font-size:14px;
	}
	.zbsp_list .zbsp_ss .zbsp_sh{
		--font2:26;
	}
	.zbsp_list .zbsp_ss .zbsp_exp{
		--font2:20;
	}
	.zbsp_list .zbsp_ss .zbsp_date .zbsp_sw{
		font-size:.9em;
	}
	.xwz_box1 .swiper-button.swiper-button-prev,
	.xwz_box1 .swiper-button.swiper-button-next{
		top:calc((var(--centerWidth) - (2 - 1) * 20px) / 2 * 300 / 500 / 2);
	}
	
	/* 直播视频详情页 */
	.zbtj_swiper{
		--font2:20;
		--col:2;
		--gap:20px;
	}
	.zbtj_swiper .zbtj_ss .zbtj_txt .zbtj_sh{
		--font2:28;
	}
	
	/* 展会详情页 */
	.zhx_s3 .zhx_con .zhx_wrap dl dt{
		--font2:32;
	}
	.zhx_s3 .zhx_con .zhx_wrap dl dd{
		--font2:20;
	}
	
	/* 子公司介绍 */
	.zgs_list{
		--font2:20;
		--col:1;
	}
	.zgs_list .zgs_ss .zgs_txt .zgs_sh{
		--font2:30;
	}
	
	/* 招聘页 */
	.zp_box1 .zp_filter .zp_top{
		--font2:18;
	}
	.zp_box1 .zp_filter .zp_top .zp_sl{
		--font2:34;
	}
	.zp_box1 .zp_filter .zp_top .zp_sr .zp_tj{
		padding-right:.5em;
		margin-right:.5em;
	}
	.zp_box1 .zp_filter .zp_bot .zp_item .zp_options{
		--font2:20;
	}
	.zp_box1 .zp_filter .zp_bot .zp_item .zp_tit{
		--font2:24;
	}
	.zp_box1 .zp_center .zp_tj2{
		--font2:20;
	}
	.zp_list{
		--font2:20;
	}
	.zp_list .zp_def .zp_sd{
		--font2:18;
	}
	.zp_list .zp_def .zp_st .zp_sl{
		--font2:26;
	}
	.no_job .no_job_sw{
		--font2:20;
	}
	
	/* 招聘详情页 */
	.zpx_box1 .zp_list .zp_def .zp_st .zp_sl{
		--font2:36;
	}
	
	/* 登录 */
	.dz_container .dz_h{
		--font2:40;
	}
	
	/* 个人中心 */
	.grzx_box1{
		--lWidth:200px;
	}
	.grzx_box1 .grzx_r{
		padding-right:var(--pdLeft);
	}
	.grzx_box1 .grzx_r .grzx_h{
		--font2:36;
	}
	
	
	
	
	
}

@media screen and (min-width:896px) and (max-width:1199px){
	/* header */
	.xla_nav .xla_c .xla_r > ol{
		--col:5;
	}
	
	/* banner */
	.banner_box .swiper-pagination-bullet{
		width:20px;
		height:4px;
	}
	
	/* 核心产品 */
	.hxcp_sz{
		--col:3;
	}
	
	/* 解决方案 */
	.jjfa_swiper{
		--txtTl:calc(140px + 400 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 服务支持 */
	.fwzc_box .fwzc_con .fwzc_ss .fwzc_st .fwzc_sh{
		--font2:28;
	}
	.fwzc_box .fwzc_con .fwzc_ss .fwzc_st .fwzc_sw{
		--font2:18;
	}
	
	/* 页脚 */
	.footer_box .footer_mid,
	.footer_box .footer_bot,
	.footer_box .footer_top .footer_fri{
		--font2:18;
	}
	
	/* 产品左侧导航 */
	.side_nav .side_st .side_h{
		--font2:28
	}
	.side_nav .side_sd .side_def{
		--font2:21;
	}
	.side_nav .side_sd .side_sub{
		--font2:18;
	}
	
	/* 产品列表页 */
	.cp_box1 .cp_tit{
		--font2:26;
	}
	.cp_list{
		--col:1;
	}
	.cp_list .cp_ss .cp_txt .cp_st{
		--font2:18;
	}
	.cp_list .cp_ss .cp_txt .cp_sh{
		--font2:24;
	}
	
	/* 产品详情页 */
	.article_w.xFont{
		--font2:18;
	}
	.cpx_s1 .cpx_r{
		--font2:18;
	}
	.cpx_s1 .cpx_r .cpx_h{
		--font2:34;
	}
	.cpx_s1 .cpx_r .cpx_btns{
		--font2:18;
	}
	.cpx_s2 .cpx_con{
		--imgWidth:calc(100px + 560 / var(--invarPx) * var(--centerWidth));
	}
	.cpx_s2 .cpx_con .cpx_img{
		position:-webkit-sticky;
		position:sticky;
		top:calc(2.5 * var(--headerHeight));
	}
	.cpx_s4 .cpx_tab{
		--font2:20;
	}
	.cpx_s4 .cpx_itop{
		--selW:calc((var(--centerWidth) - (var(--selNum) + var(--inpNum) + var(--btnNum) - 1) * var(--gap) - var(--btnW)) / (var(--selNum) + var(--inpBeishu) * var(--inpNum)));
		/* --inpW:var(--selW); */
	}
	
	/* 产品搜索页 */
	.inner_search .inner_search_top{
		--font2:20;
	}
	.inner_search .inner_search_bot{
		--font2:16;
	}
	
	/* 搜索结果页 */
	.result_box1 .res_tit{
		--font2:18;
	}
	.result_list{
		--font2:18;
		--jtWidth:calc(12px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.result_list .res_ss .res_st{
		--font2:24;
	}
	
	/* 产品公告页 */
	.cpgg_list{
		--font2:18;
	}
	.cpgg_list .cpgg_ss .cpgg_sh{
		--font2:24;
	}
	
	/* 详情页 */
	.xqy_container .xqy_tit .xqy_info{
		--font2:16;
	}
	
	/* 资质证书 */
	.zzzs_swiper{
		--cover:30vw;
		--font2:20;
	}
	
	/* 发展历程 */
	.fzlc_swiper .fzlc_top{
		--srWidth:calc(100% - var(--imgWidth) - var(--imgGap));
	}
	.fzlc_swiper .fzlc_top .gallery-top,
	.fzlc_swiper .fzlc_bot .gallery-thumbs{
		--viewNum:7;
		--beforeWidth:36px;
	}
	.fzlc_swiper1 .fzlc_top .gallery-top{
		width:100%;
	}
	
	/* 解决方案页 */
	.jjfa_box1 .jjfa_jj .jjfa_jr{
		--font2:18;
	}
	.jjfa_list{
		--col:2;
	}
	.jjfa_list .jjfa_ss .jjfa_txt .jjfa_sh{
		--font2:22;
	}
	
	/* 解决方案详情页 */
	.fanhui_top{
		--font2:18;
	}
	.jjfax_box1 .jjfax_ys{
		--col:1;
	}
	.cptj_swiper{
		--col:3;
		--gap:20px;
	}
	.cptj_swiper .cptj_bot .cptj_txt .cptj_sh{
		--font2:24;
	}
	
	/* 联系我们页 */
	.lxwm_box1 .wxsq_info{
		--font2:18;
	}
	.lxwm_list{
		--col:2;
	}
	
	/* 荣誉资质页 */
	.fzlc_swiper .fzlc_top{
		padding:0;
	}
	.fzlc_swiper .fzlc_top .gallery-top{
		width:var(--centerWidth);
	}
	.ryzz_box1 .ryzz_wrap .ryzz_txt{
		--font2:18;
	}
	.ryzz_box1 .ryzz_wrap .ryzz_txt .ryzz_date span{
		--font2:38;
	}
	
	/* 视频教学页 */
	.spjx_list{
		--col:3;
	}
	.spjx_list .spjx_ss .spjx_sd{
		--font2:16;
	}
	.spjx_list .spjx_ss .spjx_sd .spjx_sh{
		--font2:22;
	}
	
	/* 维修申请页 */
	.yjsq_s1 .yjsq_con{
		--col:5;
	}
	.yjsq_s1 .yjsq_con ul li:nth-of-type(8n){
		display:flex;
	}
	.yjsq_s1 .yjsq_con ul li:nth-of-type(10n){
		display:none;
	}
	.yjsq_s1 .yjsq_con .yjsq_sl .yjsq_icon{
		--font1:22;
	}
	.yjsq_s1 .yjsq_con .yjsq_sl .yjsq_txt{
		--font2:20;
	}
	.yjsq_s1 .yjsq_con .yjsq_sl .yjsq_txt .yjsq_num{
		--font2:26;
	}
	.wxsq_s3 .wxsq_con{
		--font2:20;
		--col:1;
	}
	.wxsq_s3 .wxsq_con .wxsq_ss .wxsq_txt .wxsq_sh{
		--font2:28;
	}
	.wxsq_s4 .wxsq_bot .bz_tit1 .bz_h{
		--font2:30;
	}
	.yjsq_form{
		--font2:18;
	}
	.yjsq_form ul li.c2{
		width:47%;
	}
	.yjsq_form .yjsq_itop .yjsq_sh{
		--font2:24;
	}
	
	/* 新闻列表页 */
	.xw_list2{
		--font2:18;
	}
	.xw_list2 .xw_ss .xw_txt .xw_sh{
		--font2:24;
	}
	
	/* 直播视频列表页 */
	.zbsp_list{
		--col:3;
		--gap:20px;
		--font2:16;
	}
	.zbsp_list .zbsp_ss .zbsp_st .zbsp_tag{
		font-size:14px;
	}
	.zbsp_list .zbsp_ss .zbsp_exp{
		--font2:18;
	}
	.zbsp_list .zbsp_ss .zbsp_sh{
		--font2:24;
	}
	.xwz_box1 .swiper-button.swiper-button-prev,
	.xwz_box1 .swiper-button.swiper-button-next{
		top:calc((var(--centerWidth) - (3 - 1) * 20px) / 3 * 300 / 500 / 2);
	}
	
	/* 资料下载页 */
	.xz_jieguo_data .xz_lr .xz_jr .xz_tabs{
		--font2:20;
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content .xz_def .xz_dl3{
		--font2:18;
	}
	.xz_jieguo_data .xz_lr .xz_jr .xz_content .xz_def .xz_sh{
		--font2:24;
	}
	
	/* 直播视频详情页 */
	.zbtj_swiper{
		--font2:18;
	}
	.zbtj_swiper .zbtj_ss .zbtj_txt .zbtj_sh{
		--font2:23;
	}
	
	/* 子公司介绍页 */
	.zgs_list{
		--col:1;
		--font2:18;
	}
	.zgs_list .zgs_ss .zgs_txt .zgs_sh{
		--font2:28;
	}
	
	/* 展会详情页 */
	.zhx_s3 .zhx_con .zhx_wrap dl dt{
		--font2:26;
	}
	
	/* 招聘页 */
	.zp_box1 .zp_filter .zp_top .zp_sl{
		--font2:32;
	}
	.zp_box1 .zp_filter .zp_bot .zp_item .zp_tit{
		--font2:21;
	}
	.zp_box1 .zp_filter .zp_bot .zp_item .zp_options,
	.zp_box1 .zp_center .zp_tj2{
		--font2:18;
	}
	.zp_list .zp_def .zp_sd{
		--font2:16;
	}
	.zp_list .zp_def .zp_st .zp_sl{
		--font2:24;
	}
	.no_job .no_job_sw{
		--font2:16;
	}
	
	/* 招聘详情页 */
	.zpx_box1 .zp_list .zp_def .zp_st .zp_sl{
		--font2:32;
	}
	
	/* 登录页 */
	.dz_container .dz_h{
		--font2:36;
	}
	
	/* 个人中心页 */
	.grzx_box1{
		--lWidth:200px;
	}
	
	
	
	
	/* 896 */
}