﻿/* CSS Document */
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
	height: 0;
	overflow: hidden;
 *zoom:1;
}
/*product*/
.pdex .pdt {
	overflow: hidden
}
.pdt .pdtl {
	width: 35%;
         float: left;
}
.pdt .pdtr {
	width: 64%;
         float: right;
}
.pdtr .pro_title {
	background: #666;
	font-size: 16px;
	color: #FFF;
	padding: 8px 10px 9px 10px
}
.pdtr .pdback {
	height: 36px;
	line-height: 36px;
	background: url(../images/pro_class_bg.png) repeat-x left bottom;
	position: relative;
	color: #999;
}
.pdtr .pdback .folder {
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 10px
}
.pdtr .back {
	position: absolute;
	margin-top: -4px;
	_margin-top: -4px;
	right: 0;
	cursor: pointer
}
#pro_img {
	background: #F0F0F0;
	padding: 5px;
	min-height: 139px;
	_height: 139px;
}
.prinfo {
	padding: 10px;
	border: 1px solid #E6E6E6;
	margin-top: 30px;
        height: 362px;
}
.prinfo p {
	height: 26px;
	line-height: 24px;
	margin: 0
}
.prinfo img {
	vertical-align: middle;
	margin-right: 8px;
}
.shownews {
	margin: 10px 0;
	padding-top: 6px;
	border-top: 1px dashed #DDD;
}
ul#pro_btm {
	display: block;
	width: 100%;
}
ul#pro_btm li {
	height: 26px;
	width: 100%;
	overflow: hidden;
	line-height: 26px;
	font-size: 12px;
}
.pdM {
	line-height: 36px;
	border-left: 3px solid #0f526c;
	margin: 10px 0px;
	padding-left: 10px;
	color: #0f526c;
	background-color: #f5f5f5;
}
.pdM .IntroTitle {
    float: left;
    padding: 0 40px;
    margin: 0 30px 0 0;
}

.pdmc {
	text-align: justify;
	text-indent: 1em;
	line-height: 1.8;
	font-size: 13px
}
.pdmc p img {
	display: block;
	max-width: 100%;
}
.slick img {
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	position: absolute;
	left: 0;
	top: 1px;
	color: #ccc;
}
.slick-prev {
	left: -35px;
}
.slick-next {
	right: -35px;
}
.slick-dots {
	bottom: -35px;
}
.slick .item {
	width: 25%;
	padding: 6px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.slick .item:hover {
	border: 1px solid #0f526c;
}
.slick .item:hover span {
	color: #0f526c;
}
.slick .item span {
	display: block;
	font-size: 12px;
	text-align: center;
}









