@charset "utf-8";
/*视频*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videohide_class{
	visibility: visible;
	opacity: 1;
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #D50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.videohidebox_class{
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: auto;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.hd1{
	height: 160px;
	border-bottom: 1px solid #fff;
	background: #bd1a2d;
}
.logo{
	display: inline-block;
	height: 57px;
}
.hd1rb a{
	color: #fff;
}
.hd1rb i{
	display: inline-block;
	width: 1px;
	height: 13px;
	background: rgba(255,255,255,.5);
	margin: 0 15px;
}
.hd1rb i:last-child{
	display: none;
}
.hd1rt{
	display: flex;
	justify-content: flex-end;
}
.hd1ra{
	margin-left: 50px;
	color: #FFC107;
	font-size: 16px;
}
.hd1ra a{
	color: #FFC107;
}
.hd1ra a:hover{
	text-decoration: underline;
}
.scwselect_hide{
	display: none;
}
.sptopr_slt input{
	width: 253px;
	padding: 0 15px;
}
.sptopr_slt button{
	background: url(../images/scico_03.png) no-repeat center #fff;
	width: 50px;
	height: 34px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}
.sptoprl{
	width: 95px;
	text-align: center;
	height: 40px;
	border-radius: 4px 0 0 4px;
	background: #fff;
}
.sptoprl .j-scwselect-span{
	line-height: 40px;
	font-size: 15px;
	cursor: pointer;
}
.sptoprl .j-scwselect-span i{
	color: #999;
	margin-left: 10px;
}
.sptoprl_hide span{
	display: block;
	line-height: 32px;
	font-size: 14px;
	color: #777;
	text-align: center;
	cursor: pointer;
}
.sptoprl_hide span:hover{
	background: #F5F5F5;
}
.sptoprl_hide{
	border: 1px solid #E6E6E6;
	background: #fff;
	z-index: 9;
}
.head{
	background: #bd1a2d;
	width: 100%;
}
.head_active{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.head_height{
	height: 60px;
	display: none;
}
.head_height_active{
	display: block;
}
.nav i.line{
	height: 16px;
	display: inline-block;
	border-left: 1px solid #ca4857;
	/*border-right: 1px solid #9a0617;*/
}
.nav i.line:last-child{
	display: none;
}
.nav span{
	flex: 0;
	flex-grow: 1;
	position: relative;
}
.nava{
	display: block;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.nav span:hover .nava,.nav span.active .nava{
	background: #dbbc83;
	color: #fff;
}
.navhide{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	border: 1px solid #bd1a2d;
	border-top: 0;
	background: #f7f7f7;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
}
.navhide_one{
	width: 100%;
}
.navhide_one a{
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
}
.navhide_one a:hover{
	background: #BD1A2D;
	color: #fff;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.navhide_two{
	width: 760px;
	border: 2px solid #BD1A2D;
	border-top: 0;
}
.nh1r{
	width: 35%;
	padding: 5px;
}
.nh1l{
	padding: 10px 0;
}
.nh1la{
	width: 25%;
	margin: 10px 0;
	font-size: 16px;
}
.nh1la img{
	max-width: 195%;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}
.nh1la:hover{
	color: #BD1A2D;
}
.nh1ra{
	height: 65px;
	margin-bottom: 5px;
}
.nh1ra:last-child{
	margin-bottom: 0;
}
.nh1ra1 h3{
	font-size: 18px;
	color: #f6dc03;
}
.nh1ra1:hover h3{
	color: #f6dc03;
}
.bgsz{
	background-size: cover !important;
}
.nh1ra2b{
	padding: 0 15px;
	color: #fff;
}
.nh1ra2b h3{
	font-size: 20px;
	color: #ffffff;
}
.md{
	padding: 45px 0;
}

.right{
	position: fixed;
	right: 10px;
	top: 45%;
	z-index: 99;
}
.rta a{
	padding: 10px 0;
	border: 1px solid #e6e6e6;
	width: 65px;
	text-align: center;
	background: #fff;
	display: block;
}
.rta a img{
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}
.rta{
	position: relative;
	margin-top: -1px;
	font-size: 12px;
}
.rta:hover a{
	background: #BD1A2D;
	color: #fff;
}
.rta:hover a img{
	filter: grayscale(100%) brightness(500%);
}
.rthide{
	position: absolute;
	right: 100%;
	top: 0;
	width: 110px;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #BD1A2D;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.rthide img{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.rta:hover .rthide{
	opacity: 1;
	visibility: inherit;
}
.rta_active{
	display: none;
	border: 0;
}
.rta_active a{
	background: #414348;
	color: #fff;
}
.rta_active a i{
	display: block;
	margin-bottom: 5px;
}

.m1l,.m1r{
	width: 49%;
}
.mdtop li{
	display: block;
	height: 44px;
	padding: 0 35px 0 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 44px;
	cursor: pointer;
	transition: .25s;
	background: url(../images/zhinan.png) no-repeat left;
}
/*.mdtop li.active{
	background: url(../images/zhinan.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
}*/
.mdtop ul{
    color: #fff;
	border-bottom: 2px solid #00584a;
	
}
.newa{
	line-height: 36px;
	font-size: 15px;
}
.newa span{
	color: #999;
	margin-left: 20px;
}
.newa p{
	height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.newa p i{
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #999999;
	border-radius: 100%;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	transition: .25s;
}
.newa:hover{
	color: #BD1A2D;
}
.newa:hover i{
	background: #BD1A2D;
}
.bnimg p{
	line-height: 46px;
	width: 100%;
	background: rgba(0,0,0,.7);
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	font-size: 16px;
	padding: 0 20px;
	padding-right: 100px;
}
.bnimg span{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.mdborder{
    /*width:80%;*/
	padding: 5px;
	border: 2px solid #f7f7f7;
}
.m2l{
	width: 50%;
	margin-right: 30px;
}
.m2lbox{
	background: #f7f7f7;
	margin-top: 5px;
	padding: 35px 0 0;
}
.m2lbox .nh1la{
	margin: 13px 0;
}
/*.m2lbox .nh1la img{
	margin-bottom: 15px;
}*/
.m2r1{
	padding: 30px 10px 0;
	background: #F7F7F7;
}
.m2r1a{
	width: 25%;
	font-size: 16px;
	color: #00584a;
}
.m2r1a:hover{
	color: #BD1A2D;
}
.m2r1a img{
	max-width: 85%;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}
.m2r2a{
	width: 49%;
	margin-top: 10px;
	height: 90px;
}
.m2r2a_w100{
	width: 100%;
}
.m2r2a1 h3{
	font-size: 20px;
	color: #f6dc03;
}
.swiper-pagination-m3 .swiper-pagination-bullet{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	opacity: 1;
}
.swiper-pagination-m3 .swiper-pagination-bullet-active{
	background: #BD1A2D;
}
.m4w{
	width: 101.5%;
}
.m4a{
	width: 100%;
	margin-right: 1.5%;
	height: 175px;
	overflow: hidden;
}
.m4a p{
	line-height: 35px;
	background: rgba(0,0,0,.5);
	color: #fff;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m5t li{
	line-height: 42px;
	padding: 0 20px;
	font-size: 16px;
	cursor: pointer;
	transition: .25s;
	border: 1px solid rgba(255,255,255,0);
	border-radius: 4px 4px 0 0;
}
.m5t li.active{
	color: #BD1A2D;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 9;
}
.m5b{
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: -1px;
}
.m5ba a{
	display: inline-block;
	color: #666;
	line-height: 30px;
	margin: 0 10px;
}
.m5ba a:hover{
	color: #BD1A2D;
}
.foot{
	background: #bd1a2d;
	color: #fff;
	padding: 28px 0;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	text-decoration: underline;
}
.foot .wrap{
	padding: 0 100px;
}
.ftla{
	display: inline-block;
	width: 50px;
	/*margin-right: 25px;*/
	margin-right: 50px;
}
.ftr2{
	margin-left: 10px;
}
.ftr1,.ftr2{
	background: #b1182a;
	color: #fff;
	padding: 15px;
	font-size: 12px;
	line-height: 22px;
}
.ftr2a{
	width: 70px;
	margin: 0 15px;
}

.lst{
	font-size: 15px;
	color: #777;
	line-height: 25px;
}
.lst a{
	color: #777;
}
.lst a:hover{
	color: #BD1A2D;
}
.lsl{
	width: 22%;
	margin-right: 30px;
	flex: 0 0 22%;
}

.lsw .lsr{
    flex: 0 0 75.6%;
    max-width: 75.6%;
}


@media only screen and (max-width:1024px){
    .lsw .lsr {
    flex: 0 0 100%;
    max-width: 100%;
}
.ifw{
        overflow-y: auto;
}
}

.lsltop{
	font-size: 24px;
	background: #BD1A2D;
	color: #fff;
	line-height: 58px;
	font-weight: bold;
	font-weight: normal;
}
.lsla{
	line-height: 55px;
	border: 1px solid #DEDEDE;
	padding: 0 15px;
	font-size: 16px;
	background: #fff;
	margin-top: 10px;
}
.lsla:hover,.lsla_active{
	border: 1px solid #BD1A2D;
	color: #BD1A2D;
}
.lsrt{
	background: #eeeeee;
	border-radius: 4px;
}
.lsrt span{
	display: inline-block;
	padding: 0 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
	background: #BD1A2D;
	color: #fff;
	border-radius: 4px;
}
.lsrw .newa{
	margin-top: 7px;
}
.lsrw .newa p i{
	border-radius: 0;
}
.page{
	border-top: 1px solid #DEDEDE;
	padding-top: 30px;
	margin-bottom: 10px;
	line-height: 34px;
}
.page a{
	display: inline-block;
	padding: 0 15px;
	font-size: 15px;
	color: #666;
	border: 1px solid #DEDEDE;
	margin: 0 2px;
}
.page span{
	font-size: 15px;
	color: #666;
	margin: 0 10px;
}
.page input{
	width: 50px;
	border: 1px solid #DEDEDE;
	text-align: center;
}
.page button{
	padding: 0 15px;
	background: none;
	cursor: pointer;
	border: 1px solid #DEDEDE;
}
.page a:hover,.page button:hover{
	border: 1px solid #BD1A2D;
	color: #BD1A2D;
}
.text{
	font-size: 15px;
	color: #555;
	line-height: 30px;
}
.ifw img,.ifw video{
	max-width: 100%;
}






@media only screen and (min-width:768px) and (max-width:1259px) {
	.videohidebox{
		width: 80%;
	}
	.navhide_two{
		left: 50%;
		margin-left: -380px;
	}
	.nava{
		font-size: 15px;
	}
	.mdtop li{
		font-size: 17px;
		padding: 0 25px 0 12px;
	}
	.m4a{
		height: 150px;
	}
	.foot .wrap{
		padding: 0 20px;
	}
	.hd1rb i{
		margin: 0 10px;
	}
	.logo{
		height: 50px;
	}
}
@media only screen and (max-width:950px) {
	.right{
		transform: scale(.7);
		margin-right: -12px;
	}
	.mt_30,.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 25px;
	}
	/*视频*/
	.videohidebox{
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	
	.m4w{
		width: 102%;
	}
	.m4a{
	
		margin-right: 2%;
		height: 200px;
	}
	
	
}
@media only screen and (max-width:768px) {
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}
	.md{
		padding: 15px 0;
	}
	.m1l, .m1r{
		width: 100%;
	}
	.m1r{
		margin-top: 15px;
	}
	.swiper-container-bn .bnimg{
		height: 200px;
	}
	.bnimg p{
		font-size: 14px;
		padding-left: 10px;
	}
	.mdtop li{
		width: 25%;
		margin-right: 0;
		font-size: 13px;
		padding: 0;
		padding-left: 10px;
		height: 35px;
		line-height: 35px;
	}
	.newa{
		font-size: 13px;
		line-height: 35px;
	}
	.newa p{
		height: 35px;
	}
	.m2l{
		width: 100%;
		margin-right: 0;
	}
	.m2lbox{
		padding: 15px;
	}
	.m2lbox .nh1la{
		width: 33.333%;
		margin: 10px 0;
		font-size: 14px;
	}
	.m2lbox .nh1la img{
		max-width: 60%;
	}
	.m2r1a{
		font-size: 13px;
	}
	.m2r1a img{
		max-width: 50%;
	}
	.m2r2a1 h3{
		font-size: 15px;
	}
	.nh1ra.m2r2a{
		width: 100%;
	}
	.m4box{
		margin: 0;
	}
	.m4a{
	
		height: 130px;
		margin-top: 15px;
	}
	.m4a p{
		font-size: 13px;
	}
	.m5t li{
		border: 1px solid #ddd;
		width: 100%;
		font-size: 13px;
		margin-top: -1px;
		padding: 0 15px;
	}
	.m5t li.active{
		border-bottom: 1px solid #BD1A2D;
	}
	.m5ba a{
		font-size: 13px;
	}
	.foot{
		padding: 15px 0;
	}
	.foot .wrap{
		padding: 0 15px;
	}
	.ftla{
		display: block;
		margin: 0 auto;
	}
	.ftr1, .ftr2{
		margin: 0;
		margin-top: 10px;
	}
	.right{
		top: 35%;
	}
	
	
	.padding15{
		padding: 10px 15px;
	}
	.lst{
		font-size: 13px;
	}
	.lsw{
		margin-top: 15px;
	}
	.lsl{
		width: 100%;
	}
	.lsltop{
		font-size: 18px;
		line-height: 40px;
	}
	.lsla{
		line-height: 35px;
		font-size: 14px;
		margin-top: 5px;
	}
	.lsr{
		padding: 15px;
		margin-top: 15px;
	}
	.lsrt span{
		font-size: 17px;
		padding: 0 20px;
	}
	.page{
		line-height: 30px;
		margin-top: 15px;
		padding-top: 15px;
	}
	.page a{
		font-size: 13px;
		padding: 0 10px;
		margin: 5px;
	}
	.page span{
		font-size: 13px;
	}
	.text{
		font-size: 13px;
		line-height: 28px;
	}
	
}
.m2r2{
    padding: 10px 10px;
    background: #F7F7F7;
}
.xz_an{
    display: block;
    width: 88px;
    height: 36px;
    background: 1px solid #e0e0e0;
    border: 1px solid #e0e0e0;
    padding: 5px;
    border-radius: 13px;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
    background: #bd1a2d;
    color: #fff;
}