html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Microsoft YaHei';
	overflow-x: auto;
	background-color: #eaf0f1;
}
.introduce{
	width: 100%;
	background-color: #eaf0f1
}
.introduce-content{
	width: 62.5%;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(55, 55, 55, 0.11);
	margin: 108px auto;
}
.introduce-title,.content-title{
	width: 100%;
	height: 77px;
	font-size: 24px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom: 1px solid #d9e0e1;
	position: relative;
	padding: 22px 30px;
	box-sizing: border-box;
}
.introduce-title::before,.content-title::before{
	content: "";
	width: 6px;
	height: 24px;
	background-color: #1DB8D9;
	position: absolute;
	left: 0;
	margin-top: 5px;
}
.content{
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.content .content-title{
	background-color:transparent;
	border:none;
	width: 63%;
	padding-top: 40px;
	box-sizing: border-box;
}
.introduce-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 50px 22px 50px 60px;
	box-sizing: border-box;
}

.bigBox .top img{
	height:100%;
	vertical-align: middle;
}
.text {
	width: calc(100% - 34% - 30px);
	color: #333333;
	padding: 30px 0;
	box-sizing: border-box;
}
.right{
	font-size: 20px;
	line-height: 30px;
}
.content{
	width: 100%;
	background-image: url(../img/beijing.png);
}
.content .busId p{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2483AA;
	display: table-cell;
	vertical-align: middle;
}

.content .busInfoText .info{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding: 30px 44px 25px;
	box-sizing: border-box;
	line-height: 30px;
}
.content .busInfoText{
	width: calc(100% - 450px);
	height: 100%;
	padding: 40px 0 20px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: flex-start;
}
.content .busInfoText .name{
	width: 100%;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	padding-left: 44px;
}
.content .busId{
	width: 235px;
	border-right: 4px solid #F9F9F9;
	display: table;
	text-align: center;
	min-width: 205px;
}
.content .map{
	width: 223px;
	height: 100%;
	padding: 16px 16px 10px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.content .map img{
	width: 193px;
	height: 157px;
}
.content .infoBox{
	display: flex;
	width: 64%;
	background: #FFFFFF;
	margin-bottom: 30px;
	overflow: hidden;
}
.box .bottom{
	width: 100%;
	height: 218px;
	background-color: #042231;
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.box .bottom .info .email ,.box .bottom .info .address{
	width: 100%;
	min-width: 500px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 55px;
	color: rgba(255, 255, 255, 0.7);
}
.bottom .info{
	padding: 0 18%;
	vertical-align: middle;
}
.yidongduan{
	background-color: #FFFFFF;
	width: 100%;
	padding-bottom: 30px;
    box-sizing: border-box;
}
.yidongduan-center{
	width: 62.5%;
	background: #FFFFFF;
	margin: 0 auto;
}
.yidongduan-title,.content-title{
	width: 100%;
	height: 120px;
	font-size: 24px;
	font-weight: bold;
	background-color: #FFFFFF;
	position: relative;
	padding: 50px 30px;
	box-sizing: border-box;
}
.yidongduan-title::before,.content-title::before{
	content: "";
	width: 6px;
	height: 24px;
	background-color: #1DB8D9;
	position: absolute;
	left: 0;
	margin-top: 5px;
}

.app-r{
	 margin: 30px;
}
.app{
	display: flex;
}
.chengtouchongdian{
	margin: 20px auto;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}
.xiaochengxu{
	display: flex;
	margin: 50px auto;
}
.xiaochengxu-r{
	padding: 30px;
	box-sizing: border-box;
}