
#floatingCirclesG {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: #FFFFFF;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 2px;
    -webkit-animation-name: f_fadeG;
    -webkit-animation-duration: 0.64s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    border-radius: 2px;
    animation-name: f_fadeG;
    animation-duration: 0.64s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#frotateG_01 {
    left: 0;
    top: 8px;
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s;
}

#frotateG_02 {
    left: 2px;
    top: 2px;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}

#frotateG_03 {
    left: 8px;
    top: 0;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#frotateG_04 {
    right: 2px;
    top: 2px;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

#frotateG_05 {
    right: 0;
    top: 8px;
    -webkit-animation-delay: 0.56s;
    animation-delay: 0.56s;
}

#frotateG_06 {
    right: 2px;
    bottom: 2px;
    -webkit-animation-delay: 0.64s;
    animation-delay: 0.64s;
}

#frotateG_07 {
    left: 8px;
    bottom: 0;
    -webkit-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

#frotateG_08 {
    left: 2px;
    bottom: 2px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: #000000
    }

    100% {
        background-color: #FFFFFF
    }

}

@keyframes f_fadeG {
    0% {
        background-color: #000000
    }

    100% {
        background-color: #FFFFFF
    }

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: "微软雅黑";
    background-color: transparent;
    font-size: 14px;
}

.sdk-dialog {
    width: 300px;
    margin: 10px auto;
}

.sdk-dialog .title {
    border-radius: 4px 4px 0 0;
    padding: 4px;
}

.sdk-dialog .title-fixed-top {
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    background-color: #ddd;
    padding: 4px;
    right: 10px;
    left: 10px;
}

.sdk-dialog .content {
    border-radius: 0 0 4px 4px;
    padding: 4px;
    /*background: url('../images/bg/27.jpg');
    background-size: cover;*/
}

.sdk-dialog .content2 {
    border-radius: 4px;
    padding: 15px 4px 4px;
    /*background: url('../images/bg/27.jpg');
    background-size: cover;*/
}

.sdk-dialog .row {
    margin: 8px 0 0 0;
}

.message-box {
    border: 1px solid #ddd;
    color: #fff;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
}

.popover {
    z-index: 10000;
}

.card_type_list {
    margin: 0;
    padding: 0;
}

.card_type_list li {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}

.input-group-hidden {
    background-color: #fff;
}

.ad {
    height: 70px;
    z-index: -100;
}

.ad .item {
    height: 70px;
    overflow-y: hidden;
}

.ad img {
    border-radius: 4px 4px 0 0;
}

.ad .notice {
    background: rgba(255, 255, 255, 0.6);
    line-height: 20px;
    top: 50px;
    position: absolute;
    width: 100%;
    padding: 0 5px;
}

legend {
    margin: 0 0 0 0;
    font-size: 14px;
    padding-top: 4px;
    border-radius: 4px;
    color: #999;
}

#localUserDialog a {
    margin-right: 5px;
    margin-bottom: 5px;
}

.icon-group .item {
    float: left;
    position: relative;
    margin: 7px;
    width: 50px;
    height: 50px;
}

.icon-group .name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
}

.input-group-input-b{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group-input-a{
   /* border-right: 0;*/
    -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, .075);
}




html,body{ width: 100%; height: 100%;}
#hod-main{ width: 100%; height: 100%;display: table; vertical-align: middle; text-align: center;}
#hod-main .hod-box{width: 240px; height:50px;display: table-cell;vertical-align: middle; }
#hod-main .hod-box .hod-show{width: 240px; margin: 0 auto; padding: 0 10px 10px;}

.txt-left:before,.txt-left:after{ content: ' '; width: 100%; display: table;}
.input-group-addon img{ width: 20px; height: 20px;}

.cbox{ padding: 15px 10px;}

.mt-10{ margin-top: 10px;}

.close{ float: none; position: absolute; right: 0; top:-10px; margin-top: -5px;margin-right: -10px; margin-bottom: 8px;}

.ac-sub{ width: 100%;}
.txt-left{ font-size: 12px; text-align: left;}
.checkbox.txt-left{ margin-bottom: 0;}
.input-group-btn button.btn{ font-size: 12px!important;padding: 7.5px 12px;}

button.close,button.close:focus,button.close:active{outline:none!important;}
button.left-v,button.left-v:focus,button.left-v:active{outline:none!important;}

button.left-v{
    float: left; display: inline-block; width: 24px; height: 24px; text-align: center; line-height: 24px; vertical-align: middle;
    font-weight: normal; font-size: 12px; border-radius: 12px;

}

.content2 .container{ padding: 0 0; position: relative;}
.container .row{ text-align: left;}

#localUserDialog{ text-align: left;}

.sdk-dialog .container{ padding: 0 0; }

.hd-grid .header{
    height: 50px;
}
.hd-grid .table{

}

.hd-grid a{
    text-decoration: none;
}

.hd-grid a:hover{
    color: #82b1d5;
}
.hd-grid table thead th{
    background-color: #2c3e50;
    color: #ffffff;
    border-bottom: 3px solid #ccc;
}

.hd-grid table thead th a{
    color: #ffffff;
    text-decoration: none;
}


.hd-grid .summary{
    float: left;
    margin-top: 15px;
}
.hd-grid .bs-pager{
    float: right;
}
.hd-grid .pagination{
    margin: 5px;

}

.hd-grid .footer{
}

.hd-grid table thead th{
    text-align: center;
}
.hd-grid .table tbody tr  td{
    vertical-align: middle;
    text-align: center;
}


.hd-form .form-control{
    width: auto;
}

.hd-form .input-group-btn{
    float: left;
}

.hd-form .note{
    font-size: 14px;
    color: #999;
}

.hd-form .note .required{
    color: #ff0000;
}

.search-form .container{
    width: 100%;
}

.search-form .form-group{
    margin-bottom: 5px;
}

.parent_value{
    color: #b9b9b9;
}

.t1{
    font-size: 10px;
    color: #999;
}

.navbar{
    font-size: 15px;
}

.popUpBox {
  border-radius: 5px;
  background-color: #fff;
  position: fixed;
  z-index: 1032;
  left: 50%;
  top: 48%;
  padding: 20px 40px 20px 40px;
  display: none;
  box-shadow: 0 0 50px 0px #444;
  min-width: 300px;
}
.popUpBoxBg {
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1031;
  top: 0;
  left: 0;
}
.ie7 .popUpBoxBg,
.ie8 .popUpBoxBg {
  background-color: #000;
  filter: alpha(opacity = 50);
}

@media (min-width: 768px){
    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 20px;
        display: block;
        margin-top: 5px;
    }
}

.bs-docs-sidebar{
    font-size: 14px;
}


#main_menu li a{
    padding: 0 15px;
    line-height: 70px;
    height: 70px;
    display: block;
    font-size: 16px;
}

#main_menu li.active a{
    color: #337ab7;
    background: #fff url(../images/icon_01.png) center bottom no-repeat;
    border: 1px solid #eeeeee;
    border-bottom: 0;
}


#main_menu li.active{
    height: 100%;
    border-bottom: 4px solid #337ab7;
}

.navbar-fixed-top{
    padding: 0;
    border-bottom: 3px solid #337ab7;
}
.navbar-fixed-top.navbar-shrink{
    padding: 0;
}
.navbar-fixed-top.navbar-shrink #main_menu li a{
    line-height: 50px;
    height: 50px;
}

.navbar-fixed-top.navbar-shrink .navbar-brand{
    margin-top: 0;
}

.logo{
    padding: 12px 0;
}
.navbar-fixed-top.navbar-shrink .logo{
    padding: 8px 0;
}
.navbar-fixed-top.navbar-shrink .logo img{
    width: 120px;
}
.container-auto{
    width: 1160px;
}

/*轮番图*/
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;

}
.login-view{
    /*position: relative;*/
}

.login-view .login-form {
    width: 300px;
    height: 250px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    z-index: 999;
    position: absolute;
    top: 23px;
    right: 50px;
    background: rgba(179, 213, 215, 0.8);
    background: url("../images/devdoc/login_bg.png")\9;
    background: rgba(179, 213, 215, 0.8)\9\0;
}
/*.login-view .login-form {
    width: 300px;
    height: 222px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    z-index: 999;
    position: absolute;
    top: 37px;
    right: 50px;
    background:rgba(179, 213, 215, 0.8) none repeat scroll 0 0 !important;*//*实现FF背景透明，文字不透明*//*
    filter:Alpha(opacity=80); background:#fff;*//*实现IE背景透明*//*
}*/

.login-form .register-login-tabs{
    width: 149px; height: 30px; float: left;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    color: #FFFFFF;
}
/*.active-current{
    background:rgba(136, 136, 136, 0.5) none repeat scroll 0 0 !important;*//*实现FF背景透明，文字不透明*//*
    filter:Alpha(opacity=50);
    border: 1px solid #cccccc;
    border-radius: 4px;
    border-top: none;
    background:#fff;*//*实现IE背景透明*//*
}*/
.active-current {
    background: rgba(136, 136, 136, 0.5);
    background: #ccc\9;
    background: rgba(179, 213, 215, 0.8)\9\0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    border-top: none;
}
.login-view .login-form .submit-login{
    padding: 0 ;
}
.login-view .login-form ul{
    padding:30px 15px 10px 15px;
}
/*.login-view .login-form ul li{
    height:52px;
}*/
.login-view .login-form ul li.forget{
    height:30px;
    line-height:30px;
    font-size:15px;
    padding:0 9px 0 9px;
}
.login-view .login-form ul li.forget a:link{
    color:#333333;
}
.login-view .login-form ul li .forget_l{
    float:left;
}
.login-view .login-form ul li .forget_r{
    float:right;
}
.login-view .login-form ul li.button-btn{
    height:35px;
    text-align: center;
}
.login-view .login-form .button-btn{
    height: 33px;
    line-height:14px;
    width: 100%;
    margin:0 auto;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    position:relative;/*实现IE文字不透明 background: #337ab7;*/
}
.login-view .login-form .button-btn-register{
    height: 33px;
    line-height:13px;
    width: 100%;
    margin:0 auto;
    text-align: center;
    color: #ffffff;

    position:relative;/*实现IE文字不透明 background: #337ab7;*/
}
.owl-carousel .item {
    height: 260px;
    width: 100%;
}
.owl-carousel .bg1{
    background: url("../images/banner_1.jpg") no-repeat center ;
}
.owl-carousel .bg2{
    background: url("../images/banner_2.jpg") no-repeat center ;
}

.banner_box{
    width: 940px;
    position: relative;
    margin: -315px auto 0 auto;
    height: 260px;
}
/*导航样式*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #337ab7;
}
/*后台样式#337ab7*/

.btn-warning{
    background-color: #313131 ;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-warning:hover {
    background-color: #313131 ;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-success{
    background-color: #313131 ;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-success:hover, .btn-success:focus{
    background-color: #313131 ;
    border-color: #ffffff;
    color: #ffffff;
}
.glyphicon{
    color: #337ab7;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{
    background-color: #313131;
}
.pagination > li > a, .pagination > li > span{
    background-color: #313131;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    background-color: #313131;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #337ab7;
}
.bs-docs-sidebar .nav > li > a:hover, .bs-docs-sidebar .nav > li > a:focus{
    color: #337ab7;
}
.bs-docs-sidebar .nav > .active > a, .bs-docs-sidebar .nav > .active:hover > a, .bs-docs-sidebar .nav > .active:focus > a{
    color: #337ab7;
    border-left: 2px solid #337ab7;
}
.a, a:hover, a:focus, a:active, a.active{
    color: #337ab7;
}
.bs-docs-sidebar .nav .nav > .active > a, .bs-docs-sidebar .nav .nav > .active:hover > a, .bs-docs-sidebar .nav .nav > .active:focus > a{
    border-left: 2px solid #337ab7;
}
.hd-grid table thead th{
    background-color: #313131;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #337ab7;
}
h1, h2, h3, h4, h5, h6{
    font-family: '微软雅黑';
    font-weight: normal;
    font-size: 22px;
}
/*图表样式*/
.container .finance-charts{
    width: 140px;
    height: 82px;
    background: #0044cc;
    float: left;
}
.container .finance-charts p.finance-p{
    text-align: center; color: #ffffff; font-size: 20px;
}

.form-finance{
    margin-left: 20px;
}
.row .finance-color{
     width: 31%;
     height: 100px;
     line-height: 50px;
     font-size: 20px;
     border: 1px solid #337ab7;
     text-align: center;
     margin-right: 18px;
 }
.finance-color .finance-p{
    height: 26px;
}
.finance-color .money-color{
    color: #337ab7;
}
.navbar{
    font-family: '微软雅黑';
}
.input-group-addon{
    font-size: 13px;
}
.login-input{
    width: 360px; height: 290px; border: 1px solid #E4E4E4; margin: 0 auto; padding: 0px 30px;
    -moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;
}
.login-input .login-username{
    height: 50px;
}
.login-input .login-password{
    height: 50px;
}
.m-register-input{
    height: 326px;
}
.m-login-register{
    background:#337ab7;
    font-size:20px;
    height:40px;
    line-height: 20px;
}
.m-radio{
    color: #3c3c3c;
    font-size: 16px;
    margin-right: 17px;
    font-weight: normal;
}
.m-radio-font{
    margin-right: 10px;
    font-size: 14px;
}
.login-position{
    position: relative;
}

.register-login-h3{
    color: #3c3c3c;
    font-size: 23px;
}
.register-login-a{
    color: #337ab7;
    font-size: 20px;
}
.register-login-absolute{
    position:absolute;
    color:#000;
}
.register-login-home{
    top: 34px;
    left: 2px;
}
.register-login-register{
    left: 113px;top: 35px;
}
.register-border{
    border:1px solid #337ab7;
}
.register-login-error{
    color:#000;
}
.input-sm, .form-horizontal .form-group-sm .form-control{
    font-size: 15px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
    background-color: #337ab7;
    /*border: none;*/
}
.btn-primary{
    background-color: #337ab7;
    /*border: none;*/
}
.i-login-height{
    height: 53px;
}
.userInfo-img{
    width: 20px;
    height: 20px;
}


/*
* add time : 2015-31-05 15:31:41
* author : storm
* description : manage sidebar style
*/

.portlet .header {
    color: #313131;
    padding: 10px;
    background-color: #F3F4F6;
    font-size: 20px;
    border-bottom: 1px solid #d4d4d4;
}
.portlet {
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-family: arial, "Microsoft YaHei", "微软雅黑", helvetica, arial;
}
.portlet .content {
    background-color: #F3F4F6;
    padding: 0;
}
.portlet ul {
    margin: 0;
}
.portlet .bs-docs-sidenav > li > ul {
    display: none;
}
.portlet .bs-docs-sidenav > .active > ul {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}
.portlet .bs-docs-sidenav li > a,
.portlet .bs-docs-sidenav .nav > li > a {
    padding: 10px 30px;
    border-bottom: 1px solid #d4d4d4;
    color: #333;
}
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
    padding-left: 30px;
    color: #313131;
    border-left: none;
    text-decoration: none;
    font-size: 14px;
}
.bs-docs-sidebar .nav .nav {
    background-color: #fff;
}
.bs-docs-sidebar .nav .nav > li > a,
.bs-docs-sidebar .nav .nav > li:hover > a,
.bs-docs-sidebar .nav .nav > li:focus > a {
    border-left: none;
    padding-left: 50px;
    text-decoration: none;
}
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
    border-left: none;
    padding-left: 50px;
    background-color: #d8d8d8;
    text-decoration: none;
}
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
    color: #313131;
    padding-left: 30px;
    text-decoration: none;
}
.bs-docs-sidenav > li > a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: .5em;
    border-right-width: 0;
    border-left-color: #ccc;
}
.bs-docs-sidenav > li.active > a:after {
    border-color: transparent;
    border-width: .5em;
    border-bottom-width: 0;
    border-top-color: #ccc;
}
.portlet .bs-docs-sidenav li > a:hover,
.bs-docs-sidebar .nav > .active > a:hover {
    background-color: #e8e8e8;
}

.navbar .container{
 width: 1213px;
}
#HDLanguageMenu{
  z-index: 9999999;
  position: fixed;
  right: 0px;
  top: 17px;
    _position:absolute;
    _top:expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
}

.checkbox div.form-inline{
    margin-bottom: 3px;
}