/*全局CSS样式设置*/
body,ul,li,h4,a{margin:0px;padding:0px;}
ul,li,ol{list-style:none;}
a:link,a:visited{color:#444;text-decoration:none;}
a:hover{color:red;}
img{border:0;}
body{
    font-size:14px;
    color:#444;
    font-family:Arial,宋体;
    text-align:center; /*IE5.5主页居中*/
    background:#fff url(404.png) repeat-x;
}
.sc_box{width:100%; border-bottom: 1px solid #CFCFCF; margin:0px auto;margin-top:5px;}
/*logo层的样式设置*/
.sc_top{width:30%;float:left;}
.sc_clear{ clear:both}
/*menu层样式*/
.sc_menu{width:1200px;height:80px;margin:0px auto;}
.sc_menu1{float:left;width:40%; height:80px; line-height:80px;}
.sc_menu1 li{float:left;padding: 0 15px;}
.sc_menu1 a{font-size:18px;color:#000;}
.sc_menu1 a:hover{color:red;}
.sc_menu3{width:30%;height:80px;line-height:80px;float: right;}
/*广告层样式*/
.top-banner{width:100%; display:inline-block; position:relative;}
.top-banner img{width:100%;}
/*公司简介样式*/
.sc_left{width: 1200px;margin:0px auto;}
.sc_left1{margin:0px 10px;width:400px;float:left;text-align: left;font-size: 14px;color:#444;}
.sc_left1 p{padding:5px 0px;line-height: 1.2em}
.sc_left2{width:350px;float:right;text-align: left;font-size: 14px;color:#444;}
.sc_left2-list ul li{list-style:disc;}
.sc_left2-list li{text-align: left;font-size: 14px;color:#000;padding:3px 0px;margin: 0px 20px;}
/*最新资讯样式*/
.sc_tsrk{width:380px;margin:0px auto;}
.sc_tsrk1 h4{width:100%; line-height:40px; height:40px; border-bottom:2px solid #e7e7e7;}
.sc_tsrk li{margin: 10px 0px;}

.containerl{width:1200px; margin:0 auto;}
/*蔬菜品类展示*/
.w1200x{width:1200px;margin:0 auto;}
.hots .hots-nav{margin:15px auto; width:279px; height:80px; background-image:url(404.png);}
.hots .item{float:left;}
.hots .item:hover{ background-color:rgba(240,240,240,0.4);}
.hots .item .img{width:350px; height:250px; display:block; position:relative; margin:25px; overflow:hidden;}
.hots .item .img img{width:100%; height:100%;}
.hots .item .img i{width:20px; height:14px; position:absolute; left:11px; bottom:7px; background:url(../image/tubiao.png) -239px -10px no-repeat; display:inline-block;}
.hots .item .img h4{font-size: 16px;color:#000;}
.hots .item .text{margin:15px auto; height:40px;}
.hots .item .text .ft {font-size: 10px;color:#a19b9b;line-height:30px;}
.hots .item .img img, .hots .item .pic img{
	width:100%; height:100%;
	overflow-x: hidden;
    overflow-y: hidden;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.hots .item .img img:hover, .hots .item .pic img:hover{
	transform: scale(1.1, 1.1);
	
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
	}
/*search*/
.header-r{float:right; padding-top:24px;} 
.header-r .search{width:260px; height:30px; box-sizing:border-box; border:1px solid #c2c2c2; border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px; float:left;} 
.header-r .search .searchCon{width:206px; float:left; background:none; line-height:30px; text-indent:5px; outline:none; font-size:12px;}
.header-r .search .searchMenu{float:left; width:34px; height:30px; background:url(../image/tubiao.png) -102px -40px no-repeat; outline:none; cursor:pointer;}

.header-r .login{float:left; line-height:30px; margin-left:20px; color:#979797; font-size:12px;}
.header-r .login a{color:#444; font-size:16px;}
.header-r .login a:hover{text-decoration:underline;}
