@charset "utf-8";
.idx_hover:hover{
	color: #ff5252;
}
.head{
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	position: relative;
	z-index: 99;
}
.hd1{
	line-height: 30px;
	height: 31px;
	border-bottom: 1px solid #fafafa;
	color: #a9a9a9;
	font-size: 12px;
}
.hd1 a{
	color: #A9A9A9;
}
.hd1 a:hover{
	color: #FF5252;
}
.hd1 .fr i{
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #a9a9a9;
	vertical-align: middle;
	margin: 0 10px;
	margin-top: -3px;
}
.hd2{
	height: 60px;
}
.logo{
	height: 40px;
	margin-top: 10px;
	display: inline-block;
}
.logo img{
	display: block;
	height: 100%;
}
.nav{
	margin-left: 30px;
}
.nav span{
	display: block;
	float: left;
	margin-left: 25px;
	position: relative;
}
.nav span a.nava{
	line-height: 60px;
	height: 60px;
	display: block;
	color: #19232d;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.nav span:hover a.nava{
	border-bottom: 2px solid #FF5252;
	color: #FF5252;
}
.navhide{
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	width: 120px;
	position: absolute;
	right: 50%;
	margin-right: -60px;
	top: 100%;
	background: #fff;
	z-index: 99;
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	display: block;
	text-align: center;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	font-size: 13px;
}
.navhide a:hover{
	color: #FF5252;
}
.search{
	display: flex;
	width: 250px;
	height: 60px;
	align-items: center;
}
.search .sipt1{
	flex: 0;
	flex-grow: 1;
	border-bottom: 1px solid #e6e6e6;
	height: 34px;
}
.search .sipt2{
	width: auto;
	padding: 0 10px;
	height: 28px;
	background: #FF5252;
	color: #fff;
	border-radius: 28px;
	margin-left: 5px;
	cursor: pointer;
	font-size: 12px;
}
.search .sipt2:hover{
	opacity: .85;
}
.bnmd{
	padding: 20px 0;
	background: #eee;
}
.bm1{
	display: flex;
}
.bm1l{
	width: 74.5%;
}
.bm1r{
	width: 24.5%;
	margin-left: 1%;
}
.bnimg h3{
	width: 100%;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 50px;
	padding: 0 20px;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper-button-next-bn,.swiper-button-prev-bn{
	width: 32px;
	height: 32px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: -16px;
	border-radius: 32px;
	font-size: 18px;
	transition: .25s;
	opacity: 0;
}
.swiper-container-bn:hover .swiper-button-next-bn,.swiper-container-bn:hover .swiper-button-prev-bn{
	opacity: 1;
}
.bntip{
	position: absolute;
    right: 10px;
    z-index: 9;
    margin-top: 10px;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    background: rgba(0,0,0,.3);
    color: #fff;
}
.bm1ra{
	display: block;
	height: 190px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}
.bm1ra:last-child{
	margin-bottom: 0;
}
.bm1ra .blankbg{
	position: absolute;
	left: 0;
	top: 0;
}
.bm1ra 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;
    z-index: 9;
}
.bm2{
	display: flex;
}
.bm2 .bm1ra{
	width: 24.2%;
	margin: 0 .5%;
	height: 150px;
}
.bm2 .bm1ra:first-child{
	margin-left: 0;
}
.bm2 .bm1ra:last-child{
	margin-right: 0;
}
.md{
	padding: 20px 0;
}
.mdl{
	width: 75%;
}
.mdr{
	width: 24%;
}
.md_title{
	display: flex;
	align-items: center;
	background: #fff;
	padding: 0 15px;
	line-height: 46px;
}
.md_title h3{
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.mttl{
	flex: 0;
	flex-grow: 1;
}
.md_title a{
	color: #999;
}
.md_title a:hover{
	color: #FF5252;
}
.mdlw{
	padding: 15px;
	background: #fff;
	margin-top: 10px;
}
.mdla:first-child{
	padding-top: 0;
}
.mdla{
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	display: flex;
}
.mdla .img{
	width: 150px;
	height: 100px;
	overflow: hidden;
	margin-right: 15px;
	border-radius: 4px;
}
.mdla .txt{
	flex: 0;
	flex-grow: 1;
}
.mdla .txt h3{
	font-size: 15px;
	height: 22px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.mdla .txt p{
	color: #aeaead;
}
.mdla .txt p.active{
	color: #666565;
	line-height: 22px;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 5px 0;
}
.mdla:hover{
	color: #FF5252;
}
.morea{
	margin-top: 25px;
	margin-bottom: 10px;
}
.morea a{
	display: inline-block;
	font-size: 13px;
    box-sizing: border-box;
    width: auto;
    padding: 0 40px;
    margin: 0 auto;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #f5f5f5;
    color: #999999;
}
.morea a:hover{
	background: #FF5252;
	color: #fff;
}
.mdr_title{
	padding: 0 15px;
	font-size: 18px;
	font-weight: normal;
}
.mdr_title{
	line-height: 35px;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	border-left: 3px solid #FF5252;
	padding: 0 15px;
	border-bottom: 1px solid #eee;
}
.mdra{
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	padding: 10px ;
	border-bottom: 1px dotted #ddd;
	display: flex;
}
.mdra:first-child{
	padding-top: 10px;
}
.mdra .img{
	width: 80px;
	height: 60px;
	margin-right: 10px;
}
.mdra .txt{
	flex: 0;
	flex-grow: 1;
}
.mdra .txt h3{
	font-size: 13px;
	font-weight: normal;
	margin-top: 0;
	height: auto;
	line-height: 20px;
	-webkit-line-clamp: 2;
}
.mdra .txt span{
	font-size: 12px;
	color: #999;
	margin: 0;
	margin-top: 5px;
}
.yuan{
	display: inline-block;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	border-radius: 5px;
	background: #ddd;
}
.mdr2w{
	padding: 10px;
	padding-bottom: 0;
}
.mdr2w a{
	display: inline-block;
	background: #f5f5f5;
	color: #999;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 2px;
	width: 48%;
	float: left;
	text-align: center;
}
.mdr2w a:nth-child(even){
	float: right;
}
.mdr2w a:hover{
	background: #FF5252;
	color: #fff;
}

.foot{
	background: #121a21;
	color: #70808f;
	padding: 30px 0;
}
.ft1{
	border-bottom: 1px solid rgba(250,250,250,0.15);
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 30px;
}
.ft1 a{
	color:#70808f;
	font-weight:bold;
	display:inline-block;
}
.ft1 a:hover{
	color: #FF5252;
}
.ft1 i{
	display:inline-block;
	width: 1px;
	height: 12px;
	background: #70808f;
	margin: 0 15px;
	vertical-align: middle;
	margin-top: -3px;
}
.ft1 i:last-child{
	display: none;
}
.ft2{
	line-height: 24px;
}
.ft2 a{
	color: #FF5252;
}
.ft2 a:hover{
	text-decoration: underline;
}








@media only screen and (min-width:768px) and (max-width:1199px) {
	
}
@media only screen and (max-width:950px) {
	.search{
		width: 100%;
	}
	.bm1{
		display: block;
	}
	.bm1l{
		width: 100%;
	}
	.bm1r{
		margin-left: 0;
		width: 100%;
		margin-top: 10px;
	}
	.swiper-container-bn .bnimg{
		height: 200px;
	}
	.bnimg h3{
		font-size: 15px;
		padding: 0 15px;
		bottom: 35px;
	}
	.bm2{
		display: block;
	}
	.bm2 .bm1ra{
		float: left;
		width: 48.2%;
		height: 100px;
		margin-bottom: 10px;
	}
	.bm2 .bm1ra:nth-child(even){
		float: right;
	}
	.bm1ra h3{
		font-size: 12px;
		font-weight: normal;
		bottom: 10px;
		padding: 0 10px;
		line-height: 18px;
	}
	.mdl,.mdr{
		width: 100%;
	}
	.wrap{
		padding: 0 10px;
	}
	.md_title h3{
		font-size: 18px;
	}
	.mdlw{
		padding: 10px;
	}
	.mdla .img{
		width: 100px;
		height: 70px;
	}
	.mdla .txt p.active{
		display: none;
	}
	.mdla .txt h3{
		font-size: 15px;
		line-height: 23px;
		height: 46px;
		-webkit-line-clamp: 2;
		font-weight: normal;
		margin-bottom: 5px;
	}
	.mdla{
		padding: 10px 0;
	}
	.morea{
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.morea a{
		font-size: 12px;
		padding: 0 25px;
	}
	.mdr{
		margin-top: 10px;
	}
	.mdra{
		padding: 10px;
	}
	.ft1{
		font-size: 12px;
	}
}