* {
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

.f-weight {
    font-weight: 600;
}

.t-align {
    text-align: center;
}

.f-style {
    font-style: italic;
}

.t-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.b-sizing {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.j-c-center {
    justify-content: center;
}

.j-c-spacebetween {
    justify-content: space-between;
}

.j-c-spacearound {
    justify-content: space-around;
}

.j-c-flexstart {
    justify-content: flex-start
}

.a-i-center {
    align-items: center;
}

.a-i-flexstart {
    align-items: flex-start;
}

.a-i-flexend {
    align-items: flex-end;
}

.f-d-column {
    flex-direction: column;
}

.f-w-wrap {
    flex-wrap: wrap;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.c-pointer {
    cursor: pointer;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt45 {
    margin-top: 45px;
}

body {
    font-family: 微软雅黑;
}

header {
    height: 415px;
    position: relative;
}

.headerLogo-1 {
    position: absolute;
    top: 9.6%;
    left: 2.8%;
}

.headerLogo-2 {
    position: absolute;
    top: 17%;
    left: 43%;
}

.headerLogo-3 {
    position: absolute;
    top: 17%;
    left: 51%;
}

.headerTitle {
    position: absolute;
    top: 55%;
    left: 28%;
}

.nav {
    height: 50px;
    background: url(../img/navBackground.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0%;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    padding: 0px 20px;
    box-sizing: border-box;
}

.nav ul li a {
    font-size: 20px;
    color: #ae120e;
    font-weight: 600;
    line-height: 50px;
}

.nav ul li.on,
.nav ul li:hover {
    background: #faac55;
}

.nav ul li.on a,
.nav ul li:hover a {
    color: #ffffff;
}

footer {
    background: #565a5d;
}

footer a,
footer div {
    color: #b7b9ba;
}

footer .linkTo-1 {
    line-height: 37px;
    border-bottom: 1px solid #cccccc;
    padding: 0px 22px;
    box-sizing: border-box;
}

footer .linkTo-1 span {
    color: #00b9c2;
    font-weight: 600;
}

footer .linkTo-1 a {
    padding: 0px 16px;
    border-right: 2px solid #b7b9ba;
}

footer .linkTo {
    border-bottom: 1px solid #cccccc;
}

footer .linkTo-2 {
    font-size: 14px;
    line-height: 24px;
    padding: 14px 22px 10px;
}

footer .linkTo-2 a {
    margin-right: 18px;
}

footer .linkTo div>img {
    margin-right: 35px;
}

footer .linkTo-3 {
    font-size: 14px;
    line-height: 30px;
    padding:  0px 22px;
}

footer .linkTo-3 a {
    padding: 0px 10px;
}

footer .linkTo-3 a:not(:last-of-type) {
    border-right: 2px solid #b7b9ba;
}