.main{
	padding: 15px 0;
}
.about-ul{
	display: inline-block;
}
.about-ul>li{
	margin: 0 7px;
}
.about-ul>li>a{
	display: block;
	width: 65px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #f5f5f5;
	color: #333;
}
.about-ul>li>a:hover{
	background-color: #ea281d;
	color: #fff;
}

.introduce-img{
	width: 100%;
	padding: 15px 0;
	float: none;
}
.introduce-img>img{
	margin: 0 auto;
}
.introduce>p{
	padding-bottom: 5px;
	line-height: 2;
}

.about-items{
	margin: 15px 0;
	padding: 0 15px;
}
.items-solid{
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.about-items>a{
	display: block;
	color: #333;
}
.items-img>img{
	width: 100%;
}
.items-title{
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin: 15px 0;
}
.items-main>p{
	line-height: 1.8;
	width: 100%;
	height: 80px;
}

.about-list{
	padding: 30px 0;
}
.list{
	padding: 20px 0;
	border-top: 1px solid #ebebeb;
}
.list:hover{
	background-color: #fdfdfd;
}
.list:last-child{
	border-bottom: 1px solid #ebebeb;
}
.list-right{
	padding-right: 10%;
}