/* 整体初始 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article, aside, blockquote, body, button, code, dd, details, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
body, html {
    background: #fff;
    width: 100%;
}
body, button, input, select, textarea,div,p,i,h1,h2,h3,span {
    font: 14px/1.5 'microsoft yahei','微软雅黑',arial,'helvetica neue','hiragino sans gb',sans-serif;
    color: #333;
}
a{
    color:#333;
}
a:focus, a:hover {
    color: auto;
    text-decoration: none;
}
/* 整体初始########## */

/* 导航条 */
.navbar{
    margin-bottom: 0;
}
.navbar-brand>img{
    width: 1.866667rem;
}
.navbar-default .navbar-toggle{
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #333;
}
.navbar-toggle .icon-bar+.icon-bar{
    margin-top: 6px;
}
.navbar-toggle{
    border: none;
}
.navbar-default{
    background-color: #fff;
    position: relative;
}

.navbar-header{
    position: relative;
}
.page-info{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: .426667rem;
    text-align: center;
    line-height: 52px;
}

/* 折叠导航 */
.navbar-collapse{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#bs-example-navbar-collapse-1{
    z-index: 1;
}

.navbar-collapse .navbar-nav {
    position: absolute;
    right: 0;
    top: -2px;
    width: 6.666667rem;
    padding-left: .4rem;
    background-color: #fff;
    height: 100%;
    margin: 0; 
    z-index: 1;
}
.navbar-collapse .mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.navbar-nav>li>a{
    padding-top: .4rem;
    padding-bottom: .4rem;
    line-height: .36rem;
    font-size: .36rem;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
}
.navbar-nav>li>a:hover{
    background-color: #f5f5f5;
}
.navbar-collapse .page{
    padding: .4rem;
    padding-right: .7rem;
    font-size: .4rem;
    height: 1.2rem;
    border-bottom: 1px solid #00a0ea;
    font-weight: 400;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.navbar-nav>li>a,.dropdown-menu>li>a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.navbar-collapse .close-nav{
    position: absolute;
    top: .25rem;
    right: .4rem;
    font-style: normal;
    font-size: .553333rem;
}
.dropdown-menu>li>a{
    font-size: .32rem;
	margin: 5px;

}
/* 折叠导航############ */
/* 导航条################# */

/* 页面底部  */
footer{
    border-top: 1px solid #888;
}
.copyright{
    background: #e6e6e6;
    height: 2.8rem;
}
.copyright p{
    text-align: center;
    font-size: .24rem;
    height: .666667rem;
    line-height: .666667rem
}
/* 页面底部###############  */


/* 返回顶部和首页 */
#to-box{
    width: 40px;
    height: 90px;
    position: fixed;
    right: .266667rem;
    bottom: .266667rem;
    display: none;
}
#to-box div a{
    display: block;
    width: 1.066667rem;
    height: 1.066667rem;
    border-radius: 4px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
#to-box .to-top a{
    background-image: url('../imgs/mobile/to-top.png');
    margin-bottom: .053333rem;
}
#to-box .to-index a{
    background-image: url('../imgs/mobile/to-index.png');
}