/*about公共部分*/
.about_common img{
	width: 100%;
}
.about_common{
	width: 100%;
	overflow: hidden;
	background:#fff url(../img/images/about_bg.jpg) no-repeat top center;
	background-size: 100%;
	padding-top: 50px;
	position: relative;
	z-index: 11;
	min-height: 800px;
}
.about_menu{
	width: 100%;
	height: 50px;
	margin-bottom: 55px;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.04);
	text-align: center;
	background-color: #fff;
	position: relative;
}
.about_menu li a{
	display: block;
	color: #000;
	height: 48px;
	font-size: 14px;
	line-height: 50px;
	width: 80px;
	margin: 0 auto;
	border-bottom: 2px solid #fff;

}
.about_menu li .active{
	border-color: #0093dd;
	font-weight: bold !important;
}
.about_content{
	color: #626262;
	font-size: 14px;
	line-height: 25px;
}
.about_content h1{
	color: #3e3e3e;
	font-size: 36px;
	margin: 35px 0 30px;
}
.about_menu .border_bottom{
	width: 80px;
	height: 2px;
	background-color: #0093dd;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}
/*about页面独有*/
.work_environmental{
	width: 100%;
	overflow: hidden;
}
.work_environmental li div{
	width: 100%;
	overflow: hidden;
}
.work_environmental li img{
	width: 100%; 
	transition: all 0.5s;
}
.work_environmental li:hover img{
	transform: scale(1.1);
}
@media only screen and (max-width:767px ) {
	.work_environmental li{
		margin-bottom: 15px;
		overflow: hidden;
	}
	.about_common{
		padding-top: 30px;
	}
	.about_menu{
		display: none;
	}
	.about_content h1{
		color: #3e3e3e;
		font-size: 24px !important;
		margin: 20px 0 15px !important;
	}
}
@media only screen and (min-width:768px ) {
	.about_menu{
		display: none;
	}
	.work_environmental li:nth-of-type(2n+1){
		padding-right: 10px;
		margin-bottom: 25px;
		overflow: hidden;
	}
	.work_environmental li:nth-of-type(2n){
		padding-left: 10px;
		margin-bottom: 25px;
		overflow: hidden;
	}
}
@media only screen and (min-width:992px ) {
	.about_menu{
		display: block;
	}
	.work_environmental li:nth-of-type(2n+1){
		padding-right: 20px;
		margin-bottom: 35px;
	}
	.work_environmental li:nth-of-type(2n){
		padding-left: 20px;
		margin-bottom: 35px;
	}
}
@media only screen and (min-width:1200px) {
	
}
.about_content .row{
	margin: 0;
}
.right_list .honors_item{
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
}
.right_list .honors_item .item_img{
	border: 1px solid #eee;
	position: relative;
}
.right_list .honors_item .item_img .bg_black{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right_list .honors_item .item_img .bg_black a{
	color: #fff;
}
.right_list .honors_item .item_img .bg_black a:hover{
	color: #78bee1;
}
.right_list .honors_item .item_img:hover .bg_black{
	visibility: visible;
}
.right_list .honors_item .item_img img{
	width: 100%;
}
.right_list .honors_item .item_info{
	background-color: #78bee1;
	text-align: center;
	color: #fff;
	padding: 11px 0 ;
}