@media only screen and (min-width: 1081px) and (max-width: 1440px) {
  #home > .swiper-wrapper > .swiper-slide.s3 .am-container {
    padding-top: 100px;
  }
  #home > .swiper-wrapper > .swiper-slide.s3 .am-container .inner {
    max-width: 550px;
    margin-top: 40px;
    -webkit-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    transform: translate(0, 200px);
  }
  #home > .swiper-wrapper > .swiper-slide.s3.swiper-slide-active .am-container .inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1080px) {
  header .inner .menu nav > ul li {
    padding: 0 10px;
  }
  header .inner .menu nav > ul li a {
    font-size: 14px;
  }
  header .inner .menu .lng > a {
    font-size: 14px;
  }
  header .am-container {
    max-width: 95%;
  }
  .am-container {
    max-width: 95%;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .right {
    padding: 40px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .am-container {
    max-width: 95%;
  }
  #home > .swiper-wrapper > .swiper-slide.s3 .am-container {
    padding-top: 80px;
  }
  #home > .swiper-wrapper > .swiper-slide.s3 .am-container .inner {
    max-width: 500px;
    margin-top: 40px;
    -webkit-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    transform: translate(0, 200px);
  }
  #home > .swiper-wrapper > .swiper-slide.s3.swiper-slide-active .am-container .inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .am-container {
    max-width: 1080px;
  }
  header {
    display: none;
  }
  header .inner .menu nav > ul li {
    padding: 0 10px;
  }
  #m-header {
    display: block;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .am-container {
    max-width: 95%;
  }
  #home > .swiper-wrapper > .swiper-slide.s1 .am-container {
    padding: 0 20px;
  }
  #home > .swiper-wrapper > .swiper-slide.s1 .am-container h1 {
    font-size: 42px;
    letter-spacing: 2px;
  }
  #home > .swiper-wrapper > .swiper-slide.s1 .am-container h1 .t2 {
    padding-left: 7px;
  }
  #home > .swiper-wrapper > .swiper-slide.s1 .am-container h1::before {
    display: none;
  }
  #home > .swiper-wrapper > .swiper-slide.s1 .am-container h2 {
    font-size: 38px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .am-container {
    max-width: 90%;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .title {
    margin-bottom: 10px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .title::before {
    height: 32px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .title h2 {
    font-size: 24px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .title h3 {
    font-size: 16px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .inner .swiper-container .swiper-wrapper .swiper-slide .bd {
    padding: 20px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .inner .swiper-container .swiper-wrapper .swiper-slide .bd h3 {
    margin-bottom: 10px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .inner .swiper-container .swiper-wrapper .swiper-slide .bd p {
    font-size: 14px;
  }
  #home > .swiper-wrapper > .swiper-slide.s3 .am-container {
    padding-top: 50px;
  }
  #home > .swiper-wrapper > .swiper-slide.s3 .am-container .title h2 {
    font-size: 36px;
  }
  #home > .swiper-wrapper > .swiper-slide.s3 .am-container .inner {
    max-width: 600px;
  }
  #home > .swiper-wrapper > .swiper-slide.s3.swiper-slide-active .am-container .inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #home > .swiper-wrapper > .swiper-slide.s4 {
    padding-top: 60px;
  }
  #home > .swiper-wrapper > .swiper-slide.s4 .primary-btn {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #home > .swiper-wrapper > .swiper-slide.s4 .am-container .left {
    width: 100%;
    padding: 0;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  #home > .swiper-wrapper > .swiper-slide.s4 .am-container .left img {
    max-width: 80%;
    margin: 0 auto;
  }
  #home > .swiper-wrapper > .swiper-slide.s4 .am-container .right {
    width: 100%;
    padding: 0 20px;
  }
  #home > .swiper-wrapper > .swiper-slide.s4 .am-container .right p {
    font-size: 16px;
    line-height: 1.66;
  }
  #home > .swiper-wrapper > .swiper-slide.s4.swiper-slide-active .am-container .left {
    -webkit-animation: none;
    animation: none;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #home > .swiper-wrapper > .swiper-slide.s5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .f2 {
    display: none;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .primary-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .f1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .f1 .left {
    width: 100%;
    text-align: center;
    margin-top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .f1 .left img {
    max-width: 60%;
    margin: 0 auto;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .f1 .right {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    padding: 0;
    margin-top: 0;
  }
  #home > .swiper-wrapper > .swiper-slide.s5.swiper-slide-active .left {
    -webkit-animation: none;
    animation: none;
  }
  #home > .swiper-wrapper > .swiper-slide.s5.swiper-slide-active .right {
    -webkit-animation: none;
    animation: none;
  }
  #product {
    background-color: #1a1a1a;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 80px;
  }
  #product .item {
    height: auto;
    width: 100%;
    padding: 50px 0 30px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    -webkit-animation: none;
    animation: none;
    border: none !important;
    border-bottom: 1px solid #3c3c3c !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #product .item .cover {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    left: unset;
    top: unset;
    margin-top: 20px;
  }
  #product .item .cover .bd {
    position: relative;
    bottom: unset;
  }
  #product .item .cover .bd .left h3 {
    font-size: 20px;
  }
  #product .item .cover .bd .left p {
    font-size: 14px;
  }
  #product .item .cover .right {
    display: none;
  }
  #product .item img {
    max-width: 60%;
  }
  #product .item:hover {
    width: 100%;
  }
  #product.active .item {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
  #solution {
    overflow: auto;
    height: auto;
    z-index: 9;
  }
  #solution > .swiper-wrapper {
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #solution > .swiper-wrapper > .swiper-slide {
    overflow: auto;
    height: auto;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .title {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .title h2 {
    font-size: 24px;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .title h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .inner {
    padding: 0;
    padding-bottom: 60px;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .inner .left {
    width: 100%;
    opacity: 1;
    padding: 0;
    margin-bottom: 20px;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .inner .left > img {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .inner .right {
    width: 100%;
    padding: 0;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .inner .right p {
    font-size: 14px;
    line-height: 1.66;
  }
  #about {
    height: unset;
    padding-top: 120px;
    overflow: auto;
    height: auto;
    z-index: 9;
  }
  #about > .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #about > .swiper-wrapper > .swiper-slide {
    overflow: unset;
  }
  #about > .swiper-wrapper > .swiper-slide.f1 .am-container h1 {
    font-size: 32px;
    letter-spacing: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #about > .swiper-wrapper > .swiper-slide.f1 .am-container h1::before {
    display: none;
  }
  #about > .swiper-wrapper > .swiper-slide.f1 .am-container h2 {
    font-size: 24px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin: 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f1 .am-container .down {
    opacity: 1;
    display: none;
    margin-top: 30px;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 {
    background-color: unset !important;
    padding-top: 20px;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .left {
    background-color: unset;
    width: 100%;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .left h2,
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .left p,
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .left hr {
    display: none;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .right {
    width: 100%;
    padding: 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .right p {
    opacity: 1;
    font-size: 15px;
    line-height: 1.66;
    margin: 10px 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f3 {
    opacity: 1;
    padding: 120px 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f3 .am-container .title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #about > .swiper-wrapper > .swiper-slide.f3 .am-container .title h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f3 .am-container .title h4 {
    font-size: 24px;
  }
  #about > .swiper-wrapper > .swiper-slide.f3 .am-container p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 0;
    font-size: 16px;
    line-height: 1.66;
  }
  #contact {
    height: auto;
    overflow: scroll;
  }
  #contact .am-container {
    margin-top: 120px;
  }
  #contact .am-container .left {
    width: 100%;
  }
  #contact .am-container .left::before {
    display: none;
  }
  #contact .am-container .left .job {
    background-color: unset;
    padding: 0;
  }
  #contact .am-container .left .contact {
    margin: 30px 0;
    position: relative;
    left: unset;
    bottom: unset;
    padding-left: 0;
  }
  #contact .am-container .right {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #contact .am-container .right::after {
    display: none;
  }
  #contact .am-container .right #show {
    pointer-events: none;
  }
  #contact .am-container .right .bot {
    margin-top: 0;
    padding-left: 20px;
  }
  #contact #map {
    display: none;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container {
    padding-top: 30px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .cover {
    top: 10%;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left {
    width: 100%;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left .title h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left .title h3 {
    font-size: 18px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left p {
    font-size: 14px;
    line-height: 1.66;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left .bot {
    margin-top: 20px;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left .bot .item h4 {
    font-size: 12px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .right img {
    max-width: 60%;
    margin: 0 auto;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container {
    padding-top: 0;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .top {
    margin-bottom: 20px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .top h3 {
    font-size: 18px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .top h2 {
    font-size: 24px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .mid img {
    max-width: 80%;
    margin: 0 auto;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .bot p {
    font-size: 14px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .dd .inner .item h4 {
    font-size: 14px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.swiper-slide-active.type1 .am-container .inner .left .bot {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .mid {
    display: none;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .left {
    width: 100%;
    height: auto;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .left img {
    max-width: 70%;
    margin-top: 140px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right {
    width: 100%;
    padding: 20px 40px 0;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .title h3 {
    font-size: 24px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.pz {
    margin-top: 50px;
    padding-left: 15px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.pz .item {
    margin-bottom: 20px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.pz .item::before {
    font-size: 32px;
    top: -20px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.pz .item p {
    font-size: 16px;
    line-height: 1.6;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.pz .item h4 {
    font-size: 14px;
    line-height: 1.66;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.tx {
    margin-top: 30px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.tx .item {
    margin-bottom: 25px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.tx .item p {
    font-size: 14px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.yy {
    margin-top: 30px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.yy ul {
    padding-left: 15px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.yy ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  #research::before {
    top: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .news-back {
    display: none;
  }
  header {
    display: none;
  }
  #m-header {
    display: block;
  }
  .am-container {
    max-width: 768px;
  }
  .primary-btn .cic {
    width: 50px !important;
    height: 50px !important;
  }
  .primary-btn .cic img {
    width: 16px !important;
  }
  .primary-btn .cic .circle1 {
    width: 50px !important;
    height: 50px !important;
  }
  .primary-btn .cic .circle2 {
    width: 50px !important;
    height: 50px !important;
  }
  .primary-btn .cic .circle2::before {
    right: -3px !important;
  }
  #home > .swiper-wrapper > .swiper-slide.s1 .am-container {
    padding: 0 20px;
  }
  #home > .swiper-wrapper > .swiper-slide.s1 .am-container h1 {
    font-size: 42px;
    letter-spacing: 2px;
  }
  #home > .swiper-wrapper > .swiper-slide.s1 .am-container h1 .t2 {
    padding-left: 7px;
  }
  #home > .swiper-wrapper > .swiper-slide.s1 .am-container h1::before {
    display: none;
  }
  #home > .swiper-wrapper > .swiper-slide.s1 .am-container h2 {
    font-size: 38px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .am-container {
    max-width: 90%;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .title {
    margin-bottom: 10px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .title::before {
    height: 32px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .title h2 {
    font-size: 24px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .title h3 {
    font-size: 16px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .inner .swiper-container .swiper-wrapper .swiper-slide .bd {
    padding: 20px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .inner .swiper-container .swiper-wrapper .swiper-slide .bd h3 {
    margin-bottom: 10px;
  }
  #home > .swiper-wrapper > .swiper-slide.s2 .inner .swiper-container .swiper-wrapper .swiper-slide .bd p {
    font-size: 14px;
  }
  #home > .swiper-wrapper > .swiper-slide.s3 .am-container {
    padding: 0;
  }
  #home > .swiper-wrapper > .swiper-slide.s3 .am-container .title h2 {
    font-size: 24px;
  }
  #home > .swiper-wrapper > .swiper-slide.s3 .am-container .inner {
    margin-top: 50px;
  }
  #home > .swiper-wrapper > .swiper-slide.s3 .am-container .inner img {
    max-width: 80%;
  }
  #home > .swiper-wrapper > .swiper-slide.s3.swiper-slide-active .am-container .inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #home > .swiper-wrapper > .swiper-slide.s4 {
    padding-top: 60px;
  }
  #home > .swiper-wrapper > .swiper-slide.s4 .primary-btn {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #home > .swiper-wrapper > .swiper-slide.s4 .am-container .left {
    width: 100%;
    padding: 0;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  #home > .swiper-wrapper > .swiper-slide.s4 .am-container .right {
    width: 100%;
  }
  #home > .swiper-wrapper > .swiper-slide.s4 .am-container .right p {
    font-size: 14px;
    line-height: 1.66;
  }
  #home > .swiper-wrapper > .swiper-slide.s4.swiper-slide-active .am-container .left {
    -webkit-animation: none;
    animation: none;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #home > .swiper-wrapper > .swiper-slide.s5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .f2 {
    display: none;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .primary-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .f1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .f1 .left {
    width: 100%;
    text-align: center;
    margin-top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .f1 .left img {
    max-width: 60%;
    margin: 0 auto;
  }
  #home > .swiper-wrapper > .swiper-slide.s5 .f1 .right {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    padding: 0;
    margin-top: 0;
  }
  #home > .swiper-wrapper > .swiper-slide.s5.swiper-slide-active .left {
    -webkit-animation: none;
    animation: none;
  }
  #home > .swiper-wrapper > .swiper-slide.s5.swiper-slide-active .right {
    -webkit-animation: none;
    animation: none;
  }
  #product {
    background-color: #1a1a1a;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 80px;
  }
  #product .item {
    height: auto;
    width: 100%;
    padding: 50px 0 30px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    -webkit-animation: none;
    animation: none;
    border: none !important;
    border-bottom: 1px solid #3c3c3c !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #product .item .cover {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    left: unset;
    top: unset;
    margin-top: 20px;
  }
  #product .item .cover .bd {
    position: relative;
    bottom: unset;
  }
  #product .item .cover .bd .left h3 {
    font-size: 20px;
  }
  #product .item .cover .bd .left p {
    font-size: 14px;
  }
  #product .item .cover .right {
    display: none;
  }
  #product .item img {
    max-width: 70%;
  }
  #product .item:hover {
    width: 100%;
  }
  #product.active .item {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container {
    padding-top: 30px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .cover {
    top: 10%;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left {
    width: 100%;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left .title h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left .title h3 {
    font-size: 18px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left p {
    font-size: 14px;
    line-height: 1.66;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left .bot {
    margin-top: 20px;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .left .bot .item h4 {
    font-size: 12px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type1 .am-container .inner .right img {
    max-width: 60%;
    margin: 0 auto;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container {
    padding-top: 0;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .top {
    margin-bottom: 20px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .top h3 {
    font-size: 18px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .top h2 {
    font-size: 24px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .mid img {
    max-width: 80%;
    margin: 0 auto;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .bot p {
    font-size: 14px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.type2 .am-container .dd .inner .item h4 {
    font-size: 14px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f1.swiper-slide-active.type1 .am-container .inner .left .bot {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .mid {
    display: none;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .left {
    display: none;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right {
    width: 100%;
    padding: 100px 20px 0;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .title h3 {
    font-size: 24px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.pz {
    margin-top: 50px;
    padding-left: 15px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.pz .item {
    margin-bottom: 20px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.pz .item::before {
    font-size: 32px;
    top: -20px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.pz .item p {
    font-size: 16px;
    line-height: 1.6;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.pz .item h4 {
    font-size: 14px;
    line-height: 1.66;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.tx {
    margin-top: 30px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.tx .item {
    margin-bottom: 25px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.tx .item p {
    font-size: 14px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.yy {
    margin-top: 30px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.yy ul {
    padding-left: 15px;
  }
  #single-product > .swiper-wrapper > .swiper-slide.f2 .right .inner.yy ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  #single-news .am-container {
    padding: 100px 10px 40px;
  }
  #single-news .am-container .title {
    margin-bottom: 30px;
  }
  #single-news .am-container .title h2 {
    font-size: 24px;
  }
  #single-news .am-container .inner h5 {
    max-width: 100%;
    font-size: 13px;
  }
  #single-news .am-container .inner p {
    font-size: 15px;
    line-height: 1.66;
  }
  #single-news .am-container .nav .bd a {
    font-size: 15px;
  }
  #solution {
    overflow: auto;
    height: auto;
    z-index: 9;
  }
  #solution > .swiper-wrapper {
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #solution > .swiper-wrapper > .swiper-slide {
    overflow: auto;
    height: auto;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .title {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .title h2 {
    font-size: 24px;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .title h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .inner {
    padding: 0;
    padding-bottom: 60px;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .inner .left {
    width: 100%;
    opacity: 1;
    padding: 0;
    margin-bottom: 20px;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .inner .left > img {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .inner .right {
    width: 100%;
    padding: 0;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #solution > .swiper-wrapper > .swiper-slide.f1 .am-container .inner .right p {
    font-size: 14px;
    line-height: 1.66;
  }
  #about {
    height: unset;
    padding-top: 120px;
    overflow: auto;
    height: auto;
    z-index: 9;
  }
  #about > .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #about > .swiper-wrapper > .swiper-slide {
    overflow: unset;
  }
  #about > .swiper-wrapper > .swiper-slide.f1 .am-container h1 {
    font-size: 32px;
    letter-spacing: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #about > .swiper-wrapper > .swiper-slide.f1 .am-container h1::before {
    display: none;
  }
  #about > .swiper-wrapper > .swiper-slide.f1 .am-container h2 {
    font-size: 24px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin: 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f1 .am-container .down {
    opacity: 1;
    display: none;
    margin-top: 30px;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 {
    background-color: unset !important;
    padding-top: 20px;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .left {
    background-color: unset;
    width: 100%;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .left h2,
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .left p,
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .left hr {
    display: none;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .right {
    width: 100%;
    padding: 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f2 .am-container .right p {
    opacity: 1;
    font-size: 15px;
    line-height: 1.66;
    margin: 10px 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f3 {
    opacity: 1;
    padding: 60px 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f3 .am-container .title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #about > .swiper-wrapper > .swiper-slide.f3 .am-container .title h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
  }
  #about > .swiper-wrapper > .swiper-slide.f3 .am-container .title h4 {
    font-size: 24px;
  }
  #about > .swiper-wrapper > .swiper-slide.f3 .am-container p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 0;
    font-size: 16px;
    line-height: 1.66;
  }
  #contact {
    height: auto;
    overflow: scroll;
  }
  #contact .am-container {
    margin-top: 120px;
  }
  #contact .am-container .left {
    width: 100%;
  }
  #contact .am-container .left::before {
    display: none;
  }
  #contact .am-container .left .job {
    background-color: unset;
    padding: 0;
  }
  #contact .am-container .left .contact {
    margin: 30px 0;
    position: relative;
    left: unset;
    bottom: unset;
    padding-left: 0;
  }
  #contact .am-container .right {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #contact .am-container .right::after {
    display: none;
  }
  #contact .am-container .right #show {
    pointer-events: none;
  }
  #contact .am-container .right .bot {
    margin-top: 0;
    padding-left: 20px;
  }
  #contact #map {
    display: none;
  }
  #research::before {
    left: 0;
    top: 25%;
  }
  #research.active::before {
    left: 0;
  }
  #research .am-container .top {
    height: 45px;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
  }
  #research .am-container .top .btn {
    height: 45px;
    width: 280px;
    position: relative;
  }
  #research .am-container .top .btn::before {
    height: 45px;
  }
  #research .am-container .top .btn span {
    line-height: 45px;
    font-size: 14px;
  }
  #research .am-container .top .btn.active::before {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
  #research .am-container .inner .left {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
  }
  #research .am-container .inner .left .item {
    margin-bottom: 30px;
  }
  #research .am-container .inner .left .item img {
    height: 32px;
  }
  #research .am-container .inner .left .item p {
    font-size: 14px;
  }
  #research .am-container .inner .right {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(40%, -50%) !important;
    -ms-transform: translate(40%, -50%) !important;
    transform: translate(40%, -50%) !important;
  }
  #research .am-container .inner .right .item {
    margin-bottom: 30px;
  }
  #research .am-container .inner .right .item img {
    height: 32px;
  }
  #research .am-container .inner .right .item p {
    font-size: 14px;
  }
  #research .am-container .inner .mid {
    margin: 220px auto 0;
    width: 60%;
    bottom: 10%;
    -webkit-transform: translate(0, 100%) !important;
    -ms-transform: translate(0, 100%) !important;
    transform: translate(0, 100%) !important;
  }
  #research .am-container .inner.active .right {
    -webkit-transform: translate(50%, -50%) !important;
    -ms-transform: translate(50%, -50%) !important;
    transform: translate(50%, -50%) !important;
  }
  #research.load .am-container .inner .left {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
