
.banner {
    margin-top: 100px;
    position: relative;
}
.banner img {
    display: block;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

/*part1*/
.cloud-content {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    position: relative;
}
.part {
    width: 1200px;
    margin: 0 auto;
}
.part1 h3 {
    font-size: 24px;
    font-weight: normal;
    color: #037a1e;
}
.part1 img {
    margin: 30px 0;
}
.part3-bg {
    position: absolute;
    z-index: -1;
}
.part3-bg img {
    width: 100%;
    min-width: 1200px;
}
.part3 h3 {
    color: #fff;
    font-size: 42px;
    font-weight: normal;
    padding-top: 5px;
}
.part3 p {
    color: #fff;
    font-size: 18px;
}

/*关于康益恒*/
.part3-ul {
	overflow: hidden;
}
.part3-ul li {
	float: left;
	width: 25%;
	text-align:center;
}
.about-map {
	display:block;
	width: 100%;
	margin:30px 0;
}
.map-detail {
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
	text-align:left;
}
.map-detail p {
	color: #444;
	font-size:18px;
	line-height:30px;
}

.history-in {
	position:relative;
	text-align:center;
}
.history-w {
	width:100%;
	overflow: hidden;
	position:absolute;
	top:25px;
	left:0px;
}
.history-w .fl {
	padding-top:60px;
	text-align: right;
}
.history-w .fr {
	text-align: left;
}
.history-w .fl,.history-w .fr {
	width:50%;
}
.history-w p {
	padding-bottom:85px;
	height:42px;
	line-height:21px;
}
.history-w .fl p {
	position: relative;
	padding-right: 130px;
	color:#555;
	font-size:16px;
}
.history-w .fr p {
	position: relative;
	padding-left: 130px;
	color:#555;
	font-size:16px;
}
.history-w .fl p em,.history-w .fr p em {
	position:absolute;
	left:40px;
	top:0;
	width:80px;
	height:23px;
	text-align:center;
	line-height:23px;
	color:#fff;
}
.history-w .fl p em {
	background:url('../image/history_right.png') no-repeat center;
	left:480px;
}
.history-w .fr p em {
	background:url('../image/history_left.png') no-repeat center;
}
