* {
  margin: 0;
  padding: 0;
}

.show_pc {
  display: block;
}

.show_mobi {
  display: none;
}

.crawal-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
  .show_pc {
    display: none;
  }
  .show_mobi {
    display: block;
  }
}

/*-----slick-----*/
.arrow{
  position: absolute;
  bottom: 40%;
  cursor: pointer;
  z-index: 5;
}
.arrowLeft{
  left: 50px;
}
.arrowRight{
  right: 50px;
}
@media (max-width: 768px) {
  .arrow{
    bottom: 38%;
    /* transform: translateY(50%); */
  }
  .arrowLeft{
    left: 10px;
  }
  .arrowRight{
    right: 10px;
  }
}

/*-----Carousel-----*/

.single-item {
  padding-top: 100px;
}

.single-item > div {
  margin: 0 !important;
  padding: 0 !important;
}

.single-item .single-list {
  margin: 0;
  padding: 0;
  position: relative;
}

.single-item .single-list img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 100;
}

.single-list .index_carousel_text {
  position: absolute;
  z-index: 500;
  top: 30%;
  left: 8%;
  width: 40%;
  max-width: 800px;
}

.single-list .index_carousel_text p {
  color: #fff;
  font-size: 20px;
  line-height: var(--mainLightHegiht);
  text-shadow: 0 1px 3px #000;
}

.single-list .index_carousel_text h3 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: var(--mainLightHegiht);
  text-shadow: 0 1px 3px #000;

}

@media (max-width: 1440px) {
  .single-list .index_carousel_text {
    top: 30%;
    max-width: 700px;
  }
  .single-list .index_carousel_text p {
    font-size: 1.2rem;
  }
  .single-list .index_carousel_text h3 {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  .single-item {
    padding-top: 100px;
  }
  .single-list .index_carousel_text {
    width: 70%;
    top: 25%;
    left: 15vw;
    max-width: 400px;
  }
  .single-list .index_carousel_text p {
    font-size: 1rem;
    margin-bottom: 0.7rem;
  }
  .single-list .index_carousel_text h3 {
    font-size: 2rem;
  }
}

@media (max-width: 820px) {
  .single-item {
    padding-top: 5vh;
  }
  .single-list .index_carousel_text {
    left: 12vw;
  }
  .single-list .index_carousel_text h3 {
    font-size: 3.5vw;
  }
}

@media (max-width: 480px) {
  .single-item {
    padding-top: 70px;
  }
  .single-list .index_carousel_text {
    width: 85%;
    top: 8%;
    left: 8%;
  }
  .single-list .index_carousel_text p {
    font-size: 1rem;
    line-height: 1.2;
  }
  .single-list .index_carousel_text h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
}

/*-----Product-----*/

.index_product {
  background: url("/?originalUrl=https%3A%2F%2Findustrial.adata.com%2Fimages%2Findex%2FPD_bg.png") no-repeat top right;
  background-size: 65% auto;
  margin-top: -5px;
  padding: 2rem 0 3rem;
  box-sizing: border-box;
}

.index_product h3 {
  text-align: center;
  line-height: 2;
}

.index_pd_list {
  color: #333;
}

.index_pd_list:hover {
  text-decoration: none;
}

.index_pd_list p {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
}

.index_pd_list:hover p {
  color: #0189e9;
}

.index_pd_list img {
  transition: 0.3s;
}

.index_pd_list:hover img {
  transform: translateY(-20px);
  filter: drop-shadow(0px 0px 10px rgba(0, 120, 160, 0.5));
}

@media (max-width: 768px) {
  .index_product {
    background-size: auto 100%;
  }
  .index_pd_list p {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    color: #333;
  }
}

@media (max-width: 480px) {
  .index_product {
    background: url("/?originalUrl=https%3A%2F%2Findustrial.adata.com%2Fimages%2Findex%2FPD_bg_m.png") no-repeat bottom right;
    background-size: 100% auto;
    margin-top: -5px;
    padding: 2rem 0 3rem;
    box-sizing: border-box;
  }
  .index_product h3 {
    line-height: 1;
    position: relative;
    text-align: left;
    padding-left: 2rem;
  }
  .index_product h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    width: 5px;
    height: 100%;
    background-color: #f89e00;
  }
  .index_pd_list p {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
  }
  .index_pd_list:hover img {
    transform: unset;
    filter: drop-shadow(0px 0px 10px rgba(0, 120, 160, 0.5));
  }
}

/*-----APPLICATIONS & TECHNOLOGY-----*/

.index_AT_area {
  margin: 0 0 5vh;
  padding: 0;
  background: linear-gradient(to right, rgba(0,160,233,0.2), rgba(0,255,180,0.2));
}


.index_application,
.index_technology,
.index_success {
  width: 32.5%;
  margin: 0;
  padding: 0;
  position: relative;
}

.index_application::before,
.index_technology::before,
.index_success::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--buttonBG-Top-to-Bottom-gradient);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}

.index_application:hover::before,
.index_technology:hover::before,
.index_success:hover::before {
  opacity: 0.6;
  height: 100%;
}

.index_application img,
.index_technology img,
.index_success img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.index_AT_area_info {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: auto;
  z-index: 2;
}

.index_AT_area_info p {
  color: #fff;
  font-size: 2vw;
  text-shadow: 2px 2px 5px #000;
}

.index_AT_area_info a {
  color: #fff;
  background: var(--buttonBG-Left-to-Right-gradient);
  padding: 0.3vw 2vw 0.4vw;
  font-size: 1vw;
  cursor: pointer;
  line-height: 1;
  border-radius: 30px;
  transition: 0.3s;
}

.index_AT_area_info a:hover {
  background: var(--bottonBG-Hover);
  text-decoration: none;
}
@media (max-width: 1024px) {
  .index_AT_area_info {
    top: 25%;
  }
  .index_AT_area_info p {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  .index_AT_area_info a {
    padding: 0.8vw 3vw;
    font-size: 1.5vw;
  }
}

@media (max-width: 768px) {
  .index_AT_area {
    padding: 5vw 0;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .index_application,
  .index_technology,
  .index_success {
    width: 90%;
    margin: 0 auto 2vh;
  }
  .index_AT_area_info {
    top: 35%;
  }
  .index_AT_area_info p {
    font-size: 6vw;
  }
  .index_AT_area_info a {
    padding: 1vw 4vw 1.2vw;
    font-size: 3.5vw;
  }
}

/*-----NEWS & VIDEO-----*/

.index_NV_area {
  margin: 5vh 0;
  padding: 0 0 4vw;
}

.index_NV_area h3, .index_NV_area h2 {
  font-size: 1.5vw;
  /* padding-left: 1vw; */
  position: relative;
  color: var(--titleColor);
  flex-shrink: 0;
}
.indexLine{
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.indexLine > div{
  width: 100%;
  height: 5px;
  background: var(--lineBg-gradient);

}

/* .index_NV_area h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: var(--lineBg-gradient);
} */

.index_more_N,
.index_more_V {
  position: absolute;
  right: 0;
  color: #333;
  /* background-color: #c4dfff; */
  border-radius: 50px;
  padding: 0.2vw 1vw 0.3vw;
  transition: 0.3s;
  font-size: 0.7vw;
}

.index_more_N {
  top: -2%;
}

.index_more_V {
  bottom: 0;
}

.index_more_N:hover,
.index_more_V:hover {
  /* background-color: #0189e9; */
  color: #0189e9;
  text-decoration: none;
}

.index_news > .newData {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 30px;
}
.index_news > .newData > div{
  width: 48%;
}


.index_news_list {
  padding-top: 2vh;
  border: 1px solid #ddd;
  position: relative;
}

.index_news_list img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  margin-right: 3%;
}

.index_news_info {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 7px;
}

.index_news_info p {
  font-size: 16px;
  color: var(--mainColor);
  line-height: var(--mainLightHegiht);
  margin: 0 0 1vh;
  /* padding: 0.3vw 0 0; */
}

.index_news_info h6 {
  padding: 0.3vw 0 0.5vw;
  color: #00AEEF;
  font-size: 0.8vw;
  margin: 0;
  line-height: 1.5;
}

.index_news_info a {
  display: block;
  /* text-align: right; */
  font-size: 16px;
  line-height: 1;
  color: #666;
  margin-top: 0.8vh;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 20px;
  border-radius: 20px;
  background: var(--buttonBG-Left-to-Right-gradient);
  color: #fff;
  transition: 0.3s;
}

.index_news_info a:hover {
  background: var(--bottonBG-Hover);
}

.index_video {
  padding-bottom: 5vh;
}

.index_video img {
  width: 100%;
  height: auto;
  cursor: pointer;
  /* margin-top: 2vh; */
  border-radius: 5px;
}

@media (max-width: 992px) {
  .index_news > .newData{
    flex-wrap: wrap;
  }
  .index_news > .newData > div{
    width: 100%;
  }
}

@media (max-width: 820px) {
  .index_NV_area h3, .index_NV_area h2 {
    font-size: 2.5vw;
  }
}

@media (max-width: 768px) {
  .index_NV_area{
    margin: 0;
    padding: 0;
  }
  .index_news_info a {
    left: unset;
    right: 15px;
  }
  .index_more_N {
    top: -2%;
    font-size: 3vw;
  }

}

@media (max-width: 480px) {
  .index_NV_area h3, .index_NV_area h2 {
    font-size: 6vw;
    /* padding-left: 3vw; */
  }
  .index_more_N {
    /* bottom: 0; */
    /* top: unset; */
    /* font-size: 3vw; */
    /* padding: 1vw 3vw; */
  }
  .index_more_V {
    font-size: 3vw;
    padding: 1vw 3vw;
  }
  .index_news {
    border-right: none;
    padding-bottom: 5vh;
    margin-bottom: 5vh;
  }
  .index_news_info p {
    font-size: 3.5vw;
  }
  .index_news_info h6 {
    font-size: 3vw;
  }
}

@media (min-width: 1440px) {
  .index_NV_area .container {
    /* max-width: 1350px; */
  }
}

.error_page{
  padding-top: 340px;
  padding-bottom: 200px;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.error_page .imgTitle{
  width: 70%;
  position: relative;
  z-index: 2;
}

.error_page .imgTextTitle{
  font-weight: 600;
  font-size: 30px;
  margin-top: 30px;
  
}

.error_page .imgTextdes{
  font-size: 24px;
  color: #999999;
  margin-top: 10px;
}

.error_page .imgTextdes a{
  text-decoration: underline;
  color: #999999;
}

.imgIcon{
  position: absolute;
}
.imgIcon1{
  width: 9%;
  top: 41%;
  left: 0%;
  animation: iconRotate 8s linear infinite
}
.imgIcon2{
  width: 20%;
  top: 48%;
  left: 5%;
  animation: iconRotate2 11s linear infinite

}
.imgIcon3{
  width: 6%;
  top: 39%;
  right: 35%;
  animation: iconRotate 8s linear infinite

}
.imgIcon4{
  width: 10%;
  top: 33%;
  right: 24%;
  animation: iconRotate2 11s linear infinite
}
.imgIcon5{
  width: 20%;
  top: 39%;
  right: 4%;
  animation: iconRotate 8s linear infinite
}

@media (max-width: 768px){
  .error_page{
    padding: 55vw 5vw 45vw;
    max-width: 100%;
  }
  .error_page .imgTitle{
    width: 80%;
  }
  .error_page .imgTextTitle{
    font-size: 6vw;
  }
  .error_page .imgTextdes{
    font-size: 4vw;
  }
  .imgIcon1{
    width: 7%;
    top: 38%;
    left: 6%;
  }
  .imgIcon2{
    width: 15%;
    top: 45%;
    left: 9%;
  }
  .imgIcon3{
    width: 5%;
    top: 35%;
    right: 29%;
  }
  .imgIcon4{
    width: 7%;
    top: 30%;
    right: 24%;
  }
  .imgIcon5{
    width: 16%;
    top: 32%;
    right: 8%;
  } 
  
}


@keyframes iconRotate{
  0%{
    transform: rotate(0deg)
  }
  100%{
    transform: rotate(360deg)
  }
}
  

@keyframes iconRotate2{
  0%{
    transform: rotate(360deg)
  }
  100%{
    transform: rotate(0deg)
  }    
}
  