.index-title {
	padding: 40px 0 30px;
	text-align: center;
}
.index-title .ch {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

.index-title .en {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
.index-pro-list{
	padding-bottom: 50px;
}
.index-pro-list ul li{
	float: left;
	width: 390px;
	margin-right: 10px;
}
.index-pro-list ul li:hover {
	box-shadow: 0 0 30px rgba(0, 0, 30, 0.3);
}
.index-pro-list ul li:nth-child(3n) {
	margin-right: 0;
}
.index-pro-list ul li .con {
	padding: 20px;
}
.index-pro-list ul li .img {
	width: 100%;
}
.index-pro-list ul li .img img {
	max-width: 100%;
}
.index-pro-list ul li .tel {
	margin-top: 5px;
}
.index-pro-list ul li .detail {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.index-pro-list ul li .detail i {
	width: 26px;
	height: 26px;
	display: inline-block;
	background: url(../../../static/images/more.png) no-repeat;
	background-size: 100%;
	margin-right: 10px;
}
.index-pro-list ul li:hover .detail a {
	color: #2f8b89;
}
.index-pro-list ul li:hover .detail i{
	background: url(../../../static/images/more_hover.png) no-repeat;
	background-size: 100%;
}
.index-more {
	text-align: center;
	margin-top: 20px;
}
.index-more a {
	display: inline-block;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #2f8b89;
}