﻿body {
    background-color: #ececec;
}
/*header*/
#header {
    width: 100%;
    height: 45px;
    background: url(../image/about_bg.jpg);
    background-size: 100% 45px;
}

#hd_left {
    float: left;
    width: 15px;
    height: 26px;
    background: url(../image/tab.png);
    background-size: 100px 150px;
    margin-left: 15px;
    margin-top: 9px;
}

#hd_title {
    width: 101px;
    height: 45px;
    margin: 0 auto;
    background: url(../image/header.png);
    background-size: 101px 135px;
}

/*侧边栏*/
#sidebar {
    position: fixed;
    width: 79px;
    height: 100%;
    background: url(../image/sidebae_bg.jpg);
    background-size: 100% 100%;
    right: 0px;
    top: 44px;
}

#sb_ul {
    width: 100%;
    height: 138px;
}

.sb_li {
    width: 100%;
    height: 46px;
    background: url(../image/sidebae_bg2.png);
    background-size: 100% 46px;
}

.sb_a {
    display: block;
    width: 100%;
    height: 20px;
    padding: 13px 0px;
    color: #fff;
}

.sb_span1 {
    display: block;
    width: 100%;
    height: 12px;
    text-align: center;
    font-size: 12px;
}

@font-face {
    font-family: '04b_03b';
    src: url('../font/04b_03b.ttf') format('truetype'), url('../font/04b_03b.eot'); /* IE9+ */
}

.sb_span2 {
    display: block;
    width: 100%;
    height: 8px;
    font-size: 8px;
    opacity: 0.3;
    text-align: center;
    font-family: "04b_03b";
}


/*footer*/
#footer {
    position: fixed;
    width: 100%;
    height: 44px;
    background: url(../image/footer_bg.jpg);
    background-size: 100% 44px;
    bottom: 0px;
z-index:800;
}

#ft_ul {
    width: 100%;
}

li.ft_li {
    float: left;
    width: 25%;
    height: 44px;
}

a.ft_a {
    display: block;
    width: 100%;
    height: 44px;
}

span.ft_span1 {
    text-align: center;
    display: block;
    width: 100%;
    height: 14px;
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
}

@font-face {
    font-family: '04b_03b';
    src: url('../font/04b_03b.ttf') format('truetype'), url('../font/04b_03b.eot'); /* IE9+ */
}

span.ft_span2 {
    text-align: center;
    display: block;
    width: 100%;
    height: 10px;
    font-size: 8px;
    color: #fff;
    font-family: '04b_03b';
    opacity: 0.3;
}
/*蒙板*/
#mask_Ma {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1202;
    top: 0;
    left: 0;
    background: #000;
}

#qd_num {
    float: right;
    width: 20px;
    height: 12px;
    color: #fff;
}
/*确认按钮*/
.sub_btn {
    position: fixed;
    width: 252px;
    min-height: 100px;
    background: url(../image/alert.jpg) repeat;
    border-radius: 5px;
    left: 50%;
    margin-left: -126px;
    top: 50%;
    margin-top: -50px;
    display: none;
    z-index:10001;
}

.su_span {
    display: block;
    width: 220px;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #0283bf;
    margin-left: 16px;
}

a.sure_a {
    text-align: center;
    display: block;
    width: 115px;
    height: 30px;
    line-height: 30px;
    background: #0283bf;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
/*两个按钮*/
#su_btn {
}

a.bta_a {
    float: left;
    text-align: center;
    display: block;
    width: 54px;
    height: 24px;
    line-height: 24px;
    background: #548841;
    font-size: 10px;
    border-radius: 3px;
    color: #fff;
    margin-top: 20px;
}

#wq_Mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    top: 0px;
    left: 0px;
    z-index:10000;
    display:none;
}
