@charset "utf-8";
/* CSS Document */
/*车身广告*/
.advertising{
	width: 100%;
	margin-top: 80px;
}
.advertising_bg{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
.car_advertising{
	width: 100%;
}
.car_advertising ul{
	width: 100%;
	height: 100%;
}
.car_advertising li{
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-bottom: 10px;
	background: #F5F5F5;
}
.advertising_img{
	width: 600px;
	height: 100%;
	overflow:hidden;
}
.advertising_img a,.advertising_img a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.car_advertising li:hover .advertising_img a img{transform: scale(1.1)}
.advertising_right {
	width: 520px;
	height: 100%;
}
.advertising_right a{
	font-size: 30px;
	color: #00be6e;
	display: block;
	margin:65px 0 0 0;
}
.advertising_right span{
	display: block;
	width: 100px;
	height: 2px;
	background: #00be6e;
	margin: 10px 0 20px 0;
}
.advertising_right p{
	width: 90%;
	height: 156px;
	overflow: hidden;
	text-align: justify;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 0 0 ;
}
.advertising_right1 {
	width: 520px;
	height: 100%;
	margin: 0 0 0 6%;
}
.advertising_right1 a{
	font-size: 30px;
	color: #00be6e;
	display: block;
	margin:65px 0 0 0;
}
.advertising_right1 span{
	display: block;
	width: 100px;
	height: 2px;
	background: #00be6e;
	margin: 10px 0 20px 0;
}
.advertising_right1 p{
	width: 90%;
	height: 156px;
	overflow: hidden;
	text-align: justify;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 0 0 ;
}

/*车身广告的优势*/
.Service_features{
	width: 100%;
	height: 360px;
	margin-top: 80px;
	overflow: hidden;
}
.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: 30px;
}
.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);color: #fff;}
.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: #fff;
}
.features_font span{
	font-size: 24px;
	color: #fff;
}

/*案例*/
.all_advertising{
	width: 100%;
	margin-top: 80px;
}
.all_advertising_bg{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.all_advertising_bg p{
	font-size: 36px;
	color: #00be6e;
	height: 40px;
}
.car_case_bottom{
	width: 100%;
	margin-top: 30px;
}
.car_case_bottom ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.car_case_bottom li{
	width: 280px;
	height:260px;
	float: left;
	margin-top: 20px;
	margin-right: 26px;
	background: #f5f5f5;
}
.car_case_bottom li:nth-child(4){margin-right: 0;}
.car_case_bottom li:nth-child(8){margin-right: 0;}
.car_case_bottom li:nth-child(12){margin-right: 0;}
.car_case_bottom li:nth-child(16){margin-right: 0;}
.car_case_bottom li:nth-child(20){margin-right: 0;}
.car_case_bottom li:nth-child(24){margin-right: 0;}
.car_case_bottom li:nth-child(28){margin-right: 0;}
.car_case_img{
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.car_case_img img{
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.car_case_bottom li:hover .car_case_img img{transform: scale(1.1)}
.car_case_bottom li:hover .car_case_font p{color:#00be6e; }
.car_case_font{
	width: 100%;
	height: 80px;
	margin-top: 20px;
	overflow: hidden;
}
.car_case_font p{
	width: 98%;
	margin-left: 1%;
	font-size: 14px;
	color: #787878;
	text-align: justify;
	line-height: 26px;
}