/*init padding and margin*/

button,
input,
form,
body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}


/*init border*/

input[type=submit],
button,
img {
    border: 0;
}


/*init outline*/

input,
button {
    /*outline: 0;*/
}


/*init body*/

body {
    font-family: Verdana, Arial, SimSun;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    text-align: justify;
    min-width: 1000px;
    text-justify: inter-ideograph;
    background: #fff;*
    text-justify: inter-ideograph;
    /* -webkit-font-smoothing: antialiased; */
}


/*list-style*/

ol,
ul {
    list-style: none;
}


/*init table*/

table {
    /* border-spacing: 0; */
    /* border-collapse: collapse; */
}


/*init link*/

a {
    /* opacity: 0.5; */
    /* filter: alpha(opacity: 50); */
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    /* background: #00f; */
}


/*init img*/

img {
    vertical-align: middle;
}

.justify-last {
    width: 100%;
    height: 0;
}


/*init inline*/

.inline {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}


/*init box*/

.box {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: 50% 0 no-repeat;
}

.box-center {
    position: relative;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    background: #fff 0 0 no-repeat;
}


/*init nav-top*/

#nav-top {
    background-color: #fff;
}

#nav-top .box-center {
    text-align: right;
}

#nav-top a {
    font-size: 12px;
    display: inline-block;
    margin: 70px 0 0 12px;
    color: #6c6c6c;
}

#nav-top a:hover {
    color: #042f81;
}

#nav-top .left {
    float: left;
    margin: 0;
    padding: 0;
}

#nav-top a:last-child {
    padding-right: 0 !important;
    border-right: none !important;
}

#nav-top img {
    margin-right: 5px;
}


/*init banner*/

#banner {
    margin-bottom: 20px;
}


/*init footer & copyright*/

#footer {
    background-color: #e3e3e3;
}

#footer p {
    font-family: Arial, SimSun;
    font-size: 14px;
    padding: 20px 50px;
    color: #666;
}

#copyright {
    background-color: #fff;
}

#copyright p {
    font-family: Arial, SimSun;
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
    color: #898c92;
}

#copyright a {
    margin: 0 10px;
    color: inherit;
}


/*init nav-float*/

#nav-float {
    z-index: 10;
    width: 100%;
    min-width: 1000px;
    text-align: center;
    background-color: #585858;
}

.position-absolute {
    position: absolute;
    top: 505px;
}

.position-fixed {
    position: fixed;
    top: 0;
}

#nav-float li {
    display: inline-block;
    width: 24%;
    max-width: 240px;
    cursor: pointer;
    color: #fff;
    background: #76ff66;
    *zoom: 1;
    *display: inline;
}

#nav-float a {
    font-size: 30px;
    display: block;
    width: 100%;
    margin: 30px 0;
    background-color: #d6d6d6;
}

#nav-float li:hover {
    color: #f0f;
    background-color: #f00;
}

#nav-float .on {
    background-color: #1c7e2b;
}
