@charset "utf-8";
.idx_hover:hover{
	color: #09ade5;
}
body{
	background: #FFF url(../images/bodybg.jpg) no-repeat 50% 0;
    background-attachment: fixed;
}
.hd1{
	height: 40px;
	background: #111;
	color: #fff;
	line-height: 40px;
}
.hd1 a{
	color: #fff;
}
.hd1 a:hover{
	color: #09ade5;
}
.hd2top{
	height: 90px;
	background: rgba(0,0,0,.75);
	padding: 0 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.logo{
	display: inline-block;
	height: 50px;
	margin-top: 20px;
}
.logo img{
	display: block;
	height: 100%;
}
.search{
	width: 320px;
	display: flex;
	margin-top: 25px;
}
.search .sipt1{
	flex: 0;
	flex-grow: 1;
	background: #fff;
	height: 40px;
	padding: 0 10px;
}
.search .sipt2{
	width: 70px;
	height: 40px;
	background: #09ADE5;
	color: #fff;
	cursor: pointer;
}
.nav{
	height: 50px;
	background: #000;
}
.nav span{
	display: block;
	float: left;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.nav span a.nava{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	padding: 0 20px;
}
.nav span:hover a.nava{
	background: #09ADE5;
}
.navhide{
	width: 150px;
	background: #fff;
	border: 1px solid #eee;
	position: absolute;
	right: 0;
	top: 100%;
	padding: 5px 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	display: block;
	line-height: 35px;
	text-align: center;
	height: 35px;
	overflow: hidden;
}
.navhide a:hover{
	color: #09ADE5;
}
.mdpadding{
	padding: 15px;
}
.md1{
	display: flex;
}
.m1l{
	width: 68%;
}
.m1r{
	flex: 0;
	flex-grow: 1;
	margin-left: 15px;
}
.bnimg h3{
	line-height: 50px;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 50px;
	padding: 0 15px;
	color: #fff;
	font-size: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-right: 100px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m1ra{
	height: 220px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.m1ra:last-child{
	margin-bottom: 0;
}
.m1ra .blankbg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tipi{
	display: inline-block;
	font-size: 12px;
	background: #09ADE5;
	color: #fff;
	padding: 3px 8px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 888;
}
.m1ra h3{
	width: 100%;
	padding: 0 15px;
	font-size: 13px;
	position: absolute;
	left: 0;
	bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #fff;
	z-index: 999;
	line-height: 22px;
}
.md2{
	display: flex;
}
.mdl{
	width: 68%;
}
.mdr{
	flex: 0;
	flex-grow: 1;
	margin-left: 15px;
}
.md_title{
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
	background: url(../images/titlebg.png) repeat-x 0 0 #E5EDF1;
}
.md_title h3{
	font-size: 18px;
	color: #09ADE5;
}
.md_title a{
	color: #666;
}
.md_title a:hover{
	color: #09ADE5;
}
.mdr_title{
	height: 40px;
	border: 1px solid #eee;
	line-height: 38px;
	border-radius: 2px;
	font-weight: bold;
}
.mdr_title i{
	margin-right: 10px;
	display: block;
	width: 40px;
	border-right: 1px solid #eee;
	text-align: center;
	color: #09ADE5;
	font-size: 16px;
	line-height: 38px;
}
.mdrw{
	border: 1px solid #eee;
	margin-top: 3px;
	border-radius: 2px;
	padding: 10px;
}
.mdra{
	display: flex;
}
.mdra .img{
	margin-right: 15px;
	width: 95px;
	height: 70px;
	overflow: hidden;
}
.mdra{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.mdra:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.mdra .txt{
	flex: 0;
	flex-grow: 1;
}
.mdra .txt h3{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.mdra .txt span{
	color: #999;
	display: block;
	margin-top: 5px;
	font-size: 13px;
}
.mdra:hover{
	color: #09ADE5;
}
.mdla{
	display: flex;
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 15px;
}
.mdla:hover{
	border: 1px solid #09ADE5;
	color: #09ADE5;
}
.mdla .img{
	width: 150px;
	height: 100px;
	overflow: hidden;
	margin-right: 15px;
}
.mdla .txt{
	flex: 0;
	flex-grow: 1;
}
.mdla .txt h3{
	font-size: 15px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.mdla .txt p{
	font-size: 13px;
	color: #999;
	margin: 10px 0;
}
.mdla .txt p.active{
	color: #666;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}
.morea{
	margin-bottom: 15px;
}
.morea a{
	display: inline-block;
	width: 100%;
	line-height: 46px;
	background: #f5f5f5;
	color: #666;
}
.morea a:hover{
	color: #09ADE5;
}

.foot{
	margin-top: 60px;
	background: #eee;
	padding: 25px 0;
}
.ftl{
	width: 68%;
	line-height: 25px;
}
.ftl h3{
	display: inline-block;
	font-size: 12px;
}
.ftl a{
	display: inline-block;
	color: #666;
	font-size: 12px;
}
.ftl a:hover{
	color: #09ADE5;
}
.ftr{
	width: 20%;
	font-size: 12px;
	color: #666;
	line-height: 25px;
	text-align: right;
}
.ftr a{
	color: #09ADE5;
}
.ftr a:hover{
	text-decoration: underline;
}







@media only screen and (min-width:768px) and (max-width:1249px) {
	
}
@media only screen and (max-width:950px) {
	body{
		background: #fff;
	}
	.wappd0{
		padding: 0;
	}
	.md1{
		display: block;
	}
	.m1l,.m1r{
		width: 100%;
	}
	.swiper-container-bn .bnimg{
		height: 210px;
	}
	.bnimg h3{
		line-height: 35px;
		height: 35px;
		font-size: 14px;
		font-weight: normal;
		padding-left: 10px;
	}
	.m1r{
		margin-left: 0;
		display: flex;
		margin-top: 10px;
	}
	.m1r .m1ra{
		width: 50%;
		height: 120px;
		margin-bottom: 0;
	}
	.m1r .m1ra:last-child{
		margin-left: 10px;
	}
	.m1ra h3{
		padding: 0 10px;
		bottom: 10px;
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
	}
	.md2{
		display: block;
	}
	.mdl,.mdr{
		width: 100%;
		margin-left: 0;
	}
	.md_title h3{
		font-size: 16px;
	}
	.mdla{
		border: 0;
		padding: 15px 0;
		border-bottom: 1px solid #eee;
		margin: 0;
	}
	.mdla .img{
		width: 100px;
		height: 70px;
	}
	.mdla .txt p{
		margin-bottom: 0;
	}
	.mdla .txt p.active{
		display: none;
	}
	.mdla .txt h3{
		font-size: 14px;
		line-height: 22px;
		height: 44px;
		-webkit-line-clamp: 2;
	}
	.morea{
		margin: 15px 0;
	}
	.morea a{
		line-height: 40px;
		font-size: 12px;
	}
	.mdra .img{
		width: 90px;
		height: 65px;
	}
	.foot{
		padding: 15px 0;
		margin-top: 20px;
	}
	.ftl{
		width: 100%;
		line-height: 24px;
		border-bottom: 1px dashed #ddd;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.ftl h3{
		display: block;
		margin-bottom: 5px;
	}
	.ftr{
		line-height: 22px;
		width: 100%;
		text-align: center;
	}
	.infobox{
		padding: 0;
	}
}