.eco {
  width: 100%;
}

.eco-content {
  width: 100%;
  min-height: 648px;
  position: relative;
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
}

.eco-content img {
  position: absolute;
}

.eco-content .mid {
  width: 647px;
  height: 648px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.eco-content .ie1 {
  width: 355px;
  height: 380px;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  animation: updown 5s ease infinite;
}

.eco-content .ie2 {
  width: 1030px;
  height: 492px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes updown {
  0% {
    top: -20px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: -20px;
  }
}

.serveContent {
  width: 100%;
  background: url("../images/is-bg.png") no-repeat 100% 100%;
}

.serveContent-content {
  margin: auto;
  margin-top: 98px;
  width: 1200px;
  position: relative;
}

.serveContent-content-left {
  float: left;
  width: 642px;
  height: 666px;
}

.serveContent-content-left img {
  width: 100%;
  height: 100%;
}

.serveContent-content-right {
  position: absolute;
  right: 190px;
  top: 213px;
}

.serveContent-content-right-item {
  width: 331px;
  background: url("../images/is-item.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  height: 61px;
  line-height: 61px;
  padding-left: 160px;
  margin-bottom: 34px;
  font-size: 16px;
  cursor: pointer;
  transition: all ease 0.5s;
}

.serveContent-content-right-item:last-child {
  margin-bottom: 0;
}

.serveContent-content-right-item img {
  width: 100%;
  height: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.serveContent-content-right-item:hover {
  transform: translateX(36px);
  font-size: 18px;
}

.operationType {
  width: 100%;
}

.operationType-content {
  width: 1200px;
  margin: auto;
  margin-top: 60px;
}

.operationType-content-tab {
  margin: auto;
  width: 408px;
}

.operationType-content-tab-item {
  float: left;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  color: #7A7A7A;
  font-size: 16px;
  background-color: #EFEFEF;
  cursor: pointer;
}

.operationType-content-tab .active {
  background: #31CAFF;
  color: #ffffff;
}

.operationType-content-show {
  width: 100%;
}

.operationType-content-show-item {
  text-align: center;
}

.operationType-content-show-item .list {
  margin: auto;
  margin-top: 24px;
}

.operationType-content-show-item .list-item {
  float: left;
  color: #333333;
  font-size: 16px;
  margin-right: 36px;
}

.operationType-content-show-item .list-item:last-child {
  margin-right: 0;
}

.operationType-content-show-item .list-item .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #31CAFF;
  border-radius: 50%;
  margin-right: 8px;
}

.operationType-content-show-item .showImg {
  margin-top: 60px;
}

.mainEnterprise {
  width: 100%;
  background: url("../images/me-bg.png") no-repeat;
  background-size: 100% 100%;
}

.mainEnterprise-content {
  margin: auto;
  margin-top: 63px;
  width: 1032px;
}

.mainEnterprise-content-item {
  width: 220px;
  margin-right: 150px;
  margin-bottom: 71px;
  float: left;
  max-height: 258px;
}

.mainEnterprise-content-item:nth-child(3n) {
  margin-right: 0;
}

.mainEnterprise-content-item-img {
  animation: ud 5s ease infinite;
  text-align: center;
}

.mainEnterprise-content-item-img img {
  width: 192px;
}

.mainEnterprise-content-item-txt {
  width: 100%;
  margin-top: 14px;
  text-align: center;
}

.mainEnterprise-content-item-txt p {
  font-size: 18px;
  color: #333333;
}

@keyframes ud {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.success {
  background-color: #ffffff;
}

.success-content {
  width: 1000px;
  margin: auto;
  margin-top: 65px;
  position: relative;
}

.success-content .swiper-container {
  width: 100%;
}

.success-content .swiper-container .swiper-wrapper {
  padding: 30px 10px 0 10px;
}

.success-content .swiper-container .swiper-wrapper .sc-slide {
  background: #FAFAFA;
  box-shadow: 0px 0px 10px 0px rgba(222, 222, 222, 0.75);
  border-radius: 2px;
  padding: 60px 28px 86px 28px;
  width: 264px;
}

.success-content .swiper-container .swiper-wrapper .sc-slide img {
  width: 217px;
  height: 66px;
  margin: auto;
}

.success-content .swiper-container .swiper-wrapper .sc-slide .txt {
  width: 100%;
  margin-top: 34px;
}

.success-content .swiper-container .swiper-wrapper .sc-slide .txt h5 {
  font-size: 20px;
  color: #3A3A3A;
  text-align: center;
}

.success-content .swiper-container .swiper-wrapper .sc-slide .txt p {
  color: #7A7A7A;
  font-size: 14px;
  line-height: 24px;
  margin-top: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.success-content .swiper-container .swiper-wrapper .sc-slide .txt .slideList {
  width: 100%;
  margin-top: 6px;
}

.success-content .swiper-container .swiper-wrapper .sc-slide .txt .slideList span {
  border: 1px solid #C5C5C5;
  padding: 2px 12px;
  color: #7A7A7A;
  margin-right: 4px;
  font-size: 14px;
}

.success-content .swiper-container .swiper-wrapper .swiper-slide-active + .swiper-slide .sc-slide {
  height: 320px;
  transform: translateY(-20px);
  background: #ffffff;
}

.success-content .swiper-container .swiper-wrapper .swiper-slide-active + .swiper-slide .sc-slide .txt p {
  -webkit-line-clamp: 5;
}

.success-content .swiper-button-prev {
  outline: none;
  left: -56px;
}

.success-content .swiper-button-prev::after {
  content: '';
}

.success-content .swiper-button-next {
  right: -56px;
  outline: none;
}

.success-content .swiper-button-next::after {
  content: '';
}

.success-content .showMore {
  margin: auto;
  width: 180px;
  margin-top: 35px;
  background: #00BDFF;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
  border-radius: 45px;
  box-shadow: 0px 5px 10px 0px rgba(178, 222, 255, 0.34);
  cursor: pointer;
}

.partner {
  width: 100%;
  background: url("../images/ip-bg.png") no-repeat;
  background-size: 100% 100%;
}

.partner-content {
  margin: auto;
  width: 904px;
  margin-top: 80px;
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.partner-content .swiper-wrapper .swiper-slide .slideRow {
  width: 100%;
}

.partner-content .swiper-wrapper .swiper-slide .slideRow-item {
  width: 226px;
  height: 50px;
  padding: 28px 0;
  text-align: center;
  float: left;
}

.partner-content .swiper-wrapper .swiper-slide .slideRow-item:nth-child(odd) {
  background: #ffffff;
}

.partner-content .swiper-wrapper .swiper-slide .slideRow-item:nth-child(even) {
  background: #F7F7F7;
}

.partner-content .swiper-wrapper .swiper-slide .slideRow-item img {
  width: 163px;
  height: 50px;
}

.partner-content .swiper-wrapper .swiper-slide .reverse .slideRow-item:nth-child(even) {
  background: #ffffff;
}

.partner-content .swiper-wrapper .swiper-slide .reverse .slideRow-item:nth-child(odd) {
  background: #F7F7F7;
}

.partner-content .swiper-pagination {
  bottom: 0px !important;
}

.partner-content .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  background: #60B9FD;
  border-radius: 2px;
}

.partner-content .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: #0099FF;
}

.register {
  background: url("../images/ir-bg.png") no-repeat;
  background-size: 100% 100%;
}

.register-btn {
  cursor: pointer;
  width: 180px;
  margin: auto;
  margin-top: 24px;
  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 0;
  border-radius: 19px;
}
