*{
    list-style: none;
    font-family: "Microsoft Yahei";
}
/*body{*/
/*background: #f3f3f3;*/
/*}*/
/*.modal-content {*/
    /*border-radius: 0;*/
/*}*/

/*.modal-content .modal-header {*/
    /*background-color: #edf4f9;*/
    /*!*border-color: transparent;*!*/
/*}*/

.modal-title, .btn-custom:hover, .btn-custom:focus {
    color: #2dbe60;
}

.modal-dialog {
    margin: 100px auto;
}

blockquote {
    font-size: 14px;
}

/* Don't let the lead text change font-size. */
.lead {
    font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}

.page-header .lead {
    margin-bottom: 10px;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    width: 1200px;
    max-width: none !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

.row{
    margin-left:0 !important;
    margin-right:0 !important;
}

.forget {
    font-size: 13px;
    text-align: center;
    display: block;
}

.btn{
    border-radius: 0;
}
.btn-success {
    color: #fff;
    background-color: #2dbe60;
    border-color: transparent;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    color: #fff !important;
    background-color: #1b6d37;
    border-color: transparent;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}
.form-control{
    border-radius: 0px;
}
.form-control-global:focus{

    /*box-shadow: 0px 0px 1px 5px deepskyblue;*/
}

.panel-google-plus {
    position: relative;
    border-radius: 0;
    /* 	border: 1px solid rgb(216, 216, 216); */
    font-family: 'Roboto', sans-serif;
}

.panel-google-plus > .dropdown {
    position: absolute;
    top: 5px;
    right: 15px;
}

.panel-google-plus > .dropdown > span > span {
    font-size: 10px;
}

.panel-google-plus > .dropdown > .dropdown-menu {
    left: initial;
    right: 0;
    border-radius: 2px;
}

.panel-google-plus > .panel-google-plus-tags {
    position: absolute;
    top: 35px;
    right: -3px;
}

.panel-google-plus > .panel-google-plus-tags > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel-google-plus > .panel-google-plus-tags > ul:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.panel-google-plus > .panel-google-plus-tags > ul > li {
    display: block;
    right: 0;
    width: 0;
    padding: 5px 0 5px 0;
    background-color: rgb(245, 245, 245);
    font-size: 12px;
    overflow: hidden;
}

.panel-google-plus > .panel-google-plus-tags > ul > li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.panel-google-plus > .panel-google-plus-tags > ul:hover > li, .panel-google-plus > .panel-google-plus-tags > ul > li:first-child {
    padding: 5px 15px 5px 10px;
    width: auto;
    cursor: pointer;
    margin-left: auto;
}

.panel-google-plus > .panel-google-plus-tags > ul:hover > li {
    background-color: rgb(255, 255, 255);
}

.panel-google-plus > .panel-google-plus-tags > ul > li:hover {
    background-color: rgb(66, 127, 237);
    color: rgb(255, 255, 255);
}

.panel-google-plus > .panel-heading, .panel-google-plus > .panel-footer {
    background-color: rgb(255, 255, 255);
    border-width: 0;
}

.panel-google-plus > .panel-heading {
    margin-top: 20px;
    padding-bottom: 5px;
}

.panel-google-plus > .panel-heading > img {
    margin-right: 15px;
}

.panel-google-plus > .panel-heading > h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.panel-google-plus > .panel-heading > h5 {
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-weight: 400;
}

.panel-google-plus > .panel-body {
    padding-top: 5px;
    font-size: 13px;
}

.panel-google-plus > .panel-body > .panel-google-plus-image {
    display: block;
    text-align: center;
    background-color: rgb(245, 245, 245);
}

.panel-google-plus > .panel-body > .panel-google-plus-image > img {
    max-width: 100%;
}

.panel-google-plus > .panel-footer {
    font-size: 14px;
    font-weight: 700;
    min-height: 54px;
}

.panel-google-plus > .panel-footer > .btn {
    float: left;
    margin-right: 8px;
}

.panel-google-plus > .panel-footer > .input-placeholder {
    display: block;
    margin-left: 98px;
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-weight: 400;
    padding: 8px 6px 7px;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0 1px 0 0;
}

.panel-google-plus.panel-google-plus-show-comment > .panel-footer > .input-placeholder {
    display: none;
}

.panel-google-plus > .panel-google-plus-comment {
    display: none;
    padding: 10px 20px 15px;
}

.panel-google-plus.panel-google-plus-show-comment > .panel-google-plus-comment {
    display: block;
}

.panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea {
    float: right;
    width: calc(100% - 56px);
}

.panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea > textarea {
    display: block;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(217, 217, 217);
    box-shadow: rgba(0, 0, 0, 0.0470588) 0 1px 0 0;
    resize: vertical;
}

.panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea > .btn {
    margin-top: 10px;
    margin-right: 8px;
    width: 100%;
}

@media ( min-width: 992px) {
    .panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea > .btn {
        width: auto;
    }
}

.panel-google-plus .btn-default {
    box-shadow: rgba(0, 0, 0, 0.0470588) 0 1px 0 0;
}

.panel-google-plus .btn-default:hover, .panel-google-plus .btn-default:focus, .panel-google-plus .btn-default:active {
    background-color: rgb(255, 255, 255);
}

/**register start**/
.register-div, .regSu-div {
    border: 1px solid #dadada;
}

.register-div .row, .regSu-div .row {
    margin: 0;
}

.register-div .head {
    padding: 0 0 20px 20px;
}

.register-div .head h3, .head a {
    color: #2dbe60;
}

.register-div .head span {
    color: #999;
}

.register-div .dotted {
    border-bottom: 1px dashed #e3e3e3;
}

.register-div .body {
    margin-top: 20px;
}

.register-div .body #body-title {
    margin-bottom: 15px;
}

.register-div .body #body-title label {
    font-weight: normal;
}

.register-div #email-div, #phone-div {
    margin-bottom: 50px;
}

.register-div .btn-email {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.register-div .glyphicon-remove-circle, .glyphicon-ok-circle {
    margin-top: 7px;
    color: red;
}

.register-div .glyphicon-ok-circle {
    margin-top: 7px;
    color: green;
}

.register-div .help-inline font {
    height: 10px;
    line-height: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 12px;
}

/**register end**/
/**phoneSuccess start**/
.regSu-div .head {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.regSu-div .head h2, .head a {
    color: #2dbe60;
    text-decoration: none;
}

.regSu-div .head span, .content span {
    color: #999;
}

.regSu-div .dotted {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e3e3e3;
}

.regSu-div .content {
    padding-left: 45px;
    margin-bottom: 70px;
}

.regSu-div .content a {
    text-decoration: none;
}

a {
    color: #2dbe60;
}

a:hover {
    color: #2dbe60 !important;
    text-decoration: none !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 189px;
    margin-bottom: 20px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 189px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 189px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 14px 0 16px 0; /* Space out the Bootstrap <hr> more */
    border-color: #f9f9f9;
    border-width: 1px 0 0;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.thumbnail {
    margin-bottom: 3px;
}

.thumbnail .first {
    height: 251px;
}

.subsys-block {
    height: 150px;
    font-size: 2.2em;
    color: #fff;
    padding: 35px 15px;
}

a.movie {
    background-color: #00ABA9;
}

a.docs {
    background-color: #2e8bcc;
}

a.photos {
    background-color: #f39c12;
}

a.movie:hover, a.movie:focus {
    background-color: #CDE6F7;
    color: #fff;
    opacity: 1;
}

a.docs:hover, a.docs:focus {
    background-color: #00a8ec;
    color: #fff;
    opacity: 1;
}

a.photos:hover, a.photos:focus {
    background-color: #ff4700;
    color: #fff;
    opacity: 1;
}

a.list-group-item {
    color: #fff;
}

.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.featured_docs {
    padding-left: 0;
    padding-right: 0;
}

.docs_items {
    height: 65px;
    border: 1px solid #eeeeee;
    padding: 5px 0 5px 0;
    margin-bottom: 5px;
    background: none repeat scroll 0 0 white;
}

.docs_items:hover, .docs_items:focus {
    border: 1px solid #2dbe60;
}

.featured_docs > .docs_items:focus {
    background: none repeat scroll 0 0 #108D4E;
    border-color: #108D4E;
}

/* Profile container */
.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #fe9b00;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    height: 50px;
    line-height:33px;
}

.profile-usermenu ul li a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #2dbe60;
}

.profile-usermenu ul li.active {
    height: 50px;
}

.profile-usermenu ul li.active a {
    color: #2dbe60;
    background-color: #f5f5f5;
    border-left: 2px solid #2dbe60;
    margin-left: -2px;
    height: 50px;
}
/*nav of details*/
.detail_nav{
    margin-bottom: 25px;
    margin-top:10px;
    font-size: 14px;
    color:#999;
}
.detail_nav a{
    color:#999;
}
.detail_nav:first-child a{
    color:#333;
}
/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 571px;
    border: 1px solid #e5e5e5;
}

.profile-content-row{
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 13px 0px;
    line-height:34px;
}

.profile-content-rowTitle{
    margin-left: 0 !important;
    margin-right: -20px !important;
}

.profile-content-textTitle{
    border-bottom: 2px solid #2dbe60;
    font-size: 18px; color: #2dbe60;
    padding-bottom: 15px !important;
}

.profile-content .col-md-1{
    color: #666;
}

.profile-content .col-md-11{
    font-size:16px;
}

/**passwd reset start**/
.passwd-reset .nav-pills > li.active > a, .passwd-reset .nav-pills > li.active > a:hover, .passwd-reset .nav-pills > li.active > a:focus {
    background-color: #2dbe60;
    color: #fff;
    border-radius: 0;
}

.passwd-reset .nav-pills > li > a {
    color: #333;
}

.passwd-reset .nav-pills > li {
    background-color: #eee;
}

.passwd-reset .pager li > a, .passwd-reset .pager li > span {
    border-radius: 0;
    color: #333;
}

.passwd-reset .nav-pills > li + li {
    margin-left: 0;
}

.passwd-reset .pager li > a, .pager li > a:hover, .pager li > a:focus {
    background-color: #2dbe60;
    color: #fff;
    border: 0;
}

/**passwd reset end**/

.phd {
    height: 233px;
    /*IE 6 7 8  */
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
    startColorStr=#ffffff, endColorStr=#d8eade);
    background: -ms-linear-gradient(top, #fff, #d8eade); /* IE 10 */
    background: -moz-linear-gradient(top, #fff, #d8eade);
    /* Firefox 3.6+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff),
    to(#d8eade)); /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #fff, #d8eade);
    /*Safari5.1 Chrome10+*/
    background: -o-linear-gradient(top, #fff, #d8eade); /* Opera 11.10+*/
    margin: 34px auto 0;
    border: 1px solid #FFF;
    border-left: none;
    border-bottom: none;
    position: relative;
}

.phd .image {
    width: 200px;
    height: 200px;
    /*margin: 38px 0 0 50px;*/
    overflow: hidden;
    float: left;
    text-align: center;
    display: inline;
}

.phd .image img {
    height: 200px;
}

.phd .text {
    /*width: 400px;*/
    /*height: 135px;*/
    /*margin: 38px 20px 0 30px;*/
    float: left;
    display: inline;
}

.phd .text table {
    border-width: 0;
    overflow: hidden;
}

.phd .text th {
    /*width: 58px;*/
    /*font-family: "宋体";*/
    font-size: 14px;
    color: #5c8783;
    text-align: left;
    overflow: hidden;
}

.phd .text td {
    /*width: 430px;*/
    /*font-family: "宋体";*/
    font-size: 12px;
    color: #878787;
    line-height: 20px;
}

.phd .buttom {
    width: 100px;
    height: 180px;
    margin-left: 10px;
    margin-top: 20px;
    float: left;
    display: inline;
}

.phd .buttom .DLArea, .phd .buttom .FBArea {
    width: 100px;
    position: relative;
    float: left;
    margin-top: 20px;
    display: inline;
}

.phd .buttom .DLArea ul {
    width: 75px;
    position: absolute;
    display: none;
    white-space: nowrap;
    list-style-type: none;
    background-color: #f0f0f0;
    z-index: 1;
    overflow: hidden;
}

.phd .buttom .DLAreaHover ul {
    display: inline;
    margin-left: 10px;
    margin-top: 30px;
}

.phd .buttom .DLArea a, .phd .buttom .FBArea a {
    /*font-family: "黑体";*/
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 3px 16px;
    float: right;
}

.phd .buttom .DLArea a:hover, .phd .buttom .FBArea a:hover {
    /*font-family: "黑体";*/
    font-size: 16px;
    color: #ff9;
    text-decoration: none;
    padding: 3px 16px;
    float: right;
}

.phd .buttom .DLAreaHover li a {
    font: 13px "黑体";
    color: #000;
    text-decoration: none;
    padding: 4px 14px;
    background: none;
    border: #fff solid 2px;
    float: right;
    display: inline;
}

.phd .buttom .DLAreaHover li a:hover {
    font: 13px "黑体";
    color: #ff6600;
    text-decoration: none;
    padding: 4px 14px;
    background: none;
    border: #ff9 solid 2px;
    float: right;
    display: inline;
}

.pbd {
    margin: 0 auto;
    border: 1px solid #FFF;
    position: relative;
    /*overflow: hidden;*/
}

.pbd .mlf {
    border-right: 1px dashed #cacaca;
    float: left;
    display: inline;
    /*overflow: hidden;*/
}

.pbd .mrt {
    display: inline;
    overflow: hidden;
}

.pbd .mrt .mbd {
    height: 560px;
    padding-top: 3px;
    overflow: hidden;
}

.pbd .mrt .mbd .text {
    padding: 0 20px;
    color: #878787;
    float: left;
    display: inline;
}

.pbd .mrt .mbd .text_h {
    height: 30px;
    border-bottom: #cacaca solid 1px;
    overflow: hidden;
}

.pbd .mrt .mbd th {
    font: 12px "宋体";
    font-weight: normal;
}

.ul#treeDemo {
    overflow-x: hidden;
}

form#medialist {
    margin-bottom: 10px;
    padding-left: 20px;
}

A {
    color: #666;
}

.mlf {
    padding: 0px;
}

.mrt {
    padding: 0px;
}

.mbd {
    padding: 0px;
}

.text {
    padding: 0;
}

#example {
    width: 440px !important;
}

#treeDemo {
    color: #3C3C3C;
}

#treeDemo a {
    color: #7B7B7B;
}

.fa-folder {
    color: #5B5B5B;
}

#treeDemo button:hover {
    color: #00bc8c;
}

#treeDemo a:hover {
    color: #00bc8c;
}

#example_filter {
    margin-left: -235px;
    margin-right: 230px;
}


/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media (max-width: 991px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width: 991px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}

.text-yellow {
    color: #f39c12 !important;
}

/***
       Bootstrap Line Tabs by @keenthemes
       A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
       Licensed under MIT
       ***/

/* Tabs panel */
.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
    font-family: "Microsoft Yahei", monospace;
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-top: 4px solid #a9f3ce;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
    border-top: 4px solid #1ab667;
    position: relative;

}

.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #1ab667;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    min-height: 300px;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.carousel-control {
    padding-top: 10%;
    width: 5%;
}

.item-thumbox {
    padding: 1px;
}

.video-list-thumbs {

}

.video-list-thumbs > li {
    margin-bottom: 12px
}

.video-list-thumbs > li:last-child {

}

.video-list-thumbs > li > a {
    display: block;
    position: relative;
    /*background-color: #eee;*/
    color: #428bca;
    padding: 8px;
    border-radius: 2px
}

.video-list-thumbs > li > a:hover {
    box-shadow: 0 2px 4px #2dbe60;
    text-decoration: none;
    transition: all 500ms ease;
}

/* Uploader: Drag & Drop */
.flow-error {display:none; font-size:14px; font-style:italic;}
.flow-drop {padding:15px; font-size:13px; text-align:center; color:#666; font-weight:bold;background-color:#eee; border:2px dashed #aaa; border-radius:10px;z-index:9999; display:none;}
.flow-dragover {padding:30px; color:#555; background-color:#ddd; border:1px solid #999;}

/* Uploader: Progress bar */
.flow-progress {margin:30px 0 30px 0; width:100%; display:none;}
.flow-progress-container {height:7px; background:#9CBD94; position:relative; }
.flow-progress-bar {position:absolute; top:0; left:0; bottom:0; background:#45913A; width:0;}
.flow-progress-text {font-size:11px; line-height:9px; padding-left:10px;}
.flow-progress-pause {padding:0 0 0 7px;}
.flow-progress-resume-link {display:none;}
.is-paused .flow-progress-resume-link {display:inline;}
.is-paused .flow-progress-pause-link {display:none;}
.is-complete .flow-progress-pause {display:none;}

/* Uploader: List of items being uploaded */
.flow-list {overflow:auto;display:none;}
.flow-file {border-bottom:1px dashed #999;height: 35px;}
.uploader-item {width:148px; height:90px; background-color:#666; position:relative; border:2px solid black; float:left; margin:0 6px 6px 0;}
.uploader-item-thumbnail {width:100%; height:100%; position:absolute; top:0; left:0;}
.uploader-item img.uploader-item-thumbnail {opacity:0;}
.uploader-item-creating-thumbnail {padding:0 5px; font-size:9px; color:white;}
.uploader-item-title {position:absolute; font-size:9px; line-height:11px; padding:3px 50px 3px 5px; bottom:0; left:0; right:0; color:white; background-color:rgba(0,0,0,0.6); min-height:27px;}
.uploader-item-status {position:absolute; bottom:3px; right:3px;}

/* Uploader: Hover & Active status */
.uploader-item:hover, .is-active .uploader-item {border-color:#4a873c; cursor:pointer; }
.uploader-item:hover .uploader-item-title, .is-active .uploader-item .uploader-item-title {background-color:rgba(74,135,60,0.8);}

/* Uploader: Error status */
.is-error .uploader-item:hover, .is-active.is-error .uploader-item {border-color:#900;}
.is-error .uploader-item:hover .uploader-item-title, .is-active.is-error .uploader-item .uploader-item-title {background-color:rgba(153,0,0,0.6);}
.is-error .uploader-item-creating-thumbnail {display:none;}


.column{
    height: 19px;
    padding-left: 11px;border-left:6px solid #00BD88;
}

.column,.title{
    color: #323232;
    font-size: 20px;
    font-family: "Microsoft Yahei", monospace;
}


.warpper {
    width: 100%;
    /*margin: 15px auto 0 auto;*/
}

.menu {
    padding-left: 221px !important;
}

.menu,.menu ul li,.menu ul li a {
    height: 39px;
    line-height: 39px;
}

.menu ul li,.menu ul li a {
    float: left;
    position: relative;
}

.menu ul li span.hot {
    display: block;
    width: 29px;
    height: 17px;
    /*background: url(../images/hot.png) no-repeat;*/
    position: absolute;
    left: 50px;
    top: -10px;
}

.menu ul li a {
    display: block;
    padding: 0 25px;
    color: #323232;
    font-size: 17px;
    font-family: "Microsoft Yahei", monospace;
}

.menu ul li a:hover {
    color: #2dbe60;
    text-decoration: none;
}

#nav {
    width: 220px;
    position: relative;
    top: -40px;
    background: #25a251;
    z-index: 1;
    color: #fff;
    /*box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.3);*/
}

#nav .mod_cate_hd {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    text-indent: 7px;
    /*box-shadow: 2px -1px 3px rgba(55, 55, 55, 0.5);*/
    background-color: #2dbe60;
    /*border-bottom: 1px #2dbe60 solid;*/
    font-family: "Microsoft Yahei";
}

#nav .mod_cate,#nav .mod_cate2 {
    height: 65px;
    /*border-top: 1px #2dbe60 solid;*/
    border-bottom: 1px #2dbe60 solid;
    padding: 13px 8px 10px 12px;
}

#nav .mod_cate hr {
    height: 1px;
    width:235px;
    color:#F2F2F2;
    margin:0;
}

#nav .mod_cate h2,#nav .mod_cate2 h2 {
    font-size: 14px;
    font-weight: normal;
    font-family: "Microsoft Yahei";
}

#nav .mod_cate h2 a,#nav .mod_cate2 h2 a {
    color: #FFFFFF;
    padding-right: 5px;
}

#nav .mod_cate a.hot_sub {
    background: #FBFBFB;
    font-size: 12px;
    border-radius: 9px;
    padding: 0px 5px;
    margin-left: 5px;
}

#nav .mod_cate_r {
    line-height: 24px;
    font-style: normal;
    font-variant: normal;
    padding-top:12px;
}

#nav .mod_cate_r a {
    font-size: 12px;
    color: #fff;
    padding-right: 4px;
    font-family: "Microsoft Yahei", monospace;
}


#nav .mod_cate2 a.yel {
    color: #fee602;
}

#nav .mod_subcate {
    display: none;
    width: 932px;
    height: auto;
    min-height: 341px;
    border: 2px #2dbe60 solid;
    background: #FFFFFF;
    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);*/
    position: absolute;
    top: 40px;
    z-index: -1;
    left: 218px;
    overflow: hidden;
}

#nav .mod_subcate_main {
    width: 760px;
    padding: 0px 20px 1000px 20px;
    margin-bottom: -1000px;
    /*border-right: 1px #ddd solid;*/
    float: left;
}

#nav .mod_subcate_line {
    width: 100%;
    height: 1px;
    clear: both;
    font-size: 0px;
    margin-bottom: 5px;
    border-top: 5px #fff solid;
    border-bottom: 1px #dadada dotted;
    overflow: hidden;
    display: block;
}

#nav .mod_subcate_main dl {
    padding: 7px 0 7px 65px;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden;
}

#nav .mod_subcate_main dl dt {
    width: 65px;
    font-size: 12px;
    color: #1d7ad9;
    line-height: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    margin-left: -65px;
    float: left;
    font-size-adjust: none;
    font-stretch: normal
}

#nav .mod_subcate_main dl dd {
    line-height: 22px;
    overflow: hidden;
}

#nav .mod_subcate_main dl dd a {
    color: #666;
    font-size: 12px;
    margin: 0 5px 0 5px;
    float: left;
    display: inline;
    white-space: nowrap;
}

#nav .mod_subcate_main dl dd a.org {
    color: #ff7300;
}

#nav .mod_subcate_channel {
    clear: both;
    margin-top: 15px;
}

#nav .mod_subcate_channel .mod_btn_arrow {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    padding: 0 10px 0 10px;
    margin-left: 5px;
    text-decoration: none;
    color: #FFFFFF;
    background: #2785E6;
    cursor: pointer;
    display: inline-block;
}

#nav .mod_subcate_channel .mod_btn_arrow b {
    font-weight: normal;
    float: left;
}

#nav .arrow_dot {
    width: 0px;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    margin: 9px 0 0 5px;
    border: 4px transparent dashed;
    border-left: 4px #FFFFFF solid;
}

#nav .mod_subcate_side {
    width: 217px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    float: left;
}

#nav .on {
    padding: 8px 10px 9px 8px;
    /*border-left: 2px #2dbe60 solid;*/
    /*border-bottom: 2px #2dbe60 solid;*/
    /*border-top: 2px #2dbe60 solid;*/
    background: #1f8643;
}

#nav .on h2 a {
    color: #333333;
}

#nav .on .mod_subcate {
    display: block !important; /* !important 强制显示，否则会闪烁*/
}

#nav .on .mod_cate_r a {
    color: #fff;
}

#nav .on a.hot_sub {
    color: #FFFFFF;
}

#nav a:hover{
    color: #2dbe60 !important;
}


/*品牌*/
.mod_subcate_side_hd {
    height: 30px;
    line-height: 30px;
    padding-left: 4px;
    color: #333333;
    font-size: 14px;
    font-family: "微软雅黑", Arial;
}

.mod_subcate_side_brand {
    margin: 5px 0 10px 4px;
}

.mod_subcate_side_brand li {
    border: 1px #EEEEEE solid;
    margin: -1px 0 0 -1px;
    position: relative;
    float: left;
}

/*热门活动*/
.mod_subcate_side_hotlist {
    margin-left: 4px;
}

.mod_subcate_side_hotlist li {
    height: 20px;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
}

.mod_subcate_side_hotlist li a {
    color: #666666;
}

/*ad*/
.mod_subcate_gg {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn-group.open .dropdown-toggle {
    box-shadow: 0 0 0;
}

.dropdown-toggle {
    box-shadow: 0 0 0;
}

.btn-group.open  {
    box-shadow: 0 0 0;
}

.level2{
    line-height: 23px !important;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pagination > li > a, .pagination > li > span{
    color: #777 !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
    color: #2dbe60 !important;
}

/**search&list**/
.serchMove {
    border: 1px solid #2dbe60!important;
    width: 140px!important;
    height: 30px!important;
    float: none!important;
    padding:0 10px!important;
    display: inherit!important;
    margin-top: 11px!important;
    transition:all ease 0.4s;
}
.serchMove:focus {
    width: 160px!important;

}
.sort-page > li{
    display: inline-block !important;
    margin: 0 7px;
}

.sort-page > li > a, .sort-page > li > span{
    height: 37px;
    line-height: 36px;
    border-radius: 5px;
    font-size: 16px;
    margin: 0;
    padding: 0px 14px!important;
}

.sort-page > .disabled > a, .sort-page > .disabled > a:focus, .sort-page > .disabled > a:hover, .sort-page > .disabled > span, .sort-page > .disabled > span:focus, .sort-page > .disabled > span:hover{
    color: #bbb!important;
    background: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

.sort-page > .active > a, .sort-page > .active > a:focus, .sort-page > .active > a:hover, .sort-page > .active > span, .sort-page > .active > span:focus, .sort-page > .active > span:hover{
    background: #2dbe60 !important;
    border-color: #2dbe60 !important;
    color: #fff !important;
}

.sort-page > li > a:focus, .sort-page > li > a:hover, .sort-page > li > span:focus, .sort-page > li > span:hover{
    background: #2dbe60 !important;
    border-color: #2dbe60 !important;
    color: #fff !important;
}

.searchPortal-nav {
    line-height:35px;
}

.searchPortal-nav li {
    margin-left:28px;
}

.searchPortal-nav li.active a,.sort-menu dd.active a{
    color: #00b780;
}

ul.pagination li a {
    color: #00b780;
}

.search-result-number {
    margin-top:8px;
    line-height: 21px;
    overflow: hidden;
}

.search-result-number div{
    border: 1px #e85308 dotted;
    height: 24px;
    padding: 0 8px;
    margin-right:20px;
}

.search-result-number span,.search-result-number a{
    color:#e85308 !important;
}

.search-result-number a:hover{
    text-decoration: none;
}

/* 新增机构检索结果 2017.05.26*/
.search-result-content ul{
    margin: 0;
    padding: 0;
}
.search-result-item{
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #eee;
}
.search-result-item__logos{
    float: left;
    width: 350px;
    padding: 15px 0;
}
.search-result-item__imgs{
    display: block;
    float: left;
    width: 135px;
    height: 135px;
    margin-top: 25px;
    border: 1px solid #eee;
}
.search-result-item__img{
    width: 100%;
    height: 100%;
}
.search-result-item__info{
    float: left;
    width: 200px;
    margin-left: 15px;
    margin-top: 30px;
}
.search-result-item__brief{
    height: 60px;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
}
.search-result-item__title{
    font-size: 20px;
}
.search-result-number__keyword{
    border: 1px #e85308 dotted;
    height: 24px;
    padding: 0 8px;
    margin-right:20px;
}
.search-result-item .swiper-container{
    float: left;
    width: 710px;
    position: relative;
    left: 100px;
}
.swiper-slide{
    padding: 10px;
    border: 1px solid transparent;
}
/*.swiper-slide:hover{*/
    /*border-color: #ddd;*/
/*}*/
.swiper-slide__imgs{
    display: block;
    width: 220px;
    height: 124px;
    margin: 0 auto;
}
.swiper-slide__img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.swiper-slide__name{
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
}
.swiper-slide__time{
    float: left;
    padding-left: 16px;
    background: url(/views/institution/img/sprite.png) no-repeat 0 -217px;
}
.swiper-slide__sum{
    float: right;
    padding-left: 16px;
    background: url(/views/institution/img/sprite.png) no-repeat 0 -257px;
}
.swiper-button__next{
    position: absolute;
    top: 24%;
    right: 0px;
    width: 30px;
    height: 60px;
    background: #2DBE60;
    font-size: 42px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9;
}
.swiper-button__prev{
    position: absolute;
    top: 25%;
    left: 415px;
    width: 30px;
    height: 60px;
    background: #2DBE60;
    font-size: 42px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9;
}


.sort-menu{
    width: 934px;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding:10px 0 10px 95px;
    margin-bottom:10px;
}

.sort-menu dt{
    margin-left:-95px;
    padding-left:20px;
    font-weight:normal;
    color: #949494;
    line-height:30px;
}

.sort-menu dd{
    width:118px;
    float: left;
    line-height:30px;
}

.sort-menu dd a{
    color: #333;
}

.sort-nav{
    width: 934px;
    height: 75px;
    border: 1px solid #eee;
    text-align: center;
}

.sort-nav ul{
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sort-nav li{
    float: left;
}

.sort-nav-order{
    background:#f7f7f7;
    height: 40px;
    line-height:40px;
    border-bottom: 1px solid #eee;
}

.sort-nav-order li{
    width: 100px;
}

.sort-nav-order a{
    display: block;
}

.sort-nav-order li.current{
    background: #fff;
    border-right:1px solid #eee;
}

.sort-nav-order li.current a{
    color: #2abe60;
}

.item-list{
    overflow: hidden;
    width: 956px;
    margin: 20px 0 0 -10px;
}

.hot-bar{
    margin-top:51px;
    width: 239px;
    overflow: hidden;
    float: right;
    background: #f7f7f7;
}

.hot-bar h2{
    width: 220px;
    margin:0 auto 20px auto;
    padding: 10px 0;
    border-bottom: 1px solid #dfdee0;
    font-size:16px;
}

.box-featured {
    width: 238px;
    /*height: 238px;*/
    margin-bottom:15px;
    float: left;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    transition: all ease-in-out 150ms;
    padding: 0 9px;
}

.hot-bar .box-featured{
    border: 1px solid #f7f7f7;
}

.box-featured:hover{
    /*border-color:#ddd;*/
    /*box-shadow: 1px 1px 2px 1px #ECECEC;*/
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.wicket-title {
    font-size:16px;
    height: 45px;
    margin:5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wicket-title a{
    color: #333;
}
.wicket-hot,.wicket-detail {
    color: #999;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wicket-detail span{
    max-width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**book-details**/
.book_info_container{
    background: #fdfdfe;
    padding:20px;
    width:870px;
    min-height:310px;
}
.book_info_container img{
    width: 140px;
    height: 215px;
    overflow: hidden;
    margin-bottom: -5px;
}
.new_book_nav{
    background: #fdfdfe ;
}
.new_book_nav li{
    width:150px;
    font-size: 20px;
    color:#333;
    text-align: center;
    border-top: 4px solid #fdfdfe ;
}
.book_info_detail p span div{
    color:#666 !important;
    font-size: 14px !important;
}
.book_info_tag{

    color:#333;
    font-size: 16px;
    border-left:5px solid #ee5b21;
    border-bottom:1px solid #eee;
}
.book_info_tag span{
    width:100px;
    background: #eee;
    padding:3px;}
.weitu_procode{
    background: #fdfdfe;
    padding:50px;
    height:310px;
    width:320px;
}

/*.bookcheck{*/
/*position: fixed;*/
/*margin:0px auto;*/
/*width:600px;*/
/*background:#eee;*/
/*border:1px solid #555;*/
/*box-shadow:1px 1px 3px #292929;*/
/*z-index:99;*/
/*}*/
#bookcheck_bg{
    position:absolute;
    background: rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    z-index:98;
}
#book_table{
    border:0px;
    width:100%;
    margin:10px auto;
    color:#666!important;
}
#book_table tr{
    border-bottom:solid rgba(0, 0, 0, 0.7);
}
#book_table td,th{
    width:40%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding:15px 10px;
}
#book_table tr td:first-child{
    text-align: left;
    width:20%;
}
#book_table tr th:first-child{
    text-align: left;
    width:20%;
}
#book_catalog{
    height:auto;
    overflow: hidden;
}
#catalog_togle{

    color: #1584A2;
    padding: 3px 10px 3px 10px;
    float: right;
    border: 1px solid #1584A2;
    font-size: 12px;
    position: relative;
    bottom: 20px;
}

#catalog_togle:hover{
    color:white !important;
    background: #1584A2;;
}
.relate_book_image{
    margin:10px auto;
    margin-bottom: 15px;
}
.relate_book_ifo{
    text-align: center;
    font-size:12px;
    line-height:5px;
    color:#999;
    width: 260px;
    margin: 0px auto;
}
.relate_book_ifo h3{
    margin-top: 10px;
    margin-bottom: 22px;
    line-height: 20px;
    font-size:14px;
    padding: 0px 20px;
}
.relate_book_ifo a{
    text-align: center;
    color:#555;
    font-weight: bold;
    transition: ease all 0.4s;
    line-height: 16px;
}
.relate_book_ifo p>a{
    color:#999;
    font-weight:normal;
    transition: ease all 0.4s;
}
.weitu_code{
    width:300px;
    position:absolute;
    background: #fffdfd;
    padding:10px;
    right:340px;
    top:60px;
    z-index: 10;
    display:none;
    border: 1px solid #eee;
}
.weitu_code p{
    line-height: 15px;
}
.weitu_code img{
    width:100px;
    float:left;
    margin-right:10px;
}
.weitu_code div{
    width:150px;
    float:right;
    position: relative;
    top:5px;
}
.weitu_code a{
    color: #007e0d;
}
.weitu_code span{
    font-size: 12px;
    top:-5px;
    position: relative;
}
.relate_book_ifo a:hover{
    color: #1ebd4d !important;
}
/**images-details**/
.album-container{
    width:870px;
    padding:20px;
    /*height:650px;*/
    background:#fdfdfe;
}

.album-show{
    width:830px;
    background: #222;
    position:relative;
    height:520px;
    overflow:hidden;
    margin-top: 10px;
    margin-bottom: 6px;
    border:solid 3px #333;

}

.albumcontainer {
    position:absolute;
    transition:all 0.6s ease;
    width:830px;
    height:450px;
    left:0px;
    background: #777;
}
.album{
    width:830px;
    height: 450px;
    position:absolute;
    background: #222;
}
.in_album{
    width:auto;
    height:450px;
    margin:0px auto;
    left: 0px;
    right: 0px;
    position: absolute;
}
/*#album1{left:0px;}*/
/*#album2{left:830px;}*/
/*#album3{left:1660px;}*/
/*#album4{left:2490px;}*/
.imgpanel{
    display:none;
    position:absolute;
    top:160px;
    background: rgba(0,0,0,0.2);
    width:40px;
    height:150px;
    z-index:99;
    text-align:center;
    transition:all 0.3s ease;
    cursor:pointer;
}
.imgpanel span{
    position: relative;
    top:60px;
    font-size:26px;
    hine-height:100px;
    color: white;
    height:80px;
}
.imgpanel:hover{
    background: rgba(0,0,0,0.6);
    -moz-transform:scale(1.4,1);
    -webkit-transform:scale(1.4,1);
    -o-transform:scale(1.4,1);
    transform: scale(1.4,1);

}
.album_left{
    left:0px;
}
.album_left:hover{
    left:0px;
    transform-origin:left;
}
.album_right{
    right:0px;
}
.album_right:hover{
    right:0px;
    transform-origin:right;
}
.album_content{
    height:70px;
    background:#333;
    color:white;
    position:absolute;
    bottom:0px;
    text-align:center;
    width:100%;
    z-index:99;
    overflow:hidden;
}
.album_content p{line-height: 50px;transition:all 0.6s ease;position:absolute;left:0px;right:0px;margin:0px auto;top:55px;}
#img_intro1{top:0px;}
.album-relate{
    float:right;
    width:320px;
    padding:10px 0px;
    background: #fdfdfd;
}
.album-relate h4{
    padding:0px 10px;
    color: #777;
    font-weight: bold;
    font-size: 17px;
}
.album-relate hr{
    color: #555;
    margin-top:10px;
    margin-bottom:0px;
}
.relate-container{
    /*border-top:2px solid #cecece;*/
    /*padding-top: 10px;*/

    /*width:320px;*/
}
.relate-content{
    /*width:320px;*/
    height:60px;
    padding:5px 10px;
    transition: all ease 0.8s;
}
.relate-content:hover {
    background:#eee;
    cursor:pointer;
}
.relate-li{
    transition: ease all 0.3s;
    padding:10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    border:solid 1px #fdfdfd;
}
.relate-li:hover{
    background: #fdfdfe;
    border-color:#ddd;
    box-shadow: 1px 1px 3px 1px #ECECEC;
}
.relate-left{ width:20px;flaot:left;margin-right:10px}
.relate-left span{
    background: #777;
    padding:1px 6px 1px 6px;
    color:white;
    font-size:13px;
    border-radius: 3px;
}
.relate-right{ position:relative;top:-20px;left:30px;width:240px;overflow:hidden;text-overflow: ellipsis;}

.relate-right p{
    margin-top:3px;
    color: #999;
}
.relate-right a{
    white-space: nowrap;
    width:230px;
    font-weight: bold;
    transition: ease all 0.4s;
}.relate-right a:hover{
    color:#fff!important;
 }
.relate-right i{
    font-style: normal;
    color: #ee5b21;
}
/*.relate-right a:hover{*/
/*color: #0c4d6d !important;*/
/*}*/
/*文档上传*/
.doc_upload_title{
    width:100px;
}
.new_jtable td{
    vertical-align: middle!important;
    text-align: center!important;
    margin-bottom: 0px!important;
}
.new_jtable td>div{
    margin-bottom: 0px!important;
}
/**document-folder**/
.folder-container{
    margin-top:30px;
    position: relative;
    width: 940px;
}
.d-folder{
    position:relative;
    float: left;
    width:293px;
    margin-right:30px;
}
.d-folder:nth-child(3){
    margin-right:0px;
}
.folder-left{
    width: 90px;
    height: 100px;
    float: left;
}
.folder-left img{
    position:absolute;
    width:80px;
    height:100px;
    border:solid 1px #aaa;
    transition: ease all 0.4s;
}
.folder-left img:nth-child(1) {
    top: 10px;
    left:0px;
    z-index:3;
}
.folder-left img:nth-child(2) {
    top: 5px;
    left:5px;
    z-index:2;
}
.folder-left img:nth-child(3) {
    top: 0px;
    left:10px;
    z-index:1;
}
.folder-right{
    width: 193px;
    float: right;
    padding-left: 2px;
    border: 2px solid #fff;
    padding: 5px;
    transition:all ease 0.4s;
}
.folder-title{
    font-size: 16px;
    color:#333!important;
}
.folder-right p{
    padding-top: 5px;
    font-size: 12px;
    color:#999;
    margin:0px;
}
.folder-right ul{
    padding-left:0px!important;
}
.folder-right ul li{
    width: 180px;
}

.folder-right ul li a{
    line-height: 25px;
    margin: 0;
    color:#4095CE!important;
    font-size: 14px;
    float: left;
    width: 180px;
    white-space: normal;
}
.folder-right ul li a:hover{
    color: #245575 !important;
}
.folder-more{
    color:#2DBE60!important;
}
.folder-more:hover{
    color: #0e823f!important;
}
.folder-bottom{
    width:930px;
    margin-top:10px;
    float: left;
}
.folder-bottom a{
    margin-bottom:10px;
    float:right;
    color:#666!important;
    font-size: 14px;
    position: relative;
    bottom: -12px;
}
.folder-bottom a:hover{
    color: #1a6d39 !important;
}
.folderList-bottom{
    margin-top: 20px;
    float: left;
    position: relative;
    width: 930px;
    margin-bottom: 20px;
}
.folderList-bottom span{
    padding-right:20px;
    color:#aaa;
    font-size: 13px;
}
.folderList-bottom span:nth-child(1){
    padding-left: 120px;
}
.dl-folder{
    width:950px;
}
.dl-folder .folder-left{
    width: 100px;
    height: 120px;
    float: left;
    margin-right:20px;
}
.dl-folder .folder-left img{
    width:92px;
    height:118px;
}
.dl-folder .folder-right{
    float: left;
    width: 800px;
}
.dl-folder .folder-right li{
    float: left;
    width: 800px;
}
.dl-folder .folder-right li a{
    float: left;
    width: 780px;
}
/**document-details**/
.document_info_title{
    font-size: 18px;
    background:#fdfdfe;
    padding:20px;
    padding-bottom: 0px;
    width:870px;
    /*height:130px;*/
}
.document_info_detail{
    font-size: 18px;
    background:#fdfdfe;
    padding:20px;
    width:870px;
    height:1000px;
}
.document-relate-container{
    position:absolute;
    right:0px;
    top:0px;

}
.dfolder-info{
    width:930px;
}
.dfolder-info h3{
    font-size:26px;
    color:#333;
    margin-bottom: 20px;
    width: 700px;
}
.dfolder-info p{
    font-size:16px;
    color:#666;
    margin: 10px 0px;
}
.dfolder-info p a{
    font-size:16px;
    color:#666;
}
.folderfavo:hover{
    color:#ee5b21!important;
}
.fd-document{
    width:930px;
    padding:10px;
    transition:all ease 0.4s;
    margin:0px;
    border-bottom:1px solid #f3f3f3;
    min-height: 150px;
    float: left;
}
.fd-left{
    width:220px;
    height:124px;
    background:#f5f5f5;
    margin-right:20px;
    position: relative;
    float:left;
}
.fd-left a img{
    height:124px;
    max-width: 220px;
    margin: 0px auto;
    position: absolute;
    left: 0px;
    right: 0px;
}
.fd-right{
    width:670px;
    float:left;
    min-height: 126px;
    position: relative;
}
.fd-right h5{
    color:#333;
    font-size:16px;
    margin:0px;
    margin-bottom:20px;
}
.fd-right p{
    color:#979f98;
    font-size:14px;
    margin:0px;

}
.fd-intro{
    width:680px;
    height:40px;
    overflow: hidden;
    color:#999;
    font-size:14px;
    margin:0px;
    margin-bottom:30px;
}
.fd-info{
    position:absolute;
    bottom:0px;
}
/*Course-list*/
.course_school{
    width:934px;background-color: #f7f7f7;
    height: 40px;
    border: 1px solid #EEEEEE;
}
.course_school p{
    width: 800px;height: 40px;
    text-align: left;
    padding:10px 0px ;
    font-size:14px;

}
.course_school span{
    color: green;
    background-color: #ffffff;
    padding:10px 21px;
    padding-bottom: 7px;
    margin-right: 20px;
}
.course_introduce{
    float: left;
    width: 334px;
    padding-top: 20px;
    padding-left:20px;
    position:relative;
    height:260px;
}
.course_introduce h3{
    font-size: 22px;
    color: #333333;
    margin-top:5px;
}

.course_introduce p{
    font-size:14px;
    color: #999999;
    margin-top: 20px;
    line-height: 2em;
    padding-right:25px;
}
.course_introduce a {
    font-size: 16px;
    text-align: center;
    padding:10px;
    color: #ffffff;
    background-color: #2dbd61;
    width: 120px;
    height: 40px;
    position:absolute;
    top:220px;
    transition: all ease 0.4s;
}
.course_introduce a:hover {
    background-color: #2a8c42;
    width: 180px;
    color: #ffffff!important;
}
.hot-corse{
    margin-top:0px!important;
}
.course-content-left{
    width: 954px;overflow: hidden;font-family: "微软雅黑";
}
.course-index{
    float: left;padding-top: 20px;
}
.course-index img{
    width: 600px;
    height: 240px;
}
.photo-list img{
    width: 457px !important;height: 182px !important;
}
.photo-box{
    float: left;
    margin:20px 20px 0 0;
    position: relative;
    width: 457px !important;height: 182px !important;
}
.photo-list{
    overflow: hidden;
    width: 954px;
    margin: 0 0 0 0;
}
.photo-box a{
    color:#ffffff;
}
.photo-box p{
    position:absolute;
    bottom: -10px;
    padding:10px 10px;
    font-size:16px;
    color:#ffffff;
    background-color: #000000;
    opacity:0.5;
    width: 457px;
    height: 40px;
    vertical-align:center;
    transition: all ease 0.4s;

}
.course-list-box{
    overflow:hidden;
    text-overflow: ellipsis;
}
/**video-details**/
.album-title{
    font-size:26px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.album-introduction{
    margin: 15px 0px;
    color: #999;
    word-break: break-all;
    height: 80px;
    overflow: hidden;
}

.album-upload{
    /*font-size:16px;*/
    line-height:20px;
    color: #666;
    margin: 0;
}

.album-upload span{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 338px;
}

.album-detail{
    color: #999;
    font-size:14px;
    /*margin: 15px 0;*/
}

.album-detail i{
    font-style: normal;
    color: #ee5b21;
}

.album-tags{
    font-size:14px;
    color: #999;
    height: 25px;

}

.album-tags a{
    padding: 0 5px;
    border: 1px solid #2abe60;
    color: #2abe60;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    height: 24px;
    margin-bottom: 10px;
}

.album-tags a:hover{
    color: #fff !important;
    background: #2abe60;
}

#playBtn{
    height: 40px;
    width: 120px;
    font-size:16px;
    margin-right:40px;
    color: #fff;
}

#playBtn:hover{
    color: #fff !important;
}
.album-play {
    margin-top:10px;
    font-size:14px;
    color: #999;
}
.album-play a{
    font-size:16px;
    color: #999;
}
.album-play i{
    font-size:16px;
    font-style: normal;
    color: #ee5b21;
}

.album-play a:hover{
    color: #ee5b21 !important;
}

.album-play span{
    font-size:20px;
    margin: 0 20px;
    color: #666;
}

.view-list{
    width: 870px;
    padding: 20px;
    padding-bottom:0;
    background: #fff;
}

.album-item-list{
    padding: 0;
    overflow: hidden;
    margin:20px 0 40px 0;
}

.view-list .album-item {
    float: left;
    margin: 0 30px 10px 0;
}

.view-list .album-item a {
    border: 1px solid #dadada;
    color: #666;
    background: #f3f3f3;
    display: block;
    width: 50px;
    height: 46px;
    line-height: 46px;
    font-size:16px;
    text-align: center;
    text-decoration: none;
}

.view-list .album-item a:hover {
    background:#fff;
    border-color: #2abe60;
    color: #2abe60;
}

.content-title{
    margin: 0;
    padding-bottom:10px;
    font-size:20px;
    border-bottom:1px solid #dadada;
}

.content-title span{
    font-size:14px;
    color: #ee5b21;
}

.trailer-list{
    padding: 0;
    margin: 0;
}

.trailer-list li{
    height: 124px;
    overflow: hidden;
    margin-bottom:30px;
}

.trailer-detail{
    width: 585px;
}

.trailer-detail a{
    font-size:16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trailer-detail a:hover{
    color: #ee5b21 !important;
}

.trailer-detail p{
    word-break:break-all;
    color: #999;
    margin-top:20px;
}

.recommend-list{
    width: 320px;
    padding: 0 10px;
    background: #fff;
}

.recommend-list h2{
    margin-bottom:20px;
    padding-top:4px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdee0;
    font-size:16px;
}

.recommend-list ul{
    padding: 0;
    margin: 0;
}

.recommend-list li{
    overflow: hidden;
    margin-bottom:10px;
}

.recommend-detail{
    width: 140px;
}

.recommend-detail a{
    display: block;
    height:64px;
    word-break: break-all;
    overflow: hidden;
}

.recommend-detail p{
    color: #999;
}

.comment-list{
    margin-top:10px;
    width: 870px;
    padding: 20px;
    background: #fff;
}

.comment-list i{
    font-style: normal;
}

.comment-list textarea{
    width: 100%;
    height: 120px;
    margin-bottom:10px;
    resize: none;
    border-color: #2abe60 !important;
}

.comment-list textarea:disabled{
    background: #fff7e7;
    border-color: #ded6c5 !important;
    color: #6b3612;
}

.comment-list button{
    height: 40px;
    width: 100px;
    font-size:16px;
    margin-left:20px;
}

.comment-head{
    font-size:18px;
    padding-bottom:20px;
    margin-bottom:0;
    border-bottom:1px solid #dadada;
}

#commentList{
    padding: 0;
    margin: 0;
}

#commentList li{
    overflow: hidden;
    width: 100%;
    border-bottom:1px solid #dadada;
    padding: 20px 0;
}

#commentList h3,#commentList h5{
    display: inline-block;
    font-size:16px;
    color: #ee5b21;
    margin: 0 10px 20px 0;
}

#commentList h5{
    font-size:14px;
    color: #999;
}

#commentList p{
    min-width:760px;
    font-size:16px;
    color: #666;
}

.answer-switch{
    color: #ee5b21;
    cursor: pointer;
}

.answer-show{
    width: 100%;
    padding: 20px;
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
}

.answer-show dt{
    font-weight:normal;
    color: #ee5b21;
    margin-bottom:10px;
}

.answer-show dd{
    font-size:12px;
    color: #999;
}

.gallery-box {
    width: 200px;
    padding: 5px;
    margin: 7px;
    float: left;
    min-height: 200px;
    border: 1px solid #ddd;
    overflow: hidden;
}
/*layout-header-css*/
.form-control-search {
    height: 36px;
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei", monospace;
    display: inline-block;
}
#shortcut {
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei", monospace;
}
#shortcut a{
    color: #333;
}
#shortcut a:hover{
    color: #2abe60;
    text-decoration: none;
}

#shortcut ul{
    list-style: none;
    padding-left:30px;
    font-size:16px;
}

#shortcut li{
    float: left;
    margin-right:25px;
    margin-left:0 !important;
}
.hotkey {
    margin-top: 9px;
    color: #d9d9d9;
    font-size: 14px;
    font-family: "Microsoft Yahei", monospace;
}
.history-header {
    position: relative;
    display: inline-block;
}

.box-header {
    width: 300px;
    height: 360px;
    border: 1px solid #ddd;
    border-top: none;
    position: absolute;
    left: -194px;
    top: 45px;
    background: #f9f9f9;
    z-index: 2;
    display: none;
}

.box-header dl {
    height: 320px;
    margin: 10px 14px 0 10px;
    padding-left: 10px;
    border-left: 1px solid #f6f6f6;
    font-size: 12px;
    font-family: "微软雅黑";
    overflow: hidden;
}

.box-header dt {
    width: 62px;
    height: 26px;
    font-weight: normal;
    background: #2abe60;
    color: #fff;
    line-height: 26px;
    text-align: center;
    position: relative;
}

.box-header dt i {
    color: #2abe60;
    position: absolute;
    left: -16px;
    top: 8px;
}

.box-header dd {
    margin-top: 10px;
    overflow: hidden;
}

.box-header dd a {
    width: 200px;
    float: left;
    color: #333;
}

.box-header dd a:hover {
    color: #2abe60;
}

.box-header dd span {
    float: right;
    color: #999;
}
.more {
    display: block;
    width: 100%;
    height: 29px;
    line-height: 29px;
    color: #666;
    border-top: 1px solid #ddd;
    text-align: center;
}

.box-arr {
    position: absolute;
    right: 68px;
    top: -14px;
    font-size: 20px;
    color: #f9f9f9;
}
.header-active{
    color: #2abe60 !important;
}
.login-alert {
    color: #f4fff6;
    background-color: #a1b7a8;
    border-color: #9cae9a;}

/*首页-index-css*/
.code{
    width: 220px;
    height: 290px;
    margin-top:20px;
    background-color:rgba(255, 255, 255, 0.85);
    text-align: center;
    position: relative;
    z-index: 1;
}

.code span{
    float: left;
    width: 50%;
    height: 40px;
    line-height:40px;
    cursor: pointer;
    border-bottom:2px solid #fff;
    font-size:16px;
}
.code img{
    margin-top:18px;
    margin-bottom:7px;
}
.focusBox {
    float: left;
    position: absolute;
    top:0;
    width: 100%;
    height: 325px;
    overflow: hidden;
}

.focusBox .pic img {
    width: 760px;
    height: 325px;
    display: inline-block;
}

.focusBox .pic li{
    text-align: center;
}

.focusBox .hd {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 5px;
    z-index: 0;
    text-align: center;
}

.focusBox .hd li {
    display:inline-block;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: #919191;
    margin-left: 4px;
    filter: alpha(opacity = 80);
    opacity: .8;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    z-index:3;
}

.focusBox .hd .on {
    background: #fff;
    filter: alpha(opacity = 100);
    opacity: 1;
}

.focusBox .prev,.focusBox .next {
    width: 45px;
    height: 99px;
    position: absolute;
    top: 50%;
    margin-top:-49.5px;
    z-index: 0;
    filter: alpha(opacity = 20);
    -moz-opacity: .2;
    opacity: .2;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
}

.focusBox .prev {
    background-image: url(/img/index.png);
    background-position: -112px 0;
    left: 50%;
    margin-left:-380px;
    display: none;
}

.focusBox .next {
    background-image: url(/img/index.png);
    background-position: -158px 0;
    right: 50%;
    margin-right:-380px;
    display: none;
}

.focusBox .prev:hover,.focusBox .next:hover {
    filter: alpha(opacity = 60);
    -moz-opacity: .6;
    opacity: .6
}

.focusBox .txt-bg { position: absolute; bottom: 0; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; height: 36px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 14px; text-decoration: none; }

.pri_list .i_title {
    height: 43px;
    line-height: 43px;
    /*background-color: #f9f9f9;*/
}

.pri_list .i_title .t_txt {
    border-left: 6px solid #1cb177;
    color: #555;
    font: 100 20px/18px "微软雅黑";
    margin: 13px 30px 0 0;
    padding-left: 10px;
}
.pri_list .i_title {
    line-height: 43px;
}

.pri_list .i_list {
    display: block;
    height: 290px;
    overflow: hidden;
}

.pri_list .i_list hr{
    margin: 0 !important;
    border: none !important;
}

.pri_list .i_list h4{
    height:36px;
}

.pri_list .i_list li{
    height: 82px;
    border-bottom: 1px solid #eee;
}

.pri_list .i_list li .pic {
    float: left;
    display: block;
    width: 93px;
    height: 70px;
    margin-right: 15px;
}

.pri_list a:hover{
    color: #00BC8C !important;
}
.screenBg{
    position: relative;
    width: 1200px;
    height: 325px;
    margin: 0 auto;
}
.index-wicket-detail span{
    max-width: 75%;
    white-space: nowrap;
}
/* 服务导图 */
.index_item_service {
    width: 1188px;
    height: auto;
    margin: 0 auto 20px;
    border: 1px solid #dbdbdb;
    background: #fff;
}

.index_item_service .ulService {
    clear: both;
    height: 172px;
    margin: 10px auto 30px;
    overflow: hidden;
}

.index_item_service .ulService li {
    float: left;
    *display: inline;
    width: 320px;
    height: 180px;
    margin: 0 22px 0 33px;
}

.index_item_service .ulService li .con {
    margin: 20px 0px 10px 160px;
    font: 300 13px/20px "microsoft yahei";
    _font-size: 12px;
    color: #999;
}

.index_item_service .ulService li h4 {
    margin-bottom: 10px;
    font: 400 18px/20px "microsoft yahei";
    color: #666;
}

/* 服务导图 */
/* 新版底部帮助 */
.index_item_service .ulHelp {
    clear: both;
    margin: 30px auto;
    overflow: hidden;
}

.index_item_service .ulHelp li {
    float: left;
    width: 230px;
    margin: 0 0 0 40px;
    border-right: 1px solid #ddd;
}

.index_item_service .ulHelp li.last {
    width: 290px;
    border-right: 0;
}

.index_item_service .ulHelp li .con {
    font: 400 14px/24px "simsun";
    color: #999;
}

.index_item_service .ulHelp li .con a {
    color: #999;
}

.index_item_service .ulHelp li .con a:hover {
    text-decoration: underline;
}

.index_item_service .ulHelp li .con p {
    padding-left: 40px;
}

.index_item_service .ulHelp li .con p.serviceTime {
    padding: 0 0 20px 115px;
    font-size: 12px;
}

.index_item_service .ulHelp li .con .weixin {
    position: relative;
    width: 180px;
    height: 24px;
    padding-left: 40px;
}

.index_item_service .ulHelp li .con .weixin .weitu {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 105px;
    bottom: -5px;
}

.index_item_service .ulHelp li h4 {
    padding-left: 40px;
    margin-bottom: 5px;
    font: bold 14px/24px "simsun";
    color: #555;
}

.index_item_service .ulHelp li h4.b1 {
    background: url('/img/icon/yt-help.png') no-repeat;
}

.index_item_service .ulHelp li h4.b2 {
    background: url('/img/icon/yt-book.png') no-repeat;
}

.index_item_service .ulHelp li h4.b3 {
    background: url('/img/icon/yt-follow.png') no-repeat;
}

.index_item_service .ulHelp li h4.b4 {
    background: url('/img/icon/yt-mail.png') no-repeat;
}
/* 新版底部帮助 */

.index-item-list{
    overflow: hidden;
    width: 1230px;
    margin: 0 auto;
}

.index-box-featured {
    width: 244px;
    margin:0 1px 15px 1px;
    padding: 10px;
}
.level1 {
    font-size: 12px;
    color: #1d7ad9;
    line-height: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    margin-left: 5px;
    font-size-adjust: none;
    font-stretch: normal;
}
.level2 {
    width: 102px;
    font-size: 12px;
    color: #666;
    line-height: 23px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size-adjust: none;
    font-stretch: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.titBar{
    border-bottom:1px solid #dadada;
    height: 40px;
    margin: 35px auto 20px auto;
}

.titBar span{
    width: 96px;
    height: 40px;
    line-height:40px;
    float: left;
    text-align: center;
    font-size:20px;
    cursor: pointer;
    margin-right:15px;
}
span.current{
    border-bottom:2px solid #2abe60;
}
.titBar span.current{
    color: #2abe60;
}
#nav .on .mod_subcate_index {
    display: block !important; /* !important 强制显示，否则会闪烁*/
}
#nav .mod_subcate_index{
    width: 760px;
    height: auto;
    min-height: 300px;
     display: none;
    border: 1px #eee solid;
    background: #fff;
    box-shadow: 0 -5px 10px rgba(0,0,0,0.1);
    position: absolute;
    top: 40px;
    z-index: -1;
    border-radius: 6px;
    left: 219px;
    overflow: hidden;
}

.index-css-ini ul {
    list-style: none;
}
.index-css-ini img {
    border: none;
}
.index-css-ini a {
    blr: expression(this.onFocus = this.blur ());
    outline: none;
    text-decoration: none;
}
.index-css-ini a:hover {
    text-decoration: underline;
}
.index-css-ini a:link {
    text-decoration: none;
}
.index-css-ini h4{
    font-family: "微软雅黑";
    line-height: 1.4;
    font-size:16px;
}
.index-css-ini h4 b{
    font-weight: normal;
}
/*以下是暂未发现用处的首页嵌套样式*/
/*.fl {*/
/*float: left;*/
/*display: inline;*/
/*}*/



/*.featurette {*/
/*color: #BCBCBC;*/
/*margin-top: 0px;*/
/*}*/

/*.cate_name {*/
/*color: #747474;*/
/*font-size: 14px;*/
/*font-family: "微软雅黑", Arial;*/
/*}*/

/*.nav-name {*/
/*color: #424242;*/
/*font-size: 20px;*/
/*font-family: "微软雅黑", Arial;*/
/*border-left: 6px solid #00b780;*/
/*padding-left: 11px;*/
/*}*/

/*.type_hot {*/
/*color: #C3C3C3;*/
/*font-size: 12px;*/
/*font-family: "微软雅黑", Arial;*/
/*}*/

/*.li_number {*/
/*font-size: 24px;*/
/*color: #6F6F6F;*/
/*font-family: "微软雅黑", Arial;*/
/*}*/

/*.li_title {*/
/*font-size: 16px;*/
/*color: #929292;*/
/*font-family: "微软雅黑", Arial;*/
/*}*/
/*.wicket-lg-title {*/
/*font-size: 18px;*/
/*color: #2C2C2C;*/
/*}*/

/*.wicket-xm-title {*/
/*font-size: 16px;*/
/*!*}*!*/
/*.box-wicket-sm {*/
/*width: 196px;*/
/*min-height: 160px;*/
/*margin-bottom: 11px;*/
/*margin-left: 19px;*/
/*}*/



/*.wicketHot{*/
/*padding-left: 0px;*/
/*padding-right: 0px;*/
/*margin-left: -8px;*/
/*font-size: 12px;*/
/*color: #DBDBDB;*/
/*margin-top: 2px;*/
/*}*/
/*.wicketTitle{*/
/*color: #626262;*/
/*}*/
/*.square {*/
/*padding-left: 7px;*/
/*width: 22px;*/
/*margin-left: 10px;*/
/*height: 22px;*/
/*background: #1EBE89;*/
/*color:white;*/
/*font-size: 16px;*/
/*}*/
/*.wicket-featured-hot {*/
/*max-width: 118px;*/
/*}*/

/*.wicket-cate {*/
/*max-width: 175px;*/
/*}*/

/*.wicket-cate-first {*/
/*max-width: 381px;*/
/*}*/

/*.wicket-cate-hot {*/
/*max-width: 170px;*/
/*}*/
/*.wicket-subTitle{*/
/*color:#828282;*/
/*}*/
/*以上是暂未发现用处的首页嵌套样式*/

/*index-css*/

/*footer-css*/
.aTab:hover {  color: #00bc8c; }
.aTab {  color: #4F4F4F;  }
/*footer-css*/

/*document-css*/
#thumbnailView{
    width: auto;
}
.pdfview-Integrated-css{
    height: 100%;
    font-size:14px;
    margin: 0;
    padding: 0;
    overflow: auto;
}
@media print {
    .pdfview-Integrated-css #printContainer div {
        page-break-after: always;
        page-break-inside: avoid;
    }
    .pdfview-Integrated-css #mozPrintCallback-shim {
        display: none;
    }
}
.pdfview-Integrated-css #mozPrintCallback-shim {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;

    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.pdfview-Integrated-css #mozPrintCallback-shim[hidden] {
    display: none;
}
.pdfview-Integrated-css #mozPrintCallback-shim .mozPrintCallback-dialog-box {
    display: inline-block;
    margin: -50px auto 0;
    position: relative;
    top: 45%;
    left: 0;
    min-width: 220px;
    max-width: 400px;

    padding: 9px;

    border: 1px solid hsla(0, 0%, 0%, .5);
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

    background-color: #474747;

    color: hsl(0, 0%, 85%);
    font-size: 16px;
    line-height: 20px;
}
.pdfview-Integrated-css #mozPrintCallback-shim .progress-row {
    clear: both;
    padding: 1em 0;
}
.pdfview-Integrated-css #mozPrintCallback-shim progress {
    width: 100%;
}
.pdfview-Integrated-css  #mozPrintCallback-shim .relative-progress {
    clear: both;
    float: right;
}
.pdfview-Integrated-css #mozPrintCallback-shim .progress-actions {
    clear: both;
}
#share i{width:24px; height: 26px;padding:0;margin:10px;}

#share a{width:24px; height: 26px;padding:0;margin:6px;}
/*#share a.bds_more{background:url(/img/tb00.png) no-repeat;}*/
/*#share a.bds_qzone{background:url(/img/tb01.png) no-repeat;}*/
/*#share a.bds_tsina{background:url(/img/tb02.png) no-repeat;}*/
/*#share a.bds_tqq{background:url(/img/tb04.png) no-repeat;}*/
/*#share a.bds_renren{background:url(/img/tb05.png) no-repeat;}*/
/*#share a.bds_weixin{background:url(/img/tb06.png) no-repeat;}*/
/*文档页面未用到的css样式*/

/*#flashContent {*/
/*display: none;*/
/*}*/
/*.alignRight{*/
/*float:right;*/
/*}*/
/*.search-result-number {*/
/*margin-top: 1em;*/
/*color: #999;*/
/*width: 750px;*/
/*}*/
/*.tags{*/
/*border-radius:10px;*/
/*}*/
/*.tags:hover{*/
/*background-color:#00bc8c;*/
/*color:white;*/
/*}*/
/*.thumbnailSelectionRing{*/
/*width: auto !important;*/
/*height: auto !important;*/
/*}*/
/*html[dir="ltr"] .outerCenter{*/
/*right: 45%;*/
/*}*/
/*#id_like{*/
/*cursor: pointer;*/
/*cursor: hand;*/
/*}*/

/*document-css*/

/*music-css*/
#play-selected{
    padding: 4px;
    line-height:14px;
}
.music-Integrated-css{
    margin: 0 !important;
    padding-top:10px;
}
.music-Integrated-css nav a {
    color: #333;
}
 .music-Integrated-css .song-title a {
     color: #333;
 }
.music-Integrated-css .album-info {
    height: 190px;
    margin-left: 15px;
}
.music-Integrated-css .album-name h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.music-Integrated-css .album-info-label {
    color: #999;
}
.music-Integrated-css .album-play-btn {
    position: absolute;
    bottom: 0px;
}
.music-Integrated-css .album-song {
    margin-left: -15px;
}
.music-Integrated-css .album_meta li {
    list-style-type: none;
}
.music-Integrated-css .search-result-number {
    margin-top: 1em;
    color: #999;
    font-size: 0.9em;
    width:735px;
}
.music-Integrated-css .tags{
    border-radius:10px;
}
.music-Integrated-css .tags:hover{
    background-color:#00bc8c;
    color:white;
}
.cBox + label {
    background-color: #FFF;
    border: 1px solid #333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin: 0;
    font-weight:normal;
    cursor: pointer;
    vertical-align: middle;
    line-height: 18px;
}
.cBox + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.cBox:checked + label {
    border: 1px solid #333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #333;
}

.cBox:checked + label:after {
    content: '\2714';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #333;
    width: 100%;
    text-align: center;
    font-size: 12px;
    vertical-align: text-top;
}
.music-Integrated-css input[type="checkbox"] {
    display: none;
    margin: 0;
}
/*music-css*/
/*============================*/
.index-css-ini a{
    color:#333;
}
/*==== 视频分栏部分 ====*/
/*== 视频标题 ==*/
.videoBar-title{
    width:1200px;
    margin-top: 50px;
    line-height: 32px;
    border-bottom: 2px solid #ddd;
}
.videoBar-navs{
    position: relative;
}
.videoBar-nav{
    display: none;
    position: absolute;
    left: -2px;
    top: 33px;
    width: 300px;
    min-height: 412px;
    padding: .8em .4em;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);;
    z-index: 4;
}
.videoBar-nav-item{
    margin-top: 20px;
}
.videoBar-nav-item:first-child{
    margin-top: 0;
}
.videoBar-nav-item__title{
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 2;
}
.videoBar-nav-item__subtitle{
    display: none;
    font-size: 16px;
    line-height: 1.6;
}
.videoBar-nav-item__subtitle:nth-child(1),
.videoBar-nav-item__subtitle:nth-child(2),
.videoBar-nav-item__subtitle:nth-child(3),
.videoBar-nav-item__subtitle:nth-child(4),
.videoBar-nav-item__subtitle:nth-child(5),
.videoBar-nav-item__subtitle:nth-child(6),
.videoBar-nav-item__subtitle:nth-child(7),
.videoBar-nav-item__subtitle:nth-child(8),
.videoBar-nav-item__subtitle:nth-child(9),
.videoBar-nav-item__subtitle:nth-child(10)
{
    display: inline-block;
}

.videoBar-title-theme{
    display:inline-block;
    position: relative;
    top: -5px;
    padding: 0 0.3em 0 0.8em;
    margin-right: 50px;
    border: 1px solid #2dbe60;
    font-size: 20px;
    border-radius: 18px;
}
.videoBar-icon-down{
    color: #2DBE60;
    padding:0 5px;
    transition: all linear 400ms;
}
.videoBar-title-theme:hover .videoBar-icon-down{
    transform-origin: center center;
    transform: rotate(180deg);
}
.videoBar-title-icon{
    position: relative;
    top: -2px;
}
.videoBar-title-items{
    display:inline-block;
    font-size: 16px;
}
.videoBar-title-item{
    padding:0 15px;
    cursor: pointer;
}
.videoBar-title-item.active{
    padding-bottom:5px;
    border-bottom:2px solid #2dbe60;
    color:#2dbe60;
}
/*.videoBar-title-item.active:after{*/
    /*content:"";*/
    /*width:0;*/
    /*height:0;*/
    /*border:6px solid transparent;*/
    /*border-bottom-color:#2dbe60;*/
    /*position:absolute;*/
    /*top: 18px;*/
    /*left: 38px;*/
/*}*/
.videoBar-btn{
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px 9px 2px 6px;
}
.videoBar-btn.item1{

}
.videoBar-btn-angle{
    position: relative;
    top: -2px;
    left: 4px;
}
/*== 视频内容 ==*/
.videoBar-content{
    display:none;
    width: 1200px;
    padding-top: 5px;
    margin: 0 auto;
}
.videoBar-content.active{
    display:block;
}
.videoBar-content-left{
    float:left;
    width:471px;
    height:393px;
    margin:11px 12px 0 0;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    transition: all ease-in-out 150ms;
}
.videoBar-content-left:hover{
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.videoBar-cover-picture-box{
    position: relative;
    width: 471px;
    height:316px;
}
.videoBar-cover-picture{
    width:100%;
    height:100%;
}
.videoBar-cover-title{
    padding: 5px;
    font-size:18px;
    line-height: 1.8;
}
.videoBar-icon-lock{
    color:#4C64A0;
}
.videoBar-icon-play{
    padding-right:3px;
    color:#999;
}
.videoBar-cover-origin{
    padding: 0 5px;
    font-size: 14px;
    color: #999;
}
.videoBar-icon-university{
    padding-right: 5px;
    color:#999;
}
.videoBar-content-right{
    float:right;
    width:732px;
    height:393px;
    margin-right: -17px;
}

.videoBar-list {
    position: relative;
    float: left;
    width: 228px;
    margin: 12px 15px 10px 0px;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    transition: all ease-in-out 150ms;
}
.videoBar-list:hover{
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.videoBar-list-picture-box{
    position: relative;
    width:228px;
    height:130px;
}
.videoBar-list-picture{
    width:100%;
    height:100%;
}
.videoBar-list-title{
    margin: 5px 5px 0;
    background:#FFF;
    font-size: 16px;
}
.videoBar-list-title.hover{
    z-index: 11;
}
.videoBar-list-source{
    padding: 5px;
    font-size:13px;
    color:#666;
    background: #FFF;
    z-index: 10;
}

/*==== 文档分栏部分 ====*/
/*== 文档主体内容 ==*/
.documentBar-theme{
    min-height:100px;
    max-height:500px;
}
.documentBar-theme-left{
    float:left;
    width:420px;
}
.documentBar-theme-left:after{
    float: right;
    content: "";
    position: relative;
    top: 10px;
    height: 80px;
    border-left: 2px dashed #999;
}
.documentBar-theme-picture{
    float: left;
    width: 80px;
    height: 80px;
    margin-top: 10px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: #FFF;
    border-radius: 6px;
}
.documentBar-theme-title{
    float:left;
    max-width: 320px;
    margin-left: 15px;
}
.documentBar-theme-item{
    color: #999;
    padding-top: 5px;
}
.documentBar-theme-item.item1{
    font-size:20px;
    color:#000;
}
.documentBar-theme-title-icon{
    padding-right:3px;
}
.documentBar-theme-right{
    float:left;
    width:780px;
    padding-left: 40px;
    color: #999;
}
.documentBar-list{
    float:left;
    width:50%;
    margin-top:20px;
}
.documentBar-list-picture{
    float: left;
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    border-radius: 4px;
}
.documentBar-list-info{
    float:left;
    width:65%;
    margin-left:15px;
}
.documentBar-list-title{
    font-size:15px;
}
.documentBar-theme-info-box{
    font-size: 13px;
    color: #999;
    line-height:24px;
}
.documentBar-list-picture.txt, .documentBar-theme-picture.txt{
    background:#F54D4B;
}
.documentBar-list-picture.doc, .documentBar-theme-picture.doc{
    background:#508BCC;
}
.documentBar-list-picture.xls, .documentBar-theme-picture.xls{
    background:#3FAC2F;
}
.documentBar-list-picture.pdf, .documentBar-theme-picture.pdf{
    background:#E3683A;
}
.documentBar-list-picture.ppt, .documentBar-theme-picture.ppt{
    background:#EC9C56;
}
/*==== 图库分栏部分 ====*/
/*== 图库主体内容 ==*/
.pictureBar{
    width:1200px;
    margin: 30px auto 0;
}
.picture-library-toggle{
    position:absolute;
    bottom:-60px;
    left:0;
    width:285px;
    height:60px;
    background:rgba(0,0,0,.4);
    text-align:center;
    color:#fff;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    transition:.3s all linear;
}
.picture-library-list-box{
    overflow:hidden;
    margin-right:-20px;
    margin-bottom:50px;
    display:none;

}
.picture-library-list-box.active{
    display:block;
}
.picture-library-list{
    float: left;
    width: 285px;
    height:162px;
    line-height: 20px;
    position:relative;
    margin:20px 20px 0 0;
    overflow:hidden;
}
.picture-library-pic-box{
    width: 285px;
    height:162px;
}
.picture-library-pic{
    width:100%;
    height:100%;
    border-radius: 4px;
}
.picture-library-title{
    font-size:18px;
    line-height:24px;
    padding:10px 5px 0 0;
}
.picture-library-origin{
    font-size:14px;
}
.picture-library-list:hover .picture-library-toggle{
    bottom:0;
}
/*==== 主题分栏部分 ====*/
/*== 主题主体内容 ==*/
.videoBar-title-icon.theme, .videoBar-title-icon.book{
    top:-2px;
}
.themeBar-list{
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    height:162px;
    padding: 0 30px;
    background: rgba(0,0,0,.4);
    font-size:26px;
    text-align: center;
    color: #fff;
    border-radius: 9px;
    word-wrap:break-word;
    word-break:break-all;
}
.themeBar-list-txt{
    margin-top: 50px;
    line-height: 40px;
    height: 80px;
    text-overflow: ellipsis;
}
/*==== 主题分栏部分 ====*/


/*==== 图书分栏部分 ====*/
/*== 图书导航内容 ==*/
.bookBar-title-item{
    font-size: 16px;
    margin-right:6px;
    color:#2dbe60;
}
.bookBar-title-dis{
    width: 22px;
    position: relative;
    top: -2px;
}
/*== 图书主题内容 ==*/
.bookBar-theme-left{
    float:left;
    width:200px;
    height:260px;
}
.bookBar-theme-picture{
    width:100%;
    height:100%;
    border-radius:9px;
}
.bookBar-theme-right{
    float:left;
    width:1000px;
    height:260px;
    overflow: hidden;
}
.bookBar-theme-title{
    margin-left:30px;
}
.bookBar-theme-item{
    font-size:16px;
    line-height: 28px;
}
.bookBar-theme-intro{
    margin-top:8px;
    font-size:13px;
    line-height: 20px;
}
.bookBar-more{
    color:#2dbe60;
}
.bookBar-content{
    overflow:hidden;
    margin:25px -35px 0 0;
}
.bookBar-list{
    float:left;
    width:170px;
    margin-right:35px;
}
.bookBar-list-picture-box{
    width:173px;
    height:210px;
    padding:0 10px;
}
.bookBar-list-picture{
    width:100%;
    height:210px;
    border-radius:6px;
}
.bookBar-list-title{
    padding: 8px 12px 0;
    font-size:15px;
    line-height: 22px;
    word-wrap:break-word;
    word-break:break-all;
}
.bookBar-list-author{
    padding: 12px 12px 0;
    font-size:13px;
}

/* 合作机构 */
.institutionBar{
    margin-top: 40px;
    margin-bottom: 30px;
}
.institutionBar-guide__tip{
    position: relative;
    top: 5px;
    padding: .1em 1.2em;
    margin-left: 10px;
    font-size: 12px;
    letter-spacing: .1em;
    color: #fff;
    background: #000;
}
.institutionBar-landmark-list{
    margin: 15px -8px 10px 0;
}
.institutionBar-landmark-item{
    float: left;
    width: 394px;
    margin-right: 8px;
    overflow: hidden;
}
.institutionBar-landmark-img{
    max-width: 100%;
}
.institutionBar-logo-box{
    padding: 10px 9px;
    margin-top: 20px;
    /*border: 1px solid #eee;*/
}
.institutionBar-logo-list{
    margin-right: -13px;
}
.institutionBar-logo-item{
    float: left;
    margin-right: 13px;
}
.institutionBar-logo-link{
    display: block;
    height: 135px;
    width: 135px;
    /*border: 1px solid #eee;*/
    line-height: 128px;
    text-align: center;
}
.institutionBar-logo-name{
    max-width: 135px;
    margin-top: 0.3em;
    font-size: 16px;
    text-align: center;
}

/*===== footer =======*/
.footer-wrap{
    width: 100%;
    height:180px;
    margin-top: 20px;
    background: #444547;
    color: #808080;
    line-height: 20px;
}
.footer{
    position: relative;
    width:1200px;
    padding: 40px;
    margin:0 auto;
    text-align:left;
    color:#EEE;
}
.footer-logo{
    position: relative;
    left: 35px;
    top: -10px;
}
.footer-wechet{
    position:absolute;
    top: 20px;
    right: 0;
}
.footer-wechet-public{
    position:absolute;
    top: 20px;
    right: 150px;
}
.footer-wechet-picture{
    background:#FFF;
    padding: 4px;
    border-radius: 2px;
}
.footer-wechet-txt{
    line-height: 32px;
    font-size: 15px;
    text-align: center;
}

/*==== header ====*/
.form-control-search {
    height: 40px;
    font-size: 16px;
    border: 2px solid #2dbe60;
    border-right: none;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    box-shadow: none;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.hotkey {
    margin: 6px 0 0 15px;
}

.search-icon {
    height: 40px;
    width: 50px;
    text-align: left;
    background: #FFF;
    border: 2px solid #2dbe60;
    border-left: none;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
/*== user information==*/
.loginBar{
    position:relative;
    width:200px;
}
.loginBar-brief{
    position:relative;
}
.loginBar-user-pic-box{
    position:absolute;
    top:-8px;
    left:0;
    width:40px;
    height:40px;
    z-index: 2;
    transition: all .3s linear;
}
.loginBar-user-pic{
    width:100%;
    height:100%;
    border-radius:50%;
}
.loginBar-user-txt{
    padding-left:50px;
}
.loginBar-user-pic-box.hover{
    width:60px;
    height:60px;
}
.loginBar-card{
    display:none;
    position: absolute;
    top: 35px;
    left: -96px;
    border-radius: 5px;
    width: 250px;
    background: #FFF;
    z-index: 1;
    box-shadow: 0 0 10px #666;
}
.loginBar-card-user{
    padding:25px 6px 0 6px;
    text-align:center;
}
.loginBar-card-function-box{
    padding: 10px 6px;
}
.loginBar-card-list{
    float:left;
    width:50%;
}
.loginBar-card-out{
    padding: 10px 0px;
    border-top: 1px solid #F0F0F0;
    margin: 0 28px;
    text-align: center;
}

    /*==== navigation ====*/
#nav {
    width: 220px;
    position: relative;
    top: -40px;
    /* background: #25a251;*/
    z-index: 1;
    color: #fff;
    border-radius:5px;
}

#nav .mod_cate_hd {
    height: 40px;
    padding-left: 5px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #2dbe60;
    line-height: 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#nav .mod_cate_hd img{
    position:relative;
    top: -4px;
    width: 26px;
}
#nav .mod_cate_hd span{
    padding-left:5px;
    font-size: 20px;
}

#nav .mod_cate,#nav .mod_cate2 {
    height: 65px;
    padding: 8px 14px 10px 10px;
    background: #2dbe60;
    opacity: 0.9;
    overflow:hidden;
}
#nav .mod_cate:hover{
    padding: 8px 14px 10px 10px;
}
#nav .mod_cate:hover, #nav .mod_cate:hover .mod_cate_r a{
    background: #FFF;
    color: #2dbe60;
    opacity:1;
    overflow:hidden;
}
#nav .mod_cate:hover .mod_cate_r{
    border-color:#FFF;
}
#nav .mod_cate:hover .nav_name i{
    color:#FFF;
}

#nav .mod_cate hr {
    height: 1px;
    width:235px;
    color:#F2F2F2;
    margin:0;
}

#nav .mod_cate h2,#nav .mod_cate2 h2 {
    font-size: 18px;
    font-weight: normal;
    font-family: "Microsoft Yahei";
}

#nav .mod_cate h2 a,#nav .mod_cate2 h2 a {
    color: #FFFFFF;
    padding-right: 5px;
}

#nav .mod_cate a.hot_sub {
    background: #FBFBFB;
    font-size: 12px;
    border-radius: 9px;
    padding: 0px 5px;
    margin-left: 5px;
}

#nav .mod_cate_r {
    line-height: 24px;
    font-style: normal;
    font-variant: normal;
    padding:12px 0 2px 0;
    border-bottom: 1px solid #CCC;
}

#nav .mod_cate_r a {
    font-size: 13px;
    color: #fff;
    padding-right: 4px;
    font-family: "Microsoft Yahei", monospace;
}


#nav .mod_cate2 a.yel {
    color: #fee602;
}

#nav .mod_subcate {
    display: none;
    width: 932px;
    height: auto;
    min-height: 341px;
    border: 2px #2dbe60 solid;
    background: #FFFFFF;
    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);*/
    position: absolute;
    top: 40px;
    z-index: -1;
    left: 218px;
    overflow: hidden;
}

#nav .mod_subcate_main {
    width: 760px;
    padding: 0px 20px 1000px 20px;
    margin-bottom: -1000px;
    /*border-right: 1px #ddd solid;*/
    float: left;
}

#nav .mod_subcate_line {
    width: 100%;
    height: 1px;
    clear: both;
    font-size: 0px;
    margin-bottom: 5px;
    border-top: 5px #fff solid;
    border-bottom: 1px #dadada dotted;
    overflow: hidden;
    display: block;
}

#nav .mod_subcate_main dl {
    padding: 7px 0 7px 65px;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden;
}

#nav .mod_subcate_main dl dt {
    width: 65px;
    font-size: 12px;
    color: #1d7ad9;
    line-height: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    margin-left: -65px;
    float: left;
    font-size-adjust: none;
    font-stretch: normal
}

#nav .mod_subcate_main dl dd {
    line-height: 22px;
    overflow: hidden;
}

#nav .mod_subcate_main dl dd a {
    color: #666;
    margin: 0 5px 0 5px;
    float: left;
    display: inline;
    white-space: nowrap;
}
#nav .mod_subcate_main dl .level1 a {
   font-size:16px;
    color:#333;
}
#nav .mod_subcate_main dl .subNode a {
    font-size:14px;
    font-weight:400;
    color:#666;
}

#nav .mod_subcate_main dl dd a.org {
    color: #ff7300;
}

#nav .mod_subcate_channel {
    clear: both;
    margin-top: 15px;
}

#nav .mod_subcate_channel .mod_btn_arrow {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    padding: 0 10px 0 10px;
    margin-left: 5px;
    text-decoration: none;
    color: #FFFFFF;
    background: #2785E6;
    cursor: pointer;
    display: inline-block;
}

#nav .mod_subcate_channel .mod_btn_arrow b {
    font-weight: normal;
    float: left;
}

#nav .arrow_dot {
    width: 0px;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    margin: 9px 0 0 5px;
    border: 4px transparent dashed;
    border-left: 4px #FFFFFF solid;
}

#nav .mod_subcate_side {
    width: 217px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    float: left;
}

#nav .on {
    padding: 8px 10px 9px 8px;
    /*border-left: 2px #2dbe60 solid;*/
    /*border-bottom: 2px #2dbe60 solid;*/
    /*border-top: 2px #2dbe60 solid;*/
    background: #1f8643;
}

#nav .on h2 a {
    color: #333333;
}

#nav .on .mod_subcate {
    display: block !important; /* !important 强制显示，否则会闪烁*/
}

#nav .on .mod_cate_r a {
    color: #fff;
}

#nav .on a.hot_sub {
    color: #FFFFFF;
}

#nav a:hover{
    color: #2dbe60 !important;
}

#nav .mod_cate_r a:hover{
    color: #2dbe60; !important;
    text-decoration: underline;
}

/*==== carousel====*/
.focusBox {
    float: left;
    position: absolute;
    top:0;
    width: 100%;
    height: 325px;
    overflow: hidden;
}

.focusBox .pic img {
    width: 100%;
    height: 325px;
    display: inline-block;
}

.focusBox .pic li{
    text-align: center;
}

.focusBox .hd {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 5px;
    z-index: 0;
    text-align: center;
}

.focusBox .hd li {
    display:inline-block;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: #919191;
    margin-left: 4px;
    filter: alpha(opacity = 80);
    opacity: .8;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    z-index:3;
}

.focusBox .hd .on {
    background: #fff;
    filter: alpha(opacity = 100);
    opacity: 1;
}

.focusBox .prev,.focusBox .next {
    width: 45px;
    height: 99px;
    position: absolute;
    top: 50%;
    margin-top:-49.5px;
    z-index: 0;
    filter: alpha(opacity = 20);
    -moz-opacity: .2;
    opacity: .2;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
}

.focusBox .prev {
    background-image: url(/img/index.png);
    background-position: -112px 0;
    left: 5%;
    display: none;
}

.focusBox .next {
    background-image: url(/img/index.png);
    background-position: -158px 0;
    right: 5%;
    display: none;
}

.focusBox .prev:hover,.focusBox .next:hover {
    filter: alpha(opacity = 60);
    -moz-opacity: .6;
    opacity: .6
}

/* 主搜索框 */
.searchBox-input-group{
    height: 50px;
    border: 2px solid #2DBE60;
    border-radius: 6px;
}
.searchBox-select{
    float: left;
    width: 70px;
    height: 46px;
    padding-left: .5em;
    border: none;
    font-size: 16px;
    border-radius: 6px 0 0 6px;
    border: none;
    outline: none;
}
.searchBox-input{
    float: left;
    width: 370px;
    height: 46px;
    padding-left: .5em;
    font-size: 16px;
    border: none;
    outline: none;
}
.searchBox-search-btn{
    width: 76px;
    height: 46px;
    background: #2DBE60 url(/img/index/search_icon_white.png) no-repeat center center;
    border: none;
    outline: none;
}
.searchBox-search-btn:hover{
    background: #2DBE60 url(/img/index/search_icon_white.png) no-repeat center center;
}
