@import url("base.css");
header{
    width: 100%;
    height: 1rem;
}
header .container{
    position: relative;
}
header .container .logo{
    width: 2.78rem;
    height: 0.6rem;
    margin-top:0.18rem;
    float: left;
}
header .container span{
    display: block;
    width: 0.45rem;
    height: 0.4rem;
    margin-top: 0.34rem;
    float: right;
}
header .drow{
    display: none;
    width: 1.6rem;
    background: green;
    position: absolute;
    right: 0;
    top: 1rem;
    z-index: 999;
    background: rgba(153, 204, 51,0.8)
}
header .show{
    display: block;
}
header .drow #triangle{
    position: absolute;
    width: 0;
    height: 0.2rem;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border-width: 0.19rem;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent rgba(153, 204, 51,0.8) transparent;
    top: -0.39rem;
    right: 0;
    margin: auto;
}
header .drow li a{
    height: 0.5rem;
    display: block;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.5rem;
    padding: 0;
    color: #ffffff;
    background-color: rgba(153, 204, 51,0.2);
    border-bottom:1px solid rgba(0, 0, 0,0.1) ;
}
header .drow li:nth-child(7) a{
    border-bottom:none;
}
header .drow li a:hover{
    box-shadow: 0 0 0.15rem #4E4E4E;
    background-color: rgb(76, 118, 6);
}
.main-nav {
	display: flex;
}
.main-nav li {
	flex: 1;
background-color: rgba(153, 204, 51,1);
}
.main-nav li a {
	font-size: 14px;
	color: #fff;
	display: block;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	
}

.project-products {
	padding-top:  0.17rem;
	padding-left: 0.34rem;
	padding-bottom: 0.34rem;
	background-color: rgba(153, 204, 51,1);
}

.project-products h5 {
	font-size: 0.27rem;
	color: #fff;
	margin-bottom: 0.1rem;
}

.project-products ul {
	width: 80%;
	overflow: hidden;
}

.project-products ul li {
font-size: 0.27rem;
	float: left;
	width: 50%;
	height: 0.57rem;
	line-height: 0.57rem;
	padding-left: 0.28rem;
color: #fff;
}
.project-products ul li a {
	
	display: block;
	font-size: 0.27rem;
	line-height: 0.57rem;
	color: #fff;
}

.project-products p {
	font-size: 0.23rem;
	color: #fff;
	margin-top: 0.17rem;
}

.banner{
    width: 100%;
    height: 3.4rem;
	padding-top:0.08rem;
	background:#fafafa;
	border-top:solid 1px #e6e6e6;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.banner .swiper-container .swiper-wrapper{
    width: 100%;
    height: 3.4rem;
}
.show-con{
    width: 100%;
    height: 1.5rem;
}
.toop{
    width: 5.8rem;
    margin: 0 auto 0.4rem;
    height: 1.12rem;
    position: relative;
    border-bottom: 0.01rem solid rgb(204, 204, 204);
}
.toop h3{
    font-size: 0.36rem;
    width: 100%;
    font-weight: normal;
    line-height: 1.12rem;
    color: #333333;
    text-align: center;
    border-bottom: 0.01rem solid rgb(204, 204, 204);
}
.toop h5{
    font-size: 0.2rem !important;
    color: #99cc33;
    display: block;
    width: 1.82rem;
    text-align: center;
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: normal;
    background: #ffffff;
    float: left;
}
    .us .us-con{
        width: 100%;
        height: 5.2rem;
        padding: 0.2rem;
        background: url("../images/bg.png") no-repeat;
    }
    .us .us-con .block{
        width: 6rem;
        height: 4.8rem;
        background: #fff;
        border: 1px solid #ff0000;
    }
    .us .us-con .block p{
        font-size: 0.2rem;
        color: #333333;
        text-indent: 2em;
        padding: 0.37rem 0.2rem 0;
        line-height: 0.36rem;
    }
    .us .us-con .block span{
        width:6rem;
        display: flex;
        justify-content: space-between;
        padding: 0 0.2rem;
        margin: 0 auto;
    }
    .us .us-con .block span img{
        width: 0.46rem;
        height: 0.46rem;
        margin: 0.3rem 0;
        float: left;
    }
    .us .us-con .block span p{
        text-indent: 0;
        padding: 0;
        line-height: 1.1rem;
    }

.center{
    width: 100%;
}
.center ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.center ul li{
    width: 2.9rem;
    height: 3.8rem;
    padding: 0.1rem;
    margin-bottom: 0.22rem;
    border: 0.01rem solid rgb(153, 204, 51);
}
.center ul li img{
    width: 2.7rem;
    height: 2.7rem;
}
.center ul li h3{
    font-size: 0.2rem;
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 0.02rem;
    line-height: 0.32rem;
    border-bottom: 0.01rem dashed rgb(153, 204, 51);
}
.center ul li p{
    font-size: 0.2rem;
    color: #4c4c4c;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.to{
    width: 2.2rem;
    height: 0.12rem;
    margin: 0.28rem auto;
    border-top: 0.01rem solid #4c4c4c;
    position: relative;
    display: block;
}
.to a{
    width: 1.2rem;
    display: block;
    background: #ffffff;
    text-align: center;
    font-size: 0.2rem;
    color: #4c4c4c;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.16rem;
    margin: 0 auto;
}
.pin .toop h5{
    width: 2.58rem;
}
.pin .pin-con{
    display: flex;
    justify-content: space-between;
}
.pin .pin-con li{
    width: 1.2rem;
}
.pin .pin-con li img{
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
}
.pin .pin-con li p{
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.6rem;
}
.pin #wrap{
    margin: 0.2rem 0;
}
.pin #wrap li{
    width: 100%;
    background: #ebf5d6;
    padding: 0.15rem 0;
}
.pin #wrap li p{
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.4rem;
    width: 6rem;
    margin: 0 auto;
}
.tech .toop h5{
    width: 2.1rem;
}
.tech ul{
    overflow: hidden;
}
.tech ul li{
    height: 1rem;
    margin-bottom: 0.3rem;
}
.tech ul li span{
    width: 1rem ;
    height: 1rem;
    display: block;
    float: left;
    background: #99cc33;
}
.tech ul li span h3{
    font-size: 0.48rem;
    text-align: center;
    line-height: 0.66rem;
    color: #f0f0f0;
    font-weight: normal;
    border-bottom: 0.01rem solid #ffffff;
}
.tech ul li span p{
    font-size: 0.2rem;
    color: #f0f0f0;
    text-align: center;
    line-height: 0.34rem;
}
.tech ul li .te-ri{
    width: calc(100% - 1.25rem);
    float: right;
}
.tech ul li .te-ri h3{
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #333333;
    font-weight: normal;
    margin-bottom: 0.05rem;
}
.tech ul li .te-ri p{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #545454;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.main .toop h5{
    width: 2.8rem;
}
.case{
    overflow: hidden;
}
.case li{
    width: 100%;
    height: 1.18rem;
    padding: 0.24rem 0;
    border-bottom: 0.01rem dotted rgb(214, 214, 214);
    position: relative;
}
.case li h3{
    font-size: 0.24rem;
    color: #333333;
    font-weight: normal;
    margin-bottom: 0.1rem;
}
.case li p{
    font-size: 0.2rem;
    color: #848484;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
.case li span{
    font-size: 0.2rem;
    color: #828282;
    position: absolute;
    right: 0.1rem;
    top: 0.28rem;
}
.ca .case-con h3{
    font-size: 0.36rem;
    color: #333333;
    text-align: center;
    font-weight: normal;
    line-height: 0.8rem;
}
.ca .case-con p{
    font-size: 0.2rem;
    text-indent: 2em;
    color: #333333;
    line-height: 0.36rem;
}
.ca .case-con span{
    display: block;
    font-size: 0.2rem;
    color: #99cc33;
    line-height: 0.36rem;
    text-align: center;
}
.page{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0.4rem 0;
}
.page a{
    padding: 0.04rem 0.1rem;
    text-align: center;
    font-size: 0.2rem;
    margin-right: 0.1rem;
    display: block;
    color: #333333;
    border: 0.01rem solid #999999;
}
.page span{
    margin-bottom: 0;
    padding: 0.04rem 0.1rem;
    text-align: center;
    font-size: 0.2rem;
    margin-right: 0.1rem;
    display: block;
    background: #99cc33;
    color: #fff !important;
}
.sale{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sale li{
    width: 2.8rem;
    margin-bottom: 0.3rem;
}
.sale li img{
    width: 2.8rem;
    height: 2.2rem;
    margin: 0;
}
.sale li p{
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.42rem;
    background: #eeeeee;
    text-indent: 0;
    color: #333333;
}
/*关于我们开始*/
.about{
    width: 100%;
}
.title{
    width: 100%;
    margin: 0.3rem 0 0;
    display: flex;
    flex-wrap: wrap;
}
.title li{
    text-align: center;
    display: block;
    width: 33%;
    margin-bottom: 0.22rem;
    font-size: 0.2rem;
    line-height: 0.36rem;
    border-right: 0.01rem solid rgb(204, 204, 204);
}
.title li a{
    color: #808080;
}
.title li:nth-child(3n){
    border-right: 0 !important;
}
.about .ti1{
    font-size: 0.36rem;
    color: #333333;
    text-align: center;
    font-weight: normal;
    line-height: 0.8rem;
}
.about p{
    font-size: 0.2rem;
    text-indent: 2em;
    color: #333333;
    line-height: 0.36rem;
}
.about .ti2{
    display: block;
    font-size: 0.2rem;
    color: #99cc33;
    line-height: 0.36rem;
    text-align: center;
    margin-bottom: 0.4rem;
}
.about img{
    width:100% ;
    height: 3.7rem;
    margin: 0.4rem auto 0;
}
.about span img{
    width: 5rem;
    height: 2.8rem;
    margin: 0.3rem auto;
}
.detail{
   width: 100%;
}
.detail .top{
    width: 4.34rem;
    height: auto;
    margin: 0 auto;
}
.detail .top img{
   width: 4.34rem;
   height: 3.4rem;
    margin: 0 auto;
}
.detail .top p{
    background: #eeeeee;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.6rem;
}
.detail .det-cen{
    margin: 0.3rem 0;
}
.detail .det-cen span{
    font-size: 0.2rem;
    color: #333333;
    display: block;
}
.detail .det-cen p{
    font-size: 0.2rem;
    color: #333333;
    text-indent: 2em;
}
.detail .det-fo h3{
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #333333;
    margin: 0.3rem 0 0.1rem;
    font-weight: normal;
}
.detail .det-fo p{
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #333333;
    text-indent: 0;
}
.detail .det-fo p:before{
    content: '■';
    margin-right: 0.05rem;
}
.detail .det-fo .img1{
    width: 2.7rem;
    height: 2.4rem;
    margin-left: 0.3rem;
    margin-top: 0.2rem;
}
.detail .det-fo .img2{
    height: 2.4rem;
    margin-top: 0.2rem;
}
.detail .det-fo .img3{
    height: 2.4rem;
    margin-top: 0.2rem;
}
footer{
    width: 100%;
    background: #3d3d3d;
    margin-top: 0.4rem;
}
footer h3{
    font-size: 0.24rem;
    color: #f0f0f0;
    line-height: 0.6rem;
    text-align: center;
    font-weight: normal;
}
footer p{
    font-size: 0.2rem;
    text-align: center;
    color: #f0f0f0;
}
footer span{
    margin-top: 0.1rem;
    display: block;
    font-size: 0.2rem;
    text-align: center;
    color: #f0f0f0;
    padding-bottom: 0.1rem;
}
@media screen and (max-width: 320px){
    .us .us-con{
        width: 100%;
        height: 5.8rem;
        padding: 0.2rem;
        background: url("../images/bg.png") no-repeat;
    }
    .us .us-con .block{
        width: 6rem;
        height: 5.4rem;
        background: #99cc33;
    }
    .us .us-con .block p{
        font-size: 0.2rem;
        color: #333333;
        text-indent: 2em;
        padding: 0.37rem 0.2rem 0;
        line-height: 0.36rem;
    }
    .us .us-con .block span{
        width: 3.8rem;
        display: block;
        margin: 0 auto;
    }
    .us .us-con .block span img{
        width: 0.46rem;
        height: 0.46rem;
        float: left;
        margin-top: 0.1rem;
        margin-right: 0.1rem;
    }
    .us .us-con .block span p{
        display: block;
        padding: 0;
        text-indent: 0;
        line-height: 0.36rem;
    }
}
