/*
Copyright © 2018 成都晓博软件有限公司
*/
/* 
    Created on : Aug 13, 2018, 10:18:44 AM
    Author     : Abel
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, Tahoma, STXihei,sans-serif, helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    background: #FFF;
}

h1, h2, h3, h4, h5, h6, em {
    font-weight: normal;
}

del, ins, u, s, a {
    text-decoration: none;
}

a, button {
    cursor: pointer;
    outline: none;
}

html, body {
    height:100%;
}

.Main {
    min-height: 100%; 
    height: auto;
    position: relative;
} 

.Body {
    padding-top: 60px;
    padding-bottom: 60px;
}

.Content {
    width: 980px;
    margin: 0 auto;
}

.MinW980 {
    min-width: 980px;
}

.BkgrdImg {
    min-width: 980px;
}

.Footer {
    position: absolute;
    bottom: 0; 
    width: 100%;
    min-width: 980px;
    height: 60px;
    background-color: #454545;
    color: #aaa;
    font-size: 12px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
}

.Header {
    position: fixed;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.08);
    z-index: 9;
}

.Nvabar {
    width: 980px;
    margin: 0 auto;
}

.Nvabar a.Brand {
    float: left;
    padding-top: 16px;
}

.Nvabar a.Brand img{
    width: 127px; 
    height: 54px;
    border: none;
} 

.Nvabar ul {
    height: 60px;
    overflow: hidden;
}

.Nvabar li {
    list-style: none;
    float: right;
}

.Nvabar li a {
    display: block;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    
    padding: 8px 14px;
    text-decoration: none;
    line-height: 60px;
}

.Nvabar li a:hover:not(.active) {
    color: #28a7e9;;
}

.Nvabar li a.active {
    color: #28a7e9;;
    background-color: #FFFFFF;
}

.Clear::after {
    content: "";
    visibility: hidden;
    overflow: hidden;
    display: block;
    height: 0;
    clear: both;
}

.Left {
    float: left;
}

.Right {
    float: right;
}

.DownloadBtn a {
    margin-top: 10px;
    display: block;
    width: 155px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background: #28a7e9;
}

.DownloadBtn a:hover {
    background-color: #51baf0;
}
