﻿@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/about/ry/prearr.png') no-repeat center center;
	left:0;
}
.flipto-prev:hover
{
	background:url('../images/about/ry/prearrhov.png') no-repeat center center;
}
.flipto-next
{
	background:url('../images/about/ry/nextarr.png') no-repeat center center;
	right:0;
}
.flipto-next:hover
{
	background:url('../images/about/ry/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: #eb5821;
}
/*index end*/
