/* css 重置 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #fff;
    font: normal 12px/22px 微软雅黑;
    margin-bottom: 4.5rem;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

.js {
    width: 90%;
    margin: 10px auto 0 auto;
}

.js p {
    padding: 5px 0;
    font-weight: bold;
    overflow: hidden;
}

.js p span {
    float: right;
}

.js p span a {
    color: #f00;
    text-decoration: underline;
}

.js textarea {
    height: 50px;
    width: 98%;
    padding: 5px;
    border: 1px solid #ccc;
    border-top: 2px solid #aaa;
    border-left: 2px solid #aaa;
}


/* 本例子css */
.sideMenu {
    /* padding: 0.5rem;*/
}

.sideMenu h3 {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    border-top: 1px solid #e3e3e3;
    background: #f4f4f4;
    cursor: pointer;
    font: normal 14px/32px "Microsoft YaHei";
    border-radius: 5px;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 32px;
    background: url(/static/icoAdd.png) 16px 12px no-repeat;
    cursor: pointer;
}

.sideMenu h3.on em {
    background-position: 16px -57px;
}

.sideMenu ul {
    color: #999;
    display: none; /* 默认都隐藏 */
    padding-bottom: 0.5rem;
}

.sideMenu li {
    float: left;
    width: 6rem;
    padding-top: 0.5rem;
    text-align: center;
}

.clear-both {
    clear: both;
}

.btn-img img {
    width: 4.2rem;
    height: 4.2rem;
}

.btn-title span {
    width: 5.5rem;
    display: block;
    height: 2.5rem;
    overflow: hidden;
}

.layui-layer-content {
    padding: 0.25rem;
}

.layui-layer-content img {
    max-width: 100%;
}

.layui-layer-content p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin: 0.25rem 0.5rem;
    border-bottom: 1px solid #e6e6e6;
    height: 1.8rem;
}

/* 本例子css */
.slideBox {
  
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    max-width: 100%;
    height: 230px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


.sideMenuNew .big-ul li {
    float: left;
    width: 50%;
    text-align: center;
}

.sideMenuNew .big-btn-img img {
    width: 95%;
    height: 95%;
    margin: 2.5%;
}

.sideMenuNew .big-btn-title span {
    display: block;
    font-size: 1.2em;
    line-height: 1.4em;
    width: 100%;
    height: 2.8em;
    overflow: hidden;
}

.nav-title{
    font-size: 1.2rem;
    line-height: 1.2rem;
    height: 2rem;
    padding-left: 0.2rem;
    padding-top: 1rem;
    margin-top: 0.5rem;
}
.nav-title .nav-left-item{
    width: 0.2rem;
    height: 1.2rem;
    font-size: 1.2rem;
    color: #0d8ddb;
    font-weight: 900;
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.nav-title-child{
    font-size: 0.8rem;
    line-height: 0.8rem;
    height: 1rem;
    padding-left: 0.2rem;
    display: none;
}
.nav-title-child .nav-left-item{
    width: 0.2rem;
    height: 0.8rem;
    font-size: 0.8rem;
    color: #0d8ddb;
    font-weight: 900;
    display: inline-block;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.footer{
    position: fixed;
    bottom:0px;
    height:4rem;
    width: 100%;
    background-color: #FFFFFF;
    border-top:1px solid #c6c6c6;
    padding-top: 0.5rem;
}
.footer .footer-item{
    width: 33.333%;
    float: left;
    text-align: center;
}

.footer .footer-img{
    height: 1.8rem;
    width: 1.8rem;
}

.footer .footer-title{
    display: block;
    height: 1.8rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
}

.footer .active{
    color: #2570FD;
}