@import "/material/web_2021/css/new_2021_public.css";
@import "/material/web_2021/css/swiper.min.css";
.w1350 {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

body {
  background: #F9FCFF;
}

.plate-title {
  text-align: center;
  max-width: 1054px;
  width: 100%;
  height: 97px;
  background: url("../images/6.png") no-repeat center center;
  margin: 0 auto;
  line-height: 97px;
  font-size: 40px;
  font-weight: bold;
  color: #059884;
}

.facts-header {
  width: 100%;
  box-sizing: border-box;
  padding: 35px 0 0;
  background: url("../images/facts-header-banner.png") no-repeat center top;
  height: 594px;
}
.facts-header .logo {
  display: inline-block;
}
.facts-header .logo img {
  max-width: 100%;
}
.header-layout{
	display: flex;
	justify-content: space-between;
}
.header-layout .header-right {
  display: flex;
  align-items: center;
  border-radius: 15px;
  background: linear-gradient(180deg, #00777800 0%, #51bacf 49%, #17a5bd00 100%);
  box-sizing: border-box;
  border: 1px solid #47a9cb;
  height: 34px;
  padding: 6px 17px;
}
.header-layout .header-right a {
  font-size: 16px;
  color: #7D5B3E;
}
.header-layout .header-right li {
  margin-right: 32px;
  position: relative;
}
.header-layout .header-right li:last-child {
  margin-right: 0;
}
.header-layout .header-right li:last-child:after {
  display: none;
}
.header-layout .header-right li:after {
  content: "";
  width: 1px;
  height: 16px;
  display: inline-block;
  position: absolute;
  background: #7D5B3E;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.facts-header .facts-title {
  max-width: 100%;
  display: block;
  margin: 40px auto 0;
}

.facts-main {
  margin-top: -20px;
}

.progress-layout {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 53px 0 0;
  height: 374px;
}
.progress-layout .progress-title {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}
.progress-layout .progress-abstract {
  font-size: 16px;
  color: #999999;
}

.progress-left {
  width: 424px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #F1F7FF;
  padding: 65px 33px 70px;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
}
.progress-left h4 {
  height: 46px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.progress-left p {
  height: 75px;
  text-indent: 2em;
  margin: 30px 0 64px;
  line-height: 25px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.progress-left:hover {
  box-shadow: 0 4px 22px 0 rgba(6, 21, 40, 0.17);
}

.progress-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.progress-col span {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.progress-col .progress-time {
  color: #999999;
}
.progress-col .progress-time img {
  margin-right: 13px;
}
.progress-col .progress-more {
  font-weight: bold;
  color: #059884;
}
.progress-col .progress-more img {
  margin-left: 4px;
}

.progress-right {
  width: calc(100% - 24px - 424px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.progress-right li {
  width: calc((100% - 23px) / 2);
  height: calc((100% - 23px) / 2);
  background: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
}
.progress-right li:hover {
  box-shadow: 0 4px 22px 0 rgba(6, 21, 40, 0.17);
}
.progress-right a {
  box-sizing: border-box;
  display: inline-block;
  padding: 22px 28px;
  width: 100%;
  height: 100%;
}
.progress-right h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.progress-right p {
  line-height: 20px;
  height: 40px;
  margin: 25px 0 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.progress-wrapper {
  box-sizing: border-box;
  padding-bottom: 68px;
}
.progress-wrapper .more {
  display: block;
  margin: 24px auto 0;
  width: 110px;
  height: 40px;
  border-radius: 60px;
  box-sizing: border-box;
  border: 1px solid rgba(23, 97, 193, 0.149);
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #059884;
}

.survey-container {
  background: #FFFFFF;
  padding: 65px 0;
}

.survey-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: url("../images/24.png") no-repeat center bottom;
  padding: 0 20px 35px;
  margin-top: 55px;
}
.survey-tabs li {
  width: auto;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
.survey-tabs li img {
  margin-left: 15px;
  display: none;
}
.survey-tabs li.active {
  width: 180px;
  background: #059884;
  color: #FFFFFF;
}
.survey-tabs li.active img {
  display: block;
}

.survey-card .survey-col {
  box-sizing: border-box;
  padding: 43px 57px 35px 49px;
  display: flex;
  /*        &.active {
              display: flex;
          }*/
}
.survey-card .survey-col > img {
  max-width: 606px;
  height: 372px;
  object-fit: cover;
  box-shadow: 0px 0px 11px 1px rgb(65 68 68 / 40%);
}
.survey-card .survey-col .survey-info {
  width: calc(100% - 606px);
  box-sizing: border-box;
  padding: 59px 0 39px 54px;
}
.survey-card .survey-col .survey-info h4 {
  color: #059884;
  font-size: 24px;
  font-weight: bold;
}
.survey-card .survey-col .survey-info p {
  font-size: 20px;
  line-height: 25px;
  color: #333333;
  height: 125px;
  margin: 0px 0 76px;
  text-indent: 2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-align: justify;
}
.survey-card .survey-col .survey-info a {
  width: 120px;
  height: 36px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid rgba(8, 100, 214, 0.15);
  border-radius: 6px;
  color: #059884;
}

.survey-swiper-card {
  box-sizing: border-box;
  background: url("../images/24.png") no-repeat center bottom;
  padding: 0 65px 35px;
  margin-top: 55px;
  position: relative;
}
.survey-swiper-card .swiper-thumbs {
  border-radius: 60px;
}
.survey-swiper-card .swiper-thumbs .swiper-slide {
  height: 96px;
  box-sizing: border-box;
  background: #059884;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding: 33px 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.survey-swiper-card .swiper-thumbs .swiper-slide a{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
.survey-swiper-card .survey-button {
  position: absolute;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  cursor: pointer;
}
.survey-swiper-card .survey-button-prev {
  left: 0;
}
.survey-swiper-card .survey-button-next {
  right: 0;
}

@media screen and (max-width: 1370px) {
  .w1350 {
    width: 1180px;
  }
  .survey-card .survey-col > img {
    max-width: 500px;
  }
  .survey-card .survey-col .survey-info {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1200px) {
  .w1350 {
    width: 1024px;
  }
  .progress-left {
    width: 355px;
  }
  .progress-right {
    width: calc(100% - 355px - 24px);
  }
  .survey-tabs {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .survey-tabs li {
    width: 130px;
  }
  .survey-card .survey-col .survey-info {
    padding-left: 28px;
  }
}
@media screen and (max-width: 1044px) {
  .w1350 {
    width: 750px;
  }
  .progress-layout {
    flex-direction: column;
    height: auto;
  }
  .progress-left {
    width: 100%;
    padding: 30px;
  }
  .progress-left p {
    margin: 20px 0;
  }
  .progress-right {
    width: 100%;
  }
  .progress-right li {
    margin-top: 20px;
  }
  .survey-card .survey-col {
    flex-direction: column;
    padding: 30px;
  }
  .survey-card .survey-col > img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .survey-card .survey-col .survey-info {
    width: 100%;
    padding: 20px 0;
  }
  .survey-card .survey-col .survey-info p {
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .w1350 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .facts-header {
    height: auto;
    padding-bottom: 100px;
  }
  .facts-main {
    margin-top: 0;
    box-sizing: border-box;
    padding-top: 20px;
  }
  .survey-container {
    padding-bottom: 30px;
  }
  .progress-wrapper {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 616px) {
  .progress-right li {
    width: 100%;
  }
  .survey-tabs li.active {
    color: #059884;
    width: 130px;
    background: transparent;
  }
  .survey-tabs li.active img {
    display: none;
  }
  .survey-button-col {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .survey-swiper-card {
    padding: 0 0 35px;
  }
  .survey-swiper-card .survey-button {
    position: relative;
    top: auto;
    transform: translateY(0);
    left: auto;
    right: auto;
    margin: 0 10px;
  }
  .survey-swiper-card .swiper-thumbs .swiper-slide {
    height: auto;
    padding: 20px;
  }
}
@media screen and (max-width: 420px) {
  .survey-tabs li {
    width: 118px;
  }
  .survey-tabs li.active {
    width: 118px;
  }
}
