.banner {
	background-image: url(../img/honor.jpg);
}
.banner h1 {
	color: #FFFFFF;
}
footer .footer_top {
    background-color: #ffffff;
}
.honor_content {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	background-color: #f8f8f8;
}
.honor_content .honor_menu{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.honor_menu li {
	display: inline-block;
	width: 160px;
	height: 40px;
	border-radius: 20px;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	background-color: #d6d6d6;
	cursor: pointer;
	margin: 0 15px;
}
.honor_menu li:hover {
	text-decoration: underline !important;
}
.honor_menu li.honor_active {
	background-color: #cf2b31;
	color: #FFFFFF;
}
.honor_content .honor_list {
	width: 1440px;
	overflow: hidden;
	margin: 10px auto 0;
}
.honor_list a {
	display: block;
	width: 250px;
	height: 355px;
	overflow: hidden;
	margin: 35px 19px 0;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	padding: 17px 0 0;
	position: relative;
	transition: all 1s;
}
.honor_list a>img {
	width: 205px;
	transition: all 1s;
}
.honor_list a .honor_txt {
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: #888888;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 1s;
}
.honor_txt h4 {
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	transition: all 1s;
}
.honor_txt .honor_icon {
	width: 86px;
	height: 86px;
	overflow: hidden;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.95);
	text-align: center;
	line-height: 84px;
	margin: 100px auto 70px;
	display: none;
}
.honor_list a:hover {
	padding: 35px 0 0;
}
.honor_list a:hover>img {
	transform: scale(1.15);
}
.honor_list a:hover .honor_txt {
	height: 100%;
	background-color: rgba(207,43,49,0.88);
}
.honor_list a:hover .honor_txt .honor_icon {
	display: block;
}
.honor_list a:hover .honor_txt h4 {
	font-size: 26px;
	line-height: 30px;
}
@media only screen and (max-width: 991px) {
	.honor_content .honor_list {
		width: 688px;
	}
	.honor_list a {
		width: calc(50% - 40px);
		width: -moz-calc(50% - 40px);
		width: -webkit-calc(50% - 40px);
		margin: 40px 20px 0;
	}
}
@media only screen and (max-width: 765px) {
	.honor_content {
	    padding: 40px 0;
	}
	.honor_menu li {
	    width: 110px;
	    height: 34px;
	    border-radius: 17px;
	    line-height: 34px;
	    font-size: 14px;
	    margin: 0 10px;
	}
	.honor_content .honor_list {
		width: 335px;
	}
	.honor_list a:nth-of-type(2n+1) {
	    width: calc(50% - 5px);
	    width: -moz-calc(50% - 5px);
	    width: -webkit-calc(50% - 5px);
	    height: 235px;
	    margin: 10px 5px 0 0;
	}
	.honor_list a:nth-of-type(2n) {
		width: calc(50% - 5px);
	    width: -moz-calc(50% - 5px);
	    width: -webkit-calc(50% - 5px);
	    height: 235px;
	    margin: 10px 0 0 5px;
	}
	.honor_list a>img {
	    width: 125px;
	}
	.honor_list a .honor_txt {
	    height: 30px;
	}
	.honor_txt h4 {
	    font-size: 12px;
	    height: 30px;
	    line-height: 30px;
	}
	.honor_txt .honor_icon {
	    width: 40px; 
	    height: 40px;
	    line-height: 37px;
	    margin: 70px auto 35px;
	}
	.honor_icon img {
		width: 20px;
	}
	.honor_list a:hover .honor_txt h4 {
		font-size: 15px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.honor_content .honor_list {
		width: 960px;
	}
	.honor_list a {
		width: calc(33.33% - 30px);
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
		margin: 30px 15px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.honor_content .honor_list {
		width: 1150px;
	}
	.honor_list a {
		width: calc(25% - 30px);
		width: -moz-calc(25% - 30px);
		width: -webkit-calc(25% - 30px);
	}
}
@media only screen and (min-width: 1500px) {
	.honor_content .honor_list {
		width: 1440px;
	}
	.honor_list a {
		width: 250px;
		margin: 35px 19px 0;
	}
}