* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    background-image: url(../imgs/bac.png);
}

#bigbox {
    width: 766px;
    height: 650px;
    margin: 0 auto;
    position: relative;
}

#bigbox2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 766px;
    height: 650px;
}

#logo {
    width: 194px;
    height: 94px;
    position: absolute;
    top: 53px;
    left: 26px;
    background-color: #fff;
    text-align: center;
    -moz-box-shadow: 0px 0px 9px #4D4A40;
    -webkit-box-shadow: 0px 0px 9px #4D4A40;
    box-shadow: 0px 0px 9px #4D4A40;
    z-index: 11;
}

.logo {
    margin-top: 10px;
    z-index: -99;
}

#liebiao1 {
    position: absolute;
    background-color: #fff;
    width: 154px;
    height: 164px;
    left: 52px;
    top: 147px;
    z-index: 10;
    -moz-box-shadow: 0px 0px 9px #4D4A40;
    -webkit-box-shadow: 0px 0px 9px #4D4A40;
    box-shadow: 0px 0px 9px #4D4A40;
}

#liebiao1_box {
    height: 152px;
    width: 132px;
    background-color: #0075A5;
    margin: 0 auto;
}

#liebiao1_box li {
    margin: 0 auto;
    width: 94%;
    text-decoration-style: double;
    border-bottom: 1px dashed #fff;
    display: flex;
    position: relative;
    color: #fff;
    font-size: 12px;
    height: 23px;
    padding-top: 2px;
}

#liebiao1_box li:first-child {
    padding-top: 5px;
}

#liebiao1_box li p:first-child {
    line-height: 23px;
    display: inline-block;
}

#liebiao1_box li p:last-child {
    position: absolute;
    line-height: 23px;
    display: inline-block;
    right: 0px;
}

#liebiao1_box li a {
    text-decoration: none;
    color: #fff
}

#bannner {
    position: absolute;
    width: 510px;
    height: 196px;
    background-color: #fff;
    left: 206px;
    top: 96px;
    text-align: center;
    -moz-box-shadow: 0px 0px 9px #4D4A40;
    -webkit-box-shadow: 0px 0px 9px #4D4A40;
    box-shadow: 0px 0px 9px #4D4A40;
    z-index: 9;
}

#bannner img {
    position: relative;
    top: 9px;
}

#bannner P {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 12px;
    color: #fff;
}

#l1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: 714px;
    top: 103px;
    z-index: 6;
    text-align: center;
    -moz-box-shadow: 0px 0px 9px #4D4A40;
    -webkit-box-shadow: 0px 0px 9px #4D4A40;
    box-shadow: 0px 0px 9px #4D4A40;
}

#l1 img {
    position: relative;
    top: 12px;
}

#l2 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: 714px;
    top: 140px;
    z-index: 7;
    text-align: center;
    -moz-box-shadow: 0px 0px 9px #4D4A40;
    -webkit-box-shadow: 0px 0px 9px #4D4A40;
    box-shadow: 0px 0px 9px #4D4A40;
    transform: rotate(9deg);
}

#l2 img {
    position: relative;
    top: 10px;
    transform: rotate(-9deg);
}

#l3 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: 714px;
    top: 176px;
    z-index: 7;
    text-align: center;
    -moz-box-shadow: 0px 0px 9px #4D4A40;
    -webkit-box-shadow: 0px 0px 9px #4D4A40;
    box-shadow: 0px 0px 9px #4D4A40;
    transform: rotate(-9deg);
}

#l3 img {
    position: relative;
    top: 10px;
    transform: rotate(9deg);
}

#name {
    position: absolute;
    left: 37px;
    top: 278px;
    background-color: #fff;
    width: 620px;
    height: 294px;
    -moz-box-shadow: 0px 0px 9px #4D4A40;
    -webkit-box-shadow: 0px 0px 9px #4D4A40;
    box-shadow: 0px 0px 9px #4D4A40;
}

#name_box {
    position: relative;
    width: 600px;
    height: 272px;
    background-color: #EEDBC6;
    top: 11px;
    left: 9px;
}

#name_box h2 {
    position: relative;
    font-size: 13px;
    top: 25px;
    left: 7px;
    font-weight: 100;
    color: #00228A;
}

#banquan {
    position: absolute;
    left: 40px;
    top: 590px;
    font-size: 12px;
    color: #484747;
}

#banquan a {
    color: #484747;
    text-decoration: none;
}