.flash{ width:440px; height:426px;/*box-shadow:0 0 10px #000;*/ overflow: hidden}
.flash .con{ width:440px; height:426px;}
.flash .con ul li{ width:40px; height:426px; position:relative; overflow:hidden; float:left;}
.flash .con ul li:hover{
    cursor: pointer;
}
.flash .con ul li.current{ width:320px;}
.flash .con ul li h3{ width:40px; height:426px; color:#fadcb0; font-family:"??????"; font-size:16px; background: #ce0000;
    border-left: 2px #000 solid; border-right: 2px #000 solid; }
.flash .con ul li h3 span{
    display: block;
    height: 360px;
    padding-top: 20px;
    width:30px;
    margin: 0 auto;
    text-align: center;
    word-wrap:break-word;
}
.flash .con ul li h3 em{
    display: block;
    height: 20px;
    text-align: center;
    color: #000;
    font-size: 20px;
}
.show{ position:absolute; left:44px; top:0; width:276px; height:426px; }
.show img{ width:276px; height:426px;/* -webkit-animation:zq 2s infinite; animation:zq 2s infinite; border-radius:50%;*/}
