@charset "UTF-8";
#g_wrap {
  padding-bottom: 0;
}

.banner img {
  width: 100%;
}

.landing_wrap {
  width: 100%;
  color: #FFF;
  background: #1A1A1A;
}

.s_tab_1 {
  width: 80%;
  max-width: 800x;
  margin: 0 auto;
  float: none;
}

.s_tab_1 a {
  color: #FFF;
  padding: 15px 10px;
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

.landing_h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin: 50px 0;
  text-align: center;
  letter-spacing: 1px;
}

.landing_article {
  width: 90%;
  max-width: 1140px;
  padding: 0px 0px 0px 0px;
  margin: 40px auto;
  height: auto;
  display: block;
}

.landing_article p {
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 0 3%;
  text-align: justify;
  letter-spacing: 1px;
}

.landing_box {
  width: 90%;
  max-width: 1140px;
  padding: 0 20px 45px 20px;
  margin: 0 auto;
  height: auto;
  display: block;
}

.landing_title {
  font-size: 1.7rem;
  color: #A6CE39;
  font-weight: bold;
  margin: 20px 0 10px;
  text-align: center;
}

.landing_bg1 {
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.landing_bg1 h2 {
  font-size: 2rem;
  color: #A6CE39;
  font-weight: bold;
  margin: 20px 0 10px;
}

.landing_bg1 h3 {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0px 0 20px;
}

.landing_bg1 p {
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  margin: 0 auto;
}

.bg-icon {
  width: 50px;
  display: block;
  margin: 50px auto 0;
  -webkit-animation: moveDown 3s ease-in-out infinite;
          animation: moveDown 3s ease-in-out infinite;
  /* 每次动画2秒钟，以匀速缓慢开始和结束，无限循环 */
}

.bg-icon2 {
  -webkit-animation: moveDown2 3s ease-in-out infinite;
          animation: moveDown2 3s ease-in-out infinite;
}

@-webkit-keyframes moveDown {
  0%, 100% {
    opacity: 0;
    /* 开始和结束时透明度为0 */
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 向下移动10像素 */
  }
  50% {
    opacity: 1;
    /* 中间时透明度为1 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 回到原始位置 */
  }
}

@keyframes moveDown {
  0%, 100% {
    opacity: 0;
    /* 开始和结束时透明度为0 */
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 向下移动10像素 */
  }
  50% {
    opacity: 1;
    /* 中间时透明度为1 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 回到原始位置 */
  }
}

@-webkit-keyframes moveDown2 {
  0%, 100% {
    opacity: 0;
    /* 开始和结束时透明度为0 */
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 向下移动10像素 */
  }
  50% {
    opacity: 1;
    /* 中间时透明度为1 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 回到原始位置 */
  }
}

@keyframes moveDown2 {
  0%, 100% {
    opacity: 0;
    /* 开始和结束时透明度为0 */
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 向下移动10像素 */
  }
  50% {
    opacity: 1;
    /* 中间时透明度为1 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 回到原始位置 */
  }
}

.landing_bg2 {
  background: url(https://www.aetina.com/wp-content/uploads/2024/11/MGX landing page/img/BG2.jpg) no-repeat bottom center;
  padding: 60px 20px;
  background-size: cover;
}

.bg2-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg2-flex-box .img_box {
  width: 40%;
  margin-right: 5%;
}

.bg2-flex-box .img_box h1 {
  font-size: 1.6rem;
  color: #A6CE39;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}

.bg2-flex-box .img_box img {
  width: 100%;
}

.bg2-flex-box .text {
  width: 55%;
  margin-left: 2%;
}

.bg2-flex-box .box {
  padding: 30px 50px 50px;
  background: rgba(0, 0, 0, 0.548);
}

.bg2-flex-box .box_wrap, .bg2-flex-box .box {
  position: relative;
}

.bg2-flex-box .box_wrap::before, .bg2-flex-box .box_wrap::after, .bg2-flex-box .box::before, .bg2-flex-box .box::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(https://www.aetina.com/wp-content/uploads/2024/04/AI Accelerator %26 GPU _PCIe_html/img/icon_BG.svg);
  background-repeat: no-repeat;
}

.bg2-flex-box .box::before {
  top: 0;
  left: 0;
  background-position: top left;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.bg2-flex-box .box::after {
  top: 0;
  right: 0;
  background-position: top right;
}

.bg2-flex-box .box_wrap::before {
  bottom: 0;
  right: 0;
  background-position: bottom right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}

.bg2-flex-box .box_wrap::after {
  bottom: 0;
  left: 0;
  background-position: bottom left;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bg2-flex-box ul {
  padding-left: 30px;
  margin-bottom: 30px;
}

.bg2-flex-box li {
  list-style: disc;
  font-size: 1rem;
  margin: 15px 0;
}

.bg2-flex-box .btn_box {
  width: 100%;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg2-flex-box .btn_box a {
  width: 45%;
}

.landing_bg3 {
  background: url(https://www.aetina.com/wp-content/uploads/2024/11/MGX landing page/img/BG3.jpg) no-repeat Top center;
  padding: 30px 20px 80px;
  background-size: cover;
}

.landing_bg3 .line_box {
  width: 85%;
  text-align: center;
  padding: 30px 0;
  margin: 50px auto 0;
  border-top: 1px solid #677B85;
  border-bottom: 1px solid #677B85;
  color: #D5E495;
}

.landing_bg3 p {
  padding: 0 30px;
  line-height: 1.7;
}

.landing_bg4 {
  background-color: #677B85;
  padding: 80px 20px;
}

.bg4-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.bg4-flex-box .text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bg4-flex-box .text h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.bg4-flex-box .text .icon {
  width: 50px;
  margin-right: 10px;
}

.bg4-flex-box .icon {
  width: 50px;
  margin: 0 20px;
}

.bg4-flex-box .icon img {
  width: 100%;
}

.bg4-flex-box .img {
  width: calc( 100% - 40% - 50px - 40px);
}

.bg4-flex-box .img img {
  width: 100%;
}

.icon-animation {
  -webkit-animation: moveRight 3s ease-in-out infinite;
          animation: moveRight 3s ease-in-out infinite;
  /* 每次动画2秒钟，以匀速缓慢开始和结束，无限循环 */
}

@-webkit-keyframes moveRight {
  0% {
    opacity: 0;
    /* 开始时透明度为0 */
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    /* 向右移动10像素 */
  }
  50% {
    opacity: 1;
    /* 中间时透明度为1 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* 回到原始位置 */
  }
  100% {
    opacity: 0;
    /* 结束时透明度为0 */
  }
}

@keyframes moveRight {
  0% {
    opacity: 0;
    /* 开始时透明度为0 */
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    /* 向右移动10像素 */
  }
  50% {
    opacity: 1;
    /* 中间时透明度为1 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* 回到原始位置 */
  }
  100% {
    opacity: 0;
    /* 结束时透明度为0 */
  }
}

.landing_bg5 {
  background: url(https://www.aetina.com/wp-content/uploads/2024/11/MGX landing page/img/BG5_2.png) no-repeat left Top;
  padding: 80px 20px;
  background-size: cover;
}

.landing_bg5 .landing_title {
  margin-bottom: 50px;
}

.landing_bg5 p {
  margin: 0 0 30px;
}

.landing_bg5 .img {
  margin-top: 80px;
}

.landing_bg5 .img img {
  width: 100%;
}

.landing_bg5 .img_m {
  display: none;
}

.landing_bg6 {
  padding: 80px 20px 30px;
}

.landing_bg6 .landing_box {
  padding: 0;
}

.list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list {
  width: 45%;
  margin: 0 2.5% 8%;
}

.list img {
  width: 100%;
}

.list h4 {
  color: #A6CE39;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 20px 0 10px;
}

.list p {
  margin: 10px 0;
  position: relative;
  padding-left: 30px;
}

.list p::before {
  content: '';
  width: 20px;
  height: 35px;
  background: url(https://www.aetina.com/wp-content/uploads/2024/11/MGX landing page/img/icon_3.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: -5px;
}

.landing_bg7 {
  background: url(https://www.aetina.com/wp-content/uploads/2024/11/MGX landing page/img/BG7.png) no-repeat right bottom;
  padding: 80px 20px;
  background-size: cover;
}

.video {
  margin-top: 50px;
}

.video iframe {
  width: 100%;
  height: 600px;
}

.landing_bg8 {
  padding: 80px 20px;
  background-image: linear-gradient(135deg, #677B85 0%, #2C3C43 65%, #1A1A1A 100%);
}

.MGX_spec_wrap {
  padding-top: 40px;
}

.MGX_spec_wrap .box {
  padding: 50px 50px 80px;
  background: rgba(0, 0, 0, 0.5);
}

.MGX_spec_wrap .box_wrap, .MGX_spec_wrap .box {
  position: relative;
}

.MGX_spec_wrap .box_wrap::before, .MGX_spec_wrap .box_wrap::after, .MGX_spec_wrap .box::before, .MGX_spec_wrap .box::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(https://www.aetina.com/wp-content/uploads/2024/04/AI Accelerator %26 GPU _PCIe_html/img/icon_BG.svg);
  background-repeat: no-repeat;
}

.MGX_spec_wrap .box::before {
  top: 0;
  left: 0;
  background-position: top left;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.MGX_spec_wrap .box::after {
  top: 0;
  right: 0;
  background-position: top right;
}

.MGX_spec_wrap .box_wrap::before {
  bottom: 0;
  right: 0;
  background-position: bottom right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}

.MGX_spec_wrap .box_wrap::after {
  bottom: 0;
  left: 0;
  background-position: bottom left;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.MGX_spec_wrap .Spec_form {
  width: 100%;
  font-size: 1rem;
}

.MGX_spec_wrap .Spec_form tr {
  border-bottom: 1px solid #858585;
}

.MGX_spec_wrap .Spec_form tr:first-child {
  font-weight: bold;
  font-size: 1.1rem;
}

.MGX_spec_wrap .Spec_form td {
  padding: 15px 10px;
}

.MGX_spec_wrap .Spec_form .col_head {
  font-weight: bold;
}

.form_wrap {
  height: auto;
  padding-bottom: 0 !important;
}

.btn_box {
  width: 80%;
  margin: 0 auto;
}

.btn {
  display: block;
  margin: 0 auto;
  background: #A6CE39;
  text-align: center;
  color: #FFF;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #A6CE39;
  letter-spacing: 1px;
}

.btn:hover {
  background: transparent;
  border: 1px solid #A6CE39;
  color: #A6CE39;
}

.btn_border {
  color: #A6CE39;
  background: transparent;
}

.btn_border:hover {
  background: #A6CE39;
  border: 1px solid #A6CE39;
  color: #FFF;
}

.ch h1, .ch h2, .ch h3, .ch h4, .ch p, .ch .landing_title, .cn h1, .cn h2, .cn h3, .cn h4, .cn p, .cn .landing_title, .jp h1, .jp h2, .jp h3, .jp h4, .jp p, .jp .landing_title {
  letter-spacing: 1px;
}

@media screen and (max-width: 1080px) {
  .bg2-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bg2-flex-box .img_box {
    width: 60%;
    margin: 0 auto 30px;
  }
  .bg2-flex-box .text {
    width: 90%;
    margin: 0 auto;
  }
  .bg4-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bg4-flex-box .text {
    width: 100%;
    margin: 0 auto 30px;
  }
  .bg4-flex-box > .icon {
    display: none;
  }
  .bg4-flex-box .img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .landing_box {
    width: 100%;
    padding: 0 0px 45px 0px;
  }
  .landing_bg4 .title {
    margin-bottom: 20px;
  }
  .landing_article p {
    text-align: left;
  }
  .landing_bg1 p {
    width: 90%;
  }
  .landing_bg2 {
    padding: 50px 20px;
  }
  .landing_bg5 {
    padding: 50px 20px;
  }
  .landing_bg5 ul {
    width: 95%;
  }
}

@media screen and (max-width: 650px) {
  .landing_title {
    font-size: 1.6rem;
  }
  .s_tab_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
  .s_tab_1 li {
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s_tab_1 li a {
    display: block;
    width: 100%;
  }
  .landing_bg1 {
    padding: 30px 20px 20px;
  }
  .landing_bg2 {
    padding: 30px 20px 0;
  }
  .landing_bg3 {
    padding: 10px 20px 30px;
  }
  .landing_bg3 .line_box {
    margin: 30px auto 0;
    width: 90%;
  }
  .landing_bg3 .line_box p {
    padding: 0 10px;
  }
  .landing_bg4 {
    padding: 30px 20px 20px;
  }
  .bg4-flex-box {
    margin-top: 30px;
  }
  .bg4-flex-box .text .icon {
    display: none;
  }
  .landing_bg5 {
    padding: 30px 20px 20px;
  }
  .landing_bg5 .img_m {
    display: block;
  }
  .landing_bg5 .img_pc {
    display: none;
  }
  .landing_bg6 {
    padding: 30px 20px 0;
  }
  .list_box {
    width: 100%;
    margin: 50px 0 0;
  }
  .list_box .list {
    width: 90%;
    margin: 0 auto 10%;
  }
  .landing_bg7 {
    padding: 30px 20px;
  }
  .video iframe {
    height: 350px;
  }
  .landing_bg8 {
    padding: 30px 20px;
  }
  .MGX_spec_wrap {
    padding-top: 30px;
  }
  .MGX_spec_wrap .box {
    padding: 30px 20px 60px;
  }
  .MGX_spec_wrap .Spec_form td {
    padding: 10px 5px;
  }
  .bg2-flex-box .box {
    padding: 30px 20px 50px;
  }
  .bg2-flex-box .btn_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bg2-flex-box .btn_box a {
    width: 100%;
    margin: 10px 0;
  }
  .bg2-flex-box .img_box {
    width: 100%;
  }
  .bg2-flex-box .text {
    width: 100%;
  }
}

.g_container .w1140 {
  display: none;
}
/*# sourceMappingURL=MGX.css.map */