@import url("reset.css");
@import url("../fonts/fonts.css?v=1.1");

:root {
	--main-color: rgb(215, 83, 246);
}

html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #171717;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:'Microsoft YaHei',Arial,Helvetica,sans-serif;
}
body.lang-en{
	font-family: 'Poppins',Arial,Helvetica,sans-serif;
	font-weight: normal;
}

a {
	color: #171717;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: var(--main-color);
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

/** 公共样式 **/
section,.section{
	width: 100%;
	padding: 25px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.pc-hide{
	display: block;
}
.mb-hide-992{
	display: none;
}
.pc-hide-992{
	display: block;
}
.mb-hide{
	display: none;
}

.container{
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	section,.section{
		padding: 30px 0;
	}
	.container{
		padding: 0;
		margin: 0 calc(100vw / 1024 * 30);
	}
}
@media (min-width: 992px) {
	section,.section{
		padding: 40px 0;
	}
	.mb-hide-992{
		display: block;
	}
	.pc-hide-992{
		display: none;
	}
	.pc-hide{
		display: none;
	}
	.mb-hide{
		display: block;
	}
	.container{
		margin: 0 calc(100vw / 1920 * 90);
	}
	
}
@media (min-width: 1200px) {
	section,.section{
		padding: 60px 0;
	}
	
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}

.fl{float: left;}.fr{float: right;}
.txt-lt{text-align: left;}.txt-cr{text-align: center;}.txt-rt{text-align: right;}
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}.mgn-t15{margin-top: 15px;}
.mgn-t20{margin-top: 20px;}.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}.mgn-t35{margin-top: 35px;}
.mgn-t40{margin-top: 40px;}.mgn-t45{margin-top: 45px;}
.mgn-t50{margin-top: 50px;}.mgn-t55{margin-top: 55px;}
.mgn-t60{margin-top: 60px;}
.img-block{display: block;margin: 0 auto;width: 100%;height: auto;}
.transitions{webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

h1,.h1{font-size: 36px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 14px;}

.pic{
	height: auto;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}
/** **/
/** header **/
.header-right{
	display: flex;
	align-items: center;
}

i.search-open{
	display: block;
	height: 30px;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	color: #fff;
	transition: 0.5s;
}

.pc-search{
	display: none;
}
.full-pc-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: linear-gradient(90deg,rgba(32,31,91,1),rgba(37, 109, 230, 1));
	padding: 20px 0;
	z-index: 333;
	display: none;
}
.xpc-search{
	width: 70%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.xpc-search input{
	display: block;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height: 50px;
}
.xpc-search i{
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

@media (min-width: 992px) {
	.header-right{
		margin-left: auto;
	}
	.mb-search{
		display: none;
	}
	.pc-search{
		display: block;
	}
}

/** footer **/
.footer{
	width:100%;
	overflow:hidden;
	background-color: #17171a;
	padding-top: 9.3333vw;
}

.foot-logo{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 40px;
}

.foot-flex-copyright{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	align-items: center;
}
.copyright{
	width: 100%;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.copyright a{
	color: #fff;
	display: inline-block;
	margin-left: 20px;
}
.copyright a:hover{
	color: #fff;
}
.foot-list-links{
	display: none;
}
.foot-fbk-sml{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
}
.foot-msg-box{
	height: auto;
	overflow: hidden;
}
.foot-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.foot-group input{
	display: block;
	width: 100%;
	background-color: rgb(48, 46, 46);
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 48px;
	height: 48px;
	overflow: hidden;
}
.foot-group button{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	color: #fff;
	background-color: var(--main-color);
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	text-transform: capitalize;
	text-align: center;
	padding: 0 2.0833vw;
	position: relative;
}
.foot-group button::before{
	content:"";
	 position:absolute;
	 display:block;
	 transition:all .6s;
	 width:100%;
	 height:0;
	 border-radius:50%;
	 left:50%;
	 top:50%;
	 padding-top:100%;
	 transform:translateX(-50%) translateY(-50%)
}
.foot-group button:hover:before {
	animation:style1 .75s;
	z-index:1
}

@media (min-width: 768px) {
	.footer{
		padding-top: 3.125vw;
	}
	.foot-flex-copyright{
		margin-bottom: 20px;
	}
	.foot-logo{
		width: auto;
		max-width: 150px;
	}
	.foot-logo img{
		height: 50px;
	}
	.copyright{
		width: auto;
		flex: 1;
		padding-left: 50px;
		text-align: right;
		margin-top: 0;
		margin-bottom: 0;
	}
	
}
@media (min-width: 992px) {
	.flex-foot{
		display: flex;
	}
	.copyright{
		flex: none;
		max-width: 50%;
		text-align: left;
	}
	.foot-list-links{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 15px;
		gap: 8px;
	}
	.foot-list-links li{
		height: auto;
		overflow: hidden;
	}
	.foot-list-links li img{
		display: block;
		width: auto;
		height: 20px;
	}
	
}

@media (min-width: 1200px) {
	.foot-logo img{
		height: 70px;
	}
	
}

/* ===== 主 flex 容器 ===== */
.foot-flex {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.foot-item {
    height: auto;
	overflow: hidden;
}

/* ---- 后面三个 item 通用标题 & 列表 ---- */
.foot-sort-name {
	font-family: 'Righteous';
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
	line-height: 26px;
    user-select: none;
    transition: color 0.5s;
}
.foot-fbk-head{
	text-transform: uppercase;
}
.foot-list-sort {
	list-style: none;
	padding: 0;
	margin: 0;
}
.foot-list-sort li {
    font-size: 14px;
    color: #fff;
    padding: 6px 0;
    cursor: default;
    transition: color 0.2s, padding-left 0.2s;
    border-bottom: 1px solid transparent;
}
.foot-list-sort li:hover {
    color: #fff;
    padding-left: 4px;
}
 /* ============================================================ */
/* PC 端 (≥ 992px) - 所有列表展开，无手风琴交互              */
/* ============================================================ */
@media (min-width: 768px) {
    .foot-list-sort {
        display: block !important;  /* 强制显示 */
    }
	.foot-sort-name::after {
        display: none !important;   /* 隐藏 + / - */
    }
    .foot-sort-name {
        cursor: default;
        pointer-events: none;       /* 禁止点击 */
    }
	.foot-item{
		margin-bottom: 20px;
	}
	.foot-item:first-child {
	   max-width: 300px;
	}
	.foot-item:not(:first-child){
		min-width: 150px;
		width: 17%;
		max-width: none;
	}
}

/* ============================================================ */
/* 移动端 / 平板 - 手风琴模式                      */
/* ============================================================ */
@media (max-width: 768px) {
	.foot-flex {
        flex-direction: column;
        gap: 4px;
    }
    .foot-item {
        width: 100%;
        flex: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 0;
    }

    /* ---- 第一个 item：始终正常展示 ---- */
    .foot-item:first-child {
        padding-bottom: 16px;
		border-bottom: none;
    }
	.foot-sort-name{
		font-size: 18px;
	}
	/* ---- 后面三个 item：手风琴 ---- */
	/* 默认收缩：列表隐藏 */
	.foot-item:not(:first-child) .foot-list-sort {
	    display: none;
	    padding-top: 4px;
	    padding-bottom: 8px;
	}

    /* 标题变成可点击 flex 行，右侧显示 + */
    .foot-item:not(:first-child) .foot-sort-name {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        margin-bottom: 0;
        padding: 12px 0 10px;
        transition: color 0.5s;
        border-radius: 4px;
    }
	.foot-item:not(:first-child) .foot-sort-name::after {
	    content: '+';
	    font-size: 20px;
	    font-weight: 300;
	    color: #fff;
	    line-height: 1;
	    transition: transform 0.5s ease;
	    margin-left: 16px;
	    flex-shrink: 0;
		font-family: "iconfont" !important;
	}
	/* 展开状态：列表显示，符号变为 − */
	.foot-item:not(:first-child).expanded .foot-list-sort {
	    display: block !important;
	    animation: accordionSlideDown 0.5s ease forwards;
	}
	.foot-item:not(:first-child).expanded .foot-sort-name {
	    color: #fff;
	}
	.foot-item:not(:first-child).expanded .foot-sort-name::after {
	    content: '−';
	    font-size: 20px;
	}
	/* 平滑展开动画 */
	@keyframes accordionSlideDown {
	    0% {
	        opacity: 0;
	        transform: translateY(-8px);
	    }
	    100% {
	        opacity: 1;
	        transform: translateY(0);
	    }
	}
	/* 列表项微调 */
	.foot-list-sort li {
	    padding: 8px 0 8px 4px;
	    font-size: 14px;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	}
	.foot-list-sort li:last-child {
	    border-bottom: none;
	}
	.foot-list-sort li:hover {
	    padding-left: 10px;
	}
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #1e1e20;
}
.advSwiper{
	height: auto;
	overflow: hidden;
	padding: 25px 0;
	position: relative;
}
.advSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.advSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.advSwiper .ico{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.advSwiper .ico img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 50px;
}
.advSwiper .title{
	color: #fff;
	font-size: 18px;
}
.advSwiper .brief{
	height: auto;
	overflow: hidden;
	color: #fff;
	margin-top: 5px;
	font-size: 14px;
	padding: 0 6px;
}
.advSwiper .swiper-page{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	z-index: 11;
	display: flex;
	justify-content: center;
}
.advSwiper .swiper-page .swiper-pagination-bullet{
	width: 32px;
	height: 4px;
	background-color: rgba(85, 85, 85,0.2);
	opacity: 1;
	border: none;
	margin: 0;
	transition: 0.5s;
	border-radius: 0;
}
.advSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(85, 85, 85,1);
}
@media (min-width: 768px) {
	.advSwiper .ico img{
		height: 60px;
	}
}
@media (min-width: 992px) {
	.advSwiper .ico img{
		height: 70px;
	}
	.advSwiper .swiper .swiper-slide{
		padding: 0 20px;
	}
	.advSwiper .title{
		font-size: 20px;
	}
}

.index-flex-two{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.index-flex-two li{
	width: 100%;
	padding: 15px;
	display: flex;
}
.index-flex-two li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: calc(83.3334vw * 80 / 100);
	position: relative;
	border-radius: 20px;
}
.index-video{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.index-video video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.index-vap-flex{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background: linear-gradient(45deg, #1a28b8 0%, #6b1799 55%, #dd1286 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 30px;
}
.index-vap-flex .title{
	text-align: center;
	color: #fff;
	font-family: 'Righteous';
	line-height: 1.2;
	font-size: 24px;
}
.index-vap-flex .brief{
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
}
.index-vap-flex .more{
	margin-top: 15px;
	text-align: center;
}
.index-vap-flex .more a{
	display: inline-block;
	color: #fff;
}
@media (min-width: 750px) {
	.index-flex-two li{
		width: 50%;
	}
	.index-flex-two li .wrap{
		min-height: calc(37.3125vw * 80 / 100);
	}
	.index-vap-flex .title{
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	.index-vap-flex{
		padding: 30px 40px;
	}
	.index-vap-flex .title{
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.index-vap-flex{
		padding: 30px 50px;
	}
	.index-vap-flex .title{
		font-size: 42px;
	}
	.index-vap-flex .brief{
		font-size: 14px;
		margin-top: 20px;
	}
	.index-vap-flex .more{
		font-size: 16px;
		margin-top: 30px;
	}
}
@media (min-width: 1400px) {
	.index-vap-flex .title{
		padding: 0 30px;
	}
}
@media (min-width: 1600px) {
	.index-vap-flex .title{
		padding: 0 60px;
	}
	.index-vap-flex .brief{
		padding: 0 40px;
	}
}
@media (min-width: 1700px) {
	.index-vap-flex .title{
		padding: 0 70px;
	}
	.index-vap-flex .brief{
		padding: 0 60px;
	}
}
@media (min-width: 1800px) {
	.index-vap-flex .title{
		padding: 0 100px;
	}
	.index-vap-flex .brief{
		padding: 0 100px;
	}
}

.cpsortSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
}
.cpsortSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.cpsortSwiper .swiper-slide{
	height: auto;
	overflow: hidden;
	background-color: #151513;
	border-radius: 10px;
}
.cpsortSwiper .swiper-slide a{
	display: block;
}
.cpsortSwiper .swiper-slide .thumb{
	height: auto;
	overflow: hidden;
}
.cpsortSwiper .swiper-slide .thumb img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	transition: 0.5s;
}
.cpsortSwiper .swiper-slide .cover{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 42%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}
.cpsortSwiper .swiper-slide .title{
	font-family: 'Righteous';
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
}
.cpsortSwiper .swiper-slide .more{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	text-transform: capitalize;
	background: linear-gradient(90deg, #6699ff, #ee00ff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.cpsortSwiper .swiper-slide:hover .thumb img{
	transform: scale(1.1);
}
.cpsortSwiper .swiper-arrows{
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	z-index: 11;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	background-color: #fff;
	transition: 0.5s;
}
.cpsortSwiper .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.cpsortSwiper .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.cpsortSwiper .swiper-arrows.swiper-button-disabled{
	opacity: 0;
	visibility: hidden;
}

@media (min-width: 1400px) {
	.cpsortSwiper .swiper-slide .title{
		font-size: 24px;
	}
	.cpsortSwiper .swiper-slide .more{
		font-size: 16px;
	}
}

.index-lisr-adpro{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.index-lisr-adpro li{
	width: 100%;
	padding: 15px;
	display: flex;
}
.index-lisr-adpro li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.index-lisr-adpro li .thumb{
	height: auto;
	min-height: calc(83.3334vw * 80 / 100);
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.index-lisr-adpro li .thumb img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	border-radius: 20px;
	transition: 0.5s;
}
.index-lisr-adpro li .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 20px;
}
.index-lisr-adpro li .title{
	color: #fff;
	font-family: 'Righteous';
	font-size: 22px;
}
.index-lisr-adpro li .brief{
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
}
.index-lisr-adpro li .more{
	margin-top: 15px;
	font-size: 15px;
	text-transform: capitalize;
}
.index-lisr-adpro li .more a{
	display: inline-block;
	color: #fff;
	background-color: rgb(166, 62, 221);
	border-radius: 5px;
	line-height: 38px;
	padding: 0 20px;
}
.index-lisr-adpro li .more a:hover{
	background-color: rgba(166, 62, 221,0.9);
}
.index-lisr-adpro li .wrap:hover .thumb img{
	transform: scale(1.1);
}

@media (min-width: 750px) {
	.index-lisr-adpro li{
		width: 50%;
	}
	.index-lisr-adpro li .thumb{
		min-height: calc(35.92vw * 80 / 100);
	}
}
@media (min-width: 992px) {
	.index-lisr-adpro li .cover{
		padding: 30px 40px;
	}
	.index-lisr-adpro li .title{
		font-size: 30px;
	}
	.index-lisr-adpro li .more{
		margin-top: 20px;
	}
	.index-lisr-adpro li .more a{
		line-height: 44px;
		padding: 0 30px;
	}
	
}
@media (min-width: 992px) {
	.index-lisr-adpro li .title{
		font-size: 40px;
	}
}

@keyframes style1 {
	0% {
		background:rgba(0,0,0,.25);
		transform:translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background:0 0;
		transform:translateX(-50%) translateY(-50%) scale(1)
	}
}

.index-puff{
	padding: 0;
}
.puff-box{
	padding: 11.4583vw 13.5417vw;
	min-height: 660px;
}
.puff-box .txt{
	
}
.puff-box .brief{
	color: #fff;
	font-size: 17px;
	line-height: 1.76;
	margin-top: 10px;
}
.puff-box .more{
	margin-top: 15px;
}
.puff-box .more a{
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	background-color: rgb(215, 83, 246);
	font-size: 14px;
	line-height: 30px;
	padding: 5px 20px;
}
.puff-box .more a:hover{
	background-color: rgba(215, 83, 246,0.9);
}
@media (min-width: 768px) {
	.puff-box{
		padding: 11.4583vw 13.5417vw;
		min-height: 710px;
	}
	.puff-box .more{
		margin-top: 25px;
	}
}
@media (min-width: 1200px) {
	.puff-box .txt{
		height: auto;
		overflow: hidden;
		width: 60%;
		max-width: 590px;
		float: left;
	}
	.puff-box{
		height: 44.270833vw;
	}
	.puff-box .brief{
		font-size: 18px;
		margin-top: -25px;
	}
}

.index-list-service{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.index-list-service li{
	width: 100%;
	padding: 15px;
	display: flex;
}
.index-list-service li .wrap{
	width: 100%;
	padding: 15px;
	background-color: #25252c;
	border-radius: 12px;
	cursor: pointer;
	padding: 25px;
	height: auto;
	overflow: hidden;
}
.index-list-service li .thumb{
	height: auto;
	overflow: hidden;
}
.index-list-service li .thumb img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 70px;
}
.index-list-service li .title{
	text-align: center;
	color: #fff;
	margin-top: 24px;
	font-size: 15px;
	line-height: 1.75;
	text-transform: uppercase;
}
.index-list-service li .num{
	height: auto;
	overflow: hidden;
	margin-top: 24px;
	text-align: center;
	font-family: 'Righteous';
	font-size: 33px;
	line-height: 1.5;
}
.index-list-service li:nth-child(1) .num{
	color:#F99520;
	background: linear-gradient(calc(270 * 1deg), #F99520,#FCC62A);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.index-list-service li:nth-child(2) .num{
	color:#BA36FF;
	background: linear-gradient(calc(270 * 1deg), #BA36FF,#E865FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.index-list-service li:nth-child(3) .num{
	color:#52F7FD;
	background: linear-gradient(calc(270 * 1deg), #52F7FD,#0CC1C6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.index-list-service li .sub-title{
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 24px;
}
.index-list-service li .brief{
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
}

.index-ban-vdo{
	height: auto;
	overflow: hidden;
	position: relative;
	height: 660px;
}
.idx-vdo-mp4{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.idx-vdo-mp4 video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.idx-vdo-cover{
	position: absolute;
	z-index: 11;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}
.idx-vdo-cover .brief{
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.vdoSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
}
.vdoSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.vdoSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.vdoSwiper .thumb{
	height: auto;
	overflow: hidden;
	border-radius: 12px;
}
.vdoSwiper .thumb video{
	display: block;
	width: 100%;
	height: auto;
}
.vdoSwiper .swiper-arrows{
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #000;
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	cursor: pointer;
	z-index: 22;
}
.vdoSwiper .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.vdoSwiper .swiper-arrows.swiper-button-disabled{
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

@media (min-width: 640px) {	
	.index-list-service li{
		width: 33.333333%;
	}
	.index-list-service li .num{
		font-size: 26px;
	}
	
}
@media (min-width: 992px) {
	.index-list-service li .wrap{
		padding: 30px;
	}
	.index-list-service li .num{
		font-size: 36px;
	}
	.index-list-service li .thumb img{
		height: 85px;
	}
	.index-ban-vdo{
		height: 750px;
	}
}
@media (min-width: 1200px) {
	.index-list-service li .wrap{
		padding: 40px;
	}
	.index-list-service li .num{
		font-size: 50px;
	}
	.index-list-service li .thumb img{
		height: 100px;
	}
	.index-ban-vdo{
		height: 850px;
	}
}


/** 内页样式
*** 左右结构
***************/
.ny_banner{
	width:100%;
	height: auto;
	overflow:hidden;
	position: relative;
	background-color: #171717;
	padding: 40px 0;
}

.ny_banner .sort-name{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.75;
	text-align: center;
	color: rgb(215, 83, 246);
	margin-bottom: 20px;
}
.sort-subname{
	text-align: center;
	font-family: 'Righteous';
	font-size: 33px;
	color: #fff;
	line-height: 1.45;
	margin-bottom: 30px;
}
.ny_banner .sort-def{
	text-align: center;
	font-size: 16px;
	color: rgb(170, 170, 170);
	line-height: 1.75;
	margin-bottom: 30px;
}
.sort-more{
	text-align: center;
}
.sort-more a{
	display: inline-block;
	color: #fff;
	font-size: 15px;
	background-color: rgb(215, 83, 246);
	line-height: 30px;
	padding: 13px 32px;
	border-radius: 6px;
	text-transform: capitalize;
}
.sort-more a:hover{
	filter: brightness(95%);
	-webkit-filter: brightness(95%);
}

.in-dtl-prosort{
	font-size: 14px;
}
.in-dtl-protitle{
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.in-dtl-prosml{
	color: #666666;
	font-size: 12px;
}

@media (min-width: 768px) {
	.in-dtl-prosort{
		font-size: 16px;
	}
	.in-dtl-protitle{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.in-dtl-prosml{
		font-size: 14px;
	}
	.ny_banner{
		padding: 80px 0;
	}
	.sort-subname{
		font-size: 40px;
		margin-bottom: 42px;
	}
	
}
@media (min-width: 992px) {
	
	.in-dtl-prosort{
		font-size: 18px;
	}
	.in-dtl-protitle{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-dtl-prosml{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.sort-subname{
		font-size: 50px;
	}
	.in-dtl-prosort{
		font-size: 22px;
	}
	.in-dtl-protitle{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-dtl-prosml{
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
	
}
@media (min-width: 1600px) {
	
}

.in-flex-pages{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding: 20px 0;
	margin-top: 30px;
}
.pages{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}
.pages a{
	display: inline-block;
	padding:0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-family: 'OpenSansRegular';
}
.pages span{
	display: inline-block;
	padding:0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-family: 'OpenSansRegular';
}
.pages a.no_next,
.pages a.hasnext{
	border-radius: 0 999px 999px 0;
}
.pages a.hasprev,
.pages a.no_pre{
	border-radius: 999px 0 0 999px;
	border-left: 1px solid #ddd;
}
.pages i{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 26px;
}
.pages a.page-num:hover,
.pages .page-num-current{
	background-color: var(--main-color);
	color: #fff;
	border-color: var(--main-color);
}
.pages a.page-link:hover{
	color: var(--main-color);
}

/** product in **/
.in-product-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 20px;
}
.in-product-list li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-product-list li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #ddd;
	padding: 14px;
}
.in-product-list li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-product-list li .tupic{
	width: 100%;
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
	background-color: #2c2830;
	border-radius: 5px;
}
.in-product-list li .tupic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
	border-radius: 5px;
}
.in-product-list li .txt{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.in-product-list li .starts{
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-product-list li .starts i{
	color: rgb(191, 191, 191);
}
.in-product-list li .title{
	font-size: 15px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	text-align: center;
	margin-top: 8px;
}
.in-product-list li .title a{
	color: #222;
}
.in-product-list li .price{
	margin-top: 8px;
	text-align: center;
	font-size: 16px;
}

.in-product-list li .wrap:hover .tupic img{
	transform: scale(1.1);
}

.detail-product-top{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail-product-zoom{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: flex;
}
.detail-product-right{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.detail-product-title{
	font-family: 'Righteous';
	color: #000;
	line-height: 1.25;
	font-size: 20px;
	margin-bottom: 15px;
}
.detail-product-brief{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.detail-product-line{
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	margin: 15px 0;
}
.detail-product-sort{
	color: rgba(153,153,153,1);
	font-size: 14px;
	line-height: 2;
	margin-bottom: 5px;
}
.detail-product-more-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.detail-product-more{
	 margin-top: 20px;
}

.detail-product-mainpic{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.detail-product-mainpic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.detail-product-ask{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.detail-product-ask a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 999px;
	line-height: 44px;
	padding: 0 45px;
	font-size: 16px;
	text-transform: capitalize;
}

.main-box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.mgn20-40{
	margin-top: 20px;
}
.in-flex-container{
	height: auto;
	overflow: hidden;
}

.detail-product-price{
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-size: 24px;
}
.detail-product-price span{
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
}
.product_ad_box{
	padding: 12px 20px;
	border-radius: 8px;
	position: relative;
	background: linear-gradient(90deg, #5089f0 0%, #a63edd 100%);
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.product_ad_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient( 135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px );
}
.product_ad_box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -50%;
  width: 34px;
  height: 200%;
  opacity: 0;
  transform: rotate(45deg);
  animation: l_r_ani 3s infinite;
  background: rgba(255, 255, 255, .5);
}
.product_ad_box > a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  line-height: normal;
  color: #fff;
  font-size: 14px;
}
.product_ad_box .ad-img {
  width: 36px;
  max-height: 100px;
  object-fit: contain;
  margin-right: 18px;
  flex: none;
}
@keyframes l_r_ani {
    10% {
        opacity: .2;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        left: 120%;
    }
}

.detail-product-fbk{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.detail-product-fbk a{
	display: block;
	text-align: center;
	border: 1px solid #222;
	color: #222;
	line-height: 46px;
	border-radius: 10px;
	font-size: 14px;
}
.product_feature_box{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-evenly;
	margin-top: 20px;
	margin-bottom: 20px;
}
.product_feature_box .p-feature-item {
  height: auto;
  width: calc(100% / 3 - 20px);
  text-align: center;
  font-size: 12px;
  color: #222;
}
.product_feature_box .p-f-cover {
  width: 26px;
}

@media (min-width: 768px) {
	.detail-product-zoom{
		width: 54%;
	}
	.detail-product-right{
		width: 40%;
		margin-top: 0;
	}
	
}
@media (min-width: 992px) {
	.product_ad_box > a {
		font-size: 16px;
	}
	.product_feature_box .p-feature-item {
		font-size: 14px;
	}
	.product_feature_box .p-f-cover {
	  width: 30px;
	}
}
@media (min-width: 1200px) {
	.detail-product-title{
		font-size: 30px;
	}
	.main-box{
		max-width: calc(75% + 80px);
		padding: 0 40px;
	}
	.mgn20-40{
		margin-top: 40px;
	}
	.detail-product-brief{
		font-size: 16px;
		line-height: 1.75;
	}
	.in-product-list li .title{
		font-size: 16px;
	}
}


.slideBox-product{
	margin-top:30px;
	height: auto;
	overflow:hidden;
}
.slideBox-product .hd{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.slideBox-product .hd ul{
	height: auto;
	overflow: hidden;
}
.slideBox-product .hd ul li{
	font-size:14px;
	float:left;
	height:45px;
	line-height:45px;
	padding:0 10px;
	cursor:pointer;
	transition: 0.5s;
	position: relative;
	font-family: 'Righteous';
}
.slideBox-product .hd ul li::before{
	content: '';
	width: 0;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s;
}
.slideBox-product .hd ul li a{
	display:block;
	color: #333;
}
.slideBox-product .hd ul li.on::before{
	width: 100%;
}
.slideBox-product .bd{
	height: auto;
	overflow: hidden;
}
.slideBox-product .bd ul{
	height: auto;
	overflow:hidden;
}
.detail-product-content{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 2;
}
.detail-product-content img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.detail-product-content iframe{
	max-width: 100%;
	height: auto;
}
.detail-product-content video{
	max-width: 100%;
	height: auto;
}
.detail-product-content table{
	width: 100%;
	background-color: #f5f5f5;
	border-color: #ddd;
	margin-top: 20px;
	border-collapse: collapse;
}
.detail-product-content table tr:nth-child(2n+1){
	background-color: #ebebeb;
}
.detail-product-content table td{
	padding: 10px 15px;
	border: 1px solid #ddd;
}

.related-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	justify-content: center;
}
.related-product::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 50%;
}
.related-product span{
	display: inline-block;
	padding: 0 20px;
	font-size: 24px;
	text-transform: capitalize;
	position: relative;
	z-index: 11;
	background-color: #fff;
}

.product-list-color{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.product-list-color span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #585858;
	margin: 0 5px;
	cursor: pointer;
	transition: 0.5s;
}
.product-list-color span.cur{
	background-color: var(--main-color);
}

.index-list-news{
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.index-list-news li{
	display: flex;
	width: 100%;
	padding: 10px;
}
.index-list-news li .wrap{
	width: 100%;
}
.index-list-news li .thumb{
	height: auto;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	padding-bottom: 75%;
}
.index-list-news li .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.index-list-news li .txt{
	padding: 15px;
}
.index-list-news li .title{
	font-family: 'Righteous';
	font-size: 18px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.index-list-news li .title a{
	color: #fff;
}
.index-list-news li .brief{
	text-align: center;
	color: rgb(140, 140, 140);
	font-size: 14px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.index-list-news li .time{
	color: rgb(140, 140, 140);
	font-size: 14px;
	transition: 0.5s;
	text-align: center;
}
.index-list-news li:hover .thumb img{
	transform: scale(1.1);
}

.badges_wrap {
  padding: 0 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.badges_wrap img {
  padding: 0;
  box-sizing: border-box;
  object-fit: contain;
  margin: 10px;
}

@media (min-width: 540px) {
	.index-list-news li{
		width: 50%;
	}
	
}
@media (min-width: 768px) {
	.slideBox-product .hd ul li{
		font-size: 18px;
		margin-right: 15px;
	}
}
@media (min-width: 992px) {
	.index-list-news li{
		width: 25%;
	}
	.slideBox-product .hd ul li{
		font-size: 20px;
		margin-right: 25px;
	}
	
}
@media (min-width: 1200px) {
	.index-list-news{
		margin-left: -25px;
		margin-right: -25px;
	}
	.index-list-news li{
		padding: 25px;
	}
	.slideBox-product .hd ul li{
		font-size: 24px;
	}
}
@media (min-width: 1400px) {
	.index-list-news li .title{
		font-size: 22px;
		padding: 0 5px;
	}
	.index-list-news li .txt{
		padding: 15px 25px;
	}
}

/** swiper banner **/
.banSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banSwiper .swiper{
	width: 100%;
	height: auto;
}
.banSwiper .swiper .swiper-slide{
	overflow: hidden;
}
.banSwiper .swiper .swiper-slide a{
	display: block;
}
.banSwiper .swiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
	transition: 0.8s;
}

.banSwiper .swiper-arrows{
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	border: 1px solid #fff;
}

.banSwiper .swiper-arrows.swiper-arrow-next{
	right: 5px;
}
.banSwiper .swiper-arrows.swiper-arrow-prev{
	left: 5px;
}

.banSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 6;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
}
.banSwiper .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: transparent;
	transition: 0.5s;
	opacity: 1;
	border: 1px solid #333;
}

.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
	border-color: var(--main-color);
}

@media (min-width: 992px) {
	.banSwiper{
		margin-top: 0;
		height: 100%;
	}
	.banSwiper .swiper{
		height: 100%;
	}
	.banSwiper .swiper .swiper-slide .pic{
		height: 100%;
	}
	.banSwiper .swiper .swiper-slide .pic img{
		height: 100%;
		object-fit: cover;
	}
	.banSwiper .swiper-arrows{
		width: 50px;
		height: 50px;
	}
	.banSwiper .swiper-arrows i{
		font-size: 24px;
	}
	.banSwiper .swiper-arrows.swiper-arrow-next{
		right: 60px;
	}
	.banSwiper .swiper-arrows.swiper-arrow-prev{
		left: 60px;
	}
}

.full-in-path{
	height: auto;
	overflow: hidden;
	font-size: 12px;
	color: rgb(129, 129, 129);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.full-in-path a{
	display: inline-block;
	color: rgb(129, 129, 129);
	margin: 0 4px;
	font-size: 16px;
}
.full-in-path a:hover{
	text-decoration: underline;
}
.may-like-head{
	font-family: 'Righteous';
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.may-like-head{
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	.may-like-head{
		font-size: 36px;
		margin-bottom: 30px;
	}
}
@media (min-width: 1200px) {
	.may-like-head{
		font-size: 40px;
		margin-bottom: 40px;
	}
}

.likeSwiper{
	height: auto;
	overflow: hidden;
}

/** 产品放大镜效果 **/
.swiper-thumb-wrap{
	width: 18%;
	position: relative;
	padding-right: 20px;
	height: 100%;
	overflow: hidden;
}
.thumbSwiper{
	height: 100%;
	overflow: hidden;
}
.thumbSwiper .swiper-slide{
	overflow: hidden;
	cursor: pointer;
}
.thumbSwiper .swiper-slide .pic{
	border: 1px solid #999;
	border-radius: 5px;
}
.thumbSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active{
	border-color: var(--main-color);
}
.swiper-thumb-wrap .thumb-arrows{
	width: 20px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 2px;
	display: none;
}
.swiper-thumb-wrap .thumb-arrows i{
	font-size: 16px;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-next{
	right: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-prev{
	left: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-button-disabled{
	cursor: no-drop;
	color: #000;
	background-color: #eee;
}

.zoomSwiper{
	width: 82%;
	height: auto;
	border: 1px solid #eee;
	position: relative;
	margin: 0;
	border-radius: 10px;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.zoom-so{
	width: 30px;
	height: 30px;
	background-color: #ccc;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 11;
}
.zoom-so i{
	display: inline-block;
	font-size: 18px;
}

.in-list-news-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.in-list-news-product li{
	width: 100%;
	padding: 10px 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-news-product li .wrap{
	width: 100%;
	background-color: rgba(240,240,240,1);
}
.in-list-news-product li .time{
	height: auto;
	overflow: hidden;
}
.in-list-news-product li .time span{
	display: block;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
	font-size: 18px;
	font-family: 'SourceHanSansCNBold';
	float: left;
	width: 160px;
	padding: 15px 0;
	transition: .5s;
}
.in-list-news-product li .txt{
	margin-top: 40px;
	padding: 20px;
}
.in-list-news-product li .title{
	font-size: 16px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
}
.in-list-news-product li .brief{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	color: rgba(102,102,102,1);
	margin-top: 20px;
}
.in-list-news-product li .brief a{
	color: rgba(102,102,102,1);
}

.in-list-news-product li .wrap:hover .time span{
	width: 100%;
}
.in-list-news-product li .more{
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.in-list-news-product li .more a{
	color: #666;
	
}

@media (min-width: 768px) {
	.in-list-news-product li{
		width: 33.333333%;
	}
	
}

.pageBar{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}
.pageBar button{
	display: inline-block;
	padding: 0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-family: 'OpenSansRegular';
	background-color: #fff;
}
.pageBar button.hasprev{
	border-radius: 999px 0 0 999px;
	border-left: 1px solid #ddd;
}
.pageBar button.hasnext{
	border-radius: 0 999px 999px 0;
	border-left: none;
}
.pageBar span{
	display: inline-block;
	padding: 0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	  border-top-color: rgb(221, 221, 221);
	border-bottom: 1px solid #ddd;
	  border-bottom-color: rgb(221, 221, 221);
	border-right: 1px solid #ddd;
	  border-right-color: rgb(221, 221, 221);
	font-family: 'OpenSansRegular';
}

.in-contact-head{
	font-family: 'Righteous';
	font-size: 33px;
	line-height: 1.45;
	margin-bottom: 3.2292vw;
}
.in-contact-head.white{
	color: #fff;
}
.in-contact-head.fs40{
	margin-bottom: 2vw;
}
.contactSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 30px;
	margin: 0 auto;
	max-width: 1400px;
}
.contactSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.contactSwiper .swiper .swiper-silde{
	height: auto;
	overflow: hidden;
}
.contactSwiper .ico{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.contactSwiper .ico img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 50px;
}
.contactSwiper .title{
	font-size: 17px;
	font-weight: 700;
	line-height: 30px;
}
.contactSwiper .brief{
	font-size: 15px;
	line-height: 1.6;
}
.contactSwiper .swiper-arrows{
	width: 27px;
	height: 44px;
	cursor: pointer;
	text-align: center;
	line-height: 44px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.contactSwiper .swiper-arrows i{
	display: inline-block;
	line-height: 1.2;
	font-size: 24px;
}
.contactSwiper .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.contactSwiper .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.contactSwiper .swiper-page{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	display: flex;
	justify-content: center;
}
.contactSwiper .swiper-page .swiper-pagination-bullet{
	width: 32px;
	height: 4px;
	background-color: rgba(85, 85, 85,0.2);
	margin: 0;
	opacity: 1;
	border-radius: 0;
	transition: 0.5s;
}
.contactSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(85, 85, 85,1);
}

@media (min-width: 768px) {
	.in-contact-head{
		font-size: 40px;
	}
	.contactSwiper .ico img{
		height: 60px;
	}
}
@media (min-width: 1200px) {
	.in-contact-head{
		font-size: 50px;
	}
	.in-contact-head.fs40{
		font-size: 40px;
	}
	.contactSwiper .ico{
		margin-bottom: 20px;
	}
	.contactSwiper .ico img{
		height: 70px;
	}
	.contactSwiper .title{
		font-size: 18px;
	}
}

.scrollSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.scrollSwiperProduct .swiper{
	height: auto;
	overflow: hidden;
}
.scrollSwiperProduct .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	background-color: #2b282f;
	border-radius: 20px;
}
.scrollSwiperProduct .swiper .swiper-slide .thumb{
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.scrollSwiperProduct .swiper .swiper-slide .thumb a{
	display: block;
	overflow: hidden;
}
.scrollSwiperProduct .swiper .swiper-slide .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.scrollSwiperProduct .txt{
	padding: 15px;
}
.scrollSwiperProduct .starts{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1.2;
}
.scrollSwiperProduct .title{
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}
.scrollSwiperProduct .title a{
	display: inline-block;
	color: #fff;
}
.scrollSwiperProduct .price{
	text-align: center;
	color: #fff;
	margin-top: 15px;
	font-size: 18px;
}
.scrollSwiperProduct .swiper .swiper-slide:hover .thumb img{
	transform: scale(1.05);
}
.scrollSwiperProduct .swiper-arrows{
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #000;
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	cursor: pointer;
	z-index: 22;
	transition: 0.5s;
}
.scrollSwiperProduct .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperProduct .swiper-arrows.swiper-button-disabled{
	opacity: 0;
	visibility: hidden;
}

@media (min-width: 1400px) {
	.scrollSwiperProduct .title{
		font-size: 18px;
	}
	.scrollSwiperProduct .price{
		font-size: 20px;
		margin-bottom: 15px;
	}
}

.msg-wrap{
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 864px;
}
.msg-row{
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}
.msg-row .msg-col-5,
.msg-row .msg-col-10{
	width: 100%;
	padding: 6px 15px;
}
.msg-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.msg-group label{
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
}
.msg-group input{
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	outline: none;
	color: #000;
	font-size: 14px;
	padding: 9px 15px;
	line-height: 30px;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
}
.msg-group textarea{
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	color: #000;
	font-size: 14px;
	padding: 5px 15px;
	line-height: 30px;
	resize: none;
	height: 100px;
	overflow: hidden;
}
.msg-group button{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	color: #fff;
	background-color: var(--main-color);
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 15px;
	text-transform: capitalize;
	text-align: center;
	padding: 0 2.0833vw;
	position: relative;
	border-radius: 5px;
	margin-top: 10px;
}
.msg-group button::before{
	content:"";
	 position:absolute;
	 display:block;
	 transition:all .6s;
	 width:100%;
	 height:0;
	 border-radius:50%;
	 left:50%;
	 top:50%;
	 padding-top:100%;
	 transform:translateX(-50%) translateY(-50%)
}
.msg-group button:hover:before {
	animation:style1 .75s;
	z-index:1
}

@media (min-width: 768px) {	
	.msg-row .msg-col-5{
		width: 50%;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.msg-group button{
		max-width: 302px;
		float: left;
		margin-top: 15px;
	}
}
@media (min-width: 992px) {	
	.msg-row .msg-col-1{
		width: 25%;
	}
}

.abs-flex-control{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.abs-flex-control .zou{
	width: 100%;
}
.abs-flex-control .you{
	width: 100%;
	margin-top: 20px;
}
.abs-head{
	color: #9294A1;
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.25;
	text-transform: uppercase;
}
.abs-head span{
	display: inline-block;
	position: relative;
	padding: 30px 25px;
}
.lang-cn .abs-head{
	font-weight: bold;
}
.lang-en .abs-head{
	font-family: 'Roboto';
	font-weight: 700;
}
.abs-head span::before,
.abs-head span::after{
	content: '';
	width: 20px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
}
.abs-head span::before{
	background-image: url(../images/yh1.png);
	left: 0;
	top: 0;
}
.abs-head span::after{
	background-image: url(../images/yh2.png);
	right: 0;
	bottom: 0;
}
.abs-flex-control .pic:hover img{
	transform: scale(1.05);
}
.abs-control-content{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.9;
}
.abs-control-content p + p{
	margin-top: 20px;
}
.section-absrd{
	background-color: #F8F8F8;
	background-image: url(../images/rdbg.webp);
}
.abs-flex-rd{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.abs-flex-rd .zou{
	width: 100%;
}
.abs-flex-rd .you{
	width: 100%;
}
.rdSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	max-width: 396px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}
.rdSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.rdSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	border-radius: 33px;
}
.rdSwiper .arrows-btms{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.rdSwiper .swiper-arrows{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e2e2e2;
	cursor: pointer;
	transition: 0.5s;
}
.rdSwiper .swiper-arrows i{
	font-size: 20px;
}
.rdSwiper .swiper-arrows + .swiper-arrows{
	margin-left: 66px;
}
.rdSwiper .swiper-arrows:hover{
	color: #fff;
	background-color: var(--main-color);
}

.abs-news-top{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #F8F8F8;
}
.abs-news-top .zou{
	width: 100%;
}
.abs-news-top .you{
	width: 100%;
	margin-top: 15px;
}
.abs-news-top .time{
	font-size: 20px;
	line-height: 1.2;
}
.abs-news-top .title{
	font-size: 18px;
	margin-top: 15px;
}
.abs-news-top .brief{
	color: #666;
	font-size: 14px;
	line-height: 1.75;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.abs-news-top .more{
	margin-top: 20px;
}
.abs-news-top .more a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 999px;
	line-height: 44px;
	padding: 0 45px;
}
.abs-news-top .more i{
	display: inline-block;
	margin-left: 10px;
	font-size: 18px;
}
.abs-news-top:hover .pic img{
	transform: scale(1.05);
}

.in-news-main{
	width: 100%;
	max-width: 1383px;
	height: auto;
	overflow: hidden;
	margin: 15px auto;
	display: flex;
	justify-content: flex-start;
}
.in-news-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 901px;
}
.abs-list-news{
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.abs-list-news li{
	width: 50%;
	padding: 10px;
	height: auto;
	overflow: hidden;
	display: flex;
}
.abs-list-news li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.abs-list-news li .zou{
	width: 100%;
}
.abs-list-news li .you{
	width: 100%;
	margin-top: 15px;
}
.abs-list-news li .thumb{
	height: auto;
	overflow: hidden;
	border-radius: 5px;
}
.abs-list-news li .thumb a{
	display: block;
	width: 100%;
	height: calc(100vw / 750 * 218);
	overflow: hidden;
}
.abs-list-news li .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.abs-list-news li .title{
	font-size: 16px;
	font-family: 'Righteous';
	line-height: 1.25;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.abs-list-news li .title a{
	color: #222;
}
.abs-list-news li .others{
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	color: rgb(102, 102, 102);
}
.abs-list-news li .others i{
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}
.abs-list-news li .brief{
	color: #222;
	font-size: 14px;
	line-height: 1.5;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 10px;
	transition: 0.5s;
}
.abs-list-news li .title a:hover{
	opacity: 0.5;
}

.detail-news-title{
	font-family: 'Righteous';
	font-size: 22px;
	position: relative;
	margin-bottom: 25px;
}
.detail-news-content{
	color: #666;
	font-size: 16px;
	line-height: 2;
}
.detail-news-content img{
	display: block;
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}

.page-next-prev{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.page-next-prev li{
	font-size: 14px;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}
.page-next-prev li strong{
	font-size: 14px;
	font-weight: 700;
	margin-right: 5px;
}
.page-next-prev li a{
	display: flex;
	flex: 1;
	color: #222;
}
.page-next-prev li a:hover{
	opacity: 0.5;
}

.news-search{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.news-search input{
	display: block;
	width: 100%;
	border: 1px solid rgba(34,34,34,1);
	background-color: #fff;
	line-height: 30px;
	padding: 8px 110px 8px 15px;
	color: #000;
}
.news-search button{
	display: block;
	width: 100px;
	height: 46px;
	background-color: rgba(34,34,34,1);
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 1px;
	top: 1px;
}

.detail-news-other{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-wrap: wrap;
}
.detail-news-other i{
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}
.detail-news-other .tag-item{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	margin-right: 15px;
}
.detail-news-other .share2{
	margin-left: 5px;
}

@media (min-width: 640px) {
	.abs-news-top .zou{
		width: 39.375%;
	}
	.abs-news-top .you{
		width: 60.625%;
		margin-top: 0;
		padding-left: 25px;
	}
}
@media (min-width: 768px) {
	.abs-control-content{
		font-size: 16px;
	}
	.lang-en .abs-control-content{
		font-size: 14px;
	}
	.abs-list-news li{
		width: 100%;
		margin-bottom: 10px;
	}
	.abs-list-news li .zou{
		width: 210px;
	}
	.abs-list-news li .you{
		width: auto;
		flex: 1;
		margin-top: 0;
		height: auto;
		overflow: hidden;
		padding-left: 32px;
	}
	.abs-list-news li .title{
		font-size: 18px;
		margin-bottom: 12px;
		margin-top: 5px;
	}
	.abs-list-news li .thumb a{
		height: auto;
		height: 140px;
	}
	.abs-list-news li .brief{
		margin-top: 22px;
	}
	.tag-item{
		margin-right: 15px;
	}
}
@media (min-width: 992px) {
	.abs-list-news li .title{
		font-size: 20px;
	}
	.tag-item{
		margin-right: 30px;
	}
	
	.abs-flex-control .zou{
		width: 52.5%;
	}
	.abs-flex-control .you{
		width: 42%;
		margin-top: 0;
	}
	.abs-head{
		font-size: 26px;
		margin-bottom: 30px;
	}
	.abs-head span{
		padding: 35px 45px;
	}
	.abs-head span::before,
	.abs-head span::after{
		width: 30px;
		height: 24px;
	}
	
	.abs-flex-rd .zou{
		width: 41%;
	}
	.abs-flex-rd .you{
		width: 38%;
	}
	.abs-news-top .time{
		font-size: 24px;
	}
	.abs-news-top .title{
		font-size: 20px;
	}
	.abs-news-top .brief{
		font-size: 16px;
	}
	.abs-news-top .more{
		font-size: 16px;
		margin-top: 30px;
	}
	.abs-news-top .you{
		padding-left: 45px;
	}
	.detail-news-title{
		font-size: 30px;
	}
	
	.detail-news-content{
		font-size: 16px;
	}
	.page-next-prev{
		margin-top: 90px;
	}
	
}
@media (min-width: 1200px) {
	.abs-head{
		font-size: 32px;
		margin-bottom: 45px;
	}
	.abs-control-content{
		font-size: 18px;
	}
	.lang-en .abs-control-content{
		font-size: 16px;
	}
	.abs-control-content p + p{
		margin-top: 30px;
	}
	.abs-head span{
		padding: 60px 65px;
	}
	.abs-head span::before,
	.abs-head span::after{
		width: 49px;
		height: 39px;
	}
	.inab-flex-team .abs-head span{
		padding: 50px 25px;
	}
	.abs-news-top .title{
		font-size: 24px;
		margin-top: 40px;
	}
	
}
@media (min-width: 1400px) {
	.abs-head{
		font-size: 40px;
		margin-bottom: 50px;
	}
	.abs-control-content{
		font-size: 20px;
	}
	.abs-control-content p + p{
		margin-top: 45px;
	}
	.lang-en .abs-control-content{
		font-size: 18px;
	}
}

.section-company{
	background-image: url(../images/2005.png);
	background-size: 49.5vw;
	background-position: 43.2vw 3.4vw;
}
.inab-full-company{
	position: relative;
	height: auto;
	overflow: hidden;
}
.inab-flex-company{
	display: flex;
	flex-wrap: wrap;
}
.inab-flex-company .zou{
	width: 100%;
}
.inab-flex-company .you{
	width: 100%;
	margin-top: 25px;
}

.inab-company-thumb img{
	max-width: 100%;
	height: auto;
}
.inab-company-wenhua{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 111;
	margin-top: -60px;
	margin-left: -5px;
	margin-right: -5px;
}
.inab-company-wenhua li{
	width: 50%;
	padding: 5px;
	display: flex;
}
.inab-company-wenhua li .wrap{
	width: 100%;
	background-color: #f8f8f8;
	padding: 30px 15px;
	border-radius: 20px;
}
.inab-company-wenhua li .title{
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.inab-company-wenhua li .title span{
	display: inline-block;
	position: relative;
	z-index: 11;
	padding-bottom: 8px;
	padding-right: 8px;
}
.inab-company-wenhua li .title span::after{
	content: '';
	width: 20px;
	height: 20px;
	background-color: var(--main-color);
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.inab-company-wenhua li .brief{
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
}
.section-abzz{
	background-image: url(../images/zzbg.webp);
	padding: 7.3vw 0;
	background-position: 0 50%;
}
.inab-abzz-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inab-abzz-list li{
	color: var(--main-color);
	text-transform: uppercase;
	font-size: 24px;
	max-width: 32%;
}
.inab-company-zz{
	color: #666;
	font-size: 14px;
	line-height: 1.7;
}
.inab-company-zz.white{
	color: #fff;
}

.section-factory{
	background-color: #F8F8F8;
}
.inab-list-factory{
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.inab-list-factory li{
	width: 50%;
	padding: 5px;
	display: flex;
}
.inab-list-factory li .wrap{
	width: 100%;
}
.inab-list-factory li .wrap:hover .pic img{
	transform: scale(1.1);
}

.inab-flex-team{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inab-flex-team .zou{
	width: 100%;
}
.inab-flex-team .you{
	width: 100%;
	margin-top: 20px;
}
.inab-team-thumb{
	height: auto;
	overflow: hidden;
}
.inab-team-thumb img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.section-his{
	background-image: url(../images/his.webp);
	background-position: 0% 100%;
	padding-top: 4vw;
	padding-bottom: 0;
	background-size: cover;
}
.section-his .container{
	position: relative;
}
.inab-his-head{
	position: absolute;
	top: 0;
}
.hisSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
}
.hisSwiper .swiper{
	height: auto;
	overflow: visible;
	/* padding-top: 540px;
	padding-bottom: 0; */
	
}
.hisSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.timeline-item {
  text-align: center;
  position: relative;
  transition: transform 0.4s ease;
  padding-bottom: 10px;
}
.timeline-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 5000%;
  background-color: #eee;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.hisSwiper .brief{
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.hisSwiper .title{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
}
.lang-en .hisSwiper .brief{
	font-size: 14px;
}
.hisSwiper .swiper-page{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	display: flex;
	justify-content: center;
	z-index: 33;
}
.hisSwiper .swiper-page .swiper-pagination-bullet{
	opacity: 1;
	border: 1px solid var(--main-color);
	background-color: transparent;
}
.hisSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}


@media (min-width: 768px) {
	.inab-list-factory li{
		width: 33.333333%;
	}
}
@media (min-width: 992px) {
	.inab-flex-company .zou{
		width: 41.25%;
		padding-right: 35px;
	}
	.inab-flex-company .you{
		width: 58.75%;
		margin-top: 0;
	}
	.inab-company-thumb{
		margin-right: -20px;
	}
	.inab-company-wenhua{
		margin-top: 30px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.inab-company-wenhua li{
		width: 25%;
		padding: 10px;
	}
	.inab-company-zz{
		font-size: 16px;
	}
	.inab-cpzz-box{
		height: auto;
		overflow: hidden;
		width: 50%;
		float: right;
	}
	.inab-list-factory{
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 45px;
	}
	.inab-list-factory li{
		padding: 10px;
	}
	
	.inab-flex-team .zou{
		width: 43.3125%;
	}
	.inab-flex-team .you{
		width: 46.25%;
		margin-top: 0;
	}
	.hisSwiper .title{
		font-size: 18px;
	}
	
}

@media (min-width: 1200px) {
	.inab-company-wenhua li .wrap{
		padding: 80px 40px;
	}
	.inab-company-wenhua li .title{
		font-size: 24px;
		margin-bottom: 60px;
	}
	.inab-company-wenhua li .brief{
		font-size: 16px;
	}
	.inab-cpzz-box{
		width: 39.4%;
	}
	.inab-abzz-list{
		margin-top: 60px;
	}
	.inab-abzz-list li{
		font-size: 30px;
	}
	.hisSwiper .brief{
		font-size: 16px;
	}
	.hisSwiper .title{
		font-size: 20px;
	}
}
@media (min-width: 1400px) {
	.section-company{
		padding-top: 150px;
	}
	.inab-company-wenhua{
		margin-top: -90px;
	}
	.lang-en .inab-company-wenhua{
		margin-top: 30px;
	}
	.hisSwiper .title{
		font-size: 24px;
	}
}
@media (min-width: 1600px) {
	.inab-flex-company{
		height: 730px;
	}
	.inab-company-thumb{
		position: absolute;
		top: 0;
		right: 0;
	}
	.inab-company-wenhua{
		margin-top: -150px;
	}
	.lang-en .inab-company-wenhua{
		margin-top: -60px;
	}
	.inab-company-wenhua li .title{
		font-size: 30px;
		margin-bottom: 80px;
	}
}

.in-pro-list-feat{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 25px;
}
.in-pro-list-feat li{
	width: 50%;
	padding: 5px;
	display: flex;
}
.in-pro-list-feat li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f8f8f8;
	border-radius: 14px;
}
@media (min-width: 600px) {
	.in-pro-list-feat li{
		width: 33.333333%;
	}
}
@media (min-width: 768px) {
	.in-pro-list-feat li{
		width: 20%;
	}
}
@media (min-width: 1200px) {
	.in-pro-list-feat{
		margin-left: -29px;
		margin-right: -29px;
	}
	.in-pro-list-feat li{
		padding: 29px;
	}
}

.section-nengli{
	background: #F8F8F8;
}
.index-pos-nl{
	margin-bottom: 25px;
}
.index-nl-tab{
	height: auto;
	overflow: hidden;
}
.index-nl-tab .item{
	height: auto;
	overflow: hidden;
	display: none;
}
.index-nl-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-nl-flex .zou{
	width: 100%;
}
.index-nl-flex .you{
	width: 100%;
	margin-top: 20px;
}
.index-nl-flex .brief{
	color: #666666;
	font-size: 16px;
}
.index-nl-flex .pic{
	border-radius: 30px;
}
.index-nl-list{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.index-nl-list li{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D9D9D9;
	border-radius: 6px;
	width: 32%;
	max-width: 460px;
	padding: 15px;
}
.index-nl-list li.active a{
	color: #fff;
}
.index-nl-list li.active{
	background-color: var(--main-color);
}

@media (min-width: 640px) {
	.index-nl-flex .zou{
		width: 43.75%;
	}
	.index-nl-flex .you{
		width: 51.5625%;
		margin-top: 0;
	}
	.index-pos-nl{
		position: absolute;
		left: 20px;
		top: 0;
	}
}
@media (min-width: 992px) {
	.index-nl-list{
		margin-top: 40px;
	}
	.index-nl-list li{
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.index-nl-list{
		margin-top: 80px;
	}
	.index-nl-list li{
		font-size: 24px;
		padding: 25px 15px;
	}
}

.faqlist{
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 1380px;
	padding-top: 15px;
}
.faqlist dl{
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 10px;
}
.faqlist dl dt{
	height: auto;
	overflow: hidden;
	background-color: #f5f5f5;
	cursor: pointer;
	padding: 15px 50px 15px 20px;
	position: relative;
}
.faqlist dl dt h4{
	font-size: 16px;
}
.faqlist dl dt i{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	transition: 0.5s;
	transform: translateY(-50%) rotate(90deg);
}
.faqlist dl dt.open i{
	transform: translateY(-50%) rotate(-90deg);
}

.faqlist dd{
	display: none;
	padding: 15px 20px;
	border: 1px solid #f5f5f5;
	font-size: 16px;
}
@media (min-width: 992px) {
	.faqlist dl dt{
		padding-left: 30px;
	}
	.faqlist dd{
		padding: 20px 30px;
	}
}

.comment-wrap{
	height: auto;
	overflow: hidden;
}
.comment-title{
	font-size: 18px;
	margin-bottom: 20px;
}
.comment-tips{
	height: auto;
	overflow: hidden;
	color: rgb(153, 153, 153);
	font-size: 14px;
	margin-bottom: 30px;
}
.comment-rows{
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.comment-rows + .comment-rows{
	margin-top: 15px;
}
.comment-rows label{
	display: block;
	width: 100%;
	color: #000;
	font-size: 15px;
	margin-bottom: 7px;
}
.comment-rows label span{
	display: inline-block;
	color: red;
}
.comment-group{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.comment-group > input{
	display: block;
	width: 100%;
	border: 1px solid rgba(153,153,153,0.4);
	line-height: 30px;
	padding: 5px 15px;
	border-radius: 5px;
}
.comment-group > textarea{
	display: block;
	width: 100%;
	border: 1px solid rgba(153,153,153,0.4);
	line-height: 30px;
	padding: 5px 15px;
	border-radius: 5px;
	resize: none;
	height: 140px;
}
.comment-flex{
	width: 100%;
	display: flex;
	align-items: center;
}
.comment-img{
	width: auto;
	height: 42px;
	overflow: hidden;
	margin-left: 10px;
}
.comment-check{
	width: 120px;
}
.comment-group button{
	display: inline-block;
	background-color: rgba(243,245,249,1);
	line-height: 30px;
	padding: 5px 10px;
	width: 204px;
	border: 1px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	text-align: center;
}

@media (min-width: 600px) {
	.comment-rows label{
		width: 115px;
		text-align: right;
		font-size: 14px;
	}
	.comment-group{
		width: auto;
		flex: 1;
		padding-left: 15px;
	}
	.comment-rows + .comment-rows{
		margin-top: 20px;
	}
	.comment-flex{
		width: auto;
		flex: 1;
		padding-left: 15px;
	}
	.comment-check > .comment-group{
		padding-left: 0;
	}
	.comment-group button{
		margin-left: 115px;
	}
}

.in-flex-main{
	display: flex;
	flex-wrap: wrap;
}
.aside-left{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.aside-main{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.filter-wrap{
	background-color: #fff;
	height: auto;
	overflow: hidden;
	padding: 20px;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05);
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1111;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.filter-wrap.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.filter-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 42px;
	margin-bottom: 10px;
}
.filter-head .title{
	font-size: 18px;
}
i.closedfil{
	display: block;
	cursor: pointer;
	line-height: 1.1;
	font-size: 30px;
}
.filter-search{
	height: auto;
	overflow: hidden;
	position: relative;
}
.filter-search input{
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	height: 40px;
	line-height: 38px;
	padding-left: 12px;
	padding-right: 45px;
}
.filter-search button{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	padding: 0;
	background-color: transparent;
	border: none;
	overflow: hidden;
}
.filter-search button i{
	font-size: 24px;
}
.filter-rows{
	height: auto;
	overflow: hidden;
	padding: 18px 0;
}
.filter-title{
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.filter-title::before{
	content: '';
	width: 15px;
	height: 1px;
	background-color: #000;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}
.filter-title::after{
	content: '';
	width: 1px;
	height: 15px;
	background-color: #000;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 11;
}
.filter-title.active::after{
	height: 15px;
}
.filter-rows.fold .filter-title::after{
	height: 0;
}
.filter-cell{
	height: auto;
	overflow: hidden;
}
.filter-sortname{
	height: auto;
	overflow: hidden;
	padding: 15px 0;
	line-height: 22px;
	position: relative;
	display: flex;
}
.filter-sortname a{
	display: flex;
	flex: 1;
	color: #000;
}
.filter-sortname a em{
	display: inline-block;
	font-style: normal;
}
.filter-sortname span{
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-left: 18px;
}
.filter-sortname span::before{
	content: '';
	width: 10px;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}
.filter-sortname span::after{
	content: '';
	width: 2px;
	height: 10px;
	background-color: #000;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}
.filter-sortname.active a em,
.filter-sortname.on a em{
	font-weight: 700;
	border-bottom: 1px solid #000;
}
.filter-sortname.shows span::after{
	display: none;
}
.filter-cansu{
	height: auto;
	overflow: hidden;
}
.filter-cansu li{
	height: auto;
	overflow: hidden;
	padding: 8px 0;
}
.filter-cansu li a{
	display: block;
	line-height: 22px;
	position: relative;
	color: #171717;
	padding-left: 25px;
}
.filter-cansu li a::before{
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid rgb(217, 217, 217);
	position: absolute;
	left: 0;
	top: 4px;
}
.filter-cansu li a::after{
	content: "\e9b6";
	font-family: "iconfont" !important;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 4px;
	text-align: center;
	line-height: 14px;
	color: #000;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
}
.filter-cansu li a.btn-active::before{
	border-color: #000;
}
.filter-cansu li a.btn-active::after{
	opacity: 1;
	visibility: visible;
}
.filter-tgl{
	height: auto;
	overflow: hidden;
}
.filter-content{
	padding-left: 20px;
	display: none;
}
.filter-open{
	height: auto;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px 10px;
}
.filter-open span{
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
}

.section-prolist{
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}

@media (min-width: 768px) {
	.aside-left{
		width: 22.9152%;
		min-width: 220px;
		max-width: 330px;
	}
	.aside-main{
		width: auto;
		flex: 1;
		padding-left: 25px;
	}
	.filter-open{
		display: none;
	}
	.in-flex-main{
		margin-top: 40px;
	}
	.filter-wrap{
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		position: relative;
	}
	.filter-head{
		display: none;
	}
	
	.in-product-list{
		margin-top: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.in-product-list li{
		padding: 10px;
	}
}

@media (min-width: 992px) {
	.in-product-list li{
		width: 33.333333%;
	}
	
}
@media (min-width: 1400px) {
	.section-prolist{
		width: 75%;
	}
}

.form-outer{
	height: auto;
	overflow: hidden;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.form-row{
	height: auto;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.form-col-5{
	width: 50%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 10px;
}
.form-col-10{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 10px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.form-group label{
	display: block;
	font-family: inherit;
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-bottom: 5px;
}
.form-group label font{
	display: inline-block;
	margin-left: 5px;
	color: red;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"]{
	display: block;
	width: 100%;
	padding: 13px 15px;
	line-height: 24px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	outline: none;
	overflow: hidden;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 13px 15px;
	line-height: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	outline: none;
	resize: none;
	height: 110px;
	overflow: hidden;
	transition: 0.5s;
}
.form-group input.form-file{
	float: left;
	width: 260px;
}

.form-group button{
	display: block;
	width: 100%;
	max-width: 600px;
	text-align: center;
	line-height: 24px;
	padding: 15px 40px;
	color: #fff;
	background-color: var(--main-color);
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 auto;
	border-radius: 5px;
	letter-spacing: 1px;
}
.form-group button[disabled]{
	background-color: #999;
	cursor: no-drop;
}
/* .form-group input::-webkit-input-placeholder{ color: #333;}
.form-group input::-ms-input-placeholder{ color: #333;}
.form-group input::-moz-input-placeholder{ color: #333; opacity: 1;}
.form-group input::placeholder{ color: #333;} */

.form-group i{
	display: block;
	width: 44px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: var(--main-color);
	font-size: 24px;
	position: absolute;
	left: 5px;
	top: 37px;
}
.idx-fbk-outer{
	height: auto;
	overflow: hidden;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
}

.relSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 40px;
}
.relSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.relSwiper .swier .swiper-slide{
	height: auto;
	overflow: hidden;
}
.relSwiper .pic{
	background-color: #2b282f;
}
.relSwiper .title{
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
}
.relSwiper .price{
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
}
.relSwiper .swiper-arrows{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	z-index: 11;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	cursor: pointer;
}
.relSwiper .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}


.full-WARNING{
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 24px;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	flex-wrap: wrap;
	word-break: break-all;
	text-align: center;
}
.full-WARNING strong{
	font-size: 18px;
}

@media (min-width: 992px) {
	.full-WARNING{
		font-size: 16px;
	}
	.full-WARNING strong{
		font-size: 18px;
	}
}