
body, p,  img, ul, li, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    text-decoration: none;


}

body .aa {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

#hezi{
    float: left;
    border-radius: 6px;
}

.indexFix {
    float: left;
    width: 162px;
    position: fixed;
    z-index: 9999;
    top: 20%;
    _position: absolute;
    border-radius: 6px;
    color: #409EFF;
}

.indexConFix {
    float: right;
    top: 0;
    right: 20px;
    border-radius: 6px;
    background: #000000;
    width: 160px;
    padding: 0 5px 5px 5px;
}

.indexFixH2t {
    height: 54px;
    text-align: center;
    font: bold 25px/54px "Microsoft yahei";
    color: #ccc;
    border-radius: 6px;

}

.indexFixUl {
    overflow: hidden;
}

.indexFixUl li {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-bottom: 3px;
}

.indexFixUl li a {
    display: block;
    height: 50px;
    padding-left: 60px;
    font: normal 17px/50px "Microsoft yahei";
    color: #fff;
}

.indexFixUl li a:hover {
    color: #fff;
    text-decoration: none;
}


/*这里是显示的颜色*/
li.indexFixLi1 a {
    background: url(web/pic/t3.png) 25px center no-repeat #ff6627;
}

li.indexFixLi3 a {
    background: url(web/pic/t4.png) 25px center no-repeat rgba(214, 55, 200, 0.88);
}

li.indexFixLi4 a {
    background: url(web/pic/t1.png) 25px center no-repeat #3296c5;
}


li.indexFixLi5 a {
    background: url(web/pic/t2.png) 25px center no-repeat #e95b5c;
}


li.indexFixLi3 em {
    display: block;
    font-size: 14px;
    font-family: "Microsoft yahei";
}


/*这里是移入鼠标以后变化的颜色*/
li.indexFixLi1 a:hover {
    background: url(web/pic/t3.png) 25px center no-repeat #b2521a;
}

li.indexFixLi3 a:hover {
    background: url(web/pic/t4.png) 25px center no-repeat #9c1a8d;
}

li.indexFixLi4 a:hover {
    background: url(web/pic/t1.png) 25px center no-repeat #316B99;
}

li.indexFixLi5 a:hover {

    background: url(web/pic/t2.png) 25px center no-repeat #B24E4F;
}


.indexFixDl {
    width: 142px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 12px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.indexFixDl dt {
    height: 110px;
}

.indexFixDl dd {
    height: 35px;
    font: normal 17px/35px "Microsoft yahei";
    color: #ccc;
}

.indexFix400 {
    height: 30px;
    font: normal 18px/30px "Microsoft yahei";
    color: #ccc;
    text-align: center;
}

.indexFixWb {
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 5px;
}

.indexFixWb a {
    font-size: 18px;
    color: #ccc;
    font-family: "Microsoft yahei";
}

.indexFixWb a:hover {
    color: #ff4a00;
}



