.flash-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flash-hero {
  height: auto;
}
.flash-hero .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flash-hero .flash-hero-inner {
  width: 540px;
}
.flash-hero .flash-hero-inner h1,
.flash-hero .flash-hero-inner h3,
.flash-hero .flash-hero-inner p {
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.flash-hero .flash-hero-inner h1 {
  font-size: 55px;
  margin-bottom: 30px;
}

.flash-hero .flash-hero-inner h1 span {
  color: #1294CB;
}

.flash-hero .flash-hero-inner h3 {
  font-size: 30px;
  margin-bottom: 46px;
}
.flash-hero .flash-hero-inner p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  letter-spacing: normal;
}
.flash-hero .flash-hero-inner button {
  margin-top: 40px;
  padding: 13px 26px;
  border: 2px solid #008FC9;
  border-radius: 30px;
  background-color: #FFF;
  color: #008FC9;
  font-size: 20px;
}
.flash-hero .flash-hero-inner button a {
  color: #008FC9;
  font-size: 20px;
}
.flash-section .inner {
  padding-top: 60px;
  padding-bottom: 30px;
}
.flash-section h1,
.flash-section p {
  color: #000;
}
.flash-section h1 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}
.flash-section p {
  font-size: 18px;
  line-height: 2.2;
  text-indent: 2em;
}
.flash-section a img.cover {
  max-width: 100%;
  transition: all 0.6s;
}
.flash-section a:hover img.cover {
  transform: scale(1.1);
}
.flash-special {
  background-color: #EEEDEC;
}
.flash-special .inner {
  position: relative;
}
.flash-special .intro {
  position: absolute;
  top: 260px;
  right: 0px;
}
.flash-special-items {
  margin-top: 60px;
}
.flash-special-items ul,
.flash-special-items ul li {
  list-style: none;
  margin: 0;
}
.flash-special-items ul {
  width: 760px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flash-special-items ul li {
  width: 376px;
  height: 106px;
  padding: 22px 22px;
  margin-bottom: 50px;
  background-color: #FFF;
  border: 2px solid #008DC8;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
}
.flash-special-items ul li.li2 {
  width: 340px;
}
.flash-special-items ul li img {
  display: inline-block;
  overflow: hidden;
  margin-right: 28px;
}

.flash-video h1 {
  font-size: 42px;
  margin-bottom: 56px;
  font-weight: 400;
  text-align: center;
  color: #282828;
}
.flash-video .video-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flash-video .video-list .video-item {
  width: 356px;
  border-radius: 12px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.flash-video .video-list .video-item .video-intro {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.flash-video .video-list .video-item .video-intro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flash-video .video-list .video-item .video-mask {
  position: absolute;
  left: 0;
  top: 0;
}
.flash-video .video-list .video-item .video-play {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 88;
}
.flash-workflow {
  position: relative;
}
.flash-workflow .workflow-intro {
  width: 100%;
  padding: 60px 0 20px 0;
}
.flash-workflow .workflow-intro img {
  width: 100%;
  overflow: hidden;
}
.flash-reform {
  background-color: #efeeec;
}
.flash-reform .flash-reform-intro {
  margin-top: 50px;
  background-color: #fff;
  padding: 40px 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flash-reform .flash-reform-intro .reform-left {
  width: 380px;
  /* display: flex;
  flex-direction: column; */
}
.flash-reform .flash-reform-intro .reform-left h4 {
  font-weight: 400;
  font-size: 22px;
  color: #006FC0;
  margin-bottom: 10px;
}
.flash-reform .flash-reform-intro .reform-left .item {
  color: #020202;
  font-size: 20px;
  text-align: center;
}
.flash-reform .flash-reform-intro .reform-left .item img {
  width: 378px;
  margin-bottom: 14px;
  display: block;
  border-radius: 12px;
}
.flash-reform .flash-reform-intro .reform-left .item {
  margin-bottom: 24px;
}
.flash-reform .flash-reform-intro .reform-right {
  margin-top: 40px;
  width: 540px;
  max-height: 510px;
  background-color: #e9f0f5;
  padding-top: 60px;
  padding-left: 84px;
}
.flash-reform .flash-reform-intro .reform-right ul {
  margin-bottom: 30px;
}
.flash-reform .flash-reform-intro .reform-right ul h4 {
  color: #0067BE;
  font-size: 22px;
}
.flash-reform .flash-reform-intro .reform-right ul li {
  font-size: 18px;
  color: #000;
  padding: 10px 0;
  list-style-type: disc;
  margin-left: 18px;
  padding-left: 6px;
}

.flash-case h1 {
  margin-bottom: 60px;
}

.flash-case .case-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flash-case .case-list .case-item {
  width: 356px;
  border-radius: 12px;
}
.flash-case .case-list .case-item .case-cover {
  width: 100%;
  max-height: 210px;
  overflow: hidden;
  border-radius: 12px;
}
.flash-case .case-list .case-item .case-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flash-case .case-list .case-item .case-title {
  font-size: 18px;
  padding: 30px 0;
  text-align: center;
}
.flash-case a {
  color: #000;
  text-decoration: none;
}
