header{
    width: 100%;
    height: 80px;
    background-color: rgba(68, 88, 42, .8);
    /* background-color: #44582a; */
}

.case-list li{
    box-shadow: 0px 0px 2px  0px rgba(68, 88, 42, .8)
}
#pagesize{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
#pagesize ul{
    display: flex;

}

.head-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.head-nav ul{
    width: 55%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  
 
}
.li-line{
    width: 100%;
    height: 6px ;
    background-color: #fff;
 
}
.d-l{
    display: none !important;
}
.odds li:hover .li-line{
    background-color: #44582a;
}
.odds li:hover .d-l{
    display: flex !important;
}

.odds li:hover .d-d{
    display: none !important;
}
.head-nav ul li{
    width: 80px;
    height: 100%;
    text-align: center;
	color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
   
}

.serach-wrapper{
    width: 215px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;

}

.serach-wrapper input{
    outline: none;
	color: #44582a;
}

input::-webkit-input-placeholder{
    color: #c0c0c0;
    font-size: 14px;
}

input::-moz-placeholder{
    color: #c0c0c0;
    font-size: 14px;
}
input:-ms-input-placeholder{
    color: #c0c0c0;
    font-size: 14px;
}

.nav-active{
    border-top: 4px solid #44582a;
    /* background-color:rgba(0, 0, 0, 0.5);
    background-color: rgba(68, 88, 42, .7); */
    background: #fff;
    color: #44582a !important;
    font-weight: bold;
    font-size: 15px !important;
}

.nav-move-active{
    position: absolute;
    left: 0;
    border-top: 4px solid #44582a;
    background-color: #f5f5f5;
    transition: .5s all ease;
    height: 100%;
    width: 80px;
}

.nav-ul li:hover{
    border-top: 4px solid #44582a;
    background-color: #f5f5f5;
    color: #44582a !important;
    font-weight: bold;
    font-size: 15px !important;
    transition: .1s all ease;
}

.home-banner img{
    width: 100%;
}

.home-banner{
    border-bottom: 1px solid rgba(68, 88, 42, .5);
}
.container-self{
    width: 1400px;
    margin: 0 auto ;
}

/* banner */
.banner-wrapper img{
    width: 100%;
}

/* crumbs */
.crumbs-wrapper{
    width: 100%;
	height: 40px;
	background-color: #f5f5f5; 
}

.crumbs{
    height: 100%;
    display: flex;
    align-items: center;
    color: #888888;
    font-size: 12px;
}
.crumbs a{
    display: flex;
    align-items: center;
}
.crumbs a::before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../images/logo/home-logo.png');
    background-repeat: no-repeat;
    background-position-y: center;
}

.news-content{
    margin-top: 74px;
   
}
.news-content h3{
    text-align: center;
    color: #333333;
    font-size: 24px;
}
.news-content h4{
    text-align: center;
    color: #b3b3b3;
	font-size: 14px;
    margin-top: 16px;
    margin-bottom: 20px;
}
.news-wrapper{
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    padding: 40px 0;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
}

.crumbs span{
    margin-right: 10px;
}

  .home-banner .swiper-pagination-bullet{
    width: 16px;
	height: 6px;
	background-color: #ffffff;
	border-radius: 3px;
	opacity: 0.6;
  }

  .home-banner .my-bullet-active{
    width: 32px;
	height: 6px;
	background-color: #ffffff;
	border-radius: 3px;
    opacity:1;
  }

  .product-swiper-warpper{
      
      margin: 80px auto 0 auto;
  }

  .product-swiper{
      margin-top: 50px;
  }
  .product-swiper img{
      width: 100%;
  }

  .common-title-warpper{
      width: 100%;
      text-align: center;
  }
  
  .common-title-warpper h3{
    font-size: 30px;
	color: #44582a;
    font-weight: bold;
  }

  .common-title-warpper h4{
    font-size: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .common-title-warpper h4::after{
        content: '';
        width: 28px;
        height: 4px;
        background-color: #44582a;
        margin-top: 20px;

  }
.product-swiper .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
}

.product-swiper-img-wrapper{
    position: relative;
}

.product-swiper-img-wrapper a{
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

  .product-swiper-wrapper{
      margin-top: 20px;
      width: 296px;
     
  }
  .product-swiper-wrapper h3{
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
  }

  .product-swiper-wrapper p{
	font-size: 12px;
	line-height: 22px;
	color: #999999;
    margin-top: 20px;
    padding-bottom:25px;
  }

  .product-swiper-masker{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000;
        opacity: 0.5;
        display: none;
  }

  .plus-wrapper{
      display: none;
  }
  .product-swiper .swiper-slide{
    border-bottom: 1px solid #ffffff;
  }

  .product-swiper .swiper-slide:hover .product-swiper-masker{
    display: block;
  }

  .product-swiper .swiper-slide:hover .plus-wrapper{
    display: block;
  }

  .product-swiper .swiper-slide:hover .p-title{
    color: #44582a;
  }

  .product-swiper .swiper-slide:hover{
      border-bottom: 1px solid #44582a;
  }

  .home-product-nav-wrapper{
      position: relative;
      display: flex;
      justify-content: center;
      margin-top: 50px;
  }

 .home-product-nav-wrapper .swiper-button-prev{
     position: unset;
     left: unset;
     right: unset;
     width: 42px;
	height: 24px;
    background-image: url('../images/logo/zz-l.png');
    background-repeat: no-repeat;
    background-size: 100%;
    outline: none;
 }
 .home-product-nav-wrapper .swiper-button-next{
    position: unset;
    left: unset;
    right: unset;       
    width: 42px;
	height: 24px;
    background-image: url('../images/logo/zz-r.png');
    background-repeat: no-repeat;
    background-size: 100%;
    outline: none;
}

 .home-product-nav-wrapper .swiper-button-prev:hover{
  
    background-image: url('../images/logo/zz-l-d.png');
 }

 .home-product-nav-wrapper .swiper-button-next:hover{

    background-image: url('../images/logo/zz-r-d.png');
}

.home-about-zy{
    width: 100%;
    display: flex;
    margin-top:90px;
    border-top: 1px solid rgba(68, 88, 42, .5);
}

.home-about-zy-l{
    width: 50%;
}

.home-about-zy-l img{
    width: 100%;
}

.home-about-zy-r{
    width: 50%;
    background-color: #f8f8f8;
    background-image: url('../images/home-about-zy-r.png');
    padding-left: 18px;
  
}

.home-about-zy-r h3{
    margin-top: 68px;
 
    font-size: 30px;
    color: #44582a;
    display: flex;
    align-items: center;
   
}

.home-about-zy-r h3::before{
    content: '';
    width: 50px;
	height: 1px;
	background-color: #44582a;
    margin-right: 10px;
}

.home-about-zy-r h4{
    margin-top: 20px;
    color: #999999;
    font-size: 14px;
    margin-left: 60px;
   
}

.home-about-zy-r p{
    margin-top: 60px;
    margin-left: 60px;
    font-size: 14px;
    line-height: 34px;
	color: #666666;
    width: 70%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.home-more-zy{
    width: 122px;
	height: 36px;
	background-color: #44582a;
    margin-left: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.home-more-zy span{
    width: 16px;
	height: 16px;
    margin-left: 20px;
    background-image: url('../images/about-zy-right.png');
    background-repeat: no-repeat;
}

.odds-wrapper{
    margin-top: 90px;
   
}
.news-backbtn{
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;

}

.news-backbtn div{
    display: flex;
    flex-direction: column;
}
.news-backbtn a{
    margin-top: 20px;
 
}
.news-backbtn div a{
    color: #333333;
	opacity: 0.8;
    font-size: 14px;
}
.news-backbtn div a:hover{
    color: #333333;
    font-size: 14px;
    opacity: 1;
}

.callback{
    color: #44582a;
}

.odds-wrapper .common-title-warpper h4{
    display: flex;
    justify-content: center;
    flex-direction: unset;

}

.odds-wrapper .common-title-warpper h4::before{
    content: '';
    height: 1px;
    width: 43%;
    background-color: #e5e5e5;
    margin-right: 20px;
}

.odds-wrapper .common-title-warpper h4::after{
    content: '';
    height: 1px;
    width: 43%;
    margin-top: unset;
    background-color: #e5e5e5;
    margin-left: 20px;
}

.odds-wrapper .common-title-warpper span{
    display: block;
    width: 28px;
    height: 4px;
    background-color: #44582a;
    margin: 20px auto 0 auto;
}

.odds{
    margin-top:50px;
    display: flex;
    justify-content: space-between;
}

.odds li{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.odds li span{
    width: 45px;
	height: 37px;
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.odds li i{
    width: 45px;
	height: 2px;
    background-color: #e5e5e5;
    margin-top: 22px;
}

.odds li h3{
    margin-top: 25px;
    font-size: 16px;
    color: #333333;
}

.odds li p{
    margin-top: 25px;
    width: 86%;
    color: #888888;
    font-size: 14px;
    line-height: 30px;

}

.odds-d{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 1px #f0f0f0;
    padding-bottom: 50px;
}


.home-message-rapper .container-self{
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}


.home-message-rapper{
    margin-top: 90px;
    background-color: #f9f9f9;
    display: flex;
  
}

.message-l{
    width: 54%;
    z-index: 99;
	background-color: #ffffff;
	box-shadow: 0px 3px 26px 0px 
		rgba(157, 157, 157, 0.35);
    transform: translate(0,-20px);
    padding: 75px 75px 50px 75px;
}

.message-l h4{
    font-size: 24px;
    color: #333333;
    display: flex;
    flex-direction: column;
}

.message-l h4::after{
    content: '';
    width: 80px;
	height: 2px;
	background-color: #44582a;
    margin-top: 20px;
}

.message-l p{
    margin-top: 40px;
    font-size: 14px;
    color: #333333; 
}

.message-r h4{
    font-size: 24px;
    color: #333333;
    display: flex;
    flex-direction: column;
    margin-top: 52px;
}

.message-r h4::after{
    content: '';
    width: 80px;
	height: 2px;
	background-color: #44582a;
    margin-top: 20px;
}

.message-r h3{
    margin-top: 40px;
	font-size: 18px;
    color: #000000;
}

.message-l form{
    margin-top: 45px;
}

.message-l .input1{
    width: 100%;
    padding: 15px 10px;
	background-color: #f5f5f5;
    margin-top: 10px;
    outline: none;
}

.message-l textarea{
    margin-top:10px;
    padding-top: 15px;
    padding-left: 10px;
    width: 100% ;
    background-color: #f5f5f5;
    height: 80px;
    outline: none;
}

.btn-input{
    width: 101px ;
	height: 39px ;
    margin-top: 20px;
	background-color: #44582a ;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    outline: none;
}

.message-r{
    width: 42%;
    
}

.address-wraper{
    margin-top:40px;
    font-size: 14px;
    color: #666666;
    display: flex;

}

.address-wraper span{
    width: 20px;
	height: 20px;
    background-image: url('../images/logo/address.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
.emial-wrapper{
    display: flex;
    margin-top: 25px;
}

.tel-wrapper{
    display: flex;
    color: #666666;
    margin-top: 25px;
    justify-content: space-between;
}

.tel{
    display: flex;
}

.tel::before{
    content: '';
    width: 20px;
	height: 20px;
    margin-right: 10px;
    background-image: url('../images/logo/tel.png');
    background-repeat: no-repeat;
    background-position: center;
}

.iphone{
    display: flex;
}
.iphone::before{
    content: '';
    width: 20px;
	height: 20px;
    margin-right: 10px;
    background-image: url('../images/logo/iphone.png');
    background-repeat: no-repeat;
    background-position: center;
}



.emial-wrapper p{
    color: #666666;
    font-size: 14px;
}

.emial-wrapper span{
    width: 20px;
	height: 20px;
    background-image: url('../images/logo/emial.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.er-code-wrapper{
    margin-top: 48px;
    width: 180px;
}

.er-code-wrapper img{
    width: 180px
}

.odds-img img{
    width: 100%;
}

.odds li{
    width: 32.3%;
}

/* news-list */
.news-list .odds{
    flex-wrap: wrap;
}
.news-list .odds li{
    background-color: #f5f5f5;
    padding-bottom: 30px;
    margin-bottom: 50px;
    cursor: pointer;
}
.news-list .odds li :hover .hover-h2{
    color: #44582a;
}

.news-list-content-wrapper{
    display: flex;
    margin-top: 27px;
    width: 86%;
  
    
}
.update-content{
    margin-left: 30px;
}

.update-content h2{
    font-size: 18px;
}

.update-content p{
    margin-top: 10px !important;
    color: #666666;
   
}


.update-time h3{
    margin-top: unset !important;
    display: flex;
    flex-direction: column;
}

.update-time h3::after{
    content: '';
    width: 100%;
    height: 2px;
	background-color: #333333;  
    margin: 5px 0;
}

.common-title-warpper h5{
    	color: #999999;
        font-size: 14px;
        margin-top: 20px;
}

/* case-list */
.case-list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-list li{
    width: 22.5%;
    background-color: #f5f5f5;
    margin-bottom: 50px;
}

.case-list li img{
    width: 100%;
}
.case-list li:hover .product-swiper-masker{
    display: block;
}
.case-list li:hover .plus-wrapper{
    display: block;
}

.case-list li:hover .case-title{
    color: #44582a;
}

.case-list-title{
    padding: 20px 0;

}

.case-title{
    text-align: center;
    font-size: 16px;
}

.about-wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.about-r{
    width: 48%;
}
.about-l{
    width: 50%;
}

.about-l img{
    width: 100%;
}

.about-r h3{
    color: #44582a;
    font-size: 20px;
}
.about-r p{
    /* margin-top: 39px; */
    font-size: 14px;
    line-height: 29px;
    color: #666666;

}

/* about */
.about-content-bottom{
    margin-top: 50px;
    background-color: #f8f8f8;
    padding: 48px 50px;
    margin-bottom: 50px;
}

.about-content-bottom li{
    margin-bottom: 40px;
}
.about-content-bottom li:last-child{
    margin-bottom: unset;
}
.about-content-bottom li h4{
    color: #44582a;
    font-size: 20px;
}
.about-content-bottom li p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #868686;
}

.contactus-wrapper{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.contactus-wrapper .container-self{
    background: unset;
}


#map{
    width: 68.14%;

}
.contactus-wrapper .message-r{
    width: 29%;
   
}
.contactus-wrapper .message-r h3{
    margin-top: 9px;
}

.contactus-wrapper .address-wraper{
    margin-top: 20px;
}

.contactus-wrapper p{
    color: #666666;
    font-size: 14px;
}
.contactus-wrapper .tel{
    margin-top: 5px;
}
.contactus-wrapper .iphone{
    margin-top: 5px;
}


.x-o{
    margin-top: 5px;
}
.q{
    margin-top: 5px;
}

.contactus-wrapper .emial-wrapper{
    margin-top: 5px;
}

.contactus-wrapper .er-code-wrapper{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.er-code-wrapper p{
    margin-left: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.contact-message-wrapper{
    background-color: #f4f4f4;
    margin-top: 80px;
    padding:80px 0;
}

.message{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}

.message .message-input{
    width: 31%;
}

.message .message-input input{
    width: 100%;
    height: 50px;
	background-color: #eeeeee;
	border: solid 1px #dadada;
    outline: none;
    padding-left: 10px;
    margin-top: 10px;
}

.message-texare{
    width: 100%;
    margin-top: 20px;

}
.message p{
    color: #505050;
    font-size: 16px;
}


.message-texare textarea{
    background-color: #eeeeee;
	border: solid 1px #dadada;
    height: 175px;
    width: 100%;
    outline: none;
    margin-top: 10px;
    padding: 10px;
}

.sub-res-btn{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.sub-res-btn input{
    width: 134px;
	height: 39px;
	border: solid 1px #c6c6c6;
    outline: none;
    margin-left: 20px;
    outline: none;
}

.sub-res-btn input:hover{
    background-color: #44582a;
    color: #fff;
    cursor: pointer;
}

.sjbox{
    display: none;
}

.foot{
    text-align: center;
    padding: 65px 0;
    background-color: #44582a;
	font-size: 16px;
    color: #b2b2b2;
}

.foot p:last-child{
    margin-top:15px;
}

.foot-wrapper{
    width: 90%;
    margin: 0 auto;
}

@media(max-width:1700px){
    .home-about-zy-r p{
        margin-top: 30px;
        line-height: 30px;
        -webkit-line-clamp: 5
    }

    .home-about-zy-r h3{
        margin-top: 30px;
    }
}

@media(max-width:1400px){
    .container-self{
        width: 98%;
    }

    .about-r p{
        font-size: 12px;
        line-height: 24px;
    }
    .home-about-zy-r p{
        margin-top: 30px;
        line-height: 30px;
        -webkit-line-clamp: 4
    }
}

@media(max-width:1200px){
    #map{
        width: 100%;
        height: 370px;
    }
    .contactus-wrapper{
        flex-wrap: wrap;
    }
 
    .contactus-wrapper .message-r{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .contactus-wrapper .er-code-wrapper{
        width: 50%;
    }
 
 
    .home-about-zy-r p{
        margin-top: 10px;
        line-height: 30px;
       
    }

    .home-more-zy{
        margin-top: 30px;
    }

    .product-swiper-wrapper{
        width: 90%;
    }

    .tel-wrapper{
        flex-wrap: wrap;
    }
    .tel{
        width: 100%;
    }
    .iphone{
        width: 100%;
        margin-top: 15px;
    }
    .emial-wrapper{
        margin-top: 15px;
    }
    .tel-wrapper{
        margin-top: 15px;
    }
    .about-r p{
        margin-top: 10px;
    }
}


@media(max-width:1023px){
    .sjbox{
        display: block;
    }
    header{
        display: none;
    }
.about-content-bottom{
    padding: 20px 5px;
}
.about-wrapper{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    }
.about-r{
    width: 100%;
    margin-top: 20px;
}
.contactus-wrapper .message-r{
    display: flex;
    flex-wrap: wrap;
}
.contactus-wrapper .message-r div{
    width: 100%;
}
.contactus-wrapper .er-code-wrapper{
    flex-wrap: wrap;
    justify-content: center;
}
.contactus-wrapper .er-code-wrapper p{
    margin-top: 20px;
}


.about-l{
    width: 100%;
}
.home-about-zy{
    flex-wrap: wrap;
}
.home-about-zy-l{
    width: 100%;
}
.home-about-zy-r{
    width: 100%;
}

.home-about-zy-r p{
    -webkit-line-clamp: 8;
    width: 85%;
}

.home-more-zy{
    margin-bottom: 30px;
}
.home-about-zy{
    margin-top: 30px;
}

.home-message-rapper .container-self{
    flex-wrap: wrap;
}
.message-l{
    width: 100%;
}

.case-list li{
    width: 100% ;
}
}


@media(max-width:767px){
    .foot{
        font-size: 12px;
    }
    .contact-message-wrapper{
        padding: 40px 0;
    }
    .contactus-wrapper{
        margin-top: 35px;
    }
    .odds-wrapper .common-title-warpper h4::before{
        display: none;
    }
    .odds-wrapper .common-title-warpper h4::after{
        display: none;
    }
    .message .message-input{
        width: 100%;
    }
    .contact-message-wrapper{
        margin-top: 15px;
    }
    .news-backbtn{
        flex-wrap: wrap;
    }
    .news-backbtn div a {
        color: #333333;
        opacity: 0.8;
        font-size: 12px;
    }
    .news-content h3{
        font-size:16px
    }
    .news-content{
        margin-top: 35px;
    }
    .home-about-zy-r p{
        margin-left: unset;
        width: 90%;
    }
    .home-more-zy{
       margin-left: unset;
        width: 90%;
    }

    .home-about-zy-r h3::before{
        display: none;
    }
    .home-about-zy-r h3{
        margin-top: 10px;
        font-size: 24px;
    }
    .home-about-zy-r h4{
        margin-top: 10px;
    }

    .home-about-zy-r{
        padding-left: unset;
       display: flex;
       flex-direction: column;
       align-items: center;
    }
    .home-about-zy-r h4{
        margin-left: unset;
    }
    .odds{
        flex-wrap: wrap;
    }
    .odds li{
        width: 100%;
    }
    .odds li p{
        width: 97%;
    }
    .odds-wrapper {
        margin-top: 30px;
    }

    .product-swiper-warpper{
        margin-top: 30px;
    }

    .message-l{
        padding: 30px 10px 20px 10px;
    }
    .message-r{
        width: 100%;
        padding: 30px 10px 20px 10px;
    }
    .message-r h4{
        margin-top: unset;
    }

    .common-title-warpper h3{
        font-size: 22px;
    }
    .news-list .odds li{
        margin-bottom: 15px;
    }
 }