.bann img{
    display:block;
    width:100%;
}
.content{
    width:1000px;
    height:260px;
    margin:0 auto;
}
.content ul{
    position:relative;
    height:100%;
}
.content ul li{
    position:absolute;
    left:0;
    bottom:-105px;
    width:475px;
    height:350px;
    background:#fff;
    text-align:center;
    transition:all 1s ease 0s;
}
.content ul li b{
    height:170px;
}
.content ul li.tradizionale b{
    background:url(../image/jr1.png) no-repeat center 60px;
}
.content ul li.social b{
    background:url(../image/yy1.png) no-repeat center 60px;
}
.content ul li.social{
    left:525px;
}
.content ul li a strong,.content ul li a span,.content ul li a b{
    display:block;
}
.content ul strong{
    font-size:29px;
    color:#363636;
}
.indizio{
    padding-top:17px;
    color:#999;
    font-size:18px;
}
.b_tit{
    font-size:25px;
    padding-top:30px;
}
.content ul li:hover{
    background:linear-gradient(#ffc200, #ff9600);
    bottom:0;
}
.content ul li:hover a strong{
    color:#fff;
}
.content ul li:hover .indizio{
    color:#fff;
}
.content ul li:hover .b_tit{
    color:#fff;
}
.content ul li.tradizionale:hover b{
    background:url(../image/jr2.png) no-repeat center 60px;
}
.content ul li.social:hover b{
    background:url(../image/yy2.png) no-repeat center 60px;
}