@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_tb70 {
    padding: 70px 0;
}

.pd_t70 {
    padding-top: 70px;
}

.pd_b70 {
    padding-bottom: 70px;
}

.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;
}

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;
}

.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:#d2111a;
	--subColor:#1880d3;
	--rgb1:210,17,26;
	--rgb2:24,128,211;
	--rgb_a:.8;
	--fullPx:1920;
	--invarPx:1560;
	--centerPx:1560;
	--centerWidth:max(1100px,calc(var(--centerPx) / var(--fullPx) * 100vw));
	--headerHeight:max(80px,min(100px,calc(100 / var(--fullPx) * 100vw)));
	--navHeight:50px;
	--swbtnSize:50px;
	--swdotHeight:calc(10 / var(--centerPx) * var(--centerWidth));
	--swdotBeishu:2;
	--clampRows:2;
	--moreHeight:calc(40px + 10 / var(--centerPx) * var(--centerWidth));
	--jdtWidth:17px;
}
.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);
	width:100%;
}
.article_w table th,
.article_w table td{
	border:solid 1px rgba(0,0,0,.1);
	padding:1vw;
	font-size:1vw;
}
.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;
}
.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);
}

/* 底部cookie */
.xFont{
	--font1:12;
	font-size:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth));
}
.cookie_box{
	background:rgba(255, 255, 255, 0.80);
	box-shadow:0 2px 30px 0 rgba(0, 0, 0, 0.08);
	-webkit-backdrop-filter:saturate(180%) blur(20px);
	backdrop-filter:saturate(180%) blur(20px);
	border-radius:8px;
	z-index:10000;
	position:fixed;
	bottom:10px;
	left:0;
	right:0;
	padding:calc(15px + 15 / var(--invarPx) * var(--centerWidth));
}
.cookie_hidden{
	display:none !important;
}
.cookie_box .cookie_txt{
	--font2:16;
}
.cookie_box .cookie_txt > * ~ *{
	margin-top:.3em;
}
.cookie_box .cookie_txt .poly_btn{
	color:var(--subColor);
	text-decoration:underline;
	cursor:pointer;
}
.cookie_box .cookie_txt .poly_btn:hover{
	color:var(--curColor);
}
.cookie_box .cookie_txt ~ .cookie_btns{
	margin-top:15px;
}
.cookie_box .cookie_btns{
	--font2:16;
	--gap:2em;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
}
.cookie_box .cookie_btns .cookie_btn#acceptBtn{
	background:var(--subColor);
	border-color:var(--subColor);
	color:#fff;
}
.cookie_box .cookie_btns .cookie_btn{
	color:#333;
}
.cookie_box .cookie_btns .cookie_btn + .cookie_btn{
	margin-left:var(--gap);
}
.cookie_box .cookie_btns .cookie_btn1{
	text-decoration:underline;
}
.cookie_box .cookie_btns .cookie_btn2,
.cookie_box .cookie_btns .cookie_btn3{
	border:solid 1px currentColor;
	border-radius:200px;
	padding:.62em 2.14em;
	min-width:8em;
}
.cookie_box .cookie_btns .cookie_btn#acceptBtn:hover{
	background:var(--curColor);
	border-color:var(--curColor);
}
.cookie_box .cookie_btns .cookie_btn#rejectBtn:hover{
	color:var(--subColor);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~首页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* header */
#hamburger{
	display:none;
}
.header_box{
	--navGap:calc(16 / var(--invarPx) * var(--centerWidth));
	font-size:calc(18 / var(--invarPx) * var(--centerWidth));
	color:#fff;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:900;
}
.header_box::before{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	background:rgba(255,255,255,.3);
	bottom:0;
	left:0;
}
.header_box .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.header_box .logo img{
	display:block;
	height:calc(60 / 100 * var(--headerHeight));
}
.header_box .logo .logo2{
	display:none;
}
.header_box .header_r{
	-webkit-align-items:center;
	align-items:center;
}
.header_box .header_rr{
	-webkit-align-items:center;
	align-items:center;
	margin-left:var(--navGap);
	--iconSize:calc(28 / 18 * 1em);
}
.header_box .header_rr ul{
	margin-left:-1em;
	margin-right:-1em;
}
.header_box .header_rr ul li{
	padding:0 1em;
}
.header_box .header_rr ul li + li{
	border-left:solid 1px rgba(255,255,255,.5);
}
.header_box .header_tel .header_rs{
	-webkit-align-items:center;
	align-items:center;
}
.header_box .header_tel .header_icon{
	font-size:var(--iconSize);
	width:1em;
	height:1em;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.header_box .header_tel .header_num{
	font-size:calc(24 / 18 * 1em);
	font-weight:bold;
	margin-left:.4em;
}
.header_box .header_tel .header_icon .iconfont{
	font-size:1em;
	animation:rotateIns 2s ease infinite;
}
.header_box .header_link .header_rs{
	padding:0 calc(6 / 18 * 1em);
	height:var(--iconSize);
	border:solid 1px #fff;
	border-radius:3px;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
@keyframes rotateIns {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.header_box.header_box2{
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	color:#333;
}
.header_box.header_box2 .logo .logo2{
	display:block;
}
.header_box.header_box2 .logo .logo1{
	display:none;
}
.header_box.header_box2 .nav_box > ul > li > a::before{
	background:var(--curColor);
}
.header_box.header_box2 .header_tel .header_rs{
	color:var(--curColor);
}
.header_box.header_box2 .header_link .header_rs{
	border-color:#ccc;
}
.header_box.header_box2 .header_rr ul li + li{
	border-color:rgba(0,0,0,.2);
}


/* 导航 */
.nav_box > ul > li{
	padding:0 var(--navGap);
}
.nav_box > ul > li > a{
	display:flex;
	justify-content:center;
	align-items:center;
	height:var(--headerHeight);
	position:relative;
}
.nav_box > ul > li > a::before{
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	background:#fff;
	left:0;
	bottom:0;
	transform:scaleX(0);
	opacity:0;
}
.nav_box > ul > li.active > a::before{
	transform:scaleX(1);
	opacity:1;
}

/* 下拉菜单-产品 */
.cp_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(0,0,0,0.8);
	
	--proGap:calc(50 / var(--invarPx) * var(--centerWidth));
	--proPdLeft:calc(2 * var(--proGap));
	--proCols:6;
	--imgWidth:calc((100vw - 17px - 2 * var(--proPdLeft) - (var(--proCols) - 1) * var(--proGap)) / var(--proCols));
	--imgHeight:calc(276 / 228 * var(--imgWidth));
	padding-left:var(--proPdLeft);
	padding-right:var(--proPdLeft);
	padding-bottom:var(--proGap);
}
.cp_subnav ol{
	-webkit-justify-content:center;
	justify-content:center;
	margin-left:calc(-1 * var(--proGap));
}
.cp_subnav ol li{
	width:calc(100% / var(--proCols));
}
.cp_subnav ol li .cp_ss{
	display:block;
	margin-left:var(--proGap);
	opacity:.6;
	transition:opacity .35s;
	position:relative;
}
.cp_subnav ol li .cp_ss::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../img/cp_subnav_bg.png) no-repeat top center;
	background-size:100% 100%;
}
.cp_subnav ol li .cp_ss .cp_img,
.cp_subnav ol li .cp_ss .cp_sw{
	position:relative;
	z-index:3;
}
.cp_subnav ol li .cp_ss .cp_img{
	height:var(--imgHeight);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.cp_subnav ol li .cp_ss .cp_img img{
	display:block;
	max-width:87%;
	max-height:83%;
}
.cp_subnav ol li .cp_ss .cp_sw{
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	padding-bottom:1em;
	color:rgba(255,255,255,.6);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:all .35s;
}

/* 下拉菜单-一般 */
.yb_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(0,0,0,0.8);
	
	--pdTop:min(calc(100 / 1080 * 100vh),calc(80 / var(--invarPx) * var(--centerWidth)));
	--iconSize:calc(70 / var(--invarPx) * var(--centerWidth));
	--col:4;
}
.yb_subnav .center_box{
	padding:var(--pdTop) 0;
}
.yb_subnav ol{
	-webkit-justify-content:center;
	justify-content:center;
}
.yb_subnav ol li{
	width:calc(100% / var(--col));
	position:relative;
	text-align:center;
	font-size:calc(12px + 10 / var(--invarPx) * var(--centerWidth));
}
.yb_subnav ol li:not(:nth-last-of-type(1))::after{
	content:"";
	position:absolute;
	width:1px;
	right:0;
	top:calc(15 / 70 * var(--iconSize));
	bottom:.3em;
	background:rgba(255,255,255,.3);
}
.yb_subnav .yb_ss{
	display:inline-block;
	color:#fff;
}
.yb_subnav .yb_ss .yb_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.yb_subnav .yb_ss .yb_icon::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:50%;
	background:rgba(var(--rgb2),.6);
	transform:scale(0);
	opacity:0;
	transition:all .35s;
}
.yb_subnav .yb_ss .yb_icon svg{
	display:block;
	max-width:57%;
	max-height:57%;
	position:relative;
	z-index:3;
	transition:all .35s;
}
.yb_subnav .yb_ss .yb_icon svg path{
	fill:currentColor !important;
}
.yb_subnav .yb_ss .yb_sw{
	font-weight:bold;
	margin-top:.5em;
	transition:all .35s;
}


/* 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;
}
.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:90%;
}
.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));
	--swdotBeishu:3;
}
.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;
	font-size:calc(30px + 28 / var(--invarPx) * var(--centerWidth));
	width:1em;
	height:1em;
	bottom:calc(5vh + 30px + 1vw);
	z-index:5;
	left:50%;
	transform:translateX(-50%);
	cursor:pointer;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	animation: start 2s infinite ease-in-out;
}
.banner_box .mask_array .iconfont{
	font-size:1em;
}
@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.cur-bg .swiper-pagination-bullet{
	background:var(--curColor);
}
.swiper-pagination.swiper-pagination-bz.sub-bg .swiper-pagination-bullet{
	background:var(--subColor);
}
.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.sub-bor{
	border:solid 1px var(--subColor);
	color:var(--subColor);
}
.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.sub-bg{
	background:var(--subColor);
	color:#fff;
}
.swiper-button.swiper-button-bz.sub-bor:hover{
	background:var(--subColor);
	color:#fff;
}

.swiper-button.swiper-button-bz.swiper-button-black{
	background-color:rgba(0,0,0,.2);
	color:#fff;
}
.banner_box .swiper-pagination.swiper-pagination-bt{
	bottom:30px;
	position:absolute;
}
.swiper-pagination-bt.swiper-pagination{
	position:static;
	width:100%;
	text-align:center;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet{
	display:inline-block !important;
	margin:0 21px;
	transition:all .35s;
	width:10px;
	height:10px;
	border-radius:50%;
	opacity:1;
	background:#fff;
	font-family:arialb;
	font-size:24px;
	color:#fff;
	position:relative;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet:before{
	content:"";
	width:38px;
	height:38px;
	border-radius:50%;
	border:solid 3px rgba(255,255,255,.3);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity:0;
	transition:all 0s;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet svg{
	position:absolute;
	z-index:3;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) rotate(-90deg);
	opacity:0;
	stroke-dasharray:120,120;
    stroke-dashoffset:120;
	transition:all .35s;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet-active:before{
	opacity:1;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet-active svg{
	animation:circleLoad 5.4s .6s linear;
	opacity:1;
}
@keyframes circleLoad {
  0% {
    stroke-dashoffset:120;
  }

  100% {
    stroke-dashoffset:0;
  }
}

/* 更多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:1em;
}
.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.sub_color{
	color:var(--subColor);
}
.bz_more1.white_color{
	color:#fff;
}
.bz_more1.cur_bg,
.bz_more1.cur_bor,
.bz_more1.white_bg,
.bz_more1.white_bor{
	width:9.375em;
	height:3.125em;
	border-radius:200px;
}
/* .bz_more1.only_icon{
	width:3.125em !important;
} */
.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.sub_color:hover{
	color:var(--curColor);
}
.bz_more1.white_bor:hover{
	background:white;
	color:var(--curColor);
}

/* 标题1 */
.bz_tit1{
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	font-size:calc(12px + 18 / var(--invarPx) * var(--centerWidth));
	--lineColor:rgba(0,0,0,.33);
}
.bz_tit1 .bz_en{
	text-transform:uppercase;
	white-space:nowrap;
	color:var(--curColor);
	margin-top:.32em;
}
.bz_tit1 .bz_en .wow{
	display:inline-block;
	animation-name:lineTxt1;
	animation-delay:calc((var(--char-index) + 1) * 0.15s);
	opacity:.5;
}
.bz_tit1 .bz_en *{
	font-weight:inherit;
}
@keyframes lineTxt1{
	0%{
		transform:translateX(.8em);
		opacity:0;
	}
	50%{
		opacity:1;
	}
	100%{
		transform:translateX(0);
		opacity:.5;
	}
}
@keyframes lineTxt2{
	0%{
		opacity:1;
		letter-spacing:.8em;
	}
	100%{
		opacity:.5;
		letter-spacing:0;
	}
}
.bz_tit1 .bz_cn{
	font-size:calc(48 / 30 * 1em);
	font-weight:bold;
	line-height:1;
	animation-name:fadeInRight;
}
.bz_tit1.center_tit{
	-webkit-align-items:center;
	align-items:center;
}
.bz_tit1.center_tit .bz_en .wow{
	display:inline-block;
	animation-name:lineTxt2;
	animation-delay:0s;
	animation-duration:2s;
}
.bz_tit1.center_tit .bz_cn{
	animation-name:fadeInUp;
}
.bz_tit1.white_tit,
.bz_tit1.white_tit .bz_en{
	color:#fff;
}

/* 标题2 */
.bz_tit2 .bz_h,
.bz_tit2 .bz_sh,
.bz_tit2 .bz_exp{
	--font1:12;
	font-size:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.bz_tit2 .bz_h{
	--font2:48;
	font-weight:bold;
}
.bz_tit2 .bz_sh{
	--font2:30;
	margin-top:.1em;
}
.bz_tit2 .bz_exp{
	--font2:18;
	color:rgba(51,51,51,.8);
	margin-top:1em;
}
.bz_tit2.center_tit{
	text-align:center;
}
.bz_tit2.white_tit{
	color:#fff;
}
.bz_tit2.white_tit .bz_sh{
	color:rgba(255,255,255,.8);
}
.bz_tit2.white_tit .bz_exp{
	color:rgba(255,255,255,.6);
}

/* 产品 */
.cp_box{
	--boxPd:calc(100 / var(--fullPx) * 100vw);
	--gap:calc(40 / var(--fullPx) * 100vw);
	--col:2;
	--txtPd:calc(70 / var(--fullPx) * 100vw);
	--imgWidth:calc((100vw - var(--jdtWidth) - 2 * var(--boxPd) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(630 / 840 * var(--imgWidth));
	padding:var(--boxPd);
}
.cp_box .cp_con ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.cp_box .cp_con ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.cp_box .cp_con .cp_ss{
	position:relative;
	display:block;
	margin-left:var(--gap);
	color:#fff;
	font-size:calc(12px + 18 / var(--invarPx) * var(--centerWidth));
}
.cp_box .cp_con .cp_ss .cp_img{
	display:block;
	height:var(--imgHeight);
	overflow:hidden;
}
.cp_box .cp_con .cp_ss .cp_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.cp_box .cp_con .cp_ss .cp_txt{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width:100%;
	height:100%;
	padding:var(--txtPd);
	text-align:center;
}
.cp_box .cp_con .cp_ss .cp_txt .cp_sh,
.cp_box .cp_con .cp_ss .cp_txt .cp_sw,
.cp_box .cp_con .cp_ss .cp_txt .cp_more{
	animation-name:fadeInDown;
}
.cp_box .cp_con .cp_ss .cp_txt .cp_sw{
	animation-delay:.4s;
}
.cp_box .cp_con .cp_ss .cp_txt .cp_more{
	animation-delay:.5s;
}
.cp_box .cp_con .cp_ss .cp_txt .cp_sh{
	font-size:calc(40 / 30 * 1em);
	font-weight:bold;
	color:var(--subColor);
	animation-delay:.3s;
}

/* 核心技术 */
@keyframes rotate1{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.hxjs_box{
	--cirSize:530px;
	--iconSize:80px;
	--mgTop:calc(40px + .5 * var(--iconSize));
	background:#f7f7f7;
	overflow:hidden;
	position:relative;
}
.hxjs_box .hxjs_pics .swiper-container{
	--imgHeight:1080px;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:var(--imgHeight);
	transform:translateY(-50%);
}
.hxjs_box .hxjs_pics .swiper-container .swiper-slide{
	overflow:hidden;
}
.hxjs_box .hxjs_pics .swiper-container .hxjs_bg_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
}
.hxjs_box .hxjs_pics .swiper-container .hxjs_bg_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 2s;
	transform:scale(1.1,1.1);
}
.hxjs_box .hxjs_pics .swiper-container .swiper-slide-active .hxjs_bg_img img{
	transform:scale(1,1);
}
.hxjs_box .center_box{
	position:relative;
	z-index:3;
}
.hxjs_box .hxjs_con{
	width:var(--cirSize);
	height:var(--cirSize);
	margin-left:auto;
	margin-right:auto;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.hxjs_box .hxjs_con .hxjs_txt_swiper{
	padding:0 9.5%;
	transform:translateY(15px);
}
.hxjs_box .hxjs_con .hxjs_txt_swiper .swiper-slide{
	opacity:0 !important;
}
.hxjs_box .hxjs_con .hxjs_txt_swiper .swiper-slide-active{
	opacity:1 !important;
}
.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss{
	font-size:16px;
	text-align:center;
}
.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss .hxjs_sh{
	font-size:calc(24 / 16 * 1em);
	font-weight:bold;
	line-height:1.3;
}
.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss .hxjs_sw{
	opacity:.7;
	margin-top:1.8em;
}
.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss .hxjs_img{
	--imgSize:210px;
	width:var(--imgSize);
	height:var(--imgSize);
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss .hxjs_img img{
	--y:16px;
	display:block;
	max-width:100%;
	max-height:100%;
	animation:dwimg 2s infinite;
}
@keyframes dwimg{
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(var(--y));
  }
  100% {
    transform: translateY(0px);
  }
}
.hxjs_box .hxjs_con .hxjs_cir{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.hxjs_box .hxjs_con .hxjs_cir::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/cir_img.png) no-repeat center center;
	background-size:contain;
	animation:rotate1 48s linear infinite forwards;
}
.hxjs_box .hxjs_con .hxjs_cir ul li{
	width:var(--iconSize);
	height:var(--iconSize);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	transform:rotate(var(--deg)) translateX(calc(var(--cirSize) * 0.5)) rotate(calc(-1 * var(--deg)));
}
.hxjs_box .hxjs_con .hxjs_cir ul li .hxjs_ss{
	width:var(--iconSize);
	height:var(--iconSize);
	background:#fff;
	border-radius:50%;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	position:relative;
	z-index:3;
	transition:color .35s,background-color .35s;
}
.hxjs_box .hxjs_con .hxjs_cir ul li .hxjs_ss .hxjs_icon{
	font-size:calc(42 / 80 * var(--iconSize));
	width:1em;
	height:1em;
	color:var(--subColor);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	transition:color .35s;
}
.hxjs_box .hxjs_con .hxjs_cir ul li .hxjs_ss .hxjs_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.hxjs_box .hxjs_con .hxjs_cir ul li .hxjs_ss .hxjs_icon svg path{
	fill:currentColor !important;
}
.hxjs_box .hxjs_con .hxjs_cir ul li .hxjs_ss .hxjs_sw{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.hxjs_box .hxjs_con .hxjs_cir ul li:before,
.hxjs_box .hxjs_con .hxjs_cir ul li:after{
	content:"";
	position:absolute;
	pointer-events:none;
	border-radius:50%;
	background:rgba(var(--rgb2),.3);
}
.hxjs_box .hxjs_con .hxjs_cir ul li:before{
	top:-10%;
	left:-10%;
	width:120%;
	height:120%;
}
.hxjs_box .hxjs_con .hxjs_cir ul li:after{
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@keyframes twinkling{
	0% {
		opacity:0.2;
		transform:scale(1);
	}
	50% {
		opacity:0.5;
		transform:scale(1.34);
	}
	100% {
		opacity:0.2;
		transform:scale(1);
	}
}
.hxjs_box .hxjs_con .hxjs_cir ul li.active:before,
.hxjs_box .hxjs_con .hxjs_cir ul li.active:after{
	animation:twinkling 2.25s infinite ease-in-out;
	animation-fill-mode:both;
}
.hxjs_box .hxjs_con .hxjs_cir ul li.active .hxjs_ss{
	background:var(--subColor);
	color:#fff;
}
.hxjs_box .hxjs_con .hxjs_cir ul li.active .hxjs_ss .hxjs_icon{
	color:#fff;
}
.hxjs_box .hxjs_con .hxjs_cir ul li:nth-of-type(1){
	--deg:270deg;
}
.hxjs_box .hxjs_con .hxjs_cir ul li:nth-of-type(2){
	--deg:150deg;
}
.hxjs_box .hxjs_con .hxjs_cir ul li:nth-of-type(3){
	--deg:30deg;
}

/* 关于我们 */
.gywm_box .gywm_top{
	--imgWidth:calc(720 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(480 / 720 * var(--imgWidth));
	--gap:calc(80 / var(--invarPx) * var(--centerWidth));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.gywm_box .gywm_top .gywm_tl{
	width:var(--imgWidth);
	position:relative;
}
.gywm_box .gywm_top .gywm_tl .gywm_img{
	display:block;
	height:var(--imgHeight);
	overflow:hidden;
}
.gywm_box .gywm_top .gywm_tl .gywm_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.gywm_box .gywm_top .gywm_tl .gywm_wrap{
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.gywm_box .gywm_top .gywm_tr{
	width:calc(100% - var(--imgWidth) - var(--gap));
}
.gywm_box .gywm_top .gywm_tr .gywm_txt,
.gywm_box .gywm_top .gywm_tr .bz_more1{
	margin-top:calc(36 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_box .gywm_top .gywm_tr .gywm_txt{
	--clampRows:6;
}
.gywm_video_btn{
	--cirSize:calc(147 / var(--invarPx) * var(--centerWidth));
	text-align:center;
	cursor:pointer;
}
.gywm_video_btn .gywm_icon{
	font-size:var(--cirSize);
	width:1em;
	height:1em;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
	transition:box-shadow .35s;
}
.gywm_video_btn .gywm_icon::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../img/gywm_video_cir.png) no-repeat center center;
	background-size:contain;
	animation:rotate1 24s linear infinite forwards;
}
.gywm_video_btn .gywm_icon .iconfont{
	font-size:.3265em;
	--scale1:1;
	--scale2:1.2;
}
@keyframes bzScale{
	0%{
		transform:scale(var(--scale1));
	}
	50%{
		transform:scale(var(--scale2));
	}
	100%{
		transform:scale(var(--scale1));
	}
}
.gywm_video_btn .gywm_sw{
	position:relative;
	z-index:3;
	transition:all .35s;
}
.gywm_video_btn:hover .gywm_icon{
	box-shadow:0 0 calc(.5 * var(--cirSize)) rgba(var(--rgb2),1),inset 0 0 calc(.5 * var(--cirSize)) rgba(var(--rgb2),1);
}
.gywm_video_btn:hover .gywm_icon::before{
	animation-play-state:paused;
}
.gywm_video_btn:hover .gywm_icon .iconfont{
	animation:bzScale 1.5s linear infinite forwards;
}
.gywm_video_btn:hover .gywm_sw{
	text-shadow:0 0 1em rgba(var(--rgb2),1);
}
.gywm_video_btn1{
	--videoIcon:calc(40px + 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:#fff;
	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_btn1 .iconfont{
	font-size:.5em;
	position:relative;
	z-index:3;
	transform:translateX(.04em);
}
.gywm_video_btn1::before,
.gywm_video_btn1::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_btn1::before{
	--scale2:2.1;
	animation:scale2 2s infinite;
}
.gywm_video_btn1::after{
	--scale2:1.6;
	animation:scale2 2s infinite;
}
@keyframes scale2{
    0%{
        transform:scale(var(--scale1));
        opacity:var(--op1);
    }
    100%{
        transform: scale(var(--scale2));
        opacity:var(--op2);
    }
}
.gywm_counter{
	--pd:20px;
	--counterSize:calc(12px + 48 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_counter > ul{
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.gywm_counter .gywm_ss{
	padding:0 var(--pd);
	position:relative;
	font-size:16px;
}
.gywm_counter .gywm_ss::before,
.gywm_counter .gywm_ss::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:100%;
}
.gywm_counter .gywm_ss::before{
	background:#e0e0e0;
}
.gywm_counter .gywm_ss::after{
	background:var(--subColor);
	transform-origin:top;
	transform:scaleY(.5);
	transition:all .5s;
}
.gywm_counter .gywm_ss .gywm_st{
	line-height:1;
	font-weight:bold;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	color:var(--subColor);
}
.gywm_counter .gywm_ss .gywm_st *{
	font-weight:inherit;
}
.gywm_counter .gywm_ss .gywm_st em{
	font-size:var(--counterSize);
}
.gywm_counter .gywm_ss .gywm_dy{
	padding-bottom:calc(4 / 60 * var(--counterSize));
	margin-left:.3em;
}
.gywm_counter .gywm_ss .gywm_sd{
	opacity:.7;
	margin-top:.8em;
}
.gywm_counter .gywm_ss:hover::after{
	transform:scaleY(1);
}



/* 视频弹出窗 */
.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);
}

/* 行业应用 */
.yy_swiper{
	--imgHeight:max(660px,calc(900 / 1920 * 100vw));
	--col:6;
	--iconSize:calc(50px + 50 / var(--invarPx) * var(--centerWidth));
	--dotPos:0px;
	--pdLeft:calc(20px + 20 / 1920 * 100vw);
	--pdTop:calc(80 / 40 * var(--pdLeft));
}
.yy_swiper .bz_tit1{
	position:absolute;
	top:10%;
	left:50%;
	transform:translateX(-50%);
	z-index:5;
}
.yy_swiper{
	overflow:hidden;
	position:relative;
}
.yy_swiper .yy_bg,
.yy_swiper .yy_container{
	width:100%;
}
.yy_swiper .yy_container{
	position:relative;
	z-index:3;
	margin-left:-100%;
}
.yy_swiper .yy_bg .yy_img{
	display:block;
	height:var(--imgHeight);
	overflow:hidden;
}
.yy_swiper .yy_bg .yy_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 3s;
	transform:scale(1.15);
}
.yy_swiper .yy_bg .swiper-slide-active .yy_img img{
	transform:scale(1);
}
.yy_swiper .yy_container .swiper-slide{
	width:auto;
	-webkit-flex:1;
	flex:1;
	height:var(--imgHeight);
	color:#fff;
}
.yy_swiper .yy_container .swiper-slide::before,
.yy_swiper .yy_container .swiper-slide::after{
	content:"";
	position:absolute;
	height:100%;
}
.yy_swiper .yy_container .swiper-slide::after{
	width:100%;
	left:0;
	background:rgba(0,0,0,.5);
	transform:scaleY(.4);
	transform-origin:bottom;
	opacity:0;
	transition:all .6s;
}
.yy_swiper .yy_container .swiper-slide::before{
	width:1px;
	background:rgba(255,255,255,.5);
	left:-1px;
}
.yy_swiper .yy_container .yy_ss{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:var(--pdTop) var(--pdLeft);
	z-index:3;
	text-align:center;
	transition:all .5s;
}
.yy_swiper .yy_container .yy_ss .yy_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.yy_swiper .yy_container .yy_ss .yy_icon::before,
.yy_swiper .yy_container .yy_ss .yy_icon::after{
	content:"";
	position:absolute;
	border-radius:50%;
	transition:all .35s;
}
.yy_swiper .yy_container .yy_ss .yy_icon::before{
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(255,255,255,.2);
	opacity:0;
	transform:scale(.6);
}
.yy_swiper .yy_container .yy_ss .yy_icon::after{
	top:calc(-1 * var(--dotPos));
	right:calc(-1 * var(--dotPos));
	bottom:calc(-1 * var(--dotPos));
	left:calc(-1 * var(--dotPos));
	border:dotted 2px #fff;
}
.yy_swiper .yy_container .yy_ss .yy_icon svg{
	display:block;
	max-width:50%;
	max-height:50%;
}
.yy_swiper .yy_container .yy_ss .yy_icon svg path{
	fill:currentColor !important;
}
.yy_swiper .yy_container .yy_ss .yy_txt{
	--swLineHeight:1.6;
	--clampRows:3;
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
}
.yy_swiper .yy_container .yy_ss .yy_view{
	overflow:hidden;
	max-height:0;
	opacity:0;
	transition:all .5s;
}
.yy_swiper .yy_container .yy_ss .yy_txt .yy_sh{
	font-size:calc(24 / 16 * 1em);
	font-weight:bold;
}
.yy_swiper .yy_container .yy_ss .yy_txt .yy_sw{
	line-height:var(--swLineHeight);
	margin-top:.5em;
}
.yy_swiper .yy_container .yy_ss .yy_txt .bz_more1{
	margin-top:1.25em;
}

/* 热门资讯 */
.bz_top{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.bz_top .bz_more1{
	animation-name:fadeInLeft;
	animation-delay:.2s;
}
.xw_box{
	overflow:hidden;
}
.xw_swiper{
	--gap:30px;
	--col:3;
	--pd:calc(50 / var(--invarPx) * var(--centerWidth));
	--cover:var(--gap);
	--imgWidth:calc((var(--centerWidth) + var(--cover) - (var(--col) - 1) * var(--gap)) / var(--col));
	--txtTop:calc(40 / 510 * var(--imgWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.xw_swiper .swiper-container{
	margin-right:calc(-1 * var(--cover));
	overflow:visible;
}
.xw_swiper .swiper-container .swiper-slide{
	margin-right:var(--gap);
	width:var(--imgWidth);
}
.xw_swiper .xw_top .xw_ss{
	display:block;
	position:relative;
}
.xw_swiper .xw_top .xw_ss .xw_img{
	display:block;
	overflow:hidden;
	height:calc(340 / 510 * var(--imgWidth));
}
.xw_swiper .xw_top .xw_ss .xw_img img{
	display:block;
	width:100%;
	height:100%;
}
.xw_swiper .xw_top .xw_ss .xw_wrap{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width:100%;
	height:100%;
	padding:var(--pd);
	background:#f7f7f7;
	transition:all .35s;
}
.xw_swiper .xw_top .xw_ss .xw_sh{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	line-height:1.5;
}
.xw_swiper .xw_top .xw_ss .xw_line,
.xw_swiper .xw_top .xw_ss .xw_sd{
	margin-top:var(--txtTop);
}
.xw_swiper .xw_top .xw_ss .xw_line{
	display:block;
	width:100%;
	height:1px;
	background:#e5e5e5;
}
.xw_swiper .xw_top .xw_ss .xw_sd{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.xw_swiper .xw_top .xw_ss .xw_date{
	--emSize:calc(12px + 60 / var(--invarPx) * var(--centerWidth));
	-webkit-align-items:flex-end;
	align-items:flex-end;
	line-height:1;
}
.xw_swiper .xw_top .xw_ss .xw_date em{
	color:var(--subColor);
	font-size:var(--emSize);
	font-weight:bold;
	transform:translateY(calc(7 / 72 * var(--emSize)));
	padding-right:.277em;
}
.xw_swiper .xw_top .xw_ss .xw_date .xw_dr span{
	display:block;
	font-size:16px;
}
.xw_swiper .xw_top .xw_ss .xw_date .xw_dr span + span{
	margin-top:.35em;
}
.xw_swiper .xw_bot{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.xw_swiper .xw_bot .xw_bl{
	width:calc(100% - 4 * var(--swbtnSize));
}
.xw_swiper .xw_bot .xw_bl .swiper-scrollbar{
	width:100%;
	height:1px;
	background:#e5e5e5;
}
.xw_swiper .xw_bot .xw_bl .swiper-scrollbar-drag{
	background:var(--subColor);
	top:-1px;
	height:3px;
	border-radius:0px;
}
.xw_swiper .xw_bot .xw_br{
	overflow:hidden;
}
.xw_swiper .xw_bot .xw_br .swiper-button{
	position:relative;
	margin-top:0;
	top:auto;
	left:auto;
	right:auto;
	float:left;
}
.xw_swiper .xw_bot .xw_br .swiper-button + .swiper-button{
	margin-left:var(--swbtnSize);
}

/* 在线留言 */
.liuyan_box{
	--borderWidth:min(10px,calc(5px + 5 / var(--invarPx) * var(--centerWidth)));
}
.liuyan_box .liuyan_con{
	padding:calc(4 * var(--borderWidth));
	background:#fff;
	border:solid var(--borderWidth) #eee;
}
.liuyan_box .liuyan_sh{
	font-size:calc(12px + 18 / 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(--subColor);
}
.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(--subColor);
	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(--subColor);
	color:#fff;
	cursor:pointer;
	transition:all .35s;
}
.liuyan_form .liuyan_btn:hover{
	background:var(--curColor);
}
.liuyan_form .liuyan_policy,
.liuyan_form .liuyan_check{
	font-size:14px;
	color:#555;
}
.liuyan_form .liuyan_policy .liuyan_policy_btn{
	color:var(--subColor);
	border-bottom:solid 1px currentColor;
	cursor:pointer;
	transition:all .35s;
}
.liuyan_form .liuyan_policy .liuyan_policy_btn:hover{
	color:var(--curColor);
}
.liuyan_form .liuyan_check{
	--iconSize:calc(20 / 14 * 1em);
	line-height:var(--iconSize);
	margin-top:.8em;
}
.liuyan_form .liuyan_check label{
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	pointer-events:none;
}
.liuyan_form .liuyan_check label input{
	display:none;
	pointer-events:auto;
}
.liuyan_form .liuyan_check .liuyan_check_icon{
	font-size:var(--iconSize);
	width:1em;
	height:1em;
	color:var(--subColor);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	pointer-events:auto;
}
.liuyan_form .liuyan_check .liuyan_check_icon .iconfont{
	font-size:.8em;
}
.liuyan_form .liuyan_check label input:checked ~ .liuyan_check_icon .iconfont:before{
	content: "\e610";
}
.liuyan_form .liuyan_check .liuyan_check_sw{
	max-width:calc(100% - var(--iconSize));
	padding-left:.5em;
	pointer-events:auto;
}

/* 留言成功弹窗 */
.liuyan_tip{
	--boxSize:min(400px,var(--centerWidth));
	--pd:30px;
	--shadowSize:20px;
	--iconSize:160px;
	position:fixed;
	top:50%;
	left:50%;
	z-index:810;
	transform:translate(-50%,-50%);
	width:var(--boxSize);
	background:#fff;
	padding:var(--pd);
	border-radius:10px;
	box-shadow:0 0 var(--shadowSize) rgba(0,0,0,.1);
	display:none;
}
.liuyan_close{
	--closeSize:calc(30px + 20 / var(--invarPx) * var(--centerWidth));
	position:absolute;
	top:0;
	right:0;
	font-size:var(--closeSize);
	width:1em;
	height:1em;
	color:#999;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	transition:all .35s;
}
.liuyan_close .iconfont{
	font-size:.5em;
	transform:rotate(45deg);
}
.liuyan_tip .liuyan_con{
	text-align:center;
}
.liuyan_tip .liuyan_con .liuyan_icon{
	width:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	margin-left:auto;
	margin-right:auto;
}
.liuyan_tip .liuyan_con .liuyan_icon img{
	display:block;
	max-width:100%;
}
.liuyan_tip .liuyan_con .liuyan_w{
	font-size:24px;
	margin-top:.5em;
}
.liuyan_tip .liuyan_tip_btn{
	display:inline-block;
	color:#fff;
	font-size:18px;
	line-height:calc(40 / 18 * 1em);
	background:var(--curColor);
	border-radius:200px;
	min-width:6.67em;
	padding:0 1em;
	margin-top:1.2em;
	cursor:pointer;
	transition:all .35s;
}
.liuyan_close:hover{
	color:var(--subColor);
}
.liuyan_close.liuyan_tk_close:hover{
	color:var(--curColor);
}
.liuyan_tip .liuyan_tip_btn:hover{
	background:var(--subColor);
}

/* 英文版留言隐私政策弹出 */
.liuyan_tk{
	--wPd:calc(55 / var(--invarPx) * var(--centerWidth));
	--nPd:calc(45 / 55 * var(--wPd));
	--tPd:calc(40 / 55 * var(--wPd));
	position:fixed;
	top:0;
	left:0;
	z-index:10406;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	opacity:0;
	pointer-events:none;
	transition:opacity .35s;
}
.liuyan_tk.is-open{
	opacity:1;
	pointer-events:auto;
}
.liuyan_tk .liuyan_container{
	background:#fff;
	border-radius:10px;
	padding:var(--tPd) var(--wPd);
	position:relative;
}
.liuyan_tk .liuyan_container .liuyan_tit,
.liuyan_tk .liuyan_container .liuyan_view{
	padding:0 var(--nPd);
}
.liuyan_tk .liuyan_container .liuyan_tit{
	text-align:center;
}
.liuyan_tk .liuyan_container .liuyan_tit .liuyan_h,
.liuyan_tk .liuyan_container .liuyan_tit .liuyan_info{
	--font1:12;
	font-size:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth));
	
}
.liuyan_tk .liuyan_container .liuyan_tit .liuyan_h{
	--font2:30;
	font-weight:bold;
}
.liuyan_tk .liuyan_container .liuyan_tit .liuyan_info{
	--font2:18;
	--infoGap:2em;
	color:#666;
	margin-top:.5em;
	margin-left:calc(-1 * var(--infoGap));
}
.liuyan_tk .liuyan_container .liuyan_tit .liuyan_info span{
	margin-left:var(--infoGap);
}
.liuyan_tk .liuyan_container .liuyan_con{
	margin-top:calc(.8 * var(--tPd));
	position:relative;
}
.liuyan_tk .liuyan_container .liuyan_view{
	max-height:calc(90vh - 2.8 * var(--tPd) - 68px);
	overflow-y:auto;
}
.liuyan_tk .liuyan_container .liuyan_view::before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	width:calc(100% - var(--nPd));
	height:var(--tPd);
	background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);
	pointer-events:none;
}
.liuyan_tk .liuyan_container .liuyan_txt{
	padding-bottom:var(--tPd);
}
.liuyan_tk .liuyan_container .liuyan_txt a{
	color:var(--subColor);
	text-decoration:underline;
}
.liuyan_tk .liuyan_close{
	top:10px;
	right:10px;
}
.jdt_view::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.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:5px;
    background-color:var(--curColor);
    -webkit-border-radius: 6px;
}

.jdt_view::-webkit-scrollbar-thumb:horizontal {
    width:5px;
    background-color:var(--curColor);
    -webkit-border-radius: 6px;
}


/* 页脚 */
.footer_box{
	overflow:hidden;
	color:rgba(255,255,255,.6);
	background:#222;
}
.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:calc(40px + 20 / var(--invarPx) * var(--centerWidth));
}
.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(140 / var(--invarPx) * var(--centerWidth));
	--qrNum:2;
	--qrGap:calc(20 / var(--invarPx) * var(--centerWidth));
	--qrTotal:calc((var(--qrSize) + var(--qrGap)) * var(--qrNum));
	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_ml{
    max-width:calc(100% - var(--qrTotal));
}
.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(40 / 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 ul{
	overflow:hidden;
	margin-left:calc(-1 * var(--qrGap));
	margin-top:calc(-1 * var(--qrGap));
}
.footer_box .footer_mid .footer_qr li{
	width:var(--qrSize);
	float:left;
	margin-left:var(--qrGap);
	margin-top:var(--qrGap);
}
.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_mid .footer_qr li p{
	text-align:center;
	font-size:calc(12px + 2 / var(--invarPx) * var(--centerWidth));
	color:#fff;
	margin-top:.5em;
}
.footer_box .footer_mid .footer_tb ul{
    --iconSize:calc(30px + 20 / var(--invarPx) * var(--centerWidth));
    --iconGap:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:calc(-1 * var(--iconGap));
    margin-top:calc(-1 * var(--iconGap));
}
.footer_box .footer_mid .footer_tb ul li{
    margin-top:var(--iconGap);
}
.footer_box .footer_mid .footer_tb .footer_ss{
    display:block;
    margin-left:var(--iconGap);
}
.footer_box .footer_mid .footer_tb .footer_ss span{
    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;
    background:rgba(var(--rgb2),.5);
    border-radius:50%;
    color:#fff;
    transition:all .35s;
}
.footer_box .footer_mid .footer_tb .footer_ss span svg{
    display:block;
    max-width:50%;
    max-height:50%;
}
.footer_box .footer_mid .footer_tb .footer_ss span svg path{
    fill:currentColor !important;
}
.footer_box .footer_mid .footer_tb li p{
	text-align:center;
	font-size:calc(12px + 2 / var(--invarPx) * var(--centerWidth));
	color:#fff;
	margin-top:1em;
}
.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);
}

/* 侧边栏 */
.fix_bar{
	position:fixed;
	right:2px;
	bottom:10%;
	z-index:700;
}
.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(--rgb2),.7);
	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_hide{
	position:absolute;
	right:80px;
	font-size:15px;
	background:var(--subColor);
	border-radius:5px;
	color:#fff;
	display:none;
}
.fix_bar ul li .fix_hide:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:10px;
	height:10px;
	background:var(--subColor);
	transform:translate(50%,27px) rotate(45deg);
}
.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 ul li .fix_ss:hover{
	background:var(--subColor);
}
/*.fix_bar ul li .fix_ss:hover .fix_icon{*/
/*	opacity:0;*/
/*}*/
.fix_bar ul li .fix_ss:hover .fix_txt{
	transform:scale(1);
	opacity:1;
}
.fix_bar ul li:hover .fix_hide{
	display:block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~内页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.innner_banav{
	position:relative;
	overflow:hidden;
	--innavHeight:calc(12px + 38 / var(--invarPx) * var(--centerWidth));
}
/* 内页-banner */
.inner_banner{
    position:relative;
    overflow:hidden;
	height:calc(var(--headerHeight) + 600 / var(--fullPx) * 100vw);
	z-index:2;
}
.inner_banner .inner_banner_mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/mask_bg.png);
	z-index:2;
	pointer-events:none;
}
@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;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.inner_banner .inner_b_txt .inner_b_ce{
	width:100%;
	position:relative;
	font-size:calc(12px + 16 / var(--invarPx) * var(--centerWidth));
	color:#fff;
	padding-bottom:var(--innavHeight);
	padding-top:var(--headerHeight);
	text-align:center;
}
.inner_banner .inner_b_txt .inner_b_cn{
	font-size:2.14em;
	font-weight:bold;
	animation-name:fadeInUp;
	animation-delay:.8s;
}
.inner_banner .inner_b_txt .inner_b_exp{
	display:block;
	color:rgba(255,255,255,1);
	animation-name:fadeInUp;
	animation-delay:1.2s;
}

.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_banner .gywm_video_btn1{
	position:relative;
	top:auto;
	left:auto;
	margin-top:calc(50 / var(--invarPx) * var(--centerWidth));
	margin-left:auto;
	margin-right:auto;
	animation-name:fadeInUp;
	animation-delay:1.4s;
}
.inner_banner .gywm_video_btn1:hover{
	color:var(--curColor);
	background:rgba(255,255,255,.8);
}

/* 二级导航 */
.isub_nav{
	--col:8;
	position:absolute;
	left:0;
	right:0;
	bottom:calc(50 / 50 * var(--innavHeight));
	z-index:5;
	animation-name:fadeInUp1;
	animation-delay:.3s;
	width:calc(100% - 4 * var(--swbtnSize));
	margin-left:auto;
	margin-right:auto;
}
.isub_nav .swiper-container{
	color:#fff;
}
.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(-1.5 * var(--swbtnSize));
	background:#fff;
	color:var(--curColor);
	opacity:.5;
}
.isub_nav .swiper-button-white.swiper-button-bz:hover{
	opacity:1;
}
@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:auto;
}
.isub_nav .swiper-slide + .swiper-slide{
	margin-left:calc(30 / var(--invarPx) * var(--centerWidth));
}
.isub_nav .swiper-slide a{
	display:block;
	text-align:center;
	font-size:calc(24 / 50 * var(--innavHeight));
	padding:0 1em;
	border:solid 1px currentColor;
	height:var(--innavHeight);
	line-height:var(--innavHeight);
	position:relative;
	opacity:.5;
}
.isub_nav .swiper-slide.current{
	z-index:5;
}
.isub_nav .swiper-slide.current a{
	background:rgba(255,255,255,.3);
	opacity:1;
}
.isub_nav .swiper-slide.current:before,
.isub_nav .swiper-slide.current a:before{
	background:transparent;
}
.isub_nav .swiper-slide:not(.current) a:hover{
	opacity:1;
	background:rgba(255,255,255,.3);
}

/* 列表翻页 */
.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:40px;
	height:40px;
	text-align:center;
	line-height:38px;
	overflow:hidden;
	border:solid 1px #eee;
}
.list_pages .pagination li.pg_prev a,
.list_pages .pagination li.pg_next a{
	background:none !important;
	/* color:var(--curColor); */
	width:auto;
	padding:0 25px;
}
.list_pages .pagination li.active a,
.list_pages .pagination li.active span{
	background:var(--subColor);
	border-color:var(--subColor);
	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(--subColor);
	border-color:var(--subColor);
}
.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(--subColor) !important;
	border-color:var(--subColor);
}

/* 内容翻页 */
.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:16px;
}
.ipn_page .inner_pnpage>a span{
	font-weight:bold;
}
.ipn_page .inner_pnpage>a p{
	color:#666;
	max-width:calc(var(--centerWidth) - 2 * var(--pd) - 200px - 4em);
	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 #eee;
}
.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 #eee;
}
.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 .iconfont{
	display:block;
	font-size:20px;
	width:21px;
	height:20px;
	padding-right:4px;
	color:#333;
}
.inner_loc a:hover{
	color:var(--curColor);
}
.inner_loc .inner_loc_tit{
	transform:translateY(-10%);
}
.inner_loc span{
	max-width:400px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.inner_loc span ~ span{
	color:var(--curColor);
}


/* 核心技术页 */
.js_s1{
	--contentHeight:calc(600 / var(--fullPx) * 100vw);
	--cirSize:calc(540 / 600 * var(--contentHeight));
	--bgHeight:calc(var(--headerHeight) + var(--contentHeight));
	position:relative;
	overflow:hidden;
}
.js_s1 .js_bg{
	display:block;
	overflow:hidden;
	height:var(--bgHeight);
}
.js_s1 .js_bg img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.js_s1 .js_mask #particles-js3,
.lxwm_s1 .lxwm_mask > *{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.js_s1 .js_mask #particles-js3 canvas,
.lxwm_s1 .lxwm_mask canvas{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:max(100%,1920px) !important;
	height:max(100%,1080px) !important;
}
.js_s1 .js_content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	color:#fff;
	padding-top:var(--headerHeight);
	pointer-events:none;
}
.js_s1 .js_content .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.js_s1 .js_content .js_sr{
	width:var(--contentHeight);
	height:var(--contentHeight);
	position:relative;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.js_s1 .js_content .js_sr i{
	position:absolute;
	font-size:var(--cirSize);
	width:1em;
	height:1em;
	top:50%;
	left:50%;
	margin-top:-.5em;
	margin-left:-.5em;
	--scale1:1;
	--scale2:1.1;
	animation:Scale1 6s linear infinite forwards;
}
.js_s1 .js_content .js_sr i::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../img/js_s1_cir.png) no-repeat center center;
	background-size:contain;
	animation:rotate1 36s linear infinite forwards;
}
@keyframes Scale1{
	0%,100%{
		transform:scale(var(--scale1));
	}
	50%{
		transform:scale(var(--scale2));
	}
}
.js_s1 .js_content .js_sr img{
	--y:20px;
	display:block;
	max-width:96.6%;
	max-height:96.6%;
	position:relative;
	z-index:3;
	animation:dwimg 2s infinite;
}
.js_s1 .js_content .js_sl{
	width:calc(92% - var(--contentHeight));
}
.js_s1 .js_content .js_sl .js_h,
.js_s1 .js_content .js_sl .js_sh,
.js_s1 .js_content .js_sl .js_sw{
	--font1:12;
	font-size:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
}
.js_s1 .js_content .js_sl .js_h{
	--font2:60;
	font-weight:bold;
	animation-delay:.2s;
}
.js_s1 .js_content .js_sl .js_sh{
	--font2:28;
	margin-top:.5em;
	animation-delay:.4s;
}
.js_s1 .js_content .js_sl .js_sw{
	--font2:20;
	opacity:.8;
	margin-top:.75em;
	animation-delay:.6s;
}
.js_tit .js_h{
	font-size:calc(12px + 18 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.js_tit.center_tit{
	text-align:center;
}
.js_s2 .js_top .center_box,
.gywm_box1 .bz_tit2.center_tit{
	--pd:calc(180 / var(--invarPx) * var(--centerWidth));
	padding-left:var(--pd);
	padding-right:var(--pd);
}
.js_s2 .js_top .js_txt,
.js_s2 .js_bot{
	margin-top:calc(40 / var(--invarPx) * var(--centerWidth));
}
.js_s2 .js_top .js_txt{
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	color:#666;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.js_s2 .js_bot .js_img{
	display:block;
	-webkit-justify-content:center;
	justify-content:center;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.js_s2 .js_bot .js_img img{
	display:block;
	max-width:100%;
}
.js_s3{
	--imgHeight:calc(700 / var(--fullPx) * 100vw);
	position:relative;
	color:#fff;
}
.js_s3 .js_img{
	display:block;
	overflow:hidden;
	filter:brightness(1);
	/* position:relative; */
}
.js_s3 .js_img img{
	display:block;
	width:100%;
	/* height:100%;
	object-fit:cover; */
}
.js_s3 .js_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
}

.js_s3 .js_h,
.js_s3 .js_exp{
	--font1:12;
	font-size:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
}
.js_s3 .js_h{
	--font2:48;
	font-weight:bold;
	animation-delay:.2s;
}
.js_s3 .js_exp{
	--font2:30;
	margin-top:.3em;
	animation-delay:.4s;
}
.js_s4 .js_con{
	--gap:calc(30 / var(--invarPx) * var(--centerWidth));
	--pdLeft:var(--gap);
	--pdTop:calc(50 / 35 * var(--pdLeft));
	--col:3;
	--iconSize:calc(12px + 56 / var(--invarPx) * var(--centerWidth));
}
.js_s4 .js_con 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));
}
.js_s4 .js_con ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.js_s4 .js_con .js_ss{
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	padding:var(--pdTop) var(--pdLeft);
	background:#f7f7f7;
	position:relative;
	overflow:hidden;
	transition:all .35s;
}
.js_s4 .js_con .js_ss::before{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../img/js_s4_item_bg.png) no-repeat right center;
	background-size:auto max(100%,300px);
	opacity:0;
	transform:scale(1.5);
	pointer-events:none;
	transition:all .35s;
}
.js_s4 .js_con .js_ss > *{
	position:relative;
	z-index:3;
}
.js_s4 .js_con .js_ss .js_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.js_s4 .js_con .js_ss .js_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.js_s4 .js_con .js_ss .js_icon svg path{
	fill:currentColor !important;
}
.js_s4 .js_con .js_ss .js_sh,
.js_s4 .js_con .js_ss .js_sw{
	--font1:12;
	font-size:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth));
}
.js_s4 .js_con .js_ss .js_sh{
	--font2:24;
	font-weight:bold;
	margin-top:.8em;
}
.js_s4 .js_con .js_ss .js_sw{
	--font2:18;
	opacity:.8;
	margin-top:.5em;
}

/* 产品页 */
.cp_s1{
	overflow:hidden;
	--pdTop:calc(var(--headerHeight) + 150 / var(--fullPx) * 100vw);
	--pdRight:calc(460 / var(--fullPx) * 100vw);
	position:-webkit-sticky;
	position:sticky;
	top:0;
}
.cp_s1 ~ *{
	position:relative;
	z-index:3;
	background:#fff;
}
.cp_s1 .cp_img{
	display:block;
	overflow:hidden;
	height:100vh;
}
.cp_s1 .cp_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.cp_s1 .cp_wrap{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width:100%;
	height:100%;
	-webkit-justify-content:center;
	justify-content:center;
	color:#fff;
}
.cp_s1 .cp_wrap .center_box{
	padding-top:var(--pdTop);
	padding-right:var(--pdRight);
}
.cp_s1 .cp_wrap .cp_h,
.cp_s1 .cp_wrap .cp_exp{
	--font1:12;
	font-size:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
}
.cp_s1 .cp_wrap .cp_h{
	--font2:92;
	font-weight:bold;
	animation-delay:.2s;
}
.cp_s1 .cp_wrap .cp_exp{
	--font2:36;
	margin-top:.3em;
	animation-delay:.4s;
}
.cp_s1 .cp_mask{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	pointer-events:none;
}
.cp_s2{
	background:#222;
	--imgHeight:calc(850 / var(--fullPx) * 100vw);
}
.cp_s2 .cp_con{
	position:relative;
}
.cp_s2 .cp_con .cp_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.cp_s2 .cp_con .cp_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
	clip-path:inset(9.375% round 0px);
}
.cp_s2 .cp_con .cp_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transform:scale(.9);
}
.cp_s3{
	background:#f7f7f7;
}
.cp_s3 .cp_con{
	--col:4;
	--gap:calc(30 / var(--invarPx) * var(--centerWidth));
	--pd:calc(50 / var(--invarPx) * var(--centerWidth));
	--iconSize:calc(160 / var(--invarPx) * var(--centerWidth));
	--borWidth:calc(5px + 5 / 160 * var(--iconSize));
	--iconMg:calc(2 * var(--borWidth));
	--rgb:102,102,102;
}
.cp_s3 .cp_con 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));
}
.cp_s3 .cp_con ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.cp_s3 .cp_con .cp_ss{
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	text-align:center;
	padding:var(--pd);
	position:relative;
	overflow:hidden;
}
.cp_s3 .cp_con .cp_ss::before{
	content:"";
	position:absolute;
	width:var(--iconSize);
	height:var(--iconSize);
	top:calc(var(--pd) + var(--iconMg));
	left:50%;
	margin-left:calc(-.5 * var(--iconSize));
	background:rgba(var(--rgb),1);
	border-radius:50%;
	opacity:0;
	transition:all .5s;
}
.cp_s3 .cp_con .cp_ss .cp_st{
	width:var(--iconSize);
	margin:var(--iconMg) auto;
	position:relative;
	z-index:3;
}
.cp_s3 .cp_con .cp_ss .cp_st::before,
.cp_s3 .cp_con .cp_ss .cp_st:after{
	content:"";
	position:absolute;
	border-radius:50%;
	transition:all .35s;
}
.cp_s3 .cp_con .cp_ss .cp_st::before{
	top:calc(-1 * var(--iconMg));
	right:calc(-1 * var(--iconMg));
	bottom:calc(-1 * var(--iconMg));
	left:calc(-1 * var(--iconMg));
	background:rgba(var(--rgb),.3);
}
.cp_s3 .cp_con .cp_ss .cp_st::after{
	top:calc(-1 * var(--borWidth));
	right:calc(-1 * var(--borWidth));
	bottom:calc(-1 * var(--borWidth));
	left:calc(-1 * var(--borWidth));
	background:rgba(var(--rgb),1);
}
.cp_s3 .cp_con .cp_ss .cp_icon{
	height:var(--iconSize);
	border-radius:50%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	color:rgba(var(--rgb),1);
	background:#fff;
	position:relative;
	z-index:3;
}
.cp_s3 .cp_con .cp_ss .cp_icon svg{
	display:block;
	max-width:43.75%;
	max-height:43.75%;
}
.cp_s3 .cp_con .cp_ss .cp_icon svg path{
	fill:currentColor !important;
}
.cp_s3 .cp_con .cp_ss .cp_sd{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	padding-top:1.25em;
	position:relative;
	z-index:3;
}
.cp_s4{
	overflow:hidden;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.cp_s4 .cp_img,
.cp_s4 .cp_wrap{
	width:100%;
}
.cp_s4 .cp_wrap{
	position:relative;
	z-index:3;
	margin-left:-100%;
}
.cp_s4 .cp_img img{
	display:block;
	width:100%;
}
.cp_s5{
	position:relative;
	overflow:hidden;
	--gap:calc(130 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(530 / var(--invarPx) * var(--centerWidth));
}
.cp_s5 .cp_bg{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	pointer-events:none;
	--deg1:5.7deg;
	--deg2:0deg;
	--scaleX1:1;
	--scaleY1:0;
	--scaleX2:1;
	--scaleY2:1;
	--x1:0;
	--x2:0;
	--y1:100%;
	--y2:0;
	--op1:0;
	--op2:1;
	transform-origin:bottom;
	animation-name:triBg;
}
.cp_s5 .cp_bg img{
	display:block;
	width:100%;
}
@keyframes triBg{
	0%{
		transform:translate(var(--x1),var(--y1)) rotate(var(--deg1)) scale(var(--scaleX1),var(--scaleY1));
		opacity:var(--op1);
	}
	100%{
		transform:translate(var(--x2),var(--y2)) rotate(var(--deg2)) scale(var(--scaleX2),var(--scaleY2));
		opacity:var(--op2);
	}
}
.cp_s5 .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	position:relative;
	z-index:3;
}
.cp_s5 .cp_txt{
	width:calc(100% - var(--gap) - var(--imgWidth));
}
.cp_s5 .cp_img{
	width:var(--imgWidth);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.cp_s5 .cp_img img{
	display:block;
	max-width:82%;
	max-height:calc(600 / 530 * var(--imgWidth));
	--scale1:.4;
	--scale2:1;
	--op1:0;
	--op2:1;
	transform-origin:bottom;
	animation-name:Scale2;
	animation-duration:1.2s;
	animation-delay:.3s;
}
@keyframes Scale2{
	0%{
		transform:scale(var(--scale1));
		opacity:var(--op1);
	}
	100%{
		transform:scale(var(--scale2));
		opacity:var(--op2);
	}
}
.cp_s6{
	background:#202123;
	--gap:calc(190 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(760 / var(--invarPx) * var(--centerWidth));
	--txtPd:calc(50 / var(--invarPx) * var(--centerWidth));
}
.cp_s6 .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.cp_s6 .cp_sl{
	width:calc(100% - var(--gap) - var(--imgWidth));
}
.cp_s6 .cp_sl .cp_txt{
	padding:var(--txtPd);
	background:#fff;
	border-radius:10px;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.cp_s6 .cp_sl .cp_txt .cp_sw{
	--lineHeight:2.5;
	line-height:var(--lineHeight) !important;
	background-image:linear-gradient(transparent calc(100% - 1px),rgba(var(--rgb2),.3) 1px);
	background-size:100% calc(var(--lineHeight) * 1em);
	font-size:calc(24 / var(--invarPx) * var(--centerWidth)) !important;
	margin-top:calc(-1 * (var(--lineHeight) * 1em - 1em) / 2);
}
.cp_s6 .cp_sl .cp_txt .cp_sw *{
	line-height:inherit !important;
	font-size:1em !important;
}
.cp_s6 .cp_sr{
	width:var(--imgWidth);
	-webkit-justify-content:center;
	justify-content:center;
	animation-name:fadeInRight;
	animation-delay:.4s;
}
.cp_s6 .cp_sr img{
	display:block;
	max-width:80%;
	max-height:var(--imgWidth);
}
.cpm_swiper{
	--gap:30px;
	--col:3;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--pd:calc(20 / var(--invarPx) * var(--centerWidth));
	position:relative;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.cpm_swiper .swiper-button.swiper-button-bz{
	--swPos:0px;
}
.cpm_swiper .swiper-slide{
	width:var(--imgWidth);
	margin-right:var(--gap);
}
.cpm_swiper .cp_ss{
	display:block;
	position:relative;
	overflow:hidden;
}
.cpm_swiper .cp_ss .cp_img{
	overflow:hidden;
	height:var(--imgWidth);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.cpm_swiper .cp_ss .cp_img img{
	display:block;
	max-width:100%;
	max-height:100%;
	transition:all .35s;
}
.cpm_swiper .cp_ss .cp_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.cpm_swiper .cp_ss .cp_wrap::before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50%;
	background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
	transform-origin:bottom;
	transform:scaleY(0);
	opacity:0;
	transition:all .35s;
}
.cpm_swiper .cp_ss .cp_wrap .cp_txt{
	width:100%;
	text-align:center;
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	transform:translateY(calc(var(--moreHeight) + .5em));
	transition:all .35s;
	padding:calc(.5 * var(--pd));
	position:relative;
	z-index:3;
}
.cpm_swiper .cp_ss .cp_wrap .cp_sh{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-shadow:0 0 .5em #fff;
}
.cpm_swiper .cp_ss .cp_wrap .cp_more{
	opacity:0;
	transition:opacity .35s;
}
.cpm_swiper .cp_ss .cp_wrap .bz_more1{
	height:var(--moreHeight);
}
.cp_s8{
	overflow:hidden;
	background:#f7f7f7;
}

/* 使用场景 */
.sycj_swiper{
	--col:3;
	--jdtWidth:17px;
	--pd:max(var(--swbtnSize),calc(75 / var(--fullPx) * 100vw));
	--cover:calc(315 / var(--fullPx) * 100vw);
	--imgWidth:calc((100vw - var(--jdtWidth) + 2 * var(--cover)) / var(--col) - 2 * var(--pd));
	--imgHeight:calc(420 / 700 * var(--imgWidth));
	margin-left:calc(-1 * var(--cover));
	margin-right:calc(-1 * var(--cover));
	position:relative;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.sycj_swiper .swiper-button.swiper-button-bz{
	top:calc(var(--imgHeight) / 2);
	--swPos:calc(33.333% - var(--swbtnSize) * .5);
}
.sycj_swiper .swiper-slide{
	width:var(--imgWidth);
}
.sycj_swiper .sycj_ss{
	display:block;
	padding:0 var(--pd);
}
.sycj_swiper .sycj_ss .sycj_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
}
.sycj_swiper .sycj_ss .sycj_img img{
	display:block;
	width:100%;
	height:100%;
	transition:all .35s;
}
.sycj_swiper .sycj_ss .sycj_sw{
	display:block;
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	text-align:center;
	margin-top:.8em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	opacity:0;
	transition:all .35s;
}
.sycj_swiper .swiper-slide-active .sycj_ss .sycj_sw{
	opacity:1;
}
.sycj_swiper .sycj_ss:hover .sycj_sw{
	color:var(--subColor);
}
.sycj_swiper .sycj_ss:hover .sycj_img img{
	transform:scale(1.06);
	transition:all .5s;
}

/* 行业应用页 */
.yy_s1{
	--imgWidth:calc(700 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(420 / 700 * var(--imgWidth));
	--gap:calc(100 / var(--invarPx) * var(--centerWidth));
	overflow:hidden;
}
.yy_s1 .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.yy_s1 .yy_sl{
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
	animation-name:slideInLeft;
}
.yy_s1 .yy_sl img{
	display:block;
	width:100%;
	height:100%;
}
.yy_s1 .yy_sr{
	width:calc(100% - var(--imgWidth) - var(--gap));
}
.yy_s1 .yy_sr .yy_sw{
	--lineHeight:1.625;
	--row:4;
	font-size:calc(12px + 8 / var(--invarPx) * var(--centerWidth));
	min-height:calc(4 * var(--lineHeight) * 1em);
	margin-top:calc(30 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.yy_s1 .yy_sr .bz_more1{
	margin-top:calc(20 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.yy_box1 .cp_s4{
	-webkit-align-items:stretch;
	align-items:stretch;
}
.yy_box1 .cp_s4 .cp_wrap{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.yy_s3 .yy_con{
	--gap:calc(30 / var(--invarPx) * var(--centerWidth));
	--pd:calc(40 / 30 * var(--gap));
	--iconSize:calc(160 / var(--invarPx) * var(--centerWidth));
	--col:4;
}
.yy_s3 .yy_con ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.yy_s3 .yy_con ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.yy_s3 .yy_con .yy_ss{
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	background:#f5f5f5;
	padding:var(--pd);
	transition:all .35s;
}
.yy_s3 .yy_con .yy_ss .yy_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	margin-left:auto;
	margin-right:auto;
	background:#666;
	border-radius:50%;
	color:#fff;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	transition:all .35s;
}
.yy_s3 .yy_con .yy_ss .yy_icon svg{
	display:block;
	max-width:46.875%;
	max-height:46.875%;
}
.yy_s3 .yy_con .yy_ss .yy_icon svg path{
	fill:currentColor !important;
}
.yy_s3 .yy_con .yy_ss .yy_txt{
	text-align:center;
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
}
.yy_s3 .yy_con .yy_ss .yy_txt .yy_sh{
	font-size:calc(24 / 18 * 1em);
	font-weight:bold;
	margin-top:var(--gap);
}
.yy_s3 .yy_con .yy_ss .yy_txt .yy_sw{
	opacity:.8;
	margin-top:calc(16 / 30 * var(--gap));
}
.yy_s4{
	background:#222;
}
.yy_s4 .yy_con{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.yycj_swiper{
	--gap:40px;
	--col:2;
	--row:2;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(380 / 760 * var(--imgWidth));
	--txtPdLeft:calc(30 / var(--invarPx) * var(--centerWidth));
	--txtPdTop:calc(20 / 30 * var(--txtPdLeft));
	--iconSize:calc(80 / var(--invarPx) * var(--centerWidth));
}
.yycj_swiper .swiper-container{
	height:calc((var(--row) - 1) * var(--gap) + var(--imgHeight) * var(--row));
}
.yycj_swiper .swiper-slide{
	width:var(--imgWidth);
	height:var(--imgHeight);
	margin-right:var(--gap);
}
.yycj_swiper ul li + li{
	margin-top:var(--gap);
}
.yycj_swiper .yy_ss{
	overflow:hidden;
	position:relative;
	color:#fff;
	cursor:pointer;
}
.yycj_swiper .yy_ss .yy_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
}
.yycj_swiper .yy_ss .yy_img img{
	display:block;
	width:100%;
	height:100%;
	transition:all .35s;
}
.yycj_swiper .yy_ss .yy_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
.yycj_swiper .yy_ss .yy_wrap::before,
.yycj_swiper .yy_ss .yy_wrap::after{
	content:"";
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	transition:all .35s;
}
.yycj_swiper .yy_ss .yy_wrap::before{
	height:27%;
	background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
}
.yycj_swiper .yy_ss .yy_wrap::after{
	height:100%;
	background:rgba(0,0,0,.6);
	opacity:0;
}
.yycj_swiper .yy_ss .yy_wrap .yy_txt{
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	padding:var(--txtPdTop) var(--txtPdLeft);
	transition:all .5s;
}
.yycj_swiper .yy_ss .yy_wrap .yy_icon{
	font-size:var(--iconSize);
	width:1em;
	height:1em;
	border-radius:50%;
	background:rgba(255,255,255,.3);
	margin-left:auto;
	margin-right:auto;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	opacity:0;
	transform:scale(.4);
	transition:all .35s;
}
.yycj_swiper .yy_ss .yy_wrap .yy_icon .iconfont{
	font-size:.5em;
}
.yycj_swiper .yy_ss .yy_wrap .yy_sh{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	margin-top:.5em;
}

/* 应用场景弹窗 */
.yycj_pop{
	position:fixed;
	top:0;
	left:0;
	z-index:10406;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	-webkit-align-items:center;
	align-items:center;
	--pd:calc(30 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(1100 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(740 / 1100 * var(--imgWidth));
	--gap:calc(50 / 30 * var(--pd));
	pointer-events:none;
	opacity:0;
	transition:opacity .35s;
}
.yycj_pop.is-open{
	pointer-events:auto;
	opacity:1;
}
.yycj_pop.is-open .yycj_sl .swiper-fade .swiper-slide-active{
	pointer-events:auto;
}
.yycj_pop .bz_tit2{
	opacity:.8;
}
.yycj_pop .yycj_close{
	position:absolute;
	top:10px;
	right:10px;
	font-size:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
	width:1em;
	height:1em;
	border-radius:50%;
	color:#999;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	transition:all .35s;
}
.yycj_pop .yycj_close .iconfont{
	font-size:.5em;
	transform:rotate(45deg);
}
.yycj_pop .yycj_close:hover{
	background:var(--subColor);
	color:#fff;
}
.yycj_pop .yycj_container{
	background:#fff;
	padding:var(--pd);
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	position:relative;
}
.yycj_pop .yycj_sl{
	width:var(--imgWidth);
}
.yycj_pop .yycj_sl .yycj_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
}
.yycj_pop .yycj_sl .yycj_img img{
	display:block;
	width:100%;
	height:100%;
	transform:scale(1.1);
	transition:all 2s;
}
.yycj_pop .yycj_sl .swiper-fade .swiper-slide-active{
	pointer-events:none;
}
.yycj_pop .yycj_sl .swiper-slide-active .yycj_img img{
	transform:scale(1);
}
.yycj_pop .yycj_sr{
	width:calc(100% - var(--imgWidth) - var(--gap));
	padding-top:calc(16 / var(--invarPx) * var(--centerWidth));
}
.yycj_pop .yycj_sr .bz_tit2{
	color:var(--subColor);
}
.yycj_pop .yycj_sr .yycj_txt{
	margin-top:calc(30 / var(--invarPx) * var(--centerWidth));
}
.yycj_pop .yycj_sr .yycj_txt .yycj_sh{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	line-height:1.3;
}
.yycj_pop .yycj_sr .yycj_txt .yycj_sw{
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	opacity:.8;
	margin-top:calc(20 / var(--invarPx) * var(--centerWidth));
}
.yycj_pop .yycj_sr .yycj_txt ul li{
	display:none;
}
.yycj_pop .yycj_sr .yycj_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);
    }
}
.yycj_pop .yycj_sr .yycj_ops{
	position:absolute;
	right:var(--pd);
	bottom:calc(2 * var(--pd));
	-webkit-align-items:center;
	align-items:center;
}
.yycj_pop .yycj_sr .yycj_ops .swiper-button{
	--swPos:0px;
	position:relative;
	top:auto;
	margin-top:0;
	z-index:3;
	color:#333;
}
.yycj_pop .yycj_sr .yycj_ops .swiper-pagination{
	font-size:18px;
	line-height:1;
	color:#999;
	position:static;
}
.yycj_pop .yycj_sr .yycj_ops .swiper-pagination .swiper-pagination-current{
	font-size:48px;
	font-weight:bold;
	color:#333;
}
.yycj_pop .yycj_sr .yycj_ops .swiper-button:hover{
	color:var(--subColor);
}

/* 新闻列表页 */
.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:#f7f7f7;
	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;
	color:#999;
	font-size:14px;
	margin-top:.65em;
}
.xw_list .xw_ss .xw_txt .xw_sw{
	color:#666;
	margin-top:.6em;
}
.xw_list .xw_ss .xw_txt .bz_more1{
	padding:.5em 1em;
	background:#eee;
	border-radius:200px;
	margin-top:1.5em;
}

/* 新闻详情页 */
.xqy_box1{
	--pd:0px;
}
.xqy_box1 .center_box{
	--centerWidth:1200px;
}
.xqy_container{
	overflow:hidden;
}
.xqy_container .xqy_title .xqy_h{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.xqy_container .xqy_info{
	--gap:40px;
	font-size:14px;
	color:#666;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin-left:calc(-1 * var(--gap));
	margin-top:.7em;
}
.xqy_container .xqy_info span{
	margin-left:var(--gap);
}

/* 关于我们页 */
.gywm_s1 .gywm_bg{
	display:block;
	margin-top:calc(60 / var(--invarPx) * var(--centerWidth));
}
.gywm_s1 .gywm_bg img{
	display:block;
	width:100%;
}
.gywm_s1 .gywm_td{
	--col:4;
	--gap:calc(30 / var(--invarPx) * var(--centerWidth));
	--pdLeft:calc(40 / var(--invarPx) * var(--centerWidth));
	--pdTop:calc(50 / var(--invarPx) * var(--centerWidth));
	--iconSize:calc(90 / var(--invarPx) * var(--centerWidth));
	margin-top:var(--pdTop);
}
.gywm_s1 .gywm_td ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.gywm_s1 .gywm_td ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_s1 .gywm_td .gywm_ss{
	background:#f7f7f7;
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	padding:var(--pdTop) var(--pdLeft);
	text-align:center;
	transition:all .35s;
}
.gywm_s1 .gywm_td .gywm_ss .gywm_icon{
	color:var(--subColor);
	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;
	transition:all .35s;
}
.gywm_s1 .gywm_td .gywm_ss .gywm_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.gywm_s1 .gywm_td .gywm_ss .gywm_icon svg path{
	fill:currentColor !important;
}
.gywm_s1 .gywm_td .gywm_ss .gywm_txt{
	margin-top:calc(25 / var(--invarPx) * var(--centerWidth));
}
.gywm_s1 .gywm_td .gywm_ss .gywm_txt .gywm_sh{
	font-size:calc(12px + 18 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
}
.gywm_s1 .gywm_td .gywm_ss .gywm_txt .gywm_sw{
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	line-height:1.5;
	opacity:.8;
	margin-top:.5em;
}
.gywm_s1 .gywm_bot{
	padding-top:calc(25 / var(--invarPx) * var(--centerWidth));
}
.gywm_s1 .gywm_counter{
	margin-top:calc(60 / var(--invarPx) * var(--centerWidth));
}
.gywm_s3{
	background:#f7f7f7 url(../img/gywm_s3_bg.png) no-repeat center bottom;
	background-size:100%;
	overflow:hidden;
}
.gywm_s4 .bz_tit2 .bz_exp{
	--font2:24;
	margin-top:calc(10 / var(--invarPx) * var(--centerWidth));
}
.gywm_s4 .gywm_counter{
	position:relative;
	z-index:3;
}
.gywm_s4 .gywm_counter ul{
	-webkit-justify-content:space-around;
	justify-content:space-around;
}
.gywm_s4 .gywm_counter .gywm_ss::before,
.gywm_s4 .gywm_counter .gywm_ss::after{
	display:none;
}
.gywm_s4 .yxwl_map{
	margin-top:calc(-140 / var(--invarPx) * var(--centerWidth));
}

/* 荣誉资质 */
.zzzs_swiper{
	--gap:30px;
	--col:4;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
}
.zzzs_swiper .swiper-slide{
	width:var(--imgWidth);
	margin-right:var(--gap);
}
.zzzs_swiper .zzzs_img{
	width:100%;
	height:var(--imgWidth);
	padding:10px;
	background:#f7f7f7;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	transition:all .35s;
}
.zzzs_swiper .zzzs_img img{
	display:block;
	max-width:100%;
	max-height:100%;
}
.zzzs_swiper .gallery-caption{
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top:1em;
	transition:all .35s;
}
.zzzs_swiper .zzzs_line{
	display:block;
	width:min(20px,calc(20 / var(--centerPx) * var(--centerWidth)));
	height:2px;
	background:var(--curColor);
	margin-top:.6em;
}
.zzzs_swiper .swiper-slide:hover .gallery-caption{
	color:var(--curColor);
}

/* 发展历程 */
.fzlc_swiper2{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.fzlc_swiper2 .fzlc_st{
	--numHeight:44px;
	--iconSize:30px;
	--pd:calc(var(--swbtnSize) + 30 / var(--invarPx) * var(--centerWidth));
	padding:0 var(--pd);
	position:relative;
}
.fzlc_swiper2 .fzlc_st:before{
	content:"";
	position:absolute;
	width:calc(100% - 2 * var(--pd));
	height:2px;
	left:50%;
	top:calc(50% - 2px);
	transform:translateX(-50%);
	background:#000;
	opacity:.1;
}
.fzlc_swiper2 .fzlc_st .fzlc_ss{
	text-align:center;
	font-size:0;
}
.fzlc_swiper2 .fzlc_st .fzlc_ss .fzlc_numh{
	display:block;
	height:var(--numHeight);
	line-height:var(--numHeight);
}
.fzlc_swiper2 .fzlc_st .fzlc_ss .fzlc_num{
	display:inline-block;
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	cursor:pointer;
}
.fzlc_swiper2 .fzlc_st .fzlc_ss .fzlc_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	margin-left:auto;
	margin-right:auto;
	color:var(--curColor);
	opacity:0;
	transform:translateY(calc(-.5 * var(--iconSize)));
	transition:all .35s;
	cursor:pointer;
}
.fzlc_swiper2 .fzlc_st .fzlc_ss .fzlc_icon .iconfont{
	font-size:var(--iconSize);
}
.fzlc_swiper2 .fzlc_st .fzlc_ss .fzlc_icon img{
	display:block;
	max-width:100%;
	max-height:100%;
	animation:rotate1 4s linear infinite forwards;
}
.fzlc_swiper2 .fzlc_st .swiper-slide-thumb-active .fzlc_ss .fzlc_num{
	font-weight:bold;
}
.fzlc_swiper2 .fzlc_st .swiper-slide-thumb-active .fzlc_ss .fzlc_icon{
	opacity:1;
	transform:translateY(-2px);
}
.fzlc_swiper2 .fzlc_sd{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	--numWidth:360px;
	--numFont:100px;
}
.fzlc_swiper2 .fzlc_sd .fzlc_ss{
	-webkit-justify-content:center;
	justify-content:center;
}
.fzlc_swiper2 .fzlc_sd .fzlc_ss .fzlc_num{
	width:var(--numWidth);
	font-size:var(--numFont);
	font-weight:bold;
	color:var(--subColor);
	border-right:solid 1px rgba(var(--rgb1),.5);
	text-align:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.fzlc_swiper2 .fzlc_sd .fzlc_ss .fzlc_txt{
	width:calc(600 / var(--centerPx) * var(--centerWidth));
	padding:0 calc(.5 * var(--numFont));
	-webkit-align-items:center;
	align-items:center;
}
.fzlc_swiper2 .fzlc_sd .fzlc_ss .fzlc_sw{
	font-size:16px;
}
.fzlc_swiper2 .swiper-button.swiper-button-bz{
	--swPos:0px;
}

/* 全球布局 */
.yxwl_map{
	--mapWidth:1454;
	--mapHeight:709;
	position:relative;
	width:calc(var(--mapWidth) / var(--invarPx) * var(--centerWidth));
	margin-left:auto;
	margin-right:auto;
}
.yxwl_map .yxwl_img{
	display:block;
}
.yxwl_map .yxwl_img img{
	display:block;
	width:100%;
}
.yxwl_map .yxwl_mask li{
	position:absolute;
	transform:translate(-50%,-50%);
	color:var(--subColor);
}
.yxwl_map .yxwl_mask li.yxwl_jnd{
	left:15.818%;
	top:25.38787%;
}
.yxwl_map .yxwl_mask li.yxwl_mg{
	left:23%;
	top:39.44%;
}
.yxwl_map .yxwl_mask li.yxwl_mxg{
	left:18.51%;
	top:50.44%;
}
.yxwl_map .yxwl_mask li.yxwl_bl{
	left:26.1348%;
	top:70.1%;
}
.yxwl_map .yxwl_mask li.yxwl_blwy{
	left:29.2297%;
	top:73.91%;
}
.yxwl_map .yxwl_mask li.yxwl_zl{
	left:27.72%;
	top:79.54866%;
}
.yxwl_map .yxwl_mask li.yxwl_blg{
	left:30.949%;
	top:80.1128%;
}
.yxwl_map .yxwl_mask li.yxwl_wlg{
	left:31.71%;
	top:84.2%;
}
.yxwl_map .yxwl_mask li.yxwl_bx{
	left:34.59%;
	top:71.79%;
}
.yxwl_map .yxwl_mask li.yxwl_xby{
	left:45.8%;
	top:41.18%;
}
.yxwl_map .yxwl_mask li.yxwl_hl{
	left:47.524%;
	top:33.5684%;
	display:none;
}
.yxwl_map .yxwl_mask li.yxwl_dg{
	left:49.17%;
	top:33%;
}
.yxwl_map .yxwl_mask li.yxwl_bol{
	left:51.8569%;
	top:31.87588%;
}
.yxwl_map .yxwl_mask li.yxwl_ydl{
	left:50.894%;
	top:39.77%;
	display:none;
}
.yxwl_map .yxwl_mask li.yxwl_kldy{
	left:51.9257%;
	top:36.67%;
}
.yxwl_map .yxwl_mask li.yxwl_teq{
	left:56.05%;
	top:41.89%;
	display:none;
}
.yxwl_map .yxwl_mask li.yxwl_wkl{
	left:56.396%;
	top:35.12%;
}
.yxwl_map .yxwl_mask li.yxwl_jn{
	left:46.767%;
	top:60.93%;
}
.yxwl_map .yxwl_mask li.yxwl_aseby{
	left:57.977%;
	top:59.1%;
}
.yxwl_map .yxwl_mask li.yxwl_nf{
	left:53.92%;
	top:83.216%;
}
.yxwl_map .yxwl_mask li.yxwl_bjst{
	left:67.056%;
	top:52.186%;
}
.yxwl_map .yxwl_mask li.yxwl_yd{
	left:69.05%;
	top:56.1354%;
}
.yxwl_map .yxwl_mask li.yxwl_tg{
	left:75.58%;
	top:55.71%;
}
.yxwl_map .yxwl_mask li.yxwl_xjp{
	left:76.066%;
	top:66.29%;
}
.yxwl_map .yxwl_mask li.yxwl_yn{
	left:77.37%;
	top:57.4%;
}
.yxwl_map .yxwl_mask li.yxwl_els{
	left:75.98%;
	top:20.733%;
}
.yxwl_map .yxwl_mask li.yxwl_zg{
	left:76.817%;
	top:42.2%;
}
.yxwl_map .yxwl_mask li.yxwl_hg{
	left:82.737%;
	top:43.159%;
}
.yxwl_map .yxwl_mask li.yxwl_pty{
	left:44.5667%;
	top:40.9%;
	display:none;
}
.yxwl_map .yxwl_mask li.yxwl_bls{
	left:47.11%;
	top:35.966%;
}
.yxwl_map .yxwl_mask li.yxwl_tns{
	left:49.86%;
	top:43.723554%;
}
.yxwl_map .yxwl_mask li.yxwl_bsny{
	left:52.4%;
	top:38.36%;
	display:none;
}
.yxwl_map .yxwl_mask li.yxwl_lmny{
	left:54.4%;
	top:38.36%;
}
.yxwl_map .yxwl_mask li.yxwl_ltwy{
	left:53.92%;
	top:27.644%;
}
.yxwl_map .yxwl_mask li.yxwl_xly{
	left:57.29%;
	top:44.71%;
}
.yxwl_map .yxwl_mask li.yxwl_yd{
	left:57.15%;
	top:46.26%;
	display:none;
}
.yxwl_map .yxwl_mask li.yxwl_kwt{
	left:60.522696%;
	top:48.519%;
}
.yxwl_map .yxwl_mask li.yxwl_yl{
	left:62.5859%;
	top:48.519%;
}
.yxwl_map .yxwl_mask li.yxwl_alq{
	left:61.8982%;
	top:51.48%;
	display:none;
}
.yxwl_map .yxwl_mask li.yxwl_sllk{
	left:69.67%;
	top:60.93%;
}
.yxwl_map .yxwl_mask li.yxwl_adly{
	left:84.663%;
	top:80.254%;
}
.yxwl_map .yxwl_mask li.yxwl_xxl{
	left:95.25447%;
	top:90.55%;
	display:none;
}
.yxwl_map .yxwl_mask li .yxwl_dot{
	display:block;
	font-size:10px;
	width:1em;
	height:1em;
	border-radius:50%;
	background:currentcolor;
	position:relative;
}
.yxwl_map .yxwl_mask li .yxwl_dot:before,
.yxwl_map .yxwl_mask li .yxwl_dot:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:-1;
	border:solid 1px currentcolor;
	border-radius:50%;
	box-sizing:border-box;
	pointer-events:none;
}
.yxwl_map .yxwl_mask li:nth-of-type(3n-2) .yxwl_dot:before{
    animation:play-btn-1 1.4s linear infinite;
}
.yxwl_map .yxwl_mask li:nth-of-type(3n-2) .yxwl_dot:after{
    animation:play-btn-2 2.8s linear infinite;
}
.yxwl_map .yxwl_mask li:nth-of-type(3n-1) .yxwl_dot:before{
    animation:play-btn-1 1.4s .5s linear infinite;
}
.yxwl_map .yxwl_mask li:nth-of-type(3n-1) .yxwl_dot:after{
    animation:play-btn-2 2.8s .5s linear infinite;
}
.yxwl_map .yxwl_mask li:nth-of-type(3n) .yxwl_dot:before{
    animation:play-btn-1 1.4s 1s linear infinite;
}
.yxwl_map .yxwl_mask li:nth-of-type(3n) .yxwl_dot:after{
    animation:play-btn-2 2.8s 1s linear infinite;
}
@keyframes play-btn-1{
    0% {
        width:100%;
		height:100%;
        opacity:1;
    }
    100% {
        width:400%;
		height:400%;
        opacity:0.2;
    }
}
@keyframes play-btn-2 {
    0% {
        width:100%;
        height:100%;
        opacity:1;
    }
    100% {
        width:800%;
        height:800%;
        opacity:0.2;
    }
}
.yxwl_map .yxwl_mask li .yxwl_sw{
	width:80px;
	text-align:center;
	font-size:14px;
	color:#333;
	position:absolute;
	top:calc(100% + 1px);
	left:50%;
	transform:translateX(-50%);
	z-index:5;
	opacity:0;
	pointer-events:none;
	transition:all .35s;
}
.yxwl_map .yxwl_mask li:hover .yxwl_sw{
	opacity:1;
}

/* 联系我们页 */
.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:#f7f7f7;
	padding:var(--pd);
	border-radius:10px;
	position:relative;
	overflow:hidden;
}
.lxwm_s1 .lxwm_mask{
	opacity:.5;
}
.lxwm_s1 .lxwm_con::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to right,rgba(247,247,247,0),rgba(247,247,247,1) 15%,rgba(247,247,247,1) 85%,rgba(247,247,247,0));
	z-index:2;
}
.lxwm_s1 .lxwm_con .lxwm_tit,
.lxwm_s1 .lxwm_sd{
	position:relative;
	z-index:5;
}
.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(--subColor);
	-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_box1 .liuyan_box .liuyan_sh{
	font-size:calc(12px + 12 / 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(--subColor);
}
#dituContent .BMap_bubble_pop .ditu_sw{
	font-size:16px;
	margin-top:.3em;
}
#dituContent .BMap_bubble_pop .BMap_bubble_content{
	width:290px !important;
}




















@media screen and (max-width:1440px){
	.header_box{
		--navGap:calc(20 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 新闻详情页 */
	.xqy_box1 .center_box{
		--centerWidth:1100px;
	}
}



@media screen and (min-width:1200px){
	/* header */
	.menu_bg{
		display:none;
	}
	.header_box{
		transition:all 0.35s ease-in-out;
	}
	.header_box.out,
	.header_box.scr{
		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_box2 .header_link .header_rs:hover{
		background:var(--curColor);
		border-color:var(--curColor);
		color:#fff;
	}
	.header_box .header_link .header_rs:hover{
		background:#fff;
		border-color:#fff;
		color:#333;
	}
	.nav_box > ul > li:not(.active) > a:hover::before{
		transform:scaleX(1);
		opacity:1;
		transition:all .6s;
	}
	
	/* 下拉菜单-产品 */
	nav ul>li:hover .cp_subnav{
		transform:scaleY(1);
		visibility:visible;
		opacity: 1;
		pointer-events:auto;
	}
	.cp_subnav ol li .cp_ss:hover{
		opacity:1;
	}
	.cp_subnav ol li .cp_ss:hover .cp_sw{
		color:var(--subColor);
	}
	
	/* 下拉菜单-一般 */
	nav ul>li:hover .yb_subnav{
		transform:scaleY(1);
		visibility:visible;
		opacity: 1;
		pointer-events:auto;
	}
	.yb_subnav .yb_ss:hover .yb_icon::before{
		transform:scale(1);
		opacity:1;
		transition:all .5s;
	}
	.yb_subnav .yb_ss:hover .yb_icon svg{
		transform:scale(.8);
	}
	.yb_subnav .yb_ss:hover .yb_sw{
		color:var(--subColor);
	}
	
	
	/* 视频弹出窗 */
	.pop_box .pop_close{
		opacity:0;
	}
	
	/* 行业应用 */
	.yy_swiper .yy_container .swiper-slide:hover::after{
		transform:scaleY(1);
		opacity:1;
	}
	.yy_swiper .yy_container .swiper-slide:hover .yy_ss{
		bottom:50%;
		transform:translateY(50%);
		
	}
	.yy_swiper .yy_container .swiper-slide:hover .yy_ss .yy_view{
		max-height:180px;
		opacity:1;
		/* transition-delay:.2s; */
	}
	.yy_swiper .yy_container .swiper-slide:hover .yy_ss .yy_icon::before{
		opacity:1;
		transform:scale(1);
		transition-delay:.4s;
	}
	.yy_swiper .yy_container .swiper-slide:hover .yy_ss .yy_icon::after{
		--dotPos:calc(5px + 5 / var(--invarPx) * var(--centerWidth));
		transition-delay:.4s;
	}
	
	/* 热门资讯 */
	.xw_swiper .xw_top .xw_ss .xw_img img{
		transform:scale(1.1);
		transition:all .5s;
	}
	.xw_swiper .xw_top .xw_ss:hover .xw_img img{
		transform:scale(1);
	}
	.xw_swiper .xw_top .xw_ss:hover .xw_wrap{
		color:#fff;
		background:rgba(0,0,0,.4);
	}
	.xw_swiper .xw_top .xw_ss:hover .xw_date em{
		color:#fff;
	}
	
	/* 页脚 */
	.footer_box a:hover{
		color:var(--curColor) !important;
	}
	.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_mid .footer_tb .footer_ss:hover span{
	    background:var(--subColor);
	}
	.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;
	}
	
	/* 核心技术页 */
	.js_s4 .js_con .js_ss:hover{
		background:var(--subColor);
		color:#fff;
	}
	.js_s4 .js_con .js_ss:hover::before{
		transform:scale(1);
		opacity:1;
	}
	
	/* 产品页 */
	.cp_s3 .cp_con .cp_ss:hover{
		color:#fff;
	}
	.cp_s3 .cp_con .cp_ss:hover::before{
		transform:scale(4);
		opacity:1;
		transition:all .8s;
	}
	.cp_s3 .cp_con .cp_ss:hover .cp_st::before,
	.cp_s3 .cp_con .cp_ss:hover .cp_st:after{
		background:rgba(255,255,255,.3);
	}
	.cpm_swiper .cp_ss:hover .cp_img img{
		transform:scale(1.1);
		transition:all .5s;
	}
	.cpm_swiper .cp_ss:hover .cp_wrap::before{
		transform:scaleY(1);
		opacity:1;
	}
	.cpm_swiper .cp_ss:hover .cp_wrap .cp_txt{
		transform:translateY(0);
		transition-delay:.2s;
	}
	.cpm_swiper .cp_ss:hover .cp_wrap .cp_more{
		opacity:1;
		transition-delay:.4s;
	}
	
	/* 行业应用页 */
	.yy_box1 .yy_s2 .bz_tit2{
		padding:0 calc(180 / var(--invarPx) * var(--centerWidth));
	}
	.yy_s3 .yy_con .yy_ss:hover{
		color:#fff;
		background:#666;
	}
	.yy_s3 .yy_con .yy_ss:hover .yy_icon{
		background:#fff;
		color:#666;
	}
	.yycj_swiper .yy_ss:hover .yy_wrap .yy_txt{
		bottom:50%;
		left:50%;
		transform:translate(-50%,50%);
	}
	.yycj_swiper .yy_ss:hover .yy_wrap::after{
		opacity:1;
	}
	.yycj_swiper .yy_ss:hover .yy_wrap::before{
		opacity:0;
	}
	.yycj_swiper .yy_ss:hover .yy_wrap .yy_icon{
		opacity:1;
		transform:scale(1);
		transition-delay:.4s;
	}
	.yycj_swiper .yy_ss:hover .yy_img img{
		transform:scale(1.06);
		transition:all .5s;
	}
	
	/* 新闻列表页 */
	.xw_list ul li:hover{
		z-index:5;
	}
	.xw_list .xw_ss:hover{
		color:var(--curColor);
	}
	.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{
		background:var(--curColor);
		color:#fff;
	}
	
	/* 关于我们页 */
	.gywm_s1 .gywm_td .gywm_ss:hover{
		background:var(--subColor);
		color:#fff;
	}
	.gywm_s1 .gywm_td .gywm_ss:hover .gywm_icon{
		color:#fff;
	}
	
	
	/* 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:var(--headerHeight);
		z-index:995;
	}
	.menu:hover {
		cursor: pointer;
	}
	.menu > i {
		position: absolute;
		width: 24px;
		height: 2px;
		top: 50%;
		left:10px;
		background-color:var(--curColor);
		pointer-events:auto;
		transition-property:transform;
		transition-duration: .35s;
		transition-delay: .35s;
	}
	.menu > i:before, .menu > i:after {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		top:0;
		left: 50%;
		background-color:var(--curColor) !important;
		content: "";
		transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		transition: transform 0.35s, -webkit-transform 0.35s;
		-webkit-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
	}
	.menu > i:before {
		-webkit-transform: translate(-50%, -7px);
				transform: translate(-50%, -7px);
	}
	.menu > i:after {
		-webkit-transform: translate(-50%, 7px);
				transform: translate(-50%, 7px);
	}
	.menu_bg{
		position:fixed;
		width:100vw;
		height:0;
		top:0;
		left:0;
		z-index:990;
		background:#fff;
		-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.header-m-open .menu_bg{
		height:100vh;
	}
	input.hamburger{
		height:0;
		display:none;
	}
	.header-m-open label.menu > i {
		background-color: transparent !important;
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	.header-m-open label.menu > i:before {
		/* 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:var(--headerHeight);
		width:92vw;
	}
	.header_box .header_ops ul{
		--gap:min(15px,.3rem);
	}
	.header_box .logo img{
		height:var(--headerHeight);
		max-height:40px;
		max-width:50vw;
	}
	.header_box .logo .logo2{
		display:block;
	}
	.header_box .logo .logo1{
		display:none;
	}
	.header_box .header_ops{
		margin-left:0;
		margin-right:40px;
	}
	.header_box.out,
	.header_box.scr{
		transform:translateY(0);
		opacity:1;
	}
	.header_box .header_tel .header_num{
		display:none;
	}
	.header_box .header_link .header_rs{
		border-color:#ccc;
		color:#333;
	}
	.header_box .header_rr{
		margin-right:40px;
	}
	.header_box .header_rr ul li + li{
		border-color:rgba(0,0,0,.2);
	}
	.header_height{
		height:var(--headerHeight);
	}
	.header_box .header_tel .header_icon .iconfont{
		animation-name:none;
	}
	
	
	
	
	.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;
		pointer-events:none;
	}
	.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 .cp_subnav,
	nav ul>li .yb_subnav{
		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 10px;
		
		background:none;
	}
	
	nav ul>li.current .cp_subnav,
	nav ul>li.current .yb_subnav{
		-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;
	}
	.nav_box .center_box{
		width:100%;
	}
	.yb_subnav ol,
	.cp_subnav ol{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
		margin-top:-.2rem;
	}
	.yb_subnav ol li,
	.cp_subnav ol li{
		text-align:left;
		margin-top:.2rem;
	}
	.yb_subnav .yb_ss,
	.cp_subnav ol li .cp_ss .cp_sw{
		color:#666;
	}
	.yb_subnav .yb_ss .yb_icon{
		display:none;
	}
	.yb_subnav .yb_ss .yb_sw,
	.cp_subnav ol li .cp_ss .cp_sw{
		font-weight:normal;
		font-size:16px;
	}
	
	.yb_subnav .yb_ss .yb_sw{
		margin-top:0;
	}
	.cp_subnav ol{
		margin-left:0;
	}
	.cp_subnav ol li .cp_ss{
		opacity:1;
		background:none;
		margin-left:0;
	}
	.cp_subnav ol li .cp_ss::before{
		display:none;
	}
	.cp_subnav ol li .cp_ss .cp_img{
		display:none;
	}
	.cp_subnav ol li .cp_ss .cp_sw{
		padding-bottom:0;
		text-align:left;
	}
	.cp_subnav ol,
	.yb_subnav ol{
		padding-top:0 !important;
		margin-top:0 !important;
	}
	.yb_subnav .center_box{
		padding-top:0 !important;
	}
	
	
	/* banner */
	.banner_box .swiper-slide .banner_img{
		height:calc(var(--headerHeight) + 1080 / 1920 * 100vw);
		overflow:hidden;
	}
	.banner_box .swiper-slide .banner_img img{
		height:100%;
		object-fit:cover;
	}
	
	/* 核心技术 */
	.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss .hxjs_img img{
		--y:-16px;
	}
	
	/* 热门资讯 */
	.xw_swiper{
		--pd:.4rem;
	}
	.xw_swiper .xw_top .xw_ss .xw_img{
		display:none;
	}
	.xw_swiper .xw_top .xw_ss .xw_wrap{
		position:static;
	}
	.xw_swiper .xw_top .xw_ss .xw_sh{
		--lineHeight:1.4;
		height:calc(2em * var(--lineHeight));
		font-size:calc(14px + 14 / var(--invarPx) * var(--centerWidth));
		font-weight:normal;
		line-height:var(--lineHeight);
	}
	
	/* 页脚 */
	.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%;
	}
	
	/* 核心技术页 */
	.js_s1 .js_content{
		padding-top:0;
	}
	.js_s1 .js_content .center_box{
		height:var(--bgHeight);
	}
	.js_s2 .js_top .center_box,
	.gywm_box1 .bz_tit2.center_tit{
		--pd:0px;
	}
	.js_s4 .js_con ul li{
		-webkit-flex-grow:1;
		flex-grow:1;
	}
	
	/* 产品页 */
	.cp_s1 .cp_img{
		height:calc(1080 / 1920 * 100vw + var(--headerHeight));
	}
	
	/* 使用场景 */
	.sycj_swiper{
		--jdtWidth:0px;
	}
	
	/* 内页-banner */
	.inner_banner .inner_b_txt .inner_b_ce{
		padding-top:0;
		padding-bottom:0;
	}
	
	/* 内页-二级导航 */
	.isub_nav{
		position:relative;
		bottom:auto;
		margin-top:.4rem;
		animation-name:none;
		width:92vw;
	}
	.isub_nav .swiper-container{
		overflow:visible;
	}
	.isub_nav .swiper-slide{
		width:auto;
	}
	.isub_nav .swiper-slide a{
		color:#333;
		border-color:#999;
		height:auto;
		line-height:normal;
		font-size:max(15px,.38rem);
		padding:.2rem .4rem;
	}
	.isub_nav .swiper-slide.current a{
		background:var(--curColor);
		border-color:var(--curColor);
		color:#fff;
	}
	.isub_nav .swiper-button-white.swiper-button-bz{
		background:var(--curColor);
		color:#fff;
		opacity:1;
		--swPos:calc(-.5 * var(--swbtnSize))
	}
	
	/* 当前位置 */
	.inner_loc{
		display:none;
	}
	
	/* 列表翻页 */
	.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) - 4em);
	}
	
	/* 新闻详情页 */
	.xqy_box1 .center_box{
		--centerWidth:90vw;
	}
	
	
	
}

@media screen and (max-width:895px){
	/* 关于我们 */
	.gywm_box .gywm_top{
		--imgWidth:var(--centerWidth);
		-webkit-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	.gywm_box .gywm_top .gywm_tr{
		width:100%;
	}
	.gywm_box .gywm_top .gywm_tl{
		margin-top:.5rem;
	}
	
}

@media screen and (max-width:767px){
	:root{
		--swbtnSize:40px;
		--swdotHeight:8px;
	}
	
	/* 底部cookie */
	.cookie_box{
		bottom:0;
	}
	.cookie_box.center_box{
		width:100vw;
		border-radius:8px 8px 0 0;
	}
	.cookie_box .cookie_txt,
	.cookie_box .cookie_btns{
		--font2:26;
	}
	.cookie_box .cookie_btns .cookie_btn2,
	.cookie_box .cookie_btns .cookie_btn3{
		width:calc((100% - var(--gap)) / 2);
	}
	
	/* header */
	.header_box .header_link .header_rs{
		font-size:15px;
	}
	.header_box .header_tel .header_icon{
		font-size:24px;
	}
	.yb_subnav{
		--col:3;
	}
	.cp_subnav{
		--proCols:3;
	}
	.yb_subnav .center_box,
	.cp_subnav ol{
		padding:.2rem 0;
	}
	
	/* banner */
	.banner_box .mask_array{
		display:none;
	}
	.banner_box .swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet{
		margin:0 10px;
		transform:scale(.8);
	}
	
	/* 标题2 */
	.bz_tit2 .bz_h{
		--font2:60;
	}
	.bz_tit2 .bz_exp{
		margin-top:.25em;
		--font2:22;
	}
	
	/* 更多1 */
	.bz_more1{
		font-size:14px;
	}
	.bz_more1.cur_bg,
	.bz_more1.cur_bor,
	.bz_more1.white_bg,
	.bz_more1.white_bor{
		width:9em;
		height:2.9em;
	}
	
	/* 产品 */
	.cp_box{
		--col:1;
		--gap:.4rem;
	}
	.cp_box .cp_ss .bz_more1{
		margin-top:.2rem;
	}
	
	/* 核心技术 */
	.hxjs_box{
		--cirSize:min(500px,84vw);
		--iconSize:min(80px,1.6rem);
	}
	.hxjs_box .hxjs_pics .swiper-container{
		--imgHeight:800px;
	}
	.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss .hxjs_sw{
		display:none;
	}
	.hxjs_box .hxjs_con .hxjs_cir ul li .hxjs_ss .hxjs_sw{
		font-size:min(.36rem,16px);
	}
	.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss .hxjs_sh{
		font-size:min(24px,.48rem);
		font-weight:normal;
	}
	.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss .hxjs_img{
		--imgSize:min(180px,30vw);
	}
	
	/* 关于我们 */
	.gywm_video_btn{
		--cirSize:2rem;
	}
	.gywm_counter .gywm_ss .gywm_sd{
		font-size:.36rem;
	}
	
	/* 视频弹出窗 */
	.pop_box{
		--width:100vw;
	}
	.pop_box .pop_close span{
		font-size:15px;
	}
	
	/* 行业应用 */
	.yy_swiper .yy_container{
		display:flex;
		align-items:flex-end;
	}
	.yy_swiper .yy_container .swiper-container{
		width:100%;
		display:flex;
		-webkit-align-items:flex-end;
		align-items:flex-end;
	}
	.yy_swiper .yy_container .swiper-wrapper{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-align-items:flex-end;
		align-items:flex-end;
		width:100% !important;
		height:auto;
		padding:1rem 5vw;
		box-sizing:border-box;
		transform:none !important;
	}
	.yy_swiper .yy_container .swiper-slide{
		flex-grow:1;
		width:33.3333% !important;
		height:auto;
		margin-left:-1px;
		margin-top:-1px;
		display:flex;
		-webkit-flex:0 0 auto;
		flex:0 0 auto;
	}
	.yy_swiper .yy_container .yy_ss{
		position:static;
		background:rgba(255,255,255,.1);
		padding:.3rem 0;
		border:solid 1px #93979f;
	}
	.yy_swiper .yy_container .yy_ss .yy_view{
		max-height:none;
		opacity:1;
	}
	.yy_swiper .yy_container .yy_ss .yy_txt{
		margin-top:.1rem;
	}
	.yy_swiper .yy_container .yy_ss .yy_txt .yy_sw{
		display:none;
	}
	.yy_swiper .yy_container .yy_ss .yy_txt .yy_sh{
		font-size:min(20px,.42rem);
		font-weight:normal;
	}
	.yy_swiper .yy_container .yy_ss .yy_txt .bz_more1{
		margin-top:.2rem;
	}
	.yy_swiper .yy_container .swiper-slide::before{
		display:none;
	}
	.yy_swiper .bz_more1.only_icon .bz_icon .iconfont{
		font-size:1.25em;
	}
	.yy_swiper .yy_container .swiper-slide-thumb-active .yy_ss{
		background:rgba(255,255,255,.05);
	}
	.yy_swiper .yy_container .swiper-slide-thumb-active .yy_ss .yy_icon::after{
		animation:rotate1 24s linear infinite forwards;
	}
	
	/* 热门资讯 */
	.xw_swiper{
		--col:2;
		--gap:15px;
	}
	.xw_swiper .xw_bot .xw_bl{
		width:calc(100% - 3 * var(--swbtnSize));
	}
	.xw_swiper .xw_bot .xw_br .swiper-button + .swiper-button{
		margin-left:calc(.5 * var(--swbtnSize));
	}
	.xw_swiper .xw_top .xw_ss .xw_date{
		--emSize:calc(12px + 120 / var(--invarPx) * var(--centerWidth))
	}
	.xw_swiper .xw_top .xw_ss .xw_date .xw_dr span{
		font-size:14px;
	}
	.xw_swiper .xw_top .xw_ss .xw_line,
	.xw_swiper .xw_top .xw_ss .xw_sd{
		margin-top:.4rem;
	}
	
	/* 留言 */
	.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:.48rem;
	}
	
	/* 留言隐私政策弹窗 */
	.liuyan_tk{
		--wPd:.4rem;
	}
	.liuyan_tk .liuyan_container{
		padding-top:.6rem;
		padding-bottom:.6rem;
		width:100%;
		height:100vh;
		border-radius:0;
	}
	.liuyan_tk .liuyan_container .liuyan_tit .liuyan_h{
		font-size:.48rem;
	}
	.liuyan_close .iconfont{
		font-size:.8em;
	}
	.liuyan_tk .liuyan_container .liuyan_con{
		margin-top: calc(1.2 * var(--tPd));
	}
	.liuyan_tk .liuyan_container .liuyan_view{
		max-height:calc(100vh - 3.2 * var(--tPd) - 68px);
	}
	
	.liuyan_close{
		top:5px;
		right:5px;
	}
	.liuyan_tip{
		--iconSize:20vw;
	}
	.liuyan_tip .liuyan_con .liuyan_w{
		font-size:min(.48rem,24px);
	}
	.liuyan_tip .liuyan_tip_btn{
		font-size:min(18px,.38rem);
	}
	
	/* 页脚 */
	.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_mid .footer_tb{
	    margin-top:.6rem;
	}
	.footer_box .footer_bot{
		--rGap:.5rem;
	}
	.footer_box .footer_mid .footer_ml{
	    width:100%;
	    max-width:none;
	}
	
	/* 核心技术页 */
	.js_s1 .js_content .js_sl{
		width:calc(96% - var(--contentHeight));
	}
	.js_s1 .js_content .js_sl .js_sw{
		display:none;
	}
	.js_tit .js_h{
		font-size:min(24px,.48rem);
	}
	.js_s2 .js_top .js_txt,
	.js_s4 .js_con .js_ss .js_sw{
		font-size:min(.38rem,15px);
	}
	.js_s3 .js_img{
		clip-path:none !important;
	}
	.js_s4 .js_con{
		--gap:.4rem;
		--col:1;
		--iconSize:min(50px,.9rem);
	}
	.js_s4 .js_con .js_ss .js_sh{
		font-size:min(20px,.44rem);
	}
	
	/* 产品页 */
	.cp_s1 .cp_mask{
		opacity:0 !important;
	}
	.cp_s3 .cp_con{
		--col:2;
		--iconSize:1.8rem;
	}
	.cp_s3 .cp_con .cp_ss .cp_sd{
		padding-top:.6em;
		font-size:min(16px,.38rem);
	}
	.cp_s4 .cp_wrap{
		padding:.7rem 0;
	}
	.cp_s4 .cp_img{
		height:calc(700 / 1920 * 100vw + 30vw);
	}
	.cp_s4 .cp_img img{
		height:100%;
		object-fit:cover;
	}
	.cp_s5{
		--gap:.4rem;
	}
	.cp_s5 .bz_tit2 .bz_exp{
		margin-top:1em;
	}
	.cp_s6{
		--gap:.6rem;
		--txtPd:.5rem;
	}
	.cp_s6 .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.cp_s6 .cp_sr,
	.cp_s6 .cp_sl{
		width:100%;
	}
	.cp_s6 .cp_sr img{
		max-width:100%;
		max-height:calc(1.5 * var(--imgWidth));
	}
	.cp_s6 .cp_sl .cp_txt .cp_sw,
	.yy_s1 .yy_sr .yy_sw{
		font-size:min(.38rem,15px) !important;
	}
	
	/* 更多产品 */
	.cpm_swiper{
		--gap:15px;
		--col:2;
	}
	
	/* 使用场景 */
	.sycj_swiper{
		--cover:60vw;
	}
	.sycj_swiper .sycj_ss .sycj_sw{
		display:block;
	}
	
	/* 内页-banner */
	.inner_banner .inner_b_txt .inner_b_cn{
		font-size:1.6em;
	}
	
	/* 行业应用 */
	.yy_s1{
		--imgWidth:var(--centerWidth);
	}
	.yy_s1 .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.yy_s1 .yy_sr{
		width:100%;
		margin-top:.5rem;
	}
	.yy_s1 .yy_sr .bz_more1{
		margin-top:.5rem;
	}
	.yy_s1 .yy_sr .yy_sw{
		min-height:auto;
	}
	.yy_box1 .cp_s4 .cp_wrap{
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.yy_s3 .yy_con{
		--col:2;
		--gap:.4rem;
		--iconSize:1.4rem;
	}
	.yy_s3 .yy_con .yy_ss .yy_txt .yy_sw{
		font-size:min(15px,.38rem);
	}
	.yycj_swiper{
		--gap:15px;
		--txtPdLeft:.3rem;
	}
	.yycj_swiper .yy_ss .yy_wrap .yy_sh{
		font-size:min(20px,.42rem);
	}
	.yycj_pop{
		--pd:5vw;
		--imgWidth:var(--centerWidth);
	}
	.yycj_pop .yycj_wrap{
		width:100%;
	}
	.yycj_pop .yycj_container{
		padding-top:calc(50px + var(--pd));
		padding-bottom:calc(2 * var(--pd));
		height:100vh;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
	}
	.yycj_pop .yycj_sr{
		width:100%;
		padding-top:.6rem;
	}
	.yycj_pop .yycj_sr .yycj_txt .yycj_sh{
		font-size:min(20px,.48rem);
	}
	.yycj_pop .bz_tit2 .bz_h{
		font-size:min(24px,.54rem);
	}
	.yycj_pop .yycj_sr .yycj_txt .yycj_sw{
		font-size:min(15px,.38rem);
	}
	.yycj_pop .yycj_close{
		font-size:50px;
		top:0;
		right:0;
	}
	
	/* 新闻列表页 */
	.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;
	}
	
	/* 列表翻页 */
	.list_pages .pagination li a,
	.list_pages .pagination li span{
		height:42px;
		line-height:40px;
		font-size:16px;
	}
	
	/* 新闻详情页 */
	.xqy_container .xqy_info{
		--gap:.5rem;
	}
	.xqy_container .xqy_title .xqy_h{
		font-size:min(24px,.48rem);
	}
	
	/* 关于我们页 */
	.gywm_s1 .gywm_td{
		--col:2;
		--gap:.4rem;
		--iconSize:1rem;
		margin-top:.8rem;
	}
	.gywm_s1 .gywm_td .gywm_ss{
		padding:.4rem;
	}
	.gywm_s1 .gywm_td .gywm_ss .gywm_txt .gywm_sh{
		font-size:min(.44rem,20px);
	}
	.gywm_s1 .gywm_td .gywm_ss .gywm_txt .gywm_sw{
		font-size:min(.38rem,15px);
	}
	.gywm_s1 .gywm_bot{
		margin-top:.8rem;
	}
	.gywm_s1 .gywm_counter{
		margin-top:.6rem;
	}
	.gywm_s4 .gywm_counter .gywm_ss{
		padding:0;
	}
	.yxwl_map .yxwl_mask li .yxwl_dot{
		font-size:6px;
	}
	
	/* 荣誉资质 */
	.zzzs_swiper{
		--col:2;
		--gap:15px;
	}
	.zzzs_swiper .gallery-caption{
		font-size:min(.38rem,15px);
	}
	.zzzs_swiper .zzzs_line{
		width:min(20px,.42rem);
	}
	
	/* 发展历程 */
	.fzlc_swiper2 .fzlc_sd{
		margin-top:0;
	}
	.fzlc_swiper2 .fzlc_sd .fzlc_ss{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	.fzlc_swiper2 .fzlc_sd .fzlc_ss .fzlc_num{
		border-right:none;
		font-size:1.2rem;
	}
	.fzlc_swiper2 .fzlc_sd .fzlc_ss .fzlc_txt{
		width:100%;
		padding:0;
		text-align:center;
		margin-top:.3rem;
	}
	.fzlc_swiper2 .fzlc_sd .fzlc_ss .fzlc_sw{
		width:100%;
	}
	.fzlc_swiper2 .fzlc_st{
		--iconSize:24px;
	}
	.fzlc_swiper2 .fzlc_st .fzlc_ss .fzlc_num{
		font-size:min(24px,.46rem);
	}
	
	/* 联系我们页 */
	.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;
	}
	.lxwm_box1 .liuyan_box .liuyan_sh{
		font-size:min(18px,.42rem);
	}
	
	/* 产品页 */
	.cp_s5 .cp_img img{
		max-height:none;
	}
	
	
	
	
	/* 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;
		--swdotHeight:8px;
	}
	
	/* 底部cookie */
	.cookie_box .cookie_txt,
	.cookie_box .cookie_btns{
		--font2:20;
	}
	
	/* header */
	.header_box{
		font-size:16px;
	}
	.header_box .header_tel .header_num{
		display:block;
	}
	.header_box .logo img{
		max-height:50px;
	}
	.yb_subnav .center_box{
		padding-bottom:0;
	}
	
	/* banner */
	.banner_box .mask_array{
		display:none;
	}
	
	/* 标题2 */
	.bz_tit2 .bz_exp{
		margin-top:.5em;
	}
	
	/* 核心技术 */
	.hxjs_box .bz_tit1{
		padding-bottom:.3rem;
	}
	
	/* 页脚 */
	.footer_box .footer_top .footer_logo img{
		max-height:50px;
	}
	.footer_box .footer_mid{
		--qrSize:100px;
	}
	.footer_box .footer_mid .footer_info .footer_tit{
		font-size:20px;
	}
	.footer_box .footer_mid .footer_info .footer_scon,
	.footer_box .footer_bot{
		font-size:15px;
	}
	
	/* 内页-banner */
	.inner_banner .inner_b_txt .inner_b_cn{
		font-size:1.9em;
	}
	
	/* 核心技术页 */
	.js_tit .js_h{
		font-size:24px;
	}
	.js_s4 .js_con{
		--gap:.4rem;
	}
	.js_s4 .js_con .js_ss .js_sh{
		font-size:21px;
	}
	.js_s4 .js_con .js_ss .js_sw{
		font-size:16px;
	}
	
	
	/* 产品页 */
	.cp_s1 .cp_mask{
		display:none;
	}
	.cp_s6{
		--gap:0px;
	}
	
	/* 留言成功弹窗 */
	.liuyan_close{
		top:5px;
		right:5px;
	}
	.liuyan_tip{
		--iconSize:140px;
	}
	
	.liuyan_tk .liuyan_container .liuyan_tit .liuyan_h{
		--font2:36;
	}
	
	/* 内页-二级导航 */
	.isub_nav .swiper-slide a{
		font-size:18px;
		padding-top:.13rem;
		padding-bottom:.13rem;
	}
	
	/* 更多1 */
	.bz_more1.cur_bg,
	.bz_more1.cur_bor,
	.bz_more1.white_bg,
	.bz_more1.white_bor{
		height:2.8em;
		width:8.6em;
	}
	
	/* 新闻列表页 */
	.xw_box1{
		padding-top:.2rem;
	}
	.xw_list{
		--pd:.4rem;
	}
	
	/* 新闻详情页 */
	.xqy_box1 .center_box{
		margin-top:.5rem;
	}
	
	/* 荣誉资质 */
	.zzzs_swiper{
		--col:3;
	}
	
	/* 发展历程 */
	.fzlc_swiper2 .fzlc_sd{
		--numWidth:250px;
		--numFont:80px;
	}
	.fzlc_swiper2 .fzlc_sd .fzlc_ss .fzlc_txt{
		max-width:calc(100% - var(--numWidth));
		width:auto;
	}
	
	/* 视频弹出框 */
	.pop_box{
		--width:min(800px,100vw);
	}
	
	
	
	
	
	
}

@media screen and (min-width:768px) and (max-width:895px){
	/* 产品 */
	.cp_box .cp_con .cp_ss .cp_txt .cp_sh{
		font-size:24px;
	}
	.cp_box .cp_con .cp_ss .cp_txt .cp_sw{
		font-size:18px;
	}
	
	/* 核心技术 */
	.hxjs_box{
		--cirSize:450px;
	}
	.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss .hxjs_sw{
		display:none;
	}
	.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss .hxjs_sh{
		font-size:20px;
	}
	.hxjs_box .hxjs_con .hxjs_txt_swiper .hxjs_ss .hxjs_img{
		--imgSize:180px;
	}
	
	/* 关于我们 */
	.gywm_box .gywm_top .gywm_tr .gywm_txt,
	.gywm_box .gywm_top .gywm_tr .bz_more1{
		margin-top:.4rem;
	}
	.gywm_box .gywm_top{
		--imgHeight:30vw;
	}
	.gywm_video_btn{
		--cirSize:90px;
	}
	
	/* 行业应用 */
	.yy_swiper .yy_container .yy_ss .yy_txt .yy_sh{
		font-size:18px;
	}
	
	/* 热门资讯 */
	.xw_swiper .xw_top .xw_ss .xw_date em{
		font-size:50px;
	}
	
	/* 在线留言 */
	.liuyan_form > ul > .liuyan_c4,
	.liuyan_form > ul > .liuyan_c3{
		width:50%;
	}
	
	/* 核心技术页 */
	.js_s4 .js_con{
		--col:2;
		--iconSize:42px;
	}
	
	/* 产品页 */
	.cp_s3 .cp_con{
		--pd:.2rem;
		--iconSize:80px;
	}
	.cp_s4 .cp_wrap{
		padding:.5rem 0;
	}
	.cp_s6 .cp_sl .cp_txt .cp_sw{
		font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth)) !important
	}
	.cpm_swiper{
		--gap:20px;
		--col:2;
	}
	.sycj_swiper{
		--cover:40vw;
	}
	.yycj_pop{
		--pd:.4rem;
		--gap:.4rem;
		--imgWidth:calc(1000 / var(--invarPx) * var(--centerWidth))
	}
	.yycj_pop .yycj_sr .yycj_txt .yycj_sw{
		display:none;
	}
	.yycj_pop .yycj_sr .yycj_txt .yycj_sh{
		font-size:18px;
	}
	.yycj_pop .yycj_close .iconfont{
		font-size:.8em;
	}
	.yycj_swiper{
		--gap:20px;
	}
	.yycj_swiper .yy_ss .yy_wrap .yy_sh{
		font-size:18px;
	}
	
	/* 荣誉资质 */
	.zzzs_swiper{
		--gap:20px;
	}
	.zzzs_swiper .gallery-caption{
		font-size:18px;
	}
	.zzzs_swiper .zzzs_line{
		width:18px;
	}
	
	/* 关于我们页 */
	.gywm_s1 .gywm_td{
		--col:2;
		--gap:.4rem;
	}
	.yxwl_map .yxwl_mask li .yxwl_dot{
		font-size:8px;
	}
	
	/* 联系我们页 */
	.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%;
	}
	
	
	
	
}

@media screen and (min-width:896px) and (max-width:1199px){
	/* banner */
	.banner_box .swiper-slide .banner_txt img{
		max-width:80%;
	}
	
	/* 荣誉资质 */
	.zzzs_swiper{
		--gap:30px;
	}
	
	/* 产品 */
	.cp_box{
		--txtPd:.4rem;
	}
	
	/* 热门资讯 */
	.xw_swiper .xw_top .xw_ss .xw_sh{
		font-size:20px;
	}
	
	/* 核心技术 */
	.js_s1 .js_content .js_sl .js_sh{
		--font2:30;
	}
	
	/* 产品页 */
	.cp_s6 .cp_sl .cp_txt .cp_sw{
		font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth)) !important;
	}
	.cpm_swiper{
		--gap:20px;
	}
	.sycj_swiper{
		--cover:40vw;
	}
	.yycj_pop{
		--imgWidth:calc(1000 / var(--invarPx) * var(--centerWidth));
	}
	.yycj_pop .yycj_sr .yycj_txt .yycj_sh{
		font-size:20px;
	}
	.yycj_pop .yycj_sr .yycj_txt .yycj_sw{
		font-size:16px;
	}
	.yycj_swiper{
		--gap:20px;
	}
	
	/* 关于我们页 */
	.yxwl_map .yxwl_mask li .yxwl_dot{
		font-size:8px;
	}
	
	/* 联系我们页 */
	.lxwm_s1 .lxwm_sdl > ul > li,
	.lxwm_s1 .lxwm_sdl > ul > li:nth-of-type(even){
		width:100%;
	}
	.lxwm_s1 .lxwm_sdl > ul > li{
		margin-top:.3rem;
	}
	
	
}