﻿body{
	background: url(../images/header-body.png) no-repeat fixed;
	background-position: center top;
}

/*header开始*/
.header{
	width: 1200px;
	margin: 0 auto;
	/* margin-bottom:50px ; */
}
.header-logo{
	width: 400px;
    height: 126px;
    margin-top: 20px;
	background: url(../images/lyjicon.png) no-repeat;
	
   	background-size: 100%;
}

/*top start*/
.top {
    background-color: #f1f1f1;
}

.top_info {
    width: 1200px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    font-size: 16px;
    font-weight: 300;
}
.top_info a{
	cursor: pointer;

}

.helloUser {
    float: left;
}

.readType {
    float: right;
}

/*top end*/

.header-check{
	margin-top: 35px;
}
.inpt-cs{
	height: 40px;
    width: 300px;
    border: 0px;
    padding-left: 20px;
    float: right;
    margin-top: 20px;
	border-radius: 3px;
}
.but-cs{
	height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    background: #3b6ea1;
    text-align: center;
    color: #FFF;
    margin-left: -5px;
    float: right;
    margin-top: 20px;
	border-radius: 3px;
	cursor: pointer;
}
.but-cs:hover{
	color: #000;
}
.keyword{
     line-height: 30px; 
}
.keyword a{
    color:#999;
}
.keyword a:hover{
     color:#000; 
}

.nav{
	height: 70px;
	text-align: center;
	line-height: 70px;
	background-color: #3b6ea1;
	border-radius: 5px 5px 5px 5px;
	margin-top: 10px;
	font-size: 16px;
	border: 1px #ccc ;
	/*padding-left: 10px;*/
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.nav ul{
	display: flex;
	flex-direction: row;
}
.nav a{
	flex: 1;
	color: #fff;
}
.nav li span{
	margin-right: 10px;
}
.nav a:hover{
	color: #000;
}

/*头部结束*/

/*底部开始*/
footer{
	width: 100%;
	height: 160px;
	background-color: #ccc;
}
.footer-wrap{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
display: flex;
	/*text-align: center;*/
    box-sizing: border-box;
}
.bottom_bt_left{
	margin: 0 60px;
}
.bottom_bt_right{
	font-size: 14px;
	line-height: 25px;
	width: 450px;
	text-align: center;
	padding-top: 10px;
    flex: 1;
}
.bottom_bt_right a{
	color: #000;
}
.jiucuolin{
	margin: 0 60px;
	padding-top: 10px;
}
/*底部结束*/
a{
    color:#000;
}

/*分页*/
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    line-height: 34px;
}

.page a, .page span {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0 15px;
    margin: 0 5px 5px 0;
}

.page .current {
    background: #3b6ea1;
    border: 1px solid #000;
    color: #fff !important;
    font-weight: bold;
    padding: 0 12px;
}

.page select {
    padding: 8px 4px;
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}

.page select option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
/*分页*/

.m_header,.m_mask,.footer{display:none}