@charset "UTF-8";
.padtbb {
	padding-bottom: 30px;
}
@media (min-width: 768px) {
	.commonweb {
		padding: 0px 20px;
	}
	.commonwebbox {
		margin-left: -10px;
		margin-right: -10px;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.visible-sm {
		display: block;
	}
	.hidden-sm {
		display: none;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.commonweb {
	padding: 0px 15px;
}
.clearfix {
 *zoom: 1;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

/*TPS_SYS产品中心*/
.product-list ul {
	padding: 0 0 20px 0;
}
.product-list li {
	margin: 0 0 20px 0;
}
.product-list li a {
	display: block;
	border: 1px solid #e3e3eb;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.product-list li img {
	display: block;
	width: 100%;
}
.product-list li .product-text {
	padding: 10px;
	border-top: 1px solid #e3e3eb;
}
.product-list li .product-text .name {
	color: #58596d;
	font-size: 16px;
	display: -webkit-box;
	height: 32px;
	line-height: 32px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.product-list li .product-text .desc {
	color: #b2b2b2;
	font-size: 16px;
	display: -webkit-box;
	height: 72px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 5px 0;
}
.product-list li .product-text .date {
	display: block;
	color: #999999;
	font-family: Montserrat;
}
 @media (min-width: 1024px) {
	.product-list {
		padding-top: 60px;
		padding-bottom: 18px;
	}
	.product-list ul {
		margin: 0 -15px;
		padding-bottom: 32px;
	}
	.product-list li {
		padding: 0 15px;
		margin: 0 0 30px 0;
	}
	.product-list li:hover img {
		-webkit-transform: scale(1.03, 1.03);
		-moz-transform: scale(1.03, 1.03);
		-ms-transform: scale(1.03, 1.03);
		-o-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
	}
	.product-list li .product-img {
		overflow: hidden;
	}
	.product-list li .product-img img {
		-webkit-transition: all ease 0.7s;
		-moz-transition: all ease 0.7s;
		-o-transition: all ease 0.7s;
		transition: all ease 0.7s;
	}
	.product-list li .product-text {
		padding: 22px 30px 24px;
	}
	.product-list li .product-text .name {
		font-size: 18px;
		line-height: 30px;
		height: 60px;
	}
	.product-list li .product-text .desc {
		margin: 9px 0 11px;
	}
	.product-list li:hover a {
		-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
		-webkit-transform: translateY(-2px);
		-moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		-o-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	.product-list li:hover .product-text .name {
		color: #d82019;
	}
}
/*产品中心*/
.pro-detail-list {
	padding-top: 30px;
}
.pro-detail-list ul {
	margin: 0 -5px;
	padding-bottom: 20px;
}
.pro-detail-list li {
	padding: 0 5px;
	margin: 0 0 10px 0;
}
.pro-detail-list li a {
	border: 1px solid #e3e3eb;
	display: block;
}
.pro-detail-list li img {
	display: block;
	margin: 0 auto;
}
.pro-detail-list li .pro-img {
	background-color: #eaebf5;
}
.pro-detail-list li .pro-text {
	border-top: 1px solid #e3e3eb;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 45px;
	color: #58596d;
}
 @media (min-width: 1024px) {
	.pro-detail-list {
		padding-top: 57px;
		padding-bottom: 20px;
	}
	.pro-detail-list ul {
		padding-bottom: 30px;
	}
	.pro_list_img a:hover img {
		-webkit-transform: scale(1.03, 1.03);
		-moz-transform: scale(1.03, 1.03);
		-ms-transform: scale(1.03, 1.03);
		-o-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
	}
	.pro-detail-list li:hover img {
		-webkit-transform: scale(1.03, 1.03);
		-moz-transform: scale(1.03, 1.03);
		-ms-transform: scale(1.03, 1.03);
		-o-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
	}
	.pro-detail-list li a {
		-webkit-transition: all ease .5s;
		-o-transition: all ease .5s;
		-moz-transition: all ease .5s;
		transition: all ease .5s;
	}
	.pro-detail-list li .pro-img {
		overflow: hidden;
	}
	.pro-detail-list li .pro-img img {
		-webkit-transition: all ease 0.7s;
		-moz-transition: all ease 0.7s;
		-o-transition: all ease 0.7s;
		transition: all ease 0.7s;
	}
	.pro-detail-list li .pro-text {
		font-size: 16px;
	}
	.pro-detail-list li:hover .pro-text {
		color: #d82019;
	}
	.pro-detail-list li:hover a {
		-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
		-webkit-transform: translateY(-2px);
		-moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		-o-transform: translateY(-2px);
		transform: translateY(-2px);
	}
}
 @media (min-width: 1199px) {
	.pro-detail-list ul {
		margin: 0 -15px;
	}
	.pro-detail-list li {
		padding: 0 15px;
		margin: 0 0 30px 0;
	}
	.pro-detail-list li .pro-text {
		line-height: 83px;
	}
}
/*分页样式*/
.pages {
	clear: both;
	margin: 40px auto 20px auto;
	padding-top: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	border-top: 5px solid #f4f5f6;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages ul li:hover {
	background: #d82019;
	color: #fff;
	border: 1px solid #d82019
}
.pages ul li:hover a {
	color: #fff;
}