﻿.main-content {
  background-color: white;
}

.uc-content {
  color: black;
}

.uc-section1-1 .uc-content {
  color: white !important;
}

.uc-footer-box .uc-content {
  color: rgba(255, 255, 255, 0.4);
}

.uc-section1-10 {
  background: none !important;
}
.uc-section1-7 {
  background-size: contain !important;
}

.uc-section1-7 .boxbig .boxhover {
  width: 100% !important;
}

.btn_lianxi {
  padding: 13px 25px !important;
  width: auto !important;
  height: auto !important;
  font-size: 32px !important;
}
.btn_lianxi a {
  font-size: 32px !important;
}

.banner11 {
  
}

.banner11 .bd ul,
.banner11 .bd .tempWrap {
  height: 100% !important;
}

.banner11 .bd li {
  height: 100% !important;
  background-size: 100% 100%;
  position: relative;
}

.banner11 .bd li .understand {
  position: absolute;
  bottom: 20%;
  right: 22%;
  width: 300px;
  height: 60px;
  line-height:60px;
}

.banner11 .hd {
  bottom: 32px;
}

.type-area {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}











.two {
  width: 250px;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  text-align: center;
}

p,
span {
  font-family: PingFang;
}

.sub-btn {
  background: linear-gradient(90deg, #16c1ff 0%, #1677ff 100%);
  border-radius: 32px 32px 32px 32px;
  width: 328px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 26px;
  color: white;
  font-family: PingFang;
  font-weight: 500;
  transition: all 0.6s;
  cursor: pointer;
}

.sub-btn:hover {
  
  
  opacity: 0.8;
}

.header {
  background-image: url(../image/head-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .type-area {
  display: flex;
  justify-content: space-between;
}

.header .col {
  display: flex;
}

.header .col .left {
  margin-right: 24px;
}

.header .col .left img {
  width: 32px;
  height: 32px;
}

.header .col .right {
  margin-top: 4px;
}

.header .col .right p {
  font-size: 24px;
  color: white;
  margin-bottom: 12px;
}

.header .col .right span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.can-do {
  background-image: url(../image/can-do-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 557px;
  padding-top: 80px;
}

.can-do .type-area > .title {
  font-size: 30px;
  color: #222222;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: AFYT;
}

.can-do .list {
  display: flex;
  justify-content: space-between;
}

.can-do .list > div {
  width: 224px;
  height: 264px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 30px 20px;
  transition: all 0.6s;
}

.can-do .list > div:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.can-do .list > div .title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}

.can-do .list > div .sub-title {
  font-size: 12px;
}

.can-do .list > div .line {
  border: 1px solid #d3e4ff;
  margin-top: 20px;
  margin-bottom: 30px;
}

.can-do .list > div .platform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.can-do .list > div .platform p {
  font-size: 16px;
  color: #222222;
  flex-shrink: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: PingFang;
  width: 50%;
}

.can-do .list > div .platform p:nth-of-type(2n) {
  width: 45%;
}

.can-do .list > div:nth-of-type(1) {
  background-image: url(../image/can-bg1.png);
}

.can-do .list > div:nth-of-type(2) {
  background-image: url(../image/can-bg2.png);
}

.can-do .list > div:nth-of-type(3) {
  background-image: url(../image/can-bg3.png);
}

.can-do .list > div:nth-of-type(4) {
  background-image: url(../image/can-bg4.png);
}

.can-do .list > div:nth-of-type(5) {
  background-image: url(../image/can-bg5.png);
}

.can-do .list > div:nth-of-type(1) .title {
  color: #1458be;
}

.can-do .list > div:nth-of-type(1) .sub-title {
  color: #7aa9ef;
}

.can-do .list > div:nth-of-type(2) .title {
  color: #5f46a5;
}

.can-do .list > div:nth-of-type(2) .sub-title {
  color: #b8a0f7;
}

.can-do .list > div:nth-of-type(3) .title {
  color: #1172aa;
}

.can-do .list > div:nth-of-type(3) .sub-title {
  color: #72c1ef;
}

.can-do .list > div:nth-of-type(4) .title {
  color: #af3b09;
}

.can-do .list > div:nth-of-type(4) .sub-title {
  color: #f4b79b;
}

.can-do .list > div:nth-of-type(5) .title {
  color: #bc0c0f;
}

.can-do .list > div:nth-of-type(5) .sub-title {
  color: #f48f91;
}

.demand {
  margin: 49px auto;
}

.select {
  background-color: white;
  padding-top: 80px;
}

.select .type-area > .title {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  font-family: AFYT;
}

.select .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.select .list > div {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 149px;
  width: 580px;
  padding: 40px 30px;
}

.select .list > div:nth-of-type(1) {
  margin-bottom: 40px;
  background-image: url(../image/select-bg1.png);
}

.select .list > div:nth-of-type(2) {
  margin-bottom: 40px;
  background-image: url(../image/select-bg2.png);
}

.select .list > div:nth-of-type(3) {
  background-image: url(../image/select-bg3.png);
}

.select .list > div:nth-of-type(4) {
  background-image: url(../image/select-bg4.png);
}

.select .list > div .title {
  color: #222222;
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 500;
}

.select .list > div .sub-title {
  color: #666666;
  font-size: 16px;
}

.develop {
  background-color: white;
  padding-top: 80px;
}

.develop .type-area > .title {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  font-family: AFYT;
}

.develop .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.develop .list > div {
  width: 183px;
  height: 136px;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 32px 30px;
  box-sizing: border-box;
  transition: all 0.3s;
}

.develop .list > div.green {
  background: linear-gradient(
    180deg,
    #e2f8f5 0%,
    rgba(226, 248, 245, 0.2) 100%
  );
}

.develop .list > div.pink {
  background: linear-gradient(
    180deg,
    #fff3f4 0%,
    rgba(255, 243, 244, 0.1) 100%
  );
}

.develop .list > div.blue {
  background: linear-gradient(
    180deg,
    #e4efff 0%,
    rgba(228, 239, 255, 0.1) 100%
  );
}

.develop .list > div.yellow {
  background: linear-gradient(
    180deg,
    #fff3e6 0%,
    rgba(255, 243, 230, 0.1) 100%
  );
}

.develop .list > div img {
  width: 32px;
  height: 32px;
}

.develop .list > div p {
  color: #222222;
  font-weight: 500;
  font-size: 20px;
  margin-top: 12px;
}

.develop .more {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.case {
  background-color: #f5fafe;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  
  background-image: url(../image/case.png);
  padding-top: 80px;
}

.case .type-area > .title {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  font-family: AFYT;
}

.case .list {
  display: flex;
  
  flex-wrap: wrap;
}

.case .list > div {
  width: 285px;
  height: 215px;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background-image: url(../image/case1.png);
  position: relative;
  margin-right: 20px;
}

.case .list > div:nth-of-type(4n) {
  margin-right: 0;
}

.case .list > div .bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  box-sizing: border-box;
  top: 100%;
  transition: all 0.3s;
}

.case .list > div:hover .bg {
  top: 0;
}

.case .list > div .bg .title {
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
  font-weight: 500;
}

.case .list > div .bg .sub-title {
  font-size: 14px;
  color: white;
  margin-bottom: 24px;
}

.case .list > div .bg .view {
  width: 150px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: white;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s;
}

.case .list > div .bg .view:hover {
  background-color: white;
  color: black;
}

.case .more {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.custom {
  background-color: white;
  padding-top: 80px;
}

.custom .type-area > .title {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  font-family: AFYT;
}

.custom .barrrage {
  display: flex;
  align-items: center;
  position: relative;
  height: 140px;
}

.custom .list {
  position: absolute;
  left: 0;
  top: 0;
}



.custom .list > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
}

.custom .list .bottom {
  margin-left: 100px;
}

.custom .list > div > div {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 156px;
  height: 60px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.custom .list .top div:nth-of-type(1) {
  background-image: url(../image/custom-1.png);
}

.custom .list .top div:nth-of-type(2) {
  background-image: url(../image/custom-2.png);
}

.custom .list .top div:nth-of-type(3) {
  background-image: url(../image/custom-3.png);
}

.custom .list .top div:nth-of-type(4) {
  background-image: url(../image/custom-4.png);
}

.custom .list .top div:nth-of-type(5) {
  background-image: url(../image/custom-5.png);
}

.custom .list .top div:nth-of-type(6) {
  background-image: url(../image/custom-6.png);
}

.custom .list .top div:nth-of-type(7) {
  background-image: url(../image/custom-7.png);
}

.custom .list .top div:nth-of-type(8) {
  background-image: url(../image/custom-8.png);
}

.custom .list .top div:nth-of-type(9) {
  background-image: url(../image/custom-9.png);
}

.custom .list .top div:nth-of-type(10) {
  background-image: url(../image/custom-10.png);
}

.custom .list .top div:nth-of-type(11) {
  background-image: url(../image/custom-11.png);
}

.custom .list .top div:nth-of-type(12) {
  background-image: url(../image/custom-12.png);
}

.custom .list .top div:nth-of-type(13) {
  background-image: url(../image/custom-13.png);
}

.custom .list .bottom div:nth-of-type(1) {
  background-image: url(../image/custom-14.png);
}

.custom .list .bottom div:nth-of-type(2) {
  background-image: url(../image/custom-15.png);
}

.custom .list .bottom div:nth-of-type(3) {
  background-image: url(../image/custom-16.png);
}

.custom .list .bottom div:nth-of-type(4) {
  background-image: url(../image/custom-17.png);
}

.custom .list .bottom div:nth-of-type(5) {
  background-image: url(../image/custom-18.png);
}

.custom .list .bottom div:nth-of-type(6) {
  background-image: url(../image/custom-19.png);
}

.custom .list .bottom div:nth-of-type(7) {
  background-image: url(../image/custom-20.png);
}

.custom .list .bottom div:nth-of-type(8) {
  background-image: url(../image/custom-21.png);
}

.custom .list .bottom div:nth-of-type(9) {
  background-image: url(../image/custom-22.png);
}

.custom .list .bottom div:nth-of-type(10) {
  background-image: url(../image/custom-23.png);
}

.custom .list .bottom div:nth-of-type(11) {
  background-image: url(../image/custom-24.png);
}

.custom .list .bottom div:nth-of-type(12) {
  background-image: url(../image/custom-25.png);
}

.custom .list .bottom div:nth-of-type(13) {
  background-image: url(../image/custom-26.png);
}

.service {
  padding-top: 40px;
  padding-bottom: 87px;
}

.service .type-area > .title {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  font-family: AFYT;
}

.service .list {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../image/service-1.png);
  height: 270px;
}

.deliver {
  padding-top: 74px;
  height: 601px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../image/deliver-bg.png);
}

.deliver .type-area > .title {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  font-family: AFYT;
}

.deliver .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.deliver .list > div {
  width: 285px;
  height: 180px;
  background-color: white;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.deliver .list > div .icon {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.deliver .list > div p {
  font-size: 22px;
  color: #222222;
  font-weight: 500;
}

.deliver .list > div:hover {
  background: linear-gradient(90deg, #16c1ff 0%, #1677ff 100%);
}

.deliver .list > div:nth-of-type(1) .icon {
  background-image: url(../image/deliver-1.png);
}

.deliver .list > div:nth-of-type(2) .icon {
  background-image: url(../image/deliver-2.png);
}

.deliver .list > div:nth-of-type(3) .icon {
  background-image: url(../image/deliver-3.png);
}

.deliver .list > div:nth-of-type(4) .icon {
  background-image: url(../image/deliver-4.png);
}

.deliver .list > div:nth-of-type(5) .icon {
  background-image: url(../image/deliver-5.png);
}

.deliver .list > div:nth-of-type(6) .icon {
  background-image: url(../image/deliver-6.png);
}

.deliver .list > div:nth-of-type(7) .icon {
  background-image: url(../image/deliver-7.png);
}

.deliver .list > div:nth-of-type(8) .icon {
  background-image: url(../image/deliver-8.png);
}

.deliver .list > div:nth-of-type(1):hover .icon {
  background-image: url(../image/deliver-1-s.png);
}

.deliver .list > div:nth-of-type(2):hover .icon {
  background-image: url(../image/deliver-2-s.png);
}

.deliver .list > div:nth-of-type(3):hover .icon {
  background-image: url(../image/deliver-3-s.png);
}

.deliver .list > div:nth-of-type(4):hover .icon {
  background-image: url(../image/deliver-4-s.png);
}

.deliver .list > div:nth-of-type(5):hover .icon {
  background-image: url(../image/deliver-5-s.png);
}

.deliver .list > div:nth-of-type(6):hover .icon {
  background-image: url(../image/deliver-6-s.png);
}

.deliver .list > div:nth-of-type(7):hover .icon {
  background-image: url(../image/deliver-7-s.png);
}

.deliver .list > div:nth-of-type(8):hover .icon {
  background-image: url(../image/deliver-8-s.png);
}

.deliver .list > div:hover p {
  color: white;
}

.contact-company {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../image/contact.png);
  height: 370px;
  padding-top: 91px;
  box-sizing: border-box;
}

.contact-company .type-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-company .sub-title {
  color: #222222;
  font-size: 30px;
  margin-bottom: 32px;
}

.contact-company .title {
  color: #000000;
  font-size: 36px;
  margin-bottom: 32px;
  font-weight: 600;
}

.contact-company .advice-btn {
  width: 600px;
  height: 100px;
  background: linear-gradient(90deg, #16c1ff 0%, #1677ff 100%);
  border-radius: 100px;
  text-align: center;
  line-height: 100px;
  color: white;
  font-size: 32px;
  font-family: AFYT;
  margin: 20px auto;
  cursor: pointer;
}

.qualifications {
  background-color: white;
  padding: 80px 0;
}

.qualifications .title {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  font-family: AFYT;
}

.qualifications .list {
  background-size: 100% 100%;
  background-repeat: no-repeat;
    
  background-image: url(../image/qualifications-bg.jpg);
  height: 568px;
}