html, body {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu
}

body, div, p, h1, h2, h3, h4, h5, h6, tr, td, ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none
}

.nav-main {
    position: relative;
    width: 1200px;
    margin: auto;
}

.Logo {
    float: left;
    margin-top: 30px;
    margin-left: 10px;
}

.navActive {
	font-weight: bold;
    border-bottom: 4px solid #242530;
}

.nav > div {
    position: relative;
    width: 100px;
    float: right;
    color: #333;
    font-size: 0.18rem;
    padding: 40px 0 25px 0;
    margin: 0 15px;
    cursor: pointer;
    text-align: center;
}

.nav > div:hover {
    font-weight: bold;
}

.nav span {
    position: absolute;
    width: 36px;
    height: 50px;
    left: 50%;
    margin-left: -18px;
}

.nav span:hover {
    border-bottom: 4px solid #242530;
}

.foot {
    height: 120px;
    background-color: #2d353c;
    font-size: 18px;
}

.footDiv {
    width: 1200px;
    height: 120px;
    text-align: center;
    margin: auto;
    color: #999;
}

.fs50{
    font-size: 50px;
    letter-spacing: 3px;
}

.fs40{
    font-size: 40px !important;
    letter-spacing: 3px;
}

.fs18{
    font-size: 18px !important;
}

.inlineBlock:hover{
    color: #242530;
}