@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  /* home & header & footer */
  div.navbar .content {
    height: auto;
    display: block;
  }
  div.navbar .content .logo {
    top: 0;
    padding: 10px 0;
  }
  div.navbar .content .logo a {
    position: relative;
    top: 3px;
  }
  div.navbar .content .logo a img {
    width: 50px;
    height: 50px;
  }
  div.navbar .content .logo .icon_search {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 35px;
  }
  div.navbar .content .logo .icon_search img {
    width: 20px;
    height: 20px;
  }
  div.navbar .content .logo .mobile-menu {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    background: url('../img/menu.svg') no-repeat center / contain;
  }
  div.navbar .content .navbar-right {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    width: 270px;
    height: 100vh;
    display: block;
    transition: all 0.3s;
    z-index: 9;
  }
  div.navbar .content .navbar-right.active {
    left: 0;
  }
  div.navbar .content .navbar-right .menu-header-container ul {
    display: block;
    position: relative;
    padding-top: 48px;
  }
  div.navbar .content .navbar-right .menu-header-container ul li {
    width: 100%;
    height: 68px;
    margin: 0;
  }
  div.navbar .content .navbar-right .menu-header-container ul li a {
    display: block;
    width: 100%;
    line-height: 68px;
    padding-left: 2rem;
  }
  div.navbar .content .navbar-right .menu-header-container ul li a::before {
    display: none;
  }
  div.navbar .content .navbar-right span {
    display: none;
  }
  div.navbar .content .navbar-right .contactus-button {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0;
    width: 80%;
    height: 40px;
    line-height: 40px;
  }
  div.navbar .content .overlay-menu-m {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
  }
  div.navbar .content .overlay-menu-m.active {
    display: block;
  }
  section.banner li {
    height: 450px;
    padding-top: 80px;
  }
  section.banner li p {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.banner li p .subtitle {
    font-size: 0.875rem;
  }
  section.banner li p .learnmore-button {
    margin: 0;
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  section.banner li h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 10px 0;
  }
  section.banner .swiper-dots {
    position: relative;
    top: -20px;
  }
  section.categories {
    margin-top: 50px;
  }
  section.categories .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.categories .head p:first-child {
    font-size: 14px;
  }
  section.categories .head h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 10px 0;
  }
  section.categories .container {
    display: block;
  }
  section.categories .container .left {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  section.categories .container .left h3 {
    font-size: 1.125rem;
  }
  section.categories .container .left p {
    margin: 0 0 20px;
    font-size: 0.9rem;
  }
  section.categories .container .left img {
    display: block;
    width: 50%;
    margin: 0 auto;
    position: static;
  }
  section.categories .container .right {
    width: 100%;
    height: 400px;
    margin-top: 20px;
  }
  section.categories .container .right div {
    padding: 0;
    height: 200px;
  }
  section.categories .container .right div a {
    padding: 20px;
    display: block;
    width: 100%;
    height: 100%;
  }
  section.categories .container .right div a h3 {
    font-size: 1.125rem;
    width: 100%;
    max-width: 100%;
  }
  section.categories .container .right div a p {
    font-size: 0.9rem;
    margin: 0;
  }
  section.categories .container .right div a img {
    width: 120px;
    height: 120px;
    right: 0;
    bottom: 0;
  }
  section.products {
    margin-top: 80px;
  }
  section.products .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.products .head p:first-child {
    font-size: 14px;
  }
  section.products .head h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 10px 0;
  }
  section.products .head .products-select {
    margin-top: 0;
  }
  section.products .head .products-select span {
    margin: 0 5px;
    font-size: 14px;
  }
  section.products .container {
    margin-top: 30px;
  }
  section.products .container li {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  section.products .container .products-item-img {
    height: 180px;
  }
  section.products .container .products-item-content {
    padding: 20px;
  }
  section.products .container .products-item-content h3 {
    font-size: 1rem;
    line-height: 1.2;
  }
  section.products .container .products-item-content p {
    margin: 15px 0 0;
    font-size: 0.9rem;
  }
  section.products .container .products-item-content span {
    display: none;
  }
  section.products a.viewmore {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.8rem;
  }
  section.advantage {
    height: auto;
    margin-top: 80px;
    padding: 50px 0 20px;
  }
  section.advantage .content > img {
    width: 100%;
    top: 300px;
    display: none;
  }
  section.advantage .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.advantage .head p:first-child {
    font-size: 14px;
  }
  section.advantage .head h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 10px 0;
  }
  section.advantage .head p.intro {
    max-width: 100%;
  }
  section.advantage .container {
    height: auto;
    display: block;
    margin-top: 20px;
  }
  section.advantage .container .advantage-left {
    padding: 0 0 0 96px;
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
  section.advantage .container .advantage-left div::after {
    right: 0;
    left: -3.5rem;
  }
  section.advantage .container .advantage-left div {
    margin: 20px 0;
  }
  section.advantage .container .advantage-left div h3 {
    font-size: 1.125rem;
  }
  section.advantage .container .advantage-left div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.advantage .container .advantage-right {
    width: 100%;
    margin: 0;
    padding-left: 6rem;
  }
  section.advantage .container .advantage-right div {
    margin: 20px 0;
  }
  section.advantage .container .advantage-right div::after {
    left: -3.5rem;
  }
  section.advantage .container .advantage-right div h3 {
    font-size: 1.125rem;
  }
  section.advantage .container .advantage-right div p {
    font-size: 0.9rem;
  }
  section.whoweare {
    overflow: hidden;
    position: relative;
    top: -15px;
    padding-top: 250px;
  }
  section.whoweare .content > img {
    width: 80%;
    height: 200px;
    top: -240px;
    right: 0;
  }
  section.whoweare .content p {
    max-width: 100%;
  }
  section.whoweare .content p span {
    font-size: 0.875rem;
  }
  section.whoweare .content p .learnmore-button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
    margin: 30px 0 0;
  }
  section.whoweare .content h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  section.whoweare .content .whoweare-box {
    width: 100%;
    margin: 20px 0 0;
  }
  section.whoweare .content .whoweare-box div {
    text-align: left;
  }
  section.whoweare .content .whoweare-box div strong span {
    font-size: 2.6rem;
  }
  section.whoweare .content .whoweare-box div p {
    font-size: 0.875rem;
  }
  section.ruarantee {
    margin-top: 80px;
  }
  section.ruarantee .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.ruarantee .head p:first-child {
    font-size: 14px;
  }
  section.ruarantee .head h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 10px 0;
  }
  section.ruarantee .container {
    margin-top: 30px;
  }
  section.ruarantee .container li a {
    height: auto;
    padding: 100px 20px 20px;
  }
  section.ruarantee .container li a::after {
    width: 3rem;
    height: 3rem;
    top: 20px;
    background-size: cover;
  }
  section.ruarantee .container li a h3 {
    font-size: 1.125rem;
  }
  section.ruarantee .container li a p {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 20px 0 10px;
  }
  section.certification {
    height: auto;
    padding: 50px 0;
    margin-top: 100px;
  }
  section.certification .content {
    display: block;
    text-align: center;
    height: auto;
  }
  section.certification .content p {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.certification .content p:first-child {
    font-size: 0.875rem;
  }
  section.certification .content h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  section.certification .container {
    width: 100%;
    position: static;
    transform: translateY(0);
  }
  section.certification .container ul {
    margin-top: 30px;
    margin-left: -45px;
  }
  section.certification .container ul li {
    height: 300px;
    background-size: cover;
  }
  section.ability {
    height: 615px;
  }
  section.ability .content > img {
    display: none;
  }
  section.ability .content .focus {
    width: 100%;
    height: auto;
    left: 0;
    padding: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  section.ability .content .ability-box {
    width: 100%;
    height: auto;
    left: 0;
    top: 100px;
    padding: 20px;
  }
  section.ability .content .ability-box h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
  }
  section.ability .content .ability-box p.intro {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.ability .content .ability-box div ul {
    max-width: 98%;
  }
  section.ability .content .ability-box div ul li p span {
    font-size: 0.8rem;
  }
  section.app {
    padding-bottom: 50px;
  }
  section.app p:first-child {
    margin-top: 80px;
  }
  section.app h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  section.app p.intro {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 0 20px;
  }
  section.app .content {
    margin: 30px 0 50px;
  }
  section.app .content .container {
    overflow: scroll;
  }
  section.app .content .container .app-item {
    min-width: 291px;
    height: 440px;
    background-position: top;
    margin-left: -30px;
    transform: scale(0.8);
  }
  section.app .content .container .app-item p {
    bottom: 0;
  }
  section.app button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
  section.blog .container {
    margin-bottom: 40px;
  }
  section.blog .container .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
  }
  section.blog .container .swiper-slide a {
    min-height: auto;
  }
  section.blog .container .swiper-slide a .products-item-img {
    height: 180px;
  }
  section.blog .container .swiper-slide a .products-item-img img {
    margin-top: -20px;
  }
  section.blog .container .swiper-slide a .products-item-content h3 {
    line-height: 1.5;
  }
  section.blog .container .swiper-slide a .products-item-content h3 + p {
    line-height: 1.3rem;
    margin-top: 20px;
  }
  section.blog .container .swiper-slide a .products-item-content p:first-child {
    margin-bottom: 15px;
  }
  footer {
    overflow: hidden;
  }
  footer .cta {
    height: auto;
    padding: 30px 0;
  }
  footer .cta .content {
    display: block;
  }
  footer .cta .content div {
    height: auto;
  }
  footer .cta .content div strong {
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 0;
  }
  footer .cta .content div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 100%;
    height: auto;
  }
  footer .cta .content a.contactus-button {
    margin: 30px 0 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
  footer div.footer {
    padding-top: 30px;
  }
  footer div.footer .content:first-child > ul {
    display: block;
  }
  footer div.footer .content:first-child > ul > li {
    position: relative;
    height: auto;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    margin-bottom: 10px;
  }
  footer div.footer .content:first-child > ul > li a {
    font-size: 0.9rem;
  }
  footer div.footer .content:first-child > ul > li p {
    line-height: 48px;
    margin-bottom: 0;
  }
  footer div.footer .content:first-child > ul > li p strong {
    font-size: 1rem;
  }
  footer div.footer .content:first-child > ul > li.active {
    padding: 5px 0 15px 20px;
  }
  footer div.footer .content:first-child > ul > li.active div {
    display: block;
  }
  footer div.footer .content:first-child > ul > li div {
    display: none;
  }
  footer div.footer .content:first-child > ul > li div p {
    line-height: 1.5rem;
    padding-right: 20px;
  }
  footer div.footer .content:first-child > ul > li form {
    width: 336px;
    position: absolute;
    left: 0;
    bottom: -50px;
  }
  footer div.footer .content:first-child > ul > li .social {
    margin: 10px 0;
  }
  footer div.footer .content:first-child > ul > li .social li {
    width: 2rem;
    height: 2rem;
  }
  footer div.footer .copyright div:first-child {
    padding-bottom: 20px;
    align-items: center;
  }
  footer div.footer .copyright div:first-child .copyright-logo {
    width: 50px;
    height: 50px;
  }
  footer div.footer .copyright div:first-child .copyright-right img {
    width: 30px;
    height: 30px;
  }
  footer div.footer .copyright div:last-child {
    display: block;
  }
  footer div.footer .copyright div:last-child p {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  footer div.footer .copyright div:last-child .menu-mini-container {
    display: none;
  }
  body div.search-block {
    padding-top: 50px;
    height: 100vh;
  }
  body div.search-block.active {
    z-index: 999;
    transform: translateY(0);
  }
  body div.search-block span {
    position: absolute;
    top: 85vh;
    right: 35px;
  }
  body div.search-block form.searchform {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
  body div.search-block form.searchform input[type='text'] {
    font-size: 22px;
    height: 70px;
  }
  body div.search-block form.searchform input[type='submit'] {
    width: 22px;
    height: 22px;
    outline: none;
    border: none;
    background: url(../img/search.png) no-repeat center;
    background-size: contain;
    margin-right: 30px;
  }
  /* home & header & footer */
  /* products start */
  div.big-picture {
    height: 500px;
  }
  div.big-picture p:first-child {
    font-size: 14px;
  }
  div.big-picture h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    padding: 10px 0;
  }
  div.big-picture p.text {
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.product-main {
    padding-top: 100px;
    padding-bottom: 0;
  }
  section.product-main .content > div {
    display: block;
  }
  section.product-main .content > div .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    padding: 50px 20px 30px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all .3s;
  }
  section.product-main .content > div .sidebar.active {
    right: 0;
  }
  section.product-main .content > div .sidebar strong {
    font-size: 1.5625rem;
    padding-bottom: 10px;
  }
  section.product-main .content > div .sidebar ul.terms li.haschild {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  section.product-main .content > div .sidebar ul.terms ul.childrenTerm li {
    font-size: 0.8rem;
  }
  section.product-main .content > div .sidebar ul.terms ul.childrenTerm li::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  section.product-main .content > div .right {
    width: 100%;
    margin-top: -30px;
  }
  section.product-main .content > div .right .info p.title {
    font-size: 1.5625rem;
    padding-bottom: 0;
  }
  section.product-main .content > div .right .info p.title span {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    background: url(../img/menu.svg) no-repeat center;
    background-size: cover;
  }
  section.product-main .content > div .right .info p.text {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 10px 0 30px;
  }
  section.product-main .content > div .right .products .you_like-main {
    padding-top: 0;
  }
  section.product-main .content > div .right .products .you_like-main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
  }
  section.product-main .content > div .right .products .you_like-main ul li {
    width: 48%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  section.product-main .content > div .right .products .you_like-main ul li a div.pic {
    height: 100px;
  }
  section.product-main .content > div .right .products .you_like-main ul li a div.info {
    padding: 10px;
  }
  section.product-main .content > div .right .products .you_like-main ul li a div.info p.title {
    font-size: 0.9rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section.product-main .content > div .right .products .you_like-main ul li a div.info p.subtitle {
    margin: 10px 0 0;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  section.product-main .content > div .right .products .you_like-main ul li a div.info p.subtitle + p {
    display: none;
  }
  section.product-main .content > div .right .products button {
    padding: 5px 10px;
    max-width: 100px;
    max-height: 40px;
  }
  /* products end */
  /* products-detail start */
  section.product-infor div.right p.product-info {
    margin: 0;
    padding-bottom: 0;
  }
  section.product-infor div.right div.two-btn a.radius {
    margin: 20px 0;
    padding: 8px 20px;
  }
  section.product-infor div.right div.service {
    padding-top: 10px;
  }
  section.product-infor div.right div.service span {
    font-size: 0.8rem;
  }
  section ul.tags {
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
  }
  section ul.tags li.tag {
    line-height: 30px;
    margin: 0;
  }
  section ul.tags li.tag a {
    font-size: 0.8rem;
  }
  main section.product-detail .headline {
    margin: 30px 0 0;
  }
  main section.product-detail .headline p.title {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 0;
  }
  main section.product-detail .headline + .content {
    padding: 0;
  }
  main section.product-detail .headline + .content h2 {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0;
    margin: 10px 0;
  }
  main section.product-detail .headline + .content p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  /*main section.product-detail .headline + .content div:nth-child(2) {
    height: 300px;
  }*/
  main section.product-detail .headline + .content div:nth-child(2) figure {
    height: 100%;
  }
  main section.product-detail .headline + .content div:nth-child(2) figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
  }
  main section.product-detail figure img {
    object-fit: contain;
  }
  main div.table-col {
    width: 100%;
    margin-top: 80px;
  }
  main div.table-col .headline {
    margin: 0 0 10px;
  }
  main div.table-col .headline p.title {
    margin: 0;
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  main div.table-col table tr td {
    font-size: 0.8rem;
    line-height: 40px;
  }
  main div.table-col table tr td:nth-of-type(1) {
    padding-left: 0;
    text-align: center;
  }
  main div.table-col table tr td:nth-of-type(3) {
    text-indent: 0;
  }
  main div.table-col table tr td:last-of-type {
    text-indent: 0;
  }
  main div.advantage .headline {
    margin: 80px 0 10px;
  }
  main div.advantage .headline p.title {
    margin: 0;
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  main div.advantage .headline + p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }
  main div.advantage ul li {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  main div.inquiry {
    padding: 0;
  }
  main div.inquiry .headline {
    margin: 80px 0 20px;
  }
  main div.inquiry .headline p.title {
    font-size: 1.5625rem;
    line-height: 1.5rem;
  }
  main div.inquiry form p span {
    margin: 0;
  }
  main section.home_products {
    padding-top: 0;
  }
  main section.home_products div.content:first-of-type {
    margin-bottom: 0;
  }
  main section.home_products div.content:first-of-type .headline {
    margin: 30px 0 0;
  }
  main section.home_products div.content:first-of-type .headline p.title {
    margin: 0;
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  main section.home_products div:last-of-type {
    padding: 0;
  }
  main section.home_products div.you_like div.you_like-main div.btn {
    display: none;
  }
  main section.home_products div.you_like div.you_like-main div.swiper {
    padding: 30px 0 10px;
  }
  main section.home_products div.you_like div.you_like-main div.swiper ul li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    box-shadow: none;
  }
  main section.home_products div.you_like div.you_like-main div.swiper ul li a div.pic {
    height: 160px;
    background-size: 100%;
  }
  main section.home_products div.you_like div.you_like-main div.swiper ul li a div.info {
    padding: 20px;
  }
  main section.home_products div.you_like div.you_like-main div.swiper ul li a div.info p.title {
    font-size: 1rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  main section.home_products div.you_like div.you_like-main div.swiper ul li a div.info p.subtitle {
    margin: 20px 0 0;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  main section.home_products div.you_like div.you_like-main div.swiper ul li a div.info p.subtitle + p {
    display: none;
  }
  main section.home_products div.you_like > p.center {
    margin: 0;
  }
  main section.home_products div.you_like > p.center a {
    width: 120px;
    height: 40px;
    padding: 0;
    line-height: 40px;
  }
  main section.product-detail .headline + .content div:nth-child(2) figure img {
    object-fit: contain;
  }
  /* products-detail end */
  /* aboutus start */
  section.about-banner {
    height: 400px;
    padding-top: 80px;
    position: relative;
  }
  section.about-banner::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .about-content-text {
    position: relative;
    z-index: 9;
  }
  section.about-banner div.about-content-text p.subtitle {
    font-size: 14px;
  }
  section.about-banner div.about-content-text h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    max-width: 100%;
  }
  section.about-banner div.about-content-text p.intro {
    max-width: 100%;
    padding: 0 20px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.serve .content {
    display: block;
  }
  section.serve .content .serve-left {
    padding: 80px 0 0;
    width: 100%;
  }
  section.serve .content .serve-left div.about-content-text p.subtitle {
    font-size: 14px;
  }
  section.serve .content .serve-left div.about-content-text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 10px 0 0;
  }
  section.serve .content .serve-left div.about-content-text p.intro {
    max-width: 100%;
    padding: 0 20px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.serve .content .serve-left div ul li {
    padding: 10px 0;
  }
  section.serve .content .serve-left div ul li .whychooseus-img {
    width: 50px;
    height: 50px;
  }
  section.serve .content .serve-left div ul li .whychooseus-img img {
    max-width: 38px;
    max-height: 38px;
  }
  section.serve .content .serve-left div ul li .whychooseus h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  section.serve .content .serve-left div ul li .whychooseus p.intro {
    font-size: 0.9rem;
  }
  section.serve .content .serve-right {
    width: 100%;
    padding: 20px 0 80px;
  }
  section.serve .content .serve-right h4 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  section.serve .content .serve-right p {
    font-size: 0.85rem;
    line-height: 1.5;
  }
  section.brief {
    padding: 80px 0 220px;
  }
  section.brief div.about-content-text p.subtitle {
    font-size: 14px;
  }
  section.brief div.about-content-text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 10px 0 20px;
  }
  section.brief div.about-content-text p.intro {
    max-width: 100%;
    padding: 0 20px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.brief div ul {
    max-width: 100%;
  }
  section.brief div ul li {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  section.brief .brief-img {
    width: 80%;
    height: 200px;
    right: 0;
    left: 20%;
    bottom: 0;
  }
  section.brief a.contact-button {
    margin-top: 20px;
    padding: 8px 15px;
    font-size: 0.9rem;
  }
  section.team {
    padding-top: 100px;
  }
  section.team .team-top {
    display: block;
  }
  section.team .team-top div.about-content-text {
    width: 100%;
    text-align: center;
  }
  section.team .team-top div.about-content-text p.subtitle {
    font-size: 14px;
  }
  section.team .team-top div.about-content-text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 10px 0 20px;
  }
  section.team .team-top div.about-content-text p.intro {
    max-width: 100%;
    padding: 0 20px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.team .team-top p.intro {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.team .team-main {
    display: block;
    margin-top: 30px;
  }
  section.team .team-main .team-left .team-left-img {
    width: 100%;
    height: 150px;
  }
  section.team .team-main .team-left a {
    position: relative;
    top: 310px;
    left: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
  section.team .team-main .team-right {
    margin-top: -20px;
    text-align: left;
  }
  section.team .team-main .team-right .team-right-img {
    width: 70%;
    height: 200px;
    margin: 0 auto 0 0;
    width: 100%;
  }
  section.team .team-main h3 {
    margin: 10px 0;
  }
  section.serviceandinnovation {
    padding: 250px 0 50px;
    height: auto;
  }
  section.serviceandinnovation .serviceandinnovation-img {
    width: 80%;
    height: 230px;
    left: 20%;
    top: -20px;
  }
  section.serviceandinnovation div.about-content-text {
    max-width: 100%;
  }
  section.serviceandinnovation div.about-content-text p.subtitle {
    font-size: 14px;
  }
  section.serviceandinnovation div.about-content-text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 10px 0 20px;
  }
  section.serviceandinnovation div.about-content-text p.intro {
    max-width: 100%;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.serviceandinnovation ul {
    margin-top: 30px;
  }
  section.serviceandinnovation ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.show {
    padding-top: 100px;
  }
  section.show div.about-content-text {
    width: 100%;
    text-align: center;
  }
  section.show div.about-content-text p.subtitle {
    font-size: 14px;
  }
  section.show div.about-content-text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 10px 0;
  }
  section.show .show-swiper-box {
    height: 210px;
  }
  section.show .show-swiper-box .swiper-show {
    height: auto;
    padding: 20px 20px 0 20px;
  }
  section.show .show-swiper-box .swiper-show div.swiper-slide {
    min-width: auto;
    height: 180px;
  }
  section.show .show-swiper-box .swiper-show div.swiper-slide-active {
    height: 180px;
    margin-top: 0;
  }
  section.toexplore {
    padding: 100px 0 0;
  }
  section.toexplore div.about-content-text {
    width: 100%;
    text-align: center;
  }
  section.toexplore div.about-content-text p.subtitle {
    font-size: 14px;
  }
  section.toexplore div.about-content-text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 10px 0 30px;
    text-transform: capitalize;
  }
  section.toexplore ul {
    margin-top: 0;
    display: block;
  }
  section.toexplore ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  section.toexplore ul li div {
    height: 200px;
  }
  section.toexplore ul li h3 {
    margin-top: 20px;
    font-size: 1.125rem;
  }
  section.toexplore ul li p {
    margin: 10px 0 30px;
    font-size: 0.9rem;
  }
  section.toexplore ul li span {
    display: none;
  }
  /* aboutus end */
  /* app start */
  section.app-banner {
    padding-top: 80px;
    height: 400px;
  }
  section.app-banner div.app-content-text p.subtitle {
    font-size: 14px;
  }
  section.app-banner div.app-content-text h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    max-width: 100%;
  }
  section.app-banner div.app-content-text p.intro {
    max-width: 100%;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.app-banner a.learnmore-button {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
  section.app-select {
    height: 100px;
  }
  section.app-select ul {
    overflow: scroll;
  }
  section.app-select ul li {
    width: auto;
    height: 100px;
  }
  section.app-select ul li.active,
  section.app-select ul li:hover {
    height: 100px;
    margin-top: 0;
  }
  section.app-select ul li.active a,
  section.app-select ul li:hover a {
    height: 100px;
  }
  section.app-select ul li a {
    min-width: 100px;
    height: 100px;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  section.app-select ul li a div {
    width: 25px;
    height: 25px;
  }
  section.app-select ul li a h2 {
    font-size: 0.8rem;
    margin: 5px 0 0;
  }
  section.strengths {
    padding-top: 100px;
  }
  section.strengths div.app-content-text p.subtitle {
    font-size: 14px;
  }
  section.strengths div.app-content-text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 5px 0 10px;
  }
  section.strengths div.app-content-text p.intro {
    max-width: 100%;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.strengths .strengths-swiper-box {
    padding-top: 30px;
  }
  section.strengths .strengths-swiper-box .swiper-strengths {
    padding: 20px;
  }
  section.strengths .strengths-swiper-box .swiper-strengths .swiper-slide > div {
    padding: 20px;
    width: auto;
    height: auto;
  }
  section.strengths .strengths-swiper-box .swiper-strengths .swiper-slide > div div {
    width: 50px;
    height: 50px;
    margin: 20px auto;
  }
  section.strengths .strengths-swiper-box .swiper-strengths .swiper-slide > div div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  section.strengths .strengths-swiper-box .swiper-strengths .swiper-slide > div div p {
    line-height: 1.5rem;
  }
  section.strengths .strengths-swiper-box .swiper-strengths .swiper-slide > div h3 {
    font-size: 1.125rem;
  }
  section.strengths .strengths-swiper-box .swiper-strengths .swiper-slide > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section.strengths .strengths-swiper-box .strengths-pagination {
    margin-top: 10px;
  }
  section.strengths .strengths-swiper-box .strengths-pagination .strengths-bullet {
    width: 10px;
    height: 10px;
    margin: 3px;
  }
  section.strengths .strengths-swiper-box .strengths-button-next,
  section.strengths .strengths-swiper-box .strengths-button-prev {
    display: none;
  }
  section.introduction {
    margin-top: 150px;
  }
  section.introduction div.app-content-text p.subtitle {
    font-size: 14px;
  }
  section.introduction div.app-content-text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 5px 0 10px;
  }
  section.introduction div.app-content-text p {
    max-width: 100%;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.introduction div.app-content-text ul li {
    padding-left: 30px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }
  section.introduction div.app-content-text ul li::before {
    width: 20px;
    height: 20px;
  }
  section.introduction .introduction-mask {
    width: 100%;
    height: 775px;
    top: 0;
    right: 0;
  }
  section.introduction .introduction-img {
    width: 80%;
    height: 200px;
    left: 20%;
    border-radius: 6px;
    overflow: hidden;
  }
  section.differentfields {
    padding-top: 100px;
  }
  section.differentfields div.app-content-text p.subtitle {
    font-size: 14px;
  }
  section.differentfields div.app-content-text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 5px 0 10px;
  }
  section.differentfields ul {
    overflow: scroll;
    justify-content: flex-start;
  }
  section.differentfields ul li {
    height: auto;
    margin: 0 10px;
  }
  section.differentfields ul li a {
    display: block;
    padding: 15px 0;
    white-space: nowrap;
    font-size: 0.8rem;
  }
  section.differentfields .differentfields-content {
    margin-top: 50px;
    padding-bottom: 50px;
    height: auto;
  }
  section.differentfields .differentfields-content img {
    width: 80%;
    height: 200px;
    bottom: 0;
    left: 20%;
    right: 0;
    top: -10px;
  }
  section.differentfields .differentfields-content .differentfields-content-text {
    width: 100%;
    position: static;
    padding: 210px 20px 0;
  }
  section.differentfields .differentfields-content .differentfields-content-text h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  section.differentfields .differentfields-content .differentfields-content-text p.intro {
    font-size: 0.9rem;
    line-height: 1.5rem;
    max-width: 100%;
    margin: 10px 0 0;
  }
  section.differentfields .differentfields-content .differentfields-content-text ul li {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  section.recom {
    padding-top: 100px;
    margin-bottom: 3rem;
  }
  section.recom div.app-content-text p.subtitle {
    font-size: 14px;
  }
  section.recom div.app-content-text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 5px 0 10px;
  }
  section.recom div.app-content-text p.intro {
    max-width: 100%;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.recom .container {
    margin-top: 30px;
  }
  section.recom .container ul {
    margin-left: -30px;
  }
  section.recom .container li {
    height: auto;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  section.recom .container li .products-item-img {
    height: 200px;
  }
  section.recom .container li .products-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.recom .container li .products-item-content {
    padding: 20px;
  }
  section.recom .container li .products-item-content h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  section.recom .container li .products-item-content p {
    margin: 15px 0 0;
    font-size: 0.9rem;
  }
  section.recom .container li .products-item-content span {
    display: none;
  }
  section.recom a.viewmore {
    margin-top: 30px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
  section.inquirynow {
    padding-top: 100px;
  }
  section.inquirynow div.app-content-text p.subtitle {
    font-size: 14px;
  }
  section.inquirynow div.app-content-text h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 100%;
    margin: 5px 0 10px;
  }
  section.inquirynow div.app-content-text p.intro {
    max-width: 100%;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  /* app end */
  /* blog start */
  div.banner {
    height: 560px;
    padding-top: 50px;
  }
  div.banner div.rotation {
    width: 100%;
    height: 300px;
    padding: 0 20px;
  }
  div.banner div.rotation .swiper {
    height: auto;
    border-radius: 6px;
    overflow: hidden;
  }
  div.banner div.rotation .swiper .item {
    height: auto;
    padding: 20px;
    display: block;
    border-radius: 6px;
  }
  div.banner div.rotation .swiper .item .info {
    width: 100%;
    padding-top: 20px;
  }
  div.banner div.rotation .swiper .item .info p.time {
    font-size: 0.875rem;
    padding-bottom: 10px;
  }
  div.banner div.rotation .swiper .item .info p.title {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  div.banner div.rotation .swiper .item .info p.text {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  div.banner div.rotation .swiper .item .info p.text + p {
    display: none;
  }
  div.banner div.rotation .swiper .item .pic {
    width: 100%;
    height: 150px;
    margin: 20px 0 30px;
  }
  div.banner div.rotation .swiper-pagination {
    display: none;
    width: 80%;
    margin: 0;
    bottom: 30px;
    left: 50%;
    transform: translateX(-55%);
  }
  div.banner div.rotation .swiper-pagination .swiper-pagination-bullet {
    font-size: 0.9rem;
    margin: 0 20px;
  }
  div.banner div.rotation .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 20px;
    left: 280%;
    top: 110%;
  }
  section.news-box {
    padding-bottom: 0;
  }
  section.news-box .headline {
    margin: 80px 0 0;
  }
  section.news-box .headline p.subtitle {
    font-size: 14px;
  }
  section.news-box .headline p.title {
    margin-top: 10px;
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  section.news-box ul.tags {
    margin: 0 0 30px;
    justify-content: center;
    gap: 0;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  section.news-box ul.tags li {
    margin-right: 15px;
  }
  section.news-box ul.tags li a {
    font-size: 1rem;
  }
  section.news-box ul.news li.news-item {
    width: 100%;
  }
  section.news-box ul.news li.news-item a {
    width: 100%;
    height: auto;
  }
  section.news-box ul.news li.news-item a div.pic {
    height: 200px;
  }
  section.news-box ul.news li.news-item a div.info {
    padding: 20px;
  }
  section.news-box ul.news li.news-item a div.info p.title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  section.news-box ul.news li.news-item a div.info p.text {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.news-box ul.news li.news-item a div.info button.primary-btn {
    display: none;
    padding: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
  section.news-box p.center {
    margin-top: 30px;
  }
  section.news-box p.center button {
    padding: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
  /* blog end */
  /* blog-detail start */
  body.single-post div.banner {
    height: 250px;
  }
  div.banner + div div.heading {
    padding: 20px 10px;
  }
  div.banner + div div.heading h1 {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  div.banner + div div.heading ul {
    justify-content: center;
    gap: 0;
  }
  div.banner + div div.heading ul li {
    margin: 0 5px;
  }
  div.banner + div div.heading ul li img {
    margin-right: 10px;
  }
  div.banner + div div.heading ul li span {
    font-size: 0.9rem;
  }
  div.banner + div div.main-info {
    padding-top: 50px;
    display: block;
  }
  div.banner + div div.main-info .substance {
    width: 100%;
  }
  div.banner + div div.main-info .substance .head p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.banner + div div.main-info .substance .info {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  div.banner + div div.main-info .substance .info h2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  div.banner + div div.main-info .substance .info h2 + p {
    margin-bottom: 50px;
  }
  div.banner + div div.main-info .substance .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  div.banner + div div.main-info .substance .info h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0;
  }
  div.banner + div div.main-info .substance .tags {
    height: auto;
    margin: 30px 0;
  }
  div.banner + div div.main-info .substance .tags .left {
    display: block;
    padding: 0;
    overflow: hidden;
  }
  div.banner + div div.main-info .substance .tags .left p {
    font-size: 0.9rem;
    float: left;
  }
  div.banner + div div.main-info .substance .tags .left ul {
    float: left;
    padding-left: 10px;
  }
  div.banner + div div.main-info .substance .tags .left ul li.tag {
    padding: 5px 10px;
    font-size: 0.8rem;
  }
  div.banner + div div.main-info .substance .tags .left ul + div ul {
    margin-top: 20px;
    padding-left: 0;
  }
  div.banner + div div.main-info .substance .tags .left ul + div ul li {
    margin: 0 8px 0 0;
  }
  div.banner + div div.main-info ul.sidebar li {
    width: auto;
    border: none;
    padding: 0;
  }
  div.banner + div div.main-info ul.sidebar li div.title {
    font-size: 1rem;
    line-height: 3;
    width: 100%;
  }
  div.main-info ul.sidebar {
    width: 100%;
  }
  div.banner + div div.main-info ul.sidebar li div.title span {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    background: url(../img/menu.svg) no-repeat center;
    background-size: cover;
    margin-top: 10px;
  }
  div.banner + div div.main-info ul.sidebar li ul.news li a {
    padding: 5px 0;
  }
  div.banner + div div.main-info ul.sidebar li ul.news li a div.pic {
    width: 48px;
    height: 48px;
  }
  div.banner + div div.main-info ul.sidebar li ul.news li a div.info {
    flex: 1;
    padding-right: 20px;
  }
  div.banner + div div.main-info ul.sidebar li ul.news li a div.info p.title {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  div.banner + div div.main-info ul.sidebar li ul.news li a div.info p.time {
    font-size: 0.8rem;
  }
  div.banner + div div.main-info ul.sidebar li p.more span {
    font-size: 0.9rem;
  }
  div.banner + div div.main-info ul.sidebar li ul.classification span {
    font-size: 0.9rem;
  }
  div.banner + div div.main-info ul.sidebar > li:last-child {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 50px 30px 30px;
    border-radius: 0;
    transition: all .3s;
  }
  div.banner + div div.main-info ul.sidebar > li:last-child.active {
    right: 0;
  }
  /* blog-detail end */


  /* contact start .page-template-wood-contact */
  .page-template-wood-contact .banner {
    height: 580px;
  }
  .page-template-wood-contact .banner h1 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .page-template-wood-contact .banner .content>div>.text {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 20px;
  }
  .page-template-wood-contact .banner .content>div .info {
    margin-top: 30px;
    height: 165px;
    justify-content: flex-start;
    overflow: scroll;
    gap: 0;
  }
  .page-template-wood-contact .banner .content>div .info>li {
    min-width: 180px;
  }
  .page-template-wood-contact .banner .content>div .info>li .round {
    width: 50px;
    height: 50px;
  }
  .page-template-wood-contact .banner .content>div .info>li .round img {
    max-width: 25px;
  }
  .page-template-wood-contact .banner .content>div .info>li>.title {
    font-size: 0.9rem;
    padding: 10px 0;
  }
  .page-template-wood-contact .banner .content>div .info>li>.text {
    font-size: 0.8rem;
    height: 1.5rem;
  }
  .page-template-wood-contact .banner ul.share li {
    width: 38px;
    height: 38px;
  }
  .page-template-wood-contact .banner ul.share {
    margin-top: 10px;
  }
  .page-template-wood-contact .headline {
    margin: 80px 0 30px;
  }
  .page-template-wood-contact .headline .subtitle {
    font-size: 14px;
  }
  .page-template-wood-contact .headline .title {
    font-size: 1.75rem;
    margin-top: 10px;
  }
  .page-template-wood-contact .main-form span {
    margin-bottom: 0;
  }
  .page-template-wood-contact .maps {
    height: 200px;
  }
  /* contact end */
}
