.copyright_bannar {
	width: 100%;
	display: block;
	padding-top: 40px;
}
.app {
	padding-top:30px;
	background-color: #fff;
}
.app h3 {
	font-size: 15px;
	color: #d2ef90;
	text-align: center;
}
.app h4 {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: inherit;
	height: inherit;
}
.customerService {
	position: relative;
	display: block;
	margin: 15px auto 0;
}

.customerService1 {
	width: 100%;
	height: 40px;
	background: #EEEEEE;
	color: #666666;
	border: #EEEEEE solid 1px;
}

.customerService1 li {
	font-size: 15px;
	text-align: center;
	float: left;
	line-height: 40px;
	width: 100px;
	cursor: pointer;
}

.customerService1 .active {
	background: #FFFFFF;
	color: #5eaf01;
}

.classification {
	position: relative;
	/*display: none;*/
	border-top: 1px solid #EEEEEE;
}

.classification ul li {
	float: left;
	width: 32.6%;
	height: 150px;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	position: relative;
}


.match {
	display: none;
}

.classificationI {
	margin: 20px auto 5px;
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 55px;
	border: 1px solid #66be00;
}

.classificationI>img {
	display: block;
	margin: 12px auto;
	width: 35px;
}

.classification1>p {
	font-size: 15px;
	text-align: center;
}

.classification1>h1 {
	font-size: 18px;
	text-align: center;
	line-height: 35px;
}
.classification ul li:hover .classification2{
	display: block;
	transition:all .3s linear;
  -o-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
	}
.classification2{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	background: #CCCCCC;
	opacity: 0.5;
}