body {
    min-width: 1000px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
}
h1 { font-size: 18px;  -webkit-margin-after: 0;  -webkit-margin-before: 0;/* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; -webkit-margin-after: 0;  -webkit-margin-before: 0;}
h3 { font-size: 14px; -webkit-margin-after: 0;  -webkit-margin-before: 0;}
h4, h5, h6 { font-size: 100%; -webkit-margin-after: 0;  -webkit-margin-before: 0;}
.contain {
    width: 980px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.wid300 {
    width: 300px !important;
}
header .contain {
    height: 100px;
    line-height: 100px;
}
ul {
    margin:0;
    padding:0;
}
.contain > nav > ul, .contain > nav > ul > li ,.navLi{
    display: inline-block;
}
.navLi {
    font-size: 18px;
    color: #383838;
    display: inline-block;
    padding: 0 10px;
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.navLi:hover,.navLi.active {
    color: #383838;
    border-bottom: 4px solid #009ccc;
    text-decoration: none;
}
.navLi:focus {
    text-decoration: none;
}
.contain > nav > span {
    line-height: 100px;
    float: right;
}
.register, .login {
    display: inline-block;
    width: 90px;
    height:34px;
    line-height: 34px;
    border:1px solid #c5c4c4;
    text-align: center;
    margin-left: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #555;
}
.register:hover,.register:focus, .login:hover,.login:focus {
    background-color: #00a0c1;
    border: 1px solid #00a0c1;
    color: #fff;
    text-decoration: none;
}
footer:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearBefore:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearAfter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
footer {
    background: #535353;
    color: #ffffff;
}
.footer-main-wrap {
    text-align: center;
    justify-content: center;
    padding: 40px 40px 0;
    font-size: 16px;
}
    .footer-main-wrap p {
        line-height: 30px;
        margin: 0 !important;
    }
.footer-main-wrap > div {
    flex: 1;
}
.links p {
    color: #f07c00;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
}
.links > a {
    display: inline-block;
    width: 130px;
    color: #ffffff;
    line-height:24px;
}
.links > a:hover, .links >a:focus {
    color: #f07c00;
    text-decoration: none;
}
.code {
    border-left:1px solid #878787;
    border-right:1px solid #878787;
    text-align: center;
    padding: 20px 35px 0;
}
.code > div{
    display: inline-block;
    width: 135px;
}
.code p {
    display: inline-block;
    line-height: 30px;
}
.contact {
    text-indent: 100px;
    padding: 10px 0;
}
.contactWay {
    margin: 10px 0;
}
.contactWay:first-child {
    background: url("../img/tel.png") no-repeat 50px center;
}
.contactWay:last-child {
    background: url("../img/mail.png") no-repeat 50px center;
}
.contact p {
    line-height: 28px;
}
.footer-grad {
    height: 2px;
    margin-top: 30px;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0)); /* 标准的语法（必须放在最后） */
}
.record-num {
    height: 80px;
    line-height: 80px;
    font-size: 14px;
}
.record-num p{
    margin:0;
}
.record-num > nav > a {
    color: #ffffff;
}
.wid140 {
    width:140px !important;
}
.wid170 {
    width:170px !important;
}
.wid100 {
    width: 100px !important;
}
.wid90 {
    width: 90px !important;
}
.txtCenter {
    text-align: center;
}
.txSmall {
    width:32px;
    height:32px;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
}
.nickname {
    margin: 0 10px;
}
.dropdown {
    cursor: pointer;
}
.sysInfo {
    margin: 0 10px;
}
.sysInfo > a:hover, .sysInfo > a:focus {
    color: #00a0c1;
}
.minWidth {
    min-width: 100%;
}

