* {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  width: 1100px;
  margin: 0 auto;
}
.nav {
  width: 100%;
  height: 50px;
  background-color: darkgreen;
}
.nav img {
  border-radius: 50%;
  height: 50px;
}
.nav p {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  color: aliceblue;
  font-size: 18px;
}
.left {
  float: left;
  margin-left: 10px;
}
.right {
  float: right;
  margin-right: 10px;
}
.content1 {
  width: 1000px;
  height: 300px;
  margin: 0 auto;
}
.header {
  text-align: center;
  color: #ee8000;
  margin-top: 20px;
}
.item1 {
  margin-left: 20px;
  margin-top: 20px;
}
.item1 li {
  width: 180px;
  height: 200px;
  float: left;
  margin: 0 5px;
  position: relative;
}
.item1 p {
  color: #ee0000;
  font-weight: bold;
  position: absolute;
  z-index: 2;
}
.item1 span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
}
.item1 img {
  width: 180px;
  height: 200px;

  position: absolute;
  z-index: 1;
}
.content2 {
  width: 1000px;
  margin: 0 auto;
}
.content2 p {
  margin: 30px 70px;
}
footer {
  background-color: #69a930;
  width: 100%;
  height: 140px;
  text-align: center;
  color: #f6f6f6;
  font-size: 12px;
  padding-top: 10px;
}
footer ul {
  float: left;
  width: 250px;
  margin-top: 10px;
}
footer li {
  margin-top: 10px;
}
footer img {
  height: 50px;
}
.carousel-item {
  width: 380px;
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 20px;
  transition: transform 1s ease-in-out;
}
.boxx {
  width: 1500px;
  margin: 0 auto;
  position: relative;
}
.boxx h1 {
  color: #ccc;
  position: absolute;
  z-index: -1;
  left: 70px;
  top: 15px;
}
.boxx h2 {
  color: #69a930;
  font-size: 30px;
  height: 100px;
  margin-left: 60px;
  margin-top: 30px;
}

.carousel-container {
  width: 1100px;

  height: 450px;
  background-color: rgb(255, 255, 255);
  perspective: 750px;
  transform-style: preserve-3d;
}
