.swiper-container {
  width: 100%;
  max-height: 59.3rem /* 593/10 */;
  overflow: hidden;
  position: relative;
}
.swiper-container .swiper-wrapper {
  width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.count-container {
  max-width: 1440px;
  min-width: 960px;
  margin: 0 auto;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.count-container .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0px;
  color: transparent;
}
.count-container .count-title {
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #000;
}
.count-container .count-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  margin-top: 5.6rem /* 56/10 */;
}
.count-container .item-cycle {
  height: 100%;
  width: 100%;
  position: relative;
}
.count-container .item-cycle .icon-box {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 2rem;
}
.count-container .item-cycle .number {
  font-family: DIN;
  position: relative;
  font-size: 4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #363646;
  margin-bottom: 2rem;
  height: 4rem;
  display: flex;
  align-items: center;
}
.count-container .item-cycle .number .tag-icon::after {
  content: '+';
  position: absolute;
  top: -0.9rem;
  right: -1.7rem;
  font-family: DIN;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #363646;
}
.count-container .item-cycle .scale-desc {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  letter-spacing: 0;
  color: #363646;
}
.count-container .item-cycle .outer-cycle {
  height: 100%;
  width: 100%;
  opacity: 1;
  box-shadow: 0 0 12px 12px rgba(13, 223, 164, 0.139);
}
.count-container .item-cycle .outer-cycle::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  display: none;
  height: 95%;
  width: 95%;
  border-radius: 200px /* 200/10 */;
}
.count-container .item-cycle .outer-cycle .number {
  position: absolute;
  top: 10%;
  left: 10%;
  height: 80%;
  width: 80%;
  border-radius: 200px /* 200/10 */;
}
.count-container .item-cycle .outer-cycle .number :nth-child(1) {
  font-size: 2.8rem;
  color: #0ddfa5;
  font-family: number;
}
.count-container .item-cycle .outer-cycle .number :nth-child(2) {
  font-size: 1.4rem;
  color: #333;
  padding-top: 10px /* 10/10 */;
}
.count-container .count-explain {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  letter-spacing: 0;
  margin-top: 15.4rem;
}
.title-box {
  width: 100%;
  text-align: center;
  padding-top: 5.4rem /* 54/10 */;
  margin: 0 auto 4rem /* 40/10 */;
}
.title-box .title {
  font-size: 34px;
  color: #000;
  margin-bottom: 3rem;
  font-weight: bold;
}
.title-box .desc {
  font-size: 16px /* 16/10 */;
  font-weight: normal;
  letter-spacing: 0.1rem /* 1/10 */;
  color: #9e9e9e;
}
.intro-card-container {
  width: 100%;
  margin-top: 25px;
}
.intro-card-container .intro-card {
  display: flex;
  max-width: 120rem;
  margin: 80px auto;
  justify-content: space-between;
}
.intro-card-container .intro-card .left-box {
  height: 51.6rem;
  display: flex;
  justify-content: space-between;
}
.intro-card-container .intro-card .left-box .left-box-top {
  width: 70rem;
  height: 20rem;
  display: flex;
  justify-content: space-between;
}
.intro-card-container .intro-card .left-box .left-box-top > div {
  width: 34.2rem;
  height: 20rem;
  position: relative;
  overflow: hidden;
}
.intro-card-container .intro-card .left-box .left-box-bottom {
  width: 70rem;
  height: 30rem;
  position: relative;
  overflow: hidden;
}
.intro-card-container .intro-card .right-box {
  width: 46rem;
  height: 51.6rem;
  background: #f9f9f9;
  padding: 5.6rem 2.4rem 0;
}
.intro-card-container .intro-card .right-box .intro-title {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 24px;
}
.intro-card-container .intro-card .right-box .intro-subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #363646;
}
.intro-card-container .intro-card .right-box .intro-desc {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3.2rem;
  letter-spacing: 0;
  color: #363646;
  height: 21rem;
}
.intro-card-container.two-box .left-box {
  flex-direction: column-reverse;
}
.solution-container {
  width: 100%;
  margin-top: 25px;
}
.solution-container .bg-color {
  background: #ccc;
}
.solution-container .solution-detail {
  height: 44rem;
  max-width: 120rem;
  padding: 0 20px;
  margin: 0 auto;
}
.solution-container .solution-detail .center-item {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
}
.solution-container .solution-detail .center-item .shadow-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.solution-container .solution-detail .center-item .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 35%;
  transition: all 0.5s;
  left: 0;
}
.solution-container .solution-detail .center-item .shadow .shadow-img {
  height: 9rem;
  width: 9rem;
  margin-bottom: 3rem;
}
.solution-container .solution-detail .center-item .shadow .shadow-title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 3rem;
}
.solution-container .solution-detail .center-item .shadow .shadow-desc {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 3rem;
  width: 20rem;
  opacity: 0;
  transition: all 0.5s;
}
.solution-container .solution-detail .center-item .shadow .shadow-btn {
  opacity: 0;
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 12px;
  border-radius: 4px;
  transition: all 0.5s;
}
.solution-container .solution-detail .center-item:hover .shadow {
  top: 16%;
}
.solution-container .solution-detail .center-item:hover .shadow-bg {
  background-color: rgba(20, 195, 192, 0.6);
}
.solution-container .solution-detail .center-item:hover .shadow-desc,
.solution-container .solution-detail .center-item:hover .shadow-btn {
  opacity: 1;
}
.device-container {
  width: 100%;
}
.device-container .content {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  align-items: flex-start;
  padding: 0 20px;
}
.device-container .content .device-img-box {
  width: 30%;
  margin: 0rem /* 0/10 */ 3rem 4rem /* 40/10 */;
}
.device-container .content .right-property,
.device-container .content .left-property {
  cursor: pointer;
  margin: 6rem /* 60/10 */ 0 -1.2rem /* 12/10 */;
}
.device-container .content .right-property .title,
.device-container .content .left-property .title {
  font-size: 2.2rem /* 22/10 */;
  line-height: 4rem /* 40/10 */;
  color: #9e9e9e;
  text-align: right;
  margin-bottom: 0.6rem /* 6/10 */;
}
.device-container .content .right-property .desc,
.device-container .content .left-property .desc {
  font-size: 1.4rem;
  color: #9e9e9e;
}
.device-container .content .right-property .property-icon,
.device-container .content .left-property .property-icon {
  width: 5.8rem /* 58/10 */;
  height: 5.8rem /* 58/10 */;
  margin: 2rem;
}
.device-container .content .right-property > div,
.device-container .content .left-property > div {
  margin: 2rem 0;
}
.device-container .content .left-property .hover-style {
  justify-content: flex-end;
}
.device-container .content .right-property .hover-style {
  justify-content: flex-start;
}
.device-container .content .hover-style:hover div {
  color: #33cf73;
}
.device-container .content .right-property .title {
  text-align: left;
}
.project-container {
  width: 100%;
  background: #f0eded;
  padding-bottom: 40px;
}
.project-container .content {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px /* 10/10 */;
  margin: 0 auto;
}
.project-container .content .project-item {
  height: 52.3rem;
  overflow: hidden;
  background-color: #fff;
  width: 30%;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.project-container .content .project-item:hover {
  margin-top: -2rem;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.15);
}
.project-container .content .project-item .ani-bg {
  height: 100%;
  padding: 20px 4rem;
}
.project-container .content .project-item:hover .ani-bg {
  background: #e5e5e5 !important;
}
.project-container .content .project-item img {
  height: 18.2rem;
  width: 100%;
  vertical-align: bottom;
}
.project-container .content .project-item .project-logo {
  position: absolute;
  top: 12.9rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 50%;
  width: 10.6rem;
  height: 10.6rem;
  background: #fff;
  box-shadow: 0.5rem 0rem 1.1rem 0rem rgba(128, 128, 128, 0.15);
}
.project-container .content .project-item .project-title {
  margin-top: 6rem /* 70/10 */;
  font-size: 1.8rem /* 18/10 */;
  color: #505050;
  font-weight: bold;
}
.project-container .content .project-item .vertical-line {
  margin-top: 1.8rem;
  width: 6.6rem /* 66/10 */;
  height: 2px /* 2/10 */;
  background: #505050;
}
.project-container .content .project-item .project-desc {
  margin-top: 1.5rem /* 15/10 */;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #505050;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.project-container .content .project-item .search-detail {
  margin-top: 3rem;
  width: 30.6rem /* 306/10 */;
  height: 3.5rem /* 35/10 */;
  font-size: 1.4rem;
  line-height: 3.5rem /* 35/10 */;
  text-align: center;
  color: #505050;
  background: #f2f2f2;
  cursor: pointer;
}
.project-container .all-project {
  font-size: 1.6rem /* 16/10 */;
  line-height: 4rem /* 40/10 */;
  color: #474747;
  text-align: center;
  width: 16.7rem /* 167/10 */;
  height: 4rem /* 40/10 */;
  border: solid 0.1rem /* 1/10 */ #535353;
  margin: 0 auto;
  margin-top: 4.7rem /* 47/10 */;
  cursor: pointer;
  border-radius: 0.4rem /* 4/10 */;
  overflow: hidden;
}
.partner-container {
  width: 100%;
  padding-bottom: 40px;
  background-color: #fff;
  overflow: hidden;
}
.partner-container .icon-content {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto 80px;
}
.partner-container .icon-content .line-1,
.partner-container .icon-content .line-2,
.partner-container .icon-content .line-3 {
  margin-top: 4rem;
}
.partner-container .icon-content .line-1 .animation-1,
.partner-container .icon-content .line-2 .animation-1,
.partner-container .icon-content .line-3 .animation-1 {
  display: inline-block;
  width: 14.4rem;
  height: 5.7rem;
  border: 0.5px solid rgba(54, 54, 70, 0.15);
  border-radius: 4px;
  font-family: Alimama ShuHeiTi;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  color: #363646;
  z-index: 0;
  margin: 0 12px;
  transition: all 0.3s;
}
.partner-container .icon-content .line-1 .animation-1:hover,
.partner-container .icon-content .line-2 .animation-1:hover,
.partner-container .icon-content .line-3 .animation-1:hover {
  transform: scale(1.1, 1.1);
}
.callme-container {
  width: 100%;
  background: #33cf73;
  padding: 3rem 0;
}
.callme-container .form-content-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.callme-container .form-box {
  width: 100%;
  padding: 6rem /* 60/10 */;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}
.callme-container .form-box form {
  height: 100%;
}
.callme-container .form-box .form-content {
  height: 100%;
}
.callme-container .form-box .form-content .title {
  font-size: 3.4rem;
  color: #33cf73;
  margin-bottom: 3rem;
  font-weight: bold;
}
.callme-container .form-box .form-content .input-box {
  width: 100%;
  margin-bottom: 1.8rem /* 18/10 */;
}
.callme-container .form-box .form-content .input-box input {
  width: 100%;
  height: 5.6rem /* 56/10 */;
  padding: 0 2.4rem;
  font-size: 1.8rem /* 18/10 */;
  color: #333;
  border: 0.2rem /* 2/10 */ solid #ececec;
}
.callme-container .form-box .form-content textarea {
  height: 23.5rem /* 235/10 */;
  width: 100%;
  padding: 1.6rem /* 16/10 */ 2.4rem;
  font-size: 1.8rem /* 18/10 */;
  color: #333;
  margin-bottom: 1.8rem /* 18/10 */;
  border: 0.2rem /* 2/10 */ solid #ececec;
}
.callme-container .form-box .form-content .submit-btn {
  width: 17.7rem /* 177/10 */;
  height: 4.5rem /* 45/10 */;
  background-color: #33cf73;
  border-radius: 5.2rem /* 52/10 */;
  color: #fff;
  line-height: 4.5rem /* 45/10 */;
  text-align: center;
  cursor: pointer;
}
.news-container {
  width: 100%;
  padding-bottom: 4rem /* 40/10 */;
  position: relative;
}
.news-container .news-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/new-bg.jpg) no-repeat center center;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: opacity(0.2);
}
.news-container .news-content {
  margin: 0 auto;
  height: 38.4rem /* 384/10 */;
  width: 100%;
  max-width: 1200px;
  padding: 0 2rem;
}
.news-container .news-content .news-item-content {
  background: #fff;
  cursor: pointer;
  height: 100%;
  width: 33.3333333%;
}
.news-container .news-content .right-news {
  height: 100%;
  padding: 3rem 3.4rem;
  border: 0.1rem /* 1/10 */ solid #eee;
}
.news-container .news-content .right-news img {
  width: 100%;
  height: 18rem /* 180/10 */;
}
.news-container .news-content .news-item {
  height: 50%;
  padding: 3rem 3rem;
  border: 0.1rem /* 1/10 */ solid #eee;
}
.news-container .news-content .title {
  font-size: 1.6rem /* 16/10 */;
  font-weight: bold;
  line-height: 4rem /* 40/10 */;
  letter-spacing: 0rem /* 0/10 */;
  color: #000000;
}
.news-container .news-content .times {
  font-size: 1.4rem;
  padding-bottom: 1.4rem;
  letter-spacing: 0rem /* 0/10 */;
  color: #575757;
}
.news-container .news-content .content {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0rem /* 0/10 */;
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-container .hover-1:hover > div {
  color: ;
}
.news-container .hover-2:hover > div {
  color: ;
}
.news-container .hover-3:hover > div {
  color: ;
}
.news-container .hover-4:hover > div {
  color: ;
}
.news-container .hover-5:hover > div {
  color: ;
}
.credential-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  padding: 40px 0;
}
.credential-container .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
}
.credential-container .img-box {
  margin: 0 auto;
  width: 24rem;
}
