html,
body,
#app {
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

body {
  background-color: #ffebc2;
}

#app {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1200px;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1000px;
  width: 100%;
  background-image: url(/uploads/image/images/yqfk_banner.png);
  background-size: 1920px 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.head .head-wrap {
  width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.head .head-wrap .head-url {
  width: 232px;
  height: 80px;
  margin: 118px 0 0 50px;
}

.building {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.building .building-wrap {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.building .building-wrap-content {
  margin: 52px 0 0 0;
  padding: 35px 50px;
  width: 1100px;
  height: 580px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/uploads/image/images/yqfk_title_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-family: microsoftyahei;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.building .building-wrap-content .building-wrap-text {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  text-indent: 2em;
  line-height: 40px;
}

.mt-5 {
  margin-top: 5px;
}

.activity-wrap {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.activity-wrap .activity-wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 1200px;
  padding: 0 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.activity-wrap .activity-wrap-box .activity-wrap-item {
  margin: 20px 10px 0;
  width: 245px;
  height: 390px;
  padding: 21px 17px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/uploads/image/images/yqfk_list_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.activity-wrap .activity-wrap-box .activity-wrap-item .activity-wrap-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.activity-wrap .activity-wrap-box .activity-wrap-item .activity-item-img {
  width: 203px;
  height: 250px;
  background-color: #c50303;
}

.activity-wrap .activity-wrap-box .activity-wrap-item .activity-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity-wrap .activity-wrap-box .activity-wrap-item .activity-item-name {
  margin-top: 10px;
  display: flex;
  justify-content:center;
  align-items:center;
  font-family: microsoftyahei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}

.activity-wrap .activity-wrap-box .activity-wrap-item .activity-item-work {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #c80004;
}

.activity-wrap .activity-wrap-box .activity-wrap-item .activity-item-footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.activity-wrap .activity-wrap-box .activity-wrap-item .activity-item-footer .activity-item-footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          cursor: pointer;
}

.activity-wrap .activity-wrap-box .activity-wrap-item .activity-item-footer .activity-item-footer-box img {
  width: 23px;
  height: 27px;
  margin-right: 8px;
}

.activity-wrap .activity-wrap-box .activity-wrap-item .activity-item-footer .activity-item-footer-box div {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}

.activity-wrap .mt-53 {
  margin-top: 53px;
}

.activity-wrap .pd-190 {
  padding: 0 190px;
}

.activity-wrap .pd-82 {
  padding: 0 82px;
}

.mt-68 {
  margin-top: 68px;
}

.mt-101 {
  margin-top: 101px;
}

.mt-40 {
  margin-top: 40px;
}

.w-1109 {
  width: 1109px !important;
}

.footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 150px;
  width: 100%;
  height: 200px;
  background-color: #e2000c;
}

.footer .footer-content {
  margin-top: 71px;
  font-family: microsoftyahei-bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 3px;
  color: #fbf6ef;
}

.guide-box {
  width: 1200px;
  height: 100px;
}

.second-title {
  width: 145px;
  height: 30px;
}

.cursor {
  cursor: pointer;
}
/*# sourcemappingurl=yqfk.css.map */