@keyframes swing {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes slide-up {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
body {
  overflow-x: hidden;
}
.navbox {
  width: 80%;
}
.banner {
  width: 100%;
  height: 440px;
  margin-top: 75px;
  background-color: #2436c1;
}
.banner-right {
  position: absolute;
  right: 0;
  top: 0;
}
.banner-container {
  height: 80%;
  display: flex;
  align-items: center;
  position: relative;
}
.banner-left {
  width: 80%;
  margin: 0 auto;
}
.banner-logo {
  width: 100%;
  display: flex;
  padding-bottom: 30px;
  align-items: center;
}
.corporate_name {
  color: white;
  font-size: 24px;
  font-weight: 700;
  padding-left: 6px;
  letter-spacing: 2px;
}
.corporate_work {
  color: white;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 6px;
  padding-bottom: 20px;
}
.corporate_work_english {
  color: white;
  font-size: 20px;
  letter-spacing: 4px;
  padding-bottom: 10px;
}
.banner-territory {
  padding-top: 40px;
  color: #696b86;
  display: flex;
}
.banner-territory-item {
  text-align: center;
  cursor: pointer;
  margin-right: 26px;
  color: white;
}
.vocational-text {
  padding-top: 10px;
  font-size: 14px;
}
.technology-item {
  padding-top: 80px;
  padding-bottom: 30px;
}
/* .technology-item:nth-of-type(1) .technology-content {
	background-color: #f2f5f8;
} */
.technology-item:nth-of-type(3) {
  background: url("../img/indexImg/qyzh-bg.png") no-repeat;
  background-size: 100% 100%;
}
.technology-item:nth-of-type(6) {
  height: 517px;
  background: url("../img/indexImg/yxjqr-bg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 50px;
}
.technology-item:nth-of-type(8) {
  background: url("../img/indexImg/blue-content-bg.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
}
.technology-item-container {
  width: 65%;
  margin: 0 auto;
}
.technology-toolbar-performance {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.technology-toolbar {
  display: flex;
  align-items: flex-end;
}
.technology-toolbar-title {
  font-size: 28px;
  font-weight: 700;
  color: #535353;
  letter-spacing: 2px;
}
.technology-toolbar-introduce {
  color: #71727d;
  padding-left: 20px;
}
.technology-toolbar-opt {
  position: relative;
  display: flex;
}
.technology-toolbar-opt div {
  text-align: center;
  margin: 16px 0;
  cursor: pointer;
  transition: all 0.3s;
  color: #575974;
  padding: 0 20px;
}
.technology-toolbar-item-active {
  color: #5476f5 !important;
}
.technology-toolbar-opt div:hover {
  color: #5476f5;
}
.quick-platform-content,
.quick-platform-data-content,
.quick-platform-integration-content {
  width: 30%;
  line-height: 40px;
}
.quick-platform-content div:nth-of-type(1),
.quick-platform-data-content div:nth-of-type(1),
.quick-platform-integration-content div:nth-of-type(1) {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 30px;
}
.talent-advantages-container {
  height: 300px;
}
.talent-advantages {
  background-color: white;
  color: #666666;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
.contact-toolbar {
  position: relative;
  width: 46px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  border-radius: 23px;
  padding-top: 6px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}
.opt-btn {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 1000;
}
.topping {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  background: url("../img/indexImg/zhiding.svg") white no-repeat 14px 14px;
  background-size: 20px 20px;
  display: none;
  position: absolute;
  bottom: -60px;
  z-index: 100;
}
.topping:hover {
  background-color: #3860f4;
  background-image: url("../img/indexImg/zhiding-active.svg");
}
.contact-toolbar > div {
  text-align: center;
  width: 100%;
  padding-bottom: 12px;
  cursor: pointer;
  padding-top: 16px;
  position: relative;
  padding-right: 20px;
}
.contact-toolbar > div > img {
  margin-left: 20px;
}
.opt-btn-show .face-plate {
  width: 200px;
  position: absolute;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  left: -240px;
  top: 0;
  border-radius: 10px;
  display: none;
  text-align: left;
  padding: 20px;
  cursor: default;
}
.opt-btn-show .face-plate::before {
  content: "";
  position: absolute;
  padding: 10px;
  background: inherit;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  background-color: white;
  right: -4px;
  border-radius: 2px;
  box-shadow: 9px -4px 8px -5px rgba(0, 0, 0, 0.12);
}
.phone-number {
  font-weight: 700;
  padding-top: 10px;
}
.contact-toolbar .division-line {
  position: absolute;
  top: 64px;
  width: 65%;
  height: 1px;
  background-color: #cccccc;
  padding: 0;
}
.opt-btn-show .customer-face-plate-wx {
  width: 120px;
  text-align: center;
  left: -160px;
}
.cooperative-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
  background: url("../img/indexImg/blue-content-bg.png") no-repeat;
  background-size: 100% 100%;
}
.cooperative-partner-title {
  color: white;
  font-weight: 700;
  font-size: 28px;
  padding-top: 100px;
}
.cooperative-partner-content {
  width: 70%;
  overflow: hidden;
  position: relative;
  padding-bottom: 200px;
  margin-top: 50px;
}
.cooperative-partner-content div {
  position: absolute;
  top: 0;
  transition: all 0.1s;
  padding-left: 20px;
}

.black {
  width: 100%;
  height: 450px;
  background: #2e3033;
  margin-top: 80px;
  margin-bottom: 60px;
}

.blackbox {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  display: flex;
}

.black_card {
  width: 295px;
  height: 450px;
}

.blackbox .black_card:nth-child(1) {
  background: url("../img/b_1.png") no-repeat;
  background-size: 100% 100%;
}

.blackbox .black_card:nth-child(2) {
  background: url("../img/b_2.png") no-repeat;
  background-size: 100% 100%;
}

.blackbox .black_card:nth-child(3) {
  background: url("../img/b_3.png") no-repeat;
  background-size: 100% 100%;
}

.blackbox .black_card:nth-child(4) {
  background: url("../img/bb4.png") no-repeat;
  background-size: 100% 100%;
}

.b_cardbg {
  width: 295px;
  height: 450px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
}

.b_cardbg img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 142px;
  left: 113px;
  margin-bottom: 20px;
  transition: 0.5s;
}

.heng {
  width: 55px;
  height: 4px;
  position: absolute;
  top: 234px;
  background: #fff;
  left: 121px;
  border-radius: 5px;
  transition: 0.2s;
}

.balck_text {
  position: absolute;
  top: 264px;
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  left: 117px;
  transition: 0.2s;
}

.blackmore {
  position: absolute;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  position: absolute;
  top: 450px;
  padding: 25px 33px 0;
  text-align: left;
  letter-spacing: 0.8px;
  transition: 1.5s;
}

.black_card:hover .b_cardbg {
  background-color: rgba(0, 62, 170, 0.808);
}

.black_card:hover .heng {
  top: 169px;
}

.black_card:hover .b_cardbg img {
  top: 75px;
}

.black_card:hover .balck_text {
  top: 193px;
}

.black_card:hover .blackmore {
  top: 246px;
}

.technology-tabs {
  width: 100%;
  padding-top: 50px;
  position: relative;
  padding-bottom: 30px;
}
.technology-tabs-slider {
  width: 200px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #476cf4;
  border-radius: 10px;
  transition: all 0.3s;
}
.technology-tabs-container {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 70px;
}
.technology-tabs-item {
  text-align: center;
  font-weight: 700;
  color: #383b5b;
  transition: all 0.3s;
  cursor: pointer;
}
.technology-tabs-item > div {
  padding-top: 6px;
}
.technology-tabs-item:hover {
  color: #3860f4;
}
.technology-toolbar-item {
  width: 65%;
  margin: 0 auto;
}
.technology-content {
  padding: 50px 0;
  padding-bottom: 0px;
}
.technology-content-white {
  background-color: white;
}
.technology-content-container {
  width: 65%;
  margin: 0 auto;
}
.technology-content-container-intellect {
  width: 65%;
}
.technology-content-tabs {
  display: none;
  animation: slide-up 0.6s ease-in-out;
}
.technology-content-item {
  display: flex;
  padding-bottom: 30px;
}
.quick-plat-item {
  display: none;
}
.content-data-storage {
  width: 100%;
  height: 505px;
  display: flex;
}
.technology-content-storage {
  width: 100%;
  height: 100%;
  background: #414c65;
  color: white;
  padding-left: 60px;
  padding-right: 300px;
  padding-top: 60px;
  box-sizing: border-box;
}
.content-storage-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 20px;
}
.content-storage-text {
  line-height: 32px;
  color: #e6e6e6;
  font-size: 14px;
}
.technology-min-item {
  width: 285px;
  height: 165px;
  background: url("../img/indexImg/rgzn-item-bg.png") no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 4px 12px 4px #e7ecf3, inset 0px 1px 1px 0px #ffffff;
  margin-right: 20px;
  cursor: pointer;
}
.technology-min-item:hover {
  background-image: radial-gradient(
    110px at right bottom,
    #fff 130px,
    #e5e9fb 50%
  );
}
.technology-min-item:hover .technology-min-item-head > div {
  color: #6785f6;
}
.technology-min-item:hover .technology-min-item-head > img {
  animation: swing 1s;
}
.technology-min-item-head {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 10px;
}
.technology-min-item-head img {
  margin-left: 10px;
  margin-right: 10px;
}
.technology-min-item-head div {
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
}
.technology-min-item-content {
  color: #999999;
  line-height: 26px;
  padding: 0 10px;
  font-size: 14px;
}
.content-digitalize-item {
  width: 285px;
  height: 158px;
  background: url("../img/indexImg/qyzh-item-bg.png") no-repeat;
  background-size: 100% 100%;
}
.technology-content-digitalize {
  display: flex;
}
.content-digitalize-menu {
  width: 228px;
  height: 454px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 16px 32px 0 rgba(48, 55, 66, 0.15);
}
.digitalize-menu-item {
  width: 100%;
  height: 70px;
  line-height: 70px;
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 20px;
  box-shadow: 0px 4px 6px 0px rgb(67 104 160 / 13%),
    inset 0px 2px 6px 0px rgb(88 149 255 / 50%);
  border-radius: 10px;
  background: linear-gradient(147deg, #f3f7ff 0%, #fff 100%);
  color: #272c3a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digitalize-menu-active {
  background-image: linear-gradient(to right, #5f8dff 40%, #8fadff) !important;
  color: white !important;
}
.digitalize-menu-item > div {
  padding-left: 8px;
}
.content-digitalize-content {
  width: 100%;
  margin-left: 10px;
}
.digitalize-content-item {
  width: 100%;
  height: 100%;
}
.digitalize-content-system {
  display: flex;
  flex-wrap: wrap;
}
.digitalize-content-system-item {
  width: 228px;
  height: 218px;
  background-color: white;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  padding-top: 20px;
  color: #666666;
  margin-right: 20px;
  margin-bottom: 16px;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tab-box > a {
  width: 280px;
  height: 218px;
  background-color: white;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  padding-top: 20px;
  color: #666666;
  margin-right: 20px;
  margin-bottom: 16px;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 12px 4px #e7ecf3, inset 0px 1px 1px 0px #ffffff;
}
.tab-box a {
	color: #666666;
}
.digitalize-content-system-item:hover {
  background-image: linear-gradient(to right, #8baaff 50%, #b0c5ff);
  color: white;
}
.digitalize-content-system-item:hover img {
  animation: swing 1s;
}
.digitalize-content-system-item > div:nth-of-type(1) {
  font-weight: 700;
  padding-top: 20px;
  /* padding-bottom: 10px; */
}
.digitalize-content-system-item > div:nth-of-type(2) {
  font-size: 14px;
  line-height: 24px;
}
.digitalize-content-task {
  height: 100%;
  display: flex;
}
.digitalize-content-task-text div {
  width: 90%;
  background-color: #f2f6fa;
  padding: 20px 10px;
  margin-bottom: 30px;
  color: #333333;
  line-height: 30px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}
.digitalize-content-task-text div:hover {
  background-color: #476cf4;
  color: white;
}
.digitalize-content-mobile {
  display: flex;
  justify-content: space-between;
}
.digitalize-content-mobile-left {
  width: 60%;
}
.digitalize-content-mobile-left > div:nth-of-type(1) {
  font-weight: 700;
  color: #3d405f;
  padding-bottom: 20px;
}
.digitalize-content-mobile-left > div:nth-of-type(2) {
  padding-bottom: 20px;
  color: #666666;
}
.digitalize-content-mobile-right {
  width: 30%;
  padding-right: 50px;
}
.digitalize-content-mobile-fast {
  width: 100%;
  padding: 10px;
  background-color: #f2f6fa;
  border-radius: 6px;
  line-height: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.digitalize-content-mobile-fast:hover {
  background-color: #476cf4;
  color: white;
}
.digitalize-content-mobile-fast > div:nth-of-type(1) {
  font-weight: 700;
  font-size: 18px;
}
.digitalize-content-mobile-fast > div:nth-of-type(2) {
  padding-top: 6px;
  font-size: 14px;
}
.technology-content-iot {
  display: flex;
  flex-wrap: wrap;
}
.content-iot-item {
  width: 285px;
  height: 158px;
  background: url("../img/indexImg/znwlw-item-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 16px;
  line-height: 26px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 12px 4px #e7ecf3, inset 0px 1px 1px 0px #ffffff;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  cursor: pointer;
  box-sizing: border-box;
}
.content-iot-item:hover {
  box-shadow: 0 16px 32px 0 rgba(48, 55, 66, 0.15);
  transform: translate(0, -6px);
  transition-delay: 0s !important;
}
.content-iot-item div:nth-of-type(1) {
  font-weight: 700;
  padding-bottom: 10px;
}
.content-iot-item div:nth-of-type(2) {
  padding-bottom: 10px;
  color: #666666;
  font-size: 14px;
}
.technology-robot-content {
  width: 100%;
  height: 100%;
}
.robot-content-container {
  width: 65%;
  height: 100%;
  margin: 0 auto;
}
.robot-content-introduce {
  width: 100%;
  height: 150px;
  background: url("../img/indexImg/yxjqr-jieshao-bg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 9%;
  line-height: 150px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.banben {
  margin-top: 30px;
  margin-bottom: 30px;
}
 .content-digitalize-content  .banben {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tabList {
  display: flex;
  margin: 0 auto;
}
.jiage {
	font-size: 30px;
	margin-bottom: 30px;
}
.tabList > div {
	width: 280px;
	height: 218px;
	background-color: white;
	text-align: center;
	padding: 0 30px;
	box-sizing: border-box;
	padding-top: 20px;
	color: #fff;
	margin-right: 20px;
	/* margin-bottom: 16px; */
	transition: all 0.3s;
	cursor: pointer;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 4px 12px 4px #e7ecf3, inset 0px 1px 1px 0px #ffffff;
	text-align: left;
}
.tab-item >div:nth-child(1) {
	width:100%;
height: 80px;
font-size: 30px;
text-align: left;
}
.tab-item >div:nth-child(2){
	margin-bottom: 10px;
}
.tab-item >div:nth-child(3){
	margin-bottom: 10px;
}
.tab-item:nth-of-type(1) {
	background-color: #ccc;
}
.tab-item:nth-of-type(2) {
	background: url('../img/redirect/two.png') no-repeat;
	background-size: 100%;
	/* background-color: skyblue; */
}
.tab-item:nth-of-type(3) {
	background: url('../img/redirect/three.png') no-repeat;
	background-size: 100%;
	/* background-color: blue; */
}
.tab-item:nth-of-type(4) {
	background: url('../img/redirect/four.png') no-repeat;
	background-size: 100%;
	/* background-color: #999; */
}
.tab-item>div:nth-child(2)>div {
margin-bottom: 10px;
}
.phone {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #666666;
}