body {
	font: 16px ;
	color: #000F23;
	--main:1120px
}
header{
    position: fixed;
}
.title-com h1{
    text-align: center;

    font-size:  var(--ft30);
    font-weight: bold;
    
}
.title-com p{
    text-align: center;
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.6em;
}

.top_box{
    display :flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1440/442;
}
.top_box .block{
    width: 100%;
}
.top_box h1{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    font-size: var(--ft60);
}
.title-com h1::after{
    margin-left: auto;
    margin-right: auto;
    display: block;
    content: '';
    width: 60px;
    height: 4px;
    margin-top: 5px;
    background: var(--ftc);
    border-radius: 2px;
}
.contact-info-list li{
    border: 1px solid #F5F5F5;
    transition: all 0.3s;
    padding: 30px;
}
.contact-info-list li .img1{
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
min-height: 160px;
    
}
.contact-info-list li:hover{
	box-shadow: 1px 4px 10px #dcdada;
}
.form1{
    padding: 60px 80px;
border: 1px solid rgba(247, 247, 247, 1);

box-shadow: 0px 2px 16px  rgba(0, 0, 0, 0.2);
}
.form1 .form_item{
    margin-bottom: 30px;
}
.form1 .layui-input,
.form1 .layui-textarea{
    background: #F3F3F3;
}
.form1 .label{
 color: #000;
   margin-bottom:12px ; 
}
.form1 .layui-textarea{
    min-height: 64px;
}
header {
   --ftc:#6E5946;
   color: var(--ftc);
   transition:  all 0.3s;
    padding: 20px 0;
}
header.bgcolor{
    /*background: #fff;*/
   background:  rgba(255,255,255,0.9);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    padding: 5px 0;
}
.layui-nav .layui-this:after, .layui-nav-bar{
    display: none;
}

header select{
    background: initial;
    color: var(--ftc);
}
.layui-nav .layui-nav-item a
{
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color:var(--ftc);
    
}
.layui-nav .layui-nav-item>a{
    font-size: 18px;
}
.layui-nav .layui-this a, .layui-nav .layui-nav-item a:hover{
    color:var(--ftc);
}

.news-list .item{
    background: rgba(255, 255, 255, 1);
box-shadow: -1px 13px 20px  rgba(240, 242, 244, 1);
transition: all 0.3s;
    
}
.news-list .item .img1{
    aspect-ratio: 360/144;
    width: 100%;
}
.news-list .item *{
    
    transition: all 0.3s;
}
.news-list .item:hover{
    
    box-shadow: -1px 13px 20px rgba(0, 0, 0, 0.15);
}
.news-list .item:hover .title{
    color: var(--ftc);
}
.news-list .item button{
    position: relative;
    z-index: 0;
}

.news-list .item button:hover {
  padding-left: 30px;
}
.more-btn{
    transition: all 0.3s;
    border-radius: 17px;
}
.more-btn img{
    margin-left: 10px;
}
.more-btn:hover{
    padding-left: 30px;
}
.product-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.item *,
.item{
    transition: all 0.3s;
}

.product-list .item{
    transition: all 0.3s;
    border: 1px solid rgba(238, 238, 238, 1);
}
.product-list .item .img1{
    aspect-ratio: 1/1;
}
.product-list .item .layui-btn{
    border-radius: 17px;
}
.product-list .item  .block{
    padding: 12px;
    text-align: center;
    /*display:flex;*/
    justify-self: center;
    /*flex-direction: column;*/
    /*gap: 20px;*/
    /*align-items: center;*/
}
.product-list .item  .subtitle{
    color: #656F7B;
    
    font-size: 14px;
    
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;

}
.product-list .item   .title{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    line-height: 1.6em;
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
}
.product-list .item   button{
    padding: 0 30px ;
    transition: all 0.3s;
}
.product-list   button:hover{
    padding: 0 40px;
}

.product-list .item:hover {
    
box-shadow: -1px 13px 20px  rgba(240, 242, 244, 1);
}

.new_details{
    padding-top: 100px;
    color: #3E4C5B;
}
header .layui-nav-child{
    border: none;
   
    background-color: rgba(255, 255, 255, 1);
}

.cust-oem{
    gap:40px 20px ;
}
.cust-new p{
    width: 750px;
    max-width: 100%;
}
.bg_gary{
    background: #F7F7F7;
}
.cust-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.cust-list .item{
    text-align: center;
border-radius: 1px;
background: #FFFFFF;
box-shadow: -1px 13px 20px  #F0F2F4;
padding: 40px;
}
.cust-list .item .img1{
    aspect-ratio: 2 / 1;
}
.cust-list.odd {
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.coust-top-box{
    padding: 180px 0 120px;
    align-content: center;
    color: #fff;
    aspect-ratio: 3 / 2;
}
.coust-top-box button{
    width: 200px;
    transition: all 0.3s;
}
.coust-top-box button:hover{
    width: 150px;
}
.xianxia{
    position: relative;
    --ftc:#6E5A45;
}

.video-box{
    background: #F7F7F7;
}
.video-box .box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
   gap: 20px;
}
.video-box .box>*{
    
    align-content: center;
}
.video-box .box video{
    max-width: 100%;
    max-height: 500px;
}
.video-box h5{
    color: var(--ftc);
}
.video-box h1{
    margin-top: 10px;
    font-size: var(--ft30);
}
.video-box .subtitle{
    line-height: 1.7em;
    margin-top: 10px ;
    margin-bottom: 30px;
}
.video-box  dl{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}.video-box dl dd{
    transition: all 0.3s;
}
.video-box dl dd:hover{
    scale: 0.9;
}
.mySwiper .title{
    opacity: 0;
}
.mySwiper .swiper-slide{
    transition: all 0.3s;
}
.mySwiper .img1{
    aspect-ratio: 1/1;
}
.mySwiper .swiper-slide-active .title{
    opacity: 1;
}
.mySwiper .swiper-slide-active {
    background: #fff;
    padding: 0 20px;
}
.typeSwiper,
.certificationSwiper,
.businessSwiper  {
    padding-bottom: 60px !important;
}

.certificationSwiper. item{
    
}
.swiper-pagination-bullet-active{
    --swiper-pagination-color:var(--ftc);
}
.tran-cooper{
    background: #fcf6ea;
  
    color: #6D5845;
}

.about{
    --main:1200px;
}

.certificationSwiper .item:hover{
    
	box-shadow: 1px 4px 10px #dcdada;
}
.abbout-history{
    width: 600px;
    max-width: 100%;
    margin: 60px auto 60px;
}
.abbout-history .time{
    color: #fff;
    font-size: var(--ft24);
    background: #000000;
    min-width: 102px;
    text-align: center;
    padding: 10px 0;
}
.product_top_box button:hover{
    padding:0 40px ;
}
.product-nav-list .img1{
    aspect-ratio: 360/400;
}
.product-type-info {
    background: #f7f7f7;
    min-height: 500px;
}
.layui-btn.mw:hover{
    min-width: 140px;
}
.product-details td{
    padding: 20px;
    max-width: 100%;
    align-content: center;
}
.product-info{
    grid-template-columns: 420px 1fr;
}
.big-pic .item{
    aspect-ratio: 1/1;
}
.thum-pic {
    margin: 20px auto;
    width: 80%;
}
.thum-pic .item{
    opacity: 0.4;
    cursor: pointer;
    border: 1px solid #fff;
}
.thum-pic .item.layui-this{
    opacity: 1;
    border-color: var(--ftc);
}
footer{
    color: #fff;
    background:  #000;
}
.form2{
    --input:30px;
    width: 260px;
}
.form2 button{
    background: #fff;
    color: #000;
}
.form2 button:hover{
    color: #000;
}
.form2 .layui-input, .layui-select,.form2 .layui-textarea{
    background: initial;
    color: #fff;
    padding: 0 10px;
    
}
.form2 .layui-textarea{
    min-height: 60px;
}
footer .block1{
    width: 310px;
    max-width: 100%;
}
.index_swiper{
    --main:92%;
}
.index_swiper .item{
    min-height: 718px;
    display: flex;
    align-items: center;
    align-content: center;
}
.index_swiper .s_content{
    width: 500px;
    max-width: 100%;
}
.index_swiper .layui-btn{
    --btn_color:#6E5946;
    border: none;
}
.index_swiper .layui-btn::before{
    background: var(--bgc);
    
}
.index_swiper dl {
	overflow: hidden;
	vertical-align: top;
	  display: inline-block;
    position: relative;
    text-align: center;
                
    height: 1.2em;
}

.index_swiper dl::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background: #f7e9c7;
	z-index: 2;
	-webkit-transition: width .3s -.1s;
	transition: width .3s -.1s
}

.index_swiper dl.is-loading::after {
	width: 100%;
	-webkit-transition: width 3s;
	transition: width 3s
}

.index_swiper dl dd {
	top: .2em;
	opacity: 0;
	color: #f7e9c7;
	
    position: absolute;
    white-space: nowrap;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.index_swiper dl dd.is-visible {
	opacity: 1;
	top: 0;
	position: relative;
}

.index_swiper dl dd.is-hidden {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

/*.index_swiper dl::before{*/
    
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -2px;*/
/*    height: 3px;*/
/*    width: 0;*/
/*    background: #fff;*/
/*    z-index: 2;*/
/*    -webkit-transition: width .3s -.1s;*/
/*    transition: width .3s -.1s;*/
/*   background-color: #f7e9c7;*/
/*   height: 5px;*/
/*}*/


-webkit-keyframes slide-in {
                0% {
                    opacity: 0;
                    -webkit-transform: translateY(-100%);
                    transform: translateY(-100%)
                }

                60% {
                    opacity: 1;
                    -webkit-transform: translateY(20%);
                    transform: translateY(20%)
                }

                100% {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    transform: translateY(0)
                }
            }

            @keyframes slide-in {
                0% {
                    opacity: 0;
                    -webkit-transform: translateY(-100%);
                    transform: translateY(-100%)
                }

                60% {
                    opacity: 1;
                    -webkit-transform: translateY(20%);
                    transform: translateY(20%)
                }

                100% {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    transform: translateY(0)
                }
            }

            @-webkit-keyframes slide-out {
                0% {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    transform: translateY(0)
                }

                60% {
                    opacity: 0;
                    -webkit-transform: translateY(120%);
                    transform: translateY(120%)
                }

                100% {
                    opacity: 0;
                    -webkit-transform: translateY(100%);
                    transform: translateY(100%)
                }
            }

            @keyframes slide-out {
                0% {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    transform: translateY(0)
                }

                60% {
                    opacity: 0;
                    -webkit-transform: translateY(120%);
                    transform: translateY(120%)
                }

                100% {
                    opacity: 0;
                    -webkit-transform: translateY(100%);
                    transform: translateY(100%)
                }
            }

.silder{
    padding: 10px 5px 10px 15px;

    position: fixed;
    right: 0;
    background: var(--ftc);
    top: 50%;
    display: grid;
    border-radius: 34px 0px 0px 34px;
    z-index: 99;
    transform: translateY(-50%);
    transition: all 0.5s;
    color: #fff;
}
.silder *{
    transition: all 0.5s;
    
}
.silder a{
    display: inline-block;
}
.silder dd{
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
.silder dd {
    padding: 15px 0;
}
.silder dd +dd{
    margin-top: 1px solid var(--ftcc);
}
.silder .text{
    width:0;
    height: 0;
    overflow: hidden;
}
.silder:hover .text{
    width: max-content;
    height: auto;
    margin-right: 10px;
}
.offer .item{
    background: url(../images/bg.png)  no-repeat;
    background-size: cover;
    border-radius: 22px;
box-shadow: 0px 2px 4px  rgba(0,0,0,0.1);
position: relative;
z-index: 2;
padding: 20px;
text-align: center;
transition: all 0.3s;
top:0;
position: relative;

}

/*.offer li:hover .item{*/
/*    top: 20px;*/
/*}*/
.offer .img1{
    height: 120px;
}
.offer li{
    position: relative;
}

.offer li::before{
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    border-radius: 22px;
    background: #FFFFFF;
box-shadow: 0px 2px 4px  rgba(0,0,0,0.1);
    top: 20px;
    bottom: -20px;
    left: 20px;
    right: 20px;
    transition: all 0.3s
}
.offer li:hover::before{
    top: 0;
    bottom: 0;
}
.choose-index li{
    
    border-top: 1px solid #FFFFFF;
}
.choose-index{
    background: #F4EAE4;
   color:  #6E5946;
}
.choose-index .item{
    padding: 40px 30px;
}
.choose-index li:nth-child(3n+2),
.choose-index li:nth-child(3n+1){
    border-right: 1px solid #FFFFFF;
}
.choose-index li:nth-child(-n+3){
    border-top: none;
}
.index-type .next,
.index-type .prev{
    cursor: pointer;
    position: absolute;
    top: 45%;
    padding: 0 10px;
}
.index-type .next{
    left: 100%;
}
.index-type .prev{
    right: 100%;
}
.index-type .img1{
    transition: all 0.3s;
    display: block;
}
.index-type .img1:hover{
box-shadow: 0px 2px 16px  rgba(0, 0, 0, 0.2);
    
}
.getcatalog{
	--input_padding: 0 10px;
    width: 800px;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.getcatalog form{
    display: grid;
    gap: 20px;
}
.getcatalog form button{
    background: #000;
    --btn:40px;
    font-size: 18px;
}
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 990px) {
    .product-details tr{
        
    display: flex;
    flex-direction: column;
    }
    header{
        
    padding: 3px 0;
    }
    .top_box{
        
    aspect-ratio: 1440 / 800;
    }
    body{
        --ft60:20px;
        --ft30:20px;
    }
    .ft60,
    .ft48{
        font-size: 24px;
    }
    .coust-top-box{
        
    padding: 100px 0 80px;
    }
    .getcatalog ,
    .product-info,
    .video-box .box,
     .cust-list,
    .cust-list.odd,
    .product-list{
        grid-template-columns: 1fr;
    }
    .form1{
    padding: 30px 20px;
        
    }
    .new_details{
       
        padding-top: 80px !important;
    }

    main.pt100{
    padding-top: 60px !important;
    }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 751px) and (max-width: 1400px) {
}

@media only screen and (min-width: 751px) {
}
