﻿*{ margin:0px; padding:0px; box-sizing:border-box; }
body 
{
    line-height:1.5;
    font-family:微软雅黑;
}
a{ text-decoration:none;}
ul,li{ list-style:none; } 

.jqfree{width:100%;  margin-top:40px; }
 
.picMarquee-left{ overflow:hidden; position:relative; width:85%; margin: 0px auto; }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:54px; height:54px; overflow:hidden; cursor:pointer; position: absolute; top:50%; margin-top: -27px; }
.picMarquee-left .hd .next{background: url(../images/right.png) no-repeat center; right:0}
.picMarquee-left .hd .prev{background: url(../images/left.png) no-repeat center; left:0}
.picMarquee-left .bd{width:89%; height: auto; overflow: hidden; margin: 0px auto;}
.picMarquee-left .bd ul{ overflow:hidden; }
.picMarquee-left .bd ul li{ margin:0 9px; float:left; overflow:hidden; text-align:center; border: 1px solid #ededed; position: relative; width:342px;}
.picMarquee-left .bd ul li img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; }  
.picMarquee-left .bd ul li:hover img{transform: scale(1.1); }


