/*a,img{border:0;}*/
/*
.marqueeleft{height:340px;width:1300px;overflow:hidden;margin:40px auto 120px;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 20px;display:inline;width:230px;height:340px;overflow:hidden;}
.marqueeleft li .pic{display:block;width:230px;height:320px;padding:2px;overflow:hidden;}
.marqueeleft li .pic img{ width: 100%; height: 100%; }

.marqueeleft li .txt{text-align:center;height:23px;line-height:23px;}
*/

.marqueeleft{
    width: 1000px;/*474px;*/
    height: 293px;/*136px;*/
    margin:40px auto 0;
    overflow:hidden;
}
.marqueeleft ul{
    float:left;
}
.marqueeleft li{
    width: 200px;/*148px;*/
    height: 290px;/*133px;*/
    float:left;
    margin:0 5px;
    display:inline;
    overflow:hidden;
}
.marqueeleft li .pic{
    width: 187px;/*135px;*/
    height: 261px;/*104px;*/
    display:block;
    border:1px solid #f7f7f7;
    padding:2px;
    overflow:hidden;
}
.marqueeleft li .pic img{
    width: 100%;
    height: 100%;
    border: none;
}
