
/* .top{
	background: url(../images/carShare_bg.jpg) no-repeat;
	background-size: cover;
}
.top-mian {
	display: table;
	margin:0 auto;
	width:100%;
	height:60px;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0, 0.6);
	z-index: 2;
	position: absolute;
} */
.content{
	padding-top: 60px;
}
.content .content-first{
	padding-bottom: 60px;
}
.content .content-first:nth-child(2){
	background-color: #f8f8f8;
	padding-top: 60px;
}
.content .content-first>p{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.content .content-first>p>span{
	border-bottom: 2px solid #3D94E0;
	display: inline-block;
	width:70px;
	position: absolute;
	margin-left:50%;
	left:-35px;
	top:60px;
}
.content .content-price{
	display: table;
	margin:0 auto;
	text-align: center;
}
.content .content-price .content-price-left{
	float:left;
	width:56%;
	margin-top:60px;
	display: inline-block;
}
.content .content-price .content-price-right{
	float:right;
	width: 40%;
	margin-left: 20px;
	display: inline-block;
	text-align: left;
}
.content .content-price .content-price-right ul li h4{
	font-size: 24px;
	color: #0C7FE5;
	font-weight: 500;
	margin-top:60px;
}
.content .content-price .content-price-right ul li p{
	font-size: 16px;
	color: #6A6A6A;
	letter-spacing: 2px;
}
.content .content-price .content-price-right ul li p:nth-child(2){
	margin-top:20px;
}
.content .content-price:nth-child(3){
	margin-top:100px;
}
.content .content-price .content-price-down{
	display: table-cell;
	text-align: center;
}
.content .content-price .content-price-down:nth-child(2){
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
}
.content .content-price .content-price-down h4{
	font-size: 30px;
	font-weight: 500;
	margin-bottom:20px;
}
.content .content-price .content-price-down p{
	font-size: 16px;
	color: #6A6A6A;
	margin-top:4px;
	letter-spacing: 1px;
}

.content .content-price .content-price-up{
	display: inline-block;
	text-align: center;
	margin:auto 10px;
	background-color: #fff;
	height: 220px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	box-shadow: 0px 0px 20px #e1e1e1;
	width: 260px;
}
.content .content-price .content-price-up>div{
	margin:auto;
	font-size: 20px;
	position: relative;
	text-align: center;
	margin-top: 40px;
}
.content .content-price .content-price-up>div>img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
}
.content .content-price .content-price-up>div>div {
    color: #666;
    font-size: 24px;
}
.content .content-price .content-price-up>div>span{
	font-size: 0;
    line-height: 0;
    border-width: 30px;
    border-color: #F8F8F8;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    position: relative;
    top: 57px;
}

/* 产品使用场景 */
.businessWp{
	margin-top: 60px;
}
.businessWp ul {
	display: table;
	background: red;
	margin: auto;
}
.businessWp ul li{
	width: 275px;
	height: 240px;
	text-align: center;
	font-size: 24px;
	color: #666;
	float: left;
	cursor: pointer;
}
.contentWp .content-business{
	padding: 30px 100px;
	display: none;
} 
.contentWp .content-business:first-child{
	display: block;
} 
.content-business p.title{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.content-business .canDo .doSpan{
	display: inline-block;
	font-size: 24px;
	color: #333;
	line-height: 48px;
	vertical-align: top;
	width: 150px;
	text-align: right;
	padding-right: 40px;
}
.content-business .canDo .box{
	display: inline-block;
	position: relative;
	width: 660px;
}

.content p.title{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 40px;
}
.content .canDo .doSpan{
	display: inline-block;
	font-size: 24px;
	color: #333;
	line-height: 48px;
	vertical-align: top;
	width: 150px;
	text-align: right;
	padding-right: 40px;
}
.content .canDo .box{
	display: inline-block;
	position: relative;
	width: 670px;
}

.canDo .box p.tit{
	position: relative;
	padding-left: 40px;
	font-size: 18px;
	color: #333;
	line-height: 48px;
}
.canDo .box p.tit:before{
	content: '';
	position: absolute;
	left: -12px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 2px solid #6db2ef;
}
.canDo .box p.tit2{
	position: relative;
	padding-left: 40px;
	font-size: 18px;
	color: #333;
	line-height: 48px;
}
.canDo .box .desc{
	position: relative;
	padding-bottom: 40px;
	padding-left: 40px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	border-left: 2px dashed #6db2ef;
}
.canDo .box .desc p.tit2{
	position: relative;
	 padding-left: 0; 
	font-size: 18px;
	color: #333;
	line-height: 48px;
}
.canDo .box .desc .con a:hover{
	color:#6db2ef;
}
.case{
	margin-top: 80px;
	display: table;
	padding: 0;
	overflow: hidden;
}
.case p{
	display: inline-block;
	margin: 0 20px;
	width: 560px;
	text-align: center;
	font-size: 24px;
	color: #333;
}
.case p img{
	width: 560px;
	height: 290px; 
}
/* 对接流程 */
.stepWp{
	position: relative;
	display: table;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 80px;
}
.stepWp .line{
	position: absolute;
	top: 41px;
	left: 90px;
	height: 16px;
	width: 960px;
	background: url(../images/line.png) repeat-x left center;
	z-index: -1;
}
.stepWp .carshareLine{
	width: 900px;
	left: 150px;
}
.stepWp .step{
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
}
.stepWp .step i{
	display: block;
	font-size: 60px;
	font-family: Impact;
	color: #F9C741;
	line-height: 80px;
	background: #fff;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 100%;
	font-style: normal;
	margin: auto;
	line-height: 100px;
}
.stepWp .step p{
	font-size: 16px;
	color: #666;
	text-align: center;
}
.stepWp .step img{
	vertical-align: middle;
}