.ssl-programme {
  height: auto;
  margin: 0 auto;
  padding-top: 94px;
  padding-bottom: 94px;
}

@media screen and (max-width: 1400px) {
  .ssl-programme {
    width: 960px;
  }
}

@media screen and (min-width: 1400px) {
  .ssl-programme {
    width: 1200px;
  }
}

.ssl-programme > h3.title {
  width: 100%;
  height: auto;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  text-align: center;
  cursor: default;
}

.ssl-programme > h3.title > span {
  font-size: 30px;
  color: #0276FE;
}

.ssl-programme > div.programme_box {
  width: 100%;
  height: auto;
  margin-top: 35px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.ssl-programme > div.programme_box > div.programme_box_item {
  width: 24%;
  height: auto;
}

.ssl-programme > div.programme_box > div.programme_box_item > img {
  width: 100%;
  height: auto;
  display: block;
}

.ssl-programme > div.programme_box > div.programme_box_item > h3.title {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #1D5EE5;
  line-height: 20px;
  margin: 16px 0 10px;
  cursor: default;
}

.ssl-programme > div.programme_box > div.programme_box_item > div.describe {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  cursor: default;
}

@media screen and (max-width: 1400px) {
  .ssl-programme > div.programme_box > div.programme_box_item > div.describe {
    height: 90px;
  }
}

@media screen and (min-width: 1400px) {
  .ssl-programme > div.programme_box > div.programme_box_item > div.describe {
    height: 68px;
  }
}

.ssl-programme > div.programme_box > div.programme_box_item > div.btn_class {
  width: 104px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #FF7124;
  color: #FF7124;
  font-weight: 400;
  font-size: 12px;
  margin-top: 16px;
  padding-left: 20px;
  box-sizing: border-box;
  cursor: default;
  background-image: url('https://zyprogram.xinchacha.com/zyyx/cheng.png');
  background-size: auto 8px;
  background-position: 90% 56%;
  background-repeat: no-repeat;
}


.ssl-programme > div.programme_box > div.programme_box_item > div.btn_class:hover {
  background: #FF7124;
  color: #FFFFFF;
  background-image: url('https://zyprogram.xinchacha.com/zyyx/bai.png');
  background-size: auto 8px;
  background-position: 90% 56%;
  background-repeat: no-repeat;
  
}


.banner1{
	width: 100%;
	height: auto;
}

.banner1 img{
	width: 100%;
	height: auto;
	display: block;
}