﻿

/* 为避免IE6的兼容性问题，避免使用 边框 及 内边距 */




/*     tool 
***************************************/
.redborder {
    1outline-color:red;
    1outline-width:thin;
    1outline-style:solid;
}

/*      layout    
***************************************/

#page-body {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#page-head {
    background-image: url('/style/images/bg-head-2.gif');
    background-repeat: repeat-x;
    height: 96px;
    background-color: #e6f2fa;
	width: 1200px;
    margin: 0px auto;
}

#logoBox {
    height:80px;
    float:left;
    width:200px;
    display:inline;
}

#logo {
    margin-top: 8px;
    margin-left: 10px;
}

#mainNav a {
    display: inline;
    width: 100px;
    height: 74px;
    float:left;
    margin-top: 10px;
    text-align:center;
    text-decoration:none;
	font-size: 18px;
    font-family:黑体;
    color:#037bd2;
    padding-top:5px;
	margin-right: 13px;
	margin-left:18px;
}
#mainNav a div {
    color:#037bd2;
	line-height: 1;
    font-size: 22px;
	font-family:黑体;
}
#mainNav a:hover {
    background-image:url(/style/images/bg-head-column.gif);
    background-repeat:no-repeat;
}
.fa-2x {
	color: #037bd2;
}
