/*#qrcode*/

#qrcode {
    position: absolute;
    z-index: 10;
    top: 82px;
    left: 50%;
    overflow: hidden;
    width: 384px;
    height: 260px;
    margin-left: 36px;
    background: url(../i/qrcode.png) 0 bottom no-repeat;
}

#qrcode p {
    font-family: Arial, SimSun;
    display: inline-block;
    width: 134px;
    margin: 185px 0 0 32px;
    color: #7c7c7c;
    *zoom: 1;
    *display: inline;
}

#qrcode .close {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
}


/*#search*/

#search {
    position: absolute;
    z-index: 10;
    top: 300px;
    left: 50%;
    overflow: hidden;
    width: 251px;
    height: 110px;
    margin-left: 240px;
    background: url(../i/search-bg.png) 0 0 no-repeat;
}

#search p {
    font-family: Arial, SimSun;
    padding: 20px 16px 10px;
    color: #7c7c7c;
}

#footer .box-center {
    background-color: #e3e3e3;
}


/*font*/

.f-black {
    color: #000;
}

#banner .btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 242px;
    height: 180px;
    padding: 50px 20px 0;
    text-align: center;
    background: url(../i/banner-wrap-bg.jpg) 0 0 no-repeat;
}

#banner .btn {
    font-size: 14px;
    line-height: 45px;
    display: inline-block;
    width: 115px;
    height: 45px;
    color: #1f296e;
    background: url(../i/banner-btn-bg.png) 50% 50% no-repeat;
    *display: inline-block;
    *zoom: 1;
}

#banner .link {
    display: inline-block;
    width: 115px;
    height: 18px;
    color: #fff;
    *display: inline-block;
    *zoom: 1;
}

#banner .link2 {
    margin-bottom: 30px;
}

#banner .btn:hover,
#banner .link:hover {
    color: #ff5200;
}

#content .btn-wrap {
    font-size: 0;
    width: 668px;
    padding: 0 25px;
    text-align: left;
    overflow: hidden;
}

#content .btn-wrap a {
    font-family: Verdana, Arial, SimHei;
    font-size: 18px;
    display: block;
    width: 165px;
    margin: 1px 2px 0 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #82b7ea;
    float: left;
}

#content .btn-wrap a:hover {
    background-color: #ec6207;
}

#content .wrap {
    width: 628px;
    padding: 0 45px;
}

#content h1 {
    font-size: 20px;
    padding: 25px 0;
    color: #e74112;
}

#content table {
    font-size: 14px;
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

#content th {
    width: 70px;
    color: #fff;
    background-color: #82b7ea;
}

#content th,
#content td {
    padding: 10px;
}

#content td {
    color: #444;
    background-color: #c7ddf2;
    min-width: 70px;
}

#content p {
    font-size: 14px;
    line-height: 2;
    padding: 0 15px;
    color: #444;
    background: url(../i/dot.png) -1px 8px no-repeat;
}

#content table p {
    line-height: 1.5;
    padding: 0;
    background: none;
}

#content blockquote {
    margin: 10px;
    color: #808080;
}

#content .side-bar {
    position: absolute;
    top: 0;
    right: 0;
}

#content .side-bar img {
    display: block;
    margin-bottom: 14px;
}

#content .side-bar a {
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    width: 133px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: #eb8421;
}

#content .side-bar a:hover {
    background: #1f2970;
}

#content .side-bar .link1 {
    top: 146px;
    left: 77px;
}

#content .side-bar .link2 {
    top: 372px;
    left: 76px;
}
