.layui-col-space15 {
    margin: -0.75rem;
}
.layui-col-space15>* {
    padding: 0.75rem;
}
.content-width-center {
	width: 146rem;
	margin: 0 auto;
}



.content .content-banner-wrapper-pt {
	background: #000;
}
.content .content-banner-wrapper {
    background: #000;
}
/*给div设置背景图片，并且div的大小由背景图片撑开 start*/
	.content .content-banner-wrapper .banner {
	    /*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
	    background: #000 url(../img/product1/202309180903.jpg) no-repeat 50% 50%;
	    background-size: 100% auto;
	    /*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/
	}
	.content .content-banner-wrapper .banner:before {
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
		content:"";
		display: block;
		padding-bottom: 44.8958%; /*背景图片高宽比, 比如背景图高为900px,宽为1920像素,高宽比为46.875%*/
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/
	}
/*给div设置背景图片，并且div的大小由背景图片撑开 end*/

.content .content-banner-wrapper .banner .banner-img {
	width: 100%;
}
.content .content-banner-wrapper .banner {
	position: relative;
}
.content .content-banner-wrapper .banner-content {
    color: #CDCED0;
    width: 53.2rem;
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 1;
}
.content .content-banner-wrapper .banner-content img {
	width: 95%;
}
.content .content-banner-wrapper .title {
    color: #238CE7; 
}
.content .content-banner-wrapper .description {
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.content .content-banner-wrapper .description .description-top {
    line-height: 3.5rem;
    text-align: justify; /*两端对齐文本*/
    text-justify: distribute-all-lines; /*两端对齐文本 兼容ie浏览器*/
}
.content .content-banner-wrapper .description .description-bottom {
    margin-top: 2rem;
    line-height: 3.5rem;
    text-align: justify; /*两端对齐文本*/
    text-justify: distribute-all-lines; /*两端对齐文本 兼容ie浏览器*/
}
.content .content-banner-wrapper .description .description-bottom span:first-child {
	font-weight: 600;
	color: #fff;
}
.content .content-banner-wrapper .description .description-block {
	margin-top: 3rem;
}
.content .content-banner-wrapper .description .description-block .item {
	float: left;
    background: #238CE7;
    color: #fff;
    padding: 1rem 4rem;
    text-align: center;
    border-top-right-radius: 5.6rem;
    border-bottom-right-radius: 5.6rem;
    border-bottom-left-radius: 5.6rem;
}
.content .content-banner-wrapper .description .description-block .item.right {
	margin-left: 3rem;
}
.content .content-banner-wrapper .description .description-block .item div:last-child {
	font-size: 3rem;
    font-weight: 600;
    font-family: "Source Han Sans CN";
}






.content .content-merit-wrapper {
    background: #000;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.content .content-merit-wrapper .merit-group {
	text-align: center;
	color: #fff;
	padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    width: 110rem;
}
.content .content-merit-wrapper .merit-group img {
	width: 5.8rem;
}
.content .content-merit-wrapper .merit-group .merit-wrapper div {
	margin-top: 1.5rem;
	opacity: 0.8;
}





/*给div设置背景图片，并且div的大小由背景图片撑开 start*/
	.content .content-introduce-wrapper {
		color: #fff;

		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
		background: #000 url(../img/product1/202309180959.jpg) no-repeat 50% 50%;
		background-size: 100% auto;
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/
		
		display: -webkit-flex; /* Safari */
		display: flex;
		align-items: center; /*居中*/
	}
	.content .content-introduce-wrapper:before {
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
		content:"";
		display: block;
		padding-bottom: 46.875%; /*背景图片高宽比, 比如背景图高为900px,宽为1920像素,高宽比为46.875%*/
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/
	}
/*给div设置背景图片，并且div的大小由背景图片撑开 end*/
.content .content-introduce-wrapper .content-introduce {
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center; /*居中*/
}
.content .content-introduce-wrapper .title {
	padding-bottom: 3rem;
	margin-left: 6rem;
    width: 60rem;
}
.content .content-introduce-wrapper .title .title-en {
	margin-top: 0.5rem;
	font-size: 2.1rem;
}
.content .content-introduce-wrapper .introduce-content{
	line-height: 3.5rem;
	opacity: 0.9;
	margin-left: 6rem;
    width: 60rem;
}
.content .content-introduce-wrapper .img-wrapper {
	text-align: right;
}
.content .content-introduce-wrapper .img-wrapper img {
	width: 90%;
	margin-right: 6rem;
}
.content .content-introduce-wrapper .introduce-content .top {
	text-align: justify; /*两端对齐文本*/
	text-justify: distribute-all-lines; /*两端对齐文本 兼容ie浏览器*/
}





/*适用物料 start*/
.content .content-wuliao-wrapper {
	padding-top: 10rem;
	padding-bottom: 8rem;
	background: #A1B1C1;
}
.content .content-wuliao-wrapper .wuliao-width {
	width: 110rem;
}
.content .content-wuliao-wrapper .title {
	text-align: center;
	margin-bottom: 6.5rem;
}
.content .content-wuliao-wrapper .title .title-en {
	font-size: 2.1rem;
	margin-top: 0.5rem;
}
.content .content-wuliao-wrapper .item-wrapper .bottom-item {
	margin-top: 3.5rem;
}
.content .content-wuliao-wrapper .item-wrapper .img-wrapper {
	text-align: center;
	position: relative;
}
.content .content-wuliao-wrapper .item-wrapper .img-wrapper img {
	width: 22.7rem;
	border-radius: 15rem;
    border: 0.5rem solid #506A85;
}
.content .content-wuliao-wrapper .item-wrapper .img-wrapper div.item-description {
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 12.3rem;
	height: 5.8rem;
	color: #fff;
	font-size: 4rem;
	font-weight: 600;
	font-family: "Source Han Sans CN";
}
/*适用物料 end*/




/*技术特点 start*/
/*给div设置背景图片，并且div的大小由背景图片撑开 start*/
	.content .content-tedian-wrapper {
		

		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
		background: #000 url(../img/product1/202309181454.jpg) no-repeat 50% 50%;
		background-size: 100% auto;
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/
		
		display: -webkit-flex; /* Safari */
		display: flex;
		align-items: center; /*居中*/
	}
	.content .content-tedian-wrapper:before {
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
		content:"";
		display: block;
		padding-bottom: 72.1875%; /*背景图片高宽比, 比如背景图高为900px,宽为1920像素,高宽比为46.875%*/
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/
	}
/*给div设置背景图片，并且div的大小由背景图片撑开 end*/
.content .content-tedian-wrapper .tedian-width {
	width: 120rem;
}
.content .content-tedian-wrapper .title {
	color: #fff;
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.content .content-tedian-wrapper .title .title-en {
	font-size: 2.1rem;
	margin-top: 0.5rem;
}
.content .content-tedian-wrapper .item-wrapper .item {
	color: #238CE7;
    border: 0.1rem solid #0B5286;
    background: rgba(11,82,134,0.2);
    border-radius: 3rem;
    margin-bottom: 2.5rem;
    display: inline-block;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: justify; /*两端对齐文本*/
	text-justify: distribute-all-lines; /*两端对齐文本 兼容ie浏览器*/
}
/*技术特点 end*/




/*工作原理 start*/
.content .content-working-principle-wrapper {
	background: #A1B0C0;
	padding-top: 10rem;
}
.content .content-working-principle-wrapper .working-principle {
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center; /*居中*/
}
.content .content-working-principle-wrapper .working-principle .left {
	z-index: 1;
}
.content .content-working-principle-wrapper .title-description-wrapper {
	width: 60rem;
    margin-left: 9rem;
}
.content .content-working-principle-wrapper .title-description-wrapper .title {
    padding-bottom: 3rem;
}
.content .content-working-principle-wrapper .title-description-wrapper .title .title-en {
	font-size: 2.1rem;
	margin-top: 0.5rem;
}
.content .content-working-principle-wrapper .title-description-wrapper .description {
    line-height: 3.5rem;
    opacity: 0.9;
    text-align: justify; /*两端对齐文本*/
    text-justify: distribute-all-lines; /*两端对齐文本 兼容ie浏览器*/
}
.content .content-working-principle-wrapper .img-wrapper {
	position: relative;
    height: 65rem;
    overflow: hidden;
}
.content .content-working-principle-wrapper .img-wrapper img {
	width: 95rem;
	position: absolute;
    left: -15rem;
}
/*工作原理 end*/





/*性能参数 start*/
.content .content-parameter-wrapper {
	background: #F5F5F5;
	padding-bottom: 8rem;
}
.content .content-parameter-wrapper .content-parameter {
	width: 118rem;
}
.content .content-parameter-wrapper .title-description-wrapper {
	text-align: center;
}
.content .content-parameter-wrapper .title-description-wrapper .title {
	padding-top: 10rem;
	margin-bottom: 0.5rem;
}
.content .content-parameter-wrapper .title-description-wrapper .description {
	font-size: 2.1rem;
    opacity: 0.9;
    margin-bottom: 2.5rem;
}
.content .content-parameter-wrapper .parameter-table-wrapper th {
	font-size: 1.6rem;
	text-align: center;
	background: #F5F5F5;
	padding: 1.5rem 1rem;
	border-color: #DBDBDB;
	font-family: "Source Han Sans CN";
	font-weight: normal;
}
.content .content-parameter-wrapper .parameter-table-wrapper td {
	font-size: 1.6rem;
	text-align: center;
	padding: 1.5rem 1rem;
	border-color: #DBDBDB;
	font-family: "Source Han Sans CN";
}
.content .content-parameter-wrapper .parameter-table-wrapper .bg-color td {
	background: #F5F5F5;
}
.content .content-parameter-wrapper .parameter-table-wrapper .b {
	color: rgba(0,0,0,0.8);
    font-weight: 600;
}
/*性能参数 end*/




/*产品实拍展示 start*/
.content .content-pro-photo-wrapper {
	padding-top: 10rem;
	padding-bottom: 8rem;
}
.content .content-pro-photo-wrapper .pro-photo {
	width: 134rem;
}
.content .content-pro-photo-wrapper .title {
    margin-bottom: 0.5rem;
    text-align: center;
}
.content .content-pro-photo-wrapper .description {
    opacity: 0.9;
    margin-bottom: 2.75rem;
    font-size: 2.1rem;
    text-align: center;
}
.content .content-pro-photo-wrapper img {
	width: 100%;
	transition: all 3s cubic-bezier(0, 0.6, 0.39, 0.76);
}
.content .content-pro-photo-wrapper img:hover {
	transform: scale(1.1,1.1);
}
.content .content-pro-photo-wrapper .pro-photo-wrapper {
	overflow: hidden;
	border-radius: 2rem;
}
/*产品实拍展示 end*/




/*热搜设备推荐 start*/
.content .content-hot-search-wrapper {
	background: #A1B0C0;
	padding-top: 10rem;
	padding-bottom: 8rem;
}
.content .content-hot-search-wrapper .hot-search-width {
	width: 134rem;
}
.content .content-hot-search-wrapper .title {
    text-align: center;
}
.content .content-hot-search-wrapper .description {
	margin-top: 0.5rem;
	opacity: 0.9;
    margin-bottom: 2.75rem;
    font-size: 2.1rem;
    text-align: center;
}
.content .content-hot-search-wrapper .img-wrapper {
	overflow: hidden;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}
.content .content-hot-search-wrapper img {
	width: 100%;
	transition: all 3s cubic-bezier(0, 0.6, 0.39, 0.76);
}
.content .content-hot-search-wrapper img:hover {
	transform: scale(1.1,1.1);
}
.content .content-hot-search-wrapper .hot-search {
	height: 5rem;
	line-height: 5rem;
	background: #fff;
	padding: 0 2.5rem;
	border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.content .content-hot-search-wrapper .hot-search .title {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: left;
	color: #238CE7;
	font-family: "Source Han Sans CN";
}
.content .content-hot-search-wrapper .hot-search .btn {
	text-align: right;
}
.content .content-hot-search-wrapper .hot-search .btn a {
	height: 3.8rem;
    line-height: 3.8rem;
    border: 0.1rem solid transparent;
    padding: 0 1.8rem;
    font-size: 1.4rem;
    border-radius: 10rem;
}
/*热搜设备推荐 end*/