@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
@keyframes animationFandeIn {
  0% {
    transform: translate3d(0, 50%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.header::before {
  display: none;
}
.header:hover {
  background: #091121;
}
@media (min-width: 991px) {
  .header .header-pitch {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
    color: #fff;
  }
}
.bnr {
  padding: 158px 0 200px;
  background: #091121 url(/resource/acbn/images/index/acbn-banner-bg.webp) no-repeat center top;
  color: #fff;
  text-align: center;
}
.bnr .animation-translate {
  animation: animationFandeIn 0.6s linear;
  -moz-animation: animationFandeIn 0.6s linear;
  -ms-animation: animationFandeIn 0.6s linear;
}
.bnr .sub-tt {
  display: inline-block;
}
.bnr .sub-tt img {
  margin-right: 20px;
}
.bnr h1 {
  line-height: 1.093;
  margin: 42px auto 25px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.302);
}
.bnr .sub-des {
  margin: 0 auto 82px auto;
}
.bnr .a-x .btn-lg {
  margin: 0 8px 8px;
}
.notSupportWebp .bnr {
  background-image: url(/resource/acbn/images/index/acbn-banner-bg.jpg);
}
@media (max-width: 767px) {
  .bnr {
    padding: 60px 0 80px;
    background-size: cover;
  }
  .bnr .sub-tt {
    font-size: 20px;
  }
  .bnr .sub-tt img {
    width: 40px;
  }
  .bnr h1 {
    font-size: 40px;
  }
  .bnr .sub-des {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.what {
  text-align: center;
  padding: 155px 0 150px;
  color: #fff;
  background: #091121;
}
.what h2 {
  margin-bottom: 10px;
}
.what .sub-tt {
  margin-bottom: 76px;
}
.what .img-x {
  position: relative;
  background: url(/resource/acbn/images/index/bg-vmware-1.webp) no-repeat center center;
}
.what .img-x::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, #091121, transparent, #091121);
}
.what-ls {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.what-ls i {
  display: inline-block;
  width: 75px;
  height: 75px;
  background: url(/resource/acbn/images/index/home-icon.png) no-repeat;
}
.what-ls i.ic-1 {
  background-position: -23px -19px;
}
.what-ls i.ic-2 {
  background-position: -122px -25px;
}
.what-ls i.ic-3 {
  background-position: -222px -17px;
}
.what-ls .item {
  max-width: 290px;
  padding-top: 60px;
  position: relative;
  cursor: pointer;
}
.what-ls .item::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  background: transparent;
  position: absolute;
  top: -1px;
  left: calc(50% - 90px);
  transition: width 0.5s;
}
.what-ls .item.active::before {
  width: 180px;
  background: #2258f6;
}
.what-ls .item h4 {
  margin: 22px 0 10px;
}
.what .img-int-x {
  position: relative;
  max-width: 496px;
  height: 300px;
  background: url(/resource/acbn/images/index/acbn-home-pic-bg.webp) no-repeat center / cover;
  margin: 0 auto;
}
.what .img-swiper {
  max-width: 400px;
  height: 270px;
  margin: 0 auto;
  position: relative;
  top: 7px;
  border-radius: 8px;
  overflow: hidden;
}
.notSupportWebp .what .img-x {
  background-image: url(/resource/acbn/images/index/bg-vmware-1.png);
}
@media (max-width: 767px) {
  .what {
    padding: 80px 0;
  }
  .what .sub-tt {
    margin-bottom: 30px;
  }
  .what-ls .item.active::before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 480px) {
  .what .img-swiper,
  .what .img-int-x {
    background: none;
    height: auto;
    max-width: 90%;
  }
  .what .what-ls {
    flex-direction: column;
    align-items: center;
  }
  .what .what-ls .item > i {
    zoom: 0.7;
  }
  .what .what-ls .item > p {
    padding: 0 10px;
  }
}
.cross {
  padding: 150px 0 145px;
  background: #0d162a;
  color: #fff;
  text-align: center;
}
.cross h2 {
  margin-bottom: 12px;
}
.cross-ls .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.cross-ls .item .txt-x,
.cross-ls .item .img-x {
  padding-top: 160px;
}
.cross-ls .item .txt-x {
  width: 600px;
}
.cross-ls .item:nth-child(odd) .txt-x {
  margin-right: 60px;
}
.cross-ls .item:nth-child(even) {
  flex-direction: row-reverse;
}
.cross-ls .item:nth-child(even) .txt-x {
  margin-left: 60px;
}
.cross-ls .item h3 {
  font-size: 4.8rem;
  margin-bottom: 23px;
  line-height: 1.125;
}
.cross-ls .item p {
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cross {
    padding: 80px 0;
  }
  .cross .sub-tt {
    margin-bottom: 50px;
  }
  .cross-ls .item {
    flex-direction: column-reverse !important;
  }
  .cross-ls .item .txt-x,
  .cross-ls .item .img-x {
    padding-top: 0;
  }
  .cross-ls .item:not(:last-child) {
    margin-bottom: 60px;
  }
  .cross-ls .item h3 {
    font-size: 24px;
  }
  .cross-ls .item .txt-x {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 20px;
    text-align: center;
  }
}
.supported {
  background: #091121;
  padding: 150px 0 160px;
  text-align: center;
}
.supported h2 {
  color: #fff;
  margin-bottom: 60px;
}
.supported .item-ls {
  padding: 60px 75px;
  border-radius: 60px 26px 60px 26px;
  justify-content: space-between;
  background: #101b32;
  background: linear-gradient(135deg, transparent 35px, #101b32 0) top left, linear-gradient(-45deg, transparent 35px, #101b32 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}
.supported h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 24px;
}
.supported .wrap {
  display: flex;
  color: #fff;
}
.supported .wrap ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.supported .wrap li {
  line-height: 26px;
}
.supported .wrap li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resource/acbn/images/download/acbn-gou-24-white@2x.png) no-repeat;
  background-size: 16px 16px;
  vertical-align: -3px;
  margin-right: 5px;
}
.supported .wrap h4 {
  margin-bottom: 24px;
}
.supported .wrap h4::before {
  width: 40px;
  height: 40px;
  display: inline-block;
  content: "";
  vertical-align: middle;
}
.supported .wrap h4.ic-icon1::before {
  background: url(/resource/acbn/images/download/acbn-ic-Support-hyperv@2x.png) no-repeat;
  background-size: 40px 40px;
}
.supported .wrap h4.ic-icon2::before {
  background: url(/resource/acbn/images/download/acbn-ic-Support-vmware@2x.png) no-repeat;
  background-size: 40px 40px;
}
.supported .wrap h4.ic-icon3::before {
  background: url(/resource/acbn/images/download/acbn-ic-Support-windows@2x.png) no-repeat;
  background-size: 40px 40px;
}
.supported .wrap h4.ic-icon4::before {
  background: url(/resource/acbn/images/download/acbn-ic-Support-linux@2x.png) no-repeat;
  background-size: 40px 40px;
}
.supported .wrap .right,
.supported .wrap .left {
  text-align: left;
}
.supported .wrap .left {
  width: 62%;
  border-right: 2px solid #393f55;
}
.supported .wrap .left ul {
  margin-right: 80px;
}
.supported .wrap .right {
  width: 38%;
  padding-left: 120px;
}
.supported .item:not(:last-child) {
  margin-bottom: 60px;
}
.supported .item:not(:last-child) .wrap {
  border-bottom: 2px solid #393f55;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .supported .wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .supported .wrap .left ul {
    margin-right: 0;
  }
  .supported .ls-li:not(:last-child) {
    border: none !important;
  }
  .supported .item-ls {
    padding: 60px 50px;
  }
  .supported .item ul {
    display: block;
  }
  .supported .item .right,
  .supported .item .left {
    width: 50%;
    margin-right: 0;
  }
  .supported .item .right,
  .supported .item .left {
    padding-left: 80px;
  }
  [lang="en"] .supported .ls-li {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .supported .item-ls {
    padding: 40px 30px;
  }
  .supported .supported .wrap {
    justify-content: space-evenly;
  }
  .supported .item .right,
  .supported .item .left {
    width: auto;
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 473px) {
  [lang="en"] .supported .ul-list {
    flex-direction: column;
  }
}
@media (max-width: 390px) {
  .supported {
    padding: 50px 0;
  }
  .supported .item-ls {
    padding: 40px 20px;
  }
  .supported h3 {
    margin-bottom: 20px;
  }
  .supported h4 {
    margin-bottom: 15px;
  }
  .supported .item .left {
    border-right: none;
  }
  .supported .wrap {
    display: block;
  }
  .supported .wrap .left,
  .supported .wrap .right {
    width: auto;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .supported .wrap .left {
    margin-bottom: 40px;
  }
  .supported .wrap .ic-icon2 + ul,
  .supported .wrap .ic-icon2 + ul + ul,
  .supported .wrap .ic-icon2 + ul + ul + ul {
    min-width: 151px;
  }
  .supported .wrap ul {
    display: inline-block;
    text-align: left;
    min-width: 200px;
    margin-right: 0;
  }
}
.address {
  text-align: center;
  color: #fff;
  background: #091121;
  padding: 160px 0;
}
.address h2 {
  margin-bottom: 12px;
}
.address .sub-tt {
  margin-bottom: 80px;
}
.address-ls {
  background: #101b32;
  padding: 64px 100px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
  clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0% 60px);
}
.address-ls .item {
  width: 43%;
  margin-bottom: 64px;
}
.address-ls .item h4 {
  margin: 35px 0 22px 0;
}
.address-ls .item i {
  display: inline-block;
  width: 75px;
  height: 75px;
  background: url(/resource/acbn/images/index/home-icon.png) no-repeat;
}
.address-ls .item i.ic-1 {
  background-position: -323px -22px;
}
.address-ls .item i.ic-2 {
  background-position: -423px -22px;
}
.address-ls .item i.ic-3 {
  background-position: -523px -22px;
}
.address-ls .item i.ic-4 {
  background-position: -623px -22px;
}
@media (max-width: 767px) {
  .address {
    padding: 80px 0;
  }
  .address .sub-tt {
    margin-bottom: 30px;
  }
  .address-ls {
    flex-direction: column;
    padding: 0;
    background: #091121;
  }
  .address-ls .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .address-ls .item h4 {
    margin-top: 15px;
  }
}
.user {
  padding: 160px 0 152px;
  background: #091121;
  color: #fff;
  text-align: center;
}
.user-ls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 72px;
}
.user-ls .item {
  width: 200px;
  height: 104px;
  margin: 8px;
  border-radius: 8px;
  background: url(/resource/acbn/images/index/home-icon.png) no-repeat #101b32;
  transition: transform 0.35s;
}
.user-ls .item:hover {
  transform: translateY(-10px);
}
.user-ls .ic-1 {
  background-position: -20px -120px;
}
.user-ls .ic-2 {
  background-position: -235px -120px;
}
.user-ls .ic-3 {
  background-position: -450px -120px;
}
.user-ls .ic-4 {
  background-position: -665px -120px;
}
.user-ls .ic-5 {
  background-position: -880px -120px;
}
.user-ls .ic-6 {
  background-position: -1095px -120px;
}
.user-ls .ic-7 {
  background-position: -20px -238px;
}
.user-ls .ic-8 {
  background-position: -235px -238px;
}
.user-ls .ic-9 {
  background-position: -450px -238px;
}
.user-ls .ic-10 {
  background-position: -665px -238px;
}
.user-ls .ic-11 {
  background-position: -880px -238px;
}
.user-ls .ic-12 {
  background-position: -1095px -238px;
}
.user-ls .ic-13 {
  background-position: -20px -358px;
}
.user-ls .ic-14 {
  background-position: -235px -358px;
}
.user-ls .ic-15 {
  background-position: -450px -358px;
}
.user-ls .ic-16 {
  background-position: -665px -358px;
}
.user-ls .ic-17 {
  background-position: -880px -358px;
}
.user-ls .ic-18 {
  background-position: -1095px -358px;
}
.user-ls .ic-19 {
  background-position: -20px -479px;
}
.user-ls .ic-20 {
  background-position: -235px -479px;
}
.user-ls .ic-21 {
  background-position: -450px -479px;
}
.user-ls .ic-22 {
  background-position: -665px -479px;
}
.user-ls .ic-23 {
  background-position: -880px -479px;
}
.user-ls .ic-24 {
  background-position: -1095px -479px;
}
@media (max-width: 767px) {
  .user {
    padding: 0 0 20px;
  }
  .user h2 {
    margin-bottom: 30px;
  }
  .user-ls {
    padding-top: 0;
  }
  .user-ls .item {
    zoom: 0.5;
  }
}
.awards {
  padding: 160px 0;
  text-align: center;
  color: #fff;
  background: #091121;
}
.awards h2 {
  margin-bottom: 65px;
}
.awards h2 + .btn-bd-bl {
  margin-bottom: 30px;
}
.awards .ls-1-2 {
  max-width: 1300px;
  position: relative;
  overflow: hidden;
}
.awards .ls-1 {
  max-width: 1480px;
  height: 208px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.awards .ls-1 .ls-1-2::after,
.awards .ls-1::after,
.awards .ls-1 .ls-1-2::before,
.awards .ls-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
}
.awards .ls-1 .ls-1-2::before,
.awards .ls-1::before {
  background: linear-gradient(to right, #091121 0%, transparent 100%);
  left: 0;
}
.awards .ls-1 .ls-1-2::after,
.awards .ls-1::after {
  background: linear-gradient(to left, #091121 0%, transparent 100%);
  right: 0;
}
.awards-ls {
  text-align: left;
}
.awards-ls .item {
  float: left;
  width: 416px;
  height: 192px;
  padding: 24px;
  margin: 8px;
  background: #101b32;
  border-radius: 16px;
}
.awards-ls p {
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.awards-ls .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.awards-ls i {
  display: inline-block;
}
.awards-ls .logo {
  width: 120px;
  height: 36px;
  background: pink;
  background: url(/resource/acbn/images/logo/acbn-home-media@2x.png) no-repeat -20px -20px;
  background-size: 1400px 1125px;
}
.awards-ls .logo.logo-2 {
  background-position: -160px -20px;
}
.awards-ls .logo.logo-3 {
  background-position: -300px -20px;
}
.awards-ls .logo.logo-4 {
  background-position: -440px -20px;
}
.awards-ls .logo.logo-5 {
  background-position: -580px -20px;
}
.awards-ls .logo.logo-6 {
  background-position: -720px -20px;
}
.awards-ls .logo.logo-7 {
  background-position: -860px -20px;
}
.awards-ls .logo.logo-8 {
  background-position: -1000px -20px;
}
.awards-ls .logo.logo-9 {
  background-position: -1140px -20px;
}
.awards-ls .logo.logo-10 {
  background-position: -1280px -20px;
}
.awards-ls .logo.logo-11 {
  background-position: -20px -76px;
}
.awards-ls .logo.logo-12 {
  background-position: -160px -76px;
}
.awards-ls .logo.logo-13 {
  background-position: -300px -76px;
}
.awards-ls .logo.logo-14 {
  background-position: -440px -76px;
}
.awards-ls .logo.logo-15 {
  background-position: -580px -76px;
}
.awards-ls .logo.logo-16 {
  background-position: -720px -76px;
}
.awards-ls .ic-start {
  width: 116px;
  height: 24px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat -23px -125px;
  background-size: 1400px 872px;
}
.awards .more {
  color: #2258f6;
  margin-top: 30px;
}
.awards .more:hover {
  color: #7396ff;
}
@media (max-width: 767px) {
  .awards {
    padding: 60px 0;
  }
  .awards-ls .item {
    width: 320px;
  }
  .awards .ls-1 .ls-1-2::before,
  .awards .ls-1::before,
  .awards .ls-1 .ls-1-2::after,
  .awards .ls-1::after {
    display: none;
  }
}
.data {
  padding: 148px 0 150px;
  background: #091121;
  text-align: center;
  color: #fff;
}
.data-container {
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 10px;
}
.data h2 {
  margin-bottom: 12px;
}
.data .sub-tt {
  max-width: 1020px;
  margin: 0 auto;
}
.data-img {
  position: relative;
}
.data-img img {
  position: relative;
  z-index: 3;
}
.data-img .bg-ani {
  position: absolute;
  width: 10000%;
  height: 328px;
  top: 0;
  left: 0;
  background: url(/resource/acbn/images/index/lz.webp) repeat center center;
  z-index: 1;
  -webkit-animation: "flymove" 10000s linear infinite;
  -moz-animation: "flymove" 10000s linear infinite;
  -ms-animation: "flymove" 10000s linear infinite;
}
.data-img .bg-ani-x {
  position: absolute;
  top: calc(50% - 180px);
  left: 0;
  width: 100%;
  height: 328px;
}
.data-img .bg-ani-x::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/resource/acbn/images/index/lz-zd.webp) no-repeat center;
}
.notSupportWebp .data-img .bg-ani {
  background-image: url(/resource/acbn/images/index/lz.png);
}
.notSupportWebp .data-img .bg-ani-x::before {
  background-image: url(/resource/acbn/images/index/lz-zd.png);
}
@media (max-width: 767px) {
  .data {
    padding: 60px 0;
  }
  .data-img {
    height: 330px;
    margin: 40px 0;
  }
  .data-img .bg-ani-x {
    top: 0;
  }
  .data-img img {
    position: absolute;
    top: -150px;
    left: calc(50% - 300px);
  }
}
@media (max-width: 580px) {
  .data-img img {
    left: 0;
    top: -30%;
  }
}
@media (max-width: 440px) {
  .data-img img {
    top: -16%;
  }
}
@keyframes flymove {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100% 0px;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* animate */
.delay-1 {
  animation-delay: 0.5s;
}
.delay-2 {
  animation-delay: 1s;
}
.delay-3 {
  animation-delay: 1.5s;
}
.delay-4 {
  animation-delay: 2s;
}
[data-animate="fadeInUp"] {
  transition: transform 1s;
  transform: translate3d(0, 40%, 0);
}
.animated.fadeInUp,
.animated.fadeInUp,
.animated .fadeInUp {
  transform: translate3d(0, 0, 0);
  opacity: 1 !important;
}
.animated-fadeIn {
  animation: fadeInUp 1s;
}
/* animate */
@media (min-width: 1200px) {
  [lang="fr"] .bnr h1 {
    font-size: 4.8rem;
  }
  [lang="fr"] .cross-ls .item h3 {
    font-size: 4.2rem;
  }
}
