/*******************
author:fuwenbo 
201508
大地幼教网
********************/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    background: #fff;
    /*max-width: 1440px;*/
    min-width: 1100px;
}

img {
    border: 0;
}

a:focus {
    outline: none;
}

li, ul {
    list-style: none;
}

.red {
    color: #aa2828;
}

.clear_b {
    clear: both;
}

.clearfix {
    clear: both;
    display: table;
    content: "";
}

.ft_l {
    float: left;
}

.ft_r {
    float: right;
}

a {
    color: #353535;
    text-decoration: none;
}

    a:hover {
        color: #656565;
        cursor: pointer;
    }

.headerBox {
    margin: 0 auto;
    width: 1100px;
    height: 106px;
}

.hb_left {
    float: left;
    margin-top: 30px;
}

.logo {
    float: left;
    width: 113px;
    height: 48px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #aeaeae;
    background: url(../images/logo.png) no-repeat left top;
}

    .logo:hover {
        background-position: 0 -60px;
    }

.telIcon {
    float: left;
    width: 230px;
    height: 48px;
    background: url(../images/tel.png) no-repeat left center;
}

.hb_right {
    float: right;
}

.login_top {
    margin-top: 8px;
}

    .login_top .intt {
        width: 90px;
        height: 20px;
        line-height: 19px;
        padding-left: 3px;
        margin: 0 10px 0 5px;
        border: 1px solid #aeaeae;
        background: #fff;
    }

    .login_top .inbt {
        width: 40px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        background: #777;
        border: none;
        margin-right: 10px;
    }

        .login_top .inbt:hover {
            background: #7bc91e;
            cursor: pointer;
        }

    .login_top a {
        display: block;
        height: 20px;
        line-height: 20px;
        color: #aa2828;
        padding: 0 10px;
        background: #ffd803;
    }

        .login_top a:hover {
            color: #fff;
            background: #7bc91e;
            text-decoration: none;
            cursor: pointer;
        }


.snsBox {
    margin-top: 20px;
}

    .snsBox .s1 {
        float: right;
        height: 20px;
        padding-left: 13px;
        margin-top: 10px;
        margin-right: 5px;
        color: #777;
        background: url(../images/icon_yjw.png) no-repeat 2px 5px;
    }

.snsIcon {
    float: right;
    display: block;
    width: 38px;
    height: 38px;
    margin-left: 5px;
    background: url(../images/sns_icon.png) no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wxIcon {
    background-position: 0px 0px;
}

    .wxIcon:hover, .wxIcon_ed {
        background-position: 0px -40px;
    }

.txIcon {
    background-position: -42px 0px;
}

    .txIcon:hover {
        background-position: -42px -40px;
    }

.snIcon {
    background-position: -82px 0px;
}

    .snIcon:hover {
        background-position: -82px -40px;
    }

.qqIcon {
    background-position: -122px 0px;
}

    .qqIcon:hover {
        background-position: -122px -40px;
    }


.snsIcon:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wxFl {
    float: right;
    position: relative;
    z-index: 100;
}

.wxBox {
    width: 108px;
    height: 128px;
    padding: 15px;
    text-align: center;
    border: 1px solid #e4e4e4;
    background: #fff;
    position: absolute;
    top: 45px;
    left: -46px;
    display: none;
}

    .wxBox p {
        margin-top: 5px;
    }

    .wxBox .arrow {
        display: block;
        width: 16px;
        height: 10px;
        background: url(../images/icon_yjw.png) no-repeat -1px -19px;
        position: absolute;
        top: -10px;
        left: 60px;
    }

.navBox {
    float: left;
    width: 100%;
    background: #353535;
}

.navM {
    margin: 0 auto;
    width: 1101px;
    height: 40px;
}

    .navM > ul > li {
        float: left;
        height: 40px;
        padding: 0 2px;
    }


        .navM > ul > li > a, .navM2 > a {
            float: left;
            display: block;
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
            color: #fff;
            font-size: 14px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .navM > ul > li > a:hover, .navM2 > a:hover, .navM2 > a.active {
                background: #7bc91e;
                text-decoration: none;
                color: #353535;
                cursor: pointer;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .navM > ul > li:hover, .navM > ul > li.active {
            background: #7bc91e;
            color: #353535;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .navM > ul > li.active a {
                color: #353535;
            }

.navM2 {
    position: relative;
}

    .navM2 > a {
        background: url(../images/icon_nav2_arrow.png) no-repeat right 18px;
    }

        .navM2 > a:hover, .navM2 > a.active {
            background: url(../images/icon_nav2_arrow.png) no-repeat right -28px #7bc91e;
        }

.nav2 {
    width: 150px;
    padding: 10px 0;
    background: #7bc91e;
    opacity: .9;
    position: absolute;
    left: -5px;
    top: 40px;
    display: none;
    z-index: 100;
}

    .nav2 > li {
        float: left;
        width: 100%;
    }

        .nav2 > li > a {
            display: block;
            width: 100%;
            padding: 5px 0;
            text-indent: 25px;
        }

            .nav2 > li > a:hover {
                background: #c6e49c;
                text-decoration: none;
            }

/*焦点广告*/
.focusBox {
    margin: 0 auto;
    width: 100%;
    min-width: 1100px;
    height: 380px;
    overflow: hidden;
    position: relative;
    /*text-align: center;*/
}

.slider {
    width: 100%;
    position: absolute;
}

    .slider img, .slider a {
        margin: 0 auto;
        width: 100%;
        height: 380px;
        display: block;
    }

.num {
    position: absolute;
    right: 150px;
    bottom: 10px;
}

    .num li {
        float: left;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        cursor: pointer;
        overflow: hidden;
        margin: 3px 5px;
        background-color: #4e4e4e;
        text-indent: -9999px;
    }

        .num li.on {
            width: 12px;
            height: 12px;
            border-radius: 12px;
            background-color: #fff;
            margin: 0 5px;
        }

.focusBox2 {
    height: 300px;
}

    .focusBox2 .slider img, .focusBox2 .slider a {
        height: 300px;
    }

.focusBox_zy {
    float: left;
    width: 495px;
    min-width: 495px;
    height: 270px;
    margin: 25px 0;
}

    .focusBox_zy .slider img, .focusBox_zy .slider a {
        height: 270px;
    }

    .focusBox_zy .num {
        right: 30px;
        bottom: 10px;
    }

.focusBox_zy2 {
    float: left;
    width: 541px;
    min-width: 541px;
    height: 296px;
    /*margin: 25px 0;*/
}

    .focusBox_zy2 .slider img, .focusBox_zy2 .slider a {
        height: 296px;
    }

    .focusBox_zy2 .num {
        right: 20px;
        bottom: 10px;
    }


.layoutCont {
    margin: 0 auto;
    width: 1001px;
}

.gridNav {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}

.gd1 {
    float: left;
    width: 172px;
}

    .gd1 > a {
        display: block;
        width: 100%;
        height: 64px;
        line-height: 65px;
        background: #ffd803;
        color: #353535;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .gd1 > .a1 {
        border-bottom: 1px solid #e5b700;
    }

    .gd1 > .a2 {
        border-top: 1px solid #ffe971;
        border-bottom: 1px solid #ffe971;
    }

    .gd1 > .a3 {
        border-top: 1px solid #e5b700;
    }

    .gd1 > a:hover {
        background: #7bc91f;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .gd1 > a > span {
        display: block;
        margin-left: 20px;
        text-indent: 40px;
        background: url(../images/icon_yjw.png) no-repeat;
    }

    .gd1 > .a1 > span {
        background-position: 5px -135px;
    }

    .gd1 > .a2 > span {
        background-position: 0 -190px;
    }

    .gd1 > .a3 > span {
        background-position: 0 -253px;
    }

.gd2 {
    float: left;
    width: 460px;
    height: 196px;
    margin-left: 4px;
}

    .gd2 a {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .gd2 .a1 {
        background: url(../images/n1.png) no-repeat;
    }

    .gd2 .a2 {
        background: url(../images/n2.png) no-repeat;
    }

    .gd2 a:hover {
        background-position: 0 -210px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.inTh {
    float: left;
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #d7efbb;
}

    .inTh > .ss {
        float: left;
        width: 176px;
        height: 42px;
    }

    .inTh > .cTh {
        background: url(../images/in_c.png) no-repeat;
    }

    .inTh > .pTh {
        background: url(../images/in_p.png) no-repeat;
    }

    .inTh > .more {
        float: right;
        width: 25px;
        height: 25px;
        margin-top: 18px;
        opacity: .6;
        filter: alpha(opacity=60);
        background: url(../images/icon_yjw.png) no-repeat 0 -372px;
    }

        .inTh > .more:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.inClink {
    float: left;
    width: 100%;
    height: 271px;
    background: url(../images/in_c_2.png) no-repeat;
    margin: 10px 0 40px 0;
    position: relative;
}

    .inClink > .aa {
        display: block;
        width: 92px;
        height: 96px;
        text-align: center;
        position: absolute;
    }

        .inClink > .aa > span {
            display: block;
            margin: 0 auto;
            width: 55px;
            height: 55px;
            margin-bottom: 3px;
            opacity: .6;
            opacity: .6;
            background: url(../images/c_icon.png) no-repeat;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .inClink > .aa:hover {
            cursor: pointer;
        }

            .inClink > .aa:hover > span {
                opacity: 1;
                filter: alpha(opacity=100);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

    .inClink > .aa1 {
        left: 90px;
        top: 150px;
    }

        .inClink > .aa1 > span {
            background-position: 3px 0;
        }

    .inClink > .aa2 {
        left: 400px;
        top: 30px;
    }

        .inClink > .aa2 > span {
            background-position: -3px -80px;
        }

    .inClink > .aa3 {
        left: 710px;
        top: 145px;
    }

        .inClink > .aa3 > span {
            background-position: 0 -179px;
        }

    .inClink > .aa4 {
        left: 605px;
        top: 30px;
    }

        .inClink > .aa4 > span {
            background-position: 3px -267px;
        }

    .inClink > .aa5 {
        right: 90px;
        top: 145px;
    }

        .inClink > .aa5 > span {
            background-position: 0 -354px;
        }

    .inClink > .aa6 {
        left: 297px;
        top: 145px;
    }

        .inClink > .aa6 > span {
            background-position: -3px -434px;
        }

    .inClink > .aa7 {
        left: 195px;
        top: 35px;
    }

        .inClink > .aa7 > span {
            background-position: -3px -514px;
        }

    .inClink > .aa8 {
        right: 190px;
        top: 35px;
    }

        .inClink > .aa8 > span {
            background-position: -3px -600px;
        }

    .inClink > .aa9 {
        left: 506px;
        top: 145px;
    }

        .inClink > .aa9 > span {
            background-position: 3px -685px;
        }

.cUl {
    float: left;
    width: 100%;
}

    .cUl li {
        float: left;
        margin: 10px 20px 0 15px;
        text-align: center;
    }

        .cUl li > a {
            display: block;
            width: 148px;
        }

        .cUl li a img {
            width: 145px;
            height: 145px;
            padding: 1px;
            border: 1px solid transparent;
            margin: 0 auto;
        }

        .cUl li a:hover img {
            border-color: #7bc91f;
        }

        .cUl li a p {
            display: block;
            width: 100%;
            height: 25px;
            line-height: 25px;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.picList {
    float: left;
    width: 200px;
}

    .picList > a {
        display: block;
        margin-top: 15px;
    }

.slideLeftA {
    float: left;
    width: 200px;
}

.slideLeftBox {
    float: left;
        width: 200px;
        margin-top: 22px;
        background: #ededed;
        /* border-bottom: 6px solid #9bc963; */
        padding-bottom: 40px;
}

.mainRightBox {
    float: right;
    width: 777px;
    margin-top: 22px;
    min-height: calc(100vh - 446px);
}

.slTh {
    width: 100%;
}

    .slTh .ss {
        display: block;
        width: 100%;
        height: 56px;
    }

    .slTh .ss1 {
        background: url(../images/m_c1.png) no-repeat;
    }

    .slTh .ss2 {
        background: url(../images/zy_th.png) no-repeat;
    }

    .slTh .ss3 {
        background: url(../images/yy_l.png) no-repeat;
    }



.slTh2 {
    height: 56px;
        background: #2a7b60;
        border-radius: 15px 15px 0 0;
}

    .slTh2 > h5 {
        float: left;
            margin: 15px 0 0 10px;
            width: 90%;
            height: 28px;
            line-height: 28px;
            font-size: 18px;
            color: #dfd7c9;
            /* border-bottom: 1px dashed #416f0a; */
            /* text-indent: 25px; */
            /* background: url(../images/l_t_icon.png) left center no-repeat; */
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
			    font-weight: bold;
    }



.slUl {
    width: auto; /*176px;*/
    margin: 0 auto;
    margin-top: 20px;
}

    .slUl > li {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 40px;
        /* border-bottom: 1px solid #b0d880; */
        /* box-shadow: 0px 1px 0 #fff; */
    }

        .slUl > li > a {
            display: block;
        width: 100%;
        height: 100%;
        text-indent: 15px;
        font-size: 16px;
        overflow: hidden;
        color: #4e7b62;
        }

            .slUl > li > a > i {
                font-style: normal;
                font-weight: bold;
                display: none;
            }

        .slUl > li.active > a > i {
            display: inline-block;
        }

        .slUl > li.active > a {
            font-weight: bold;
        }

.crumb {
    width: 100%;
    height: 10px;
    padding-bottom: 18px;
    line-height: 22px;
    border-bottom: 1px solid #e4e4e4;
    color: #c0c0c0;
    text-indent: 20px;
    background: url(../images/icon_yjw.png) no-repeat 0 -460px;
    font-size: 14px;
}

    .crumb > a {
        color: #c0c0c0;
        padding: 0 5px;
    }

        .crumb > a:hover {
            color: #b3b3b3;
        }

    .crumb > span {
        padding: 0 5px;
        color: #7bc91e;
    }

.mrBox {
    padding: 25px;
    color: #353535;
}

    .mrBox > .th_h2 {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-family: 25px;
        text-align: center;
    }

    .mrBox > .time_p {
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 20px;
    }

.back_t, .back_b {
    width: 100%;
}

    .back_t > a {
        display: inline-block;
        text-indent: 25px;
        line-height: 25px;
        background: url(../images/icon_yjw.png) no-repeat 0 -556px;
    }

.back_b {
    margin-top: 40px;
    text-align: center;
    float: inherit;
}

    .back_b > a {
        margin: 0 auto;
        display: block;
        width: 114px;
        height: 84px;
        line-height: 84px;
        text-align: center;
        background: url(../images/back_bg.png) no-repeat 0 0;
    }


















/*右侧浮云*/
.sideRightBox {
    position: fixed;
    width: 45px;
    height: 138px;
    margin-left: 550px;
    left: 50%;
    bottom: 20px;
    z-index: 100;
}

    .sideRightBox > a {
        display: block;
        width: 45px;
        height: 43px;
        margin-top: 3px;
        background: url(../images/side_r_icon.png) no-repeat;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .sideRightBox > a:hover {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .sideRightBox > .aQQ {
        background-position: 1px 0px;
    }

        .sideRightBox > .aQQ:hover {
            background-position: -49px 0px;
        }

    .sideRightBox > .aShare {
        background-position: 1px -44px;
    }

        .sideRightBox > .aShare:hover {
            background-position: -49px -44px;
        }

    .sideRightBox > .aTop {
        background-position: 1px -88px;
    }

        .sideRightBox > .aTop:hover {
            background-position: -49px -88px;
        }

.kcUlList {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .kcUlList > li {
        float: left;
        width: 222px;
        height: 248px;
        margin: 28px 0 0 12px;
        border: 1px solid #e4e4e4;
        background: #fff;
    }

        .kcUlList > li img {
            width: 192px;
            height: 90px;
            margin: 15px 0 0 15px;
            border-radius: 5px;
        }

        .kcUlList > li a:hover img {
            opacity: .7;
            filter: alpha(opacity=70);
        }

        .kcUlList > li p {
            width: 198px;
            margin: 0 0 0 15px;
        }

        .kcUlList > li .p1 {
            height: 78px;
            margin-top: 15px;
            margin-bottom: 15px;
            overflow: hidden;
            line-height: 1.4em;
        }

        .kcUlList > li p .a1 {
            float: right;
            display: block;
            width: 78px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            border-radius: 3px;
            border: 1px solid #63a415;
            background: #7bc91e;
        }

            .kcUlList > li p .a1:hover {
                border: 1px solid #ffc703;
                background: #ffd803;
            }

.ghTh {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    color: #fff;
    background: #353535;
}

.ghUlList {
    width: 100%;
}

    .ghUlList > li {
        float: left;
        width: 167px;
        text-align: center;
        margin: 20px 10px 0 13px;
    }

        .ghUlList > li img {
            width: 150px;
            height: 150px;
            padding: 6px;
            border: 1px solid #ddd;
            background: #fff;
            margin-bottom: 8px;
        }

        .ghUlList > li a:hover {
            color: #7bc91e;
        }

            .ghUlList > li a:hover img {
                border-color: #7bc91e;
            }

        .ghUlList > li p {
            display: block;
            width: 100%;
            height: 25px;
            line-height: 25px;
        }

        .ghUlList > li a p {
            font-size: 14px;
            overflow: hidden;
        }

        .ghUlList > li .p2 {
            font-size: 12px;
            color: #aa2828;
        }

.ghUlList2 > li {
    margin: 20px 13px 0 13px;
}

.hyUlList > li {
    width: 142px;
    margin: 20px 23px 10px 25px;
}

    .hyUlList > li img {
        width: 130px;
        height: 130px;
    }

.jcUlList > li img {
    border-radius: 5px;
    box-shadow: 3px 3px 3px #ddd;
}

.mnBox {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #7bc91e;
    position: relative;
    margin-bottom: 30px;
}

.mnBM {
    padding: 0 20px;
    width: 560px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #7bc91e;
    position: absolute;
    top: 5px;
    left: 230px;
}

    .mnBM > span {
        float: left;
        padding-left: 27px;
        height: 30px;
        line-height: 30px;
        background: url(../images/mn.png) no-repeat left center;
    }

    .mnBM > a {
        float: left;
        height: 23px;
        line-height: 23px;
        margin: 3px 0 0 10px;
        padding: 0 4px;
    }

        .mnBM > a:hover, .mnBM > a.active {
            background: #ffd803;
        }

.boxList_zy {
    float: left;
    /*width: 326px;*/
    width: 32%;
    background: #fff;
    border: 1px solid #e4e4e4;
    margin: 10px 8px 0 0;
}

    .boxList_zy > .th {
        float: left;
        width: 100%;
        height: 34px;
        line-height: 34px;
        background: url(../images/jmA_24.png) repeat;
    }

        .boxList_zy > .th > b {
            float: left;
            font-size: 14px;
            margin-left: 10px;
        }

        .boxList_zy > .th > a {
            float: right;
            font-size: 12px;
            margin-right: 10px;
        }

    .boxList_zy > ul {
        float: left;
        width: 91%;
        padding: 15px;
    }

        .boxList_zy > ul > li {
            float: left;
            width: 100%;
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .boxList_zy > ul > li > a:hover {
                color: #7bc91e;
            }

.newZyBox {
    float: left;
    width: 192px;
    height: 266px;
    margin-left: 14px;
    padding: 15px;
    background: #ddd;
}

    .newZyBox > .th {
        float: left;
        width: 100%;
        height: 32px;
        line-height: 32px;
        border-radius: 5px;
        background: url(../images/top_bg_jm.png) repeat;
    }

        .newZyBox > .th > span {
            float: left;
            padding-left: 36px;
            color: #7bc91e;
            font-size: 14px;
            background: url(../images/zy_icon.png) no-repeat 10px 5px;
        }

.newList_ul {
    float: left;
    width: 176px;
    border-radius: 5px;
    padding: 8px;
    margin: 10px 0;
    background: #fff;
    height: 130px;
}

    .newList_ul > li {
        float: left;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-indent: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .newList_ul > li > a:hover {
            color: #7bc91e;
        }

.newZyBox .serBt {
    float: left;
    width: 100%;
    height: 41px;
    line-height: 41px;
    text-indent: 65px;
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid #63a415;
    border-radius: 5px;
    background: url(../images/zy_icon.png) no-repeat 20px -53px #7bc91e;
}

    .newZyBox .serBt:hover {
        border: 1px solid #ffb503;
        background-color: #ffd803;
    }

.serBox {
    float: left;
    width: 100%;
    height: 26px;
    margin-top: 8px;
    border-radius: 5px;
    background: #b8b8b8;
}

    .serBox .intt {
        float: left;
        width: 123px;
        height: 18px;
        line-height: 18px;
        padding-left: 3px;
        margin: 3px 0 0 5px;
        border: 1px solid #777;
        background: #fff;
    }

    .serBox .inbt {
        float: left;
        width: 50px;
        height: 20px;
        text-indent: 10px;
        margin: 3px 0 0 3px;
        border: 1px solid #ffb503;
        background: url(../images/zy_icon.png) no-repeat 2px -125px #ffd803;
        cursor: pointer;
    }

        .serBox .inbt:focus {
            outline: none;
        }

        .serBox .inbt:active {
            background-color: #ffd803;
        }

    .serBox select {
        float: left;
        margin-top: 4px;
        margin-right: 5px;
        vertical-align: middle;
    }

/*页脚*/
.footerBox {
    float: left;
    width: 100%;
    height: 160px;
    margin-top: 50px;
    text-align: center;
    color: #a2a2a2;
    background: url(../images/ft_bg.png) repeat;
    position: fixed;
    bottom: 0;
}

.ftNav {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #353535;
    background: #7bc91e;
}

    .ftNav a:hover {
        color: #fff;
        text-decoration: none;
    }

.ftNav2 {
    padding: 0 20px;
    display: inline-block;
    margin: 0 auto;
    color: #a2a2a2;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #656565;
    box-shadow: 0px 1px 0 #222;
    padding-bottom: 5px;
}

    .ftNav2 a {
        color: #a2a2a2;
    }

        .ftNav2 a:hover {
            color: #7bc91e;
        }

.footerBox .p1 {
    margin-bottom: 5px;
}



.proLeft {
    float: left;
    width: 390px;
}

.proRight {
    float: left;
    width: 315px;
}

.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .tb-pic a img {
        vertical-align: middle;
    }

.tb-pic a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

.tb-thumb {
    margin: 10px 0 0;
    overflow: hidden;
}

    .tb-thumb li {
        background: none repeat scroll 0 0 transparent;
        float: left;
        width: 62px;
        height: 62px;
        margin: 0 5px 0 0;
        overflow: hidden;
    }

    .tb-thumb .tb-selected {
        background: #fff;
    }

        .tb-thumb .tb-selected div {
            border: 1px solid #7bc91f;
        }

    .tb-thumb li div {
        border: 1px solid #e4e4e4;
    }

.tb-s310, .tb-s310 a {
    height: 300px;
    width: 300px;
}

    .tb-s310, .tb-s310 img {
        max-height: 300px;
        max-width: 300px;
    }

        .tb-s310 a {
            *font-size: 271px;
        }

.tb-s40 a {
    *font-size: 45px;
}

.tb-s40, .tb-s40 a {
    height: 50px;
    width: 50px;
}

    .tb-s40 img {
        padding: 2px;
        width: 46px;
        height: 46px;
    }

.tb-booth {
    width: 300px;
    height: 300px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    position: relative;
    z-index: 1;
}

    .tb-booth a {
        height: 300px;
        width: 300px;
    }

    .tb-booth img {
        max-height: 300px;
        max-width: 300px;
    }

    .tb-booth a {
        *font-size: 271px;
    }

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0px;
    width: 300px;
    height: 300px;
    background: #fff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.proRight > h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoTable {
    width: 100%;
    font-size: 14px;
}

    .infoTable tr {
        width: 100%;
        display: inline-block;
    }

        .infoTable tr td {
            padding: 8px 0;
        }

        .infoTable tr.dashed {
            border-bottom: 1px dashed #e4e4e4;
        }

.buyBt {
    display: block;
    width: 122px;
    height: 33px;
    line-height: 33px;
    text-indent: 50px;
    font-size: 14px;
    margin: 10px 0;
    letter-spacing: 10px;
    border-radius: 5px;
    background: url(../images/icon_car.png) no-repeat 13px center;
    background-color: #ffd803;
}

    .buyBt:hover {
        color: #333;
        background-color: #7bc91e;
    }

.proInfoBox {
    float: left;
    width: 100%;
    margin-top: 30px;
}

/* 选项卡 */
.tab {
    width: 100%;
}

    .tab dl dt {
        border-bottom: #ccc 1px solid;
        height: 27px;
        margin-bottom: -1px;
    }

        .tab dl dt a {
            border: 1px solid #ddd;
            border-bottom: none;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            margin-right: 3px;
            float: left;
            display: block;
            cursor: pointer;
            padding: 0 13px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            background: url(../images/tab_bg.png) repeat-x;
            color: #333;
        }

            .tab dl dt a.tabActive {
                padding-top: 3px;
                padding-bottom: 3px;
                background: url(../images/fl_bg_t.png) repeat;
                color: #333;
                font-weight: bold;
                border-bottom: 1px solid #fff;
                position: relative;
                bottom: 6px;
            }

    .tab dl dd {
        padding: 10px; /*height:200px;*/
        clear: both;
    }

.flTa {
    margin: 20px auto;
    width: 80%;
}

    .flTa tr td {
        padding: 2px 0;
    }

        .flTa tr td .intt {
            width: 200px;
            height: 25px;
            line-height: 25px;
            padding-left: 3px;
            border: 1px solid #e4e4e4;
            background: #fff;
            margin-right: 10px;
        }

        .flTa tr td img {
            vertical-align: middle;
            width: 76px;
            height: 24px;
            margin-bottom: 2px;
        }


.lg_Bt {
    display: block;
    width: 165px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 30px;
    color: #353535;
    font-size: 16px;
    border: 1px solid #63a415;
    border-radius: 5px;
    background: #7bc91e;
}

    .lg_Bt:hover {
        border: 1px solid #ffc703;
        background: #ffd803;
    }

.zyList_fw {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 23px;
}

    .zyList_fw img {
        float: left;
        width: 150px;
        height: 150px;
        padding: 8px;
        margin-right: 20px;
        border: 1px solid #e4e4e4;
        background: #fff;
    }

    .zyList_fw a:hover img {
        border-color: #7bc91e;
    }

    .zyList_fw h2 {
        float: left;
        width: 756px;
        font-size: 20px;
        color: #7bc91e;
        margin-top: 10px;
        margin-bottom: 18px;
        font-weight: normal;
    }

    .zyList_fw .p1 {
        float: left;
        width: 756px;
        height: 68px;
        line-height: 25px;
    }

    .zyList_fw .go {
        float: right;
        width: 42px;
        height: 42px;
        margin-top: 15px;
        background: url(../images/go.png) no-repeat;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .zyList_fw .go:hover {
            background-position: 0 -43px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

.videoYY {
    margin: 0 auto;
    width: 735px;
}

    .videoYY h3 {
        width: 100%;
        height: 30px;
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 10px;
        overflow: hidden;
        text-align: center;
    }

.videoYYList {
    margin: 0 auto;
    width: 735px;
}

.msgBox {
    width: 100%;
    line-height: 22px;
}

    .msgBox .pullBt {
        float: right;
    }

.textA {
    width: 99%;
    height: 50px;
    padding: 3px;
    margin: 15px 0 10px 0;
    border: 1px solid #ddd;
    background: #fff;
}

.MsgList {
    width: 100%;
}

    .MsgList tr td {
        vertical-align: top;
        padding: 8px 0;
        line-height: 22px;
    }




.rdBg {
    background: url(../images/rd_bg.png) no-repeat center 146px;
}

    .rdBg .mainRightBox {
        min-height: 500px;
    }

        .rdBg .mainRightBox .crumb {
            margin-top: 45px;
        }

.whBt {
    float: right;
    padding: 5px 15px;
    background: #ffd803;
    border-radius: 5px;
    border: 1px solid #fff;
}

    .whBt:hover {
        color: #353535;
        border-color: #63a415;
        background: #7bc91e;
    }

.rd_ul {
    float: left;
    margin-top: 70px;
}

    .rd_ul li {
        float: left;
        margin: 10px 10px 0 18px;
        position: relative;
    }

        .rd_ul li img {
            width: 150px;
            height: 150px;
            padding: 5px;
            background: #fff;
            border: 1px solid #e4e4e4;
        }

        .rd_ul li a:hover img {
            border-color: #ffd803;
        }

        .rd_ul li p {
            width: 150px;
            height: 25px;
            line-height: 25px;
            color: #fff;
            position: absolute;
            left: 6px;
            bottom: 8px;
            text-indent: 5px;
            opacity: .7;
            filter: alpha(opcity=70);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: url(../images/th_bg1.png) repeat;
        }

            .rd_ul li p i {
                padding: 5px 10px;
                margin-right: 5px;
                background: url(../images/icon_yjw.png) no-repeat 0 -658px;
            }


.fLink {
    width: 100%;
    margin: 20px 0;
}

    .fLink tr .td1 {
        width: 105px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #e4e4e4;
        background: #e8e8e8;
    }

    .fLink tr .td2 {
        padding: 10px 20px;
        vertical-align: middle;
        border: 1px solid #e8e8e8;
        background: #f5f5f5;
    }

        .fLink tr .td2 a {
            float: left;
            width: 100px;
            height: 25px;
            line-height: 25px;
            margin-left: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .fLink tr .td2 a:hover {
                color: #7bc91e;
            }


.hyBg {
    background: url(../images/hy_bg.png) no-repeat center 146px;
}

    .hyBg .mainRightBox {
        min-height: 480px;
    }

.hyLogin {
    float: right;
    width: 335px;
    padding: 25px 30px;
    border-radius: 8px;
    background: url(../images/hy_03.png) repeat;
}

    .hyLogin h2 {
        width: 100%;
        height: 31px;
        margin-bottom: 20px;
        margin-top: 10px;
        background: url(../images/hy_06.png) no-repeat center center;
    }

/* 404 */
.erBody {
    background: #f4f3ef;
}

.error {
    color: red;
}

.errorBox {
    width: 955px;
    height: 320px;
    margin: 0 auto;
    margin-top: 100px;
    background: url(../images/404.png) no-repeat center top;
}

.erText {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 290px;
    line-height: 20px;
}

.slideLeftBox_pr {
    border: 1px solid #ffd803;
    background: #fff;
}

    .slideLeftBox_pr .slTh2 {
        background: #fff6c7;
    }

        .slideLeftBox_pr .slTh2 > h5 {
            border-bottom: 1px dashed #999;
            background: url(../images/pr_h.png) no-repeat left center;
            color: #7bc91e;
        }

.tree_pr {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.tree_pr_color {
    background-color: #fff6c7;
}

.tree_pr > a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-indent: 18px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    background: url(../images/tree_0.png) no-repeat left 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .tree_pr > a.open {
        background-position: 0 -25px;
    }

.trList {
    width: 100%;
    display: none;
}

    .trList > a {
        float: left;
        width: 100%;
        height: 28px;
        line-height: 28px;
        text-indent: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: url(../images/icon_yjw.png) no-repeat 13px 11px;
    }

        .trList > a.active {
            background-color: #fff6c7;
        }

.pr_th {
    width: 100%;
    margin: 20px 0;
}

    .pr_th > b {
        font-size: 18px;
        font-weight: normal;
        color: #353535;
        display: inline-block;
        text-indent: 25px;
        line-height: 25px;
        background: url(../images/icon_yjw.png) no-repeat 0 -556px;
    }


.table_pr {
    width: 100%;
    background: #c8c8c8;
}

    .table_pr tr td {
        text-align: center;
        padding: 5px;
        background: #fdfae9;
    }

    .table_pr tr th {
        padding: 5px 0;
        background: #ffd803;
    }

    .table_pr tr.even td {
        background: #fff6c7;
    }

    .table_pr tr td .intt {
        width: 100px;
        height: 20px;
        line-height: 20px;
        padding-left: 3px;
        background: #fff;
        border: 1px solid #e4e4e4;
    }

    .table_pr tr td.text-left {
        text-align: left;
    }



/************************************************/
/*********  加盟页面样式  ****************/
.top_jm {
    float: left;
    width: 100%;
    height: 33px;
    background: url(../images/top_bg_0.png) repeat-x;
}

.top_jm_m {
    width: 1001px;
    margin: 0 auto;
}

.top_jm_l {
    float: left;
    line-height: 33px;
}

    .top_jm_l > .t_logo {
        float: left;
        width: 58px;
        height: 28px;
        margin-top: 5px;
        margin-right: 10px;
        background: url(../images/logo_top.png) no-repeat;
    }

    .top_jm_l > a {
        font-size: 12px;
        color: #353535;
    }

        .top_jm_l > a:hover {
            color: #7bc91e;
        }

.headerBox_jm {
    float: left;
    width: 100%;
    height: 75px;
    background: url(../images/top_bg_jm.png) repeat;
}

.headerBox_jm_m {
    margin: 0 auto;
    width: 1001px;
}

.logo_jm {
    float: left;
    width: 208px;
    height: 47px;
    margin: 16px 0 0 0;
    background: url(../images/logo_jm.png) no-repeat;
}

.logo_hz {
    float: left;
    width: 218px;
    height: 47px;
    margin: 16px 0 0 0;
    background: url(../images/logo_hz.png) no-repeat;
}

.h_jm_r {
    float: right;
}

.tell_jm {
    float: left;
    width: 193px;
    height: 16px;
    margin-top: 30px;
    margin-right: 10px;
    background: url(../images/tell_jm.png) no-repeat;
}

.h_jm_r .s1 {
    color: #7bc91e;
}

.navBox_jm {
    background: #7bc91e;
}

    .navBox_jm > .navM > ul > li > a:hover, .navBox_jm > .navM > ul > li > a.active {
        background: url(../images/nav_b_line.png) repeat-x left bottom #62a90e;
        color: #fff;
    }

.listUl {
    width: 100%;
}

    .listUl > li {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px dashed #ddd;
    }

        .listUl > li > a {
            float: left;
            max-width: 70%;
            height: 100%;
            margin-left: 20px;
            display: inline-block;
            text-indent: 20px;
            background: url(../images/dot_g.png) no-repeat left center;
            overflow: hidden;
            /* 1126*/
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 16px;
        }

            .listUl > li > a:hover {
                color: #7bc91e;
            }

        .listUl > li > .a2 {
            float: right;
            color: #c90d0d;
        }

        .listUl > li .time {
            float: right;
            margin-right: 15px;
        }

.listUl_io {
}

    .listUl_io > li > a {
        margin: 0;
        text-indent: 10px;
        background: none;
    }

    .listUl_io > li > .io {
        float: left;
        margin: 10px 0 0 20px;
        display: inline-block;
        width: 21px;
        height: 24px;
        vertical-align: middle;
        background: url(../images/icon_office.png) no-repeat 0 0;
    }

    .listUl_io > li > .io_w {
        background-position: 0 -41px;
    }

    .listUl_io > li > .io_x {
        background-position: 0 0px;
    }

    .listUl_io > li > .io_p {
        background-position: 0 -81px;
    }

.tips_p {
    width: 100%;
}

    .tips_p > p {
        color: #c90d0d;
    }

.th_form {
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin: 30px 0 20px 0;
    color: #fff;
    background: #353535;
}

    .th_form > b {
        float: left;
        text-indent: 10px;
        font-weight: normal;
        font-size: 14px;
    }

.tableForm {
    width: 100%;
}

    .tableForm tr td {
        padding: 5px 0;
    }

        .tableForm tr td .intt {
            width: 135px;
            height: 25px;
            line-height: 25px;
            padding-left: 3px;
            border: 1px solid #cecece;
        }

    .tableForm select {
        width: 70px;
    }

    .tableForm label {
        margin-right: 10px;
    }

.th_2 {
    margin: 30px 0 10px 0;
    width: 100%;
    color: #7bc91e;
    font-size: 16px;
}

.dot_line {
    width: 100%;
    height: 2px;
    margin: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.pullBt {
    border: 0;
    display: block;
    margin: 0 auto;
    width: 116px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #353535;
    font-size: 16px;
    letter-spacing: 5px;
    background: url(../images/bt_pull.png) no-repeat;
}

    .pullBt:hover {
        color: #353535;
        background-position: 0 -44px;
    }

.listUl_img {
    width: 100%;
    margin-left: 0px;
}

    .listUl_img > li {
        float: left;
        width: 175px;
        height: 160px;
        text-align: center;
        margin: 0 0 20px 8px;
        background: url(../images/pp_bg.png) no-repeat top left;
    }

        .listUl_img > li img {
            float: left;
            width: 148px;
            height: 111px;
            margin: 9px 0 20px 9px;
            border: 1px solid #ddd;
        }

        .listUl_img > li p {
            width: 100%;
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .listUl_img > li > a:hover {
            color: #7bc91e;
        }

            .listUl_img > li > a:hover img {
                border: 1px solid #7bc91e;
            }

.listUl_vv > li {
    width: 164px;
    margin: 0 17px 20px 0px;
    background: url(../images/yy_bg.png) no-repeat;
}

    .listUl_vv > li img {
        width: 155px;
        height: 96px;
        margin: 20px 0 20px 5px;
    }

.picSlideWrap {
}

.picBox {
    margin: 0 auto;
    width: 732px;
    height: 595px;
    border: 1px solid #cacaca;
    background: url(../images/pp_03.png) repeat;
}

.picBox_b_bg {
    margin: 0 auto;
    width: 732px;
    height: 14px;
    background: url(../images/pp_11.png) no-repeat;
}

.titleh3 {
    height: 57px;
    line-height: 57px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    color: #5b5b5b;
    overflow: hidden;
}

#content {
    margin: 0px auto;
    line-height: 19px;
}

    #content p {
        text-indent: 2em;
        color: #333;
    }

.imgnav {
    width: 670px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

#img {
    z-index: 10;
    width: 670px;
    height: 510px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    #img img {
        max-height: 565px;
        display: none;
    }

#front, #next {
    position: absolute;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    width: 300px;
    height: 505px;
    background: url(../images/blank.gif);
}

#front {
    left: 0px;
}

#next {
    right: 0px;
}

    #front a, #next a {
        position: absolute;
        top: 180px;
        display: block;
        width: 60px;
        height: 80px;
        display: none;
    }

#front a {
    left: 5px;
    background: url(../images/shBt.png) no-repeat 0 0;
}

    #front:active a, #front a:active {
        background-position: -70px 0;
    }

#next a {
    right: 5px;
    background: url(../images/shBt.png) no-repeat 0 -95px;
}

    #next:active a, #next a:active {
        background-position: -70px -95px;
    }


#cbtn {
    background: #434343;
    position: relative;
    width: 732px;
    height: 123px;
    margin: 0 auto;
    margin-top: 12px;
}

    #cbtn ul {
        position: relative;
        width: 10000px;
        height: 123px;
        margin-top: 4px;
    }

        #cbtn ul li {
            float: left;
            padding: 2px;
            width: 120px;
            height: 90px;
            margin-right: 5px;
            cursor: pointer;
            position: relative;
            background: #fff;
        }

            #cbtn ul li img {
                width: 120px;
                height: 90px;
                display: block;
            }
    /*#cbtn ul li tt{ background:#000; color:#FFF; position:absolute; right:4px; bottom:4px; z-index:20; font-family:"宋体" ;font-size:12px; line-height:16px; padding:0 5px;}*/
    #cbtn li.hov {
        background: #7bc91e;
    }

.ctrl div {
    clear: both;
}

#cSlideUl {
    width: 640px;
    height: 123px;
    overflow: hidden;
    position: relative;
    top: 10px;
    left: 0px;
    margin: 0 auto;
}

.picSildeLeft, .picSildeRight {
    width: 36px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 28px;
    z-index: 9;
}

.picSildeLeft {
    left: 10px;
    background: url(../images/shBt.png) no-repeat -158px 0px;
}

    .picSildeLeft:hover {
        background-position: -156px -90px;
    }

.picSildeRight {
    right: 10px;
    background: url(../images/shBt.png) no-repeat -198px 0px;
}

    .picSildeRight:hover {
        background-position: -200px -90px;
    }












.floatBoxOver {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    display: none;
    z-index: 1;
}

.floatBox {
    position: fixed;
    top: 20%;
    left: 40%;
    width: 400px;
    border: 1px solid #b2e96f;
    border-radius: 10px;
    background: #fff;
    display: none;
    z-index: 10;
}

.ft_th {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: url(../images/fl_bg_t.png) repeat;
}

    .ft_th > span {
        float: left;
        margin-left: 15px;
        color: #444;
    }

    .ft_th > .a1 {
        float: right;
        margin: 5px 15px 0 0;
        width: 27px;
        height: 27px;
        background: url(../images/ico_cls.png) no-repeat 0 0;
    }

        .ft_th > .a1:hover {
            background-position: 0 -29px;
        }

.ft_m {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    line-height: 25px;
}

.jmAList {
    float: left;
    width: 110%;
    margin: 25px 0 15px 0;
}

.jmABox {
    float: left;
    width: 191px;
    margin-right: 11px;
    padding-bottom: 20px;
    color: #fff;
    position: relative;
    background: #ff9800;
}

.jmA1 {
    background: #ff9800;
}

.jmA2 {
    background: #8bc34a;
}

.jmA3 {
    background: #2dace5;
}

.jmA4 {
    background: #e13972;
}

.jmA5 {
    background: #9b37ac;
}

.jmABox a {
    color: #fff;
}

    .jmABox a:hover {
        opacity: .8;
        filter: alpha(opacity=80);
    }

.jmABox .th {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    width: 191px;
    height: 25px;
    line-height: 25px;
    text-indent: 15px;
    color: #7bc91e;
    background: url(../images/th_bg1.png) repeat;
}

.jmABox img {
    width: 191px;
    height: 125px;
}

.jmABox .p1 {
    width: 160px;
    height: 150px;
    margin: 10px 0 10px 15px;
    overflow: hidden;
    line-height: 16px;
}

.jmABox .nob {
    display: block;
    width: 50px;
    height: 45px;
    margin-left: 130px;
    background: url(../images/nob.png) no-repeat;
}

.jmA1 .nob {
    background-position: 0 0;
}

.jmA2 .nob {
    background-position: 0 -82px;
}

.jmA3 .nob {
    background-position: 0 -161px;
}

.jmA4 .nob {
    background-position: 0 -234px;
}

.jmA5 .nob {
    background-position: 0 -321px;
}

.jmBBox {
    float: left;
    width: 495px;
    height: 275px;
    background: url(../images/jmA_24.png) repeat;
}

    .jmBBox > .th {
        float: left;
        width: 100%;
        height: 69px;
        background: url(../images/jmA_18.png) no-repeat;
    }

    .jmBBox > table {
        float: left;
        margin-top: 10px;
        margin-left: 20px;
    }

        .jmBBox > table tr td {
            padding: 2px 0;
        }

            .jmBBox > table tr td .intt {
                border: 1px solid #ddd;
                width: 150px;
                height: 25px;
                line-height: 25px;
                line-height: 25px;
                padding-left: 3px;
                background: #fff;
            }

            .jmBBox > table tr td select {
                width: 70px;
            }

            .jmBBox > table tr td label {
                margin-right: 15px;
            }

            .jmBBox > table tr td .aBt {
                display: block;
                width: 215px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                border-radius: 5px;
                border: 1px solid #63a415;
                background: #7bc91e;
                letter-spacing: 5px;
                font-size: 18px;
                color: #353535;
            }

                .jmBBox > table tr td .aBt:hover {
                    border: 1px solid #ffc703;
                    background: #ffd803;
                }

.jmB_ul {
    float: left;
}

    .jmB_ul li {
        float: left;
        margin: 14px 0 0 64px;
        position: relative;
    }

        .jmB_ul li a {
            display: block;
            width: 140px;
            height: 104px;
            padding: 5px;
            color: #fff;
            border: 1px solid #ddd;
            background: #fff;
        }

            .jmB_ul li a:hover {
                border-color: #8bc34a;
                background: transparent;
            }

            .jmB_ul li a img {
                width: 140px;
                height: 104px;
            }

            .jmB_ul li a p {
                width: 140px;
                height: 25px;
                line-height: 25px;
                text-indent: 5px;
                background: url(../images/th_bg1.png) repeat;
                position: absolute;
                top: 84px;
                left: 6px;
                filter: alpha(opacity=50);
                -moz-opacity: 0.50;
                -khtml-opacity: 0.50;
                opacity: 0.50;
            }

.jm0List {
    margin: 0 auto;
    max-width: 1440px;
    min-width: 1001px;
    height: 402px;
    background-position: center center;
    background-repeat: none;
}

.layText {
    float: left;
    width: 345px;
    color: #434343;
}

    .layText h3 {
        font-size: 25px;
        color: #434343;
        font-weight: normal;
    }

    .layText p {
        width: 80%;
        line-height: 20px;
        margin: 10px 0;
    }

    .layText .aM {
        float: right;
        width: 90px;
        height: 23px;
        line-height: 23px;
        text-align: center;
        color: #434334;
        border: 1px solid #63a415;
        border-radius: 3px;
        background: #7bc91e;
    }


.jm0List1 {
    background-image: url(../images/jm0_02.png);
}

    .jm0List1 .layText {
        margin: 200px 0 0 60px;
    }

.jm0List2 {
    background-image: url(../images/jm0_03.png);
}

    .jm0List2 .layText {
        float: right;
        margin: 140px 60px 0 0;
    }

        .jm0List2 .layText h3 {
            text-align: right;
        }

        .jm0List2 .layText p {
            margin-left: 70px;
        }

.jm0List3 {
    height: 401px;
    background-image: url(../images/jm0_04.png);
}

    .jm0List3 .layText h3 {
        width: 80%;
        text-align: right;
    }

    .jm0List3 .layText {
        margin: 120px 0 0 30px;
    }

.jm0List4 {
    background-image: url(../images/jm0_05.png);
}

    .jm0List4 .layText {
        float: right;
        margin: 110px 60px 0 0;
    }

        .jm0List4 .layText h3 {
            text-align: right;
        }

        .jm0List4 .layText p {
            margin-left: 70px;
        }

.jm0List5 {
    height: 401px;
    background-image: url(../images/jm0_06.png);
}

    .jm0List5 .layText h3 {
        width: 80%;
        text-align: right;
    }

    .jm0List5 .layText {
        margin: 138px 0 0 30px;
    }

.jm0List6 {
    height: 404px;
    background-image: url(../images/jm0_07.png);
}

    .jm0List6 .layText {
        float: right;
        margin: 125px 60px 0 0;
    }

        .jm0List6 .layText h3 {
            text-align: right;
        }

        .jm0List6 .layText p {
            margin-left: 70px;
        }

.jm0List7 {
    height: 400px;
    background-image: url(../images/jm0_08.png);
}

    .jm0List7 .layText h3 {
        width: 80%;
        text-align: right;
    }

    .jm0List7 .layText {
        margin: 125px 0 0 30px;
    }

.jm0List8 {
    height: 400px;
    background-image: url(../images/jm0_10.jpg);
}

    .jm0List8 .layText {
        float: right;
        margin: 125px 60px 0 0;
    }

        .jm0List8 .layText h3 {
            text-align: right;
        }

        .jm0List8 .layText p {
            margin-left: 70px;
        }


.jm0List9 {
    height: 453px;
    background-image: url(../images/jm0_09.png);
}

.djA {
    float: left;
    width: 268px;
    margin: 140px 0 0 80px;
}

    .djA > a {
        display: block;
        width: 248px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        margin-top: 15px;
        font-size: 16px;
        color: #fff;
        background-color: #353535;
        background-repeat: no-repeat;
    }

        .djA > a:hover {
            background-color: #ffd803;
        }

    .djA > .a1 {
        background-image: url(../images/dj1.png);
        background-position: 30px center;
    }

    .djA > .a2 {
        background-image: url(../images/dj2.png);
        background-position: 30px center;
    }
/*********  加盟页面样式  end  ****************/


/*分页*/
.pageDiv {
    width: 100%;
    height: 35px;
    clear: both;
    float: left;
    text-align: right;
    margin-top: 50px;
}

    .pageDiv > span {
        margin-right: 10px;
    }

    .pageDiv a, .pageDiv a:visited {
        height: 25px;
        padding: 3px 7px;
        line-height: 25px;
        margin: 0 2px;
        border: 1px solid #e0e0e0;
        color: #333;
        background: #fff;
    }

        .pageDiv a.current, .page a.current:visited, .pageDiv a:hover {
            background: #7bc91e;
            border: 1px solid #7bc91e;
            color: #fff;
            text-decoration: none;
        }

        .pageDiv a.pn, .pageDiv a.pn:visited {
            _padding-bottom: 0px;
        }

    .pageDiv em {
        font-style: normal;
        margin: 0 2px;
    }


.ptList {
    width: 330px;
    float: left;
    margin: 0 15px 20px 5px;
}

    .ptList > .th {
        float: left;
        width: 100%;
        height: 25px;
        line-height: 25px;
        border-bottom: 4px solid #7bc91f;
    }

        .ptList > .th > b {
            float: left;
            height: 25px;
            text-indent: 25px;
            color: #416f0a;
            font-size: 14px;
            background: url(../images/icon_yjw.png) no-repeat 0 -556px;
        }

        .ptList > .th > a {
            float: right;
            color: #416f0a;
        }

            .ptList > .th > a:hover {
                color: #60a113;
                text-decoration: underline;
            }

    .ptList > .listUl {
        float: left;
        padding-top: 5px;
    }

        .ptList > .listUl > li {
            height: 28px;
            line-height: 28px;
        }

            .ptList > .listUl > li > a {
                max-width: 90%;
            }
/*二级菜单*/
.slUl > li.sl2 {
    height: auto;
}

    .slUl > li.sl2 > a {
    }

    .slUl > li.sl2 > .slUl {
        float: left;
        margin-top: 0;
        padding: 10px 0;
        display: none;
    }

        .slUl > li.sl2 > .slUl > li {
            border: none;
            box-shadow: none;
            height: 30px;
            line-height: 30px;
        }

            .slUl > li.sl2 > .slUl > li > a {
                text-indent: 20px;
            color: #444444;
            }

.slUl > li > a > .arrow {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    margin: 10px 10px 0 0;
    background: url(../images/sl681a.png?id=1) no-repeat;
}

.slUl > li.sl2.active {
    /* background: #f9fff1; */
}

    .slUl > li.sl2.active > a {
        /*border-bottom: 1px solid #b0d880;
        box-shadow: 0px 1px 0 #fff;
        color: #416f0a;*/
    }

        .slUl > li.sl2.active > a > .arrow {
            background-position: 0 -87px;
        }


.page_psw {
    margin: 20px auto;
    width: 100%;
    color: #5b5b5b;
}

    .page_psw span a {
        color: #79bb07;
    }

        .page_psw span a:hover {
            color: #f08b00;
        }

    .page_psw > span {
        margin: 0 15px;
    }

.d_line {
    float: left;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    border-bottom: 1px dashed #ddd;
    display: inline;
    overflow: hidden;
}




/** 学期配置订单 **/
.xqpz01 > a {
    float: left;
    width: 100%;
    height: 41px;
    line-height: 33px;
    margin-top: 5px;
    border-radius: 5px;
    display: block;
    text-indent: 50px;
    font-size: 14px;
    letter-spacing: 10px;
    border-radius: 5px;
    background: url(../images/xqpz01.png) no-repeat 0px center;
}

    .xqpz01 > a:hover {
        background: url(../images/xqpz02.png) no-repeat 0px center;
    }



.xqpz02 > a {
    float: left;
    width: 200px;
    height: 98px;
    line-height: 33px;
    margin-top: 15px;
    border-radius: 5px;
    display: block;
    text-indent: 50px;
    font-size: 14px;
    letter-spacing: 10px;
    border-radius: 5px;
    background: url(../images/xqpz03.png) no-repeat 0px center;
}

    .xqpz02 > a:hover {
        background: url(../images/xqpz04.png) no-repeat 0px center;
    }

.xqpz03 > a {
    float: left;
    width: 100%;
    height: 41px;
    line-height: 33px;
    margin-top: 5px;
    border-radius: 5px;
    display: block;
    text-indent: 50px;
    font-size: 14px;
    letter-spacing: 10px;
    border-radius: 5px;
    background: url(../images/xqpz05.png) no-repeat 0px center;
}

    .xqpz03 > a:hover {
        background: url(../images/xqpz06.png) no-repeat 0px center;
    }



/*   40 资源样式  */
.jyList {
    width: 110%;
}

    .jyList > li {
        float: left;
        width: 300px;
        height: 315px;
        border: 3px solid #e8e8e8;
        background: #fff;
        margin: 0 10px 20px 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .jyList > li:hover {
            border-color: #7bc91e;
        }

        .jyList > li .d1 {
            width: 100%;
            height: 45px;
            line-height: 45px;
            background: #fef6c7;
        }

            .jyList > li .d1 .arrow {
                width: 0;
                height: 0;
                font-size: 0;
                float: left;
                margin: 15px 5px 0 10px;
                border: 8px solid transparent;
                border-left-color: #7bc91e;
            }

            .jyList > li .d1 h4 {
                color: #4c8c00;
                font-size: 18px;
                float: left;
                width: 260px;
                height: 45px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .jyList > li .d2 {
            width: 100%;
            height: 130px;
        }

            .jyList > li .d2 table {
                margin: 0 auto;
                margin-top: 5px;
                width: 95%;
            }

                .jyList > li .d2 table tr td {
                    padding: 3px 0;
                }

        .jyList > li .d3 {
            margin: 0 auto;
            margin-top: 10px;
            width: 95%;
            height: 40px;
            line-height: 40px;
            border: 1px solid #ccc;
            background: #d1d1d1;
            position: relative;
            z-index: 1;
        }

            .jyList > li .d3 span {
                position: absolute;
                z-index: 9;
            }

            .jyList > li .d3 .s1 {
                display: inline-block;
                width: 25px;
                height: 30px;
                vertical-align: middle;
                margin: 0 5px 5px 10px;
                top: 7px;
                background: url(../images/bt4_07.png) no-repeat 0 -50px;
            }

            .jyList > li .d3 .s2 {
                color: #959595;
                font-size: 18px;
                left: 38px;
            }

            .jyList > li .d3 .bg0 {
                display: none;
                position: absolute;
                width: 100%;
                height: 40px;
                top: 0;
                left: 0;
                z-index: 1;
            }

            .jyList > li .d3.d3_ing {
                background: #f3f3f3;
            }

                .jyList > li .d3.d3_ing .s1 {
                    background-position: 0 0;
                }

                .jyList > li .d3.d3_ing .s2 {
                    color: #fff;
                }

                    .jyList > li .d3.d3_ing .s2 em {
                        font-style: normal;
                        font-size: 20px;
                        padding: 0 5px;
                    }

                .jyList > li .d3.d3_ing .bg0 {
                    display: block;
                    background: #4c8c00;
                }


        .jyList > li .bt4 {
            display: block;
            margin: 0 auto;
            margin-top: 25px;
            width: 154px;
            height: 40px;
            background: url(../images/bt4_03.png) no-repeat;
        }

            .jyList > li .bt4:hover {
                background-position: 0 -40px;
            }

        .jyList > li .bt5 {
            display: block;
            margin: 0 auto;
            margin-top: 25px;
            width: 154px;
            height: 40px;
            background: url(../images/bt4_04.png) no-repeat;
        }

        .jyList > li .bt4:hover {
            background-position: 0 -40px;
        }

.boxList_zy2 {
    width: 100%;
}

    .boxList_zy2 .th .s1 {
        float: left;
        width: 0;
        height: 0;
        font-size: 0;
        margin-top: 10px;
        margin-left: 10px;
        border: 8px solid transparent;
        border-left-color: #7bc91e;
    }

    .boxList_zy2 .th b {
        margin-left: 0;
        color: #4c8c00;
    }

.green {
    border: 0;
    display: block;
    margin: 0 auto;
    width: 116px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #353535;
    font-size: 12px;
    letter-spacing: 1px;
    background: url(../images/bt_pull.png) no-repeat;
}

    .green:hover {
        color: #353535;
        background-position: 0 -44px;
    }
