﻿/*
 * 特殊样式,兼容IE6,7,8,9,Chrome,Firefox
 * ============================================================================
 * @ psd to html ,2013
 * @ Author: Haumy Gu
 * @ Official Website: http://www.mycssweb.com; Taobao Shop: http://divcss.taobao.com
 * ============================================================================
*/
/*------------首页------------*/
/*banner*/
.banner {
    width: 994px;
    height: 265px;
    margin: 0 auto;
    border: #c9caca 1px solid;
    overflow: hidden;
    position: relative;
}

    .banner ul {
        height: 265px;
    }

    .banner li {
        float: left;
        width: 994px;
        height: 265px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .banner img {
        width: 994px;
        height: 265px;
    }

.banner_left, .banner_right {
    position: absolute;
    width: 49px;
    height: 49px;
    bottom: 33px;
    cursor: pointer;
    z-index: 9999;
}

.banner_left {
    background: url(../images/banner_left.png);
    left: 0;
    _background: none; /*IE6*/
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/banner_left.png"); /*IE6*/
}

.banner_right {
    background: url(../images/banner_right.png);
    right: 0;
    _background: none; /*IE6*/
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/banner_right.png"); /*IE6*/
}
/*导航*/
.nav {
    border-bottom: #c9caca 1px solid;
    margin: 0 auto;
    width: 996px;
    background: #fff;
    overflow: hidden;
}

.nav_div {
    float: left;
    border-left: #c9caca 1px solid;
    width: 248px;
}

    .nav_div h2 {
        background: #004098;
        border-bottom: #c9caca 1px solid;
        height: 35px;
        line-height: 35px;
        color: #fff;
        font-size: 18px;
        text-indent: 26px;
        font-weight: normal;
        font-family: Microsoft Yahei,SimHei;
    }

.more {
    font-family: Arial;
    float: right;
    margin: -35px 0 0;
    line-height: 35px;
    font-size: 10px;
    padding: 0 19px 0 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .more a, .more a:hover {
        color: #fff;
        text-decoration: none;
    }

.nav_content {
    padding: 0 19px 0 24px;
}

.ul_nav {
    border-bottom: #c9caca 1px dotted;
    line-height: 24px;
    padding: 7px 3px;
    font-size: 14px;
    overflow: hidden;
    min-height: 87px;
}

    .ul_nav li a {
        background: url(../images/nav.gif) no-repeat left center;
        padding: 0 0 0 13px;
    }

.ul_new {
    line-height: 21px;
    height: 42px;
    padding: 10px 3px 11px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    .ul_new li a {
        float: left;
        width: 14em;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .ul_new li img {
        float: left;
    }

.info {
    border-right: #c9caca 1px solid;
    width: 247px;
}

    .info .ul_nav li {
        width: 50%;
        float: left;
    }
/*导航*/
.navn {
    border-bottom: #c9caca 1px solid;
    margin: 0 auto;
    width: 994px;
    background: #fff;
    overflow: hidden;
    border-left: #c9caca 1px solid;
    border-right: #c9caca 1px solid;
}

.navn_div {
    float: left;
    width: 248.5px;
}

    .navn_div h2 {
        background-color: #efeff0;
        border-bottom: #c9caca 1px solid;
        height: 35px;
        line-height: 35px;
        color: #004098;
        font-size: 18px;
        text-indent: 26px;
        font-weight: normal;
        font-family: Microsoft Yahei,SimHei;
    }

.moren {
    font-family: Arial;
    float: right;
    margin: -35px 0 0;
    line-height: 35px;
    font-size: 10px;
    padding: 0 19px 0 0;
}

    .moren a, .moren a:hover {
        color: #004098;
        text-decoration: none;
    }

.navn_content {
    padding: 0 19px 0 24px;
}

.ul_newn {
    line-height: 21px;
    height: 42px;
    padding: 10px 3px 11px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    .ul_newn li a {
        float: left;
        width: 14em;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .ul_newn li img {
        float: left;
    }
/*广告*/
.ad {
    border: #c9caca 1px solid;
    border-top: none;
    width: 994px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 21px 0 11px;
}

    .ad img {
        margin: 0 0 10px;
    }

.bottom {
    height: 64px;
    background: url(../images/bottom.gif) repeat-x;
}
/*------------服务及联系------------*/
.content {
    line-height: 22px;
    color: #595757;
}

    .content h3 {
        background: url(../images/bt.gif) no-repeat left center;
        text-indent: 19px;
        font-family: sans-serif;
        margin: 0 0 3px;
    }

    .content p {
        margin: 0 0 20px;
    }

.team {
    overflow: hidden;
    zoom: 1;
}

    .team li {
        float: left;
        width: 145px;
        height: 111px;
        background: #efefef url(../images/photo.gif) no-repeat right bottom;
        padding: 16px 0 12px 108px;
        color: #595757;
        font-family: Arial;
        line-height: 22px;
        margin: 0 3px 11px 0;
        overflow: hidden;
    }

.photo {
    float: left;
    width: 86px;
    height: 119px;
    background: url(../images/frame.gif);
    padding: 1px;
    overflow: hidden;
    margin: -5px 0 0 -100px;
    display: inline;
}

    .photo img {
        width: 86px;
        height: 119px;
    }
/*------------新闻中心------------*/
.important {
    padding: 0 0 0 178px;
    line-height: 21px;
    color: #606060;
    height: 116px;
    margin: 0 0 25px;
}

.important_img {
    float: left;
    margin: 0 0 0 -178px;
    display: inline;
    border: #707070 1px solid;
    width: 156px;
    height: 114px;
    overflow: hidden;
}

    .important_img img {
        width: 156px;
    }

.important h3 {
    margin: 0 0 6px;
}

    .important h3 a {
        color: #d30602;
        font-size: 15px;
        font-family: sans-serif;
    }

.ul_news {
    text-align: right;
    color: #b2b2b2;
    border-top: #bfbfbf 1px dotted;
    margin: 0 0 22px;
}

    .ul_news li {
        line-height: 25px;
        height: 25px;
        border-bottom: #bfbfbf 1px dotted;
        padding: 0 3px;
    }

        .ul_news li a {
            float: left;
            background: url(../images/li.gif) no-repeat left center;
            padding: 0 0 0 14px;
            color: #606060;
        }

.news_pressrelease_detail h2 {
    font-size: 16px;
    color: #9a1101;
    text-align: center;
    font-weight: normal;
    padding-bottom: 3px;
}

.news_pressrelease_detail .sectitle {
    line-height: 30px;
    color: #606060;
    border-bottom: 1px dotted #b3b3b3;
    margin-bottom: 10px;
}

.news_pressrelease_detail img {
    text-align: center;
    border: 3px solid #e8e8e8;
}

.news_pressrelease_detail {
    text-align: justify;
    text-justify: inter-ideograph;
}
/*------------分页------------*/
.page {
    background: #e5e5e5;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #606060;
    _padding: 8px 0 0;
    _height: 27px;
}

    .page a {
        color: #606060;
    }

.page_ipt {
    border: #b7b7b7 1px solid;
    height: 17px;
    line-height: 17px;
    width: 27px;
    text-align: center;
}

.go_page {
    background: #afafaf;
    border: none;
    width: 29px;
    height: 19px;
    cursor: pointer;
    color: #606060;
    position: relative;
    top: 0;
    font-family: Arial;
    overflow: hidden;
}
/*------------展会概况------------*/
.zy {
    overflow: auto;
    zoom: 1;
    margin: 0 0 20px;
}

    .zy li {
        float: left;
        padding: 0 21px 0 0;
        font-weight: bold;
    }

        .zy li a:link, .zy li a:visited {
            background: url(../images/zy.gif) no-repeat left center;
            padding: 0 0 0 22px;
            color: #004098;
        }

.gk {
    color: #606060;
    line-height: 21px;
}

    .gk h2 {
        font-size: 16px;
        color: #004098;
        font-family: sans-serif;
        line-height: 24px;
        clear: both;
    }

        .gk h2 span {
            font-size: 13px;
            font-family: Arial;
            display: block;
            margin: -3px 0 0;
        }

    .gk h3 {
        color: #ff9c00;
        border-bottom: #f5a200 1px solid;
        line-height: 25px;
        padding: 10px 0 0;
        font-family: sans-serif;
        clear: both;
    }

.dl_gk dt {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0 0;
    clear: both;
}

.dl_gk li {
    background: url(../images/li_y.gif) no-repeat left center;
    padding: 0 0 0 17px;
}

.dl_gk span {
    float: left;
    width: 49%;
}
/*------------合作媒体------------*/
.order {
    float: right;
    line-height: 55px;
    margin: -55px 0 0;
}

.media {
    margin: 0 0 0 -18px;
    width: 516px;
}

    .media li {
        float: left;
        width: 153px;
        margin: 0 0 19px 18px;
        display: inline;
    }

.media_img {
    border: #ddddde 1px solid;
    width: 151px;
    height: 65px;
    margin: 0 0 2px;
}

    .media_img img {
        width: 151px;
    }

.media h6 {
    padding: 4px 5px 3px;
    height: 36px;
    line-height: 18px;
    font-size: 12px;
    background: #efeff0;
}

    .media h6 a {
        color: #606060;
        font-family: simsun;
        font-weight: normal;
    }
/*------------展前快讯------------*/
.kx li {
    height: 243px;
    margin: 0 0 6px;
}

.kx_img {
    width: 177px;
    height: 217px;
    float: left;
    margin: 0 2px 0 0;
    background: url(../images/kx_img.gif);
    padding: 26px 0 0;
    text-align: center;
}

    .kx_img img {
        width: 127px;
        height: 193px;
    }

.kx_menu {
    width: 209px;
    height: 228px;
    background: #c6deeb;
    margin: 0 2px 0 0;
    float: left;
    line-height: 21px;
    padding: 15px 0 0 24px;
}

    .kx_menu h3 {
        margin: 0 0 6px;
        color: #004098;
        font-family: sans-serif;
    }

    .kx_menu li {
        height: 21px;
        line-height: 21px;
        margin: 0;
        background: url(../images/step_div.gif) no-repeat left center;
        padding: 0 0 0 15px;
    }

.kx_set {
    width: 50px;
    height: 207px;
    float: left;
    background: url(../images/kx_set.gif);
    padding: 36px 15px 0;
}

    .kx_set a {
        padding: 56px 0 0;
        line-height: 26px;
        margin: 0 0 14px;
        text-align: center;
        display: block;
        height: 26px;
    }

.dzs {
    background: url(../images/dzs.gif) no-repeat;
}

.pdf {
    background: url(../images/pdf.gif) no-repeat;
}
/*------------logo下载------------*/
.logo_down h3 {
    font-family: sans-serif;
    font-size: 12px;
    margin: 0 0 10px;
}

.logo_down h4 {
    font-family: sans-serif;
    font-size: 12px;
    border-top: #c5c5c5 2px solid;
    border-bottom: #f0f0f0 1px solid;
    line-height: 26px;
    margin: 22px 0 0;
    text-indent: 10px;
}

.ul_xg {
    text-align: right;
    overflow: auto;
    zoom: 1;
}

    .ul_xg span {
        float: left;
        height: 31px;
    }

    .ul_xg li {
        padding: 0 18px 0 10px;
        border-bottom: #f0f0f0 1px solid;
        height: 31px;
        line-height: 31px;
    }

    .ul_xg a {
        display: inline-block;
        width: 16px;
        height: 16px;
        text-indent: 5000px;
        overflow: hidden;
        position: relative;
        top: 7px;
        *top: 0;
        margin: 0 0 0 7px;
    }

.d_word {
    background: url(../images/d_word.gif);
}

.d_pdf {
    background: url(../images/d_pdf.gif);
}

.d_excel {
    background: url(../images/d_excel.gif);
}

.downs {
    position: relative;
    border-bottom: #c3c3c3 1px dotted;
    margin: 0 0 15px;
}

    .downs p {
        margin: 0 0 10px;
    }

.ul_down {
    position: absolute;
    right: 0;
    top: -28px;
}

    .ul_down a {
        display: block;
        width: 84px;
        height: 22px;
        line-height: 22px;
        margin: 0 0 1px;
        background: #eee;
        color: #a2a2a2;
        text-align: center;
    }

.nones {
    border: none;
}
/*------------CBB视频及图片------------*/
.video {
    width: 384px;
    height: 300px;
    margin: 14px auto;
}

.ul_tp {
    margin: 15px 0 0 -15px;
    width: 510px;
    min-height: 238px;
    _height: 238px;
}

    .ul_tp li {
        float: left;
        width: 155px;
        margin: 0 0 16px 15px;
        display: inline;
    }
/*------------展商名录------------*/
.zg {
    overflow: auto;
    zoom: 1;
    margin: 0 0 20px;
}

    .zg li {
        float: left;
        padding: 0 12px 0 0;
        font-weight: bold;
    }

        .zg li a:link, .zg li a:visited {
            background: url(../images/zy.gif) no-repeat left center;
            padding: 0 0 0 22px;
            color: #606060;
        }

        .zg li a:hover, .zg li a:active, .zg li.on a:link, .zg li.on a:visited {
            color: #004098;
        }

.zg_table {
    width: 100%;
    background: #9e9e9f;
}

    .zg_table th {
        background: #ddddde;
        height: 32px;
        text-align: center;
        font-weight: bold;
        padding: 0 23px;
    }

        .zg_table th.tal, .zg_table td.tal {
            text-align: left;
        }

    .zg_table td {
        height: 32px;
        padding: 0 23px;
        background: #fffff2;
        text-align: center;
    }

    .zg_table tr.odd td {
        background: #eff9fe;
    }
/*------------展商管理系统登录------------*/
.system {
    background: url(../images/system.gif);
    width: 264px;
    height: 470px;
    padding: 83px 34px 0 195px;
}

.ipt {
    width: 194px;
    height: 36px;
    padding: 1px 0 1px 42px;
    line-height: 36px;
    border: 0;
    margin: 0 0 20px;
    color: #999;
    font-family: Microsoft YaHei;
}

.user {
    background: url(../images/system_form.gif);
}

.pass {
    background: url(../images/system_form.gif) 0 -38px;
}

.yzm {
    width: 109px;
    height: 24px;
    border: #bbb 1px solid;
    padding: 0 10px;
    color: #999;
    font-family: Microsoft YaHei;
    vertical-align: middle;
    margin: 0 5px 10px 0;
    line-height: 24px;
}

.system img {
    vertical-align: middle;
    margin: 0 0 10px;
}

.fr {
    text-align: right;
    padding: 0 28px 0 0;
    color: #999;
    margin: 0 0 28px;
}

    .fr a {
        color: #005aa0;
        text-decoration: underline;
    }

.login {
    width: 63px;
    height: 27px;
    background: url(../images/login.gif);
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    *text-indent: 0;
    *line-height: 9999px;
    overflow: hidden;
}

.fr input:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/*------------参展程序------------*/
.step {
    overflow: auto;
    zoom: 1;
    padding: 0 0 30px;
}

    .step li {
        padding: 0 0 0 37px;
        margin: 0 0 9px;
        background: #eaf6fd;
        border: #d1ebfb 1px solid;
        width: 456px;
    }

        .step li.bz {
            background: #d1ebfb;
        }

            .step li.bz h3 {
                padding: 10px 8px 0;
            }

    .step h3 {
        float: left;
        width: 21px;
        color: #004098;
        font-size: 18px;
        position: relative;
        margin: 0 0 0 -37px;
        padding: 43px 8px 0;
        display: inline;
    }

        .step h3 em {
            background: url(../images/step.gif) no-repeat;
            width: 38px;
            height: 38px;
            display: block;
            text-indent: -9999px;
            position: absolute;
            left: -1px;
            top: -1px;
            overflow: hidden;
        }

            .step h3 em.step1 {
                background-position: 0 0;
            }

            .step h3 em.step2 {
                background-position: -38px 0;
            }

            .step h3 em.step3 {
                background-position: -76px 0;
            }

            .step h3 em.step4 {
                background-position: -114px 0;
            }

            .step h3 em.step5 {
                background-position: -152px 0;
            }

            .step h3 em.step6 {
                background-position: -190px 0;
                height: 8px;
            }

.step_div {
    width: 432px;
    min-height: 92px;
    _height: 92px;
    background: #fff;
    padding: 7px 12px;
    line-height: 21px;
    _float: left;
}

    .step_div p {
        background: url(../images/step_div.gif) no-repeat left 5px;
        padding: 0 0 0 11px;
    }

        .step_div p.none {
            background: none;
        }
/*------------登记表单------------*/
.form_table {
    width: 100%;
}

    .form_table td {
        height: 36px;
        padding: 0 5px;
    }

.red {
    color: red;
    margin: 0 4px 0 0;
    float: left;
}

.form_ipt {
    padding: 0 5px;
    height: 19px;
    line-height: 19px;
    border: #e2e3ea 1px solid;
    border-top: #abadb3 1px solid;
}

.w91 {
    width: 91px;
}

.w41 {
    width: 41px;
}

.w65 {
    width: 65px;
}

.w62 {
    width: 62px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w122 {
    width: 122px;
}

.w129 {
    width: 129px;
}

.w141 {
    width: 141px;
}

.w168 {
    width: 168px;
}

.w202 {
    width: 202px;
}

.w225 {
    width: 225px;
}

.w228 {
    width: 228px;
}

.w246 {
    width: 246px;
}

.w314 {
    width: 314px;
}

#radiolist {
    line-height: 26px;
    color: #585c60;
}

.hRadio {
    padding-left: 16px;
    display: inline-block;
    background: url(../images/radio.gif) no-repeat left -42px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.hRadio_Checked {
    background-position: 0 -6px;
}
/*下拉菜单美化*/
.select92 {
    width: 92px;
    margin: 0 24px 0 0;
    height: 21px;
    _margin: 0 0 0 3px;
}

.dropdown div {
    display: none;
    position: relative;
}

.dropdown span {
    position: absolute;
}

.dropdown {
    float: left;
    height: 21px;
}

    .dropdown h4 {
        text-indent: 5px;
        height: 19px;
        background: url(../images/select_h4.gif) no-repeat right center;
        color: #606060;
        cursor: pointer;
        width: 92px;
        font-weight: normal;
        line-height: 19px;
        font-family: sans-serif;
        font-size: 12px;
        border: #e2e3ea 1px solid;
        border-top: #abadb3 1px solid;
    }

.select92 h4.over {
    background-image: url(../images/select_h4.gif);
    line-height: 19px;
}

.select92 h4.current {
    border-color: #999;
    line-height: 19px;
}

.dropdown ul {
    position: absolute;
    display: none;
    border: 1px solid #AAA;
    background: #fff;
}

    .dropdown ul li {
        text-indent: 5px;
        background: #fff;
        height: 19px;
        display: block;
        cursor: default;
    }

        .dropdown ul li.over {
            background: #1d418e;
            color: #fff;
        }

.select92 h4, .select92 ul {
    width: 90px;
}

.form h6 {
    color: #004098;
    font-size: 12px;
    font-family: sans-serif;
    margin: 30px 0 10px;
}

.steps {
    background: url(../images/steps.gif) no-repeat;
    height: 45px;
    text-indent: -9999px;
    margin: 0 0 25px;
}

.steps2 {
    background: url(../images/steps2.gif) no-repeat;
    height: 45px;
    text-indent: -9999px;
    margin: 0 0 25px;
}

.steps3 {
    background: url(../images/steps3.gif) no-repeat;
    height: 45px;
    text-indent: -9999px;
    margin: 0 0 25px;
}

.infos p {
    margin: 0 0 10px;
    line-height: 25px;
}

.next {
    text-align: right;
    height: 35px;
    margin: 20px 0 10px;
    background: #efeff0;
    padding: 7px 13px 7px 0;
}

    .next input {
        width: 83px;
        height: 32px;
        border: 0;
        background: url(../images/next.gif);
        text-indent: -9999px;
        *text-indent: 0;
        *line-height: 9999px;
        overflow: hidden;
        cursor: pointer;
    }

.djsm {
    text-indent: 2em;
    line-height: 21px;
    margin: 0 0 30px;
}

.dg {
    padding: 0 6px;
    line-height: 40px;
    color: #004098;
    font-weight: bold;
}

.chklist {
    height: 70px;
    padding: 0 0 0 12px;
}

    .chklist li {
        float: left;
        width: 119px;
        height: 35px;
        line-height: 35px;
    }

    .chklist input {
        position: relative;
        top: 3px;
        margin: 0 5px 0 0;
    }

.text textarea {
    width: 409px;
    height: 78px;
    padding: 5px;
    border: #c5daed 1px solid;
    border-top: #5794bf 1px solid;
    margin: 0 0 40px 12px;
    font-size: 12px;
    color: #000;
}

.next input.tj {
    width: 83px;
    height: 32px;
    border: 0;
    background: url(../images/tj.gif);
    text-indent: -9999px;
    *text-indent: 0;
    *line-height: 9999px;
    overflow: hidden;
    cursor: pointer;
}

.zbf {
    border-top: #afafaf 1px solid;
    margin: 17px 0 0;
}

    .zbf ul {
        padding: 0 0 0 6px;
    }

    .zbf li {
        float: left;
        width: 49%;
        line-height: 21px;
    }

#select3 {
    margin: 0;
}

.reds {
    color: red;
}

.form h3 {
    background: #ececed;
    color: #004098;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 23px;
    text-indent: 9px;
}

.table {
    padding: 22px 0 11px 11px;
}

    .table p {
        margin: 0 0 11px;
    }

.form_ipts {
    padding: 0 5px;
    height: 17px;
    line-height: 17px;
    border: #818181 1px solid;
    color: #7f7f7f;
    vertical-align: middle;
}

.checkbox {
    position: relative;
    top: 3px;
}

.textarea {
    border: #818181 1px solid;
    width: 464px;
    height: 49px;
    padding: 5px;
    font-size: 12px;
    color: #000;
    font-family: sans-serif;
}

.ra {
    height: 30px;
    line-height: 30px;
}

.ra_m {
    float: left;
    width: 120px;
    height: 30px;
}

.tra {
    padding-top: 10px;
}

.tjs {
    text-align: right;
    height: 46px;
    margin: 10px 0 10px;
    background: #efeff0;
}

    .tjs input {
        width: 83px;
        height: 32px;
        border: 0;
        margin: 7px;
        background: url(../images/tj.gif);
        text-indent: -9999px;
        *text-indent: 0;
        *line-height: 9999px;
        overflow: hidden;
        cursor: pointer;
    }

.table .number {
    display: inline-block;
    background: #004098;
    width: 13px;
    height: 13px;
    color: #fff;
    margin: 0 14px 0 0;
    line-height: 13px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    position: relative;
    top: 4px;
    *top: 0;
}
/*展商中心*/
.manual_dl {
    line-height: 32px;
    color: #606060;
}

    .manual_dl a {
        background: #dbdbdb;
        padding: 3px 10px 3px 8px;
    }

.invitation h3 {
    margin-top: 10px;
    width: 490px;
}

.invitation textarea {
    border: 1px solid #e3e9ef;
    padding: 10px;
    width: 468px;
}

.invitation .zishu {
    color: #acacac;
}

.invitation .inv_table {
    margin-top: 30px;
}

.invitation .inv_info {
    background: #efefef;
    color: #606060;
    padding: 10px;
}

.invitation input {
    width: 185px;
    height: 22px;
    line-height: 22px;
    border-radius: 3px;
}

    .invitation input.btn_next {
        width: 83px;
        height: 32px;
        border: none;
        background: url(../images/btn_invitation.gif) 0 0 no-repeat;
        text-indent: 9999px;
        cursor: pointer;
    }

.invitation .inv_show {
    width: 490px;
    margin-top: 20px;
    color: #606060;
}

    .invitation .inv_show .inv_con {
        width: 490px;
        line-height: 20px;
        margin-bottom: 20px;
        border-bottom: 1px dotted #606060;
        padding-bottom: 20px;
    }

.invitation input.btn_back {
    width: 83px;
    height: 32px;
    border: none;
    background: url(../images/btn_invitation.gif) 0 -34px no-repeat;
    text-indent: 9999px;
    cursor: pointer;
    float: left;
    margin-right: 25px;
}

.invitation input.btn_send {
    width: 83px;
    height: 32px;
    border: none;
    background: url(../images/btn_invitation.gif) 0 -68px no-repeat;
    text-indent: 9999px;
    cursor: pointer;
    float: left;
}

.technical {
    width: 680px;
    color: #606060;
}

    .technical p {
        line-height: 24px;
    }

    .technical h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 45px;
    }

    .technical .tech_table {
        width: 680px;
    }

        .technical .tech_table td {
            line-height: 45px;
        }

            .technical .tech_table td .w5 {
                width: 580px;
                border: 1px solid #ccc;
                line-height: 22px;
                border-radius: 3px;
            }

            .technical .tech_table td .w2 {
                width: 230px;
                border: 1px solid #ccc;
                line-height: 22px;
                border-radius: 3px;
            }

            .technical .tech_table td .w1 {
                width: 80px;
                border: 1px solid #ccc;
                line-height: 22px;
                border-radius: 3px;
            }

            .technical .tech_table td .w0 {
                width: 50px;
                border: 1px solid #ccc;
                line-height: 22px;
                border-radius: 3px;
            }

    .technical .btn_submit {
        width: 83px;
        height: 32px;
        border: none;
        background: url(../images/btn_invitation.gif) 0 -102px no-repeat;
        text-indent: 9999px;
        cursor: pointer;
        float: right;
    }

.badge {
    width: 680px;
    color: #606060;
}

    .badge .badge_table {
        width: 680px;
        margin: 10px 0;
    }

        .badge .badge_table th {
            background: #efeff0;
            border-bottom: 1px solid #fff;
            line-height: 26px;
        }

        .badge .badge_table td {
            background: #ebf7fe;
            border-top: 1px solid #fff;
            line-height: 26px;
        }

    .badge h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 45px;
        text-align: center;
    }

    .badge .badge_tab input {
        width: 200px;
        line-height: 22px;
        height: 22px;
        margin: 10px 30px 10px 0;
        border-radius: 3px;
    }

    .badge .btn_submit {
        width: 83px;
        height: 32px;
        border: none;
        background: url(../images/btn_invitation.gif) 0 -102px no-repeat;
        text-indent: 9999px;
        cursor: pointer;
        float: right;
    }

    .badge .btn_submit1 {
        width: 83px;
        height: 32px;
        border: none;
        background: url(../images/btn_invitation1.gif) 0 -102px no-repeat;
        text-indent: 9999px;
        cursor: pointer;
        float: right;
    }

.proceedings {
    color: #606060;
    width: 650px;
}

    .proceedings .pro_table1 td {
        line-height: 36px;
        padding-right: 20px;
    }

        .proceedings .pro_table1 td .w {
            width: 300px;
            line-height: 22px;
            border: 1px solid #ccc;
            border-radius: 3px;
        }

        .proceedings .pro_table1 td .grey {
            background: #ccc;
        }

        .proceedings .pro_table1 td .s {
            width: 120px;
            line-height: 22px;
            border: 1px solid #ccc;
            border-radius: 3px;
        }

        .proceedings .pro_table1 td .ss {
            width: 40px;
            line-height: 22px;
            border: 1px solid #ccc;
            border-radius: 3px;
        }

        .proceedings .pro_table1 td .red {
            color: #3c87ae;
            float: none;
        }

    .proceedings .beizhu {
        background: #d9edf6;
        border: 1px solid #bce8f1;
        color: #3c87ae;
        border-radius: 3px;
        padding: 3px 10px;
    }

    .proceedings p.beizhu {
        height: 32px;
        line-height: 32px;
        padding: 0;
        border-radius: 3px;
    }

    .proceedings .pro_table1 .d_line {
        border-bottom: 1px dotted #ccc;
    }

    .proceedings .pro_table2 {
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        padding: 20px;
        margin-bottom: 10px;
    }
        /*.proceedings .pro_table2 td{ line-height:36px; border-bottom:1px solid #ddd;}*/
        .proceedings .pro_table2 td input {
            margin-right: 10px;
        }

    .proceedings .btn_submit {
        width: 83px;
        height: 32px;
        border: none;
        background: url(../images/btn_invitation.gif) 0 -102px no-repeat;
        text-indent: 9999px;
        cursor: pointer;
        float: right;
    }

.cha_table {
    width: 420px;
}

    .cha_table td {
        line-height: 32px;
        height: 32px;
    }

    .cha_table .red {
        float: none;
    }

    .cha_table input {
        width: 200px;
        border: 1px solid #ccc;
        line-height: 22px;
        height: 22px;
        margin-left: 10px;
        border-radius: 3px;
    }

        .cha_table input.s {
            width: 140px;
        }

    .cha_table .btn_submit {
        width: 83px;
        height: 32px;
        border: none;
        background: url(../images/btn_invitation.gif) 0 -102px no-repeat;
        text-indent: 9999px;
        cursor: pointer;
        float: right;
        margin-top: 20px;
    }

.adimglist img {
    border: 2px solid #d5d5d5;
    width: 186px;
    height: 52px;
    margin-bottom: 10px;
}

.two_left1 h3 {
    line-height: 50px;
    color: #ff9c00;
    font-size: 18px;
    background: url(../images/tongqihd.gif) 0 50% no-repeat;
    text-align: right;
    width: 190px;
}



#num {
    position: absolute;
    right: 10px;
    bottom: 13px;
    z-index: 9999;
}

    #num li {
        float: left;
        background: url(../images/two.png) 0 50%;
        width: 10px;
        height: 10px;
        margin: 0 10px 0 0;
        cursor: pointer;
        text-indent: -9999px;
        overflow: hidden;
    }

        #num li.on {
            background: url(../images/ul_two.png) 0 50%;
            width: 10px;
            height: 10px;
        }

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-family: sans-serif,Microsoft YaHei;
}

ul {
    list-style: none;
}

legend {
    display: none;
}

fieldset, img {
    border: none;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover, a:active {
        text-decoration: underline;
    }

body {
    /*font: 12px/1.5 sans-serif;*/
    position: relative;
    margin: 0 auto;
    color: #000;
    background:  url(../images/bg.gif) repeat;
}
