@charset "utf-8";
/* CSS Document */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Tahoma, Arial, "\5b8b\4f53", sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 3px 6px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
}
select,
input[type="file"] {
  height: 24px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 24px;
}
select {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 3px;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-right: 7px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 12px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.backgroundErro {
  background-image: url("/Public/Images/ForeApps/well-erro.png");
}
.backgroundOk {
  background-image: url("/Public/Images/ForeApps/45.gif");
}
.backgroundComNr {
  background-repeat: no-repeat;
}
.controls-mod {
  padding-bottom: 15px;
  line-height: 1.8;
}
.controls-mod .c2 .modfy-mod {
  float: left;
  width: 260px;
  margin: 0 10px;
}
.controls-mod .c2 .modf-cont {
  left: 0;
  top: 0;
  visibility: hidden;
}
.controls-mod .visb .modfy {
  visibility: hidden;
}
.controls-mod .visb .modf-cont {
  visibility: visible;
}
.b-title .red-mark,.asterisk {
  display: inline-block;
  *diplay: inline;
  zoom: 1;
  width: 8px;
  color: #c70000;
  margin: 0 5px 0;
  font-family: "\5b8b\4f53";
}
.c1,
.c2,
.c3 {
  float: left;
  padding-right: 8px;
}
.c1 {
  padding-right: 5px;
  font-size: 14px;
  width: 145px;
  text-align: right;
  color: #999;
}
.controls-mod .c1{
	 color:#444;
	 }
.attrMember {
  padding-bottom: 6px;
}
.attrMember .set_w {
  width: 45%;
}
.attrMember .set_w label {
  margin-right: 10px;
}
.attrMember .self-defined {
  display: block;
}
.attrMember .c-box,
.attrMember .radio {
  margin-top: 0;
  margin-right: 4px;
  width: auto;
}
.attrMember .c1 {
  font-size: 12px;
  width: 130px;
  padding-right: 5px;
  color: #696969;
}
.width-percent {
  width: 60%;
}
.c2 {
  padding-right: 0;
  line-height: 26px;
}
.c2 .normal-txt {
  color: #838383;
}
.c2 input[type="text"] {
  margin-right: 4px;
  color: #555555;
}
.c2 select {
  padding-right: 2px;
  width: auto;
}
.c2 label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
}
.c2 .radio input {
  margin-right: 2px;
  _display: inline;
}
.c2 a.btn {
  color: #FF7300;
}
.c2 a.btn:hover {
  color: #0e82fa;
}
.c2 input[readonly] {
  cursor: default;
  background: none;
}
.c3 p,
.c3 div {
  display: none;
}
.c3 {
  margin-left: 10px;
  padding-right: 2px;
}
.c3.cuterdn {
  margin-left: 150px;
  _margin-left: 0;
  margin-top: 5px;
}
.c3 .erro {
  padding: 1px 4px 1px 21px;
  line-height: 22px;
  _line-height: 20px;
  background-repeat: no-repeat;
  background-color: #f2dede;
  background-image: url("/Public/Images/ForeApps/well-erro.png");
  background-position: 2px 6px;
  color: #b94a48;
  border: 1px #eed3d7 solid;
  font-weight: normal;
  font-size: 12px;
}
.c3 .ok {
  padding: 2px 5px 2px 21px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-image: url("/Public/Images/ForeApps/45.gif");
  background-position: 3px 5px;
}
.sumb-btn-mod {
  text-align: center;
  padding: 20px 0;
}
.alert {
  padding: 8px 35px 8px 50px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success p {
  color: #696969;
  font-size: 12px;
  font-weight: normal;
}
.alert-error {
  background-color: #f2dede;
  border: 1px #eed3d7 solid;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
/*input[type="file"] {*/
  /*opacity: 0;*/
  /*filter: alpha(opacity=0);*/
  /*cursor: pointer;*/
  /*position: absolute;*/
/*}*/
.pic-build li {
  position: relative;
  zoom: 1;
}
.pic-build li .file-hide {
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
}
.select-copy {
  position: relative;
}
.select-copy .dropdown-menu {
  border-radius: 0;
  width: 370px;
  padding: 0;
}
.select-copy .dropdown-menu .dropDown-cont {
  width: 350px;
  padding: 0 10px;
  height: 200px;
  overflow-y: scroll;
}
.select-copy .dropdown-menu .dropDown-cont iframe {
  position: absolute;
  width: 100%;
  height: 200px;
  z-index: -1;
  background-color: #fff;
  border: 0 none;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select-copy .dropdown-menu .leadTip {
  padding-left: 10px;
  padding-bottom: 2px;
  color: #999999;
}
.select-copy .dropdown-menu dl {
  zoom: 1;
}
.select-copy .dropdown-menu dl:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}
.select-copy .dropdown-menu dt {
  float: left;
  width: 25px;
  text-align: center;
}
.item-span {
  float: left;
  padding: 1px 5px 2px;
  margin: 0 6px 3px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
  cursor: pointer;
  line-height: 18px;
  height: 18px;
  color: #444;
}
.item-span.selected {
  background: #d4e8f8;
  color: #0469d1;
}
.fakeBlank {
  width: 100%;
  *width: 390px;
  height: 8px;
  display: block;
  background-color: #f6f6f6;
  overflow: hidden;
}
.sugBtn {
  position: absolute;
  right: 0;
  _right: 1px;
  top: 0px;
  *top: 1px;
  _top: -1px;
  padding: 3px 10px;
  *height: 28px;
  _height: 22px;
  *overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.unit-select {
  position: relative;
}
.unit-select .all-unit {
  *height: 218px;
  padding: 0;
  top: 82%;
  z-index: 11000;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.unit-select .all-unit ul {
  width: 370px;
  padding: 0 10px;
  height: 200px;
  overflow-y: scroll;
}
.unit-select .all-unit li {
  overflow: hidden;
  *zoom: 1;
}
.unit-select .all-unit li .zm-ser {
  float: left;
  width: 25px;
  text-align: center;
}
.unit-select .all-unit li .attr-wrap {
  margin-left: 25px;
}
.all-unit iframe {
  position: absolute;
  width: 360px;
  height: 218px;
  z-index: -1;
  background-color: #fff;
  border: 0 none;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.caret-arrow {
  margin-top: 7px;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: top;
  border-top: 5px solid #000000;
  border-right: 5px solid #f5f5f5;
  border-left: 5px solid #f5f5f5;
  content: "";
}
input.c-box,
input.c-radio,
input.ck-box {
  width: auto;
}
.btn:focus,
a:focus {
  outline: none;
}
.modfy-cont {
  margin: 10px 0;
}
.price-region {
  width: 587px;
}
.price-region .fl-hide {
  display: none;
}
.price-new input {
  padding: 0 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 3px;
}
.price-new table {
  border: 1px #e7e6e6 solid;
}
.price-new table th {
  border-bottom: 1px #e7e6e6 solid;
  background-color: #f5f5f5;
  padding: 4px 5px;
}
.price-new table td {
  border-bottom: 1px #e7e6e6 solid;
  padding: 4px 5px;
}
.price-new table td a {
  margin: 0 3px;
}
.price-new table td a.btn-add:hover {
  text-decoration: none;
}
.price-new table .alert-error {
  width: 96%;
  padding: 0 5px;
  font-weight: normal;
  font-size: 12px;
}
.price-preview {
  margin-top: 10px;
  width: 300px;
  border: 1px #ccc solid;
  background-color: #f7f7f7;
  padding: 4px 3px;
}
.price-preview .preview-hd {
  float: left;
  width: 20px;
  padding-top: 20px;
}
.price-preview .preview-tip {
  color: #999;
  width: 100%;
  background: #fff;
}
.price-preview .preview-tip td {
  padding: 0 15px;
  text-align: center;
  height: 80px;
  line-height: 1.8;
}
.price-preview .preview-box {
  float: left;
  width: 92%;
}
.price-preview .preview-table {
  background-color: #fff;
}
.price-preview .preview-table table {
  color: #999;
}
.price-preview .preview-table table td {
  border-bottom: 1px #e8e8e8 solid;
  text-align: right;
  padding: 2px 10px 2px 0;
}
.price-preview .preview-table table .range {
  font-weight: bold;
  margin: 0 3px;
  color: #838383;
}
.price-preview .preview-table table .price-num {
  color: #f89406;
  font-weight: bold;
  margin: 0 3px;
}
.raido {
  width: auto;
}
.tab-alert {
  font-weight: bold;
  font-size: 14px;
  width: 95%;
  margin: 3px auto;
  text-align: center;
  padding-left: 0;
}
.upload-mod {
  padding-left: 100px;
  padding-bottom: 15px;
}
.upload-mod p {
  padding-left: 60px;
  margin: 10px 0 0;
  line-height: 1.7;
}
.upload-mod .span6 {
  margin: 0 5px 0 0;
}
.tab-content .modfy-mod2 {
  margin-left: 10px;
  position: relative;
  z-index: 0;
}
.tab-content .modfy-mod2 .modfy2 {
  display: inline-block;
  padding: 0 12px;
  line-height: 24px;
  padding: 1px 8px;
}
.tab-content .modfy-mod2 .modf-cont2 {
  position: absolute;
  width: 320px;
  top: 0;
  left: 64px;
  display: none;
}
.tab-content .modfy-mod2 .modf-cont2 .bree-wrap {
  padding: 8px 0 0 10px;
}
.tab-content .modfy-mod2.visb .modfy2 {
  background-color: #f6f6f6;
  border: 1px #ccc solid;
  border-right: 0 none;
  padding: 0 8px;
  position: relative;
  z-index: 2;
  color: #696969;
  cursor: default;
}
.tab-content .modfy-mod2.visb .modfy2:hover {
  text-decoration: none;
}
.tab-content .modfy-mod2.visb .modf-cont2 {
  display: block;
  z-index: 1;
  border: 1px #ccc solid;
  background-color: #f6f6f6;
}
input.radio {
  width: auto;
}
/*     2013.12.23          */
.right-content .xxg-suc{ width:450px; _width:535px; margin:0 auto;background:#fff; border:none; padding-top:50px;}
.right-content span.gx,.lycgl span.gx,.modal-success-mod span.gx,.modal-success-mod span.fsb{color:#46b121; font-size:22px; font-weight:bold;font-family:"Microsoft YaHei",SimHei,"WenQuanYi Micro Hei",STHeiti;}
.right-content .xxg-suc p.mj{ margin:15px 0;}
.right-content .xxg-suc p.sqcg{ padding-left:70px; margin-bottom:5px; _padding-left:116px;}
.right-content .xxg-suc p.sqcg a{ color:#696969; margin-right:35px;}
.right-content .xxg-suc p.sqcg span a{ color:#1a75d1;}
.right-content .xxg-suc p.sqcg span.dgpd { padding:0 50px 0 16px;}
.right-content .xxg-suc p.sqcg span.jrsc a,.xzly p a{color:#fff; background:#ff9434; padding:4px 13px 6px;margin-right:25px;text-shadow:none; border-radius:3px;}
.gbyq{ margin-top:35px; border-top:1px solid #e7e6e6;}
.gbyq ul{ padding:20px 60px 35px;}
.gbyq ul li{ width:100px; float:left;}
.gbyq ul li.gbyqs{ margin-right:75px;}
.gbyq ul li .cm,.gys,.qg,.ww,.ghl,.mhl,.zcxb,.zpbs,.ssj,.xzs,.lyin{ background:url(http://himg.china.cn/img/erm/xzc.png) no-repeat 5px -361px; width:85px; display:block; padding-left:5px;}
.gbyq ul li .cm,.gys,.qg,.ww{ height:97px;}
.gys{ background-position:5px -250px;}
.qg{ background-position:5px -130px;}
.ww{ background-position:5px top; margin-right:0;}
.gbyq ul li dd.cms{ font-weight:bold; color:#3d3c3c; text-align:center; margin-bottom:3px; width:100px; font-size:15px;font-family:"Microsoft YaHei",SimHei,"WenQuanYi Micro Hei",STHeiti;}
.lycgl{ margin:0 auto; width:350px; _width:380px; padding:60px 0;}
.sec-icon{ margin:0 25px 0 0px;}
.lycgl span.gx{ font-size:24px; font-weight:normal;}
.lycgl p{ padding-left:104px; color:#0469d1; line-height:24px;}
.lycgl p a,.text-wrap p a,.lycp ul li dd a{color:#0469d1}
.lycgl p.lyins,.text-wrap p.lyins{ font-weight:bold; color:#333; margin-top: 10px;}
.lyin{ background-position:right -640px; width:4px; height:4px; margin:11px 6px 0 0; float:left;}
.lyi6{ _margin-left:-15px;}
.lycp{ width:900px; margin:0 auto;}
.lycp .lctit{ border-bottom:1px #e6e7e8 solid; padding-bottom:5px; color:#333; font-weight:bold; font-size:14px;}
.lycp ul{ padding:25px 0 15px 40px;}
.lycp ul li{ float:left; margin-right:36px; width:106px; overflow:hidden;}
.lycp ul li dt img,.zjtj ul li dt img{ padding:2px; border:1px #dddddd solid;}
.lycp ul li dd{ height:40px; line-height:20px; text-align:center; overflow:hidden;}
.right-content .xxg-suc p.msc{ font-size:14px; margin-top:30px;}
.sec-ms,.right-content .xxg-suc p.sqcg a.xfbg,.right-content .xxg-suc p.sqcg a.xlxk,a.dhtg,.tgion{ background:url(http://himg.china.cn/img/erm/cg.png) no-repeat 0 0;display:block; height:84px;}
.sec-ms{ float:left; width:83px; margin:0 30px 0 -45px; _margin-left:5px;}
.right-content .xxg-suc p.sqcg a.xfbg{background-position:0 -115px;  height:46px; width:156px; float:left;margin:0 20px 0 0px;}
.right-content .xxg-suc p.sqcg a.xlxk{ background-position:0 -190px; height:46px; width:156px;float:left; }
.box-bd .cur-result{ border:none; background:none;/* margin:-26px 0 0 100px;*/}
.box-bd .p-wrap{ padding:10px 10px 10px 0; background:#f2f2f2; border:1px solid #e2e2de; border-radius:3px; margin-top:-1px; z-index:999;}
.box-bd .ssj{background-position:90px -527px; _background-position:90px -524px; width:14px; height:9px; padding-left:90px; z-index:2000;}
.alert-success .xrz{ text-align:left;padding-left:72px; _padding-left:120px;}
.alert-success .xrz .btn-large{ padding:11px 22px;}
.right-content .xxg-suc p.mjs{ margin:15px 0 10px 34px; _margin-left:90px;}

.zjtj ul{ padding:15px 0 15px 20px;}
.zjtj ul li{ float:left; margin-right:16px; text-align:center;}
.zjtj ul li dd{ height:16px; width:106px; overflow:hidden;}

/*		2014.1.3		*/
.right-content .xxg-suc p.sqcg{ padding-left:103px; margin-bottom:5px; _padding-left:104px;}
.right-content .xxg-suc p.sqcg span{ padding:0;}
/*		2014.1.8		*/
.mst .c1{ padding-left:65px;}
.right-content .xxg-suc p.sqcg{ padding-left:67px;}
/*		2014.1.9		*/
.controls-mod .xmt{ font-size:14px;padding:0 0 3px 5px; }
.controls-mod .xmtbd{padding-bottom:15px; margin-bottom:10px;  border-bottom:1px solid #f8f8f8;}
.controls-mod .xmt p{ padding-left:70px;}
.controls-mod .xmt .xmt-fx{ font-size:12px;}
.controls-mod .xmt .xmt-fx a{ text-decoration:underline;}
.xmsr{ color:#c4c4c4;}
.xmtbl{ color:#2080cc}
.xmfw{ font-size:18px; font-weight:bold;font-family: "Microsoft YaHei", SimHei, "WenQuanYi Zen Hei", STHeiti; color:#e02300}
p.szzx{ margin:25px 0 35px 0;}
p.szzx span{ margin-left:25px;}
.xmttb li{ float:left; width:238px;height:136px; margin:0 0 12px 20px; background:#f8f8f8; border:1px #fff solid; border-bottom-color:#e0e6e8;}
.xmttb .xmtzs,.xmtys,.xmtrz,.xmtbm,.xmtda,.xmtsp{ background:url(http://himg.china.cn/img/erm/xmtx.jpg) no-repeat 0 -160px; display:block; height:136px; }
.xmttb .xmtys{ background-position:0 0;}
.xmttb .xmtrz{ background-position:0 -320px; }
.xmttb .xmtbm{ background-position:0 -475px; }
.xmttb .xmtda{ background-position:0 -630px; }
.xmttb .xmtsp{ background-position:0 -930px; }
.xmttb li dl{ padding:5px 10px 0; line-height:22px;}
.xmttb li dt.yx,.qw,.yx,.cx,.fg{ color:#588402; font-weight:bold; font-size:14px;}
.qw{ color:#8b7a00}
.yx{ color:#29929c}
.cx{ color:#3e5098}
.fg{ color:#912d79}
.lu-mark{ color:#7aac15}
.xmft{ font-weight:bold; color:#237fc8}
.xmtbt,.xmtbt:hover{ background:#6d6d6d; cursor:default;}
/*		2014.1.14		*/
.alert-success p.txt { color: #468847;}
.alert .e-closer{color:#B94A48; float:right; font-size:16px; font-weight:normal;position:absolute;right:8px;top:0;}
.right-content .xxg-suc p.sqcg .sbylj{ margin:0 27px 0 2px}
.right-content .xxg-suc p.xpdlf{padding-left:103px;}
.right-content .xxg-suc{ width:490px; _width:575px;}
.box-bd .xgct{ margin:-20px 0 0 100px;}
/*		2014.2.10		*/
.right-content .dhcgbj{background-color: #F3F8FD;padding-top: 20px;}
.right-content .xxg-suc p.sqcg a{ color: #0469D1;}
.cur-result p.tgflt,.right-content .alert p.tgflt{ float:left; padding-left:0;}
/*     2014.5.19   */
.test{color: #cd0000; font-size: 24px;padding-top: 3px;padding-left: 197px; font-family: "Microsoft YaHei", SimHei, "WenQuanYi Zen Hei", STHeiti, Tahoma, Arial, STHeiti, sans-serif;}
.test1{font-size: 24px;padding-top:5px;padding-left: 197px; color: #2b2b2b; font-family: "Microsoft YaHei", SimHei, "WenQuanYi Zen Hei", STHeiti, Tahoma, Arial, STHeiti, sans-serif;}
.test2{font-size: 18px;padding-top:10px;font-weight:bold;padding-left: 197px; color: #2b2b2b; font-family: "Microsoft YaHei", SimHei, "WenQuanYi Zen Hei", STHeiti, Tahoma, Arial, STHeiti, sans-serif;}
.xtcw_tu{background: url(/Public/Images/ForeApps/xtcw_tb.png) no-repeat scroll 0 0 rgba(0,0,0,0);float: left;display:block;width: 87px; height: 77px;margin-left: 90px;}
/*     2014.5.22   */
.adhet{ height:2140px;}
.box-sjyb{ padding:10px;position:absolute}
.cksj{ border:1px #7cbefc solid; background:#d0ecfb; color:#777; font-size:12px; padding:0 20px 0 10px; margin:10px 0 35px 0; width:745px; }
.cksj ul{ float:left;}
.cksj li{ float:left; position:relative; margin-right:2px; }
.cksj li.cutsj a,.cksj li a,.sjbj{color:#777; display:block;width:48px; height:40px; text-align:center; line-height:40px; background:url(/Public/Images/ForeApps/ybt.png) no-repeat 0 -53px; position:relative  }
.cksj li a span{ font-weight:bold; height:32px; width:21px; display:inline-block  }
.cksj li a:hover,.cksj li.cutsj a{background-position:0 0; color:#fff; text-decoration:none;}
.cksj li a:hover span,.cksj li.cutsj span{ color:#777; font-weight:bold; }
.sjbj{ background-position:0 -121px; width:14px; height:7px; position:absolute; display:none; left:15px;}
.cksj li.cutsj .sjbj{ display:inline-block;}
.cksj .xznf{ float:right; margin-top:8px;}
.cksj .xznf .xzbj{ width:61px; height:25px;}
.fl-center.ckwu{ font-size:24px; color:#9cb7d6; text-align:left; margin-left:145px; font-family:"Microsoft YaHei", SimHei, "WenQuanYi Zen Hei", STHeiti, Tahoma, Arial, STHeiti, sans-serif;}

/* 2014/7/2 */
.green-mark {color:#468847;}

.inner .c1 {width: 90px;font-size:12px;}

.modal .controls-mod .btn {
	color: #0469d1;
}
.modal-success-mod  {display:none;}
.modal-success-mod .xxg-suc {padding:20px 0 20px 170px;}
.modal-success-mod .succ-icon {float:left;width:65px;height:64px;background:url(/Public/Images/ForeApps/success-m.png) 0 -64px no-repeat;margin-right:20px;}
.modal-success-mod .gx {line-height:60px;}

.hex-wrap{display: inline-block;width: 73px;vertical-align: middle;margin-left: 10px;line-height:1.8;}
.qq-layout-box{/* padding-bottom:10px; */}
.qq-layout-box li {float:left;margin-right:10px;display:inline;padding:8px 10px 8px 60px; width:105px;background:url(/Public/Images/ForeApps/success-m.png) -116px -5px no-repeat;border:1px #ccc solid;line-height:1.5;margin-bottom: 10px;}
.qq-layout-box p a{text-decoration:underline;color:#f89406;margin-right:15px;}


.online-ct {
  float: left;
  width: 193px;
}
.online-ct .tit {
  height: 40px;
  background-image: url(/Public/Images/ForeApps/hc.png);
  background-repeat: no-repeat;
  position: relative;
  background-position: 0px -267px;
}
.online-ct .tit a {
  position: absolute;
  right: 0;
  width: 26px;
  height: 30px;
  top: 5px;
}
.online-ct .on-bd {
  border: 1px #D10504 solid;
  padding: 15px 10px;
  text-align: center;
  background-color: #fff;
}
.online-ct .on-bd p {
  /* width: 92%;
  margin: 0 auto 10px; */
  line-height: 1.8;
}
.online-ct .on-bd .contact-mod {
  line-height: 33px;
}
.online-ct .on-bd .contact-mod .qq-lie .qq-name{
	margin-right:5px;
}
.online-ct .on-bd .send-btn {
  padding: 15px 0 0;
}
.online-ct .on-bd .send-btn a {
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  border-radius: 4px;
  font-family: "Microsoft YaHei", SimHei, "WenQuanYi Zen Hei", STHeiti, Tahoma, Arial, STHeiti, sans-serif;
  background: #D10504; 
  color: #fff;
}
.online-ct .on-bd .send-btn a:hover {
  text-decoration: none;
  color: #fff;
}


.txt-tip{text-align:center;padding:20px 0;}


/* 2014/7/15 */
.box-bd .intro-hd{font-weight:bold;font-size:14px;}
.box-bd p{line-height:2;}
.box-bd .intro-bd{margin-bottom:12px;}

#l-map{height:450px;width: 743px;margin:10px auto;border:1px solid #bcbcbc;}
#r-result{height:100%;width:20%;float:left;}
.cTable-list dd p{ line-height:43px;}
.rd-mkgreen{ color:#02812A}
.rd-mkred{ color:#c70000}

.modal-success-mod .false-icon,.scad{float:left; width:72px; background:url(/Public/Images/ForeApps/adjh.png) no-repeat -72px -41px; height:88px; margin-right:20px}
.modal-success-mod span.fsb{ color:#b94a48}
.ftwth{ color:#696969; font-size:14px; font-weight:bold;}
.box-bd .qq-layout-box li p{ line-height:1.8;}
.controls-mod .number-wp input.btn{ padding-left: 0; padding-right: 0; text-shadow:none;}

.box_ruledetail .search_detail .search_btn{ width:152px; height:29px; text-align:center; line-height:29px;display:block; color:#fff; margin-right:13px; float:left; background:#fe5417; border:none;}
.box_ruledetail .search_detail .search_btn:hover{ background:#ed3f00;}
/*		2015.3.26		*/
.qysz .box-hd{ padding:4px 0px 2px 0px; line-height:32px; margin-bottom:20px;}
.qysz .box-blank{ padding: 10px 12px;}
.box-hd h3{line-height: 34px; padding-bottom:2px;font-size:14px;padding-left: 5px;}
.box-hd .qyrt{ font-size:12px; color:#e22323; display:inline-block; font-weight:normal; margin-left:-33px; line-height:36px; width: 655px;}
.qysz .box-hd span.fl-bold{ font-weight:bold}
.con_qysz dl dt{ float:left; }
.con_qysz dl dt img{ border:1px #aaccdd solid; width:180px !important; height:180px !important;}
.con_qysz dl dt a{ margin-top:10px; text-align:center; font-size:14px; font-weight:bold; margin-left:55px;}
.con_qysz dl dt a.btn{padding: 4px 20px; color:#0697da; }
.con_qysz dl dd{ width:542px; float:left; padding-left:20px;}
.con_qysz dl dd p{ margin-bottom:3px; line-height:24px;}
.con_qysz dl dd p span{ width:505px; text-align:left; color:#666;}
.con_qysz dl dd p span a{ color:#2080cc; text-decoration:underline}
.con_qysz dl dd p span.qyon{ width:20px;}
.gren{ color:#378a12}
.hui666{ color:#666;}
.scgo{ font-size:14px; font-weight:bold; margin-left: 60px;}
.scad{ background-position:0 -185px; width:50px; height:50px; display:block; margin:25px auto 20px; float:none}
.con_qysz dl dt.szbd{ border:1px #aaccdd dashed; background:#fafafb; width:180px; height:180px; cursor:pointer}
.con_qysz dl dt.szbd a{ margin-left:60px; color:#0697da}
.con_qysz dl dt.szbd:hover .scad{background-position:-101px -185px; }

/*	mingci zhushi	*/
.llwh {background-position: 0 -125px; height: 13px; width: 13px; vertical-align: middle;}
.spgj .sbxg{position:relative;width:20px;margin: 0 auto;cursor:pointer; display:inline-block;/*left:-100px; top:20px;*/margin-left: 5px;}
.sbxg .qrsp {display:none;position:absolute;width:120px;height:auto;padding:3px 8px 5px;border:1px #ff9d12 solid;background-color:#fff;left:21px;top:-10px; z-index:3;line-height:18px; color:#333; text-align:left;}
.fsj{position:absolute;width:15px;height:30px;background-position:-180px -300px;left:-7px;top:12px;}
.content .dpgj-xs,.dpgj-xs .right-content{ overflow:visible; z-index:2;}
.khmx td .sbxg .qrsp{left:25px; top:2px;}
.chart-1 .flrt-bj .h_h3 .sbxg .qrsp{ font-weight:normal; top:2px;}
.spgj .if-chart td .sbxg .qrsp{ top:-15px;}
.page_analyse .link_list dt .sbxg .qrsp{ top:0px;}

/*		2015.5.5		*/
.hydk h2{ margin-right:20px;}
.hydk .fl-left{ margin-top:3px;}
.hydk .box-blank{ padding: 10px 17px;}
.qydk_nr{ margin-top:10px; background:#faf6ee; border-top:2px #ae955e solid; padding:35px 0 190px 95px; font-size:14px;}
.qydk_nr .controls-mod{ padding-bottom:10px}
.conpd20{ margin-top:20px;}
.ffly{ font-family:Microsoft YaHei;}
.ft24{ font-size:24px;}
.ft18{ font-size:18px; color:#444}
.ylhs{ color:#f58a2b;}
.hui19{ font-size:12px; color:#999;}
.ansq{ margin:20px 0 0 73px;}

/*		2015.7.17		*/
.cTable-table{border: 1px #bacad7 solid;}
.cTable-table .t td{background:#dce9f2;border-left: 1px #bacad7 solid;margin-left: -1px;line-height: 44px;font-weight: bold;color: #446d89;}
.cTable-table td{border-bottom: 1px #bacad7 solid; line-height:22px; text-align:center; padding:10px;}

/*		2015.7.22		*/
.tr_box td{ padding:0; border:0}
.tr_box td .rCont-tab{ border:0; border-bottom:1px solid #bacad7}