/*
 * 包车样式--开始
 */

/*包车分类列表*/
.chartered_cat{
	width:100%;
	overflow:hidden;
}
.chartered_cat li{
	float:left;
	width:180px;
	height:280px;
	padding:20px 10px;
	margin-left:22px;
	position:relative;
}
.chartered_cat li:nth-child(1){
	margin-left:0;
}
.chartered_cat li .bg{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,190,110,0.8);
    opacity:1;
    transition:all 0.3s;
    z-index:1;
}
.chartered_cat li .font{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px 10px;
	z-index:2;
}
.chartered_cat li .font h3{
	text-align:center;
	line-height:40px;
	color:#585858;
	transition:all 0.3s;
}
.chartered_cat li .font h3 a{
	font-size:16px;
	text-align:center;
	line-height:40px;
	color:#fff;
	transition:all 0.3s;
}
.chartered_cat li .font hr{
	width:30%;
	margin:auto;
	margin-bottom:10px;
	border:1px solid #585858;
	transition:all 0.3s;
}
.chartered_cat li .font .chil_title{
	display:block;
	text-align:center;
	line-height:28px;
	color:#fff;
	transition:all 0.3s;
}
.chartered_cat li .font .chil_title:hover{
	color:#ff8300;
}
.chartered_cat li:hover h3 a{
	color:#fff;
}
.chartered_cat li:hover hr{
	border:1px solid #fff;
}

/*特色包车*/
.main .main_content .featured_cat{
	width:100%;
}
.main .main_content .featured_cat .featured_title{
	margin-top:40px;
	font-size:36px;
	text-align:center;
    color:#00be6e;
}
.main .main_content .featured_cat .featured_description{
	margin-top:15px;
	font-size:14px;
	text-align:center;
}

/*内页*/
.main .main_content .chart_title{
	margin-top:60px;
	margin-bottom:20px;
	font-size:25px;
	text-align:center;
	color:#000;
}
.main .main_content .chart_description{
	font-size:14px;
	text-align:left;
	text-indent:25px;
	line-height:25px;
}
.main .main_content .chart_content{
	width:100%;
	margin-top:80px;
	min-height:100px;
	border:1px solid #ddd;
}
.main .main_content .chart_content .show_car_title{
	height:40px;
	background:#00be6e;
	font-size:16px;
	line-height:40px;
	text-indent:30px;
	color:#fff;
}
.main .main_content .chart_content .show_car_content{
	padding:0 10px;
	text-indent:25px;
	overflow:hidden;
}
.main .main_content .chart_content .show_car_content p{
	padding:10px 20px;
	margin:30px 0 10px 0;
	line-height:24px;
	letter-spacing:1.5px;
}
.main .main_content .chart_content .show_car_content p img{
	margin-right:20px;
}
.main .main_content .chart_content .show_car_content p:nth-child(2n) img{
	margin-right:0;
	margin-left:20px;
}
.main .main_content .chart_content .show_car_content .botton_scroll{
	width:100%;
}
.main .main_content .chart_content .show_car_content .botton_scroll{
	width:100%;
}
.main .main_content .chart_content .show_car_project{
	width:100%;
	margin-top:30px;
	padding:10px;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.main .main_content .chart_content .show_car_project li{
	float:left;
	width:180px;
	height:180px;
	border-radius:114px;
	overflow:hidden;
	position: relative;
}
.main .main_content .chart_content .show_car_project li div{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
    background-color: rgba(0,190,110,0.8);
    opacity:0;
    transition: all 0.3s;
}
.main .main_content .chart_content .show_car_project li div a{
	display: inline-block;
	width:100%;
	height:100%;
    font-size:18px;
    line-height:180px;
    text-align:center;
    color:#fff;
    text-decoration: none;
}
.main .main_content .chart_content .show_car_project li:hover div{
	opacity:1;
}


/* 服务特色 */
	.Service_features{
		width: 100%;
		height: 360px;
		overflow: hidden;
		margin-top:80px;
	}
	.Service_features_bg{
		max-width:1200px;
		height: 100%;
		margin: 0 auto;
	}	
	.features_top{
		width: 100%;
		height: 75px;
		text-align: center;
	}
	.features_top p{
		font-size: 36px;
		color: #00be6e;
		
	}
	.features_top span{
		font-size: 14px;
		color:#787878 ;
	}
	.features_bottom{
		width: 100%;
		height: 245px;
		margin-top: 40px;
	}
	.features_bottom ul{
		width: 100%;
		height: 100%;
	}
	.features_bottom li{
		width: 280px;
		height: 100%;
		margin-right: 26px;
		float: left;
		position: relative;
	}
	.features_bottom li:last-child{margin-right: 0;}
	.features_img{
		width: 280px;
		height: 245px;
		overflow: hidden;
	}
	.features_img img{
		width: 100%;
		height: 100%;
		transition: 0.6s;
	}
	.features_bottom li:hover .features_img img{transform: scale(1.1)}
	.features_bottom li:hover .features_font{background: rgba(0,190,110,0.7);}
	.features_bottom li:hover .features_font p{color: #fff;}
	.features_bottom li:hover .features_font span{color: #fff;}
	.features_font{
		width: 280px;
		height: 245px;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
	}
	.features_font p{
		width: 80%;
		margin-left: 10%;
		margin-top: 110px;
		font-size: 20px;
		color: #01b96b;
	}
	.features_font span{
		font-size: 24px;
		color: #01b96b;
	}
/*荣誉*/
.honor{
	height:620px;
    padding:30px 0 0;
}
.honor .index_title h2{
    margin-top: 40px;
    font-size: 36px;
    text-align: center;
    font-weight:100;
	color:#00be6e;
}
.honor .index_title div{
	margin-top:20px;
	text-align: center;
	color:#787878;
}

/*用车问题*/
.faq{
    width: 100%;
    margin: 30px auto 0;
    padding: 30px 0;
    background-color: #f9f9f9;
}
.faq .faq_content{
	width:1200px;
	margin:auto;
	overflow:hidden;
}
.faq .faq_content li{
	float:left;
	width:48%;
}
.faq .faq_content li:nth-child(2){
	margin-left:4%;
}
.faq .faq_content li .faq_catname{
	width:100%;
    height:55px;
    padding-bottom:10px;
	font-size:30px;
    font-weight:100;
    line-height:50px;
    border-bottom:1px solid #d7d7d7;
    color:#00be6e;
}
.faq .faq_content li .faq_catname .faq_more{
    margin-right:10px;
    line-height:60px;
	color:#000;
}
.faq .faq_content li .faq_catname .faq_more:hover{
    color:#00be6e;
}
.faq .faq_content li .faq_catname .faq_more img{
	margin-right:10px;
}
.faq .faq_content li .faq_list{
	display:block;
	padding: 10px;
}
.faq .faq_content li .faq_list:hover{
    background-color: #fff;
    box-shadow:4px 3px 5px #e9e9e9;
    cursor: pointer;
}
.faq .faq_content li .faq_list .faq_title{
    font-weight:100;
    height:40px;
    line-height:40px;
    color:#615d5d;
}
.faq .faq_content li .faq_list .faq_title:hover{
    color:#00be6e;
}
.faq .faq_content li .faq_list .faq_description{
	line-height:24px;
	color:#999;
}
.faq .faq_content li .faq_list .faq_description:hover{
    color:#00be6e;
}
.faq .faq_content li .faq_list .faq_time{
	margin-top:10px;
	font-size:12px;
	color:#999;
}
/*首页新闻*/
.news{
	width:1200px;
	margin: auto;
    margin-top: 50px;
}
.news .news_catname{
	width:100%;
	overflow:hidden;
}
.news .news_catname li{
    float:left;
    width:50%;
    height:50px;
	font-size:16px;
	line-height:50px;
	text-align:center;
    font-weight:bold;
    border:1px solid #00be6e;
    transition:all 0.6s;
    cursor:pointer;
}
.news .news_catname .cur{
    background-color:#00be6e;
    color:#fff;
}
.news .news_content{
	width:100%;
	padding:20px;
}
.news .news_content .news_content_list{
	width:100%;
	overflow:hidden;
	display:none;
}
.news .news_content .cur{
	display:block;
}
.news .news_content .news_content_list .news_left{
	float:left;
	display:block;
	width:33%;
	height:380px;
	background-color: #f9f9f9;
	text-align:center;
	position: relative;
}
.news .news_content .news_content_list .news_left img{
	width:85%;
}
.news .news_content .news_content_list .news_left p{
	position: absolute;
	width:100%;
	height:40px;
	padding:0 10px;
	overflow:hidden;
	background-color:rgba(0,190,110,.8);
	line-height:40px;
	letter-spacing:1px;
	color:#fff;
	text-overflow:ellipsis;
	white-space:nowrap;
    transition:all 0.4s;
    bottom:0;
}
.news .news_content .news_content_list .news_left:hover p{
	height:50px;
	line-height:50px;
	bottom:20px;
	background-color:#00be6e;
}
.news .news_content .news_content_list .news_right{
	float:left;
	margin-left:5%;
	width:62%;
	height:380px;
}
.news .news_content .news_content_list .news_right a{
	display:block;
	width:100%;
	height:100px;
	margin-top:10px;
	background-color:#f5f5f5;
	overflow:hidden;
	transition:all 0.4s;
}
.news .news_content .news_content_list .news_right a .new_img{
	float:left;
	width:14%;
	height:100px;
}
.news .news_content .news_content_list .news_right a .new_img img{
	width:90%;
	height:90%;
	margin-top:5%;
	margin-left:5%;
}
.news .news_content .news_content_list .news_right a .news_title{
	float:left;
	width:86%;
	padding:0 10px;
	font-size:16px;
	line-height:50px;
	color:#555;
}
.news .news_content .news_content_list .news_right a .news_title:hover{
	color:#00be6e;
}
.news .news_content .news_content_list .news_right a .news_description{
	float:left;
	width:86%;
	padding:0 10px;
	font-size:12px;
}
.news .news_content .news_content_list .news_right a .news_description:hover{
	color:#00be6e;
}