@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

body {
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

:link,
:visited,
ins {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

* {
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-y: auto;
    overflow-x: hidden;
}

b,
em,
i {
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0;
    font-family: 'Microsoft Yahei', Arial, Tahoma, Helvetica, 'SimSun', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    position: relative;
}

html,
body {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #eaeef1;
}

button,
input,
select,
textarea,
th {
    background: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-family: 'Microsoft Yahei', Arial, Tahoma, Helvetica, 'SimSun', 'Hiragino Sans GB', sans-serif;
}

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    -webkit-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -moz-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -ms-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -o-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
}

header {
    height: 76px;
    background: linear-gradient(-90deg, #6c71ff, #56c4ff);
    margin: auto;
    overflow: hidden;
}

header > div {
    position: relative;
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

header > div > a {
    float: left;
    width: auto;
    margin-right: 6px;
    padding-top: 9px;
    height: 60px;
    display: block;
    overflow: hidden;
}

header > div > a img {
    display: inline-block;
    width: auto;
    height: 59px;
}

header nav {
    float: left;
    max-width: 980px;
    padding-left: 44px;
    height: 76px;
}

header nav a {
    position: relative;
    float: left;
    display: block;
    position: relative;
    padding: 0 22px;
    line-height: 76px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover,
header nav a.current {
    color: #fff;
}

header nav a.current {
    font-weight: bold;
}

header nav a:before,
header nav a:after {
    content: '';
    position: absolute;
    display: block;
    width: 68px;
    height: 61px;
    background: url(../img/icon_header.png) no-repeat;
    background-size: 1000px 1000px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:before {
    top: -61px;
    left: -10px;
    background-position: -5px -179px;
}

header nav a:after {
    bottom: -61px;
    right: -10px;
    background-position: -82px -194px;
}

header nav a:nth-of-type(1):before {
    left: -20px;
}

header nav a:nth-of-type(1):after {
    right: -24px;
}

header nav a:last-of-type:before {
    left: -20px;
}

header nav a:last-of-type:after {
    right: -20px;
}

header nav a:hover:before,
header nav a.current:before {
    top: 0;
}

header nav a:hover:after,
header nav a.current:after {
    bottom: 0;
}

header .troll {
    position: absolute;
    top: 19px;
    right: 0;
    height: 38px;
    background: #fff;
    border-radius: 19px;
}

header .troll input {
    width: 110px;
    display: block;
    border: 0;
    float: left;
    padding-left: 19px;
    line-height: 36px;
    height: 38px;
    background: transparent;
    font-size: 14px;
    color: #b4b8b7;
}

header .troll i {
    float: right;
    display: block;
    padding: 8px 13px 8px 13px;
    width: 20px;
    height: 21px;
    background-position: 8px 4px;
}

header .troll input::-webkit-input-placeholder {
    color: #b4b8b7;
}

header .troll input:-moz-placeholder {
    color: #b4b8b7;
}

header .troll input::-moz-placeholder {
    color: #b4b8b7;
}

header .troll input:-ms-input-placeholder {
    color: #b4b8b7;
}

footer {
    width: 100%;
    color: #666;
    font-size: 14px;
    background-color: #202020;
    text-align: center;
    border-top: 4px solid #6297ff;
}

footer > div:nth-of-type(2) {
    padding: 10px 0;
    background-color: #1d1d1c;
    display: flex;
    justify-content: center;
}

footer > div:nth-of-type(2) a {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
}

footer > div:nth-of-type(1) div {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    padding: 36px 0 15px;
    line-height: 24px;
}

footer > div:nth-of-type(1) div p:nth-of-type(1) a {
    font-size: 14px;
    color: #999;
}

footer p {
    margin-bottom: 10px;
}

footer p a {
    margin: 0 5px;
    color: #999;
}

footer p span {
    margin: 0 10px;
}

footer div img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 50px;
}

footer div a:hover {
    color: #cfcfcf !important;
}
