  .Carousel_box {
    width: 1200px;
    height: 370px;
    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: 500;
    font-size: 24px;
    letter-spacing: 1px;
    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: 50px;
  }
  .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;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
  }
  .Tail .Tail_item {
    width: 560px;
    height: 90px;
    border-radius: 0px 0px 0px 0px;
    /* background-color: red; */
    display: flex;
	margin-left:30px;
	margin-top:20px;
  	margin-bottom:20px;
  }
  
  
.main_MainImage {
  width: 1200px;
  height: 280px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e0e0e0;
  margin: 0 auto;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
}
.main_MainImage .main_MainImage_rigth {
  width: 720px;
  height: 200px;
  /* background-color: red; */
  /* float: right; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_MainImage .main_MainImage_rigth .a {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  color: #121127;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.main_MainImage .main_MainImage_rigth .b {
  width: 246px;
  /* height: ; */
  border-radius: 0px 0px 0px 0px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #97a3b7;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.main_MainImage .main_MainImage_rigth .c {
  width: 190px;
  height: 24px;
  display: flex;
  justify-content: space-between;
}
.main_MainImage .main_MainImage_rigth .c p {
  background: #f3f9ff;
  text-align: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #3399ff;
  line-height: 24px;

  font-style: normal;
  text-transform: none;
}
.main_MainImage .main_MainImage_rigth .d {
  width: 720px;
  height: 67px;
  /* background: #f3f9; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_MainImage .main_MainImage_rigth .d .d_b {
  width: 180px;
  height: 40px;
  background: linear-gradient(90deg, #ff9500 0%, #ff6e00 100%);
  border-radius: 20px 20px 20px 20px;

  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
  