@font-face{
	font-family: 'barcode';
	src: url('../fonts/code128.ttf') format('truetype'),
		 url('../fonts/code128.ttf') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'barcode2';
	src: url('../fonts/IDAutomationHC39M.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
.ca-menu{
    padding: 0;
    margin: 0 auto;
    /*width: 1207px;*/
	text-align:center;
}
.ca-menu li{
    width: 400px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    -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);
    margin-bottom: 0px;
    border-left: 10px solid #204F6A;
    -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;
	margin-top:5px;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #204F6A;
    position:relative;
}
.ca-icon{
    /*font-family: 'WebSymbolsRegular', cursive;*/
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
    line-height: 80px;
    position: absolute;
    width: 80px;
    left: 15px;
    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: 105px;
    width: 285px;
    height: 60px;
    top: 20px;
}
.ca-main{
    font-size: 28px;
    -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: 13px;
    color: #666;
    -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{
    border-color: #00ABC8;
    background: #204F6A;
}
.ca-menu li:hover .ca-icon{
    color: #00ABC8;
    text-shadow: 0px 0px 1px #00ABC8;
    font-size: 39px;
}
.ca-menu li:hover .ca-main{
    color: #00ABC8;
    font-size: 13px;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 26px;
}

@media(max-width:1210px){
	.ca-menu li {
		width: 300px;
		border-left: 8px solid #204F6A;
		height: 70px;
	}
	.ca-icon {
		font-size: 17px;
		line-height: 70px;
		width: 65px;
		left: 0px;
	}
	.ca-content {
		left: 70px;
		width: 223px;
		height: 55px;
		top: 15px;
	}
	.ca-main {
		font-size: 25px;
	}
	.ca-sub {
		font-size: 12px;
	}
	
	.ca-menu li:hover .ca-icon{
		font-size: 35px;
	}
	.ca-menu li:hover .ca-main{
		font-size: 12px;
	}
	.ca-menu li:hover .ca-sub{
		font-size: 22px;
	}
}

@media(max-width:910px){
	.ca-menu li {
		width: 250px;
		border-left: 8px solid #204F6A;
		height: 65px;
	}
	.ca-icon {
		font-size: 16px;
		line-height: 65px;
		width: 55px;
		left: 0px;
	}
	.ca-content {
		left: 55px;
		width: 187px;
		height: 50px;
		top: 10px;
	}
	.ca-main {
		font-size: 23px;
	}
	.ca-sub {
		font-size: 12px;
	}
	
	.ca-menu li:hover .ca-icon{
		font-size: 34px;
	}
	.ca-menu li:hover .ca-main{
		font-size: 12px;
	}
	.ca-menu li:hover .ca-sub{
		font-size: 20px;
	}
}