﻿
* {
    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;
    }

.headerBg {
    margin: 0 auto;
    width: 1100px;
    height: 106px;
    background: url(../home/error4979.html?id=1) no-repeat center center #b5e3f1;
    background: #fff;
    float:none;
}

.hb_left {
    float: left;
    margin-top: 30px;
}

.logo {
    float: left;
    width: 196px;
    height: 70px;
    margin-right: 15px;
    padding-right: 15px;
    /****风格线******/
    border-right: 0px solid #aeaeae;
    background: url(../Images/ddaq/logo7a25.png?id=1.2) no-repeat left top;
}
/**************经过****
    .logo:hover {
        background-position: 0 -60px;
    }
********/
.telIcon {
    float: left;
    width: 302px;
    height: 70px;
    background: url(../Images/ddaq/tel1938.jpg?id=1.0) no-repeat left center;
}

.hb_right {
    float: right;
        width: 200px;
}
.layoutBox {
    background-color:#FDEFEE;
}
.h_Text a {
    color:black;
}
.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/ddaq/icon_yjw.png) no-repeat 2px 5px;
    }

.snsIcon {
    float: right;
    display: block;
    width: 38px;
    height: 38px;
    margin-left: 5px;
    background: url(../Images/ddaq/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;
}



.wxBox {
    width: 108px;
    height: 128px;
    padding: 15px;
    text-align: center;
    border: 1px solid #e4e4e4;
    background: #fff;
    position: absolute;
        top: 100px;
    z-index: 100;
    right: 200px;
}

    .wxBox p {
        margin-top: 5px;
    }

    .wxBox .arrow {
        display: block;
        width: 16px;
        height: 10px;
        background: url(../Images/ddaq/icon_yjw.png) no-repeat -1px -19px;
        position: absolute;
        top: -10px;
        left: 60px;
    }

.navBg {
    float: left;
    width: 100%;
    background: #7bb924;
}

.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 25px;
            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: #FFFFFF;
                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: #FFFFFF;
            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(../home/errorde90.html) no-repeat right 18px;
    }

        .navM2 > a:hover, .navM2 > a.active {
            background: url(../home/errorde90.html) 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/ddaq/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(../home/errorb059.html) no-repeat;
    }

    .gd2 .a2 {
        background: url(../home/error1987.html) 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(../home/error4e50.html) no-repeat;
    }

    .inTh > .pTh {
        background: url(../home/error0a7e.html) no-repeat;
    }

    .inTh > .more {
        float: right;
        width: 25px;
        height: 25px;
        margin-top: 18px;
        opacity: .6;
        filter: alpha(opacity=60);
        background: url(../Images/ddaq/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(../home/error1172.html) 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(../home/error58e6.html) 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: #edfbdc;
    border-bottom: 6px solid #9bc963;
    padding-bottom: 40px;
}

.mainRightBox {
    float: right;
    width: 777px;
    margin-top: 22px;
}

.slTh {
    width: 100%;
}

    .slTh .ss {
        display: block;
        width: 100%;
        height: 56px;
    }

    .slTh .ss1 {
        background: url(../home/error3ed8.html) no-repeat;
    }

    .slTh .ss2 {
        background: url(../home/error124c.html) no-repeat;
    }

    .slTh .ss3 {
        background: url(../home/error4680.html) no-repeat;
    }



.slTh2 {
    height: 56px;
    background: #7bc91e;
}

    .slTh2 > h5 {
        float: left;
        margin: 15px 0 0 10px;
        width: 90%;
        height: 28px;
        line-height: 28px;
        font-size: 18px;
        color: #416f0a;
        border-bottom: 1px dashed #416f0a;
        text-indent: 25px;
        background: url(../home/error322a.html) left center no-repeat;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }



.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;
        }

            .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/ddaq/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/ddaq/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(../home/error78fc.html) 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(../home/error5b45.html) 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(../home/error7603.html) 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(../home/errordcb4.html) 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(../home/error77ee.html) repeat;
    }

        .newZyBox > .th > span {
            float: left;
            padding-left: 36px;
            color: #7bc91e;
            font-size: 14px;
            background: url(../home/errorcd2f.html) 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(../home/errorcd2f.html) 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(../home/errorcd2f.html) 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/ddaq/images4.png) repeat;
}

.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("../home/errorb0fc.html") 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(../home/errorec47.html) 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(../home/erroref7f.html) repeat-x;
            color: #333;
        }

            .tab dl dt a.tabActive {
                padding-top: 3px;
                padding-bottom: 3px;
                background: url(../home/errord919.html) 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(../home/error1609.html) 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(../home/error9ad9.html) 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(../home/error1382.html) repeat;
        }

            .rd_ul li p i {
                padding: 5px 10px;
                margin-right: 5px;
                background: url(../Images/ddaq/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(../home/error713d.html) no-repeat center 146px;
}

    .hyBg .mainRightBox {
        min-height: 480px;
    }

.hyLogin {
    float: right;
    width: 335px;
    padding: 25px 30px;
    border-radius: 8px;
    background: url(../home/error938e.html) repeat;
}

    .hyLogin h2 {
        width: 100%;
        height: 31px;
        margin-bottom: 20px;
        margin-top: 10px;
        background: url(../home/error60a9.html) no-repeat center center;
    }

/* 404 */
.erBody {
    background: #f4f3ef;
}

.error {
    color: black;
}

.errorBox {
    width: 955px;
    height: 320px;
    margin: 0 auto;
    margin-top: 100px;
    background: url(../home/error5da6.html) 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(../home/error4281.html) 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(../home/error5856.html) 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/ddaq/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/ddaq/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(../home/error4135.html) 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(../home/error07cf.html) no-repeat;
    }

    .top_jm_l > a {
        font-size: 12px;
        color: #353535;
    }

        .top_jm_l > a:hover {
            color: #7bc91e;
        }

.headerBg_jm {
    float: left;
    width: 100%;
    height: 75px;
    background: url(../home/error77ee.html) repeat;
}

.headerBg_jm_m {
    margin: 0 auto;
    width: 1001px;
}

.logo_jm {
    float: left;
    width: 208px;
    height: 47px;
    margin: 16px 0 0 0;
    background: url(../home/error1b1d.html) no-repeat;
}

.logo_hz {
    float: left;
    width: 218px;
    height: 47px;
    margin: 16px 0 0 0;
    background: url(../home/errorde1a.html) no-repeat;
}

.h_jm_r {
    float: right;
}

.tell_jm {
    float: left;
    width: 193px;
    height: 16px;
    margin-top: 30px;
    margin-right: 10px;
    background: url(../home/error0d10.html) 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(../home/errore79d.html) 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(../home/errorec13.html) 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(../home/error9e5f.html) 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(../home/errord64c.html) 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(../home/error7ec4.html) 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(../home/errore533.html) 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(../home/errore388.html) repeat;
}

.picBox_b_bg {
    margin: 0 auto;
    width: 732px;
    height: 14px;
    background: url(../home/errore0a5.html) 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(../home/error2214.html);
}

#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(../home/error86e1.html) no-repeat 0 0;
}

    #front:active a, #front a:active {
        background-position: -70px 0;
    }

#next a {
    right: 5px;
    background: url(../home/error86e1.html) 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(../home/error86e1.html) no-repeat -158px 0px;
}

    .picSildeLeft:hover {
        background-position: -156px -90px;
    }

.picSildeRight {
    right: 10px;
    background: url(../home/error86e1.html) 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(../home/errord919.html) 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(../home/errorabc8.html) 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(../home/error1382.html) 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(../home/errorf8ef.html) 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(../home/errordcb4.html) repeat;
}

    .jmBBox > .th {
        float: left;
        width: 100%;
        height: 69px;
        background: url(../home/error2787.html) 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(../home/error1382.html) 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(../home/errorf62c.html);
}

    .jm0List1 .layText {
        margin: 200px 0 0 60px;
    }

.jm0List2 {
    background-image: url(../home/errore483.html);
}

    .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(../home/error5351.html);
}

    .jm0List3 .layText h3 {
        width: 80%;
        text-align: right;
    }

    .jm0List3 .layText {
        margin: 120px 0 0 30px;
    }

.jm0List4 {
    background-image: url(../home/error82d6.html);
}

    .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(../home/errorc0fe.html);
}

    .jm0List5 .layText h3 {
        width: 80%;
        text-align: right;
    }

    .jm0List5 .layText {
        margin: 138px 0 0 30px;
    }

.jm0List6 {
    height: 404px;
    background-image: url(../home/error5962.html);
}

    .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(../home/errord42c.html);
}

    .jm0List7 .layText h3 {
        width: 80%;
        text-align: right;
    }

    .jm0List7 .layText {
        margin: 125px 0 0 30px;
    }

.jm0List8 {
    height: 400px;
    background-image: url(../home/error936f.html);
}

    .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(../home/errorc998.html);
}

.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(../home/error729d.html);
        background-position: 30px center;
    }

    .djA > .a2 {
        background-image: url(../home/error8d43.html);
        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/ddaq/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: 30px;
            }

.slUl > li > a > .arrow {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    margin: 10px 10px 0 0;
    background: url(../home/error8e3f.html) 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(../home/errord862.html) no-repeat 0px center;
}

    .xqpz01 > a:hover {
        background: url(../home/error25a5.html) 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(../home/errorb0c9.html) no-repeat 0px center;
}

    .xqpz02 > a:hover {
        background: url(../home/error9b57.html) 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(../home/error3e00.html) no-repeat 0px center;
}

    .xqpz03 > a:hover {
        background: url(../home/error0c11.html) 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(../home/error7dee.html) 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(../home/error25e9.html) 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(../home/errorff3e.html) 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(../home/errord64c.html) no-repeat;
}

    .green:hover {
        color: #353535;
        background-position: 0 -44px;
    }



    
		
		.q1{
		     /****************/ 
			min-width: 1250px;
			width: 100%;
			height:831px;
			text-align: center;
			margin-top:0px; 
			background: url(../Images/ddaq/images1.png) no-repeat center;
	
		}
		.q2{
			width: 100%;
			height: 860px;
			margin-top:0px; 
			text-align: center;
			margin-top:0px; 
			background: url(../Images/ddaq/images2.png) no-repeat center top;

		}
		.q3{	   
				
            margin:0 auto;    
			padding:0 auto;
			width:1438px;
			/*max-width: 1920px;min-width:100%;*/	
			height: 341px;
			text-align:center;

			background: url(../Images/ddaq/images3.png) no-repeat;
			
			position:relative;
			


		}
		.q3_1{	   
		   width:400px;	
		   height:341px;
		   float:left;	
		   position:absolute;	
		   top:10%;	
		   left:10%;	
		   margin:25px 0 0 -30px;	

			
		
		}
		.q3_2{
		   width:1038px;	
		   height:341px;	
		   position:absolute;	
		   top:40px;
		   left:0px;	
		   text-align:left;
		   margin-left:640px;


		
		}
  		.q4{
			/*width: 100%;
			height: 200px;
			margin-top:0px; 
			text-align: center;
			margin-top:0px; 
			background: url(../Images/ddaq/images4.png) no-repeat center top;*/
			
			
			margin:0 auto;    
			padding:0 auto;
			width:1438px;
			/*max-width: 1920px;min-width:100%;*/	
			height: 200px;
			text-align:center;

			background: url(../Images/ddaq/images4.png) no-repeat;
			
			position:relative;
			

		}
		.q4_1{
	
		   width:719px;	
		   height:130px;
		   float:left;	
		   position:absolute;	
		   top:10%;	
		   left:10%;
		   text-align:left;	
		   margin:50px 0 0 -30px;	
		
		}
		.q4_2{
		   width:719px;	
		   height:130px;	
		   position:absolute;	
		   top:70px;
		   left:0px;	
		   text-align:left;
		   margin-left:640px;
		
		}
		.q5{
			width: 100%;
			height: 581px;
			margin-top:0px; 
			text-align: center;
			margin-top:10px; 
			background: url(../home/error739f.html) no-repeat center top;

		}
.q6 {
    width: 100%;
    height: 995px;
    margin-top: 0px;
    text-align: center;
    margin-top: 30px;
    background: url(../home/error5bb5.html) no-repeat center top;
}
		.q7{
			width: 100%;
			height: 1236px;
			margin-top:0px; 
			text-align: center;
			margin-top:30px; 
			background: url(../home/error241f.html) no-repeat center top;

		}
		
		.layout{

	     max-width: 1920px;
		 min-width:1250px;
	     background-repeat: no-repeat;
	     background-position: center center;
         }
        .layout-m{
	    margin: 0 auto;
	    width: 1146px;
	    min-height: 100px;
		font-size: 16px;
        }

        @charset "utf-8";
/* CSS Document */
/*框大小*/
.video-item{
/*******
            position:relative;***********/
            float:left;
			width:551px;
			height:324px;
			margin-left:0px;
			margin-bottom:14px;
			/*******
			text-align:center;
			*****/
			background:#fff;
			-webkit-transition:all .2s linear;
			transition:all .2s linear;
			list-style-type:none;
			
			}
.video-item1{
/*******
            position:relative;***********/
            float:left;

			margin-left:0px;
			margin-bottom:14px;
			/*******
			text-align:center;
			*****/
			background:#fff;
			-webkit-transition:all .2s linear;
			transition:all .2s linear;
			list-style-type:none;
			
			}
			.video-item1:hover{
    z-index:2;
    -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform:translate3d(0, -2px, 0);
    transform:translate3d(0, -2px, 0);
}
	
			
.figure{
        display:block;
        margin:0
}

/*************
.figure-img{width:160px;height:160px}
.figure-img img{width:160px;height:160px}
.figure-img{position:absolute;right:20px;top:32px;width:80px;height:80px}
.figure-img a{display:block}
.figure-img img{width:80px;height:80px}
.figure-img{width:296px;height:220px;margin:0 0 28px}
.figure-img a{display:block}
.figure-img img{width:296px;height:220px}
figure-img{width:216px;height:154px;margin:0 auto}
figure-img a{display:block;height:154px}
************/





/**********************图片轮播样式**********************/
.banner {

     position: absolute;
	/******;position: relative
	*********/
	width:100%;
    height: 300px;
	overflow: auto;
	/*********/
	/*background: #F4F4F4;*/
	font-size: 18px;
	line-height: 24px;
	/********框居中********/
	text-align: center;
    margin:0 auto;
	/********框颜色********/
	
     color: rgba(233,180,0,.05);
	
	/******
	
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	****/

	/*background: #F4F4F4;*/
	/**
	box-shadow: 0 1px 2px rgba(0,0,0,.25);**/
}
	.banner ul {
		list-style: none;
		/*******************UI轮播宽度********************/
		width: 100%;
		/*background: #F4F4F4;*/
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		min-height: 250px;

		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
        /**
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);**/
		
	}

	.banner .inner {
	/*************
		padding: 160px 0 110px;
		**********/
	}
	

	.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;

		color: #F4F4F4;
	}


	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;

		color: #F4F4F4;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;


		border: 3px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {

			/**background: rgba(255,255,255,.05);***/
			background: rgba(233,180,0,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}

	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}

	.banner .dots {
	
		position: absolute;
		left: 0;
		right: 0;
		/*******按钮位置***********/
		bottom:3px;
		width: 100%;
		margin-left:-38px;
	}
		.banner .dots li {
			display: inline-block;
			*display: inline;
			zoom: 1;
			
			width: 10px;
			height: 10px;
			line-height: 10px;
			margin: 0 5px;

			text-indent: -999em;
			*text-indent: 0;

			border: 2px solid #999999;
			border-radius: 6px;

			cursor: pointer;
			opacity: .4;

			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #FF7F00;
				opacity: 1;
			}

	.banner .arrows {
		position: absolute;
		bottom: 20px;
		right: 20px;
		color: #fff;
	}
		.banner.arrow {
			display: inline;
			padding-left: 10px;
			cursor: pointer;
		}


/**********************轮播图片鼠标经过**********************/
/* DEMO STAR */

.label {	
	/*Position*/
	height:190px;
	width: 194px;
	float:left;

	

	
	overflow: hidden;
/*********	***********/
	position: relative;

	margin: 0px;
	margin-top:18px;
	display: inline-block;
	vertical-align: top;
	margin-left:45px;
	
	
	
	/*Skin*/
	
	
	/*border: 1px solid #FAFAFA;*/
	/*
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5), 0px 10px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.5), 0px 10px 7px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5), 0px 10px 7px rgba(0,0,0,0.2);**/
}
.label img {
	display: block;
}
.label p {
	/*Position*/
	position: absolute;
	height:100%;
	width: 100%;
	text-align: center;

	/*Skin*/
	background: #000; /*fallback   background: rgba(233,123,115,0.6);*/
	background: rgba(227,111,101,0.9);
	
	color: #fff;

	
	/*Animation*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.label p:after {
	content: "+";
	font-size: 15px;
	bottom: 0px;
	position: absolute;
	right: 10px;

	
	

}
.label p.lst:after {
	background:url(../home/error1263.html) no-repeat 0 -50px;
	height:50px;
	width:50px;
	bottom: 10px;
	position: absolute;
	right: 10px;
}
.label p span {
	padding-top: 10%;
	padding-left:8px;
	display:block;	
	
	text-align:left;
	font-size:15px;
	vertical-align:text-bottom;
}
/*Top In Bounds*/
.top:hover p {
	top: 0%;
}
/*Top Out of Bounds*/
.top p{
	top: -100%;
}
/*left In Bounds*/
.left:hover p {
	left: 0%;
}
/*left Out of Bounds*/
.left p{
	left: -100%;
}
/*right In Bounds*/
.right:hover p {
	right: 0%;
}
/*right Out of Bounds*/
.right p{
	right: -100%;
}
/*top_opacity In Bounds*/
.top_opacity:hover p {
	opacity: 1;
}
/*top_opacity Out of Bounds*/
.top_opacity p{
	opacity: 0;
}
/*left_opacity In Bounds*/
.left_opacity:hover p {
	left: 0%;
	opacity: 1;
}
/*left_opacity Out of Bounds*/
.left_opacity p{
	left: 100%;
	opacity: 0;
}
/*bottom_opacity In Bounds*/
.bottom_opacity:hover p {
	bottom: 0%;
	opacity: 1;
}
/*bottom_opacity Out of Bounds*/
.bottom_opacity p{
	bottom: -100%;
	opacity: 0;
}


@charset "utf-8";

/* CSS Document */
/*h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}*/
/*ul,ol,li{list-style:none;}
input,button{margin:0;font-size:12px;vertical-align:middle;}*/
/*body{font-size:12px;font-family:Arial, Helvetica, sans-serif;text-align:center; margin:0 auto; font-family:"宋体"; color:#898989;}*/
/*table{border-collapse:collapse;border-spacing:0;}*/
/*b,em,i{ font-style:normal; font-weight:normal;}
h1,h2,h3{ font-size:14px;}
h4{font-weight:normal; font-size:14px;}
h5{ font-size:12px;}
h6{ font-size:12px;font-weight:normal;}
img{display:block;}
.adpic{ width:100%; float:left; margin-bottom:10px;}
.adpic img{ width:100%;}
#wrap .noright{ margin-right:0; padding-right:0;}
#wrap .nobottom{ margin-bottom:0; padding-bottom:0;}
#wrap .notop{ margin-top:0; padding-top:0;}
#wrap .nobg{ background:none;}
#wrap .noline{ border:none;}
.check,.radio{margin-right:3px;_margin-right:0;}
.pcenter{ text-align:center;}
.pcenter img{ margin:0 auto;}

#{width:950px; overflow:hidden; margin:0 auto; text-align:left;}
a{color:#6e6e76;text-decoration:none;}
a:hover{ text-decoration:underline; color:#ef9b11;}
.l{ width:100%; float:left;}
.fl{display:inline; float:left;}
.fr{display:inline; float:right;}
.content{ float:left; _display:inline; overflow:hidden;}
.side{ float:right; _display:inline; overflow:hidden;}*/

#slides{ 
        /*width:100%;*/ 
		width:1200px;
        margin:50px auto; 
		height:240px;
		overflow:hidden;
		position:relative;

		}
.slides_container li{ 
        width:1200px;
		float:left;
		/*图片位置调整*/
		margin-left:-65px;

		
		    
		}
.ec-slider-list li a{ 
        display:inline-block;
		width:188px; 
		height:235px;
		border:0px solid #fff;
		/*图片位置调整*/
		margin-left:40px;
		
		}
.ec-slider-list li a img{ 
        /*width:198px; 
		height:132px;*/
		width:188px; 
		height:193px;

		}
.ec-slider-list li a span{ 
        display:block; 
		width:188px; 
		cursor:pointer; 
		height:30px; 
		line-height:40px; 
		background:#FFFFFF; 
		color:#000000;}
.slides_container li a:hover{ 
        /*border:1px solid #EEEEEE;*/
		box-shadow:4px 4px 6px #d5d5d5;

		
		
		}
.ec-slider-list li a:hover span{ 
        color:#000000;}
		
.ec-slider-list li a:hover{ 
        /*border:1px solid #EEEEEE;*/
		box-shadow:4px 4px 6px #d5d5d5;

		
		
		}
		
/*.pagination{ 
        position:absolute;
		left:483px; 
		z-index:10; 
		top:230px;}
.pagination li{ 
        float:left; 
		padding-right:7px;}
.pagination a{ 
        display:block; 
		outline:none; 
		background:url(../Images/NewIndex/pg.gif) no-repeat -1px 0; 
		text-indent:-999em;
		width:14px; 
		height:14px;}
.pagination li.current a{ 
        background-position:-22px 0;}*/

.prev {
    background: url(../Images/NewIndex/arr.png) no-repeat;
    width: 29px;
    height: 43px;
    display: block;
    left: 1px;
    top: 80px;
    position: absolute;
    text-indent: -999em;
    outline: none;
    z-index: 11;
}
.prev:hover{ 
        
        background-position:0 -43px;}
.next{ 
        background:url(../Images/NewIndex/arr.png) no-repeat -29px 0; 
		width:29px; 
		height:43px;
		display:block; 
		right:1px; 
		top:80px; 
		position:absolute; 
		text-indent:-999em;
		outline:none;
		z-index:11;	
		 }
.next:hover{ 
        background-position:-29px -43px;
}



.smart-green {
margin-left:auto;
margin-right:auto;
max-width: 590px;
/*******
background: #F8F8F8;
padding: 30px 30px 20px 30px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;

****/
font: 12px Arial, Helvetica, sans-serif;
color: #666;

}
.smart-green h1 {
font: 24px "Microsoft yahei";
padding: 20px 0px 20px 40px;
display: block;
/*****
margin: -30px -30px 10px -30px;
****/
color: #FFF;
background: #9DC45F;
text-shadow: 1px 1px 1px #949494;
border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-bottom:1px solid #89AF4C;
}
.smart-green h1>span {
display: block;
font-size: 13px;
color: #FFF;
}
.smart-green label {
display: block;
margin: 0px 0px 5px;
}
.smart-green label>span {
float: left;
margin-top: 10px;
color: #5E5E5E;
}

.smart-green textarea{
height:100px;
padding-top: 12px;
}
.smart-green select {
background: url('../home/errorc5a1.html') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
background: url('../home/errorc5a1.html') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
appearance:none;
-webkit-appearance:none;
-moz-appearance: none;
/*********************/
text-indent: 0.01px;
text-overflow: '';

width:601.8px;
height:35px;
}
.smart-green .button {
background-color: #9DC45F;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-border-radius: 5px;
border: none;
padding: 10px 25px 10px 25px;
color: #FFF;
text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
background-color:#80A24A;
}

.inputTxt{
      color:#FFFFFF;
	  font-size:15px;
	  font-weight:bold;
	  font-family:'Microsoft YaHei';
	  }
.inputkuan{
      border: #FFFFFF 2px solid;
	  width:300px;
	  height:25px;
	  margin-top:0px;
	  border-radius:5px;

}
.inputTxt{
      color:#FFFFFF;
	  font-size:15px;
	  font-weight:bold;
	  font-family:'Microsoft YaHei';
	  }


.navBox{
	margin: 0 auto;
	width: 1101px;
	height: 46px;
}

.navBox > ul > li{
	float: left;
	height: 46px;
	line-height: 46px;
}

 .navBox > ul > li > a{
            float: left;
            display: block;
            height: 40px;
            line-height: 40px;
            padding: 0 25px;
            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;
        }



.navBox > ul > li > a:hover, .navM2 > a:hover, .navM2 > a.active {
                background: #FFFFFF;
                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;
            }

        .navBox > ul > li:hover, .navM > ul > li.active {
            background: #FFFFFF;
            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;
        }

            .navBox > ul > li.active a {
                color: #353535;
            }



   .menuNav{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 9999;
	background:#7bb924;
}

.menuNav > a{
	font-size: 14px;
	text-decoration: none;
	color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    -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;



}

.menuNav > a > .arrow{
	/*float: right;*/
	position: absolute;
	right: 5px;
	top: 18px;
	width: 0;
	height: 0;
	font-size: 0;
	border-width: 5px;
	border-style:solid dashed dashed dashed; 
	border-color: #fff transparent transparent transparent;
	z-index: 99999;
}



.menuNav > a:hover{
                background: #FFFFFF;
                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;
            }

      
.navUl2 {
	display: none;
	
}
.navUl2 > li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	/*border-bottom: 1px solid #fff;*/

}
.navUl2 > li > a{
	display: block;
	color: #fff;
	text-decoration: none;
	background:#7bb924;
	opacity: .95;
	filter:alpha(opacity=95);
	border-top: 1px solid #fff;
}
.navUl2 > li > a:hover,.navUl2 > li > a.a_bg2{
	background:#fff;
    color:#7bb924;
}

 /*左3角*/
.menuNav > a,.navUl2 > li > a{
	position: relative;
}

.logo > a >img {
    width: 100%;
    height: 100%;
}