.bannerImgBox{
	width: 100%;
	height: auto;
}

.bannerImgBox img{
	width: 100%;
}

.contentBox {
	width: 100%;
	height: auto;
}

.contentBox .inner{
	width: 1466px;
	margin: 0 auto;
	height: auto;
	background: #fff;
	padding-top: 69px;
	margin-top: -69px;
	position: relative;
	z-index: 2;
	padding-bottom: 164px;
}

.contentBox .inner .inside{
	width: 1280px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
}

.devBox{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 63px;
	margin-top: -6px;
}

.devBox .topline{
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
}

.devBox .part{
	width: 100%;
	min-height: 333px;
	background: url(../img/lineBg.png) center repeat-y;
	justify-content: center;
	position: relative;
	display: flex;
}
.devBox .part:last-child{
	background: none;
}

.devBox .part .imgBox{
	width: 180px;
	height: 180px;
	position: relative;
}

.devBox .part .imgBox img.devImg{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all .2s linear;
	position: relative;
	z-index: 2;
}

.devBox .part .imgBox:hover img.devImg{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.devBox .left .circleArrowBox{
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -60px;
	z-index: 1;
}

.devBox .right .circleArrowBox{
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -60px;
}

.devBox .left .circleArrowBox .txtBox{
	width: 455px;
	position: absolute;
	left: -508px;
	display: flex;
	flex-direction: column;
	top: 0;
}

.devBox .right .circleArrowBox .txtBox{
	width: 455px;
	position: absolute;
	right: -508px;
	display: flex;
	flex-direction: column;
	top: 0;
}

.devBox .left .circleArrowBox .txtBox h1{
	display: flex;
	flex-direction: column;
	font-size: 30px;
	color: #80b645;
	text-align: right;
	width: 100%;
	line-height: 1;
	align-items: flex-end;
	margin-bottom: 28px;
}

.devBox .right .circleArrowBox .txtBox h1{
	display: flex;
	flex-direction: column;
	font-size: 30px;
	color: #80b645;
	text-align: left;
	width: 100%;
	line-height: 1;
	margin-bottom: 28px;
}

.devBox .left .circleArrowBox .txtBox h1 span{
	margin-bottom: 16px;
	font-weight: bold;
}

.devBox .right .circleArrowBox .txtBox h1 span{
	margin-bottom: 16px;
	font-weight: bold;
}

.devBox .left .circleArrowBox .txtBox h1 .line{
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #80B645;
}

.devBox .right .circleArrowBox .txtBox h1 .line{
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #80B645;
}

.devBox .left .circleArrowBox .txtBox p{
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}

.devBox .right .circleArrowBox .txtBox p{
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}