.title img{
  width: 100%;
}
.title h1{
  text-align: center;
  font-size: 18px;
  padding-top: 2.5%;
  padding-bottom: 1.5%;
  margin-top: -1%;
  color: #fff;
  background: linear-gradient(180deg,#99CC66,#228B22);
}
section{
  padding-left: 3%;
  padding-right: 3%;
}
h2{
  line-height: 2em;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 10%;
}
.havep{
  font-size: 18px;
  padding-bottom: 1%;
}
.vehiclediv{
  margin-top: 5%;
  margin-bottom: 8%;
}
.vehiclediv img{
  width: 85%;
  margin:0 auto;
  padding-top: 5%;
  display: block;

}
h3{
  font-size: 20px;
  padding-bottom: 1%;
  border-bottom: 1px solid #000;
}
dt {
  line-height: 1.5em;
  margin-top: 2%;
  font-size: 14px;
  float: left;
  width: 80%;
}
dd{
  line-height: 1.5em;
  margin-top: 2%;
  float: right;
  width: 12%;
  text-align: right;
  padding-right: 5%;
}
.exvehicle{
  margin-bottom: 10%;
}
.exvehicle div{
  padding-top: 5%;
  float: left;
  width: 47.7%;
}
.exvehicle div:nth-child(even){
  padding-top: 5%;
  float: right;
  width: 48%;
}
.exvehicle p{
  font-size: 10px;
  text-align: center;
}
.exvehicle img{
  width: 100%;
}
.havep span{
  font-size: 16px;
}
.recruit img{
  margin-top: 3%;
  width: 100%;
}
.greendiv div{
  float: left;
  width: 50%;
}
.greendiv div img{
  width: 90%;
}
.greendiv div:nth-child(2) img{
  width: 90%;
  float: right;
}
.greendiv div{
  padding-bottom: 20%;
}
@media (min-width: 799px) {
.title img{
  display: none;
}
.title h1 {
  font-size: 36px;
  padding-top: 1.5%;
  padding-bottom: 1.3%;
}
header{
  background-image: url(../image/vehicleimg.png);
  background-position: center top;
  background-size:cover;
}
h2 {
  font-size: 20px;
}
.havep {
  font-size: 22px;
}
h3 {
  font-size: 24px;
}
.vehiclediv {
  margin-top: 1%;
}
.kindvehicle{
  float: left;
  width: 48%;
}
.imgvehicle{
  float: left;
  width: 48%;
}
.imgvehicle img{
  padding-top: 0;
  width: 100%;
}
dt {
  font-size: 16px;
}
.exvehicle div {
  padding-top: 5%;
  float: left;
  width: 30%;
}
.exvehicle div:nth-child(even) {
  padding-top: 5%;
  width: 30%;
  padding-left: 5%;
}
.exvehicle div:nth-child(3),.exvehicle div:nth-child(6) {
  padding-top: 5%;
  float: right;
  width: 30%;
}
.exvehicle p {
  font-size: 18px;
  padding-top: 1%;
}
.greendiv div {
    padding-bottom: 25%;
}
}