html,
body {
	height: 100%;
	overflow-x: hidden;
	position: relative;
}
a{
	cursor: pointer;
}
a:hover{
	opacity: 0.8;
	text-decoration: none;
}
ul{
	list-style: none;
	padding: 0;
}

@media screen and (min-width:1200px ) {
	.layui-container{
		width: 1200px;
		padding: 0 ;
	}
}
.scat-body{
	padding-top: 20px;
	background: #f1f1f1;
	min-height: calc(100% - 290px); /*适应手机端高度*/
	position: relative;
}
.scat-head{
	width: 100%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	position: relative;
	z-index: 999;
}
.top-logo{
	width: 1200px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	position: relative;
}
.top-logo .head-nav-logo{
	width: 45%;
	display: inline-block;
}
.top-logo .head-nav-logo img{
	height: 80px;
}

.head-nav{
	line-height: 44px;
	background: #9f0423;
	position: relative;
}
.head-nav-list{
	width: 1200px;
	display: block;
	position: relative;
	margin: 0 auto;
}
.head-nav-list li{
	width: auto;
	display: inline-block;
	position: relative;
	text-align: center;
}
.head-nav-list li a{
	color: #FFFFFF;
	padding: 0 20px;
	display: block;
}
.head-nav-list li:hover{
	background: #81021b;
}

.head-login{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background: #9f0423;
	border-radius: 4px;
}
.head-login ul{
	display: flex;
}
.head-login li{
	display: inline-block;
}
.head-login li a{
	display: block;
	width: 126px;
	height: 44px;
	line-height: 16px;
	padding: 6px 10px;
	box-sizing: border-box;
	text-align: center;
	color: #FFFFFF;
	background: #81021b;
	font-size: 13px;
}
.head-login li:last-child a{
	width: 80px;
	border-left: 1px solid;
	/*padding-left: 24px;*/
	/*background: url(../images/login-icon.png) #0F5356 left center no-repeat;*/
}
/*nav二级*/
.nav-li-child {
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    min-width: 100%;
    line-height: 50px;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    z-index: 100;
    border: none;
    border-radius: 0;
    white-space: nowrap;
}
li.head-login-child{
	width: auto;
	position: relative;
}
li.head-login-child dl.nav-li-child{
	top: 44px;
	line-height: 50px;
}
.head-nav-list li:hover dl.nav-li-child{
	display: block;
	text-align: center;
}
.head-login li:hover dl.nav-li-child{
	display: block;
	text-align: center;
}
.nav-li-child dd{
	position: relative;
	margin: 0;
}
.nav-li-child a{
	color: #FFFFFF;
    background-color: rgba(0,0,0,0.6);
    display: block;
}
li.head-login-child dl.nav-li-child a{
	color: #333333;
	background: #FFFFFF;
	display: block;
	line-height: 44px;
	padding: 0;
}
li.head-login-child dl.nav-li-child a:hover{
	color: #9f0423;
}
li.head-login-child dl.nav-li-child a:last-child{
	border-left: 0;
}
.nav-li-child a:hover{
	color: #9f0423;
	opacity: 1;
}
/*bottom*/
.index-bottom{
	width: 100%;
	padding-top: 20px;
	background: #81021b;
	color: #FFFFFF;
	position: relative;
	text-align: center;
}
.bottom-adr{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
.index-bottom p{
	text-align: center;
}
.index-bottom b{
	display: inline-block;
	margin-bottom: 6px;
}
.bottom-copyright{
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #9f0423;
	color: #fff;
	opacity: 0.8;
	text-align: center;
	margin-top: 30px;
}
/*计数*/
.list-num {
	height: 30px;
	float: left;
	position: relative;
	margin: 20px 0 0 220px;
}
.list-num p {
	line-height: 30px;
	color: #666;
}
.list-num span {
	line-height: 20px;
	padding: 0 4px;
	color: #9f0423;
}

/*翻页*/
.page-turn {
	height: 80px;
	float: right;
	position: relative;
	margin: 60px 0 0 0;
}
.page-turn ul {
	display: flex;
	margin-right: 16px;
}
.page-turn li {
	line-height: 30px;
	background: #FFFFFF;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-right: 4px;
}
.page-turn li a {
	display: block;
	font-size: 14px;
	padding: 0 10px;
}
.page-turn li.on a {
	color: #999;
}
.page-turn li:hover {
	background: #e0e0e0;
}
.page-turn .on,
.page-turn li.on:hover {
	background: #E2E2E2;
	border-color: #E2E2E2;
	cursor: default;
}
.page-turn a:hover {
	color: #333;
}
.login-header {
	height: 140px;
}