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: 1340px;
  margin: 0 auto;
}
.content1 {
  width: 1400px;
  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: 12px 0;
}
nav > ul > li {
  margin-left: 92px;
  display: inline-block;
  position: relative;
}
nav > ul > li > a {
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner {
  position: relative;
}
.banner_con {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1340px;
  transform: translate(-50%,-50%);
}
.banner_con_width {
  width: 600px;
}
.banner_con h1:nth-of-type(1) {
  font-size: 44px;
  color: #fff;
}
.banner_con h1:nth-of-type(2) {
  font-size: 42px;
  color: #c9a86a;
  margin: 24px 0;
}
.banner_con p {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}
.our_services {
  margin-top: 90px;
}
.our_services h1 {
  text-align: center;
  font-size: 42px;
  color: #333;
}
.our_services_list {
  margin-top: 52px;
}
.our_services_list .item {
  width: 428px;
}
.our_services_list .li_desc {
  padding: 40px 26px 16px;
  background-color: #f3f8ff;
  text-align: right;
}
.our_services_list .li_desc h3 {
  font-size: 26px;
  color: #333;
  text-align: left;
}
.our_services_list .li_desc p {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  margin: 20px 0;
  text-align: left;
  height: 182px;
}
.achieving {
  margin-top: 100px;
  position: relative;
  margin-bottom: 350px;
}
.achieving .achieving_pre {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translate(-50%,0);
  width: 1340px;
}
.achieving h2 {
  width: 880px;
  font-size: 36px;
  color: #fff;
}
.achieving_list {
  position: absolute;
  top: 238px;
  left: 50%;
  transform: translate(-50%,0);
}
.achieving_list .item {
  width: 346px;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0px #f1f1f1;
}
.achieving_list .item h1 {
  font-size: 48px;
  color: #c9a86a;
  margin-top: 20px;
}
.achieving_list .item h5 {
  font-size: 20px;
  color: #333;
  margin-top: 16px;
}
.achieving_list .item p {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  line-height: 24px;
}
.footer {
  background-color: #031e54;
  padding: 10px 0 48px;
  text-align: center;
}
.footer nav a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin: 32px 22px 0;
}
.copyright {
  line-height: 68px;
  background-color: #f3f8ff;
  text-align: center;
}
.copyright p {
  font-size: 14px;
  color: #333;
}
/* concat us */
.banner_con1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1340px;
}
.banner_con1 h1 {
  font-size: 42px;
  color: #fff;
}
.contact_us_form {
  margin-top: 10px;
  margin-bottom: 104px;
}
.contact_us_form .item {
  margin-top: 40px;
  width: 666px;
}
.contact_us_form .item.item_width {
  width: 100%;
}
.contact_us_form .item label {
  display: block;
  font-size: 16px;
  color: #221c3e;
  line-height: 34px;
  font-weight: bold;
}
.contact_us_form .item input {
  padding: 0 1%;
  width: 98%;
  border: 1px solid #031e54;
  line-height: 56px;
  box-sizing: border-box;
  font-size: 18px;
}
.contact_us_form .item textarea {
  padding: 0 1%;
  width: 99%;
  border: 1px solid #031e54;
  line-height: 56px;
  box-sizing: border-box;
  height: 370px;
  font-size: 16px;
}
.contact_us_form .item p {
  text-align: center;
  font-size: 16px;
  color: #221c3e;
}
.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: #031e54;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}
/* IT Managed Services */
.business {
  margin-top: 86px;
}
.business h1 {
  font-size: 40px;
  color: #333;
}
.business_pre {
  font-size: 20px;
  color: #333;
  line-height: 32px;
  margin-top: 16px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
}
.our_services_info {
  margin-top: 90px;
}
.our_services_info .our_services_info_le {
  width: 704px;
}
.our_services_info .our_services_info_re {
  width: 566px;
}
.our_services_info .our_services_info_le .item {
  width: 44%;
  margin-top: 50px;
}
.our_services_info .our_services_info_le h1 {
  font-size: 42px;
  color: #333;
}
.our_services_info .our_services_info_le .item span {
  font-size: 18px;
  color: #333;
  display: inline-block;
  margin-left: 10px;
}
.core_areas {
  margin-top: 85px;
  background-color: #f9fafb;
  padding: 85px 0 85px;
}
.core_areas h1 {
  font-size: 42px;
  color: #080225;
}
.core_areas_pre {
  font-size: 18px;
  color: #666;
  margin-top: 30px;
}
.core_areas_list{
  margin-top: 60px;
}
.core_areas_list .item {
  width: 350px;
  height: 278px;
  padding: 30px 35px 30px 28px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0px #f1f1f1;
}
.core_areas_list .item .item_icon{
  width: 72px;
  height: 72px;
  background-color: #c9a86a;
  border-radius: 10px;
}
.core_areas_list .item h3 {
  font-size: 24px;
  color: #031e54;
  margin-top: 14px;
}
.core_areas_list .item p {
  font-size: 16px;
  color: #333;
  margin-top: 16px;
  line-height: 24px;
}
.advantages {
  margin: 90px 0;
}
.advantages h1 {
  font-size: 42px;
  color: #080225;
}
.advantages .advantages_list .item{
  width: 336px;
  margin-top: 70px;
}
.advantages .advantages_list .item p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 14px;
  height: 60px;
}
/* it-solutions */
.core_areas_it-solutions .core_areas_list .item {
  height: 394px;
}
/* NVIDIA DGX H100 */
.banner_con2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1340px;
}
.banner_con2 h1 {
  font-size: 38px;
  color: #fde285;
}
.banner_con2 p:nth-of-type(1) {
  font-size: 36px;
  color: #fde285;
  width: 506px;
  margin: 10px 0;
}
.banner_con2 p:nth-of-type(2) {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  width: 604px;
}
.nvidia_business {
  text-align: center;
  margin: 86px 0 100px;
}
.nvidia_business p{
  border-bottom: none;
  padding-bottom: 0;
}
.nvidia_core_areas {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
}
.nvidia_core_areas .core_areas_list {
  margin-top: 0;
}
.nvidia_core_areas .core_areas_list .item {
  box-shadow: none;
  padding: 0;
  width: 376px;
}
.nvidia_core_areas .core_areas_list .item .item_icon {
  width: 100px;
  height: 100px;
}
.nvidia {
  margin: 100px 0 110px;
}
.nvidia h1{
  font-size: 36px;
  color: #333;
  text-align: center;
}
.nvidia_list {
  margin-top: 70px;
}
.nvidia_list .nvidia_list_le {
  width: 620px;
}
.nvidia_list .nvidia_list_re {
  width: 624px;
}
.nvidia_list .nvidia_list_le .item {
  border-bottom: 1px solid #d6d6d6;
  padding: 22px 0;
}
.nvidia_list .nvidia_list_le .item:last-of-type {
  border-bottom: none;
}
.nvidia_list .nvidia_list_le .item p {
  font-size: 18px;
  color: #333;
  line-height: 32px;
}
.business a {
  display: inline-block;
  margin: 50px auto 0;
  font-size: 22px;
  color: #fde285;
  line-height: 54px;
  background-color: #031e54;
  padding: 0 24px;
  border-radius: 30px;
}
.nvidia_more {
  text-align: center;
}
.nvidia a {
  display: inline-block;
  margin: 76px auto 0;
  background-color: #031e54;
  font-size: 22px;
  color: #fde285;
  line-height: 54px;
  padding: 0 24px;
  border-radius: 30px;
}
.nvidia_jetson {
  text-align: center;
  margin: 20px 0 130px;
}
.nvidia_jetson h1 {
  font-size: 36px;
  color: #333;
  margin-top: 50px;
}
.nvidia_jetson p {
  margin-top: 30px;
  font-size: 22px;
  color: #333;
  line-height: 36px;
}
.nvidia_jetson img {
  margin-top: 60px;
}
.telecom_services .core_areas_list .item{
  height: 370px;
}
.banner_con1 p {
  font-size: 24px;
  color: #fff;
}
.what {
  margin-top: 80px;
}
.what .what_le {
  width: 690px;
}
.what_re {
  width: 500px;
}
.what .what_le h1 {
  font-size: 42px;
  color: #031e54;
}
.what .what_le h3 {
  font-size: 30px;
  color: #031e54;
  line-height: 42px;
  margin: 20px 0;
}
.what .what_le p {
  font-size: 20px;
  color: #333;
  line-height: 28px;
}
.what_info{
  margin-top: 76px;
}
.what_info_last {
  margin-bottom: 114px;
}
.what_info .what_info_le {
  width: 590px;
  margin-right: 50px;
}
.what_info .what_info_re {
  width: 622px;
}
.what_info .what_info_le h3 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #031e54;
}
.what_info .what_info_le h4 {
  font-size: 24px;
  color: #031e54;
  margin-top: 20px;
}
.what_info .what_info_le p {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.what_are {
  margin-top: 80px;
}
.what_are .what_are_le {
  width: 624px;
}
.what_are .what_are_re {
  width: 656px;
}
.what_are .what_are_le h1 {
  font-size: 42px;
  color: #031e54;
}
.what_are .what_are_le p {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  margin-top: 20px;
}
.what_are_info {
  margin: 66px 0 100px;
}
.what_are_info .item {
  border-top: 8px solid transparent;
  width: 428px;
  padding-top: 15px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0px #f1f1f1;
}
.what_are_info .item h4 {
  font-size: 22px;
  padding: 0 28px;
}
.what_are_info .item p:nth-of-type(1) {
  font-size: 16px;
  margin: 14px 0;
  padding: 0 28px;
}
.what_are_info .item p:nth-of-type(2) {
  font-size: 16px;
  height: 134px;
  line-height: 22px;
  color: #333;
  padding: 0 28px;
}
.what_are_info .item img {
  margin-top: 36px;
}
.what_are_info .item:nth-of-type(1) {
  border-top-color: #f12938;
} 
.what_are_info .item:nth-of-type(2) {
  border-top-color: #24387f;
} 
.what_are_info .item:nth-of-type(3) {
  border-top-color: #13b5b1;
} 
.what_are_info .item:nth-of-type(1) h4,
.what_are_info .item:nth-of-type(1) p:nth-of-type(1) {
  color: #f12938;
}
.what_are_info .item:nth-of-type(2) h4,
.what_are_info .item:nth-of-type(2) p:nth-of-type(1) {
  color: #24387f;
}
.what_are_info .item:nth-of-type(3) h4,
.what_are_info .item:nth-of-type(3) p:nth-of-type(1) {
  color: #13b5b1;
}










.wid215{width: 215px !important;}
.wid300{width: 300px !important;}
.spanred{color: red;}
.button{cursor: pointer;}
nav li a:hover{
    color: #031e54;
}
.svgt{
    color: white;
    vertical-align: text-bottom;
}
.navul{
}
.navul li{
    width: 95px;
    margin-left: 45px;
    display: inline-block;
}
.navul li.lang-item{
    width: auto;
    margin-left: 24px;
    position: relative;
}
.navul li a{
    font-size: 16px;
    color: #555;
}
.navul li a.lang-trigger{
    min-width: 86px;
    height: 34px;
    padding: 0 12px;
    border: 1px solid #031e54;
    border-radius: 18px;
    color: #031e54;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fff;
}
.navul li.lang-item:hover a.lang-trigger{
    background: #031e54;
    color: #fff;
}
.lang-icon,
.lang-arrow{
    flex: 0 0 auto;
}
.lang-dropdown{
    right: 0;
    min-width: 142px;
    /*margin-top: 10px;*/
}
.navul .lang-dropdown ul{
    padding: 8px;
}
.navul .lang-dropdown li{
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
}
.navul .lang-dropdown li + li{
    margin-top: 4px;
}
.navul .lang-dropdown li a.lang-option{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 5px;
    color: #555;
    white-space: nowrap;
}
.navul .lang-dropdown li a.lang-option:hover,
.navul .lang-dropdown li a.lang-option.active{
    background: #f1f5fb;
    color: #031e54;
}
.lang-badge{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #031e54;
    color: #fff;
    font-size: 12px;
}
.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: #031e54;
}

.max220{
  max-width: 220px;
}
.max285{
  max-width: 285px;
}
.foot {
  margin-top: 80px;
}
.foot_nav_item {
  padding-top: 25px;
}
.foot_nav_item dt {
  margin-bottom: 10px;
  text-align: left;
}
.foot_nav_item dt a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.foot_nav_item dl a {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.foot_nav_item dd{
  text-align: left;
}
.foot_nav_item dd a{
  font-size: 14px;
}
.foot_copyright {
  margin-top: 50px;
  padding: 17px 0 21px;
  border-top: 1px solid #fff;
}
.foot_copyright p {
  font-size: 14px;
  color: #fff;
}
