.Carousel_box {
  width: 1200px;
  height: 320px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #e0e0e0;
  margin: 0 auto;
  margin-bottom: 50px;
}
.Carousel_box .Carousel_ul {
  width: 1200px;
  height: 108px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Carousel_box .Carousel_ul .Carousel_li {
  width: 398px;
  height: 36px;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 24px;
  color: #121127;
  line-height: 28px;
  letter-spacing: 1px;
  /* text-align: left; */
  font-style: normal;
  text-transform: none;
}
.minaItem_ul {
  width: 1200px;
  height: 264px;
  margin: 0 auto;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.minaItem_ul .minaItem_li {
  width: 380px;
  height: 264px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.Tail {
  width: 1200px;
  height: 300px;
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  margin: 0 auto;
  /* background-color: #f5f5f5; */
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Tail .Tail_left, .Tail_rigth {
  width: 540px;
  height: 220px;
  border-radius: 0px 0px 0px 0px;
  /* border: 1px solid #e0e0e0; */
}
.Tail .Tail_left {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Tail .Tail_rigth {
  margin-right: 40px;
}
.Tail .Tail_left .Tail_left_item {
  width: 540px;
  height: 90px;
  border-radius: 0px 0px 0px 0px;
  /* background-color: red; */
  display: flex;
}

.Tail .Tail_rigth {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Tail .Tail_rigth .Tail_rigth_item {
  width: 540px;
  height: 90px;
  border-radius: 0px 0px 0px 0px;
  /* background-color: red; */
  display: flex;
}
