.fwfw {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  font-family: Arial,Microsoft YaHei;
}
.fwfw .sycontent {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fwfw .sycontent .title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 50px;
}
.fwfw .sycontent .desc {
  width: 85%;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
  color: #606266;
  text-align: left;
  text-indent: 2em;
}
.fwfw .sycontent .fwfw1 {
  margin-bottom: 40px;
  width: 1900px;
  display: flex;
  justify-content: center;
  padding: 40px 14% 0;
  flex-wrap: wrap;
  align-content: center;
}
.fwfw .sycontent .fwfw1 .card {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  height: 250px;
  /* width: 18%; */
  flex-direction: column;
  align-content: center;
}
.fwfw .sycontent .fwfw1 .card .description {
  width: 300px;
  height: 40px;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.99) 49%, rgba(228, 234, 253, 0) 100%);
  opacity: 0.8;
  padding-left: 30px;
  margin-top: -70px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-family: MiSans;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
}
.fwfw .sycontent .fwfw1 .card .num {
  line-height: 60px;
}
.fwfw .sycontent .fwfw1 .card img {
  width: 410px;
  height: 230px;
}
.fwfw .sycontent .fwfw1 .card .text {
  font-size: 13px;
}
.fwfw .sycontent .fwfw1 .card.style1 img {
  width: 625px;
  height: 230px;
}
.fwfw .sycontent .fwfw2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fwfw .sycontent .fwfw2 .bg {
  width: 1900px;
  background-color: #F5F9FA;
  padding: 0 14% 50px;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fwfw .sycontent .fwfw2 .bg .desc-wrapper {
  display: flex;
  margin-top: 20px;
}
.fwfw .sycontent .fwfw2 .bg .desc-wrapper .desc {
  display: flex;
  align-items: flex-start;
  width: 60%;
  margin: 0;
  line-height: 35px;
}
.ywtg {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  font-family: Arial,Microsoft YaHei;
}
.ywtg .sycontent {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ywtg .sycontent .title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.ywtg .sycontent .desc {
  width: 98%;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
  color: #606266;
  text-align: left;
  text-indent: 2em;
  line-height: 35px;
}
.ywtg .sycontent .fabj {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ywtg .sycontent .khtd {
  margin: 50px 0;
  width: 1900px;
  height: 420px;
  display: flex;
  flex-direction: column;
  padding: 0 188px;
  background-color: #F5F9FA;
}
.ywtg .sycontent .khtd .card {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 10px;
  width: 285px;
}
.ywtg .sycontent .khtd .card .num {
  font-size: 24px;
  color: #333333;
  line-height: 60px;
}
.ywtg .sycontent .khtd .card img {
  width: 40px;
  height: 40px;
  margin: 10px;
}
.ywtg .sycontent .khtd .card .text {
  font-size: 14px;
  color: #888888;
  padding: 10px;
}
.ywtg .sycontent .ys {
  margin-top: 50px;
  width: 1900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 270px;
  background-color: #F5F9FA;
}
.ywtg .sycontent .ys .ys-ver {
  margin-bottom: 30px;
}
.ywtg .sycontent .ys .card {
  display: flex;
  padding: 10px;
  width: 1344px;
  margin-bottom: 40px;
}
.ywtg .sycontent .ys .card img {
  width: 308px;
  height: 180px;
  margin: 10px;
}
.ywtg .sycontent .ys .card .img1 {
  margin-right: 30px;
}
.ywtg .sycontent .ys .card .img3 {
  margin-right: 30px;
}
.ywtg .sycontent .ys .card .text {
  color: #606266;
}
.ywtg .sycontent .ys .card .text .text0 {
  margin-top: 10px;
  font-size: 18px;
}
.ywtg .sycontent .ys .card .text .text1 {
  color: #606266;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  text-indent: 2em;
  white-space: pre-line;
}
.ywtg .sycontent .ys .card:nth-of-type(2n-1) {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.szhfw {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  font-family: Arial,Microsoft YaHei;
}
.szhfw .sycontent {
  width: 67%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.szhfw .sycontent .title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.szhfw .sycontent .desc {
  width: 85%;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  text-indent: 2em;
}
.szhfw .sycontent .szhfwtd {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.szhfw .sycontent .szhfwtd .card {
  text-align: center;
}
.szhfw .sycontent .szhfwtd .card img {
  width: 100px;
  height: 100px;
}
.szhfw .sycontent .szhfwtd .card.card:hover img {
  position: relative;
  webkit-animation: jump 0.8s;
  animation: jump 0.8s;
}
.szhfw .sycontent .szhfwtd .card .text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
}
.szhfw .sycontent .ywcj {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.szhfw .sycontent .ywcj .card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.szhfw .sycontent .ywcj .card img {
  margin-top: 20px;
  width: 850px;
  height: auto;
}
.szhfw .sycontent .ywcj .card .text2 {
  font-size: 18px;
  font-weight: 400;
  color: #606266;
  padding: 0 30px;
  line-height: 35px;
}
.hidden {
  display: none;
}
/*# sourceMappingURL=fwfw.css.map */