.mod-wrap {
	padding: 58px 0;
	min-width: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mod-wrap.bg-color-1 {
	background-color: #fafafa;
}

.mod-wrap .mod-title {
	color: #333
}

.mod-wrap .mod-title .title {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px
}

.mod-wrap .mod-title .des-text {
	font-size: 18px;
	line-height: 1.5em
}

.mod-wrap .mod-content {
	margin-top: 60px
}

.mod-wrap .vertical-text .title {
	font-size: 24px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: middle
}

.mod-wrap .vertical-text .des-text {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	color: rgba(255, 255, 255, .8)
}

.qc-grids {
	font-size: 0
}

.qc-grids [class*=qc-unit] {
	display: inline-block;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.qc-unit-4-24 {
	width: 20%;
}

.mod-wrap-product-new .qc-unit-active {
	width: 40%;
}

.mod-wrap-product-new .mod-content {
	height: 240px;
}

.mod-wrap-product-new .product-block {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	position: relative;
	height: 225px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
	min-height: 0;
	overflow: hidden;
	cursor: pointer;
}

.mod-wrap-product-new .product-block.last {
	border-right: none
}

.mod-wrap-product-new .product-block.hidden-ct {
	display: none
}

.mod-wrap-product-new .product-block .pt-overview {
	display: block;
	transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.mod-wrap-product-new .pt-detail-sub-menu,
.mod-wrap-product-new .pt-overview-sub-menu {
	height: 54px;
	border: 1px solid #f0f0f0;
	border-right: 0;
	border-left: 0;
	padding: 8px 35px;
	box-sizing: border-box;
	line-height: 1.42;
	text-align: center;
}

.mod-wrap-product-new .pt-detail-sub-menu .title-text,
.mod-wrap-product-new .pt-overview-sub-menu .title-text {
	position: relative;
	font-size: 14px;
	color: #585b58;
}

.mod-wrap-product-new .product-block .pt-detail {
	visibility: visible;
	transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
	opacity: 0;
	text-align: left;
	z-index: 10;
	position: relative
}

.pt_up {
	padding: 40px 25px 18px 40px;
	box-sizing: border-box;
}

.img_left {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.img_left img {
	max-width: 100px;
}

.txt_right {
	float: left;
	margin-left: 16px;
	margin-top: 8px;
}

.txt_right p.head1 {
	font-size: 20px;
}

.txt_right p {
	font-size: 14px;
	color: #4c4f4c;
	margin: 5px 0;
}

.txt_right p.head5 {
	margin-top: -3px;
}

.para_detail {
	font-size: 14px;
	color: #8d8d8d;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0 25px;
}

.para_detail:after {
	content: "...";
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 20px 1px 45px;
	background: url(../../img/ellipsis_bg.png) repeat-y;
}

.mod-wrap-product-new .qc-unit-active .pt-overview {
	display: none
}

.mod-wrap-product-new .product-block.qc-unit-active .pt-overview {
	transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
	display: block;
	opacity: 0
}

.product-block.qc-unit-active {
	border-top: 4px solid #2277e6;
	margin-top: -30px;
	border-left: 1px solid #2277e6;
	border-right: 1px solid #2277e6;
	border-bottom: 1px solid #2277e6;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0)
}

.qc-grids.with-slot .product-block.qc-unit-active {
	padding-left: 0;
	padding-right: 0;
	min-height: 0;
	height: 282px
}

.mod-wrap-product-new .product-block.qc-unit-active .pt-detail {
	visibility: visible;
	transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
	opacity: 1
}