/* RESET */
/* RESET */
/* RESET */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: 'Microsoft YaHei';
    vertical-align: baseline;
    list-style-type: none;
}

:focus {
    outline: 0;
}

div {
    margin: 0;
    padding: 0;
    display: block;
}

strong, b {
    font-weight: bold;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    background: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

th, td {
    text-align: left;
    font-weight: normal;
}

img, iframe {
    border: none;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

input, textarea, select, button {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}

select {
    margin: inherit;
}

input, textarea, select {
    -webkit-font-weight: 400;
    -webkit-border-radius: 0;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
/* HTML AND BODY */

html, body {
    background: #fff;
    /* font-family: 'Microsoft YaHei', sans-serif; */
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.66;
    color: #42505f;
    max-width: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: none; /* prevent WebKit-based browsers from resizing text */
    position: relative;
    margin: 0 auto;
}

#page-wrapper /* viewport |_| */ {
    position: relative;
    width: 100%;
    left: 0px;
    z-index: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#content-wrapper {
    -webkit-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -moz-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -ms-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -o-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
    transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -webkit-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -moz-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -ms-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -o-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    position: relative;
    left: 0px;
    background: #fff;
    height: 100%;
    /*-webkit-transform: perspective(0) translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
}

    #content-wrapper.open-sidebar {
        -webkit-transform: perspective(0) translate(185px, 0);
        -moz-transform: translate(185px, 0);
        -ms-transform: translate(185px, 0);
        -o-transform: translate(185px, 0);
        transform: translate(185px, 0);
    }

    #content-wrapper.open-sidebar2 {
        -webkit-transform: perspective(0) translate(-80px, 0);
        -moz-transform: translate(-80px, 0);
        -ms-transform: translate(-80px, 0);
        -o-transform: translate(-80px, 0);
        transform: translate(-80px, 0);
    }

.swipe-area {
    position: absolute;
    width: 40%;
    left: 0;
    top: 0;
    height: 100%;
    background: none;
    z-index: 0;
}

/* COMMON STYLES */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Microsoft YaHei', sans-serif;
    line-height: 1.33;
}

h1 {
    font-size: 28px;
    margin-bottom: 1em;
}

h2 {
    font-size: 26px;
    margin-bottom: 1em;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
    margin-bottom: 1em;
}

h5 {
    font-size: 18px;
    margin-bottom: 1em;
}

h6 {
    font-size: 16px;
    margin-bottom: 1em;
}

a, a:visited, a:hover, a:link {
    text-decoration: none;
    color: #bfbfbf;
}

    a.underline {
        text-decoration: underline;
    }

.half_column {
    width: 48%;
    display: inline-block;
}

    .half_column.last {
        margin-left: 4%;
        margin-right: -6%;
    }

.three_column {
    width: 31%;
    display: inline-block;
}

    .three_column.second {
        padding-left: 3%;
    }

    .three_column.last {
        padding-left: 3%;
        margin-right: -3%;
    }

ul.icon li {
    padding: 4px 0;
}

    ul.icon li img.icon {
        width: 22px;
        display: inline-block;
        margin-bottom: -6px;
        margin-right: 12px;
        margin-top: 6px;
        opacity: 0.6;
    }

ul.dotted {
    margin-left: 25px;
    list-style: disc;
}

    ul.dotted li {
        padding: 2px 0;
    }

ul.number {
    margin-left: 25px;
    list-style: decimal;
}

    ul.number li {
        padding: 2px 0;
    }

button {
    border: none;
    font-size: 12px !important;
}

.FancyBlue {
    background: #7988d4 !important;
    color: white !important;
    text-shadow: none;
}

.Greeny {
    background: #009c36 !important;
    color: white !important;
    text-shadow: none;
}

.BlueGrass {
    background: #008a93 !important;
    color: white !important;
    text-shadow: none;
}

.GreenPlaster {
    background: #35c553 !important;
    color: white !important;
    text-shadow: none;
}

.DarkGreen {
    background: #649f71 !important;
    color: white !important;
    text-shadow: none;
}

.SkyBlue {
    background: #19a5cd !important;
    color: white !important;
    text-shadow: none;
}

.RoyalBlue {
    background: #4d74df !important;
    color: white !important;
    text-shadow: none;
}

.Lila {
    background: #bb91cf !important;
    color: white !important;
    text-shadow: none;
}

.PinkyRed {
    background: #ef5298 !important;
    color: white !important;
    text-shadow: none;
}

.FlowerBlue {
    background: #405e99 !important;
    color: white !important;
    text-shadow: none;
}

.PurpleHaze {
    background: #994064 !important;
    color: white !important;
    text-shadow: none;
}

.Mandarine {
    background: #dc9237 !important;
    color: white !important;
    text-shadow: none;
}

.BrickRed {
    background: #bf4823 !important;
    color: white !important;
    text-shadow: none;
}

.DarkGrey {
    background: #535151 !important;
    color: white !important;
    text-shadow: none;
}

.DarkRed {
    background: #a91919 !important;
    color: white !important;
    text-shadow: none;
}

.Yellow {
    background: #b2b410 !important;
    color: white !important;
    text-shadow: none;
}

.Brown {
    background: #7d4040 !important;
    color: white !important;
    text-shadow: none;
}

.Grey {
    background: #616060 !important;
    color: white !important;
    text-shadow: none;
}

.Light {
    background: rgba(0,0,0,0.05) !important;
    color: inherit !important;
}

.Transparent {
    background-color: transparent;
    text-shadow: none !important;
    color: #6b6b6b !important;
    border: 1px solid #8b8b8b;
}

.container {
    padding: 6px 10px;
    padding-bottom: 12px;
}

.tabs {
    margin: 24px 0;
    text-align: center;
}

    .tabs li {
        display: inline-block;
        margin-bottom: 17px;
    }

.center {
    text-align: center;
    margin: 0 auto;
}

div.margin {
    margin-bottom: 20px;
}

img {
    width: auto;
    max-width: 100%;
}

    img.fullwidth {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 0;
    }

    img.icon {
        width: 26px;
        display: inline-block;
        vertical-align: middle;
    }

pre {
    font-family: 'Microsoft YaHei', Courier, monospace;
    padding: 6px 12px;
    display: block;
    font-size: 12px;
    line-height: 18px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: #42505f;
    color: #fff;
}

.twocol {
    width: 45%;
    padding: 0 2%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: -2%;
}

.threecol {
    width: 29%;
    padding: 0 2%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: -2%;
}

.fourcol {
    width: 21.3%;
    padding: 0 2%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: -2%;
}

table {
    display: table;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    width: 100%;
}

    table thead tr {
    }

        table thead tr td {
            font-weight: bold;
        }

    table tr {
        text-align: center;
      
    }

    table td {
        padding: 8px 20px;
         border-bottom: 1px #dddddd solid;
    }

    table.svlist {
        width: 100%;
        color: #8f8f97;
        margin: 0 auto;
        font-size: 12px;
    }

.svlist {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .svlist ul {
        display: block;
    }

        .svlist ul li {
            float: left;
            width: 25%;
            display: block;
            margin-bottom: 5px;
            text-align: center;
        }

            .svlist ul li a {
                display: block;
                font-size: 12px;
            }

                .svlist ul li a span {
                    padding: 5px;
                    border: 1px solid;
                    border-radius: 50%;
                    width: 3.5rem;
                    height: 3.5rem;
                    display: block;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 50%;
                    border: none;
                }

                .svlist ul li a font {
                    color: #898989;
                }

            .svlist ul li:nth-child(1) a span {
                background-image: url(../img/icons/icon_fw1.png);
                background-color: #8acb00;
            }

            .svlist ul li:nth-child(2) a span {
                background-image: url(../img/icons/icon_fw2.png);
                background-color: #f35d02;
            }

            .svlist ul li:nth-child(3) a span {
                background-image: url(../img/icons/icon_fw3.png);
                ;
                background-color: #1b9af7;
            }

            .svlist ul li:nth-child(4) a span {
                background-image: url(../img/icons/icon_fw4.png);
                background-color: #26d3cf;
            }

            .svlist ul li:nth-child(5) a span {
                background-image: url(../img/icons/icon_fw5.png);
                background-color: #ee3590;
            }

            .svlist ul li:nth-child(6) a span {
                background-image: url(../img/icons/icon_fw6.png);
                background-color: #9066f2;
            }


table.svlist img {
    width: 100%;
}

table.svlist a font {
    text-align: center;
    display: block;
}

.toggle {
    padding: 6px 12px;
    margin-bottom: 0px;
    cursor: pointer;
    background: #eb866a;
    color: #fff;
}

.container {
    display: block;
    padding: 6px 12px;
    background: #eb866a;
    color: #fff;
}

.menu-li-title, #footer {
    font-family: 'Microsoft YaHei', sans-serif;
}

input[type="text"], textarea {
    background-color: transparent;
    border: 1px solid black;
    padding: 8px 10px;
    margin: 0;
    padding: 10px;
    width: 92%;
}

input[type="button"], input[type="submit"] {
    background: #7db2e9;
    border: none;
    padding: 8px 10px;
    color: #fff;
    float: right;
    cursor: pointer;
    margin: 0;
}

input[type="button"] {
    width: 100%;
    font-family: 'Microsoft YaHei', sans-serif;
    float: none;
    display: block;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2px;
    border: 2px solid #42474b;
    background-color: transparent;
    color: #42474b;
    padding: 12px 5px;
    height: 44px;
}

.input-inline {
    width: 100%;
    background: #eb866a;
    padding: 0;
    height: 36px;
}

    .input-inline input[type="text"] {
        width: auto;
        padding: 9px 10px;
        color: #fff;
        border: none;
    }

textarea {
    height: 100px;
}

label {
    font-weight: bold;
}

form {
    width: 100%;
    overflow: hidden;
}
/* HEADER */

#header {
    position: relative;
    width: 100%;
    height: 48px;
    background: #efeff0;
    /*-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);*/
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #c4c4c5;
}

#header-left {
    position: absolute;
    top: 0px;
}

#a-menu {
    width: 30px;
    height: 48px;
    display: inline-block;
    position: relative;
    left: 0px;
}

    #a-menu img {
        width: 22px;
        margin-top: 17px;
        margin-left: 0px;
    }

.a_btn {
    width: 40px;
    height: 48px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 15px;
}

.a_btn2 {
    width: 40px;
    height: 48px;
    display: inline-block;
    position: relative;
    right: 0px;
    top: 5px;
}

#header-title {
}

    #header-title h1 {
        display: inline;
        margin: 0;
        font-size: 20px;
        line-height: 51px;
        color: #ee3536;
        font-weight: normal;
        text-transform: capitalize;
        font-family: 'Microsoft YaHei', sans-serif;
    }

#header-right {
    position: absolute;
    right: 0px;
    top: 2px;
}

    #header-right a {
        padding: 10px;
        display: block;
    }

    #header-right img {
        width: 20px;
    }
/* MENU */

#menu-wrapper {
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1 !important;
    height: 100%;
    width: 185px;
    background: #f4f4f4;
}

#menu-logo {
    background: #fbfbfb;
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 0px;
}

    #menu-logo img {
        max-height: 100%;
    }

#menu-search:before {
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #303135;
    background-image: url(../img/icons/search.png);
    width: 50px;
    height: 48px;
    display: block;
    position: absolute;
    left: 0;
    content: '';
}

#menu-search-input-text {
    width: 130px;
    margin-left: 75px;
    border: none;
    padding: 0;
    border-bottom: 1px solid #84848a;
    color: #84848a;
    padding-bottom: 5px;
    margin-top: 17px;
    font-size: 12px;
}

#menu-search-input-submit {
    height: 43px;
    width: 28px;
    background: url(../img/icons/search-submit.png);
    background-size: 17px;
    background-position: right;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-right: 12px;
    opacity: 0.45;
    font-family: 'Microsoft YaHei', Helvetica, sans-serif;
}

.menu ul li a, .menu > li a {
    height: 48px;
    width: 100%;
    display: block;
    position: relative;
}

.menu-li-icon {
    height: 24px;
    margin-top: 12px;
    left: 15px;
    position: absolute;
    display: block;
}

.menu > li ul li {
    background: #2a2b2e;
}

    .menu > li.icon:before, .menu > li ul li:before {
        background-size: 26px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #eb6f65;
        width: 50px;
        height: 48px;
        display: block;
        position: absolute;
        left: 0;
        content: '';
    }

    .menu > li ul li:before {
        background-image: url(../img/icons/dot.png);
        background-color: #e86358;
    }

.menu > li.info:before {
    background-image: url(../img/icons/info.png);
}

.menu > li.blog:before {
    background-image: url(../img/icons/blog.png);
}

.menu > li.mail:before {
    background-image: url(../img/icons/mail.png);
}

.menu > li.box:before {
    background-image: url(../img/icons/box.png);
}

.menu > li.gallery:before {
    background-image: url(../img/icons/gallery.png);
}

.menu > li.star:before {
    background-image: url(../img/icons/star.png);
}

.menu > li.book:before {
    background-image: url(../img/icons/book.png);
}

.menu > li.box:before {
    background-image: url(../img/icons/box.png);
}

.menu > li.home:before {
    background-image: url(../img/icons/home.png);
}

.menu > li.plus:before {
    background-image: url(../img/icons/plus.png);
}

.menu > li.dot:before {
    background-image: url(../img/icons/dot.png);
}

.menu-li-title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-li-arrow {
    height: 16px;
    float: right;
    margin-top: 16px;
    margin-right: 12px;
    opacity: 0.45;
}

.menu-li-arrow-submenu {
    height: 40px;
    float: right;
    margin-top: 4px;
    margin-right: 0px;
    opacity: 0.45;
}

.menu > li a.mutit {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 110px;
    height: 35px;
    padding: 5px;
    margin: 5px auto;
    display: block;
}

    .menu > li a.mutit i {
        float: left;
        width: 35px;
        height: 30px;
        margin-right: 0px;
    }

        .menu > li a.mutit i img {
            max-width: 100%;
            max-height: 100%;
        }

    .menu > li a.mutit font {
        margin-left: 40px;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        text-align: center;
        display: block;
    }

.menu > li a {
    display: block;
}

.menu > li:first-child a {
    color: #f7a531;
}

.menu > li:nth-child(2) a {
    color: #75d725;
}

.menu > li:nth-child(3) a {
    color: #3482e2;
}

.menu > li:nth-child(4) a {
    color: #f94063;
}

.menu > li:nth-child(5) a {
    color: #d44ae4;
}

#menu-wrapper2 {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1 !important;
    height: 100%;
    width: 80px;
    background: #3c3d42;
    -webkit-box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.8);
}

/*右边导航*/
#menu-wrapper2 {
    background: #fff;
    -moz-box-shadow: 5px 5px 5px 0px #e4e4e4 inset;
    -webkit-box-shadow: 5px 5px 5px 0px #e4e4e4 inset;
    box-shadow: 5px 5px 5px 0px #e4e4e4 inset;
}

.rg_menu {
    display: block;
    width: 100%;
    height: 100%;
}

    .rg_menu li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
        padding: 5px 0px;
        text-align: center;
    }

        .rg_menu li a {
            display: block;
            font-size: 14px;
        }

            .rg_menu li a i {
                display: block;
                text-align: center;
                margin: 0px;
                padding: 0px;
            }

            .rg_menu li a font {
                display: block;
                margin: 0px;
                padding: 0px;
                color: #898989;
            }

            .rg_menu li a:hover {
                color: #C00;
            }







/* CONTENT */


#content {
    width: 100%;
    padding-top: 28px;
    background: #fff;
}

div.wrapper {
    margin: 1em 7px;
}

/*p + p {
    text-indent: 1.5em;
    margin-top: 1em;
}*/

p + h1 {
    margin-top: 1em;
}

p + h2 {
    margin-top: 1em;
}

p + h3 {
    margin-top: 1em;
}

p + h4 {
    margin-top: 1em;
}

p + h5 {
    margin-top: 1em;
}

p + h6 {
    margin-top: 1em;
}

article {
    margin: 0.5em 0;
}

.post-date {
    font-size: 12px;
    color: #8f8f97;
    display: block;
    margin-bottom: 5px;
}

.prologue {
    font-family: 'Merriweather', serif;
    color: #6e6e73;
    font-size: 14px;
    line-height: 1.75;
}
/*2015-2-5样式表*/
.dhg1 {
    width: 100%;
    height: 10px;
    display: block;
    overflow: hidden;
}

.dhg2 {
    width: 100%;
    height: 10px;
    display: block;
    overflow: hidden;
}

.dhg3 {
    width: 100%;
    height: 15px;
    display: block;
    overflow: hidden;
}


.ft {
    font-family: "微软雅黑";
    font-weight: normal;
    color: #555555;
}

.ft12 {
    font-size: 12px;
}

.ft14 {
    font-size: 14px;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.ft20 {
    font-size: 20px;
}

.ft24 {
    font-size: 24px;
}

.ft28 {
    font-size: 28px;
}

.ctbord {
    border: 1px solid #eeeeee;
}

.ctbd_bot {
    border-bottom: 1px solid #eeeeee;
}

.ctbd_top {
    border-top: 1px solid #eeeeee;
}

.btbd {
    border-bottom: 2px solid #ff0100;
}

.ctbd_bot_bg {
    background: url(../img/bdbg1.png) repeat-x left bottom;
}

.ow {
    overflow: hidden;
}

.ctpd1 {
    display: block;
    padding: 5px;
}

.ctpd2 {
    display: block;
    padding: 5px;
}

.ctpd_lf_rg {
    display: block;
    padding: 5px 0px;
}

.ctpd_tp_bot {
    display: block;
    padding: 0px 5px;
}

.title1 {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0px 0px;
}

    .title1 h3 {
        font-family: "微软雅黑";
        font-size: 18px;
        font-weight: normal;
        color: #ee3536;
        padding-top: 4px;
        padding: 0px;
        margin: 0px;
        padding-left: 10px;
        float: left;
        display: block;
    }

    .title1 .more2 {
        float: right;
        display: inline-block;
    }

.more2:link, .more2:visited {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.more2:hover {
    color: #C00;
}
/* SLIDER */

.slider {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .slider img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

.slider {
    width: 100%;
    opacity: 0;
}

#slider2 .flex-direction-nav {
    display: none;
}

.picdv1 {
    display: block;
}

    .picdv1 dt, .picdv1 dd {
        width: 100%;
        display: block;
        overflow: hidden;
    }

        .picdv1 dt img {
            width: 115px;
            height: 80px;
            overflow: hidden;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .picdv1 a {
        display: block;
    }

    .picdv1 dd.pcft {
        line-height: 25px;
        height: 50px;
    }

    .picdv1 dd.pctm {
        padding: 5px 0px;
        height: 20px;
        line-height: 20px;
    }

        .picdv1 dd.pctm i {
            display: block;
            float: left;
            padding-right: 5px;
            margin-right: 5px;
            border: 0px solid #eee;
        }

        .picdv1 dd.pctm font {
            line-height: 20px;
            display: block;
        }

.picdv2 {
    display: block;
    position: relative;
}

    .picdv2 .pcimg {
        display: block;
        float: left;
    }

        .picdv2 .pcimg img {
            width: 115px;
            height: 80px;
            overflow: hidden;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .picdv2 dl {
        display: block;
        margin-left: 125px;
    }

    .picdv2 dt, .picdv2 dd {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .picdv2 dt {
        line-height: 25px;
    }

    .picdv2 a {
        display: block;
    }

    .picdv2 dd {
        color: #898989;
        line-height: 25px;
    }

    .picdv2 .pdjg {
        color: #ee3536;
        position: absolute;
        right: 5px;
        top: -8px;
    }

        .picdv2 .pdjg dt {
            color: #ee3536;
            line-height: 40px;
            display: block;
        }

        .picdv2 .pdjg dd {
            display: block;
            text-decoration: line-through;
            text-align: center;
        }


/*优惠活动*/
.pf .title1 {
}

    .pf .title1 h3 {
        line-height: 30px;
        background: #fff;
        padding: 0px 10px 0px 10px;
    }

.pf .picdv1 {
    width: 48%;
    float: left;
    margin: 0px;
    padding: 0.5% 0.5%;
}

    .pf .picdv1:nth-child(2n) {
        float: right;
    }


        .pf .picdv1 dt img {
            width: 100%;
            height: auto;
            overflow: hidden;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .pf .picdv1 dd {
          height: 25px;
    }

        .pf .picdv1 dd.pcft {
            max-height: 22px;
        }

            .pf .picdv1 dd.pcft a {
                color: #555;
            }
/*推荐课程*/
.tjclass {
}

    .tjclass .title1 h3 {
        line-height: 30px;
        background: #fff;
        padding: 0px 10px 0px 10px;
    }

    .tjclass .picdv2 dl {
        font-size: 12px;
        display: block;
        margin-left: 125px;
    }

.hrbd1 {
    border: none;
    height: 1px;
    background: #eeeeee;
    width: 100%;
    display: block;
    margin: 5px 0px;
}
/*首页校区列表*/
.contact {
}

.picdv3 {
    display: block;
    position: relative;
}

    .picdv3 .pcimg {
        display: block;
        padding: 5px;
        width: 75px;
        height: 75px;
        float: left;
    }

        .picdv3 .pcimg img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
        }

    .picdv3 dl {
        display: block;
        margin-left: 85px;
        margin-top: 0px;
    }

    .picdv3 dt, .picdv3 dd {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .picdv3 dt {
        line-height: 25px;
        color: #F00;
    }

    .picdv3 dd {
        color: #898989;
        line-height: 20px;
    }

.contact a {
    width: 49%;
    margin: 0px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border-color: #dfdfdf;
}

    .contact a:nth-child(2n-1) {
        float: left;
    }

    .contact a:nth-child(2n) {
        float: right;
    }

    .contact a:hover {
        border-color: #C00;
    }

    .contact a.picdv3:nth-child(2n) {
        float: right;
    }

        .contact a.picdv3:nth-child(2n) .pcimg {
            float: right;
        }

        .contact a.picdv3:nth-child(2n) dl {
            margin-right: 85px;
            margin-left: 15px;
        }
/* BLOG */
.blog-post-title {
    text-transform: capitalize;
}

.blog-meta {
    color: #fff;
    background: #333333;
    font-size: 12px;
    margin-bottom: 15px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

    .blog-meta img {
        float: left;
        height: 50px;
        margin-right: 1.66em;
    }

.blog-meta-author {
    margin-bottom: -2px;
}

    .blog-meta-author a {
        color: #fff;
        font-family: 'Microsoft YaHei', sans-serif;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
    }
/* FOOTER */


#dvfoot {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #f7f8f8;
    border-top: solid 1px #eee;
    padding: 10px 0px 0px;
    overflow: hidden;
}

.dvft {
    display: block;
    overflow: hidden;
}

    .dvft a {
        width: 20%;
        line-height: 25px;
        display: block;
        float: left;
        margin: 0px;
        padding: 18px 0px 0px;
        color: #676b74;
        font-size: 14px;
        text-align: center;
        border: 0px;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 20px 20px;
    }

        .dvft a:hover {
            color: #C00;
        }

        .dvft a:nth-child(1) {
            background-image: url("../img/icons/icon_tell.png");
        }

            .dvft a:nth-child(1):hover {
                background-image: url(../img/icons/icon_tell_hv.png);
            }

        .dvft a:nth-child(4) {
            background-image: url(../img/icons/icon_zy.png);
        }

            .dvft a:nth-child(4):hover {
                background-image: url(../img/icons/icon_zy_hv.png);
            }

        .dvft a:nth-child(3) {
            background-image: url(../img/icons/icon_home.png);
        }

            .dvft a:nth-child(3):hover {
                background-image: url(../img/icons/icon_home_hv.png);
            }

        .dvft a:nth-child(2) {
            background-image: url(../img/icons/icon_cd.png);
        }

            .dvft a:nth-child(2):hover {
                background-image: url(../img/icons/icon_cd_hv.png);
            }

        .dvft a:nth-child(5) {
            background-image: url(../img/icons/icon_us.png);
        }

            .dvft a:nth-child(5):hover {
                background-image: url(../img/icons/icon_us_hv.png);
            }

#footer {
    height: 65px;
    display: block;
    width: 100%;
}

/*前台登录界面——登录—+注册——修改密码—— 找回密码———*/
.loginbox {
}

.login_lg {
    padding: 30px 0px;
    text-align: center;
}

.lg_dl {
    width: 310px;
    margin: 5px auto 10px;
    overflow: hidden;
    display: block;
}

    .lg_dl dt {
        text-align: left;
        padding: 0px;
        margin: 0px;
    }

    .lg_dl dd {
        text-align: left;
        display: block;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
        position: relative;
    }

.lgicon {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 35px;
    height: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.icon-user {
    background-image: url(../img/icons/icon_lgus.png);
}

.icon-pd {
    background-image: url(../img/icons/icon_lgpd.png);
}

.icon-el {
    background-image: url(../img/icons/icon_lgel.png);
}

.lgtxt1 {
    display: block;
    padding: 10px;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    cursor: pointer;
}

.lg_dl dd input[type="text"] {
    border: 1px solid #dcdddd;
    padding-left: 3.5em;
    width: 80%;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.lg_dl dd input[type="password"] {
    border: 1px solid #dcdddd;
    padding-left: 3.5em;
    width: 80%;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.lgbut1 {
    display: block;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
    cursor: pointer;
}

.lg_dl dt input[type="button"] {
    width: 99%;
    margin: 0 auto;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #c12b2c;
    background-color: #ee3536;
    color: #fff;
    padding: 0px;
    height: 44px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.lg2 {
}

    .lg2 dt {
        float: left;
        width: 80px;
        text-align: right;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }

    .lg2 dd {
        display: block;
        width: -moz-calc(98%-80px);
        width: -webkit-cal(98%-80px);
        width: calc(98%-80px);
    }

        .lg2 dd input[type="text"] {
            border: 1px solid #dcdddd;
            text-indent: 0px;
            width: 90%;
            padding: 10px;
            font-size: 14px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .lg2 dd input[type="password"] {
            border: 1px solid #dcdddd;
            text-indent: 0px;
            width: 90%;
            padding: 10px;
            font-size: 14px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

.lgreg {
    float: left;
    display: inline-block;
    font-size: 12px;
}

.fdpwd:link, .fdpwd:visited {
    float: right;
    display: inline-block;
    font-size: 12px;
}

/*前台登录界面——end*/

/*专业界面*/
#professional {
    display: block;
    overflow: hidden;
}

#search {
    display: block;
    padding: 10px 30px;
    margin: 0px;
    overflow: hidden;
    background: #efefef;
}

.shtxt {
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: left;
}

.shbut {
    width: 55px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#search input[type="text"] {
    padding: 5px;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer;
    margin: 0;
    width: 80%; /* 960 */
    width: -webkit-calc( 100% - 6em ); /* 240 */
    width: calc( 100% - 6em ); /* 240 */
}

#search input[type="password"] {
    padding: 5px;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer;
    margin: 0;
    width: 80%; /* 960 */
    width: -webkit-calc( 100% - 6em ); /* 240 */
    width: calc( 100% - 6em ); /* 240 */
}

#search input[type="submit"] {
    background: url(../img/icons/icon_bt.png) no-repeat center #ee3536;
    width: 15.666%; /* 200 */
    width: -webkit-calc(4.5em); /* 200 */
    width: calc(4.5em); /* 200 */
}

.pfcont {
}

    .pfcont .title1 h3 {
        line-height: 28px;
        height: 28px;
        padding: 0px 10px;
    }

    .pfcont .ctdiv a {
        display: inline-block;
        float: left;
        font-size: 16px;
        color: #727171;
        min-width: 65px;
        padding: 0px;
        height: 30px;
        line-height: 30px;
        margin: 10px;
    }

#professional .title1 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #757880;
    border: none;
    background: none;
    padding: 5px;
}

.picdv6 {
    display: block;
    position: relative;
    overflow: hidden;
}

    .picdv6 .pcimg {
        display: block;
        width: 120px;
        float: left;
    }

        .picdv6 .pcimg img {
            width: 120px;
            height: 88px;
            overflow: hidden;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .picdv6 dl {
        display: block;
        margin-left: 130px;
    }

    .picdv6 dt, .picdv2 dd {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .picdv6 dt {
    }

        .picdv6 dt a {
            color: #000;
        }

    .picdv6 a {
        display: block;
    }

    .picdv6 dd {
        color: #3e3a39;
        line-height: 22px;
        height: 22px;
        overflow: hidden;
    }

        .picdv6 dd.pd4ms {
            color: #898989;
        }

.pdjg2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

    .pdjg2 span {
        display: block;
        width: 100%;
        padding: 5px 0px;
        text-align: left;
    }

        .pdjg2 span.pdjg_sz font:first-child {
            font-size: 24px;
            color: #C00;
        }

        .pdjg2 span.pdjg_sz font:last-child {
            font-size: 16px;
            text-decoration: line-through;
            color: #898989;
        }

        .pdjg2 span.icon_xx {
            background-image: url(../img/icons/icon_xx.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 15px 15px;
            padding-left: 20px;
            font-size: 12px;
        }

    .pdjg2 .spbcolor1 {
        border: 1px solid #c12727;
        background: #ee3536;
        color: #fff;
    }

    .pdjg2 .spbcolor2 {
        border: 1px solid #c15022;
        background: #f7662b;
        color: #fff;
    }

.pfsider {
    display: block;
    overflow: hidden;
}

    .pfsider .pfsdpic {
        width: 49%;
        float: left;
        max-height: 150px;
        min-height: 90px;
        display: block;
        border: none;
        padding: 0px;
        margin: 0px;
    }

    .pfsider .pfsd_dl {
        width: 49%;
        text-align: left;
        float: right;
        overflow: hidden;
        display: block;
    }

        .pfsider .pfsd_dl dt {
            font-size: 18px;
            color: #000;
            text-align: left;
            padding: 0px;
            margin: 0px;
        }

        .pfsider .pfsd_dl dd {
            line-height: 25px;
            max-height: 150px;
            display: block;
            overflow: hidden;
            margin: 0px;
            padding: 0px;
            font-size: 12px;
        }

.pf_tlist {
    display: block;
    overflow: hidden;
}

    .pf_tlist table {
        border-top: 2px solid #ee3536;
        border-right: 1px solid #dfdfdf;
    }

        .pf_tlist table td {
            border-left: 1px solid #dfdfdf;
            border-bottom: 1px solid #dfdfdf;
            text-align: center;
            vertical-align: middle;
            padding: 0px;
            margin: 0px;
        }

            .pf_tlist table td a {
                display: block;
                color: #000;
                padding: 5px;
            }

                .pf_tlist table td a:hover {
                    background: #C00;
                    color: #fff;
                }

#professional .title2 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #757880;
    border: none;
    background: url(../img/bdbg1.png) repeat-x left bottom;
    padding: 0px;
}

    #professional .title2 h3 {
        border-bottom: 1px solid #C00;
        display: block;
        height: 39px;
        line-height: 39px;
        float: left;
        margin: 0px;
        font-weight: normal;
        color: #C00;
        font-size: 14px;
        padding: 0px 5px;
    }

#professional .pfdesc {
    font-size: 12px;
    line-height: 25px;
}



/*课程列表*/
#classlist {
    display: block;
    overflow: hidden;
}

#layout-t .tab-bd {
}

.tab-product {
}

    .tab-product h2 {
        width: 90%;
        padding: 5px 5% 0px;
        margin: 0px auto;
        background: url(../img/bdbg1.png) repeat-x left bottom;
        display: block;
        overflow: hidden;
    }

        .tab-product h2 span {
            width: 21%;
            float: left;
            display: block;
            height: 30px;
            line-height: 30px;
            padding: 10px 2%;
            margin: 0px;
            background: url(../img/bdrg.png) no-repeat right center;
        }

            .tab-product h2 span a {
                font-size: 20px;
                font-family: "微软雅黑";
                font-weight: normal;
                display: block;
                padding: 0px;
                color: #3e3a39;
            }

            .tab-product h2 span:last-child {
                background: none;
            }

            .tab-product h2 span.current {
                border-bottom: 2px solid #C30;
                display: block;
            }

                .tab-product h2 span.current a:link, .tab-product h2 span.current a:visited {
                    color: #C30;
                }

.tab-hd-con {
    float: left;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

    .tab-hd-con a {
        display: inline-block;
    }

.dom-display .current {
    display: block;
}

.tab-bd-con {
    display: none;
    overflow: hidden;
}

.picdv4 {
    display: block;
    position: relative;
    overflow: hidden;
}

    .picdv4 .pcimg {
        display: block;
        width: 120px;
        float: left;
    }

        .picdv4 .pcimg img {
            width: 120px;
            height: 88px;
            overflow: hidden;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .picdv4 dl {
        display: block;
        margin-left: 130px;
    }

    .picdv4 dt, .picdv2 dd {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .picdv4 dt {
    }

        .picdv4 dt a {
            color: #C00;
        }

    .picdv4 a {
        display: block;
    }

    .picdv4 dd {
        color: #3e3a39;
        line-height: 22px;
    }

        .picdv4 dd.pd4ms {
            color: #898989;
        }
    

    .picdv4 .pdjg {
        color: #ee3536;
        position: absolute;
        right: 10px;
        top: 30px;
        border-left: 1px solid #dfdfdf;
        padding-left: 10px;
       
    }

        .picdv4 .pdjg dt {
            color: #ee3536;
            line-height: 40px;
            display: block;
        }

        .picdv4 .pdjg dd {
            display: block;
            text-decoration: line-through;
            text-align: center;
        }

.kcicon {
    background: url(../img/icons/icon_kcbg.png) no-repeat left top;
    width: 26px;
    height: 34px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    padding-top: 2px;
}

/*班级介绍*/
#classitd {
    display: block;
    overflow: hidden;
}

    #classitd .tab-hd span {
        width: 26%;
        padding: 0px 2%;
        height: auto;
    }

        #classitd .tab-hd span a {
            font-size: 16px;
            margin: 0px;
            padding: 5px 0px;
            font-weight: normal;
        }

.videoct {
    display: block;
    overflow: hidden;
}

.clitd_desc {
    position: relative;
}

.clitd_dl {
    display: block;
    overflow: hidden;
}

    .clitd_dl dt, .clitd_dl dd {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .clitd_dl dt {
        font-size: 18px;
        color: #000;
        height: 35px;
    }

        .clitd_dl dt a {
            color: #000;
        }

    .clitd_dl a {
        display: block;
    }

    .clitd_dl dd {
        color: #3e3a39;
        line-height: 22px;
        font-size: 12px;
    }

        .clitd_dl dd.pd4ms {
            color: #898989;
        }

        .clitd_dl dd.pdjg3 {
            margin-top: 10px;
        }

            .clitd_dl dd.pdjg3 font:first-child {
                font-size: 20px;
                color: #c00;
                margin-right: 10px;
            }

            .clitd_dl dd.pdjg3 font:last-child {
                font-size: 16px;
                text-decoration: line-through;
            }

.clitd_desc .spbcolor1 {
    border: 1px solid #c12727;
    background: #ee3536;
    color: #fff;
}

.clitd_desc .spbcolor2 {
    border: 1px solid #c15022;
    background: #f7662b;
    color: #fff;
}

.jtc {
    color: #898989;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 130px;
    height: 30px;
    padding-left: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    display: block;
}

    .jtc:link, .jtc:visited {
        color: #898989;
    }



/*我的订单*/
.picdv4 dd.pdcol5 {
    color: #f7662b;
}

.picdv4 dd.pdcol6 {
    color: #72f072;
}

.shopbut {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px;
    height: 35px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    display: block;
}

.picdv4 .spbcolor1 {
    border: 1px solid #c12727;
    background: #ee3536;
    color: #fff;
}

.picdv4 .spbcolor2 {
    border: 1px solid #c15022;
    background: #f7662b;
    color: #fff;
}

/*提交订单*/
#tjorder {
    display: block;
    overflow: hidden;
}

    #tjorder .title1 {
        font-size: 20px;
        color: #c00;
        padding: 0px;
        margin: 0px;
        background: none;
        height: 35px;
        line-height: 35px;
    }

.tjod_dl {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
}

    .tjod_dl dd {
        border-bottom: 1px solid #dfdfdf;
        display: block;
        line-height: 40px;
        overflow: hidden;
        padding: 5px 10px;
    }

        .tjod_dl dd:last-child {
            border-bottom: none;
        }

        .tjod_dl dd i {
            line-height: none;
            float: left;
            display: block;
            color: #898989;
            padding-left: 0px;
        }

        .tjod_dl dd font {
            float: left;
            display: block;
            color: #898989;
            padding-left: 0px;
        }

        .tjod_dl dd span {
            float: right;
            display: block;
            color: #424242;
        }

        .tjod_dl dd a.spbutj1 {
            border: 1px solid #dfdfdf;
            border-right: 0px;
            height: 30px;
            width: 35px;
            line-height: 30px;
            text-align: center;
            float: left;
            -moz-border-radius: 5px 0px 0px 5px;
            -webkit-border-radius: 5px 0px 0px 5px;
            border-radius: 5px 0px 0px 5px;
        }

        .tjod_dl dd .spbut_iput {
            border: 1px solid #dfdfdf;
            padding: 0px;
            margin: 0px;
            height: 30px;
            width: 45px;
            line-height: 30px;
            text-align: center;
            float: left;
        }

        .tjod_dl dd a.spbutj2 {
            border: 1px solid #dfdfdf;
            border-left: 0px;
            height: 30px;
            width: 35px;
            line-height: 30px;
            text-align: center;
            float: left;
            -moz-border-radius: 0px 5px 5px 0px;
            -webkit-border-radius: 0px 5px 5px 0px;
            border-radius: 0px 5px 5px 0px;
        }

        .tjod_dl dd .spcolor2 {
            color: #f7662b;
        }

#tjorder .title2 {
    font-size: 14px;
    color: #898989;
    padding: 0px;
    margin: 0px;
    background: none;
    height: 35px;
    line-height: 35px;
}

.tjod_dl dd .spcolor3 {
    color: #000;
}

.tjod_dl dd .spcolor4 {
    color: #898989;
}

.icon_lk {
    background: url(../img/icons/icon_usrg.png) no-repeat right center;
    padding-right: 15px;
}

.tjod_dl dd.pay font {
    line-height: 20px;
}


.tjod_but {
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c15022;
    text-align: center;
    font-size: 16px;
    width: 99%;
    margin: 0px auto;
    display: block;
}

#tjorder input[type="submit"] {
    background: #f7662b;
    border: none;
    padding: 0px;
    color: #fff;
    float: none;
    cursor: pointer;
    margin: 0;
}

.pay_dl {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
}

    .pay_dl dd {
        border-bottom: 1px solid #dfdfdf;
        display: block;
        font-size: 12px;
        overflow: hidden;
        padding: 5px 10px;
    }

        .pay_dl dd:last-child {
            border-bottom: none;
        }

        .pay_dl dd i {
            line-height: none;
            float: left;
            display: block;
            color: #898989;
            padding-left: 0px;
        }

        .pay_dl dd span {
            float: left;
            display: block;
            color: #898989;
            padding-left: 5px;
        }

            .pay_dl dd span:last-child {
                float: right;
                display: block;
                color: #424242;
            }

        .pay_dl dd input[type="radio"] {
            background: #fff;
            border: 1px solid #898989;
            width: 15px;
            height: 15px;
            padding: 0px;
            color: #fff;
            float: none;
            cursor: pointer;
            margin: 12px 0px 0px 0px;
        }

/*购物车*/
#shopcard {
}

    #shopcard .picdv4 .ipt1 {
        float: left;
        margin: 25px 10px 0px 10px;
        border: 1px solid #dfdfdf;
        width: 25px;
        height: 25px;
    }

    #shopcard .picdv4 dl {
        display: block;
        margin-left: 60px;
    }

    #shopcard .picdv4 a.spbutj1 {
        border: 1px solid #dfdfdf;
        border-right: 0px;
        height: 30px;
        width: 35px;
        line-height: 30px;
        text-align: center;
        float: left;
        -moz-border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
    }

    #shopcard .picdv4 .spbut_iput {
        border: 1px solid #dfdfdf;
        padding: 0px;
        margin: 0px;
        height: 30px;
        width: 45px;
        line-height: 30px;
        text-align: center;
        float: left;
    }

    #shopcard .picdv4 a.spbutj2 {
        border: 1px solid #dfdfdf;
        border-left: 0px;
        height: 30px;
        width: 35px;
        line-height: 30px;
        text-align: center;
        float: left;
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
    }

#shopjs {
    background: #efefef;
    border: 1px solid #dcdcdc;
    border-right: 0px;
    border-left: 0px;
    text-align: center;
    width: 100%;
    bottom: 115px;
    left: 0px;
    z-index: 99999;
    background-color: #f7f8f8;
    overflow: hidden;
}

    #shopjs .spjs {
        padding: 10px;
        display: block;
        overflow: hidden;
    }

    #shopjs span {
        float: left;
        margin-right: 5px;
        color: #898989;
    }

    #shopjs .ipt2 {
        border: 1px solid #ee3536;
        width: 25px;
        height: 25px;
        margin-top: 8px;
        float: left;
        display: block;
        cursor: pointer;
    }

    #shopjs .allprice {
        font-size: 22px;
        color: #ee3536;
        font-weight: normal;
    }

    #shopjs .spbut3 {
        width: 80px;
        height: 35px;
        background: #ee3536;
        color: #fff;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
        display: block;
        cursor: pointer;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #c12727;
        float: right;
    }

/*个人中心*/
#uscenter {
}

.us_table {
    padding: 15px 0;
    line-height: 30px;
    text-align: center;
}

    .us_table table {
        border-bottom: #dfdfdf solid 1px;
        border-right: #dfdfdf solid 1px;
        font-size: 13px;
    }

    .us_table td, .us_table th {
        border-top: #dfdfdf solid 1px;
        border-left: #dfdfdf solid 1px;
        text-align: center;
        padding: 5px;
    }

    .us_table th {
        line-height: 22px;
        font-size: 18px;
        color: #595757;
        width: 50%;
    }

    .us_table td font {
        color: #fff;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        display: inline-block;
        margin: 0px auto;
        padding: 3px 10px;
        background: #C00;
    }

.us_dl {
    border-top: 2px solid #ee3536;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
}

    .us_dl dd {
        border-bottom: 1px solid #dfdfdf;
        display: block;
        height: 40px;
        overflow: hidden;
        padding: 5px 10px;
    }

        .us_dl dd i {
            float: left;
            margin-right: 10px;
            margin-top: 10px;
            display: block;
            line-height: 0px;
        }

            .us_dl dd i img {
                width: 20px;
                height: 20px;
            }

        .us_dl dd a {
            float: left;
            font-size: 16px;
            line-height: 40px;
            color: #898989;
            display: block;
        }

        .us_dl dd span {
            float: right;
            width: 60px;
            padding-right: 80px;
            font-weight: bold;
            line-height: 40px;
            background: url(../img/icons/icon_usrg.png) no-repeat right center;
            font-size: 16px;
            color: #898989;
            display: block;
        }

/*积分*/
.picdv5 {
    display: block;
    position: relative;
    overflow: hidden;
}

    .picdv5 .pcimg {
        display: block;
        width: 120px;
        height: 90px;
        float: left;
    }

        .picdv5 .pcimg img {
            width: 120px;
            height: 88px;
            overflow: hidden;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .picdv5 dl {
        display: block;
        margin-left: 130px;
    }

    .picdv5 dt, .picdv5 dd {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .picdv5 dt {
    }

        .picdv5 dt a {
            color: #C00;
        }

    .picdv5 a {
        display: block;
    }

    .picdv5 dd {
        color: #3e3a39;
        line-height: 22px;
    }

        .picdv5 dd.pd4ms {
            color: #898989;
        }

#integral {
}

    #integral dl {
        float: left;
        margin: 0px;
        margin-left: 10px;
    }

        #integral dl.itg2 {
            float: right;
            text-align: right;
        }

            #integral dl.itg2 dt {
                font-size: 16px;
                color: #C00;
            }

    #integral .picdv5 .pcbg1 {
        background: url(../img/icons/icon_jf1.png) no-repeat center;
        height: 90px;
        border: 1px solid #ee3536;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #integral .picdv5 .pcbg2 {
        background: url(../img/icons/icon_jf2.png) no-repeat center;
        height: 90px;
        border: 1px solid #ee3536;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #integral .zongji {
        text-align: right;
    }

        #integral .zongji span {
            display: inline-block;
            margin-right: 10px;
        }

            #integral .zongji span font {
                color: #ee3536;
                font-size: 24px;
            }

        #integral .zongji .spbut3 {
            width: 80px;
            height: 45px;
            background: #ee3536;
            color: #fff;
            text-align: center;
            line-height: 45px;
            font-size: 16px;
            display: inline-block;
            cursor: pointer;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #c12727;
        }





@media (min-width: 608px) {
    .picdv2 dl {
        display: block;
        margin-left: 175px;
    }

    .picdv2 .pcimg {
        display: block;
        float: left;
    }

        .picdv2 .pcimg img {
            height: auto;
            max-height: 110px;
            max-width: 165px;
            overflow: hidden;
        }
}

@media (max-width: 480px) {
    table.svlist a span {
        width: 3rem;
        height: 3rem;
    }

    .pfsider .pfsd_dl dd {
        max-height: 125px;
        display: block;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
    }
}

@media (min-width: 423px) and (max-width: 454px) {
    .picdv3 .pcimg {
        width: 60px;
        height: 60px;
    }

    .picdv3 dl {
        margin-left: 70px;
        margin-top: 0px;
    }

    .contact a.picdv3:nth-child(2n) dl {
        margin-right: 70px;
        margin-left: 15px;
    }

    .pf .picdv1 {
    }

    .pfsider .pfsd_dl dd {
        max-height: 100px;
        display: block;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
    }
}

@media (max-width: 422px) {
    .contact a {
        width: 49%;
        max-height: 110px;
        float: none;
        margin-bottom: 10px;
    }

    .pf .picdv1 {
    }

    .pfsider .pfsd_dl dd {
        max-height: 90px;
        display: block;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
    }
}

@media (max-width: 408px) {
    table.svlist a span {
        width: 2.5rem;
        height: 2.5rem;
    }

    #dvfoot a {
        font-size: 12px;
    }

    .picdv4 {
        display: block;
        position: relative;
    }

        .picdv4 .pcimg {
            display: block;
            width: 105px;
            float: left;
        }

            .picdv4 .pcimg img {
                width: 100px;
                height: 80px;
                overflow: hidden;
            }

        .picdv4 dl {
            display: block;
            margin-left: 110px;
        }

    .pfsider .pfsd_dl dd {
        max-height: 80px;
        display: block;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
    }
}

.adrsdv {
}

    .adrsdv span {
        width: 48%;
        float: left;
        padding: 0px 1%;
        display: block;
    }

        .adrsdv span a {
            display: block;
            text-align: center;
            width: 100%;
        }

        .adrsdv span img {
            margin: 0px auto;
            display: block;
            border: none;
        }



.tabs3 .tab_item {
    width: 16.6666666%;
}


.tabbed_content .slide_content {
    overflow: hidden;
    background-color: none;
    position: relative;
    width: 100%;
}

.tabslider {
    width: 400%;
}

.tabslider2 {
    width: 500%;
}

.tabslider3 {
    width: 600%;
}

.tabslider ul {
    float: left;
    margin: 0px;
    width: 25%;
    text-align: left;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* padding和border被包含在定义的width和height之内 */
    background: none;
}

.tabslider2 ul {
    width: 20%;
}

.tabslider3 ul {
    width: 16.6666666%;
}



    .tabslider ul a:hover {
        color: #00;
        text-decoration: underline;
    }

.tabslider .hidden div {
    padding: 10px 10px;
    _padding: 10px 0;
    *padding: 10px 0;
    font-size: 16px;
}

    .tabslider ul li span, .tabslider .hidden div span {
        display: block;
        width: 100%;
        color: #C5C5C5;
        text-align: right;
        font-size: 0.875em;
    }

        .tabslider ul li span em, .tabslider .hidden div em {
            float: left;
            font-style: normal;
        }

.tabslider ul li {
    padding: 10px;
    border-bottom: solid 1px #EFEFEF;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 1px 4px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #eee;
        }

        .pagination > li > a.current {
            background-color: #b6b6b6;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before, .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before, .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
    }

.schoollist {
    overflow: hidden;
    margin: 0 auto;
    float: left;
    font-size: 20px !important;
    font-weight: bold;
}

.schoolitem img {
    max-width: 340px;
}

.school {
    width: 50%;
    float: left;
    line-height: 30px;
    border-bottom: solid 1px #EFEFEF;
    font-weight: 100;
}
.schoolck {
      color: red;
}


.schoolitem {
    margin: 20px 0;
    display: none;
}

    .schoolitem h2 {
        font-size: 24px;
        font-weight: bold;
        margin: 10px 0;
    }

    .schoolitem span {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0;
    }

    .schoolitem ul {
        width: 346px;
    }

    .schoolitem li {
        font-size: 16px;
        font-weight: bold;
        margin: 5px 0;
        float: left;
        color: red;
        margin-left: 5px;
    }

    .schoolitem div {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
    }

.tuichu {
    background: #C00;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    padding-top: 15px;
}

.tabs {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #F3F3F3;
    border-bottom: solid 1px #CCC;
    overflow: hidden;
}

/* 滑动门通用样式*/
/* tabbed_content */
.tabbed_content {
    background-color: none;
    max-width: 960px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>960?"960px":"");
}

.tabs {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #F3F3F3;
    border-bottom: solid 1px #CCC;
    overflow: hidden;
}

    .tabs h2 {
        padding-left: 10px;
        float: left;
    }

    .tabs .moving_bg {
        width: 33%;
        _width: 15%;
        height: 43px;
        border-bottom: solid 2px #B52232;
        background-color: #FFF;
        position: absolute;
        z-index: 190;
        left: 0;
        background-position: bottom left;
        background-repeat: no-repeat;
        font-weight: bold;
        overflow: hidden;
    }

.tabs2 .moving_bg {
    width: 20%;
}

.tabs3 .moving_bg {
    width: 16.6666666%;
}

.tabs .tab_item {
    display: block;
    float: left;
    width: 33%;
    color: #ffffff;
    text-align: center;
    z-index: 200;
    position: relative;
    cursor: pointer;
    color: #3e3a39;
    overflow: hidden;
}

.tabs2 .tab_item {
    width: 20%;
}

.tabs3 .tab_item {
    width: 16.6666666%;
}

.tabs .tab_item:hover {
    color: #B52232;

}

.tabbed_content .slide_content {
    overflow: hidden;
    background-color: none;
    position: relative;
    width: 100%;
}

.tabslider {
    width: 400%;
}

.tabslider2 {
    width: 500%;
}

.tabslider3 {
    width: 600%;
}

.tabslider ul {
    float: left;
    margin: 0px;
    width: 25%;
    text-align: left;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* padding和border被包含在定义的width和height之内 */
    background: none;
}

.tabslider2 ul {
    width: 20%;
}

.tabslider3 ul {
    width: 16.6666666%;
}

.tabslider ul a {
    margin-bottom: 10px;
    display: block;
    color: #000;
    text-decoration: none;
}

    .tabslider ul a:hover {
        color: #00;
        text-decoration: underline;
    }

.tabslider .hidden div {
    padding: 10px 10px;
    _padding: 10px 0;
    *padding: 10px 0;
    font-size: 16px;
}

    .tabslider ul li span, .tabslider .hidden div span {
        display: block;
        width: 100%;
        color: #C5C5C5;
        text-align: right;
        font-size: 0.875em;
    }

        .tabslider ul li span em, .tabslider .hidden div em {
            float: left;
            font-style: normal;
        }

.tabslider ul li {
    padding: 10px;
    border-bottom: solid 1px #EFEFEF;
}

.titlebg {
    margin-left: 8px;
    color: red;
}

.pfdesc {
    margin-left: 5PX;
}

.ctdiv li img {
    margin-right: 3px;
}

#professional {
    min-height: 169px;
}
    .online_table {
        border: 1px #ededed solid;
        border-collapse: collapse;
        border-top: 1px #5cbff8 solid;
        word-break: break-all;
        color: #8B8C90;
    }

        .online_table th {
            text-align: center;
            border: 1px #ededed solid;
            height: 35px;
            padding-left: 5px;
            line-height: 35px;
            background-color: #F6F6F6;
        }

        .online_table td {
            text-align: center;
            border: 1px #ededed solid;
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 5px;
            font-size: 12px;
        }
      
    .M_btn_buy {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #ee3536 !important;
    } 



          .tableBox {
            display: table;
            margin: .25rem 0;
            width: 100%;
            table-layout: fixed;
            border: 1px solid #666;
        }

            .tableBox .tableCell-30 {
                width: 30%;
            }

            .tableBox .tableCell-70 {
                width: 70%;
            }

            .tableBox .paramNowrap {
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .mProductList .paramNowrap {
            white-space: nowrap;
            table-layout: fixed;
            display: block;
        }

        .productParam {
            text-align: left;
            line-height: 20px;
            color: #666;
            font-size: 12px;
        }

        .tableCell img {
            border: 0;
            max-width: 100%;
            max-height: 100%;
            vertical-align: top;
        }

        .tableBox .tableCell {
            display: table-cell;
            vertical-align: middle;
            padding: 0;
            padding-left: .5rem;
        }
        .tdimg{  vertical-align: sub;  margin-right: 6px;}
        .schimg {
            background-color:red;
        }

          .online_table {
            border: 1px #ededed solid;
            border-collapse: collapse;
            border-top: 1px #5cbff8 solid;
            word-break: break-all;
            color: #8B8C90;
        }

            .online_table th {
                text-align: center;
                border: 1px #ededed solid;
                height: 35px;
                padding-left: 5px;
                line-height: 35px;
                background-color: #F6F6F6;
            }

            .online_table td {
                vertical-align: middle;
                text-align: center;
                border: 1px #ededed solid;
                padding-top: 3px;
                padding-bottom: 3px;
                padding-left: 5px;
                font-size: 12px;
            }
               .kebiao_table tr th {
            text-align: left;
            border: 1px #ededed solid;
            height: 35px;
            padding-left: 5px;
            line-height: 35px;
            background-color: #F6F6F6;
            font-size: 12PX;
        }

        tr td {
            display: table-cell;
            vertical-align: inherit;
        }

        .kebiao_table td {
            text-align: left;
            border: 1px #ededed solid;
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 5px;
            font-size: 12px;
            vertical-align: middle;
        }

        .kebiao_table {
            border: 1px #ededed solid;
            border-collapse: collapse;
            border-top: 1px #5cbff8 solid;
        }
        .kb_2 {
            border-bottom: 1px #dcdddd solid;
        }
        .tabslider ul li span {
            text-align: left;
        }
.chapter_ico {

    line-height: 30px;
}

.exam_table {
    width: 100% !important;
     border-collapse:collapse
}
.exam_table td {
  border: 1px solid #999 !important;
  text-align: center !important;
}
.exam_table td a {
  display: inline-block !important;
  padding: 2px 10px !important;
  background-color: #2ac9eb !important;
  border-radius: 2px !important;
  color: #FFF !important;
  text-decoration: none !important;
  font-size: 12px !important;
  margin: 2px 10px !important;
}