
@charset "utf-8";

/* CSS Document */
@font-face {
	font-family:menk;
	src: url(../font/MGQ8101.ttf);
}
@font-face {
	font-family:swis;
	src:url(../font/tt0173m.ttf);
}
@font-face {
	font-family:twcen;
	src:url(../font/TwCenMT.ttf);
}
@font-face{
	font-family:abril;
	src:url(../font/AbrilFatface-Regular.ttf);
}
@font-face{
	font-family:shob;
	src:url(../font/Shobhika-Regular.otf);
}
@font-face {
	font-family:roboto;
	src:url(../font/Roboto-Regular-14.ttf);
}

button, input, textarea, select {
    outline: none;
    background: none;
    border: none;
   font-family:roboto,menk,'PingFang SC',Source Han Sans CN,Arial,"SOURCEHANSANSCN-REGULAR",'Microsoft Yahei','Source Han Sans',SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK',source-han-sans-simplified-c, sans-serif;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
}

a{
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.iconfont:before {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.center_box{
    width:var(--centerWidth);
    margin:0 auto;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.pd_150 {
    padding: 150px;
}

.pd_tb150 {
    padding: 150px 0;
}

.pd_t150 {
    padding-top: 150px;
}

.pd_b150 {
    padding-bottom: 150px;
}

.pd_120 {
    padding: 120px;
}

.pd_tb100 {
    padding: 120px 0;
}

.pd_t120 {
    padding-top: 120px;
}

.pd_b120 {
    padding-bottom: 120px;
}

.pd_100 {
    padding: 100px;
}

.pd_tb100 {
    padding: 100px 0;
}

.pd_t100 {
    padding-top: 100px;
}

.pd_b100 {
    padding-bottom: 100px;
}

.pd_80 {
    padding: 80px;
}

.pd_tb80 {
    padding: 80px 0;
}

.pd_t80 {
    padding-top: 80px;
}

.pd_b80 {
    padding-bottom: 80px;
}

.pd_60 {
    padding: 60px;
}

.pd_tb60 {
    padding: 60px 0;
}

.pd_t60 {
    padding-top: 60px;
}

.pd_b60 {
    padding-bottom: 60px;
}

.pd_50 {
    padding: 50px;
}

.pd_tb50 {
    padding: 50px 0;
}

.pd_t50 {
    padding-top: 50px;
}

.pd_b50 {
    padding-bottom: 50px;
}

.pd_40 {
    padding: 40px;
}

.pd_tb40 {
    padding: 40px 0;
}

.pd_t40 {
    padding-top: 40px;
}

.pd_b40 {
    padding-bottom: 40px;
}

.pd_30 {
    padding: 30px;
}

.pd_tb30 {
    padding: 30px 0;
}

.pd_t30 {
    padding-top: 30px;
}

.pd_b30 {
    padding-bottom: 30px;
}

.pd_20 {
    padding: 20px;
}

.pd_tb20 {
    padding: 20px 0;
}

.pd_t20 {
    padding-top: 20px;
}

.pd_b20 {
    padding-bottom: 20px;
}

.pd_15 {
    padding: 15px;
}

.pd_tb15 {
    padding: 15px 0;
}

.pd_t15 {
    padding-top: 15px;
}

.pd_b15 {
    padding-bottom: 15px;
}

.pd_10 {
    padding: 10px;
}

.pd_tb10 {
    padding: 10px 0;
}

.pd_t10 {
    padding-top: 10px;
}

.pd_b10 {
    padding-bottom: 10px;
}

.pd_tb100 {
    padding: 100px 0;
}
.pd_tb0{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.pd_t0{
	padding-top:0 !important;
}
.pd_b0{
	padding-bottom:0 !important;
}
.pd_lr0{
	padding-left:0 !important;
	padding-right:0 !important;
}
.pd_l0{
	padding-left:0 !important;
}
.pd_r0{
	padding-right:0 !important;
}

.mg_t150 {
    margin-top: 150px;
}

.mg_b150 {
    margin-bottom: 150px;
}

.mg_t100 {
    margin-top: 100px;
}

.mg_b100 {
    margin-bottom: 100px;
}

.mg_tb80 {
    margin: 80px 0;
}

.mg_t80 {
    margin-top: 80px;
}

.mg_b80 {
    margin-bottom: 80px;
}

.mg_tb70 {
    margin: 70px 0;
}

.mg_t70 {
    margin-top: 70px;
}

.mg_b70 {
    margin-bottom: 70px;
}

.mg_tb60 {
    margin: 60px 0;
}

.mg_t60 {
    margin-top: 60px;
}

.mg_b60 {
    margin-bottom: 60px;
}

.mg_tb50 {
    margin: 50px 0;
}

.mg_t50 {
    margin-top: 50px;
}

.mg_b50 {
    margin-bottom: 50px;
}

.mg_tb40 {
    margin: 40px 0;
}

.mg_t40 {
    margin-top: 40px;
}

.mg_b40 {
    margin-bottom: 40px;
}

.mg_tb30 {
    margin: 30px 0;
}

.mg_t30 {
    margin-top: 30px;
}

.mg_b30 {
    margin-bottom: 30px;
}

.mg_tb20 {
    margin: 20px 0;
}

.mg_t20 {
    margin-top: 20px;
}

.mg_b20 {
    margin-bottom: 20px;
}

.mg_tb15 {
    margin: 15px 0;
}

.mg_t15 {
    margin-top: 15px;
}

.mg_b15 {
    margin-bottom: 15px;
}

.mg_tb10 {
    margin: 10px 0;
}

.mg_t10 {
    margin-top: 10px;
}

.mg_b10 {
    margin-bottom: 10px;
}
.mg_tb5 {
    margin:5px 0;
}

.mg_t5 {
    margin-top:5px;
}

.mg_b5 {
    margin-bottom:5px;
}

body {
    font-size:medium !important;
	font-family:roboto,menk,'PingFang SC',Source Han Sans CN,Arial,"SOURCEHANSANSCN-REGULAR",'Microsoft Yahei','Source Han Sans',SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK',source-han-sans-simplified-c, sans-serif;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color:transparent;
	color:#333;
	background:#f7f7f7;
}

.flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.inflex_box{
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

:root{
	--curColor:#0080cc;
	--subColor:#00abee;
	--ligColor:#e0f0f1;
	--rgb:0,128,204;
	--rgb_alpha:.8;
	--fullPx:1920;
	--invarPx:1560;
	--centerPx:1560;
	--centerWidth:max(1160px,calc(var(--centerPx) / var(--fullPx) * 100vw));
	--headerHeight:max(70px,min(80px,calc(80 / var(--invarPx) * var(--centerWidth))));
	--swbtnSize:50px;
	--swdotHeight:calc(10 / var(--invarPx) * var(--centerWidth));
	--swdotBeishu:1;
	--clampRows:2;
	--logoleftGap:3.6%;
	--moreHeight:calc(40px + 10 / var(--invarPx) * var(--centerWidth));
	--innerBannerHeight:calc(650 / 1920 * 100vw);
}
.wow_list li{
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}
.wow_list li:nth-of-type(1){
	-webkit-animation-delay:.2s;
	animation-delay:.2s;
}
.wow_list li:nth-of-type(2){
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}
.wow_list li:nth-of-type(3){
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
}
.wow_list li:nth-of-type(4){
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}
.wow_list li:nth-of-type(5){
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.wow_list li:nth-of-type(6){
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.wow_list li:nth-of-type(7){
	-webkit-animation-delay:1.4s;
	animation-delay:1.4s;
}
.wow_list li:nth-of-type(7){
	-webkit-animation-delay:1.6s;
	animation-delay:1.6s;
}
.wow_list li:nth-of-type(8){
	-webkit-animation-delay:1.8s;
	animation-delay:1.8s;
}
.wow_list li:nth-of-type(9){
	-webkit-animation-delay:2s;
	animation-delay:2s;
}
.wow_list li:nth-of-type(10){
	-webkit-animation-delay:2.2s;
	animation-delay:2.2s;
}
.swiper-container{
	overflow:hidden;
	position:relative;
}
.clamp_txt {
    overflow: hidden;
    -webkit-line-clamp:var(--clampRows);
    -moz-line-clamp:var(--clampRows);
    -o-line-clamp:var(--clampRows);
    line-clamp:var(--clampRows);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
}

/* 常规文字 */
.article_w{
	font-size:16px;
	color:#333;
	line-height:1.625;
}
.article_w sup{
	vertical-align:super;
}
.article_w sub{
	vertical-align:sub;
}
.article_w img{
	max-width:100% !important;
	height:auto !important;
	vertical-align:top;
}
.article_w strong{
	font-weight:bold;
}
.article_w *:not(strong){
	font-weight:inherit;
}
.article_w li{
	list-style:disc;
}
.article_w table{
	border-collapse: collapse;
	border:solid 1px rgba(0,0,0,.1);
	max-width:100%;
}
.article_w table th,
.article_w table td{
	border:solid 1px rgba(0,0,0,.1);
	padding:1vw;
	font-size:1vw;
	vertical-align:middle;
}
.article_w table th{
	background:#d2d4e6;
}
.article_w video{
	width:min(100%,800px) !important;
	height:auto !important;
	margin:0 auto;
}

.txt_center{
	text-align:center;
}
.white_bg{
    background:#fff;
}
.iw_poi_title{color:var(--curColor);font-size:16px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:14px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.pswp .pswp__bg{
	background:rgba(0,0,0,.8);
}

/* 经过图片 */
.pic_hvr{
	overflow:hidden;
	position:relative;
	display:block;
}
.pic_hvr:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}
.pic_hvr img{
	display:block;
	width:100%;
	height:100%;
	transition:all .5s;
}
@keyframes gradient-rectangle {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 0;
	}
}
.pic_ss:hover .pic_hvr:before{
	animation:gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function:cubic-bezier(0, 0, 0.18, 0.96);
}
.pic_ss:hover .pic_hvr img{
	transform:scale(1.1);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~首页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 每屏共用样式 */
#fullpage{
	background:#fff;
}
.section {
    overflow:hidden;
    position:relative;
}
.section .sec_bg {
    position:absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
	overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.2, 1.2);
    transition: all 3s .7s;
}
.section .sec_bg img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.section.active .sec_bg {
    transform: scale(1, 1);
}
.section .sec_container{
   position:relative;
   z-index:5;
}
.section .video_bg{
	position:absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow:hidden;
	pointer-events:none;
}
.section .video_bg video{
	display:block;
	width:100%;
	height:100%;
	object-fit:fill;
}

/* header */
.menu{
	position:relative;
	width:44px;
	height:60px;
	z-index:99999;
}
.menu:hover {
	cursor: pointer;
}
.menu > i {
	position: absolute;
	width: 24px;
	height: 2px;
	top: 50%;
	left:10px;
	background-color:#fff;
	pointer-events:auto;
	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:#fff;
	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:999;
	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);
}
input.hamburger{
	height:0;
	display:none;
}

.header_box.out{
	opacity:0;
	transition:all 0.35s ease-in-out;
	transform:translateY(-101%);
}
.header_box.in{
	opacity:1;
	transition:all 0.35s ease-in-out;
	transform:translateY(0);
}
.header_box.header_color{
	color:#333;
}
.header_box.header_color:before{
	background:rgba(0,0,0,.1);
}
.header_box.header_color .header_info ul li + li{
	border-color:rgba(0,0,0,.1);
}
.header_box .menu > i{
	transition:all 0s;
	transition-delay:0s;
}

.header_box.header_color .header_menu:before,
.header_box.header_color .header_menu:after{
	background:var(--curColor);
}
.header_color .nav_box ul > li.active > a{
	color:var(--curColor);
}
.header_color.header_box .logo .logo_bla{
	display:block;
}
.header_color.header_box .logo .logo_whi{
	display:none;
}
.header_color .nav_box > ul > li > a:before{
	background:var(--curColor);
}
.header_color .tel_box .iconfont{
	color:var(--curColor);
}
.header_box.header_color .header_link ul li,
.header_box.header_hover .header_link ul li{
	color:var(--subColor);
}
.header_box.header_color .header_link ul li:before,
.header_box.header_hover .header_link ul li:before{
	background:#000;
	opacity:.2;
}
.inner_body .header_box:before{
	height:100%;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,.08);
}



.header_box{
	position:fixed;
	top:0;
	left:0;
	z-index:950;
	width:100%;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	color:#fff;
}
.header_box:before{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	background:rgba(255,255,255,.3);
	right:0;
	bottom:0;
	transform-origin:right;
	width:0;
	opacity:0;
	transition:all .5s;
}
.header_box .logo{
	margin-left:var(--logoleftGap);
	position:relative;
	z-index:5;
}
.header_box .logo .logo_bla{
	display:none;
}
.header_box .logo img,
.search_box .search_top .logo img{
	display:block;
	max-width:260px;
	height:calc(50 / 100 * var(--headerHeight));
}
.header_box .header_r{
	padding-right:2.6%;
}
.header_box .header_wrap{
	-webkit-align-items:center;
	align-items:center;
	opacity:0;
	pointer-events:none;
	transition:opacity .35s;
}
.tel_box{
	-webkit-align-items:center;
	align-items:center;
	font-size:24px;
	font-family:"PingFang SC",arial;
	margin-left:4vw;
	margin-right:4vw;
	cursor:default;
}
.tel_box .iconfont{
	font-size:1.25em;
}
.tel_box > span{
	font-weight:bold;
	margin-left:.5em;
}
.header_box .header_menu{
	width:100px;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
}
.header_box .header_menu:before,
.header_box .header_menu:after{
	content:"";
	position:absolute;
	font-size:var(--cirSize);
	width:1em;
	height:1em;
	border-radius:50%;
	background:#fff;
	left:50%;
	top:50%;
	margin-left:-.5em;
	margin-top:-.5em;
	pointer-events:none;
	
}
.header_box .header_menu:before{
	--cirSize:calc(75 / 100 * var(--headerHeight));
	opacity:.8;
}
.header_box .header_menu:after{
	--cirSize:calc(85 / 100 * var(--headerHeight));
	animation:twinkling 2.1s infinite ease-in-out;
	animation-fill-mode:both;
}
@keyframes twinkling{
	0% {
		opacity:0.2;
		filter:alpha(opacity=20);
		transform:scale(1);
	}

	50% {
		opacity:0.4;
		filter:alpha(opacity=40);
		transform:scale(1.2);
	}

	100% {
		opacity:0.2;
		filter:alpha(opacity=20);
		transform:scale(1);
	}
}
.header_box .header_link{
	--iconSize:28px;
	--gap:calc(20 / 28 * var(--iconSize));
	--gapRight:2vw;
	margin-left:var(--gapRight);
	margin-right:var(--gapRight);
}
.header_box .header_link ul{
	margin:0 calc(-1 * var(--gap));
}
.header_box .header_link ul li{
	padding:0 var(--gap);
	position:relative;
}
.header_box .header_link ul li:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:100%;
	background:#fff;
	opacity:.5;
}
.header_box .header_link ul li:nth-of-type(1):before{
	display:none;
}
.header_box .header_link ul li.header_search .header_ss{
	font-size:var(--iconSize);
	width:1em;
	height:1em;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	transition:all .35s;
}
.header_box .header_link ul li.header_search .header_ss .iconfont{
	font-size:1em;
}
.header_box .header_link ul li.header_en .header_ss{
	display:block;
	line-height:var(--iconSize);
	font-size:18px;
	padding:0 .32em;
	border:solid 1px currentColor;
	border-radius:5px;
}


.nav_box > ul > li > a,
.header_box .header_menu{
	height:var(--headerHeight);
}
.nav_box > ul > li{
	padding:0 1.5vw;
}
.nav_box > ul > li > a{
	position:relative;
	font-size:18px;
	-webkit-align-items:center;
	align-items:center;
}
.nav_box > ul > li > a:before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:3px;
	background:#fff;
	transform:scaleX(0);
}
.nav_box > ul > li.active > a:before{
	transform:scaleX(1);
}

/* 下拉菜单 */
nav ul>li .subnav{
	position:absolute;
	width:100%;
	left:0;
	top:100%;
	transform:scaleY(0);
	visibility:hidden;
	opacity:0;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05);
	transform-origin:top;
	visibility:hidden;
	transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
	background:rgba(255,255,255,.9);
	backdrop-filter:blur(6px);
}
.subnav .center_box{
	-webkit-justify-content:center;
	justify-content:center;
}
.subnav{
	--subnavGap:30px;
	--fontSize:17px;
}
.subnav ol{
	margin-left:calc(-1 * var(--subnavGap));
	margin-top:calc(-.2 * var(--subnavGap));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.subnav ol li{
	margin-left:var(--subnavGap);
	margin-top:calc(.2 * var(--subnavGap));
}
.subnav ol li a{
	font-size:var(--fontSize);
	color:#333;
	display:block;
}

/* 下拉菜单1 */
nav ul>li .subnav1{
	position:absolute;
	width:100%;
	left:0;
	top:100%;
	transform:scaleY(0);
	visibility:hidden;
	opacity:0;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05);
	transform-origin:top;
	visibility:hidden;
	transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
	background:rgba(255,255,255,.9);
	backdrop-filter:blur(6px);
	
	background:#e8f1f8;
}
.subnav1{
	--col:6;
	--gap:calc(40 / var(--invarPx) * var(--centerWidth));
	padding:var(--gap) 0;
}
.subnav1 .subnav_ol{
	-webkit-justify-content:center;
	justify-content:center;
}
.subnav1 ol{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	margin-left:calc(-1 * var(--gap));
	margin-top:calc(-1 * var(--gap));
}
.subnav1 ol li{
	width:calc((var(--centerWidth) + var(--gap)) / var(--col));
	margin-top:var(--gap);
}
.subnav1 ol li dl{
	margin-left:var(--gap);
}
.subnav1 ol li dl dt{
	--rgb_alpha:.3;
	--iconSize:calc(24 / 18 * 1em);
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	padding-bottom:1em;
	border-bottom:solid 1px rgba(var(--rgb),var(--rgb_alpha));
}
.subnav1 ol li dl dt > *{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.subnav1 ol li dl dt .subnav_sw{
	font-weight:bold;
	margin-left:.5em;
}
.subnav1 ol li dl dt .subnav_icon ~ .subnav_sw{
	margin-left:.75em;
}
.subnav1 ol li dl dt .subnav_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.subnav1 ol li dl dt .subnav_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.subnav1 ol li dl dt .subnav_icon svg path{
	fill:currentColor !important;
}
.subnav1 ol li dl dd{
	--dot:4px;
	--lineHeight:1.4;
	font-size:calc(12px + 3 / var(--invarPx) * var(--centerWidth));
	-webkit-justify-content:center;
	justify-content:center;
	padding-top:.8em;
}
.subnav1 ol li dl dd:nth-of-type(1){
	margin-top:.5em;
}
.subnav1 ol li dl dd a{
	padding-left:calc(.5em + var(--dot));
	position:relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.subnav1 ol li dl dd a:not(:hover)::before{
	--rgb:0,0,0;
	--rgb_alpha:.3;
}
.subnav1 ol li dl dd a::before{
	content:"";
	position:absolute;
	top:calc((var(--lineHeight) * 1em - var(--dot)) / 2);
	left:0;
	width:var(--dot);
	height:var(--dot);
	border-radius:50%;
	background:rgba(var(--rgb),var(--rgb_alpha));
	transition:all .35s;
}

/* 下拉菜单2 */
nav ul>li .subnav2{
	position:absolute;
	width:100%;
	left:0;
	top:100%;
	transform:scaleY(0);
	visibility:hidden;
	opacity:0;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05);
	transform-origin:top;
	visibility:hidden;
	transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
	background:rgba(255,255,255,.9);
	backdrop-filter:blur(6px);
	
	
	--pdTop:calc(40 / var(--invarPx) * var(--centerWidth));
	--elPdLeft:calc(50 / 40 * var(--pdTop));
	--secondWidth:calc(310 / var(--invarPx) * var(--centerWidth));
	--secondPd:calc(25 / var(--invarPx) * var(--centerWidth));
	--navCols:2;
	--navRows:10;
	--thirdElHeight:2.5em;
	--thirdElPdTop:calc((2.5em - 1em) / 2);
	--thirdHeight:calc(var(--thirdElHeight) * var(--navRows) - var(--thirdElPdTop) * 2);
	--iconSize:calc(24 / 18 * 1em);
	background:#e8f1f8;
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	padding:var(--pdTop) 0;
}
.subnav2 .subnav_second::before,
.subnav2 .subnav_third::after{
	content:"";
	position:absolute;
	width:1px;
	top:0;
	bottom:0;
	background:rgba(0,0,0,.1);
}
.subnav2 .subnav_second::before{
	left:var(--secondWidth);
}
.subnav2 .subnav_third::after{
	right:calc((var(--centerWidth) - var(--secondWidth)) / var(--navCols));
}
.subnav2 .center_box{
	position:relative;
}
.subnav2 .subnav_second{
	width:var(--secondWidth);
	min-height:var(--thirdHeight);
	-webkit-justify-content:center;
	justify-content:center;
}
.subnav2 .subnav_second > ol{
	margin:calc(-1 * var(--secondPd)) 0;
	width:100%;
}
.subnav2 .subnav_second > ol > li{
	width:100%;
}
.subnav2 .subnav_second > ol > li:nth-last-child(1) .subnav_def a{
	border-bottom:none;
}
.subnav2 .subnav_def a{
	padding:var(--secondPd) .5em;
	-webkit-align-items:center;
	align-items:center;
	border-bottom:solid 1px rgba(0,0,0,.3);
	width:calc(.5em * 2 + var(--iconSize) + .75em + 6em);
	margin-left:auto;
	margin-right:auto;
}
.subnav2 .subnav_def a .subnav_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.subnav2 .subnav_def a .subnav_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.subnav2 .subnav_def a .subnav_icon svg path{
	fill:currentColor !important;
}
.subnav2 .subnav_def a .subnav_icon ~ .subnav_sw{
	margin-left:.75em;
}
.subnav2 .subnav_def a .subnav_sw{
	font-weight:bold;
}
.subnav2 .subnav_third{
	position:absolute;
	right:0;
	top:0;
	width:calc(100% - var(--secondWidth));
	min-height:100%;
	opacity:0;
	pointer-events:none;
	transition:opacity .35s;
}
.subnav2 .subnav_second > ol > li.active .subnav_third{
	opacity:1;
	pointer-events:auto;
}
.subnav2 .subnav_third ol{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--thirdElPdTop));
	margin-bottom:calc(-1 * var(--thirdElPdTop));
}
.subnav2 .subnav_third ol li{
	width:calc(100% / var(--navCols));
	padding:0 var(--elPdLeft);
	overflow:hidden;
	height:var(--thirdElHeight);
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.subnav2 .subnav_third ol li a{
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.subnav2 .subnav_second > ol > li.active .subnav_def a{
	color:var(--curColor);
}


/* 搜索框 */
.search_box{
	position:fixed;
	top:0;
	left:0;
	z-index:1960;
	width:100%;
	background:#fff;
	display:none;
	--closeIcon:50px;
	--inpHeight:3.5vw;
}
.search_box .search_top{
	padding:0 var(--logoleftGap);
	height:var(--headerHeight);
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.search_box .search_top .search_close{
	font-size:var(--closeIcon);
	width:1em;
	height:1em;
	border-radius:50%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	transition:all .35s;
}
.search_box .search_top .search_close .iconfont{
	font-size:.6em;
}
.search_box .search_bot{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5vw;
	padding-bottom:7.5vw;
}
.search_box .search_bot .search_form{
	position:relative;
}
.search_box .search_bot input{
	display:block;
	width:100%;
	height:var(--inpHeight);
	padding:0 5vw 0 2vw;
	font-size:1.2vw;
	background-color:#efefef;
	border-radius:3vw;
	border:solid 1px #ccc;
	color:#333;
	transition:all 0.35s ease-in-out; 
}
.search_box .search_bot .search_icon{
	position:absolute;
	top:0;
	right:1vw;
	font-size:var(--inpHeight);
	width:1em;
	height:1em;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	transition:all .35s;
}
.search_box .search_bot .search_icon .iconfont{
	font-size:.6em;
}

/* banner */
.banner_box{
	position:relative;
	overflow:hidden;
	--paginationPos:2.5vw;
}
.banner_box .swiper-slide{
	position:relative;
	max-height:100vh;
	overflow:hidden;
}
.banner_box .swiper-slide a{
	display:block;
	position:relative;
	width:100%;
	max-height:100vh;
	overflow:hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.banner_box .swiper-slide a>img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transform-style:preserve-3d;
	transform:scale(1.12);
	transition:all 8s;
}
.banner_box .swiper-slide-active a>img{
	transform-style:preserve-3d;
	transform:scale(1);
}
.banner_box .swiper-slide .banner_img{
	overflow:hidden;
	position:relative;
	width:100%;
	max-height:calc(100vh - var(--navHeight) - var(--headerHeight));
}
.banner_box .swiper-slide .banner_img img{
	display:block;
	width:100%;
}
.banner_box .swiper-slide .banner_txt{
	position:absolute;
	top:0;
	left:50%;
	z-index:5;
	width:var(--centerWidth);
	margin-left:calc(-.5 * var(--centerWidth));
	height:100%;
	color:#fff;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.banner_box .swiper-slide .banner_txt img{
	display:block;
	max-height:60%;
	max-width:78%;
}
.banner_box .swiper-slide .banner_sw{
	font-size:var(--font60);
	font-weight:bold;
	padding-bottom:calc(120 / var(--invarPx) * var(--centerWidth));
	letter-spacing:.05em;
}
.banner_box .swiper-slide video{
	position: absolute;
	width:100%;
	left:0px;
	top:50%;
	transform: translateY(-50%);
	object-fit:fill;
	min-height:100%;
	z-index:3;
}
.banner_box .swiper-pagination.swiper-pagination-bz{
	position:absolute;
	left:0;
	bottom:max(20px,calc(50 / 1080 * 100vh));
	--swdotHeight:5px;
	--swdotBeishu:14;
	
}
.banner_box .swiper-pagination.swiper-pagination-bz .swiper-pagination-bullet{
	margin:0 calc(2 * var(--swdotHeight));
	opacity:1;
}
.banner_box .swiper-pagination.swiper-pagination-bz .swiper-pagination-bullet-active{
    background:var(--curColor);
}
.banner_box .swiper-button.swiper-button-bz{
	--swPos:calc(40 / var(--fullPx) * 100vw);
	--move:calc(var(--swPos) + var(--swbtnSize));
	--swbtnSize:60px;
}
.banner_box .mask_array{
	position:absolute;
	color:#fff;
	bottom:calc(5vh + 30px + 1vw);
	z-index:5;
	left:50%;
	transform:translateX(-50%);
	cursor:pointer;
	animation: start 2s infinite ease-in-out;
}
.banner_box .mask_array .iconfont{
	font-size:calc(30px + 28 / var(--invarPx) * var(--centerWidth));
}
@keyframes start {
	0%,30% {opacity: 0;transform: translate(-50%,-15px);}
	60% {opacity: 1;transform: translate(-50%,0);}
	100% {opacity: 0;transform: translate(-50%,15px);}
}
.swiper-pagination.swiper-pagination-bz{
	position:static;
	width:100%;
	text-align:center;
	--swdotWidth:calc(var(--swdotBeishu) * var(--swdotHeight));
}
.swiper-pagination.swiper-pagination-bz .swiper-pagination-bullet{
	width:var(--swdotWidth);
	height:var(--swdotHeight);
	border-radius:var(--swdotHeight);
	margin:0 max(calc(var(--swdotHeight) * .5),calc(10 / 30 * var(--swdotWidth)));
	background:currentColor;
	--swiper-pagination-bullet-inactive-opacity:.5;
}
.swiper-pagination.swiper-pagination-bz.swiper-pagination-color{
	color:var(--curColor);
}
.swiper-pagination.swiper-pagination-bz.swiper-pagination-white{
	color:#fff;
}
.swiper-button.swiper-button-bz{
	--swPos:10px;
	--swiper-navigation-size:var(--swbtnSize);
	font-size:var(--swbtnSize);
	width:1em;
	height:1em;
	border-radius:50%;
	transition:all .35s;
}
.swiper-button.swiper-button-bz::after{
	font-size:.5em;
}
.swiper-button.swiper-button-bz.swiper-button-prev{
	left:var(--swPos);
}
.swiper-button.swiper-button-bz.swiper-button-next{
	right:var(--swPos);
}
.swiper-button.swiper-button-bz.cur-bor{
	border:solid 1px var(--curColor);
	color:var(--curColor);
}
.swiper-button.swiper-button-bz.white-bg{
	background:rgba(255,255,255,.7);
}
.swiper-button.swiper-button-bz.cur-bg{
	background:var(--curColor);
	color:#fff;
}
.swiper-button.swiper-button-bz.swiper-button-black{
	background-color:rgba(0,0,0,.2);
	color:#fff;
}
.swiper-button.swiper-button-bz.cur-bg:hover{
	background:var(--subColor);
}


/* 公用 */
.ww_top{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}

/* 标题1 */
.bz_tit1{
	font-size:calc(30 / var(--invarPx) * var(--centerWidth));
}
.bz_tit1 .bz_h{
	font-size:calc(48 / 30 * 1em);
	font-weight:bold;
}
.bz_tit1 .bz_en{
	display:block;
	color:var(--curColor);
	opacity:.5;
}
.bz_tit1.white_tit,
.bz_tit1.white_tit .bz_en{
	color:#fff;
}

/* 标题2 */
.bz_tit2,
.cpx_s1 .cpx_sr .cpx_st .cpx_h{
	font-size:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
}
.bz_tit2{
	--borWidth:calc(2px + 3 / var(--invarPx) * var(--centerWidth));
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.bz_tit2 .bz_h{
	font-weight:bold;
	padding-left:calc(.5em + var(--borWidth));
	position:relative;
}
.bz_tit2 .bz_h::before{
	content:"";
	position:absolute;
	width:var(--borWidth);
	left:0;
	top:.3em;
	bottom:.3em;
	background:-webkit-linear-gradient(top,var(--subColor),var(--curColor));
	background:linear-gradient(to bottom,var(--subColor),var(--curColor));
	border-radius:var(--borWidth);
}
.bz_tit2 .bz_line{
	-webkit-flex:1;
	flex:1;
	height:1px;
	background:var(--curColor);
	opacity:.3;
	margin-left:.9em;
}
.bz_tit2.white_tit{
	color:#fff;
}
.bz_tit2.white_tit .bz_h::before{
	background:none;
	background:#fff;
}

/* 标题3 */
.bz_tit3{
	font-size:calc(12px + 24 / var(--invarPx) * var(--centerWidth));
}
.bz_tit3 .bz_h{
	font-weight:bold;
}
.bz_tit3 .bz_line{
	display:block;
	width:calc(50 / 36 * 1em);
	height:2px;
	margin-top:.26em;
}
.bz_tit3 .bz_exp{
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	margin-top:.8em;
	line-height:1.72;
}
.bz_tit3.white_tit{
	color:#fff;
}
.bz_tit3.white_tit .bz_line{
	background:currentColor;
}
.bz_tit3.center_tit{
	text-align:center;
}
.bz_tit3.center_tit .bz_line{
	margin-left:auto;
	margin-right:auto;
}
.bz_tit3.center_tit .bz_exp{
	opacity:.8;
}

/* 标题4 */
.bz_tit4,
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res .xswl_sw{
	--pdLeft:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
}
.bz_tit4{
	--font1:12;
	--font2:24;
	--lineWidth:5px;
	--pos:.2em;
	font-size:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth));
}
.bz_tit4 .bz_h{
	font-weight:bold;
	padding-left:var(--pdLeft);
	position:relative;
}
.bz_tit4 .bz_h::before{
	content:"";
	position:absolute;
	top:var(--pos);
	bottom:var(--pos);
	left:0;
	width:var(--lineWidth);
	border-radius:var(--lineWidth);
	background:linear-gradient(to bottom,var(--subColor),var(--curColor));
}

/* 更多1 */
.bz_more1{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	font-size:16px;
}
.bz_more1 .bz_icon{
	position:relative;
	margin-left:.625em;
}
.bz_more1 .bz_icon .iconfont{
	display:block;
	font-size:calc(1em + 5px);
}
.bz_more1 .bz_icon .icon2{
	position:absolute;
	top:0;
	left:0;
	transform:translateX(-50%);
	opacity:0;
}
.bz_more1.cur_color{
	color:var(--curColor);
}
.bz_more1.white_color{
	color:#fff;
}
.bz_more1.cur_bg,
.bz_more1.cur_bor,
.bz_more1.white_bg,
.bz_more1.white_bor{
	width:auto;
	height:var(--moreHeight);
	padding:0 var(--moreHeight);
	border-radius:200px;
}
.bz_more1.only_icon{
	width:auto !important;
}
.bz_more1.only_icon .bz_icon{
	margin-left:0 !important;
}
.bz_more1.only_icon .bz_icon .iconfont{
	font-size:1.5em;
}
.bz_more1.cur_bg{
	background:var(--curColor);
	color:#fff;
}
.bz_more1.cur_bor{
	color:var(--curColor);
	border:solid 1px var(--curColor);
}
.bz_more1.white_bor{
	color:white;
	border:solid 1px white;
}
.bz_more1.white_bg{
	background:#fff;
	color:var(--curColor);
}


.bz_more1:hover .bz_icon .iconfont{
	transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out;
}
.bz_more1:hover .bz_icon .icon1{
	transform:translateX(100%);
    opacity:0;
}
.bz_more1:hover .bz_icon .icon2{
	transform:translateX(0);
    opacity:1;
}
.bz_more1.cur_color:hover{
	color:var(--subColor);
}
.bz_more1.cur_bg:hover{
	background:var(--subColor);
}
.bz_more1.cur_bor:hover,
.bz_more1.white_bg:hover{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}

.bz_more1.white_bor:hover{
	background:white;
	color:var(--curColor);
}

/* 更多2 */
.bz_more2,
.bz_more2 .bz_icon{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.bz_more2{
	height:var(--moreHeight);
	font-size:16px;
	padding:0 calc(25 / 50 * var(--moreHeight));
	background:var(--curColor);
	color:#fff;
	position:relative;
	transition:color .35s;
}
.bz_more2::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:var(--subColor);
	transform:scaleX(0);
	transform-origin:left;
	opacity:0;
}
.bz_more2 .bz_icon,
.bz_more2 .bz_sw{
	position:relative;
	z-index:3;
}
.bz_more2 .bz_icon{
	font-size:calc(1em + 5px);
	width:1em;
	height:1em;
	transform:rotate(-30deg);
	transition:transform .35s;
}
.bz_more2 .bz_sw ~ .bz_icon{
	margin-left:.8em;
}
.bz_more2 .bz_icon .iconfont{
	font-size:1em;
}
.bz_more2.gray_bg{
	background:#ddd;
	color:#666;
}
.bz_more2.white_bg{
	background:#fff;
	color:var(--curColor);
}

/* 背景渐变 */
.grad_bg{
	background:-webkit-linear-gradient(left,var(--curColor),var(--subColor));
	background:linear-gradient(to right,var(--curColor),var(--subColor));
}

/* 产品中心 */
.cp_section .sec_bg{
	background:var(--ligColor);
}
.cp_section .cp_con,
.jjfa_section .jjfa_con{
	margin-top:min(calc(50 / 1080 * 100vh),2.5vw);
}
.cp_swiper .cp_top{
	position:relative;
	z-index:3;
}
.cp_swiper .gallery-thumbs{
	--gap:60;
	--col:6;
}
.cp_swiper .gallery-thumbs .swiper-slide{
	margin-right:var(--gap);
	width:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
}
.cp_swiper .gallery-thumbs .cp_ss{
	position:relative;
	font-size:calc(14px + 4 / var(--invarPx) * var(--centerWidth));
	background:#fff;
	padding:.66em;
	border-radius:10em;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
	transition:color .35s;
}
.cp_swiper .gallery-thumbs .cp_ss::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:-webkit-linear-gradient(left,var(--curColor),var(--subColor));
	background:linear-gradient(to right,var(--curColor),var(--subColor));
	transform:scaleX(0);
	opacity:0;
	transform-origin:right;
	transition:transform .5s;
}
.cp_swiper .gallery-thumbs .cp_ss span{
	position:relative;
	z-index:3;
}
.cp_swiper .gallery-thumbs .swiper-slide-thumb-active .cp_ss{
	color:#fff;
}
.cp_swiper .gallery-thumbs .swiper-slide-thumb-active .cp_ss::before{
	transform:scaleX(1);
	opacity:1;
	transform-origin:left;
}
.cp_swiper .gallery-top .swiper-li.swiper-slide,
.cp_swiper .gallery-top .swiper-li.swiper-slide .swiper-slide{
	pointer-events:none;
	opacity:0 !important;
}
.cp_swiper .gallery-top .swiper-li.swiper-slide .swiper-slide,
.jjfa_swiper .gallery-top .swiper-li.swiper-slide .swiper-slide{
	transition:opacity .35s;
}
.cp_swiper .gallery-top .swiper-li.swiper-slide-active,
.cp_swiper .gallery-top .swiper-li.swiper-slide-active .swiper-slide{
	pointer-events:auto;
	opacity:1 !important;
}
.cp_swiper .cp_bot{
	margin-top:-20px;
}
.cp_swiper .gallery-top{
	overflow:visible;
}
.cp_swiper .swiper-button.swiper-button-bz,
.cptj_swiper .swiper-button.swiper-button-bz{
	--swPos:calc(-1 * var(--pd) - var(--swbtnSize));
	top:calc(((var(--pd) + var(--moreHeight)) * 2 + var(--imgHeight)) / 2);
}
.cp_list,
.cp_swiper .cp_bot,
.cptj_swiper{
	--col:3;
	--gap:20px;
	--pd:calc(20 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc((var(--centerWidth) + 2 * var(--pd) - (var(--col) - 1) * var(--gap)) / var(--col) - 2 * var(--pd));
	--imgHeight:calc(360 / 480 * var(--imgWidth));
}
.cp_list{
	margin-left:calc(-1 * var(--pd));
	margin-right:calc(-1 * var(--pd));
}
.cp_list > ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.cp_list > ul > li{
	margin-top:var(--gap);
	width:calc(100% / var(--col));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.cp_list > ul > li .cp_ss{
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
}
.cp_list .cp_ss{
	padding:var(--pd);
	position:relative;
	transition:color .35s;
}
.cp_list .cp_ss::before{
	content:"";
	position:absolute;
	width:100%;
	height:calc(100% + var(--moreHeight));
	top:0;
	left:0;
	background:var(--curColor);
	transform:scaleY(0);
	opacity:0;
	transform-origin:bottom;
	transition:opacity .35s,transform .35s;
}
.cp_list .cp_ss .cp_more{
	--x:-50%;
	--y:100%;
	position:absolute;
	top:calc(100% - var(--pd));
	left:50%;
	opacity:0;
	transform:translate(var(--x),var(--y));
	transition:transform .35s,opacity .35s;
}
.cp_list .cp_ss .cp_wrap{
	width:100%;
	background:#fff;
	position:relative;
	z-index:3;
	transition:background-color .35s;
}
.cp_list .cp_ss .cp_img{
	overflow:hidden;
	height:var(--imgHeight);
	padding:var(--pd);
	background:#fff;
	border-radius:10px;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.cp_list .cp_ss .cp_img img{
	display:block;
	max-width:100%;
	max-height:100%;
}
.cp_list .cp_ss .cp_txt{
	padding:var(--pd);
	position:relative;
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	transition:padding .35s,transform .35s;
}
.cp_list .cp_ss .cp_txt::before{
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	background-color:rgba(0,0,0,.12);
	top:0;
	left:0;
}
.cp_list .cp_ss .cp_txt .cp_sh{
	font-size:1.25em;
	font-weight:bold;
	--clampRows:1;
}
.cp_list .cp_ss .cp_txt .cp_sw{
	line-height:1.5;
	opacity:.8;
	margin-top:.5em;
}
.cp_list .swiper-slide{
	padding:var(--moreHeight) 0;
}
.cp_list .swiper-slide .cp_ss .cp_txt .cp_sw{
	height:calc(1.5em * var(--clampRows));
}

/* 解决方案 */
.jjfa_section,
.gywm_section{
	background:#fff;
}
.jjfa_swiper .gallery-top .swiper-li.swiper-slide,
.jjfa_swiper .gallery-top .swiper-li.swiper-slide .swiper-slide{
	pointer-events:none;
	opacity:0 !important;
}
.jjfa_swiper .gallery-top .swiper-li.swiper-slide-active,
.jjfa_swiper .gallery-top .swiper-li.swiper-slide-active .swiper-slide{
	pointer-events:auto;
	opacity:1 !important;
}
.jjfa_swiper .jjfa_top,
.jjfa_nav{
	--iconSize:calc(16px + 12 / var(--invarPx) * var(--centerWidth));
	--lineHeight:2px;
}
.jjfa_swiper .jjfa_top .jjfa_ss,
.jjfa_nav .jjfa_ss{
	text-align:center;
	color:#333;
	font-size:18px;
	padding-bottom:calc(.8em + var(--lineHeight));
	position:relative;
	cursor:pointer;
	transition:color .35s;
}
.jjfa_swiper .jjfa_top .jjfa_ss::before,
.jjfa_swiper .jjfa_top .jjfa_ss::after,
.jjfa_nav .jjfa_ss::before,
.jjfa_nav .jjfa_ss::after{
	content:"";
	position:absolute;
	width:100%;
	height:var(--lineHeight);
	left:0;
	bottom:0;
}
.jjfa_swiper .jjfa_top .jjfa_ss::before,
.jjfa_nav .jjfa_ss::before{
	background:rgba(0,0,0,.1);
}
.jjfa_swiper .jjfa_top .jjfa_ss::after,
.jjfa_nav .jjfa_ss::after{
	background:-webkit-linear-gradient(left,var(--curColor),var(--subColor));
	background:linear-gradient(to right,var(--curColor),var(--subColor));
	transform:scaleX(0);
	opacity:0;
	transform-origin:right;
	transition:transform .5s,opacity .35s;
}
.jjfa_swiper .jjfa_top .jjfa_ss .jjfa_icon,
.jjfa_nav .jjfa_ss .jjfa_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	margin-left:auto;
	margin-right:auto;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.jjfa_swiper .jjfa_top .jjfa_ss .jjfa_icon svg,
.jjfa_nav .jjfa_ss .jjfa_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.jjfa_swiper .jjfa_top .jjfa_ss .jjfa_icon svg path,
.jjfa_nav .jjfa_ss .jjfa_icon svg path{
	fill:currentColor !important;
}
.jjfa_swiper .jjfa_top .jjfa_ss .jjfa_sw,
.jjfa_nav .jjfa_ss .jjfa_sw{
	margin-top:.2em;
}
.jjfa_swiper .jjfa_top .swiper-slide-thumb-active .jjfa_ss,
.jjfa_nav .swiper-slide.current .jjfa_ss{
	color:var(--curColor);
}
.jjfa_swiper .jjfa_top .swiper-slide-thumb-active .jjfa_ss::after,
.jjfa_nav .swiper-slide.current .jjfa_ss::after{
	transform:scaleX(1);
	opacity:1;
	transform-origin:left;
}
.jjfa_swiper .jjfa_bot{
	--col:3;
	--beishu:1.346;
	--imgWidth:calc(var(--centerWidth) / var(--col));
	--imgHeight:calc(510 / 850 * var(--imgWidth));
	--txtHeight:calc(80 / var(--invarPx) * var(--centerWidth) / var(--beishu));
	--fontSize:calc(24 / 80 * var(--txtHeight));
	--iconSize:calc(36 / 80 * var(--txtHeight));
	--pdLeft:calc(30 / 80 * var(--txtHeight));
	--boxShadow:calc(30px / var(--beishu));
	--borline:2px;
	--radius:10px;
	margin-top:1.56vw;
}
.jjfa_swiper .jjfa_bot .swiper-li .swiper-container{
	padding:calc((var(--imgHeight) * var(--beishu) - var(--imgHeight) + var(--txtHeight) * var(--beishu)) / 2) 0;
}
.jjfa_swiper .jjfa_bot .swiper-li .swiper-slide{
	width:var(--imgWidth);
}
.jjfa_swiper .jjfa_bot .jjfa_ss{
	display:block;
	overflow:hidden;
	border-radius:var(--radius);
	transition:all .5s;
}
.jjfa_swiper .jjfa_bot .jjfa_ss .jjfa_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
	transition:all .35s;
}
.jjfa_swiper .jjfa_bot .jjfa_ss .jjfa_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.jjfa_swiper .jjfa_bot .swiper-li .swiper-slide-active{
	z-index:5;
}
.jjfa_swiper .jjfa_bot .swiper-li .swiper-slide-active .jjfa_ss{
	transform:scale(var(--beishu));
	box-shadow:0 0 var(--boxShadow) rgba(0,0,0,.2);
}
.jjfa_swiper .jjfa_bot .swiper-li .swiper-slide:not(.swiper-slide-active) .jjfa_ss .jjfa_img{
	border-radius:var(--radius);
	opacity:.3;
}
.jjfa_swiper .jjfa_bot .swiper-li .swiper-slide:not(.swiper-slide-active) .jjfa_ss .jjfa_txt{
	opacity:0;
}
.jjfa_swiper .jjfa_bot .jjfa_ss i.jjfa_txt{
	display:block;
}
.jjfa_swiper .jjfa_bot .jjfa_ss .jjfa_txt{
	padding:0 var(--pdLeft);
	height:var(--txtHeight);
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
}
.jjfa_swiper .jjfa_bot .jjfa_ss .jjfa_txt:before{
	content:"";
	position:absolute;
	top:-1px;
	left:0;
	width:100%;
	height:var(--borline);
	background:-webkit-linear-gradient(left,var(--curColor),var(--subColor));
	background:linear-gradient(to right,var(--curColor),var(--subColor));
}
.jjfa_swiper .jjfa_bot .jjfa_ss .jjfa_txt .jjfa_sh{
	font-size:var(--fontSize);
	font-weight:bold;
	max-width:calc(100% - 2 * var(--iconSize));
	--clampRows:1;
	transition:all .35s;
}
.jjfa_swiper .jjfa_bot .jjfa_ss .jjfa_txt .jjfa_icon{
	font-size:var(--iconSize);
	width:1em;
	height:1em;
	background:#ddd;
	border-radius:50%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	transition:background-color .35s;
}
.jjfa_swiper .jjfa_bot .jjfa_ss .jjfa_txt .jjfa_icon .iconfont{
	font-size:.6em;
	transform:rotate(-30deg);
	transition:transform .35s;
}
.jjfa_swiper .swiper-button.swiper-button-bz{
	top:calc(50% - var(--txtHeight) / 2);
	--swPos:15%;
}

/* 新闻 */
.xw_section .sec_bg{
	background:var(--curColor);
}
.xw_section .sec_bg img{
	opacity:.2;
}
.xw_section .xw_con{
	--lWidth:calc(700 / var(--invarPx) * var(--centerWidth));
	--limgHeight:calc(420 / 700 * var(--lWidth));
	--gap:calc(50 / var(--invarPx) * var(--centerWidth));
	--rows:3;
	--pd:calc(20 / var(--invarPx) * var(--centerWidth));
	--gapR:var(--pd);
	--fontSize:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	--ltxtHeight:calc(154 / 16 * var(--fontSize));
	--dateSize:calc(70px + 10 / var(--invarPx) * var(--centerWidth));
	--ritemHeight:calc((var(--limgHeight) + var(--ltxtHeight) - (var(--rows) - 1) * var(--gapR)) / var(--rows));
	--rimgHeight:calc(var(--ritemHeight) - 2 * var(--pd));
	--rimgWidth:calc(230 / 138 * var(--rimgHeight));
	margin-top:min(calc(80 / 1080 * 100vh),4vw);
}
.xw_section .xw_con .xw_ss{
	--alpha:.8;
	font-size:var(--fontSize);
	background:rgba(255,255,255,var(--alpha));
}
.xw_section .xw_con .xw_ss .xw_img{
	display:block;
	overflow:hidden;
}
.xw_section .xw_con .xw_ss .xw_img:before{
    display:none;
}
.xw_section .xw_con .xw_ss .xw_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.xw_section .xw_con .xw_ss .xw_sh{
	font-size:1.25em;
	--clampRows:1;
}
.xw_section .xw_con .xw_ss .xw_sw{
	line-height:1.5;
	opacity:.8;
	margin-top:.5em;
	color:#333;
}
.xw_section .xw_con .xw_ss .xw_date{
	display:block;
	font-size:14px;
	color:#333;
	opacity:.5;
	margin-top:.5em;
}
.xw_section .xw_con .xw_l{
	width:var(--lWidth);
}
.xw_section .xw_con .xw_l .xw_ss{
	display:block;
	position:relative;
}
.xw_section .xw_con .xw_l .xw_ss .xw_img{
	height:var(--limgHeight);
}
.xw_section .xw_con .xw_l .xw_ss .xw_txt{
	height:var(--ltxtHeight);
	padding:0 var(--pd);
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
}
.xw_section .xw_con .xw_l .xw_ss .xw_txt > *{
	width:100%;
}
.xw_section .xw_con .xw_l .xw_ss .xw_txt .xw_date{
	display:none;
}
.xw_section .xw_con .xw_l .xw_ss .xw_date1{
	position:absolute;
	left:var(--pd);
	top:calc(-1 * var(--pd));
	width:var(--dateSize);
	height:var(--dateSize);
	background:var(--curColor);
	font-size:14px;
	color:#fff;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
	transition:all .35s;
}
.xw_section .xw_con .xw_l .xw_ss .xw_date1 span{
	font-size:36px;
	font-weight:bold;
}
.xw_section .xw_con .xw_r{
	width:calc(100% - var(--lWidth) - var(--gap));
}
.xw_section .xw_con .xw_r ul li + li{
	margin-top:var(--pd);
}
.xw_section .xw_con .xw_r .xw_ss{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	padding:var(--pd);
}
.xw_section .xw_con .xw_r .xw_ss .xw_img{
	width:var(--rimgWidth);
	height:var(--rimgHeight);
}
.xw_section .xw_con .xw_r .xw_ss .xw_txt{
	width:calc(100% - var(--rimgWidth) - var(--pd));
}

/* 关于我们 */
.gywm_s1{
	--rWidth:calc(700 / var(--invarPx) * var(--centerWidth));
	--rHeight:calc(800 / 700 * var(--rWidth));
	--gap:calc(80 / var(--invarPx) * var(--centerWidth));
	--cover:calc(140 / var(--invarPx) * var(--centerWidth));
	--pd:calc(60 / var(--invarPx) * var(--centerWidth));
	--counterSize:var(--pd);
}
.gywm_s1 .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.gywm_s1 .gywm_l{
	width:calc(100% - var(--gap) - var(--rWidth));
	position:relative;
	z-index:3;
	padding:var(--pd) 0;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	
}
.gywm_s1 .gywm_l .gywm_lt .gywm_sw,
.gywm_s1 .gywm_l .gywm_lt .bz_more2{
	margin-top:calc(30 / var(--invarPx) * var(--centerWidth));
}
.gywm_s1 .gywm_l .gywm_lt .gywm_sw{
	font-size:calc(14px + 4 / var(--invarPx) * var(--centerWidth));
	--clampRows:17;
}
.gywm_s1 .gywm_l .gywm_lb{
	width:calc(100% + var(--gap) + var(--cover));
	margin-right:calc(-1 * var(--gap) - var(--cover));
	padding:calc(40 / 60 * var(--pd)) var(--pd);
	color:#fff;
	font-size:16px;
}
.gywm_s1 .gywm_l .gywm_lb ul{
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.gywm_s1 .gywm_l .gywm_lb .gywm_ss .gywm_st{
	-webkit-align-items:flex-end;
	align-items:flex-end;
	line-height:1;
}
.gywm_s1 .gywm_l .gywm_lb .gywm_ss .gywm_st em{
	font-size:var(--counterSize);
	font-weight:bold;
}
.gywm_s1 .gywm_l .gywm_lb .gywm_ss .gywm_st i{
	padding-bottom:calc(4 / 60 * var(--counterSize));
	margin-left:.2em;
}
.gywm_s1 .gywm_l .gywm_lb .gywm_ss .gywm_sd{
	margin-top:.625em;
}
.gywm_s1 .gywm_r{
	width:var(--rWidth);
	height:var(--rHeight);
	position:relative;
	overflow:hidden;
	background:#000;
}
.gywm_s1 .gywm_r > img{
	display:block;
	width:100%;
	opacity:.6;
	transition:all .35s;
}
.gywm_video_btn{
	--videoIcon:calc(50px + 40 / var(--invarPx) * var(--centerWidth));
	--alpha:.3;
	font-size:var(--videoIcon);
	width:1em;
	height:1em;
	border-radius:50%;
	background:rgba(255,255,255,var(--alpha));
	color:var(--curColor);
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-.5em;
	margin-left:-.5em;
	z-index:3;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	transition:all .35s;
}
.gywm_video_btn .iconfont{
	font-size:.62em;
	position:relative;
	z-index:3;
	transform:translateX(.04em);
}
.gywm_video_btn::before,
.gywm_video_btn::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,255,255,var(--alpha));
	border-radius:50%;
	--op1:.9;
	--op2:0;
	--scale1:1;
}
.gywm_video_btn::before{
	--scale2:2.1;
	animation:scale1 2s infinite;
}
.gywm_video_btn::after{
	--scale2:1.6;
	animation:scale1 2s infinite;
}
@keyframes scale1{
    0%{
        transform:scale(var(--scale1));
        opacity:var(--op1);
    }
    100%{
        transform: scale(var(--scale2));
        opacity:var(--op2);
    }
}

/* 视频弹出窗 */
.pop_mask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	z-index:990;
	pointer-events:none;
	transition:all .8s;
}
.pop_mask.is-open{
	opacity:.5;
	pointer-events:auto;
}
.pop_box{
	--width:71vw;
	width:var(--width);
	position:fixed;
	top:50%;
	left:50%;
	z-index:992;
	transform:translate(-50%,100%);
	visibility:hidden;
	pointer-events:none;
	transition:all .8s;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	background:#000;
}
.pop_box.is-open{
	transform:translate(-50%,-50%);
	visibility:visible;
	pointer-events:auto;
}
.pop_box .pop_close{
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	z-index:5;
	color:#fff;
	padding:8px 20px;
	background:var(--curColor);
	border-radius:200px;
	-webkit-align-items:center;
	align-items:center;
	transition:background-color .35s,opacity .35s;
}
.pop_box .pop_close i{
	width:20px;
	height:20px;
	position:relative;
	margin-right:5px;
}
.pop_box .pop_close i:before,
.pop_box .pop_close i:after{
	content:"";
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    transform-origin:center;
    height:3px;
    width:100%;
    background-color:#fff;
    transition:all .3s ease;
	transform:translate(-50%,-50%);
    margin-top:0;
	border-radius:20px;
}
.pop_box .pop_close i:before{
	transform:translate(-50%, -50%) rotate(45deg);
}
.pop_box .pop_close i:after{
	transform:translate(-50%, -50%) rotate(-45deg);
}
.pop_box .pop_close span{
	font-size:18px;
}
.pop_box video{
	display:block;
	width:100%;
	height:auto;
	max-height:calc(var(--width) * 9 / 16);
	object-fit:contain;
}
.pop_box:hover .pop_close{
	opacity:1;
}
.pop_box .pop_close:hover{
	background:var(--subColor);
}
.pop_box .pop_close:hover i:before{
	transform:translate(-50%, -50%) rotate(30deg);
}
.pop_box .pop_close:hover i:after{
	transform:translate(-50%, -50%) rotate(-30deg);
}

/* 页脚 */
.footer_box{
	overflow:hidden;
	color:rgba(255,255,255,.6);
	background:#383838;
}
.footer_box .footer_top{
	position:relative;
	z-index:3;
}
.footer_box .footer_top .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.footer_box .footer_top .footer_logo img{
	display:block;
	width:auto;
	height:50px;
}
.footer_box .footer_top .footer_fri{
	--width:190px;
	--pd:15px;
	--height:50px;
	--height2:30px;
	--pd2:10px;
	--num:8;
	--borWidth:2px;
	font-size:16px;
	color:#333;
	width:var(--width);
	position:relative;
}
.footer_box .footer_top .footer_fri .footer_ft{
	background:#fff;
	height:var(--height);
	padding:0 var(--pd);
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
}
.footer_box .footer_top .footer_fri .footer_ft .iconfont{
	font-weight:bold;
	color:#999;
	transition:all .35s;
}
.footer_box .footer_top .footer_fri .footer_fd{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	transform-origin:top;
	transform:scaleY(0);
	opacity:0;
	max-height:calc(var(--num) * var(--height2) + 2 * var(--pd2));
	overflow-y:auto;
	border-top:solid var(--borWidth) var(--curColor);
}
.footer_box .footer_top .footer_fri .footer_fd ol{
	background:#fff;
	font-size:calc(1em - 1px);
	padding:var(--pd2) 0;
}
.footer_box .footer_top .footer_fri .footer_fd ol li{
	height:var(--height2);
	-webkit-align-items:center;
	align-items:center;
	padding:0 var(--pd);
}
.footer_box .footer_top .footer_fri.is-open .footer_fd{
	transform:scaleY(1);
	opacity:1;
}
.footer_box .footer_top .footer_fri.is-open .footer_ft .iconfont{
	color:var(--curColor);
	transform:rotate(180deg);
}
.footer_box .footer_mid{
	--qrSize:calc(150 / var(--invarPx) * var(--centerWidth));
	--qrNum:1;
	--qrGap:calc(20 / var(--invarPx) * var(--centerWidth));
	font-size:calc(12px + 3 / var(--invarPx) * var(--centerWidth));
}
.footer_box .footer_mid .center_box,
.footer_box .footer_bot .center_box{
	border-top:solid 1px rgba(255,255,255,.3);
}
.footer_box .footer_mid .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.footer_box .footer_mid .footer_nav dt,
.footer_box .footer_mid .footer_info .footer_tit,
.footer_box .footer_mid .footer_qr{
	font-size:calc(18 / 15 * 1em);
}
.footer_box .footer_mid .footer_nav dt,
.footer_box .footer_mid .footer_info .footer_tit{
	font-weight:bold;
	color:#fff;
	min-height:2em;
}
.footer_box .footer_mid .footer_nav dt *,
.footer_box .footer_mid .footer_info .footer_tit *{
	font-weight:inherit;
}
.footer_box .footer_mid .footer_nav ul li + li,
.footer_box .footer_mid .footer_info{
	margin-left:calc(60 / var(--invarPx) * var(--centerWidth));
}
.footer_box .footer_mid .footer_nav dt,
.footer_box .footer_mid .footer_nav dd{
	overflow:hidden;
}
.footer_box .footer_mid .footer_nav dt > a,
.footer_box .footer_mid .footer_nav dd > a{
	float:left;
}
.footer_box .footer_mid .footer_nav dd + dd,
.footer_box .footer_mid .footer_info .footer_scon ul li + li{
	margin-top:.5em;
}
.footer_box .footer_mid .footer_info{
	max-width:25em;
}
.footer_box .footer_mid .footer_info .footer_scon ul li > *{
	display:inline;
}
.footer_box .footer_mid .footer_qr{
	padding-top:2em;
}
.footer_box .footer_mid .footer_qr li{
	width:var(--qrSize);
}
.footer_box .footer_mid .footer_qr li span{
	display:block;
	height:var(--qrSize);
}
.footer_box .footer_mid .footer_qr li span img{
	display:block;
	width:100%;
	height:100%;
}



/* 页脚 */
.footer_box .footer_top .footer_fri .footer_ft .iconfont:hover{
	color:var(--curColor);
}
.footer_box .footer_top .footer_fri .footer_fd ol li a:hover{
	color:var(--curColor);
}
.footer_box .footer_top .footer_fri .footer_fd::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.footer_box .footer_top .footer_fri .footer_fd::-webkit-scrollbar-track-piece{
	background-color:#fff;
	
}
.footer_box .footer_top .footer_fri .footer_fd::-webkit-scrollbar-thumb:vertical{
	height:4px;
	background-color:rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
}
.footer_box .footer_top .footer_fri .footer_fd::-webkit-scrollbar-thumb:horizontal{
	width:4px;
	background-color:rgba(0,0,0,.2);
	-webkit-border-radius:6px;
}
.footer_box .footer_bot{
	font-size:14px;
	color:#fff;
	--lGap:20px;
	--rGap:50px;
}
.footer_box .footer_bot .footer_bl{
	margin-left:calc(-1 * var(--lGap));
}
.footer_box .footer_bot .footer_bl > *{
	margin-left:var(--lGap);
}
.footer_box .footer_bot .footer_br .footer_by{
	margin-left:var(--rGap);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~内页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.inner_banav,
.isub_nav_box{
	--innavHeight:50px;
	--innavFont:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	--innavIcon:calc(24 / 18 * var(--innavFont));
}
.inner_banav{
	position:relative;
	overflow:hidden;
}
/* 内页-banner */
.inner_banner{
    position:relative;
    overflow:hidden;
	max-height:100vh;
	z-index:2;
}
.inner_banner .inner_banner_mask{
	--maskSize:150vmax;
	--op1:0;
	--op2:.2;
	position:absolute;
	top:50%;
	left:50%;
	width:var(--maskSize);
	height:var(--maskSize);
	margin-top:calc(-.5 * var(--maskSize));
	margin-left:calc(-.5 * var(--maskSize));
	background:var(--curColor);
	border-radius:50%;
	z-index:2;
	pointer-events:none;
	opacity:var(--op2);
	animation-name:inbGrad;
	animation-duration:1.5s;
	animation-delay:.5s;
}
@keyframes inbGrad{
	0%{
		opacity:var(--op1);
		transform: scale(0);
	}
	100%{
		opacity:var(--op2);
		transform:scale(1);
	}
}
.inner_banner > img {
    display:block;
    width:100%;
    height:100%;
	object-fit:cover;
}
.inner_banner .inner_b_txt{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    height:100%;
    z-index:3;
    color:#fff;
	padding-top:var(--headerHeight);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
}
.inner_banner .inner_b_txt .inner_b_ce{
	position:relative;
	font-size:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	color:#fff;
}
.inner_banner .inner_b_txt .inner_b_cn{
	font-weight:bold;
	animation-name:fadeInUp;
	animation-delay:.8s;
	position:relative;
	z-index:3;
}
.inner_banner .inner_b_txt .inner_b_en{
	display:block;
	font-size:calc(60 / 50 * 1em);
	font-weight:bold;
	margin-top:-.7em;
	white-space:nowrap;
	--op1:1;
	--op2:.2;
	opacity:var(--op2);
	animation-name:bEn;
	animation-duration:1.5s;
}
@keyframes bEn{
	0%{
		opacity:1;
		letter-spacing:.5em;
	}
	100%{
		opacity:var(--op2);
		letter-spacing:0;
	}
}
.inner_banner .inner_b_txt .inner_b_exp{
	font-size:18px;
	animation-name:fadeInUp;
	animation-delay:1.2s;
	margin-top:.3em;
}

.inner_banner .inner_b_txt .inner_b_line{
	display:block;
	width:1.67em;
	height:2px;
	background:currentColor;
	transform-origin:left;
	animation-name:bLine;
}
@keyframes bLine{
	from{
		transform:scaleX(0);
	}
	to{
		transform:scaleX(1);
	}
}

.scaleBox {
    -webkit-animation-name:scaleBox;
    animation-name:scaleBox;
}

@keyframes scaleBox {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* 二级导航 */
.inner_banav .isub_nav{
	position:absolute;
	left:0;
	right:0;
	bottom:calc(30 / 50 * var(--innavHeight));
	z-index:5;
}
.isub_nav{
	--col:7;
	position:relative;
	animation-name:fadeInUp1;
	animation-delay:.3s;
}
.isub_nav .swiper-button-bz.swiper-button-white{
	/* color:#fff;
	border-color:#fff; */
}
.isub_nav .swiper-button-bz.swiper-button-disabled{
	display:none;
}
.isub_nav .swiper-button-white.swiper-button-bz{
	--swbtnSize:30px;
	--swPos:calc(-.5 * var(--swbtnSize));
	background:#fff;
	color:var(--curColor);
}
@keyframes fadeInUp1{
  0% {
    opacity:0;
    transform: translateY(20px);
	z-index:1;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
	z-index:5;
  }
}
.isub_nav .swiper-button-white.swiper-button-bz:after{
	font-weight:bold;
}
.isub_nav .swiper-slide{
	position:relative;
	width:calc(var(--centerWidth) / var(--col));
}
.isub_nav .swiper-slide a{
	text-align:center;
	font-size:var(--innavFont);
	height:var(--innavHeight);
	background:#fff;
	color:#333;
	border-radius:5px;
	position:relative;
	overflow:hidden;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
}
.isub_nav .swiper-slide a::before{
	content:"";
	position:absolute;
	left:-2px;
	right:-2px;
	height:100%;
	top:0;
	background:-webkit-linear-gradient(left,var(--curColor),var(--subColor));
	background:linear-gradient(to right,var(--curColor),var(--subColor));
	transform-origin:left;
	transform:scaleX(0);
	opacity:0;
	transition:all .5s;
}
.isub_nav .swiper-slide a .isub_icon,
.isub_nav .swiper-slide a .isub_sw{
	position:relative;
	z-index:3;
}
.isub_nav .swiper-slide a .isub_icon{
	width:var(--innavIcon);
	height:var(--innavIcon);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.isub_nav .swiper-slide a .isub_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.isub_nav .swiper-slide a .isub_icon svg path{
	fill:currentColor !important;
}
.isub_nav .swiper-slide a .isub_icon ~ .isub_sw{
	margin-left:.5em;
}
.isub_nav .swiper-slide.current{
	z-index:5;
}
.isub_nav .swiper-slide.current a{
	color:#fff;
}
.isub_nav .swiper-slide.current a::before{
	transform:scaleX(1);
	opacity:1;
}
.isub_nav .swiper-slide:not(.current) a:hover{
	color:var(--curColor);
}
.isub_nav .swiper-button.swiper-button-bz{
	--swbtnSize:30px;
	--swPos:calc(-.5 * var(--swbtnSize));
}

/* 列表翻页 */
.list_pages .pagination{
	font-size:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.list_pages .pagination li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 6px 10px;
}
.list_pages .pagination li a,
.list_pages .pagination li span{
	display:block;
	font-size:18px;
	color:#333;
	width:50px;
	height:50px;
	text-align:center;
	line-height:48px;
	overflow:hidden;
	border:solid 1px var(--curColor);
	border-radius:200px;
}
.list_pages .pagination li.pg_prev a,
.list_pages .pagination li.pg_next a{
	background:none !important;
	/* color:var(--curColor); */
	width:auto;
	padding:0 20px;
}
.list_pages .pagination li.disabled{
	pointer-events:none;
}
.list_pages .pagination li.active a,
.list_pages .pagination li.active span{
	background:var(--curColor);
	color:#fff;
}
.list_pages .pagination li.active a:hover,
.list_pages .pagination li.active span:hover{
	color:#fff !important;
}
.list_pages .pagination li:not(.disabled) a:hover{
	color:#fff;
	background-color:var(--curColor);
}
.list_pages .pagination li.pg_prev:not(.disabled) a:hover,
.list_pages .pagination li.pg_next:not(.disabled) a:hover{
	color:#fff;
	background-color:var(--curColor) !important;
}

/* 内容翻页 */
.ipn_page .inner_pnpage{
	overflow:hidden;  
}
.ipn_page .inner_pnpage>a{ 
	display:block;
	overflow:hidden;
	line-height:21px;
}
.ipn_page .inner_pnpage>a span,
.ipn_page .inner_pnpage>a p{
	float:left;
	color:#333;
}
.ipn_page .inner_pnpage>a span,
.ipn_page .inner_pnpage>a p,
.ipn_page .ipn_return span{
	font-size:var(--font18);
}
.ipn_page .inner_pnpage>a span{
	font-weight:bold;
}
.ipn_page .inner_pnpage>a p{
	color:#333;
	max-width:calc(var(--centerWidth) - var(--rWidth) - var(--gap) - 200px - 72px);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:all .35s;
}
.ipn_page .inner_pnpage>a:hover p{
	color:var(--curColor);
}
.ipn_page{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	border-top:solid 1px #e5e5e5;
}
.ipn_page .inner_pnpage>a + a{
	margin-top:15px;
}
.ipn_page .ipn_return{
	-webkit-align-items:center;
	align-items:center;
	color:var(--curColor);
	padding:10px 20px;
	border:solid 1px var(--curColor);
	border-radius:200px;
}
.ipn_page .ipn_return .iconfont{
	margin-right:5px;
}
.ipn_page .ipn_return:hover{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}

/* 当前位置 */
.inner_loc,
.inner_loc a{
	color:#666;
	font-size:14px;
}
.inner_loc a,
.inner_loc span{
	padding:0 3px;
	display:inline-block;
	vertical-align:middle;
}
.inner_loc span.inner_loc_tit{
	transform:translateY(-.2em);
}
.inner_loc .iconfont{
	display:block;
	font-size:20px;
	width:21px;
	height:20px;
	padding-right:4px;
	color:#333;
}
.inner_loc a:hover{
	color:var(--curColor);
}
.inner_loc span{
	max-width:400px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.inner_loc span ~ span{
	color:var(--curColor);
}

/* 解决方案页 */
.jjfa_nav{
	--gapLeft:calc(60 / var(--invarPx) * var(--centerWidth));
	--gapTop:calc(20 / var(--invarPx) * var(--centerWidth));
	--col:6;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.jjfa_nav .jjfa_ss{
	display:block;
}
.jjfa_nav ul.flex_box{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gapTop));
	margin-left:calc(-1 * var(--gapLeft));
}
.jjfa_nav ul.flex_box li{
	width:calc(100% / var(--col));
	margin-top:var(--gapTop);
}
.jjfa_nav ul.flex_box li .jjfa_ss{
	margin-left:var(--gapLeft);
}
.jjfa_nav ul.flex_box li.current .jjfa_ss{
	color:var(--curColor);
}
.jjfa_nav ul.flex_box li.current .jjfa_ss::after{
	transform:scaleX(1);
	opacity:1;
	transform-origin:left;
}
.jjfa_box1{
	background:#fff;
}
.jjfa_list{
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	--gap:calc(30 / var(--invarPx) * var(--centerWidth));
	--col:3;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--iconSize:calc(20 / 16 * 1em);
}
.jjfa_list > ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.jjfa_list > ul > li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.jjfa_list .jjfa_ss{
	background:#f5f5f5;
	border-radius:10px;
	overflow:hidden;
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	transition:color .35s,background-color .35s;
}
.jjfa_list .jjfa_ss .jjfa_img{
	display:block;
	overflow:hidden;
	height:calc(var(--imgWidth) * 300 / 500);
	position:relative;
}
.jjfa_list .jjfa_ss .jjfa_img::before{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	content:'';
	-webkit-transition: -webkit-transform 0.6s;
	transition:transform 0.6s;
	-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-64deg) translate3d(0,-110%,0);
	transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-64deg) translate3d(0,-110%,0);
	z-index:3;
	pointer-events:none;
}
.jjfa_list .jjfa_ss .jjfa_img img{
	display:block;
	width:100%;
	height:100%;
	transform:scale(1.05);
	transition:all .35s;
}
.jjfa_list .jjfa_ss .jjfa_txt .jjfa_st{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.jjfa_list .jjfa_ss .jjfa_txt .jjfa_st .jjfa_sh{
	font-size:var(--iconSize);
	font-weight:bold;
	overflow:hidden;
	max-width:calc(100% - 2 * var(--iconSize));
	--clampRows:1;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.jjfa_list .jjfa_ss .jjfa_txt .jjfa_st .iconfont{
	font-size:var(--iconSize);
	transform:rotate(-30deg);
	transition:transform .35s;
}
.jjfa_list .jjfa_ss .jjfa_txt .jjfa_sd{
	margin-top:.5em;
	opacity:.8;
	line-height:1.6;
}

/* 解决方案详情页 */
.jjfax_s1{
	--imgWidth:calc(700 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(510 / 850 * var(--imgWidth));
	--gap:calc(80 / var(--invarPx) * var(--centerWidth));
}
.jjfax_s1 .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.jjfax_s1 .jjfax_sl{
	width:var(--imgWidth);
	height:var(--imgHeight);
}
.jjfax_s1 .jjfax_sl img{
	display:block;
	width:100%;
	height:100%;
}
.jjfax_s1 .jjfax_sr{
	width:calc(100% - var(--imgWidth) - var(--gap));
	min-height:var(--imgHeight);
	-webkit-align-items:center;
	align-items:center;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.jjfax_s1 .jjfax_sr .jjfax_wrap{
	width:100%;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.jjfax_s1 .jjfax_sr .jjfax_txt{
	width:100%;
}
.jjfax_s2 .jjfax_txt,
.jjfax_s1 .jjfax_sr .jjfax_txt .jjfax_sw
.jjfax_s3 .jjfax_con .jjfax_ss,
.cpx_s1 .cpx_sr .cpx_txt .cpx_sw,
.cpx_s3 .cpx_txt{
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
}
.jjfax_s2 .jjfax_txt,
.jjfax_s1 .jjfax_sr .jjfax_txt .jjfax_sw,
.cpx_s1 .cpx_sr .cpx_txt .cpx_sw,
.cpx_s3 .cpx_txt{
	--lineHeight:1.65;
	color:#666;
	margin-top:1em;
	line-height:var(--lineHeight);
}
.jjfax_s3 .jjfax_con{
    color:#666;
}
.jjfax_s1 .jjfax_sr .jjfax_txt .jjfax_sw{
	--rows:6;
	min-height:calc(var(--rows) * var(--lineHeight) * 1em);
}
.jjfax_s1 .jjfax_sr .bz_more2{
	margin-top:calc(40 / var(--invarPx) * var(--centerWidth));
}
.jjfax_s3{
	--gap:calc(30 / var(--invarPx) * var(--centerWidth));
	--pd:var(--gap);
	--col:3;
}
.jjfax_s3 .jjfax_con{
	margin-top:calc(40 / 30 * var(--gap));
}
.jjfax_s3 .jjfax_con ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.jjfax_s3 .jjfax_con ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	-webkit-flex-grow:1;
	flex-grow:1;
}
.jjfax_s3 .jjfax_con .jjfax_ss{
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	background:#fff url(../img/jjfax_s3_bg.png) no-repeat right bottom;
	background-size:calc(268 / var(--invarPx) * var(--centerWidth));
	border-radius:10px;
	padding:var(--pd);
	overflow:hidden;
	transition:all .35s;
}
.jjfax_s3 .jjfax_con .jjfax_ss .jjfax_st{
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.jjfax_s3 .jjfax_con .jjfax_ss .jjfax_st .jjfax_sh{
	width:100%;
	position:relative;
	z-index:3;
	font-size:calc(20 / 16 * 1em);
	font-weight:bold;
}
.jjfax_s3 .jjfax_con .jjfax_ss .jjfax_st .jjfax_num{
	width:100%;
	margin-left:-100%;
	text-align:right;
	font-size:calc(48 / 16 * 1em);
	font-weight:bold;
	line-height:1;
	color:var(--curColor);
}
.jjfax_s3 .jjfax_con .jjfax_ss .jjfax_sw{
	line-height:1.65;
	opacity:.8;
	margin-top:.625em;
}
.jjfax_box1 .jjfax_bot{
	background:var(--ligColor);
}
.jjfax_box1 .jjfax_bot .jjfax_con{
	position:relative;
	margin-top:-30px;
}

/* 产品详情页 */
.cpx_s1{
	--gap:calc(80 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(300px + 300 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(450 / 600 * var(--imgWidth));
	--imgbtnWidth:calc(90 / 600 * var(--imgWidth));
	--simgCol:4;
	--simgGap:10px;
	--simgboxWidth:calc(var(--imgWidth) - var(--imgbtnWidth));
	--simgWidth:calc((var(--simgboxWidth) - (var(--simgCol) - 1) * var(--simgGap)) / var(--simgCol));
	--simgHeight:calc(450 / 600 * var(--simgWidth));
}
.cpx_s1 .cpx_sl{
	width:var(--imgWidth);
}
.cpx_swiper .cpx_st .cpx_img,
.cpx_swiper .cpx_sd .cpx_img{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	background:#fff;
}
.cpx_swiper .cpx_st .cpx_img{
	height:var(--imgHeight);
}
.cpx_swiper .cpx_st .cpx_img img,
.cpx_swiper .cpx_sd .cpx_img img{
	display:block;
}
.cpx_swiper .cpx_st .cpx_img img{
	max-width:90%;
	max-height:90%;
}
.cpx_swiper .cpx_sd{
	margin-top:var(--simgGap);
}
.cpx_swiper .cpx_sd .swiper-container{
	width:var(--simgboxWidth);
}
.cpx_swiper .cpx_sd .swiper-container .swiper-slide{
	width:var(--simgWidth);
	margin-right:var(--simgGap);
}
.cpx_swiper .cpx_sd .cpx_img{
	height:var(--simgHeight);
	position:relative;
}
.cpx_swiper .cpx_sd .cpx_img::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:solid 2px var(--curColor);
	pointer-events:none;
	opacity:0;
	transition:all .35s;
}
.cpx_swiper .cpx_sd .swiper-slide-thumb-active .cpx_img::before{
	opacity:1;
}
.cpx_swiper .cpx_sd .cpx_img img{
	max-width:75%;
	max-height:75%;
}
.cpx_swiper .cpx_sd .cpx_btns{
	width:var(--imgbtnWidth);
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	-webkit-align-items:center;
	align-items:center;
}
.cpx_swiper .cpx_sd .cpx_btns .swiper-button.swiper-button-bz{
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	margin-top:0;
	--swbtnSize:30px;
}
.cpx_s1 .cpx_sr{
	width:calc(100% - var(--imgWidth) - var(--gap));
}
.cpx_s1 .cpx_sr .cpx_st .cpx_h{
	font-weight:bold;
}
.cpx_s1 .cpx_sr .cpx_txt .cpx_sw{
	margin-top:.625em;
	min-height:calc(11 * var(--lineHeight) * 1em);
}
.cpx_s1 .cpx_sr .cpx_txt .bz_tit2{
	margin-top:.65em;
}
.cpx_s1 .cpx_sr .bz_more2{
	margin-top:calc(40 / 80 * var(--gap));
}
.cpx_s2{
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}
.cpx_s2 .cpx_sl{
	width:50%;
	overflow:hidden;
	background:rgba(var(--rgb),var(--rgb_alpha));
}
.cpx_s2 .cpx_sl .cpx_wrap{
	float:right;
	width:calc(var(--centerWidth) / 2);
	padding-right:calc(60 / var(--invarPx) * var(--centerWidth));
}
.cpx_s2 .cpx_sl .cpx_wrap .cpx_sw{
	color:#fff;
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	line-height:2;
	margin-top:1.2em;
}
.cpx_s3 .cpx_txt{
	margin-top:1.25em;
}
.cpx_s4{
	background:#fff;
}
.imghover_ss .img_ss{
	background:linear-gradient(to bottom,var(--curColor),var(--ligColor));
}
.imghover_ss .img_ss img{
	transition:all .35s;
}
.imghover_ss:hover .img_ss img{
	opacity:.5;
	transform:scale(1.06);
}
.yyly_swiper{
	--col:3;
	--gap:30px;
	--pdLeft:calc(var(--swbtnSize) + 24 / 30 * var(--gap));
	--imgWidth:calc((var(--centerWidth) - var(--pdLeft) * 2 - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(300 / 450 * var(--imgWidth));
	padding:0 var(--pdLeft);
	position:relative;
}
.yyly_swiper .yyly_ss{
	display:block;
	transition:all .35s;
}
.yyly_swiper .swiper-slide{
	width:var(--imgWidth);
	margin-right:var(--gap);
}
.yyly_swiper .yyly_ss .yyly_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
}
.yyly_swiper .yyly_ss .yyly_img img{
	display:block;
	width:100%;
	height:100%;
}
.yyly_swiper .yyly_ss .yyly_sw{
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	margin-top:.4em;
}
.yyly_swiper .swiper-button.swiper-button-bz{
	--swPos:0;
	top:calc(var(--imgHeight) / 2);
}
.al_list{
	--gap:26px;
	--col:4;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(246 / 370 * var(--imgWidth));
}
.al_list ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.al_list ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
}
.al_swiper1{
    position:relative;
}
.al_swiper1 .swiper-button.swiper-button-bz{
    --swPos:0px;
    top:calc(var(--imgHeight) / 2);
}
.al_swiper1 .swiper-slide{
    width:var(--imgWidth);
    margin-right:var(--gap);
}
.al_swiper1 .swiper-slide .al_ss{
    margin-left:0;
}
.al_list .al_ss{
	display:block;
	overflow:hidden;
	margin-left:var(--gap);
	border-radius:10px;
	background:#fff;
}
.al_list .al_ss .al_img{
	display:block;
	height:var(--imgHeight);
	overflow:hidden;
	/* background:none !important; */
}
.al_list .al_ss .al_img img{
	display:block;
	width:100%;
	height:100%;
	opacity:1 !important;
}
.al_list .al_ss .al_txt .al_sh{
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	--clampRows:1;
}
.al_list .al_ss .al_txt .bz_more1{
	margin-top:.5em;
}

/* 新闻列表页 */
.xw_box1{
	overflow:hidden;
}
.xw_list{
	--pd:calc(30 / var(--invarPx) * var(--centerWidth));
	--gap:var(--pd);
	--imgWidth:calc(300px + 50 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(210 / 350 * var(--imgWidth));
}
.xw_list ul li{
	position:relative;
}
.xw_list ul li + li{
	margin-top:-1px;
}
.xw_list .xw_ss{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	padding:var(--pd) 0;
	font-size:16px;
	color:#333;
	position:relative;
}
.xw_list .xw_ss::before{
	content:"";
	position:absolute;
	top:0;
	left:50%;
	width:100vw;
	height:100%;
	--scale:0;
	transform:translateX(-50%) scaleX(var(--scale));
	opacity:0;
	transform-origin:left;
	background:var(--curColor);
	pointer-events:none;
}
.xw_list .xw_ss::after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:#000;
	opacity:.05;
}
.xw_list .xw_ss .xw_img{
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
	position:relative;
	z-index:3;
}
.xw_list .xw_ss .xw_img img{
	display:block;
	width:100%;
	height:100%;
}
.xw_list .xw_ss .xw_txt{
	width:calc(100% - var(--imgWidth) - var(--gap));
	position:relative;
	z-index:3;
}
.xw_list .xw_ss .xw_txt .xw_sh{
	font-size:1.25em;
	font-weight:bold;
	--clampRows:1;
}
.xw_list .xw_ss .xw_txt .xw_date{
	display:block;
	font-family:arial;
	opacity:.6;
	font-size:14px;
	margin-top:.65em;
}
.xw_list .xw_ss .xw_txt .xw_sw{
	opacity:.8;
	margin-top:.6em;
	line-height:1.6;
}
.xw_list .xw_ss .xw_txt .bz_more1{
	padding:.5em 1em;
	border:solid 1px #e5e5e5;
	border-radius:200px;
	margin-top:1.5em;
}



.xw_list .xw_ss .xw_img:before{
    display:none;
}

/* 新闻详情页 */
.xqy_box1 .xqy_l{
	width:70.7%;
	color:#333;
}
.xqy_box1 .xqy_r{
	width:25.7%;
	position:-webkit-sticky;
	position:sticky;
	top:20px;
	transition:all .35s;
}
.xqy_container .xqy_title{
	border-bottom:solid 1px #e5e5e5;
}
.xqy_container .xqy_title .xqy_h{
	font-size:24px;
	font-weight:bold;
}
.xqy_container .xqy_title .xqy_info{
	--itemGap:50px;
	overflow:hidden;
	margin-left:calc(-1 * var(--itemGap));
	font-size:14px;
	color:#666;
}
.xqy_container .xqy_title .xqy_info span{
	float:left;
	margin-left:var(--itemGap);
}
.tk_box1{
	padding-top:var(--headerHeight);
}
.tk_box1 .xqy_container .xqy_title{
	border-bottom:none;
}
.tk_box1 .xqy_container .xqy_title .xqy_h{
	text-align:center;
	font-size:36px;
}

.side_xw{
	padding:calc(30 / var(--invarPx) * var(--centerWidth));
	background:#fff;
	border-radius:10px;
	--fontSize:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
}
.side_xw .side_tit{
	border-bottom:solid 1px #e5e5e5;
}
.side_xw .side_tit .side_h{
	font-size:24px;
	font-weight:bold;
	line-height:1;
	position:relative;
}
.side_xw_list ul li{
	padding:.75em 0;
	font-size:var(--fontSize);
}
.side_xw_list ul li a,
.side_xw_list ul li .side_sh{
	padding-left:1em;
}
.side_xw_list ul li a{
	display:block;
	color:#333;
}
.side_xw_list ul li:nth-last-of-type(1) a{
	border-bottom:none;
	padding-bottom:0;
}
.side_xw_list ul li .side_sh{
	margin-left:-1em;
	max-width:calc(100% + 1em);
	line-height:1.2;
	position:relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.side_xw_list ul li .side_sh:before{
	content:"";
	position:absolute;
	width:8px;
	height:8px;
	border-radius:50%;
	background:var(--curColor);
	left:0;
	top:calc((1.2em - 8px) / 2);
}
.side_xw_list ul li .side_date{
	display:block;
	font-size:14px;
	font-family:arial;
	color:#999;
	margin-top:5px;
}

/* 发展历程 */
.fzlc_swiper{
	--imgWidth:420px;
	--imgHeight:calc(280 / 420 * var(--imgWidth));
	--imgGap:30px;
	--txtWidth:490px;
	--lineHeight:10px;
}
.fzlc_swiper .fzlc_top{
	position:relative;
}
.fzlc_swiper .fzlc_top .gallery-top{
	width:calc(var(--imgWidth) + var(--imgGap) + var(--txtWidth));
	margin-left:auto;
	margin-right:auto;
}
.fzlc_swiper .fzlc_top .fzlc_ss{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_img{
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
}
.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_img img{
	display:block;
	width:100%;
	height:100%;
}
.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_txt{
	margin-left:var(--imgGap);
	width:var(--txtWidth);
}
.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_txt .fzlc_num{
	font-size:calc(12px + 36 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	color:var(--curColor);
}
.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_txt .fzlc_sw{
	margin-top:1em;
}
.fzlc_swiper .fzlc_top .swiper-button.swiper-button-bz{
	--swPos:0;
}
.fzlc_swiper .fzlc_bot{
	margin-top:calc(100 / var(--invarPx) * var(--centerWidth));
	position:relative;
}
.fzlc_swiper .fzlc_bot::before{
	content:"";
	position:absolute;
	left:50%;
	top:calc(var(--lineHeight) / 2);
	width:102vw;
	height:1px;
	background:var(--curColor);
	transform:translateX(-50%);
	opacity:.5;
}
.fzlc_swiper .fzlc_bot .fzlc_ss{
	text-align:center;
}
.fzlc_swiper .fzlc_bot .fzlc_ss .fzlc_line{
	display:block;
	width:1px;
	height:calc(var(--lineHeight) + 1px);
	background:var(--curColor);
	margin-left:auto;
	margin-right:auto;
}
.fzlc_swiper .fzlc_bot .fzlc_ss .fzlc_num{
	display:inline-block;
	font-size:16px;
	padding:.5em 0;
	margin-top:1em;
	transition:all .35s;
}
.fzlc_swiper .fzlc_bot .swiper-slide-thumb-active .fzlc_ss .fzlc_num{
	color:var(--curColor);
	font-weight:bold;
	transform:scale(1.875);
}

/* 荣誉资质 */
.zzzs_swiper .zzzs_con{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.zzzs_swiper .gallery-top .swiper-li.swiper-slide,
.zzzs_swiper .gallery-top .swiper-li.swiper-slide .swiper-slide{
	pointer-events:none;
	opacity:0 !important;
}
.zzzs_swiper .gallery-top .swiper-li.swiper-slide-active,
.zzzs_swiper .gallery-top .swiper-li.swiper-slide-active .swiper-slide{
	pointer-events:auto;
	opacity:1 !important;
}
.zzzs_swiper .gallery-thumbs .swiper-slide{
	width:auto;
}
.zzzs_swiper .gallery-thumbs .swiper-slide + .swiper-slide{
	margin-left:calc(50 / var(--invarPx) * var(--centerWidth));
}
.zzzs_swiper .gallery-thumbs .zzzs_ss{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:500;
	color:#666;
	cursor:pointer;
	transition:all .35s;
}
.zzzs_swiper .gallery-thumbs .swiper-slide-thumb-active .zzzs_ss{
	color:var(--curColor);
}
.zzzs_swiper .swiper-button.swiper-button-bz{
	--swPos:0;
}
.zzzs_swiper .gallery-top{
	--Width:calc(1400 / 1560 * var(--centerWidth));
	--pd:10px;
	--col:3;
	--gap:40px;
	--imgWidth:calc((var(--Width) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(330 / 440 * var(--imgWidth));
}
.zzzs_swiper .gallery-top .swiper-container{
	width:var(--Width);
	margin-left:auto;
	margin-right:auto;
	padding:calc(20 / 1400 * var(--Width)) 0;
}
.zzzs_swiper .swiper-li .zzzs_st{
	position:relative;
}
.zzzs_swiper .swiper-li .swiper-slide{
	width:var(--imgWidth);
	margin-right:var(--gap);
}
.zzzs_swiper .swiper-li .zzzs_img{
	padding:var(--pd);
	background:#f7f7f7;
	height:var(--imgHeight);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	transition:box-shadow .35s;
}
.zzzs_swiper .swiper-li .zzzs_img img{
	display:block;
	max-width:100%;
	max-height:100%;
	opacity:.5;
	transition:opacity .35s;
}
.zzzs_swiper .swiper-li .swiper-slide-active .zzzs_img{
	box-shadow:0 0 calc(2 * var(--pd)) rgba(0,0,0,.1);
}
.zzzs_swiper .swiper-li .swiper-slide-active .zzzs_img img{
	opacity:1;
}
.zzzs_swiper .swiper-li .zzzs_txt{
	--lineHeight:1.5;
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	min-height:calc(var(--lineHeight) * 1em);
}
.zzzs_swiper .swiper-li .zzzs_txt ul li{
	display:none;
	text-align:center;
}
.zzzs_swiper .swiper-li .zzzs_txt ul li.active{
	display:block;
	animation:o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 研发中心 */
.yfzx_swiper .yfzx_top{
	--fontSize:calc(12px + 8 / var(--invarPx) * var(--centerWidth));
	--iconSize:calc(30 / 20 * var(--fontSize));
}
.yfzx_swiper .yfzx_top .swiper-slide{
	-webkit-flex:1;
	flex:1;
}
.yfzx_swiper .yfzx_top .yfzx_ss{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	font-size:var(--fontSize);
	padding-bottom:1em;
	cursor:pointer;
	transition:all .35s;
}
.yfzx_swiper .yfzx_top .yfzx_ss .yfzx_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.yfzx_swiper .yfzx_top .yfzx_ss .yfzx_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.yfzx_swiper .yfzx_top .yfzx_ss .yfzx_icon svg path{
	fill:currentColor !important;
}
.yfzx_swiper .yfzx_top .yfzx_ss .yfzx_icon ~ .yfzx_sw{
	margin-left:.5em;
}
.yfzx_swiper .yfzx_top .yfzx_lines{
	position:relative;
	width:100%;
	height:1px;
	background:var(--curColor);
}
.yfzx_swiper .yfzx_top .yfzx_lines .yfzx_line{
	position:absolute;
	width:20%;
	height:3px;
	background:var(--curColor);
	top:-1px;
	left:0;
	transition:all .5s;
}
.yfzx_swiper .yfzx_top .swiper-slide-thumb-active .yfzx_ss{
	color:var(--curColor);
}
.yfzx_swiper .yfzx_bot{
	--pdTop:calc(60 / var(--invarPx) * var(--centerWidth));
	--pdLeft:calc(100 / 60 * var(--pdTop));
	--imgWidth:calc(450 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(300 / 450 * var(--imgWidth));
	--numWidth:calc(350 / var(--invarPx) * var(--centerWidth));
	background:#fff;
}
.yfzx_swiper .yfzx_bot .yfzx_ss{
	padding:var(--pdTop) var(--pdLeft);
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_txt{
	width:calc(100% - var(--imgWidth) - var(--numWidth));
}
.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_txt .yfzx_sh{
	--rgb_alpha:.3;
	font-size:calc(12px + 18 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	padding-bottom:.34em;
	margin-bottom:.6em;
	border-bottom:solid 1px rgba(var(--rgb),var(--rgb_alpha));
}
.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_txt .yfzx_sw{
	--rows:6;
	--lineHeight:1.6;
	min-height:calc(1em * var(--rows) * var(--lineHeight));
}
.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_num{
	text-align:center;
	font-size:calc(200 / 350 * var(--numWidth));
	font-weight:bold;
	color:var(--curColor);
	transform:scale(.8);
	opacity:0;
	transition:all .35s;
}
.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_num *{
	font-weight:inherit;
}
.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_img{
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
}
.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_img img{
	display:block;
	width:100%;
	height:100%;
}
.yfzx_swiper .yfzx_bot .swiper-slide-active .yfzx_ss .yfzx_num{
	transform:scale(1);
	opacity:.2;
	transition:all .5s .7s;
}
.yfzx_swiper .yfzx_top .yfzx_ss:hover{
	color:var(--curColor);
}


.shfw_box1 .yfzx_swiper .yfzx_bot .yfzx_ss{
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:flex-start;
    align-items:flex-start;
}
.shfw_box1 .yfzx_swiper .yfzx_bot .yfzx_ss img{
    display:block;
    max-width:100%;
}

/* 风采展示 */
.fczs_swiper{
	--gap:30px;
	--col:3;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(375 / 500 * var(--imgWidth));
	position:relative;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.fczs_swiper .swiper-slide{
	width:var(--imgWidth);
	margin-right:var(--gap);
}
.fczs_swiper .fczs_ss{
	display:block;
	transition:color .35s;
}
.fczs_swiper .fczs_ss .fczs_img{
	display:block;
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
}
.fczs_swiper .fczs_ss .fczs_img img{
	display:block;
	width:100%;
	height:100%;
	transition:all .35s;
}
.fczs_swiper .fczs_ss .fczs_sw{
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	text-align:center;
	margin-top:.78em;
	--clampRows:1;
}
.fczs_swiper .swiper-button.swiper-button-bz{
	top:calc(var(--imgHeight) / 2);
}
.fczs_swiper .fczs_ss:hover{
	color:var(--curColor);
}

/* 关于我们页 */
.md_rel{
	position:relative;
}
.md_rel .md_abs{
	top:1px;
	left:0;
}
.md_rel .md_abs ~ *{
	position:relative;
	z-index:5;
}
.gywm_s2 .gywm_bot{
	--iconSize:calc(30px + 20 / var(--invarPx) * var(--centerWidth));
	--fontSize:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	color:#fff;
	font-size:var(--fontSize);
}
.gywm_s2 .gywm_bot::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,72,114,.4)
}
.gywm_s2 .gywm_bot ul{
	position:relative;
	z-index:3;
}
.gywm_s2 .gywm_bot ul li{
	width:25%;
	flex-grow:1;
}
.gywm_s2 .gywm_bot .gywm_ss{
	width:100%;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	padding:calc(80 / var(--invarPx) * var(--centerWidth)) calc(60 / var(--invarPx) * var(--centerWidth));
	position:relative;
	transition:color .35s;
}
.gywm_s2 .gywm_bot .gywm_ss::before,
.gywm_s2 .gywm_bot ul::after{
	content:"";
	position:absolute;
	top:0;
	width:1px;
	height:100%;
	background:rgba(255,255,255,.5);
}
.gywm_s2 .gywm_bot .gywm_ss::before{
	left:0;
}
.gywm_s2 .gywm_bot .gywm_ss::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.8);
	transform:scaleY(.6);
	transform-origin:bottom;
	opacity:0;
	transition:all .35s;
}
.gywm_s2 .gywm_bot ul::after{
	right:0;
}
.gywm_s2 .gywm_bot .gywm_st{
	width:100%;
	animation-name:fadeInUp;
	position:relative;
	z-index:3;
}
.gywm_s2 .gywm_bot .gywm_st .gywm_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	border:solid 1px currentColor;
	border-radius:50%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.gywm_s2 .gywm_bot .gywm_st .gywm_icon svg{
	display:block;
	max-width:60%;
	max-height:60%;
}
.gywm_s2 .gywm_bot .gywm_st .gywm_icon svg path{
	fill:currentColor !important;
}
.gywm_s2 .gywm_bot .gywm_st .gywm_sw{
	--lineHeight:1.5;
	--rows:6;
	font-size:1em;
	color:currentColor;
	margin-top:2em;
	min-height:calc(var(--lineHeight) * 1em * var(--rows));
}
.gywm_s2 .gywm_bot .gywm_st .gywm_sh{
	font-size:2em;
	font-weight:bold;
	margin-top:1em;
}
.gywm_s2 .gywm_bot .gywm_num{
	--op1:0;
	--op2:1;
	--op3:.2;
	font-size:calc(160 / 18 * 1em);
	font-weight:bold;
	line-height:1;
	opacity:var(--op3);
	margin-top:.3125em;
	position:relative;
	z-index:3;
	transition:all .35s;
	animation-name:fadeBz;
	animation-duration:1.25s;
	animation-delay:.2s;
}
@keyframes fadeBz{
	0%{
		opacity:var(--op1);
	}
	50%{
		opacity:var(--op2);
	}
	100%{
		opacity:var(--op3);
	}
}
.gywm_s3{
	overflow:hidden;
	background:#f7f7f7 url(../img/gywm_s3_bg.png) no-repeat center bottom;
	background-size:100%;
}
.gywm_s3 .gywm_con{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_s4{
	background:#fff;
}
.gywm_s4 .gywm_top{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.gywm_box1 .gywm_exp{
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	line-height:1.5;
	margin-top:1.4375em;
	opacity:.8;
}
.lizi_bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.lizi_bg canvas{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
	object-fit:cover;
	opacity:.25;
}
.gywm_counter2{
	overflow:hidden;
	position:relative;
	background:var(--ligColor);
	--counterSize:calc(60 / var(--invarPx) * var(--centerWidth));
	font-size:16px;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_counter2 ul{
	position:relative;
	z-index:3;
	-webkit-justify-content:space-around;
	justify-content:space-around;
}
.gywm_counter2 .gywm_st{
	-webkit-align-items:flex-end;
	align-items:flex-end;
	color:var(--curColor);
	line-height:1;
}
.gywm_counter2 .gywm_st .counter{
	font-size:var(--counterSize);
	font-weight:bold;
}
.gywm_counter2 .gywm_st .gywm_dy{
	padding-bottom:calc(4 / 60 * var(--counterSize));
	margin-left:.2em;
}
.gywm_counter2 .gywm_sd{
	margin-top:.5em;
}
.gywm_s5 .gywm_con{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_s6{
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
}
.gywm_s6::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	--rgb_alpha:.9;
	background:rgba(var(--rgb),var(--rgb_alpha));
}
.gywm_s6 .gywm_con{
	--gap:30px;
	--col:3;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--pd:calc(30 / var(--invarPx) * var(--centerWidth));
	position:relative;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_s6 .gywm_con .swiper-button.swiper-button-bz,
.gywm_s7 .gywm_con .swiper-button.swiper-button-bz{
	--swPos:0;
}
.gywm_s6 .gywm_con .swiper-slide{
	width:var(--imgWidth);
	margin-right:var(--gap);
}
.gywm_s6 .gywm_con .gywm_ss{
	background:#fff;
}
.gywm_s6 .gywm_con .gywm_ss .gywm_img{
	display:block;
	overflow:hidden;
	height:calc(250 / 500 * var(--imgWidth));
}
.gywm_s6 .gywm_con .gywm_ss .gywm_img img{
	display:block;
	width:100%;
	height:100%;
}
.gywm_s6 .gywm_con .gywm_ss .gywm_txt{
	padding:var(--pd);
}
.gywm_s6 .gywm_con .gywm_ss .gywm_sh{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:500;
	color:var(--curColor);
}
.gywm_s6 .gywm_con .gywm_ss .gywm_info{
	--dot:4px;
	--lineHeight:1.5;
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	padding-top:.5em;
}
.gywm_s6 .gywm_con .gywm_ss .gywm_info ul{
    display:-webkit-flex;
    display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.gywm_s6 .gywm_con .gywm_ss .gywm_info ul li{
	min-width:45%;
	position:relative;
	padding-left:calc(.375em + var(--dot));
	line-height:var(--lineHeight);
	margin-top:.375em;
}
.gywm_s6 .gywm_con .gywm_ss .gywm_info ul li::before{
	content:"";
	position:absolute;
	top:calc((var(--lineHeight) * 1em - var(--dot)) / 2);
	left:0;
	width:var(--dot);
	height:var(--dot);
	border-radius:50%;
	background:currentColor;
}


/* 售后服务页 */
.shfw_s1{
	--cirSize:100px;
	--cirPos:10px;
	--col:2;
	--slWidth:calc(var(--cirSize) + var(--cirPos) * 2);
	--slGap:calc(30 / var(--invarPx) * var(--centerWidth));
	--gap:calc(40 / var(--invarPx) * var(--centerWidth));
	--pd:calc(30 / var(--invarPx) * var(--centerWidth));
	--qrSize:calc(80px + 40 / var(--invarPx) * var(--centerWidth));
	--qrGap:calc(20 / var(--invarPx) * var(--centerWidth));
	--qrNum:1;
	--qrTotal:calc(var(--qrSize) * var(--qrNum) + var(--qrGap) * (var(--qrNum) - 1));
}
.shfw_s1 .shfw_con ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.shfw_s1 .shfw_con ul > li{
	margin-top:var(--gap);
	width:calc(100% / var(--col));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.shfw_s1 .shfw_con .shfw_ss{
	margin-left:var(--gap);
	background:#fff;
	width:calc(100% - var(--gap));
	padding:var(--pd);
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	transition:all .35s;
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sl{
	width:var(--slWidth);
	height:var(--slWidth);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sl::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:50%;
	background:linear-gradient(to bottom,var(--subColor),var(--curColor));
	opacity:.3;
	transition:all .35s;
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sl .shfw_icon{
	width:var(--cirSize);
	height:var(--cirSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
	z-index:3;
	background:linear-gradient(to bottom,var(--subColor),var(--curColor));
	border-radius:50%;
	color:#fff;
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sl .shfw_icon svg{
	display:block;
	max-width:48%;
	max-width:48%;
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sl .shfw_icon svg path{
	fill:currentColor !important;
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sr{
	width:calc(100% - var(--slWidth) - var(--slGap));
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_txt{
	width:100%;
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_qr ~ .shfw_txt{
	width:calc(100% - var(--qrTotal) - var(--qrGap));
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_qr ol{
	margin-left:calc(-1 * var(--qrGap));
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_qr ol li{
	margin-left:var(--qrGap);
	width:var(--qrSize);
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_qr ol li span{
	display:block;
	height:var(--qrSize);
	border:solid 1px var(--subColor);
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_qr ol li span img{
	display:block;
	width:100%;
	height:100%;
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_txt .shfw_sh{
	--rgb_alpha:.5;
	--lineHeight:1.3;
	--pd:.33em;
	padding:0 var(--pd);
	margin-left:calc(-1 * var(--pd));
	float:left;
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	line-height:var(--lineHeight);
	background-image:linear-gradient(transparent 70%,rgba(var(--rgb),var(--rgb_alpha)) 30%);
	background-size:100% calc(var(--lineHeight) * 1em);
}
.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_txt .shfw_sw{
	float:left;
	width:100%;
	opacity:.8;
	margin-top:1em;
}

.shfw_s1 .shfw_con .shfw_ss:hover{
	box-shadow:0 0 calc(var(--gap) * .5) rgba(0,0,0,.1);
}
.shfw_s1 .shfw_con .shfw_ss:hover .shfw_sl::before{
	animation: twinkling 2.1s infinite ease-in-out;
	animation-fill-mode: both;
}

.shfw_s2 .shfw_top .shfw_con{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.shfw_s2 .shfw_bot{
	--gap:calc(30 / var(--invarPx) * var(--centerWidth));
	--col:7;
	--boxSize:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--radius:10px;
	--pdTop:var(--gap);
	--pdLeft:calc(40 / 30 * var(--pdTop));
	--iconSize:calc(20px + 32 / var(--invarPx) * var(--centerWidth));
}
.shfw_s2 .shfw_bot ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.shfw_s2 .shfw_bot ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.shfw_s2 .shfw_bot .shfw_ss{
	background:#f7f7f7;
	border-radius:var(--radius);
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	padding:var(--pdTop) var(--pdLeft);
	transition:all .35s;
}
.shfw_s2 .shfw_bot .shfw_ss .shfw_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	color:var(--curColor);
	margin-left:auto;
	margin-right:auto;
}
.shfw_s2 .shfw_bot .shfw_ss .shfw_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.shfw_s2 .shfw_bot .shfw_ss .shfw_icon svg path{
	fill:currentColor !important;
}
.shfw_s2 .shfw_bot .shfw_ss .shfw_sw{
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	text-align:center;
	margin-top:1em;
}

/* 销售网络页 */
.jdt_view::-webkit-scrollbar {
    width:2px;
    height:2px;
}

.jdt_view::-webkit-scrollbar-track-piece {
    background-color:rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 6px;
}

.jdt_view::-webkit-scrollbar-thumb:vertical {
    height:2px;
    background-color:var(--curColor);
    -webkit-border-radius: 6px;
}

.jdt_view::-webkit-scrollbar-thumb:horizontal {
    width:2px;
    background-color:var(--curColor);
    -webkit-border-radius: 6px;
}
.xswl_box1 .xswl_con{
	--mapWidth:calc(750 / var(--invarPx) * var(--centerWidth));
	--gap:calc(170 / var(--invarPx) * var(--centerWidth));
	--iconSize:44px;
	--iconGap:calc(80 / var(--invarPx) * var(--centerWidth));
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.xswl_box1 .xswl_con .xswl_l{
	width:var(--mapWidth);
}
.xswl_box1 .xswl_con .xswl_l img{
	display:none;
	width:100%;
}
.xswl_box1 .xswl_con .xswl_l img:first-child{
    display:block;
}
.xswl_box1 .xswl_con .xswl_r{
	width:calc(100% - var(--gap) - var(--mapWidth));
}
.xswl_box1 .xswl_con .xswl_r .xswl_info ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:calc(-1 * var(--iconGap));
}
.xswl_box1 .xswl_con .xswl_r .xswl_info ul li{
	margin-left:var(--iconGap);
}
.xswl_box1 .xswl_con .xswl_r .xswl_info .xswl_ss{
	-webkit-align-items:center;
	align-items:center;
	color:var(--curColor);
}
.xswl_box1 .xswl_con .xswl_r .xswl_info .xswl_ss .xswl_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.xswl_box1 .xswl_con .xswl_r .xswl_info .xswl_ss .xswl_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.xswl_box1 .xswl_con .xswl_r .xswl_info .xswl_ss .xswl_icon svg path{
	fill:currentColor !important;
}
.xswl_box1 .xswl_con .xswl_r .xswl_info .xswl_ss .xswl_sr{
	font-size:14px;
	margin-left:.75em;
}
.xswl_box1 .xswl_con .xswl_r .xswl_info .xswl_ss .xswl_st{
	-webkit-align-items:flex-end;
	align-items:flex-end;
	line-height:1;
}
.xswl_box1 .xswl_con .xswl_r .xswl_info .xswl_ss .xswl_st .counter{
	font-size:calc(30 / 14 * 1em);
	font-weight:bold;
}
.xswl_box1 .xswl_con .xswl_r .xswl_info .xswl_ss .xswl_st .xswl_dy{
	padding-bottom:.2em;
	margin-left:.3em;
}
.xswl_box1 .xswl_con .xswl_r .xswl_info .xswl_ss .xswl_sd{
	font-size:14px;
	color:#666;
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx{
	margin-top:calc(45 / var(--invarPx) * var(--centerWidth));
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_filter{
	--gap:calc(10 / var(--invarPx) * var(--centerWidth));
	--col:5;
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_filter ul{
	margin-left:calc(-1 * var(--gap));
	margin-top:calc(-1 * var(--gap));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_filter ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_filter .xswl_ss{
	display:block;
	text-align:center;
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	padding:.5em .3em;
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	border:solid 1px #e5e5e5;
	cursor:pointer;
	transition:all .35s;
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_filter ul li.active .xswl_ss{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res{
	--pd:calc(30 / var(--invarPx) * var(--centerWidth));
	padding:var(--pd);
	border:solid 1px #e5e5e5;
	margin-top:calc(20 / 30 * var(--pd));
	display:none;
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res:nth-of-type(1){
    display:block;
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res .xswl_view{
	margin-right:calc(-10 / 30 * var(--pd));
	padding-right:var(--pd);
	height:300px;
	overflow-y:auto;
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res .xswl_view .bz_tit4{
	--font2:18;
	--lineWidth:3px;
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res .xswl_view > ul{
	overflow:hidden;
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res .xswl_view,
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res .xswl_view > ul > li ~ li{
	margin-top:calc(20 / 30 * var(--pd));
}
.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res .xswl_sw{
	color:#666;
	padding-left:var(--pdLeft);
	margin-top:.6em;
}

/* 三级导航 */
.third_nav{
	--fontSize:calc(12px + 24 / var(--invarPx) * var(--centerWidth));
	--pd:.35em;
	--gapLeft:calc(90 / var(--invarPx) * var(--centerWidth));
	--gapTop:.5em;
}
.third_nav ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin-left:calc(-1 * var(--gapLeft));
	margin-top:var(-1 * var(--gapTop));
}
.third_nav ul li{
	margin-top:var(--gapTop);
}
.third_nav ul li .third_ss{
	display:block;
	padding-bottom:var(--pd);
	font-size:var(--fontSize);
	font-weight:bold;
	color:#999;
	margin-left:var(--gapLeft);
	position:relative;
}
.third_nav ul li .third_ss::before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	background:linear-gradient(to right,var(--curColor),var(--subColor));
	transform:scaleX(0);
	opacity:0;
}
.third_nav ul li.active .third_ss{
	color:#333;
}
.third_nav ul li.active .third_ss::before{
	transform:scaleX(1);
	opacity:1;
}

/* 服务能力页 */
.fwzc_box1 .fwzc_exp{
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	color:#666;
	margin-top:1.8em;
}
.fwzc_s1{
	--imgWidth:calc(760 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.fwzc_s1 .center_box{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.fwzc_s1 .fwzc_sl{
	width:calc(100% - var(--imgWidth));
	background:#fff;
	padding:calc(50 / var(--invarPx) * var(--centerWidth));
}
.fwzc_s1 .fwzc_sl .fwzc_el + .fwzc_el{
	margin-top:calc(30 / var(--invarPx) * var(--centerWidth));
}
.fwzc_s1 .fwzc_sl .fwzc_sw{
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	color:#666;
	line-height:1.5;
	margin-top:.5em;
}
.fwzc_s1 .fwzc_sr{
	width:var(--imgWidth);
}
.fwzc_s1 .fwzc_sr img{
	display:block;
	width:100%;
	height:100%;
}
.fwzc_s2 .fwzc_con{
	background:#fff;
	padding:calc(50 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}

/* 服务成功页 */
.fwcg_s2{
	overflow:hidden;
}
.fwcg_s2 .fwcg_con{
	animation-name:fadeInUp;
	animation-delay:.2s;
}

/* 案例展示 */
.al_swiper{
	--overWidth:calc(705 / 1920 * 100vw);
	--gap:calc(50 / 1920 * 100vw + .5 * var(--swbtnSize));
	--col:3;
	--imgWidth:calc(((100vw - 17px) + 2 * var(--overWidth) - var(--col) * 2 * var(--gap)) / var(--col));
	--imgHeight:calc(540 / 960 * var(--imgWidth));
	margin-left:calc(-1 * var(--overWidth));
	margin-right:calc(-1 * var(--overWidth));
	position:relative;
}
.al_swiper .al_ss{
	margin:0 var(--gap);
	position:relative;
}
.al_swiper .al_ss .al_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
	background:#fff;
}
.al_swiper .al_ss .al_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:.2;
	transition:opacity .35s,transform .35s;
}
.al_swiper .al_ss .gywm_video_btn{
	opacity:0;
	pointer-events:none;
	transition:opacity .35s,pointer-events 0s;
}
.al_swiper .swiper-slide-active.al_video .al_ss .gywm_video_btn{
	opacity:1 !important;
	pointer-events:auto;
}
.al_swiper .swiper-slide-active .al_ss .al_img img{
	opacity:1;
	transform:scale(1.1);
	transition:opacity .35s,transform .8s .4s;
}
.al_swiper .swiper-button.swiper-button-bz{
	--swPos:calc(1 / 3 * 100% - .5 * var(--swbtnSize));
}

/* 在线支持页 */
.zxzc_s1 iframe{
	height:calc(800 / 1560 * var(--centerWidth)) !important;
}
.zxzc_s2{
	--qrSize:calc(80px + 80 / var(--invarPx) * var(--centerWidth));
	--qrGapTop:calc(30 / var(--invarPx) * var(--centerWidth));
	--qrGapLeft:calc(200 / var(--invarPx) * var(--centerWidth));
	overflow:hidden;
}
.zxzc_s2 .zxzc_con{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.zxzc_s2 .zxzc_con ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin-left:calc(-1 * var(--qrGapLeft));
	margin-top:calc(-1 * var(--qrGapTop));
}
.zxzc_s2 .zxzc_con ul li{
	width:var(--qrSize);
	margin-left:var(--qrGapLeft);
	margin-top:var(--qrGapTop);
	text-align:center;
}
.zxzc_s2 .zxzc_con ul li span{
	display:block;
	height:var(--qrSize);
	border:solid 1px rgba(170,170,170,.3);
}
.zxzc_s2 .zxzc_con ul li span img{
	display:block;
	width:100%;
	height:100%;
}
.zxzc_s2 .zxzc_con ul li p{
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	text-align:center;
	margin-top:.5em;
}

/* 联系我们页 */
.lxwm_box1{
	position:relative;
	overflow:hidden;
}
.lxwm_s1{
	--pd:calc(60 / var(--invarPx) * var(--centerWidth));
	--qrSize:calc(80px + 80 / var(--invarPx) * var(--centerWidth));
	--qrGap:var(--pd);
	--sdrWidth:calc(var(--qrSize) * 2 + var(--qrGap));
	--iconSize:calc(30px + 10 / var(--invarPx) * var(--centerWidth));
}
.lxwm_s1 .lxwm_con{
	background:#fff;
	padding:var(--pd);
	border-radius:10px;
}
.lxwm_s1 .lxwm_con .lxwm_tit .lxwm_sh{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
}
.lxwm_s1 .lxwm_con .lxwm_tit .lxwm_sw{
	display:block;
	color:#666;
	--lineHeight:1.4;
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	padding-left:calc(30 / 16 * 1em);
	position:relative;
	line-height:var(--lineHeight);
}
.lxwm_s1 .lxwm_con .lxwm_tit .lxwm_sw::before{
	content:"";
	position:absolute;
	left:0;
	top:calc((var(--lineHeight) * 1em - 1px) / 2);
	width:calc(20 / 16 * 1em);
	height:1px;
	background:currentColor;
	opacity:.8;
}
.lxwm_s1 .lxwm_sd{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.lxwm_s1 .lxwm_sdl{
	width:calc(90% - var(--sdrWidth));
	padding-top:calc(.5 * var(--pd));
}
.lxwm_s1 .lxwm_sdl > ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin-top:calc(-.75 * var(--iconSize));
}
.lxwm_s1 .lxwm_sdl > ul > li{
	width:46%;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	margin-top:calc(.75 * var(--iconSize));
}
.lxwm_s1 .lxwm_sdl > ul > li:nth-of-type(even){
	width:52%;
}
.lxwm_s1 .lxwm_sdl > ul > li .lxwm_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	border:solid 1px #ddd;
	border-radius:50%;
	color:var(--curColor);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.lxwm_s1 .lxwm_sdl > ul > li .lxwm_icon svg{
	display:block;
	max-width:55%;
	max-height:55%;
}
.lxwm_s1 .lxwm_sdl > ul > li .lxwm_icon svg path{
	fill:currentcolor !important;
}
.lxwm_s1 .lxwm_sdl > ul > li .lxwm_sr{
	width:calc(100% - var(--iconSize) - .625em);
	line-height:var(--iconSize);
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
}
.lxwm_s1 .lxwm_sdl > ul > li .lxwm_sr *{
	display:inline;
}
.lxwm_s1 .lxwm_sdr{
	width:var(--sdrWidth);
}
.lxwm_s1 .lxwm_sdr ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:calc(-1 * var(--qrGap));
}
.lxwm_s1 .lxwm_sdr ul li{
	width:var(--qrSize);
	text-align:center;
	margin-left:var(--qrGap);
}
.lxwm_s1 .lxwm_sdr ul li > span{
	display:block;
	height:var(--qrSize);
	border:solid 1px #e5e5e5;
}
.lxwm_s1 .lxwm_sdr ul li > span img{
	display:block;
	width:100%;
	height:100%;
}
.lxwm_s1 .lxwm_sdr ul li > p{
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
}

.lxwm_s2 #dituContent{
	height:calc(600 / var(--invarPx) * var(--centerWidth));
}
#dituContent .BMap_bubble_pop{
	box-sizing:border-box !important;
	border-color:#999 !important;
}
#dituContent .BMap_bubble_pop > img{
	top:auto !important;
	bottom:-31px !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top{
	height:0 !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons{
	font-weight:bold;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons *{
	font-size:26px !important;
	font-weight:inherit !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons *:hover{
	color:var(--curColor) !important;
	transition:all .1s;
}
#dituContent .BMap_bubble_pop{
	width:300px !important;
}
#dituContent .BMap_bubble_pop .ditu_txt{
	padding:15px 10px;
}
#dituContent .BMap_bubble_pop .ditu_sh{
	font-size:18px;
	font-weight:bold;
	color:var(--curColor);
}
#dituContent .BMap_bubble_pop .ditu_sw{
	font-size:16px;
	margin-top:.3em;
}
#dituContent .BMap_bubble_pop .BMap_bubble_content{
	width:290px !important;
}

/* 在线留言 */
.liuyan_box{
	--borderWidth:min(10px,calc(10 / var(--invarPx) * var(--centerWidth)));
}
.liuyan_box .liuyan_con{
	padding:calc(5 * var(--borderWidth));
	background:#fff;
}
.liuyan_box .liuyan_sh{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	padding-bottom:1em;
}
.liuyan_form > ul{
	--gap:min(40px,calc(40 / var(--invarPx) * var(--centerWidth)));
	--mgTop:calc(.75 * var(--gap));
	--inputH:50px;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	margin-top:calc(-1 * var(--mgTop));
	margin-left:calc(-1 * var(--gap));
}
.liuyan_form > ul > .liuyan_c1{
	width:100%;
}
.liuyan_form > ul > .liuyan_c2{
	width:50%;
}
.liuyan_form > ul > .liuyan_c3{
	width:33.33333%;
}
.liuyan_form > ul > .liuyan_c4{
	width:25%;
}
.liuyan_form > ul > li{
	margin-top:var(--mgTop);
}
.liuyan_form > ul > li .liuyan_ss{
	position:relative;
	margin-left:var(--gap);
}
.liuyan_form > ul > li .liuyan_ss input[type="text"],
.liuyan_form > ul > li .liuyan_ss textarea{
	display:block;
	padding-left:var(--inputH);
	height:var(--inputH);
	width:100%;
	border-bottom:solid 1px #ddd;
	font-size:calc(12px + 2 / var(--invarPx) * var(--centerWidth));
	color:#333;
	transition:all .35s;
}
.liuyan_form > ul > li .liuyan_ss textarea{
	height:auto;
	padding-top:15px;
	overflow:hidden;
	resize:vertical;
}
.liuyan_form > ul > li .liuyan_ss input[type="text"]:focus,
.liuyan_form > ul > li .liuyan_ss textarea:focus{
	border-color:var(--curColor);
}
.liuyan_form > ul > li .liuyan_ss .liuyan_icon{
	width:var(--inputH);
	height:var(--inputH);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:absolute;
	top:0;
	left:0;
	color:var(--curColor);
	transition:all .35s;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_icon svg{
	display:block;
	max-width:52%;
	max-height:52%;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_icon svg path{
	fill:currentcolor !important;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_img{
	position:absolute;
	bottom:calc(10 / 50 * var(--inputH));
	right:0;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_img img{
	display:block;
	height:var(--inputH);
}
.liuyan_form .liuyan_btn{
	display:block;
	padding:0 calc(25 / 50 * var(--inputH));
	line-height:var(--inputH);
	min-width:calc(3 * var(--inputH));
	text-align:center;
	border-radius:200px;
	font-size:var(--font16);
	font-weight:bold;
	background:var(--curColor);
	color:#fff;
	cursor:pointer;
	transition:all .35s;
}
.liuyan_form .liuyan_btn:hover{
	background:var(--subColor);
}

/* 加入我们页 */
.jrwm_s1{
	--imgWidth:50%;
	--posPd:30px;
	--rPdtb:40px;
	--rPdlr:calc(2 * var(--rPdtb));
	--iconSize:22px;
	animation-name:fadeInUp;
}
.jrwm_s1 .jrwm_l{
	width:var(--imgWidth);
	overflow:hidden;
	position:relative;
	background:#c6cacc;
}
.jrwm_s1 .jrwm_l img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:.8;
}
.jrwm_s1 .jrwm_l .jrwm_pos{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:3;
	padding:var(--posPd);
	color:#fff;
}
.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_cn{
	font-size:24px;
	font-weight:bold;
}
.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_en{
	display:block;
	font-size:14px;
	text-transform:uppercase;
	margin-top:.5em;
}
.jrwm_s1 .jrwm_r{
	width:calc(100% - var(--imgWidth));
	background:#fff;
	position:relative;
	z-index:3;
	padding:var(--rPdtb) var(--rPdlr);
}
.jrwm_s1 .jrwm_r .jrwm_sh{
	font-size:24px;
	font-weight:bold;
	position:relative;
	animation-name:fadeInLeft;
	animation-delay:.4s;
}
.jrwm_s1 .jrwm_r .jrwm_sh:before{
	content:"";
	position:absolute;
	width:calc(1.2 * var(--rPdlr));
	height:2px;
	background:var(--curColor);
	top:50%;
	margin-top:-1px;
	right:calc(100% + .8em);
}
.jrwm_s1 .jrwm_r .jrwm_info{
	margin-top:calc(1.5 * var(--iconSize));
	animation-name:fadeInLeft;
	animation-delay:.7s;
}
.jrwm_s1 .jrwm_r .jrwm_info > ul > li{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.jrwm_s1 .jrwm_r .jrwm_info > ul > li + li{
	margin-top:var(--iconSize);
}
.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sl{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sl svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sl svg path{
	fill:var(--curColor) !important;
}
.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sr{
	width:calc(100% - var(--iconSize) - 1em);
	line-height:var(--iconSize);
	font-size:16px;
}
.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sr > *{
	display:inline;
}
.jrwm_s2 .jrwm_top{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.jrwm_s2 .jrwm_top .jrwm_search{
	--inpHeight:calc(30px + 20 / var(--invarPx) * var(--centerWidth));
	--radius:5px;
	--pd:calc(15 / 50 * var(--inpHeight));
	position:relative;
}
.jrwm_s2 .jrwm_top .jrwm_search input{
	display:block;
	height:var(--inpHeight);
	width:300px;
	padding-left:var(--pd);
	padding-right:calc(var(--inpHeight) + var(--pd));
	border:solid 1px var(--curColor);
	border-radius:var(--radius);
}
.jrwm_s2 .jrwm_top .jrwm_search button{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	color:#fff;
	font-size:var(--inpHeight);
	width:1em;
	height:1em;
	border-radius:var(--radius);
	position:absolute;
	right:0;
	top:0;
	background:var(--curColor);
	transition:all .35s;
}
.jrwm_s2 .jrwm_top .jrwm_search button .iconfont{
	font-size:.5em;
}
.jrwm_s2 .jrwm_top .jrwm_search button:hover{
	background:var(--subColor);
}

.zpzx_list .zpzx_ul > li{
	animation-name:fadeInUp;
	animation-delay:.2s;
	transition:all .35s;
}
.zpzx_list .zpzx_ul > li + li{
	margin-top:10px;
}
.zpzx_list .zpzx_st,
.zpzx_list .zpzx_sd .zpzx_txt{
	padding-left:30px;
	padding-right:30px;
}
.zpzx_list .zpzx_st{
	background:#fff;
	font-size:16px;
	color:#333;
	border-radius:5px;
	position:relative;
	overflow:hidden;
}
.zpzx_list .zpzx_st:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to right,var(--curColor),var(--subColor));
	opacity:0;
	transition:all .35s;
}
.zpzx_list .zpzx_st ol{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
	z-index:3;
}
.zpzx_list .zpzx_st li.zpzx_szw{
	width:20%;
}
.zpzx_list .zpzx_st li.zpzx_sxz,
.zpzx_list .zpzx_st li.zpzx_sxl,
.zpzx_list .zpzx_st li.zpzx_sdd,
.zpzx_list .zpzx_st li.zpzx_srs,
.zpzx_list .zpzx_st li.zpzx_sbm{
	width:calc((100% - 5 * 2% - 20% - 40px - 30px) / 4);
}
/* .zpzx_list .zpzx_st li.zpzx_srs{
	width:10%;
}
.zpzx_list .zpzx_st li.zpzx_sxl{
	width:13%;
} */
.zpzx_list .zpzx_st li.zpzx_sjt{
	width:calc(40px + 30px);
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.zpzx_list .zpzx_st li.zpzx_szw .zpzx_sh{
	font-size:1.25em;
	font-weight:bold;
}
.zpzx_list .zpzx_st li.zpzx_sxz > *,
.zpzx_list .zpzx_st li.zpzx_sxl > *,
.zpzx_list .zpzx_st li.zpzx_sdd > *,
.zpzx_list .zpzx_st li.zpzx_srs > *,
.zpzx_list .zpzx_st li.zpzx_sbm > *{
	display:inline;
}

.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon{
	font-size:40px;
	width:1em;
	height:1em;
	color:#fff;
	background:var(--curColor);
	border-radius:50%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	transition:all .35s;
}
.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon .iconfont{
	font-size:.5em;
}
.zpzx_list .zpzx_sd{
	position:relative;
	border-radius:10px;
	background:#fff;
	max-height:0;
	margin-top:5px;
	overflow-y:auto;
	transition:max-height .5s;
}
.zpzx_list .zpzx_sd .zpzx_txt{
	
}
.zpzx_list .zpzx_sd .zpzx_tag{
	font-size:18px;
}
.zpzx_list .zpzx_sd .zpzx_tag > ol{
	overflow:hidden;
	margin-left:-1em;
	margin-top:-.5em;
}
.zpzx_list .zpzx_sd .zpzx_tag > ol > li{
	float:left;
	padding:5px 12px;
	border-radius:5px;
	border:solid 1px var(--curColor);
	color:var(--curColor);
	margin-left:1em;
	margin-top:.5em;
}
.zpzx_list .zpzx_sd .zpzx_txt .zpzx_sw{
	line-height:1.75;
	font-size:16px;
}
.zpzx_list .is-open .zpzx_st{
	background:var(--curColor);
	color:#fff;
}
.zpzx_list .is-open .zpzx_st li.zpzx_sjt .zpzx_icon{
	background:rgba(255,255,255,.8);
	color:var(--curColor);
	transform:rotate(180deg);
}
.zpzx_list .is-open .zpzx_sd{
	max-height:800px;
}
.zpzx_list .is-open .zpzx_st:before{
	opacity:1;
}
.zpzx_list .zpzx_el .zpzx_st{
	transition:background-color .35s,color .35s;
	cursor:pointer;
}
.zpzx_list .zpzx_el:hover .zpzx_st{
	background:var(--curColor);
	color:#fff;
}
.zpzx_list .zpzx_el:hover .zpzx_st li.zpzx_sjt .zpzx_icon{
	background:rgba(255,255,255,1);
	color:var(--curColor);
}

/* 搜索结果页 */
.jieguo_box1{
	border-top:solid 1px #e5e5e5;
	margin-top:var(--headerHeight);
}
.jieguo_box1 .jieguo_tit{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	--iconSize:calc(30 / 24 * 1em);
	background:var(--curColor);
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	color:#fff;
	padding:10px 15px;
}
.jieguo_box1 .jieguo_tit .jieguo_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	border:solid 2px #fff;
	border-radius:50%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.jieguo_box1 .jieguo_tit .jieguo_icon .iconfont{
	font-size:calc(var(--iconSize) * .62);
}
.jieguo_box1 .jieguo_tit .jieguo_h{
	width:calc(100% - var(--iconSize) - .5em);
	font-weight:bold;
}
.jieguo_box1 .jieguo_tips span{
	color:red;
    padding:0 3px;
    font-weight:700;
}
.jieguo_list{
	--gap:calc(60 / var(--invarPx) * var(--centerWidth));
	--pd:20px;
	--col:2;
}
.jieguo_list ul{
	margin-left:calc(-1 * var(--gap));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.jieguo_list ul li{
	width:calc(100% / var(--col));
}
.jieguo_list ul li .jieguo_ss{
	display:block;
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	padding:var(--pd) 0;
	border-bottom:solid 1px #e5e5e5;
}
.jieguo_list ul li .jieguo_ss .jieguo_sh{
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:all .35s;
}
.jieguo_list ul li .jieguo_ss .jieguo_sh *{
	font-weight:inherit;
}
.jieguo_list ul li .jieguo_ss .jieguo_sw{
	font-size:15px;
	line-height:1.5;
	margin-top:.6em;
	color:#666;
	transition:all .35s;
}
.jieguo_list ul li .jieguo_ss:hover .jieguo_sh{
	color:var(--curColor);
}
.jieguo_list ul li .jieguo_ss:hover .jieguo_sw{
	color:#999;
}

/* 侧边栏 */
.fix_bar{
	position:fixed;
	right:2px;
	bottom:10%;
	z-index:940;
}
.fix_bar ul li{
	/* position:relative; */
	transition:opacity .35s;
}
.fix_bar ul li:last-child{
	opacity:0;
	pointer-events:none;
}
.fix_bar ul li + li{
	margin-top:6px;
}
.fix_bar ul li .fix_ss{
	display:block;
	width:50px;
	height:50px;
	border-radius:5px;
	background:rgba(var(--rgb),.8);
	position:relative;
	color:#fff;
}
.fix_bar ul li .fix_ss .fix_icon,
.fix_bar ul li .fix_ss .fix_txt{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.fix_bar ul li .fix_ss .fix_icon svg{
	display:block;
	max-width:52%;
	max-height:52%;
}
.fix_bar ul li .fix_ss.fix_tel .fix_icon svg{
	animation:t0 .6s infinite alternate;
}
.fix_bar ul li .fix_ss .fix_icon svg path{
	fill:#fff !important;
}
.fix_bar ul li .fix_ss .fix_txt{
	z-index:3;
	transform:scale(0);
	opacity:0;
	transition:all .35s
}
.fix_bar ul li .fix_ss .fix_txt i{
	width:30px;
	font-size:12px;
	text-align:center;
	line-height:1.2;
	letter-spacing:.1em;
}
.fix_bar ul li.fix_gzh .fix_ss .fix_txt i{
	width:100%;
}
.fix_bar ul li .fix_hide{
	position:absolute;
	top:0;
	right:100%;
	font-size:15px;
	color:#fff;
	display:none;
	padding-right:5px;
	width:150px;
	min-height:100%;
	--pdLeft:10px;
	--pdTop:calc(2 * var(--pdLeft));
	--iconSize:24px;
	--pds:7px;
	--qrSize:60px;
}
/* .fix_bar ul li .fix_hide:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:10px;
	height:10px;
	background:var(--curColor);
	transform:translate(50%,27px) rotate(45deg);
} */
.fix_bar .fix_hide .fix_wrap{
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,.16);
	border-radius:10px;
	overflow:hidden;
}
.fix_bar .fix_hide .fix_h{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background:var(--curColor);
	padding:8px;
}
.fix_bar .fix_hide .fix_con{
	padding:var(--pdTop) var(--pdLeft);
	color:#333;
}
.fix_bar .fix_hide .fix_el + .fix_el{
	margin-top:10px;
}
.fix_bar .fix_hide .fix_el{
	display:block;
	border:solid 1px #ccc;
	border-radius:4px;
	padding:var(--pds);
	transition:all .35s;
}
.fix_bar .fix_hide .fix_stit{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	transition:all .35s;
}
.fix_bar .fix_hide .fix_stit .fix_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.fix_bar .fix_hide .fix_stit .fix_icon img,
.fix_bar .fix_hide .fix_stit .fix_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.fix_bar .fix_hide .fix_stit .fix_icon svg path{
	fill:currentColor !important;
}
.fix_bar .fix_hide .fix_stit .fix_icon .iconfont{
	font-size:var(--iconSize);
}
.fix_bar .fix_hide .fix_stit .fix_sw{
	font-size:14px;
	width:100%;
}
.fix_bar .fix_hide .fix_stit .fix_icon ~ .fix_sw{
	width:calc(100% - var(--iconSize) - .3em);
}
.fix_bar .fix_hide.fix_hide_dhzx .fix_stit{
	color:#999;
}
.fix_bar .fix_hide.fix_hide_dhzx .fix_stit .fix_sw{
	font-size:13px;
}
.fix_bar .fix_hide.fix_hide_gzwm .fix_stit .fix_sw{
	font-size:13px;
	text-align:center;
	color:var(--curColor);
}
.fix_bar .fix_hide .fix_qr_img{
	display:block;
	width:var(--qrSize);
	height:var(--qrSize);
	margin-left:auto;
	margin-right:auto;
	margin-top:calc(.5 * var(--pds));
}
.fix_bar .fix_hide .fix_qr_img img{
	display:block;
	width:100%;
	height:100%;
}
.fix_bar .fix_hide .fix_tel_num{
	font-size:16px;
	font-weight:bold;
	color:var(--curColor);
	text-align:center;
	margin-top:.5em;
}
.fix_bar ul li .fix_hide_qr{
	padding:10px;
	top:0;
}
.fix_bar ul li .fix_hide_qr:before{
	transform:translate(50%,27px) rotate(45deg);
}
.fix_bar ul li .fix_hide_tel:before{
	top:50%;
	transform:translate(50%,-50%) rotate(45deg);
}
.fix_bar ul li .fix_hide_qr span{
	display:block;
	width:106px;
	height:106px;
}
.fix_bar ul li .fix_hide_qr span img{
	display:block;
	width:100%;
	height:100%;
}
.fix_bar ul li .fix_hide_tel{
	top:50%;
	width:180px;
	padding:10px 15px;
	transform:translateY(-50%);
}
@keyframes t0{
    from{-webkit-transform:rotate(15deg)}
    35%{-webkit-transform:rotate(0deg)}
    to{ -webkit-transform:rotate(15deg)}
}
.fix_bar .fix_hide .fix_con > .fix_img{
	display:block;
	overflow:hidden;
	font-size:100px;
	width:1em;
	height:1em;
	margin-left:auto;
	margin-right:auto;
}
.fix_bar .fix_hide .fix_con > .fix_img img{
	display:block;
	width:100%;
	height:100%;
}
.fix_bar .fix_hide.fix_hide_dhzx .fix_el{
	border:none;
	padding:0;
	text-align:center;
}
.fix_bar .fix_hide.fix_hide_dhzx .fix_tel_num{
	margin-top:0;
}

.fix_bar ul li:hover .fix_ss{
	background:var(--curColor);
}
.fix_bar ul li:hover .fix_ss .fix_icon{
	opacity:0;
}
.fix_bar ul li:hover .fix_ss .fix_txt{
	transform:scale(1);
	opacity:1;
}
.fix_bar ul li:hover .fix_hide{
	display:block;
}
.fix_bar .fix_hide .fix_el:hover{
	border-color:var(--curColor);
	background:#e8f1f8;
}






@media screen and (min-width:1681px){
	/* header */
	.menu > i {
		width:36px;
		left:4px;
	}
	.menu > i:before {
		-webkit-transform: translate(-50%, -12px);
				transform: translate(-50%, -12px);
	}
	.menu > i:after {
		-webkit-transform: translate(-50%, 12px);
				transform: translate(-50%, 12px);
	}
	
	/* 解决方案详情页 */
	.jjfax_s1 .jjfax_sr .jjfax_txt .jjfax_sw{
		--rows:7;
	}
}


@media screen and (max-width:1500px){
	:root{
		--centerPx:1160;
	}
	.nav_box > ul > li{
		padding:0 1vw;
	}
	
	/* 页脚 */
	.footer_box .footer_mid .footer_nav ul li + li,
	.footer_box .footer_mid .footer_info{
		margin-left:calc(50 / var(--invarPx) * var(--centerWidth));
	}
}


@media screen and (min-width:1200px){
	/* header */
	#hamburger,
	.menu_bg{
		display:none;
	}
	.nav_box > ul > li:hover > a:before{
		transform:scaleX(1);
		transition:all .35s;
	}
	.header_box.is-open.header_hover{
		color:#333;
		background:#fff;
		transition:color .35s,background-color .35s;
	}
	.header_box.is-open.header_hover .header_info ul li + li{
		border-color:rgba(0,0,0,.1);
	}
	.header_box.is-open.header_hover .menu > i:before,
	.header_box.is-open.header_hover .menu > i:after{
		background-color:var(--curColor);
	}
	.header_box.is-open.header_hover .nav_box ul > li.active > a{
		color:var(--curColor);
	}
	.header_box.is-open.header_hover .header_menu:before,
	.header_box.is-open.header_hover:before{
		background-color:rgba(0,0,0,.1);
	}
	.header_box.is-open.is-open.header_hover .logo .logo_bla{
		display:block;
	}
	.header_box.is-open.header_hover .logo .logo_whi{
		display:none;
	}
	.header_box.is-open.header_hover .nav_box > ul > li > a:before{
		background:var(--curColor);
	}
	.header_box.is-open.header_hover .tel_box .iconfont{
		color:var(--curColor);
	}
	.header_color.is-open .menu > i:before,
	.header_color.is-open .menu > i:after{
		background:var(--curColor);
	}
	.header_box:not(.is-open) .menu > i,
	.header_box:not(.is-open) .menu > i::before,
	.header_box:not(.is-open) .menu > i::after{
		background:var(--curColor);
	}
	.header_box.header_color:not(.is-open) .menu > i,
	.header_box.header_color:not(.is-open) .menu > i::before,
	.header_box.header_color:not(.is-open) .menu > i::after{
		background:#fff;
	}
	
	
	
	.header_box.is-open .menu_bg{
		height:100vh;
	}
	.header_box.is-open label.menu > i {
		background-color: transparent;
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	.header_box.is-open label.menu > i:before {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
				transform: translate(-50%, -50%) rotate(45deg);
	}
	.header_box.is-open label.menu > i:after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
				transform: translate(-50%, -50%) rotate(-45deg);
	}
	.header_box.is-open .header_r .header_wrap{
		opacity:1;
		pointer-events:auto;
	}
	.header_box.is-open:before{
		width:100%;
		opacity:1;
	}
	.header_box .header_link ul li.header_search .header_ss:hover{
		color:var(--curColor) !important;
	}
	.header_box .header_link ul li.header_en .header_ss:hover{
		background:var(--curColor) !important;
		border-color:var(--curColor) !important;
		color:#fff !important;
	}
	.header_box.header_hover:hover .header_link ul li:before{
		background:#000;
		opacity:.2;
	}
	.header_box.is-open .header_menu:before,
	.header_box.is-open .header_menu:after{
		visibility:hidden;
	}
	
	.home_body .header_box .logo{
		visibility:hidden;
		transition:all 0s;
	}
	.home_body .header_box.is-open .logo{
		visibility:visible;
	}
	.inner_body .header_box .logo{
		visibility:hidden;
		transition:all 0s;
	}
	.inner_body .header_box.is-open .logo{
		visibility:visible;
	}
	.inner_body .header_box.is-open.header_hover .header_menu:before,
	.inner_body .header_box.is-open.header_hover:before{
		background:#fff;
	}
	
	.header_box{
		pointer-events:none;
	}
	.header_box.is-open,
	.header_box .header_menu{
		pointer-events:auto;
	}
	.home_body{
		overflow:hidden;
	}
	
	/* 下拉菜单1 */
	.home_body .subnav1{
		border-top:none;
	}
	nav ul>li .subnav1{
		pointer-events:none;
	}
	nav ul>li:hover .subnav1{
		transform:scaleY(1);
		visibility:visible;
		opacity: 1;
		pointer-events:auto;
	}
	.subnav1 ol li dl dt a:hover,
	.subnav1 ol li dl dd a:hover{
		color:var(--curColor);
	}
	
	/* 下拉菜单 */
	nav ul>li .subnav{
		pointer-events:none;
	}
	nav ul>li:hover .subnav{
		transform:scaleY(1);
		visibility:visible;
		opacity: 1;
		pointer-events:auto;
	}
	.subnav ol li a:hover{
		color:var(--curColor);
	}
	
	/* 下拉菜单2 */
	nav ul>li:hover .subnav2{
		transform:scaleY(1);
		visibility:visible;
		opacity: 1;
		pointer-events:auto;
	}
	.subnav2 .subnav_def a:hover,
	.subnav2 .subnav_third ol li a:hover{
		color:var(--curColor);
	}
	
	/* 搜索框 */
	.search_box .search_top .search_close:hover{
		background:var(--curColor);
		color:#fff;
	}
	.search_box .search_bot input:focus{
		background:#fff;
		border-color:#333;
	}
	.search_box .search_bot .search_icon:hover{
		color:var(--curColor);
	}
	
	/* banner */
	.banner_box .swiper-slide .banner_img{
	    height:100vh;
	}
	.banner_box .swiper-slide .banner_img img{
	    height:100%;
	    object-fit:cover;
	}
	
	/* 更多2 */
	.bz_more2:hover::before{
		transform:scaleX(1);
		opacity:1;
		transition:all .5s;
	}
	.bz_more2:hover .bz_icon{
		transform:rotate(0deg);
	}
	.bz_more2:hover{
		color:#fff !important;
	}
	
	/* 产品中心 */
	.cp_section .sec_container,
	.jjfa_section .sec_container{
		padding-top:calc(0.5 * var(--headerHeight));
	}
	.cp_swiper .gallery-thumbs .swiper-slide:not(.swiper-slide-thumb-active) .cp_ss:hover{
		color:var(--curColor);
	}
	.cp_list > ul > li:hover{
		position:relative;
		z-index:8;
	}
	.cp_list .cp_ss:hover{
		color:#fff;
		z-index:5;
	}
	.cp_list .cp_ss:hover .cp_wrap,
	.cp_list .cp_ss:hover .cp_txt::before{
		background-color:transparent;
	}
	.cp_list .cp_ss:hover .cp_wrap{
		transition:background-color 0s;
	}
	.cp_list .cp_ss:hover .cp_txt{
		transform:translateX(calc(-1 * var(--pd)));
	}
	.cp_list .cp_ss:hover::before{
		transform:scaleY(1);
		opacity:1;
		transition:opacity .35s,transform .8s;
	}
	.cp_list .cp_ss:hover .cp_more{
		--y:0;
		opacity:1;
		transition-delay:.2s;
	}
	.cp_list .bz_more1.white_bg:hover{
		background:#fff;
		border-color:#fff;
		color:var(--curColor);
	}
	
	/* 解决方案 */
	.jjfa_swiper .jjfa_top .jjfa_ss:hover,
	.jjfa_nav .jjfa_ss:hover{
		color:var(--curColor);
	}
	.jjfa_swiper .jjfa_top .jjfa_ss:hover::after,
	.jjfa_nav .jjfa_ss:hover::after{
		transform:scaleX(1);
		opacity:1;
		transform-origin:left;
	}
	.jjfa_swiper .jjfa_bot .jjfa_ss:hover .jjfa_txt .jjfa_sh{
		color:var(--curColor);
	}
	.jjfa_swiper .jjfa_bot .jjfa_ss:hover .jjfa_txt .jjfa_icon{
		background:var(--subColor);
		color:#fff;
	}
	.jjfa_swiper .jjfa_bot .jjfa_ss:hover .jjfa_txt .jjfa_icon .iconfont{
		transform:rotate(0deg);
	}
	
	/* 新闻 */
	.xw_section .xw_con .xw_ss:hover{
		--alpha:1;
		color:var(--curColor);
	}
	.xw_section .xw_con .xw_l .xw_ss:hover .xw_date1{
		background:var(--subColor)
	}
	
	/* 关于我们 */
	.gywm_video_btn:hover{
		color:var(--subColor);
		--alpha:1;
	}
	.gywm_s1 .gywm_r .gywm_video_btn:hover ~ img{
		opacity:.8;
	}
	
	/* 视频弹出窗 */
	.pop_box .pop_close{
		opacity:0;
	}
	
	/* 页脚 */
	.footer_box a:hover{
		color:var(--curColor) !important;
	}
	
	/* 解决方案页 */
	.jjfa_list .jjfa_ss:hover{
		background:var(--curColor);
		color:#fff;
	}
	.jjfa_list .jjfa_ss:hover .jjfa_img::before{
		-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-64deg) translate3d(0,110%,0);
		transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-64deg) translate3d(0,110%,0);
	}
	.jjfa_list .jjfa_ss:hover .jjfa_img img{
		transform:scale(1);
	}
	.jjfa_list .jjfa_ss:hover .jjfa_txt .jjfa_st .iconfont{
		transform:rotate(0deg);
	}
	
	/* 解决方案详情页 */
	.jjfax_s3 .jjfax_con .jjfax_ss:hover{
		color:#fff;
		background-color:var(--curColor);
	}
	.jjfax_s3 .jjfax_con .jjfax_ss:hover .jjfax_st .jjfax_num{
		color:#fff;
	}
	
	/* 产品详情页 */
	.yyly_swiper .yyly_ss:hover{
		color:var(--curColor);
	}
	.al_list .al_ss:hover{
		color:var(--curColor);
	}
	
	/* 新闻列表页 */
	.xw_list ul li:hover{
		z-index:5;
	}
	.xw_list .xw_ss:hover{
		color:#fff;
	}
	.xw_list .xw_ss:hover::before{
		--scale:1;
		opacity:1;
		transition:all .8s;
	}
	.xw_list .xw_ss:hover::after{
		opacity:0;
	}
	.xw_list .xw_ss:hover .xw_txt .bz_more1{
		border-color:#fff;
		background:#fff;
	}
	
	/* 新闻详情页 */
	.side_xw_list ul li a:hover{
		color:var(--curColor);
	}
	
	/* 关于我们页 */
	.gywm_s1 .gywm_r > img{
		height:100%;
		object-fit:cover;
	}
	.gywm_s2 .gywm_bot .gywm_ss:hover{
		color:var(--curColor);
	}
	.gywm_s2 .gywm_bot .gywm_ss:hover::after{
		transform:scaleY(1);
		opacity:1;
		transition:all .6s;
	}
	.gywm_s2 .gywm_bot .gywm_ss:hover .gywm_num{
		--op3:.3;
	}
	.gywm_s2 .gywm_bot ul li:nth-of-type(1) .gywm_st{
		animation-delay:.2s;
	}
	.gywm_s2 .gywm_bot ul li:nth-of-type(2) .gywm_st{
		animation-delay:.4s;
	}
	.gywm_s2 .gywm_bot ul li:nth-of-type(3) .gywm_st{
		animation-delay:.6s;
	}
	.gywm_s2 .gywm_bot ul li:nth-of-type(4) .gywm_st{
		animation-delay:.8s;
	}
	.gywm_s2 .gywm_bot ul li:nth-of-type(5) .gywm_st{
		animation-delay:1s;
	}
	.gywm_s2 .gywm_bot ul li:nth-of-type(1) .gywm_num{
		animation-delay:0s;
	}
	.gywm_s2 .gywm_bot ul li:nth-of-type(2) .gywm_num{
		animation-delay:.2s;
	}
	.gywm_s2 .gywm_bot ul li:nth-of-type(3) .gywm_num{
		animation-delay:.4s;
	}
	.gywm_s2 .gywm_bot ul li:nth-of-type(4) .gywm_num{
		animation-delay:.6s;
	}
	.gywm_s2 .gywm_bot ul li:nth-of-type(5) .gywm_num{
		animation-delay:.8s;
	}
	
	/* 售后服务页 */
	.shfw_s2 .shfw_bot .shfw_ss:hover{
		box-shadow:0 0 calc(.5 * var(--gap)) rgba(0,0,0,.1);
		background:#fff;
	}
	
	/* 销售网络 */
	.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_filter ul li:not(.active) .xswl_ss:hover{
		border-color:var(--curColor);
		color:var(--curColor);
	}
	
	/* 三级导航 */
	.third_nav ul li:not(.active) .third_ss:hover{
		color:#333;
	}
	
	.inner_banner{
	    height:var(--innerBannerHeight);
	}
	nav ul>li .subnav2{
	    min-height:calc(var(--innerBannerHeight) - var(--headerHeight));
	}
	
	.inner_banav .isub_nav{
	    opacity:0 !important;
	    pointer-events:none !important;
	}

	/* 1201 */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~手机版~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@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;
		--headerHeight:60px;
	}
	/* .center_box{
		width:var();
	} */
	.pd_150{
		padding:1.7rem;
	}
	.pd_tb150{
		padding:1.7rem 0;
	}
	.pd_t150{
		padding-top:1.7rem;
	}
	.pd_b150{
		padding-bottom:1.7rem;
	}
	.pd_120{
		padding:1.4rem;
	}
	.pd_tb120{
		padding:1.4rem 0;
	}
	.pd_t120{
		padding-top:1.4rem;
	}
	.pd_b120{
		padding-bottom:1.4rem;
	}
	.pd_100{
		padding:1.2rem;
	}
	.pd_tb100{
		padding:1.2rem 0;
	}
	.pd_t100{
		padding-top:1.2rem;
	}
	.pd_b100{
		padding-bottom:1.2rem;
	}
	.pd_80{
		padding:1rem;
	}
	.pd_tb80{
		padding:1rem 0;
	}
	.pd_t80{
		padding-top:1rem;
	}
	.pd_b80{
		padding-bottom:1rem;
	}
	.pd_70{
		padding:.9rem;
	}
	.pd_tb70{
		padding:.9rem 0;
	}
	.pd_t70{
		padding-top:.9rem;
	}
	.pd_b70{
		padding-bottom:.9rem;
	}
	.pd_60{
		padding:.8rem;
	}
	.pd_tb60{
		padding:.8rem 0;
	}
	.pd_t60{
		padding-top:.8rem;
	}
	.pd_b60{
		padding-bottom:.8rem;
	}
	.pd_50{
		padding:.7rem;
	}
	.pd_tb50{
		padding:.7rem 0;
	}
	.pd_t50{
		padding-top:.7rem;
	}
	.pd_b50{
		padding-bottom:.7rem;
	}
	.pd_40{
		padding:.6rem;
	}
	.pd_tb40{
		padding:.6rem 0;
	}
	.pd_t40{
		padding-top:.6rem;
	}
	.pd_b40{
		padding-bottom:.6rem;
	}
	.pd_30{
		padding:.5rem;
	}
	.pd_tb30{
		padding:.5rem 0;
	}
	.pd_t30{
		padding-top:.5rem;
	}
	.pd_b30{
		padding-bottom:.5rem;
	}
	.pd_20{
		padding:.4rem;
	}
	.pd_tb20{
		padding:.4rem 0;
	}
	.pd_t20{
		padding-top:.4rem;
	}
	.pd_b20{
		padding-bottom:.4rem;
	}
	.pd_15{
		padding:.35rem;
	}
	.pd_tb15{
		padding:.35rem 0;
	}
	.pd_t15{
		padding-top:.35rem;
	}
	.pd_b15{
		padding-bottom:.35rem;
	}
	.pd_10{
		padding:.2rem;
	}
	.pd_tb10{
		padding:.2rem 0;
	}
	.pd_t10{
		padding-top:.2rem;
	}
	.pd_b10{
		padding-bottom:.2rem;
	}
	.mg_t150{
		margin-top:1.7rem;
	}
	.mg_b150{
		margin-bottom:1.7rem;
	}
	.mg_t100{
		margin-top:1.2rem;
	}
	.mg_b100{
		margin-bottom:1.2rem;
	}
	.mg_tb80{
		margin:1rem 0;
	}
	.mg_t80{
		margin-top:1rem;
	}
	.mg_b80{
		margin-bottom:1rem;
	}
	.mg_tb70{
		margin:.9rem 0;
	}
	.mg_t70{
		margin-top:.9rem;
	}
	.mg_b70{
		margin-bottom:.9rem;
	}
	.mg_tb60{
		margin:.8rem 0;
	}
	.mg_t60{
		margin-top:.8rem;
	}
	.mg_b60{
		margin-bottom:.8rem;
	}
	.mg_tb50{
		margin:.7rem 0;
	}
	.mg_t50{
		margin-top:.7rem;
	}
	.mg_b50{
		margin-bottom:.7rem;
	}
	.mg_tb40{
		margin:.6rem 0;
	}
	.mg_t40{
		margin-top:.6rem;
	}
	.mg_b40{
		margin-bottom:.6rem;
	}
	.mg_tb30{
		margin:.5rem 0;
	}
	.mg_t30{
		margin-top:.5rem;
	}
	.mg_b30{
		margin-bottom:.5rem;
	}
	.mg_tb20{
		margin:.4rem 0;
	}
	.mg_t20{
		margin-top:.4rem;
	}
	.mg_b20{
		margin-bottom:.4rem;
	}
	.mg_tb15{
		margin:.3rem 0;
	}
	.mg_t15{
		margin-top:.3rem;
	}
	.mg_b15{
		margin-bottom:.3rem;
	}
	.mg_tb10{
		margin:.2rem 0;
	}
	.mg_t10{
		margin-top:.2rem;
	}
	.mg_b10{
		margin-bottom:.2rem;
	}
	.menu{
		position:fixed;
		top:0;
		right:1%;
		width:44px;
		height:60px;
		z-index:10405;
	}
	.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:999;
		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 {
		/* background-color:#fff; */
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
				transform: translate(-50%, -50%) rotate(45deg);
	}
	.header-m-open label.menu > i:after {
		/* background-color:#fff; */
		-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;
	}
	:root{
		--centerWidth:90vw;
	}
	
	/* header */
	.header_box{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:900;
		padding-top:0;
		background:#fff;
		color:var(--curColor);
		box-shadow:0 0 20px rgba(0,0,0,.08);
	}
	.header_box .center_box{
		width:var(--centerWidth);
	}
	.header_box .subnav1 .center_box{
		width:100%;
	}
	.header_box > .center_box{
		height:60px;
		width:92vw;
	}
	.header_box .header_ops ul{
		--gap:min(15px,.3rem);
	}
	.header_box .logo img{
		max-height:30px;
		max-width:50vw;
	}
	.header_box .header_ops{
		margin-left:0;
		margin-right:40px;
	}
	.header_box.out,
	.header_box.scr{
		transform:translateY(0);
		opacity:1;
	}
	.header_box .header_menu:before,
	.header_box .header_menu:after{
		display:none;
	}
	.header_box .logo .logo_bla{
		display:block;
	}
	.header_box .logo .logo_whi{
		display:none;
	}
	.header_box .header_wrap{
		opacity:1;
		pointer-events:auto;
	}
	.header_box .header_menu{
		width:auto;
	}
	.header_box .header_link{
		--gapRight:45px;
		--iconSize:25px;
		--gap:.4rem;
		margin-left:0;
	}
	.header_box .header_link ul li:before{
		background:rgba(0,0,0,.3);
		height:auto;
		top:.1em;
		bottom:.1em;
	}
	.header_box .header_link ul li.header_en .header_ss{
		font-size:15px;
	}
	.header_box.header_color .header_link ul li,
	.header_box.header_hover .header_link ul li{
		color:var(--curColor);
	}
	.header_height{
		height:var(--headerHeight);
	}
	.search_box{
		--closeIcon:40px;
	}
	.search_box .search_top .search_close{
		color:var(--curColor);
	}
	
	
	
	.nav_box{
		position:fixed;
		width:100%;
		height:100vh;
		top:-100vh;
		left:0;
		z-index:9997;
		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:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		z-index:5;
		width:100%;
		height:100px;
		background:-webkit-linear-gradient(top,#fff,rgba(255,255,255,0));
		background:linear-gradient(to bottom,#fff,rgba(255,255,255,0));
		pointer-events:none;
	}
	.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;
	}
	.nav_box>ul>li + li{
		margin-left:0;
	}
	.nav_box>ul>li>a{
		font-size:18px;
		color:#191919;
		display:block;
		padding:1vh 10px;
		position:static;
		height:auto;
		text-align:left;
	}
	.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 + 11px);
		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.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 .subnav1{
		position:static;
		width:100%;
		border-top:none;
		box-shadow:none;
		-webkit-transform: perspective(300px) scaleY(0) translateZ(30px);
	    transform: perspective(300px) scaleY(0) translateZ(30px);
	    visibility: hidden;
	    opacity: 0; 
	    -webkit-transform-origin: top;
	    transform-origin: top;
	    -webkit-transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease,height 500ms ease,max-height 500ms ease;
	    transition:opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease,height 500ms ease,max-height 500ms ease;
	    -webkit-transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease,height 500ms ease,max-height 500ms ease;
	    transition:opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease,height 500ms ease,max-height 500ms ease;
	    transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,height 500ms ease,max-height 500ms ease;
	    transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease,height 500ms ease,max-height 500ms ease;
	    transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease,height 500ms ease,max-height 500ms ease;
		max-height:0;
		margin-left:0;
		padding:0 20px;
	
	}
	
	nav ul>li.current .subnav1,
	nav ul>li.current .subnav2{
		-webkit-transform: perspective(300px) scaleY(1) translateZ(0);
	    transform: perspective(300px) scaleY(1) translateZ(0);
	    visibility: visible;
	    opacity: 1;
		max-height:460px;
	}
	
	.nav_box>ul>li>a:after{
		transition:all .35s;
	}
	.nav_box>ul>li>a *{
		font-weight:bold;
	}
	.subnav1{
		--gap:.6rem;
		--col:3;
	}
	.subnav1 .subnav_ol{
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
	}
	.subnav1 ol{
		margin-top:0;
	}
	.subnav1 ol li{
		width:auto;
		margin-top:.2rem;
	}
	.subnav1 ol li dl dd{
		display:none;
	}
	.subnav1 ol li dl dt{
		font-size:15px;
		border-bottom:none;
		padding-bottom:0;
	}
	.subnav1 ol li dl dt .subnav_icon,
	.subnav2 .subnav_def a .subnav_icon{
		display:none;
	}
	.subnav1 ol li dl dt .subnav_sw,
	.subnav2 .subnav_def a .subnav_sw{
		font-weight:normal;
	}
	.subnav1 ol li dl dt .subnav_icon ~ .subnav_sw,
	.subnav2 .subnav_def a .subnav_icon ~ .subnav_sw{
		margin-left:0;
	}
	nav ul>li .subnav1,
	nav ul>li .subnav2{
		background:none;
		display:none;
	}
	
	/* banner */
	.banner_box .mask_array{
		display:none;
	}
	
	/* 首页 */
	.section:not(.banner_box) .sec_container{
		padding:1rem 0;
	}
	
	/* 产品中心 */
	.cp_swiper .swiper-button.swiper-button-bz{
		--swPos:0px;
		top:calc(var(--imgHeight) / 2);
	}
	
	/* 解决方案 */
	.jjfa_swiper .jjfa_top{
		--col:3;
		--gap:10px;
	}
	.jjfa_swiper .jjfa_top .swiper-slide{
		width:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
		margin-right:var(--gap);
	}
	.jjfa_swiper .jjfa_bot .swiper-li .swiper-slide-active .jjfa_ss{
		box-shadow:none;
	}
	.jjfa_swiper .jjfa_bot .jjfa_ss .jjfa_txt{
		background:#f7f7f7;
	}
	
	/* 页脚 */
	.footer_box .footer_top .footer_logo img{
		max-height:30px;
		max-width:50vw;
	}
	.footer_box .footer_mid .footer_nav{
		display:none;
	}
	.footer_box .footer_mid .footer_info{
		margin-left:0;
	}
	.footer_box .footer_bot{
		--lGap:0px;
		--rGap:.5rem;
		line-height:1.7;
	}
	.footer_box .footer_bot .footer_bl > *{
		display:block;
	}
	.footer_box .footer_bot .footer_br{
		width:100%;
	}
	
	/* 内页-banner */
	.inner_banner .inner_b_txt{
		padding-top:0;
	}
	
	/* 内页-二级导航 */
	.inner_banav .isub_nav{
		position:relative;
		bottom:auto;
		margin-top:.7rem;
		animation-name:none;
	}
	.inner_loc{
		display:none;
	}
	.inner_banner .inner_b_txt .inner_b_ce{
		padding-bottom:0;
	}
	
	/* 列表翻页 */
	.list_pages .pagination > *{
		display:none !important;
	}
	.list_pages .pagination li.pg_prev,
	.list_pages .pagination li.pg_next{
		display:inline-block !important;
	}
	.list_pages .pagination .disabled{
		opacity:.6;
	}
	
	/* 内容翻页 */
	.ipn_page .ipn_return{
		display:none;
	}
	.ipn_page .inner_pnpage>a span,
	.ipn_page .inner_pnpage>a p,
	.ipn_page .ipn_return span{
		font-size:15px;
	}
	.ipn_page .inner_pnpage>a p{
		max-width:calc(var(--centerWidth) - 62px);
	}
	
	/* 新闻详情页 */
	.xqy_box1 .xqy_l{
		width:100%;
	}
	.xqy_box1 .xqy_r{
		display:none;
	}
	.xqy_container .xqy_title .xqy_info{
		--itemGap:.6rem;
	}
	.xqy_container .xqy_title .xqy_h{
		font-size:.48rem;
	}
	
	/* 标题3 */
	.bz_tit3.center_tit .bz_exp{
		width:100%;
	}
	
	/* 售后服务页 */
	.shfw_s2 .shfw_bot ul li{
		flex-grow:1;
	}
	
	/* 关于我们页 */
	.gywm_s2 .gywm_bot{
		--iconSize:1.2rem;
		overflow:hidden;
		padding:.5rem 0;
	}
	.gywm_s2 .gywm_bot .gywm_ss::before,
	.gywm_s2 .gywm_bot ul::after{
		display:none;
	}
	.gywm_s2 .gywm_bot .gywm_num{
		display:none;
	}
	.gywm_s2 .gywm_bot ul{
		--col:2;
		--gap:.4rem;
		--pd:.4rem;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		margin-top:calc(-1 * var(--gap));
		margin-left:calc(-1 * var(--gap));
	}
	.gywm_s2 .gywm_bot ul li{
		width:calc(100% / var(--col));
		margin-top:var(--gap);
	}
	.gywm_s2 .gywm_bot .gywm_ss{
		margin-left:var(--gap);
		width:calc(100% - var(--gap));
		border:solid 1px rgba(255,255,255,.3);
	}
	.gywm_s2 .gywm_bot .gywm_st .gywm_sw{
		min-height:auto;
		font-size:.36rem;
	}
	.gywm_s2 .gywm_bot .gywm_st .gywm_sh{
		font-size:.44rem;
	}
	.yfzx_swiper{
		
	}
	.yfzx_swiper .yfzx_top{
		--col:3;
		--fontSize:.38rem;
		position:relative;
		z-index:3;
	}
	.yfzx_swiper .yfzx_top .swiper-slide{
		-webkit-flex:0 0 auto;
		flex:0 0 auto;
		width:calc(100% / var(--col));
	}
	.yfzx_swiper .yfzx_top .yfzx_ss{
		position:relative;
	}
	.yfzx_swiper .yfzx_top .yfzx_ss::before{
		content:"";
		position:absolute;
		width:100%;
		height:3px;
		background:var(--curColor);
		left:0;
		bottom:0;
		transform:scaleX(0);
		opacity:0;
	}
	.yfzx_swiper .yfzx_top .swiper-slide-thumb-active .yfzx_ss::before{
		transform:scaleX(1);
		opacity:1;
		transition:all .5s;
	}
	.yfzx_swiper .yfzx_top .yfzx_lines{
		margin-top:-2px;
	}
	.yfzx_swiper .yfzx_top .yfzx_lines .yfzx_line{
		display:none;
	}
	.yfzx_swiper .yfzx_bot{
		--imgWidth:calc(var(--centerWidth) * .5);
		--numWidth:.4rem;
	}
	.yfzx_swiper .yfzx_bot .yfzx_ss{
		padding:var(--pdTop);
	}
	.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_num{
		display:none;
	}
	
	/* 人才招聘页 */
	.zpzx_list .zpzx_st li.zpzx_sxz,
	.zpzx_list .zpzx_st li.zpzx_sxl,
	.zpzx_list .zpzx_st li.zpzx_sdd,
	.zpzx_list .zpzx_st li.zpzx_srs,
	.zpzx_list .zpzx_st li.zpzx_sbm{
		display:none;
	}
	.zpzx_list .zpzx_st li.zpzx_szw{
		width:calc(95% - 40px);
	}
	
	.zxx_s1 .zxx_wrap .zxx_blo{
		display:none;
	}
	
	/* 搜索结果页 */
	.jieguo_box1{
		margin-top:0;
	}
	
	.jrwm_s2 .jrwm_top{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.jrwm_s2 .jrwm_top .jrwm_search{
		--inpHeight:42px;
		width:100%;
		margin-top:.5rem;
	}
	.jrwm_s2 .jrwm_top .jrwm_search input{
		width:100%;
	}
	
	/* 搜索结果页 */
	.jieguo_box1 .jieguo_tit{
		--iconSize:26px;
	}
	.jieguo_box1 .jieguo_tit .jieguo_icon{
		border-width:1px;
	}
	.jieguo_list{
		--gap:.3rem;
		--pd:.4rem;
		--col:1;
	}
	
	/* 网站声明 */
	.tk_box1{
		padding-top:.3rem;
	}
	.tk_box1 .xqy_container .xqy_title .xqy_h{
		font-size:.38rem;
	}
	
	
	

	
	
	
}

@media screen and (max-width:895px){
	/* 关于我们 */
	.gywm_s1{
		--rWidth:var(--centerWidth);
		--rHeight:calc(.5 * var(--rWidth));
		--cover:0px
		--gap:0px;
		--counterSize:.6rem;
	}
	.gywm_s1 .gywm_l{
		width:100%;
		padding:0;
	}
	.gywm_s1 .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.gywm_s1 .gywm_l .gywm_lb{
		margin-top:.4rem;
	}
	.gywm_s1 .gywm_r{
		margin-top:.6rem;
	}
	
	/* 产品详情页 */
	.cpx_s1{
		--imgWidth:var(--centerWidth);
	}
	.cpx_s1 .cpx_sr{
		width:100%;
		margin-top:.6rem;
	}
	.cpx_s1 .cpx_sr .cpx_txt .cpx_sw{
		min-height:auto;
	}
	
	/* 解决方案详情页 */
	.jjfax_box1 .jjfax_top{
		padding-top:.5rem;
	}
	.jjfax_s1{
		--imgWidth:var(--centerWidth);
	}
	.jjfax_s1 .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.jjfax_s1 .jjfax_sr{
		width:100%;
		min-height:auto;
		margin-top:.5rem;
	}
	.jjfax_s1 .jjfax_sr .jjfax_txt .jjfax_sw{
		min-height:auto;
	}
	
	/* 销售网络页 */
	.xswl_box1 .xswl_con{
		--iconSize:40px;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.xswl_box1 .xswl_con .xswl_l{
		width:100%;
	}
	.xswl_box1 .xswl_con .xswl_r{
		width:100%;
		margin-top:.8rem;
	}
	
	/* 服务能力页 */
	.fwzc_s1 .center_box{
		-webkit-flex-direction:column-reverse;
		flex-direction:column-reverse;
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.fwzc_s1 .fwzc_sl,
	.fwzc_s1 .fwzc_sr{
		width:100%;
	}
	
	
}

@media screen and (max-width:767px){
	:root{
		--swbtnSize:40px;
	}
	/* header */
	.search_box{
		--inpHeight:44px;
	}
	.search_box .search_bot{
		width:90%;
	}
	.search_box .search_bot input{
		font-size:.38rem;
	}
	
	/* banner */
	.banner_box .swiper-slide .banner_txt img{
		max-width:100%;
	}
	.banner_box .swiper-pagination.swiper-pagination-bz{
		--swdotBeishu:5;
		bottom:3vw;
	}
	.banner_box .swiper-pagination.swiper-pagination-bz .swiper-pagination-bullet{
		margin:0 var(--swdotHeight);
	}
	
	/* 标题1 */
	.bz_tit1{
		font-size:.36rem;
	}
	
	/* 更多2 */
	.bz_more2{
		font-size:15px;
		padding:0 calc(20 / 50 * var(--moreHeight))
	}
	.ww_top .bz_more2{
		transform:translateY(-.1rem);
	}
	
	/* 产品中心 */
	.cp_swiper .swiper-li,
	.jjfax_box1 .jjfax_bot .jjfax_con{
		padding-bottom:calc(var(--swbtnSize) + .5rem);
	}
	.cp_swiper .cp_bot{
		margin-top:.5rem;
	}
	.cp_list .swiper-slide{
		padding:0;
	}
	.cp_list .cp_ss{
		padding:0;
	}
	.cp_swiper .gallery-thumbs .cp_ss{
		padding:.5em;
	}
	.cp_section .cp_con,
	.jjfa_section .jjfa_con{
		margin-top:.6rem;
	}
	.cp_list,
	.cp_swiper .cp_bot,
	.cptj_swiper{
		--col:2;
		--gap:10px;
		--pd:0px;
	}
	.cp_list .cp_ss .cp_img,
	.cp_list .cp_ss .cp_txt{
		padding:.3rem;
	}
	.cp_list .cp_ss .cp_txt .cp_sw{
		margin-top:.3em;
	}
	.cp_swiper .swiper-button.swiper-button-bz,
	.cptj_swiper .swiper-button.swiper-button-bz{
		top:auto;
		bottom:0;
		margin-top:0;
		--swPos:calc(47% - var(--swbtnSize));
	}
	
	/* 解决方案 */
	.jjfa_section{
		overflow:hidden;
	}
	.jjfa_swiper .jjfa_top .jjfa_ss,
	.jjfa_nav .jjfa_ss{
		font-size:calc(14px + 4 / var(--invarPx) * var(--centerWidth));
	}
	.jjfa_swiper .jjfa_bot{
		--cover:20vw;
		--imgWidth:calc((var(--centerWidth) + var(--cover) * 2) / var(--col));
		--txtHeight:calc(1rem / var(--beishu));
		--fontSize:calc(.38rem / var(--beishu));
		margin-left:calc(-1 * var(--cover));
		margin-right:calc(-1 * var(--cover));
	}
	.jjfa_swiper .jjfa_bot .jjfa_ss .jjfa_txt .jjfa_icon{
		display:none;
	}
	.jjfa_swiper .jjfa_bot .jjfa_ss .jjfa_txt .jjfa_sh{
		max-width:100%;
	}
	
	/* 资讯中心 */
	.xw_section .xw_con{
		--lWidth:var(--centerWidth);
		--pd:.4rem;
		margin-top:.6rem;
	}
	.xw_section .xw_con .xw_ss{
		font-size:.36rem;
	}
	.xw_section .xw_con .xw_l .xw_ss .xw_txt{
		height:auto;
		padding:var(--pd);
	}
	.xw_section .xw_con .xw_r{
		width:100%;
		margin-top:.4rem;
	}
	.xw_section .xw_con .xw_r .xw_ss .xw_sw{
		--clampRows:1;
		margin-top:.3em;
	}
	
	/* 关于我们 */
	.gywm_s1 .gywm_l .gywm_lb{
		font-size:.36rem;
	}
	.gywm_s1 .gywm_l .gywm_lt .gywm_sw,
	.gywm_s1 .gywm_l .gywm_lt .bz_more2{
		margin-top:.3rem;
	}
	.gywm_s1 .gywm_l .gywm_lb{
		margin-top:.6rem;
	}
	
	/* 页脚 */
	.footer_box .footer_top .footer_logo{
		display:none;
	}
	.footer_box .footer_mid{
		--qrSize:2.4rem;
		--qrGap:.3rem;
	}
	.footer_box .footer_mid .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.footer_box .footer_top .footer_fri{
		--width:180px;
		--height:40px;
		--pd:10px;
	}
	.footer_mid .footer_info{
		font-size:.36rem;
	}
	.footer_box .footer_mid .footer_qr{
		padding-top:.4rem;
	}
	.footer_box .footer_bot{
		--rGap:.5rem;
	}
	
	/* 列表翻页 */
	.list_pages .pagination li a,
	.list_pages .pagination li span{
		height:42px;
		line-height:40px;
		font-size:16px;
	}
	
	/* 内页-二级导航 */
	.inner_banav, .isub_nav_box{
		--innavHeight:40px;
	}
	.isub_nav .swiper-slide a{
		padding-left:.2rem;
		padding-right:.2rem;
	}
	.isub_nav .swiper-slide a .isub_sw{
		font-size:.36rem;
	}
	.isub_nav .swiper-slide a .isub_icon{
		display:none;
		--innavIcon:.56rem;
	}
	.isub_nav .swiper-slide a .isub_icon ~ .isub_sw{
		margin-left:0;
	}
	
	/* 产品详情页 */
	.cpx_s1{
		--simgCol:3;
		padding-top:.6rem;
	}
	.bz_tit2{
		--borWidth:3px;
	}
	.bz_tit2,
	.cpx_s1 .cpx_sr .cpx_st .cpx_h{
		font-size:.5rem;
	}
	.cpx_s1 .cpx_sr .cpx_txt .cpx_sw{
		font-size:.38rem;
	}
	.cpx_s1 .cpx_sr .bz_more2{
		margin-top:.6rem;
	}
	.cpx_s2 .cpx_sl{
		width:100%;
	}
	.cpx_s2 .cpx_sl .cpx_wrap{
		width:var(--centerWidth);
		padding-right:0;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	.cpx_s2 .cpx_sl .cpx_wrap .cpx_sw,
	.jjfax_s2 .jjfax_txt,
	.jjfax_s1 .jjfax_sr .jjfax_txt .jjfax_sw .jjfax_s3 .jjfax_con .jjfax_ss,
	.cpx_s1 .cpx_sr .cpx_txt .cpx_sw, .cpx_s3 .cpx_txt,
	.yyly_swiper .yyly_ss .yyly_sw{
		font-size:.38rem;
	}
	.yyly_swiper{
		--col:1;
		--gap:15px;
	}
	.yyly_swiper .yyly_ss .yyly_sw{
		margin-top:.6em;
	}
	.al_list{
		--col:2;
		--gap:10px;
	}
	.al_list .al_ss .al_txt{
		padding:.3rem;
	}
	.al_list .al_ss .al_txt .al_sh{
		font-size:.44rem;
	}
	.al_list .al_ss .al_txt .bz_more1{
		margin-top:.2em;
	}
	.bz_more1{
		font-size:15px;
	}
	
	/* 解决方案页 */
	.jjfa_nav{
		--col:3;
		--gapTop:var(--gapLeft);
	}
	.jjfa_list{
		--col:1;
		--gap:.4rem;
		font-size:15px;
	}
	
	/* 解决方案详情页 */
	.jjfax_s3{
		--col:1;
		--gap:.4rem;
		--pd:.4rem;
	}
	.jjfax_s3 .jjfax_con .jjfax_ss{
		font-size:.38rem;
	}
	.jjfax_s3 .jjfax_con .jjfax_ss .jjfax_st .jjfax_num{
		font-size:calc(40 / 16 * 1em);
	}
	.jjfax_box1 .jjfax_bot .jjfax_con{
		margin-top:.5rem;
	}
	
	/* 新闻列表页 */
	.xw_list{
		--imgWidth:var(--centerWidth);
		--pd:.5rem;
	}
	.xw_list .xw_ss{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.xw_list .xw_ss .xw_txt{
		width:100%;
		margin-top:.3rem;
		font-size:.38rem;
	}
	.xw_list .xw_ss .xw_txt .xw_date{
		margin-top:.3em;
	}
	.xw_list .xw_ss .xw_txt .bz_more1{
		margin-top:1em;
	}
	
	/* 标题3 */
	.bz_tit3{
		font-size:calc(48 / 30 * .36rem);
	}
	.bz_tit3 .bz_exp{
		font-size:.36rem;
	}
	
	/* 售后服务页 */
	.shfw_s1{
		--col:1;
		--gap:.4rem;
		--cirSize:80px;
		--pd:.4rem;
		--slGap:.4rem;
	}
	.shfw_s1 .shfw_con .shfw_ss .shfw_sr{
		-webkit-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_qr{
		margin-top:.2rem;
	}
	.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_qr ~ .shfw_txt{
		width:100%;
	}
	.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_txt .shfw_sh{
		font-size:.46rem;
	}
	.shfw_s1 .shfw_con .shfw_ss .shfw_sr .shfw_txt .shfw_sw{
		font-size:.36rem;
		margin-top:.5em;
	}
	.shfw_s2 .shfw_bot{
		--col:2;
		--gap:.3rem;
		--pd:.5rem;
		--iconSize:1.2rem;
	}
	.shfw_s2 .shfw_bot .shfw_ss .shfw_sw{
		font-size:.4rem;
		margin-top:.5em;
	}
	
	/* 标题4 */
	.bz_tit4{
		font-size:.5rem;
	}
	
	/* 销售网络页 */
	.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_filter{
		--col:4;
		--gap:.2rem;
	}
	.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_filter .xswl_ss{
		font-size:.38rem;
	}
	.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res{
		--pd:.5rem;
	}
	.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res .xswl_view .bz_tit4{
		font-size:.42rem;
	}
	.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res .xswl_sw{
		font-size:.36rem;
		margin-top:.4em;
	}
	.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res .xswl_view{
		height:auto;
	}
	
	/* 服务能力页 */
	.fwzc_box1{
		padding-top:.3rem;
	}
	.fwzc_box1 .fwzc_exp{
		font-size:.36rem;
	}
	
	.fwzc_s1 .fwzc_sl{
		padding:.5rem;
	}
	.fwzc_s1 .bz_tit4{
		font-size:.44rem;
	}
	.fwzc_s1 .fwzc_sl .fwzc_el + .fwzc_el{
		margin-top:.4rem;
	}
	.fwzc_s1 .fwzc_sl .fwzc_sw{
		font-size:.36rem;
	}
	
	/* 服务成果页 */
	.al_swiper{
		--overWidth:80vw;
	}
	
	/* 技术支持页 */
	.zxzc_s1 iframe{
		height:120vw !important;
	}
	.zxzc_s2{
		--qrSize:calc(100px + 60 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 关于我们页 */
	.gywm_box1 .gywm_exp{
		font-size:.36rem;
	}
	.fzlc_swiper .fzlc_top .gallery-top{
		width:100%;
	}
	.fzlc_swiper .fzlc_top .fzlc_ss{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_txt{
		margin-left:0;
		margin-top:.5rem;
	}
	.fzlc_swiper .fzlc_top .swiper-button.swiper-button-bz{
		top:calc(var(--imgHeight) / 2);
	}
	.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_txt .fzlc_num{
		font-size:.8rem;
	}
	.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_txt .fzlc_sw{
		margin-top:.2em;
	}
	
	.zzzs_swiper .gallery-thumbs .zzzs_ss{
		font-size:.38rem;
	}
	.zzzs_swiper .gallery-top{
		--cover:50vw;
		--Width:calc(var(--centerWidth) + 2 * var(--cover));
		margin-left:calc(-1 * var(--cover));
		margin-right:calc(-1 * var(--cover));
	}
	.zzzs_swiper .swiper-button.swiper-button-bz{
		--swPos:28%;
	}
	.zzzs_swiper .swiper-li .zzzs_txt{
		font-size:.38rem;
	}
	
	.fczs_swiper{
		--col:1;
		--gap:20px;
	}
	.fczs_swiper .fczs_ss .fczs_sw{
		font-size:.4rem;
	}
	
	.yfzx_swiper .yfzx_bot{
		--imgWidth:calc(var(--centerWidth) - 2 * var(--pdTop));
		--pdTop:.5rem;
	}
	.yfzx_swiper .yfzx_bot .yfzx_ss{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_txt{
		width:100%;
	}
	.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_txt .yfzx_sh{
		font-size:.46rem;
	}
	.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_txt .yfzx_sw{
		font-size:.38rem;
	}
	.yfzx_swiper .yfzx_bot .yfzx_ss .yfzx_img{
		margin-top:.5rem;
	}
	
	
	.gywm_counter2{
		--counterSize:.8rem;
		padding:.4rem;
	}
	.gywm_counter2 .gywm_sd{
		font-size:.36rem;
	}
	
	
	.gywm_s6 .gywm_con{
		--col:1;
		--gap:20px;
		--pd:.4rem;
	}
	.gywm_s6 .gywm_con .gywm_ss .gywm_sh{
		font-size:.44rem;
	}
	.gywm_s6 .gywm_con .gywm_ss .gywm_info{
		font-size:.36rem;
		padding-top:.1rem;
	}
	.gywm_s6 .gywm_con .swiper-button.swiper-button-bz{
		top:calc(250 / 500 * var(--imgWidth) / 2);
	}
	
	/* 联系我们页 */
	.lxwm_s1 .lxwm_con .lxwm_tit .lxwm_sh{
		font-size:.44rem;
	}
	.lxwm_s2 #dituContent{
		height:60vw;
	}
	#dituContent .BMap_bubble_pop .ditu_sw{
		font-size:.36rem;
	}
	.bmap-container .BMap_bubble_pop{
		width:260px !important;
	}
	.lxwm_s1{
		--pd:.5rem;
		--qrSize:calc(100px + 80 / var(--invarPx) * var(--centerWidth));
		--qrGap:.3rem;
		--iconSize:36px;
	}
	.lxwm_s1 .lxwm_con .lxwm_tit .lxwm_sw,
	.lxwm_s1 .lxwm_sdr ul li > p{
		font-size:15px;
	}
	.lxwm_s1 .lxwm_sdr ul li > p{
		font-size:.36rem;
	}
	.lxwm_s1 .lxwm_sd{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.lxwm_s1 .lxwm_sdl,
	.lxwm_s1 .lxwm_sdr{
		width:100%;
	}
	.lxwm_s1 .lxwm_sdl > ul > li{
		width:100% !important;
	}
	.lxwm_s1 .lxwm_sdr{
		margin-top:.5rem;
	}
	.lxwm_s1 .lxwm_sdl > ul > li .lxwm_sr{
		font-size:15px;
		line-height:normal;
		margin-top:8px;
	}
	
	
	/* 留言 */
	.liuyan_box{
		--borderWidth:.1rem;
	}
	.liuyan_form > ul{
		--mgTop:var(--gap);
	}
	.liuyan_form > ul > li,
	.liuyan_form > ul > .liuyan_c2,
	.liuyan_form > ul > .liuyan_c3,
	.liuyan_form > ul > .liuyan_c4{
		width:100%;
	}
	.liuyan_form > ul > li .liuyan_ss .liuyan_img img{
		height:calc(4 / 5 * var(--inputH));
	}
	.liuyan_form > ul > li .liuyan_ss input[type="text"],
	.liuyan_form > ul > li .liuyan_ss textarea{
		font-size:15px;
	}
	.liuyan_form > ul > li .liuyan_ss textarea{
		padding-bottom:.3rem;
	}
	.liuyan_form .liuyan_btn{
		margin-top:.4rem;
	}
	.liuyan_form .liuyan_btn{
		font-size:18px;
	}
	.liuyan_box .liuyan_sh{
		font-size:.44rem;
	}
	
	/* 人才招聘页 */
	.jrwm_s1{
		--iconSize:20px;
	}
	.jrwm_s1 .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.jrwm_s1 .jrwm_l,
	.jrwm_s1 .jrwm_r{
		width:100%;
	}
	.jrwm_s1 .jrwm_l .jrwm_pos{
		padding:.4rem;
	}
	.jrwm_s1 .jrwm_r .jrwm_sh:before{
		display:none;
	}
	.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sr{
		font-size:15px;
	}
	.zpzx_list .zpzx_ul > li + li{
		margin-top:.3rem;
	}
	.zpzx_list .zpzx_st,
	.zpzx_list .zpzx_sd .zpzx_txt{
		padding-left:.4rem;
		padding-right:.4rem;
	}
	.zpzx_list .zpzx_st li.zpzx_szw .zpzx_sh{
		font-size:17px;
	}
	.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon{
		font-size:32px;
	}
	
	/* 人才招聘 */
	.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_cn{
		font-size:.42rem;
	}
	.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_en{
		font-size:.36rem;
		margin-top:.2em;
	}
	.jrwm_s1 .jrwm_r{
		padding:.6rem;
	}
	.jrwm_s1 .jrwm_r .jrwm_sh{
		font-size:.48rem;
	}
	.jrwm_s1 .jrwm_r .jrwm_info{
		margin-top:.4rem;
	}
	.jrwm_s1 .jrwm_r .jrwm_info > ul > li + li{
		margin-top:.2rem;
	}

	/* 网站声明 */
	.tk_box1{
		padding-top:.5rem;
	}
	.tk_box1 .xqy_container .xqy_title .xqy_h{
		font-size:.48rem;
	}
	

	
	
	
	/* 766 */
}

@media screen and (min-width:768px) and (max-width:1199px){
	.pd_150{
		padding:1.5rem;
	}
	.pd_tb150{
		padding:1.5rem 0;
	}
	.pd_t150{
		padding-top:1.5rem;
	}
	.pd_b150{
		padding-bottom:1.5rem;
	}
	.pd_120{
		padding:1.2rem;
	}
	.pd_tb120{
		padding:1.2rem 0;
	}
	.pd_t120{
		padding-top:1.2rem;
	}
	.pd_b120{
		padding-bottom:1.4rem;
	}
	.pd_100{
		padding:1rem;
	}
	.pd_tb100{
		padding:1rem 0;
	}
	.pd_t100{
		padding-top:1rem;
	}
	.pd_b100{
		padding-bottom:1rem;
	}
	.pd_80{
		padding:.8rem;
	}
	.pd_tb80{
		padding:.8rem 0;
	}
	.pd_t80{
		padding-top:.8rem;
	}
	.pd_b80{
		padding-bottom:.8rem;
	}
	.pd_70{
		padding:.7rem;
	}
	.pd_tb70{
		padding:.7rem 0;
	}
	.pd_t70{
		padding-top:.7rem;
	}
	.pd_b70{
		padding-bottom:.7rem;
	}
	.pd_60{
		padding:.6rem;
	}
	.pd_tb60{
		padding:.6rem 0;
	}
	.pd_t60{
		padding-top:.6rem;
	}
	.pd_b60{
		padding-bottom:.6rem;
	}
	.pd_50{
		padding:.5rem;
	}
	.pd_tb50{
		padding:.5rem 0;
	}
	.pd_t50{
		padding-top:.5rem;
	}
	.pd_b50{
		padding-bottom:.5rem;
	}
	.pd_40{
		padding:.4rem;
	}
	.pd_tb40{
		padding:.4rem 0;
	}
	.pd_t40{
		padding-top:.4rem;
	}
	.pd_b40{
		padding-bottom:.4rem;
	}
	.pd_30{
		padding:.3rem;
	}
	.pd_tb30{
		padding:.3rem 0;
	}
	.pd_t30{
		padding-top:.3rem;
	}
	.pd_b30{
		padding-bottom:.3rem;
	}
	.pd_20{
		padding:.2rem;
	}
	.pd_tb20{
		padding:.2rem 0;
	}
	.pd_t20{
		padding-top:.2rem;
	}
	.pd_b20{
		padding-bottom:.2rem;
	}
	.pd_15{
		padding:.15rem;
	}
	.pd_tb15{
		padding:.15rem 0;
	}
	.pd_t15{
		padding-top:.15rem;
	}
	.pd_b15{
		padding-bottom:.15rem;
	}
	.mg_t150{
		margin-top:1.5rem;
	}
	.mg_b150{
		margin-bottom:1.5rem;
	}
	.mg_t100{
		margin-top:1rem;
	}
	.mg_b100{
		margin-bottom:1rem;
	}
	.mg_tb80{
		margin:.8rem 0;
	}
	.mg_t80{
		margin-top:.8rem;
	}
	.mg_b80{
		margin-bottom:.8rem;
	}
	.mg_tb70{
		margin:.7rem 0;
	}
	.mg_t70{
		margin-top:.7rem;
	}
	.mg_b70{
		margin-bottom:.7rem;
	}
	.mg_tb60{
		margin:.6rem 0;
	}
	.mg_t60{
		margin-top:.6rem;
	}
	.mg_b60{
		margin-bottom:.6rem;
	}
	.mg_tb50{
		margin:.5rem 0;
	}
	.mg_t50{
		margin-top:.5rem;
	}
	.mg_b50{
		margin-bottom:.5rem;
	}
	.mg_tb40{
		margin:.4rem 0;
	}
	.mg_t40{
		margin-top:.4rem;
	}
	.mg_b40{
		margin-bottom:.4rem;
	}
	.mg_tb30{
		margin:.3rem 0;
	}
	.mg_t30{
		margin-top:.3rem;
	}
	.mg_b30{
		margin-bottom:.3rem;
	}
	.mg_tb20{
		margin:.2rem 0;
	}
	.mg_t20{
		margin-top:.2rem;
	}
	.mg_b20{
		margin-bottom:.2rem;
	}
	.mg_tb15{
		margin:.15rem 0;
	}
	.mg_t15{
		margin-top:.15rem;
	}
	.mg_b15{
		margin-bottom:.15rem;
	}
	.mg_tb10{
		margin:.1rem 0;
	}
	.mg_t10{
		margin-top:.1rem;
	}
	.mg_b10{
		margin-bottom:.1rem;
	}
	
	:root{
		--headerHeight:70px;
		--swbtnSize:44px;
	}
	
	/* header */
	.header_box .logo img{
		max-height:40px;
	}
	.menu{
		height:var(--headerHeight);
	}
	.search_box{
		--inpHeight:50px;
	}
	.search_box .search_bot input{
		font-size:16px;
	}
	
	/* banner */
	.banner_box .swiper-pagination.swiper-pagination-bz{
		--swdotBeishu:8;
		bottom:20px;
	}
	
	/* 标题1 */
	.bz_tit1{
		font-size:.3rem;
	}
	
	/* 产品中心 */
	.cp_swiper .cp_bot{
		margin-top:.4rem;
	}
	.cp_section .cp_con,
	.jjfa_section .jjfa_con{
		margin-top:.4rem;
	}
	.cp_list .swiper-slide{
		padding:0;
	}
	.cp_list,
	.cp_swiper .cp_bot,
	.cptj_swiper{
		--pd:.1rem;
	}
	.cp_list .cp_ss .cp_img,
	.cp_list .cp_ss .cp_txt{
		padding:.3rem;
	}
	.cp_list .cp_ss .cp_txt .cp_sw{
		font-size:15px;
	}
	.cp_list .cp_ss .cp_txt .cp_sh{
		font-size:19px;
	}
	
	/* 解决方案 */
	.jjfa_section{
		overflow:hidden;
	}
	.jjfa_swiper .jjfa_top .jjfa_ss,
	.jjfa_nav .jjfa_ss{
		font-size:calc(14px + 4 / var(--invarPx) * var(--centerWidth));
	}
	.jjfa_swiper .jjfa_bot{
		--cover:20vw;
		--imgWidth:calc((var(--centerWidth) + var(--cover) * 2) / var(--col));
		--txtHeight:calc(1rem / var(--beishu));
		--fontSize:calc(.32rem / var(--beishu));
		margin-left:calc(-1 * var(--cover));
		margin-right:calc(-1 * var(--cover));
	}
	
	/* 页脚 */
	.footer_box .footer_mid,
	.footer_box .footer_bot{
		font-size:15px;
	}
	.footer_box .footer_mid{
		--qrSize:100px;
	}
	
	/* 内页-二级导航 */
	.inner_banav,
	.isub_nav_box{
		--innavFont:16px;
	}
	
	/* 标题2 */
	.bz_tit2,
	.cpx_s1 .cpx_sr .cpx_st .cpx_h{
		font-size:22px;
	}
	
	/* 标题3 */
	.bz_tit3{
		font-size:30px;
	}
	
	/* 标题4 */
	.bz_tit4{
		font-size:22px;
	}
	.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_res .xswl_view .bz_tit4{
		font-size:17px;
	}
	
	/* 产品详情页 */
	.cpx_s1{
		padding-top:.5rem;
	}
	.jjfax_s2 .jjfax_txt,
	.jjfax_s1 .jjfax_sr .jjfax_txt .jjfax_sw .jjfax_s3 .jjfax_con .jjfax_ss,
	.cpx_s1 .cpx_sr .cpx_txt .cpx_sw, .cpx_s3 .cpx_txt,
	.cpx_s2 .cpx_sl .cpx_wrap .cpx_sw{
		font-size:16px;
	}
	
	/* 案例 */
	.al_list .al_ss .al_txt .al_sh{
		font-size:19px;
	}
	
	/* 解决方案页 */
	.jjfa_nav{
		--gapLeft:.3rem;
	}
	.jjfa_swiper .jjfa_top, .jjfa_nav{
		--iconSize:30px;
	}
	.jjfa_swiper .jjfa_top .jjfa_ss,
	.jjfa_nav .jjfa_ss{
		font-size:18px;
	}
	.jjfa_list{
		--col:2;
		--gap:.4rem;
	}
	.jjfa_list .jjfa_ss .jjfa_txt{
		font-size:15px;
		padding:.3rem;
	}
	.jjfa_list .jjfa_ss .jjfa_txt .jjfa_sd{
		margin-top:.3em;
	}
	
	/* 解决方案详情页 */
	.jjfax_s3{
		--col:2;
		--gap:.3rem;
	}
	.jjfax_s3 .jjfax_con .jjfax_ss .jjfax_st .jjfax_num{
		font-size:2.5em;
		opacity:.5;
	}
	.jjfax_box1 .jjfax_bot .jjfax_con{
		margin-top:.4rem;
	}
	.cptj_swiper .swiper-button.swiper-button-bz{
		--swPos:0px;
		top:calc(var(--imgHeight) / 2);
	}
	
	/* 新闻列表页 */
	.xw_box1{
		padding-top:.2rem;
	}
	.xw_list{
		--pd:.4rem;
	}
	
	/* 新闻详情页 */
	.xqy_box1{
		padding-top:.5rem;
	}
	.xqy_container .xqy_title .xqy_h{
		font-size:.42rem;
	}
	
	/* 服务能力页 */
	.fwzc_box1{
		padding-top:.5rem;
	}
	.fwzc_box1 .fwzc_exp{
		font-size:15px;
	}
	.fwzc_s1 .fwzc_sl{
		padding:.5rem;
	}
	.fwzc_s1 .fwzc_sl .fwzc_el + .fwzc_el{
		margin-top:.4rem;
	}
	.fwzc_s1 .fwzc_sl .fwzc_sw{
		font-size:16px;
	}
	
	/* 关于我们页 */
	.gywm_s2 .gywm_bot .gywm_st .gywm_sh{
		font-size:22px;
	}
	.gywm_s2 .gywm_bot .gywm_st .gywm_sw{
		font-size:16px;
		margin-top:1em;
	}
	.gywm_box1 .gywm_exp{
		font-size:16px;
	}
	.gywm_s4{
		overflow:hidden;
	}
	.gywm_counter2 .gywm_st .counter{
		font-size:42px;
	}
	.gywm_s6 .gywm_con .gywm_ss .gywm_info{
		font-size:16px;
	}
	.gywm_s6 .gywm_con .gywm_ss .gywm_sh{
		font-size:20px;
	}
	
	/* 发展历程 */
	.fzlc_swiper .fzlc_top .gallery-top{
		width:100%;
	}
	.fzlc_swiper .fzlc_top .fzlc_ss .fzlc_txt{
		width:calc(100% - var(--imgGap) - var(--imgWidth));
	}
	
	/* 资质证书 */
	.zzzs_swiper .gallery-thumbs .zzzs_ss{
		font-size:20px;
	}
	.zzzs_swiper .gallery-top{
		--cover:10vw;
		--Width:calc(var(--centerWidth) + 2 * var(--cover));
		overflow:visible;
	}
	.zzzs_swiper .gallery-top .swiper-container{
		margin-left:calc(-1 * var(--cover));
		margin-right:calc(-1 * var(--cover));
	}
	
	/* 研发中心 */
	.yfzx_swiper .yfzx_top{
		--fontSize:.28rem;
	}
	
	/* 风采展示 */
	.fczs_swiper .fczs_ss .fczs_sw{
		font-size:18px;
	}
	
	/* 联系我们页 */
	.liuyan_box .liuyan_con{
		padding:.5rem;
	}
	.liuyan_form > ul{
		--mgTop:var(--gap);
	}
	
	/* 招聘 */
	.jrwm_s1{
		--rPdtb:.4rem;
		--rPdlr:.5rem;
	}
	
	
	
	
	
	
	
	
	
	
	
}

@media screen and (min-width:768px) and (max-width:895px){
	/* 产品中心 */
	.cp_list,
	.cp_swiper .cp_bot,
	.cptj_swiper{
		--col:2;
		--gap:10px;
	
	}
	
	/* 资讯中心 */
	.xw_section .xw_con .xw_r .xw_ss .xw_sw{
		--clampRows:1;
	}
	
	/* 关于我们 */
	.gywm_s1{
		--rHeight:calc(.4 * var(--rWidth));
	}
	
	/* 应用领域 */
	.yyly_swiper{
		--col:2;
		--gap:20px;
	}
	
	/* 案例 */
	.al_list{
		--col:2;
		--gap:15px;
	}
	.al_list .al_txt{
		padding:.3rem;
	}
	
	/* 售后服务页 */
	.shfw_s1{
		--col:1;
		--cirSize:90px;
	}
	.shfw_s2 .shfw_bot{
		--col:4;
		--iconSize:.8rem;
	}
	.shfw_s2 .shfw_bot .shfw_ss .shfw_sw{
		font-size:18px;
	}
	
	/* 销售网络 */
	.xswl_box1 .xswl_con{
		--iconGap:1.2rem;
	}
	.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_filter{
		--gap:.2rem;
	}
	.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_filter .xswl_ss{
		font-size:16px;
	}
	
	/* 在线支持 */
	.zxzc_s1 iframe{
		height:70vw !important;
	}
	
	/* 发展历程 */
	.fzlc_swiper{
		--imgWidth:360px;
	}
	
	/* 风采展示 */
	.fczs_swiper{
		--col:2;
		--gap:20px;
	}
	
	/* 关于我们页 */
	.gywm_s6 .gywm_con{
		--col:2;
		--gap:20px;
	}
	
	/* 联系我们页 */
	.lxwm_s1{
		--qrSize:120px;
	}
	.lxwm_s1 .lxwm_con .lxwm_tit .lxwm_sh{
		font-size:22px;
	}
	.lxwm_s1 .lxwm_con .lxwm_tit .lxwm_sw{
		font-size:16px;
	}
	.lxwm_s1 .lxwm_sd{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.lxwm_s1 .lxwm_sdl,
	.lxwm_s1 .lxwm_sdr{
		width:100%;
	}
	.lxwm_s1 .lxwm_sdl > ul > li{
		width:100% !important;
	}
	.lxwm_s1 .lxwm_sdr{
		margin-top:.5rem;
	}
	.lxwm_s1 .lxwm_sdr ul li > p{
		font-size:14px;
	}
	
	
	/* 留言 */
	.liuyan_box .liuyan_sh{
		font-size:20px;
	}
	.liuyan_form > ul > .liuyan_c4{
		width:50%;
	}
	.liuyan_form > ul > .liuyan_c3{
		width:60%;
	}
	
	/* 招聘 */
	.jrwm_s1 .jrwm_r .jrwm_sh{
		font-size:20px;
	}
	.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sr{
		font-size:15px;
	}
	.jrwm_s1 .jrwm_r .jrwm_info > ul > li + li{
		margin-top:.2rem;
	}
	.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_cn{
		font-size:22px;
	}
	.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_en{
		font-size:12px;
	}
	.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon{
		font-size:30px;
	}
	.zpzx_list .zpzx_st,
	.zpzx_list .zpzx_sd .zpzx_txt{
		padding-left:.3rem;
		padding-right:.3rem;
	}
	.zpzx_list .zpzx_st li.zpzx_szw .zpzx_sh{
		font-size:1.2em;
	}

	
}

@media screen and (min-width:896px) and (max-width:1199px){
	/* 产品中心 */
	.cp_list,
	.cp_swiper .cp_bot,
	.cptj_swiper{
		--col:3;
		--gap:15px;
	}
	
	/* 资讯中心 */
	.xw_section .xw_con .xw_ss .xw_date{
		font-size:12px;
	}
	.xw_section .xw_con .xw_ss .xw_sw{
		margin-top:.3em;
	}
	
	/* 页脚 */
	.footer_box .footer_top .footer_logo img{
		max-height:40px;
	}
	
	/* 解决方案页 */
	.jjfa_list{
		--col:3;
	}
	
	/* 解决方案详情页 */
	.jjfax_box1 .jjfax_top{
		padding-top:.5rem;
	}
	
	/* 售后服务 */
	.shfw_s2 .shfw_bot{
		--col:4;
		--iconSize:50px;
	}
	.shfw_s2 .shfw_bot .shfw_ss .shfw_sw{
		font-size:18px;
	}
	
	/* 销售网络 */
	.xswl_box1 .xswl_con{
		--iconSize:34px;
		--iconGap:.5rem;
	}
	.xswl_box1 .xswl_con .xswl_r .xswl_xx .xswl_filter{
		--col:4;
	}
	
	/* 关于我们页 */
	.gywm_s1 .gywm_l{
		padding:0;
	}
	.gywm_s1 .gywm_l .gywm_lb{
		margin-top:.6rem;
	}
	.gywm_s1 .gywm_r > img{
		height:100%;
		object-fit:cover;
	}
	.gywm_s2 .gywm_bot ul{
		--col:4;
	}
	
	/* 研发中心 */
	.yfzx_swiper .yfzx_top{
		--col:5;
	}
	.yfzx_swiper .yfzx_bot{
		--imgWidth:calc(var(--centerWidth) * .4)
	}
	
	/* 招聘 */
	.jrwm_s2 .jrwm_top .jrwm_search{
		width:300px;
	}
	.zpzx_list .zpzx_st,
	.zpzx_list .zpzx_sd .zpzx_txt{
		padding-left:20px;
		padding-right:20px;
	}
	.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon{
		font-size:36px;
	}
	
	/* 网站声明 */
	.tk_box1 .xqy_container .xqy_title .xqy_h{
		font-size:.46rem;
	}
	
	/* 案例 */
	.al_list{
		--col:3;
		--gap:15px;
	}
	
}