@charset "utf-8";
.idx_hover:hover{
	color: #EF2129;
}
.head{
	background: #EF2129;
	color: #fff;
	height: 60px;
}
.head .wrap{
	display: flex;
	height: 100%;
	align-items: center;
}
.logo{
	display: inline-block;
	height: 36px;
}
.logo img{
	display: block;
	height: 100%;
}
.nav{
	display: flex;
	flex: 0;
	flex-grow: 1;
	justify-content: flex-end;
}
.nav span{
	display: block;
	position: relative;
}
.nav span a.nava{
	color: #fff;
	font-size: 17px;
	padding: 0 15px;
	display: block;
	line-height: 60px;
}
.nav span:hover a.nava{
	background: #d71017;
}
.navhide{
	width: 135px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 999;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	font-size: 15px;
	display: block;
	line-height: 40px;
	text-align: center;
}
.navhide a:hover{
	background: #EF2129;
	color: #fff;
}
.md{
	padding: 20px 0;
}
.m1t{
	border: 1px solid #eee;
	padding: 10px;
}
.ttbox{
	height: 28px;
	line-height: 28px;
	width: 75%;
	position: relative;
	padding-left: 95px;
}
.ttbox span.fl{
	background: #EF2129;
	color: #fff;
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 28px;
	overflow: hidden;
	text-align: center;
}
.ttbox span.fl i{
	display: inline-block;
	width: 15px;
	height: 28px;
	background: url(../images/tti.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}
.ttboxr{
	width: 100%;
}
.ttboxr .swiper-container-tt{
	height: 28px;
	overflow: hidden;
}
.ttboxr a.tta{
	display: inline-block;
	max-width: 100%;
	height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #666;
}
.ttboxr a.tta:hover{
	color: #EF2129;
}
.search{
	width: 20%;
}
.search .ipt1{
	width: 75%;
	border: 1px solid #EF2129;
	height: 30px;
	padding: 0 10px;
	float: left;
}
.search .ipt2{
	float: right;
	background: #EF2129;
	color: #fff;
	height: 30px;
	width: 25%;
	cursor: pointer;
	transition: .25s;
}
.search .ipt2:hover{
	opacity: .9;
}
.m1bnl{
	width: 71.5%;
}
.bnimg h3{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: rgba(0,0,0,.5);
	color: #fff;
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding-right: 105px;
}
.m1bnr{
	width: 27%;
}
.m1bnr .swiper-slide{
	height: 90px;
	background: #ddd;
	padding: 15px;
}
.m1bnr .swiper-slide p{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.swiper-container-bn-b{
	height: 420px;
}
.m1bnr .swiper-slide:nth-child(1){
	background: #75CFD9;
}
.m1bnr .swiper-slide:nth-child(2){
	background: #E4A17E;
}
.m1bnr .swiper-slide:nth-child(3){
	background: #D0838C;
}
.m1bnr .swiper-slide:nth-child(4){
	background: #7CAA77;
}
.m1bnr .swiper-slide-thumb-active{
	-webkit-filter: brightness(110%);
}
.mdl{
	width: 71%;
}
.mdr{
	width: 26.5%;
}
.md_title{
	border-bottom: 2px solid #eee;
	height: 40px;
	line-height: 38px;
}
.md_title h3{
	display: inline-block;
	border-bottom: 2px solid #EF2129;
	font-size: 16px;
}
.md_title h3 i{
	color: #EF2129;
	margin-right: 5px;
}
.md_title a{
	color: #666;
}
.md_title a:hover{
	color: #EF2129;
}
.mdr1a{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.mdr1a:last-child{
	border-bottom: 0;
}
.mdr1a h3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 23px;
	font-size: 14px;
	font-weight: normal;
}
.mdr1a h3 i{
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	font-size: 13px;
	color: #999;
	border-radius: 20px;
	border: 1px solid #ddd;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.mdr1a:nth-child(1) h3 i,.mdr1a:nth-child(2) h3 i,.mdr1a:nth-child(3) h3 i{
	border: 1px solid #EF2129;
	color: #EF2129;
}
.mdr1a:hover{
	color: #EF2129;
}
.mdr1a p{
	font-size: 12px;
	color: #999;
	line-height: 18px;
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.mdra{
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	padding: 15px 0;
	border-bottom: 1px dotted #ddd;
	display: flex;
}
.mdra:last-child{
	border-bottom: 0;
}
.mdra .img{
	width: 80px;
	height: 60px;
	margin-right: 15px;
	overflow: hidden;
}
.mdra .txt{
	flex: 0;
	flex-grow: 1;
}
.mdra .txt h3{
	font-size: 13px;
	font-weight: normal;
	margin-top: 0;
	height: auto;
	line-height: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mdra .txt span{
	font-size: 12px;
	color: #999;
	margin: 0;
	margin-top: 5px;
}
.mdra:hover{
	color: #EF2129;
}
.md2a{
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.md2a .img{
	width: 160px;
	height: 100px;
	overflow: hidden;
	margin-right: 15px;
}
.md2a .txt{
	flex: 0;
	flex-grow: 1;
}
.md2a .txt h3{
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.md2a .txt p{
	font-size: 13px;
	color: #999;
}
.md2a .txt p.active{
	line-height: 22px;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 5px 0;
}
.md2a:hover{
	color: #EF2129;
}
.mbtitle{
	width: 100%;
	height: 3px;
	background: #f5f5f5;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
.mbtitle i{
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 3px;
	background: #EF2129;
}
.mbtitle span{
	display: block;
	position: absolute;
	font-size: 18px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	left: 50%;
	top: -15px;
	margin-left: -60px;
	background: #fff;
}
.mbw a{
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
}
.mbw a:hover{
	text-decoration: underline;
	color: #EF2129;
}
.mbw i{
	display: inline-block;
	height: 14px;
	width: 1px;
	background: #c0c0c0;
	margin: 0 15px;
	vertical-align: middle;
	margin-top: -4px;
}
.mbw i:last-child{
	display: none;
}

.foot{
	padding: 15px 0;
	line-height: 25px;
	background: #3E3E3E;
	color: #ccc;
	border-top: 2px solid #EF2129;
}
.foot a{
	color: #ccc;
}
.foot i{
	width: 2px;
	height: 12px;
	margin: 0 15px;
	border-left: 1px solid #282828;
	border-right: 1px solid #565656;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.foot a:hover{
	color: #EF2129;
}
.pt10{
	padding-top: 10px;
}






@media only screen and (min-width:768px) and (max-width:1199px) {
	
}
@media only screen and (max-width:950px) {
	.md{
		padding: 15px 0;
	}
	.m1{
		padding: 10px;
	}
	.ttbox{
		width: 100%;
		padding-left: 70px;
	}
	.ttbox span.fl{
		width: 60px;
		font-size: 12px;
	}
	.search{
		width: 100%;
		padding: 0;
	}
	.m1bnl,.m1bnr{
		width: 100%;
	}
	.m1bnr{
		display: none;
	}
	.swiper-container-bn .bnimg{
		height: 180px;
	}
	.bnimg h3{
		font-size: 13px;
		font-weight: normal;
		height: 30px;
		line-height: 30px;
	}
	.mdl,.mdr{
		width: 100%;
	}
	.mdr{
		margin-top: 15px;
	}
	.md2a{
		padding: 10px 0;
	}
	.md2a .img{
		width: 80px;
		height: 60px;
		margin-right: 10px;
	}
	.md2a .txt p.active{
		display: none;
	}
	.md2a .txt h3{
		font-size: 14px;
	    font-weight: normal;
	    margin-top: 0;
	    height: auto;
	    line-height: 20px;
	    -webkit-line-clamp: 2;
	    margin-bottom: 5px;
	}
	.mbtitle{
		height: 2px;
	}
	.mbtitle i{
		width: 50%;
		display: none;
	}
	.mbtitle span{
		font-weight: bold;
		font-size: 14px;
	}
	.mbw a{
		font-size: 12px;
		margin-right: 10px;
	}
	.mbw i{
		display: none;
	}
	.foot .fl,.foot .fr{
		width: 100%;
		text-align: center;
	}
	.foot .fr{
		margin-top: 5px;
	}
}