* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

li {
  list-style: none;
}

p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 2em;
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  background-color: #2585e2;
}

.header ul {
  display: flex;
}

.header ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
}

.active {
  color: #00cc99;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  position: relative;
  height: 100vh;
  background: #fff url(../Images/product/002.jpeg) no-repeat;
}

.machineTitle {
  margin-top: 150px;
  font-size: 30px;
  text-align: center;
}

.machineContent {
  display: flex;
}

.machineContentImg {
  margin: 200px 20px 0 350px;
}

.machineContentImg img {
  width: 300px;
  height: 300px;
}

.machineContentInfo {
  width: 800px;
  /* height: 390px; */
  height: auto;
  margin: 100px 0 0 0;
  padding: 10px;
  border: 1px solid #0abdd1;
  border-radius: 10px;
}
