*{
			margin:0;padding:0;

		}
		
		.info{
			font:18px/32px 微软雅黑;
			color: #787878;
			text-align: center;
		}
		.content{
			width:1200px;
			margin:50px auto 90px;
			display: flex;
			justify-content: space-between;
			
		}
	
		.content img{
		transition:transform .5s;
		-webkit-transition: transform .5s;
		-o-transition:transform .5s ;
		-moz-transition: transform .5s;
			
			transform: scale(0.97);
		-moz-transform: scale(0.97);
		-o-transform: scale(0.97);
		-webkit-transform: scale(0.97);
			
		}

		.content img:hover{
		 transform: scale(1.00);
		-moz-transform: scale(1.00);
		-o-transform: scale(1.00);
		-webkit-transform: scale(1.00);
		box-shadow: 0 3px 6px #f2f2f2;
		}
		
		.present{
			width: 100%; 
			height: 798px; 
			background: url(/Public/Home/img/honor/b7.jpg) no-repeat;
/*			position: relative;*/
		}
		.present img{
			margin: 80px auto 0;
		}
		.present span{
			color: #dddddd;
			font:16px/30px 微软雅黑;
			position: absolute;
			bottom: 40px;
			right: 22px;
			text-align: left;
		}
		
		.honorswipercitation{
			width:1230px;
			overflow: hidden;
			margin-top: 50px;
		}
		
		.honor-swiper-exercise{
			width:1240px;
			height: 442px;
			background-color: #222220;
			margin: 0 auto 100px;
			position: relative;
			left: 0;
			right:0;
		}
		.honor-swiper-exercise span{
			color: #dddddd;
			font:16px/30px 微软雅黑;
			position: absolute;
			bottom: 40px;
			left: 74px;
			text-align: left;
		}

		.honorswiperexercise{
			width:818px;
			overflow: hidden;
			float:right;
		}