.pt5 {
    padding-top: 5px
}

.pt6 {
    padding-top: 6px
}

.pt10 {
    padding-top: 10px
}

.pt14 {
    padding-top: 14px
}

.pt16 {
    padding-top: 16px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt24 {
    padding-top: 24px
}

.pt25 {
    padding-top: 25px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl50 {
    padding-left: 50px
}

.pr50 {
    padding-right: 50px
}

.pb5 {
    padding-bottom: 5px
}

.pb6 {
    padding-bottom: 6px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pb80 {
    padding-bottom: 80px
}

.mt0 {
    margin-top: 0
}

.mt5 {
    margin-top: 5px
}

.mt6 {
    margin-top: 6px
}

.mt10 {
    margin-top: 10px
}

.mt12 {
    margin-top: 12px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

/*.mt50 {*/
/*    margin-top: 50px*/
/*}*/

.ml0 {
    margin-left: 0
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.ml70 {
    margin-left: 70px
}

.mr0 {
    margin-right: 0
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.mb0 {
    margin-bottom: 0
}

.mb4 {
    margin-bottom: 4px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb24 {
    margin-bottom: 24px
}

.mb26 {
    margin-bottom: 26px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb36 {
    margin-bottom: 36px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb70 {
    margin-bottom: 70px
}

.max-width-1100 {
    max-width: 1100px
}

.max-width-750 {
    max-width: 750px
}

.max-width-560 {
    max-width: 560px
}

.min-height315 {
    min-height: 315px
}

.font10 {
    font-size: 10px;
    font-size: 1rem
}

.font11 {
    font-size: 11px;
    font-size: 1.1rem
}

.font14 {
    font-size: 14px;
    font-size: 1.4rem
}

.font16 {
    font-size: 16px;
    font-size: 1.6rem
}

.font18 {
    font-size: 18px;
    font-size: 1.8rem
}

.font20 {
    font-size: 20px;
    font-size: 2rem
}

.font24 {
    font-size: 24px;
    font-size: 2.4rem
}

.font26 {
    font-size: 28px;
    font-size: 2.8rem
}

.font30 {
    font-size: 30px;
    font-size: 3rem
}

.font48 {
    font-size: 48px;
    font-size: 4.8rem
}

.lh150 {
    line-height: 150%
}

.lh200 {
    line-height: 200%
}

.fw-500 {
    font-weight: 500
}

.white {
    color: #fff
}

.black {
    color: #000
}

.grey {
    color: #666
}

.red {
    color: #d91b22
}

.color333 {
    color: #333
}

.color48 {
    color: #484848
}

.color777 {
    color: #777
}

.coloreee {
    color: #eee
}

.blue {
    color: #02799b
}

a.color48:hover {
    color: #484848
}

.none {
    display: none
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline_block {
    display: inline-block
}

.vhidden {
    visibility: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.fnone {
    float: none
}

.clear {
    clear: both;
    zoom: normal
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.tc {
    text-align: center
}

.tj {
    text-align: justify
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.position-fixed {
    position: fixed
}

.position-relative {
    position: relative
}

.vm {
    vertical-align: middle
}

.vt {
    vertical-align: top
}

.vb {
    vertical-align: bottom
}

.overflow {
    overflow: hidden
}

.mauto {
    margin-left: auto;
    margin-right: auto
}

.zi100 {
    z-index: 100
}

.zi101 {
    z-index: 101
}

.m0auto {
    margin: 0 auto
}

.mt20per {
    margin-top: 20%
}

.text-decoration-underline {
    text-decoration: underline
}

.displaytable {
    display: table
}

.tablecell {
    display: table-cell;
    vertical-align: middle
}

.text-decoration-none {
    text-decoration: none
}

.underline {
    text-decoration: underline
}

.ave-transition {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.SegoeUI {
    font-family: Microsoft YaHei, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif
}

.make-hover-boxshadow {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.make-hover-boxshadow:hover {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .38)
}

.keyframes-fadein

0
%
{
    opacity: 0
}
.keyframes-fadein to {
    opacity: 1
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.keyframes-bounceinleft

0
%
,
.keyframes-bounceinleft

60
%
,
.keyframes-bounceinleft

75
%
,
.keyframes-bounceinleft

90
%
,
.keyframes-bounceinleft to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.keyframes-bounceinleft

0
%
{
    opacity: 0
;
    transform: translate3d(-3000px, 0, 0)
}
.keyframes-bounceinleft

60
%
{
    opacity: 1
;
    transform: translate3d(25px, 0, 0)
}
.keyframes-bounceinleft

75
%
{
    transform: translate3d(-10px, 0, 0)
}
.keyframes-bounceinleft

90
%
{
    transform: translate3d(5px, 0, 0)
}
.keyframes-bounceinleft to {
    transform: none
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.owl-theme .owl-controls {
    margin-top: 60px;
    text-align: center
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    filter: alpha(opacity=25);
    opacity: .25;
    border-radius: 20px;
    background: #757575
}

.owl-theme .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls .owl-page.active span {
    filter: alpha(opacity=100);
    opacity: 1
}

.owl-theme .owl-controls1 {
    margin-top: 60px;
    text-align: center
}

.owl-theme .owl-controls1 .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls1 .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    filter: alpha(opacity=25);
    opacity: .25;
    border-radius: 20px;
    background: #757575
}

.owl-theme .owl-controls1.clickable .owl-page:hover span, .owl-theme .owl-controls1 .owl-page.active span {
    filter: alpha(opacity=100);
    opacity: 1
}

.owl-carousel .owl-wrapper1:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper1 {
    display: none;
    position: relative;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-wrapper-outer1 {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer1.autoHeight {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item1 {
    float: left;
    display: -ms-flexbox;
    display: flex
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left;
    display: -ms-flexbox;
    display: flex
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left;
    display: -ms-flexbox;
    display: flex
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper1 {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-wrapper1 {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


.customNavigation a.play, .customNavigation a.stop {
    display: none
}

.redarrow {
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: transparent
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width: 320px) {
    .container {
        width: 100%
    }
}

@media (min-width: 480px) {
    .container {
        width: 444px
    }
}

@media (min-width: 768px) {
    .container {
        width: 744px
    }
}

@media (min-width: 992px) {
    .container {
        width: 964px
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1194px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left
}

.col-xxs-12 {
    width: 100%
}

.col-xxs-11 {
    width: 91.66666667%
}

.col-xxs-10 {
    width: 83.33333333%
}

.col-xxs-9 {
    width: 75%
}

.col-xxs-8 {
    width: 66.66666667%
}

.col-xxs-7 {
    width: 58.33333333%
}

.col-xxs-6 {
    width: 50%
}

.col-xxs-5 {
    width: 41.66666667%
}

.col-xxs-4 {
    width: 33.33333333%
}

.col-xxs-3 {
    width: 25%
}

.col-xxs-2 {
    width: 16.66666667%
}

.col-xxs-1 {
    width: 8.33333333%
}

.col-xxs-pull-12 {
    right: 100%
}

.col-xxs-pull-11 {
    right: 91.66666667%
}

.col-xxs-pull-10 {
    right: 83.33333333%
}

.col-xxs-pull-9 {
    right: 75%
}

.col-xxs-pull-8 {
    right: 66.66666667%
}

.col-xxs-pull-7 {
    right: 58.33333333%
}

.col-xxs-pull-6 {
    right: 50%
}

.col-xxs-pull-5 {
    right: 41.66666667%
}

.col-xxs-pull-4 {
    right: 33.33333333%
}

.col-xxs-pull-3 {
    right: 25%
}

.col-xxs-pull-2 {
    right: 16.66666667%
}

.col-xxs-pull-1 {
    right: 8.33333333%
}

.col-xxs-pull-0 {
    right: auto
}

.col-xxs-push-12 {
    left: 100%
}

.col-xxs-push-11 {
    left: 91.66666667%
}

.col-xxs-push-10 {
    left: 83.33333333%
}

.col-xxs-push-9 {
    left: 75%
}

.col-xxs-push-8 {
    left: 66.66666667%
}

.col-xxs-push-7 {
    left: 58.33333333%
}

.col-xxs-push-6 {
    left: 50%
}

.col-xxs-push-5 {
    left: 41.66666667%
}

.col-xxs-push-4 {
    left: 33.33333333%
}

.col-xxs-push-3 {
    left: 25%
}

.col-xxs-push-2 {
    left: 16.66666667%
}

.col-xxs-push-1 {
    left: 8.33333333%
}

.col-xxs-push-0 {
    left: auto
}

.col-xxs-offset-12 {
    margin-left: 100%
}

.col-xxs-offset-11 {
    margin-left: 91.66666667%
}

.col-xxs-offset-10 {
    margin-left: 83.33333333%
}

.col-xxs-offset-9 {
    margin-left: 75%
}

.col-xxs-offset-8 {
    margin-left: 66.66666667%
}

.col-xxs-offset-7 {
    margin-left: 58.33333333%
}

.col-xxs-offset-6 {
    margin-left: 50%
}

.col-xxs-offset-5 {
    margin-left: 41.66666667%
}

.col-xxs-offset-4 {
    margin-left: 33.33333333%
}

.col-xxs-offset-3 {
    margin-left: 25%
}

.col-xxs-offset-2 {
    margin-left: 16.66666667%
}

.col-xxs-offset-1 {
    margin-left: 8.33333333%
}

.col-xxs-offset-0 {
    margin-left: 0
}

@media (min-width: 480px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-2 {
        width: 16.66666667%
    }

    .col-xs-1 {
        width: 8.33333333%
    }

    .col-xs-pull-12 {
        right: 100%
    }

    .col-xs-pull-11 {
        right: 91.66666667%
    }

    .col-xs-pull-10 {
        right: 83.33333333%
    }

    .col-xs-pull-9 {
        right: 75%
    }

    .col-xs-pull-8 {
        right: 66.66666667%
    }

    .col-xs-pull-7 {
        right: 58.33333333%
    }

    .col-xs-pull-6 {
        right: 50%
    }

    .col-xs-pull-5 {
        right: 41.66666667%
    }

    .col-xs-pull-4 {
        right: 33.33333333%
    }

    .col-xs-pull-3 {
        right: 25%
    }

    .col-xs-pull-2 {
        right: 16.66666667%
    }

    .col-xs-pull-1 {
        right: 8.33333333%
    }

    .col-xs-pull-0 {
        right: auto
    }

    .col-xs-push-12 {
        left: 100%
    }

    .col-xs-push-11 {
        left: 91.66666667%
    }

    .col-xs-push-10 {
        left: 83.33333333%
    }

    .col-xs-push-9 {
        left: 75%
    }

    .col-xs-push-8 {
        left: 66.66666667%
    }

    .col-xs-push-7 {
        left: 58.33333333%
    }

    .col-xs-push-6 {
        left: 50%
    }

    .col-xs-push-5 {
        left: 41.66666667%
    }

    .col-xs-push-4 {
        left: 33.33333333%
    }

    .col-xs-push-3 {
        left: 25%
    }

    .col-xs-push-2 {
        left: 16.66666667%
    }

    .col-xs-push-1 {
        left: 8.33333333%
    }

    .col-xs-push-0 {
        left: auto
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xs-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1230px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #777;
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 12px;
    line-height: 1.6;
    vertical-align: top
}

.table > thead > tr > th {
    vertical-align: bottom;
    color: #484848;
    background-color: #eee;
    font-weight: 400;
    font-size: 1.8rem;
    white-space: nowrap;
    border-right: 1px solid #fff
}

.table > thead > tr > th:last-child {
    border-right: none
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

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

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #ddd
}

.table-striped > tbody > tr:nth-child(2n) > td {
    border: 0
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

.table-course > tbody > tr {
    border-bottom: 3px solid #fff
}

.table-course > tbody > tr > td:first-child {
    white-space: nowrap;
    font-family: Segoe UI Semibold
}

.table-course > tbody > tr > td {
    border-top: 0
}

.table-support > thead > tr > th {
    background-color: transparent;
    border: 1px solid transparent
}

.table-support > tbody > tr {
    border: 1px solid #ddd
}

.table-support > tbody > tr > td {
    text-align: center
}

.table-support > tbody > tr > td:first-child {
    text-align: left
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table > tbody > tr.ave-course-time > td, .table > tbody > tr.ave-course-time > th, .table > tbody > tr > td.ave-course-time, .table > tbody > tr > th.ave-course-time, .table > tfoot > tr.ave-course-time > td, .table > tfoot > tr.ave-course-time > th, .table > tfoot > tr > td.ave-course-time, .table > tfoot > tr > th.ave-course-time, .table > thead > tr.ave-course-time > td, .table > thead > tr.ave-course-time > th, .table > thead > tr > td.ave-course-time, .table > thead > tr > th.ave-course-time {
    background-color: #ddd
}

.table-hover > tbody > tr.ave-course-time:hover > td, .table-hover > tbody > tr.ave-course-time:hover > th, .table-hover > tbody > tr:hover > .ave-course-time, .table-hover > tbody > tr > td.ave-course-time:hover, .table-hover > tbody > tr > th.ave-course-time:hover {
    background-color: #d0d0d0
}

.table > tbody > tr.ave-course-infor > td, .table > tbody > tr.ave-course-infor > th, .table > tbody > tr > td.ave-course-infor, .table > tbody > tr > th.ave-course-infor, .table > tfoot > tr.ave-course-infor > td, .table > tfoot > tr.ave-course-infor > th, .table > tfoot > tr > td.ave-course-infor, .table > tfoot > tr > th.ave-course-infor, .table > thead > tr.ave-course-infor > td, .table > thead > tr.ave-course-infor > th, .table > thead > tr > td.ave-course-infor, .table > thead > tr > th.ave-course-infor {
    background-color: #eee
}

.table-hover > tbody > tr.ave-course-infor:hover > td, .table-hover > tbody > tr.ave-course-infor:hover > th, .table-hover > tbody > tr:hover > .ave-course-infor, .table-hover > tbody > tr > td.ave-course-infor:hover, .table-hover > tbody > tr > th.ave-course-infor:hover {
    background-color: #e2e2e2
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 12px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table img {
        max-width: none
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1229px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1229px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1229px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1229px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1230px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1230px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1230px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1230px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1229px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1230px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

*, :after, :before {
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 62.5%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font: 62.5%/1.6 Microsoft YaHei, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #484848;
    background-color: #fff;
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid #eee;
    box-sizing: content-box;
    height: 0
}

ol, ul {
    list-style: none
}

ol, ol ol, ol ul, ul, ul ol, ul ul {
    margin: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

a {
    color: #448aff;
    background-color: transparent;
    text-decoration: none
}

a:focus, a:hover {
    color: #448aff;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.6;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #fff
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 8px;
    margin-bottom: 8px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 8px;
    margin-bottom: 8px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 4.8rem
}

.h2, h2 {
    font-size: 4rem
}

.h3, h3 {
    font-size: 2.4rem
}

.h4, h4 {
    font-size: 1.8rem
}

.h5, h5 {
    font-size: 1.6rem
}

.h6, h6 {
    font-size: 1.2rem
}

p {
    margin: 0 0 20px
}

.lead {
    margin-bottom: 16px;
    font-size: 71.875%;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 93.75%
    }
}

.small, small {
    font-size: 1rem
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.page-header {
    padding-bottom: 7px;
    margin: 32px 0 16px;
    border-bottom: 1px solid #eee
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.clearfix, .container, .container-fluid, .row {
    display: block
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.skipNav {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    padding-top: 20px
}

.skipNav:active, .skipNav:focus, .skipNav:hover {
    display: block;
    font-size: 160%;
    line-height: 200%;
    height: auto;
    left: 0;
    text-align: center;
    top: 0;
    width: 100%;
    color: #fff;
    z-index: 9999
}

#AP_header_topbg {
    height: 54px;
    background: #212121;
    top: 0;
    z-index: 1100;
    margin: 0 auto;
    width: 100%;
    position: fixed
}

#AP_header_topbg.HeaderForHome {
    position: relative
}

@media only screen and (min-width: 1023px) {
    #AP_header_topbg {
        height: 90px
    }
}

.nav_pb98 {
    padding-top: 54px
}

@media only screen and (min-width: 1023px) {
    .nav_pb98 {
        padding-bottom: 90px;
        padding-top: 0
    }
}

.resb_menu {
    float: left;
    font-size: 1.6rem
}

.resb_menu a {
    color: #c8c8c8;
    padding: 19px 16px
}

.resb_menu a:focus, .resb_menu a:hover {
    text-decoration: none
}

@media only screen and (min-width: 1023px) {
    .resb_menu {
        display: none
    }
}

.AP_header_top {
    background-color: #222;
    opacity: .96;
    position: relative
}

@media only screen and (min-width: 1023px) {
    .AP_header_top {
        z-index: 9000;
        max-width: 1528px;
        width: 100%;
        margin: 0 auto;
        opacity: 1
    }
}

@media only screen and (max-width: 1023px) {
    .clearMenu {
        clear: both
    }
}

.top_logo {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -145px;
    margin-top: 0
}

@media only screen and (min-width: 1023px) {
    .top_logo {
        margin: 37px 0 0 36px;
        float: left;
        position: static
    }
}

.top_logo a:hover {
    color: #fff;
    text-decoration: none
}

.right-menu {
    display: none;
    position: relative
}

.right-menu.block {
    display: block
}

@media only screen and (min-width: 1023px) {
    .right-menu {
        float: right;
        margin-right: 36px;
        display: block
    }
}

.top_right {
    border-bottom: 1px solid #767676
}

@media only screen and (min-width: 1023px) {
    .top_right {
        position: absolute;
        top: 10px;
        right: 0;
        border-bottom: none
    }
}

.top_right_menu a {
    padding: 11px 0 11px 16px;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    color: #eee;
    position: relative
}

.top_right_menu a:hover {
    text-decoration: none;
    background-color: #323232
}

.top_right_menu a.live_chat_topright > div {
    background-color: transparent !important;
    outline-color: transparent !important;
    position: absolute !important;
    left: 16px !important;
    top: 12px !important
}

.top_right_menu a.live_chat_topright > div > div {
    color: #eee !important;
    top: 12px !important;
    outline-color: transparent !important
}

.top_right_menu span.live-chat {
    text-decoration: none
}

@media only screen and (min-width: 1023px) {
    .top_right_menu {
        float: left;
        margin-right: 15px;
        width: auto
    }

    .top_right_menu a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 0 0 25px;
        display: inline-block
    }

    .top_right_menu a:hover {
        text-decoration: underline;
        background-color: transparent
    }

    .top_right_menu a.live_chat_topright > div {
        top: 0 !important
    }
}

.global_menu {
    margin-top: 15px
}

.global_menu li a {
    padding: 12px 0 12px 16px;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    color: #eee
}

.global_menu li a.bg32, .global_menu li a:hover, .global_menu li ul {
    background-color: #323232
}

.global_menu li ul {
    display: none
}

.global_menu li ul a {
    padding: 8px 30px
}

.global_menu li ul a span {
    display: none
}

.global_menu li ul a.bg32 {
    background-color: #323232
}

.global_menu li ul ul {
    padding-left: 20px
}

@media only screen and (min-width: 1023px) {
    .global_menu {
        margin-top: 46px;
        margin-right: 179px
    }

    .global_menu li {
        position: relative
    }

    .global_menu li ul {
        position: absolute;
        top: 44px;
        left: 0;
        background-color: #fff;
        float: left;
        display: none;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .5);
        border-radius: 1px;
        padding: 15px 0;
        min-width: 220px
    }

    .global_menu li ul a {
        color: #444;
        padding: 4px 12px;
        font-size: 16px;
        font-size: 1.6rem;
        white-space: nowrap
    }

    .global_menu li ul a:hover {
        text-decoration: none;
        background-color: #eee
    }

    .global_menu li ul a span {
        position: absolute;
        top: 8px;
        right: 12px;
        display: block
    }

    .global_menu li ul ul {
        top: 0;
        left: -260px;
        width: 260px;
        padding-left: 0
    }

    .global_menu > li {
        display: inline-block
    }

    .global_menu > li:hover > a {
        background-color: #424242
    }

    .global_menu > li > ul.rightSide {
        right: 0;
        left: auto
    }

    .global_menu > li > a {
        line-height: 1.25;
        color: #eee;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 13px 12px
    }
}

.change_loca {
    font-size: 11px;
    font-size: 1.1rem;
    padding-top: 12px
}

.change_loca img {
    margin-right: 5px
}

.change_loca:hover {
    background-color: #222
}

.change_loca > a {
    padding-left: 16px;
    display: inline-block;
    padding-bottom: 20px
}

.change_loca a {
    color: #bbb
}

.change_loca a.hover {
    color: #fff
}

.change_loca a:focus {
    text-decoration: none
}

.change_loca a:hover {
    color: #fff;
    text-decoration: none
}

.change_loca a:hover span, .change_loca a span.hover {
    color: #ff0013
}

.change_loca .loca_dropdown {
    display: none;
    border-top: 1px solid #767676
}

.change_loca .loca_dropdown li a {
    display: block;
    color: #fff;
    padding: 0 30px;
    height: 30px;
    line-height: 30px
}

.change_loca .loca_dropdown li a.bgRed {
    background: #222 url(/image/AP_white_point.png) no-repeat 70px
}

.change_loca .loca_dropdown li a:hover {
    background-color: #323232
}

@media only screen and (min-width: 1023px) {
    .change_loca {
        float: right;
        padding-top: 0;
        border-bottom: none
    }

    .change_loca .loca_dropdown {
        position: absolute;
        top: 24px;
        right: 0;
        z-index: 10000;
        width: 105px;
        border-top: none
    }

    .change_loca .loca_dropdown li {
        border-bottom: 1px solid #000;
        border-top: 1px solid #4d4d4d
    }

    .change_loca .loca_dropdown li:first-child {
        border-top: none
    }

    .change_loca .loca_dropdown li:last-child {
        border-bottom: none
    }

    .change_loca .loca_dropdown li a {
        height: 22px;
        background-color: #333;
        line-height: 22px;
        padding: 0 5px
    }

    .change_loca .loca_dropdown li a:focus, .change_loca .loca_dropdown li a:hover {
        background-color: #555
    }

    .change_loca .loca_dropdown li a.bgRed {
        background: #b31f2a url(/image/AP_white_point.png) no-repeat 43px
    }
}

.search_top {
    position: absolute;
    top: 0;
    right: 0
}

.search_top:hover .search_box, .search_top:hover .search_box.hover {
    background-color: #424242
}

.search_top label {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0
}

.search_top .search_box {
    padding: 21px 16px 17px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    opacity: .75;
    text-decoration: none
}

.search_top .search_wrap {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: -1
}

.search_top .search_wrap #searchkey {
    height: 60px;
    font-size: 26px;
    font-size: 2.6rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    border: 0;
    color: #9b9b9b;
    text-align: center;
    width: 100%;
    background: #fff
}

.search_top .search_wrap .search-close {
    top: 15px;
    position: absolute;
    right: 36px;
    height: 35px;
    width: 35px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    padding: 0
}

@media only screen and (min-width: 1023px) {
    .search_top {
        top: 26px;
        right: 155px;
        margin-top: 20px
    }

    .search_top .search_box {
        padding: 13px 24px 17px;
        font-size: 14px;
        font-size: 1.4rem
    }

    .search_top .search_wrap .search-close {
        top: 20px
    }

    .search_top .search_wrap #searchkey {
        height: 75px;
        font-size: 36px;
        font-size: 3.6rem
    }
}

.free-trial-box {
    width: 150px;
    margin: 0 auto;
    padding: 20px 0 22px
}

@media only screen and (min-width: 1023px) {
    .free-trial-box {
        position: absolute;
        top: 35px;
        right: 0;
        padding: 0;
        width: auto
    }
}

.AP_cookie_bg {
    background: #222;
    position: fixed;
    bottom: 0;
    overflow: visible;
    z-index: 1000;
    width: 100%;
    color: #bbb;
    padding: 10px 0 4px;
    text-align: center;
    font-size: 13px;
    font-size: 13rem;
    line-height: 16px;
    display: none
}

.AP_cookie_bg a, .AP_cookie_bg a:active, .AP_cookie_bg a:hover {
    color: #fff;
    text-decoration: underline
}

.AP_cookie_bg .AP_cookie {
    max-width: 900px;
    margin: 0 auto
}

.AP_cookie_bg .AP_cookie_close:hover {
    background-position: 0 -38px
}

.footer-wrap {
    padding: 50px 0;
    background: #111;
    color: #b0b0b0;
    font-size: 9px;
    font-size: .9rem;
    line-height: 1.65
}

.footer-wrap a {
    color: #b0b0b0;
    text-decoration: none
}

.footer-wrap a:hover {
    color: #eee;
    text-decoration: underline
}

.footer-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 8px;
    line-height: 1
}

.footer-awards span {
    display: block;
    float: left;
    height: 72px;
    cursor: pointer;
    margin-right: 4%
}

@media (max-width: 768px) {
    .footer-awards {
        display: none
    }
}

.footer-copyright {
    text-align: right;
    line-height: 1.3;
    margin-top: 30px
}

.footer-copyright a {
    padding: 0 3px
}

.footer-copyright a.UnderlineRed {
    border-bottom: 1px solid #d91b22;
    color: #eee
}

.footer-copyright a.UnderlineRed:focus {
    outline: none
}

.footer-about > div {
    padding-bottom: 20px
}

.footer-powerby {
    padding: 10px 35px 0 0;
    background: url(../image/AP_Logo_a.png) no-repeat 100%;
    height: 30px;
    margin-top: 5px
}

.gold-partner {
    padding: 0 0 20px
}

.gold-partner a {
    display: block;
    text-indent: -9999px
}

.gold-partner a:hover {
    background-position: 0 -80px
}

.gold-partner .microsoft {
    width: 161px;
    height: 55px;
    background: url(../image/AP_logo_msp.png) no-repeat
}

.gold-partner .IAPP {
    float: left;
    width: 55px;
    height: 55px;
    margin-left: 12px;
    background: url(../image/AP_logo_IAPP.png) no-repeat
}

.gold-partner .DBFT {
    float: left;
    width: 95px;
    height: 64px;
    background: url(../image/AP_logo_BDFT.png) no-repeat
}

.gold-partner .SAFE {
    width: 161px;
    height: 52px;
    background: url(/image/AP_logo_SAFE.png) no-repeat
}

.par-GOVTek {
    width: 72px;
    background: url(../image/AP_logo_GOVTek.png) no-repeat center 1px
}

.par-GOVTek:hover {
    background-position: center -79px
}

.par-MSP {
    width: 182px;
    background: url(../image/AP_logo_msp_2017.png) no-repeat right 11px
}

.par-MSP:hover {
    background-position: right -69px
}

.par-MP2016 {
    width: 99px;
    background: url(../image/AP_MS_Partner_Award_2016.png) no-repeat right 11px
}

.par-MP2016:hover {
    background-position: right -58px
}

.par-MP2015 {
    width: 99px;
    background: url(../image/AP_MS_Partner_Award_2015.png) no-repeat right 11px
}

.par-MP2015:hover {
    background-position: right -58px
}

.par-PublicSector {
    width: 97px;
    background: url(../image/AP_POY_Award_PS.png) no-repeat center 11px
}

.par-PublicSector:hover {
    background-position: center -63px
}

@media (max-width: 1023px) {
    #Breadcrumbs {
        display: none
    }
}

.col-lg-5columns, .col-lg-8columns, .col-lg-nextcolumns, .col-md-5columns, .col-md-8columns, .col-md-nextcolumns, .col-sm-5columns, .col-sm-8columns, .col-sm-nextcolumns, .col-xs-5columns, .col-xs-8columns, .col-xs-nextcolumns, .col-xxs-5columns, .col-xxs-8columns, .col-xxs-nextcolumns {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px
}

.col-xxs-5columns {
    float: left;
    width: 20%
}

.col-xxs-pull-5columns {
    right: 20%
}

.col-xxs-push-5columns {
    left: 20%
}

.col-xxs-offset-5columns {
    margin-left: 20%
}

.col-xxs-8columns {
    float: left;
    width: 12.5%
}

.col-xxs-pull-8columns {
    right: 12.5%
}

.col-xxs-push-8columns {
    left: 12.5%
}

.col-xxs-offset-8columns {
    margin-left: 12.5%
}

.col-xxs-nextcolumns {
    float: left;
    width: 30%
}

.col-xxs-pull-nextcolumns {
    right: 30%
}

.col-xxs-push-nextcolumns {
    left: 30%
}

.col-xxs-offset-nextcolumns {
    margin-left: 30%
}

.col-xxs-offset-dottwo {
    margin-left: 1.66666667%
}

.col-xxs-offset-dotthree {
    margin-left: 2.5%
}

.col-xxs-offset-dotsix {
    margin-left: 5%
}

@media (min-width: 480px) {
    .col-xs-5columns {
        float: left;
        width: 20%
    }

    .col-xs-pull-5columns {
        right: 20%
    }

    .col-xs-push-5columns {
        left: 20%
    }

    .col-xs-offset-5columns {
        margin-left: 20%
    }

    .col-xs-8columns {
        float: left;
        width: 12.5%
    }

    .col-xs-pull-8columns {
        right: 12.5%
    }

    .col-xs-push-8columns {
        left: 12.5%
    }

    .col-xs-offset-8columns {
        margin-left: 12.5%
    }

    .col-xs-nextcolumns {
        float: left;
        width: 30%
    }

    .col-xs-pull-nextcolumns {
        right: 30%
    }

    .col-xs-push-nextcolumns {
        left: 30%
    }

    .col-xs-offset-nextcolumns {
        margin-left: 30%
    }

    .col-xs-offset-dottwo {
        margin-left: 1.66666667%
    }

    .col-xs-offset-dotthree {
        margin-left: 2.5%
    }

    .col-xs-offset-dotsix {
        margin-left: 5%
    }

    .col-xs-autocolumns {
        display: inline-block;
        width: auto
    }

    .col-xs-pull-autocolumns {
        right: auto
    }

    .col-xs-push-autocolumns {
        left: auto
    }

    .col-xs-offset-autocolumns {
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .col-sm-5columns {
        float: left;
        width: 20%
    }

    .col-sm-pull-5columns {
        right: 20%
    }

    .col-sm-push-5columns {
        left: 20%
    }

    .col-sm-offset-5columns {
        margin-left: 20%
    }

    .col-sm-8columns {
        float: left;
        width: 12.5%
    }

    .col-sm-pull-8columns {
        right: 12.5%
    }

    .col-sm-push-8columns {
        left: 12.5%
    }

    .col-sm-offset-8columns {
        margin-left: 12.5%
    }

    .col-sm-nextcolumns {
        float: left;
        width: 30%
    }

    .col-sm-pull-nextcolumns {
        right: 30%
    }

    .col-sm-push-nextcolumns {
        left: 30%
    }

    .col-sm-offset-nextcolumns {
        margin-left: 30%
    }

    .col-sm-offset-dottwo {
        margin-left: 1.66666667%
    }

    .col-sm-offset-dotthree {
        margin-left: 2.5%
    }

    .col-sm-offset-dotsix {
        margin-left: 5%
    }

    .col-sm-autocolumns {
        display: inline-block;
        width: auto
    }

    .col-sm-pull-autocolumns {
        right: auto
    }

    .col-sm-push-autocolumns {
        left: auto
    }

    .col-sm-offset-autocolumns {
        margin-left: auto
    }
}

@media (min-width: 992px) {
    .col-md-5columns {
        float: left;
        width: 20%
    }

    .col-md-pull-5columns {
        right: 20%
    }

    .col-md-push-5columns {
        left: 20%
    }

    .col-md-offset-5columns {
        margin-left: 20%
    }

    .col-md-8columns {
        float: left;
        width: 12.5%
    }

    .col-md-pull-8columns {
        right: 12.5%
    }

    .col-md-push-8columns {
        left: 12.5%
    }

    .col-md-offset-8columns {
        margin-left: 12.5%
    }

    .col-md-nextcolumns {
        float: left;
        width: 30%
    }

    .col-md-pull-nextcolumns {
        right: 30%
    }

    .col-md-push-nextcolumns {
        left: 30%
    }

    .col-md-offset-nextcolumns {
        margin-left: 30%
    }

    .col-md-offset-dottwo {
        margin-left: 1.66666667%
    }

    .col-md-offset-dotthree {
        margin-left: 2.5%
    }

    .col-md-offset-dotsix {
        margin-left: 5%
    }

    .col-md-autocolumns {
        display: inline-block;
        width: auto
    }

    .col-md-pull-autocolumns {
        right: auto
    }

    .col-md-push-autocolumns {
        left: auto
    }

    .col-md-offset-autocolumns {
        margin-left: auto
    }
}

@media (min-width: 1230px) {
    .col-lg-5columns {
        float: left;
        width: 20%
    }

    .col-lg-pull-5columns {
        right: 20%
    }

    .col-lg-push-5columns {
        left: 20%
    }

    .col-lg-offset-5columns {
        margin-left: 20%
    }

    .col-lg-8columns {
        float: left;
        width: 12.5%
    }

    .col-lg-pull-8columns {
        right: 12.5%
    }

    .col-lg-push-8columns {
        left: 12.5%
    }

    .col-lg-offset-8columns {
        margin-left: 12.5%
    }

    .col-lg-nextcolumns {
        float: left;
        width: 30%
    }

    .col-lg-pull-nextcolumns {
        right: 30%
    }

    .col-lg-push-nextcolumns {
        left: 30%
    }

    .col-lg-offset-nextcolumns {
        margin-left: 30%
    }

    .col-lg-offset-dottwo {
        margin-left: 1.66666667%
    }

    .col-lg-offset-dotthree {
        margin-left: 2.5%
    }

    .col-lg-offset-dotsix {
        margin-left: 5%
    }

    .col-lg-autocolumns {
        display: inline-block;
        width: auto
    }

    .col-lg-pull-autocolumns {
        right: auto
    }

    .col-lg-push-autocolumns {
        left: auto
    }

    .col-lg-offset-autocolumns {
        margin-left: auto
    }
}

a.white-link, a.white-link:hover {
    color: #fff
}

.row-bg-white {
    margin: 0;
    padding: 60px 0;
    background: #fff
}

@media (min-width: 768px) {
    .row-bg-white {
        padding: 100px 0 110px
    }
}

.row-bg-white-0-110 {
    margin: 0;
    padding: 60px 0;
    background: #fff
}

@media (min-width: 768px) {
    .row-bg-white-0-110 {
        padding: 0 0 110px
    }
}

.row-bg-white-50 {
    margin: 0;
    padding: 60px 0;
    background: #fff
}

@media (min-width: 768px) {
    .row-bg-white-50 {
        padding: 50px 0
    }
}

.row-bg-white-75 {
    margin: 0;
    padding: 60px 0;
    background: #fff
}

@media (min-width: 768px) {
    .row-bg-white-75 {
        padding: 75px 0
    }
}

.row-bg-gray {
    margin: 0;
    padding: 60px 0;
    background: #eee
}

@media (min-width: 768px) {
    .row-bg-gray {
        padding: 90px 0 50px
    }
}

.row-bg-gray-80 {
    margin: 0;
    padding: 60px 0;
    background: #eee
}

@media (min-width: 768px) {
    .row-bg-gray-80 {
        padding: 80px 0
    }
}

.row-bg-gray-50 {
    margin: 0;
    padding: 60px 0;
    background: #eee
}

@media (min-width: 768px) {
    .row-bg-gray-50 {
        padding: 50px 0
    }
}

.row-bg-purple {
    margin: 0;
    padding: 60px 0;
    background: #323540;
    color: #fff
}

@media (min-width: 768px) {
    .row-bg-purple {
        padding: 75px 0 80px
    }
}

.row-bg-blue {
    margin: 0;
    padding: 60px 0;
    background: #0077a2;
    color: #fff
}

@media (min-width: 768px) {
    .row-bg-blue {
        padding: 75px 0 80px
    }
}

.row-bg-green {
    margin: 0;
    padding: 60px 0;
    background: #009fa2;
    color: #fff
}

@media (min-width: 768px) {
    .row-bg-green {
        padding: 75px 0 80px
    }
}

.row-bg-black {
    margin: 0;
    padding: 60px 0;
    background: #000;
    color: #fff
}

@media (min-width: 768px) {
    .row-bg-black {
        padding: 13px 0 80px
    }
}

.row-nobg-customize {
    margin: 0;
    padding: 60px 0;
    background: none
}

@media (min-width: 768px) {
    .row-nobg-customize {
        padding: 138px 0 117px
    }
}

.row-nobg-50-100 {
    margin: 0;
    padding: 60px 0;
    background: none
}

@media (min-width: 768px) {
    .row-nobg-50-100 {
        padding: 50px 0 100px
    }
}

.row-nobg-70 {
    margin: 0;
    padding: 60px 0;
    background: none
}

@media (min-width: 768px) {
    .row-nobg-70 {
        padding: 70px 0
    }
}

.row-nobg-50-50 {
    margin: 0;
    padding: 60px 0;
    background: none
}

@media (min-width: 768px) {
    .row-nobg-50-50 {
        padding: 50px 0
    }
}

.row-nobg-75-70 {
    margin: 0;
    padding: 60px 0;
    background: none
}

@media (min-width: 768px) {
    .row-nobg-75-70 {
        padding: 75px 0 70px
    }
}

.row-bg-ppc-stereo {
    background: url(/image/hero_background.png) no-repeat;
    background-size: cover;
    color: #fff
}

.row-bg-homebanner {
    background: url(../image/homepage_banner_small.jpg) no-repeat left 70%;
    background-size: cover
}

.row-bg-aboutusbanner {
    background: url(../image/about_banner.jpg) no-repeat left 70%;
    background-size: cover
}

.row-bg-contactusbanner {
    background: url(../image/contact_us_banner.jpg) no-repeat left 70%;
    background-size: cover;
    min-height: 150px
}

.row-bg-casestudy-banner {
    background: url(../image/banner_casestudy.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 150px
}

.row-bg-docmanagement-banner {
    background: url(/image/Banner_Innovation.jpg) no-repeat;
    background-size: cover;
    color: #fff
}

.row-bg-careerbanner {
    background: url(/image/Banner_about.jpg) no-repeat center 70%;
    background-size: cover
}

.row-bg-corporateT-top {
    background: url(/image/CorporateT_bgtop.png) repeat-x top
}

.row-bg-corporateT-2016 {
    background: url(/image/banner_corporate_timeline_2016.jpg) no-repeat;
    background-size: cover
}

.row-bg-corporateT-2015 {
    background: url(/image/banner_corporate_timeline_2015.jpg) no-repeat;
    background-size: cover
}

.row-bg-corporateT-2014 {
    background: url(/image/banner_corporate_timeline_2014.jpg) no-repeat;
    background-size: cover
}

.row-bg-corporateT-2013 {
    background: url(/image/banner_corporate_timeline_2013.jpg) no-repeat;
    background-size: cover
}

.row-bg-corporateT-2012 {
    background: url(/image/banner_corporate_timeline_2012.jpg) no-repeat;
    background-size: cover
}

.row-bg-corporateT-2011 {
    background: url(/image/banner_corporate_timeline_2011.jpg) no-repeat;
    background-size: cover
}

.row-bg-corporateT-2010 {
    background: url(/image/banner_corporate_timeline_2010.jpg) no-repeat;
    background-size: cover
}

.row-bg-corporateT-2009 {
    background: url(/image/banner_corporate_timeline_2009.jpg) no-repeat;
    background-size: cover
}

.row-bg-corporateT-2008 {
    background: url(/image/banner_corporate_timeline_2008.jpg) no-repeat;
    background-size: cover
}

.row-bg-corporateT-2007 {
    background: url(/image/banner_corporate_timeline_2007.jpg) no-repeat;
    background-size: cover
}

.section-wrap {
    max-width: 945px
}

.section-wrap, .section-wrap-1000 {
    margin-left: auto;
    margin-right: auto
}

.section-wrap-1000 {
    max-width: 1000px
}

.section-wrap-830 {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto
}

.section-wrap-730 {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto
}

.section-wrap-L-700 {
    max-width: 700px
}

.section-wrap-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.section-wrap-480 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto
}

.section-wrap-330 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto
}

.banner-title-66 {
    font-size: 66px;
    font-size: 6.6rem;
    margin: 0;
    color: #fff;
    font-family: Microsoft YaHei
}

@media (max-width: 768px) {
    .banner-title-66 {
        font-size: 48px;
        font-size: 4.8rem;
        margin: 0
    }
}

.banner-title {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0;
    color: #fff;
    font-weight: lighter
}

@media (min-width: 768px) {
    .banner-title {
        font-size: 48px;
        font-size: 4.8rem;
        margin: 0
    }
}

.banner-title-sub {
    font-size: 24px;
    font-size: 2.4rem;
    display: inline-block
}

.banner-title-sub, .banner-title-sub-18 {
    margin: 0;
    text-align: center;
    font-family: Microsoft YaHei, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    padding-top: 15px
}

.banner-title-sub-18 {
    font-size: 18px;
    font-size: 1.8rem;
    display: block
}

.section-title-lg {
    font-size: 40px;
    font-size: 4rem;
    margin: 0;
    font-weight: lighter
}

.section-title-md-35 {
    font-size: 35px;
    font-size: 3.5rem;
    margin: 0;
    font-weight: lighter
}

.section-title-md {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0
}

.section-title-sm {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 15px
}

.section-title-xs {
    font-size: 27px;
    font-size: 2.7rem;
    margin: 0;
    font-weight: lighter
}

.section-title-xs .ft-normal {
    font-family: Microsoft YaHei
}

.column-title-md {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 15px 0;
    color: #5c5c5c
}

.column-title-md.color21 {
    color: #212121
}

.column-title-md.color4a {
    color: #4a4a4a
}

.column-title-md.red {
    color: #d91b22
}

.column-title-sm {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 15px
}

.column-title-sm a.color48, .column-title-sm a.color48:hover {
    color: #484848
}

.column-title-xs {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 15px
}

.column-title-xs a.color333, .column-title-xs a.color333:hover {
    color: #333
}

.btn {
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    margin: 10px auto 0;
    padding: 15px 25px
}

.btn-bgred-white {
    background-color: #ce2624;
    color: #fff
}

.btn-bgred-white:focus, .btn-bgred-white:hover {
    background: #ed1c24;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.btn-bgwhite-red {
    background-color: #fff;
    color: #ce2624
}

.btn-bgwhite-red:focus, .btn-bgwhite-red:hover {
    color: #ed1c24;
    cursor: pointer;
    text-decoration: none
}

.btn-bgwihte-black {
    background-color: #fff;
    border: 1px solid #979797;
    padding: 14px 25px;
    color: #333
}

.btn-bgwihte-black:focus, .btn-bgwihte-black:hover {
    background: #eee;
    color: #333;
    cursor: pointer;
    text-decoration: none
}

.btn-bgorange-white {
    color: #fff;
    background: #ec3d01
}

.btn-bgorange-white:focus, .btn-bgorange-white:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.btn-bgblue-white {
    color: #fff;
    background: #119ad7
}

.btn-bgblue-white:focus, .btn-bgblue-white:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.btn-header {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 6px 18px;
    font-weight: 500
}

@media (max-width: 1023px) {
    .btn-header {
        font-size: 16px;
        font-size: 1.6rem;
        width: 100%;
        padding: 15px 25px
    }
}

.btn-md {
    padding: 15px
}

.btn-lg {
    padding: 20px;
    font-weight: 500
}

.wP100 {
    width: 100%
}

.w140 {
    width: 140px
}

.btn-w380 {
    width: 100%
}

@media (min-width: 480px) {
    .btn-w380 {
        width: 380px
    }
}

.btn-w340 {
    width: 100%
}

@media (min-width: 480px) {
    .btn-w340 {
        width: 340px
    }
}

.btn-w300 {
    width: 100%
}

@media (min-width: 480px) {
    .btn-w300 {
        width: 300px
    }
}

.section-content {
    margin: 60px auto 0
}

.section-content-mt0 {
    margin: 36px 0 0
}

@media (min-width: 768px) {
    .section-content-mt0 {
        margin: 0
    }
}

.section-content-mt34 {
    margin: 34px auto 0
}

.section-content-mt50 {
    margin: 50px auto 0
}

.section-content-onlyimg {
    margin: 36px 0 0
}

.section-content-onlyimg img {
    padding-top: 24px
}

@media (min-width: 768px) {
    .section-content-onlyimg {
        margin: 60px 0 0
    }

    .section-content-onlyimg img {
        padding-top: 0
    }
}

.section-content-casestudy {
    margin: 75px 0 0
}

.section-content-casestudy .img-space-lg {
    margin-left: auto;
    margin-right: auto
}

.section-content-casestudy .img-space-lg a {
    padding: 0 25px
}

.section-content-casestudy .img-space-md {
    margin-left: auto;
    margin-right: auto
}

.section-content-casestudy .img-space-md a {
    padding: 0 20px
}

.section-content-casestudy .img-space-sm {
    margin-left: auto;
    margin-right: auto
}

.section-content-casestudy .img-space-sm a {
    padding: 0 15px
}

.column-p-md {
    font-size: 20px;
    font-size: 2rem;
    margin: 15px auto 50px;
    color: #4a4a4a
}

.white-box {
    min-height: auto;
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 2px;
    min-height: 230px \9;
    width: 100%
}

.white-box.hover {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.white-box.hover:hover {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .38)
}

.white-box.mh280 {
    min-height: 280px \9
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .white-box, .white-box.mh280 {
        min-height: auto
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .white-box, ::i-block-chrome {
        min-height: 230px
    }

    .white-box.mh280, ::i-block-chrome.mh280 {
        min-height: 280px
    }
}

.white-box-240 {
    min-height: 240px;
    padding: 25px 20px 18px;
    background-color: #fff;
    border-radius: 2px;
    width: 100%
}

.white-box-240.hover {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.white-box-240.hover:hover {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .38)
}

.white-box-260 {
    min-height: 260px;
    padding: 25px 20px 18px;
    background-color: #fff;
    border-radius: 2px;
    width: 100%
}

.white-box-260.hover {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.white-box-260.hover:hover {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .38)
}

.white-box-mh180 {
    min-height: 180px;
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    width: 100%
}

.white-box-mh300 {
    min-height: 300px
}

.white-box-mh300, .white-box-mh430 {
    padding: 25px 20px 18px;
    background-color: #fff;
    border-radius: 2px;
    position: relative
}

.white-box-mh430 {
    min-height: 430px
}

.flex-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-wrapper .flex-item {
    float: left;
    display: -ms-flexbox;
    display: flex
}

.page-wrap {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center
}

.page-wrap.text-underline a {
    text-decoration: underline
}

.page-wrap-L {
    font-size: 16px;
    font-size: 1.6rem
}

.page-wrap-L.text-underline a {
    text-decoration: underline
}

.page-wrap-L.freepop {
    padding: 12px 10px 0;
    max-width: 725px
}

page-wrap-L.freepop .border-color-gray {
    border-top: 1px solid #ccc
}

.banner-wrap {
    background-color: rgba(0, 0, 0, .72);
    color: #fff
}

.lm-banner, .lm-page {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    display: inline-block
}

.lm-banner span, .lm-page span {
    display: block
}

.lm-banner:focus, .lm-banner:hover, .lm-page:focus, .lm-page:hover {
    color: #fff;
    text-decoration: none
}

.lm-page, .lm-page:focus, .lm-page:hover {
    color: #484848
}

.lm-svg {
    width: 34px;
    height: 11px
}

.whats-new-section {
    width: 100%;
    background: #fff;
    max-width: 300px;
    margin: 60px auto 0;
    border-radius: 2px;
    position: relative
}

.whatsnew-card-content {
    height: 292px;
    padding: 8px 14px 14px;
    margin: 0 0 40px;
    background: #fff;
    text-align: left;
    min-height: 295px \9
}

.share-button {
    color: #757575;
    cursor: pointer;
    position: absolute;
    left: 14px;
    bottom: 14px
}

.customNavigation a.next, .customNavigation a.prev {
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 4px;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    margin: 10px auto 0;
    padding: 15px 25px;
    background-color: #fff;
    color: #ce2624;
    display: inline-block;
    width: 80px;
    margin: 35px 7px 0;
    padding: 6px 0
}

#Breadcrumbs {
    padding: 25px 0
}

.pagination {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto
}

.pagination > li > a {
    float: left;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    background-color: #888;
    margin-left: 15px
}

.pagination > li > a.fa {
    padding: 10px 12px 9px 11px
}

.pagination > li > a.current-red {
    background-color: #b31f2a
}

.pagination > li:first-child > a {
    margin-left: 0
}

.recruit-infor {
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative
}

.recruit-infor input {
    border: 1px solid #c8c8c8;
    background-color: #fafafa;
    height: 54px;
    font-size: 22px;
    font-size: 2.2rem;
    padding-left: 15px;
    width: 100%
}

.recruit-infor a {
    color: gray;
    position: absolute;
    top: 10px;
    right: 20px
}

.recruit-infor a:hover {
    text-decoration: none
}

.career-place {
    overflow: hidden;
    margin-top: 10px
}

.career-place > li {
    float: left
}

.career-place > li > a {
    color: #484848;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 0 5px;
    display: inline-block
}

.career-place > li > a.current-place, .career-place > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ce2624
}

.recruit-list > thead > tr > th {
    text-align: center
}

.recruit-list > thead > tr > th:first-child {
    text-align: left
}

.recruit-list > tbody > tr > td {
    text-align: center
}

.recruit-list > tbody > tr > td a.red-square {
    background: url(/image/red-square.png) no-repeat 10px 8px;
    padding-left: 25px
}

.recruit-list > tbody > tr > td:first-child {
    text-align: left
}

.recruit-pagenation {
    text-align: center;
    margin: 20px 0
}

.recruit-pagenation > a {
    border: 1px solid #e5e5e5;
    padding: 7px 12px;
    display: inline-block;
    font-size: 12px;
    color: #484848;
    border-radius: 2px
}

.recruit-pagenation > a.current-paging, .recruit-pagenation > a:hover {
    background-color: #eee;
    text-decoration: none
}

@media (max-width: 768px) {
    .news-title {
        display: none
    }
}

.row-nobg-career {
    margin: 0;
    padding: 60px 0;
    background: none
}

@media (min-width: 768px) {
    .row-nobg-career {
        padding: 77px 0 62px
    }
}

.banner-title-L {
    padding: 94px 0 0;
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0;
    color: #fff
}

.banner-title-L span {
    color: #d91b22
}

@media (min-width: 768px) {
    .banner-title-L {
        font-size: 48px;
        font-size: 4.8rem;
        margin: 0
    }
}

.banner-title-sub-18-L {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 94px 0 0;
    color: #fff;
    display: block
}

.soluWrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1122px
}

.soluLb, .soluRb {
    font-size: 40px;
    font-size: 4rem;
    margin: auto;
    float: left;
    display: block;
    overflow: hidden;
    width: 58px;
    height: 80px;
    color: #999;
    cursor: pointer
}

.soluLb.margin19, .soluRb.margin19 {
    margin: 19% 0 0
}

.soluLb.margin5-ml25, .soluRb.margin5-ml25 {
    margin: 5% 0 0 25px
}

.soluLb.margin5-mr25, .soluRb.margin5-mr25 {
    margin: 5% 25px 0 0
}

.soluLb .soluRb, .soluRb .soluRb {
    margin-left: 40px
}

.soluLb:active, .soluLb:focus, .soluLb:hover, .soluLb:visited, .soluRb:active, .soluRb:focus, .soluRb:hover, .soluRb:visited {
    color: #999
}

@media (max-width: 768px) {
    .soluLb, .soluRb {
        font-size: 20px;
        font-size: 2rem;
        margin: auto
    }

    .soluLb.margin19, .soluRb.margin19 {
        margin: 49% 0 0
    }
}

@media (max-width: 768px) {
    .solutionbox .section-title-lg {
        font-size: 30px;
        font-size: 3rem
    }
}

.solutioncont {
    float: left;
    overflow: hidden;
    max-width: 100%
}

.soluBoxwrap {
    width: 30000px;
    overflow: hidden;
    list-style: none
}

.career-search {
    max-width: 1024px;
    height: 55px;
    border: 1px solid #fafafa
}

.career-input {
    width: auto;
    height: auto;
    margin: 50px 20px;
    padding: 20px 15px;
    color: #a7a7a7;
    font-size: 32px 3.2rem;
    background: auto;
    border: none;
    float: left
}

.career-search-btn {
    padding: 20px 15px 20px 0;
    font-size: 32px;
    color: gray;
    float: right
}

.career-search-btn:hover {
    color: gray
}

.solutionbox {
    float: left
}

.soluScroll .scrollnav_list {
    margin: 40px auto 0
}

.soluScroll .scrollnav_list li {
    width: 8px;
    height: 8px;
    display: block;
    float: left;
    background-color: #aaa;
    margin: 0 10px;
    cursor: pointer;
    position: relative
}

.soluScroll .scrollnav_list li.active {
    background-color: #b31f2a
}

@media (max-width: 768px) {
    .soluScroll .scrollnav_list li {
        display: none
    }
}

.soluScroll .scrollnav_list li .slidebtntitle {
    padding-top: 8px
}

.soluScroll .scrollnav_list li .controltitle {
    display: none;
    position: absolute;
    top: -26px;
    background-color: #4b4b4b;
    color: #fff;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: .9em;
    left: -10px
}

.soluScroll .scrollnav_list li a {
    display: block;
    height: 8px;
    overflow: hidden
}

@media (max-width: 768px) {
    .awards-page .col-sm-2:first-child {
        margin-bottom: 40px
    }

    .awards-page .col-sm-2:last-child {
        margin-top: 40px
    }
}

ul.tab-btn li {
    float: left
}

ul.tab-btn li a {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    margin: 20px 10px 0
}

.btn-white-bggray {
    display: inline-block;
    width: 300px;
    height: 58px;
    padding: 15px 35px;
    background: #666;
    color: #fff;
    font-size: 13px;
    font-size: 1.3em;
    margin: 30px 0 0
}

.btn-white-bggray:hover {
    text-decoration: none;
    color: #fff
}

.row-bg-white-60 {
    margin: 0;
    padding: 60px 0;
    background: #fff
}

@media (min-width: 768px) {
    .row-bg-white-60 {
        padding: 60px 0
    }
}

.row-bg-white-70 {
    margin: 0;
    padding: 60px 0;
    background: #fff
}

@media (min-width: 768px) {
    .row-bg-white-70 {
        padding: 70px 0
    }
}

.row-bg-white-90 {
    margin: 0;
    padding: 60px 0;
    background: #fff
}

@media (min-width: 768px) {
    .row-bg-white-90 {
        padding: 90px 0
    }
}

.row-bg-white-0-75 {
    margin: 0;
    padding: 60px 0;
    background: #fff
}

@media (min-width: 768px) {
    .row-bg-white-0-75 {
        padding: 0 0 75px
    }
}

.row-bg-white-100-60 {
    margin: 0;
    padding: 60px 0;
    background: #fff
}

@media (min-width: 768px) {
    .row-bg-white-100-60 {
        padding: 100px 0 60px
    }
}

.play-circle-o-red {
    font-size: 1.1em;
    font-family: ave-font-family-light;
    color: #d91b22;
    margin: 0;
    padding: 0 0 0 10px
}

.news-date {
    float: left
}

@media (max-width: 768px) {
    .news-date {
        float: none
    }
}

.share-sec {
    float: right;
    position: relative;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .share-sec {
        float: none
    }
}

.news-date-add {
    float: left;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .news-date-add {
        float: none
    }
}

.news-share {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    overflow: hidden;
    height: 30px;
    width: 0;
    display: inline-block;
    vertical-align: middle
}

.news-share-link {
    color: #484848
}

.news-share-link:focus, .news-share-link:hover {
    text-decoration: none;
    color: #484848
}

.news-share-anim {
    transform: translate(0);
    width: 127px
}

.nav-postion {
    position: relative
}

.nav-postion.static {
    position: static
}

.corporate-leftnav {
    position: absolute;
    top: 100px;
    left: 5px;
    width: 63px;
    width: 80px \9;
    height: 700px
}

.corporate-leftnav.fixed {
    position: fixed
}

.corporate-leftnav a {
    color: #fff
}

.corporate-leftnav a:focus, .corporate-leftnav a:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width: 1300px) {
    .corporate-leftnav {
        top: 120px;
        left: 5%
    }
}

.back-to-top {
    margin-left: 3px;
    margin-left: 20px \9
}

@media (-ms-high-contrast: none) {
    .corporate-leftnav, ::-ms-backdrop {
        width: 80px
    }

    .back-to-top, ::-ms-backdrop {
        margin-left: 20px
    }
}

.corporateT_navlist {
    height: 135px;
    margin-bottom: 15px;
    overflow: hidden
}

@media (min-height: 450px) {
    .corporateT_navlist {
        height: 285px
    }
}

@media (min-height: 650px) {
    .corporateT_navlist {
        height: 435px
    }
}

.leftnavscroll {
    overflow-y: scroll;
    overflow-x: hidden;
    left: 2%
}

.leftnavscroll:hover::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    margin-left: 12px
}

.leftnavscroll:hover::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #a0a0a0
}

.corporate-leftnav-bgcircle {
    cursor: pointer;
    display: block;
    padding-top: 18px;
    width: 60px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    background-color: #424244;
    border-radius: 50%;
    margin-bottom: 15px
}

.corporate-leftnav-bgcircle.pt0 {
    padding-top: 0
}

.corporate-leftnav-bgcircle.pt5 {
    padding-top: 5px
}

.corporate-leftnav-bgcircle.pt35 {
    padding-top: 35px
}

.corporate-leftnav-bgcircle.active {
    background: #c4262c
}

.corporate-leftnav-bgcircle.mb0 {
    margin-bottom: 0
}

.corporateT-banner-year {
    padding-top: 162px;
    height: 399px;
    text-align: center
}

.corporateT-content-section {
    width: 100%;
    padding: 120px 0;
    background: url(/image/CorporateT_bgtop.png) repeat-x top
}

@media (max-width: 1230px) {
    .corporateT-content-section.ml70 {
        margin-left: 0
    }
}

.corporateT-year {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    font-size: 28px;
    font-size: 2.8rem;
    max-width: 140px;
    font-family: us101, Segoe UI, Arial, Helvetica, sans-serif;
    color: #313132;
    font-weight: 700;
    line-height: .8em
}

@media (min-width: 768px) {
    .corporateT-year {
        width: 50px;
        float: left
    }
}

.corporate-main {
    font-size: 20px;
    font-size: 2rem;
    border-left: 2px solid #a2a3a6;
    margin-left: 30px
}

.corporate-month-last {
    border-left: 2px solid #fff;
    margin-left: -2px
}

.corporateT-month {
    float: left;
    padding: 0 30px
}

@media (max-width: 768px) {
    .corporateT-month span:last-child {
        display: none
    }
}

.corporateT-month-circle {
    border: 1px solid #313132;
    border-radius: 100%;
    margin: .4em 0 0 -1.85em;
    float: left;
    width: .6em;
    height: .6em;
    box-sizing: border-box;
    background: #313132
}

.corporateT-month-circle.first-month-cirle-red {
    border: 1px solid #c4262c;
    border-radius: 100%;
    margin: 0 0 0 -1.9em;
    float: left;
    width: .7em;
    height: .7em;
    background: #c4262c;
    box-sizing: border-box
}

.corporateT-month-circle.last-month-cirle-gray {
    border: 1px solid #313132;
    border-radius: 100%;
    margin: 0 0 0 -1.85em;
    float: left;
    width: .6em;
    height: .6em;
    background: #313132;
    box-sizing: border-box
}

.corporateT-month-info {
    float: left
}

@media (max-width: 992px) {
    .corporateT-month-info {
        padding-left: 20px
    }
}

.corporateT-month-info img {
    margin-top: -50px;
    max-width: 50%
}

@media (max-width: 1230px) {
    .corporateT-month-info img {
        max-width: 100%;
        margin-top: -10px
    }

    .corporateT-month-info img.fl, .corporateT-month-info img.fr {
        float: none
    }

    .corporateT-month-info img.pl50 {
        padding-left: 0
    }
}

.corporateT-month-info p.max-w420 {
    max-width: 420px;
    margin-top: -15px
}

.corporateT-month-info p.max-w550 {
    max-width: 550px;
    margin-top: -15px
}

@media (max-width: 1230px) {
    .corporateT-month-info p {
        padding-top: 30px
    }

    .corporateT-month-info p.fl, .corporateT-month-info p.fr {
        float: none
    }

    .corporateT-month-info p.max-w420, .corporateT-month-info p.max-w550 {
        max-width: 350px
    }
}

@media (max-width: 992px) {
    .container.con-width100 {
        width: 100%
    }

    .container .ml70 {
        margin-left: 70px
    }
}

@media (max-width: 768px) {
    .news-center-img {
        text-align: center
    }
}

.slick-list {
    max-width: 980px;
    float: left;
    margin: 0 auto
}

.doc_demovideo {
    width: 100%;
    height: 100%;
    background: transparent url(/image/doc-management-demovideo.png) 50% 50% no-repeat;
    background-size: cover
}

@media (max-width: 992px) {
    ul.tab-btn.case-item {
        padding-bottom: 15px
    }
}

@media (max-width: 992px) {
    ul.tab-btn.case-item li {
        float: left;
        width: 50%;
        margin: 0 auto;
        text-align: center
    }

    ul.tab-btn.case-item li:last-child {
        margin-right: auto
    }
}

@media (max-width: 768px) {
    ul.tab-btn.case-item li {
        float: none;
        width: 336px;
        margin: 0 auto
    }
}

@media (max-width: 480px) {
    ul.tab-btn.case-item li {
        width: 80%;
        min-width: 275px
    }
}

.avepoint-search {
    min-height: 400px;
    padding: 50px 0;
    font-size: 16px;
    font-size: 1.6rem
}

.avepoint-search .ss-result__title {
    font-size: 20px;
    font-size: 2rem
}

.avepoint-search .ss-result__url {
    font-size: 14px;
    font-size: 1.4rem
}

.ui-widget.ui-widget-content {
    font-size: 16px;
    font-size: 1.6rem
}

.ui-dialog .ui-dialog-titlebar-close {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1
}

.ui-dialog .ui-dialog-titlebar-close:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d"
}

.college_append {
    text-indent: 0 !important
}

#experience_in_college_table tr td input.experience_in_college_fromnow, #experience_in_work_table tr td input.experience_in_work_fromnow, #project_experince_table tr td input.project_experince_fromnow {
    margin-left: 10px !important;
    height: 15px !important
}

#experience_in_college_table tr td input, #experience_in_work_table tr td input, #personal_awards_table tr td input {
    height: 25px !important
}

#experience_in_college_table tr td p textarea.experience_in_college_description, #experience_in_work_table tr td p textarea.experience_in_work_description, #project_experince_table tr td p textarea.project_experince_description {
    margin-left: 0 !important
}

#experience_in_college_table tr td p span.experience_in_college_delete, #experience_in_work_table tr td p span.experience_in_work_delete, #personal_awards_table tr td p span.personal_awards_delete, #project_experince_table tr td p span.project_experince_delete, .major_in_college_delete {
    font-size: 12px !important;
    font-size: 1.2rem !important
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(/fonts/fontawesome-webfont.eot);
    src: url(/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(/fonts/fontawesome-webfont.ttf) format("truetype"), url(/fonts/fontawesome-webfont.svgfontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Light;
    src: url(/fonts/segoeuil.eot);
    src: url(/fonts/segoeuil.eot?#iefix) format("embedded-opentype"), url(/fonts/segoeuil.woff) format("woff"), url(/fonts/segoeuil.ttf) format("truetype"), url(/fonts/segoeuil.svg#segoeuil) format("svg")
}

@font-face {
    font-family: avepoint-icon;
    src: url(/fonts/avepoint-icon.eot);
    src: url(/fonts/avepoint-icon.eot?#iefix) format("embedded-opentype"), url(/fonts/avepoint-icon.woff) format("woff"), url(/fonts/avepoint-icon.ttf) format("truetype"), url(/fonts/avepoint-icon.svg#avepoint-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

.ave-font-family-light {
    font-weight: lighter
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto
}

.ave-icon, .fa {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ave-icon {
    position: relative;
    top: 1px;
    font-family: avepoint-icon;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.fa-search:before {
    content: "\f002"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-reorder:before {
    content: "\f0c9"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-phone:before {
    content: "\f095"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-cog:before {
    content: "\f013"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-play:before {
    content: "\f04b"
}

.fa-circle:before {
    content: "\f111"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.icon-close-button-bold:before {
    content: "\e900"
}

.icon-close-button-thin:before {
    content: "\e901"
}

.icon-down-chevron:before {
    content: "\e902"
}

.icon-envelope:before {
    content: "\e903"
}

.icon-left-chevron:before {
    content: "\e904"
}

.icon-phone:before {
    content: "\e905"
}

.icon-right-chevron:before {
    content: "\e906"
}

.icon-up-arrow:before {
    content: "\e907"
}

.icon-arrow-home:before {
    content: "\e908"
}

.icon-up-circle-arrow:before {
    content: "\e909"
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.ave-font-family {
    font-family: Microsoft YaHei
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.top{
    width: 800px;
    height: 1200px;
}
.center{
    width: 800px;
}
.bottom{
    width: 800px;
}
