/* ------------------------------------------以下为固定样式------------------------------------------ */
*{
	padding: 0px;
	margin: 0px;
}

html{
	width: 100%;
    height: 100%;
}

body {
	width: 100%;
    height: 100%;
    font-size: 16px;
	font-family: Microsoft YaHei;
	font-smoothing: antialiased;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
	background-color: #fff;
}

a { /*去除所有a标签的下划线*/
	cursor: pointer;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: none;
}

ul, ol, li{
	list-style-type: none;
}

div, input, textarea, select, button, a { /*点击去掉边框*/
	outline: none;
}

/* ------------------------------------------以下为鼠标(手指)悬浮样式(可扩展)------------------------------------------ */

.hover:hover {/* 悬停是背景灰色 */
	color: #dddddd;
}

.cursor:hover {/* 悬停光标是手势形 */
	cursor: pointer;
}

/* ------------------------------------------以下为响应式样式(可扩展)------------------------------------------ */

@media (min-width: 979px) {/* 大于979px的样式 */

}

@media (max-width: 320px) {/* 小于320px的样式 */

}

/* ------------------------------------------以下为自定义样式(请写注释)------------------------------------------ */
.logo{
 margin: 15% 24% 5% 24%;
 width: 50%;
}

.classifi{
	width: 90%;
	margin: 3% 5% 6% 5%;
	float: left;
}

.ifi{
 font-size: 12px;
 width: 24%;
 display: block;
 padding: 2% 1%;
 margin: 4% 3% 2% 3%;
 text-align: center;
 border: 1px solid #e8e8e8;
 float: left;

 border-radius: 20px;
 color: #333;
}
.list{
	border-top : 1px solid #e8e8e8;
	width: 82% ;
	float: left;
	margin:0 5%; 
	padding: 4% 3%;
}
.p1{
	font-size: 16px;
	margin-bottom: 2%;
	color: #333;
	width: 65%;
    float: left;
}
.p2{
	font-size: 14px;
	margin-bottom: 2%;
	color: #999;
	width: 65%;
	float: left;
}
.list img{
	width: 30%;
	margin-left: 5%;
/*	border-radius: 5px;*/

}
.btn{
    font-size: 12px;
    color: #1ca460;
    padding: 2% 4%;
    box-shadow: 0px 0px 6px 3px #1ca46024;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #1ca460;
    font-weight: 400;
}
.top{
    text-align: center;
}