@charset "utf-8";
/* CSS Document */
body {
	font-family:"微软雅黑", Arial;
}
/*------右边内容  start---------*/
.rightpro {
    width: 900px;
    float: right;   
}
.procont-t {
    height: 50px;
	margin-top:10px;
    line-height: 50px;
    border-bottom: 5px solid #0ca62a;
}
.procont-t span {
    font-size: 26px;
    color: #0ca62a;
	padding-left:5px;
}
/*----产品推荐---*/
.pro_m {
    width: 900px;
	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;
}

/*----砂面粉介绍---------*/
.smfinfo {
    width: 900px;
	float:right;
	margin-top:20px;
}
.smfinfo .top{
	height:50px;
	line-height:50px;
	background:#0ca62a;
}
.smfinfo .top h3{
	color:#fff;
	padding-left:20px;
	font-size:26px;
}
.smfinfo .text{
	border: 4px solid #0ca62a;
	padding:20px;
}
.smfinfo .text p{
	line-height:22px;
}