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: 1200px;
  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%;
}
.wrap {
  width: 100%;
  position: relative;
}
/* index */
.header {
  padding: 10px 0;
}
nav a {
  display: inline-block;
  font-size: 16px;
  color: #080225;
  margin-left: 82px;
}
.banner_con {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}
.banner_con .banner_con_width {
  width: 910px;
}
.banner_con h1 {
  font-size: 42px;
  color: #fff;
  line-height: 62px;
}
.banner_con p {
  color: #fff;
  margin-top: 10px;
}
.banner_con p:nth-of-type(1) {
  font-size: 28px;
}
.banner_con p:nth-of-type(2) {
  width: 550px;
  font-size: 20px;
  line-height: 32px;
}
.banner_con a {
  margin-top: 30px;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 0 38px;
  line-height: 54px;
  background-color: #ff6549;
  border-radius: 30px;
}
.mySwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.mySwiper .swiper-pagination-bullet-active {
  background: #fff;
}
.solutions {
  margin-top: 100px;
}
.solutions h2 {
  font-size: 30px;
  color: #0a2030;
}
.solutions .solutions_pre {
  font-size: 16px;
  color: #0a2030;
  margin-top: 10px;
  line-height: 32px;
  width: 860px;
}
.solutions a {
  margin-top: 20px;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 0 38px;
  line-height: 54px;
  background-color: #ff6549;
  border-radius: 30px;
}
.solutions_list {
  margin-top: 88px;
}
.solutions_list .item {
  padding: 30px 50px 30px 40px;
  width: 290px;
  height: 160px;
  background: url(../images/index1_03.png) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.solutions_list .item h3 {
  font-size: 22px;
  color: #fff;
  margin-top: 20px;
}
.solutions_list .item p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.choice {
  margin-top: 110px;
  position: relative;
}
.choice_con {
  position: absolute;
  width: 100%;
  top: 76px;
}
.choice_con h3 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  width: 590px;
}
.choice_con .choice_pre {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  width: 600px;
  margin-top: 10px;
}
.choice_list {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
}
.choice_list .item {
  width: 268px;
  height: 170px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 56px 30px;
  text-align: center;
  box-shadow: 0 0px 8px 0px #f1f1f1;
}
.choice_list .item h1 {
  font-size: 48px;
  color: transparent;
  background: -webkit-linear-gradient(#121fff, #01e5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.choice_list .item h1::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 58px;
  height: 2px;
  background-color: #343ced;
}
.choice_list .item p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  color: #0a2030;
  margin-top: 30px;
}
.choice_list .item p:nth-of-type(2) {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
.hotkey {
  margin-top: 296px;
  background: url(../images/index1_06.png) center center no-repeat;
  padding: 100px 0 154px;
}
.hotkey_le {
  width: 588px;
}
.hotkey_le .hotkey_le_width {
  width: 538px;
}
.hotkey h3 {
  font-size: 30px;
  color: #0a2030;
  line-height: 36px;
  margin-bottom: 10px;
}
.hotkey_le p {
  font-size: 16px;
  line-height: 24px;
  color: #0a2030;
  margin-bottom: 20px;
}
.hotkey_re_con .item {
  margin-bottom: 20px;
  width: 464px;
}
.hotkey_re_con .item .item_top {
  background: #ff6549;
  line-height: 46px;
  border-radius: 30px;
}
.hotkey_re_con .item .item_top span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-left: 24px;
}
.hotkey_re_con .item .item_top .item_top_arrow {
  padding-right: 28px;
}
.hotkey_re_con .item .item_top .item_top_arrow .img2 {
  display: none;
}
.hotkey_re_con .item .item_text {
  padding: 20px 32px;
  display: none;
}
.hotkey_re_con .item .item_text p {
  font-size: 16px;
  line-height: 24px;
  color: #0a2030;
}
.hotkey_re_con .item.active .item_text,
.hotkey_re_con .item.active .item_top .item_top_arrow .img2 {
  display: block;
}
.hotkey_re_con .item.active .item_top .item_top_arrow .img1 {
  display: none;
}
.footer {
  background: linear-gradient(to bottom, #02dcff, #1226ff);
  padding-top: 66px;
}
.footer_top {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.footer_top_le {
  width: 148px;
}
.footer_top_re {
  width: 1000px;
}
.footer_top_re dl {
  width: 200px;
}
.footer_top_re dl dt {
  margin-bottom: 14px;
  padding-bottom: 19px;
  border-bottom: 1px solid #fff;
}
.footer_top_re dl a {
  font-size: 16px;
  color: #fff;
}
.footer_top_re dl dt a {
  font-weight: bold;
}
.footer_top_re dl dd a {
  line-height: 30px;
  /*word-break: break-all;*/
}
.footer_copyright {
  text-align: center;
}
.footer_copyright p {
  font-size: 14px;
  color: #fff;
  line-height: 80px;
}
/* about us */
.banner {
  position: relative;
}
.banner_con1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.banner_con1 h1 {
  font-size: 42px;
  color: #fff;
}
.banner_con1 p {
  margin-top: 26px;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  width: 984px;
}
.menu_nav {
  margin-top: 76px;
}
.menu_nav a,
.menu_nav span {
  font-size: 14px;
  color: #bbb;
}
.menu_nav a.active {
  color: #343ced;
}
.company_profile {
  margin-top: 60px;
  text-align: center;
}
.company_profile h1 {
  font-size: 42px;
  color: #0a2030;
}
.company_profile p {
  width: 970px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 24px;
  color: #555;
}
.company_profile img {
  margin-top: 60px;
}
.about_info .content {
  margin: 84px auto 0;
}
.about_info .content:last-of-type {
  margin: 84px auto;
}
.about_info .about_info_le {
  width: 480px;
}
.about_info .about_info_le h1 {
  font-size: 42px;
  color: #0a2030;
}
.about_info .about_info_re {
  width: 654px;
}
.about_info .about_info_re p {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin-bottom: 10px;
}
.about_info .about_info_re img {
  margin-top: 20px;
}
/* Contact us */
.banner_con2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.banner_con2 h1 {
  font-size: 48px;
  color: #131bff;
}
.office {
  margin-top: 44px;
}
.office_le {
  width: 488px;
}
.office_re {
  width: 660px;
}
.office_re h2 {
  margin-top: 68px;
  font-size: 36px;
  color: #131bff;
  margin-bottom: 10px;
}
.office_re .item {
  line-height: 62px;
  border-bottom: 1px solid #d6d6d6;
}
.office_re .item span {
  display: inline-block;
  font-size: 18px;
  color: #555;
  margin-left: 14px;
}
.office .office_pre {
  margin-top: 100px;
  font-size: 30px;
  line-height: 48px;
  color: #131bff;
}
.contact_us_form {
  margin-bottom: 104px;
}
.contact_us_form .item {
  margin-top: 36px;
  width: 574px;
}
.contact_us_form .item.item_width {
  width: 100%;
}
.contact_us_form .item label {
  display: block;
  font-size: 16px;
  color: #221c3e;
  line-height: 34px;
}
.contact_us_form .item input {
  padding: 0 1%;
  width: 98%;
  border: 1px solid #131bff;
  line-height: 56px;
  box-sizing: border-box;
}
.contact_us_form .item textarea {
  padding: 0 1%;
  width: 99%;
  border: 1px solid #131bff;
  line-height: 56px;
  box-sizing: border-box;
  height: 370px;
}
.contact_us_form .item p {
  text-align: center;
  font-size: 16px;
  color: #221c3e;
}
.contact_us_form .item a {
  color: #131bff;
}
.contact_us_form .item:last-of-type {
  text-align: center;
}
.contact_us_form .item button {
  width: 222px;
  line-height: 58px;
  text-align: center;
  background-color: #ff6549;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}
/* Enterprise Al Platforms */
.banner1 {
  background-color: #f4f4f4;
  padding: 76px 0;
}
.banner1 h1 {
  font-size: 36px;
  color: #2c2929;
  line-height: 56px;
}
.banner1 p {
  margin-top: 20px;
  font-size: 18px;
  color: #555e6b;
  line-height: 24px;
}
.banner1 img {
  margin-top: 30px;
}
.computing,
.platform,
.systems,
.platform_info {
  margin-top: 60px;
}
.computing h2,
.platform h2,
.platform_info h2 {
  font-size: 30px;
  color: #2c2929;
}
.computing p {
  font-size: 18px;
  color: #555e6b;
  line-height: 28px;
  margin-top: 20px;
}
.platform_list .item {
  margin-top: 36px;
  background-color: #fff;
  padding: 36px 28px;
  width: 528px;
  box-shadow: 0 2px 10px 10px #f4f4f4;
  border-radius: 10px;
}
.platform_list .item h3 {
  font-size: 24px;
  color: #080225;
}
.platform_list .item .li_img {
  margin-top: 20px;
}
.platform_list .item p {
  margin-top: 24px;
  font-size: 18px;
  color: #666;
  line-height: 26px;
  height: 78px;
}
.platform_list .item ul {
  margin-top: 14px;
}
.platform_list .item ul li {
  line-height: 28px;
  display: flex;
  align-items: center;
}
.platform_list .item ul li img {
  width: 16px;
  margin-right: 6px;
}
.platform_list .item ul li span {
  display: inline-block;
  font-size: 16px;
  color: #4b5563;
}
.systems {
  background: linear-gradient(to right, #140cff, #01eaff);
  padding: 80px 0 60px;
}
.systems h2 {
  font-size: 30px;
  color: #fff;
}
.systems_list {
  margin-top: 40px;
}
.systems_list .item {
  padding: 30px 28px;
  background-color: #fff;
  border-radius: 10px;
  width: 324px;
}
.systems_list .item h6 {
  margin-top: 20px;
  font-size: 20px;
  color: #211c3c;
}
.systems_list .item p {
  margin-top: 14px;
  font-size: 16px;
  color: #4b5563;
  line-height: 26px;
  height: 130px;
}
.platform_info_table {
  margin-top: 24px;
  padding: 20px 18px;
  box-shadow: 0 2px 10px 10px #f4f4f4;
  border-radius: 10px;
}
.platform_info_table table {
  width: 100%;
}
.platform_info_table table th {
  font-size: 16px;
  color: #2c2929;
  line-height: 48px;
  border-bottom: 1px solid #d6d6d6;
  text-align: left;
}
.platform_info_table table td {
  font-size: 16px;
  color: #2c2929;
  line-height: 48px;
  border-bottom: 1px solid #d6d6d6;
}
.hgx {
  margin: 90px 0;
  text-align: center;
}
.hgx h2 {
  font-size: 30px;
  color: #2c2929;
}
.hgx p {
  font-size: 18px;
  color: #555e6b;
  line-height: 26px;
  width: 820px;
  margin: 20px auto;
}
.hgx a {
  font-size: 18px;
  color: #ff6549;
  display: inline-block;
  margin: 0 13px;
  border-radius: 5px;
  border: 1px solid #ff6549;
  padding: 0 20px;
  line-height: 40px;
}
.hgx a.active {
  background-color: #ff6549;
  color: #fff;
}
/* NVIDIA Al Enterprise */
.banner2 {
  background-color: #f4f4f4;
  padding: 70px 0 78px;
  text-align: center;
}
.banner2 h1 {
  font-size: 48px;
  color: #2c2929;
  line-height: 72px;
  width: 810px;
  margin: 0 auto;
}
.banner2 p {
  font-size: 20px;
  color: #555e6b;
  line-height: 32px;
  width: 950px;
  margin: 30px auto 0;
}
.banner2 a {
  display: inline-block;
  line-height: 42px;
  padding: 0 32px;
  background-color: #ff6549;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
}
.enterprise_ai {
  margin-top: 50px;
}
.enterprise_ai_le {
  width: 560px;
}
.enterprise_ai_re {
  width: 584px;
}
.enterprise_ai_re h3 {
  font-size: 30px;
  color: #2c2929;
  margin-bottom: 10px;
}
.enterprise_ai_re p {
  font-size: 18px;
  color: #555e6b;
  line-height: 32px;
}
.enterprise_ai_re p:nth-of-type(1) {
  margin-bottom: 30px;
}
.ai_enterprise {
  margin-top: 90px;
  background: linear-gradient(to bottom, #01e5ff, #0f49ff);
  padding: 64px 0 94px;
}
.ai_enterprise h2 {
  font-size: 36px;
  color: #fff;
}
.ai_enterprise_list {
  margin-top: 10px;
}
.ai_enterprise_list .item {
  width: 584px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 34px;
  overflow: hidden;
}
.ai_enterprise_list .item .item_desc {
  padding: 24px;
}
.ai_enterprise_list .item .item_desc h3 {
  font-size: 24px;
  color: #211c3c;
  margin-left: 14px;
}
.ai_enterprise_list .item .item_desc p {
  font-size: 18px;
  line-height: 26px;
  color: #666;
  margin-top: 14px;
}
.nvidia_list {
  margin-top: 110px;
}
.nvidia_list .nvidia_list_le,
.nvidia_list .nvidia_list_re {
  width: 566px;
}
.nvidia_list .nvidia_list_re .nvidia_list_re_top {
  margin-bottom: 10px;
}
.nvidia_list .nvidia_list_re h3 {
  font-size: 30px;
  color: #080225;
  margin-left: 32px;
}
.nvidia_list .nvidia_list_re p {
  font-size: 18px;
  color: #4b5563;
  line-height: 26px;
}
.nvidia_list .nvidia_list_re p:nth-of-type(1) {
  margin-bottom: 20px;
}
.nvidia_list .nvidia_list_re ul {
  margin-top: 14px;
}
.nvidia_list .nvidia_list_re ul li {
  line-height: 36px;
  display: flex;
  align-items: center;
}
.nvidia_list .nvidia_list_re ul li img {
  width: 24px;
  margin-right: 16px;
}
.nvidia_list .nvidia_list_re span {
  display: inline-block;
  font-size: 18px;
  color: #4b5563;
  font-weight: bold;
}
.nvidia_systems.systems .item {
  margin-bottom: 32px;
}
.nvidia_systems.systems .item_icon {
  width: 73px;
  height: 73px;
  background-color: #ffefec;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nvidia_systems.systems .systems_list .item p {
  height: 66px;
}
.core {
  margin-top: 80px;
}
.core h2 {
  font-size: 36px;
  color: #2c2929;
}
.core .core_list {
  margin-top: 44px;
}
.core .item {
  width: 584px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 34px;
  overflow: hidden;
  box-shadow: 0 0px 8px 0px #f1f1f1;
}
.core .item .item_desc {
  padding: 24px;
}
.core .item .item_desc h3 {
  font-size: 24px;
  color: #211c3c;
}
.core .item .item_desc p {
  font-size: 18px;
  line-height: 26px;
  color: #666;
  margin-top: 14px;
}
.nvidia_hgx.hgx p {
  width: 656px;
}
/* NVIDIA DGX Systems */
.nvidia_platform.platform .platform_list .item .li_img {
  margin-top: 0;
}
.nvidia_platform.platform h3 {
  margin-top: 22px;
}
.nvidia_platform.platform .platform_list .item p {
  margin-top: 16px;
}
.dgx_systems.systems .systems_list .item p {
  height: 92px;
}
.portfolio{
  margin-top: 80px;
}
.portfolio h2{
  font-size: 30px;
  color: #2c2929;
}
.portfolio .portfolio_pre{
  margin-top: 20px;
  font-size: 18px;
  color: #555e6b;
  line-height: 32px;
}
.portfolio_list {
  margin-top: 10px;
}
.portfolio_list .item {
  width: 584px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 34px;
  box-shadow: 0 0px 8px 0px #f1f1f1;
}
.portfolio_list .item .item_le {
  width: 312px;
}
.portfolio_list .item .item_re {
  width: 272px;
}
.portfolio_list .item .item_le .item_le_pad {
  padding: 24px 34px 0 22px;
}
.portfolio_list .item .item_le h4 {
  font-size: 20px;
  color: #080225;
}
.portfolio_list .item .item_le p {
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.portfolio_list .item .item_le ul {
  margin-top: 14px;
}
.portfolio_list .item .item_le ul li {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.portfolio_list .item .item_le ul li img {
  width: 16px;
  margin-right: 6px;
}
.portfolio_list .item .item_le ul li span {
  display: inline-block;
  font-size: 12px;
  color: #4b5563;
}
.dgx_ai_enterprise.ai_enterprise {
  background: linear-gradient(to right, #0f49ff, #01e5ff);
}
.dgx_ai_enterprise.ai_enterprise .ai_enterprise_list .item {
  width: 376px;
  border-radius: 0;
}
.dgx_ai_enterprise.ai_enterprise .ai_enterprise_list .item .item_desc h3 {
  font-size: 20px;
  margin-left: 0;
}
.dgx_ai_enterprise.ai_enterprise .ai_enterprise_list .item .item_desc p {
  font-size: 16px;
}
.ai_enterprise_list .item .item_desc {
  padding: 40px 24px 24px;
}
/* Storage Systems */
.infrastructure {
  margin-top: 80px;
  padding: 80px 0 60px;
  background: linear-gradient(to right, #0f49ff, #01e5ff);
}
.infrastructure h2 {
  font-size: 30px;
  color: #fff;
}
.infrastructure_list .item {
  margin-top: 36px;
  background-color: #fff;
  padding: 30px;
  width: 526px;
  border-radius: 10px;
}
.infrastructure_list .item h3 {
  font-size: 24px;
  color: #080225;
}
.infrastructure_list .item .li_img {
  margin-top: 20px;
}
.infrastructure_list .item p {
  margin-top: 16px;
  font-size: 18px;
  color: #666;
  line-height: 26px;
}
.infrastructure_list .item ul {
  margin-top: 14px;
}
.infrastructure_list .item ul li {
  line-height: 28px;
  display: flex;
  align-items: center;
}
.infrastructure_list .item ul li img {
  width: 16px;
  margin-right: 6px;
}
.infrastructure_list .item ul li span {
  display: inline-block;
  font-size: 16px;
  color: #4b5563;
}
.ai_storage.systems {
  background: transparent;
  padding: 0;
}
.ai_storage.systems h2 {
  color: #2c2929;
}
.ai_storage.systems .systems_list .item {
  box-shadow: 0 0px 8px 0px #f1f1f1;
}
/* Architecture */
.banner_con1 h3 {
    font-size: 24px;
    color: #fff;
    margin-top: 36px;
}
.architecture_solutions {
  margin-top: 50px;
}
.architecture_solutions .content {
  width: 808px;
}
.architecture_solutions h2 {
  font-size: 30px;
  color: #0a2030;
}
.architecture_solutions p {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  line-height: 26px;
}
.architecture_info_list {
  margin-top: 204px;
  position: relative;
}
.architecture_info_list .content {
  justify-content: end;
}
.architecture_info_list:nth-of-type(2n) .content {
  justify-content: left;
}
.architecture_info_list .architecture_list_le {
  width: 49%;
  position: absolute;
  left: 0;
}
.architecture_info_list:nth-of-type(2n) .architecture_list_le {
  width: 49%;
  position: absolute;
  right: 0;
  left: auto;
}
.architecture_info_list .architecture_list_re {
  width: 548px;
}
.architecture_info_list .architecture_list_re h2 {
  font-size: 30px;
  color: #0a2030;
}
.architecture_info_list .architecture_list_re h3 {
  font-size: 24px;
  color: #0a2030;
  margin-top: 24px;
}
.architecture_info_list .architecture_list_re p {
  font-size: 16px;
  color: #555;
  line-height: 26px;
  margin-top: 16px;
}
.brand {
  margin-top: 140px;
}
.brand p {
  font-size: 28px;
  color: #0a2030;
  font-weight: bold;
  line-height: 48px;
  width: 724px;
  margin: 0 auto;
}
.contact {
  margin-top: 100px;
  position: relative;
}
.contact .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.contact .content h1 {
  font-size: 40px;
  line-height: 54px;
  color: #0a2030;
  width: 404px;
}
.contact .content a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 0 46px;
  line-height: 54px;
  background-color: #ff6549;
  border-radius: 10px;
  text-transform: uppercase;
}
/* Finance&Banking */
.finance_architecture_solutions.architecture_solutions .content {
  width: 1200px;
}
.media_entertainment.brand {
  margin-top: 180px;
}




.swiper-button-next,.swiper-button-prev{
  color: white;
}
.company_profile .leadership-p1{
  font-size: 30px;
  color: #0a2030;
  line-height: 30px;
}
.company_profile .leadership-p2{
  font-size: 20px;
  color: #0a2030;
  line-height: 45px;
  margin: 0 auto;
}

.wid215{width: 215px !important;}
.wid300{width: 300px !important;}
.spanred{color: red;}
.button{cursor: pointer;}
nav a:hover{
    color: #121fff;
}
.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: 15px 5px 5px 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: #121fff;
}

.ai_enterprise_list .item .item_desc p{word-break: break-all;}