.download-PDF {
	width: 80px;
	height: 30px;
	border: 1px solid #C30E24;
	background: transparent;
	border-radius: 4px;
	cursor: pointer;
}

/*

顶部区域

*/

.product-TS-top {
	background-image: url(../../assets/banner/16.jpg);
	background-repeat: no-repeat;
	background-size: cover;

}

/*

同类产品

*/

.similar-products {
	width: 100%;
	min-width: calc(1250px + 360px);
	height: 40px;
	background: rgb(255, 255, 255, 0.7);
	position: absolute;
	top: 80px;
}

.similar-products-title {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #010101;
	line-height: 40px;
	display: inline-block;
	margin: 0px 0px 0px 20%;
}

.similar-products-icon {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #010101;
	display: inline-block;
	cursor: pointer;
	margin: 0px 0px 0px 950px;
}

.similar-products-icon img {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.similar-products-list {
	width: 100%;
	min-width: calc(1250px + 360px);
	height: 400px;
	position: absolute;
	left: 0;
	top: 120px;
	display: none;
}

.similar-list-container {
	width: 1200px;
	height: 400px;
	background: #F6F5F5;
	margin: 0px 0px 0px 20%;
	box-sizing: border-box;
	padding: 53px 52px 0px 52px;
	overflow: hidden;
}

.list-item-container {
	width: calc(200% + 55px);
	height: 250px;
	font-size: 0;
	transition: all 1s;
}

.list-item-container .list-item {
	width: 183px;
	height: 100%;
	font-size: 0;
	display: inline-block;
	margin: 0px 18px;
}

.list-item-container .list-item img {
	width: 100%;
	height: 212px;
	cursor: pointer;
}

.list-item-container .list-item .list-item-des {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #010101;
	margin: 19px 0px 0px 0px;
}

.similar-item-bar {
	margin: 53px 0px 0px 0px;
	height: 12px;
	text-align: center;
}

.similar-item-bar .bar-item {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 6px;
	background: #D6D6D6;
	cursor: pointer;
	border-radius: 50%;
}

.active-bar {
	background: #C30D23 !important;
}


/*

顶部展示部分

*/

.section-top-container {
	width: 100%;
	height: 640px;
	display: flex;
	justify-content: center;

}

.section-top-container .section-top {
	width: 1200px;
	box-sizing: border-box;
	padding: 224px 80px 0px 80px;
}

.section-top .section-top-title {
	width: 500px;
	height: 300px;
	display: inline-block;
	vertical-align: top;
}

.section-top-title h1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #010101;
}

.section-top-title p:nth-of-type(1) {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.section-top-title p:nth-of-type(2) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.section-top-title p:nth-of-type(3) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.section-top img {
	display: inline-block;
	width: 330px;
	height: 270px;
	float: right;
}


/*

tab区域

*/

.section-tab-container {
	width: 100%;
	height: 200px;
	background-color: rgb(13, 13, 13, 0.3);
	display: flex;
	justify-content: center;
}

.section-tab-container .section-tab {
	width: 1200px;
	height: 100%;
	box-sizing: border-box;
}

.section-tab .tab-title {
	padding: 0px 0px 0px 40px;
	height: 140px;
	line-height: 120px;
}

.tab-title h1 {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #010101;
}

.section-tab .tab-container {
	width: 100%;
	height: 60px;
	padding: 0px 80px;
	box-sizing: border-box;
}

.tab-container .tab {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.tab-container li {
	display: inline-block;
}

.tab-container .tab-item {
	height: 60px;
	width: 340px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	display: inline-block;
	background: #DADADA;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.tab-item-selected {
	height: 60px;
	width: 340px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	display: inline-block;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	transition: all 0.3s ease-in-out;
	margin-top: -3px;
	padding-top: 3px;
	background: #C30D23;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.tab-item:hover {
	margin-top: -3px;
	padding-top: 3px;
	background: #C30D23;
	color: #FFFFFF;
}

.tab-item-checked {
	margin-top: -3px;
	padding-top: 3px;
	background: #fff;
}

/*

展示区域

*/

.section-product-container {
	width: 100%;
	display: flex;
	justify-content: center;
	background: #F2F2F2;
}

.section-product-container .section-product {
	width: 1200px;
	padding: 60px 40px;
	box-sizing: border-box;
}

.section-product h3 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.section-product p {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: #666666;
	text-indent: 2em;
	margin-bottom: 40px;
}


/*  功能特性  */

.characteristic {
	display: block;
}

.characteristic .characteristic-part1 {
	padding-bottom: 40px;
}

.characteristic .characteristic-part1 img {
	width: 100%;
}

.characteristic .characteristic-part2 {
	margin-top: 120px;
}

.characteristic-part2 p.text-title {
	text-indent: 32px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin: 30px 0px;
}

/*  通用参数  其他参数 */
.general-parameters {
	display: none;
}

.other-parameters {
	display: none;
}

.table-container {
	width: 100%;
	margin: 55px 0px 20px 0px;
	background: #fff;
	padding: 0px 15px 80px 15px;
	box-sizing: border-box;
}

.table-container table {
	width: 100%;
	border-collapse: collapse;
}

.table-container table tr {
	height: 50px;
	border-bottom: 2px solid #f2f2f2;
	line-height: 48px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.td-2 td:nth-child(1) {
	width: 140px;
}

.td-3 td {
	width: 33.3%;
}

.td-4 td {
	width: 25%;
}




.table-container table tr td:nth-child(1) {
	padding: 0px 0px 0px 5px;
	box-sizing: border-box;
}


.table-container table th {
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
}
