

.containers {
	min-width: 100%;
	padding-top: 0px;
	margin: 0 auto;
	margin-bottom:30px;
}

.containers .title {
	max-width: 100%;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 300;
	color: #333;
	text-align: center;
	box-sizing: content-box;
}

.containers .desc {
	position: relative;
	width: 100%;
	padding: 30px 30px 30px 7em;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
	text-indent: -4rem;
	background: #fff6f6;
}

.containers .desc:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 25px;
	border-top: 2px solid #e8373d;
	border-left: 2px solid #e8373d;
	border-radius: 6px 0 0 0;
}

.containers .desc:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 25px;
	border-right: 2px solid #e8373d;
	border-bottom: 2px solid #e8373d;
	border-radius: 0 0 6px 0;
}

.containers .content {
	width:100%;
	padding: 40px 0 0 60px;
	background: #f9f9f9;
}

.product-tabs {
	position: relative;
	z-index: 1;
	width: 1220px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
}

.product-tabs:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.product-tabs .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 390px;
	height: 2px;
	padding: 0;
	font-size: 0;
	overflow: hidden;
	background: #4fa2ad;
}

.product-tabs li {
	float: left;
	width: 390px;
	padding-bottom: 35px;
	font-size: 20px;
	line-height: 3;
	text-align: center;
	cursor: pointer;
	box-sizing: content-box;
}

.product-tabs li img {
	display: inline-block;
	width: 60px;
	margin-right: 25px;
	vertical-align: middle;
}

.product-lists {
	background: #fff
}

.product-lists .product-items {
	width: 1210px;
	padding: 70px 0 0;
	margin: 0 auto;
	overflow: hidden;
}

.product-lists .product-items .product-descs {
	width: 450px;
	float: left;
}

.product-list .product-item .product-desc h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

.product-list .product-item .product-desc p {
	height: 135px;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

.product-list .product-item .product-desc span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	color: #e8373d;
}

.product-list .product-item .product-desc .btn {
	width: 100px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	text-align: center;
	border: 1px solid #9c9c9c;
	border-radius: 3px;
	transition: .5s background;
	display: inline-block;
	min-width: 80px;
	padding: 0 10px;
	cursor: pointer;
	background: #f6f6f6;
}

.product-list .product-item .product-desc .btn:hover {
	color: #fff;
	background: #e8373d;
	border-color: #e8373d;
}

.product-list .product-item .icon-list {
	width: 650px;
	float: right;
}

.product-list .product-item .icon-list li {
	float: left;
	width: 110px;
	margin: 0 0 75px 25px;
	text-align: center;
	margin-left: 0;
}

.product-list .product-item .icon-list li a:hover i,
.product-list .product-item .icon-list li a:hover p {
	color: #E31939!important;
}

.product-list .product-item .icon-list .iconfont {
	font-size: 50px;
	line-height: 1;
	color: #666;
	transition: all .2s;
}

.product-list .product-item .icon-list p {
	padding-top: 5px;
	font-size: 14px;
	color: #666;
}