/* inViewport.css ==============================================*/
.view_item {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.view_item.trans.to_top, .view_item.trans.to_right, .view_item.trans.to_left, .view_item.trans.to_bottom {
  opacity: 1;
  transform: translateX(0);
}

.view_item.trans.scale_in {
  transform: scale(1);
}

.view_item.trans .scale_out {
  transform: scale(0.8);
}

.view_item.trans.bg_scale_in, .view_item.trans.bg_scale_out {
  opacity: 1;
  transform: scale(1);
}

.view_item.trans.fade_in {
  opacity: 1;
}

.view_item.trans.flip {
  opacity: 1;
  transform: rotateY(0);
}

.view_item.trans.speed_scale_left, .view_item.trans.speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}

.view_item.trans.from_tl, .view_item.trans.from_tr, .view_item.trans.from_bl, .view_item.trans.from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.view_group .to_top, .view_group .to_right, .view_group .to_left, .view_group .to_bottom, .view_group .bg_scale_in, .view_group .bg_scale_out, .view_group .fade_in, .view_group .flip, .view_group .speed_scale_left, .view_group .speed_scale_right, .view_group .extrude_w, .view_group .extrude_h, .view_group .from_tl, .view_group .from_tr, .view_group .from_bl, .view_group .from_br {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.view_group.trans .to_top, .view_group.trans .to_right, .view_group.trans .to_left, .view_group.trans .to_bottom {
  opacity: 1;
  transform: translateX(0);
}

.view_group.trans .scale_in, .view_group.trans .scale_out {
  opacity: 0;
}

.view_group.trans .scale_in {
  transform: scale(1);
}

.view_group.trans .scale_out {
  transform: scale(0.8);
}

.view_group.trans .bg_scale_in, .view_group.trans .bg_scale_out {
  opacity: 1;
  transform: scale(1);
}

.view_group.trans .fade_in {
  opacity: 1;
}

.view_group.trans .flip {
  opacity: 1;
  transform: rotateY(0);
}

.view_group.trans .speed_scale_left, .view_group.trans .speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}

.view_group.trans .extrude_w, .view_group.trans .extrude_h {
  opacity: 1;
}

.view_group.trans .extrude_w {
  width: 100%;
}

.view_group.trans .extrude_h {
  height: 100%;
}

.view_group.trans .from_tl, .view_group.trans .from_tr, .view_group.trans .from_bl, .view_group.trans .from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.to_top, .to_right, .to_left, .to_bottom {
  opacity: 0;
}

.to_top {
  transform: translateY(50%);
}

.to_right {
  transform: translateX(-50%);
}

.to_bottom {
  transform: translateY(-50%);
}

.to_left {
  transform: translateX(50%);
}

.from_tl, .from_tr, .from_bl, .from_br {
  opacity: 0;
}

.from_tl {
  transform: translate(-50%, -50%);
}

.from_tr {
  transform: translate(50%, -50%);
}

.from_bl {
  transform: translate(-50%, 50%);
}

.from_br {
  transform: translate(50%, 50%);
}

.scale_in, .scale_out {
  opacity: 0;
}

.scale_in {
  transform: scale(0);
}

.speed_scale_left, .speed_scale_right {
  opacity: 0;
  transition-delay: 0.3s;
}

.speed_scale_left {
  transform: scale(5) translate(-50%, 100%);
}

.speed_scale_right {
  transform: scale(5) translate(50%, 100%);
}

.bg_scale_in {
  opacity: 0;
  transform: scale(0.6);
  transition-duration: 1.5s;
}

.bg_scale_out {
  opacity: 0;
  transform: scale(1.3);
  transition-duration: 1.5s;
}

.fade_in {
  opacity: 0;
}

.flip {
  opacity: 0;
  transform: rotateY(180deg);
}

.flip_parent {
  perspective: 150vh;
}

.extrude_w {
  opacity: 0;
  width: 0;
}

.extrude_h {
  opacity: 0;
  height: 0;
}

.delay_1 {
  transition-delay: .2s;
}

.delay_2 {
  transition-delay: .4s;
}

.delay_3 {
  transition-delay: .6s;
}

.delay_4 {
  transition-delay: .8s;
}

.delay_5 {
  transition-delay: 1s;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* overlay.css ==============================================*/
.overlay_wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.overlay_wrap.trans {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.overlay_wrap.trans .overlay_content {
  opacity: 1;
}

.overlay_wrap.full > .overlay_close_btn {
  display: block;
  width: 50px;
  height: 50px;
}

.overlay_wrap.full > .overlay_close_btn:before, .overlay_wrap.full > .overlay_close_btn:after {
  background: #fff;
}

.overlay_wrap.in_close > .overlay_close_btn {
  display: none;
}

.overlay_content {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.overlay_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: .9;
  cursor: url(https://www.aetina.com/wp-content/uploads/Aetina_and_nvidia/images/icon/mouse_icon_w.png), auto;
}

.overlay_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0;
  box-sizing: border-box;
}

.overlay_box {
  display: none;
  position: relative;
  z-index: 1;
}

.overlay_box.trans {
  display: block;
}

.overlay_close_btn {
  position: absolute;
  right: 10px;
  top: 4px;
  z-index: 30;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  box-sizing: border-box;
}

.overlay_close_btn:hover {
  transform: rotateZ(180deg) scale(1.2);
}

.overlay_close_btn:before, .overlay_close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 3px;
  background: #000;
}

.overlay_close_btn:before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.overlay_close_btn:after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.overlay_slider_btn {
  display: block;
  position: fixed;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.overlay_slider_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  width: 40px;
  height: 40px;
  transform: rotateZ(45deg);
}

.overlay_slider_btn:hover.prev {
  left: 30px;
}

.overlay_slider_btn:hover.next {
  right: 30px;
}

.overlay_slider_btn.prev {
  left: 40px;
}

.overlay_slider_btn.prev:before {
  left: 9px;
  border-bottom: 5px solid #D90000;
  border-left: 5px solid #D90000;
}

.overlay_slider_btn.next {
  right: 40px;
}

.overlay_slider_btn.next:before {
  right: 9px;
  border-top: 5px solid #D90000;
  border-right: 5px solid #D90000;
}

.notice_box {
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.5em;
  box-sizing: border-box;
}

.notice_box p {
  margin-bottom: 10px;
}

.notice_box p:last-child {
  margin-bottom: 0;
}

.notice_btn {
  display: inline-block;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 2px 20px;
  background: #ddd;
  border-radius: 7px;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-size: 16px;
}

.notice_btn:hover {
  background: #D90000;
  border-color: #ccc;
  color: #fff;
}

body {
  margin: 0;
}

.banner {
  width: 100%;
}

.banner.m {
  display: none;
}

.pd_banner {
  position: relative;
}

.g_container.w_full .w1140, .g_container.w_full .pd_list_menu {
  display: none;
}

.g_container.w_full .s_relax_LH_1 {
  margin-top: 15px;
}

#g_footer {
  margin-top: 0;
  border: none;
}

.content_wrap {
  overflow: hidden;
}

.content_wrap * {
  box-sizing: border-box;
}

.content_wrap h1, .content_wrap h2, .content_wrap h3, .content_wrap h4, .content_wrap h5, .content_wrap p, .content_wrap img {
  margin: 0;
}

.content_wrap p {
  font-size: 14px;
  line-height: 1.7em;
}

.content_wrap ul {
  padding-left: 19px;
}

.content_wrap ul li {
  list-style: disc;
}

.content_wrap img {
  display: block;
}

.content_wrap .wrap {
  width: 92%;
  max-width: 1140px;
  margin: 30px auto;
}

.content_wrap .detail {
  margin-bottom: 3vh;
}

.content_wrap .detail .box {
  margin-bottom: 25px;
}

.content_wrap .detail p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.7em;
}

.content_wrap .title {
  position: relative;
  margin-bottom: 20px;
}

.content_wrap .title.center {
  text-align: center;
}

.content_wrap .title .num {
  color: #A5CD38;
  font-size: 60px;
  line-height: 1em;
  font-weight: bold;
}

.content_wrap .title h2 {
  display: block;
  line-height: 1.4em;
  font-size: 36px;
  font-weight: bold;
}

.content_wrap a {
  transition: 0.3s ease;
}

.content_wrap .main_box {
  width: 100%;
  box-sizing: border-box;
}

.content_wrap .bg_g {
  background: #A5CD38;
}

.content_wrap .bg_gry {
  background: #eee;
}

.content_wrap .full_box {
  width: 94%;
  max-width: 1400px;
  padding: 25px 0;
  margin: 0 auto;
}

.content_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content_box .pic_box, .content_box .text_box {
  width: 50%;
}

.content_box .text_box {
  display: flex;
  justify-content: center;
}

.content_box .title {
  margin-bottom: 20px;
}

.content_box .text p {
  line-height: 1.7em;
}

.content_box img {
  max-width: 100%;
}

.slidedown_wrap {
  width: 100%;
}

.slidedown_wrap .h_wrap {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slidedown_wrap .slidedown_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.slidedown_wrap .slidedown_more {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 0;
  background: url("https://www.aetina.com/wp-content/uploads/Aetina_and_nvidia/images/bg_line_gry.png") repeat-x left center;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  cursor: pointer;
}

.slidedown_wrap .slidedown_more:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #A5CD38;
  transition: 0.3s ease;
}

.slidedown_wrap .slidedown_more:hover:before {
  opacity: 1;
  visibility: visible;
}

.slidedown_wrap .slidedown_more span {
  position: relative;
  z-index: 1;
}

.content_intro .full_box {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 3vh;
}

.content_intro .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5vh;
}

.content_intro .head .left {
  width: 70%;
}

.content_intro .head .right {
  width: 35%;
}

.content_intro .head h1 {
  line-height: 1.5em;
  font-size: 46px;
  font-weight: 600;
}

.content_intro .logo_nvidia {
  width: 100%;
  max-width: 566px;
}

.content_offers {
  padding-bottom: 5vh;
}

.content_offers .title {
  margin-bottom: 40px;
}

.content_offers .item_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.content_offers .item_wrap .item {
  width: 18%;
  margin: 0 1%;
  padding: 30px 10px 20px 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.content_offers .item_wrap .item:hover .pic .contain_bg {
  transform: scale(1.1);
}

.content_offers .item_wrap .item .pic {
  width: 80%;
  max-width: 140px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.content_offers .item_wrap .item .pic .contain_bg {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.content_offers .item_wrap .item .text {
  color: #A5CD38;
  text-align: center;
}

.content_offers .item_wrap .item .text p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2em;
}

.content_service {
  background: #000;
}

.content_service .pic_box, .content_service .text_box {
  width: 50%;
}

.content_service .text_box {
  padding: 20px 5%;
  color: #fff;
}

.content_porduct {
  margin-bottom: 5vh;
}

.content_porduct .main {
  margin-bottom: 3vh;
}

.content_porduct .text {
  text-align: center;
  margin-bottom: 5vh;
}

.content_porduct .item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.content_porduct .item_wrap .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  cursor: pointer;
  border-radius: 3px;
}

.content_porduct .item_wrap .item:nth-child(4n) {
  margin-right: 0;
}

.content_porduct .item_wrap .item:nth-child(4) span {
  width: 100%;
}

.content_porduct .item_wrap .item:hover:before, .content_porduct .item_wrap .item:hover:after {
  opacity: 1;
  visibility: visible;
}

.content_porduct .item_wrap .item.no_hover:before {
  background: none;
  content: "Coming soon";
  width: auto;
}

.content_porduct .item_wrap .item:before, .content_porduct .item_wrap .item:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.content_porduct .item_wrap .item:before {
  width: 40px;
  height: 40px;
  background: url("https://www.aetina.com/wp-content/uploads/Aetina_and_nvidia/images/icon_header_search.svg") no-repeat center center;
  background-size: 100% 100%;
  transition-delay: .2s;
}

.content_porduct .item_wrap .item:after {
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.content_porduct .item_wrap .item span {
  margin: 0 5px;
  margin-bottom: 3px;
}

.content_porduct .item_wrap .item span:last-child {
  margin: 0;
}

.content_porduct .item_wrap .item img {
  max-width: 100%;
}

.spec.pc img {
  margin: 0 auto;
  max-width: 170px;
}

.spec.mobile {
  display: none;
}

.spec.mobile .pd_wrap {
  max-width: 600px;
  margin: 0 auto;
}

.spec.mobile .pd_wrap div a {
  display: block;
  margin-bottom: 5px;
}

.spec.mobile .pd_wrap div img {
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 100px;
}

.spec.mobile .pd_wrap div:nth-child(3) img {
  max-width: 130px;
}

.spec.mobile img {
  max-width: 400px;
  margin: 0 auto;
}

.spec.mobile img.pd {
  margin-bottom: 15px;
}

.spec .pd_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.spec .pd_wrap img, .spec .pd_wrap div {
  flex: 1;
  margin: 0 2%;
}

.spec .pd_wrap img:nth-child(1), .spec .pd_wrap img:nth-child(2), .spec .pd_wrap div:nth-child(1), .spec .pd_wrap div:nth-child(2) {
  width: 26%;
}

.spec .pd_wrap img:nth-child(3), .spec .pd_wrap div:nth-child(3) {
  width: 36%;
}

.spec .pd_wrap div img {
  width: 100% !important;
}

.spec img.pd {
  max-width: 120px;
}

.spec a {
  color: #418387;
}

.spec a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  margin-right: 7px;
  border-color: transparent transparent transparent #418387;
}

.spec a:hover {
  color: #A5CD38;
}

.spec a:hover:before {
  border-color: transparent transparent transparent #A5CD38;
}

.content_peripheral {
  padding: 5vh 0;
  background: #313131;
}

.content_peripheral .pic_box, .content_peripheral .text_box {
  padding-left: 5%;
}

.content_peripheral .text_box {
  width: 40%;
  color: #fff;
}

.content_peripheral .pic_box {
  width: 60%;
  padding-right: 3%;
}

.content_peripheral .pic_box img {
  max-width: 100%;
}

.content_system {
  padding: 3vh 0;
}

.content_system .text_box {
  width: 55%;
  padding: 0 5%;
}

.content_system .pic_box {
  width: 45%;
}

.content_system .pic_box img {
  max-width: 100%;
}

.content_device {
  align-items: flex-end;
  position: relative;
  width: 100%;
  padding-top: 7%;
}

.content_device .text_box, .content_device .pic_box {
  position: relative;
  z-index: 1;
}

.content_device .text_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 3vh 0;
}

.content_device .text_box .group {
  position: relative;
  width: 53%;
  padding: 0 5%;
  color: #fff;
}

.content_device .text_box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #888, #ccc);
}

.content_device .pic_box {
  position: absolute;
  right: 3%;
  bottom: 5%;
  width: 47%;
  padding: 0 3%;
}

.icon_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.icon_wrap .item {
  width: 20%;
  margin: 0 2%;
  color: #000;
}

.icon_wrap .item a {
  display: block;
  width: 100%;
}

.icon_wrap .item .contain_bg {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.icon_wrap .item span {
  display: block;
  text-align: center;
}

.content_easp {
  background: #000;
}

.content_easp .pic_box {
  padding: 0;
}

.content_easp .text_box {
  padding: 5vh 5%;
  color: #fff;
}

.content_easp .text_box .text {
  margin-bottom: 3vh;
}

.content_easp .text_box .icon_wrap {
  justify-content: flex-start;
}

.content_easp .text_box .icon_wrap .item {
  width: 22%;
  margin: 0 1.5%;
  color: #fff;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
}

.content_easp .text_box .icon_wrap .item:hover {
  transform: scale(1.1);
}

.content_easp .text_box .icon_wrap .item .contain_bg {
  height: 120px;
  padding-bottom: 0;
  background-size: contain;
}

.content_aiot {
  padding: 5vh 0;
}

.content_aiot .pic_box {
  width: 45%;
}

.content_aiot .pic_box .slider_wrap {
  width: 100%;
}

.content_aiot .pic_box .slider_wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 80%;
  border: 17px solid #8eb6b8;
  border-left: none;
}

.content_aiot .pic_box .slider {
  width: 100%;
}

.content_aiot .pic_box .slider .item {
  width: 100%;
}

.content_aiot .pic_box .slider img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.content_aiot .text_box {
  width: 55%;
  padding: 0 5%;
}

.content_aiot .text_box .text {
  margin-bottom: 3vh;
}

.content_aiot .text_box .logo_wrap h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 26px;
  margin-bottom: 20px;
}

.content_aiot .text_box .logo_wrap h3:after {
  content: "";
  display: inline-block;
  background: #000;
  width: 90%;
  height: 1px;
}

.content_aiot .text_box .logo_wrap h3 span {
  display: inline-block;
  width: 400px;
  margin-right: 10px;
}

.content_why {
  padding: 5vh 0;
  background: url("https://www.aetina.com/wp-content/uploads/Aetina_and_nvidia/images/why_bg.jpg") no-repeat center center;
  background-size: cover;
}

.content_why .title {
  margin-bottom: 5vh;
  color: #fff;
}

.content_why .group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.content_why .left {
  width: 32%;
  margin-right: 2%;
  background: #fff;
}

.content_why .left .text {
  margin-bottom: 30px;
}

.content_why .right {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 74%;
}

.content_why .right .item {
  width: 48%;
  margin-right: 3%;
}

.content_why .right .item:nth-child(2n) {
  margin-right: 0;
}

.content_why .right .item:nth-child(1), .content_why .right .item:nth-child(2) {
  margin-bottom: 20px;
}

.content_why .right .item:nth-child(1), .content_why .right .item:nth-child(4) {
  background: #333;
}

.content_why .right .item:nth-child(1) .head:after, .content_why .right .item:nth-child(4) .head:after {
  background: #ccc;
}

.content_why .right .item:nth-child(1) .text, .content_why .right .item:nth-child(4) .text {
  color: #fff;
}

.content_why .item {
  padding: 20px 30px;
  background: #fff;
}

.content_why .item .head {
  margin-bottom: 20px;
}

.content_why .item .head:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
}

.content_why .item .head .num {
  display: block;
  margin-bottom: 5px;
  font-size: 44px;
  line-height: 1em;
  color: #aaa;
}

.content_why .item .head h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2em;
  color: #A5CD38;
}

.content_why .item .text p {
  font-size: 14px;
  line-height: 1.4em;
}

.content_why .item img {
  max-width: 100%;
}

.pd_overlay {
  width: 94%;
  max-width: 1260px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

.pd_overlay.pd_overlay_4 {
  max-width: 1600px;
  padding: 40px;
  padding-top: 20px;
}

.pd_overlay.pd_overlay_4 h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.pd_overlay .group {
  width: 100%;
}

.pd_overlay h3 {
  color: #A5CD38;
  font-size: 26px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.pd_overlay img {
  max-width: 100%;
}

@media screen and (max-width: 1330px) {
  .content_intro .head {
    margin-bottom: 3vh;
  }
  .content_intro .head h1 {
    font-size: 38px;
  }
  .content_intro .detail {
    margin-bottom: 2vh;
  }
}

@media screen and (max-width: 1200px) {
  .content_wrap .title .num {
    font-size: 42px;
  }
  .content_wrap .title h2 {
    font-size: 30px;
  }
  .content_box .text p {
    font-size: 15px;
    line-height: 1.5em;
  }
  .content_intro .head h1 {
    font-size: 32px;
  }
  .slidedown_wrap .slidedown_more {
    margin-bottom: 20px;
  }
  .content_service .pic_box {
    width: 45%;
  }
  .content_service .text_box {
    width: 55%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .content_peripheral {
    display: block;
    padding: 3vh 0;
  }
  .content_peripheral .pic_box, .content_peripheral .text_box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 3%;
    margin-bottom: 25px;
  }
  .content_peripheral .text_box {
    text-align: center;
  }
  .content_system .text_box {
    padding-right: 3%;
  }
  .content_easp .pic_box {
    width: 40%;
  }
  .content_easp .text_box {
    width: 60%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .content_aiot {
    padding: 3vh 0;
  }
  .content_aiot .pic_box {
    width: 40%;
  }
  .content_aiot .text_box {
    width: 60%;
    padding: 0 5%;
  }
  .content_aiot .text_box .logo_wrap h3:after {
    display: none;
  }
  .content_aiot .text_box .logo_wrap h3 span {
    width: auto;
  }
}

@media screen and (max-width: 1100px) {
  .content_device {
    display: block;
    padding-top: 3vh;
    background: linear-gradient(to bottom, #888, #ccc);
  }
  .content_device .text_box, .content_device .pic_box, .content_device .icon_wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .content_device .text_box {
    padding: 0;
  }
  .content_device .text_box::before {
    display: none;
  }
  .content_device .text_box .group {
    width: 100%;
  }
  .content_device .title {
    text-align: center;
  }
  .content_device .pic_box {
    position: relative;
    right: 0;
    bottom: auto;
  }
  .content_device .icon_wrap {
    margin-bottom: 40px;
    max-width: 600px;
  }
}

@media screen and (max-width: 1000px) {
  .content_wrap .wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .content_intro .head .left {
    width: 70%;
  }
  .content_intro .head .right {
    width: 30%;
  }
  .content_intro .head h1 {
    font-size: 28px;
  }
  .spec.pc {
    display: none;
  }
  .spec.mobile {
    display: block;
  }
  .content_offers .item_wrap .item {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .content_offers .item_wrap .item .text p {
    font-size: 16px;
  }
  .content_service .pic_box {
    width: 40%;
  }
  .content_service .text_box {
    width: 60%;
  }
  .content_system {
    display: block;
  }
  .content_system .pic_box, .content_system .text_box {
    width: 80%;
  }
  .content_system .text_box {
    padding: 0 3%;
    margin: 0 auto;
  }
  .content_system .text_box .title {
    text-align: center;
  }
  .content_why {
    padding: 3vh 0;
  }
  .content_why .title {
    margin-bottom: 20px;
  }
  .content_why .group {
    flex-wrap: wrap;
  }
  .content_why .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .content_why .left .item .head:after {
    margin: 0 auto;
  }
  .content_why .left .text {
    margin-bottom: 20px;
  }
  .content_why .left .pic {
    max-width: 300px;
    margin: 0 auto;
  }
  .content_why .right {
    width: 100%;
  }
  .content_why .right .item {
    width: 49%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 751px) {
  .content_porduct .item_wrap .item span {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .content_wrap .title h2 {
    font-size: 28px;
    line-height: 1.3em;
  }
  .content_service {
    display: block;
  }
  .content_service .pic_box, .content_service .text_box {
    width: 90%;
    margin: 0 auto;
  }
  .content_service .pic_box {
    max-width: 400px;
    margin: 0 auto;
  }
  .content_service .text_box {
    text-align: center;
  }
  .content_easp {
    display: block;
  }
  .content_easp .pic_box, .content_easp .text_box, .content_easp .icon_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .content_easp .text_box {
    text-align: center;
  }
  .content_easp .text_box .icon_wrap {
    justify-content: space-between;
    max-width: 600px;
  }
  .content_easp .text_box .icon_wrap .item .contain_bg {
    height: 0;
    padding-bottom: 80%;
  }
  .content_aiot {
    display: block;
  }
  .content_aiot .pic_box {
    width: 90%;
    margin-bottom: 4vh;
  }
  .content_aiot .pic_box .slider_wrap {
    max-width: none;
  }
  .content_aiot .pic_box .slider_wrap:before {
    top: 10%;
    width: 100%;
    height: 70%;
  }
  .content_aiot .pic_box .slider_wrap .item img {
    width: 90%;
    max-width: 400px;
  }
  .content_aiot .text_box {
    width: 100%;
    text-align: center;
  }
  .content_aiot .text_box .text {
    margin-bottom: 30px;
  }
  .content_aiot .text_box .logo_wrap h3 {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .content_intro .head h1 {
    font-size: 24px;
  }
  .content_porduct .item_wrap .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .content_porduct .item_wrap .item:nth-child(2n) {
    margin-right: 0;
  }
  .content_system .pic_box {
    width: 90%;
  }
  .content_system .text_box {
    width: 100%;
    transform: translateY(0);
  }
  .pd_overlay h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 700px) {
  .content_offers {
    padding-bottom: 3vh;
  }
  .content_offers .title {
    margin-bottom: 30px;
  }
  .content_offers .item_wrap {
    justify-content: center;
  }
  .content_offers .item_wrap .item {
    width: 30%;
    margin-bottom: 15px;
  }
  .content_offers .item_wrap .item:nth-child(4), .content_offers .item_wrap .item:nth-child(5) {
    width: 46%;
  }
}

@media screen and (max-width: 640px) {
  .content_wrap .full_box {
    padding: 20px 0;
  }
  .content_wrap .title h2 {
    font-size: 24px;
  }
  .content_intro .full_box {
    margin-bottom: 20px;
  }
  .content_intro .head {
    display: block;
    margin-bottom: 20px;
  }
  .content_intro .head .left, .content_intro .head .right {
    width: 100%;
  }
  .content_intro .head h1 {
    margin-bottom: 15px;
    text-align: center;
  }
  .content_intro .head .logo_nvidia {
    max-width: 250px;
    margin: 0 auto;
  }
  .content_system .pic_box {
    width: 95%;
  }
  .content_system .text_box {
    width: 100%;
    transform: translateY(0);
  }
  .content_system .text_box .title {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .content_porduct .item_wrap .item {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .content_offers .title {
    margin-bottom: 20px;
  }
  .content_offers .item_wrap .item {
    width: 48%;
    margin-bottom: 15px;
  }
  .content_offers .item_wrap .item:nth-child(4), .content_offers .item_wrap .item:nth-child(5) {
    width: 48%;
  }
  .content_offers .item_wrap .item:last-child {
    width: 100%;
    margin: 0;
  }
  .content_device .icon_wrap {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 10px;
  }
  .content_device .icon_wrap .item {
    width: 40%;
    max-width: 120px;
    margin: 0 5%;
    margin-bottom: 20px;
  }
  .content_why .left {
    margin-bottom: 10px;
  }
  .content_why .right {
    text-align: center;
  }
  .content_why .right .item {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .content_why .right .item .head:after {
    margin: 0 auto;
  }
  .content_aiot .pic_box {
    margin-bottom: 25px;
  }
  .content_aiot .pic_box .slider_wrap:before {
    border-width: 10px;
  }
}

@media screen and (max-width: 440px) {
  .banner.m {
    display: block;
  }
  .banner.pc {
    display: none;
  }
  .content_easp .text_box .icon_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content_easp .text_box .icon_wrap .item {
    width: 45%;
  }
}

@media screen and (max-width: 400px) {
  .content_why .right .item {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .content_why .item {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 350px) {
  .content_porduct .item_wrap .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }
  .content_porduct .item_wrap .item:nth-child(4) span {
    width: auto;
  }
}

@media screen and (max-width: 325px) {
  .content_offers .item_wrap .item {
    width: 100% !important;
    margin: 0;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .content_offers .item_wrap .item .pic .contain_bg {
    padding-bottom: 55%;
  }
}
/*# sourceMappingURL=content.css.map */