/*内容部分*/
#aboutRich-section{
	color: #121212;
	padding: 50px 0;
}
.aboutRich-title{
	font-size: 30px;
	text-align: center;
	margin-bottom: 58px;
}
.ar-introInfo>h4{
	font-size: 18px;
	margin-bottom: 20px;
}
.ar-introInfo>p{
	font-size: 16px;
    line-height: 24px;
}
.ar-introImg{
	display: block;
	float: left;
	width: 51%;
    height: 334px;
}
.ar-introInfo{
	float: left;
	width: 49%;
	padding-left: 28px;
	padding-top: 20px;
}
/*企业理念*/
.aboutRich-ideaCtn{
	position: relative;
}
.ar-ideaList{
    position: relative;
	float: left;
	width: 20%;
	height: 248px;
	overflow: hidden;
	padding-top: 52px;
	z-index: 10;
	cursor: pointer;
	transition: all .5s; 
}
.ar-ideaList:hover{
	background-color: #ffffff;
    box-shadow: 1px 1px 5px 3px #ccc;
    -webkit-box-shadow: 1px 1px 5px 3px #ccc;
    -moz-box-shadow: 1px 1px 5px 3px #ccc;
    -ms-box-shadow: 1px 1px 5px 3px #ccc;
    -o-box-shadow: 1px 1px 5px 3px #ccc;
}
.ar-ideaList:hover [data-icon="circle"]{
	background-color: #004198;
}
.aboutRich-ideaTitle{
	margin-top: 56px;
	margin-bottom: 40px;
	font-size: 30px;
	text-align: center;
}
.aboutRich-ideaCtn>ul:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #b0b0b0;
	top: 50%;
	transform: translateY(-50%);
}
.ar-ideaList-title{
	font-size: 22px;
	text-align: center;
	margin-bottom: 39px;
}
span[data-icon="circle"]{
	display: block;
	width: 8.5px;
	height: 8.5px;
	background-color: #d8d8d8;
	border-radius: 50%;
	margin: 0 auto 4px;
	transition: all .5s;
}
span[data-icon="vertical"]{
	display: block;
	width: 1px;
	height: 26px;
	background-color: #b0b0b0;
	margin: 0 auto;
}
.ar-idea-desc{
	width: 184px;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
}



@media only screen and (max-width: 980px) {
	.ar-introImg{
		float: unset;
		width: 100%;
		height: auto;
	}
	.ar-introInfo{
	    float: unset;
	    width: 100%;
	    padding-left: 0;
	}
	.ar-introInfo>p{
		line-height: 28px;
	}
	.ar-ideaList{
		width: 100%;
		padding: 20px 0;
		height: auto;
	}
	.ar-ideaList-title{
		margin-bottom: 25px;
	}
	.aboutRich-ideaCtn>ul:before{
		content: none;
	}
}