@charset "utf-8";

/* CSS Document */

body,
li,
ul,
ol,
dl,
dt,
dd,
form,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select {
    margin: 0px;
    /*padding: 0px;*/
    list-style-type: none;
    /*font: 12px/1.5 tahoma, arial, 宋体;*/
    outline: 0 none;

}
input{
    line-height: 38px;
    border: none;
}
th{
    color: #222222;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
    outline: 0 none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

:focus {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

a img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

img {
    border: 0 none!important;
    vertical-align: middle;
}

em,
i {
    font-style: normal;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}


.clear {
    line-height: 0px;
    clear: both;
    float: none;
    height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    /* float: right; */
    display: inline-block;
    overflow: hidden;
}
.fr .go_page{

    width: 47px;

    text-align: center;

    height: 26px;

    float: left;

    padding: 0 4px;
}
.fr .page-list{

    display: block;

    overflow: hidden;

    /* float: left; */
}

.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.wrap {
    height: 100%;
    overflow: hidden;
    width: 100%;
}


/*header*/

.header {
    background-color: #ff6600;
    height: 80px;
    overflow: hidden;
    position: relative;
}

.top .logo {
    float: left;
    height: 70px;
    position: relative;
    text-align: center;
    width: 160px;
}

.top .logo img {
    display: inline-block;
    margin-top: 20px;
    vertical-align: middle;
}

.top .welcome {
    color: #FFFFFF;
    height: 30px;
    padding-left: 20px;
    padding-top: 15px;
    float: left
}

.top .welcome .mb {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #70CAFF
}

.top .welcome a {
    color: #fff;
}

.top .other {
    float: right;
    margin-right: 1%;
    _margin-right: 0.5%;
    _width: 290px;
}

.other .guideLink {
    margin-top: 10px;
    margin-bottom: 15px;
    height: 16px;
    overflow: hidden;
}

.other .guideLink li {
    float: left;
}

.guideLink li a {
    color: #fff;
    padding-left: 20px;
    margin-left: 10px;
    display: inline-block;
    background-attachment: scroll;
    /*background-image: url(../img/header_icon.png);*/
    background-repeat: no-repeat;
    height: 16px;
}

.guideLink li a.discuss {
    background-position: 0 -15px;
}

.guideLink li a.plugin {
    background-position: 0 2px;
}

.guideLink li a.auth {
    background-position: 0 -31px;
}

.guideLink li a.website {
    background-position: 0 -50px;
}

.other .handle {
    margin-top: 5px;
}

.handle ul li {
    float: right;
}

.handle ul li a {
    margin-left: 20px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 70px;
}

.handle ul li .pri_btn {
    background-color: #fff;
    border: 1px solid #ff6600;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ff6600;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}


/*sitemap*/

.am1-sbox .more-box select{
    /* margin-left: 8px; */
    width: 220px;
    padding-top: 0;
    /* margin-top: 5px; */
    border: none;
}

.sitemap {
    width: 520px;
    border: 1px solid #DEDEDE;
    top: 70px;
    right: 3%;
    display: none;
    padding: 0 10px 10px 10px;
    position: absolute;
    z-index: 999;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.sitemap h2 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ff6600;
    position: relative;
}

.sitemap h2 .closed {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    /*background-image: url(../img/glyphicons-halflings.png);*/
    background-repeat: no-repeat;
    background-position: -314px 0px;
    cursor: pointer;

}

.view {
    height: 300px;
    overflow: auto;
    overflow-x: hidden;
}

.closed {
    position: fixed;
    width: 15px;
    height: 15px;
    right: 0px;
    display: inline-block;
    top: 0px;
}

.cfgHead {
    color: #666666;
    display: block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    outline: medium none;
}

.cfgTitle {
    background-color: #FFFFFF;
    color: #ff6600;
    font-size: 14px;
    padding: 0 8px 0 1px;
}

.cfgBorder {
    border-bottom: solid 1px #DEDEDE;
    display: block;
    height: 1px;
    margin: -5px 0px 0px 50px;
    _margin-top: -26px;
}

.qsfConfig {
    margin-bottom: 10px;
}

.rsmList .rsmItem {
    width: 100%
}

.rsmLink {
    margin-bottom: 5px;
    height: 20px;
    padding: 3px;
    display: inline-block;
    background-color: #ff6600;
    /*background-image: -moz-linear-gradient(center top, #ff6600 0px, #ff6600 100%);*/
    color: #FFFFFF;
    border-radius: 3px;
    float: left;
    margin-right: 20px;
}

.showvie {
    zoom: 1;
}

.showview li {
    float: left;
}

.showview li a {
    color: #767676;
    border-radius: 3px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
    padding: 5px;
    white-space: normal;
    /*ie*/
    word-break: keep-all;
    *min-width: 60px
}

.rsmColumnWrap a:hover {
    color: #ff6600;
}


/*nav*/

.nav {
    bottom: 0;
    height: 34px;
    left: 157px;
    position: absolute;
}

.nav ul li {
    /*background: url("../img/xnavBg.png") no-repeat scroll right bottom;*/
    float: left;
    padding-right: 15px;
}

.nav ul li a {
    /*background: url("../img/xnavBg.png") no-repeat scroll left bottom;*/
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 36px;
    margin-left: -3px;
    padding-left: 15px;
    text-align: center;
}

.nav ul li.current {
    background-position: right top;
}

.nav ul li.current a {
    background-position: left top;
    color: #ff6600;
}

.main {
    width: 100%
}


/*left*/

.sidebar {
    background: none repeat scroll 0 0 #F7FBFC;
    height: 100%;
    overflow: hidden;
    width: 159px;
}

.sidebar .open {
    background: none repeat scroll 0 0 #E2E9EA;
    border-left: 1px solid #C2D0D9;
    border-right: 1px solid #C2D0D9;
    cursor: pointer;
    display: block;
    float: right;
    height: 100%;
    position: relative;
    width: 7px;
}

.sidebar .open i {
    border-color: #E2E9EA #767678 #E2E9EA #E2E9EA;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    display: inline-block;
    height: 0;
    left: 1px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 0;
}

.sidebar.close {
    width: 9px;
}

.sidebar.close .open i {
    border-color: #E2E9EA #E2E9EA #E2E9EA #767678;
    border-style: solid;
    border-width: 6px 0 6px 6px;
}

.sidebar ul.subMemu {
    float: left;
    width: 150px;
}

.sidebar ul.subMemu h4 {
    /*background: url("../img/xtrigon.png") no-repeat scroll 130px -17px;*/
    border-bottom: 1px solid #CEE2E9;
    color: #ff6600;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 3px 0 3px 10px;
    font-weight: bold;
    height: 20px;
}

.sidebar ul.subMemu .hide h4 {
    background-position: 130px -43px;
}

.menuThr li a {
    color: #666666;
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 25px;
}

.menuThr li.current a {
    /*background: url("../img/current_bg.png") no-repeat scroll 0px 0px;*/
}

.mainFrame {
    height: 100%;
    width: 100%;
}

.body {
    overflow: hidden;
}

html,
*body {
    overflow-x: hidden!important;
    overflow-y: auto!important;
}


/*index*/

.breadcrumb {
    background-color: #FBFBFB;
    /*background-image: -moz-linear-gradient(center top, #FFFFFF, #F5F5F5);*/
    background-repeat: repeat-x;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    list-style: none outside none;
    margin: 0 0 18px;
    padding: 7px 14px;
    font-weight: bold;
    color: #ff6600;
}

.bj-box{
    position: absolute;
    height: 100%;
    width: 3000px;
    text-align: center;
    left: 50%;
    margin-left: -1500px;
}
.bj-box .bj-img{
    height: 100%;
    display: inline-block;
}
/*right*/

.content {
    height: 100%
}

.recontent {
    width: 865px;
}


/*公共center*/

div.center,
p.center,
img.center {
    display: block;
    float: none !important;
    text-align: center;
    margin: 10px auto;
}

.box {
    margin: 0.5%;
    margin-top: 0px;
}


/*box-content*/

.box-content {
    padding: 10px;
    text-align: center;
}

.form-horizontal {
    padding-top: 10px;
}

.control-group {
    margin-bottom: 18px;
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
}

.control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 140px;
    display: block;
    margin-bottom: 5px;
    line-height: 18px;
}

.controls {float: left;margin-left: 15px;}


/*index*/

.myTab {
    margin-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
    height: 34px;
}

.myTab li {
    float: left;
}

.myTab li a {
    border: 1px solid #fff;
    border-radius: 4px 4px 0 0;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    margin-right: 2px;
    display: inline-block;
}

.myTab li.active a,
.myTab li.active a:hover {
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD #ff6600;
    border-style: solid;
    border-width: 1px;
    color: #555555;
}

.chartWrap {
    position: relative;
    float: left;
    margin: 10px 20px;
    padding: 10px 80px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    /*min-width: 900px;*/
}

.chartTitle {
    padding: 5px 4px;
    font-size: 18px;
    color: #ff6600;
    border-bottom: 1px solid #ff6600;
}

.chart-data {
    /*min-width: 900px;*/
}

.chart-data li {
    float: left;
    border-bottom: 1px solid #dddddd;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    list-style: none outside none;
    padding: 10px 5px;
    min-width: 400px;
    margin: 0 20px;
}

.chart-data li b {
    color: #FF6600;
}

.notice li {
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #FFFFFF;
    padding: 7px 0;
}

.notice li a:hover {
    color: #ff6600;
}

.fre_link li {
    float: left;
    width: 30%;
    text-align: center;
    line-height: 30px;
}

.fre_link li a:hover {
    color: #FF6600;
}

.auth li {
    height: 30px;
    line-height: 30px;
}


/*form comm*/

select {
    margin-top: 2px;
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}


/*input(text sumbit button radio checkbox file) select*/

input {
    margin: 0px;
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;*/
    color: #555555;
    font-size: 13px;
    /* height: 22px; */
    /* line-height: 22px; */
    padding: 4px;
    outline: 0 none;
}

input:focus,
textarea:focus {
    box-shadow: 0 0 5px #ff6600;
    border-color: #ff6600;
}

.checker,
.button,
.radio,
.uploader,
.selector {
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
    font-weight: normal;
}

.input-mlarge {
    width: 200px;
}

.input-xlarge {
    width: 270px;
}

.input-xllarge {
    width: 320px;
}

label.radio {
    position: relative;
    margin-right: 10px;
    margin-top: 2px;
    height: 25px;
}

.uniform-optionsRadios {
    margin-right: 4px;
}

div.uploader {
    position: relative;
    height: 25px;
    width: 200px;
    border-radius: 14px;
}

div.uploader input {
    bottom: 0;
    cursor: default;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
}

.form-actions {
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
    /* margin-top: 18px; */
    /* padding: 17px 20px 18px 160px; */
    text-align: center;
    box-sizing: border-box;
    height: 66px;
}


/*tips形式展示*/

.tips {
    background-attachment: scroll;
    /*background-image: url(../../img/comm/warning.png);*/
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
}

div.tips {
    margin-left: 160px;
    margin-bottom: 18px;
}

span.tips {
    margin-left: 40px;
}


/*两种按钮类型 有icon时btn-info,距离则btn-danger,背景变换btn-bg*/

input.btn {
    background-color: #ff6600;
    border: 1px solid #ff6600;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
    color: #FFF;
    height: 30px;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px;
    /*border-radius: 4px;*/
    *
    padding: 0px 5px;
    *
    border: 0 none;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 17px;
}

input.btn:hover {
    background-color: #ff6600;
}

a.btn {
    background-color: #ff6600;
    border: 1px solid #ff6600;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
    color: #FFF;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px;
    /*border-radius: 4px;*/
    font-size: 12px;
}

a.btn2 {
    background-color: #CCC;
    border: 1px solid #ff6600;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
    color: #FFF;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    cursor: default;
    padding: 0px 10px;
    /*border-radius: 4px;*/
    font-size: 12px;
}

a.btn:hover {
    background-color: #ff6600;
}

a.btn-info {
    position: relative;
    padding-left: 30px;
    border: 1px solid #ccc;
}

a.btn-danger {
    margin: 5px 5px 5px 0;
}

a.btn-bg {
    background-color: #FFFFFF;
    color: #666;
}

.row-fluid {
    padding-bottom: 10px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    margin-bottom: 20px;
}

.table-bordered {
    /*border-color: #DDDDDD #DDDDDD -moz-use-text-color -moz-use-text-color;*/
    /*border-radius: 4px;*/
    border-style: solid solid none none;
    border-width: 1px 1px 0px 0px;
    margin-bottom: 18px;
    width: 100%;
    border-collapse: separate;
}

.table-bordered th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.table-bordered td {
    height: auto;
    text-align: center;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}


/*icon （用于按钮a和标题h2） icon为公共 选择背景white or black,选择位置header or btn 其他属于背景定位性质*/

.box-header {
    /*border-color: -moz-use-text-color -moz-use-text-color #DEDEDE;*/
    border-image: none;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    height: 36px;
    /*background-image: url(../img/box_header_bg.png);*/
    background-repeat: repeat-x;
    position: relative;
    padding-left: 30px;
}

.box-header h2 {
    font-family: 'Karla', sans-serif;
    padding-top: 10px;
    white-space: nowrap;
    width: auto;
    color: #ff6600;
    font-weight: bold;
}

.icon {
    opacity: 0.8;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
    position: absolute;
}

.icon-white {
    /*background-image: url("../../img/comm/glyphicons-halflings-white.png");*/
}

.icon-black {
    /*background-image: url("../img/glyphicons-halflings.png");*/
}

.icon-header {
    left: 8px;
    top: 11px;
}

.icon-btn {
    left: 8px;
    top: 6px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.icon-trash {
    background-position: -456px 0;
}

.icon-th {
    background-position: -240px 0;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.icon-list {
    background-position: -360px -48px;
}


/*page*/

.page-list a {
    display: inline-block;
    padding: 0 10px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: solid 1px #ccc;
    border-radius: 3px;
    margin-left: 5px;
}

.page-list a:hover {
    border: solid 1px #ff6600;
    color: #ff6600;
}

.page-list .next,
.page-list .pre {
    width: 60px;
}

.page-list .pagenow {
    /*box-shadow: 0 0 3px #ff6600;*/
    background-color: #ff6600;
    border-color: #ff6600;
    color: #fff;
}

.page-list .pagenow:hover {
    background-color: #ff6600;
    color: #FFF;
}


/*footer*/

.footer {
    background-color: #ff6600;
    width: 100%;
}

.footer p {
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

.footer p a {
    color: #FFFFFF;
}

textarea {
    border: 1px solid #CCCCCC;
    /*border-radius: 3px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
    color: #555555;
    margin: 0;
    outline: 0 none;
    padding: 4px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.row-fluid a.btn {
    height: 28px;
    line-height: 28px;
}

.row-fluid .btn:hover {
    background-color: #ff6600;
}

.textwidth {
    width: 60px;
}

.controls span {
    margin-left: 10px;
}

.maijiadj {
    width: 50px;
}

.btn-helperbtn {
    margin-left: 0em;
    border: 1px solid #cccccc;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    margin-right: 5px;
    display: inline-block;
    background-color: #ffffff;
    font-size: 13px;
    color: #555555;
    cursor: pointer;
}

.btn-helperbtn:hover {
    box-shadow: 0 0 5px #ff6600;
    border-color: #ff6600;
}

.jump_input{
    height: 25px;
    line-height: 25px;
    display: inline-block;
    width: 50px;
    text-align: center;
}
.jump_a{
    border-radius: 3px;
}
