/* 统一配置 */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
figure,
figcaption,
code,
del,
dfn,
em,
button,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
tbody,
tf,
tr,
th {
    border: 0px;
    padding: 0px;
    font-size: 100%;
    margin: 0px;
    font-family: inherit;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    word-break: break-word;
}

body {
    color: #333333;
    line-height: 1.6em;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti;
    margin: 0px auto;
    max-width: 2560px;
    min-width: 1450px;
    overflow-x: hidden;
}

input[type="text"],
input[type="password"],
textarea,
select {
    font-family: "微软雅黑", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti;
    background-color: #FFFFFF;
    font-size: 12px;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

img {
    border: 0px;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

 :focus {
    outline: 0;
}

ul,
li {
    list-style-type: none;
}

.inner-container {
    width: 1450px;
    height: inherit;
    margin: auto;
}


/* 头部 */

.header {
    background: #91BEE8;
    height: 290px;
    background-image: url(../img/bg.png);
    background-size: 1920px 290px;
    background-repeat: no-repeat;
    background-position: center center;
}

.header>.inner-container>.scuec {
    height: 102px;
    margin-top: 36px;
}

.header>.inner-container>.wlc {
    height: 88px;
    margin-left: 36px;
    margin-top: 43px;
}

.nav {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    background: #4286C9;
}

.nav ul {
    display: flex;
    flex-direction: row;
}

.nav ul li {
    flex: 1;
    text-align: center;
    font-weight: 400;
}

.nav ul li a {
    display: block;
    color: #FFFFFF;
}

footer {
    height: 50px;
    background: rgba(43, 76, 103, 1);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
}

footer span {
    margin-right: 40px;
}