

/* 产品列表页和产品内页的表格样式 */
.proall table,
.probody table{
	border-collapse: collapse;
	border:1px solid #000;
	width: 100%!important;
}
.probody table{
	margin-bottom:20px;	
}
.proall table tr td,
.probody table tr td{
	color:#000;
	/*text-align: center!important;*/
	text-align:center;
	font-size: 12px!important;
	padding: 5px;
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
	border:none;
}
.proall table tr td span,
.probody table tr td span{
	font-size: 12px!important;
}
.proall table tr td p,
.probody table tr td p{
	padding: 0;
	margin: 0;
	font-size: 13px!important;
}
.proall table tr:nth-child(even),
.probody table tr:nth-child(even){
	background-color: #d6d6d6;
}
.proall table tr:nth-child(odd),
.probody table tr:nth-child(odd){
	background-color: #fff;
}

.proall table tr.dd,
.probody table tr.dd{
	background-color: #d6d6d6;
}
.proall table tr.ee,
.probody table tr.ee{
	background-color: #fff;
}

.proall table tr:first-child,
.probody table tr:first-child{
	background-color: #454545;
}
.proall table tr:first-child td,
.probody table tr:first-child td{
	width: auto!important;
	padding: 5px;
	color:#fff;
	font-weight: bold;
}

/* 产品列表页样式 */
.proh3{
	font-weight: bold;
	margin:20px 0;
	border-bottom:1px solid #ff6600;
	font-size: 16px;
	/*font-size: 24px;*/
	text-transform: capitalize;
}
.proh3 .prolm{
	display: inline-block;
	padding:10px 12px;
	margin-right: 5px;
	font-size: 15px;
	/*font-size: 22px;*/
	background-color: #ff6600;
	color: #fff;
	font-weight: bold;
}
.prolist{
	margin-bottom: 20px;
	background-color: #f5f5f5;
}
.prolist img{
	float: left;
	display: inline-block;
	width: 20%;
	border:1px solid #ccc;
}
.prolist:hover{
	box-shadow:0 0 8px rgba(0,0,0,0.3);
}
.prolist .p{
	float: left;
	display: inline-block;
	width: 80%;
	padding:15px 20px;
	padding-left: 2%;
	box-sizing: border-box;
}
.prolist .p font{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin-bottom: 7px;
	text-transform: capitalize;
}
.prolist:hover .p font{
	color: #ff6600;
}
.prolist .p p{
	font-size: 14px;
	margin-top: 10px;
}
.prolist .p .p1 img{
	width: 100%;
}

/* 小于等于767px时使用 */
@media (max-width:767px){
	.proh3,
	.proh3 .prolm{
		font-size: 14px;
	}
	.prolist img{
		width: 100%;
	}
	.prolist .p{
		width: 100%;
	}
}


/* 产品内页样式 */
.slide .big{
	position: relative;
}
.slide .pn{
	position: absolute;
	top: 50%;
    transform: translate3d(0, -50%, 0);
	border:1px solid #ccc;
	cursor:pointer;
}
.slide .prev{
	left: 0;
}
.slide .next{
	right: 0;
}
.slide .pic{
	width:70%;
	margin:0 auto;
	cursor:pointer;
}
.slide .small{
	margin-top: 15px;
/* 	overflow: hidden; */
	height:auto !important;
}
.slide .small .small-1{
	position: relative;
	width: 100%;
	height: 100%;
}
.slide .small img{
	width: 20%;
	float: left;
	cursor:pointer;
	opacity: 0.5;
/* 	position: absolute; */
/* 	top: 0; */
	border:1px solid transparent;
}
.slide .small img.active{
	opacity: 1;
	border:1px solid #7bc91e;
}
.xqimg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	display: none;
}
.xqimg-1{
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate3d(-50%,0,0);
	border:16px solid #eee;
}
.xqimg-1 span{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 28px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
}
/* 小于等于767px时使用 */
@media (max-width:767px){
	.xqimg-1{
		left: 0;
		transform: none;
		border:8px solid #eee;
		margin:8px;
	}
}


.proview .des p{
	font-size: 14px;
	line-height: 28px;
}

.probody{
	padding:25px 0;
}
.probody .col-md-9{
	padding:10px;
}
.probody-1{
	background-color:#fff;
	padding:20px 30px;
}
.col-md-3 .probody-1 h4{
	margin-bottom: 10px;
}
.probody-1 h5{
	margin:10px 0;
}
.probody .col-md-9 .xx{
	border-bottom:1px solid #ccc;
	margin-bottom: 20px;
}
.probody .col-md-9 .xx h4{
	display: inline-block;
	padding:10px 20px 15px;
	border-bottom:1.5px solid #7bc91e;
}
.probody .col-md-3{
	padding:10px;
}
.rand{
	text-align:center;
}
/* 小于等于767px时使用 */
@media (max-width:767px){
	.probody .col-md-9{
		padding:0;
	}
	.probody-1{
		padding:10px;
	}
	.probody .col-md-3{
		display: none;
	}
}

