@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;
}
.top{
	background: url(../images/topbg_01.jpg) no-repeat center;
	background-size: cover;
	height: 200px;
}
.logo{
	display: inline-block;
	height: 124px;
}
.toprm,.toprb{
	justify-content: flex-end;
}
.toprm{
	margin: 30px 0;
}
.toprt a,.toprt{
	font-size: 16px;
	color: #484d53;
}
.toprt i{
	margin: 0 5px;
}
.toprt i:last-child{
	display: none;
}
.toprt a:hover{
	text-decoration: underline;
	color: #7d552e;
}
.toprb input{
	width: 170px;
	height: 27px;
	background: #fff;
	border: 1px solid #b5844f;
	padding: 0 10px;
	font-size: 13px;
}
.toprb button{
	cursor: pointer;
	width: 27px;
	height: 27px;
	background: url(../images/searchico_03.png) no-repeat center #b5844f;
}
.head{
	background: #313131;
	transition: .25s;
}
.head_active{
	width: 100%;
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
}
.head_height{
	height: 70px;
	display: none;
}
.head_height_active{
	display: block;
}
.nav span{
	flex: 0;
	flex-grow: 1;
}
.nava{
	display: block;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.nav span:hover .nava,.nav span.active .nava{
	background: #7d552e;
	color: #fff;
}
.navhide{
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background: rgba(255,255,255,.8);
	padding: 20px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.nhw{
	padding: 5px 0;
	line-height: 30px;
}
.nhwl{
	font-size: 18px;
	color: #7D552E;
	margin-right: 10px;
}
.nhwr a{
	margin: 0 10px;
	font-size: 16px;
}
.nhwr a:hover{
	color: #7D552E;
	text-decoration: underline;
}
.bnbg{
	/*background: url(../images/bnbg_02.jpg) no-repeat center;*/
	background-size: cover;
	position: relative;
}
.bnbg::after{
	/*width: 100%;*/
	height: 70px;
	background: rgba(0,0,0,.7);
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.bnp{
	width: 100%;
	line-height: 70px;
	background: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	padding: 0 10% 0 15px;
}
.mdtop h3,.mdtop a{
	color: #7D552E;
}
.mdtop h3{
	font-size: 24px;
	font-weight: normal;
}
.mdtop{
	height: 60px;
	border-bottom: 1px solid #7D552E;
	padding: 0 15px;
}
.mdtop a:hover{
	text-decoration: underline;
}
.boxshow{
	box-shadow: 0 0 10px rgba(121,70,47,.08);
}
.colorindex{
	color: #7D552E;
}
.m1aimg {
	width: 28%;
}
.m1atxt{
	margin-left: 50px;
}
.m1atxt p{
	margin: 20px 0;
}
.m1l,.m1r{
	width: 48%;
}
.mda1 span{
	color: #666;
	margin-left: 30px;
}
.mda1{
	margin-bottom: 15px;
}
.mda1:last-child{
	margin-bottom: 0;
}
.mda1:hover p{
	color: #7D552E;
	text-decoration: underline;
}
.mda1 p i{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	border: 1px solid #7D552E;
}
.m2l,.m2r{
	width: 49.2%;
}
.mda2{
	margin-bottom: 20px;
}
.mda2:last-child{
	margin-bottom: 0;
}
.mda2l{
	border: 1px solid #b5844f;
	border-radius: 6px;
	width: 60px;
}
.mda2l p{
	background: #B5844F;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	border-radius: 0 0 6px 6px;
}
.mda2l h3{
	color: #7D552E;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
}
.mda2:hover{
	color: #7D552E;
}
.m2rw{
	width: 103%;
	padding-bottom: 0;
}
.m2ra{
	margin-right: 3%;
	width: 30.3333%;
	margin-bottom: 25px;
	background: #b5844f;
	color: #fff;
	height: 135px;
}
.m2ra img{
	display: block;
	margin: 0 auto;
	transition: .5s;
}
.m2ra:hover{
	color: #fff;
}
.m2ra:hover img{
	transform:rotateY(180deg);
}
.m3{
	background: url(../images/m3bg_02.jpg) no-repeat top center;
	background-size: 100%;
	padding-top: 395px;
}
.m3 .mdtop{
	padding: 0;
}
.mdtopwt h3{
	color: #fff;
}
.mdtopwt{
	border-bottom: 0;
}
.m3l{
	background: #7D552E;
	width: 25%;
	padding: 15px;
	padding-top: 0;
}
.m3lw{
	background: #fffbf5;
height:600px;
}
.m3lw li{
	cursor: pointer;
	font-size: 18px;
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 25px;
	transition: .25s;
	position: relative;
}
.m3lw li::after{
	width: 20px;
	height: 20px;
	content: "";
	background: url(../images/m3liico_03.png) no-repeat center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}
.m3lw li.active{
	background: #7D552E;
	color: #fff;
}
.m3rbg{
	background: url(../images/m3bg_03.png) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 15px;
}
.m3r{
	align-items: flex-end;
}
.m3rw{
	border: 1px dashed #ffd571;
	padding: 35px 50px;
	height:460px;
}
.m3rt .mda1{
	color: #fff;
}
.m3rt .mda1 span{
	color: #fff;
}
.m3rt .mda1 p{
	transition: .25s;
	color: #fff !important;
}
.m3rt .mda1 p i{
	border: 1px solid #fff;
	background: #fff;
}
.m3rt .mda1 p em{
	color: #ffd571;
}
.mda2 p em{
	color: #b5844f;
}
.m3rb a{
	color: #FFD571;
	font-size: 16px;
}
.m4bg{
	background: url(../images/m4bg_02.jpg) no-repeat bottom center;
	background-size: cover;
}
.m4{
	padding: 60px 0;
}
.m5{
	padding: 25px;
	background: rgba(72,77,83,.8);
	color: #fff;
}
.m5t{
	border: 1px dashed #b5844f;
	padding: 20px;
}
.m5t_tt{
	line-height: 40px;
	font-size: 30px;
	margin-top: -40px;
	text-align: center;
	color: #fff;
}
.m5t_tt h3{
	background: #464a4f;
	padding: 0 50px;
	display: inline-block;
}
.m5b{
	padding: 15px;
}
.m5b a{
	margin: 10px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
}
.m5b a:hover{
	color: #7D552E;
	text-decoration: underline;
}
.m5f a{
	display: inline-block;
	margin: 0 15px;
}
.m5f img{
	filter: grayscale(100%) brightness(500%);
	transition: .25s;
}
.m5f a:hover img{
	filter:inherit;
}
.foot{
	background: #313131;
	padding: 25px 0;
	color: #fbf0e0;
	line-height: 36px;
	font-size: 16px;
}
.foot a,.foot a:hover{
	color: #FBF0E0;
}
.foot a:hover{
	text-decoration: underline;
}

/*2021-06-22*/
.listbn{
	height: 490px;
}
.listnav{
	padding: 30px 0;
	background: url(../images/listbnbg_02.png) no-repeat center;
	background-size: cover;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	line-height: 30px;
	font-size: 18px;
}
.listnav img{
	margin-top: -4px;
}
.listnav a{
	color: #fff;
}
.listnav i{
	margin: 0 10px;
}
.lsl{
	width: 22.5%;
	background: url(../images/lslbg_03.png) no-repeat bottom center #fffbf5;
	background-size: 100%;
	border: 15px solid #7D552E;
	position: relative;
	margin-top: -155px;
	z-index: 9;
}
.mdtop_list{
	height: 140px;
	border: 1px dashed #ffe171;
	border-bottom: 0;
	justify-content: center;
	background: #7D552E;
}
.mdtop_list h3{
	font-size: 30px;
}
.lslbg{
	background-size: 100%;
	padding: 30px 0;
	/*height: 500px;*/
}
.lslbg a{
	cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 25px;
    transition: .25s;
    position: relative;
}
.lslbg a.active::after{
	width: 20px;
	height: 20px;
	content: "";
  background: url(../images/m3liico_03.png) no-repeat center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}
.lslbg a.active{
    background: #7D552E;
    color: #fff;
  
}
.lsra{
	border-bottom: 1px solid #7d552e;
	padding: 15px 0;
}
.lsra:hover{
	background: #7e5732;
	color: #fff;
}
.lsral{
	padding: 15px;
}
.lsralt{
	color: #7E5732;
	transition: .25s;
}
.lsralt_l h3{
	font-size:50px;
	font-weight: bold;
}
.lsralt_l{
	margin-right: 20px;
}
.lsralt_r{
	line-height: 34px;
}
.lsralb{
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.lsra:hover .lsralb,.lsra:hover .lsralt{
	color: #fff;
}
.lsrar{
	width: 38%;
}
.lsrar p{
	width: 100%;
	line-height: 45px;
	color: #fff;
	background: rgba(125,85,46,.8);
	padding: 0 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.page{
	margin: 50px 0;
}
.page span,.page a,.page button,.page input{
	border: 1px solid #7D552E;
	height: 50px;
	line-height: 48px;
	padding: 0 18px;
	font-size: 16px;
	color: #7D552E;
	margin-left: -1px;
}
.page input{
	width: 70px;
	background: #fdeddb;
	text-align: center;
	padding: 0;
}
.page button{
	background: none;
	cursor: pointer;
}
.page a.active,.page a:hover{
	background: #b5844f;
	color: #fff;
}
.c_content_box
{
     width:100%;
     background:#f5f1ec;
    
    }
.c_bg
{
     padding:50px 0;
     background:#fffbf5;
    }
    
.wrap_content
{
    width:90%;
    margin:0 auto;
	overflow-wrap: break-word;
	text-align: justify;
    }    
.n_title
{
     text-align:center;
     color:#7d552e
}    

.dispr
{
    text-align:center;
     margin-top:30px;
     font-size:18px;

}    
.fgline
{
     font-size:0px;
     height:10px;
     border-bottom:solid 1px #7d552e;
    }
.main_c
{
     padding-top:15px;

    
    }    


.main_c p{font-size:18px; 

font-family:宋体;
}

.tithid{ width:78%;overflow:hidden; display:none; }
.himg{ height:800px;}
.wrap980{width:980px; margin:0 auto; }
.p_li{padding:0 20px;}
.p_li li{ width:30%; margin-bottom:15px;}
.p_li li p{margin:10px 0;}



@media only screen and (max-width:1155px) {
.tithid{ width:70%;}
  .adbox img{width:95%}

}

@media only screen and (min-width:768px) and (max-width:1199px) 
{
  

    .m_t{
     font-size:18px;    
     margin-top:5px;
    }
    
	.videohidebox{
		width: 80%;
	}
	.top{
		height: 150px;
	}
	.logo{
		height: 100px;
	}
	.toprm{
		margin: 20px 0;
	}
	.toprm img{
		height: 40px;
	}
	.toprt a, .toprt{
		font-size: 14px;
	}
	.bnbg .wrap{
		padding: 0;
	}
	.m3lw li{
		font-size: 15px;
		line-height: 35px;
	}
	.m3{
		background-size: auto 50%;
	}
	.mdtop h3{
		font-size: 20px;
	}
	.mdtop h3 img{
		height: 20px;
	}
	.m2ra p{
		font-size: 16px;
	}
	.m5t_tt h3{
		font-size: 22px;
	}
	.m5b a{
		font-size: 16px;
	}
	
	/*2021-06-22*/
	.listbn{
		height: 400px;
	}
	.listnav{
		padding: 15px 0;
		font-size: 16px;
	}
	.listnav img{
		height: 20px;
	}
	.mdtop_list{
		height: 90px;
	}
	.mdtop_list h3{
		font-size: 20px;
	}
	.lsl{
		margin-top: -100px;
		border: 10px solid #7D552E;
	}
	.lslbg a{
		font-size: 15px;
		line-height: 35px;
	}
	.lsralt_l h3{
		font-size: 40px;
	}
	.lsralt_l p{
		font-size: 12px;
	}
	.lsralt_r{
		line-height: 30px;
		font-size: 20px;
	}
	.lsralb{
		line-height: 28px;
	}
	.page span, .page a, .page button, .page input{
		height: 32px;
		line-height: 30px;
		font-size: 13px;
		padding: 0 13px;
	}
	.page input{
		width: 50px;
	}
	
}
@media only screen and (max-width:950px) {
.himg{ height:auto;}
	.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;
	}
	
	/*2021-06-22*/
	.listbn{
		height: 350px;
	}
	
}
@media only screen and (max-width:768px) 
{
.p_li li{ width:45%;}
.himg{ height:auto;}
.tithid{ width:60%;}
    
    .m_t{
     font-size:16px;  
         margin-top:3px;  
    }
    
    .n_title
    {
         font-size:18px;
        
    }
    .dispr
    {
          font-size:14px;  
            
    }
    
	.bnbg .wrap{
		padding: 0;
	}
	.bnbg::after{
		display: none;
	}
	.bnp{
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		padding-right: 20%;
	}
	.swiper-container-bn .swiper-pagination{
		bottom: 6.5%;
	}
	.m1 .wrap{
		padding: 0;
	}
	.padding20{
		padding: 15px;
	}
	.m1atxt h3,.m1atxt p{
		-webkit-line-clamp:1;
	}
	.m1atxt p{
		margin: 5px 0;
	}
	.m1atxt{
		margin-left: 15px;
	}
	.m1aimg{
		width: 40%;
	}
	.mdtop h3{
		font-size: 18px;
	}
	.mdtop h3 img{
		height: 18px;
	}
	.mdtop{
		height: 50px;
	}
	.m1l, .m1r,.m2l, .m2r{
		width: 100%;
	}
	.m1r{
		margin-top: 15px;
	}
	.m2r{
		margin-top: 15px;
	}
	.m2ra img{
		height: 30px;
	}
	.m2ra p{
		font-size: 14px;
		margin-top: 10px;
	}
	.m2ra{
		height: 100px;
		margin-bottom: 10px;
	}
	.m3{
		background-size: cover;
		padding-top: 15px;
	}
	.m3l{
		width: 100%;
	}
	.m3lw ul{
		display: flex;
		flex-wrap: wrap;
	}
	.m3lw li{
		width: 50%;
		line-height: 34px;
		font-size: 14px;
	}
	.m3lw li::after{
		transform: scale(.7);
	}
	.m3rw{
		padding: 15px;

	}
	.m3rt .mda1 span{
		font-size: 12px;
	}
	.m3rb a{
		font-size: 12px;
	}
	.m4{
		padding: 25px 0;
	}
	.m5t_tt h3{
		font-size: 20px;
	}
	.m5b a{
		font-size: 13px;
		margin: 5px;
	}
	.m5b{
		padding: 10px 0;
		margin-top: 0;
	}
	.m5f img{
		height: 25px;
	}
	.foot img{
		height: 50px;
	}
	.foot {
		font-size: 14px;
		line-height: 30px;
	}
	
	/*2021-06-22*/
	.listbn{
		height: 170px;
	}
	.listnav{
		padding: 10px 0;
		font-size: 12px;
		line-height: 27px;
	}
	.listnav img{
		height: 15px;
	}
	.mdtop_list{
		height: 70px;
	}
	.mdtop_list h3{
		font-size: 20px;
	}
	.mdtop_list h3 img{
		height: 25px;
	}
	.lsl{
		width: 100%;
		margin-top: 15px;
		border: 10px solid #7D552E;
	}
	.lslbg{
		padding: 15px 0;
	}
	.lslbg a{
		font-size: 15px;
		line-height: 35px;
	}
	.lslbg a::after{
		transform:scale(.7);
	}
	.lsra{
		padding-top: 0;
	}
	.lsrar{
		width: 100%;
	}
	.lsralt_l h3{
		font-size: 40px;
	}
	.lsralt_l p{
		font-size: 12px;
	}
	.lsralt_r{
		line-height: 30px;
		font-size: 17px;
	}
	.lsralb{
		line-height: 28px;
	}
	.page{
		margin: 10px 0 20px 0;
	}
	.page span, .page a, .page button, .page input{
		height: 30px;
		line-height: 28px;
		font-size: 12px;
		padding: 0 10px;
		margin-top: 10px;
	}
	.page input{
		width: 40px;
	}
}