﻿@charset "utf-8";
.honor-hot
{
	width:1200px;
	margin:0 auto;
}
/* CSS Document */
.flipto-prev, .flipto-next {
	z-index: 5;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	position: absolute;
	display: block;
	top: 48%;
	width:55px;
	height:42px;
}
.flipto-prev
{
	background:url('../images/prearr.png') no-repeat center center;
	left:0;
}
.flipto-prev:hover
{
	background:url('../images/prearrhov.png') no-repeat center center;
}
.flipto-next
{
	background:url('../images/nextarr.png') no-repeat center center;
	right:0;
}
.flipto-next:hover
{
	background:url('../images/nextarrhov.png') no-repeat center center;
}
.honor-hot .flip-current .fancybox {
	display: block;
	left: 0;
	top: 0;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
}
/* .honor-hot .flip-content:hover .h6 {
	color: #ca3439;
} */
.honor-list ul li {
	width: 50%;
	float: left;
	border: solid 1px #f3f3f3;
	margin-top: -1px;
	margin-left: -1px
}
.honor-list ul li a {
	padding: 8% 5%;
	display: block;
	position: relative
}
.honor-list ul li .pic {
	height: 150px;
	text-align: center;
}
.honor-list ul li .pic .table-cell {
	vertical-align: bottom;
}
.honor-list ul li .pic img {
	max-height: 150px;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.16)));
}
.honor-list ul li .txt {
	padding: 10% 0;
	text-align: center;
}
.honor-list ul li .txt h6 {
	height: 48px;
	overflow: hidden;
	margin-bottom: 22px;
}
.honor-list ul li .txt .icon {
	display: block;
	margin: auto;
	width: 19px;
	height: 19px;
	background: url(../images/icon1.png) no-repeat left
}
.honor-list ul li a:hover {
	background-color: #f9f9f9
}
.honor-list ul li a:hover .txt .icon {
	background-position: right
}
/*index end*/
