* {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  width: 1100px;
  margin: 0 auto;
}
.logo {
  position: relative;
}
.logo h3 {
  position: absolute;
  left: 50px;
  top: 20px;
}
.top {
  position: relative;
}
.tel h4 {
  position: absolute;
  right: 45px;
  top: 15px;
  color: brown;
}
.tel img {
  position: absolute;
  right: 180px;
  top: 13px;
}
.nav {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background-color: #69a930;
}
.item {
  padding-left: 170px;
}
.itemTwo {
  float: left;
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.item a {
  text-decoration: none;
  color: aliceblue;
  display: block;
}
.item a:hover {
  background-color: #ee8000;
  transition: 0.4s;
}
.register {
  padding-right: 20px;
  padding-top: 10px;
  float: right;
}
.register a {
  color: rgb(17, 18, 25);
  text-decoration: none;
}
.register a:visited {
  color: rgb(17, 18, 25);
}
.content1 {
  width: 1000px;
  height: 300px;
  margin: 0 auto;
}
.content4 {
  width: 1000px;
  height: 250px;
  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;
  height: 600px;
  margin: 0 auto;
}
.content3 {
  width: 1000px;
  height: 400px;
  margin: 0 auto;
}
.left {
  font-size: 12px;
  text-align: center;
  float: left;
}
.left img {
  width: 100px;
}
.left table {
  border-collapse: collapse;
}
.right {
  font-size: 12px;
  text-align: center;
  float: right;
}
.right img {
  width: 100px;
  height: 100px;
}
.right table {
  border-collapse: collapse;
}
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;
}
.item2 {
  margin-left: 200px;
  margin-top: 20px;
  width: 650px;
}
.item2 li {
  width: 180px;
  height: 250px;
  float: left;
  margin: 0 10px;
  position: relative;
}
.item2 p {
  color: #ee0000;
  font-weight: bold;
  position: absolute;
  z-index: 2;
}
.item2 span {
  position: absolute;
  right: 70px;
  bottom: 15px;
  z-index: 2;
}
.item2 img {
  width: 180px;
  height: 200px;
  background-color: #ee8000;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
/**/
.carousel-images > .image {
  display: none;
  margin: 0 auto;
  width: 700px;
  height: 400px; /* 设置你的图片高度 */
  background-size: cover;
}

.carousel {
  width: 1110px;

  position: relative;
}
.t-t {
  height: 70px;
  margin-left: 170px;
}
.t-t h2 {
  font-weight: normal;
  color: rgb(107, 171, 43);
  margin-top: 30px;
  margin-left: 10px;
}
.t-t h1 {
  position: absolute;
  margin-left: 20px;
  top: 10px;
  color: #dcdcdc;
  z-index: -1;
}
.t-l {
  float: left;
  width: 300px;
  height: 300px;
  margin-top: 50px;
  text-align: right;
  margin-right: 30px;
  margin-left: 30px;
}
.t-l h1,
h3 {
  font-weight: normal;
}
.t-l p {
  margin-top: 50px;
}
.t-r {
  float: left;
  width: 300px;
  height: 350px;
  margin-top: 20px;
}
.t-r img {
  height: 350px;
  border-radius: 20%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.carousel-dots {
  height: 30px;
  width: 700px;
  padding-left: 400px;
  background-color: rgb(107, 171, 43);
}
.carousel-dots .dot {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 8px;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 10px 10px;
}
.carousel-dots .dot.active {
  background-color: #b3b2b2;
  transition: 0.8s;
}
