.station {
	margin: 0 auto;
    height: 260px;
    margin-top: 100px;
    width: 1000px;
}

.station .station_img {
	float: left;
    width: 60%;
}

.station .desc {
    width: 319px;
    height: 250px;
    float: left;
    margin-left: 5%;
    position: relative;
}
.station .title {
	color: #1168ab;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}
.station:first-child {
	color: red;
	font-size: 20px;
	font-weight: bold;
}
.station .station_juxing {
	
}

.station .descrip {
	color: #717171;
    font-size: 0.92em;
    line-height: 25px;
    text-align: left;
    bottom: 0;
    position: absolute;
}

.infoShare {
	margin: 40px auto 0 auto;
    width: 100%;
    height: 560px;
}

.infoShare .infoShare_img {
	float: left;
}

.infoShare .desc {
	width: 45%;
    float: left;
    margin: 2% 0 0 5%;
}

.infoShare .title {
	color: #a61218;
	font-size: 20px;
	font-weight: bold;
}
.infoShare .title span{
	color: #a61218;
}

.infoShare .desc p {
	text-align: left;
    line-height: 20px;
}
.front_end {
	width:100%;
	height:700px;
	background-color: #f2ae91;
}
.front_end .m_box h3 {
	color:white;
	margin: 40px auto;
	font-size:34px;
}

.front_end .title {
	border: 2px solid;
    text-align: center;
    border-color: #7ecef4;
    color: #2fb5f4;
    height:300px;
    padding: 50px;
    display: table-cell;
}
.front_end .title p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.front_end .descrip {
	
}

.front_end ul li {
	list-style: none;
    display: inline-block;
    font-size: 20px;
    padding-left: 2%;
    width: 30%;
}