/* CSS Document */
.hide {display: none;}
.content {
	width: 1080px;
	margin: 0 auto;
}
.content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0;
	overflow:hidden;
}

/*public header start*/
.headerElement {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
    background: #fff;
    border-bottom: solid 1px #ECECEC;
}
.navSpace {
    padding-top: 61px;
}
.headerElement .navBox {
	margin: 0 0 0 30px;
}
.headerElement .navBox li {
	height: 36px;
	line-height: 36px;
	border-bottom: solid 4px #fff;
	margin: 10px 34px 0 0;
}
.headerElement .navBox li.active,
.headerElement .navBox li:hover {
	border-bottom-color: #005bac;
}
 .headerElement .navBox li.active a,
 .headerElement .navBox li:hover a {
	color: #005bac;
}
 .headerElement .serviceItem {
	height: 34px;
	margin: 27px 0 0 15px;
	padding: 0 0 0 40px;
	line-height: 17px;
	color: #525252;
}
 .headerElement .serviceItem01 {
	background: url("https://www.licaiedu.com/info/skin/newafp/images/pc/public/topIcon01.png") no-repeat 8px center;
}
 .headerElement .serviceItem02 {
	background: url("https://www.licaiedu.com/info/skin/newafp/images/pc/public/topIcon02.png") no-repeat 8px center;
	border-left: solid 1px #c0c0c0;
}
/*public header end*/

/*public footer start*/
.footerElement {
    background: #35333c;
    color: #fff;
}
.footerElement .left_ele {
    margin: 48px 0 36px 0;
}
.footerElement .left_ele h1 {
    font-size: 26px;
    font-weight: normal;
}
.footerElement .left_ele h2 {
    font-size: 18px;
    padding: 10px 0 30px 0;
    font-weight: normal;
}
.footerElement .left_ele p {
    font-size: 14px;
    padding: 0 0 6px 0;
    line-height: 20px;
}

.footerElement .right_ele {
    margin: 58px 0 0 0;
    text-align: center;
    font-size: 14px;
}
.footerElement .right_ele img {
    width: 98px;
    margin: 12px 0;
}
.footerElement .copyright {
    font-size: 14px;
    padding: 20px 0;
    line-height: 20px;
    background: #2e2c36;
}

/*public footer end*/

