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

html, body {
    height: 100%;
}
body {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}
.wrapper {
    /*margin: 0 auto;*/
   text-align: center;
    padding: 0 px 3em;
    background: #1b7cb1;
    font-size: 18px;
}
header {
    background-color: #1b7cb1;
}
header:after {
    content: " ";
    display: table;
    clear: both;
}
.brand, h1, h2, h3 {
     font-family: 'Roboto Condensed', sans-serif;
     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;
}
.rm-nav {
    letter-spacing: 1px;
    width: 79%;
    margin: 0 auto; 
}
.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}
.rm-nav li a,
.rm-top-menu a {
    padding: .75rem 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 50px;
    line-height: 50px;
}
.rm-layout-expanded .rm-nav > ul > li{position: relative;}
.rm-layout-expanded .rm-nav > ul > li:after{    border: 1px solid rgba(255,255,255,.15);
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 20px;}
.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;
}
/*导航*/
.secondLi a{ padding: 13px 0 !important; background: #1a7cb1 !important;
;}
.secondLi a:hover{background: #12567c !important;}
.thirdLi a{background: #12567C !important;}
.thirdLi a:hover{background: #0c3c56 !important;}

@media only screen and (max-width: 768px) {
	.rm-nav{width: 96%;}
	.rm-nav li a, .rm-top-menu a{text-align: left;}

}