.station {
	margin: 40px auto 0 auto;
	width: 100%;
	height:300px;
}

.station .station_img {
	float: left;
}

.station .desc {
	width: 45%;
    float: left;
    margin: 2% 0 0 5%;
}
.station .title {
	color: #1168ab;
	font-size: 20px;
	font-weight: bold;
}
.station:first-child {
	color: red;
	font-size: 20px;
	font-weight: bold;
}
.station .station_juxing {
	
}

.station .descrip {
	color:#717171;
	font-size: 15px;
	line-height:20px;
}

.infoShare {
	/* height: 880px; */
}
.infoShare .m_box {
	height: 880px;
}
.infoShare .m_box h3 {
	padding-bottom: 140px;
}
.infoShare .infoShare_img {
	float: left;
    width: 35%;
    height: 400px;
    background-color: royalblue;
}
.infoShare .infoShare_img img {
	width: 100%;
	height: 100%;
}

.infoShare .desc {
	float: left;
    width: 65%;
    height: 400px;
}

.infoShare .title {
	color: #a61218;
	font-size: 20px;
	font-weight: bold;
	padding-left: 60px;
    margin-top: 80px;
}
.infoShare .title span{
	color: #a61218;
}
.infoShare .desc .descrip {
	padding-left: 60px;
	margin-top: 35px;
}
.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;
    padding-top:40px;
}
.front_end .descrip {
	
}

.front_end ul li {
	list-style: none;
    display: inline-block;
    font-size: 20px;
    padding-left: 2%;
    width: 30%;
    vertical-align:top;
    *display:inline;
    *zoom:1;
}
