body,dd,dt,dl,ul,ol,p{
	margin: 0;
	padding: 0;
}
dd{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	color:#CB2828;
}
img{border:none;}
input::-webkit-input-placeholder{
		color:#F5F5F5;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#F5F5F5;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#F5F5F5;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#F5F5F5;
}
.header,.footer,.body{
	width: 100%;
}
.container{
	width: 1096px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid transparent;
	position: relative;
}
.quit{
    text-align: center;
    font-size:14px;
    cursor:pointer;
}
/* 头部 */
.header{
	height:60px;
	background: #745dcb;
	color:#fff;
	line-break: 60px;
}
.header .name{
	height:60px;
	line-height: 60px;
	float: left;
	font-size: 28px;
	cursor: pointer;
}
.header .h_right{
	height:60px;
	float: right;
}
.header .search{
	height: 60px;
	float: left;
}
.header .search input{
	display: inline-block;
	height: 30px;
	width: 220px;
	border:0;
	padding: 0;
	margin: 15px 0px;
	border-radius: 5px;
	display: none;
	padding: 0 5px;
}
.header .search input.open{
	display: inline-block;
	animation:open 0.3s;
}
@keyframes open{
	from{width: 0px;}
	to{width: 220px}
}
.header .search img{
	width: 20px;
	height: 20px;
	margin: 20px 5px;
	vertical-align: middle;
	position: relative;
	top:-1px;
	cursor: pointer;
}
.header .h_right .nav{
	float: right;
	margin-left: 50px;
}
.header .h_right .nav>div{
		width: 55px;
		text-align: center;
		height:59px;
		line-height:59px;
		float: left;
		cursor: pointer;
}
.header .h_right .nav>div:hover{
	background: #333;
}
.header .h_right .nav img{
	width: 36px;
	height:36px;
	border-radius: 50%;
	margin: 12px 0;
	
}
.navlist{
	background: #fff;
	width: 100px;
	color:#000;
	position:absolute;
	top:60px;
	z-index: 9999;
	right: 70px;
	display: none;
	animation:open2 0.1s;
}
@keyframes open2{
	from{height: 0;}
	to{height: auto}
}
.navlist li{
	font-size:12px;
	color:#999;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
}
.banner{
	margin: 10px 0;
}
.banner {
    overflow: hidden;
    height: 220px;
    position: relative;
}
.banner{
    overflow: hidden;
    height: 220px;
    position: relative;
}
.imgArr{
    height: 220px;
    position: absolute;
}
.imgArr img{
    width: 1094px;
    height: 100%;
    float: left;
}
/*.banner img{*/
/*	width: 100%;*/
/*}*/
.typeList li{
	width: 12.4%;
	margin:5px 2%;
	height:30px;
	float: left;
	border-radius: 5px;
	border:1px solid #745DCB;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.typeList li a,.newsList li a{
	display: block;
	width: 100%;
	height: 100%;
}
.typeList li a:hover{
	color:#745DCB;
}
.title{
	width: 80px;
	height: 38px;
	background: url(../img/zuix.png) no-repeat;
	background-size:100% 100%;
	margin: 30px auto 0;
	line-height: 30px;
	text-align: center;
	color:#333;
}
.newsList li{
	height:50px;
	width: 31.33%;
	padding: 5px 0;
	border-bottom: 1px dotted #ddd;
	float: left;
	margin: 1%;
}
.newsList li a>div{
		height:25px;
		line-height: 25px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
}
.newsList li a>div:last-child{
	color:#aaa;
}
.loadMore{
	text-align: center;
	color:#888;
	height:40px;
	line-height: 40px;
	cursor: pointer;
	margin-bottom: 30px;
}
#login_container{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: none;
            background: rgba(0,0,0,0.6);
            text-align: center;
            color:#fff;
            padding-top: 200px;
        }