


@charset "utf-8";


@import url("../css/common/icon.css");/*图标*/

html{
    width: 1920px;
    margin: 0 auto !important;
}
*{
	list-style: none;
}
.clear{
    clear: both;
}

.page-titleTwo{
	width: 570px;
	margin: 0 auto !important;
}

p{
	margin: 0;
}
.main{
	width: 1460px;
	margin: 0 auto;
	padding-top: 58px;
}
input{
	padding: 0;
	margin: 0;
}
.page-titleOne{
	margin-bottom: 16px;
}


/*-------------------------------------------*/
.honor_list{ width:100%;}
ul{
	padding: 0px !important;
	margin: 0px !important;
}
.navbar_nav{
	margin-left: 80px !important;
}
.grid{
	padding: 0 !important;
}
.honor_list li{ 
	float:left; 
	background:white; 
	border: 1px solid #d8d8d8;
	width:440px; 
	height: 420px;
	margin-left:22px; 
	margin-right:22px; 
	margin-bottom:34px;
	 position: relative; 
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	box-sizing: border-box;
	border-bottom: 6px solid rgba(216, 216, 216, .9);
}
.honor_list li a{width: 100%;height: 100%; position: absolute;left: 0;top: 0; overflow:hidden;}
.honor_list li a img{
	display:block;
	width: 190px;
	height: 260px;
	margin-top: 37px;
	margin-left: 130px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
.honor_list li:hover .honor-title{
	border-top: none;
	webkit-transition: all 0.6s linear -1ms;
	-moz-transition: all 0.6s linear -1ms;
	-ms-transition: all 0.6s linear -1ms;
	-o-transition: all 0.6s linear -1ms;
	transition: all 0.6s linear -1ms;
	transform: rotateX(360deg) ;
	-webkit-transform: rotateX(360deg) ;
	-moz-transform: rotateX(360deg) ;
	-ms-transform: rotateX(360deg) ;
	-o-transform: rotateX(360deg) ;
	color: #df8f4f;
	-webkit-transition: all 0.6s linear -1ms;
}

.honor_list li:hover{ 
	border-bottom: 6px solid rgba(223, 143, 79, .9);
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.honor_list li:hover a img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.honor-title{
	position: absolute;
	bottom:0px;
	width: 100%;
	height: 95px;
	line-height: 95px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	font-size: 24px;
	color: #333;
}