.prod {
}

.prod .title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}


.prod-left-title {
	background: #013E6C;
	color: #fff;
	padding: 15px 0;
}

.prod-left-title .chn {
	font-size: 22px;
	text-align: center;
}
.prod-left-title .eng {
	font-size: 16px;
	text-align: center;
}
.prod-left-cat a:hover .cat-item{
	color: red;
}
.cat-item {
	padding: 10px 10px 10px 30px;
	text-align: center;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 16px;
	color: #666;
	position: relative;
}
.cat-item i {
	font-style: initial;
	position: absolute;
	left:10px;
	width: 19px;
	height: 19px;
	background: url(../img/r.jpg);
}
.prod-list {
	display: flex;
	flex-wrap: wrap;
}
.prod-item {
	margin: 0 15px 10px;
}
.prod-item .prod-img {
	width: 180px;
	height: 180px;
}
.prod-item .prod-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prod-item .prod-name {
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
	color: #666;
}
.prod-list a:hover .prod-item .prod-name {
	color: red;
}

/************prod.html***************/
.prod-head {
	display: flex;
	padding: 0 25px 20px 25px;
	border-bottom: 1px solid #ccc;
}
.main-img {
	width: 200px;
	height: 200px;
}
.main-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.prod-info {
	margin-left: 56px;
}
.prod-info .prod-name {
	font-size: 20px;
	color: #0068b7;
	line-height: 50px;
}
.prod-info .prod-tip {
	margin-top: 20px;
	font-size:16px;
	background: #999;
	color: #fff;
	padding: 2px 5px;
	font-weight: bold;
}
.prod-info .prod-confs {
	font-size: 14px;
	margin-top: 5px;
}
.prod-info .prod-confs .prod-conf {
	line-height: 25px;
}

.prod-content {
	padding: 20px;
}
.prod-content .prod-content-title span {
	font-size: 14px;
	color: #000000;
	background: #333333;
	color: #fff;
	padding: 0px 5px;
}
.prod-content-detail {
	margin-top: 20px;
}
.prod-content-detail table p {
	margin: 0;
	padding: 0;
}