/*在线留言*/
/*表单验证*/
.post_box{ width:776px; background-color:#F5F5F5; height: auto; padding: 16px 30px; margin-top: 30px;}
.post_box li{ width: 100%; height: 60px; float: left; overflow: hidden;}
.post_box li label{ width:140px; height: 60px; line-height: 60px; float: left; text-indent:2em; color: #444;}
.post_box li > div{ width:620px; float: left;}
.post_box li > div input{ width: 198px; height: 22px; padding: 5px 12px; color: #444; font-size: 16px; border: 1px solid #C9C9C9; margin-top: 13px;}
.post_box li > div select{appearance:none; -moz-appearance:none; -webkit-appearance:none; width: 186px; height: 30px; line-height: 20px; border: 1px solid #C9C9C9; margin-top: 15px; color:#444; padding: 3px 12px; background:#FFF url(/jichanglr/statics/images/fw_new_img/sanjiao3.png) no-repeat 168px 12px;}
.post_box li.li_introduce{ height: 140px;}
.post_box li.li_introduce textarea{padding: 6px 12px; border-color: #C9C9C9;}
.post_box li.li_introduce > div > div{ margin-top: -26px;}
.post_box li.li_introduce label{ height: 120px; line-height:120px;}
.post_box li.li_code > div > div{ margin-top: -26px;}
.post_box li.li_submit{ margin-top: 18px;}
.post_box li.li_submit div input{ width: 108px; height: 42px; line-height:42px; background-color: #194F2F; font-size: 18px; color: #FFF; border: none; margin: 0px 18px; padding: 0; cursor: pointer;}
#code_img{ width: 120px; height: 34px; margin-left: 12px; margin-top: 13px;}

em.error {overflow:hidden;zoom:1;background:url("/jichanglr/statics/images/fw_img/unchecked.gif") no-repeat 0px 3px;  padding-left: 19px;color:red;}
em.success {overflow:hidden;zoom:1;background:url("/jichanglr/statics/images/fw_img/checked.gif") no-repeat 0px 3px;  padding-left: 19px;color:red;}

.onShow,.onFocus,.onError,.onCorrect,.onLoad,.onTime{display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline; vertical-align:middle;background:url(/jichanglr/statics/images/msg_bg.png) no-repeat;	color:#444;line-height:18px;padding:2px 10px 2px 23px; margin-left:10px;_margin-left:5px}
.onShow{background-position:3px -147px;border-color:#40B3FF;color:#959595; min-width:126px;}
.onFocus{background-position:3px -147px;border-color:#40B3FF;min-width:126px;}
.onError{background-position:3px -47px;border-color:#40B3FF; color:red; min-width:126px;}
.onCorrect{background-position:3px -247px;border-color:#40B3FF;}
.onLamp{background-position:3px -200px}
.onTime{background-position:3px -1356px}
/*表单验证  end*/


/*问卷调查*/
.information_zx_left{  float: left;  height: auto; width: 862px; margin-top: 10px; margin-bottom: 20px;}
.information_zx_left ul li{ float: left; height: auto; width: 822px; padding: 20px; margin-bottom: 20px; border: 1px solid #e6e6e6; }
.investment_zx_img{ float: left; height: 106px; width: 141px; margin-top: 5px; margin-right: 20px; margin-bottom: auto; margin-left: 0px; }
.investment_zx_tf{ height: 30px; width: auto; color: #194F2F; font-size: 20px; line-height: 30px; font-weight: normal; text-decoration: none; margin-bottom: 10px; margin-top: 10px; }
.information_zx_left ul li:hover{moz-box-shadow: 0 0 6px rgba(17,61,39,.6); -webkit-box-shadow: 0 0 6px rgba(17,61,39,.6); -box-shadow: 0 0 6px rgba(17,61,39,.6); border-color:#194F2F; }
.information_zx_left ul li:hover .investment_zx_tf{color:#ff2f52}

.investment_zx_tf1{ height: auto; width: auto; color: #666666; font-size: 12px; line-height: 22px; font-weight: normal; text-decoration: none; margin-bottom: 5px; }
.investment_zx_tf1 a{color: #666666;}
.investment_zx_tf2{ height: auto; width: auto; color: #999; font-size: 12px; line-height: 15px; font-weight: normal; text-decoration: none; margin-top: 5px; }
.investment_zx_tf3{ float: right; color: #666666;}

.centers{width:100%; padding:26px;}
.description{ padding:0 0 18px 0; border-bottom:#cccccd 3px solid; color:#333;}
.survey_result{ width:100%; margin:28px 0 0 0; height:58px;}
.survey_result .tit{ margin:0 0 16px 0; color:#333;}
.sur_tp li{ margin-right:12px; margin-left:16px; float:left; color:#333;}
.shuru_btn{ margin-top:46px;}
.shuru_btn .tp_btn{font-weight: normal;
    display: inline-block;
    background:#ff9900;
    _zoom: 1;
    color:#FFF;
    border:none;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
    padding:5px 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4p;
}
/*问卷调查*/