body {
    padding: 0;
    margin: 0;
    webkit-font-smoothing: antialiased;
    font: 12px/1.5 "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", "\\5b8b体", sans-serif;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.top {
    background-color: #e4e3e3;
    height: 25px;
    width: 100%;
    min-width: 800px;
}

.top-container {
    width: 100%;
    height: 25px;
    margin: 0 auto;
    line-height: 20px;
    position: relative;
}

.top-saying {
    float: left;
    background-color: #074576;
    color: white;
    padding: 0 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 18px;
    margin-top: 2px;
    position: absolute;
    left: 5%;
}

.top-contact {
    float: right;
    margin-top: 2px;
    color: #074576;
    margin-right: 20px;
    font-weight: bold;
}

.language {
    float: right;
    margin-top: 2px;
    margin-right: 15%;
}

.language .zh {
    float: left;
    background-color: #074576;
    color: white;
    height: 15px;
    padding: 2px 8px;
    border-radius: 15px 0px 0px 15px;
    line-height: 15px;
    cursor: pointer;
}

.language .en {
    float: left;
    background-color: white;
    color: #074576;
    border: 1px solid #074576;
    height: 13px;
    padding: 2px 8px;
    border-radius: 0px 13px 13px 0px;
    line-height: 13px;
    cursor: pointer;
}

.nav {
    background-color: white;
    height: 70px;
    border-bottom: 1px solid #e4e3e3;
}

.nav-container {
    width: 70%;
    margin: 0 auto;
    min-width: 800px;
}

.logo {
    float: left;
}

.logo img {
    width: auto;
    height: 70px;
}

.menu-checked {
    color: #074576;
}

.menu {
    float: right;
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu .nav-menu-li {
    list-style: none;
    float: left;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 13px;
    color: black;
    position: relative;
}

.sub-menu {
    display: none;
    position: absolute;
    width: 180px;
    padding: 10px 10px;
    margin: 0;
    left: 8px;
    top: 52px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 1px #c3bfbf;
    background-color: white;
    z-index: 99;
}

.sub-menu li {
    list-style: none;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}

.nav-menu .nav-menu-li:hover .menu-a {
    color: #074576;
    display: block;
}

.nav-menu .nav-menu-li:hover .sub-menu {
    display: inline;
}

.sub-menu li:hover {
    background-color: #074576;
    color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #c5c5c5;
}

.sub-menu li:hover a {
    color: white;
}

.nav-menu li a {
    text-decoration: none;
    color: black;
    display: block;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.partner-container {
    width: 100%;
    background-color: #0b4059;
}

.partner-container-content {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0px;
}

.partner-title {
    color: white;
    font-size: 14px;
}

.partner-links ul {
    overflow: hidden;
}

.partner-links ul li {
    float: left;
    list-style: none;
    color: white;
    padding-right: 40px;
    cursor: pointer;
}

.partner-links ul li a {
    color: white;
}

.partner-links ul li a:hover {
    text-decoration: underline;
}

hr {
    border-bottom: none;
    border-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filing-container {
    width: 100%;
}

.filing-container-content {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}

.filing-logo {
    float: left;
    width: 33%;
    padding-top: 25px;
}

.filing-contact {
    float: left;
    width: 33%;
}

.filing-contact-img {
    float: left;
    width: 33%;
    padding-top: 25px;
    text-align: right
}

.filing-container hr {
    border-bottom: none;
    border-color: #c5c5c5;
    width: 70%;
    margin: 10px auto;
}

