.corresponding {
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
}
.topBanner {
  width: 100%;
  height: 480px;
  margin-bottom: 79px;
}
.boxTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 21px;
}
.boxTitle span {
  width: 40px;
  height: 4px;
  background: #0278e0;
}
.titleHint {
  width: 1000px;
  /* height: 60px; */
  margin: 0 auto;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #aab8cb;
  line-height: 24px;
  margin-bottom: 78px;
  text-align:center;
}
.banner1 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 744px;
  background-color: #f9f9ff;
}
.banner1 img {
  margin: 61px 0;
  width: 1200px;
  height: 600px;
}
.banner2 {
  width: 100%;
  height: 426px;
  background: url(../img/images/banner2.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 56px;
}
.banner2 .bannerContent {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.banner2 .bannerContent .bannerText {
  box-sizing: border-box;
  position: absolute;
  width: 561px;
  height: 299px;
  background-color: #fff;
  bottom: 0;
  border-radius: 15px 15px 0 0;
  padding: 0 20px;
}
.banner2 .bannerContent .bannerText .titleE {
  /* width: 120px; */
  height: 21px;
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #479c26;
  margin-top: 42px;
  /* line-height: 257px; */
}
.banner2 .bannerContent .bannerText .titleH {
  /* width: 145px; */
  height: 27px;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-top: 21px;
  /* line-height: 257px; */
}
.banner2 .bannerContent .bannerText .text {
  margin-top: 41px;
  width: 323px;
  height: 110px;
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 24px;
}
.editBox {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  width: 38px;
  height: 110px;
  /* background-color: #479c26; */
  top: 152px;
  left: 454px;
}
.editBox img {
  height: 38px;
  width: 38px;
}
.commodityBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 42px;
}
.commodity {
  position: relative;
  width: 380px;
  height: 465px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px #cfd0d1;
  border-radius: 10px;
  margin-bottom: 30px;
}
.commodity img {
  width: 380px;
  height: 254px;
}
.commodityContent {
  margin: 22px 30px 0 24px;
}
.commodityName {
  /* width: 129px; */
  /* height: 17px; */
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
}
.commodityContent .text {
  margin-top: 22px;
}
.commodityContent .text .textIcon {
  display: inline-block;
  width: 3px;
  height: 12px;
  /* line-height: 12px; */
  background: #258de8;
  margin-right: 7px;
}
.commodityContent .text .textTitle {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #222222;
  /* line-height: 28px; */
}
.commodityContent .text .contentText {
  font-size: 12px;
  color: #939aa2;
}
.btnBox {
  position: absolute;
  bottom: 25px;
  right: 30px;
}
.btnBox .myBtn4 {
  width: 96px;
  height: 33px;
  line-height: 33px;
  background: #258de8;
  border-radius: 4px;
}
.banner3 {
  width: 100%;
  height: 200px;
  margin-bottom: 63px;
  background: url(../img/images/banner3.png) no-repeat;
  background-size: 100% 100%;
}
.layui-carousel a{
  height: 100%;
  width: 100%;
}
.layui-carousel img{ 
  height: 100%;
  width: 100%;
}