@import url('reset.css');
@font-face {
    font-family: 'icomoon';
    src:    url('icomoon.eot?5xaqsy');
    src:    url('icomoon.eot?5xaqsy#iefix') format('embedded-opentype'),
        url('icomoon.ttf?5xaqsy') format('truetype'),
        url('icomoon.woff?5xaqsy') format('woff'),
        url('icomoon.svg?5xaqsy#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-borne_9:before {
    content: "\e900";
}
.icon-borne_8:before {
    content: "\e901";
}
.icon-borne_7:before {
    content: "\e902";
}
.icon-borne_6:before {
    content: "\e903";
}
.icon-borne_5:before {
    content: "\e904";
}
.icon-borne_4:before {
    content: "\e905";
}
.icon-borne_3:before {
    content: "\e906";
}
.icon-borne_2:before {
    content: "\e907";
}
.icon-borne_1:before {
    content: "\e908";
}


body{
	color: #fff;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	background-color:#fff;
}
.ca-menu{
    padding:0;
    margin:0px auto;
    width: 630px;
}
.ca-menu li{
    width: 630px;
    height: 60px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #00adf1;
    margin-bottom: 4px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.multilines{
    height: 80px !important;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    position: relative;
}
.ca-icon{
    font-family: 'icomoon', Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 55px;
    position: absolute;
    width: 50px;
    left: 10px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.ca-multiicon{
    font-family: 'icomoon', Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 55px;
    position: absolute;
    width: 50px;
    left: 10px;
    top: 10px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-content{
    position: absolute;
    left: 60px;
    width: 600px;
    height: 90px;
    top: 5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover .ca-content{
    left: 85px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-main{
    font-size: 12px;
    color: #000;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.ca-sub{
    font-size: 18px;
	font-weight:100;
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-expert{
    font-size: 10px;
    color: #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover{
    background-color: #282828;
}
.ca-menu li:hover .ca-icon, .ca-menu li:hover .ca-multiicon{
    color: #00adf1;
    font-size: 120px;
    left: -20px;
    top: -66px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.ca-menu li:hover .ca-main{
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover .ca-sub{
    color: #00adf1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover .ca-expert{
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}