.banner{
    width: 100%;
    height: 500px;
}
.page{
    text-align: center;
    line-height: 80px;
}




.about-box1{
    padding: 60px 0;
}
.about-box1-p{
    width: 1200px;
    margin: 40px auto;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #666;
}
.about-banner{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.about-ys{
    padding: 60px 0;
}
.about-ys .center{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.about-ys ul{
    width: 400px;
}
.about-ys-center{
    width: 500px;
    height: 500px;
}
.about-ys-left{
    text-align: right;
}
.about-ys-right{
    text-align: left;
}
.about-ys li{
    width: 350px;
    margin-top: 40px;
}
.about-ys-title{
    font-size: 24px;
    color: #517261;
    font-weight: bolder;
}
.about-ys-p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 2em;
}
.about-ys-left li{
    margin-left: 50px;
}
.about-ys-left li:nth-of-type(2) {
    margin-left: 0;
}
.about-ys-right li:nth-of-type(2) {
    margin-left: 50px;
}

.about-data{
    background-color: #f8f8f8;
}
.about-data .center{
    display: flex;
    justify-content: space-between;
}
.about-data-body{
    padding: 60px 40px;
    text-align: center;
    font-size: 14px;
}
.about-data-title span{
    font-size: 42px;
}



.product{
    padding: 60px 0;
}
.product-p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
}
.product-flex{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.products{
    padding: 25px;
}
.product-img{
    width: 300px;
    height: 400px;
    overflow: hidden;
}
.product-title{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.news{
    padding: 60px 0;
}
.news-ul{
    margin-top: 40px;
}
.news-li{
    padding: 0 40px;
}
.news-li a{
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
}
.news-ul li:first-child a{
    border-top: none;
}
.news-img{
    width: 270px;
    height: 170px;
}
.news-right{
    width: 1000px;
}
.news-top{
    display: flex;
    justify-content: space-between;
}
.news-title{
    font-size: 18px;
}
.news-p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
}
.text{margin:60px auto;line-height:2;}
.text-title,.text-time{text-align: center;}
.text-body img{width:60%;display: block;margin: 20px auto;}
.new-nav{margin:60px auto;}
/* case */

.case{
    padding: 60px 0;
}
.case-ul{
    width: 1000px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.case-li{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.case-li:hover{
    background-color: #286946;
    color: #fff;
}
.case-box{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.case-boxs{
    width: 425px;
    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: 425px;
    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;
}
.prott{margin-bottom:60px;}
.img-body{
	width:100%;
	display: flex;
}
.img-left{width:60%;}
.img-right{
	margin-left:60px;
	line-height:2;
	
}
/* join */
.join{
    padding: 40px 0;
}
.join-title{
    margin-top: 40px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #286946;
    color: #fff;
}
.join-p{
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.join-img{
    margin: 40px auto 0;
    width: 1000px;
}



/* contact */

.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%;
}