@charset "utf-8";
body,
*,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
span {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  color: #505050;
  background: #e5ebe5;
  font: normal 12px/150% "Lucida Sans Unicode", "Lucida Grande", sans-serif, "宋体";
}
a,
a:visited,
a:active {
  color: #505050;
  text-decoration: underline;
}
a:hover {
  color: #017f6b;
  text-decoration: underline;
}
em {
  color: red;
  margin-right: 6px;
}
.con {
  width: 986px;
  background: #fff;
  border: #e6e6e6 3px solid;
  margin: 0 auto;
  clear: both;
  margin-bottom: 10px;
}
.certificate_cn {
  width: 100%;
}
.certificate_cn td {
  font-size: 14px;
  line-height: 30px;
}
a.gray,
a.gray:visited,
a.gray:active {
  color: #7f8080;
  text-decoration: none;
}
a.gray:hover {
  color: #017f6b;
  text-decoration: underline;
}
.button {
  width: 150px;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  font: bold 14px/20px "黑体", "宋体";
  border-radius: 4px;
  background: #0f9883;
  cursor: pointer;
}
.button_on {
  width: 150px;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  font: bold 14px/20px "黑体", "宋体";
  border-radius: 4px;
  background: #086c56;
  cursor: pointer;
}
.search_button {
  width: 100px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font: bold 16px/50px "黑体", "宋体";
  border-radius: 4px;
  background: #0f9883;
  cursor: pointer;
}
.search_button_on {
  width: 100px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font: bold 16px/50px "黑体", "宋体";
  border-radius: 4px;
  background: #086c56;
  cursor: pointer;
}
.black_button {
  width: 100px;
  padding: 0 20px;
  text-align: center;
  color: #c2c2c2;
  font: bold 16px/50px "黑体", "宋体";
  border-radius: 4px;
  background: #282828;
  cursor: pointer;
}
.black_button_on {
  width: 100px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font: bold 16px/50px "黑体", "宋体";
  border-radius: 4px;
  background: #0e0e0e;
  cursor: pointer;
}
.sub_menu {
  text-align: center;
  color: #29937d;
  font: bold 16px/40px "黑体", "宋体";
  background: #252525;
  border: #61a93e 1px dotted;
  border-bottom: none;
}
.sub_menu_on {
  text-align: center;
  color: #1e1b1b;
  font: bold 16px/40px "黑体", "宋体";
  background: #cde7e1;
  border: #898989 1px dotted;
  border-bottom: none;
  cursor: pointer;
}
.sub_menu_off {
  text-align: center;
  color: #1e1b1b;
  font: bold 16px/40px "黑体", "宋体";
  background: #fff;
  border: #898989 1px dotted;
  border-bottom: none;
  cursor: pointer;
}
.table_h {
  width: 100%;
}
.table_h caption {
  text-align: left;
  line-height: 30px;
  color: #727272;
}
.table_h th {
  text-align: center;
  background: #e2e2e2;
  color: #616161;
  font-weight: bold;
  line-height: 30px;
}
.table_h td {
  text-align: center;
  border-bottom: #e2e2e2 1px solid;
  line-height: 30px;
}
.table_h tr.change {
  background-color: #fff;
}
.table_h tr.change:hover {
  background-color: #eaf6f3;
}
.input_con {
  width: 300px;
  height: 50px;
  background: #eaf6f3;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
}
/*翻页页码*/
.quotes {
  padding: 3px;
  margin: 10px 3px;
  text-align: center;
}
.quotes a {
  padding: 2px 8px;
  margin-right: 2px;
  color: #717171;
  font-weight: bold;
  font-size: 12px;
}
.quotes a:hover,
.quotes a:active {
  color: #fff;
  background: #6bbb99;
  padding: 2px 8px;
  margin-right: 2px;
}
.quotes span.current {
  padding: 2px 8px;
  margin-right: 2px;
  color: #fff;
  background: #119b84;
  font-size: 12px;
}
.quotes span.disabled {
  padding: 2px 8px;
  margin-right: 2px;
  color: #ccc;
  font-size: 12px;
}
/*表格具体内容*/
.form_table {
  width: 986px;
  font-size: 12px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.form_table th {
  border: #9f9f9f 1px solid;
  text-align: center;
  font-weight: normal;
  background: #f0f0f0;
  padding: 5px;
}
.form_table th.operate {
  width: 62px;
}
.form_table th.title_left {
  border: #9f9f9f 1px solid;
  text-align: left;
  font-weight: normal;
  background: #f0f0f0;
  padding: 5px;
}
.form_table td {
  border: #9f9f9f 1px solid;
  text-align: left;
  padding: 5px;
}
.form_table td.sub_title {
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  background: #dcdcdc;
  border: #9f9f9f 1px solid;
}
.form_table td.yellow_title {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  background: #ffcfb9;
  color: #51210b;
  border: #c3937d 1px solid;
}
.form_table td.blank {
  border: none;
}
.form_table td.no_border {
  padding: 0;
  border: #9f9f9f 1px solid;
}
.form_table td.photo {
  width: 170px;
  background: #f0f0f0 url(../images/blue_photo.png) no-repeat center center;
  text-align: center;
}
.form_table td.center_word {
  border: #9f9f9f 1px solid;
  text-align: center;
  padding: 5px;
}
.input_time_blue {
  width: 50px;
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
}
.input_long_blue {
  width: 700px;
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
}
.textarea_blue {
  width: 600px;
  line-height: 25px;
  height: 60px;
  padding: 0 10px;
}
.listmenu_blue {
  line-height: 25px;
  height: 25px;
}
.form_button {
  width: 986px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.form_button td {
  padding: 13px 0;
}
.green_button {
  width: 100px;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  font: bold 16px/20px "黑体", "宋体";
  border-radius: 4px;
  background: #0f9883;
  cursor: pointer;
}
.green_button_on {
  width: 100px;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  font: bold 16px/20px "黑体", "宋体";
  border-radius: 4px;
  background: #086c56;
  cursor: pointer;
}
.input_blue {
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
  border: #77ada3 1px solid;
}
.input_red {
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
  border: red 1px solid;
}
.listmenu_blue {
  line-height: 25px;
  height: 25px;
  border: #77ada3 1px solid;
}
.listmenu_red {
  line-height: 25px;
  height: 25px;
  border: red 1px solid;
}
.tips {
  color: red;
}

.jglx,
.tgss {
  line-height: 25px;
  height: 25px;
}
.jglx,
.tgss {
  line-height: 25px;
  height: 25px;
  border: #77ada3 1px solid;
}

.title-head{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 28px;
  color: #FFF;
  text-shadow: 0px 3px 0px rgba(0,74,20,0.6);
  font-style: normal;
}