html {
    overflow-y: scroll;
    background-color: #f2f4f7;
}

body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #434343;
    background: url('map.png') no-repeat center 15px;
}

h1, h3, h4, h5, p, ul, form, li, input {
    margin: 0;
    padding: 0;
}
.title {
	text-align:center;
	overflow:hidden;
}

ul, li {
    list-style: none;
}

img {
    border: none;
}

a {
    padding: 2px;
    text-decoration: none;
    color: #2b5e9a;
    cursor: pointer;
}

a:hover {
    color: #fff;
    background-color: #2b5e9a;
}

a.current {
    color: #666;
}

a.current:hover {
    text-decoration: none;
    cursor: default;
    color: #666;
    background-color: #fff;
}

.hidden {
    display: none;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

/* 总体居中 */

#doc1 {
    width: 960px;
    margin: 0 auto;
}

/* 头部 */

#hd {
    position: relative;
    height: 90px;
    overflow: hidden;
    zoom: 1;
}

/* 导航 */
#hd .nav-list {
    float: right;
    border: solid #fff;
    border-width: 0 1px;
    background: #fff;
    margin: 15px 0 0 0;
}

#hd .nav-list div {
    position: relative;
    float: left;
    top: -1px;
    left: 0;
    border: solid #fff;
    border-width: 1px 0 0;
}

#hd .nav-list div div {
    float: left;
    top: 2px;
    border-width: 0 0 2px;
}

#hd .nav-list div div .li-left {
    float: left;
    margin: 0 8px;
    height: 18px;
}

#hd .nav-list div div a {
    color: #666666;
    text-decoration: none;
}

#hd .nav-list div div a.current {
    color: #2B5E9A;
}

#hd .nav-list div div a:hover {
    background: none;
    text-decoration: underline;
}

#hd .nav-list div div .line-left {
    color: #e5e5e5;
    margin-left: 17px;
    cursor: auto;
}

#hd .nav-list div div .line-right {
    color: #e5e5e5;
    margin-right: 17px;
    cursor: auto;
}

/* logo */
#hd .logo {
    background: url('logo.png') no-repeat;
    margin-top: 12px;
    float: left;
    width: 221px;
    height: 66px;
}

#hd .login-suc .login-div, #hd .login-suc .reg-div, #hd .logout-div {
    display: none;
}

#hd .login-suc .logout-div {
    display: block;
}

/* 高亮 */

i {
    color: #ab1f1f;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

i.large {
    font-size: 18px;
}

/* 联系方式 */

.tab {
    overflow: hidden;
    zoom: 1;
}

.contact {
    width: 722px;
    line-height: 32px;
    clear: both;
    position: relative;
    left: 236px;
    top: -31px;
}

.contact a {
    margin-left: 12px;
    color: black;
}

.contact a:hover {
    color: black;
    background: transparent;
}

.suggestion {
    position: relative;
    float: right;
    width: 125px;
    _width: 127px;
    margin: 18px 2px 0 10px;
}

#live800iconlink {
    font-weight: normal;
    text-decoration: underline;
}

#live800iconlink:hover {
    color: #000;
}

.suggestion .contact-tel {
    float: left;
    font-weight: bold;
}

.suggestion .contact-tel i {
    color: #AB1F1F;
    font-weight: bold;
}

.suggestion a {
    color: #000;
}

.suggestion a:hover {
    background: none;
}

.contact .navigation {
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.contact .navigation a {
    padding: 2px;
    text-decoration: none;
    color: #2b5e9a;
}

.contact .navigation a:hover {
    color: #fff;
    background-color: #2b5e9a;
}

.contact .navigation a.current {
    color: #666;
}

.contact .navigation a.current:hover {
    color: #666;
    background: none;
}

/* 框架 */

.bd-border {
    clear: both;
    border: 4px solid #eeeeee;
    background-color: #eeeeee;
    position: relative;
    margin-bottom: -4px;
    top: 10px;
}

.bd-border .bd-padding {
    border: 2px solid #eeeeee;
    padding: 0 4px 4px 4px;
    background-color: #fff;
    margin-top: -10px;
    position: relative;
}

/* 在IE6中触发hasLayout，所以再套一层 */

.bd-border .bd-inner-border {
    border: 2px solid #eeeeee;
    margin-top: -8px;
    background-color: #fff;
    position: relative;
}

.bd-border .bd-content {
    overflow: hidden;
    zoom: 1;
}

/* 底部链接 */

#ft {
    margin: 30px 0;
	line-height:25px;
    text-align: center;
    color: #929292;
}

#ft a {
    line-height: 1.5em;
    margin: 0 8px;
    color: #929292;
}

#ft a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #929292;
}

/* hide class by gonghao@2012-09-26 */
.dn {
    display: none;
}

<!--example-joozone-->

.examples .promise{
    padding: 20px;
}

.promise ul li {
    line-height: 30px;
}

.examples .exampleCon {
    margin-top: 20px;
    border-bottom: 3px solid #F3F4F8;
    overflow: hidden;
}

.examples .exampleCon .category {
    float: left;
    width: 92px;
    margin-top: 30px;
    background: #DEDEDE;
}

.examples .exampleCon .exampleList {
    padding: 0 20px 20px 20px;
}

.exampleList #toTransCon {
    float: left;
    width: 420px;
	line-height:22px;
	font-size:14px;
}

.exampleList #toTransCon p, .exampleList #toTransCon li {
    line-height: 34px;
}

.exampleList #transCon {
    float: right;
    width: 420px;
	margin-bottom:30px;
	text-align:justify;
}

.exampleList #transCon p, .exampleList #transCon li {
    line-height: 22px;
}

.exampleList .examTitle {
    height: 20px;
    line-height: 22px;
}

.exampleList .transCon {
    width: 390px;
    border: 1px solid #D4D4D4;
    overflow-y: auto;
    padding: 10px;
    font-size: 15px;
	line-height:22px;
    margin-top: 10px;
}