@charset "UTF-8";
/* CSS resets/init */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: baseline;
    font-style: normal;
}

li {
    list-style: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

:focus {
    outline: 1;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #ddd;
    cursor: help;
}

input,
select {
    vertical-align: middle;
}

input,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    outline: 0;
    border: none;
    background: 0 0;
    font-family: 'Microsoft Yahei', '宋体', Helvetica, Arial, sans-serif;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input::-o-clear {
    display: none;
}

textarea {
    resize: none;
}

button {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    background-color: transparent;
}
button:hover {
    cursor: pointer;
}

select {
    padding-right: 14px;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}

option {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
option::-ms-expand {
    display: none;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar:horizontal {
    height: 8px;
}

::-webkit-scrollbar-track {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #d6dbcc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 12px;
}

textarea::-webkit-scrollbar {
    width: 3px;
    height: 33px;
    border-radius: 2px;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #3a3b39;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

body {
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: 14px/1.2 'Microsoft Yahei', '宋体', Helvetica, Arial, sans-serif;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 100%;
}
a,
a:visited {
    outline: 0;
    color: #333;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0;
    color: #008fff;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: top;
}
img:not([src]),
img[src=''] {
    opacity: 0;
}

.clearfix::after {
    clear: both;
    display: table;
    content: '';
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.wrap::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}
.wrap .main::after,
.wrap .aside::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}
.wrap .main {
    width: 840px;
}
.wrap .aside {
    width: 320px;
}
.wrap.mt20 {
    margin-top: 20px;
}

#header {
    position: relative;
    background-color: #fff;
    height: 74px;
    -webkit-box-shadow: 0 3px 9px rgba(25, 158, 96, 0.1);
    -moz-box-shadow: 0 3px 9px rgba(25, 158, 96, 0.1);
    box-shadow: 0 3px 9px rgba(25, 158, 96, 0.1);
}
#header .logo {
    float: left;
    display: block;
    width: 160px;
    height: 74px;
}
#header .search {
    float: right;
    width: 190px;
    height: 40px;
    margin-top: 17px;
    background-color: #f4f5f7;
    border-radius: 8px;
    display: none;
}
#header .search .search-cont {
    overflow: hidden;
}
#header .search .search-input,
#header .search .search-btn {
    display: block;
}
#header .search .search-input {
    float: left;
    width: 146px;
    text-indent: 1.2em;
    color: #425585;
    font-size: 14px;
    line-height: 40px;
}
#header .search .search-input::-moz-placeholder {
    color: #9fa4c1;
    opacity: 1;
}
#header .search .search-input:-ms-input-placeholder {
    color: #9fa4c1;
}
#header .search .search-input::-webkit-input-placeholder {
    color: #9fa4c1;
}
#header .search .search-btn {
    float: right;
    width: 44px;
    height: 40px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 4px solid #f4f5f7;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
}
#header .search .search-btn:hover {
    background-color: #fff;
}
#header .nav {
    overflow: hidden;
    display: block;
    margin: 0 200px;
    text-align: center;
    font-size: 0;
}
#header .nav li {
    display: inline-block;
    vertical-align: middle;
}
#header .nav li:hover a {
    color: #008fff;
}
#header .nav li a {
    display: block;
    width: 76px;
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 74px;
    letter-spacing: 1px;
}
#header .nav li.current {
    position: relative;
}
#header .nav li.current::after {
    content: '';
    position: absolute;
    bottom: 11px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 3px;
    background-color: #008fff;
    border-radius: 2px;
}
#header .nav li.current a {
    color: #008fff;
    font-weight: bold;
    font-size: 20px;
}

.foot {
    overflow: hidden;
    background-color: #001119;
    margin-top: 30px;
}
.foot .foot-about {
    overflow: hidden;
    font-size: 0;
    margin-top: 30px;
    text-align: center;
}
.foot .foot-about a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
    margin: 0 20px;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 2em;
}
.foot .foot-about a:hover {
    color: #ccc;
}
.foot .foot-info {
    text-align: center;
    padding: 20px 0 30px 0;
}
.foot .foot-info p {
    color: #696969;
    font-size: 12px;
    line-height: 2em;
}
