@import url(./lib/resetCss.css);
@import url(./lib/common.css);

.swiper-container {
    width: 100%;
    height: 350px;
}
.swiper-slide img{
    width:100%;
    height:100%;
}
/* 企业文化 */
.culture{
	width: 100%;
	background: #e7ecf1;
}
.culture .inner-con{
	padding: 132px 0 2% 0;
}
.culture h3{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.culture .cul-con{
	max-width: 1200px;
	margin: 4% auto;
}
.culture ul{
	margin-left: -45px;
}
.culture li{
	float: left;
	width: 33.333%;
	margin-bottom: 25px;
	cursor: pointer;
}
.culture li .inner-item{
	margin-left: 45px;
	position: relative;
}
.culture li .inner-item .cul-title{
	width: 100%;
	background: url(../img/index/icon_cul01.png) repeat;
	padding: 15px 0;
	text-align: center;
	font-size: 22px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.culture li .hover-box{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/index/icon_cul01.png) repeat;
	transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	opacity: 0;	
	/*filter: alpha(opacity=0);*/
	display: none\0;
}
.culture li .hover-box .box01{
	height: 100%;
	width: 100%;
	display: table;
}
.culture li .hover-box .box02{
	display: table-cell;
	vertical-align: middle;
}
.culture li .hover-box h3{
	font-size: 22px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: normal;
}
.culture li .hover-box p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding: 5% 12%;
}
.culture li:hover .hover-box{
	opacity: 1;
	/*filter: alpha(opacity=100);*/
	display: block\0;
}
.culture li:hover .cul-title{
	display: none;
}
/* 资质 */
.honor{
	width: 100%;
	height:350px;
	background: #E1E1DF;
	background-size:auto 100%;
}
.honor .honor-con{
	height:350px;
	background: #00A1E9;
	overflow: hidden;
}
.honor .honor-p-box{
	width: 400px;
	height: 350px;
	overflow: hidden;
	padding: 30px;
	float: left;
}
.honor .honor-p-box h3{
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 0 0 5% 0;
}
.honor .honor-lb-box{
	height: 230px;
	overflow: hidden;
}
.honor ul li {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer; }
.honor .honor-img{
	width: 800px;
	height:350px;
	float: right;
}
.honor .honor-img img{
	width: 100%;
	height:100%;
}
/* 合作伙伴 */
.partner{
	background: #e7ecf1;
}
.partner h3{
	font-size: 30px;
	color: #333333;
	text-align: center;
	padding:50px 0 20px;
}
.partner li{
	display: block;
    width: 25%;
    float: left;
    margin-bottom: 1px;
}
.partner li img{
	display: block;
    width: 100%;
    vertical-align: middle;
    border: none;
}