@charset "utf-8";
/**
@Author: yu_Wj
@Description：关于我们
*/

/*关于我们*/
/*介绍*/
.introduce{
	margin-bottom: 100px;
}
.introduce .left{
	float: left;
	width: 520px;
	height: 526px;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.introduce .left img{
	max-width: 100%;
}
.introduce .left img.img_1{
	-webkit-box-shadow: 18px 18px 24px rgba(0,0,0,.11);
	-moz-box-shadow: 18px 18px 24px rgba(0,0,0,.11);
	-o-box-shadow: 18px 18px 24px rgba(0,0,0,.11);
	box-shadow: 18px 18px 24px rgba(0,0,0,.11);
	position: relative;
	z-index: 2;
}
.introduce .left img.img_2{
	position: absolute;
	right: 0;
	bottom: 0;
}
.introduce .right{
	float: right;
	width: 630px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	margin-top: -5px;
}
/*荣誉资质*/
.honors{
	margin-bottom: 100px;
	position: relative;
}
.honors .swiper-button-prev,
.honors .swiper-button-next{
	width: 38px;
	height: 38px;
	cursor: pointer;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: 0;
}
.honors .swiper-button-prev{
	left: 0;
	background-image: url(../images/icon_10.png);
}
.honors .swiper-button-next{
	right: 0;
	background-image: url(../images/icon_11.png);
}
.honors .swiper-button-prev:hover{
	background-image: url(../images/icon_8.png);
}
.honors .swiper-button-next:hover{
	background-image: url(../images/icon_7.png);
}
.honors > h3{
	color: #1e589a;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}
.honors .right{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.honors-swiper a{
	font-size: 0;
	line-height: 0;
	display: block;
	text-align: center;
}
.honors-swiper img{
	width: 240px;
	height: 340px;
	border: solid 1px #1e589a;
}
/*总经理寄语*/
.voice{
	margin-bottom: 100px;
}
.voice .left{
	float: left;
	width: 675px;
	padding-top: 30px;
}
.voice .left h3{
	color: #1e589a;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
}
.voice .left span{
	display: block;
	color: #89b1df;
	font-size: 14px;
	padding-bottom: 20px;
}
.voice .left hr{
	width: 30px;
	height: 4px;
	margin-bottom: 24px;
}
.voice .left article{
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.voice .left em{
	display: block;
	color: #333;
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}
.voice .left em img{
    display: inline-block;
    vertical-align: top;
}
.voice .right{
	float: right;
	width: 477px;
	height: 480px;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.voice .right img{
	max-width: 100%;
}