﻿
.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
    }
}


.padding-xs {padding: 5px !important;}
.padding-sm {padding: 10px !important;}
.padding-md {padding: 20px !important;}
.padding-lg {padding: 40px !important;}
.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-bottom-xs {padding-bottom: 5px;}
.p-bottom-sm {padding-bottom: 10px;}
.p-bottom-md {padding-bottom: 20px;}
.p-bottom-lg {padding-bottom: 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-left-xs {padding-left: 5px;}
.p-left-sm {padding-left: 10px;}
.p-left-md {padding-left: 20px;}
.p-left-lg {padding-left: 40px;}

.margin-xs {margin: 5px !important;}
.margin-sm {margin: 10px !important;}
.margin-md {margin: 20px !important;}
.margin-lg {margin: 40px !important;}
.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-bottom-xs {margin-bottom: 5px;}
.m-bottom-sm {margin-bottom: 10px;}
.m-bottom-md {margin-bottom: 20px;}
.m-bottom-lg {margin-bottom: 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-left-xs {margin-left: 5px;}
.m-left-sm {margin-left: 10px;}
.m-left-md {margin-left: 20px;}
.m-left-lg {margin-left: 40px;}

/*字体*/
.font-16{font-size: 16px;}
.font-18{font-size: 18px;}
.font-20{font-size: 20px;}
.font-22{font-size: 22px;}
.font-24{font-size: 24px;}

.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;
    color: #121212
}
.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;
    }
}


.smart-widget {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
    border-color: #e4e4e4;
    border-top-width: 4px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*----------------翻页------------------*/
.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;
}
/*弹窗样式*/
.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;
    padding-top: 54px;
    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;text-decoration: none;}
.top-nav .nav-header .brand img {
    width: 58px;
    margin: -3px 10px 0 -4px;
}
.top-nav .navbar-left{padding-left:20px;}
.top-nav .navbar-left .nav-search{padding:14px 0;}

.nav-search{position: relative}
.nav-search input {
    width: 30px;
    padding-left:20px;
    background:#fff;
    border:0;
    border-radius: 50em ;
    -moz-border-radius: 50em ;
    -webkit-border-radius: 50em ;
    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;
}
.nav-search:hover input, .nav-search:focus input {
    width: 204px;
    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;
}
.nav-search .input-icon {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 7px;
    font-size: 20px;
}
.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;}
.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;
    text-decoration: 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: 0;
    background-color: #f5f5f5;
    right: 0;
    left: 0;
    transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
}
.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;
    text-decoration: none;
}
.sidebar-right .content-block .sidebar-list li:hover,.sidebar-right-product .content-block .sidebar-list li:hover {
    background-color: #0461bd;
}

/*-----------------面包屑--------------*/
.breadcrumb-wrapper .breadcrumb{ margin-bottom: 10px;}
.breadcrumb-wrapper .breadcrumb a{color:#1976d2;}


/*-----------------版权公共样式--------------*/
.footer {
    position: absolute;
    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: left .5s ease;
    -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
    -ms-transition: left .5s ease;
    -o-transition: left .5s ease;
}
.footer p {
    display: inline-block;
}






/*后台页面*/
.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;
}



/*动画预设*/
.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);
    }
}


   
/*       右边客服通用       */
/**************************/
.sidebar{width:50px;position:fixed;bottom:120px;right:20px;z-index:5;}
.sidebar 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;}
.sidebar a i{margin-left:auto;margin-right:auto;}
.sidebar a:hover{background-color:#39a1ff;}
.sidebar 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;}
.sidebar a:hover .sbr-qr{left:-177px;display:block;visibility:visible;filter:Alpha(opacity=100);opacity:1;}
.sidebar a .sbr-qr .r-arr-w{position:absolute;top:8px;right:-6px;}
.sidebar 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;}
.sidebar a:hover .sbr-400{left:-130px;filter:Alpha(opacity=100);opacity:1;visibility:visible;}
.sidebar 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;}


