﻿html
{
    min-width: 1024px;
    margin: 0;
    padding: 0;
    
}

body
{
    border-top: solid 0px #000;
    color: #333;
    font-size: .85em;
    font-family: \5b8b\4f53, Arial, Helvetica, sans-serif;
    margin: 0 auto 0 auto;
    padding: 0;
    border-top-color: #009900;
    
    background-image: url('../Images/Top_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
#main
{
    width:1024px;
    margin: 0 auto 0 auto;
}
a
{

}

    a:link, a:visited, a:active, a:hover
{
}

    a:hover
{
    /*background-color: #CCCCCC;*/
}


h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active
{
    padding: 0;
    text-decoration: none;
}
.center
{
    text-align: center;
}
.height40
{
    height: 40px;
}
.height40 p
{
    padding-left: 20px;
}
.paddingLeft30
{
    padding-left: 30px;
}
.liHeight30 li
{
    line-height: 30px;
}
/* KinMaxShow Setting */
#kinMaxShow
{
    display: none;
}

#summary
{
    background-image: url('../images/1.jpg');
    background-repeat: no-repeat;
}
    #summary div
{
    padding: 80px 30px 30px 300px;
    line-height: 40px;
    text-indent: 2em;
    font-size: 19px;
    height: 220px;
}
#dlimage
{
    border-width: 0px;
}
#help{
    height: 200px;
    background-image: url('../Images/help.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
#lxwm
{
    height: 470px;
    background-image: url('../Images/lxwm.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 470px;
}
    #lxwm #lxwmQQ
{
    padding:30px;
}
#userBr
{
    background-image: url('../Images/user_bar.png');
    height: 46px;
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
}
.accordion img
{
    width: 100%;
    
}
.a2
{
    background-image: url('../images/2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    min-height:390px;
}
.a2 p
{
    padding-top:370px;
}
.a3
{
    background-image: url('../images/3.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    min-height:390px;
}
.a3 p
{
    padding-top:370px;
}
.a4
{
    background-image: url('../images/4.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    min-height:390px;
}
.a4 p
{
    padding-top:370px;
}
.a5
{
    background-image: url('../images/5.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    min-height:360px;
}
.a5 p
{
    padding-top:340px;
    text-align:center;
}
.a6
{
    background-image: url('../images/6.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    min-height:360px;
}
    .a6 ol
{
    padding-top: 230px;
    line-height: 30px;
}
#fixed
{
    position: fixed;
    right: 0px;
    bottom: 0px;
    color: #808080
}
.leftBar
{
    width: 215px;
    float: left;
}
.rightMain
{
    width: 800px;
    float: right;
}
    .rightMain #answer
{
}
.asDefault
{
    padding: 30px;
    background-color: #FFFFFF;
    background-image: url('../images/AnswerBg.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 380px;
}
#set1
{
    color: #f00;
    background-color: #FFFFFF;
    background-image: url('../Images/buding1.jpg');
    background-position: center center;
    min-height: 420px;
    background-repeat: no-repeat;
}
#set2
{
    color: #009900;
    background-image: url('../Images/buding1.jpg');
    background-position: center center;
    min-height: 430px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
#set3
{
    color: #009900;
    background-image: url('../Images/buding1.jpg');
    background-position: center center;
    min-height: 430px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
footer {
    clear: both;
    font-size: .8em;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left, header .float-right
    {
        float: none;
    }

    /* logo */
    header .site-title
    {
        margin: 10px;
        text-align: center;
    }

    /* forms */
    input
    {
        width: 90%;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left, footer .float-right
    {
        float: none;
    }

    footer
    {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p
    {
        margin: 0;
    }
}
