html {
    font-size: 10px ; 
}
html {
    transform-origin: left top;
}



@media(min-width:1025px){
    .container {
        width: 120rem;
    }
}


header{
    position:relative;
    z-index: 99;
    position:fixed;
    width: 100%;
    background-color: #fff;
}
.topbig{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:2.3rem 8.33%;
}
.menu ul{
    display: flex;
    align-items: center;
    margin-right:2.8rem;
}
.logo img{
    height: 8rem;
}
.menu ul li{
    margin-right:2.3rem;
    position:relative;
    letter-spacing: 0.3rem;
}
.menu ul li>a{
    padding:1.4rem 1.8rem;
    display: block;
    font-size:1.4rem;
    color:#6d4c33;
    font-weight: bold;
    transition: .5s;
    border-bottom:1px solid transparent;
}
.menu ul li:nth-child(3):hover>a{
    background:#c6bdb4;
    transition: .5s;
    border-radius: 0.5rem 0.5rem 0 0; 
    border-bottom:1px solid #fff;
}
.menu ul li:nth-child(3):hover:after{
    display: none;
}
.menu ul li:after{
    content:"";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background:#6d4c33;
    border-radius: 100%;
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    opacity: 0;
    transition: .5s;
}
.menu ul li:hover:after,.menu ul li.hover:after{
    opacity: 1;
    transition: .5s;
}
.sousuo form{
    width: 12.7rem;
    display: flex;
    padding:0.6rem 0;
}
.sousuo input{
    border-radius: 1.1rem 0 0 1.1rem;
    background:#c6bdb4;
    border: 0;
    width: 10rem;
    padding-left:2rem;
}
.sousuo form button {
    width: 2.7rem;
    height: 20px;
    border: 0;
    background: url(../images/fdj.png) center no-repeat;
    background-color:#c6bdb4;
    transition: .3s;
    border-radius: 0 1.1rem 1rem 0;
}
.topright{
    display: flex;
    align-items: center;
}
.pdtmenu{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	background:#f8eee1;
	display:none;
    border-radius: 0 0 0.5rem 0.5rem;
    border-top:1px solid #fff;
    overflow: hidden;
}
.pdtmenu dl {
    margin: 0;
}
.pdtmenu dl dd{
	position:relative;
    padding:0 0.9rem;
}
.pdtmenu dl dd a{
    display: block;
    padding:1rem 0;
    color:#6d4c33;
    text-align: center;
    font-weight: bold;
    border-bottom:1px solid #fff;
    transition: .5s;
}
.pdtmenu dl dd:last-child a{
    border-bottom:1px solid transparent;
}
.pdtmenu dl dd:hover{
    background:#c6bdb4;
    transition: .5s;
}
.pdtmenu dl dd:hover a{
    border-bottom:1px solid transparent;
    transition: .5s;
}
.swiper-button-next-banner{
    background:url(../images/bannerjtr.png) no-repeat;
    background-size:cover;
    width: 5rem;
    height: 5rem;
    right: 19%;
}
.swiper-button-next-banner:after{
    content:'';
}
.swiper-button-prev-banner{
    background:url(../images/bannerjtl.png) no-repeat;
    background-size:cover;
    width: 5rem;
    height: 5rem;
    left: 19%;
}

.bannerimg{
    opacity: 0.5;
}
.swiper-button-prev-banner:after{
    content:'';
}
.banner{
    position: relative;
    padding-top:12.6rem;
}
#banner img{
    width: 100%;
    border-radius: 2rem;
    aspect-ratio: 1000 / 553;
    object-fit: contain;
    border:1px solid #000;
}
.banner .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,3.2rem));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,3.2rem));
    line-height: 3.2rem;
    border-radius: 100%;
    background: var(--swiper-pagination-bullet-inactive-color,transparent);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    font-size:1.6rem;
    font-weight: bold;
    color:#6d4c33;
}
.banner .swiper-pagination-bullet-active {
    border:1px solid #6d4c33;
}
.banner .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom:-5.6rem;
    width: auto;
    left: 24%;
}
.sycp{
    padding-top:14rem;
    padding-bottom:12rem;
    overflow: hidden;
}
.sycptitle h2{
    font-size:3.6rem;
    margin-bottom:0.6rem;
    color:#6d4c33;
}
.sycptitle h3{
    font-size:1.8rem;
    margin-bottom:4.5rem;
    color:#6d4c33;
}
.sycplist ul li{
    background:#f3cd64;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding-top:4rem;
    flex-direction: column;
    padding-bottom:4rem;
    width:32%;
}

#OTHERS .sycplistwen{
    width:100%;
}
#OTHERS .sycplistwen h2{
    text-align: center;
}
#OTHERS .sycplistwen dl dd{
    width:100%;
    display: flex;
    justify-content: center;
    
}
.sycplisttu{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sycplistwen{
    width: 100%;
}
.sycplistwen h2{
    margin-bottom:3rem;
    margin-top:3rem;
    font-size:2rem;
    color:#6d4c33;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-align: center;
    
}
.sycplistwen dl{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom:0.7rem;
    width:65%;
}
.sycplistwen dl dd{
    width: 100%;
    display: flex;
    align-items: center;
}
.sycplistwen dl dd:nth-child(even){
    padding-left: 0;
}
.sycplistwen dl dd a{
    font-size:1.5rem;
    font-weight: bold;
    padding-bottom:0.5rem;
    margin-bottom:1.2rem;
    display: inline-block;
    border-bottom:2px solid #6d4c33;
    transition: .5s;
    color:#6d4c33;
    line-height: 100%;
    letter-spacing: 0.1rem;
}
.sycplistwen dl dd a:hover{
    color:#f8eee1;
    border-bottom:2px solid #f8eee1;
    transition: .5s;
}
.sycplist ul li:last-child .sycplistwen dl{
    position:relative;
}

.sycp{
    position:relative;
}
.sycpdog {
    width: 26.7rem;
    position: absolute;
    right: 0;
    bottom: -4rem;
}
.sycpball {
    width: 2.1%;
    position: absolute;
    right: 19.4rem;
    bottom: 8.5rem;
    animation: bounce 4s infinite;
}
@keyframes bounce {
    0% {
      transform: translateX(0) translateY(0);
    }
    25% {
      transform: translateX(-12.5rem) translateY(-10rem);
    }
    50% {
      transform: translateX(22rem) translateY(-25rem);
    }
    75% {
      transform: translateX(-12.5rem) translateY(-40rem);
    }
    100% {
      transform: translateX(22rem) translateY(-55rem);
    }
}
.syspnew{
    padding:6.8rem 0 14rem;
    background:#a7b051;
    position: relative;
    overflow: hidden;
}
.syspnewtitle h2{
    font-size:3.6rem;
    margin-bottom:0.5rem;
    color:white;
}
.syspnewtitle h3{
    font-size:1.8rem;
    color:white;
    margin-bottom:5.7rem;
}
.nproductpic img{
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    height: 33.2rem;
}
#nproducts .swiper-slide:hover{
    margin-top:-2.2rem;
        transition: .5s;
}

#nproducts .swiper-slide{
    transition: .5s;
}
.nproductstitle{
    border:3px solid #fff;
    border-radius: 16px;
    background:#fff;
    padding:3.3rem 0 2.3rem;
    transform: translate(0,-2.7rem);
}
.nproductstitle.inner{
    border:0px solid #fff;
    border-radius: 16px;
    background:#fff;
    padding:3.3rem 0 3.3rem;
    transform: translate(0,-2.7rem);
}

.nproductstitle h2{
    font-size:2.3rem;
    text-align: center;
    color:#6d4c33;
    margin-bottom:0.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    
}
.nproductstitle.inner h2{
    margin-bottom:0.5rem;
}

.prolist ul.list li.inner{
    position:relative;
}
.prolist ul.list li:after{
    content:"";
    width:3px;
    height: 100%;
    background:white;
    display: block;
    position:absolute;
    right: 0;
    top: 0;
}
.prolist ul.list li::before{
    content:"";
    width:3px;
    height: 100%;
    background:white;
    display: block;
    position:absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.nproductstitle h3{
    text-align: center;
    font-size:1.6rem;
    color:#6d4c33;
}
.newcat{
    width: 18rem;
    position: absolute;
    left: 0%;
    bottom: 0;
    transform: translate(-100%);
    transition: .1s;
}
.transition-effect {
    transition: left 0.5s ease, transform 0.5s ease;
}
.syxw{
    padding:12rem 0;
}
.syxwtitle h2{
    font-size:3.6rem;
    margin-bottom:0.5rem;
    color:#6d4c33;
}
.syxwtitle h3{
    font-size:1.8rem;
    color:#6d4c33;
}
.syxwleft a{
    display: flex;
    color:#6d4c33;
    align-items: center;
}
.syxwleft a img{
    margin-left:7.8rem;
}
.syxwbig{
    display: flex;
    justify-content: space-between;
}
.syxwright{
    width: 72.58%;
}
.syxwright ul li{
    background:#ef8875;
    border-radius: 7px;
    margin-bottom:1.3rem;

}
.syxwright ul li a{
    display: block;
    padding:2.5rem 3.3rem 5rem 4.5rem;
}
.syxwrightsj{
    font-size:1.2rem;
    color:#fff;
    margin-bottom:1.3rem;
}
.syxwrightmid{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.syxwrightmid p{
    font-size:2rem;
    color:#fff;

}
.syxwleft{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.syxwright ul li:last-child{
    margin: 0;
}
.syzs{
    padding:5.6rem 0 12.6rem;
    background:#f8eee1;
    position:relative;
}
.syzstitle h2{
    line-height: 100%;
    font-size:3.6rem;
    margin-bottom:0.5rem;
    color:#6d4c33;
}
.syzstitle h3{
    font-size:1.8rem;
    color:#6d4c33;
    margin-bottom:6rem;
}
.syzslist ul li img{
    border-radius: 1rem;
    transition: .5s;
}
.syzslist ul{
    display: grid;
    grid-template-columns:repeat(5,19.09%);
    justify-content: space-between;
    grid-row-gap: 1.2rem;
}
.syzslist ul li:hover img{
    transform: scale(1.1);
    transition: .5s;
}
.syzslist ul li{
    overflow: hidden;
    border-radius: 1rem;
}
.zscat {
    position: absolute;
    bottom: -6.8rem;
    width: 22.4rem;
    right: 30.8rem;
    display: flex;
}
#animation_container{
    transform: translate(0rem, 2.4rem);
}
.cls-1{fill:#a7b051;}
.sycpdog .cls-1{
    fill:#ef8875;
}
.cls-2{fill:#fff;}
.cls-3{fill:none;stroke:#a7b051;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.03rem;}
#cat-animation svg{
    width:100%;
}
footer{
    padding:7rem 0 3rem;
    background:#f3cd64;
}  
.footertop{
    border-top:2px #6d4c33 solid;
    border-bottom:2px solid #6d4c33;
    margin-bottom:3.2rem;
}
.footerleft{
    width: 50%;
    border-right:1px solid #6d4c33;
}
.footerleft a{
    display: flex;
    width: 100%;
    padding:2rem 0;
    padding-right:2.5rem;
    justify-content: space-between;
}
.dbdh{
    display: flex;
}
.footerleftwen{
    order:2;
}
.footerlefttu{
    order:1;
    max-width:50%;
}
.footerleftwen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 59%;
    align-items: center;
}
.footerlefttu img{
    border-radius: 5px;
    width: 100%;
}
.dbdh div{
    color:#6d4c33;
    letter-spacing: 1px;
    white-space: nowrap;
}
.dbdh span{
    color:#6d4c33;
}
.footerright{

    width: 50%;

}
.footerright a{
    display: flex;
    width: 100%;
    border-left:1px solid #6d4c33;
    justify-content:space-between;
    padding:2rem 0 ;
    padding-left:2.5rem;
}
.footertopbig{
    display: flex;
}

.footrightwen h2{
    font-size:3rem;
    font-weight: bold;
    color:#6d4c33;
    letter-spacing: 0.56rem;
    margin-bottom:2rem;
}
.footrightwen ul{
    display: flex;
    justify-content: space-between;
    width:17.3rem;
}

.footrightwen{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:59%;
    align-items:center;
}
.banquan h2{
    font-size:1.95rem;
    color:#fff;
    margin-bottom:1.2rem;
    letter-spacing: 0.3rem;
    font-weight: 400;
}
.banquan h3 {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.09rem;
}

.footerbottombig{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footernav ul{
    display: flex;
    margin-bottom:5.5rem;
}
.footernav ul li{
    margin-right: 3.5rem;
}
.footernav ul li a{
    color:#fff;
    font-size:1.3rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
}
.footernav dl{
    display: flex;
    justify-content: flex-start;
}
.footernav dd{
    margin-right:2.5rem;
}
.company{
    padding-top:9.6rem;
    overflow: hidden;
    position:relative;
    background:url(../images/company.png) no-repeat;
    background-attachment: scroll;
    background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.companynr{
    padding:5.5rem 7.6rem 5.5rem 5.9rem;
    background:#f3cd64;
    width: 120rem;
    border-radius: 15px;
}

.companynr section{
    font-size:1.6rem;
    line-height: 137.5%;
    color:#6d4c33;
}
.companynrbig{
    display: flex;
    align-items: center;
    padding:17.6rem 0 10.6rem;
    justify-content: center;
}
.contact{
    padding:19rem 0 9.9rem;
}
.contactlefttitle{
    font-size:3rem;
    font-weight: bold;
    color:#6d4c33;
}
.contactleft ul li{
    display: flex;
    align-items: center;
    color:#6d4c33;
    font-size:1.6rem;
    margin-bottom:3.8rem;
    line-height: 2.8rem;
}
.contactleft ul li a{
    color:#6d4c33;
    font-size:1.6rem;
}
.contactleft ul li img{
    margin-right: 2.7rem;
    width:3.6rem;
}
.contactbig{
    display: grid;
    grid-template-columns: repeat(2, 50%);
    justify-content: space-between;
}
.contactleft{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.topbign{
    border-bottom:1px solid #6d4c33;
}
.about{
    padding:19rem 0 9rem;
}
.abouttitle{
    font-size:3rem;
    color:#6d4c33;
    font-weight: bold;
    margin-bottom:9.7rem;
}
.aboutlogo{
    margin-bottom:8.2rem;
    float:right;
}
.aboutleft section{
    font-size:1.5rem;
    color:#6d4c33;
}
.aboutleft{
    width: 44.67%;
}
.aboutbig{
    display: flex;
    justify-content: space-between;
}
.aboutright{
    width:52.5%;
}
.news{
    padding:7rem 0 15.6rem;
}
.newstitle{
    font-size:3rem;
    font-weight: bold;
    color:#6d4c33;
    margin-bottom:4.7rem;
}
.newslist ul li{
    padding:3.5rem 6.5rem 3.5rem 4.7rem;
    border:2px solid #6d4c33;
    border-radius: 8px;
    margin-bottom:1.3rem;
    cursor: pointer;
}
.jitp span:first-child{
    font-size:2.2rem;
    color:#6d4c33;
    margin-right: 6.3rem;
}
.jitp span:nth-child(2){
    font-size:1.4rem;
    color:#a39789;
}
.jitp span:last-child{
    float:right;
}
.jitp span:last-child i{
    display: block;
    background: url(../images/newsjt.png) center no-repeat;
    height: 2.6rem;
    background-size:100%;
    float: right;
    cursor: pointer;
    width: 2.6rem;
}
.jibt section{
    font-size:1.6rem;
    color:#6d4c33;
    line-height: 3.3rem;
}
.jibt{
    display: none;
    padding-top:4.5rem;
}
.probig{
    padding:14.9rem 0 14rem;
}
.pronav{
    display: flex;
    align-items: center;
    margin-bottom:5.5rem;
}
.pronav img{
    height: 1rem;
    width: 0.5rem;
    margin:0 2rem;
}
.pronav a {
    font-size:2rem;
    font-weight: bold;
    color:#6d4c33;
}
.prolist ul{
    display: grid;
    grid-template-columns: repeat(4, 24%);
    justify-content: space-between;
}
.prolist ul.list .nproductstitle{
    padding:2.5rem 0 2rem;
    background:#f8eee1;
    transition: .5s;
}
.prolist ul.list li:hover .nproductstitle{
    transition: .5s;
    background:#f3cd64;
    color:white;

}
.prolist ul.list li{
    margin-bottom:1.3rem;
    border:1px solid white;
}
.morex p span {
    display: flex;
    width: 35rem;
    height: 10.6rem;
    color: #000;
    text-align: center;
    line-height: 10.6rem;
    border-radius: 16px;
    margin: 0 auto;
    font-weight: bold;
    background-size: cover;
    background-position: center;
    justify-content: center;
    cursor: pointer;
}
.morex{
    margin-top:7.3rem;
}
.easyzoom.is-ready img {
    max-width: inherit;
}
.easyzoom{
    position:relative;
}
#color{
    position:absolute;
    left:2.1rem;
    top:2.3rem;
    display: flex;
    flex-direction: column;
    z-index: 999;
}
.inner #color {
    position: absolute;
    left: 2.1rem;
    top: 3.3rem;
    display: flex;
    flex-direction: column;
    z-index: 999;
}
#color li a{
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    margin-bottom:1rem;
    cursor: pointer;
    display:block;
}
#color dd span{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    margin-bottom:1rem;
    cursor: pointer;
    display:block;
}
.easyzoom{
    border-radius: 1rem;
    overflow: hidden;
}
.easyzoom-flyout{
    border-radius: 1rem;
}
.thumbnails{
    display: flex;
    margin-top: 2rem;
}
.thumbnails li {
    width: 16%;
    float: left;
    margin-right: 0.5rem;
}
.prodetailsl{
    width: 48.33%;
    position:relative;
}
.thumbnails li img{
    border-radius: 8px;
}
.prodetailsr{
    width: 45%;
}
.prodetails{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodetailscode{
    font-size:3rem;
    font-weight: bold;
    margin-bottom:1rem;
    color:#6d4c33;
}
.prodetailsfw{
    width:100%;
    padding-top:2rem;
}
.prodetailstitle{
    font-size:2rem;
    font-weight: bold;
    margin-bottom:5.4rem;
    color:#6d4c33;
}
.prodetailsjj h2{
    font-size:1.2rem;

    color:#dacdb9;
    padding-bottom:0.5rem;
    position:relative;
    margin-bottom:2rem;
}
.prodetailsjj h2:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 1px;
    background:#dacdb9;
    border-radius: 0.5rem;
}
.prodetailsfw h2{
    font-size:1.2rem;

    color:#dacdb9;
    padding-bottom:0.5rem;
    position:relative;
    margin-bottom:2rem;
}
.prodetailsfw h2:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 1px;
    background:#dacdb9;
    border-radius: 0.5rem;
}
.prodetailsjj section{
    padding-bottom:9rem;

    font-size:1.6rem;
    color:#6d4c33;
    line-height: 1.9rem;
}
.prodetailsfw section{
    font-size:1.6rem;
    color:#6d4c33;
    line-height: 200%;
}
.prodetailsfw section p{
    text-indent:0 !important;
}
.prodetailsfw section h4{
    font-weight: normal;
    text-indent: 2em;
    font-size:1.6rem;
}
.prodetails{
    padding-bottom:10rem;
}
.recprotitle h2{
    font-size:3rem;
    font-weight: bold;
    text-align: center;
    color:#6d4c33;
    margin-bottom:6.3rem;
}
.recpro{
    overflow: hidden;
}
#recpro .swiper-slide .nproductstitle {
    padding: 2.5rem 0 2rem;
    background: #f8eee1;
    border: 0;
    transition: .5s;
}
#recpro .swiper-slide:hover .nproductstitle {
    transition: .5s;
    background: #f3cd64;
    color: white;
    border: 0;
}
header.head{
    position: fixed;
    width: 100%;
    background:white;
    z-index: 9999;
    transition: .5s;
}
.dogeye{fill:none;stroke:#fff;stroke-miterlimit:10;}
.newpcat{fill:#f3bd2e;}
.m_header{
    display: none;
}
.yc{
    display: none;
}
.footer2{
    padding:5.6rem 0 7.2rem;
}

.footer2 .banquan h2{
    color:#6D4C33;
}
.footer2 .banquan h3{
    color:#6D4C33;
}
.footer2 .footernav ul li a {
    color:#6D4C33;
}
.footerleftwen>img {
    width: 16.4rem;
    margin-bottom:2rem;
}
.jibt img{
    height: auto;
}
.share dl{
    display: flex;
    align-items: center;
    margin-bottom:0;
}
.share a{
    color:#000;
}
.share dl dd{
    margin-right: 1.5rem;
}
.share dl dd:last-child{
    margin: 0;
}
.banner img{
    width:100%;
}
.contactleftwen{
    font-size:1.6rem;
}
.companypic{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.companypic img{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: .05s;
    height: 100%;
}
.sycplist ul{
    display: flex;
    justify-content: space-between;
}
.sycplistleft {
    width: 73.333333%;
}
.sycplistright{
    width:24.5%;
}
#nproducts{
    padding-top:20px;
}
.prodetailsfw section span{
    display: inline-block;
    text-indent: 0;
}
#xiaotu .swiper-button-next{
    background: url(../images/proright.png) no-repeat;
    background-size: cover;
    width: 1.7rem;
    height: 10.5rem;
    right:0rem;
    bottom:0;
}
#xiaotu .swiper-button-next,#xiaotu .swiper-button-prev{
    top:auto;
}
#xiaotu .swiper-button-prev {
    background: url(../images/proleft.png) no-repeat;
    background-size: cover;
    width: 1.7rem;
    height: 10.5rem;
    left: 0rem;
    bottom:0;
}
.companytitle{
    text-align: center;
    font-size: 5.5rem;
    line-height: 100%;
    color:#6D4C33;
    font-weight: bold;
    margin-bottom:10.5rem;
}
.companytitle2 h2{
    font-size: 2.4rem;
    font-weight: bold;
    color:#6D4C33;
    line-height: 100%;
    margin-bottom:1rem;
}
.companytitle2 h3{
    font-size: 2.4rem;
    color:#6D4C33;
    line-height: 100%;
}
.companytitle2{
    margin-bottom:9.3rem;
}
.companycontent ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom:12rem;
}
.companycontentleft{
    width: 22%;
}
.companycontentright{
    width: 72%;
}
.companycontentright h2{
    line-height: 100%;
    color:#6D4C33;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom:1.5rem;
}
.companycontentright h3{
    line-height: 100%;
    font-size: 1.8rem;
    color:#6D4C33;
    font-weight: bold;
    margin-bottom:2rem;
}
.footerbottom2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banquan ul{
    display: flex;
    justify-content: space-between;
}
.banquan ul li{
    margin-right: 1rem;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content:"";
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content:"";
}
#xiaotu  img{
    border:1px solid #000;
}
#xiaotu .swiper-slide a.hover img{
    border:1px solid #aaa;
}
#xiaotu .swiper-slide a{
    display: flex;
}
@media(max-width:1768px){
    html {
        font-size: 9.208333px; 
    }

}
@media(max-width:1680px){
    html {
        font-size: 8.75px; 
    }


}
@media(max-width:1600px){
    html {
        font-size: 8.333333px; 
    }

}
@media(max-width:1550px){
    html {
        font-size: 7.833333px; 
    }
    
}
@media(max-width:1480px){
    html {
        font-size: 7.53125px; 
    }
}
@media(max-width:1440px){
    html {
        font-size: 7.5px; 
    }

    }   
}
@media(max-width:1366px){
    html {
        font-size: 7.114583px; 
    }

    .footerleftwen{
        align-items: flex-end;
    }
}
@media(max-width:1280px){
    html {
        font-size: 6.666667px; 
    }
    .sycplistwen dl {
        width: 70%;
    }
}
@media(max-width:1176px){
    html {
        font-size: 6.125px; 
    }

}
@media(max-width:1152px){
    html {
        font-size: 6px; 
    }

}
@media(max-width:1024px){

    html {
        font-size: 5.333333px; 
    }

}
@media(max-width:1024px){
    header{
        display: none;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }
    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .banner{
        padding-top:6rem;
    }
    .nproductstitle {
        padding: 17px 0 17px;
    }
    .nproductstitle h2 {
        font-size: 14px;
        text-align: center;
        color: #6d4c33;
        margin-bottom: 5px;

    }
    .nproductstitle h3 {
        text-align: center;
        font-size: 12px;
        color: #6d4c33;
    }
    .footerleft {
        padding-right: 45px;
    }
    .footerleft {
        padding-right: 25px;
    }
    footer {
        padding: 54px 0 66px;
        background: #f3cd64;
    }
    .footerbottom {
        padding-top: 38px;
    }
    .aboutbig{
        display: flex;
        flex-direction: column;
    }
    .aboutleft {
        width: 100%;
        margin-bottom:20px;
    }
    .aboutright {
        width: 100%;
    }
    .abouttitle {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .aboutlogo {
        margin-bottom: 20px;
    }
    .aboutright img{
        margin: 0 auto;
    }
    .prodetails{
        flex-direction: column;
        padding-bottom:20px;
    }
    .prodetailsl{
        width: 100%;
        margin-bottom:20px;
        
    }
    .prodetailsr{
        width: 100%;
    }
    .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -5.6rem;
        width: auto;
        left: auto;
        right: 20px;
    }
}
@media(max-width:1024px){
    html {
    font-size: 10px;
    }
    .container{
        width: 100%;
    }
    .logo_box img{
        height: 35px;
    }
    .sycp {
        padding: 70px 15px 94px;
    }
    .sycplist ul li {
        padding: 54px 0px 15px 0;
        margin-bottom: 21px;
        align-items: center;
        flex-direction: column;
        width:33%;
    }
    .sycplistwen {
        width: 95%;
    }
    .sycplistwen dl dd a {
        font-size: 13px;
        word-break: keep-all;
        -webkit-word-break: keep-all;
    }
    .sycplist ul li:last-child .sycplistwen dl dd:last-child {
        position: relative;
        right: auto;
    }

    .syspnew {
        padding: 20px 20px 70px;
    }

    .syxwbig {
        flex-direction: column;
    }
    .syxwleft{
        width:100%;
        margin-bottom:20px;
    }
    .syxwright{
        width: 100%;
    }
    .syxwright ul li a {
        display: block;
        padding: 10px 20px 35px 30px;
    }
    .syxwleft a{
        display: flex;
        justify-content: space-between;
    }
    .syzs{
        padding:2rem;
        padding-bottom:6rem;
    }
    .zscat {
        position: absolute;
        bottom: -46px;
        right: 15px;
        justify-content: flex-end;
    }

    .footertopbig{
        flex-direction: column;
    }
    .footerleft{
        width: 100%;
        padding-right:0;
        padding: 20px;
        border-right: 0;
        border-bottom:1px solid #6d4c33;
    }
    .footerright {
        width: 100%;
        padding-right:0;
        padding-left:20px;
        padding: 20px;
        border-left:0;
        border-top:1px solid #6d4c33;
    }
    .footerlefttu img {
        border-radius: 5px;
        width: 125px;
    }
    .footrighttu img{
        width: 125px;
    }
    .footrightwen h2 {
        font-size: 30px;
        font-weight: bold;
        color: #6d4c33;
        letter-spacing: 5.6px;
    }
    .footerbottombig {
        flex-direction: column;
    }
    .footerbottom{
        padding: 20px;
        padding-bottom:0;
    }
    .footernav ul li {
        margin-right: 10px;
    }
    .footernav ul {
        display: flex;
    }
    .swiper-button-prev-banner {
        background: url(../images/bannerjtl.png) no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
        left: 19%;
    }
    .swiper-button-next-banner {
        background: url(../images/bannerjtr.png) no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
        right: 19%;
    }
    .about {
        padding: 89px 20px 20px;
    }
    .news{
        padding:20px;
    }
    .newslist ul li {
        padding: 15px 25px 15px 20px;
        border: 2px solid #6d4c33;
        border-radius: 8px;
        margin-bottom: 13px;
        cursor: pointer;
    }
    .jitp span:first-child {
        font-size: 16px;
        color: #6d4c33;
        margin-right: 0;
        display: block;
        width: 100%;
        margin-bottom:20px;
    }
    .jitp{
        display: flex;
        flex-wrap: wrap;
    }
    .jitp span:nth-child(2) {
        font-size: 14px;
        color: #a39789;
        width: 50%;
    }
    .jitp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jibt section {
        font-size: 14px;
        color: #6d4c33;
        line-height: 33px;
    }
    .jibt{
        padding: 0;
    }
    .newstitle {
        margin-bottom: 20px;
    }
    .probig {
        padding: 78px 20px 30px;
    }
    .pronav img {
        height: 10px;
        width: 5px;
        margin: 0 10px;
    }
    .pronav a {
        font-size: 16px;
        font-weight: bold;
        color: #6d4c33;
        white-space: nowrap;
    }
    .pronav {
        margin-bottom: 20px;
    }
    .prolist ul {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        justify-content: space-between;
    }
    .prodetailstitle {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #6d4c33;
    }
    .prodetailsjj section {
        padding-bottom: 20px;
        font-family: GenJyuuGothic-Normal;
        font-size: 16px;
        color: #6d4c33;
        line-height: 19px;
    }
    .prodetailsfw section {
        padding-bottom: 20px;
        font-family: GenJyuuGothic-Normal;
        font-size: 16px;
        color: #6d4c33;
    }
    .recprotitle h2 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #6d4c33;
        margin-bottom: 20px;
    }

    .contactbig{
        grid-template-columns: repeat(1, 100%);
    }
    .contact {
        padding: 86px 20px 77px;
    }
    .contactleft ul li img {
        margin-right: 10px;
    }
    .contactleft ul li {
        display: flex;
        align-items: center;
        color: #6d4c33;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 35px;
    }
    .yc{
        display: block;
    }
    .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #f3cd64;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .sycplist{
        width: 100%;
    }
    .swiper-button-next-banner{
            right: 2%;
    }
    .swiper-button-prev-banner{
        left:2%;
    }
    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footernav ul li {
        margin-right: 5px;
    }
    .footernav ul li a {
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
    }
    .sycptitle h2 {
        font-size: 2.4rem;
        margin-bottom: 0.6rem;
        color: #6d4c33;
    }
    .sycptitle h3 {
        font-size: 1.6rem;
        margin-bottom: 2.5rem;
        color: #6d4c33;
    }
    .sycplistwen h2 {
        margin-bottom: 2rem;
        margin-top:2rem;
        font-size: 3rem;
        letter-spacing: 0.2rem;
        text-align: center;
    }

    @keyframes bounce {
        0% {
          transform: translateX(0) translateY(0);
        }
        25% {
          transform: translateX(-5rem) translateY(-5rem);
        }
        50% {
          transform: translateX(-10rem) translateY(3rem);
        }
        75% {
          transform: translateX(-15rem) translateY(-5rem);
        }
        100% {
          transform: translateX(-20rem) translateY(3rem);
        }
    }
    .syspnewtitle h2 {
        font-size: 2.4rem;
        margin-bottom: 0.5rem;
        color: white;
    }
    .syxwtitle h2 {
        font-size: 2.4rem;
        margin-bottom: 0.5rem;
        color: #6d4c33;
    }
    .syxwrightmid p {
        font-size: 1.6rem;
        color: #fff;
    }
    .syxwright ul li a {
        display: block;
        padding: 10px 15px 23px 15px;
    }
    .syzstitle h2 {
        line-height: 100%;
        font-size: 2.4rem;
        margin-bottom: 0.5rem;
        color: #6d4c33;
    }
    .syzstitle h3 {
        font-size: 1.3rem;
        color: #6d4c33;
        margin-bottom: 2rem;
    }
    .footerleft a{
        padding:0;
    }
    .footerright a{
        padding:0;
        border-left: 0px solid #6d4c33;
    }
    .dbdh div {
        color: #6d4c33;
        letter-spacing: 0.8px;
    }
    .footrightwen h2 {
        font-size: 28px;
        font-weight: bold;
        color: #6d4c33;
        letter-spacing: 5.6px;
    }
    .footernav{
        margin-bottom:0px;
    }
    .footer2{
        padding: 2rem;
        padding-bottom:0;
    }
    .morex{
        margin-top:0rem;
    }
    .companynrbig{
        padding: 2rem;
    }
    .company{
        height: 100% !important;
    }

    .contactleft ul li {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .footerleftwen>img{
        width:16rem;
    }
    .footrightwen ul {
        display: flex;
        justify-content: space-between;
        width: 14.6rem;
    }
    .footerleftwen {
        align-items: center;
    }
    .footerlefttu img {
    border-radius: 5px;
    }
    .footrightwen {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 59%;
        align-items: center;
    }
    .newcat{
        width:13.2rem;
    }
    .companynr section{
        line-height: 200%;
    }
    .sycplistwen dl dd:nth-child(odd){
            white-space: nowrap;
            display: inline-block;
    }
    .sycplistwen dl dd:nth-child(even){
          white-space: nowrap;
          display: inline-block;
    }
    .sycpdog{
        transform: rotate(-19deg) translate(-3rem, -0rem);
    }
    .sycpball {
        width:3.1%;
        right: 15%;
        bottom: 27px;
        position: absolute;
        animation: bounce 4s infinite;
    }
    .syxw{
        padding:20px;
    }
}
.footrighttu{
    max-width:50%;
}
@media(max-width:992px){
        .companynr {
        width: 100%;
        padding:20px;
    }
    .companynr section{
    font-size:1.2rem;
    line-height:150%;
    }
    .contactleftwen{
        font-size:1.2rem;
    }
    .contactleft ul li a {
        color: #6d4c33;
        font-size: 1.2rem;
    }
    .footrightwen h2 {
        font-size: 24px;
        font-weight: bold;
        color: #6d4c33;
        letter-spacing: 5.6px;
    }
    .footerleftwen>img {
        width: 14.6rem;
    }
    .footrightwen ul li img{
        width:30px;
        height: 30px;
    }
    .footernav ul{
        flex-wrap: wrap;
    }
    .footernav ul li{
        text-align: center;
    }
    .sycptitle h3 {
        font-size: 1.8rem;
        margin-bottom: 2.5rem;
        color: #6d4c33;
    }
    .syzstitle h3{
        font-size:1.8rem;
    }
    .syzslist ul{
        display: grid;
        grid-template-columns: repeat(4,24.09%);
        justify-content: space-between;
        grid-row-gap: 0.4rem;
    }
    .sycplistleft{
        width:100%;
        margin-bottom: 21px;
    }
    .sycplist ul{
        flex-direction: column;
        
    }
    .sycplistright {
         width: 100%;
    }
    #OTHERS .sycplisttu {
    width: 100%;
    margin-top: 5.4rem;
    margin-bottom: 1.5rem;
    }
    #OTHERS .sycplistwen{
        width:95%;
    }
    .sycplist ul li {
        padding: 54px 0px 15px 0;
        margin-bottom: 21px;
        align-items: center;
        flex-direction: column;
        width:100%;
    }
    .sycpball {
        width:5.1%;
        right: 33%;
        bottom: 27px;
        position: absolute;
        animation: bounce 4s infinite;
    }
    .sycpdog {
        right: 0%;
        width:20rem;
        transform: rotate(-19deg) translate(2rem, 0rem);
    }
    footer{
        padding:21% 0 0;
    }
    .syxw {
        padding: 20% 20px 20%;
    }
    .zscat {
        width: 15rem;
    }
    .footernav ul li a{
        font-size:1.3rem;
    }
    .sycplistwen dl {
        width: 65%;
    }
    #color {
    position: absolute;
    left: 2.1rem;
    top: 0;
    display: flex;
    flex-direction: column;
    z-index: 999;
}
#xiaotu{
    padding:0 3rem;
}
#xiaotu .swiper-button-next {
    background: url(../images/bannerjtr.png) no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    right: 0;
}
#xiaotu .swiper-button-prev {
    background: url(../images/bannerjtl.png) no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    left: 0rem;
}
.footernav ul{
    margin-bottom:20px;
}
.footerbottom {
    padding: 0;
    padding-bottom: 0;
}
.footerbottom2{
    flex-direction: column;
}
.banquan{
    margin: 20px 0;
}
.companycontent ul li{
    flex-direction: column;
}
.companycontentleft {
    width: 100%;
    margin-bottom:20px;
}
.companycontentright{
    width: 100%;
}
.companytitle{
    font-size: 30px;
    margin-bottom:20px;
}
.companytitle2{
    margin-bottom:20px;
}
.companycontent ul li{
    margin-bottom:20px;
}
.footerbottom2{
    padding:20px;
}
.prodetailsfw{
    overflow-x: scroll;
}
}
