[class$="page"] {
  padding-top: 110px;
}
.img-m {
  position: relative;
}
.img-m img {
  width: 100%;
  display: block;
}
.button {
  color: #fff;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 50px;
  background: #3c9dff;
  cursor: pointer;
}
.welfare {
  padding-top: 110px;
}
.welfare .banner-title {
  text-align: center;
  top: 75%;
  left: 30%;
}
.welfare .banner-title h2 {
  font-size: 36px;
  font-weight: lighter;
  text-align: center;
  color: #fff;
  line-height: 55px;
  margin: 30px 0 25px 0;
}
.welfare .banner-title a {
  display: block;
  width: 240px;
  height: 60px;
  background: -webkit-linear-gradient(-180deg, #e36000, #f9b000);
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
}
.welfare .product-banner {
  width: 100%;
  position: relative;
  min-width: 1200px;
}
.welfare .product-banner > img {
  width: 100%;
}
.welfare .product-banner .banner-desc {
  position: absolute;
  top: 48%;
  left: 24%;
  line-height: 1.4;
  font-size: 25px;
  color: #828384;
}
.welfare .product-banner .banner-desc span {
  color: #e46a14;
  font-size: 25px;
}
.welfare .product-title {
  text-align: center;
  font-size: 34px;
  color: #333;
}
.welfare .product-title .title-en {
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: lighter;
}
.welfare .difficult {
  background: url("/static/cn/img/product/welfare/difficult.png") no-repeat;
  width: 100%;
  height: 845px;
  min-width: 1200px;
}
.welfare .true {
  background: url("/static/cn/img/product/welfare/welfare-list.png") no-repeat;
  width: 100%;
  height: 668px;
  position: relative;
  color: #fff;
  min-width: 1200px;
}
.welfare .true h3 {
  color: #fff;
}
.welfare .true .true-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24%;
  width: 616px;
}
.welfare .true .true-content ul {
  width: 100%;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.welfare .true .true-content ul li {
  font-size: 12px;
  font-weight: bold;
  width: 134px;
  text-align: center;
  margin-bottom: 25px;
}
.welfare .true .true-content ul li:nth-of-type(4n) {
  margin-right: 0;
}
.welfare .true .true-content ul li .img-content {
  width: 76px;
  height: 76px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 6px auto;
  position: relative;
}
.welfare .true .true-content ul li .img-content p {
  width: 40px;
  height: 37px;
  background: url('/static/cn/img/product/welfare/welfare-icons.png');
}
.welfare .true .true-content ul li p a {
  color: #fff;
}
.welfare .true .true-content ul li:nth-of-type(2) .img-content p {
  background-position: 14% center;
}
.welfare .true .true-content ul li:nth-of-type(3) .img-content p {
  background-position: 28% center;
}
.welfare .true .true-content ul li:nth-of-type(4) .img-content p {
  background-position: 44% center;
}
.welfare .true .true-content ul li:nth-of-type(5) .img-content p {
  background-position: 59% center;
}
.welfare .true .true-content ul li:nth-of-type(6) .img-content p {
  background-position: 73% center;
}
.welfare .true .true-content ul li:nth-of-type(7) .img-content p {
  background-position: 87% center;
}
.welfare .true .true-content ul li:nth-of-type(8) .img-content p {
  background-position: 100% center;
  width: 31px;
}
.welfare .why {
  min-width: 1200px;
  padding-top: 25px;
  height: 757px;
}
.welfare .why .why-content {
  margin-top: 40px;
}
.welfare .why .why-content ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.welfare .why .why-content ul li {
  width: 380px;
  height: 490px;
}
.welfare .why .why-content ul li .first img {
  width: 100%;
  height: 281px;
}
.welfare .why .why-content ul li .first .why-text {
  position: relative;
  height: 211px;
  background: #f9f8f6;
}
.welfare .why .why-content ul li .first .why-text img {
  height: 63px;
  width: 63px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15%;
}
.welfare .why .why-content ul li .first .why-text h3 {
  color: #e46400;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
}
.welfare .why .why-content ul li .first .why-text h3:first-of-type {
  padding-top: 42px;
}
.welfare .why .why-content ul li .first .why-text p:first-of-type {
  margin-top: 10px;
  padding: 0 20px;
  font-size: 12px;
}
.welfare .why .why-content ul li .first .why-text p:last-of-type {
  position: relative;
}
.welfare .why .why-content ul li .first .why-text p:last-of-type:after {
  content: '';
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: -webkit-linear-gradient(-180deg, #e36000, #f9b000);
}
.welfare .scene {
  position: relative;
  background: #f9f8f6;
  width: 100%;
  min-width: 1200px;
  height: 714px;
  margin-top: 132px;
}
.welfare .scene > img {
  position: absolute;
  width: 100%;
}
.welfare .scene .scene-content {
  top: 130px;
  width: 100%;
}
.welfare .change {
  position: relative;
  min-width: 1200px;
  height: 621px;
}
.welfare .change > img {
  position: absolute;
  width: 100%;
}
.welfare .change .change-content .content-list {
  width: 100%;
  background: #fff;
  padding: 50px 60px;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 42px;
}
.welfare .change .change-content .content-list .list-title {
  position: relative;
  font-size: 24px;
  color: #333;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.welfare .change .change-content .content-list .list-title:before {
  content: '';
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 21px;
  background: url("/static/cn/img/product/welfare/icons.png") no-repeat;
}
.welfare .change .change-content .content-list .list-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 432px;
  height: 1px;
  background: url("/static/cn/img/product/welfare/title-back.png") no-repeat;
}
.welfare .change .change-content .content-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.welfare .change .change-content .content-list ul li {
  position: relative;
  width: 50%;
  padding-left: 20px;
}
.welfare .change .change-content .content-list ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
.welfare .change .change-content .content-list ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  background: #eb641b;
  border-radius: 50%;
}
.welfare .change .change-content .content-list .company-list {
  width: 50%;
}
.welfare .change .change-content .content-list .company-list .list-title:before {
  background-position: 100% center;
}
.welfare .change .change-content .content-list .employee-list {
  width: 50%;
}
.welfare .change .change-content .content-list .employee-list .list-title:before {
  background-position: 0 center;
}
.welfare .change .change-content .content-list .employee-list ul li {
  width: 100%;
}
.welfare .reason {
  min-width: 1200px;
  width: 100%;
  height: 751px;
  background: #f5f5f5;
  padding: 94px 0;
}
.welfare .reason .reason-content {
  margin-top: 120px;
}
.welfare .reason .reason-content ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.welfare .reason .reason-content ul li {
  width: 388px;
  height: 355px;
  background: #fff;
  position: relative;
}
.welfare .reason .reason-content ul li .first {
  height: 100%;
  width: 100%;
  text-align: center;
}
.welfare .reason .reason-content ul li .first .change-img {
  background: url("/static/cn/img/product/welfare/reason-icons.png") no-repeat;
  height: 99px;
  width: 98px;
  margin: 24px auto 40px auto;
}
.welfare .reason .reason-content ul li .first h3 {
  font-size: 24px;
  color: #333;
  margin: 15px 0;
}
.welfare .reason .reason-content ul li .first p {
  font-size: 14px;
  color: #666;
  font-weight: lighter;
}
.welfare .reason .reason-content ul li:nth-of-type(2) .change-img {
  background-position: 50% center;
}
.welfare .reason .reason-content ul li:last-of-type .change-img {
  background-position: 100% center;
}
.welfare .partner {
  min-width: 1200px;
  width: 100%;
  height: 840px;
  padding: 70px 0;
  position: relative;
}
.welfare .partner .partner-content {
  margin-top: 60px;
}
.welfare .partner .swiper-container .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.welfare .partner .swiper-container .swiper-slide ul li {
  width: 252px;
  height: 119px;
  box-shadow: 0 0 24px rgba(94, 94, 94, 0.16);
  margin-bottom: 65px;
  position: relative;
}
.welfare .partner .swiper-container .swiper-slide ul li:nth-of-type(5),
.welfare .partner .swiper-container .swiper-slide ul li:nth-of-type(6),
.welfare .partner .swiper-container .swiper-slide ul li:nth-of-type(7),
.welfare .partner .swiper-container .swiper-slide ul li:nth-of-type(8) {
  margin: 0;
}
.welfare .partner .swiper-button-prev,
.welfare .partner .swiper-container-rtl .swiper-button-next {
  background-image: url('/static/cn/img/product/welfare/left-hover.png');
}
.welfare .partner .swiper-button-next,
.welfare .partner .swiper-container-rtl .swiper-button-prev {
  background-image: url('/static/cn/img/product/welfare/right-hover.png');
}
.welfare .partner .swiper-button-next,
.welfare .partner .swiper-button-prev {
  width: 41px;
  height: 64px;
  background-size: cover;
}
.welfare .partner .welfare-form {
  margin-top: 120px;
}
.welfare .bottom {
  width: 100%;
  min-width: 1200px;
  height: 520px;
  background: url('/static/cn/img/product/welfare/bottom.png');
}
