html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: "Arial";
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-size: 100%;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
}
i,
em {
  font-style: normal;
  text-decoration: none;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
.tc {
  text-align: center;
}
.last {
  margin-right: 0px !important;
}
.content {
  /*width: 1400px;*/
  max-width: 1400px;
  min-width: 1280px;
  margin: 0 auto;
}
li {
  list-style-type: none;
}
.d-flex {
  display: flex;
}
.ai-fs {
  align-items: flex-start;
}
.ai-c {
  align-items: center;
}
.ai-fd {
  align-items: flex-end;
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.jc-sa {
  justify-content: space-around;
}
.fd-c {
  flex-direction: column;
}
.fw-w {
  flex-wrap: wrap;
}
.w-100 {
  width: 100%;
}
/* index */
.top {
  position: relative;
}
.head {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
}
nav a {
  display: inline-block;
  margin-left: 80px;
  font-size: 16px;
  color: #fff;
}
.top_desc {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.top_desc h1 {
  width: 765px;
  font-size: 60px;
  color: #fff;
  line-height: 72px;
  margin: 0 auto;
}
.top_desc p {
  /*margin-top: 20px;*/
  width: 765px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  margin: 0 auto;
}
.top_desc a {
  display: inline-block;
  margin-top: 56px;
  width: 200px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #7233f7;
  border-radius: 30px;
}
.company_name {
  margin-top: 80px;
  text-align: center;
}
.company_name h2 {
  font-size: 32px;
  color: #080225;
}
.company_name p {
  width: 900px;
  margin: 30px auto 0;
  font-size: 18px;
  color: #080225;
  line-height: 30px;
}
.company_name a {
  display: inline-block;
  margin: 30px auto 0;
  width: 200px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #7233f7;
  border-radius: 30px;
}
.foot {
  margin-top: 80px;
  background-color: #080225;
}
.foot_nav_item {
  padding-top: 54px;
}
.foot_nav_item dt {
  margin-bottom: 10px;
}
.foot_nav_item dt a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.foot_nav_item dl a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.foot_copyright {
  margin-top: 50px;
  padding: 17px 0 21px;
  border-top: 1px solid #fff;
}
.foot_copyright p {
  font-size: 14px;
  color: #fff;
}
/* about us */
.head.other {
  padding: 20px 0 13px;
  position: static;
}
.head.other nav a {
  color: #080225;
}
.banner {
  position: relative;
}
.banner p {
  font-size: 40px;
  color: #fff;
}
.banner_desc {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  z-index: 1;
}
.about_us_delivery {
  background-color: #f9f9f9;
  padding: 86px 0 120px;
  text-align: center;
}
.about_us_delivery h2 {
  font-size: 42px;
  color: #000;
  font-weight: normal;
}
.about_us_delivery p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  padding: 20px 120px 0 120px;
}
.about_us_intelligence {
  margin-top: 90px;
}
.about_us_intelligence .item_le {
  width: 628px;
}
.about_us_intelligence .item_le h3 {
  font-size: 30px;
  font-weight: normal;
  color: #000;
}
.about_us_intelligence .item_le p {
  padding: 50px 90px 0 0;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}
.about_us_intelligence .item_le a {
  display: inline-block;
  margin: 70px auto 0;
  width: 200px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #7233f7;
  border-radius: 30px;
}
.about_us_row {
  margin-top: 89px;
  background-color: #211b3b;
  padding: 80px 0 90px;
  text-align: center;
}
.about_us_row h3 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  margin: 0 186px;
}
.about_us_row_box {
  margin-top: 100px;
}
.about_us_row_box .item {
  width: 216px;
}
.about_us_row_box .item p {
  color: #fff;
}
.about_us_row_box .item p:nth-of-type(1) {
  margin-top: 40px;
  font-size: 30px;
  line-height: 36px;
}
.about_us_row_box .item p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.about_us_leadership {
  margin-top: 92px;
}
.about_us_leadership .item_re {
  width: 660px;
  margin-right: 66px;
  text-align: center;
}
.about_us_leadership .item_re h2 {
  font-size: 40px;
  color: #000;
  font-weight: normal;
}
.about_us_leadership .item_re .item_re_desc {
  margin-top: 40px;
  font-size: 18px;
  color: #080225;
  line-height: 30px;
}
.about_us_leadership .item_re .item_re_co {
  margin-top: 50px;
}
.about_us_leadership .item_re .item_re_co p {
  color: #080225;
}
.about_us_leadership .item_re .item_re_co p:nth-of-type(1) {
  font-size: 30px;
}
.about_us_leadership .item_re .item_re_co p:nth-of-type(2) {
  font-size: 20px;
  line-height: 30px;
}
/* AI Infrastructure */
.banner_other {
  background-color: #2c2929;
  padding: 128px 0 126px;
}
.banner_other .item_le {
  width: 610px;
}
.banner_other .item_le .item_le_con {
  width: 250px;
  line-height: 36px;
  background-color: #49405d;
  border-radius: 20px;
}
.banner_other .item_le .item_le_con img {
  margin-left: 20px;
}
.banner_other .item_le .item_le_con span {
  display: inline-block;
  font-size: 14px;
  color: #f9fafb;
  font-weight: bold;
  margin-left: 10px;
}
.banner_other .item_le h1 {
  margin-top: 24px;
  font-size: 54px;
  color: #fff;
}
.banner_other .item_le p {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.banner_other .item_le a {
  display: inline-block;
  margin: 20px auto 0;
  width: 200px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #7233f7;
  border-radius: 30px;
}
.ai_infrast_services {
  background-color: #f9fafb;
  padding: 80px 0 54px;
}
.ai_infrast_services h2 {
  font-size: 42px;
  color: #080225;
  text-align: center;
}
.ai_infrast_services .ai_infrast_services_pre {
  font-size: 20px;
  color: #666;
  line-height: 30px;
  margin: 10px auto 0;
  width: 712px;
  text-align: center;
}
.ai_infrast_services_box {
  margin-top: 50px;
}
.ai_infrast_services_box .item {
  width: 588px;
  background-color: #fff;
  padding: 25px 78px 30px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px 10px #eeeff0;
  margin-bottom: 30px;
}
.ai_infrast_services_box .item .item_con {
  width: 72px;
  height: 72px;
  background-color: #f1eaff;
  border-radius: 10px;
}
.ai_infrast_services_box .item h3 {
  margin-top: 24px;
  font-size: 24px;
  color: #080225;
}
.ai_infrast_services_box .item p {
  margin-top: 20px;
  font-size: 18px;
  color: #666;
  line-height: 26px;
  font-weight: bold;
}
.ai_infrast_services_box .item ul {
  margin-top: 14px;
}
.ai_infrast_services_box .item ul li {
  margin-top: 8px;
}
.ai_infrast_services_box .item ul li img {
  margin-right: 6px;
}
.ai_infrast_services_box .item ul li span {
  font-size: 16px;
  color: #4b5563;
}
.robotics_applications.ai_infrast_components .robotics_applications_list .item {
  padding: 34px 40px 26px 24px;
  width: 378px;
}
.ai_infrast_process {
  margin-top: 80px;
}
.ai_infrast_process h2 {
  text-align: center;
  font-size: 42px;
  color: #211c3c;
}
.ai_infrast_process_list {
  margin-top: 136px;
}
.ai_infrast_process_list .item {
  position: relative;
  padding: 50px 32px 30px 32px;
  width: 212px;
  text-align: center;
  box-shadow: 0 10px 20px 0px #eeeff0;
  border-radius: 10px;
}
.ai_infrast_process_list .item .item_bar {
  width: 100%;
  height: 1px;
  background-color: #666;
  margin: 20px 0 10px;
}
.ai_infrast_process_list .item p:nth-of-type(1) {
  font-weight: bold;
  font-size: 72px;
  color: #7233f7;
  position: absolute;
  left: 50%;
  top: -36px;
  transform: translate(-50%, 0);
}
.ai_infrast_process_list .item p:nth-of-type(2) {
  font-weight: bold;
  font-size: 24px;
  color: #211c3c;
}
.ai_infrast_process_list .item p:nth-of-type(3) {
  font-size: 16px;
  color: #4b5563;
  line-height: 24px;
}
.design_simulation_services1.ai_infrast_process_services
  .design_simulation_services1_content
  .item
  .item_le
  h3 {
  margin-top: 20px;
}
.robotics_build.ai_infrast_computing_services .robotics_build_list .item {
  padding: 26px 42px 30px 20px;
  width: 616px;
}
.robotics_ai_solutions.ai_infrast_infrastructure_services
  .robotics_ai_solutions_list
  .item_info {
  padding: 36px 20px 32px 20px;
}

/* contact us */
.contact_us {
  margin-top: 20px;
}
.contact_us .item {
  width: 670px;
  margin-top: 30px;
}
.contact_us .item:last-of-type {
  width: 100%;
}
.contact_us .item label {
  display: block;
  font-size: 16px;
  color: #221c3e;
  font-weight: bold;
  line-height: 34px;
}
.contact_us .item input {
  line-height: 56px;
  border: 1px solid #7233f6;
  padding: 0 1%;
  width: 100%;
  box-sizing: border-box;
}
.contact_us .item textarea {
  height: 358px;
  border: 1px solid #7233f6;
  padding: 1%;
  width: 100%;
  box-sizing: border-box;
}
.contact_us p {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #221c3e;
}
.contact_us p a {
  color: #7233f6;
}
.contact_us button {
  display: block;
  margin: 60px auto 0;
  width: 220px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #7233f7;
  border-radius: 30px;
}
/* DEEPSEEK AI */
.banner_other1 {
  background-color: #211c3c;
  height: 396px;
}
.banner_other1 .content {
  position: relative;
  height: 100%;
}
.banner_other1 .item_le {
  width: 632px;
}
.banner_other1 .item_le h1 {
  font-size: 50px;
  color: #fff;
}
.banner_other1 .item_le h1 i {
  color: #7233f6;
}
.banner_other1 .item_le p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 10px;
}
.banner_other1 .content img {
  position: absolute;
  top: 59px;
  right: 0;
}
.deepseek_ai_content {
  margin-top: 200px;
}
.deepseek_ai_content .item_re {
  width: 656px;
}
.deepseek_ai_content .item_re p {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
.deepseek_ai_platforms {
  margin-top: 90px;
  background-color: #080225;
  padding: 80px 0 50px;
}
.deepseek_ai_platforms h2 {
  font-size: 42px;
  text-align: center;
}
.deepseek_ai_platforms h2:nth-of-type(1) {
  font-weight: normal;
  color: #7233f7;
}
.deepseek_ai_platforms h2:nth-of-type(2) {
  color: #fff;
}
.deepseek_ai_platforms table {
  margin-top: 60px;
  width: 100%;
  border-collapse: collapse;
}
.deepseek_ai_platforms table th {
  text-align: center;
  border-bottom: 2px solid #7233f7;
  font-size: 24px;
  color: #7233f7;
  line-height: 36px;
}
.deepseek_ai_platforms table td {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding: 30px 60px;
  text-align: center;
}
.deepseek_ai_platforms table tr td:nth-of-type(1) {
  padding: 0;
  width: 270px;
  text-align: left;
  color: #7233f7;
}
.deepseek_ai_solutions {
  margin-top: 90px;
  text-align: center;
}
.deepseek_ai_solutions h3 {
  font-size: 32px;
  color: #211c3c;
}
.deepseek_ai_solutions p {
  font-size: 20px;
  color: #666;
  line-height: 26px;
  width: 612px;
  margin: 30px auto 0;
}
.deepseek_ai_solutions a {
  display: inline-block;
  margin: 30px auto 0;
  padding: 0 20px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #7233f7;
  border-radius: 30px;
}
/* Robotics */
.banner_other2 {
  background-color: #2c2929;
  padding: 90px 0;
}
.banner_other2_con {
  width: 296px;
  line-height: 48px;
  background-color: #49405c;
  margin: 0 auto;
  border-radius: 30px;
}
.banner_other2_con img {
  margin: 0 14px 0 28px;
}
.banner_other2_con span {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.banner_other2 h1 {
  font-size: 90px;
  color: #fff;
  text-align: center;
  line-height: 90px;
}
.banner_other2 h1:nth-of-type(1) {
  margin-top: 30px;
  color: #7233f7;
}
.banner_other2 p {
  width: 820px;
  margin: 12px auto 0;
  font-size: 26px;
  color: #c9c9c9;
  line-height: 26px;
  text-align: center;
}
.banner_other2_more {
  text-align: center;
  margin-top: 40px;
}
.banner_other2_more a {
  display: inline-block;
  margin: 0 12px;
  width: 300px;
  line-height: 46px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}
.banner_other2_more a:nth-of-type(1) {
  background-color: #7233f7;
}
.banner_other2_more a:nth-of-type(1) img {
  margin-right: 14px;
}
.banner_other2_more a:nth-of-type(2) {
  border: 1px solid #c4c6cc;
}
.robotics_solutions {
  padding: 86px 0;
  background-color: #f9fafb;
}
.robotics_solutions h2 {
  text-align: center;
  font-size: 42px;
  color: #080225;
}
.robotics_solutions .robotics_solutions_pre {
  width: 536px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 20px;
  color: #666;
  line-height: 30px;
}
.robotics_solutions_list {
  margin-top: 56px;
}
.robotics_solutions_list .item {
  padding: 26px 60px 20px 22px;
  border-radius: 10px;
  background-color: #fff;
  width: 362px;
  box-shadow: 0 1px 10px 10px #eeeff0;
}
.robotics_solutions_list .item .item_con {
  width: 72px;
  height: 72px;
  background-color: #f1eaff;
  border-radius: 10px;
}
.robotics_solutions_list .item h3 {
  margin-top: 20px;
  font-size: 24px;
  color: #080225;
}
.robotics_solutions_list .item p:nth-of-type(1) {
  margin-top: 10px;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  line-height: 26px;
}
.robotics_solutions_list .item p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 16px;
  color: #080225;
  font-weight: bold;
  line-height: 26px;
}
.robotics_solutions_list .item ul {
  margin-top: 14px;
}
.robotics_solutions_list .item ul li {
  margin-top: 8px;
}
.robotics_solutions_list .item ul li img {
  margin-right: 6px;
}
.robotics_solutions_list .item ul li span {
  font-size: 16px;
  color: #4b5563;
}
.robotics_choose {
  margin-top: 85px;
}
.robotics_choose h2 {
  text-align: center;
  font-size: 42px;
  color: #080225;
}
.robotics_choose p {
  text-align: center;
  font-size: 20px;
  color: #666;
  margin-top: 20px;
}
.robotics_choose_list {
  margin-top: 82px;
}
.robotics_choose_list .item {
  width: 234px;
}
.robotics_choose_list .item:last-of-type {
  width: 248px;
}
.robotics_choose_list .item .item_con {
  width: 72px;
  height: 72px;
  background-color: #f1eaff;
  border-radius: 10px;
}
.robotics_choose_list .item h3 {
  font-size: 24px;
  color: #080225;
  margin-top: 24px;
}
.robotics_choose_list .item p {
  font-size: 18px;
  color: #666;
  line-height: 26px;
  margin-top: 10px;
  text-align: left;
}
.robotics_ai_solutions {
  margin-top: 80px;
  background-color: #211c3c;
  padding: 74px 0 66px;
}
.robotics_ai_solutions h2 {
  font-size: 42px;
  color: #fff;
  text-align: center;
}
.robotics_ai_solutions .robotics_ai_solutions_pre {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.robotics_ai_solutions_list {
  margin-top: 60px;
}
.robotics_ai_solutions_list .item {
  width: 440px;
  background-color: #2d235e;
}
.robotics_ai_solutions_list .item_info {
  padding: 36px 90px 32px 20px;
}
.robotics_ai_solutions_list .item_info h3 {
  font-size: 24px;
  color: #fff;
}
.robotics_ai_solutions_list .item_info p {
  margin-top: 14px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  height: 52px;
}
.robotics_build {
  margin-top: 86px;
}
.robotics_build h2 {
  font-size: 42px;
  color: #080225;
  text-align: center;
}
.robotics_build .robotics_build_pre {
  margin-top: 16px;
  font-size: 20px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.robotics_build_list {
  margin-top: 60px;
}
.robotics_build_list .item {
  padding: 26px 152px 30px 20px;
  width: 506px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px 6px #eeeff0;
}
.robotics_build_list .item .item_top_icon {
  width: 72px;
  height: 72px;
  background-color: #f1eaff;
  border-radius: 10px;
}
.robotics_build_list .item .item_top span {
  display: inline-block;
  font-size: 24px;
  color: #080225;
  font-weight: bold;
  margin-left: 27px;
}
.robotics_build_list .item p,
.robotics_build_list .item h6 {
  margin-top: 14px;
  font-size: 18px;
  color: #666;
  line-height: 26px;
}
.robotics_build_list .item h6 {
  color: #000;
}
.robotics_build_list .item ul {
  margin-top: 14px;
}
.robotics_build_list .item ul li {
  margin-top: 8px;
}
.robotics_build_list .item ul li img {
  margin-right: 6px;
}
.robotics_build_list .item ul li span {
  font-size: 16px;
  color: #4b5563;
}
.robotics_applications {
  margin-top: 44px;
  background-color: #211c3c;
  padding: 70px 0;
}
.robotics_applications h2 {
  font-size: 42px;
  color: #fff;
  text-align: center;
}
.robotics_applications .robotics_applications_pre {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.robotics_applications_list {
  margin-top: 60px;
}
.robotics_applications_list .item {
  padding: 34px 86px 26px 24px;
  background-color: #fff;
  width: 332px;
  border-radius: 10px;
}
.robotics_applications_list .item h3 {
  margin-top: 14px;
  font-size: 24px;
  color: #211c3c;
}
.robotics_applications_list .item p {
  margin-top: 10px;
  font-size: 16px;
  color: #4b5563;
  line-height: 26px;
}
.robotics_models {
  margin-top: 80px;
}
.robotics_models h2 {
  font-size: 42px;
  color: #080225;
  text-align: center;
}
.robotics_models .robotics_models_pre {
  margin-top: 16px;
  font-size: 20px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.robotics_models_list {
  margin-top: 60px;
}
.robotics_models_list .item {
  padding: 26px 70px 26px 30px;
  width: 344px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px 6px #eeeff0;
  text-align: center;
}
.robotics_models_list .item .item_con {
  margin: 0 auto;
  width: 72px;
  height: 72px;
  background-color: #f1eaff;
  border-radius: 10px;
}
.robotics_models_list .item h3 {
  font-size: 24px;
  color: #080225;
  margin-top: 30px;
}
.robotics_models_list .item p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 14px;
}
.robotics_models_list .item h4 {
  font-size: 30px;
  color: #7233f6;
  margin-top: 14px;
}
.robotics_models_list .item h6 {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  color: #080225;
  margin-top: 14px;
}
.robotics_models_list .item ul {
  text-align: left;
  margin-top: 18px;
}
.robotics_models_list .item ul li {
  margin-top: 8px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #4b5563;
}
.robotics_models_list .item ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  background-color: #7233f6;
  border-radius: 50%;
}
.robotics_examples {
  background-color: #211c3c;
  padding: 70px 0 88px;
}
.robotics_examples h2 {
  font-size: 42px;
  color: #fff;
  text-align: center;
}
.robotics_examples .robotics_examples_pre {
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.robotics_examples_list {
  margin-top: 50px;
}
.robotics_examples_list .item {
  width: 638px;
  padding: 20px;
  background-color: #2d235e;
  border-radius: 10px;
}
.robotics_examples_list .item .item_top h3 {
  margin-left: 19px;
  font-size: 28px;
  color: #fff;
}
.robotics_examples_list .item .item_list {
  margin-top: 10px;
}
.robotics_examples_list .item .item_list .item_list_con {
  width: 50%;
  margin-top: 20px;
}
.robotics_examples_list .item .item_list .item_list_con p:nth-of-type(1) {
  font-size: 14px;
  color: #697688;
  font-weight: bold;
  line-height: 30px;
}
.robotics_examples_list .item .item_list .item_list_con p:nth-of-type(2) {
  font-size: 16px;
  color: #fff;
}
.robotics_examples_list .item .item_pre {
  font-size: 18px;
  color: #697688;
  margin-top: 20px;
}
.robotics_solutions.robotics_solutions1 {
  margin-top: 82px;
  background-color: #fff;
  padding: 0;
}
.robotics_solutions.robotics_solutions1 .robotics_solutions_pre {
  width: 100%;
}
.robotics_future {
  margin-top: 30px;
  text-align: center;
}
.robotics_future h2 {
  font-size: 32px;
  color: #211c3c;
}
.robotics_future p {
  width: 680px;
  font-size: 20px;
  color: #666;
  line-height: 26px;
  margin: 10px auto 0;
}
.robotics_future .more {
  margin-top: 36px;
}
.robotics_future .more a {
  display: inline-block;
  font-size: 18px;
  color: #211c3c;
  width: 238px;
  line-height: 48px;
  border-radius: 30px;
  margin: 0 18px;
}
.robotics_future .more a:nth-of-type(1) {
  color: #fff;
  font-weight: bold;
  background-color: #7233f7;
}
.robotics_future .more a:nth-of-type(2) {
  border: 1px solid #d6d6d6;
}
/* NVIDIA AI Factories */
.nvidia_ai_factories {
  margin-top: 60px;
}
.nvidia_ai_factories p {
  font-size: 16px;
  color: #000;
  width: 626px;
  line-height: 24px;
}
.nvidia_ai_factories p i {
  color: #7233f6;
}
.deepseek_ai_content.nvidia_ai_factories_content {
  margin-top: 60px;
}
.deepseek_ai_content.nvidia_ai_factories_content p:nth-of-type(2) {
  margin-top: 20px;
}
.nvidia_ai_factories_content h6 {
  font-size: 20px;
  color: #211c3c;
}
.nvidia_ai_factories_content h2 {
  font-size: 42px;
  color: #7233f6;
  margin: 10px 0 20px;
}
.deepseek_ai_content.nvidia_ai_factories_content a {
  display: inline-block;
  width: 433px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #7233f6;
  margin-top: 30px;
  text-transform: uppercase;
}
.deepseek_ai_content.nvidia_ai_factories_content a img {
  vertical-align: middle;
  margin-left: 10px;
}
.deepseek_ai_content.nvidia_ai_factories_content ul {
  margin-top: 40px;
}
.deepseek_ai_content.nvidia_ai_factories_content ul li {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  position: relative;
  padding-left: 12px;
}
.deepseek_ai_content.nvidia_ai_factories_content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
/* Design Simulation */
.banner_other.banner_other3 .item_le a {
  width: 400px;
}
.robotics_applications.design_simulation_capabilities {
  margin-top: 0;
}
.robotics_applications.design_simulation_capabilities
  .robotics_applications_list
  .item {
  margin-right: 36px;
  margin-bottom: 32px;
}
.robotics_applications.design_simulation_capabilities
  .robotics_applications_list
  .item:nth-of-type(3n) {
  margin-right: 0;
}
.robotics_applications.design_simulation_capabilities
  .robotics_applications_list
  .item:nth-of-type(4),
.robotics_applications.design_simulation_capabilities
  .robotics_applications_list
  .item:nth-of-type(5) {
  margin-bottom: 0;
}
.robotics_build.design_simulation_services
  .robotics_build_list
  .item
  .item_top
  span {
  margin-left: 0;
}
.robotics_build.design_simulation_services .robotics_build_list .item {
  padding: 26px 48px 30px 20px;
  width: 610px;
}
.robotics_build.design_simulation_services .robotics_build_list .item p {
  font-size: 16px;
}
.design_simulation_services1 {
  background-color: #211c3c;
  padding: 78px 0;
  margin-top: 80px;
}
.design_simulation_services1 h2 {
  font-size: 42px;
  color: #fff;
  text-align: center;
}
.design_simulation_services1 .design_simulation_services1_pre {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.design_simulation_services1_tabs {
  margin-top: 40px;
  text-align: center;
}
.design_simulation_services1_tabs a {
  display: inline-block;
  padding: 0 20px;
  line-height: 96px;
  background-color: #080225;
  font-size: 18px;
  color: #fff;
  margin: 0 11px;
  border: 1px solid #321186;
}
.design_simulation_services1_tabs a.active {
  background-color: #7233f7;
}
.design_simulation_services1_content .item {
  margin-top: 87px;
  display: none;
}
.design_simulation_services1_content .item.active {
  display: flex;
}
.design_simulation_services1_content .item .item_le {
  width: 695px;
}
.design_simulation_services1_content .item .item_le h3 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}
.design_simulation_services1_content .item .item_le p {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.design_simulation_services1_content .item ul {
  margin-top: 20px;
}
.design_simulation_services1_content .item ul li {
  margin-top: 8px;
}
.design_simulation_services1_content .item ul li img {
  margin-right: 6px;
}
.design_simulation_services1_content .item ul li span {
  font-size: 16px;
  color: #fff;
}
.design_simulation_services1 .robotics_build_pre {
  color: #fff;
}
.design_simulation_services1 .robotics_build_list .item {
  background-color: #fff;
  box-shadow: none;
}
.design_simulation_services1 .robotics_build_list .item .item_top span {
  margin-left: 0;
}
.design_simulation_services2 .robotics_build_list .item:nth-of-type(3),
.design_simulation_services2 .robotics_build_list .item:nth-of-type(4) {
  margin-bottom: 0;
}
.deepseek_ai_solutions.design_simulation_start a {
  width: 240px;
}
.robotics_ai_solutions.design_simulation_cases {
  padding: 0;
  background-color: transparent;
}
.robotics_ai_solutions.design_simulation_cases h2 {
  color: #211c3c;
}
.robotics_ai_solutions.design_simulation_cases
  .robotics_ai_solutions_list
  .item {
  width: 675px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 10px 10px #eeeff0;
  margin-bottom: 48px;
}
.robotics_ai_solutions.design_simulation_cases
  .robotics_ai_solutions_list
  .item:nth-of-type(3),
.robotics_ai_solutions.design_simulation_cases
  .robotics_ai_solutions_list
  .item:nth-of-type(4) {
  margin-bottom: 0;
}
.robotics_ai_solutions.design_simulation_cases
  .robotics_ai_solutions_list
  .item_info
  h3 {
  color: #211c3c;
}
.robotics_ai_solutions.design_simulation_cases
  .robotics_ai_solutions_list
  .item_info
  p {
  color: #666;
}
/* AI-HPC DATA CENTERS */
.banner_other1 .item_le .item_le_more {
  margin-top: 42px;
}
.banner_other1 .item_le .item_le_more a {
  display: inline-block;
  margin-right: 19px;
  width: 133px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.banner_other1 .item_le .item_le_more a img {
  margin-left: 13px;
  position: static;
}
.banner_other1 .item_le .item_le_more a:nth-of-type(1) {
  background-color: #7233f6;
}
.banner_other1 .item_le .item_le_more a:nth-of-type(2) {
  border: 2px solid #fff;
}
.ai_hpc_data_centers_solved {
  margin-top: 80px;
}
.ai_hpc_data_centers_solved h2 {
  font-size: 42px;
  color: #211c3c;
  text-align: center;
}
.ai_hpc_data_centers_solved_list {
  margin-top: 54px;
  border-radius: 10px;
  overflow: hidden;
}
.ai_hpc_data_centers_solved_list .item_le {
  width: 610px;
  box-shadow: 0 1px 10px 10px #eeeff0;
}
.ai_hpc_data_centers_solved_list .item_le .item {
  border-bottom: 1px solid #d6d6d6;
}
.ai_hpc_data_centers_solved_list .item_le .item_top span {
  font-weight: bold;
  display: inline-block;
  line-height: 112px;
}
.ai_hpc_data_centers_solved_list .item_le .item_top span:nth-of-type(1) {
  font-size: 21px;
  color: #090325;
  margin-left: 62px;
}
.ai_hpc_data_centers_solved_list .item_le .item_top span:nth-of-type(2) {
  font-size: 20px;
  color: #211c3c;
  margin-left: 46px;
}
.ai_hpc_data_centers_solved_list .item_le .item_bottom {
  padding: 0 46px 30px 62px;
  display: none;
  height: 98px;
}
.ai_hpc_data_centers_solved_list .item_le .item_bottom span {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.ai_hpc_data_centers_solved_list .item_le .item.active {
  background-color: #7233f6;
}
.ai_hpc_data_centers_solved_list .item_le .item.active span {
  color: #fff;
}
.ai_hpc_data_centers_solved_list .item_le .item.active .item_bottom {
  display: block;
}
.ai_hpc_data_centers_solved_list .item_re {
  width: 790px;
}
.ai_hpc_data_centers_solved_list .item_re .item_re_con {
  display: none;
}
.ai_hpc_data_centers_solved_list .item_re .item_re_con.active {
  display: block;
}
.ai_hpc_data_centers_advantages {
  background-color: transparent;
}
.ai_hpc_data_centers_advantages h2 {
  color: #211c3c;
}
.ai_hpc_data_centers_advantages .design_simulation_services1_tabs a {
  width: 200px;
  height: 90px;
  line-height: 30px;
  display: inline-flex;
}
.ai_hpc_data_centers_advantages .design_simulation_services1_content {
  box-shadow: 0 1px 10px 10px #eeeff0;
}
.ai_hpc_data_centers_advantages
  .design_simulation_services1_content
  .item
  .item_le
  h3 {
  color: #211c3c;
  font-size: 32px;
  font-weight: bold;
  padding-left: 36px;
}
.ai_hpc_data_centers_advantages
  .design_simulation_services1_content
  .item
  .item_le
  p {
  color: #211c3c;
  padding-left: 36px;
  margin-top: 30px;
}
.ai_hpc_data_centers_cooled {
  background-color: #080225;
  padding: 70px 0 60px;
}
.ai_hpc_data_centers_cooled h2 {
  text-align: center;
  font-size: 42px;
}
.ai_hpc_data_centers_cooled h2:nth-of-type(1) {
  color: #fff;
}
.ai_hpc_data_centers_cooled h2:nth-of-type(2) {
  color: #7233f7;
  font-weight: normal;
}
.ai_hpc_data_centers_cooled .ai_hpc_data_centers_cooled_pre {
  text-align: center;
  width: 848px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin: 24px auto 0;
}
.ai_hpc_data_centers_cooled_list {
  margin-top: 70px;
}
.ai_hpc_data_centers_cooled_list .item {
  width: 33.33%;
  text-align: center;
}
.ai_hpc_data_centers_cooled_list .item p {
  font-size: 18px;
  color: #7233f7;
  font-weight: bold;
  width: 210px;
  margin: 0 auto 16px;
}
.ai_hpc_data_centers_cooled_tabs {
  margin-top: 24px;
  border-bottom: 2px solid #7233f7;
}
.ai_hpc_data_centers_cooled_tabs a {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 0 30px;
  line-height: 56px;
  border-radius: 10px 10px 0 0;
}
.ai_hpc_data_centers_cooled_tabs a.active {
  background-color: #7233f7;
}
.ai_hpc_data_centers_cooled_content {
  border-bottom: 1px solid #8c8999;
}
.ai_hpc_data_centers_cooled_content .item{
  display: none;
}
.ai_hpc_data_centers_cooled_content .item.active {
  display: block;
}
.ai_hpc_data_centers_cooled_content table {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  margin-top: 20px;
}
.ai_hpc_data_centers_cooled_content th {
  color: #7233f7;
  text-align: left;
}
.ai_hpc_data_centers_cooled_content td {
  color: #fff;
}
.ai_hpc_data_centers_cooled_desc p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  width: 800px;
  margin: 30px auto 0;
  text-align: center;
}
/* AI Consulting */
.banner_other.ai_consulting_banner .item_le .item_le_con {
  width: 220px;
}
.banner_other.ai_consulting_banner .item_le a {
  width: 298px;
}
.ai_consulting_services .ai_infrast_services_box .item {
  width: 358px;
  padding: 25px 60px 30px 20px;
}
.robotics_applications.ai_infrast_components.ai_consulting_services1
  .robotics_applications_list
  .item {
  padding: 26px 80px 26px 36px;
  width: 554px;
}
.robotics_applications.design_simulation_capabilities.ai_consulting_services1
  .robotics_applications_list
  .item:nth-of-type(3n) {
  margin-right: 36px;
  margin-bottom: 0;
}
.robotics_applications.design_simulation_capabilities.ai_consulting_services1
  .robotics_applications_list
  .item:nth-of-type(2n) {
  margin-right: 0;
}
.ai_infrast_services.ai_consulting_potential {
  background-color: #fff;
}
.ai_infrast_services.ai_consulting_potential .ai_infrast_services_box .item p {
  height: 78px;
}
.ai_infrast_services.ai_consulting_business .ai_infrast_services_box .item h6 {
  font-size: 16px;
  color: #080225;
  margin-top: 20px;
}
.ai_infrast_services.ai_consulting_business
  .ai_infrast_services_box
  .item
  ul
  li {
  position: relative;
}
.ai_infrast_services.ai_consulting_business
  .ai_infrast_services_box
  .item
  ul
  li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7233f6;
}
.ai_infrast_services.ai_consulting_business
  .ai_infrast_services_box
  .item
  ul
  li
  span {
  padding-left: 20px;
}
.ai_consulting_contents {
  padding-top: 86px;
}
.ai_consulting_contents .item_le {
  width: 678px;
}
.ai_consulting_contents .item_re {
  width: 560px;
  margin-right: 50px;
}
.ai_consulting_contents .item_re h6 {
  font-size: 36px;
  color: #080225;
  font-weight: bold;
}
.ai_consulting_contents .item_re ul {
  margin-top: 40px;
}
.ai_consulting_contents .item_re ul li {
  margin-top: 20px;
  padding-left: 40px;
  position: relative;
}
.ai_consulting_contents .item_re ul li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  background: url(../images/AIInfrastructure_17.gif) center center no-repeat;
  width: 28px;
  height: 28px;
}
.ai_consulting_contents .item_re ul li p {
  font-size: 20px;
  color: #4b5563;
  font-weight: bold;
  margin-bottom: 6px;
}
.ai_consulting_contents .item_re ul li span {
  font-size: 16px;
  color: #4b5563;
  line-height: 26px;
}
.ai_consulting_contents_pre {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
}
.ai_consulting_methodology {
  margin-top: 86px;
}
.ai_consulting_methodology h2 {
  font-size: 48px;
  color: #000;
  text-align: center;
}
.ai_consulting_methodology .ai_consulting_methodology_list {
  margin-top: 68px;
}
.ai_consulting_methodology .ai_consulting_methodology_list .item {
  width: 278px;
  text-align: center;
}
.ai_consulting_methodology .ai_consulting_methodology_list .item .item_circle {
  width: 120px;
  height: 120px;
  background-color: #7233f6;
  border-radius: 50%;
  margin: 0 auto;
}
.ai_consulting_methodology .ai_consulting_methodology_list .item h3 {
  font-size: 24px;
  color: #080226;
  line-height: 30px;
  margin-top: 30px;
}
.ai_consulting_methodology .ai_consulting_methodology_list .item p {
  font-size: 16px;
  color: #080226;
  line-height: 24px;
  margin-top: 10px;
}
.ai_consulting_expertise {
  margin-top: 80px;
  background-color: #211c3c;
  padding: 76px 0;
}
.ai_consulting_expertise h2 {
  text-align: center;
  font-size: 48px;
  color: #fff;
}
.ai_consulting_expertise .ai_consulting_expertise_list {
  margin-top: 33px;
}
.ai_consulting_expertise .ai_consulting_expertise_list .item {
  width: 437px;
  line-height: 58px;
  border: 1px solid #7233f6;
  margin-top: 29px;
  border-radius: 10px;
}
.ai_consulting_expertise .ai_consulting_expertise_list .item img {
  margin: 0 16px 0 22px;
}
.ai_consulting_expertise .ai_consulting_expertise_list .item span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.robotics_ai_solutions.ai_consulting_stories {
  background-color: transparent;
  padding: 0;
}
.robotics_ai_solutions.ai_consulting_stories h2 {
  color: #000;
}
.robotics_ai_solutions.ai_consulting_stories .robotics_ai_solutions_list .item {
  width: 688px;
  border-radius: 10px;
}
.robotics_ai_solutions.ai_consulting_stories
  .robotics_ai_solutions_list
  .item
  p {
  height: auto;
}
.robotics_ai_solutions.ai_consulting_stories
  .robotics_ai_solutions_list
  .item
  p
  i {
  font-weight: bold;
}
.robotics_ai_solutions.ai_consulting_stories
  .robotics_ai_solutions_list
  .item_info {
  padding: 30px 114px 30px 30px;
}




.spanred{
  all:revert;
  color: red;
}
nav a:hover{
  color: #7233f7;
}
.svgt{
  color: white;
    vertical-align: text-bottom;
}
.navul{

}
.navul li{
  width: 95px;
  margin-left: 45px;
  display: inline-block;
}
.navul li a{
  font-size: 16px;
  color: #555;
}
.navchild{
  position: absolute;
  display: none;
  background: #fff;
  border-radius: 7px;
  z-index: 999;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
}
.navchild ul{
  padding: 5px;
}
.navchild li{
  margin-left: 0;
  width: 200px;
  display: list-item;
  margin: 5px;
  padding: 5px;
}
.navchild li a{
  color: #555;
}
.navchild li a:hover{
  color: #7233f7;
}
.ai_infrast_services_box .item ul li img{
  vertical-align: top;
}
.robotics_build_list .item ul li img{
  vertical-align: top;
}
.design_simulation_services1_content .item ul li img{
  vertical-align: top;
}
.robotics_solutions_list .item ul li img{
  vertical-align: top;
}
.textcenter{
  text-align: center;
}