/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}

:root {
  --vh: 1vh; /*calc(var(--vh) * 100) == 100vh */
}

@font-face {
  font-family: "NotoSans_Regular";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans_Medium";
  src: url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans_Bold";
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
root {
  --hover_color:#254194;
}

.in_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.other_body {
  background-color: #f9f9f9;
}

.home_body {
  overflow: hidden;
  height: 100vh;
}

.airwrap {
  width: 100%;
  overflow: hidden;
}

.airwrap_in {
  width: 1440px;
  max-width: 85%;
  margin: 0px auto;
  padding: 0px;
}

.airwrap_c {
  width: 1244px;
  max-width: 70%;
  margin: 0px auto;
  padding: 0px;
}

.airw_wap {
  display: none !important;
}

.airfr {
  overflow: hidden;
  max-width: 1920px;
  margin: 0px auto;
  padding: 0px;
}

.air_01 {
  overflow: hidden;
  width: 100%;
  padding: 50px 0px;
}

.air_01 .airwrap_in {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.air_01 .fl {
  width: 31.25vw;
  overflow: hidden;
}

.air01l_t {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.air01l_t .air01lt_prev {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #C4C4C4;
  position: absolute;
  left: 0%;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.air01l_t .air01lt_prev::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/c_01.svg") 50% no-repeat;
  background-size: 7px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.air01l_t .air01lt_prev:hover {
  background-color: #e6224d;
}

.air01l_t .air01lt_next {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #C4C4C4;
  position: absolute;
  right: 0%;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.air01l_t .air01lt_next::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/c_02.svg") 50% no-repeat;
  background-size: 7px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.air01l_t .air01lt_next:hover {
  background-color: #e6224d;
}

.air01lt_slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.air01lt_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.air01lt_slide .swiper-slide .air01lts_img {
  width: 100%;
  height: 420px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.air01lt_slide .swiper-slide .air01lts_img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.air01l_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.ari01lc_slide {
  width: 328px;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
}

.ari01lc_slide .swiper-slide {
  width: 20%;
  overflow: hidden;
}

.ari01lc_slide .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ari01lc_slide .swiper-slide a img.img1 {
  width: 100%;
  display: block;
}

.ari01lc_slide .swiper-slide a img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.ari01lc_slide .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
}

.ari01lc_slide .swiper-slide a.on {
  border: 1px solid #fff;
}

.ari01lc_slide .swiper-slide a.on::before {
  background-color: rgba(0, 0, 0, 0);
}

.air01l_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}

.air01l_b div {
  display: inline-block;
}

.air01l_b a {
  line-height: 32px;
  display: inline-block;
}

.air01l_b a.a1 {
  float: left;
  background-color: #f1f1f1;
  border-radius: 4px;
  font-size: 12px;
  color: #030303;
  padding: 0px 12px;
}

.air01l_b a.a1 span {
  display: inline-block;
  background: url("../images/c_04.svg") 0% 50% no-repeat;
  background-size: 16px;
  padding-left: 22px;
  transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
}

.air01l_b a.a1:hover {
  background-color: #e6224d;
  color: #fff;
}

.air01l_b a.a1:hover span {
  background: url("../images/c_04_on.svg") 0% 50% no-repeat;
  background-size: 16px;
}

.air01l_b a.a2 {
  margin-left: 20px;
  background: url("../images/c_03.svg") 0% 50% no-repeat;
  background-size: 6px;
  padding-left: 12px;
  font-size: 12px;
  color: #fff;
}

.air01l_b a.a2:hover {
  color: #e6224d;
  background: url("../images/c_03_on.svg") 0% 50% no-repeat;
  background-size: 6px;
}

.air_01 .fr {
  width: calc(100% - 31.25vw - 0.7rem);
  overflow: hidden;
}

.air01r_t {
  width: 100%;
  overflow: hidden;
}

.air01r_t h1 {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.air01r_t p {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #BCBCBC;
  line-height: 1.5;
  margin-top: 20px;
}

.air01r_t1 {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: bold;
}

.air01r_t2 {
  margin-top: 40px;
}

.air01r_c1 {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.air01r_c1 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.air01r_c1 ul li {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #979797;
  border-radius: 4px;
}

.air01r_c1 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.air01r_c1 ul li em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.air01r_c1 ul li em.em1 {
  width: 35px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.air01r_c1 ul li em.em1 img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.air01r_c1 ul li em.em2 {
  width: calc(100% - 0px);
  overflow: hidden;
}

.air01r_c1 ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.air01r_c1 ul li em.em2 span.sp1 {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.air01r_c1 ul li em.em2 span.sp2 {
  font-size: 12px;
  color: #7D7D7D;
  line-height: 1.5;
  font-weight: 400;
}

.air01r_c1 ul li.on {
  border: 1px solid #0055CD;
}

.air01r_c1 ul li.on em.em2 span.sp1 {
  color: #0055CD;
}

.air01r_c2 {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.air01r_c2 ul li {
  float: left;
  height: 40px;
  border: 1px solid #7d7d7d;
  min-width: 200px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.air01r_c2 ul li a {
  width: 100%;
  height: 40px;
  overflow: hidden;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.air01r_c2 ul li.on {
  border: 1px solid #0055CD;
}

.air01r_c2 ul li.on a {
  color: #0055CD;
}

.ari01r_c3 {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  font-size: 16px;
}

.ari01r_c3 p {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  position: relative;
  color: #979797;
  font-weight: 400;
  padding-left: 17px;
}

.ari01r_c3 p::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  background-color: #0055CD;
  position: absolute;
  left: 0px;
  top: 11px;
}

.air_02 {
  width: 100%;
  overflow: hidden;
}

.air_02 .air_02_video {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.air_02 .air_02_video img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.air_02 .air_02_video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000;
  z-index: 9;
  object-fit: cover;
}

.air_03 {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.air_03_big {
  width: 100%;
  overflow: hidden;
}

.air_03_big img {
  width: 100%;
  display: block;
}

.air_03_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  height: 100%;
}

.air_03_c p {
  width: 100%;
  overflow: hidden;
}

.air_03_c p.p1 {
  margin-top: 10%;
  font-size: 76px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.air_03_c p.p1 span {
  color: #1AFFC6;
}

.air_03_c p.p2 {
  font-size: 19px;
  color: #fff;
  line-height: 1.5;
  margin-top: 4%;
}

.air_03_c ul {
  width: 445px;
  overflow: hidden;
  margin-top: 2%;
}

.air_03_c ul li {
  width: 50%;
  float: left;
  margin-bottom: 39px;
}

.air_03_c ul li p.p3 {
  line-height: 51px;
  font-size: 19px;
  color: #1AFFC6;
  font-weight: bold;
}

.air_03_c ul li p.p3 i {
  font-size: 46px;
  margin-right: 5px;
}

.air_03_c ul li p.p3 img {
  display: block;
  height: 51px;
}

.air_03_c ul li p.p4 {
  font-size: 19px;
  color: #7D7D7D;
  line-height: 1.5;
}

.air_04 {
  overflow: visible;
  padding-top: 160px;
}

.air_04 .airwrap_c {
  position: relative;
}

.air_04_c {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  padding: 0px 70px;
  padding-bottom: 30px;
  position: relative;
  background-color: #131517;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air_04_c p {
  width: 100%;
  overflow: hidden;
}

.air_04_c p.p1 {
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 100px;
}

.air_04_c p.p2 {
  color: #939393;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 20px;
}

.air_04_c ul {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}

.air_04_c ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.air_04_c ul li:last-child {
  margin-bottom: 0px;
}

.air_04_c ul li p.p3 {
  font-size: 35px;
  color: #1AFFC6;
  line-height: 1.5;
  font-weight: bold;
}

.air_04_c ul li p.p4 {
  font-size: 22px;
  color: #939393;
  line-height: 1.5;
  margin-top: 5px;
}

.air_04_c ul li p.p4 span {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  padding-left: 11px;
}

.air_04_c ul li p.p4 span::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  background-color: #1AFFC6;
  position: absolute;
  left: 0px;
  top: 10px;
}

.air_04_c ul li p.p4 span:first-child {
  margin-left: 0px;
}

.air_04_c .p5 {
  margin-top: 20px;
  font-size: 15px;
  color: #939393;
  line-height: 1.5;
}

.air_04 .airwrap_c .img1 {
  display: block;
  position: absolute;
  right: -10%;
  top: -10%;
  z-index: 9;
  height: 120%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air_04 .airwrap_c:hover .air_04_c {
  background-color: #1e2020;
}

.air_04 .airwrap_c:hover .img1 {
  transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -moz-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -webkit-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
}

.air_05 {
  overflow: hidden;
  padding-top: 28px;
}

.air_05 .arwrap_c {
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.air_05 .fl {
  width: 47%;
  overflow: hidden;
  height: 804px;
  background-color: #131517;
  position: relative;
  border-radius: 24px;
  padding: 0px 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air_05 .fl p {
  width: 100%;
  overflow: hidden;
}

.air_05 .fl p.p1 {
  font-size: 66px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 90px;
}

.air_05 .fl p.p1 i {
  color: #1AFFC6;
}

.air_05 .fl p.p2 {
  font-size: 22px;
  color: #939393;
  line-height: 30px;
  margin-top: 14px;
}

.air_05 .fl img {
  width: 76%;
  display: block;
  position: absolute;
  left: 12%;
  bottom: 2%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air_05 .fl:hover {
  background-color: #1e2020;
}

.air_05 .fl:hover img {
  transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -moz-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -webkit-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
}

.air_05 .fr {
  width: calc(53% - 28px);
  overflow: hidden;
}

.air05r_t {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 376px;
  border-radius: 24px;
}

.air05r_t .air05rr_bg {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.air05r_t .air05rr_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  object-fit: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air05r_t .air05rr_bg img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.air05r_t .air05rr_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  left: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.air05r_t .air05rr_c label {
  display: inline-block;
}

.air05r_t .air05rr_c span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.air05r_t .air05rr_c span.sp1 {
  font-size: 76px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.air05r_t .air05rr_c span.sp2 {
  font-size: 22px;
  color: #939393;
  line-height: 1.5;
  margin-top: 10px;
}

.air05r_t:hover .air05rr_bg img.img2 {
  opacity: 1;
  transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -moz-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -webkit-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
}

.air05r_c {
  width: 100%;
  overflow: hidden;
  margin-top: 28px;
}

.air05rc_l {
  width: 48.23%;
  height: 400px;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 24px;
}

.air05rc_l .air_05rcl_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.air05rc_l .air_05rcl_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air05rc_l .air_05rcl_bg img.img1 {
  z-index: 1;
}

.air05rc_l .air_05rcl_bg img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  opacity: 0;
}

.air05rc_l .air_05rcl_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px 20px;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.air05rc_l .air_05rcl_c p {
  width: 100%;
  overflow: hidden;
  font-size: 44px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 46px;
}

.air05rc_l:hover .air_05rcl_bg img.img2 {
  opacity: 1;
  transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -moz-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -webkit-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
}

.air05rc_r {
  width: 48.23%;
  height: 400px;
  overflow: hidden;
  float: right;
  padding: 0px 20px;
  position: relative;
  border-radius: 24px;
  background-color: #131517;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air05rc_r p {
  width: 100%;
  overflow: hidden;
}

.air05rc_r p.p1 {
  font-size: 44px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 46px;
}

.air05rc_r p.p2 {
  font-size: 22px;
  color: #939393;
  line-height: 1.5;
  margin-top: 14px;
}

.air05rc_r p.p2 i {
  color: #1AFFC6;
  font-size: 39px;
  font-weight: bold;
}

.air05rc_r:hover {
  background-color: #1e2020;
}

.air_06 {
  width: 100%;
  overflow: hidden;
  margin-top: 28px;
}

.air_06 .fl {
  width: 37.13%;
  height: 402px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}

.air_06 .fl .air06_l_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.air_06 .fl .air06_l_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air_06 .fl .air06_l_bg img.img1 {
  z-index: 1;
  opacity: 1;
}

.air_06 .fl .air06_l_bg img.img2 {
  z-index: 9;
  opacity: 0;
}

.air_06 .fl .air06_l_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  padding: 0px 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.air_06 .fl .air06_l_c p {
  width: 100%;
  overflow: hidden;
}

.air_06 .fl .air06_l_c p.p1 {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 26px;
}

.air_06 .fl .air06_l_c p.p1 i {
  color: #1AFFC6;
}

.air_06 .fl .air06_l_c p.p2 {
  font-size: 22px;
  color: #939393;
  line-height: 1.5;
}

.air_06 .fl .air06_l_c div {
  display: inline-block;
  width: 100%;
}

.air_06 .fl:hover .air06_l_bg img.img2 {
  opacity: 1;
  transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -moz-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -webkit-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
}

.air_06 .fr {
  width: calc(62.87% - 28px);
  height: 402px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}

.air_06 .fr .air06rr_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.air_06 .fr .air06rr_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air_06 .fr .air06rr_bg img.img1 {
  z-index: 1;
  opacity: 1;
}

.air_06 .fr .air06rr_bg img.img2 {
  z-index: 9;
  opacity: 0;
}

.air_06 .fr .air06rr_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0px 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.air_06 .fr .air06rr_c p {
  width: 100%;
  overflow: hidden;
}

.air_06 .fr .air06rr_c p.p1 {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 26px;
}

.air_06 .fr .air06rr_c p.p2 {
  font-size: 20px;
  color: #939393;
  line-height: 1.5;
  margin-top: 14px;
}

.air_06 .fr .air06rr_c p.p2 i {
  color: #1AFFC6;
}

.air_06 .fr:hover .air06rr_bg img.img2 {
  opacity: 1;
  transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -moz-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -webkit-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
}

.air_07 {
  overflow: visible;
  margin-top: 80px;
}

.air_07_t {
  width: 100%;
  overflow: hidden;
}

.air_07_t p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.air_07_t p.p1 {
  font-size: 76px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.air_07_t p.p2 {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
  margin-top: 14px;
}

.air_07_c {
  width: 100%;
  overflow: visible;
  padding-top: 60px;
  padding-bottom: 80px;
}

.air_07_c .fl {
  width: 45%;
  overflow: visible;
  position: relative;
  padding: 0px 100px;
  padding-bottom: 200px;
  background-color: #131517;
  border: 1px solid #1AFFC6;
  border-radius: 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air_07_c .fl p {
  width: 100%;
  overflow: hidden;
  text-align: right;
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
  margin: 40px 0px;
}

.air_07_c .fl p.p1 {
  font-size: 35px;
  color: #1AFFC6;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 55px;
  margin-bottom: 55px;
}

.air_07_c .fl img {
  display: block;
  height: 400px;
  position: absolute;
  left: -5%;
  bottom: -80px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air_07_c .fl:hover {
  background-color: #1e2020;
}

.air_07_c .fl:hover img {
  transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -moz-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -webkit-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
}

.air_07_c .fr {
  width: 45%;
  overflow: visible;
  position: relative;
  padding: 0px 100px;
  padding-bottom: 200px;
  background-color: #131517;
  border: 1px solid #1AFFC6;
  border-radius: 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air_07_c .fr p {
  width: 100%;
  overflow: hidden;
  text-align: left;
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
  margin: 40px 0px;
}

.air_07_c .fr p.p1 {
  font-size: 35px;
  color: #1AFFC6;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 55px;
  margin-bottom: 55px;
}

.air_07_c .fr img {
  display: block;
  height: 400px;
  position: absolute;
  right: -5%;
  bottom: -80px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air_07_c .fr:hover {
  background-color: #1e2020;
}

.air_07_c .fr:hover img {
  transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -moz-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -webkit-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
}

.air_07_b {
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  font-size: 15px;
  color: #939393;
}

.air_07_b p {
  line-height: 1.5;
}

.air_08 {
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}

.air_08 .air_08_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  z-index: 1;
}

.air_08 .air_08_bg img {
  width: 23%;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.air_08 .air_08_l {
  width: calc(77% - 225px - 60px);
  overflow: hidden;
  float: right;
  margin-right: 225px;
  padding: 144px 0px 50px 0px;
}

.air_08 .air_08_l p {
  width: 100%;
  overflow: hidden;
}

.air_08 .air_08_l p.p1 {
  font-size: 76px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.air_08 .air_08_l p.p1 i {
  color: #1AFFC6;
}

.air_08 .air_08_l p.p2 {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
  margin-top: 14px;
}

.air_08 .air_08_l p.p3 {
  font-size: 28px;
  color: #1AFFC6;
  line-height: 1.5;
  margin-top: 60px;
  font-weight: bold;
}

.air_08 .air_08_l p.p4 {
  font-size: 28px;
  color: #7D7D7D;
  line-height: 1.5;
  margin-top: 20px;
}

.air_08 .air_08_l p.p4 i {
  color: #1AFFC6;
}

.air_08 .air_08_l p.p5 {
  font-size: 28px;
  color: #7D7D7D;
  line-height: 1.5;
  margin-top: 10px;
}

.air_08 .air_08_l p.p5 i {
  color: #1AFFC6;
}

.air_08 .air_08_l p.p6 {
  margin-top: 40px;
  text-align: center;
}

.air_08 .air_08_l p.p6 label {
  display: inline-block;
  text-align: center;
}

.air_08 .air_08_l p.p6 label:nth-child(2) {
  margin-left: 120px;
}

.air_08 .air_08_l p.p6 label img {
  display: block;
  height: 294px;
  margin: 0px auto;
  padding: 0px;
}

.air_08 .air_08_l p.p6 label span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  line-height: 1.5;
  font-size: 22px;
}

.air_08 .air_08_l p.p7 {
  font-size: 15px;
  color: #7D7D7D;
  line-height: 1.5;
  margin-top: 40px;
}

.air_09 {
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}

.air_09_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.air_09_bg img {
  width: 100%;
  display: block;
}

.air_09_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 16%;
  z-index: 9;
}

.air_09_c p {
  width: 100%;
  overflow: hidden;
}

.air_09_c p.p1 {
  font-size: 76px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.air_09_c p.p1 i {
  color: #1AFFC6;
}

.air_09_c p.p2 {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
  margin-top: 0px;
}

.air_09_c ul {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}

.air_09_c ul:nth-child(2) {
  margin-top: 0px;
}

.air_09_c ul li {
  overflow: hidden;
  float: left;
  margin-bottom: 40px;
  width: 145px;
}

.air_09_c ul li:nth-child(2) {
  width: 160px;
  margin-left: 90px;
}

.air_09_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.air_09_c ul li em.em1 {
  position: relative;
}

.air_09_c ul li em.em1 img {
  display: block;
  height: 70px;
  margin: 0px auto;
  padding: 0px;
}

.air_09_c ul li em.em2 {
  margin-top: 20px;
}

.air_09_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.air_09_c ul li em.em2 span.sp1 {
  font-size: 20px;
  color: #1AFFC6;
  line-height: 1.5;
  margin-top: 0px;
  font-weight: bold;
}

.air_09_c ul li em.em2 span.sp2 {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin-top: 10px;
}

.air_10 {
  overflow: hidden;
  margin-top: 80px;
}

.air_10 ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.air_10 ul li .air_10_img {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.air_10 ul li .air_10_img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.air_10 ul li .air_10_img video {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  object-fit: cover;
}

.air_10 ul li .air_10_txt {
  width: calc(50% - 50px);
  overflow: hidden;
}

.air_10 ul li .air_10_txt .air_10t_c {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}

.air_10 ul li .air_10_txt p {
  width: 100%;
  overflow: hidden;
}

.air_10 ul li .air_10_txt p.p1 {
  font-size: 76px;
  color: #fff;
  line-height: 1.5;
}

.air_10 ul li .air_10_txt p.p2 {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
}

.air_10 ul li .air_10_txt p.p2 i {
  font-size: 47px;
  color: #1AFFC6;
  font-weight: bold;
}

.air_10 ul li:nth-child(2n) .air_10_txt {
  text-align: right;
}

.air_11 {
  overflow: hidden;
  margin-top: 80px;
}

.air_11_t {
  width: 100%;
  overflow: hidden;
}

.air_11_t p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.air_11_t p.p1 {
  color: #fff;
  font-size: 76px;
  line-height: 1.5;
  font-weight: bold;
}

.air_11_t p.p2 {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
}

.air_11_t p.p3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
}

.air_11_c {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 24px;
  position: relative;
}

.air_11_c img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.air_11_c video {
  width: 100%;
  height: 100%;
  background-color: #000;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.air_12 {
  overflow: hidden;
  margin-top: 80px;
}

.air_13 {
  overflow: hidden;
  margin-top: 80px;
}

.air_14 {
  overflow: hidden;
  margin-top: 80px;
}

.air_15 {
  overflow: hidden;
  margin-top: 80px;
}

.air_15_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.air_15_c img.img1 {
  widtH: 100%;
  display: block;
  pointer-events: none;
}

.air_15_c img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9;
  pointer-events: none;
}

.air_15_c img.img3 {
  position: absolute;
  right: -34%;
  bottom: -21%;
  z-index: 5;
  width: 120%;
}

.air_15_c img.img4 {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 6;
  width: 18%;
}

.air_15_c img.img5 {
  position: absolute;
  left: 49.5%;
  top: 31%;
  width: 4%;
  z-index: 10;
}

.air_15_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 21px;
  color: #7D7D7D;
  margin-top: 60px;
}

.air15c_c {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 7;
  height: 100%;
  width: 28.5%;
  transform: translateX(-50%);
}

.air15c_c ul {
  height: 100%;
  position: relative;
}

.air15c_c ul li {
  height: calc((100% - 100px) / 3);
  border-radius: 34px;
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(89.34deg, rgb(43, 43, 43), rgba(0, 0, 0, 0));
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air15c_c ul li:nth-child(1) {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 7;
}

.air15c_c ul li:nth-child(2) {
  position: absolute;
  right: 0px;
  top: calc((100% - 100px) / 3 + 40px);
  z-index: 8;
}

.air15c_c ul li:nth-child(3) {
  position: absolute;
  right: 0px;
  bottom: 20px;
  z-index: 9;
}

.air15c_c ul li .air15cc_c {
  margin: 0px 40px;
  margin-right: 18.75vw;
  width: 219px;
}

.air15c_c ul li .air15cc_c p {
  width: 100%;
  overflow: hidden;
}

.air15c_c ul li .air15cc_c p.p1 {
  position: relative;
}

.air15c_c ul li .air15cc_c p.p1 img {
  display: block;
  height: 60px;
}

.air15c_c ul li .air15cc_c p.p2 {
  font-size: 17px;
  color: #7D7D7D;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 500;
}

.air15c_c ul li:hover .air15cc_c p.p2 {
  color: #fff;
  float: left;
  width: calc(100% - 60px - 20px);
  margin-left: 20px;
  font-size: 21px;
  font-weight: bold;
}

.air15c_c ul li:hover .air15cc_c p.p1 {
  widtH: 60px;
  float: left;
}

.air15c_c ul li:hover .air15cc_c {
  width: 400px;
}

.air15c_c ul li:hover {
  height: calc((100% - 100px) / 2.4);
}

@media screen and (min-width: 1921px) {
  .air15c_c ul li .air15cc_c {
    margin-right: 360px;
  }
}
.air_16 {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 80px;
}

.air_16_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.air_16_bg img {
  width: 100%;
  display: block;
}

.air_16_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.air_16_c p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.air_16_c p.p1 {
  font-size: 76px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
}

.air_16_c p.p1 i {
  color: #1AFFC6;
}

.air_16_c p.p2 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
  margin: 20px 0px;
}

.air_16_c p.p2 span {
  display: inline-block;
  position: relative;
  margin: 0px 20px;
  padding-left: 20px;
}

.air_16_c p.p2 span::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  background-color: #1AFFC6;
  position: absolute;
  left: 0px;
  top: 13px;
}

.air_16_c p.p2 span:first-child {
  margin-left: 0px;
}

.air_16_c p.p2 span:last-child {
  margin-right: 0px;
}

.air_sub {
  width: 100%;
  overflow: hidden;
  height: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: rgb(27, 27, 28);
  font-size: 16px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.air_sub.on {
  height: 52px;
}

.air_sub a {
  color: #fff;
}

.air_sub ul li {
  float: left;
  line-height: 52px;
  margin-right: 40px;
  position: relative;
}

.air_sub ul li:last-child {
  margin-right: 0px;
}

.air_sub ul li::before {
  content: "";
  width: 0%;
  height: 3px;
  display: block;
  overflow: hidden;
  background-color: rgb(0, 85, 205);
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.air_sub ul li.on::before {
  width: 100%;
}

.air_click {
  cursor: pointer;
}

.air_subtab {
  width: 100%;
  overflow: hidden;
}

.subtab_01 {
  width: 100%;
  overflow: hidden;
  padding: 1.3rem 0px 0px 0px;
}

.subtab_02 {
  width: 100%;
  overflow: hidden;
  padding: 1.3rem 0px 0px 0px;
}

.subtab_03 {
  width: 100%;
  overflow: hidden;
  padding: 1.3rem 0px 0px 0px;
}

.stab_01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}

.stab_01_c table {
  min-width: 100%;
  border: 0px;
  width: 100%;
  margin-bottom: 0.2rem;
}

.stab_01_c table tr td {
  border-bottom: 0.01rem solid #7D7D7D;
  font-size: 20px;
  color: #8C8C8C;
  text-align: center;
  padding: 40px 40px;
  line-height: 30px;
}

.stab_01_c table tr td img {
  display: block;
  height: 140px;
  margin: 0px auto;
  padding: 0px;
}

.stab_01_c table tr td a {
  color: #fff;
}

.stab_01_c table tr td p {
  line-height: 1.5;
  margin-top: 20px;
}

.stab_01_c sup {
  font-size: 12px;
}

.stab_01_c p {
  font-size: 0.2rem;
  color: #7D7D7D;
  line-height: 1.5;
}

.stab_01_c table.tab2 {
  min-width: 30rem;
}

.tabfr {
  position: relative;
  width: 100%;
  overflow-x: auto;
  float: right;
  padding-left: 2.7rem;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tabfr::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.tabfr::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #D9D9D9;
}

.tabfr::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #0055CD;
}

.tabfr::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #0055CD;
}

.tab_left {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000;
  z-index: 9;
  pointer-events: none;
}

.tab_left ul li {
  width: 100%;
  overflow: hidden;
  font-size: 23px;
  color: #fff;
  text-align: left;
  padding: 40px;
  line-height: 30px;
  border-bottom: 0.01rem solid #7d7d7d;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.tab1_left {
  width: 2.7rem;
}

.air_subtab_dw {
  width: 100%;
  overflow: hidden;
  height: 1px;
}

.air_01 .fl {
  position: relative;
}

.air01l_video {
  width: 100%;
  height: calc(100% - 40px - 32px);
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: none;
}

.air01l_video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: contain;
  background-color: #000;
}

.air01l_b a.a2 {
  border-radius: 6px;
  padding: 0px 12px;
  background-image: none;
}

.air01l_b a.a2 span {
  display: inline-block;
  background: url("../images/c_03.svg") 0px 50% no-repeat;
  background-size: 6px;
  padding-left: 12px;
}

.air01l_b a.a2.on {
  background-color: #f1f1f1;
  color: #000;
}

.air01l_b a.a2.on span {
  background: url("../images/c_03_on.svg") 0px 50% no-repeat;
  background-size: 6px;
}

.air01l_b a.a2:hover {
  background: none;
  color: #fff;
}

.air01l_b a.a2.on:hover {
  background-color: #f1f1f1;
  color: #000;
}

.air01l_b a.a2.on:hover span {
  background: url("../images/c_03_on.svg") 0px 50% no-repeat;
  background-size: 6px;
}

.air01l_b a.a1 {
  background: none;
  color: #fff;
}

.air01l_b a.a1 span {
  background: url("../images/c_04_on.svg") 0px 50% no-repeat;
  background-size: 16px;
}

.air01l_b a.a1:hover {
  background: none;
  color: #fff;
}

.air01l_b a.a1.on {
  background-color: #f1f1f1;
  color: #000;
}

.air01l_b a.a1.on span {
  background: url("../images/c_04.svg") 0px 50% no-repeat;
  background-size: 16px;
}

.air01l_b a.a1.on:hover {
  background-color: #f1f1f1;
  color: #000;
}

.air01l_b a.a1.on:hover span {
  background: url("../images/c_04.svg") 0px 50% no-repeat;
  background-size: 16px;
}
/*文档*/
.com-product-document-main {
  margin-top: 5px;
  width: 100%;
  /* display: flex; */
  justify-content: start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  padding-bottom: 80px;
  clear: both;
  overflow: hidden;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
}

.com-product-document-main div {
  width: 31%;
  float: left;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  margin: 16px 5px 0px 5px;
}

.com-product-document-main div img {
  height: 34px;
  width: 34px;
  margin-left: 5px;
}

.com-product-document-main div h5 {
  margin-left: 10px;
  margin-right: 20px;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
  color: rgba(217, 217, 217, 1);
  flex: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1920px) {
  .air_03_c p.p1 {
    font-size: 0.7rem;
  }
  .air_03_c p.p2 {
    font-size: 0.19rem;
  }
  .air_03_c ul {
    width: 31%;
  }
  .air_03_c ul li {
    margin-bottom: 0.39rem;
  }
  .air_03_c ul li p.p3 {
    font-size: 0.19rem;
    line-height: 0.51rem;
  }
  .air_03_c ul li p.p3 i {
    font-size: 0.46rem;
  }
  .air_03_c ul li p.p4 {
    font-size: 0.19rem;
  }
  .air_04 {
    padding-top: 1.6rem;
  }
  .air_04_c p.p1 {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
  .air_04_c p.p2 {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }
  .air_04_c ul {
    margin-top: 0.6rem;
  }
  .air_04_c ul li {
    margin-bottom: 0.4rem;
  }
  .air_04_c ul li p.p3 {
    font-size: 0.35rem;
  }
  .air_04_c ul li p.p4 {
    font-size: 0.22rem;
    margin-top: 0.05rem;
  }
  .air_04_c ul li p.p4 span {
    padding-left: 0.11rem;
  }
  .air_04_c ul li p.p4 span::before {
    width: 0.06rem;
    height: 0.06rem;
    top: 0.12rem;
  }
  .air_04_c .p5 {
    font-size: 0.15rem;
    margin-top: 0.2rem;
  }
  .air_05 {
    padding-top: 0.28rem;
  }
  .air_05 .fl {
    height: 8.04rem;
    border-radius: 0.24rem;
    padding: 0px 0.6rem;
  }
  .air_05 .fl p.p1 {
    font-size: 0.66rem;
    margin-top: 0.9rem;
  }
  .air_05 .fl p.p2 {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-top: 0.14rem;
  }
  .air_05 .fr {
    width: calc(53% - 0.28rem);
  }
  .air05r_t {
    height: 3.76rem;
    border-radius: 0.24rem;
  }
  .air05r_t .air05rr_c span.sp1 {
    font-size: 0.7rem;
  }
  .air05r_t .air05rr_c span.sp2 {
    font-size: 0.22rem;
    margin-top: 0.1rem;
  }
  .air05r_c {
    margin-top: 0.28rem;
  }
  .air05rc_l {
    height: 4rem;
    border-radius: 0.24rem;
  }
  .air05rc_l .air_05rcl_c {
    padding: 0px 0.2rem;
  }
  .air05rc_l .air_05rcl_c p {
    font-size: 0.44rem;
    margin-top: 0.46rem;
  }
  .air05rc_r {
    height: 4rem;
    padding: 0px 0.2rem;
    border-radius: 0.24rem;
  }
  .air05rc_r p.p1 {
    font-size: 0.44rem;
    margin-top: 0.46rem;
  }
  .air05rc_r p.p2 {
    font-size: 0.22rem;
    margin-top: 0.14rem;
  }
  .air05rc_r p.p2 i {
    font-size: 0.39rem;
  }
  .air_06 {
    margin-top: 0.28rem;
  }
  .air_06 .fl {
    height: 4.02rem;
    border-radius: 0.24rem;
  }
  .air_06 .fr {
    width: calc(62.87% - 0.28rem);
    height: 4.02rem;
    border-radius: 0.24rem;
  }
  .air_06 .fl .air06_l_c {
    padding: 0px 0.6rem;
  }
  .air_06 .fl .air06_l_c p.p1 {
    font-size: 0.8rem;
    margin-top: 0.26rem;
  }
  .air_06 .fl .air06_l_c p.p2 {
    font-size: 0.22rem;
  }
  .air_06 .fr .air06rr_c {
    padding: 0px 0.6rem;
  }
  .air_06 .fr .air06rr_c p.p1 {
    font-size: 0.8rem;
    margin-top: 0.26rem;
  }
  .air_06 .fr .air06rr_c p.p2 {
    font-size: 0.2rem;
    margin-top: 0.14rem;
  }
  .air_07 {
    margin-top: 2rem;
  }
  .air_07_t p.p1 {
    font-size: 0.7rem;
  }
  .air_07_t p.p2 {
    font-size: 0.28rem;
    margin-top: 0.14rem;
  }
  .air_07_c {
    padding-top: 0.6rem;
    padding-bottom: 0.8rem;
  }
  .air_07_c .fl {
    padding: 0px 1rem;
    padding-bottom: 2rem;
    border-radius: 0.24rem;
  }
  .air_07_c .fl p {
    margin: 0.4rem 0px;
    font-size: 0.28rem;
  }
  .air_07_c .fl p.p1 {
    font-size: 0.35rem;
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }
  .air_07_c .fl img {
    height: 4rem;
    bottom: -0.8rem;
  }
  .air_07_c .fr {
    padding: 0px 1rem;
    padding-bottom: 2rem;
    border-radius: 0.24rem;
  }
  .air_07_c .fr p {
    font-size: 0.28rem;
    margin: 0.4rem 0px;
  }
  .air_07_c .fr p.p1 {
    font-size: 0.35rem;
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }
  .air_07_c .fr img {
    height: 4rem;
    bottom: -0.8rem;
  }
  .air_07_b {
    margin-top: 1rem;
    font-size: 0.15rem;
  }
  .air_08 {
    margin-top: 2rem;
  }
  .air_08 .air_08_l {
    width: calc(77% - 2.25rem - 0.6rem);
    margin-right: 2.25rem;
    padding: 1.44rem 0px 0.5rem 0px;
  }
  .air_08 .air_08_l p.p1 {
    font-size: 0.7rem;
  }
  .air_08 .air_08_l p.p2 {
    font-size: 0.28rem;
    margin-top: 0.14rem;
  }
  .air_08 .air_08_l p.p3 {
    font-size: 0.28rem;
    margin-top: 0.6rem;
  }
  .air_08 .air_08_l p.p4 {
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }
  .air_08 .air_08_l p.p5 {
    font-size: 0.28rem;
    margin-top: 0.1rem;
  }
  .air_08 .air_08_l p.p6 {
    margin-top: 0.4rem;
  }
  .air_08 .air_08_l p.p6 label img {
    height: 2.94rem;
  }
  .air_08 .air_08_l p.p6 label span {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }
  .air_08 .air_08_l p.p6 label:nth-child(2) {
    margin-left: 1.2rem;
  }
  .air_08 .air_08_l p.p7 {
    font-size: 0.15rem;
    margin-top: 0.4rem;
  }
  .air_09 {
    margin-top: 2rem;
  }
  .air_09_c p.p1 {
    font-size: 0.7rem;
  }
  .air_09_c p.p2 {
    font-size: 0.28rem;
  }
  .air_09_c ul {
    margin-top: 0.7rem;
  }
  .air_09_c ul li {
    margin-bottom: 0.4rem;
    width: 1.45rem;
  }
  .air_09_c ul li:nth-child(2) {
    width: 1.6rem;
    margin-left: 0.9rem;
  }
  .air_09_c ul li em.em1 img {
    height: 0.7rem;
  }
  .air_09_c ul li em.em2 {
    margin-top: 0.2rem;
  }
  .air_09_c ul li em.em2 span.sp1 {
    font-size: 0.2rem;
  }
  .air_09_c ul li em.em2 span.sp2 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }
  .air_10 {
    margin-top: 2rem;
  }
  .air_10 ul li .air_10_txt {
    width: calc(50% - 0.5rem);
  }
  .air_10 ul li .air_10_txt .air_10t_c {
    margin-top: 0.6rem;
  }
  .air_10 ul li .air_10_txt p.p1 {
    font-size: 0.7rem;
  }
  .air_10 ul li .air_10_txt p.p2 {
    font-size: 0.28rem;
  }
  .air_10 ul li .air_10_txt p.p2 i {
    font-size: 0.47rem;
  }
  .air_11 {
    margin-top: 2rem;
  }
  .air_11_t p.p1 {
    font-size: 0.7rem;
  }
  .air_11_t p.p2 {
    font-size: 0.28rem;
  }
  .air_11_c {
    margin-top: 0.2rem;
    border-radius: 0.24rem;
  }
  .air_12 {
    margin-top: 2rem;
  }
  .air_13 {
    margin-top: 2rem;
  }
  .air_14 {
    margin-top: 2rem;
  }
  .air_15 {
    margin-top: 2rem;
  }
  .air_15_c {
    margin-top: 0.2rem;
  }
  .air15c_c ul li {
    height: calc((100% - 1rem) / 3);
    margin-top: 0.2rem;
    border-radius: 0.34rem;
  }
  .air15c_c ul li:nth-child(1) {
    top: 0.2rem;
  }
  .air15c_c ul li .air15cc_c {
    width: 2.19rem;
    margin: 0px 0.4rem;
    margin-right: 18.75vw;
  }
  .air15c_c ul li .air15cc_c p.p1 img {
    height: 0.6rem;
  }
  .air15c_c ul li .air15cc_c p.p2 {
    font-size: 0.17rem;
    margin-top: 0.1rem;
  }
  .air15c_c ul li:nth-child(2) {
    top: calc((100% - 1rem) / 3 + 0.4rem);
  }
  .air15c_c ul li:nth-child(3) {
    bottom: 0.2rem;
  }
  .air15c_c ul li:hover .air15cc_c p.p2 {
    color: #fff;
    float: left;
    width: calc(100% - 0.6rem - 0.2rem);
    margin-left: 0.2rem;
    font-size: 0.21rem;
  }
  .air15c_c ul li:hover .air15cc_c p.p1 {
    widtH: 0.6rem;
    float: left;
  }
  .air15c_c ul li:hover .air15cc_c {
    width: 4rem;
  }
  .air15c_c ul li:hover {
    height: calc((100% - 1rem) / 2.4);
  }
  .air_15_b {
    font-size: 0.21rem;
    margin-top: 0.6rem;
  }
  .air_16 {
    margin-top: 2rem;
  }
  .air_16_c p.p1 {
    font-size: 0.7rem;
    margin-bottom: 0.4rem;
  }
  .air_16_c p.p2 {
    font-size: 0.28rem;
    margin: 0.2rem 0px;
  }
  .air_16_c p.p2 span {
    margin: 0px 0.2rem;
    padding-left: 0.2rem;
  }
  .air_16_c p.p2 span::before {
    width: 0.06rem;
    height: 0.06rem;
    top: 0.16rem;
  }
  .stab_01_c table tr td {
    padding: 0.4rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .stab_01_c table tr td img {
    height: 1.4rem;
  }
  .stab_01_c sup {
    font-size: 0.12rem;
  }
  .tab_left {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .tab_left ul li {
    font-size: 0.23rem;
    padding: 0.4rem;
    line-height: 0.3rem;
  }
}
@media screen and (max-width: 1710px) {
  .air_04 .airwrap_c .img1 {
    right: -20%;
  }
}
@media screen and (max-width: 1580px) {
  .air_04 .airwrap_c .img1 {
    right: -20%;
    height: 100%;
    top: 0px;
  }
}
@media screen and (max-width: 1510px) {
  .air_04 .airwrap_c .img1 {
    width: 40%;
    right: -10%;
    height: auto;
  }
}
@media screen and (max-width: 1366px) {
  .airwrap_in {
    max-width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    height: 100%;
    position: relative;
  }
  .air_01 .airwrap_in {
    display: block;
  }
  .air_01 .fl {
    width: 100%;
  }
  .air_01 .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .air01lt_slide .swiper-slide .air01lts_img {
    height: 200px;
  }
  .air01l_t .air01lt_prev {
    display: none;
  }
  .air01l_t .air01lt_next {
    display: none;
  }
  .air01l_c {
    display: none;
  }
  .air01l_b {
    display: none;
  }
  .air01r_c1 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .air01r_c2 ul li {
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .airwrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .airwrap_in {
    margin: 0px 20px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .airwrap_c {
    max-width: calc(100% - 40px);
  }
  .airw_pc {
    display: none !important;
  }
  .airw_wap {
    display: block !important;
  }
  .air_01 {
    padding: 0.5rem 0px;
  }
  .air_sub {
    font-size: 0.26rem;
  }
  .air_sub ul li {
    line-height: 0.62rem;
    margin-right: 0.4rem;
  }
  .air_sub ul li::before {
    height: 0.03rem;
  }
  .air_sub.on {
    height: 1.24rem;
  }
  .air01r_t h1 {
    font-size: 0.4rem;
  }
  .air01r_t p {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .air01r_t1 {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .air01r_c1 ul li {
    padding: 0.1rem;
  }
  .air01r_c1 ul li em.em2 span.sp1 {
    font-size: 0.28rem;
  }
  .air01r_c1 ul li em.em2 span.sp2 {
    font-size: 0.22rem;
  }
  .air01r_t2 {
    margin-top: 0.4rem;
  }
  .air01r_c2 {
    margin-top: 0.1rem;
  }
  .air01r_c2 ul li {
    height: 0.6rem;
    font-size: 0.26rem;
  }
  .air01r_c2 ul li a {
    height: 0.6rem;
  }
  .ari01r_c3 {
    margin-top: 0.1rem;
    font-size: 0.26rem;
  }
  .air_03_c p.p1 {
    font-size: 0.5rem;
  }
  .air_03_c p.p1 br {
    display: none;
  }
  .air_03_c p.p2 {
    font-size: 0.29rem;
  }
  .air_03_c ul {
    width: 100%;
    margin-top: 0.4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.2rem;
    grid-row-gap: 0.2rem;
  }
  .air_03_c ul li {
    margin-bottom: 0px;
    width: 100%;
  }
  .air_03_c ul li p.p3 {
    font-size: 0.29rem;
    line-height: 0.6rem;
  }
  .air_03_c ul li p.p3 i {
    font-size: 0.56rem;
  }
  .air_03_c ul li p.p4 {
    font-size: 0.29rem;
  }
  .air_03_big {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .air_03_big img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    object-fit: cover;
    object-position: 0% 100%;
  }
  .air_03_c {
    position: relative;
  }
  .air_03_c p.p5 {
    margin-top: 0rem;
  }
  .air_03_c p.p5 img {
    widtH: 100%;
    display: block;
  }
  .air_04 {
    padding-top: 0.4rem;
  }
  .air_04_c {
    padding: 0px 0.3rem;
    border-radius: 0.24rem;
    padding-bottom: 0.3rem;
  }
  .air_04_c p.p1 {
    font-size: 0.4rem;
    margin-top: 0.3rem;
  }
  .air_04_c p.p2 {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }
  .air_04_c ul {
    margin-top: 0.6rem;
  }
  .air_04_c ul li {
    margin-bottom: 0.4rem;
  }
  .air_04_c ul li p.p3 {
    font-size: 0.35rem;
  }
  .air_04_c ul li p.p4 {
    font-size: 0.22rem;
    margin-top: 0.05rem;
  }
  .air_04_c ul li p.p4 span {
    margin-left: 0.2rem;
    padding-left: 0.1rem;
  }
  .air_04_c ul li p.p4 span::before {
    width: 0.06rem;
    height: 0.06rem;
    top: 0.07rem;
  }
  .air_04_c .p5 {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }
  .air_04 .airwrap_c .img1 {
    height: 52%;
  }
  .air_05 {
    padding-top: 0.6rem;
  }
  .air_05 .fl {
    width: 100%;
    height: auto;
    border-radius: 0.24rem;
    padding: 0px 0.3rem;
  }
  .air_05 .fl p.p1 {
    font-size: 0.6rem;
    margin-top: 0.3rem;
  }
  .air_05 .fl p.p2 {
    font-size: 0.22rem;
    margin-top: 0.14rem;
  }
  .air_05 .fl img {
    position: relative;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .air_05 .fr {
    width: 100%;
    margin-top: 0.6rem;
  }
  .air05r_t {
    height: 3rem;
    border-radius: 0.24rem;
  }
  .air05r_t .air05rr_c span.sp1 {
    font-size: 0.4rem;
  }
  .air05r_t .air05rr_c span.sp2 {
    font-size: 0.22rem;
  }
  .air05r_c {
    margin-top: 0.3rem;
  }
  .air05rc_l {
    width: calc((100% - 0.3rem) / 2);
    height: 4rem;
  }
  .air05rc_r {
    width: calc((100% - 0.3rem) / 2);
    height: 4rem;
  }
  .air05rc_l .air_05rcl_c p {
    font-size: 0.4rem;
    margin-top: 0.4rem;
  }
  .air05rc_r p.p1 {
    font-size: 0.4rem;
    margin-top: 0.4rem;
  }
  .air05rc_r p.p2 {
    font-size: 0.22rem;
    margin-top: 0.14rem;
  }
  .air_06 {
    margin-top: 0.6rem;
  }
  .air_06 .fl {
    width: 100%;
    height: 4rem;
    border-radius: 0.24rem;
  }
  .air_06 .fl .air06_l_c {
    padding: 0px 0.3rem;
  }
  .air_06 .fl .air06_l_c p.p1 {
    font-size: 0.4rem;
    margin-top: 0.26rem;
  }
  .air_06 .fl .air06_l_c p.p2 {
    font-size: 0.22rem;
  }
  .air_06 .fr {
    width: 100%;
    margin-top: 0.3rem;
    height: 4rem;
    border-radius: 0.24rem;
  }
  .air_06 .fr .air06rr_c {
    padding: 0px 0.3rem;
  }
  .air_06 .fr .air06rr_c p.p1 {
    font-size: 0.4rem;
    margin-top: 0.26rem;
  }
  .air_06 .fr .air06rr_c p.p2 {
    font-size: 0.22rem;
    margin-top: 0.14rem;
  }
  .air_07 {
    margin-top: 0.6rem;
  }
  .air_07_t p.p1 {
    font-size: 0.4rem;
  }
  .air_07_t p.p2 {
    font-size: 0.28rem;
    margin-top: 0.14rem;
  }
  .air_07_c {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .air_07_c .fl {
    width: 100%;
    padding: 0px 0.3rem;
    padding-bottom: 2rem;
    border-radius: 0.24rem;
    float: none;
  }
  .air_07_c .fl p.p1 {
    font-size: 0.35rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .air_07_c .fl p {
    font-size: 0.28rem;
    margin: 0.2rem 0px;
  }
  .air_07_c .fl img {
    height: 4rem;
    bottom: -0.8rem;
  }
  .air_07_c .fr {
    width: 100%;
    padding: 0px 0.3rem;
    padding-bottom: 2rem;
    border-radius: 0.24rem;
    float: none;
    margin-top: 2rem;
  }
  .air_07_c .fr p.p1 {
    font-size: 0.35rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .air_07_c .fr p {
    font-size: 0.28rem;
    margin: 0.2rem 0px;
  }
  .air_07_c .fr img {
    height: 4rem;
    bottom: -0.8rem;
  }
  .air_07_b {
    font-size: 0.25rem;
    margin-top: 0.6rem;
  }
  .air_08 {
    margin-top: 0.8rem;
  }
  .air_08 .air_08_l {
    width: calc(100% - 40px);
    margin-right: 20px;
    padding: 0rem 0px;
  }
  .air_08 .air_08_l p.p1 {
    font-size: 0.4rem;
  }
  .air_08 .air_08_l p.p2 {
    font-size: 0.28rem;
    margin-top: 0.14rem;
  }
  .air_08 .air_08_l p.p3 {
    font-size: 0.28rem;
    margin-top: 0.6rem;
  }
  .air_08 .air_08_l p.p4 {
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }
  .air_08 .air_08_l p.p5 {
    font-size: 0.28rem;
    margin-top: 0.1rem;
  }
  .air_08 .air_08_l p.p6 {
    margin-top: 0.4rem;
  }
  .air_08 .air_08_l p.p7 {
    margin-top: 0.4rem;
    font-size: 0.2rem;
  }
  .air_08 .air_08_l p.p6 label img {
    height: 1.94rem;
  }
  .air_08 .air_08_l p.p6 label:nth-child(2) {
    margin-left: 0.3rem;
  }
  .air_08 .air_08_l p.p6 label span {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }
  .air_08 .air_08_bg img {
    top: 0px;
    transform: translateY(0%);
  }
  .air_09 {
    margin-top: 0.6rem;
  }
  .air_09_c {
    position: absolute;
    top: 0.2rem;
  }
  .air_09_c p.p1 {
    font-size: 0.4rem;
  }
  .air_09_c p.p2 {
    font-size: 0.28rem;
  }
  .air_09_c ul {
    width: 100%;
    margin-top: 0.3rem;
  }
  .air_09_c ul li {
    width: 25%;
    margin-bottom: 0.3rem;
  }
  .air_09_c ul li em.em1 img {
    height: 0.6rem;
  }
  .air_09_c ul li em.em2 {
    margin-top: 0.15rem;
  }
  .air_09_c ul li em.em2 span.sp1 {
    font-size: 0.2rem;
  }
  .air_09_c ul li em.em2 span.sp2 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }
  .air_10 {
    margin-top: 0.6rem;
  }
  .air_10 ul li {
    display: block;
  }
  .air_10 ul li .air_10_img {
    width: 100%;
    margin-top: 0.3rem;
  }
  .air_10 ul li .air_10_txt {
    width: 100%;
    text-align: center;
  }
  .air_10 ul li .air_10_txt .air_10t_c {
    margin-top: 0px;
  }
  .air_10 ul li .air_10_txt p.p1 {
    font-size: 0.4rem;
  }
  .air_10 ul li .air_10_txt p.p2 {
    font-size: 0.28rem;
  }
  .air_10 ul li .air_10_txt p.p2 i {
    font-size: 0.4rem;
  }
  .air_10 ul li:nth-child(2n) {
    margin-top: 0.6rem;
  }
  .air_10 ul li:nth-child(2n) .air_10_txt {
    text-align: center;
  }
  .air_11 {
    margin-top: 0.6rem;
  }
  .air_11_t p.p1 {
    font-size: 0.4rem;
  }
  .air_11_t p.p2 {
    font-size: 0.28rem;
  }
  .air_11_t p.p3 {
    font-size: 0.24rem;
  }
  .air_11_c {
    border-radius: 0.24rem;
    margin-top: 0.2rem;
  }
  .air_12 {
    margin-top: 0.6rem;
  }
  .air_13 {
    margin-top: 0.6rem;
  }
  .air_14 {
    margin-top: 0.6rem;
  }
  .air_15 {
    margin-top: 0.6rem;
  }
  .air15c_c {
    position: relative;
    left: 0px;
    transform: translateX(0%);
    width: 100%;
  }
  .air15c_c ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.2rem;
  }
  .air15c_c ul li:nth-child(1) {
    position: relative;
    top: 0px;
  }
  .air15c_c ul li:nth-child(2) {
    position: relative;
    top: 0px;
    margin-top: 0rem;
  }
  .air15c_c ul li:nth-child(3) {
    position: relative;
    bottom: 0px;
    margin-top: 0rem;
  }
  .air15c_c ul li {
    margin-top: 0.2rem;
    border-radius: 0.24rem;
  }
  .air15c_c ul li {
    height: auto;
    padding: 0.2rem;
  }
  .air15c_c ul li .air15cc_c p.p1 img {
    height: 0.6rem;
  }
  .air15c_c ul li .air15cc_c {
    padding: 0px;
    margin: 0px;
  }
  .air15c_c ul li .air15cc_c {
    width: 100%;
  }
  .air15c_c ul li:hover {
    height: auto;
  }
  .air15c_c ul li:hover .air15cc_c {
    width: 100%;
  }
  .air15c_c ul li:hover .air15cc_c p.p1 {
    width: 100%;
  }
  .air15c_c ul li:hover .air15cc_c p.p2 {
    width: 100%;
  }
  .air15c_c ul li .air15cc_c p.p2 {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }
  .air15c_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0.3rem;
  }
  .air_15_c {
    margin-top: 0.2rem;
  }
  .air_16 {
    margin-top: 0.6rem;
  }
  .air_16_c {
    position: relative;
  }
  .air_16_c p.p1 {
    font-size: 0.4rem;
  }
  .air_16_c p.p2 {
    font-size: 0.28rem;
    margin: 0px;
  }
  .air_16_c p.p2 span {
    width: 100%;
    margin: 0.1rem 0px;
    text-align: left;
  }
  .air_16_c p.p2 span::before {
    top: 0.13rem;
  }
  .subtab_01 {
    padding: 0.6rem 0px 0px 0px;
  }
  .stab_01_c table tr td {
    font-size: 0.2rem;
    padding: 0.2rem;
  }
  .stab_01_c {
    margin-top: 0.3rem;
  }
  .stab_01_c table tr td img {
    height: 1.4rem;
  }
  .stab_01_c table {
    width: 6rem;
  }
  .tab1_left {
    width: 2.9rem;
  }
  .tab_left ul li {
    padding: 0.2rem;
  }
  .subtab_02 {
    padding: 0.6rem 0px 0px 0px;
  }
  .subtab_03 {
    padding: 0.6rem 0px 0px 0px;
  }
  .air_04 {
    display: none;
  }
  .air_05 {
    display: none;
  }
  .air_06 {
    display: none;
  }
  .air_08 .air_08_bg {
    display: none;
  }
  .air_09_c ul {
    width: 50%;
  }
  .air_09_c ul.ul1 {
    margin-top: 0px;
  }
  .air_09_c ul li {
    width: 50%;
  }
  .air_09_c ul li:nth-child(2) {
    width: 50%;
    margin-left: 0px;
  }
  .com-product-document-main{padding-bottom: 50px;}
  .com-product-document-main div{width: 48%;}
}
@media only screen and (max-width:767px) {
  .com-product-document-main div{width: 95%;margin: 8px 2% 0px 2%;}
}





/*20240331*/
.tab_left ul li{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.tab_left table tr td{font-size:.23rem;color:#fff;}

.stab_01_c table tr td{overflow:hidden;}

.air01r_c1 ul li.on{border:1px solid #00DCA5;}
.air01r_c1 ul li.on em.em2 span.sp1{color:#00DCA5;}

.air01r_c2 ul li.on{border:1px solid #00DCA5;}
.air01r_c2 ul li.on a{color:#00DCA5;}
.ari01r_c3 p::before{background-color:#00DCA5;}

.air_sub ul li::before{background-color:#00DCA5;}

.tabfr::-webkit-scrollbar-thumb{background:#00DCA5;}
.tabfr::-webkit-scrollbar-thumb:hover{background:#00DCA5;}

.tab2_left{width:2.7rem;}

.stab_01_c table tr td a p{color:#fff;}

@media screen and (min-width: 1920px) {
  .tab2_left{width:400px;overflow:hidden;}
  .tab1_left{width:400px;overflow:hidden;}
  .tabfr{padding-left:400px;} 
}
@media screen and (max-width:1023px){
  .tab_left table tr td{font-size:.2rem;}
  .tab_left table{width:100%;}

  .tab2_left{width:2.9rem;}
}
