body {
    background: url(../images/bg.jpg) #dbe0e4 no-repeat center top;
}

.header {
    width: 1280px;
    height: 148px;
    background-image: url(../images/banner.png);
    margin: 0 auto;
}

.navLine {
    width: 1280px;
    height: 49px;
    position: absolute;
    top: 99px;
    background-color: rgba(0, 90, 190, 0.8);
}

.nav {
    width: 1280px;
    height: 49px;
}

.nav li {
    height: 49px;
    float: left;
    list-style: none;
    color: #fff;
    line-height: 49px;
}

.nav li a {
    width: 142px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 49px;
    color: #fff;
    cursor: pointer;
    display: block;
}

.nav li a:hover {
    background-color: rgba(0, 45, 80, 0.6);
    text-decoration: none;
}

.nav li.current a {
    background: url(../images/nav_cbg.png);
}

.nav li a i {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

.i_home {
    background: url(../images/icon_m_home.png) no-repeat;
}

.i_survey {
    background: url(../images/icon_m_survey.png) no-repeat;
}

.i_map {
    background: url(../images/icon_m_map.png) no-repeat;
}

.i_dyanmic {
    background: url(../images/icon_m_dynamic.png) no-repeat;
}

.i_declare {
    background: url(../images/icon_m_declare.png) no-repeat;
}

.i_notice {
    background: url(../images/icon_m_notice.png) no-repeat;
}

.i_publicity {
    background: url(../images/icon_m_publicity.png) no-repeat;
}


/*第一行*/

.main1 {
    width: 1280px;
    height: 436px;
    margin: 0 auto;
    margin-top: 2px;
}


/*广西地图*/

.tilteA {
    display: inline-block;
    position: relative;
    left: 22px;
    top: 8px;
    line-height: 18px;
    font-size: 18px;
    color: #fff;
}

.tilteB {
    display: inline-block;
    position: relative;
    width: auto;
    line-height: 18px;
    top: 8px;
    right: 10px;
    float: right;
    color: #167adc;
}

.m_map {
    width: 622px;
    height: 436px;
    background-color: #fff;
    float: left;
}

.top1 {
    height: 34px;
    width: 622px;
    background: url(../images/title_bg1.png) no-repeat;
}

.content1 {
    width: 622px;
    height: 400px;
}


/*图片新闻*/

.m_tabloid {
    width: 376px;
    height: 218px;
    background-color: #fff;
    float: right;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 5px;
    width: 100%;
}


/* LOADER */


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: right;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    padding-right: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    font: 12px/20px simsun;
    text-align: center;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}


/*通知公告*/

.m_notice {
    width: 376px;
    height: 218px;
    background-color: #fff;
    float: right;
}

.top2 {
    height: 39px;
    width: 376px;
    background: url(../images/title_bg2.png) no-repeat;
}

.infoTable1 {
    width: 376px;
    table-layout: fixed;
}

.infoTable1 th {
    width: 354px;
    height: 32px;
    font: 14px Microsoft YaHei;
    text-align: left;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoTable1 th a {
    color: #167adc;
}


/*放心消费创建申报*/

.main2 {
    width: 1280px;
    height: 76px;
    margin: 0 auto;
    margin-top: 2px;
    background: url(../images/img_declare.png) no-repeat;
}


/*第三行*/

.main3 {
    width: 1280px;
    height: 246px;
    margin: 0 auto;
    margin-top: 2px;
}

.infoTable {
    width: 486px;
    table-layout: fixed;
}

.infoTable th {
    width: 354px;
    height: 32px;
    font: 14px Microsoft YaHei;
    text-align: left;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoTable th a {
    color: #167adc;
}

.infoTable td {
    text-align: right;
    font: 14px Microsoft YaHei;
    color: #666666;
}


/*创建动态*/

.m_dynamic {
    width: 499px;
    height: 246px;
    background-color: #fff;
    float: left;
}

.top3 {
    height: 34px;
    width: 499px;
    background: url(../images/title_bg3.png) no-repeat;
}


/*公示单位*/

.m_publicity {
    width: 499px;
    height: 246px;
    background-color: #fff;
    float: right;
}

.top4 {
    height: 34px;
    width: 499px;
    background: url(../images/title_bg4.png) no-repeat;
}


/*第四行成员*/

.main4 {
    width: 1280px;
    height: 147px;
    margin: 0 auto;
    margin-top: 2px;
    border-top: 4px solid #167adc;
    background-color: #FFFFFF;
}

.left_tl {
    width: 120px;
    height: 140px;
    float: left;
    vertical-align: middle;
    line-height: 140px;
    margin-left: 20px;
}

.Ltilte {
    display: inline-block;
    font-size: 18px;
    color: #167adc;
    float: left;
}

.Lpoint {
    display: inline-block;
    width: 18px;
    height: 140px;
    background: url(../images/icon_point.png) no-repeat center;
}

.right_tl {
    padding-top: 8px;
    width: 890px;
    height: 132px;
}

.right_tl a {
    font-size: 14px;
    color: #167adc;
    cursor: pointer;
    line-height: 32px;
    margin-right: 16px;
    display: inline-block;
}


/*第五行友情链接*/

.main5 {
    width: 1280px;
    height: 90px;
    margin: 0 auto;
    margin-top: 2px;
    background-color: #FFFFFF;
}

.left_t2 {
    width: 120px;
    height: 90px;
    float: left;
    vertical-align: middle;
    line-height: 90px;
    margin-left: 20px;
}

.Lpoint2 {
    display: inline-block;
    width: 18px;
    height: 90px;
    background: url(../images/icon_point.png) no-repeat center;
}

.right_t2 {
    padding-top: 10px;
    width: 970px;
    height: 80px;
}


/* Footer */

#footer {
    width: 100%;
    height: 62px;
    font: 14px/62px Microsoft YaHei;
    text-align: center;
    color: #666;
}

.footer-site{
    color: #414242;
    padding: 40px 0;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    font-family: SimSun;
}
.footer-site ul{
    clear: both;
    overflow: hidden;
    width: 840px;
    margin: 0 auto;
}
.footer-link-wrong{
    float: left;
    width: 110px;
    height: 55px;
    padding-top:15px;
}
.footer-link-gov{
    float: left;
    width: 80px;
    height: 80px;
}
.footer-txt{
    float: left;
    width: 635px;
    text-align: left;
    padding-left: 15px;
}
.footer-site p img{
    display: block;
    float: left;
    margin-top: 4px;
    margin-right:5px;
}
.footer-site ul{
    width:100%;
}
.footer-web{
    float:left;
    padding-left:30px;
}
.footer-web img{
    height:100px;
}
.wrap{
    width: 900px;
    margin: 0 auto;
    padding: 0 12px;
    overflow: hidden;
}

/*创建概况页   survey*/


/*表格*/

.main {
    position: relative;
    width: 1280px;
    min-height: 520px;
    height: auto;
    padding-bottom: 30px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.conMain {
    width: auto;
    margin: 0px 22px 0px 22px;
    position: relative;
    top: 10px;
}

.titleTop {
    height: 20px;
    width: auto;
    margin-bottom: 10px;
}

.titleTop h1 {
    background: url(../images/icon_square.png) no-repeat left center;
    color: #666;
    font: 14px Microsoft YaHei;
    text-indent: 20px;
    float: left;
}

.titleTop span {
    background: url(../images/icon_square2.png) no-repeat left center;
    color: #999;
    font: 14px Microsoft YaHei;
    text-indent: 20px;
    float: left;
}

.table_main {
    width: 100%;
    border-color: #cecece;
    font-size: 14px;
    font-weight: 400;
}

.table_main table {
    width: 100%;
    border-color: #cecece;
    font-size: 14px;
    font-weight: 400;
}

.table_main table th {
    height: 38px;
    border: 1px solid #ccc;
    color: #333;
    background: #ddd;
    text-align: center;
}

.table_main table td {
    height: 38px;
    border: 1px solid #ccc;
    color: #666;
    text-align: center;
}

.table_main table td.td_lf {
    text-align: left;
    padding-left: 5px;
}

.table_main table td.td_lf a {
    color: #167ADC;
}


/*页码*/

.tablefoot {
    height: 40px;
    border-top: none;
    position: relative;
    margin: 10px 22px 0px 22px;
}

.tablefoot table {
    margin: 0 auto;
}

.tablefoot table th {
    padding: 9px 4px;
}

.tablefoot table td {
    padding: 9px 6px;
}

.tablefoot table td a {
    color: #000;
}

.tablefoot table td a:hover {
    color: #ff981a;
}

.tablefoot table td a.current {
    width: 18px;
    height: 18px;
    background: #ff981a;
    color: #fff;
    display: block;
    text-align: center;
}

.btnLittle {
    width: 42px;
    height: 22px;
    padding-bottom: 2px;
    font: 13px Microsoft YaHei;
    color: #000;
    cursor: pointer;
}

.btnLittle:hover {
    color: #ff981a;
}

.btnUp {
    width: 66px;
    height: 22px;
    padding-bottom: 2px;
    font: 13px Microsoft YaHei;
    color: #000;
    text-indent: 8px;
    cursor: pointer;
}

.btnUp:hover {
    color: #ff981a;
}

.btnDown {
    width: 66px;
    height: 22px;
    padding-bottom: 2px;
    font: 13px Microsoft YaHei;
    color: #000;
    padding-right: 8px;
    cursor: pointer;
}

.btnDown:hover {
    no-repeat;
    color: #ff981a;
}

.tablefoot span {
    position: absolute;
    right: 4px;
    top: 0px;
    font: 13px/40px Microsoft YaHei;
    color: #000;
}

.tablefoot p {
    position: absolute;
    left: 4px;
    top: 0px;
    font: 13px/40px Microsoft YaHei;
    color: #000;
}

.selectedFoot {
    width: 60px;
    height: 18px;
    background: #fff;
    border: 1px solid #b3b4bd;
    font: 13px Microsoft YaHei;
    color: #000;
}


/*创建概况-详情页*/

.article h1 {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 20px 0 10px;
}

.article h2 {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 6px 0 10px;
}

.article-con p {
    color: #666666;
    font-size: 16px;
    padding: 0px 20px 20px 20px;
}


/*放心消地图页*/

.mapMax {
    width: 950px;
    height: 510px;
    margin-top: 10px;
    background-color: #999;
}


/*信息公示*/


/*侧边切换*/

.bg_leftmenu {
    width: 187px;
    background: #f7f7f7;
    margin-top: 10px;
    float: left;
}

.leftmenu dl {}

.leftmenu dl dt a {
    font: 14px/50px Microsoft YaHei;
    color: #333;
    text-align: left;
    padding-left: 16px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: block;
}

.leftmenu dl dt:hover {
    background: url(../images/leftmenu_sel.png) no-repeat left center;
}

.leftmenu dl dt.current {
    background: url(../images/leftmenu_sel.png) no-repeat left center #FFFFFF;
}


/*信息公示-筛选*/

.table_m {
    float: left;
    width: auto;
    margin-top: 10px;
    margin-left: 14px;
}

table.table_m_lay {
    width: 100%;
}

table.table_m_lay th {
    font-size: 14px;
    text-align: right;
    height: 34px;
}

table.table_m_lay td {
    font-size: 14px;
    text-align: left;
    height: 34px;
}

select.sel_w {
    height: 27px;
    width: 100%;
    border: 1px solid #ccc;
    background: #FFFFFF;
}


/*企业列表*/

.company_m {
    margin-top: 10px;
    width: 100%;
    background: #FFFFFF;
}

.company_m_list {
    padding: 6px 0;
    width: 100%;
    border-bottom: 1px dotted #cad5d8;

    font-size: 14px;
    color: #666;
    /*cursor: pointer;*/
    line-height: 24px;
    text-decoration: none;
}


.company_m_list span {
    padding-top: 6px;
    padding-left: 12px;
    /*display: inline-block;*/
    width: 94%;
}

.l_text {
    display: block;
    float: left;
}

.l_text h4 {
    font-size: 16px;
    color: #167adc;
    font-weight: bold;
}

.l_text em {
    color: #ff7200;
}

.r_text {
    display: block;
    left: ;
}

.r_text p .star_enable {
    color: #ff7200;
}
.r_text p .star_disable {
    color: 	#C0C0C;
}


/*信息公示详情*/

.table_company1 {
    margin-top: 10px;
    width: 100%;
}

.table_company1 th h3 {
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    height: 40px;
}

.table_company1 th {
    padding-right: 5px;
    text-align: right;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.table_company1 td {
    text-align: left;
    height: 34px;
    font-size: 14px;
    color: #666666;
}


/*Tab部分*/

.tab_c1 {
    width: 951px;
    margin-top: 20px;
}

.nav_c1 {
    width: 424px;
    height: 38px;
}

.nav_c1 li {
    height: 38px;
    float: left;
    list-style: none;
    color: #333333;
    line-height: 49px;
}

.nav_c1 li a {
    width: 106px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: #333333;
    cursor: pointer;
    display: block;
}

.nav_c1 li a:hover {
    color: #167ADC;
}

.nav_c1 li.current a {
    font-weight: bold;
    color: #FFFFFF;
    background: url(../images/nav_c1bg.png) no-repeat;
}


/*下面文字部分*/

.c_colspan {
    width: 940px;
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    background-color: #f7f7f7;
    font-size: 14px;
}
.c_colspan img{
    width: 940px;
}
.c_colspan p {
    margin: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}


/*申报通道*/

.d_header {
    width: 1280px;
    height: 74px;
    background-image: url(../images/declare_banner.png);
    margin: 0 auto;
}

.d_main {
    position: relative;
    width: 1280px;
    min-height: 556px;
    height: auto;
    padding-bottom: 30px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

/*申报通道*/
/*登录*/

.bg_login {
    width: 656px;
    height: 416px;
    margin: 2px auto;
}

.conMain h2 {
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    height: 50px;
    padding-top: 20px;
}

.input_login {
    width: 370px;
    margin: 0 auto 0 auto;
}

.input_login li {
    margin-bottom: 16px;
}

.input_login li input {
    width: 370px;
    height: 34px;
    border: 1px solid #187fde;
    border-top: 3px solid #187fde;
    border-radius: 4px;
    text-indent: 34px;
    font: 16px/34px Microsoft YaHei;
    color: #81838e;
}
.input_login li input.user {
    background: url(../images/icon_c_user.png) no-repeat 10px center;
}
.input_login li input.keyword {
    background: url(../images/icon_c_keyword.png) no-repeat 10px center;
}

.input_login li input.verification {
    background: url(../images/icon_c_verification.png) no-repeat 10px center;
    width: 200px;
    float: left;
}
.v_picture {
    margin: 0 5px;
    float: left;
    height: 34px;
    width: 120px;
    display: inline-block;
}
.verification a{
    line-height: 34px;
    display: inline-block;
}
.bg_btnLogin {
    width: 370px;
    height: 35px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.btnLogin {
    width: 300px;
    height: 35px;
    background: url(../images/btn_login.png) no-repeat;
    font: 18px Microsoft YaHei ;
    color: #FFFFFF;
    cursor: pointer;
    border:none;
}

.btnLogin:hover {
    background: url(../images/btn_login_hover.png) no-repeat;
}

.btnRegister {
    width: 300px;
    height: 35px;
    background: url(../images/btn_register.png) no-repeat;
    font: 18px Microsoft YaHei ;
    color: #FFFFFF;
    cursor: pointer;
    border:none;
}

.btnRegister:hover {
    background: url(../images/btn_register_hover.png) no-repeat;
}

.bg_btnLogin a {
    font: 14px/40px Microsoft YaHei;
    color: #167ADC;
}


.bg_btnLogin a:hover {
    color: #ff8b00;

}


/*注册1*/
table.tb_lay {
    margin-left: 120px;
    width:600px;
}

table.tb_lay th {
    width: 30%;
    font-size: 14px;
    color: #666666;
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
    padding-top: 24px;
}

table.tb_lay td {
    text-align: left;
    height: 56px;
    font-size: 14px;
    color: #666666;
}

input.inp_w {
    height: 34px;
    width: 100%;
    border-radius: 2px;
    border:1px solid #ccc;
    background: #FFFFFF;
    outline: none;
}

input.inp_w:focus {
    border: 1px solid #016FE8;
    box-shadow:  0 0px 4px #70b4ff;
}

.td_tip {
    color: red;
    line-height: 20px;
    padding: 4px 0;
}


.operate{
    text-align:center;
    height: auto;

}
.button1{
    height: 35px;
    width: 113px;
    border: none;
    background: url(../images/bt_bg1.png)  no-repeat;
    font-size: 16px;
    color: #FFFFFF;
    cursor:pointer;
    margin-top:10px;
    margin-left: 10px;
    outline: none;
}
.button1:hover{
    background:url(../images/bt_bg1_h.png) no-repeat;
}

.button1:disabled{
    background:url(../images/bt_disabled.png) no-repeat;
}

.button2{
    height: 35px;
    width: 113px;
    border: none;
    background: url(../images/bt_bg2.png)  no-repeat;
    font-size: 16px;
    color: #FFFFFF;
    cursor:pointer;
    margin-top:10px;
    outline: none;

}
.button2:hover{
    background:url(../images/bt_bg2_h.png) no-repeat;
}
.button2:disabled{
    background:url(../images/bt_disabled.png) no-repeat;
}

.button3{
    height: 30px;
    width: 68px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    cursor:pointer;
    outline: none;
    background-color: #1980de;
}
.button3:hover{
    background-color: #0c68bb;
}
.button3:disabled{
    background:url(../images/bt_disabled.png) no-repeat;
}

.uploadTable{
    width: 100%;
    height: 100%;
    padding: 2px;
    background-color: white;
    font-size: 14px;
}
.uploadTable td{
    width:100%;
    height:48px;
    padding: 2px;
}

.uploadButton{
    height: 30px;
    width: 68px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    cursor:pointer;
    outline: none;
    background-color: #1980de;
}

.uploadButton:hover{
    background-color: #0c68bb;
}
/*注册3-成功*/
.success{
    background-image: url(../images/img_success.jpg);
    text-align:center;
    position: relative;
    top: 40px;
    left: 100px;
    height: 347px;
    width: 757px;


}

.success span{
    display: block;
    color: #ff9300;
    font-size: 20px;
    padding-top: 120px;
}

/*参创用户页*/
.table_company2 {
    margin-top: 2px;

}
.table_company2 table{
    width: 100%;
}
.table_company2 th h3 {
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    height: 40px;
}

.table_company2 th {
    padding-right: 5px;
    text-align: right;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.table_company2 td {
    text-align: left;
    height: 34px;
    font-size: 14px;
    color: #666666;
}

/*切换*/
.tab_d1 {
    width: 951px;
    margin-top: 20px;
}
.nav_d1 {
    width: 618px;
    /*height: 38px;*/
}

.nav_d1 li {
    height: 38px;
    float: left;
    list-style: none;
    color: #333333;
    line-height: 49px;
}

.nav_d1 li font {
    width: 106px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: #333333;
    cursor: pointer;
    display: block;
}

.nav_d1 li font:hover {
    color: #167ADC;
}

.nav_d1 li.current font {
    font-weight: bold;
    color: #FFFFFF;
    background: url(../images/nav_c1bg.png) no-repeat;
}
.add{
    float: right;
}
.nav_d2 li font.add i {
    width: 16px;
    height: 18px;
    display: inline-block;  /*定义行内块元素*/
    vertical-align: middle;
    background: url(../images/addW.png) no-repeat ;
}

.nav_d2 li font.add span {
    color: #0090ff;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}

a.btn_edit, a.btn_del, a.btn_search{
    text-decoration: none; /*消除a下hua线*/
    font: 14px ;
    font-weight: 400;
    cursor: pointer; /*光标手型*/
}

a.btn_edit {
    display: inline-block;
    text-align: center;
    height: 28px;
    width: 46px;
    line-height: 28px;
    border-radius: 2px;
    color: #FFFFFF;
    background-color:#0090FF ;
}
a.btn_search{
    display: inline-block;
    text-align: center;
    height: 28px;
    width: 46px;
    line-height: 28px;
    border-radius: 2px;
    color: #FFFFFF;
    background-color:#0090FF ;
}
a.btn_del {
    display: inline-block;
    text-align: center;
    height: 28px;
    width: 46px;
    line-height: 28px;
    border-radius: 2px;
    color: #FFFFFF;
    background-color:#FF7200 ;
}



/*新增参创申请*/
/*表单*/
table.declare_lay {
    width:1250px;
}

table.declare_lay th {
    width: 140px;
    font-size: 14px;
    color: #666666;
    text-align: right;
    padding-right: 5px;
    background-color: #f7f7f7;
}

table.declare_lay td {
    width: 370px;
    text-align: left;
    height: 39px;
    font-size: 14px;
    padding-left: 5px;
    /*color: #666666;*/
}

table.declare_lay select{
    height: 28px;
    border-radius: 2px;
    border:1px solid #ccc;
    background: #FFFFFF;
    outline: none;
}

table.declare_lay div.center{
    align: center;
}

input.inp_d {
    height: 28px;
    width: 98%;
    border-radius: 2px;
    border:1px solid #ccc;
    background: #FFFFFF;
    outline: none;
}
input.inp_d:focus {
    border: 1px solid #016FE8;
    box-shadow:  0 0px 4px #70b4ff;
}

input.inp_d_disable {
    height: 28px;
    width: 98%;
    border-radius: 2px;
    border:1px solid #ccc;
    background: #f7f7f7;
    outline: none;
}



input.inp_d1 {
    height: 28px;
    width: 68%;
    border-radius: 2px;
    border:1px solid #ccc;
    background: #FFFFFF;
    outline: none;
}
input.inp_d1:focus {
    border: 1px solid #016FE8;
    box-shadow:  0 0px 4px #70b4ff;
}

input.inp_file {
    height: 28px;
    width: 60%;
    opacity: 50%;
    outline: none;
}
input.inp_file:focus {
    /*border: 1px solid #016FE8;*/
}


span.inp_group {
    width: 100%;
    display: inline-block;
}


