@charset "UTF-8";
i {
  font-style: normal;
  vertical-align: middle;
}
em {
  font-style: normal;
}
.underline {
  text-decoration: underline;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0 10px;
  border-top: 1px solid #dedede;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #dedede;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid #dedede;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 10px;
}
.table-bordered {
  border: 1px solid #dedede;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dedede;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr:hover {
  background-color: #efefef;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dedede;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.total {
  background: #f7f7f7;
}
button,
input[type="button"] {
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 17px;
  cursor: pointer;
}
input[type="text"],
select {
  background: #ffffff;
  display: inline-block;
  border: 1px solid #dedede;
}
textarea {
  outline: none;
  resize: none;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"] {
  height: 28px;
  padding: 2px 8px;
  width: 98.6%;
  border: 1px solid #dedede;
}
select {
  height: 30px;
  padding: 5px 10px;
  width: 100%;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="text"]:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #2c94e9;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #2c94e9;
  -webkit-box-shadow: 0 0 4px 0 #2c94e9;
  box-shadow: 0 0 4px 0 #2c94e9;
}
input[type="email"]:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #2c94e9;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #2c94e9;
  -webkit-box-shadow: 0 0 4px 0 #2c94e9;
  box-shadow: 0 0 4px 0 #2c94e9;
}
input[type="password"]:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #2c94e9;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #2c94e9;
  -webkit-box-shadow: 0 0 4px 0 #2c94e9;
  box-shadow: 0 0 4px 0 #2c94e9;
}
select:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #2c94e9;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #2c94e9;
  -webkit-box-shadow: 0 0 4px 0 #2c94e9;
  box-shadow: 0 0 4px 0 #2c94e9;
}
textarea:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #2c94e9;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #2c94e9;
  -webkit-box-shadow: 0 0 4px 0 #2c94e9;
  box-shadow: 0 0 4px 0 #2c94e9;
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="password"]::-ms-reveal {
  display: none;
}
input[type="button"]:focus,
button:focus {
  outline: none;
  border: none;
}
label {
  display: inline-block;
  max-width: 100%;
}
.ud_select {
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.ud_select:after {
  clear: both;
}
.ud_select .select_name {
  width: 20%;
  float: left;
  text-align: right;
  margin-right: 10px;
  color: #666666;
}
.ud_select .select_div {
  width: 76%;
  float: left;
  position: relative;
}
.ud_select .select_div .Select {
  border: 1px solid #dedede;
  height: 26px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #999999;
  cursor: pointer;
}
.ud_select .select_div .Select .select_input {
  height: 26px;
  width: 97.3%;
  float: left;
}
.ud_select .select_div .Select a {
  float: left;
  height: 26px;
  width: 12px;
  text-align: center;
  color: #333333;
  position: absolute;
  top: 0;
  right: 10px;
}
.ud_select .select_div .Select a i {
  font-size: 10px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.ud_select .select_down {
  border: 1px solid #dedede;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  background: #ffffff;
  padding: 10px 0 0 0;
  box-shadow: 1px 1px 4px #8ac4f3;
  display: none;
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 0;
  width: 99.7%;
}
.ud_select .select_down li {
  padding: 0 20px;
  cursor: pointer;
}
.ud_select .list_select li {
  border-bottom: 1px dashed #eeeeee;
  cursor: pointer;
  color: #666666;
}
.ud_select .list_select li:hover {
  background: #f0f7fd;
}
.public-select {
  width: 100%;
}
.public-select .select_div {
  width: 100%;
}
.ud_select {
  margin-top: 10px;
}
.ud_select .list_select li {
  border-bottom: 1px dashed #eeeeee;
  cursor: pointer;
  color: #666666;
}
.ud_select .list_select li:hover {
  background: #f0f7fd;
}
.ud_select input[type="text"] {
  width: 73.2%;
}
.ud_select .select_down li {
  color: #2c94e9;
}
.ud_select .select_down .create {
  padding: 0 20px 0 20px;
  overflow: hidden;
}
.ud_select .select_down .create label {
  display: block;
  width: 100%;
}
.ud_select .select_down .create input {
  float: left;
  width: 80%;
  color: #999999;
  font-size: 14px;
  line-height: 28px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.ud_select .select_down .create button {
  height: 34px;
  float: right;
}
.ud_select .select_down .btm-operate {
  height: 30px;
  overflow: hidden;
  padding: 5px 20px;
  border-top: 1px solid #dedede;
}
.ud_select .select_down .btm-operate .set-up {
  float: left;
  text-align: center;
  height: 30px;
  width: 30px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f7f7f7;
}
.ud_select .select_down .btm-operate .set-up i {
  font-size: 24px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin: 0;
  vertical-align: inherit;
  color: #aaaaaa;
}
.name-condition {
  float: left;
  display: block;
  width: 120px;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
.select_div_c {
  float: left;
  position: relative;
}
.select_div_c .Select-c {
  border: 1px solid #dedede;
  height: 26px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #999999;
  cursor: pointer;
  background: #ffffff;
}
.select_div_c .Select-c .select_input_c {
  height: 26px;
  width: 280px;
  float: left;
}
.select_div_c .Select-c a {
  float: left;
  height: 26px;
  width: 12px;
  text-align: center;
  color: #333333;
  position: absolute;
  top: 0;
  right: 10px;
}
.select_div_c .Select-c a i {
  font-size: 10px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.select_div_c .select_down_c {
  border: 1px solid #dedede;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  background: #ffffff;
  padding: 10px 0 0 0;
  box-shadow: 1px 1px 4px #8ac4f3;
  display: none;
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 0;
  width: 99.7%;
}
.select_div_c .select_down_c li {
  padding: 0 20px;
}
.select_div_c .select_down_c li a {
  color: #666666;
}
.select_div_c .select_down_c li span i {
  font-size: 14px;
  cursor: pointer;
}
.select_div_c .select_down_c li ul {
  display: none;
}
.btm-button {
  float: right;
}
.btm-button button {
  float: left;
  margin-right: 10px;
}
button.jh-gray-btn {
  border: 1px solid #cccccc;
  height: 30px;
  background: #eeeeee;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
button.jh-gray-btn i {
  color: #aaaaaa;
}
button.jh-gray-btn:hover {
  background: #e2e2e2;
}
button.main-btn {
  border: 1px solid #106AB5;
  height: 30px;
  background: #106AB5;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.main-btn:hover {
  background: #ff8d06;
}
button.warning-btn {
  border: 1px solid #cc0249;
  height: 30px;
  background: #cc0249;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.warning-btn:hover {
  background: #990237;
}
button.red-btn {
  border: 1px solid #ff0000;
  height: 30px;
  background: #ff0000;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.red-btn:hover {
  background: #ff0000;
}
button.blue-btn {
  border: 1px solid #2c94e9;
  height: 30px;
  background: #2c94e9;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.blue-btn:hover {
  background: #1888e4;
}
button.j-gray-btn {
  border: 1px solid #dedede;
  height: 30px;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #aaaaaa;
}
button.green-btn {
  border: 1px solid #00b285;
  height: 30px;
  background: #00b285;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.green-btn:hover {
  background: #00a57b;
}
.delete-btn-c {
  height: 40px;
  width: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  background: #dedede;
  border: none;
  padding: 0;
}
.delete-btn-c i {
  color: #999999;
  vertical-align: inherit;
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.delete-btn-c:hover {
  background: #cccccc;
}
.increase-a {
  color: #2c94e9;
}
.increase-a i {
  margin-top: 5px;
}
.delete-a {
  color: #aaaaaa;
}
.delete-btn {
  height: 40px;
  width: 40px;
  margin-top: 10px;
  text-align: center;
  border: none;
  background: none;
}
.delete-btn i {
  font-size: 16px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #aaaaaa;
}
.batch-setting-btn {
  width: 115px;
  float: left;
  position: relative;
}
.batch-setting-btn button {
  line-height: 28px;
}
.batch-setting-btn button i {
  margin: 0 0 0 5px;
  font-size: 10px;
}
.batch-setting-btn ul {
  border: 1px solid #dedede;
  position: absolute;
  top: 32px;
  left: 0;
  width: 112px;
  display: none;
}
.batch-setting-btn li {
  width: 100% ;
  text-align: center;
  border-bottom: 1px dashed #dedede;
}
.batch-setting-btn li a {
  color: #666666;
}
.batch-setting-btn li:hover {
  background: #106AB5;
}
.batch-setting-btn li:hover a {
  color: #ffffff;
}
.quick_selection {
  height: 400px;
  padding: 10px;
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 0 2px 2px 4px #dedede;
  -webkit-box-shadow: 0 0 4px #dedede;
  -moz-box-shadow: 0 2px 2px 4px #dedede;
}
.quick_selection .search-cont {
  height: 400px;
  background: #efefef;
  overflow: hidden;
}
.cc-tree-group {
  margin: 15px 0 0 30px;
  height: 360px;
  padding-bottom: 15px;
  width: 390px;
  background: #ffffff;
  overflow: hidden;
  float: left;
}
.cc-tree-group .search {
  width: 340px;
  margin: 15px auto 5px auto;
}
.cc-tree-group .search input {
  height: 28px;
  width: 270px;
  padding: 2px 8px;
  border: 1px solid #dedede;
  font-size: 14px;
  line-height: 28px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #999999;
  float: left;
}
.cc-tree-group .search .search-btn {
  display: inline-block;
  height: 32px;
  width: 50px;
  border: 1px solid #dedede;
  text-align: center;
  background: #eeeeee;
  float: left;
  color: #aaaaaa;
}
.cc-tree-group .search .search-btn i {
  font-size: 20px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.cc-tree-group .cc-tree-gcont {
  font-size: 14px;
  line-height: 36px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  height: 300px;
  overflow: auto;
}
.cc-tree-group .cc-tree-gcont::-webkit-scrollbar {
  width: 6px;
  background: #dedede;
}
.cc-tree-group .cc-tree-gcont::-webkit-scrollbar-track {
  width: 10px;
}
.cc-tree-group .cc-tree-gcont::-webkit-scrollbar-thumb {
  width: 6px;
  background: #aaaaaa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.cc-tree-group .cc-tree-gcont li {
  padding: 0 20px;
  height: 36px;
  border-bottom: 1px dashed #dedede;
  clear: both;
  cursor: pointer;
}
.cc-tree-group .cc-tree-gcont li i {
  font-size: 12px;
  line-height: 38px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  float: right;
}
.cc-tree-group .cc-tree-gcont .active {
  color: #2c94e9;
  background: #d0e7fa;
}
.textarea-text {
  border: 1px solid #dedede;
  color: #000000;
  font-size: 12px;
  line-height: 24px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  width: 100%;
  outline: none;
}
.checkbox-Controls {
  display: block;
  height: 12px;
  width: 12px;
  border: 1px solid #aaaaaa;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.checkbox-Controls .checkbox {
  display: block;
  height: 12px;
  width: 12px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-Controls .multiple-choice {
  height: 12px;
  width: 12px;
}
.checkbox-Controls .multiple-choice i {
  font-size: 12px;
  line-height: 12px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin: 0;
  vertical-align: inherit;
  display: block;
  height: 12px;
  width: 12px;
  text-align: center;
}
.add-picture {
  height: 45px;
  width: 100px;
  background: #f0f7fd;
  border: 1px solid #8ac4f3;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.add-picture img {
  width: 100px;
  height: 45px;
}
.add-picture .add-picture-font {
  height: 100%;
  width: 100%;
  text-align: center;
  color: #2c94e9;
}
.add-picture .file {
  width: 100%;
  height: 100%;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: relative;
  left: 0;
  top: -100%;
  cursor: pointer;
}
.add-goods-picture {
  height: 116px;
  width: 137px;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  background: #f0f7fd;
  border: 1px solid #8ac4f3;
}
.add-goods-picture i {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 90px;
  line-height: 100%;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #8ac4f3;
  margin-top: 12px;
}
.add-goods-picture .file {
  width: 100%;
  height: 100%;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.add-goods-picture .name_pic {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #2c94e9;
  display: block;
  width: 100%;
  position: relative;
  background: #f0f7fd;
  top: -50px;
  border-top: 1px solid #8ac4f3;
  border-bottom: 1px solid #8ac4f3;
}
.add-goods-picture-s {
  background: #efefef;
  border: 1px solid #dedede;
}
.add-goods-picture-s i {
  color: #cccccc;
}
.add-goods-picture-s .name_pic {
  top: -15px;
  background: none;
  border: none;
  color: #666666;
}
.add-goods-picture-v {
  border: 1px dashed #8ac4f3;
}
.add-goods-picture-v i {
  margin-top: 0;
}
.add-goods-picture-v .name_pic {
  top: -10px;
  background: none;
  border: none;
}
.upload-attachment {
  height: 40px;
  width: 130px;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  background: #f0f7fd;
  border: 1px solid #8ac4f3;
  margin: 0 20px 0 10px;
  float: left;
}
.upload-attachment .file {
  width: 100%;
  height: 100%;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.upload-attachment .attachment {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #2c94e9;
}
.upload-attachment .attachment i {
  font-size: 30px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #2c94e9;
}
.pa_operate em {
  font-size: 12px;
  line-height: 24px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  color: #aaaaaa;
  font-style: normal;
  clear: both;
  display: block;
}
.papers-img {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  float: left;
}
.papers-img i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.valid-period .time-interval {
  width: 8%;
  float: left;
}
.valid-period .start-time,
.valid-period .end-time {
  width: 43.5%;
  float: left;
  position: relative;
}
.valid-period .start-time input[type='text'],
.valid-period .end-time input[type='text'] {
  width: 87%;
  padding-right: 30px;
  background: none;
  position: relative;
  z-index: 2;
}
.valid-period .start-time .iconfont,
.valid-period .end-time .iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 30px;
  color: #2c94e9;
}
.valid-period .seach_tim {
  width: 200px !important;
}
.valid-period .seach_tim input[type='text'] {
  width: 80%;
}
.interval-symbol {
  float: left;
  text-align: center;
  background: #f7f7f7;
  height: 32px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.trading-locations {
  width: 35%;
  float: left;
  position: relative;
}
.trading-locations input {
  padding-right: 30px;
  width: 90.5%;
}
.trading-locations .iconfont {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 24px;
  color: #2c94e9;
}
.position-tl {
  position: relative;
}
.locations-choose {
  position: absolute;
  top: 36px;
  left: 0;
}
.unit-text {
  float: left;
  position: relative;
}
.unit-text input[type="text"] {
  padding-right: 40px;
}
.unit-text em {
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 0;
  right: 10px;
  color: #999999;
}
.container {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.centered {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  min-width: 1280px;
}
.central-left {
  width: 12%;
  float: left;
  border: 1px solid #eeeeee;
  height: 100%;
  min-height: 800px;
  background: #ffffff;
}
.central-right {
  width: 87.25%;
  float: right;
  border: 1px solid #eeeeee;
  height: auto;
  background: #ffffff;
  min-height: 800px;
}
.iconfont {
  margin-right: 5px;
}
.up_down_cont {
  position: absolute;
  top: 40px;
  right: 0;
  display: none;
}
.up_down_cont .up_down {
  display: block;
  background: #ffffff;
  padding: 10px 0;
  border: 1px solid #dedede;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 8px #0c4472;
  -moz-box-shadow: 0 0 8px #0c4472;
  -webkit-box-shadow: 0 0 8px #0c4472;
}
.up_down_cont .up_down li {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.goUp {
  height: 50px;
  width: 50px;
  text-align: center;
  color: #8ac4f3;
  position: fixed;
  right: 50px;
  bottom: 100px;
  cursor: pointer;
}
.goUp i {
  font-size: 45px;
}
.page-combination {
  float: right;
}
.page-combination .page-statistics {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  float: left;
  margin-right: 20px;
}
.page-combination .page-statistics strong {
  font-size: 16px;
  margin: 0 5px;
}
.page-combination .page-number {
  font-size: 14px;
  line-height: 28px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  width: 65px;
  margin-right: 10px;
  color: #666666;
  float: left;
  border: 1px solid #dedede;
  background: #f7f7f7;
  text-align: center;
  padding: 0 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
}
.page-combination .page-number span {
  color: #666666;
}
.page-combination .page-number span a {
  color: #666666;
}
.page-combination .page-number span i {
  font-size: 10px;
  margin: 0 0 0 5px;
}
.page-combination .page-number span ol {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #dedede;
  position: absolute;
  top: 30px;
  right: -2px;
  display: none;
  z-index: 21;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.page-combination .page-number span ol li {
  cursor: pointer;
}
.page-combination .page-number span ol li:hover {
  background: #f0f7fd;
}
.page {
  height: 30px;
  width: 110px;
  display: block;
  float: right;
}
.page button {
  height: 30px;
  width: 54px;
  float: left;
  border: none;
  background: #f7f7f7;
}
.page button i {
  font-size: 20px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #aaaaaa;
  text-align: center;
}
.page button:hover {
  background: #efefef;
}
.page .left-page {
  border: 1px solid #dedede;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
.page .right-page {
  border: 1px solid #dedede;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
}
.page .right-page i {
  font-size: 18px;
}
a:hover {
  color: #1045A9;
}
.box-sizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
._3001_header {
  height: 32px;
  background: #000000;
  font-size: 12px;
  line-height: 32px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_header_left_wellcome {
  float: left;
  color: #cccccc;
}
._3001_header_right_operating {
  float: right;
  color: #cccccc;
  font-size: 12px;
  line-height: 32px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_header_right_operating a {
  color: #cccccc;
  padding: 0 8px;
}
._3001_header_right_operating a strong {
  color: #ffffff;
}
._3001_header_right_operating span {
  padding: 0 8px;
}
._3001_index_logo {
  height: 75px;
}
._3001_index_logo ._3001_logo {
  float: left;
  margin-top: 15px;
}
._3001_index_logo ._3001_logo a {
  float: left;
  height: 54px;
}
._3001_index_logo ._3001_logo img {
  height: 54px;
}
._3001_index_logo ._3001_logo ._3001_12_login-welcome {
  font-size: 30px;
  line-height: 54px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #aaaaaa;
}
._3001_index_logo ._3001_consumer_hotline {
  float: right;
  color: #106AB5;
  margin-top: 15px;
}
._3001_index_logo ._3001_consumer_hotline ._3001_phone {
  float: left;
  margin-right: 5px;
}
._3001_index_logo ._3001_consumer_hotline ._3001_phone .iconfont {
  font-size: 30px;
  line-height: 60px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_index_logo ._3001_consumer_hotline ._3001_ph_numb {
  float: left;
  font-size: 16px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_index_logo ._3001_consumer_hotline ._3001_ph_numb strong {
  display: block;
}
._3001_nav {
  clear: both;
  height: 40px;
  border-bottom: 2px solid #d8211d;
  border-top: 1px solid #f7f7f7;
  margin-top: 15px;
}
._3001_nav li {
  float: left;
  font-size: 16px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  position: relative;
}
._3001_nav li a {
  display: block;
  padding: 0 24px;
  color: #000000;
  text-align: center;
}
._3001_nav li ul {
  clear: both;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 120;
}
._3001_nav li ul li {
  clear: left;
  width: 100%;
}
._3001_nav li ul li a {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-align: center;
  border: none;
  border-bottom: 1px solid #dedede !important;
}
._3001_nav li ul li:hover {
  background: #d8211d;
}
._3001_nav li ul li:hover a {
  color: #ffffff;
}
._3001_nav li:hover > a {
  background: #d8211d;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
._3001_nav li:hover > ul {
  display: block;
}
._3001_nav ._3001_active a {
  background: #d8211d;
  color: #ffffff;
}
._3001_foot {
  width: 100%;
  background: #000000;
}
._3001_foot_nav {
  width: 100%;
  height: 255px;
  background: url("../img/btn-bj.png");
  padding-top: 15px;
}
._3001_foot_nav .container {
  position: relative;
}
._3001_foot_nav ul {
  overflow: hidden;
}
._3001_foot_nav ul li {
  display: block;
  width: 20%;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  float: left;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 15px;
}
._3001_foot_nav ul li h1 {
  font-size: 18px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #dedede;
}
._3001_foot_nav ul li a {
  display: block;
  color: #dedede;
}
._3001_foot_nav ul li a:hover {
  color: #ffffff;
}
._3001_foot_nav ._3001_link {
  clear: both;
  padding-top: 20px;
  overflow: hidden;
}
._3001_foot_nav ._3001_link strong {
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  float: left;
  color: #dedede;
}
._3001_foot_nav ._3001_link a {
  display: block;
  float: left;
  margin-left: 10px;
}
._3001_foot_copyright {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #cccccc;
}
._3001_web-safety {
  text-align: center;
}
/*��ҳ��ʼ*/
._3001_page_box {
  text-align: center;
}
.pages {
  display: inline-block;
  margin: 20px 0;
  overflow: hidden;
  clear: both;
}
.pages #Pagination {
  float: left;
  overflow: hidden;
}
.pages #Pagination .pagination {
  height: 40px;
  text-align: right;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
  float: left;
  display: inline;
  padding: 0 16px;
  border: 1px solid #efefef;
  border-right: none;
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.pages #Pagination .pagination .current {
  background: #ff7e26;
  color: #ffffff;
}
.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
  float: left;
  padding: 0 16px;
  border: 1px solid #efefef;
  background: #ffffff;
  color: #666666;
  cursor: pointer;
}
.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
  display: inline-block;
  width: 4px;
  height: 11px;
  margin-right: 5px;
  background: url(../img/icon.fw.png) no-repeat;
}
.pages #Pagination .pagination .prev {
  border-right: none;
}
.pages #Pagination .pagination .prev i {
  background-position: -144px -4px;
  *background-position: -144px -4px;
}
.pages #Pagination .pagination .next i {
  background-position: -156px -4px;
  *background-position: -156px -4px;
}
.pages #Pagination .pagination .pagination-break {
  padding: 0 5px;
  border: none;
  border-left: 1px solid #efefef;
  background: none;
  cursor: default;
}
.pages .searchPage {
  float: left;
}
.pages .searchPage .page-sum {
  padding: 0 16px;
  color: #999999;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.pages .searchPage .page-go {
  color: #999999;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  padding: 10px 0;
}
.pages .searchPage .page-go input {
  width: 21px;
  height: 20px;
  margin: 0 5px;
  padding-left: 5px;
  border: 1px solid #efefef;
}
.pages .searchPage .page-btn {
  margin: 9px 0 5px 5px;
  padding: 2px 10px;
  background: #ffffff;
  border-radius: 2px;
  color: #333333;
  font-size: 12px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-decoration: none;
  border: 1px solid #efefef;
}
.pages .searchPage .page-btn :hover {
  border: 1px solid #ff7e26;
  color: #ff7e26;
}
/*��ҳ����*/
/*banner开始*/
._2044_11_banner {
  height: 360px;
  width: 100%;
  text-align: center;
}
._2044_11_banner img {
  display: inline-block;
  max-width: 100%;
  height: 360px;
}
/*banner结束*/
/*内容开始*/
._2044_11_information {
 /* position: relative;
  top: 20px;
  margin-bottom: 100px;
  */
}
._2044_11_information:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
/*left导航开始*/
._2044_11_left_nav {
  float: left;
  width: 240px;
  background: #f7f7f7;
}
._2044_11_left_nav ._2044_11_title {
  height: 100px;
  background: #1045A9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
}
._2044_11_left_nav ._2044_11_title h1 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #ffffff;
}
._2044_11_left_nav ._2044_11_title font {
  font-size: 18px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
._2044_11_left_nav ._2044_11_con {
  font-size: 16px;
  line-height: 38px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  padding: 15px 10px;
}
._2044_11_left_nav ._2044_11_con li a {
  color: #666666;
  display: block;
  padding: 0 18px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
._2044_11_left_nav ._2044_11_con li a .iconfont {
  float: right;
  font-size: 17px;
}
._2044_11_left_nav ._2044_11_con li ._2044_11_active {
  background: #106AB5;
  color: #fff;
}
._2044_11_left_nav ._2044_11_con li ul {
  padding-left: 20px;
}
._2044_11_left_nav ._2044_11_con li ul li {
  font-size: 14px;
  line-height: 38px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._2044_11_left_nav ._2044_11_con li ul li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 1px dashed #dedede;
}
._2044_11_left_nav ._2044_11_con li ul ._2044_11_active1 {
  font-weight: bold;
  color: #1045A9;
}
._2044_11_left_nav ._2044_11_left_kstd {
  margin-top: 15px;
}
/*left导航结束*/
/*list开始*/
._2044_11_right_con {
  float: right;
  width: 960px;
}
._2044_11_right_con ._2044_11_current_location {
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  background: #f7f7f7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 48px;
}
._2044_11_right_con ._2044_11_current_location .icon-map {
  color: #106AB5;
}
._2044_11_right_con ._2044_11_current_location ._2044_11_icon_gt {
  font-size: 14px;
  line-height: 48px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
}
._2044_11_right_con ._2044_11_current_location i,
._2044_11_right_con ._2044_11_current_location span,
._2044_11_right_con ._2044_11_current_location a {
  float: left;
  margin: 0 3px;
}
._2044_11_right_con ._2044_11_current_location a {
  color: #2c94e9;
}
._2044_11_right_con ._2044_11_list_con {
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  padding-left: 48px;
}
._2044_11_right_con ._2044_11_list_con li {
  border-bottom: 1px dashed #dedede;
  padding: 0 10px;
}
._2044_11_right_con ._2044_11_list_con li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
._2044_11_right_con ._2044_11_list_con li a {
  display: block;
  width: 75%;
  float: left;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._2044_11_right_con ._2044_11_list_con li a:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  background: #aaaaaa;
  vertical-align: middle;
  margin-right: 5px;
}
._2044_11_right_con ._2044_11_list_con li span {
  display: block;
  float: right;
  width: 25%;
  text-align: right;
  color: #aaaaaa;
}
._2044_11_right_con ._2044_11_list_con li:hover {
  border-bottom: 1px solid #dedede;
  background: #f7f7f7;
}
._2044_11_right_con ._2044_11_list_con li:hover a {
  color: #2c94e9;
}
._2044_11_right_con ._2044_11_list_con h2{
  font-size:28px;
  text-align:center;
  height:55px;
  line-height:55px;
  margin-top:10px;
  font-family:microsoft yahei;
}
.articleTime{
  text-align:center;
}
.aShare{
  display:inline-block;
}
.aShareT{display:inline-block;}
.bdsharebuttonbox{display:inline-block;f}
  /*list结束*/
/*内容结束*/
/*详情页面开始*/
._2044_11_details_sxt {
  float: right;
}
._2044_11_details_sxt_bottom {
  text-align: center;
  margin-top: 20px;
}
._2044_11_details_name h1 {
  font-size: 18px;
  line-height: 50px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-align: center;
}
._2044_11_details_name ._2044_11_details_small {
  text-align: center;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 30px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
}
._2044_11_details_name ._2044_11_details_small span {
  margin: 0 10px;
}
._2044_11_details_name ._2044_11_details_small a {
  color: #2c94e9;
}
._2044_11_details_name ._2044_11_details_small a .iconfont {
  font-size: 12px;
}
._2044_11_details_con {
  width: 100%;
  overflow-x: auto;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._2044_11_details_con img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}


.tcdPageCode {
	padding: 15px 5px;
	text-align: left;
	color: #ccc;
	text-align: center;
}
.tcdPageCode a {
	display: inline-block;
	color: #106AB5;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 4px;
	border-radius: 3px;
	vertical-align: middle;
}
.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #106AB5;
}
.tcdPageCode span.current {
	font-size: 14px;
	display: inline-block;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	margin: 0 4px;
	color: #fff;
	background-color: #106AB5;
	border: 1px solid #106AB5;
	border-radius: 3px;
	vertical-align: middle;
}
.tcdPageCode span.disabled {
	font-size: 14px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin: 0 4px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	vertical-align: middle;
}
/*详情页面结束*/
