/*首页样式--开始*/
.module{
	width:100%;
	margin:auto;
	margin-top:50px;
}
.index_title{
	width:100%;
	text-align:center;
}
.index_title h2{
    font-size:36px;
    line-height:60px;
    font-weight:100;
    color:#00be6e;
}
.index_title div{
    width:100%;
    height:30px;
    line-height:30px;
    color:#787878;
}
/*方案*/
.case ul{
	overflow:hidden;
	width:1200px;
	margin:40px auto;
    display:flex;
    justify-content: space-between;
}
.case ul li{
	float:left;
	width:18%;
	height:195px;
    padding:20px 6px;
    text-align:center;
}
.case ul li:hover{
    border: 1px solid #00be6e;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.case ul li a{
	display:block;
	width:100%;
	height:100%;
}
.case ul li a img{
	width:50%;
}
.case ul li a h3{
    font-size:16px;
    line-height:40px;
}
.case ul li:hover a h3{
    color:#00be6e;
}
.case ul li a p{
    font-size:12px;
    text-align:left;
    line-height:20px;
    color:#787878;
}
.case ul li:hover a p{
    color:#00be6e;
}
/*优势*/
.advantage{
    padding:30px 0 0;
    background: url(/statics/images/tem/index_advantage.jpg) no-repeat center top;
    background-size:100% 100%;
}
.advantage .index_title h2{
	color:#fff;
}
.advantage .index_title div{
	color:#fff;
}
.advantage ul{
	overflow:hidden;
	width:1200px;
	margin:40px auto;
}
.advantage ul li{
    position: relative;
    float:left;
    width:33.3%;
    height:180px;
    overflow:hidden;
    margin:15px 0;
    padding-left:7%;
    text-align: center;
}
.advantage ul li a img{
	width:35%;
}
.advantage ul li a h3{
    font-size:18px;
    font-weight:100;
    line-height:50px;
    color:#fff;
}
.advantage ul li:hover a h3{
	color:#00be6e;
}
.advantage ul li a p{
    margin:5px auto;
    font-size:12px;
    color:#fff;
    line-height:18px;
    height:36px;
    overflow:hidden;
}
.advantage ul li:hover a p{
	color:#00be6e;
}
.advantage ul li a label{
    position: absolute;
    left:0;
    top:-15%;
    font-family: "Arial";
    font-style: italic;
    font-size:150px;
    font-weight:bold;
	color:rgba(0,0,0,0.1);
    z-index: 0;
}
/*流程*/
.process ul{
	overflow:hidden;
	width:1200px;
	margin:40px auto 80px;
}
.process ul li{
    float:left;
    width:20%;
    text-align:center;
    background:url(/statics/images/tem/process_index_back.png) no-repeat right center;
}
.process ul li:nth-child(5){
    background:url();
}
.process ul li a img{
	width:40%;
}
.process ul li a h3{
    font-size:18px;
    font-weight:100;
    line-height:40px;
    color:#000;
}
.process ul li:hover a h3{
    color:#00be6e;
}
.process ul li a p{
    margin:0px auto 0;
    font-size:12px;
    line-height:20px;
    color:#000;
    overflow: hidden;
}
.process ul li:hover a p{
    color:#00be6e;
}
/*荣誉*/
.honor{
	height:620px;
    padding:30px 0 0;
    background: url(/statics/images/tem/honor_index_back.jpg) 100%;
}
.honor .index_title h2{
	color:#fff;
}
.honor .index_title div{
	color:#fff;
}
/*合作企业*/
.cooperation ul{
	overflow:hidden;
	width:1200px;
	margin:40px auto;
}
.cooperation ul{
	overflow:hidden;
	width:1200px;
	margin:20px auto;
}
.cooperation ul li{
    float: left;
    width:222px;
    height:150px;
    margin-right:22px;
    margin-top:20px;
    cursor:pointer;
}
.cooperation ul li:nth-child(5n){
    margin-right:0;
}
.cooperation ul li a{
	display:block;
	width:100%;
	height:107px;
	border:1px solid #dddddd;
	overflow:hidden;
}
.cooperation ul li a img{
	width:100%;
	height:100%;
	transition:0.6s;
}
.cooperation ul li .brand_font{
    width: 100%;
    height: 41px;
    background-color:#b3b3b3;
}
.cooperation ul li .brand_font a{
    display: block;
	width: 100%;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    text-align:center;
    color:#fff;
}
.cooperation ul li:hover img{
	transform: scale(1.1);
}
.cooperation ul li:hover .brand_font{
	background-color:rgba(0,190,110,0.9);
}
/*用车问题*/
.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:325px;
	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;
}