/*面包屑导航 start*/
.content .content-nav-wrapper {
    background: #000;
}
.content .content-nav {
    font-size: 1.7rem;
}
.content .content-nav .left {
	height: 5rem;
	line-height: 5rem;
	color: #747579;
}
.content .content-nav .left a {
	color: #747579;
	transition: all .3s ease;
	font-family: "Source Han Sans CN";
}
.content .content-nav .left a:hover {
	color: #f2f2f2;
}
.content .content-nav .left a .home {
	font-size: 1.9rem;
}
/*面包屑导航 end*/

/*用于间隔的高度 start*/
.content .spaceh {
	width: 100%;
	height: 1px;
	background: #000;
}
/*用于间隔的高度 end*/

/*产品中心 start*/
.content .content-center-wrapper {
	background: #000;
}
.content .content-center-wrapper .left {
	background: #000 url(../img/product-center/202510011234-left-bg.png) no-repeat center bottom;
	background-size: 100% auto;
	width: 28rem;
}
.content .content-center-wrapper .left .item-wrapper {
	overflow-y: auto;
	scrollbar-color: #252525 #000;
	scrollbar-width: thin;
}
.content .content-center-wrapper .left .item-wrapper::-webkit-scrollbar {
	width: 7px;
}
.content .content-center-wrapper .left .item-wrapper::-webkit-scrollbar-thumb {
	background-color: #252525; /*滚动条滑块*/
}
.content .content-center-wrapper .left .item-wrapper::-webkit-scrollbar-track {
	background-color: #000; /*滚动条轨道*/
}
.content .content-center-wrapper .left .item-wrapper .item {
	margin-top: 2rem;
	margin-left: 0.5rem;
}
.content .content-center-wrapper .left .item-wrapper .item:first-child {
	margin-top: 0;
}
.content .content-center-wrapper .left .item-wrapper .item .title {
	font-size: 2rem;
	font-weight: 600;
	padding: 1rem;
	color: #666;
	transition: all .3s ease;
    cursor: pointer;
    position: relative;
}
.content .content-center-wrapper .left .item-wrapper .item .title:hover {
	color: #fff;
}
.content .content-center-wrapper .left .item-wrapper .item.on .title {
	color: #fff;
}
.content .content-center-wrapper .left .item-wrapper .item .title span {
	display: inline-block;
	max-width: 22rem;
}
.content .content-center-wrapper .left .item-wrapper .item .title img {
	width: 6px;
	position: absolute;
	left: 24rem;
	top: 50%;
	margin-top: -5.5px;
	transition: all .3s ease;
}
.content .content-center-wrapper .left .item-wrapper .item.on .title img {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.content .content-center-wrapper .left .item-wrapper .item .next-title {
	margin-left: 1.5rem;
	display: none;
}
.content .content-center-wrapper .left .item-wrapper .item .next-title a {
	font-size: 1.7rem;
	color: #666;
	transition: all .3s ease;
	display: block;
	margin-top: 2rem;
}
.content .content-center-wrapper .left .item-wrapper .item .next-title a:first-child {
	margin-top: 1rem;
}
.content .content-center-wrapper .left .item-wrapper .item .next-title a:hover {
	color: #fff;
}
.content .content-center-wrapper .right {
	width: auto;
	float: none;
	margin-left: 28.2rem;
}
.content .content-center-wrapper .right .content-box {

}
.content .content-center-wrapper .right .content-box .right-content {
	display: none;
}
.content .content-center-wrapper .right .content-box .right-content:first-child {
	display: block;
}
.content .content-center-wrapper .right .content-box .right-content .i-w {
	position: relative;
	transition: all .3s ease;
}
.content .content-center-wrapper .right .content-box .right-content .i-w.cb {
	color: #333;
}
.content .content-center-wrapper .right .content-box .right-content .i-w.cw {
	color: rgba(255,255,255,0.9);
}
.content .content-center-wrapper .right .content-box .right-content .i-w.cb.change:hover {
	color: rgba(255,255,255,0.9);
}
.content .content-center-wrapper .right .content-box .right-content .i-w.cw.change:hover {
	color: #333;
}
.content .content-center-wrapper .right .content-box .right-content img {
	width: 100%;
}
.content .content-center-wrapper .right .content-box .right-content img.abso {
	position: absolute;
	top: 0;
    left: 0;
    opacity: 1;
    transition: all .3s ease;
    z-index: 1;
}
.content .content-center-wrapper .right .content-box .right-content .i-w:hover img.abso {
	opacity: 0;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 2;
	font-weight: 600;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn .btn {
	display: inline-block;
	border: 2px solid transparent;
	transition: all .3s ease;
	font-size: 1.6rem;
	border-radius: 2rem;
	padding: 0.3rem 0.8rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w.cb .title-and-btn .btn {
	border-color: #333
}
.content .content-center-wrapper .right .content-box .right-content .i-w.cw .title-and-btn .btn {
	border-color: rgba(255,255,255,0.9);
}
.content .content-center-wrapper .right .content-box .right-content .i-w.cb.change:hover .btn {
	border-color: rgba(255,255,255,0.9);
}
.content .content-center-wrapper .right .content-box .right-content .i-w.cw.change:hover .btn {
	border-color: #333
}
.layui-row.mark:before {
	clear: none; /*默认值*/
}




/* 宽1/2 top */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm1 {
	top: 15%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm1 .title-zh {
	font-size: 4rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm1 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm2 {
	top: 38%;
	width: 30rem;
    right: 10%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm2 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm2 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm3 {
	top: 38%;
	width: 30rem;
    right: 10%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm3 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm3 .title-en {

}

/* 宽1/2 top */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm4 {
	top: 15%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm4 .title-zh {
	font-size: 4rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm4 .title-en {

}

/* 宽1/2 top */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm5 {
	top: 15%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm5 .title-zh {
	font-size: 4rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm5 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm6 {
	top: 38%;
	width: 30rem;
    right: 10%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm6 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm6 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm7 {
	top: 38%;
	width: 30rem;
    right: 10%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm7 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm7 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm8 {
	top: 38%;
	width: 30rem;
    right: 10%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm8 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm8 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm9 {
	top: 38%;
	width: 30rem;
    right: 10%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm9 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm9 .title-en {

}

/* 宽100% right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm10 {
	top: 38%;
	width: 45rem;
    right: 17%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm10 .title-zh {
	font-size: 4rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm10 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm11 {
	top: 38%;
	width: 30rem;
    right: 10%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm11 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm11 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12 {
	top: 38%;
	width: 30rem;
    right: 10%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12-1 {
	top: 38%;
	width: 35rem;
    right: 4%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12-1 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12-1 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12-2 {
	top: 38%;
	width: 35rem;
    right: 4%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12-2 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12-2 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12-3 {
	top: 38%;
	width: 35rem;
    right: 4%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12-3 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm12-3 .title-en {

}

/* 宽1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm16 {
	top: 38%;
	width: 35rem;
    right: 4%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm16 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm16 .title-en {

}

/* 宽100% top */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm17 {
	top: 15%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm17 .title-zh {
	font-size: 4rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm17 .title-en {

}

/* 宽大于1/2 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm18 {
	top: 39%;
	width: 53.3rem;
    right: 10%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm18 .title-zh {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm18 .title-en {

}

/* 宽 小 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm19 {
	top: 38%;
	width: 29rem;
    right: 2rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm19 .title-zh {
	font-size: 1.7rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm19 .title-en {

}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm19 .btn {
	font-size: 1.2rem;
}

/* 宽 小 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm20 {
	top: 38%;
	width: 29rem;
    right: 2rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm20 .title-zh {
	font-size: 1.7rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm20 .title-en {

}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm20 .btn {
	font-size: 1.2rem;
}

/* 宽 小 right */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm21 {
	top: 38%;
	width: 29rem;
    right: 2rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm21 .title-zh {
	font-size: 1.7rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm21 .title-en {

}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm21 .btn {
	font-size: 1.2rem;
}

/* 宽 小 top */
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm22 {
	top: 12%;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm22 .title-zh {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm22 .title-en {

}
.content .content-center-wrapper .right .content-box .right-content .i-w .title-and-btn.itm22 .btn {
	font-size: 1.2rem;
}





.content .content-center-wrapper .right .content-box .right-content .left-7 {
	width: 67.03%;
}
.content .content-center-wrapper .right .content-box .right-content .right-7 {
	width: 32.97%;
}
/*产品中心 end*/


/*footer start*/
.footer .footer-middle .footer-middle-top .item-left {
	
}
.footer .footer-middle .footer-middle-top .item-left .item-left-top {
	position: relative;
}
.footer .footer-middle .footer-middle-top .item-left .item-left-top img {
	width: 31.8rem;
}
.footer .footer-middle .footer-middle-top .item-left .item-left-top span {
	position: absolute;
	left: 18.5rem;
	top: 2rem;
}
.footer .footer-middle .footer-middle-top .item-left .item-left-middle {
	margin-top: 0;
}
.footer .footer-middle .footer-middle-top .item-left .item-left-bottom {
	margin-top: 1.5rem;
}
.footer .footer-middle .footer-middle-top .item-left .s-w {

}
.footer .footer-middle .footer-middle-top .item-left .s-w .slide-wrapper-cls {
	/*width: 408px;*/
	width: 40.8rem;
	/*height: 48px;*/
	height: 4.8rem;
	overflow: hidden;
}
.footer .footer-middle .footer-middle-top .item-left .s-w .slide-wrapper-cls ul {
	/*width: 1020px;*/
	width: 102rem;
	cursor: pointer;
	overflow: hidden;
}
.footer .footer-middle .footer-middle-top .item-left .s-w .slide-wrapper-cls li {
	list-style: none;
	float: left;
}
.footer .footer-middle .footer-middle-top .item-left .s-w .slide-wrapper-cls li .slide-item {
	/*width: 92px;*/
	width: 9.2rem;
	/*height: 48px;*/
	height: 4.8rem;
	/*margin-left: 5px;*/
	margin-left: 0.5rem;
	/*margin-right: 5px;*/
	margin-right: 0.5rem;
	overflow: hidden;
	text-align: center;
}
.footer .footer-middle .footer-middle-top .item-left .s-w .slide-wrapper-cls li .slide-item img {
	/*height: 48px;*/
	height: 4.8rem;
}
.footer .footer-middle .footer-middle-top .item-center {
	
}
.footer .footer-middle .footer-middle-top .item-center img {
	height: 18.5rem;
}


.footer .footer-middle .footer-middle-top .l-c-r-w {
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .footer-middle .footer-middle-top .l-c-r-w .item-l {
	width: auto;
}
.footer .footer-middle .footer-middle-top .l-c-r-w .item-c {
	width: auto;
}
.footer .footer-middle .footer-middle-top .l-c-r-w .item-r {
	width: auto;
}
.footer .footer-middle .code {
	width: auto;
	margin-left: 3rem;
}
.footer .footer-middle .code:first-child {
	margin-left: 0;
}
.footer .footer-top {
	display: none;
}
.footer .footer-middle {
	border-color: rgba(102,102,102,0.6);
}
.footer {
	background: #000 url(../img/product-center/202510091604-ft-bg.png) no-repeat 50% 50%;
	background-size: cover;
}
/*footer end*/