﻿@charset "utf-8";



.honor-main{

	padding-bottom: 42px;

}

.honor-box{

	width: 918px;

	height: 652px;

	border: 1px solid #dbdbdb;

	margin: 12px auto 0;

}

.honor-img{

	width: 918px;

	height: 497px;

	position: relative;

	overflow: hidden;

}

.honor-img img{

	display: block;

	margin: 0 auto;

	max-width: 918px;

}

.honor-list{

	width: 918px;

	height: 153px;

	border-top: 1px solid #dbdbdb;

	background: #f8f8f8;

}

.honor-list .prev,.honor-list .next{

	width: 63px;

	height: 153px;

	float: left;

	cursor: pointer;

	background: url(../images/prev02.jpg) no-repeat;

}

.honor-list .next{

	background: url(../images/next02.jpg) no-repeat;

}

.honor-list .prev.on{

	background: url(../images/prev02_h.jpg) no-repeat;	

}

.honor-list .next.on{

	background: url(../images/next02_h.jpg) no-repeat;	

}

.honor-list-main{

	width: 792px;

	height: 116px;

	position: relative;

	overflow: hidden;

	float: left;

	margin-top: 19px;

}

.honor-list-main li{

	width: 176px;

	height: 110px;

	float: left;

	margin-right: 21px;

	display: inline;

	border: 3px solid #b49852;

	cursor: pointer;

}

.honor-list-main li.active{

	height: 110px;

	border: 3px solid #ffe100;

}

.honor-list-main li img{

	float: left;

}


* {

    margin: 0;

	padding: 0;

}



