@charset "UTF-8";
/* CSS Document */

.image-fotter {
  width: 100%;
  height: 460px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../pic/fotter.JPG");
  background-size: cover;
  background-position: center;
  margin-top: 200px;
}
.fotter-box {
  position: relative;
}
.logo-tree{
  position: absolute;
  top: 10px;
  left: 0;
  width: 30%;
}
.logo{
  position: absolute;
  top: 25px;
  left: 80px;
  width: 50%;
}
.li-box{
  position: absolute;
  top: 150px;
}
.fotter-box ul li{
 border-bottom: 2px solid #ad002d;
    padding: 10px;
  font-weight: 600;
  display: table;
  font-family: "Helvetica", serif;
  margin: 0 0 0 40px;
}
.fotter-box ol li{
  display: inline-block;
  border-bottom: none;
  font-family: "Helvetica", serif;
  margin: 0;
}
.line{
  color: #ad002d;
  padding-right: 6px;
}
.service-box{
  margin-left: 64px;
}