.content-width-center {
	width: 146rem;
	margin: 0 auto;
}



/*给div设置背景图片，并且div的大小由背景图片撑开 start*/
	.content .content-banner-wrapper .banner {
	    /*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
	    background: url(../img/product1/202308280843.jpg) no-repeat 50% 50%;
	    background-size: 100% auto;
	    /*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/

	    position: relative;
	}
	.content .content-banner-wrapper .banner:before {
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
		content:"";
		display: block;
		padding-bottom: 41.666%; /*背景图片高宽比, 比如背景图高为900px,宽为1920像素,高宽比为46.875%*/
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/
	}
/*给div设置背景图片，并且div的大小由背景图片撑开 end*/
.content .content-banner-wrapper .banner-content {
    width: 51rem;
    position: absolute;
    top: 22%;
    left: 17%;
    z-index: 1;
}
.content .content-banner-wrapper .title {
    margin-bottom: 3rem;
    line-height: 6.5rem;
}
.content .content-banner-wrapper .description .description-top {
    line-height: 3.5rem;
    text-align: justify; /*两端对齐文本*/
    text-justify: distribute-all-lines; /*两端对齐文本 兼容ie浏览器*/
    margin-bottom: 3rem;
}
.content .content-banner-wrapper .description .description-block {
	margin-top: 3rem;
}
.content .content-banner-wrapper .description .description-block .left {
	float: left;
	background: #238CE7;
	color: #fff;
	padding: 2rem 3rem;
	border-radius: 1.5rem;
}
.content .content-banner-wrapper .description .description-block .left div:first-child {
	font-size: 3rem;
	font-weight: 600;
	font-family: "Source Han Sans CN";
}
.content .content-banner-wrapper .description .description-block .right {
	float: left;
	background: #238CE7;
	color: #fff;
	padding: 2rem 3rem;
	border-radius: 1.5rem;
	margin-left: 3rem;
}
.content .content-banner-wrapper .description .description-block .right div:first-child {
	font-size: 3rem;
	font-weight: 600;
	font-family: "Source Han Sans CN";
}
.content .content-banner-wrapper .description .description-bottom {
	text-align: justify; /*两端对齐文本*/
	text-justify: distribute-all-lines; /*两端对齐文本 兼容ie浏览器*/
	line-height: 3.5rem;
}
.content .content-banner-wrapper .description .description-bottom span {
	color: #238CE7;
	font-weight: 600;
}




.content .content-introduce-wrapper {
	padding-top: 16rem;
	padding-bottom: 16rem;
}
.content .content-introduce-wrapper .content-introduce {
	width: 125rem;
}
.content .content-introduce-wrapper .content-introduce .left {
	width: 30%;
}
.content .content-introduce-wrapper .content-introduce .right {
	width: 70%;
}
.content .content-introduce-wrapper .title-bottom {
	font-size: 2.1rem;
}
.content .content-introduce-wrapper .introduce-content{
	line-height: 3.5rem;
	text-align: justify; /*两端对齐文本*/
	text-justify: distribute-all-lines; /*两端对齐文本 兼容ie浏览器*/
}




/*给div设置背景图片，并且div的大小由背景图片撑开 start*/
	.content .xn-ys-wrapper {
	    /*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
	    background: url(../img/product1/202308280910.jpg) no-repeat 50% 50%;
	    background-size: 100% auto;
	    /*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/

	    display: -webkit-flex; /* Safari */
		display: flex;
		align-items: center; /*居中*/
	}
	.content .xn-ys-wrapper:before {
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
		content:"";
		display: block;
		padding-bottom: 46.7708%; /*背景图片高宽比, 比如背景图高为900px,宽为1920像素,高宽比为46.875%*/
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/
	}
/*给div设置背景图片，并且div的大小由背景图片撑开 end*/
.content .xn-ys-wrapper .xn-ys {
	width: 125rem;
}
.content .xn-ys-wrapper .title {
	text-align: center;
	margin-bottom: 3rem;
	color: #fff;
	line-height: 6.5rem;
}
.content .xn-ys-wrapper .description {
	line-height: 3.5rem;
	text-align: center;
	color: rgba(255,255,255,0.85);
	width: 110rem;
    margin: 0 auto;
}
.content .xn-ys-wrapper .item-wrapper {
	text-align: center;
	margin-top: 10rem;
}
.content .xn-ys-wrapper .item-wrapper .item {
	margin-bottom: 10rem;
}
.content .xn-ys-wrapper .item-wrapper .item.bottom {
	margin-bottom: 0;
}
.content .xn-ys-wrapper .item-wrapper .item .des {
	color: rgba(255,255,255,0.85);
	margin-top: 1.5rem;
}



/*系统组成 start*/
.content .xitong-zucheng-wrapper {
	background: rgba(166,178,190,0.95);
    padding-top: 10rem;
    padding-bottom: 5.5rem;
}
.content .xitong-zucheng-wrapper .xitong-zucheng {
	width: 125rem;
}
.content .xitong-zucheng-wrapper .xitong-zucheng .title {
	margin-bottom: 0.5rem;
}
.content .xitong-zucheng-wrapper .xitong-zucheng .description {
	line-height: 3.5rem;
	margin-bottom: 3rem;
}
.content .xitong-zucheng-wrapper .xitong-zucheng .item {
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center; /*居中*/
	background: #fff;
	border-radius: 2rem;
    overflow: hidden;
}
.content .xitong-zucheng-wrapper .xitong-zucheng .item img {
	width: 100%;
}
.content .xitong-zucheng-wrapper .xitong-zucheng .item .item-title {
	margin-bottom: 1rem;
	padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.content .xitong-zucheng-wrapper .xitong-zucheng .item .item-description {
	line-height: 3rem;
	padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: justify; /*两端对齐文本*/
	text-justify: distribute-all-lines; /*两端对齐文本 兼容ie浏览器*/
	color: rgba(0,0,0,0.55);
}
/*系统组成 end*/




/*参数 start*/
.content .content-parameter-wrapper {
	padding-bottom: 8rem;
}
.content .content-parameter-wrapper .content-parameter {
	width: 117rem;
}
.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 {
	margin-bottom: 2rem;
}
.content .content-parameter-wrapper .parameter-table-wrapper td {
	font-size: 1.6rem;
	text-align: center;
	background: #f7f7f7;
	padding: 2rem 1rem;
	border-color: #E3E3E3;
	font-family: "Source Han Sans CN";
}
.content .content-parameter-wrapper table .b {
	color: rgba(0,0,0,0.8);
	font-weight: 600;
}
.content .content-parameter-wrapper table .bg-color td {
	background: #fff;
}
/*参数 end*/





.content .content-pro-photo-wrapper {
	background: rgba(166,178,190,0.95);
	padding-bottom: 8rem;
}
.content .content-pro-photo-wrapper .title {
    padding-top: 10rem;
    text-align: center;
    margin-bottom: 0.5rem;
}
.content .content-pro-photo-wrapper .description {
    text-align: center;
    margin-bottom: 3rem;
}
.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;
	transition: all linear 0.3s;
}
.content .content-pro-photo-wrapper .pro-photo-wrapper:hover {
	box-shadow: 0 1rem 1.5rem rgba(29,29,31,0.12);
}






.content .content-tuijian-wrapper {
	background: #000;
	padding-bottom: 3rem;
}
.content .content-tuijian-wrapper .title-description-wrapper {
	padding-top: 10rem;
}
.content .content-tuijian-wrapper .title {
    text-align: center;
    margin-bottom: 0.5rem;
    color: #fff;
}
.content .content-tuijian-wrapper .description {
	text-align: center;
	margin-bottom: 3rem;
	color: rgba(255,255,255,0.85);
}
.content .content-tuijian-wrapper .img-wrapper {
	overflow: hidden;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}
.content .content-tuijian-wrapper img {
	width: 100%;
	transition: all 3s cubic-bezier(0, 0.6, 0.39, 0.76);
}
.content .content-tuijian-wrapper img:hover {
	transform: scale(1.1,1.1);
}
.content .content-tuijian-wrapper .item-description {
	background: #1e9fff;
	color: #fff;
	padding: 0 3rem;
	height: 4rem;
	line-height: 4rem;
}
.content .content-tuijian-wrapper .title-btn-wrapper .item-title {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: left;
	font-family: 'Source Han Sans CN';
}
.content .content-tuijian-wrapper .title-btn-wrapper {
	height: 6rem;
	line-height: 6rem;
	background: #fff;
	padding: 0 3rem;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
}
.content .content-tuijian-wrapper .title-btn-wrapper .btn {
	text-align: right;
}
.content .content-tuijian-wrapper .title-btn-wrapper .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;
}