.index_logo{
	height: 60px;
	width: auto;
}
.slider_item{
	position: relative;
	min-height: 230px;
	max-height: 500px;
	width: 100%;
	text-align: center;
}
.slider_item>.slider_title{
	position: absolute;
	top: 35px;
	text-align: center;
	width: 100%;
	font-size: 20px;
}
.slider_img{
	text-align: center;
	width: 100%;
	max-height: 100%;
	margin: 0 auto;

}
.slider_img img{
	width: 100%;
	margin: 0 auto;
}
.slider_title{
	color: #393D49;
	font-weight: 700;
}
.index-header{
	min-height: 60px;
	padding:5px 0px;
	box-sizing: border-box;
	/*position: fixed;

	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9;*/
}
.index-header a{
	padding: 0 10px!important;
}
.index-footer{
	width: 100%;	
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 999;
}
.index-footer,.copyright{
	text-align: center;
	min-height: 75px;
	width: 100%;
	color: #fff;
	line-height: 25px;
	
}
.modules-header{
	padding: 10px 30px;	
	line-height: 38px;
}
.modules-body{
	box-sizing: border-box;
	display: flex;
	background-color: #fff;
	padding: 25px;
	width: 100%;	
	align-items: center;
	flex-wrap:wrap;
}
.module_item{
	position: relative;
	display: flex;
	width: 16.666%;
	justify-content: center; 
/*	align-items: center;*/
	flex-wrap:wrap;
	margin-top: 25px;
	padding: 5px;
	box-sizing:border-box;
}
.module_item>div{
	width: 100%;
	display: flex;
	justify-content: center; 
	align-items: center;	
}
.module_item>.qrcode{
	position: absolute;
	display: none;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	justify-content: center; 
	align-items: center;
	flex-wrap:wrap;
}

.qrcode_pic>img{
	width: 120px;
/*	max-height: 120px;*/
	max-width: 100%;
}
.module_item>.qrcode>div{
	width: 100%;
}
.item-icon,.item-icon img{
	width: 120px;
	max-width: 100%;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}

.ld_anim{


}
.ld_anim_down{
	
}
.news_body{		
	position: relative;
	width: 100%;
	min-height: 450px;
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	margin-bottom: 10px;

}
.news_left{
	padding: 5px;
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 450px;

}
.news_center{
	min-height: 450px;
	width: 100%;
}
.news_right{
	padding: 5px;		
	width: 30%;
	min-height: 450px;
}
.new_info{
	display: flex;
	justify-content:space-between;

}
.ld_flex{
	display: flex;
}
.layui-card-header,.layui-card-header div{

/*	justify-content:space-between;*/
	align-items:center;
	vertical-align: middle;
	align-content:center;
}
.ld_marin_10{
	margin:10px;
}
.new_content{
	margin:10px;
	padding: 10px;
	border: 1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.new_content img{
	max-width: 100%;
}
.news_rank_item{
	justify-content:space-between;
	margin:5px 0;
}
.news_rank{
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.news_rank div{
	text-align: center;
	width: 100%;
}
.new_item{
	padding: 10px 20px;
	box-sizing: border-box;
}
.new_item > .new_desc div{
	margin: 0 20px;
}
.new_desc{
	max-height: 120px;
	overflow: hidden;

}
.new_desc *{
	font-size: 12px!important;
}
.new_thumb{
	width: 30px;
	height: 30px;
}
.layui-code{
	word-break:break-all; 
}
