body{
	background-color: #f8f8f8;
}
.cptp{
	width: 100%;
	height:400px;
}
.cptp img{
	width: 100%;
	height: 100%;
}
.saen{
	width: 100%;
	padding-bottom: 50px;
}
.pordand{
	 width: 100%; height: 500px; transition: color 0.4s ease 0s; 
}
.btnbod{
	margin-top: 50px;
	width: 100%;
	height: 50px;
}
.btnse{
	width: 150px;
	height: 50px;
	margin: 0px auto;
	text-align: center;
}
.btnse p{
	font-size: 33px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}
.saenauto{
	width: 1300px;
	margin: 0px auto;
	margin-top: 25px;
	text-align: center;
}
.saenauto ul{
	width: 100%;
}
.saenauto ul li{
	float: left;
	width: 22%;
	height: 260px;
	margin-right: 30px;
	margin-left: 5px;
	margin-top: 3%;
	background-color: white;
}
.saenauto img{
	width: 100%;
}
.saenauto ul li p{
	color:#009f2e;
	font-weight: 500;
	line-height: 2.1;
}
.saenauto ul li:hover p{
	color:white;
}
.saenauto ul li:hover{
	background-color: #009f2e;
}

.cplx1{
	width: 180px;
	height: 20px;
	position: relative;
	left: 0;
}
.cplx1 p{
	color: black;
	font-size: 20px;
	font-weight: 500;
}
.photobton{
	width: 100%;
	height: 100px;
	background-color: #f3f3f3;
}
.btonauto{
	width: 1400px;
	height: 100%;
	margin: 0px auto;
}
.btonauto P{
	color: black;
	font-size: 20px;
	line-height: 5;
}
.cpfl{
	width: 95%;
	margin: 0px auto;
}
.cpfl ul {width: 100%;margin: 0px auto;overflow: hidden;}
.cpfl ul li {float: left;line-height: 45px;margin-bottom: 5px;height: 45px;text-align: center;border: 1px solid #ccc;transition: background-color 0.5s ease 0s;width: 180px;margin-right: 10px;margin-top: 1%;}
.cpfl ul li a { color: black; font-size: 15px; transition: color 0.5s ease 0s; }
.cpfl ul li:hover { background-color:rgb(1, 153, 69) ; }
.cpfl ul li:hover a { color: white; }