@charset "utf-8";
/* CSS Document */
/*------content------*/
.content {
	overflow: hidden;
    margin: 20px auto;
    width: 1200px;
}
.right {
    width: 900px;
    float: right;
    overflow: hidden;
}
.plc {
	width: 900px;
    height: 40px;
    line-height: 40px;
	margin-top:20px;
    position: relative;
    color: #006F00;
    overflow: hidden;
    border-bottom: 4px solid #006F00;
    z-index: 5;
}
.plc span {
    color: #006F00;
    font-size: 26px;
	font-weight:600;
}
.plc button {
	width:80px;
	height:30px;
	line-height:30px;
	background:#006F00;
	border: solid 1px #006f00;
	border-radius: 5px;
	float:right;
}
.plc button a {
	font-size:16px;
	color:#fff;
}
.pro_m {
    width: 900px;
    overflow: hidden;
    min-height:890px;
	margin-top:20px;
}
.pro_m li {
    width: 270px;
    float: left;
	margin:15px 15px 0 15px;
}
.pro_m li>a{
	width:100%;
	height:210px;
	overflow: hidden;
	display: block;
}
.pro_m li>a>img {
    display: block;
    width: 270px;
    height: 210px;
    transition: all linear 0.5s;
}
.pro_m li>a:hover img{
	transform: scale(1.1);
}
.pro_m li span {
    display: block;
    text-align: center;
    height: 24px;
    line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_m li span a{
	font-size:16px;
	color:#333;
}
.pro_m li span a:hover{
	color:red;
}