@charset "utf-8";

/* CSS Document */



body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 1em;
    color: #333;
    font-family: "Microsoft Yahei";
    line-height: 1.5;
    /* background:#f9f9f9;*/
}

em,
s,
b,
ins,
i {
    font-style: normal;
}

fieldset,
img {
    border: 0;
    display: block;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

input,
button,
select,
textarea {
    outline: none;
}

select,
input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    outline: 0;
    color: #333333;
}

.clearfix:after {
    height: 0;
    display: block;
    content: ".";
    overflow: hidden;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.wrap {
    width: 100%;
}

.wrap .cont {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.header-nav.wrap .cont {
    padding: 0;
}

.header-nav {
    height: 80px;
    background: #171d8f;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header-nav .fl img {
    height: 44px;
    margin-top: 18px;
}

.header-nav .fr>li {
    float: left;
    min-width: 120px;
}

.header-nav a {
    line-height: 80px;
    color: #fff;
    margin: 0 25px;
}

.header-nav .header-nav .header-nav-list {
    position: relative;
    overflow: hidden;
}

.header-nav .header-nav-list:hover .list-item {
    display: block;
}

.header-nav .header-nav-list .list-item {
    position: absolute;
    width: 120px;
    top: 80px;
    background: #171d8f;
    text-align: center;
    display: none;
}

.header-nav .header-nav-list .list-item a {
    display: block;
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 32px;
}
.header-nav .header-nav-list .list-item a:hover{
    background: rgb(195, 169, 125);
    color: #fff;
}
.footer {
    background: #171d8f;
}

.footer.wrap .cont {
    padding: 30px 0;
}

.footer .cont>div {
    display: inline-block;
}

.footer .cont .title {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    margin-bottom: 10px;
}

.footer .cont a {
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    display: block;
}

.footer .cont .left-con {
    margin-right: 260px;
    vertical-align: top;
    height: 120px;
    padding-top: 40px;
    box-sizing: border-box;
}

.footer .cont .right-con {
    height: 120px;
    vertical-align: top;
    padding-left: 70px;
}

.footer .cont .center-con {
    width: 280px;
    height: 120px;
    border-right: 1px solid #fff;
}

@media screen and (min-width: 960px) and (max-width: 1280px) {
    .wrap .cont {
        width: 96%;
    }

    .footer.wrap .cont>div {
        width: 30%;
        margin: 0;
    }
}