@charset "gb2312";
/*-清楚自带样式-*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img, a, em {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: none;
}

img {
    width: 100%;
    height: auto;
}

address, caption, cite, code, dfn, th, var, em {
    font-style: normal;
    font-weight: normal;
}

ul, ol, em, i {
    list-style: none;
    font-style: normal;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

input::-moz-focus-inner {
    border: none;
    padding: 0;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 0.875em;
    margin: 0;
}

input[type="text"], input[type="password"], textarea {
    outline-style: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

input, textarea {

    background: none;
    border: none;
}

table {
    border-collapse: collapse;
}

body {
    color: #333;
    font: 0.875em/2em "微软雅黑", "Arial Narrow", HELVETICA;
    background: #f2f2f2;
}

a {
    color: #3A3636;
    text-decoration: none;
}

a:hover {
    color: #005BAC;
    text-decoration: none;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    /* height: auto; */
}

.all-hover:hover {
    box-shadow: 0 0 10px #888888;
}

/*-----通用头部-----*/
.header .header-top {
    height: 100px;
}

.header .header-top .logo {
    padding-top: 20px;
    float: left;
}

.header .header-top .search {
    float: right;
    margin-top: 10px;
}

.header .header-top .search .top {
    margin-right: 5px;
}

.header .header-top .search-btn {
    float: right;
    width: 285px;
    margin-top: 8px;
}

.header .header-top .search-btn .txt {
    width: 200px;
    height: 30px;
    background: #DEDEDE;
    padding-left: 5px;
    color: #666;
    margin-right: -5px;
}

.header .header-top .search-btn .btn {
    width: 75px;
    height: 30px;
    color: #ffffff;
    background: #005BAC;
    font-size: 14px;
}

.animenu__toggle {
    display: none;
    cursor: pointer;
    background-color: #111;
    border: 0;
    padding: 10px;
    height: 40px;
    width: 40px;
}

.animenu__toggle:hover {
    background-color: #0186ba;
}

.animenu__toggle__bar {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
    -o-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
    transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}

.animenu {
    display: block;
    height: 40px;
    background: #005BAC;
    line-height: 40px;
    font-size: 16px;
}

.animenu__nav{
    width: 1200px;
    height: 40px;
    background: #005BAC;
}
.animenu li, .animenu a {
}

.animenu a {
    color: #fff;
    text-decoration: none;
}

.animenu__nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.animenu__nav > li:hover > a {
    color: #fff;
}

.animenu__nav__child {
    width: 100%;
    position: absolute;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    background-color: #005BAC;
}

.animenu__nav__child li {
    width: 100%;
}

.animenu__nav__child a:hover {
    display: block;
    width: 100%;
    background: #0041AC;
    color: #ffffff;
    font-weight: 500;
}

.animenu__nav--open {
    display: block !important;
}

.animenu__nav--open .animenu__nav__child {
    display: block;
}

nav li {
    width: 120px;
    text-align: center;
    float: left;
    position: relative;
}

nav li a:hover {
    display: block;
    width: 100%;
    height: 40px;
    background: #0041AC;
    color: #ffffff;
    font-weight: 500;
}

nav .demo li ul {
    display: none;
}

nav .demo li ul li {
    width: 100%;
}

/*------版权部分-----*/
.footer {
    line-height: 60px;
    background: #d9d9d9;
    font-size: 14px;
    color: #005BAC;
    text-align: center;
    /* overflow: hidden; */
    margin-top: 20px;
}
.footer p{
    background: #d9d9d9;
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}


































