html,body{
    height:100%;
    overflow-x:hidden;
}
body {
    background: #fff8ee url(../images/ts-bg.jpg) no-repeat center top;
    background-attachment:fixed;
}

.menu{
    position:absolute;
    bottom:0;
    left:0;
    background:url(../images/menu-bg.jpg) no-repeat;
    width:434px;
    height:105px;
    z-index:1001;
    padding:20px 0;
    text-align:center
}

.ts-titls{
    background:url(../images/ts-title.png) no-repeat center;
    width:201px;
    height:526px;
   position:absolute;
   top:50%;
   margin-top:-263px;
   left:50%;
   margin-left:-100px;

}

.ts-right {
    background:#800000 url(../images/mlbg.png) no-repeat top center;
    padding: 15px;
    color:#fff;
    line-height:2.15em;
   
}
    .ts-right p {
        color: #fff;
        line-height: 2.15em;
    }
.ts-line {
    position: absolute;
    bottom: 80px;
    background:url(../images/ts-line.jpg) repeat-x center;
    right:20px;
    height:40px;
    width:70%;
    line-height:40px;
}
    .ts-line div {
        padding:0 25px;
        background: #fff8ee;
        display:inline-block;
        font-size:16px;
    }
    .ts-line div.dian{
        background:url(../images/dian.jpg) no-repeat center;
        width:7px;
        height:10px;
        overflow:hidden;
        padding:0;
    }
.ts-xc{
    background:url(../images/ts-xc-off.jpg) no-repeat center;
    display:inline-block;
    width:22px;
    height:19px;
}

.ts-v {
    background: url(../images/ts-v-off.jpg) no-repeat center;
    display: inline-block;
    width: 22px;
    height: 19px;
}

a.active {
    color: #cc0000;
}
    a.active .ts-xc {
        background: url(../images/ts-xc.jpg) no-repeat center;
    }
    a.active .ts-v {
        background: url(../images/ts-v.jpg) no-repeat center;
    }
/*.container-fluid,div[class*="col-"] {
    min-height: 100%;
   
}*/
div.row{
    height:100%
}
.aj-ml-right {
    background: #800000 url(../images/mlbg.png) no-repeat top center;
    padding: 50px 15px;
    color: #fff;
    line-height: 2.15em;
    min-height: 100%
}
    .aj-ml-right p{
        color:#fff;
        line-height:2em;
    }
    .aj-ml-left-title {
        max-width: 65%;
        display: block;
        margin: 0 auto;
    }

.aj-ml-menu {
    position: absolute;
    padding: 10px;
    background: #a80000;
   top: 0;
   width:100%;
   height:90px;
    box-shadow: 10px 6px 0px 0 #000;
    z-index:1001
}

@media (min-width:970px) {

    .aj-ml-menu {
        position: absolute;
        padding: 10px;
        background: #a80000;
        bottom: 0;
        box-shadow: 10px 6px 0px 0 #000;
        width:auto;
        top:unset
    }
}
    .aj-ml-menu ul, .aj-ml-menu li{
        margin:0;
        padding:0;
    }
.aj-ml-menu li{
    display:inline-block;
    height:72px;
    overflow:hidden;
}
.aj-ml-menu-1, aj-ml-menu-2{
    display: block;
    color: #fff;
}
.aj-ml-menu li.aj-ml-menu-line{
   
    background:url(../images/ml-ico-dian.png) repeat-x top;
    width:50px;
}

.aj-ml-menu-1 i {
    background: url(../images/ml-ico-1.png) no-repeat;
    width: 49px;
    height: 49px;
    display: block;
}
.aj-ml-menu-1 span{
    display:block;
    width:49px;
    text-align:center;
}
.aj-ml-menu-2 i {
    background: url(../images/ml-ico-2.png) no-repeat;
    width: 49px;
    height: 49px;
    display: block;
}

.aj-ml-menu-2 span {
    display: block;
    width: 49px;
    text-align: center;
    color:#fff;
}
.aj-ml-menu-1:hover{
    color:#000
}
.ml-li-menu a, .ml-li-menu  span{
    display:inline-block;
}
    .ml-li-menu span.dian {
        background: url(../images/dian.jpg) no-repeat center;
        width: 7px;
        height: 10px;
        overflow: hidden;
        padding: 0;
    }
    .ml-li-menu a:hover .ts-v {
        background: url(../images/ts-v.jpg) no-repeat center;
    }
    .ml-li-menu a:hover .ts-xc {
        background: url(../images/ts-xc.jpg) no-repeat center;
    }