/* 产品中心 */
.product-box {
	padding: 80px 0 100px;
}

.product-box .pro_list {
	margin-top: 50px;
}

.product-box .left {
	float: left;
	width: 16%;
}

.product-box .left .item .tit {
	font-size: 24px;
	color: #262626;
	font-weight: bold;
}

.product-box .left .item01 {
	margin-bottom: 30px;
}

.product-box .item .checkbox {
	position: relative;
	border: 1px solid #262626;
	margin-top: 10px;
	font-size: 16px;
	color: #262626;
	line-height: 48px;
	height: 48px;
	transition: .3s ease;
	padding-left: 17px;
}

.product-box .item .checkbox .icon1 {
	display: none;
	font-size: 14px;
}

.product-box .item .checkbox:hover {
	border-color: #d7001d;
	color: #d7001d;
}

.product-box .item .checkbox.checked {
	background: #d7001d;
	color: #fff;
	border-color: #d7001d;
}

.product-box .item .checkbox.checked .icon1 {
	display: inline-block;
}

.product-box .item .checkbox.checked .icon2 {
	display: none;
}

.product-box .item .checkbox.disabled {
	border-color: #bdbebf;
	color: #bdbebf;
}

.product-box .item .checkbox.disabled2 {
	border-color: #bdbebf;
	color: #bdbebf;
}

.product-box .right {
	float: right;
	width: 80%;
	border-left: 1px solid #e3e4e4;
}

.product-box .right li {
	width: 28.6%;
	float: left;
	margin-left: 4.5%;
	margin-bottom: 30px;
}

.product-box .right li a {
	display: block;
}

.product-box .right li .pic {
	padding: 10%;
	background: #f5f5f5;
}

.product-box .right li .tit {
	font-size: 17px;
	font-weight: bold;
	padding: 20px 0;
	position: relative;
}

.product-box .right li .tit:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #dadada;
	z-index: 0;
}

.product-box .right li .tit:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	height: 1px;
	background: #d7001d;
	z-index: 1;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.product-box .right li .con {
	font-size: 15px;
	color: #53565a;
	margin: 15px 0 25px;
	line-height: 27px;
	height: 81px;
	overflow: hidden;
}

.product-box .right li .tool {
	overflow: hidden;
}

.product-box .right li .tool .more {
	float: left;
	width: 100px;
	padding: 15px 0;
}

.product-box .right li .tool .more i {
	position: relative;
	transition: .5s ease;
	margin-left: 0;
}

.product-box .right li .tool .more:hover i {
	margin-left: 5px;
}

.product-box .right li a:hover .tit:after {
	right: 0;
}

/*产品详情*/
.content {
	padding: 0 50px;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #212b35;
	font-size: 14px;
    overflow: auto;
}

@media (max-width:640px) {
.table {
	overflow-wrap: anywhere;
}

}
/* 首列固定 */

/* .table thead tr > td:first-child,
.table tbody tr > td:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
	background-color: #ececec;
} */
/* 表头首列强制最顶层 */
/* .table thead tr > td:first-child {
	z-index: 3;
} */
	
@media(max-width:1240px) {
	.product-box .left {
		width: 17%;
	}

	.product-box .right li {
		width: 45%;
		margin-left: 5%;
		margin-bottom: 20px;
	}
}

@media(max-width:992px) {
	.product-box .item .checkbox {
		padding-left: 5px;
		font-size: 15px;
	}

	.product-box .right li .tit {
		font-size: 18px;
		padding: 15px 0;
	}
	.content{
		padding: 0 30px;
	}
}

@media(max-width:760px) {
	.product-box {
		padding: 20px 0;
	}

	.product-box .left {
		width: 100%;
	}

	.product-box .left .item01 {
		margin-bottom: 0;
	}

	.product-box .left .item .tit {
		font-size: 20px;
		text-align: center
	}

	.product-box .left .item .con {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: center;
	}

	.product-box .item .checkbox {
		width: 32%;
		margin: 15px 0 0;
		line-height: 40px;
		height: 40px;
		padding-left: 0;
		font-size: 14px;
	}

	.product-box .right {
		width: 100%;
		border-left: none;
		margin-top: 20px;
	}

	.product-box .right ul li {
		width: 49%;
		margin-right: 2%;
		margin-left: 0;
		margin-bottom: 15px;
	}

	.product-box .right ul li:nth-child(2n) {
		margin-right: 0;
	}

	.product-box .right li .tit {
		font-size: 16px;
		padding: 10px 0;
	}

	.product-box .right li .con {
		font-size: 14px;
		margin: 15px 0;
	}

	.product-box .right .pro_compare label {
		padding: 6px 0;
		border: none;
	}

	.product-box .right li .tool {
		font-size: 12px;
	}

	.product-box .right .pro_compare span {
		font-size: 12px;
		margin-left: 0;
	}

	.product-box .right li .tool .more {
		width: auto;
	}
	.product-box .pro_list {
	    margin-top: 30px;
	}
	.content{
		padding: 0;
	}
}