﻿.programme {
  background: url("/index/img/programme.png") no-repeat;
  background-size: 100% 260px;
  padding-bottom: 100px;
}
.programme .tit {
  color: #ffffff;
}
.programme .sub_tit {
  color: #ffffff;
}
.product {
  background: #f8fcff;
}
.product_box {
  display: flex;
  width: 227px;
  height: 94px;
  line-height: 94px;
  margin-top: 24px;
  background: #ffffff;
  box-shadow: 2px 3px 9px rgba(46, 129, 231, 0.16);
  /*box-shadow: 2px 5px 9px #c4e4ff;*/
  font-weight: 500;
  color: #333333;
}
.product_img {
  width: 50px;
  margin: 22px 24px 0 40px;
}
.banner_bg_tit {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 130px;
  left: 0;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.banner_bg_ftit {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 200px;
  left: 0;
  font-size: 20px;
  color: #ffffff;
}
