@charset "gb2312";


/* 关于我们 */


.yingyongda{font-size:28px; line-height:80px; border-right:1px #999999 dotted; color:#FFFFFF; text-align:center; background-color:#000;  opacity:0.7;   height:80px; font-weight:bold}







#about {
	padding-bottom: 40px;
	border-bottom: 1px solid #e4e4e4;
}
.container {
	width: 1200px; margin:0 auto}

.home_title {
	text-align: center;
}
.home_title h2 {
	font-size: 30px;
	color: #2496df;
	line-height: 30px;
}
.home_title p img {
	margin: 16px 0;
	max-width: 100%;
}

.w3 {
	float: left;
	width: 20%;
}
.about_desc {
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
#about .sub_title {
	padding: 6px 0 20px;
	text-align: center;
	font-size: 20px;
	color: #2496df;
	line-height: 30px;
}
#about .sub_title_icon {
	padding: 6px 0 10px;
	font-size: 20px;
	color: #2496df;
	line-height: 30px;
}
.concept_desc .about_more {
	float: right;
	padding-right: 14px;
	background: url(img/icon_angle.png) no-repeat right center;
	color: #f28709;
	text-align: right;
}
.advantage_list {
	padding: 10px 0 40px;
}
.advantage_list .adv_item {
	position: relative;
	text-align: center;
}
.adv_item .adv_img h2 {
	padding-top: 80px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.adv_item .adv_hover {
	filter: Alpha(opacity=0);
	-webkit-filter: Alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #6FBA2C;
	z-index: 2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.adv_item .adv_hover_con {
	display: table;
	width: 100%;
	height: 100%;
}
.adv_item .adv_info {
font-size: 18px;
	padding: 0 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.adv_item .adv_info h2 {
	padding-bottom: 20px;
	background: url(img/icon_wave.png) no-repeat center bottom;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.adv_item .adv_info p a {
	padding-top: 14px;
	color:#FFFFFF;
	text-decoration: none;
	line-height:35px;
}
.adv_item:hover .adv_img h2 {
	display: none;
}
.adv_item:hover .adv_hover {
	filter: Alpha(opacity=100);
	-webkit-filter: Alpha(opacity=100);
	opacity: 1;
}

.zoomimgs {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}
.picimgs {
	padding-bottom: 77%;
}
.advimgs {
	padding-bottom: 84%;
}
