@media only screen and (max-width: 480px) {
  #header {
    top: -96px;
  }

  #header .nav_wrap {
    display: none;
  }

  #header .header-top {
    align-items: unset;
    align-content: space-evenly;
  }

  #header .header-top-container {
    height: 96px;
  }

  #header .header-bottom-container {
    height: 60px;
  }

  #header .header-top-left {
    width: 100%;
    justify-content: center;
  }

  #header .header-top-right {
    margin-left: 0;
    width: 100%;
  }

  #header .sitemap {
    margin-left: auto;
  }

  #header .header-bottom-right > .meneSetting.searchIcon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }

  #header .header-bottom .logo {
    margin-left: 30px;
  }

  #header .header-bottom .logo > a > img {
    width: 120px;
    height: 36px;
  }

  #main #banner-block {
    height: 250px;
  }

  #main #banner-block .swiper-wrapper .swiper-slide a {
    height: 250px;
  }

  #main #banner-block .swiper-wrapper .swiper-slide a .title {
    font-size: 20px;
    line-height: 26px;
  }

  #main #banner-block .swiper-wrapper .swiper-slide a .subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
  }

  #main #banner-block .swiper-wrapper .swiper-slide img {
    height: 250px;
  }

  #main #banner-block .swiper-wrapper .swiper-slide video {
    height: 250px;
  }

  #main #product-block {
    margin-top: 40px;
  }

  #main #product-block > .title {
    font-size: 24px;
    line-height: 30px;
  }

  #main #product-block > .desc {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  #main #product-block > .display-block {
    align-items: unset;
    flex-direction: column;
  }

  #main #product-block > .display-block > .top1-product {
    width: 100%;
    height: unset;
  }

  #main #product-block > .display-block > .top1-product > img {
    width: 100%;
    height: 345px;
  }

  #main #product-block > .display-block > .top1-product > .container1 {
    position: unset;
    top: unset;
    left: unset;
    bottom: unset;
  }

  #main #product-block > .display-block > .top1-product > .container1 > .title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 16px;
  }

  #main #product-block > .display-block > .top1-product > .container1 > .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  #main #product-block > .display-block > ul {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: -20px;
  }

  #main #product-block > .display-block > ul > li {
    height: unset;
    padding-right: unset;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  #main #product-block > .display-block > ul > li:last-child {
    border: none;
  }

  #main #product-block > .display-block > ul > li > img {
    width: 100%;
    height: 345px;
    position: unset;
    right: unset;
    top: unset;
  }

  #main #product-block > .display-block > ul > li > .title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 16px;
  }

  #main #product-block > .display-block > ul > li > .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  #main #company-info-block {
    margin-top: 20px;
    height: unset;
    position: relative;
  }

  #main #company-info-block .container1 > ul {
    flex-direction: column;
    height: unset;
    flex-wrap: wrap;
    margin-top: 380px;
    margin-bottom: 30px;
  }

  #main
    #company-info-block
    .container1
    > ul
    > li:not(.center-image):nth-child(n) {
    padding-right: 0;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    height: unset;
    width: 100%;
    margin-bottom: 30px;
  }

  #main
    #company-info-block
    .container1
    > ul
    > li:not(.center-image):nth-child(n)
    > img {
    position: unset;
    width: 60px;
    height: 60px;
  }

  #main
    #company-info-block
    .container1
    > ul
    > li:not(.center-image):nth-child(n)
    > .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }

  #main
    #company-info-block
    .container1
    > ul
    > li:not(.center-image):nth-child(n)
    > .desc {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }

  #main #company-info-block .container1 > ul > li.center-image {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    border-width: 20px;
    top: 40px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #main #company-info-block .container1 > ul > li.center-image > img {
    height: 300px;
  }

  #main #industry-info-block {
    margin-top: 40px;
  }

  #main #industry-info-block > .title {
    font-size: 24px;
    line-height: 30px;
  }

  #main #industry-info-block > ul > .youtube {
    width: 100%;
    height: unset;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  #main #industry-info-block > ul > .youtube > iframe {
    width: 100%;
    height: 172px;
  }

  #main #industry-info-block > ul > .youtube > div {
    position: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }

  #main #industry-info-block > ul > .youtube > div > .title {
    color: #222;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  #main #industry-info-block > ul > .youtube > div > .desc {
    color: #777;
  }

  #main #industry-info-block > ul > li:not(.youtube) {
    width: 100%;
    height: unset;
  }

  #main #industry-info-block > ul > li:not(.youtube) > .title {
    font-size: 18px;
    line-height: 24px;
  }

  #main #company-profile-block {
    margin-top: 40px;
    height: 600px;
  }

  #main #company-profile-block > img {
    height: 600px;
  }

  #main #company-profile-block > .container1 > .desc {
    margin-top: 20px;
  }

  #main #company-profile-block > .container1 > button {
    margin-top: 20px;
  }

  #main #blog-block {
    margin-top: 40px;
  }

  #main #blog-block > .title {
    font-size: 24px;
    line-height: 30px;
  }

  #main #blog-block > ul {
    flex-direction: column;
    align-items: unset;
  }

  #main #blog-block > ul > li {
    width: 100%;
  }

  #main #blog-block > ul > li > img {
    width: 100%;
    height: 232px;
  }

  #main #blog-block > ul > li > .blogTime {
    margin-top: 16px;
    color: #333;
  }

  #main #blog-block > ul > li > .blogTitle {
    color: #171717;
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0;
  }

  #main #blog-block > ul > li > .blogDesc {
    color: #777;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 5;
    height: auto;
  }

  #main #blog-block > ul > li + li {
    margin-top: 30px;
  }

  #footer .footer-contact {
    height: unset;
    padding: 30px 0;
  }

  #footer .footer-contact > ul {
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: unset;
  }

  #footer .footer-contact > ul > li {
    flex-direction: column;
  }

  #footer .footer-contact > ul > li + li {
    margin-top: 20px;
  }

  #footer .footer-content {
    height: unset;
    padding: 30px 16px;
  }

  #footer .footer-content > .container1 {
    flex-direction: column;
    justify-content: unset;
  }

  #footer .footer-content > .container1 .company-info .subscribe-container {
    margin-top: 20px;
  }

  #footer .quick-link-container {
    margin-top: 20px;
  }

  #footer .quick-link-container > ul {
    margin-top: 20px;
  }

  #footer .produce-container {
    margin-top: 20px;
  }

  #footer .produce-container > ul {
    margin-top: 20px;
  }

  #footer .social-container {
    margin-top: 20px;
  }

  #footer .social-container > ul {
    margin-top: 20px;
  }

  #footer .social-container > ul > li > a {
    max-width: 100%;
  }
}
