.banner{
    width: 100%;
    height: 500px;
    margin-top: 90px;
}

.about-box1{
    padding: 60px 0;
    background-color: #f8f8f8;
}
.about-box1-p{
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 30px;
    margin-top: 40px;
}
.about-box1-flex{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.about-box1-img{
    width: 340px;
    height: 340px;
    overflow: hidden;
}
.about-box1-img:hover img{
    transform: scale(1.1);
}
.about-box1-img img{
    transition-duration: 1s;
}
.about-box2{
    padding: 80px 0;
}
.about-box2 .center{
    display: flex;
    justify-content: space-between;
}
.about-box2-left{
    width: 550px;
    padding: 20px 0;
}
.about-box2-left-title{
    margin-top: 20px;
    font-size: 20px;
    color: #008837;
}
.about-box2-left-p{
    line-height: 30px;
}
.about-box2-left-color{
    color: #008837;
}
.about-box2-right{
    width: 800px;
}

.about-body{
    margin-top: 60px;
    display: flex;
    justify-content : space-around;
    border-top: 1px solid #e5e5e5;
}
.about-bodys{
    width: 240px;
    padding: 60px 0;
    text-align: center;
}
.about-ico{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.about-body-title{
    margin-top: 20px;
    font-size: 18px;
}
.about-body-p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}



/* product */
.product-title{
    padding: 40px 0 20px 0;
}
.product-nav{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-a{
    width: 200px;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 40px;
}
.product-a a{
    display: block;
    width: 100%;
    height: 100%;
}
.product-a a:hover{
    color: #286946;
}
.product-body {
    width: 1320px;
    padding:0 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.products{
    width: 260px;
    height: 460px;
    margin-top: 40px;
    padding: 20px;
    text-align: center;
    line-height: 30px;
}
.products:hover{
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
}
.products:hover .products-title {
    color: #286946;
}
.products-img{
    width: 260px;
    max-height: 390px;
    min-height: 390px;
    margin-bottom: 20px;
}
.product-foot{
    padding: 60px 0;
    text-align: center;
}


/* img */

.img{
    padding: 80px;
}
.img-body{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img-left{
    width: 600px;
    min-height: 600px;
    max-height: 600px;
}
.img-left img{
    width: 100%;
}
.img-right{
    width: 700px;
}
.img-title{
    font-size: 20px;
}
.img-p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.img-contact{
    margin: 40px 0 140px;
    width: 100px;
}
.img-a{
    max-width: 200px;
    padding: 0 15px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #999;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.img-a a:link{color: #333;}
.img-a a:active{color: #333;}
.img-a a:hover{color: #333;}
.img-a a:visited{color: #333;}
.img-buttom{
    width: 800px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}
.img-img{
    width: 150px;
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
}
.img-boxs{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.img-box{
    padding: 10px;
}
.img-box:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
}
.img-box-title{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}


.case{
    padding: 60px 0;
}
.case-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-boxs{
    width: 400px;
    padding: 20px;
    margin-top: 20px;
}
.case-boxs:hover{
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
}
.case-boxs:hover .case-title{
    color: #286946;
}
.case-boxs:hover img{
    transform: scale(1.1);
}
.case-img{
    width: 400px;
    height: 300px;
    overflow: hidden;
}
.case-img img{
    transition-duration: .5s;
}
.case-title{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.case-foot{
    padding: 40px 0;
    text-align: center;
}


.news{
    padding: 40px 0;
}
.news .center{
    width: 1200px;
}
.news-top{
    font-size: 18px;
    line-height: 40px;
}
.news-flex{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-right{
    width: 900px;
    background-color: #fff;
}
.news-a{
    padding: 20px 60px;
    margin: 5px 0;
    border: 1px solid #666;
    font-weight: bolder;
}
.news-a:hover a{
    color: #286946;
}
.news-a:hover{
    border-color: #286946;
}
.news-box{
    margin-top: 30px;
}
.news-box a{
    display: block;
    display: flex;
    justify-content: space-between;
}
.news-box-img{
    width: 300px;
    height: 200px;
}
.news-box-right{
    width: 540px;
}
.news-box-title{
    font-size: 20px;
    margin-top: 20px;
}
.news-box-time{
    margin-top: 20px;
}
.news-box-p{
    margin-top: 20px;
    color: #666;
    line-height: 30px;
}
.news-buttom{
    margin: 40px 0 20px;
    text-align: center;
}

.new-title{
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
}
.new-time{
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.new-body{
    width: 800px;
    margin: 0 50px;
    padding: 50px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}


.contact{
    padding: 60px 0;
}
.contact-body{
    width: 1200px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
}
.contacts{
    text-align: center;
}
.contact-ico{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.contact-ico img{
    width: 100%;
    height: 100%;
}
.conatct-q{
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    color: #666;
}
.conatct-a{
    font-size: 16px;
    line-height: 30px;
    color: #999;
}
.contact-bottom{
    width: 100%;
    margin-top: 80px;
}
.contact-bottom img{
    width: 100%;
}



/* join */
.join{
    padding: 40px 0;
}
.join-title{
    margin-top: 40px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #008837;
    color: #fff;
}
.join-p{
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.join-img{
    margin: 40px auto 0;
    width: 1000px;
}
