.section .wrap {
  width: 1720px;
  max-width: 90%;
  margin: 159px auto 124px;
}
.section .wrap .item {
  padding: 0 0 80px 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .wrap .item:not(:last-child) {
  margin: 0 0 80px 0;
}
.section .wrap .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.section .wrap .item .introduce {
  width: 839px;
}
.section .wrap .item .introduce span {
  font-size: 28px;
  font-family: PingFangSC-Semibold;
  color: #333333;
  display: block;
  margin: 0 0 29px 0;
}
.section .wrap .item .introduce .pick {
  font-size: 20px;
  font-family: PingFangSC-Light;
  line-height: 40px;
  color: #999999;
  font-weight: 100;
  margin: 0 0 100px 0;
}
.section .wrap .item .introduce .more {
  width: 220px;
  height: 46px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFangSC-Light;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  transition: 0.7s;
}
.section .wrap .item .introduce .more:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #FFDC5A 0%, #FFB92C 100%);
  border-radius: 23px;
  z-index: -1;
  transition: 0.7s;
}
.section .wrap .item .introduce .more:hover:after {
  opacity: 0;
}
.section .wrap .item .introduce .more:hover {
  background: #000;
}
.section .wrap .item .images {
  width: 41.66666667vw;
}
.section .wrap .item .images img {
  transition: 1s;
}
.section .wrap .item .images img:hover {
  transform: scale(1.02);
}
.page {
  background: #F5F5F5;
}
.page .wrap {
  width: 1460px;
  margin: 76px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 90%;
}
.page .wrap .images {
  width: 350px;
  height: 388px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .wrap .content {
  width: 726px;
}
.page .wrap .content span {
  font-size: 36px;
  font-family: PingFangSC-Semibold;
  color: #333333;
  display: block;
  margin: 0 0 39px 0;
}
.page .wrap .content .pick {
  font-size: 20px;
  font-family: PingFangSC-Regular;
  color: #333333;
  font-weight: 200;
}
.page .wrap .content .pick p:not(:last-child) {
  margin: 0 0 18px 0;
}
.page .wrap .content .click {
  margin: 41px 0 0 0;
  width: 350px;
  height: 39px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  transition: 1s;
}
.page .wrap .content .click:after {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(135deg, #FFDA57 0%, #FFBB2F 100%);
  border-radius: 12px;
  transition: 1s;
}
.page .wrap .content .click:hover {
  border: 2px solid #FDD000;
  color: #7E7E7E;
}
.page .wrap .content .click:hover:after {
  opacity: 0;
}
.page .wrap .content .click.on {
  border: 2px solid #FDD000;
  color: #7E7E7E;
}
.page .wrap .content .click.on:after {
  opacity: 0;
}
.page .wrap .content .click.on:hover {
  border: 2px solid transparent;
  color: #FFFFFF;
}
.page .wrap .content .click.on:hover:after {
  opacity: 1;
}
.page.copy .wrap .content {
  width: fit-content;
}
.page2 .wrap {
  width: 1720px;
  margin: 80px auto 118px;
}
.page2 .wrap .title {
  font-size: 42px;
  font-family: PingFangSC-Medium;
  color: #333333;
  margin: 0 0 88px 0;
  text-align: center;
}
.page2 .wrap .content {
  display: flex;
  justify-content: center;
}
.page2 .wrap .content .item {
  width: 400px;
}
.page2 .wrap .content .item:not(:last-child) {
  margin: 0 40px 0 0;
}
.page2 .wrap .content .item .headline {
  display: flex;
  align-items: center;
  margin: 0 0 25px 0;
}
.page2 .wrap .content .item .headline img {
  margin: 0 20px 0 0;
}
.page2 .wrap .content .item .headline p {
  font-size: 26px;
  font-family: PingFangSC-Medium;
  color: #333333;
}
.page2 .wrap .content .item .text {
  font-size: 15px;
  font-family: PingFangSC-Light;
  line-height: 36px;
  color: #333333;
  font-weight: 200;
}
.page3 {
  background: #F5F5F5;
}
.page3 .wrap {
  margin: 91px auto 78px;
  max-width: 90%;
}
.page3 .wrap .title {
  text-align: center;
  font-size: 42px;
  font-family: PingFangSC-Medium;
  color: #333333;
  margin: 0 0 91px 0;
}
.page3 .wrap .images {
  width: 1630px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.page4 .wrap {
  width: 1720px;
  margin: 100px auto 210px;
}
.page4 .wrap .title {
  font-size: 50px;
  font-family: PingFangSC-Regular;
  color: #000000;
  margin: 0 0 83px 0;
  text-align: center;
}
.page4 .wrap .content {
  width: calc(100% + 350px);
  display: flex;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.page4 .wrap .content .swiper_4{
  /* width: calc(100% - 80px); */
  width: calc(80% - 80px);
}
.page4 .wrap .content .swiper-slide{
  padding: 50px 0;
}
.page4 .wrap .content .item {
  /* width: calc(550px + 80px);
  height: calc(715px + 80px); */
  /* width: calc(500px + 80px); */
  width: 100%;
  height: calc(650px + 80px);
  cursor: pointer;
  margin: 0 auto;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page4 .wrap .content .item .joke{
  /* width: 550px;
  height: 715px; */
  width: 90%;
  /* height: 650px; */
  height: 80%;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  /* padding: 50px 80px 49px 80px; */
  padding: 50px 60px 49px 60px;
  border-radius: 80px;
  transition: 1s;
}
.page4 .wrap .content .item:not(:last-child) {
  margin: 0 35px 0 0;
}
.page4 .wrap .content .item .images {
  /* width: 360px;
  height: 334px; */
  /* width: 300px; */
  width: 250px;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto 50px;
}
.page4 .wrap .content .item .images img {
  transition: 2s;
}
.page4 .wrap .content .item .text {
  text-align: center;
}
.page4 .wrap .content .item .text span {
  font-size: 20px;
  font-family: PingFangSC-Medium;
  color: #333333;
  display: block;
  margin: 0 0 21px 0;
}
.page4 .wrap .content .item .text p {
  font-size: 15px;
  font-family: PingFangSC-Regular;
  line-height: 50px;
  color: #CCCCCC;
  height: 100px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page4 .wrap .content .item .text .more {
  /* width: 380px; */
  width: 100%;
  height: 39px;
  /* border: 2px solid #FDD000; */
  border: 2px solid #ffc600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: PingFangSC-Medium;
  color: #7E7E7E;
  margin: 45px auto 0;
  text-transform: uppercase;
  transition: 1s;
  position: relative;
  z-index: 1;
}
.page4 .wrap .content .item .text .more:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #FFDA57 0%, #FFBB2F 100%);
  opacity: 0;
  transition: 1s;
  z-index: -1;
  border-radius: 8px;
}
.page4 .wrap .content .item:hover .joke {
  background: #fff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
}
.page4 .wrap .content .item:hover .more {
  border: 1px solid transparent;
  color: #fff;
}
.page4 .wrap .content .item:hover .more:after {
  opacity: 1;
}
.page4 .wrap .content .item:hover .images img {
  transform: scale(1.05);
}
.copy {
  background: transparent;
}
.copy:nth-child(2n) .page {
  background: #FAFAFA;
}
.copy:nth-child(2n + 1) .wrap {
  flex-direction: row-reverse;
}
.copy.no_space .wrap {
  justify-content: unset;
}
.copy.no_space .wrap .images {
  margin: 0 100px 0 0;
}
.plate_none {
  display: none;
}
.solution_process {
  padding: 0 31px;
  width: fit-content;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: PingFangSC-Medium;
  color: #FFFFFF;
  margin: 0 auto 30px;
  z-index: 1;
  position: relative;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: 1s;
}
.solution_process:after {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #FFDA57 0%, #FFBB2F 100%);
  border-radius: 12px;
  z-index: -1;
  transition: 1s;
}
.solution_process .iconfont {
  font-size: 25px;
  color: #fff;
  margin: 0 0 0 38px;
  transition: 1s;
}
.solution_process:hover {
  border: 2px solid #FDD000;
  color: #7E7E7E;
}
.solution_process:hover:after {
  opacity: 0;
}
.solution_process:hover .iconfont {
  color: #7E7E7E;
}
.process .wrap {
  margin: 140px auto 0;
}
.process .wrap .title {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  margin: 0 0 60px 0;
  text-align: center;
}
.process .wrap .content {
  background: #F5F5F5;
  padding: 50px 0 157px 0;
}
.process .wrap .content .headline {
  font-size: 42px;
  font-family: PingFangSC-Medium;
  color: #333333;
  margin: 0 0 103px 0;
  text-align: center;
}
.process .wrap .content .img {
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
}
#solution_process .header .left .logo img:nth-child(2) {
  opacity: 1;
}
#solution_process .header .left .logo img:nth-child(1) {
  opacity: 0;
}
/*# sourceMappingURL=solution.css.map */

.section .wrap .item .images.PE{
  display: none;
}
/* .swiperPage{
  width: 200px;
  margin:0 auto 20px;
  position: relative;

}
.swiperPage .swiper-button-next,.swiperPage .swiper-button-prev{
  color: #ccc;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  top: auto;
  bottom: 0;
  transition: all 1s;
}
.swiperPage .swiper-button-next:hover,.swiperPage .swiper-button-prev:hover{
  color: #FDD000;
  border-color: #FDD000;
}
.swiperPage .swiper-button-next::after,.swiperPage .swiper-button-prev::after{
  font-size: 24px;
} */

.swiperPage{
  width: 90vw;
  margin:0 auto 20px;
  position: absolute;
  top: 50%;
  z-index: 999999;
  transform: translateY(-50%);
  /* position: relative; */
}
.swiperPage .swiper-button-next,.swiperPage .swiper-button-prev{
  color: #ccc;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  /* top: auto;
  bottom: 0; */
  transition: all 1s;
  background-color: #fff;
}
.swiperPage .swiper-button-next:hover,.swiperPage .swiper-button-prev:hover{
  color: #FDD000;
  border-color: #FDD000;
}
.swiperPage .swiper-button-next::after,.swiperPage .swiper-button-prev::after{
  font-size: 24px;
}

@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	.page2 .wrap{
    width: 90%;
  }
  .page2 .wrap .content .item{
    width: 23%;
  }
  .page2 .wrap .content{
    justify-content: space-between;
  }
  .page2 .wrap .content .item:not(:last-child){
    margin-right: 0;
  }
  .page4 .wrap{
    width: 80%;
  }
  .page4 .wrap .content .item{
    width: 33%;
  }
  .page4 .wrap .content .item .joke {
    width: 500px;
    /* height: 700px; */
    height: auto;
  }
  .page4 .wrap .content .item .joke {
    padding: 50px 60px 49px 60px;
  }
  .page4 .wrap .content .swiper_4{
    width: 85%;
  }
  .page4 .wrap .content .item {
    width: 90%;
  }
}

@media screen and (max-width: 1792px){
	.section .wrap .item .introduce{
    flex: 1;
    margin-right: 20px;
    width: auto;
  }
  .section .wrap .item:nth-child(2n) .introduce{
    margin-right: 0;
    margin-left: 20px;
  }

}

@media screen and (max-width: 1680px){
  .section .wrap .item{
    padding-bottom: 30px;
  }
  .section .wrap .item .introduce span {
    font-size: 24px;
  }
  .section .wrap .item .introduce .pick {
    font-size: 16px;
    line-height: 32px;
  }
  .page4 .wrap .content .item .joke {
    /* width: 460px; */
    width: 90%;
    /* height: 600px; */
    padding: 0 60px 49px 60px;
  }
  .page .wrap .content span {
    font-size: 32px;
  }
  .page4 .wrap .content .item .text .more {
    margin-top: 34px;
  }
  .page2 .wrap .content .item .text {
    line-height: 26px;
  }
  .page2 .wrap .content .item .headline p {
    font-size: 22px;
  }
  .page4 .wrap .title{
    margin-bottom: 0;
  }
  .page4 .wrap .title,
  .page3 .wrap .title,
  .page2 .wrap .title {
    font-size: 36px;
  }
  .page4 .wrap{
    margin-bottom: 50px;
  }
  .page4 .wrap .content .item .images {
    /* width: 300px; */
    height: auto;
    margin-top: 20px;
  }
  .page4 .wrap .content .item .text .more{
    width: 100%;
  }
  .page4 .wrap .content .item {
    width: 95%;
  }
  .swiperPage {
    width: 95vw;
  }
}

@media screen and (max-width: 1600px){
  .page4 .wrap .content .item .joke{
    padding: 0 40px 49px;
  }
  .page4 .wrap .content .swiper_4 {
    /* width: calc(100% - 120px); */
  }
  .page4 .wrap .content .item .joke {
    border-radius: 40px;
  } 
}

@media screen and (max-width: 1440px){
	.section .wrap .item .introduce .pick{
    margin-bottom: 50px;
  }
  .section .wrap{
    margin-top: 80px;
  }
  .page4 .wrap .content .item .joke {
    padding: 0 30px 30px;
    height: 580px;
  }
  .page4 .wrap .content .item .text span {
    margin-bottom: 0;
  }
  .page4 .wrap .content .item .joke {
    height: auto;
  }
  .page4 .wrap .content .item .images {
    width: 200px;
  }
  .page4 .wrap .content .item {
    width: 90%;
  }
  /* .page4 .wrap .content .item .joke {
    border-radius: 40px;
  } */
  /* .page4 .wrap .content .swiper_4 {
    width: calc(100% - 160px);
  } */
}

@media screen and (max-width: 1400px){
	/* .page4 .wrap .content .item .text .more {
    width: 350px;
  } */
  /* .page4 .wrap .content .item .images {
    width: 260px;
  } */

}

@media screen and (max-width: 1366px){
	.section .wrap .item:not(:last-child) {
    margin: 0 0 50px 0;
  }
}






@media screen and (max-width: 820px){
  .section .wrap .item .introduce .pick {
    line-height: 24px;
  }
  .section .wrap {
    margin-bottom: 60px;
  }
  
  .section .wrap .item .introduce .pick {
    margin-bottom: 20px;
  }
  .page .wrap .content{
    flex: 1;
    width: auto;
  }
  .group:nth-child(2n-1) .page .wrap .content{
    margin-right: 40px;
  }
  .group:nth-child(2n) .page .wrap .content{
    margin-left: 40px;
  }
  .page .wrap .content .pick p:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .page .wrap {
    margin: 40px auto;
  }
  .page .wrap .content .pick {
    font-size: 16px;
  }
  .page .wrap .content span {
    font-size: 26px;
  }
  .page .wrap .images {
    width: 300px;
  }
  .page2 .wrap .content{
    flex-wrap: wrap;
  }
  .page2 .wrap .content .item{
    width: 48%;
    margin-bottom: 20px;
  }
  .page2 .wrap .content .item:not(:last-child){
    margin-bottom: 20px;
  }
  .page2 .wrap .content .item .headline {
    margin-bottom: 10px;
  }
  .page4 .wrap .title, .page3 .wrap .title, .page2 .wrap .title {
    font-size: 32px;
  }
  .page2 .wrap .title{
    margin-bottom: 40px;
  }
  .page4 .wrap .content{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .page4 .wrap{
    width: 100%;
    padding: 0 30px;
  }
  .page4 .wrap .content .swiper_4{
    width: 100%;
  }
  .page4 .wrap .content .item,
  .page4 .wrap .content .item .joke,
  .page4 .wrap .content .item .text .more{
    width: 100%;
  }
  .page4 .wrap .content .item .text span {
    font-size: 18px;
  }
  .page4 .wrap .content .item .text p {
    font-size: 14px;
  }
  .page4 .wrap .content .item:hover .joke {
    box-shadow: none;
    border: 1px solid #E6E6E6;
  }
  .page4 .wrap .content .item .images {
    width: 220px;
  }
  .page2 .wrap .content .item .text {
    font-size: 14px;
    line-height: 22px;
  }
  .page4 .wrap .content .item{
    height: auto;
  }
  .page4 .wrap .content .item .text p {
    line-height: 35px;
    height: 70px;
  }
  .swiperPage{
    width: 200px;
    position: static;
    margin-left: auto;
    margin-right: 0;
  }
  .page4 .wrap {
    margin-bottom: 80px;
  }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
  .section .wrap .item .images.PC{
    display: none;
  }
  .section .wrap .item .images.PE{
    display: block;
  }
	.section .wrap .item{
    display: flex;
    flex-direction: column;
  }
  .section .wrap .item .images{
    width: 100%;
  }
  .section .wrap .item .introduce{
    width: 100%;
    margin-right: 0;
  }
  .section .wrap .item:nth-child(2n) .introduce{
    margin-left: 0;
  }
  .section .wrap .item .introduce .more{
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
  }
  .section .wrap {
    margin-top: 40px;
  }
  .section .wrap .item .introduce span{
    margin-bottom: 10px;
  }
  .section .wrap .item .introduce .pick {
    line-height: 20px;
    font-size: 14px;
  }
  .page .wrap{
    flex-direction: column;
    align-items: start;
  }
  .group:nth-child(2n-1) .page .wrap .content{
    margin-right: 0;
  }
  .group:nth-child(2n) .page .wrap .content{
    margin-left: 0;
  }
  .page .wrap .images{
    width: 100%;
    text-align: center;
  }
  .page .wrap .content span{
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .page3 .wrap {
    margin: 50px auto 50px;
  }
  .page3 .wrap .title {
    margin-bottom: 50px;
  }
  .page4 .wrap{
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .page2 .wrap{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page2 .wrap .content .item .headline p {
    font-size: 18px;
  }
  .page4 .wrap .content .item .text .more {
    margin-top: 20px;
    font-size: 14px;
  }
  .page .wrap .content .click {
    font-size: 18px;
  }
  .copy:nth-child(2n + 1) .wrap{
    flex-direction: column;
  }
  .page .wrap .content .pick{
    font-size: 14px;
  }
  .page .wrap .content .pick p:not(:last-child) {
    margin: 0 0 5px 0;
  }
}


@media screen and (max-width: 414px){
	.page .wrap .content .click{
    width: 100%;
  }
  .page2 .wrap .content .item{
    width: 100%;
  }
  .page4 .wrap .title, .page3 .wrap .title, .page2 .wrap .title {
    font-size: 28px;
  }
  .page4 .wrap {
    padding: 0 20px;
  }
  .page4 .wrap .content .swiper-slide {
    padding: 20px 0;
  }
  .page4 .wrap .content .item .joke{
    border-radius: 35px;
  }
  .page .wrap .content span {
    font-size: 20px;
  }
  .page4 .wrap .content .item .images {
    width: 200px;
  }
  .page .wrap{
    margin: 30px auto;
  }
  .page4 .wrap .content .item .joke {
    padding: 0 20px 30px;
  }
  .page4 .wrap .content .item .images{
    margin-bottom: 10px;
  }
  .solution_process {
    font-size: 12px;
    height: 36px;
    padding: 0 20px;
    width: 100%;
    justify-content: space-between;
  }
  .solution_process .iconfont {
    margin-left: 10px;
  }
  .swiperPage {
    margin-top: 40px;
  }
}

@media screen and (max-width: 375px){
	.page4 .wrap .title, .page3 .wrap .title, .page2 .wrap .title {
    font-size: 24px;
  }
  .page4 .wrap .content .item .text span {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px){
	
}




 