@charset "UTF-8";
html {
    color: #000;
    background: #FFF;
}

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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */

body {
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    font-family: "Microsoft YaHei";
    outline: 0;
    border: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal{
    display: none;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* 属性值渐变 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/* 单行文本溢出 */

.ewb-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* header */
.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 203px;
    background: url("../images/header.jpg") no-repeat top center;
}

.nav {
    height: 59px;
    background: url("../images/navbg.jpg") repeat-x bottom left;
    margin-top: -10px;
}

.nav .menu {
    height: 59px;
    background: url("../images/nav.jpg") no-repeat center;
}

.nav-list {
    height: 49px;
    padding-top: 10px;
}

.nav-list li {
    font-size: 16px;
    font-weight: bold;
    line-height: 49px;
    margin-left: 55px;
    float: left;
    color: #fff;
}

.nav-list li a {
    color: #fff;
}

.nav-list li a:hover {
    text-decoration: underline;
}

/* footer */

.foot {
    border-top: 3px solid #143e76;
    padding-top: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.red-img {
    float: left;
    margin: 20px 0 0 120px;
}

.foot-info {
    float: left;
    width: 766px;
}

.foot-info a {
    margin: 0px 10px;
    color: #444;
}

.foot-info a:hover {
    color: #aea115;
    text-decoration: underline;
}

.foot-copy {
    font-size: 14px;
    line-height: 28px;
    color: #000;
}

.foot-num {
    display: inline-block;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}

.foot-police{
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    color: #939393;
}

.foot-img{
    width: 185px;
    float: right;
    margin-bottom: 20px;
}
