/*common*/
.textIndent {
    text-indent: 2em;
}

.page-subTitle {
    color: #999;
    font-weight: bold;
}

.services ul {
    color: #999;
}
.textIndent2em {
    text-indent: 2em;
}
.padding0 {
    padding: 0;
}
.marginT10 {
    margin-top: 10px;
}
.fontBold {
    font-weight: 700;
}
/*headFixed*/
.head-menu.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    transition: all 1s;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}

.head-menu.fixed .navbar-default {
    /*background: #fff !important;*/
}

.head-menu.fixed .navbar-default .navbar-nav > li > a {
    color: #00aeef;
}

.head-menu.fixed .language-switch a {
    color: #00aeef;
}

.head-menu.fixed .language-switch a:hover {
    color: #8E0000;
}

/*logo*/
.logo {
    width: 204px;
    height: 54px;
    visibility: visible !important;
    background: url("../images/logo.png") left no-repeat;
}
.logo h1,a  {
    width: 100%;
    height: 100%;
}
.logo a  {
    display: inline-block;
}

.navbar-nav {
    visibility: visible !important;
}

/*menu*/
.vicson-menu-item {
    position: relative;
	height: 42px;
}

.vicson-sub-menu {
    position: absolute;
    top: 42px;
    padding: 0 20px;
    min-width: 200px;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 2px;
    box-shadow: 0 2px 10px #ccc;
    background: rgba(255, 255, 255, .8);
    z-index: 99;
    transition: all .6s;
}

.vicson-sub-menu li {
    padding: 15px 20px;
	white-space: nowrap;
}

.vicson-sub-menu.menu-active {
    opacity: 1;
    max-height: 320px;
}

.vicson-sub-menu.menu-active a:hover {
    color: #8E0000;
}

.language-switch {
    padding: 10px;
}

.language-switch, .language-switch a {
    color: #fff;
}

.language-switch a:hover {
    color: #8E0000;
}

/*page-title*/
h2.page-title {
    margin-top: 1.5em;
}

/*foot*/
.footer {
    position: relative;
}
.webChat img {
    padding-top: 20px;
}

.toTop {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: inline-block;
    width: 90px;
    height: 90px;
    background: url("../images/toTop.png") no-repeat center center;
}

@media (max-width: 768px) {
    .vicson-sub-menu.menu-active {
        position: relative;
        top: 0;
        display: block;
        margin-top: 0;
    }
}

/*路径菜单样式覆盖*/
.fsm-sidebar.fsm-left {
    height: 0;
}
.fsm-sidebar.fsm-left>a{
    top: 60px;
    right: -63px;
    width: 64px;
    height: 64px;
    background: url("../images/menu-path.png") no-repeat center center;
}
.animate.flyInLeft.fsm-item {
    font-size: 20px;
}
.fsm-list > .fsm-item {
    color: #333;
}
.fsm-list > .fsm-item a {
    padding-top: 10px;
    padding-bottom:10px;
}
/*search*/
.search-box {
    width: 280px !important;
    height: 40px;
    position: relative;
}

.sb-search {
    right: 0 !important;
    top: 0 !important;
}

.sb-search.sb-search-open, .no-js .sb-search {
    width: 280px !important;
    right: 0 !important;
    top: 0 !important;
}

