﻿/* 六张清单-首页----------- */

#lzqd {
    background-color: #fff;
    overflow: hidden;
}
#lzqd h1#logo {
    position: static;
    margin: 50px 0;
    text-align: center;
}
#lzqd h1#logo a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    width: 380px;
    height: 80px;
    background: url(imglogo-blue.png) no-repeat center;
}
#lzqd .lzqdList {
    height: 500px;
    background: url(imglzqdBg.jpg) no-repeat center;
}
#lzqd .lzqdList ul {
    width: 1200px;
    padding-top: 170px;
    margin: 0 auto;
    overflow: hidden;
}
#lzqd .lzqdList ul li {
    position: relative;
    float: left;
    margin: 0 20px;
    width: 160px;
    height: 160px;
    *display: inline;
    zoom: 1;
    overflow: hidden;
}
#lzqd .lzqdList ul li a {
    position: relative;
    z-index: 2;
    display: block;
    margin: 5px;
    padding: 90px 42px 20px;
    width: 66px;
    height: 40px;
    line-height: 20px;
    color: #fff;
    background-color: #428ded;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
}
#lzqd .lzqdList ul li .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 50%;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
#lzqd .lzqdList ul li a i {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url(imgiconsLzqd.png) no-repeat center 0;
    transition: all 0.5s ease 0s;
}
#lzqd .lzqdList ul li a:hover i {
    transform: rotateY(-180deg);
}
#lzqd .lzqdList ul li.li2 a {
    background-color: #f3a02d;
}
#lzqd .lzqdList ul li.li2 a i {
    background-position: center -50px;
}
#lzqd .lzqdList ul li.li3 a {
    background-color: #dc5649;
}
#lzqd .lzqdList ul li.li3 a i {
    background-position: center -100px;
}
#lzqd .lzqdList ul li.li4 a {
    background-color: #54bf52;
    width: 90px;
    padding: 90px 30px 20px;
}
#lzqd .lzqdList ul li.li4 a i {
    background-position: center -150px;
}
#lzqd .lzqdList ul li.li5 a {
    background-color: #d73c7a;
    width: 80px;
    padding: 90px 35px 20px;
}
#lzqd .lzqdList ul li.li5 a i {
    background-position: center -200px;
}
#lzqd .lzqdList ul li.li6 a {
    background-color: #9d4df8;
}
#lzqd .lzqdList ul li.li6 a i {
    background-position: center -250px;
}
#lzqd .friendLinks {
    display: none;
}
#lzqd #footer {
    padding: 30px 0;
    background: none;
    color: #333;
}
#lzqd #footer a {
    color: #333;
}