* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 12px;

  color: #333;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #555;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

small {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

form {
  display: block;
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  vertical-align: top;
}

img {
  display: inline-block;
  vertical-align: top;
  border: 0;
}

sup {
  font-size: 90%;
  vertical-align: top;
}
table {
	max-width: 100%;
	background-color: transparent;
	empty-cells: show
}
table code {
	white-space: normal
}
th {
	text-align: left
}
.am-table {
	width: 100%;
	margin-bottom: 1.6rem;
	border-spacing: 0;
	border-collapse: separate
}
.am-table>tbody>tr>td, .am-table>tbody>tr>th, .am-table>tfoot>tr>td, .am-table>tfoot>tr>th, .am-table>thead>tr>td, .am-table>thead>tr>th {
	padding: .7rem;
	line-height: 1.6;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.am-table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid #ddd
}
.am-table>caption+thead>tr:first-child>td, .am-table>caption+thead>tr:first-child>th, .am-table>colgroup+thead>tr:first-child>td, .am-table>colgroup+thead>tr:first-child>th, .am-table>thead:first-child>tr:first-child>td, .am-table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.am-table>tbody+tbody tr:first-child td {
	border-top: 2px solid #ddd
}
.am-table-bordered {
	border: 1px solid #ddd;
	border-left: none
}
.am-table-bordered>tbody>tr>td, .am-table-bordered>tbody>tr>th, .am-table-bordered>tfoot>tr>td, .am-table-bordered>tfoot>tr>th, .am-table-bordered>thead>tr>td, .am-table-bordered>thead>tr>th {
	border-left: 1px solid #ddd
}
.am-table-bordered>tbody>tr:first-child>td, .am-table-bordered>tbody>tr:first-child>th {
	border-top: none
}
.am-table-bordered>thead+tbody>tr:first-child>td, .am-table-bordered>thead+tbody>tr:first-child>th {
	border-top: 1px solid #ddd
}
.am-table-radius {
	border: 1px solid #ddd;
	border-radius: 2px
}
.am-table-radius>thead>tr:first-child>td:first-child, .am-table-radius>thead>tr:first-child>th:first-child {
	border-top-left-radius: 2px;
	border-left: none
}
.am-table-radius>thead>tr:first-child>td:last-child, .am-table-radius>thead>tr:first-child>th:last-child {
	border-top-right-radius: 2px;
	border-right: none
}
.am-table-radius>tbody>tr>td:first-child, .am-table-radius>tbody>tr>th:first-child {
	border-left: none
}
.am-table-radius>tbody>tr>td:last-child, .am-table-radius>tbody>tr>th:last-child {
	border-right: none
}
.am-table-radius>tbody>tr:last-child>td, .am-table-radius>tbody>tr:last-child>th {
	border-bottom: none
}
.am-table-radius>tbody>tr:last-child>td:first-child, .am-table-radius>tbody>tr:last-child>th:first-child {
	border-bottom-left-radius: 2px
}
.am-table-radius>tbody>tr:last-child>td:last-child, .am-table-radius>tbody>tr:last-child>th:last-child {
	border-bottom-right-radius: 2px
}
.am-table-striped>tbody>tr:nth-child(odd)>td, .am-table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}
.am-table-hover>tbody>tr:hover>td, .am-table-hover>tbody>tr:hover>th {
	background-color: #e9e9e9
}
.am-table-compact>tbody>tr>td, .am-table-compact>tbody>tr>th, .am-table-compact>tfoot>tr>td, .am-table-compact>tfoot>tr>th, .am-table-compact>thead>tr>td, .am-table-compact>thead>tr>th {
	padding: .4rem
}
.am-table-centered>tbody>tr>td, .am-table-centered>tbody>tr>th, .am-table-centered>tfoot>tr>td, .am-table-centered>tfoot>tr>th, .am-table-centered>thead>tr>td, .am-table-centered>thead>tr>th {
	text-align: center
}
.am-table>tbody>tr.am-active>td, .am-table>tbody>tr.am-active>th, .am-table>tbody>tr>td.am-active, .am-table>tbody>tr>th.am-active, .am-table>tfoot>tr.am-active>td, .am-table>tfoot>tr.am-active>th, .am-table>tfoot>tr>td.am-active, .am-table>tfoot>tr>th.am-active, .am-table>thead>tr.am-active>td, .am-table>thead>tr.am-active>th, .am-table>thead>tr>td.am-active, .am-table>thead>tr>th.am-active {
	background-color: #ffd
}
.am-table>tbody>tr.am-disabled>td, .am-table>tbody>tr.am-disabled>th, .am-table>tbody>tr>td.am-disabled, .am-table>tbody>tr>th.am-disabled, .am-table>tfoot>tr.am-disabled>td, .am-table>tfoot>tr.am-disabled>th, .am-table>tfoot>tr>td.am-disabled, .am-table>tfoot>tr>th.am-disabled, .am-table>thead>tr.am-disabled>td, .am-table>thead>tr.am-disabled>th, .am-table>thead>tr>td.am-disabled, .am-table>thead>tr>th.am-disabled {
	color: #999
}
.am-table>tbody>tr.am-primary>td, .am-table>tbody>tr.am-primary>th, .am-table>tbody>tr>td.am-primary, .am-table>tbody>tr>th.am-primary, .am-table>tfoot>tr.am-primary>td, .am-table>tfoot>tr.am-primary>th, .am-table>tfoot>tr>td.am-primary, .am-table>tfoot>tr>th.am-primary, .am-table>thead>tr.am-primary>td, .am-table>thead>tr.am-primary>th, .am-table>thead>tr>td.am-primary, .am-table>thead>tr>th.am-primary {
	color: #0b76ac;
	background-color: rgba(14,144,210,.115)
}
.am-table>tbody>tr.am-success>td, .am-table>tbody>tr.am-success>th, .am-table>tbody>tr>td.am-success, .am-table>tbody>tr>th.am-success, .am-table>tfoot>tr.am-success>td, .am-table>tfoot>tr.am-success>th, .am-table>tfoot>tr>td.am-success, .am-table>tfoot>tr>th.am-success, .am-table>thead>tr.am-success>td, .am-table>thead>tr.am-success>th, .am-table>thead>tr>td.am-success, .am-table>thead>tr>th.am-success {
	color: #5eb95e;
	background-color: rgba(94,185,94,.115)
}
.am-table>tbody>tr.am-warning>td, .am-table>tbody>tr.am-warning>th, .am-table>tbody>tr>td.am-warning, .am-table>tbody>tr>th.am-warning, .am-table>tfoot>tr.am-warning>td, .am-table>tfoot>tr.am-warning>th, .am-table>tfoot>tr>td.am-warning, .am-table>tfoot>tr>th.am-warning, .am-table>thead>tr.am-warning>td, .am-table>thead>tr.am-warning>th, .am-table>thead>tr>td.am-warning, .am-table>thead>tr>th.am-warning {
	color: #F37B1D;
	background-color: rgba(243,123,29,.115)
}
.am-table>tbody>tr.am-danger>td, .am-table>tbody>tr.am-danger>th, .am-table>tbody>tr>td.am-danger, .am-table>tbody>tr>th.am-danger, .am-table>tfoot>tr.am-danger>td, .am-table>tfoot>tr.am-danger>th, .am-table>tfoot>tr>td.am-danger, .am-table>tfoot>tr>th.am-danger, .am-table>thead>tr.am-danger>td, .am-table>thead>tr.am-danger>th, .am-table>thead>tr>td.am-danger, .am-table>thead>tr>th.am-danger {
	color: #dd514c;
	background-color: rgba(221,81,76,.115)
}

/**/
.wrap {
  width: 1250px;
  margin: 0 auto;
  height: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.pt50 {
  padding-top: 150px !important;
}

.blk {
  margin: 20px auto 20px auto;
  width: 1250px;
}

.p12-curmbs-1 {
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
}

.p12-curblock {
  display: none;
}

.p12-curmbs-1 b {
  border-left: 10px solid #bc1100;
  font-weight: normal;
  padding-left: 8px;
}

.plc {
  width: 1200px;
  margin: 0 auto 20px;
}

.p12-curmbs-1 i {
  font-style: normal;
}

.p12-curmbs-1 span {
  padding: 0 5px;
  height: 46px;
  line-height: 46px;
}

/*内页栏目*/

.tl-fdh-02 {
  height: 55px;
  background: #fff;
  margin-bottom: 20px;
  width: 1200px;
  margin: 0 auto 20px;
}

.tl-fdh-02 li {
  width: 19.4%;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  float: left;
  border-right: 1px solid #d8d8d8;
  box-sizing: border-box;
  background: #f4f4f4;
  cursor: pointer;
  text-overflow: ellipsis;
  position: relative;
}

.tl-fdh-02 li a {
  color: #333;
  display: block;
  width: 100%;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
  background: url(../img/p16-icon6.png.html) no-repeat bottom center #bc1100;
  border-color: #d8d8d8;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
  color: #fff;
}

.tl-fdh-02 li .erji {
  display: none;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 10;
}

.tl-fdh-02 li .erji li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #eee;
  border-bottom: #fff 1px solid;
  font-size: 16px;
}

.tl-fdh-02 li .erji li a {
  color: #333;
}

.tit {
  font-size: 32px;
  text-align: center;
  margin: 25px 0;
}

/*分页*/

.page {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  clear: both;
  text-align: center;
}

.page li {
  display: inline-block;
}

.page a,
.page span {
  position: relative;
  float: left;
  padding: 10px 18px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #b8382c;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
}

.page .active a {
  background-color: #b8382c;
  border: 1px solid #b8382c;
  color: #fff;
}

.page li:first-child a,
.page span:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page li:last-child a,
.page span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
