body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,main,nav,section,summary,audio,canvas,video {
    margin:0;
    padding:0
}
article,aside,details,figcaption,figure,footer,header,main,nav,section,summary {
    display:block
}
audio,canvas,video {
    display:inline-block
}
audio:not([controls]) {
    display:none;
    height:0
}
[hidden] {
    display:none;
    visibility:hidden
}
html {
    background:#f5f5f5;
    height:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
abbr[title] {
    cursor:help;
    border-bottom:1px dotted
}
b,strong {
    font-weight:bold
}
code,kbd,pre,samp {
    font-family:monospace,serif;
    font-size:1em
}
img {
    vertical-align:middle;
    border:0;
}
li {
    list-style:none
}
body {
    font-family:"Microsoft Yahei",Tahoma,Arial,Simsun,sans-serif;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    height:100%;
}
a {
    cursor:pointer;
    color:#262626;
    text-decoration:none
}
a:hover,a:active {
    color:#262626;
    text-decoration:none
}
a:focus {
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
    text-decoration: none;
}
.block {
    display: block;
}
.g-wrapper {
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    *zoom:1
}
.g-wrapper:after {
    content:" ";
    clear:both;
    display:table
}
.inline-block {
    display: inline-block;
}
.fixed{position:fixed;!important;}
.stadic{position:static;!important;}

/*滚动条样式*/
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background-color:#fff;}
::-webkit-scrollbar-thumb{background-color: #cbcbcb;}
::-webkit-scrollbar-thumb:hover {background-color:#cbcbcb;}
::-webkit-scrollbar-thumb:active {background-color:#cbcbcb;}
::-webkit-scrollbar{width:6px;}


@media (min-width:992px) {
    .g-wrapper {
        width:960px;
        margin-left:auto;
        margin-right:auto
    }
}
@media (min-width:1200px) {
    .g-wrapper {
        width:1200px
    }
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{outline:none;}

.btn.btn-primary {
    background: #2384e4;
    border: 1px solid #2384e4;
    color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
    background: #1976d2;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-default {
    color: #555;
    background-color: #fff;
    border-color: #ccc;
}
.label-success,
.badge-success {
    background-color: #18a689;
    color: #fff;
}
.label-danger,
.badge-danger {
    background-color: #e36159;
    color: #fff;
}
.label-warning,
.badge-warning {
    background-color: #edbc6c;
    color: #fff;
}
.label-info,
.badge-info {
    background-color: #23b7e5;
    color: #fff;
}
.label-primary,
.badge-primary {
    background-color: #1976d2;
    color: #fff;
}
.label-purple,
.badge-purple {
    background-color: #7266ba;
    color: #fff;
}

.text-white {
    color: #fff;
}
.text-muted {
    color: #aaa;
}
.text-muted-light {
    color: #eee;
}
.text-dark {
    color: #2a2a2a;
}
.text-primary {
    color: #1976d2;
}
.text-info {
    color: #23b7e5;
}
.text-success {
    color: #2baab1;
}
.text-warning {
    color: #edbc6c;
}
.text-danger {
    color: #e36159;
}
.text-purple {
    color: #7266ba;
}
.text-skin {
    color: #2baab1;
}
.text-upper {
    text-transform: uppercase;
}
.bg-white {
    background-color: #fff;
}
.bg-palette1 {
    background-color: #2baab1;
}
.bg-palette2 {
    background-color: #23b7e5;
}
.bg-palette3 {
    background-color: #7266ba;
}
.bg-palette4 {
    background-color: #e36159;
}
.bg-light {
    background-color: #f9f9f9;
}
.bg-dark {
    background-color: #3f3f3b;
}
.bg-dark-blue {
    background-color: #4c5f70;
    color: #fff;
}
.bg-grey {
    background-color: #edeef1;
}
.bg-dark-grey {
    background-color: #bebfba;
}
.bg-primary {
    background-color: #3278b3;
    color: #fff;
}
.bg-warning {
    background-color: #edbc6c;
    color: #fff;
}
.bg-info {
    background-color: #23b7e5;
    color: #fff;
}
.bg-success {
    background-color: #2baab1;
    color: #fff;
}
.bg-success .text-muted {
    color: #e4e9ed;
}
.bg-danger {
    background-color: #e36159;
    color: #fff !important;
}
.bg-purple {
    background-color: #7266ba;
    color: #fff;
}
.bg-light-green {
    background-color: #1dc499;
}
.bg-dark {
    background-color: #3f3f3b;
    color: #fff !important;
}
.no-padding {
    padding: 0 !important;
}
.no-p-top {
    padding-top: 0 !important;
}
.no-p-bottom {
    padding-bottom: 0 !important;
}
.p-top-xs {
    padding-top: 5px;
}
.p-top-sm {
    padding-top: 10px;
}
.padding-xs {
    padding: 5px !important;
}
.padding-sm {
    padding: 10px !important;
}
.padding-md {
    padding: 20px !important;
}
.padding-lg {
    padding: 40px !important;
}
.paddingLR-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.paddingLR-sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.paddingLR-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.paddingLR-lg {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.paddingTB-xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.paddingTB-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.paddingTB-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.paddingTB-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.no-margin {
    margin: 0 !important;
}
.no-m-top {
    margin-top: 0 !important;
}
.no-m-bottom {
    margin-bottom: 0 !important;
}
.no-m-left {
    margin-left: 0 !important;
}
.no-m-right {
    margin-right: 0 !important;
}
.margin-xs {
    margin: 5px !important;
}
.margin-sm {
    margin: 10px !important;
}
.margin-md {
    margin: 20px !important;
}
.margin-lg {
    margin: 40px !important;
}
.marginTB-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.marginTB-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.marginTB-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.marginTB-lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.m-top-0 {
    margin-top: 0;
}
.m-top-xs {
    margin-top: 5px;
}
.m-top-sm {
    margin-top: 10px;
}
.m-top-md {
    margin-top: 20px;
}
.m-top-lg {
    margin-top: 40px;
}
.m-left-0 {
    margin-left: 0;
}
.m-left-0 {
    margin-left: 0;
}
.m-left-xs {
    margin-left: 5px;
}
.m-left-sm {
    margin-left: 10px;
}
.m-left-md {
    margin-left: 20px;
}
.m-left-lg {
    margin-left: 40px;
}
.m-right-xs {
    margin-right: 5px;
}
.m-right-sm {
    margin-right: 10px;
}
.m-right-md {
    margin-right: 20px;
}
.m-right-lg {
    margin-right: 40px;
}
.m-bottom-0 {
    margin-bottom: 0;
}
.m-bottom-xs {
    margin-bottom: 5px;
}
.m-bottom-sm {
    margin-bottom: 10px;
}
.m-bottom-md {
    margin-bottom: 20px;
}
.m-bottom-lg {
   margin-bottom: 40px;
}

.p-top-0 {
    padding-top: 0;
}
.p-top-xs {
    padding-top: 5px;
}
.p-top-sm {
    padding-top: 10px;
}
.p-top-md {
    padding-top: 20px;
}
.p-top-lg {
    padding-top: 40px;
}
.p-left-0 {
    padding-left: 0;
}
.p-left-0 {
    padding-left: 0;
}
.p-left-xs {
    padding-left: 5px;
}
.m-left-sm {
    padding-left: 10px;
}
.p-left-md {
    padding-left: 20px;
}
.p-left-lg {
    padding-left: 40px;
}
.p-right-xs {
    padding-right: 5px;
}
.p-right-sm {
    padding-right: 10px;
}
.p-right-md {
    padding-right: 20px;
}
.p-right-lg {
    padding-right: 40px;
}
.p-bottom-0 {
    padding-bottom: 0;
}
.p-bottom-xs {
    padding-bottom: 5px;
}
.p-bottom-sm {
    padding-bottom: 10px;
}
.p-bottom-md {
    padding-bottom: 20px;
}
.p-bottom-lg {
    padding-bottom: 40px;
}
.font-normal {
    font-weight: normal;
}
.font-semi-bold {
    font-weight: 600;
}
.font-sm {
    font-size: 70%;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-500 {
    font-weight: 500;
}
.font-600 {
    font-weight: 600;
}

.panel {
    position: relative;
    border-color: #e6e6e6;
    border-top-width: 4px;
    padding: 20px;
}
.panel-default>.panel-heading {
   background:#fff;
}

ul.nav li {
    cursor: pointer;
}
.nav.nav-tabs > li.active > a {
    background-color: #fff;
    border-bottom: none;
    color: #121212;
}
.nav-tabs > li.active > a {
    border: none;
}

.nav-tabs > li:after {
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .1s linear 0s;
    background-color: #f55753;
    content: '';
    display: block;
    height: 0;
    transition: all .1s linear 0s;
    width: 100%;
    z-index: 125;
}
.nav.nav-tabs > li.active > a {
    background-color: #fff;
    border-bottom: none;
    color: #121212;
}
.nav.nav-tabs > li:hover > a {
    background-color: #fff;
    color: #121212;
    border:none;
}
.nav-tabs > li.active > a:hover {
    border: none;
}
.nav-tabs > li > a::before {
    -moz-transition: -moz-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    background: #566473;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 40px;
    transition: transform 0.3s;
    width: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.nav-tabs a:hover::before,.nav-tabs a:focus::before,.nav-tabs .active a::before{
    width: 100%;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    outline: 0;
}
.nav>li>a:hover, .nav>li>a:focus {
  /*  text-decoration: none;*/
    background-color: transparent;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding-left:6px;
    padding-right:8px;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    text-align: center;
    margin-left: 7px;
    margin-right: 7px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
}
@media (max-width: 768px){
    .nav-tabs>li {
        margin-bottom: 8px;
    }
}

/*----------------翻页------------------*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2384e4;
    border-color: #2384e4;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2384e4;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*----------------右下角置顶------------------*/
.scroll-to-top {
    position: fixed;
    display: block;
    right: -100px;
    bottom: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #1976d2;
    color: #fff;
    text-align: center;
    z-index: 10;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.scroll-to-top:hover,
.scroll-to-top:focus {
    background-color: #0461bd;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.scroll-to-top.active {
    right: 10px;
}
/*二维码*/
.weixin{
    width:40px;
    height:40px;
    background:#0461bd;
    position: fixed;
    top:64%;
    right: 0;
    padding-top:4px;
}
.weixin a{
    color:#fff;
    font-size:24px;
    padding:5px 9px;
}

.weixin_b{width:200px;
    height:200px;
    background:#fff;
    position: absolute;
    bottom: 0;
    right: 40px;
    text-align: center;
    padding-top:20px;
    display:none;
}

.weixin:hover .weixin_b{display:block;}





/*弹窗样式*/
.popup1 .popup-body{
    background: #fff;
    min-width: 300px;
    position: absolute;
    left: 50%;
    top: 33%;
    transform: translate(-50%,-50%);
    border-radius: 12px;
    padding:30px;
}
.popup2 .popup-body{
    background: #fff;
    min-width: 300px;
    position: absolute;
    left: 50%;
    top: 33%;
    transform: translate(-50%,-50%);
    border-radius: 12px;
}
.modal-header{
    min-height: 18px;
    padding: 15px;
    border-bottom:0;
    background: #e6e6e6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.modal-footer{text-align:center;background: #fbfbfb;border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;}

.modal-body{padding:30px 20px;}
@media (min-width: 768px){
.modal-dialog {
    margin:0 auto;}
}




/*顶栏公共样式*/
.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding-bottom: 40px;
 /*   height:100%;*/
    background:#f5f5f5;
}
.wrapper.p-top-0{padding-top:0;}

.top-nav{
    top:0;
    left:0;right:0;
    background:#1976d2;
    height:58px;
    z-index: 1010;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}
.top-nav .container{padding-left:0;padding-right:0;}
.top-nav .nav-header {
    position: relative;
    float: left;
    width: 240px;
    height: 58px;
    text-align: center;
}
.top-nav .nav-header .nav-right-btn .glyphicon{font-size:18px;}
.top-nav .nav-header .nav-right-btn .dropdown-menu{width:220px;margin-right:4px;}
.top-nav .nav-header .nav-right-btn .user-content{padding:14px 0 0 10px;float:left;}
.top-nav .nav-header .brand{display:block;background:#0461bd;line-height:58px;color:#fff;padding:0 10px;font-size:16px;font-weight:600;}
.top-nav .nav-header .brand img {
    width: 58px;
    margin: -3px 10px 0 -4px;
}
.top-nav .sidebarLeft-toggle a{padding:0 25px;display:block;color:#fff;font-size:40px;}
@media (min-width: 992px){
    .top-nav .sidebarLeft-toggle {
        position:absolute;
        top:0;
        left:240px;
    }
}

.top-nav .dropdown-menu{margin-top:3px;}
.navbar-right > li{float:left;}
.navbar-right .user-block{margin-right:20px;}
.top-nav .navbar-right .user-block > a {padding: 11px 16px;}
.top-nav .user-block .user-profile-pic {
    width: 35px;
    height: 35px;
}
.top-nav .user-block .user-detail {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
}
.top-nav .dropdown-menu {
    animation: flipInV 0.5s ease;
    -webkit-animation: flipInV 0.5s ease;
    -moz-animation: flipInV 0.5s ease;
    -ms-animation: flipInV 0.5s ease;
    -o-animation: flipInV 0.5s ease;
}
.top-nav ul.product-link{max-height:586px;overflow-x: hidden;overflow-y: scroll;min-width: 250px;}
.top-nav .navbar-right{margin-right:0;}
.top-nav .navbar-right > li{margin:0 6px;position:relative;}
.top-nav .navbar-right > li > a,.top-nav .nav-right-btn > li > a {
    display: block;
    font-size: 13px;
    padding: 20px 20px;
    color: #fff;
    outline: none;
}
.top-nav .navbar-right > li > a:hover, .top-nav .navbar-right > li > a:focus ,.top-nav .nav-right-btn > li > a:hover,.top-nav .nav-right-btn > li > a:focus{
    background-color: #0461bd;
    height: 58px;
}
.top-nav .navbar-right > li > .badge {
    position: absolute;
    top: 14px;
    left: 28px;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 5px;
    display: none;
}
.top-nav .navbar-right > li > .badge.active{display:block;}

.top-nav .nav-header .nav-right-btn .user-avatar{padding:10px 20px 10px;}
.top-nav .nav-header .nav-right-btn .user-avatar img{display:block;width:46px;height:46px;float:left;}
.dropdown-menu>li>a{padding:8px 20px;}
.dropdown-menu .divider{margin:5px 0;}
.top-nav .dropdown-menu.user-dropdown li a {
    white-space: normal;
}

.nav.nav-tabs > li.active > a{border:1px solid transparent;}



@media (min-width: 992px){
    .top-nav .nav-header .nav-right-btn {
        display: none;  }
}
@media (max-width: 991px){
    .top-nav .nav-header {
        display: block!important;
        width: 100%;
        text-align: center;
    }
    .top-nav .nav-header .brand img {
        width: 52px;
        margin: -3px 10px 0 14px;
    }
    .top-nav .nav-header .brand {
        font-size:16px;
        background-color: #1976d2;
        color: #ffffff;}
    .top-nav .nav-container {
        display: none;  }
}
.sidebar-right,.sidebar-right-product {
    position: absolute;
    position: fixed;
    top: 0;
    left: auto;
    right: -260px;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-y: auto;
    background: #1976d2;
    color: #a2a7b5;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sidebar-right.active,.sidebar-right-product.active {
    display: block;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.wrapper.display-right .top-nav, .wrapper.display-right .footer {
    left: -240px;
    right: 260px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-container {
    position: relative;
    margin-left: 240px;
    background-color: #f5f5f5;
    right: 0;
    left: 0;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s;
}
.wrapper.display-right .main-container {
    left: -260px;
    right: 260px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sidebar-right .sidebar-header,.sidebar-right-product .sidebar-header {
    padding: 18px;
    background: #0461bd;
    height:58px;
    color: #fff;
}
.sidebar-right .content-block .sidebar-list li a,.sidebar-right-product .content-block .sidebar-list li a{
    display: block;
    color: #ffffff;
    padding: 14px 20px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.sidebar-right .content-block .sidebar-list li:hover,.sidebar-right-product .content-block .sidebar-list li:hover {
    background-color: #0461bd;
}



.sidebar{
    display:block;
    width:240px;
    background:#0a62c3;
    float:left;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    z-index:2;
    margin-top:58px;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s;
}
.sidebar-nav li{
    display: block;
    border-bottom: 1px solid #1970d0;
    font-size: 14px;
    width: 100%;
}

.sidebar-nav li:last-child,.subnav dd:last-child{border-bottom:none;}
.sidebar-nav li a{display: block;color: #fff;padding: 0 25px;height: 50px;line-height: 50px;}
.sidebar-nav .navItem .active{background:#00b7ff;color:#fff;}
.sidebar-nav .hassub.hasActive {
    background: #00b7ff;
}
.subnav dd{border-bottom: 1px solid #1154b5;}
.subnav dd a{background:#063f92;}

.main-content{margin-top:60px;}


.open .sidebar{
    transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s;
}
.open .main-container{
    margin-left:0;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s;
}
.open .footer{
    margin-left:0;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s;
}


/*-----------------版权公共样式--------------*/
.footer {
    margin-left:240px;
    position: fixed;
    padding: 10px 15px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    color: #666;
    box-shadow: 0 -1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 -1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.05);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s;
}
.footer p {
    display: inline-block;
}


table.table{border-bottom:1px solid #ddd;}



/*后台页面*/
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
}



@media (max-width: 991px){
    .sidebar {
        transform: translateX(-240px);
        -webkit-transform: translateX(-240px);
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition: all 0.4s;
    }
    .main-container{
        margin-left:0;
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition: all 0.4s;}
    .footer{
        margin-left:0;
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition: all 0.4s;}
    .open .sidebar{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition: all 0.4s;
    }
    .open .main-container{
        margin-left:0;
        transform: translateX(240px);
        -webkit-transform: translateX(240px);
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition: all 0.4s;
    }
    .open .footer{
        margin-left:0;
        transform: translateX(240px);
        -webkit-transform: translateX(240px);
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition: all 0.4s;
    }
    .footer.dispaly-right{
       margin-left:-240px;
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition: all 0.4s;
    }
}
















/*-----------------面包屑--------------*/
.breadcrumb-wrapper .breadcrumb{ margin-bottom: 10px;}
.breadcrumb-wrapper .breadcrumb a{color:#1976d2;}








/*-----表格样式 start-------*/
.stdtable { width: 100%; }
.stdtable .con0 { background: #fff; }
.stdtable .con1 { background: #fcfcfc; }
.stdtable th, .stdtable td { line-height: 21px; vertical-align: middle; color: #333; }
.stdtable thead th, .stdtable thead td {
    padding: 7px 10px; border: 1px solid #ddd; border-left: 0;
    text-align: left;
}
.stdtable tfoot th, .stdtable tfoot td { padding: 7px 10px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: left; }
.stdtable thead th:first-child, .stdtable tfoot th:first-child,
.stdtable thead td:first-child, .stdtable tfoot td:first-child { border-left: 1px solid #ddd; }
.stdtable thead th.head0, .stdtable tfoot th.head0, .stdtable thead td.head0, .stdtable tfoot td.head0 { background-color: #fcfcfc; }
.stdtable thead th.head1, .stdtable tfoot th.head1, .stdtable thead td.head1, .stdtable tfoot td.head1 { background-color: #f7f7f7; }
.stdtable thead th.sorting, .stdtable thead td.sorting {
    background-image: url(../images/sort_both.png); background-repeat: no-repeat; background-position: right center; }
.stdtable thead th.sorting_asc, .stdtable thead td.sorting_asc {
    background-image: url(../images/sort_asc.png); background-repeat: no-repeat; background-position: right 9px; }
.stdtable thead th.sorting_desc, .stdtable thead td.sorting_desc  {
    background-image: url(../images/sort_desc.png); background-repeat: no-repeat; background-position: right 9px; }
.stdtable thead th.nosort { background-image: none !important; }
.stdtable thead td { font-weight: bold; }
.stdtable thead td.center { text-align: center; }
.stdtable tbody tr td { padding: 8px 10px; border-right: 1px solid #eee; border-bottom: 1px solid #eee; color: #666; }
.stdtable tbody tr:last-child td { border-bottom: 1px solid #ddd; }
.stdtable tbody tr td:first-child { border-left: 1px solid #ddd; }
.stdtable tbody tr td:last-child { border-right: 1px solid #ddd; }
.stdtable tbody tr.togglerow td { background: #fff; padding: 15px; }
.stdtable tbody tr.togglerow:hover td { background: #fff; }
.stdtable tbody tr.hiderow { display: none; }
.stdtable .actions { text-align: center; }
.stdtable .actions a { display: inline-block; margin-left: 5px; border-left: 1px solid #ccc; padding-left: 5px; }
.stdtable .actions a:first-child { border-left: 0; margin-left: 0; }
.stdtable .actions a:hover { color: #FB9337; }
.stdtable a.title { font-weight: bold; color: #32415a; }
.stdtable a.title:hover { color: #fb9337; }

.tableoptions {
    background: #fff; border: 1px solid #ddd; border-bottom: 0; padding: 8px;
    -moz-border-radius: 0 1px 0 0; -webkit-border-radius: 0 1px 0 0; border-radius: 0 1px 0 0;
}
.tableoptions button {
    background: #fcfcfc; font-size: 11px; color: #666; padding: 7px 10px; border: 1px solid #ccc; margin: 0; outline: none;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
.tableoptions button:hover { background: #eee; cursor: pointer; }
.tableoptions select {
    background: #fff; padding: 6px 5px 7px 5px; border: 1px solid #ccc; margin: 0; outline: none; font-size: 11px; color: #666;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
.tablefooter{ background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 8px;
    -moz-border-radius: 0 1px 0;
    -webkit-border-radius: 0 1px 0 0;
    border-radius: 0 1px 0 0;
}

.dataTables_wrapper { position: relative; }
.dataTables_length { background: #fcfcfc; border: 1px solid #ddd; border-bottom: 0; padding: 8px; }
.dataTables_paginate { background: #fcfcfc; border: 1px solid #ddd; border-top: 0; padding: 8px; }
.dataTables_length, .dataTables_paginate { -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; }
.dataTables_wrapper select {
    background: #fff; padding: 5px; border: 1px solid #bbb; outline: none; font-size: 11px; color: #666;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 0 5px;
}
.dataTables_wrapper input { border: 1px solid #ddd; padding: 7px 5px 8px 5px; width: 200px; background: #fff; }
.dataTables_filter { position: absolute; top: 7px; right: 8px; }
.dataTables_info { position: absolute; bottom: 16px; left: 14px; }
.dataTables_paginate { text-align: right; line-height:36px; }
.dataTables_paginate span { display: inline-block; }
.dataTables_paginate .paginate_button {
    border: 1px solid #ccc; padding: 5px 7px; margin-left: 5px; font-weight: bold; background: #fcfcfc;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;  font-size: 11px;
    -moz-box-shadow: 1px 1px 2px #ddd; -webkit-box-shadow: 1px 1px 2px #ddd; box-shadow: 1px 1px 2px #ddd;
}
.dataTables_paginate .paginate_active {
    border: 1px solid #F0882C; background: #F0882C;  color: #fff; padding: 5px 7px; margin-left: 5px; font-weight: bold;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 11px;
}
.dataTables_paginate .paginate_button:hover { background: #ddd; border: 1px solid #ccc; cursor: pointer; color: #333; }
/*------/表格样式 end---------*/







/*动画预设*/
.preload * {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
}
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}
.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}
.fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}
.fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}
.fadeInRight {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}
.swing {
    animation-name: swing;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -ms-animation-name: swing;
    -o-animation-name: swing;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}
.flipInH {
    animation-name: flipInH;
    -webkit-animation-name: flipInH;
    -moz-animation-name: flipInH;
    -ms-animation-name: flipInH;
    -o-animation-name: flipInH;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}
.flipInV {
    animation-name: flipInV;
    -webkit-animation-name: flipInV;
    -moz-animation-name: flipInV;
    -ms-animation-name: flipInV;
    -o-animation-name: flipInV;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}
.bounceIn {
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -ms-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}
.progressStart {
    animation-name: progressStart;
    -webkit-animation-name: progressStart;
    -moz-animation-name: progressStart;
    -ms-animation-name: progressStart;
    -o-animation-name: progressStart;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
}
.animation-delay1 {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
.animation-delay2 {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
.animation-delay3 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
.animation-delay4 {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
.animation-delay5 {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
.animation-delay6 {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
.animation-delay7 {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
.animation-delay8 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
.animation-delay9 {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -ms-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
.animation-delay10 {
    animation-delay: 1.9s;
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    -ms-animation-delay: 1.9s;
    -o-animation-delay: 1.9s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-15deg);
    }
    40% {
        -webkit-transform: rotate(15deg);
    }
    60% {
        -webkit-transform: rotate(-7deg);
    }
    80% {
        -webkit-transform: rotate(7deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@-moz-keyframes swing {
    0% {
        -moz-transform: rotate(0deg);
    }
    20% {
        -moz-transform: rotate(-15deg);
    }
    40% {
        -moz-transform: rotate(15deg);
    }
    60% {
        -moz-transform: rotate(-7deg);
    }
    80% {
        -moz-transform: rotate(7deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}
@-ms-keyframes swing {
    0% {
        -ms-transform: rotate(0deg);
    }
    20% {
        -ms-transform: rotate(-15deg);
    }
    40% {
        -ms-transform: rotate(15deg);
    }
    60% {
        -ms-transform: rotate(-7deg);
    }
    80% {
        -ms-transform: rotate(7deg);
    }
    100% {
        -ms-transform: rotate(0deg);
    }
}
@-o-keyframes swing {
    0% {
        -o-transform: rotate(0deg);
    }
    20% {
        -o-transform: rotate(-15deg);
    }
    40% {
        -o-transform: rotate(15deg);
    }
    60% {
        -o-transform: rotate(-7deg);
    }
    80% {
        -o-transform: rotate(7deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}
@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(-15deg);
    }
    40% {
        transform: rotate(15deg);
    }
    60% {
        transform: rotate(-7deg);
    }
    80% {
        transform: rotate(7deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes flipInH {
    0% {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        opacity: 0;
    }
    33% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
    }
    66% {
        -webkit-transform: perspective(1000px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInH {
    0% {
        -moz-transform: perspective(1000px) rotateY(90deg);
        opacity: 0;
    }
    33% {
        -moz-transform: perspective(1000px) rotateY(-10deg);
    }
    66% {
        -moz-transform: perspective(1000px) rotateY(10deg);
    }
    100% {
        -moz-transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
    }
}
@-ms-keyframes flipInH {
    0% {
        -ms-transform: perspective(1000px) rotateY(90deg);
        opacity: 0;
    }
    33% {
        -ms-transform: perspective(1000px) rotateY(-10deg);
    }
    66% {
        -ms-transform: perspective(1000px) rotateY(10deg);
    }
    100% {
        -ms-transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInH {
    0% {
        -o-transform: perspective(1000px) rotateY(90deg);
        opacity: 0;
    }
    33% {
        -o-transform: perspective(1000px) rotateY(-10deg);
    }
    66% {
        -o-transform: perspective(1000px) rotateY(10deg);
    }
    100% {
        -o-transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInH {
    0% {
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0;
    }
    33% {
        transform: perspective(1000px) rotateY(-10deg);
    }
    66% {
        transform: perspective(1000px) rotateY(10deg);
    }
    100% {
        transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
    }
}
@-webkit-keyframes flipInV {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
    33% {
        -webkit-transform: perspective(1000px) rotateX(-10deg);
    }
    66% {
        -webkit-transform: perspective(1000px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInV {
    0% {
        -moz-transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
    33% {
        -moz-transform: perspective(1000px) rotateX(-10deg);
    }
    66% {
        -moz-transform: perspective(1000px) rotateX(10deg);
    }
    100% {
        -moz-transform: perspective(1000px) rotateX(0deg);
        opacity: 1;
    }
}
@-ms-keyframes flipInV {
    0% {
        -ms-transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
    33% {
        -ms-transform: perspective(1000px) rotateX(-10deg);
    }
    66% {
        -ms-transform: perspective(1000px) rotateX(10deg);
    }
    100% {
        -ms-transform: perspective(1000px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInV {
    0% {
        -o-transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
    33% {
        -o-transform: perspective(1000px) rotateX(-10deg);
    }
    66% {
        -o-transform: perspective(1000px) rotateX(10deg);
    }
    100% {
        -o-transform: perspective(1000px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInV {
    0% {
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
    33% {
        transform: perspective(1000px) rotateX(-10deg);
    }
    66% {
        transform: perspective(1000px) rotateX(10deg);
    }
    100% {
        transform: perspective(1000px) rotateX(0deg);
        opacity: 1;
    }
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.7);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes bounceIn {
    0% {
        opacity: 0;
        -ms-transform: scale(0.7);
    }
    50% {
        opacity: 1;
        -ms-transform: scale(1.05);
    }
    100% {
        -ms-transform: scale(1);
    }
}
@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.7);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }
    100% {
        -o-transform: scale(1);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes progressStart {
    0% {
        width: 0;
    }
}
@-moz-keyframes progressStart {
    0% {
        width: 0;
    }
}
@-ms-keyframes progressStart {
    0% {
        width: 0;
    }
}
@-o-keyframes progressStart {
    0% {
        width: 0;
    }
}
@keyframes progressStart {
    0% {
        width: 0;
    }
}
@-webkit-keyframes rotateY {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(360deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}
@-moz-keyframes rotateY {
    0% {
        -moz-transform: rotateY(0deg);
    }
    50% {
        -moz-transform: rotateY(360deg);
    }
    100% {
        -moz-transform: rotateY(0deg);
    }
}
@-ms-keyframes rotateY {
    0% {
        -ms-transform: rotateY(0deg);
    }
    50% {
        -ms-transform: rotateY(360deg);
    }
    100% {
        -ms-transform: rotateY(0deg);
    }
}
@-o-keyframes rotateY {
    0% {
        -o-transform: rotateY(0deg);
    }
    50% {
        -o-transform: rotateY(360deg);
    }
    100% {
        -o-transform: rotateY(0deg);
    }
}
@keyframes rotateY {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(360deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}
@-moz-keyframes rotateX {
    0% {
        -moz-transform: rotateX(0deg);
    }
    50% {
        -moz-transform: rotateX(360deg);
    }
    100% {
        -moz-transform: rotateX(0deg);
    }
}
@-webkit-keyframes rotateX {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateX(360deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}
@-moz-keyframes rotateX {
    0% {
        -moz-transform: rotateX(0deg);
    }
    50% {
        -moz-transform: rotateX(360deg);
    }
    100% {
        -moz-transform: rotateX(0deg);
    }
}
@-ms-keyframes rotateX {
    0% {
        -ms-transform: rotateX(0deg);
    }
    50% {
        -ms-transform: rotateX(360deg);
    }
    100% {
        -ms-transform: rotateX(0deg);
    }
}
@-o-keyframes rotateX {
    0% {
        -o-transform: rotateX(0deg);
    }
    50% {
        -o-transform: rotateX(360deg);
    }
    100% {
        -o-transform: rotateX(0deg);
    }
}
@keyframes rotateX {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(360deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}




/*       右边客服通用       */
/**************************/
.sidebar1{width:50px;position:fixed;bottom:120px;right:20px;z-index:5;}
.sidebar1 a{display:block;padding-top:10px;padding-bottom:10px;margin-bottom:1px;background-color:#666;color:#fff;text-align:center;font-size:12px;position:relative;}
.sidebar1 a i{margin-left:auto;margin-right:auto;}
.sidebar1 a:hover{background-color:#39a1ff;}
.sidebar1 a .sbr-qr{border-radius:4px;padding:19px;background:#fff;border:1px solid #e6e6e6;display:block;visibility:hidden;position:absolute;top:0;left:-202px;filter:Alpha(opacity=0);opacity:0;}
.sidebar1 a:hover .sbr-qr{left:-177px;display:block;visibility:visible;filter:Alpha(opacity=100);opacity:1;}
.sidebar1 a .sbr-qr .r-arr-w{position:absolute;top:8px;right:-6px;}
.sidebar1 a .sbr-400{padding:0 12px;color:#fff;background:#39a1ff;height:56.5px;line-height:56px;display:block;position:absolute;top:0px;left:-160px;font-size:14px;filter:Alpha(opacity=0);opacity:0;visibility:hidden;}
.sidebar1 a:hover .sbr-400{left:-130px;filter:Alpha(opacity=100);opacity:1;visibility:visible;}
.sidebar1 a .sbr-400 .r-arr-b{position:absolute;top:9px;right:-6px;display:none;}
/*      右边sidebar     */
/**********************/
.rtico{background:url("../images/rtools.png");display:block;}
.rtico1{background-position:108px 20px;width:22px;height:19px;}
.rtico2{background-position:85px 20px;width:17px;height:19px;}
.rtico3{background-position:65px 19px;width:22px;height:17px;}
.rtico4{background-position:40px 20px;width:19px;height:20px;}
.rtico5{background-position:19px 19px;width:19px;height:18px;}
.tra{transition: .3s;}





/*news 2017-09-07*/
h2.nanlinschool{color: #fff;font-weight: bold;text-align: center;line-height: 100px;font-size: 38px;}
@media screen and (min-width: 10px) and (max-width: 690px){
.index_bannder{background-image: url(../images/index_bannder2.png)!important;}
h2.nanlinschool{font-size:31px;}}/*手机的bannder*/


.index_bannder{width: 100%;height: 101px;background-image: url(../images/bannder.jpg);}
h3{text-align: center;margin-bottom: 20px;}
.pull-right{margin-right: 15px;}
input.cancel.btn.btn-default{margin-left: 15px;}
.top.col-md-2.col-sm-12.m-bottom-sm{margin-top: 10px;}
.input_txt{float: left;}
.input_file{float: left;border:1px solid #ccbfbf;}
.daoru{width: 65%;margin:0 auto;margin-top: 25px;}
.shangchuan{width: 100%;height: 30px;margin-top: 30px;}
.shangchuan span{font-size: 17px;}
input.btn.btn-primary.pullin{height: 27px;line-height: 15px;margin-left:-2px;}
input.btn.btn-primary.juese{margin-bottom: 5px;}
h4.fenpei_txt{font-weight: bold;}
.checkbox.right{margin-left: 15px;}
label.checkbox_title{font-weight: bold;color: #000}
.radio+.radio, .checkbox+.checkbox{margin-top: 0;}
label.checkbox_right{margin-right: 20px;}
.navItem .glyphicon {margin-right: 15px;}


.border_top{border-top: 1px solid #ddd}


/*禁止输入框*/
span.input-group-addon{background-color: #fff}

/*新增学生信息*/
input.form-control.right{float: left;}
.xs_txt{float: left;font-weight: bold;line-height: 30px;font-size: 15px;width: 85px;text-align: right;}
input.form-control.righrt{width: 80%}
select.form-control.righrt{width: 80%}
.boyorgirl{width: 80%;margin:0 auto;}

/*新增角色*/
span.text_red{color: red}
textarea.textarea_a{padding-left: 10px;padding-top: 3px;border-color: #ccc}

/*新增用户*/
input.form-control.yonghu{width: 77%}
select.form-control.yonghu{width: 77%}
.yonghu_txt{font-weight: bold;font-size: 16px;}
input.form-control.zhanghao{width: 88%}

/*新增班级*/
.newbanjitxt{float: left;font-weight: bold;line-height: 30px;font-size: 15px;width: 129px;text-align: right;}

/*首页短信设置*/
span.duanxingtxt{float: left;line-height: 90px;}
input.form-control.duanxing{width: 10%;height: 22px;}
span.duanxingtxtA{float: left;}


/*优秀宿舍评比*/
input[type="Date"]{height: 30px;}
span.datetxt{font-weight: bold;}
#PFdate{width: 27%}
p.mingxitxt{font-weight: bold;margin-bottom:15px;font-size: 16px;}
