.ca-menu{
    margin: 0 auto; padding-top:15px; clear:both;
    width: 1400px;
}
.ca-menu li{
    width: 300px;
    height: 260px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    float:left;
    background: #f7f7f7;
    margin:10px 0 20px 61px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:first-child{ margin-left:0;}
.ca-menu li a{
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    position: absolute;
    width: 100%;
    height:211px;
    left: 0px;
    top: 10px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-icon img { width: 280px;
    height: 190px;transition: width 1s, height 1s;-moz-transition: width 1s, height 1s, -moz-transform 1s;-webkit-transition: width 1s, height 1s, -webkit-transform 1s;-o-transition: width 1s, height 1s, -o-transform 1s; cursor:pointer;}
.ca-main{
    font-size: 16px;
    position: absolute;
    top:211px;
    height: 40px; text-align:center;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    opacity: 0.8;
    color: #555;
}
.ca-sub{
    display: none;
}
.ca-menu li:hover{
    border:#013e96 1px solid;
    z-index: 999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ca-menu li:hover .ca-icon{
	height:150px;-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
    text-shadow: 0px 0px 1px #000;
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;}
.ca-menu li:hover .ca-main{
    color: #fff; top:211px; background:#013e96; line-height:50px;height:50px;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -moz-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -ms-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}

.pro35 .ca-menu li {width: 380px;height: 320px; margin-left:60px; margin-top:50px;}
.pro35 .ca-icon{ height:275px;}
.pro35 .ca-icon img { width: 360px;height: 255px;}
.pro35 .ca-main{ top:275px; width: 380px;left: 50%;margin-left: -190px;}
.pro35 .ca-menu li:hover .ca-main { top:275px;}
