@charset "utf-8";
/* wp  */
@font-face {
    font-family: 'Roboto';
    src: url('./skin/fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./skin/fonts/Roboto-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('./skin/fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('./skin/fonts/Roboto-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('./skin/fonts/Lato-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* style  */
body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}
.container {
    max-width: 1400px;
}
a{
    color: #005d7f;
}
p{
    font-size: 1rem;
}
.alignleft {
    max-width: 100%;
    height: auto;
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.aligncenter {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-bottom: 1rem;
}

.alignright {
    max-width: 100%;
    height: auto;
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.alignnone{
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
    margin-right: 1rem;
}
.clear {
    clear: both;
}
.atm-p{
    margin-bottom: 0;
}
.atm-ul{
    margin: 0;
    padding: 0;
}
.atm-ul li{
    list-style: none;
}
/* p{
    font-size: 1.1rem;
    line-height: 2rem;
} */
.atm-24rem{
    font-size: 2.4rem;
    line-height: 1.08em;
    font-family: 'Roboto', Sans-serif;
    color: #005d7f;
    font-weight: 700;
    text-transform: capitalize;
}
.atm-2rem{
    font-size: 2rem;
    line-height: 1.08em;
    font-family: 'Roboto', Sans-serif;
    color: #005d7f;
    font-weight: 700;
    text-transform: capitalize;
}
.atm-16rem{
    font-size: 1.6rem;
    line-height: 1.08em;
    font-family: 'Roboto', Sans-serif;
    color: #005d7f;
    font-weight: 700;
    text-transform: capitalize;
}
.atm-14rem{
    font-size: 1.4rem;
    line-height: 1.08em;
    font-family: 'Roboto', Sans-serif;
    color: #005d7f;
    font-weight: 700;
    text-transform: capitalize;
}
.atm-12rem{
    font-size: 1.2rem;
    line-height: 1.08em;
    font-family: 'Roboto', Sans-serif;
    color: #005d7f;
    font-weight: 700;
    text-transform: capitalize;
}
.atm-1rem{
    font-size: 1rem;
    line-height: 1.08em;
    font-family: 'Roboto', Sans-serif;
    color: #005d7f;
    text-transform: capitalize;
}
.atm-img{
    width: 100%;
    height:auto;
}
.atm-img-max{
    max-width:100%;
    height:auto;
}
.atm-a{
    text-decoration: none;
    color: #005d7f;
}
.atm-row-grid>* {
    display: grid;
}
.atm-Divider-1rem{
    margin-bottom: 1rem;
}
.atm-Divider-2rem{
    margin-bottom: 2rem;
}
.atm-Divider-3rem{
    margin-bottom: 3rem;
}
.atm-Divider-4rem{
    margin-bottom: 4rem;
}
.atm-Divider-line-2rem{
    border-bottom: .2rem solid #91b671;
    width: 20px;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.atm-textCenter{
    text-align: center;
}
.atm-font-up{
    text-transform: uppercase;
}
.atm-font-ca{
    text-transform: capitalize;
}
.atm-padding-2rem{
    padding:2rem;
}
.atm-padding-4rem{
    padding-top:4rem;
}
.atm-flex-space{
    display: flex; 
    justify-content: space-between;
    align-items: center;
}
.atm-flex-start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.atm-flex-start-end{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.atm-flex-end{
    display: flex; 
    justify-content: flex-end;
    align-items: center;
}
.atm-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.atm-flex-space-up{
    display: flex;
    justify-content: space-between;
}

.atm-flex-column-space{
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
}
.atm-flex-column-end{
    display: flex;
    flex-direction: column; 
    justify-content: flex-end; 
}
.atm-align-center{
    align-content:center
}

section{
    margin: 4rem 0;
}
.container-atm{
    width: 86%;
    margin:0 auto;
}
@keyframes toDownTop {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
@keyframes toRightLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.atm-title{
    display: flex;
    padding-right: 2.2rem;
    position: relative;
    margin: 0 0 2rem;
    overflow: hidden;
}
.atm-title::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: .4rem;
    height: 100%;
    background-color: #91b671;
}
.atm-title:hover::before {
    animation: toDownTop 450ms ease-in-out
}

.atm-button{
    position: relative;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .1em;
    line-height: 2.6rem;
    text-decoration: none;
    background-color: transparent;
    display: block;
    text-align: center;
    align-items: center;
    width: 100%;
    border: .2rem solid #91b671;
    box-sizing: border-box;
    height: 3rem;
    transition: all 300ms ease;
    z-index: 0;
}
.atm-button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-clip-path: polygon(-1% -1%, 101% -1%, 101% -150%, -1% 0);
    clip-path: polygon(-1% -1%, 101% -1%, 101% -150%, -1% 0);
    opacity: 0;
    transition: all 300ms ease-in-out 10ms
}
.atm-button::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background-color: #91b671;
}
.atm-button:hover {
    color: #91b671;
}
.atm-button:hover::before {
    -webkit-clip-path: polygon(-1% -1%, 101% -1%, 101% 100%, -1% 200%);
    clip-path: polygon(-1% -1%, 101% -1%, 101% 100%, -1% 200%);
    opacity: 1
}
.atm-button-blue{
    border: .2rem solid #005d7f;
}
.atm-button-blue::after{
    background-color: #005d7f;
}
.atm-button-blue:hover {
    color: #005d7f;
}
.atm-button-w{
    color: #005d7f;
    border: .2rem solid #005d7f;
}
.atm-button-w::before{
    background-color: #005d7f;
}
.atm-button-w::after{
    background-color: #fff;
}
.atm-button-w:hover {
    color: #fff;
}
/* breadwrap  */
.atm-breadwrap{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.atm-breadwrap .post-categories{
    padding: 0;
}
.atm-breadwrap li{
    margin-right: 1rem;
}
.atm-breadwrap li::after {
    content: "/";
    margin-inline-start: .75em;
}
.atm-breadwrap li:last-child:after {
    content: "";
}
.atm-breadwrap a{
    color: #005d7f;
}
/* header  */

.atm-menu .navbar-expand-lg{
    flex-wrap: wrap;
}
.atm-menu .bg-body-tertiary{
    background-color: #fff !important;
    padding: 0;
}
.atm-menu a{
    text-decoration: none;
    color: #000000;
}
.atm-menu .atm-menu-top{
    height:80px;
    display: flex;
    align-items: center;
}
.atm-menu .atm-menu-middle{
    border-top: 1px solid #ececec;
    line-height: 3rem;
}
.atm-menu .atm-menu-middle li a{
    display: block;
    height: 100%;
}

.atm-subMainMenu-button:hover+.atm-subMainMenu-dropdown, .atm-subMainMenu-dropdown:hover{
    max-height: calc(100vh - 170px);
    transition: max-height 0.5s ease-in, margin-top 0.5s ease-in;
}
.atm-subMainMenu-dropdown {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out, margin-top 0.5s ease-out;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-top: .2rem solid #91b671;
    background-color: #fff;
}
.atm-subMainMenu-dropdown .container{
    padding: 3rem 0;
}

.top-product ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 每行 4 列 */
    gap: 1rem; /* 设置子元素之间的间距 */
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-product ul li {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #91b671;
}
.top-product ul li img{
    margin-left: 1rem;
}
.top-product ul li a{
    font-size: .9rem;
}
.top-product ul li a:hover{
    color: #005d7f;
}

.atm-language {
    align-content: center;
}
.atm-language .dropdown{
    float: left;
}
.atm-language .btn{
    background-color: #91b671;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    border: none;
    padding: .83rem 2rem;
}
.atm-language .btn:active{
    background-color: #91b671;
    color: #fff;
}
.atm-language .dropdown-menu{
    border: none;
    min-width: 100%;
    border-radius: 0;
}

.atm-language .dropdown-menu li{
    padding: 0rem 2rem;
}
.atm-language .dropdown-menu li:hover{
    background-color: #91b671;
}
.atm-language .dropdown-menu li:hover a{
    color: #fff;
}

.top-subBrand{
    float:left;
}
.top-subBrand ul li{
    border-left: 1px solid #ececec;
    padding: 0 1rem;
}
.top-subBrand svg{
    width: 25px !important;
    height: 25px !important;
    fill: #005d7f !important;
}
.top-subBrand span{
    color: #005d7f;
    font-size: .8rem;
    font-weight: 600;
}
.top-icon{
    display: none;
}
.atm-menu .atm-menu-top .top-subBrand .top-whatsapp{
    border-left:unset;
}
.atm-menu .atm-menu-top .top-subBrand .top-whatsapp-svg svg{
    width: 30px !important;
    height: 30px !important;
    fill: #25d366 !important;
    margin-left:.2rem;
}
.atm-menu .atm-menu-top .top-subBrand .top-whatsapp-svg span{
    color:#25d366;
    font-size: 1.3rem;
}
.atm-menu .atm-menu-top .top-subBrand .top-whatsapp .dropdown-menu{
    padding: 1rem 0rem;
    border:unset;
    border-radius: unset;
}
.atm-menu .atm-menu-top .top-subBrand .top-whatsapp .dropdown-menu li{
    padding:1rem 1rem;
    border-left: unset;
    
}
.atm-menu .atm-menu-top .top-subBrand .top-whatsapp .dropdown-menu li:hover{
    /*background: #f1f1f1;*/
    transition: background 0.3s ease;
    background-color: #d5ead75e;
}
.atm-menu .atm-menu-top .top-subBrand .top-whatsapp .dropdown-menu li img{
    border-radius: 2rem;
    width:40px;
    height:40px;
    margin-left:1rem;
    border: 2px solid #91b671;
}
/* product-catagory */


.pr-cata-sidebar .pr-cata-t{
    padding: 1rem;
    font-weight: 600;
    font-size: 1.4rem;
    padding-top: 0;
}
.pr-cata-sidebar ul{
    margin: 0;
    padding: 0;
}
.pr-cata-sidebar ul li{
    list-style: none;
    padding: .5rem;
    border-top: 0;
    font-size: .9rem;
}

.pr-cata-sidebar ul .current_page_item a{
    color: #005d7f;
    font-weight: 600;
}
.pr-cata-sidebar ul li a{
    text-decoration: none;
    color: #000;
}
.pr-cata-sidebar ul li a:hover{
    color: #005d7f;
}
.pr-cata-sidebar ul li img{
    margin-left: 1rem;
    width: 50px;
    height: auto;
}

.pr-cata-sidebar .accordion .accordion-item .accordion-body .list-group{
    margin-top: 1rem;
}
.pr-cata-sidebar .accordion .accordion-item .accordion-body .list-group a{
    border: none;
    padding: 0;
}

.atm-button-3 button{
    background-color: #91b671;
    color: #fff;
    border-radius: 0;
    width: 100%;
    border: none;
    padding: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.pr-cata-sidebar .accordion-button:not(.collapsed){
    background-color: #91b671;
    color: #fff;
}
.pr-cata-sidebar .accordion-button:focus{
    box-shadow: none;
}
.pr-cata-sidebar .atm-b-li button{
    font-weight: 400;
}
.pr-cata-sidebar .accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: unset;
}
.pr-cata-sidebar .accordion-button::after{
    filter: brightness(0) invert(1);
} 
.pr-cata-2 .pr-cata-subt{
    padding-bottom: .5rem;
}
.pr-cata-2 .pr-cata-subt h4{
    font-size: 1.4rem;
    font-weight: 600;
}
.pr-cata-2 .pr-cata-subt a{
    font-size: .9rem;
}

.pr-category-list a{
    text-decoration: none;
}
.pr-category-imgBlock {
    position: relative;
    width: 86%;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1.5rem;
}
.pr-category-imgBlock::before {
    content: '';
    display: block;
    position: absolute;
    left: -1.5rem;
    bottom: -2.5rem;
    width: 3.5rem;
    height: calc(100% - 2rem);
    border-left: .25em solid #91b671;
    border-bottom: .25em solid #91b671;
    z-index: -1;
}
.pr-category-list .pr-cata-list-t{
    padding-left: 5rem;
}
.pr-category-list .pr-cata-list-t0{
    font-size: 1.2rem;
}
.pr-category-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain; object-position: center;';
    transition: filter 150ms ease-in-out;
}
.pr-category-img:hover{
    filter: drop-shadow(-0.5rem .7rem .6rem rgba(0, 0, 0, 0.4));
}
.pr-category-imgBlock::after{
    content: '';
    display: block;
    position: absolute;
    /* left: -1.25rem; */
    bottom: -1.25rem;
    /* width: calc(100% + 1.8rem); */
    width: 100%;
    height: calc(100% - 1em);
    background-color: #d5ead7;
    z-index: -1;
}
.pr-cata-list-t {
    margin-top: 1.8rem;
    margin-bottom: 0;
    padding-left: 2rem;
}
.breaker-a p{
    text-align: center;
    font-size: .9rem;
}
/* product-single */
.pr-top .pr-top-title h3{
    margin-bottom: 2rem;
}
.pr-top .pr-top-button .svg-prev{
    margin-left: 10px;
}
.pr-top .pr-top-button svg{
    width: 30px;
    height: 30px;
    fill: #005d7f;
    border: 1px solid #005d7f;
    padding: 5px;

}
.pr-top .pr-top-button svg:hover{
    background-color: #005d7f;
    fill: #fff;
}
.pr-top .breaker-top-button svg{
    margin-top: 1rem;
}
.pr-mini-menu{
    padding: 1rem 0;
    border-bottom: .2rem solid #91b671;
    position: relative;
}
.pr-mini-menu.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
}
.pr-mini-menu ul li{
    margin-right: 2rem;
}
.pr-mini-menu ul li p{
    text-decoration: unset;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;

}
.pr-mini-menu ul li p:hover{
    cursor: pointer;
}
.pr-mini-menu ul li.active p{
    color: #005d7f !important;
    font-weight: 600;
}
.pr-mini-menu .pr-quote-button:hover{
    cursor: pointer;
}

.pr-acc .pr-acc-imgbox{
    padding: 1rem;
    border: 1px solid #91b671;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}
.pr-acc .pr-acc-imgbox:hover{
    cursor: pointer;
    background-color: #91b671;
    color: #fff;
}

.pr-acc .pr-acc-imgbox img{
    margin-top: -2rem;
    filter: drop-shadow(-0.5rem .7rem .6rem rgba(0, 0, 0, 0.4));
}
.pr-acc .pr-acc-imgbox .pr-acc-text{
    align-content: center;
}
.pr-acc .pr-acc-imgbox h6{
    font-weight: 600;
}
.pr-acc .pr-chisel img{
    margin-bottom: 0;
    max-width: 100%;
}
.pr-acc .pr-chisel table{
    width: 100%;
}
.pr-acc .pr-chisel td{
    border: 1px solid #91b671;
    padding: 1rem;
    font-weight: 600;
}
.pr-acc .pr-chisel tr:first-child td{
    background-color: #005d7f;
    color: #fff;
}
 .pr-packing{
    margin-bottom: 2rem;
 }
.pr-packing img{
    margin-bottom: 1.5rem;
}
.pr-service{
    margin-top: 2rem;
}
.pr-service .pr-ser-t{
    padding: 2rem;
    position: relative;
    align-content: center;
}
.pr-service .pr-ser-t h6{
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}
.pr-service .pr-ser-t1{
    background-color: #005d7f;
}
.pr-service .pr-ser-t1 h6{
    color: #fff;
}
.pr-service .pr-ser-t1::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #005d7f;
}

.pr-service .pr-ser-t2{
    background-color: #91b671;
    margin-top: 1rem;
}
.pr-service .pr-ser-t2::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white; 
}
.pr-service .pr-ser-t2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #91b671
}

.pr-service .pr-ser-t3{
    background-color: #d5ead7;
    margin-top: 1rem;
}
.pr-service .pr-ser-t3::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white; 
}
.pr-service .pr-ser-con{
    padding: 2rem 0;
    border-bottom: 1px dashed #a0a0a0;
}
.pr-service .pr-ser-con h6{
    font-weight: 600;
    text-transform: capitalize;
}

.pr-application-con{
    width:100%;
    height:auto;
    margin:0px auto;
    /* margin-bottom:20px; */
    position:relative;
}
.pr-application-con ul li{
    width:calc((100% - 500px) / 5);
    height:500px;
    /* border-left:1px solid #000; */
    position:relative;
    overflow:hidden;
    float:left;
}
.pr-application-con ul li .imgTop img{
    opacity:0.4;
    border: .2rem solid #fff;
    cursor: pointer;
}
.pr-application-con ul li .imgTop img.tm{
    opacity:1;
}

.pr-application-con ul li .imgCen{
    width:500px;
    height:auto;
    background:rgba(0,0,0,0.5);
    color:#fff;

    padding: 1rem;
    /* line-height:50px; */
    position:absolute;
    left:0px;
    bottom:0px;
    /* text-indent:20px; */
    display:none;
    border-left: .2rem solid #fff;
}
.pr-application-con ul li .imgCen h6{
    font-weight: 600;
    font-size: 1rem;
}
.pr-application-con ul li .imgCen p{
    font-size:.8rem;
    margin-bottom: 0;
}
.pr-application-con ul li.first{
    width:500px;
}
.pr-application-con ul li.fast{
    position:absolute;
    right:0px;
    /* bottom:0px; */
}

.index-partners .pr-application-con ul li{
    width:calc((100% - 500px) / 3);
    height:375px;
}
.index-partners .pr-application-con ul li.first{
    width:500px;
}
.pr-span ul{
    margin: 0;
    padding: 0;
}
.pr-span ul li{
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: .9rem;
    list-style: none;
}

.pr-span ul li::before{
    content: "✓"; 
    margin-left: 8px; 
    color: #005d7f; 
    font-weight: 600;
}
.pr-form-sidebar .pr-sidebar-list{
    margin-bottom: 2rem;
}
.pr-form-sidebar .pr-sidebar-list img{
    max-width: 100%;
    height: auto;
}
.pr-form-sidebar h5{
    margin-bottom: 1rem;
}
.pr-form-sidebar span{
    font-weight: 600;
}


.pr-category-list{
    margin-bottom: 2rem;
}
.pr-table img{
    max-width: 100%;
    height: auto;
}
.pr-table table {
    width: 100%;
    border-collapse: collapse;
}

.pr-table td {
    border: 1px solid #91b671;
    padding: 8px;
    transition: background-color 0.3s ease;
    font-weight: 600;
}
.pr-table tr:first-child td{
    background-color: #005d7f !important;
    color: #fff !important;
    font-size: 1.2rem;
}
.pr-table tr:nth-child(odd) td {
    background-color: #d5ead7;
}
.pr-table tr td:nth-child(3){
    border-left: .2rem solid #005d7f;
    border-right: .2rem solid #005d7f;
    box-shadow: 5px 9px 13px rgba(0,0,0,.26)
}
.pr-table tr td:nth-child(3):hover{
    cursor: pointer;
}
.pr-table tr:last-child td:nth-child(3){
    border-bottom: .2rem solid #005d7f;
}
.pr-table tr:first-child td:nth-child(3){
    border-top: .2rem solid #005d7f;
}
.pr-table .column-hover {
    box-shadow: 5px 9px 13px rgba(0,0,0,.26) !important;
    cursor: pointer !important;
}
.pr-j tr td:nth-child(3){
    border-left: none;
    border-right: none;
    box-shadow: none;
}
.pr-j tr:last-child td:nth-child(3){
    border-bottom: 1px solid #91b671;
}
.pr-j tr:first-child td:nth-child(3){
    border-top: 1px solid #91b671;
}
.pr-container .pr-video iframe{
    width: 100%;
}
.pr-form-sidebar{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.pr-form .pr-form-body{
    padding: 4rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.pr-form .pr-form-body .pr-form-contact .screen-reader-response{
    display: none;
}
.pr-form .pr-form-body .pr-form-contact .wpcf7-form .wpcf7-not-valid-tip{
    color: rgb(207, 10, 10);
}
.pr-form .pr-form-body .pr-form-contact .wpcf7-form .wpcf7-response-output{
    color: rgb(207, 10, 10);
}
.pr-form-contact .wpcf7-form p:nth-child(-n+5){
    width: 50%;
    float: left;
}
.pr-form-contact .wpcf7-form p label{
    color: #005d7f;
    font-weight: 600;
    margin-bottom: .4rem;
}
.pr-form-contact .wpcf7-form p label span{
    color: rgb(207, 10, 10);
}
.pr-form-contact .wpcf7-form p input{
    width: 95%;
    border: 1px solid #91b671;
    padding: 10px;
    color: #000;
}
.pr-form-contact .wpcf7-form p:nth-child(3) input,.pr-form-contact .wpcf7-form p:nth-child(5) input{
    width: 100%;
}
.pr-form-contact .wpcf7-form .wpcf7-submit{
    width: 100%;
    background-color: #005d7f;
    color: #fff;
    border: none;
}
.pr-form-contact .wpcf7-form p textarea{
    width: 100%;
    border: 1px solid #91b671;
    padding: 10px;
    color: #000;
}
.pr-rela .atm-title{
    margin-bottom: .4rem;
}
#pr-comparisonTable td a{
    color:#fff;
    text-decoration: unset;
}
/* about */
.about-top{
    margin-top:-2rem;
}
.about-brand img{
    width: 70%;

}
.about-brand .brand-list{
    padding: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
}
.about-brand .brand-list-1{
    background-color: #91b671;
}
.about-brand .brand-list-2{
    background-color: #d5ead7;
}
.about-brand .brand-list-3{
    background-color: #005d7f;
}
.about-video-all{
    border: 0.25em solid rgb(145, 182, 113);
    margin-top: 2rem;
    margin-left: .2rem;
    margin-right: .2rem;
}
.about-video-v{
    top:-3rem;
    right: 2rem;
    width: 93% !important;
}
.about-video-t .atm-button{
    width: 70%;
}
  /* about factory  */
.about-factory{
    background: radial-gradient(circle, #005d7f, #91b671);
    background-image: linear-gradient(to left, rgba(0, 93, 127, 0.8),  rgba(145, 182, 113, 0.8) ), url('./skin/pic/about-factory-bg1.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    padding: 4rem 0;
}
.about-factory h3{
    color: #fff;
}
.about-factory p{
    color: #fff;
}

.about-factory .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 9px 13px rgba(0, 0, 0, .16);
}
.about-factory .swiper-slide img{
    border: .2rem solid #fff;
}

.about-factory-pic-1{
    padding-left: 0;
}
.about-factory-pic-2{
    padding-right: 0;
}
.about-factory-img{
    position: relative;
    padding-bottom: 26%;
    overflow: hidden;
}
.about-factory-img iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}
.factory-mySwiper .swiper-pagination{
    position: unset;
    margin-top: 1rem;
}
.factory-mySwiper .swiper-pagination-bullet-active{
    background-color: #fff;
}
.cl-honor .cl-honor-mySwiper .swiper-slide:nth-child(odd){
    margin-top:2rem;
}
.cl-honor .cl-honor-list .cl-y{
    background: linear-gradient(90deg, #91b671 -0.88%, #91b671 51.07%, #005d7f 97.88%);
    font-weight:600;
    font-size:3rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.cl-honor .cl-honor-list p{
    font-size:1.4rem;
    text-align: center;
}
.cl-honor .cl-honor-list .cl-honor-img{
    position: relative; 
    display: inline-block; 
    text-align: center;
    background-image:url('./skin/pic/honor_img.svg');
    background-size: 100% auto; 
    background-position: center; 
    background-repeat: no-repeat; 
}
.cl-honor .cl-honor-list .cl-honor-img img{
    width:70%;
}
.cl-honor .cl-honor-list .cl-honor-player {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    transition: opacity 0.3s ease; 
    z-index: 2; 
}

.cl-honor .cl-honor-list .cl-honor-player svg {
    width: 30px;
    height: 30px;
    fill: rgba(0, 0, 0, 0.5);; 
    cursor: pointer;
}
.about-honor .p1{
    display: none;
}
.about-honor .pr-span{
    margin-bottom: 2rem;
}
.about-honor .swiper {
    width: 100%;
    height: 100%;
}

.about-honor .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-honor .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-honor .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.about-honor .swiper-slide {
    background-size: cover;
    background-position: center;
}

.about-honor .honor-mySwiper2 {
    height: auto;
    width: 100%;
}

.about-honor .honor-mySwiper {
    height: auto;
    box-sizing: border-box;
}

.about-honor .honor-mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.about-honor .honor-mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.about-honor .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* single  */
.post-span ul{
    display: flex;
    justify-content:flex-start;
}
.post-span .post-categories a{
    text-decoration: none;
}
.post-container{
    border-top: 1px solid #ececec;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.post-social{
    margin-bottom: 1rem;
}
.post-social ul li{
    margin-left: 1rem;
}
.post-social svg{
    width: 25px;
    height: 25px;
    fill: #005d7f;
}
.post-social svg:hover{
    cursor: pointer;
}
.post-Neighborhood{
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.post-Neighborhood p{
    margin-bottom: 0;
}
/* newsList  */
.atm-newsSidebar-title{
    background-color: #91b671;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.atm-newsSidebar-title h2{
    padding: 2rem 1rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.2rem;
}
.atm-b-li{
    width: 100%;
    margin-bottom: 1rem;
}
.atm-b-li button{
    width: 100%;
    border: none;
    padding: 1rem;
    font-weight: 600;
    border-radius: 0 !important;
    color: #000000;
    background-color: #fff;
}
.atm-b-li button:hover{
    background-color: #91b671 !important;
    color: #fff !important;
}
.atm-b-li .active{
    background-color: #91b671 !important;
    color: #fff !important;
}

.current-newsSidebar-item button{
    background-color: #91b671;
    color: #fff;
}
.atm-archive{
    margin-top: 2rem;
}
.newsList-page .navigation{
    display: flex;
    justify-content: center;
}
.newsList-page .navigation span, .newsList-page .navigation a:hover{
    padding: .4rem .6rem;
    background-color: #91b671;
    border: 1px solid #e8e8e8;
    color: #fff;
    margin-right: 7px;
}
.newsList-page .navigation a{
    padding: .4rem .6rem;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    margin-right: 7px;
    color:#000
}

.atm-newsList{
    border-bottom: 1px solid #e8e8e8;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.atm-newsList-img img{
    transition: box-shadow 150ms ease-in-out;
}
.atm-newsList:hover .atm-newsList-img img {
    box-shadow: 5px 9px 13px rgba(0,0,0,.26)
}
.atm-newsList span{
    float: right;
    font-size: .8rem;
}
.atm-newsList .newsList-2{
    margin-bottom: 1rem;
}
.atm-newsList .newsList-cata ul{
    padding-left: 0;
}
.atm-newsList .newsList-cata a{
    text-decoration: none;

}
.newsList-page{
    padding-top: 2rem;
}
.pr-page{
    padding-top: 0;
}
/* tradeShows  */
.atm-tradeShows{
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.atm-tradeShows .atm-tradeShowsList{
    margin-bottom: 2rem;
}
.atm-tradeShowsList{
    box-shadow: 5px 9px 13px rgba(0, 0, 0, .16);
    transition: box-shadow 200ms cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
}
.atm-tradeShowsList:hover{
    box-shadow: 5px 9px 13px rgba(0,0,0,.26)
}
.atm-tradeShowsList::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .4rem;
    background-color: #91b671;
}
.atm-tradeShowsList:hover::after {
    animation: toRightLeft 450ms ease-in-out
}
.atm-tradeShows-text{
    padding: 1.4rem;
}
.atm-tradeShows-text p{
    font-size: .85rem;
}
.atm-tradeShows-name{
    background-color: #91b671;
    color:#fff;
    font-weight: 700;
    padding: 0 1rem;
}
/* trade shows single  */
.shows-top img{
    box-shadow: 5px 9px 13px rgba(0, 0, 0, .16);
    max-width: 100%;
    height: auto;
}
.shows-top h2{
   margin-top: 1rem;
   padding-top: 1rem;
   margin-bottom: 2rem;
}
.shows-top span{
    font-weight: 600;
}

.shows-container .shows-img{
box-shadow: 5px 9px 13px rgba(0, 0, 0, .16);
margin-bottom: 1.5rem;
}
.shows-container .shows-img img{
margin: 0;
}
.shows-page{
margin-top: 2rem;
border-top: 1px solid #ececec;
padding-top: 1rem;
}
/* Cases  */
.atm-case h4{
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}
.atm-case a{
    text-decoration: none;
    color: #000;
}
.atm-case a:hover{
    color: #005d7f;
}
.atm-case p span{
    font-weight: 600;
}
/* case single  */
.cases-field li{
    border: 1px solid #91b671;
    padding: 1rem 2rem;
    margin-right: 1rem;
}
.cases-field li p{
    margin-bottom: 0;
}
.cases-field li p span{
    font-weight: 600;
}
.cases-container .post-container{
    border-top: none;
}
/* index  */
.index-banner .swiper-button-next, .index-banner .swiper-button-prev{
    color: #fff;
}
.index-banner .banner-mySwiper img{
    width: 100%;
    cursor: pointer;
}
.index-banner .banner-mySwiper .swiper-pagination .swiper-pagination-bullet{
    width: 5rem;
    height: 4px;
    border-radius: 0;
}
.index-banner .banner-mySwiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.index-banner .atm-swiper-button{
    border:1px solid #fff;
    width: 30px;
    height: 30px;
    padding: 5px;
}
.index-banner .swiper-button-prev{
    margin-right:10px;
}
.index-banner .atm-swiper-button:after{
    font-size:20px;
    color:#fff;
}
.index-banner .atm-swiper-button:hover{
    background-color: #005d7f;
    border:1px solid #005d7f;
}
.index-banner .atm-swiper-button:hover:after{
    color:#fff;
}
.index-atemu-tab{
    padding:6rem 0;
}
.index-atemu-tab .tab-content .index-atemu-t{
    margin-bottom:3rem;
}
.index-atemu-tab .tab-content h3{
    font-weight: 900;
    font-size: 6rem;
    color:#005d7f;
}
.index-atemu-tab .tab-content h2{
    font-weight: 900;
    font-size: 6rem;
    color:#005d7f;
}
.index-atemu-tab .tab-content img{
    z-index:2;
    top:-1rem;
    position: relative;
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(.5rem .5rem .3rem rgba(0, 0, 0, 0.4));
}
.index-atemu-tab .tab-content img:hover{
    top:-2rem;
    filter: drop-shadow(1.5rem 1.5rem 0.3rem rgba(0, 0, 0, 0.5));
}
.index-atemu-tab .tab-content .atm-button{
    width:70%;
    margin-top:4rem;
}
.index-atemu-tab .tab-content .index-atemu-b2{
    display:none;
}
.index-atemu-tab .tab-title{
    /* position: relative; */
    margin-top:-16rem;
}

.index-atemu-tab .tab-title .index-atemu-d{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease-in-out;
    /* filter: drop-shadow(.5rem .5rem .2rem rgba(0, 0, 0, 0.4)); */
}
.index-atemu-tab .tab-title .swiper-slide:nth-child(odd) .index-atemu-d{
    align-items: flex-end;
}
.index-atemu-tab .tab-title img{
    width: 30%;

    transition: all 0.3s ease-in-out;
    filter: drop-shadow(.5rem .5rem .3rem rgba(0, 0, 0, 0.4));
}

.index-atemu-tab .tab-title .index-atemu-d:hover{
    cursor: pointer;
    margin-top:-1rem;
}
.index-atemu-tab .tab-title .index-atemu-d:hover img{
    filter: drop-shadow(1rem 1rem .3rem rgba(0, 0, 0, 0.4));
}
.index-atemu-tab .tab-title h4{

    font-size:.8rem;
    background-color:#005d7f;
    color:#fff;
    padding:.4rem;
    margin-left:.4rem;
}
.index-atemu-tab .tab-title h4:hover{
    cursor: pointer;
}
.index-atemu-tab .tab-title .swiper-wrapper{
    padding:2rem 0;
}
.index-atemu-tab .tab-title .index-atemu-button{
    border-top:.1rem solid #005d7f;
    padding-top:2rem;
}
.index-atemu-tab .tab-title .index-atemu-button h3{
    color:#005d7f;
    font-weight:900;
    font-size:2rem;
    margin-right:1rem;
}
.index-atemu-tab .tab-title .index-atemu-button p{
    margin-bottom:.8rem;
}
.index-atemu-tab .tab-title .atm-swiper-button{
    position: static;
    border:1px solid #005d7f;
    width: 30px;
    height: 30px;
    padding: 5px;
}
.index-atemu-tab .tab-title .swiper-button-prev{
    margin-right:10px;
}
.index-atemu-tab .tab-title .atm-swiper-button:after{
    font-size:20px;
    color:#005d7f;
}
.index-atemu-tab .tab-title .atm-swiper-button:hover{
    background-color: #005d7f;
    border:1px solid #005d7f;
}
.index-atemu-tab .tab-title .atm-swiper-button:hover:after{
    color:#fff;
}
.index-atm{
    padding:6rem 0;
}
.index-atm h2{
    font-weight: 900;
    font-size: 5rem;
    color: #005d7f;
    text-align: center;
    margin-bottom:4rem;
}
.index-atm ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.index-atm .pr-category-list{
    margin-bottom:0;
}
.index-atm .pr-category-imgBlock{
    height: 20rem;
}
/*.index-atm ul li:nth-child(odd){*/
/*    margin-top:2rem;*/
/*}*/
/*.index-atm ul li:nth-child(even) h4{*/
/*    margin-top:3rem;*/
/*}*/
.index-atm .index-atm-list{
    padding: 1.5rem;
    border: 1px solid #91b671;
}
.index-atm .index-atm-list a{
    text-decoration: unset;
    text-align: center;
    color:#000;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-content: center;*/
    display: block;
}
.index-atm .index-atm-list img{
      transition: all 0.3s ease-in-out;
    filter: drop-shadow(.5rem .5rem .3rem rgba(0, 0, 0, 0.4));
    position: relative;
    margin-top:-.5rem;
    /*width:90%;*/
    top:-1.5rem;
}
.index-atm .index-atm-list:hover{
    background-color:#91b671;
}
.index-atm .index-atm-list:hover img{
    filter: drop-shadow(1rem 1rem .3rem rgba(0, 0, 0, 0.4));
    top:-2.5rem;
    
}
.index-atm .index-atm-list:hover h4{
    color:#fff;
}
.index-atm .index-atm-list .index-atm-t{
    
}
.index-atm .index-atm-list h4{
    /*margin-top:1rem;*/
    font-weight: 600;
    font-size:1.2rem;
}
.index-cata{
    background-color:#91b671;
    padding-top:6rem;
    padding-bottom: 4rem;
}
.index-cata a{
    color:#000;
    text-decoration:unset;
}
.index-cata h5{
    font-size:.8rem;
}
.index-cata .index-cata-t{
    color:#fff;
    border-bottom:.1rem solid #fff;
}
.index-cata .index-cata-t h3{
    /* color:#005d7f; */
    font-weight:900;
    font-size:5rem;
}
.index-cata .index-cata-t h2{
    /* color:#005d7f; */
    font-weight:900;
    font-size:5rem;
}
.index-cata .swiper-wrapper{
    margin: 4rem 0;
}
.index-cata .swiper-wrapper img{
    transition: all 0.3s ease-in-out;
}
.index-cata .swiper-wrapper img:hover{
    filter: drop-shadow(0.5rem .7rem .6rem rgba(0, 0, 0, 0.4));
}
.index-cata .swiper-wrapper h5{
    color:#fff;
    text-align: center;
    margin-top:1rem;
}
.index-cata-img{
    text-align: center;
    filter: drop-shadow(.5rem .5rem .3rem rgba(0, 0, 0, 0.4));
    transition: all 0.3s ease-in-out;
}
.index-cata-img:hover{
    filter: drop-shadow(1.5rem 1.5rem 0.3rem rgba(0, 0, 0, 0.5));
}

.index-cata .index-cata-button .atm-swiper-button{
    position: static;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    padding: 5px;
}
.index-cata .index-cata-button .swiper-button-prev{
    margin-right:10px;
}
.index-cata .index-cata-button .atm-swiper-button:after{
    font-size:20px;
    color:#fff;
}
.index-cata .index-cata-button .atm-swiper-button:hover{
    background-color: #fff;
    border:1px solid #fff;
}
.index-cata .index-cata-button .atm-swiper-button:hover:after{
    color:#91b671;
}
.index-cata .index-cata-2{
    margin:2rem 0;
}
.index-cata .index-cata-2 ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.index-cata .index-cata-2 .index-cata-i{
    display: flex;
    justify-content: center;
}
.index-cata .index-cata-2 img{
    transition: all 0.3s ease-in-out;
}
.index-cata .index-cata-2 img:hover{
     filter: drop-shadow(0.5rem .7rem .6rem rgba(0, 0, 0, 0.4));
}
.index-cata .index-cata-2 h5{
    color:#fff;
    text-align: center;
    margin-top: .5rem;
    margin-bottom: 1rem;
}
.index-cata .index-cata-2 .pr-category-imgBlock::before {
    border-left: 0.25em solid #fff;
    border-bottom: 0.25em solid #fff;
    z-index: 1;
}
.index-cata .index-cata-2 .pr-category-img {
    z-index: 2;
}
.index-cata .index-cata-2 .pr-category-imgBlock::after{
    z-index: 1;
}
.index-cata .index-cata-2 h4{
    color:#fff;
}
.index-video-2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.index-video-2 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index-video{
    padding-top:4rem;
    padding-bottom:2rem;
    
}
.index-video h3{
    font-family: 'Lato', sans-serif;
    color: transparent;
    -webkit-text-stroke: 2px #005d7f; 
    font-size: 6rem;
    font-weight: 900;
    margin-bottom: -2rem;
    margin-right:14%;
}
.index-video h2{
    font-family: 'Lato', sans-serif;
    color: transparent; 
    -webkit-text-stroke: 2px #005d7f; 
    font-size: 7rem;
    font-weight: 900; 
    writing-mode: vertical-rl; 
    text-orientation: mixed; 
    margin-bottom: -30rem;
    margin-left: 14%;
    margin-top:3rem;
    float: left;
}
.index-video .index-video-2{
    padding-bottom: 39.375%;
}
.index-video .index-video-2 iframe{
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    z-index: 2;
}
.index-video-p{
    text-align:center;
}
.index-about{
    margin-bottom:4rem;
}
.index-about .index-about-row{
    margin-bottom: 2rem;
}
.index-about-num svg{
    fill: #005d7f;
    margin-left: 1rem;
    width: 40px;
    height: 40px;
}
.index-about-num span{
    font-weight: 600;
    font-size: 2rem;
}
.index-about .index-about-num p{
    font-size: .9rem;
}
.index-about #myTab li button{
    border: none;
    color: #000000;
}
.index-about #myTab li .active{
    border-bottom: .2rem solid #91b671;
    color: #005d7f;
    font-weight: 600;
}
.index-about h3{
    font-size: 1.8rem;
}
.index-about-text p span{
    color:#005d7f;
    font-weight: 600;
    font-size: 1.1rem;
}
.index-oem-bg{
    background: linear-gradient(to top right, #91b671, #005d7f);
    width:100%;
    height:500px;
}
.index-oem{
    margin-bottom:6rem
}
.index-oem .container{
    margin-top:-40vh;
}
.index-oem .index-oem-t{
    text-align: center;
    color:#fff;
    margin-bottom:4rem;
}
.index-oem h2{
    font-weight:900;
    font-size:6rem;
}
.index-oem img{
    margin-bottom:1.5em;
    border:.2rem solid #fff;
}
.index-oem .oem-mySwiper .swiper-wrapper{
    padding-bottom:2rem;
}
.index-oem .oem-mySwiper .swiper-pagination .swiper-pagination-bullet{
width: 5rem;
height: 4px;
border-radius: 0;
}
.index-oem .oem-mySwiper .swiper-pagination .swiper-pagination-bullet-active{
background: #005d7f;
}
.index-oem .atm-swiper-button{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    padding: 5px;
    background-color: #fff;
}
.index-oem .swiper-button-prev{
    margin-right:10px;
}
.index-oem .atm-swiper-button:after{
    font-size:20px;
    color:#005d7f;
}
.index-oem .atm-swiper-button:hover{
    background-color: #005d7f;
    border:1px solid #005d7f;
}
.index-oem .atm-swiper-button:hover:after{
    color:#fff;
}
.index-information{
    margin-bottom:4rem;
}
.index-information h2{
    font-size:3rem;
    font-weight:900;
    color:#005d7f;
}
.index-information .card{
    border: none;
    border-radius: 0;
}

.index-information .card a{
    color: #fff;
}
.index-information .card a small{
    color: #005d7f;
    font-weight: 600;
}
.index-information .card .card-img-overlay{
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 50%, #000000 100%);
    top: auto;
    border-radius: 0;
}
.index-information .card img{
    border-radius: 0;
}
.index-information .atm-tradeShowsList{
    box-shadow: none;
    border: 1px solid #ececec;
}
.index-information .atm-tradeShowsList:hover{
    box-shadow: none;
}
.index-information .atm-tradeShowsList .atm-tradeShows-text{
    padding: 2rem 1rem;
}
.index-information .atm-newsList:first-child{
    border-top: 1px solid #e8e8e8
}
.index-information .atm-newsList{
    margin-left: 0;
    padding-top: 2.4rem;
    padding-bottom: 2rem;
}
.index-information .atm-newsList .atm-title{
    margin: 0;
}
/* contact  */
.contact-con{
    margin-bottom: 4rem;
}
.contact-body-info{
    padding-right: 2rem;
    padding-top: 2rem;
}
 .contact-info-svg svg{
    fill: #91b671;
    margin-left: 1rem;
    width: 25px;
    height: 25px;
 }
.contact-body-info span{
    font-weight: 600;
}
.contact-body-info ul li{
    margin-bottom: 1rem;
}
.contact-body-info ul li a{
    color: #000;
    text-decoration: none;
}
.contact-body-form{
    padding: 2rem;
    background: linear-gradient(to bottom, #005d7f, #91b671);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.contact-body-form .wpcf7-form p:nth-child(-n+3){
    width: 50%;
    float: left;
}
.contact-body-form .wpcf7-form p label{
    color: #000;
    font-weight: 600;
    margin-bottom: .4rem;
}
.contact-body-form .wpcf7-form p label span{
    color: rgb(207, 10, 10);
}
.contact-body-form .wpcf7-form p input{
    width: 95%;
    border: 0;
    padding: 10px;
    color: #000;
}
.contact-body-form .wpcf7-form p:nth-child(3) input{
    width: 100%;
}
.contact-body-form .wpcf7-form .wpcf7-submit{
    width: 100%;
    background-color: #005d7f;
    color: #fff;
}

.contact-body-form .contact-form .screen-reader-response{
    display: none;
}
.contact-body-form .wpcf7-form .wpcf7-not-valid-tip{
    color: rgb(255, 255, 255);
}
.contact-body-form .wpcf7-form .wpcf7-response-output{
    color: rgb(255, 255, 255);
}
.contact-body-form .wpcf7-form p textarea{
    width: 100%;
    border: 0;
    padding: 10px;
    color: #000;
}

.contact-team .team-member {
  display: flex;
  align-items: flex-start;
  text-align: left;
  background-color: #d5ead75e;
  padding: 20px;
  border-left: 4px solid #91b671;
  transition: background 0.3s ease;
  margin-bottom:1.5rem;
}

.contact-team .team-member:hover {
  background-color: #d5ead7;
}
.contact-team .team-member h5{
    color:#005d7f;
    font-size:1rem;
    font-weight: 600;
}
.contact-team .team-member img {
  max-width: 100%;
    height:auto;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
  border: 2px solid #91b671;
}
.contact-team .team-member p{
    margin-bottom:.5rem;
}
.contact-team .team-member svg{
    fill: #005d7f;
    margin-right: 1rem;
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease;
}
.contact-team .team-member svg:hover{
    transform: translateY(-5px);
}
/* tradeShows  */
.atm-tradeShows-banner {
    height: calc(100vh-140px);
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle, #005d7f, #91b671);
    background-image: linear-gradient(to left, rgba(0, 93, 127, 0.8),  rgba(145, 182, 113, 0.8) ), url('./skin/pic/shows-bg.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    padding: 2rem 0;
}
  
.atm-tradeShows-banner .shows-img {
    width: 80%;
    height: auto;
    margin: 10px;
    opacity: 0;
    transform: scale(1.2);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    box-shadow: 5px 9px 13px rgba(0, 0, 0, .16);
    border: .2rem solid #fff;
    will-change: transform; 
}
  
.atm-tradeShows-banner.loaded .shows-img {
    opacity: 1;
    transform: scale(1);
}

/* footer  */
.atm-right-up {
    position: fixed;
    left: 2.6rem;
    bottom: 2.6rem;
    z-index: 9990;
}
.atm-right-up button{
    border-radius: 10rem;
    border: none;
    padding: 0;
    background-color: #91b671;
    height: 55px;
    width: 55px;
}
.atm-right-up button:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #d5ead7 !important;
}
.atm-right-up button:active{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #d5ead7 !important;
}
.atm-right-up svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    margin-bottom: .5rem;
}
.atm-right-up button:hover svg{
    fill: #000;
}
.atm-right-up button:active svg{
    fill: #000;
}

.atm-footer-middle{
    background-color: #000;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 2rem;
    border-top: .4rem solid #91b671;
}
.atm-footer-middle a{
    color: #fff;
}
.atm-footer-middle h6{
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.atm-footer-middle ul{
    margin: 0;
    padding: 0;
}
.atm-footer-middle li{
    list-style: none;
    margin-bottom: .6rem;
    font-size: .9rem;
}
.atm-footer-middle p{
    font-size: .9rem;
}
.atm-footer-middle svg{
    width: 20px;
    height: 20px;
    margin-left: 1rem;
    fill: #fff;
}
.atm-footer-middle .footer-logo{
    width: 100%;
}
.footer-m-item{
    margin-bottom: 2rem;
}
.atm-footer-middle .navbar-form {
    position: relative;
    display: inline-block;
    width: 100%;
}
.atm-footer-middle .navbar-form input[type="text"] {
    padding: 8px 32px 8px 12px; 
    width: 100%; 
}
.atm-footer-middle .navbar-form svg {
    position: absolute;
    top: 50%;
    left: 0px; 
    transform: translateY(-50%); 
    width: 16px;
    height: 16px;
    fill: #666;
    pointer-events: none; 
}
.atm-footer-bottom{
    background-color: #000;
    color: #fff;
    text-align: center;
}
.atm-footer-middle a{
    text-decoration: unset;
}
.atm-footer-bottom .container{
    border-top: 1px solid #fff;
    padding: 1rem 0;
}
.atm-footer-bottom p{
    font-size: .9rem;
    margin-bottom: 0;
}
.atm-footer-bottom a{
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
}
.atm-m-footer{
    display: none;
}
/*catalog-download*/
.catalog-imgbox{
    padding: 1rem;
    margin-bottom:2rem;
}
.catalog-imgbox img{
    max-width:100%;
    height:auto;
}
.catalog-imgbox h6{
    font-size: 1.4rem;
    color: #005d7f;
    font-weight: 700;
}
/*whatsapp*/
  .whatsapp-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
  }

  .whatsapp-modal-content {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 90%;
    max-width: 360px;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    text-align: center;
  }

  .whatsapp-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #888;
  }

  .whatsapp-modal h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .whatsapp-modal p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .whatsapp-contacts a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    transition: background 0.2s;
    color: #000;
    margin-bottom: 8px;
  }

  .whatsapp-contacts a:hover {
    background: #f1f1f1;
  }

  .whatsapp-contacts img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 12px;
  }
@media (max-width: 1600px) {
    .index-video h2{
        margin-left: 8%;
    }
}
@media (max-width: 1400px) {

    /* index  */
    .index-atemu-tab .tab-content .atm-button {
        width: 90%;
    }
    .index-atm {
    padding: 6rem 0;
    }
    .index-cata{
        padding:6rem 0;
    }
    .index-cata .swiper-wrapper {
        margin: 3rem 0;
    }
    .index-video h3{
        margin-right: 8%;
    }
    .index-video h2{
        margin-left: 8%;
    }
    .index-about h3{
        font-size: 1.6rem;
    }
    .index-about .p2{
        display: none;
    }
    .index-about-num span{
        font-size: 1.6rem;
    }
    .index-information .atm-tradeShowsList .atm-tradeShows-text{
        padding: 1rem;
    }
    .index-information .atm-tradeShowsList .atm-tradeShows-text p{
        font-size: .9rem;
    }
    .index-information .atm-newsList{
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .index-information .atm-newsList h4{
        font-size: 1rem;
    }
    /* pr-cata  */
    /*.pr-category-imgBlock{*/
    /*    height: 9rem;*/
    /*}*/
    /* pr-single  */
    .pr-top .atm-button{
        font-size: .9rem;
    }
    #pr-comparisonTable{
        overflow-x: auto;
        width: 100%;
        /* scrollbar-color: #91b671 transparent; */
    }
    /* about  */
    .about-top h2{
        font-size: 2rem;
    }
    .about-honor .p1{
        display: block;
    }
    .about-honor .p2{
        display: none;
    }
    /* contact  */
    .contact-body-info{
        padding-right: 1rem;
    }
    /* archive  */
    .atm-newsSidebar-title h2{
        font-size: 1rem;
    }
    .atm-archive .atm-newsList h3{
        font-size: 1.2rem;
    }
    /* single  */
    .post-Neighborhood{
        display: block;
    }
    /* trade shows  */
    .atm-tradeShows-banner{
        padding: 1rem 0;
    }
}
@media (max-width: 1200px) {
    /* header */
    .top-product ul {
        grid-template-columns: repeat(3, 1fr); 
    }
    /* index  */
    .index-atemu-tab .tab-content h3 {
        font-size: 4.8rem;
    }
    .index-atemu-tab .tab-content h2 {
        font-size: 4.8rem;
    }
    .index-atemu-tab .tab-content .atm-button {
        width: 100%;
    }
    .index-atm h2{
        font-size: 4rem;
    }
    .index-atm ul {
    grid-template-columns: repeat(4, 1fr);
}
    .index-cata .index-cata-t h3 {
        font-size: 4rem;
    }
    .index-cata .index-cata-t h2 {
        font-size: 4rem;
    }
    .index-cata .swiper-wrapper {
        margin: 2rem 0;
    }
    .index-video h3{
        font-size: 4.8rem;
        margin-right: 8%;
    }
    .index-video h2{
        font-size: 4.8rem;
        margin-left: 2%;
    }
    .index-video .index-video-2{
        padding-bottom: 45%;
    }
    .index-video .index-video-2 iframe{
        width: 80%;
    }
    .index-about h3{
        font-size: 1.3rem;
    }
    .index-about .p1{
        display: none;
    }
    .index-about .index-about-num span{
        font-size: 1.4rem;
    }
    .index-about .index-about-num svg{
        width: 30px;
        height: 30px;
    }
    .index-about .index-about-num p{
        font-size: .8rem;
    }
    .index-oem h2{
    font-size: 4.8rem;
    }
    .index-information .atm-tradeShowsList .atm-tradeShows-text p{
        font-size: .6rem;
    }

    .index-information .atm-tradeShowsList .atm-tradeShows-text .p2 span{
        font-size: .7rem;
    }

    .index-information .atm-newsList h4{
        font-size: .8rem;
    }
    /* pr-cata  */
    /*.pr-category-imgBlock{*/
    /*    height: 7rem;*/
    /*}*/
    .pr-category-list .pr-cata-list-t {
        padding-left: 4rem;
    }
    .pr-category-list .pr-cata-list-t0{
        font-size: 1rem;
    }
    /* pr-single  */
    .pr-mini-menu ul li p{
        font-size: .8rem;
    }
    .pr-mini-menu .atm-button{
        font-size: .8rem;
    }
    .pr-mini-menu .breaker-mini-title{
        font-size: 1.6rem;
    }
    .pr-top .breaker-top-button svg{
        margin-top: 0;
    }
    .pr-service .pr-ser-t h6{
        font-size: 1.4rem;
    }
    .pr-form .pr-form-body{
        padding: 3rem;
    }
    /* about  */
    .about-top h2{
        font-size: 1.6rem;
    }
    .about-top .atm-title {
        margin-bottom: 1rem;
    }
    .about-brand img {
        width: 100%;
    }
    /* contact  */
    /* archive  */
    .atm-newsSidebar-title h2{
        font-size: .8rem;
    }
    .atm-newsSidebar-List button{
        font-size: .8rem;
    }
    .atm-archive .atm-newsList .atm-title {
        margin-bottom: 1rem;
    }
    .atm-archive .atm-newsList h3 {
        font-size: 1rem;
    }
    /* trade shows  */
    .atm-tradeShows-text {
        padding: 1rem;
    }
}
@media (max-width: 992px) {
    section{
        margin: 2rem 0;
    }
    .archive-breadwrap{
        margin-bottom: 0;
    }
    .atm-2rem{
        font-size: 1.6rem;
    }
    /* header  */
    .atm-menu a{
        font-size: .8rem;
    }
    .atm-menu .atm-menu-middle{
        line-height: 2.5rem;
    }
    .atm-language .btn{
        font-size: .8rem;
        padding: .73rem;
    }
    .atm-language .dropdown-menu li{
        padding: 0 1.2rem;
    }
    .atm-menu .atm-menu-top{
        /* border-bottom: .2rem solid #91b671; */
        height: auto;
    }
    .atm-menu .atm-menu-top .top-logo{
        display: flex;
        justify-content: space-between;
    }
    .atm-menu .atm-menu-top .top-logo img{
        width: 100%;
        padding: .8rem 0;
    }
    /* footer  */
    .atm-footer-middle{
        padding-top: 2rem;
        padding-bottom: 0;
    }
    .atm-footer-middle .footer-logo{
        max-width: 100%;
        width: auto;
    }
    /* index  */
    .index-atemu-tab {
        padding: 4rem 0;
    }
    .index-atemu-tab .tab-content h3 {
        font-size: 3.8rem;
    }
    .index-atemu-tab .tab-content h2 {
        font-size: 3.8rem;
    }
    .index-atemu-tab .tab-title {
        margin-top: -14rem;
    }
    .index-atm {
        padding: 4rem 0;
    }
    .index-atm h2{
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .index-atm ul {
    grid-template-columns: repeat(3, 1fr);
}
    .index-cata {
        padding: 4rem 0;
    }
    .index-cata .index-cata-t h3 {
        font-size: 3rem;
    }
    .index-cata .index-cata-t h2 {
        font-size: 3rem;
    }
    .index-video h3{
        font-size: 3.8rem;
        margin-bottom: -1.5rem;
        margin-right:0;
    }
    .index-video h2{
        font-size: 3.8rem;
        margin-left: 0;
    }
    .index-video .index-video-2{
        padding-bottom: 50.625%;
    }
    .index-video .index-video-2 iframe{
        width: 90%;
    }
    .index-video-p{
        text-align: left;
    }
    .atm-row-flex{
        display: flex;
    }
    .index-about .atm-row-flex .index-about-text{
        order: 2;
    }
    .index-about .atm-row-flex .index-about-img{
        order: 1;
        margin-bottom: 2rem;
    }
    .index-about .index-about-text .p1{
        display: block;
    }
    .index-about .index-about-text .p2{
        display: block;
    }
    .index-about .index-tabImg{
        margin-bottom: 1.6rem;
    }
    .index-oem-bg {
        height:400px;
    }
    .index-oem {
        margin-bottom: 4rem;
    }
    .index-oem h2{
        font-size: 3.8rem;
    }
    .index-information .card{
        margin-bottom: 2rem;
    }
    .index-information .atm-tradeShowsList .atm-tradeShows-text {
        padding: 2rem 1rem;
    }
    .index-information .atm-tradeShowsList .atm-tradeShows-text p{
        font-size: .9rem;
    }
    .index-information .atm-tradeShowsList .atm-tradeShows-text .p2 span{
        font-size: 1rem;
    }
    .index-information .atm-newsList {
        padding-top: 2.4rem;
        padding-bottom: 1rem;
    }
    .index-information .atm-newsList h4{
        font-size: 1.2rem;
    }
    .atm-Divider-4rem{
        margin-bottom: 2rem;
    }
    /* pr-cata  */
    /*.pr-category-imgBlock{*/
    /*    height: 5rem;*/
    /*}*/
    .pr-category-list .pr-cata-list-t {
        padding-left: 4.5rem;
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .pr-category-imgBlock::before{
        left: -.9rem;
        bottom: -1.5rem;
    }
    .pr-category-imgBlock::after{
        bottom: -.5rem;
    }
    .pr-cata-1{
        display: none;
    }
    /*.pr-cata-2 .pr-category-imgBlock{*/
    /*    height: 7rem;*/
    /*}*/
    .pr-category-list .pr-cata-list-t0{
        font-size: .9rem;
    }
    /* pr-single  */
    .pr-top .pr-top-button .atm-button{
        margin-top: 1rem;
    }
    .pr-top .atm-button {
        font-size: .6rem;
    }
    .pr-mini-menu ul li p{
        font-size: .7rem;
    }
    .pr-container .pr-sp{
        order: 2;
    }
    .pr-container .pr-video{
        order: 1;
        margin-bottom: 2rem;
    }
    .pr-packing{
        margin-bottom: .5rem;
     }
    .pr-service{
        margin-top: .5rem;
    }
    .pr-service .pr-ser-t h6{
        font-size: 1.2rem;
    }
    .pr-form-sidebar{
        order: 2;
        padding-bottom: 1rem;
        padding-top: 2.4rem;
    }
    .pr-form{
        order: 1;
    }
    .pr-form-sidebar .pr-sidebar-list:last-child{
        margin-bottom: 0;
    }

    /* about  */
    .about-top{
        margin-top: 0;
    }
    .about-top h2 {
        font-size: 1.4rem;
    }
    .about-brand .brand-list{
        padding: 1.5rem;
    }
    .about-video-v {
    top: -2rem;
    right: 1.3rem;
}
    .about-video-t .p1{
    display: none;
}
    .about-factory .p2{
        display: none;
    }
    .about-factory h3{
        font-size: 1.8rem;
    }
    .cl-honor .cl-honor-list .cl-y{
        font-size: 2rem;
    }
    .cl-honor .cl-honor-list p{
        font-size: 1rem;
    }
    .cl-honor .cl-honor-mySwiper .swiper-slide:nth-child(odd){
        margin-top:0;
    }
    .about-honor .pr-span ul li {
        margin-bottom: .2rem;
        font-weight: 400;
        font-size: .7rem;
    }
    /* archive  */
    .atm-newsSidebar-1{
        display: none;
    }
    .atm-archive{
        margin-top: 0;
    }
    /* single  */
    .single-t{
        font-size: 1.6rem;
    }
    .related-post .atm-tradeShowsList{
        margin-bottom: 0;
        box-shadow: none;
        border-bottom: 1px solid #ececec;
    }
    .related-post .atm-tradeShowsList .row{
        padding: 1rem 0;
    }
    .related-post .atm-tradeShows-text{
        padding: 1rem;
        padding-left: 0;
    }
    .related-post .atm-tradeShowsList img{
        width: 100%;
        height: 100%;
    }
    .related-post .atm-tradeShowsList::after{
        content: unset;
    }
    /* trade shows  */
    .atm-tradeShows{
        margin-top: 2rem;
    }
    /* contact  */
    .contact-body-info{
        padding-top: 0;
    }

}
@media (max-width: 768px) {
    .pr-category-imgBlock {
    height: 10rem;
    }
    .m-Divider-5rem{
        padding-bottom: 5rem;
    }
    .m-Divider-3rem{
        padding-bottom: 3rem;
    }
    .atm-breadwrap li{
        font-size: .8rem;
    }
    /* header  */
    .top-mail{
        display: none;
    }
    .atm-menu .atm-menu-middle{
        display: none;
    }
    .atm-menu .atm-menu-top{
        border-bottom: .2rem solid #91b671;
    }
    .top-icon{
        display: block;
    }
    .top-icon{
        display: flex;
        justify-content: flex-end;
    }
    .top-icon svg{
        width: 40px;
        height: 40px;
    }
    .top-icon .offcanvas{
        padding: 2rem 1rem;
        border: 0;
    }
    .top-icon .offcanvas-body{
        padding: 0;
    }
    .top-icon .offcanvas-body .m-menuList li{
        padding: 1rem;
        border-bottom: 1px solid #ececec;
        font-size: 1rem;
        text-transform:uppercase;
    }
    .top-icon .offcanvas-body .m-menuList .m-pr-t{
        padding: 0;
    }
    .top-icon .offcanvas-body .m-menuMail{
        margin: 2rem 1rem;
    }
    .top-icon .offcanvas-body .m-menuList .accordion-button{
        padding: 1rem;
        font-size: .8rem;
    }
    .top-icon .offcanvas-body .m-menuList .accordion-button:not(.collapsed){
        background-color: transparent;
    }
    .top-icon .offcanvas-body .m-menuList .m-product li{
        padding: .5rem;
    }
    .top-icon .offcanvas-body .m-menuList .m-product li:last-child{
        border-bottom: 0;
    }
    .top-icon .offcanvas-body .m-menuList .m-product li a{
        text-transform: capitalize;
    }
    /* footer  */
    .atm-right-up{
        display: none;
    }
    .atm-footer-middle{
        display: none;
    }
    .atm-footer-bottom{
        display: none;
    }
    .atm-m-footer{
        display: block;
    }
    .atm-m-footer{
        padding: .8rem 0;
        background-color: #000;
        color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        box-shadow: 0px -4px 7px 0px rgba(0, 0, 0, 0.15);
        z-index: 1000;
    }
    .atm-m-footer a{
        color: #fff;
        text-decoration: none;
    }

    .atm-m-footer svg{
        width: 25px;
        height: 25px;
        fill: #fff;
        margin: 0 .5rem;
    }
    .atm-m-footer p{
        margin-top: .2rem;
        font-size: .8rem;
        text-align: center;
    }
    /* index  */
    .index-atemu-tab {
        padding: 3rem 0;
    }
    .index-atemu-tab .tab-content h3 {
        font-size: 2.8rem;
    }
    .index-atemu-tab .tab-content h2 {
        font-size: 2.8rem;
    }
    .index-atemu-tab .tab-title{
        margin-top: 0;
    }
    .index-atemu-tab .tab-content .index-atemu-b1{
        display:none;
    }
    .index-atemu-tab .tab-content .index-atemu-b2{
        display:block;
    }
    .index-atm {
        padding: 3rem 0;
    }
    .index-atm h2{
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .index-cata {
        padding: 3rem 0;
    }
    .index-cata .index-cata-t h3 {
        font-size: 2rem;
    }
    .index-cata .index-cata-t h2 {
        font-size: 2rem;
    }
    .index-cata-img{
        display:none;
    }
    .index-video {
        padding-top: 3rem;
    }
    .index-video h3 {
        font-size: 2.8rem;
        margin-bottom: -1rem;
    }
    .index-video h2 {
        margin-top:0;
    }
    .index-about .index-about-row{
        margin-bottom: 1rem;
    }
    .index-about .index-about-num span{
        font-size: 1rem;
    }
    .index-about .index-about-num p{
        font-size: .6rem;
    }
    .index-about .index-about-num svg{
        width: 25px;
        height: 25px;
        margin-left: .6rem;
    }
    .index-oem {
        margin-bottom: 3rem;
    }
    .index-oem h2{
        font-size: 2.8rem;
    }
    .index-information h2{
        font-size: 2.8rem;
    }
    .index-information .atm-newsList h4{
        font-size: 1rem;
    }
    .index-information .atm-tradeShowsList .atm-tradeShows-text p{
        font-size: .7rem;
    }
    .index-information .atm-tradeShowsList .atm-tradeShows-text .p2 span {
        font-size: .9rem;
    }
    .index-information .atm-newsList{
        padding-top: 2rem;
    }
    /* pr-single  */
    .pr-top img{
        max-width: 100%;
        width: auto;
        margin-bottom: 2rem;
    }
    .pr-top .pr-span{
        margin-top: 2rem;
    }
    .pr-mini-menu .pr-mini-t{
        display: none;
    }
    .pr-mini-menu .pr-mini-li{
        display: none;
    }
    .pr-mini-menu .atm-button{
        font-size: 1rem;
    }
    .pr-acc .pr-chisel{
        overflow-x: auto;
        width: 100%;
    }
    .pr-acc-text p{
        font-size: .8rem;
    }
    .pr-service .pr-ser-t2::before{
        display: none;
    }
    .pr-service .pr-ser-t3::before{
        display: none;
    }
    .pr-service .pr-ser-t3::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #d5ead7;
    }

    .pr-application-con ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .pr-application-con ul li.first{
        width:100%;
    }
    .pr-application-con ul li{
        width:100%;
        height:auto;
        border: .1rem solid #fff;
    }
    .pr-application-con ul li.fast{
        width:100%;
        position: relative;
    }
    .pr-application-con ul li .imgTop img{
        border: unset;
        opacity: 1;
    }
    .pr-application-con ul li .imgCen{
        display: block;
        width: 100%;
        border-left:unset;
        align-content: center;
    }

    .pr-application-con ul li .imgTop img{
        width: 100%;
    }
    .index-partners .pr-application-con ul li.first{
        width:100%;
    }
    .index-partners .pr-application-con ul li{
        width:100%;
        height:auto;
    }
    .index-partners .pr-application-con ul li .imgCen h6{
        text-align: center;
    }
    .pr-acc .pr-chisel table{
        width: 768px;
    }
    .pr-form .pr-form-body{
        padding: 2rem;
    }
    .pr-rela{
        display: none;
    }
    .pr-container .atm-title{
        padding-left: 0;
    }
    .pr-container .atm-title::before{
        content: none;
    }
    .pr-form-sidebar{
        padding-bottom: 0;
    }
    /* about  */
    .about-top{
        margin-top: 1rem;
    }
    .about-brand .brand-list {
        padding: 1rem;
    }
    .about-video .about-video-all{
        border:0;
        margin: 0;
    }
    .about-video .about-video-all .col-md-8{
        padding:0;
    }
    .about-video .about-video-v{
        top:0;
        right: unset;
        width: 100% !important;
    }
    .about-video .atm-flex-center{
        display: none;
    }
    .about-factory-img{
        order: 2;
    }
    .about-factory-text{
        margin-bottom: 2rem;
        order: 1;
    }
    .about-factory-text .atm-title{
        margin-bottom: 1rem;
    }
    .cl-honor .swiper-button-next{
        top:60%;
    }
    .cl-honor .swiper-button-prev{
        top:60%;
    }
    .about-honor .honor-mySwiper{
        margin-bottom: 1rem;
    }
    /* single  */
    .single-t{
        font-size: 1.2rem;
    }
    .related-post .atm-tradeShowsList .p1{
        display: none;
    }
    .related-post .atm-tradeShows-text{
        padding: 2rem;
        padding-left: 0;
    }
    .related-post .atm-title{
        font-size: 1.2rem;
    }
    /* contact  */
    .contact-con{
        margin-bottom: 2rem;
    }
    .contact-body-form .wpcf7-form p:nth-child(-n+3){
        width: 100%;
    }
    .contact-body-form .wpcf7-form p input{
        width: 100%;
    }
    /* pr-cata  */
    .pr-page {
        padding-bottom: 2rem;
    }
    /* shows single  */
    .shows-top img{
        margin-bottom: 2rem;
    }
}
@media (max-width: 576px) {
    .col-xs-12{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .atm-2rem{
        font-size: 1.6rem;
    }
    .atm-24rem{
        font-size: 2.2rem;
    }
    /* header  */
    .top-icon svg {
        width: 30px;
        height: 30px;
    }
    /* footer  */
    .quick-link{
        display: none;
    }
    .looking{
        display: none;
    }
    /* index  */
    .index-banner .banner-mySwiper .swiper-pagination .swiper-pagination-bullet {
        width: 2rem;
        height: 4px;
        border-radius: 0;
    }
    .index-atemu-tab .tab-content .index-atemu-img{
        display: flex;
        justify-content: center;
    }
    .index-atemu-tab .tab-content .index-atemu-t{
        margin-bottom: 2rem;
    }
    .index-atemu-tab .tab-content .index-atemu-b2{
        margin-top:2rem;
    }
    .index-atemu-tab .tab-title .index-atemu-button h3 {
        font-size: 1.5rem;
    }
    .index-atemu-tab .tab-title .index-atemu-button p {
        margin-bottom: .7rem;
        font-size: .7rem;
    }
    .index-atm ul {
    grid-template-columns: repeat(2, 1fr);
}
    .index-about .index-about-num span{
        font-size: .7rem;
    }
    .index-about .index-about-num p {
        font-size: .5rem;
    }
    .index-about .index-about-num svg{
        width: 16px;
        height: 16px;
        margin-left: .2rem;
    }
    .index-oem .oem-mySwiper .swiper-pagination .swiper-pagination-bullet {
        width: 2rem;
    }
    .index-information h2 {
        text-align: center;
    }
    .index-information .index-newsImg{
        display: none;
    }
    .index-information .atm-tradeShowsList .atm-tradeShows-text p{
        font-size: 1rem;
    }
    .index-information .atm-tradeShowsList .atm-tradeShows-text .p2 span{
        font-size: 1rem;
    }
    .index-information .atm-newsList{
        padding-top: 1.4rem;
    }
    /* pr-single  */
    .pr-top{
        margin-bottom: 0;
    }
    .pr-top .pr-top-title{
        display: block;
    }
    .pr-top .pr-top-title .atm-title{
        margin-bottom: 1rem;
    }
    .pr-top .pr-top-title h3{
        margin-bottom: 1rem;
    }
    .pr-top .atm-button {
        font-size: .9rem;
    }
    .pr-top .pr-span{
        margin-top: 1rem;
    }
    .pr-acc .pr-acc-imgbox img{
        margin-top: -1rem;
    }
    .pr-acc .pr-chisel td{
        font-weight: 400;
    }
    .pr-application-con ul li .imgCen{
        height: 100%;
    }
    .pr-application-con ul li .imgCen h6{
        font-size: .9rem;
    }
    .pr-form .pr-form-body .pr-form-p{
        display: none;
    }

    .pr-form-contact .wpcf7-form p:nth-child(-n+5){
        width: 100%;
    }
    .pr-form-contact .wpcf7-form p input {
        width: 100%;
    }
    /* pr-cata  */
    .pr-category-imgBlock::before{
        width: 2rem;
    }
    .pr-category-list .pr-cata-list-t{
        padding-left: 3rem;
    }
    .pr-category-list .pr-cata-list-t0{
        font-size: .8rem;
    }
    /* breadwrap  */
    .atm-breadwrap-long li:last-child{
        display: none;
    }
    .atm-breadwrap-long li:nth-last-child(2):after{
        display: none;
    }
    /* about  */
    .about-brand .brand-list {
        padding: .4rem;
    }
    .about-factory h3 {
        font-size: 1.6rem;
    }
    .about-honor .pr-span{
        margin-bottom: 1rem;
    }
    .newsList-2{
        margin-top: 2rem;
    }
    /* single  */
    .single-t {
        font-size: 1.2rem;
    }
    .related-post .atm-tradeShows-text h4{
        font-size: 1rem;
    }
    .related-post .atm-tradeShows-text{
        padding: 1rem;
        padding-left: 0;
    }
    .related-post .atm-tradeShowsList{
        margin-bottom: 1rem;
    }
    /* trade shows  */
    .atm-tradeShows-banner {
        padding: .3rem 0;
    }

    .atm-tradeShows-banner .shows-img{
        border: .13rem solid #fff;
        width: 100%;
        margin: 3px;
    }
    .atm-tradeShows-banner .atm-Divider-3rem{
        margin-bottom: 1rem;
    }
    .atm-tradeShows-banner .atm-Divider-4rem{
        margin-bottom: 1.4rem;
    }
    .catalog-imgbox img{
        margin-bottom:1rem;
    }
}