@charset "utf-8";
/*********标准文字*********/
/************标准title***************/
/*************标题背景英文字体******************/
/**************标题背景中文字体********************/
/**************板块中标题*****************/
/*************小村题******************/
.font-title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
}
.font-title-1 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 28px;
  color: #555;
}
.font-title-2 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 24px;
  color: #555;
  font-weight: bold;
}
.font-title-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #555;
  font-weight: bold;
}
.font-content {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
}
.font-content-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 18px;
  color: #939393;
}
.font-content-4 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 16px;
  color: #939393;
}
.programme-info {
  display: flex;
  flex-direction: row;
  margin: 4rem auto;
  width: 1200px;
}
.programme-info .text {
  background-image: url(images/openPlatform/picture-4.jpg);
  color: #fff;
  padding: 4%;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
  width: 50%;
}
.programme-info .tip {
  background: #fff;
  width: 65px;
  height: 6px;
}
.support-info {
  display: flex;
  justify-content: space-between;
  width: 1200px;
}
.support-info .support-center {
  padding: 60px 45px 20px;
}
.support-info .support-title {
  font-size: 26px;
  color: #404040 ;
  font-weight: 500;
  margin-bottom: 20px;
}
.support-info .support-subtitle {
  display: flex;
  justify-content: space-between;
  color: #888888;
  margin-bottom: 12px;
  font-size: 18px;
}
.support-info .support-subtitle div {
  width: 50%;
  text-align: left;
}
.support-info .support-subtitle .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #297AFF;
  display: inline-block;
  text-align: center;
  margin: 4px 10px 4px 0px;
}
.function-info {
  margin-top: 72px;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 1200px;
  text-align: left;
}
.function-info img {
  width: 50%;
  position: relative;
}
.function-info .function-info-img {
  position: absolute;
  width: 202px;
  height: 397px;
}
.function-info .function-center {
  padding: 100px 45px 20px;
  width: 50%;
}
.function-info .function-title {
  font-size: 26px;
  color: #404040 ;
  font-weight: 500;
  margin-bottom: 20px;
}
.function-info .function-subtitle {
  display: flex;
  justify-content: space-between;
  color: #888888;
  margin-bottom: 12px;
  font-size: 18px;
}
.function-info .function-subtitle div {
  width: 50%;
  text-align: left;
}
.function-info .function-subtitle .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #297AFF;
  display: inline-block;
  text-align: center;
  margin: 4px 10px 4px 0px;
}
