html {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000;
    width: 100%;
    height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0 none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none outside 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 none;
    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;
}

input, textarea, select {

}

legend {
    color: #000000;
}

body {
    font: 13px/1.231 Microsoft Yahei, helvetica, arial, clean, sans-serif;
}

select, input, button, textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    line-height: 100%;
}

a {
    text-decoration: none;
}

a:active, a:visited, a:link, a:hover, a:focus {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

.white {
    background: #fff !important;
}
.color-red{
    color: #B80000 !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

.width100{
    display: block;
    width: 100%;
}
/***************Ê×Ò³²Ëµ¥À¸*********************/
body {
    min-width: 1200px;
    height: 100%;
}

.normal-mp {
    padding: 0;
    margin: 0;
}

.index-container {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 15px;
    overflow: hidden;
}

.login-btn {
    padding-top: 8px;
    padding-buttom: 8px;
    text-align: right;
    margin-bottom: 10px;
}

.login-btn a:first-child {
    color: #808080;
    padding: 0 10px;
}

.login-btn a:last-child {
    color: #BA0001;
    padding: 0 10px;
}

.fun-btn, .logo-img-a {
    height: 70px;
    line-height: 70px;
    float: left;
}

.fun-btn {
    width: 70%;
}

.logo-img-a {
    width: 30%;
}

.fun-btn .width20 {
    display: block;
    width: 23%;
    float: left;
    text-align: center;
    font-size: 1.3em;
    color: #333333;
    cursor: pointer;
}

.actieve {
    background: #BA0001 !important;
    color: #fff !important;
}

.footer {
    padding: 30px 0;
    background: #EEEEEE;
    text-align: center;
    color: #333333 !important;

}

.footer a {
    color: #333333 !important;
    padding: 10px 5px;
}

.footer1 {
    padding: 60px 0;
    background: #333333 !important;
    color: #fff !important;

    width: 100%;

}

.footer1 a {
    color: #fff !important;
}

/*********×ó²Ëµ¥***********/
.text-area {
    width: 60%;
    margin: 20px auto;
    overflow: hidden;
}

.text-area .left-menu {
    width: 20%;
    float: left;
}

.left-menu li {
    padding: 15px 30px;
    margin: 5px 0;
    color: #343434;
    font-size: 1.5em;
    text-align: center;
    background: #EEEEEE;
    cursor: pointer;
}

.text-area .info-area {

    width: 80%;
    float: left;
}