/* Unessential CSS - Just here to make this sample page prettier */

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-size: 16px;
    font-family: 思源黑体, 黑体;
    line-height: 1.5;
}

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select,
button {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
}

.wrapper {
    /*margin: 0 auto;max-width: 1060px;*/
    position: relative;
    width: 100%;
}

header {
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
}

header:after {
    content: " ";
    display: table;
    clear: both;
}

.brand,
h1,
h2,
h3 {
    font-family: 微软雅黑;
    font-weight: 400;
    letter-spacing: 1px;
}

h4,
h5,
h6 {
    letter-spacing: 1px;
}

h1 {
    font-size: 28px;
}

.main .dev-output pre {
    overflow: auto;
    max-height: 500px;
    background-color: #EBF4FD;
    padding: 0 1em 1em;
}

.brand {
    float: left;
    height: 94px;
    width: 18.75%;
}

.brand a {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: relative;
    width: 270px;
    height: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.brand p {
    margin: 0;
}

.rm-nav {
    float: right;
}

.logo {
    font-size: 1.4em;
    line-height: 40px;
    margin: 20px 0 0;
    width: 100px;
    height: 40px;
    background-color: #3C97D5;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0;
}

.rm-toggle.rm-button {
    margin-top: 25px;
}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}

.rm-container.rm-layout-expanded {
    float: left;
    position: relative;
    width: calc(81.25% - 545px);
}

.rm-nav li a,
.rm-top-menu a {
    padding-right: 30px;
    font-size: .9em;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.rm-nav li a,
.rm-menu-item a {
    font-size: 18px;
    color: #000;
    font-family: 微软雅黑;
}

.rm-nav li a:hover,
.rm-menu-item a:hover {
    color: #004c90;
}

.rm-layout-expanded .rm-nav>ul>li>a,
.rm-layout-expanded .rm-top-menu>.rm-menu-item>a {
    height: 94px;
    line-height: 94px;
    padding-right: 1em;
}

.main {
    background-image: url("../images/cloud.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 100%;
    padding-top: 1px;
}

.tagline {
    width: 360px;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    margin: 275px auto;
    color: #1A88D3;
}

.tagline strong {
    font-size: 1.3em;
}

.dev-output {
    background-color: #e1eaf3;
    /* fall-back */
    background-color: rgba(255, 255, 255, .85);
    color: #000;
    padding: 2em;
    margin-bottom: 2em;
}

.rm-layout-expanded li ul,
.rm-layout-expanded .rm-menu-item .rm-menu {
    background-color: rgba(0, 0, 0, 0.6);
}

.rm-nav li li a,
.rm-menu-item .rm-menu-item a {
    color: #fff;
    font-size: 16px;
}

/*右侧内容*/

a {
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.xfg_headerbt {
    position: relative;
    float: right;
    width: 545px;
}

.xfg_headerbt:after {
    content: " ";
    display: table;
    clear: both;
}

.oa_em_sel {
    position: relative;
    display: flex;
    float: left;
    line-height: 24px;
    margin-top: 35px;
    margin-left: 35px;
}

.oa_em_sel a {
    font-size: 14px;
    color: #000;
    margin: 0px 6px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.oa_em_sel a:hover {
    color: #004c90;
}

.oa_em_sel a.userId {
    font-size: 12px;
    margin: 0px 0px 0px 6px;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.xfg_headerbt a.lang_xfg {
    position: relative;
    float: right;
    width: 98px;
    background-color: #e99311;
    display: block;
    padding: 15px 0px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.xfg_headerbt a.lang_xfg:hover {
    background-color: #c87f10;
}

.xfg_headerbt a.tel_xfg {
    position: relative;
    float: right;
    width: 260px;
    background-color: #0067c4;
    padding: 22px 0px;
}

.xfg_headerbt a.tel_xfg:after {
    content: " ";
    display: table;
    clear: both;
}

.xfg_headerbt a.tel_xfg img {
    float: left;
    margin-right: 8px;
    margin-left: 20px;
}

.xfg_headerbt a.tel_xfg p {
    color: #fff;
}

.xfg_headerbt a.tel_xfg p span {
    display: block;
}

.xfg_headerbt a.tel_xfg p span.one {
    font-size: 14px;
    margin-top: 5px;
    line-height: 18px;
}

.xfg_headerbt a.tel_xfg p span.two {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}