﻿

.menu {
    height: 82px;
    line-height: 82px;
    background-image: url(menu_bg.png);
    width: 100%;
     min-width: 1200px;
    position: absolute;
    z-index: 9999999;
}

.menuitem {
    width:1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/*@media (max-width: 768px) {
    .menuitem {
        background-image: url(menu_bg.png);
        width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1024px) {
    .menuitem {
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }
}*/

    .menuitem div {
        float: left;
        list-style: none;
        margin-left: 0px;
        margin-top: 0px;
    }

    .menuitem div {
        line-height: 75px;
        font-size: 20px;
        color: #fff;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
         /*word-spacing:8px;*/ 
         letter-spacing: 1px;
    }
     .menuitem ul {
        float: left;
        list-style: none;
        margin-left: 0px;
        margin-top: 0px;
    }

    .menuitem li {
        line-height: 75px;
        font-size: 20px;
        color: #fff;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
         /*word-spacing:8px;*/ 
         letter-spacing: 1px;
    }

.menuActice {
    border-bottom: 7px #fff solid;
}

.menuUnActice {
    border-bottom: 0px;
}




table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0 none;
}

em {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

.clearFix:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearFix {
    *zoom: 1;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

input, textarea {
    font-size: 12px;
    outline: 0 none;
}
/*body*/
body, input, textarea {
    font-family: tahoma,'\5fae\8f6f\96c5\9ed1',simsun;
    font-size: 12px;
    color: #333;
}
/*html,body {line-height:1.5;background:#fff;}*/
body {
    margin: 0 auto;
    font-family: 'Microsoft YaHei';
    min-width: 45em;
    _width: auto;
}

a {
    color: #333;
    outline: 0 none;
}


/*focus*/
.focus {
    height: 59em;
    overflow: hidden;
    position: relative;
    background: #ccc;
}

.focus_m ul {
    width: 100%;
    height: 60em;
    overflow: hidden;
}

.focus_m li {
    width: 100%;
    height: 60em;
    _float: left;
}

    .focus_m li.li_1 {
        background: url(1.jpg) center 0 no-repeat #eff0f4;
    }

    .focus_m li.li_2 {
        background: url(2.jpg) center 0 no-repeat #19242a;
    }

    .focus_m li.li_3 {
        background: url(3.jpg) center 0 no-repeat #fff;
    }

    .focus_m li.li_4 {
        background: url(4.jpg) center 0 no-repeat #fff;
    }

.focus_s {
    height: 0;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    width: 1200px;
}

    .focus_s ul {
        height: 30px;
        overflow: hidden;
        position: absolute;
        left: 10px;
        top: 650px;
    }

    .focus_s li {
        float: left;
        cursor: pointer;
        height: 30px;
        width: 30px;
        overflow: hidden;
        margin-right: 10px;
    }

        .focus_s li b {
            display: block;
            text-indent: -999em;
            background: url(circle.png) 0 0 no-repeat;
            width: 32px;
            height: 32px;
            overflow: hidden;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='images/circle.png');
            _background: none;
        }

        .focus_s li.active b {
            margin-top: 0px;
            background: url(select.png) 0 0 no-repeat;
            width: 32px;
            height: 32px;
        }

.focus_l, .focus_r {
    position: absolute;
    display: block;
    width: 50px;
    height: 75px;
    overflow: hidden;
    z-index: 2;
    top: 318px;
}

.focus_l {
    left: 0;
}

.focus_r {
    right: 0;
}

    .focus_l b, .focus_r b {
        position: absolute;
        z-index: 1;
        display: block;
        width: 50px;
        height: 75px;
        overflow: hidden;
        background: #000;
        opacity: 0.3;
        filter: alpha(opacity=30);
        cursor: pointer;
    }

    .focus_l span, .focus_r span {
        display: block;
        position: relative;
        z-index: 2;
        width: 22px;
        height: 33px;
        top: 21px;
        cursor: pointer;
    }

.focus_l span {
    left: 12px;
    background: url(l.png) 0 0 no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='images/l.png');
    _background: none;
}

.focus_r span {
    left: 16px;
    background: url(r.png) 0 0 no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='images/r.png');
    _background: none;
}

.focus_l:hover, .focus_r:hover {
    *zoom: 1;
}

    .focus_l:hover b, .focus_r:hover b {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
/*login*/
.login_box {
    height: 0;
    position: relative;
    margin: 0 auto;
    z-index: 30;
    width: 1200px;
}

.login {
    position: absolute;
    width: 382px;
    height: 314px;
    overflow: hidden;
    padding: 10px;
    right: 0;
    top: 383px;
}

.login_bg {
    position: absolute;
    z-index: 1;
    width: 379px;
    height: 323px;
    left: 0;
    top: 0;
}

.login_content {
    position: relative;
    width: 379px;
    height: 323px;
    overflow: hidden;
    z-index: 2;
    background: url(login_bg.png) 0 0 repeat-x;
}

.login_main {
    height: 41px;
    overflow: hidden;
}

    .login_main li {
        width: 151px;
        height: 41px;
        overflow: hidden;
        float: left;
    }

    .login_main a {
        display: block;
        width: 150px;
        height: 40px;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 40px;
        border: 1px solid #8a9eaa;
        background: #f9f9f9;
    }

        .login_main a.active {
            background: none;
            border-color: #f0f0f0;
        }

        .login_main a:hover {
            color: #f60;
        }

    .login_main .li_0 a {
        border-width: 0 1px 1px 0;
    }

    .login_main .li_1 a {
        border-width: 0 0 1px 1px;
    }

.login_cnzz {
    padding: 0px;
    position: relative;
    top: 80px;
}

    .login_cnzz table {
        table-layout: fixed;
        width: 100%;
    }

    .login_cnzz td {
        padding-top: 10px;
    }

        .login_cnzz td.td_0 {
            width: 60px;
            text-align: right;
        }

        .login_cnzz td.td_1 {
        }

            .login_cnzz td.td_1 input {
                width: 180px;
                height: 26px;
                line-height: 26px;
                background: #fff;
                border: 1px solid #ccc;
                padding: 0 5px;
                color: #919191;
            }

                .login_cnzz td.td_1 input:focus {
                    border-color: #8fb5cf;
                    color: #000;
                }

        .login_cnzz td.td_2 input {
            vertical-align: middle;
            margin-top: -2px;
            margin-bottom: 1px;
        }

        .login_cnzz td.td_3 input {
            width: 60px;
            height: 26px;
            line-height: 26px;
            background: #fff;
            border: 1px solid #ccc;
            padding: 0 5px;
            color: #919191;
        }

            .login_cnzz td.td_3 input:focus {
                border-color: #8fb5cf;
                color: #000;
            }

        .login_cnzz td.td_4 a {
            float: left;
            overflow: hidden;
            height: 32px;
            line-height: 32px;
            overflow: hidden;
        }

        .login_cnzz td.td_4 span {
            display: block;
            text-indent: -999em;
            float: left;
            overflow: hidden;
            height: 32px;
            line-height: 32px;
            overflow: hidden;
            width: 73px;
            height: 32px;
            overflow: hidden;
            background: url(btn.png) 0 -100px no-repeat;
            cursor: pointer;
        }

            .login_cnzz td.td_4 span:hover {
                background-position: -100px -100px;
            }

        .login_cnzz td.td_4 a.a_1 {
            color: #0387cf;
            margin-left: 10px;
        }

            .login_cnzz td.td_4 a.a_1:hover {
                text-decoration: underline;
            }

.register {
    position: absolute;
    width: 257px;
    height: 40px;
    overflow: hidden;
    background: url(btn.png) 0 0 no-repeat;
    display: block;
    text-indent: -999em;
    cursor: pointer;
    left: 50%;
    margin-left: -129px;
    top: 220px;
}

    .register:hover {
        background-position: 0 -50px;
    }

.login_error {
    text-align: center;
    color: #f00;
}

.index_box {
    margin-top: 15px;
}

    .index_box h3 {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 14px;
    }

.inputOver {
    height: 30px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ccc;
    width: 70%;
    color: #fff;
    padding: 10px;
    font-size: 24px;
}

    .inputOver:HOVER {
        -webkit-transition: border linear .2s,-webkit-box-shadow linear .5s;
        border-color: rgba(45,180,153,.50);
        -webkit-box-shadow: 0 0 2px rgba(45,180,153,1);
    }

.Level {
    float: left;
    cursor: pointer;
  
    font-size: 2em;
    padding: 0px;
    margin-right:0px;
    /*border-bottom: 1px solid #ff6a00;*/
    

}

.LevelActive {
  
    color: #fff;
}

.LevelUnActive {
   
    color: #333333;
}

.booklist {
    list-style: none;
}

    .booklist li {
        font-size: 2em;
        color: #fff;
        float: left;
        padding: 16px;
    }

    .booklist img {
        width: 240px;
        height: 190px;
    }
    .levelbook img{width:80%; height:80%;}
    .levelbook div{width:150px;}