/* CSS Document */
@import url(/system/layui/css/layui.css);
* {
	margin: 0;
	padding: 0;
}

body {
	/*font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;*/
	color: #333333;
	line-height: 22px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
img {
	border: 0
}

a:link {
	color: #3e57cd;
	text-decoration: none;
}
a:visited {
	color: #105cb6;
	text-decoration: underline;
}
a:hover {
	color: #ff692f;
	text-decoration: underline;
}

.layui-btn-container .layui-btn{
  height: 25px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  /*border:1px solid rgba(255, 71, 0, 0.2);*/
  letter-spacing: 1px;
}

.img_hylogo{
			-webkit-filter: grayscale(80%);
			filter: grayscale(80%);
		}
.img_exhilogo{
			-webkit-filter: grayscale(30%);
			filter: grayscale(30%);
		}
	
.table-init table {
  border-collapse: collapse;
  max-width: 100%
}

.table-init table td, .table-init table th {
  padding: 8px 10px
}

.table-init table[lay-size=md] td, .table-init table[lay-size=md] th, .table-init table.layui-table td, .table-init table.layui-table th {
  padding: 9px 15px
}

.table-init table[lay-size=xs] td, .table-init table[lay-size=xs] th {
  padding: 6px 5px
}

.table-init table[data-size=sm] td, .table-init table[data-size=sm] th {
  font-size: 12px !important
}

.table-init table[data-size=sm] td span, .table-init table[data-size=sm] th span {
  font-size: 12px !important
}

.table-init table[data-size=md] td, .table-init table[data-size=md] th {
  font-size: 14px !important
}

.table-init table[data-size=md] td span, .table-init table[data-size=md] th span {
  font-size: 14px !important
}

.table-init table:not(.table-row) td, .table-init table:not(.table-row) th {
  border: 1px solid #eee
}

.table-init table thead tr {
  background-color: #fafafa
}

.table-init tr:hover {
  background-color: #fafafa
}

.table-init p {
  margin: 0
}

.table-init .table-row {
  border: 1px solid #eee
}

.table-init .table-row tr:first-child {
  background-color: #fafafa
}

.table-init .table-row td, .table-init .table-row th {
  border-right: 1px solid #eee
}

.table-init .table-divider tr:first-child {
  background-color: #edf6fc
}

/*number*/
.number-split {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.number-split * {
  box-sizing: border-box
}

.number-split:before {
  content: none
}

.number-split>li {
  flex-basis: 24%;
  flex-grow: 0;
  padding: 12px;
  text-align: center;
  border: 1px solid #eee
}

.number-split .icon {
  margin: auto;
  height: 52px;
  width: 52px;
  line-height: 52px;
  border-radius: 100%;
  background-color: #3b4fad;
  text-align: center
}

.number-split .layui-icon {
  font-size: 28px;
  color: #fff
}

.number-split .number {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #999
}

.number-split .title {
  font-size: 14px;
  color: #aaa
}

/*index*/
.indexleft {
	float: left;
	width: 105px;
	z-index: 999;
}
.indexright {
	margin-left: 5px;
	float: left;
	width: 100px;
	z-index: 999;
}
.indexleft .indexinner, .indexright .indexinner {
	margin: 0;
}
.indexmain {
	width: 1130px;
	float: left;
}
.indexinner {
	padding: 0px;
}


/*index ads*/
.ads ul {
  display:  flex;
  justify-content:  space-between;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 2px;
	list-style: none;
	/*width: 1170px;*/
	border: dashed 1px #ccc;

}
/* .ads li {
	float: left;
	width: 230px;
	height: 80px;
	background: #999
}
.ads li+li {
	margin-left: 6px;
} */

.listindexleft {
	position: relative;
	z-index: 9999;
}
.listindexleft span img {
	border-width: 0;
	vertical-align: top;
	padding: 2px;
	width: 260px;
}
.listindexleft span {
	position: absolute;
	z-index: 9999;
	display: none;
	padding: 0px;
	border: 1px solid gray;
	background-color: #FFFFFF;
}
.listindexleft:hover {
	background-color: transparent;
}
.listindexleft:hover span {
	top: -80px;
	left: 99px;
	display: block;
}
.listindexright {
	position: relative;
	z-index: 9999;
}
.listindexright span img {
	border-width: 0;
	vertical-align: top;
	padding: 2px;
	width: 260px;
}
.listindexright span {
	position: absolute;
	z-index: 9999;
	display: none;
	padding: 0px;
	border: 1px solid gray;
	background-color: #FFFFFF;
}
.listindexright:hover {
	background-color: transparent;
}
.listindexright:hover span {
	top: -80px;
	left: -265px;
	display: block;
}