.mb-header{
    display: none;
    height: 60px;
    line-height: 60px;
    width: 90%;
    margin: 0 auto;
}

.con-banner .nav2-lunbo{
	position: relative;
	height: 100%;
}

.con-banner .nav2-title{
	position: absolute;
    width: 100%;
    z-index: 99;
top: 45%;
    text-align: center;
    
}

.con-banner .nav2-title span{
	color: #813C20;
    font-size: 36px;
	text-shadow: 0 8px 9px #898072, -1px -2px 1px #fff;
}


.con-banner .nav2-lunbo-hd {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 99;
}

.con-banner .nav2-lunbo-hd ul {
	display: inline-block;
}

.con-banner .nav2-lunbo-hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fff;
	margin: 0 5px;
    opacity: 0.7;
	border-radius: 50%;
	cursor: pointer;
}

.con-banner .nav2-lunbo-hd ul li.on {
	background: #813C20;
    border-radius: 50%;
    opacity: 1;
}

.mb-header .header-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mb-header .header-con .logo img {
	width: 90%;
    height: auto;
}

.sp_header {
	height: 50px;
	background: #fff;
	position: fixed;
	z-index: 10;
	width: 100%;
}

.sp_logo {
	padding: 10px;
	height: 50px;
	width: 70%;
}

.sp_logo img {
	margin: auto;
	width: 100%;
	height: 100%;
}

.sp_nav {
	width: 50px;
	position: relative;
	cursor: pointer;
	height: 30px;
    right: 10px;
    margin-top: 10px;

}

.sp_nav span {
	display: block;
	background: #813C20;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: absolute;
	z-index: 9;
	background: #eee;
	width: 100%;
	height: calc(100% - 104px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
    z-index: 999;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
    top: 60px !important;
}

.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}

/*-----------------------手机站导航结束----------*/





.header .top{
    width: 100%;
    height: 40px;
    background: #813C20;
}

.header .h-nav{
    width: 100%;
    height: 135px;
    background: url(../img/header-bg.jpg) no-repeat;
}

.header .con-nav{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}



.header .h-nav h1 a{
    display: inline-block;
    width: 100%;
}

.header .top .h-top{
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
}

.header .top .text{
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}


.header .top .h-top a{
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #FFF;
    text-align: center;
    border-radius: 50%;
    opacity: 0.5;
}

/* 导航 */
.nav-navigation {
	height: 100%;
}



.nav a {
	color: #3D3D3D;
}

.nav .nLi {
	    /* width: 200px; */
   float: left;
    display: inline;
    text-align: center;
    position: relative;
    margin-left: 30px;
    padding: 0 10px;
}



.nav .nLi h3 a {
	display: inline-block;
	font-size: 22px;
	text-align: center;
    height: 132px;
    line-height: 132px;
}

.nav .nLi h3 a:hover {
	color: #813C20;
	font-weight: bold;
    border-bottom: 3px solid #813C20;
}

.nav li.on h3 a {
	color: #813C20;
	font-weight: bold;
border-bottom: 3px solid #813C20;
}

.nav .sub {
	display: none;
	width: 100%;
    top: 135px;
z-index:99;
	position: absolute;
     left:0;
	background: #F7F1EB;
	border-radius: 0 0 5px 5px;
}

.nav .sub li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	zoom: 1;
	float: left;
	width: 100%;
	border-top: 1px solid #d2d2d2;
	border-radius: 0 0 5px 5px;
}

.nav .sub li:hover {
	/* background: #e7e7e7; */
}

.nav .sub li:hover a {
	color: #813C20;
}

.nav .sub a {
	color: #3D3D3D;
	display: block;
	font-size: 18px;
}

.con-banner{
	    width: 100%;
    min-height: 610px;
    height: 100%;
	
}


.con-banner .nav2-lunbo-bd ul{
    width: 100% !important;
    height: 100%;
}

.con-banner .nav2-lunbo-bd ul li{
	zoom: 1;
    vertical-align: middle;
	width: 100% !important;
}

.con-banner .nav2-lunbo-bd ul li a{
	height: 100%;
	display: inline-block;
}

.con-banner .nav2-lunbo-bd ul li img{
    width: 100%;
	display: block;
}



.column{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 20px 0;
}

.column .col-name{
    width: 205px;
    height: 65px;
    line-height: 65px;
    text-align: center;

   position: relative;
}

.column .col-name .font_family{
	font-size: 64px;
	color: #813C20;
}


.column .col-name a{
    color: #161616;
    font-size: 24px;
    font-weight: bold;
	position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
}

.column .xian{
    width: 61%;
    border: 1px dashed #803C20;
}

.column .col-more a{
    font-size: 14px;
    color: #9E9E9E;
}




.content1{
    display: flex;
    justify-content: space-between;

}

.con-news{
    width: 48.58%;
}

.con-news .slideBox{
    position: relative;
}

.con-news .bd ul li a .img{
	overflow: hidden;
}


.con-news .bd .tempWrap{
	width: 100% !important;
}


.con-news .bd ul li a .img img{
    width: 680px;
	height: 385px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;

}

.con-news .bd ul li a:hover  .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}


.con-news .bd ul li a .title{
    background: #F0E4D8;
	height: 67px;
    line-height: 67px;
    width: 96.4%;
    bottom: 0;
    font-size: 20px;
    color: #161616;
    padding-left: 25px;
}

.con-news .bd ul li a:hover .title{
	color: #803C20;
}

.con-news .hd{
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 9;
}

.con-news .hd ul li{
    width: 10px;
    cursor: pointer;
height: 10px;
background: #B9B9B9;
display: inline-block;
border-radius: 50%;
}

.con-news .hd ul li.on{
    background: #813C20;
}

.con-notic{
    width: 48.58%;
}
.con-notic ul li a{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.con-notic .noticlist{
    background: #F0E4D8;
}

.con-notic ul{
    padding: 25px;
}
.con-notic ul li{
    margin-bottom: 30px;
}

.con-notic ul li a .dete{
    width: 14.3%;
height: 78px;
background: #D7C8B8;
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.con-notic ul li a .title{
    font-size: 18px;
    color: #161616;
    width: 84%;
    line-height: 35px;
}
.con-notic ul li a .d{
    font-size: 30px;
    color: #813C20;
}
.con-notic ul li a .y{
    font-size: 14px;
    color: #B68C78;
}

.con-notic ul li a:hover .title{
    color: #813C20;
    font-weight: bold;
}

.con-notic ul li a:hover .d{
    font-weight: bold;
}
.con-notic ul li:nth-child(4){
    margin-bottom: 0;
}


.content2{
	margin-top: 40px;
}


.content2 .imglist{
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
	justify-content: space-between;
}

.content2 .imglist .item{
	margin-bottom: 10px;
	position: relative;
}

.content2 .imglist .item .text{
	position: absolute;
    width: 100%;
    top: 45%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content2 .imglist .item .img{
	opacity: 0.85;
	overflow: hidden;
}

.content2 .imglist .item .img img{
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.content2 .imglist .item a:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);

}

.content2 .imglist .item .name{
	font-size: 24px;
	/* font-weight: bold; */
	color: #fff;
}

.content2 .imglist .item a:hover .name{
	font-weight: bold;
}

.content2 .imglist .item a:hover .img{
	opacity: 1;
}

.content2 .imglist .item .font_family{
	font-size: 30px;
    color: #fff;
}


.content3 .con-links .xian{
	width: 100%;
}
.content3 .links{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	margin: 15px 0 30px 0;
}
.content3 .links a{
	color: #161616;
	font-size: 18px;
	margin-right: 50px;
	margin-top: 15px;
}

.content3 .links a:hover{
	color: #803C20;
}

.footer{
	width: 100%;
	height: 126px;
	background: #813C20;
}

.footer .banq{
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.footer .banq p{
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	line-height: 25px;
}

.footer .banq p a{
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}


.footer .banq p img{
display: inline-block;
}


.nei-banner img{
	width: 100%;
	height: auto;
}


.nei-weiz{
	width: 100%;
	height: 75px;
	line-height: 75px;
}

.nei-weiz .weizhi{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D8D8D8;
}

.nei-weiz  .sub-nav a{
	font-size: 22px;
	color: #3D3D3D;
	margin-right: 40px;
	font-weight: 400;
}

.nei-weiz  .sub-nav a.on{
	font-weight: 700;
	color: #823D20;
}

.nei-weiz  .sub-nav a:hover{
	font-weight: 700;
	color: #823D20;
}

.nei-weiz .sub-weizhi p{
	color: #3D3D3D;
	font-size: 14px;
	font-weight: 400;
}
.nei-weiz .sub-weizhi p a{
	color: #3D3D3D;
	font-size: 14px;
	font-weight: 400;
}
.nei-weiz .sub-weizhi p a.on{
	color: #823D20;
}



.nei-weiz .sub-weizhi{
	display: flex;
	align-items: center;
}


.nei-weiz .sub-weizhi span{
	width: 16px;
	height: 19px;
display: inline-block;
	margin-right: 5px;
	background: url(../img/nei-wz.png) no-repeat;
}

/* 信息列表页 */

.main{
	width: 100%;
	min-height: 1065px;
	background: url(../img/main-bg.jpg) no-repeat;
	background-position-y: 100%;
}

.nei-main{
	width: 100%;
	min-height: 1065px;
	background: url(../img/main-bg.jpg) no-repeat;
	background-position-y: 100%;
}



.textlist{
	margin-top: 40px;
}

.textlist ul li{
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid rgba(240, 228, 216, 0.5);
	box-sizing: border-box;
	padding: 20px 25px;
}

.textlist ul li a{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.textlist ul li a .dete{
	width: 90px;
height: 78px;
background: rgba(215, 200, 184, 0.3);
}

.textlist ul li a .text{

 width:91%
}

.textlist ul li a .title{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0em;
	color: #161616;
}

.textlist ul li a .desc{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #666;
	margin-top: 10px;
}

.textlist ul li a .d{
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #813C20;
	margin-top: 8px;
	text-align: center;
}

.textlist ul li a .y{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #B68C78;
	text-align: center;

}

.textlist ul li:hover{
	background: rgba(240, 228, 216, 0.5);
}

.textlist ul li:hover a .d{
	font-weight: 700;
}
.textlist ul li:hover a .title{
	color: #813C20;
	font-weight: 700;
}


ul .list-page {
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	margin: 50px 0 50px 0;
}

.pb_sys_style1 .p_no_d {
	background: #813C20!important;
    border: 1px solid #813C20!important;
}


.picture{
	margin-top: 40px;
}

.picture ul{
	display: flex;
	flex-wrap: wrap;
    flex-direction: row
}
.picture ul li{
	margin-right: 40px;
	margin-bottom: 40px;
}

.picture ul li a .img{
	overflow: hidden;
}

.picture ul li a .img img{
	width: 440px;
	height: 250px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;

}

.picture ul li a .tit{
	background: #FFFFFF;
box-sizing: border-box;
border: 1px solid #F0E4D8;
height: 50px;
line-height: 50px;
font-size: 18px;
font-weight: normal;
letter-spacing: 0em;
color: #3D3D3D;
text-align: center;
border: 1px solid rgba(240, 228, 216, 0.5);
}

.picture ul li a:hover .tit{
	color: #803C20;
	font-weight: 700;
}

.picture ul li a:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

/* 图文 */
.piclist{
	margin-top: 40px;
}

.piclist ul li{
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #F0E4D8;
	padding:20px ;
	margin-bottom: 20px;
}


.piclist ul li a{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.piclist ul li a .text{
	margin-left: 15px;
	width: 80.2%;
}

.piclist ul li a .title{
	font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: #161616;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.piclist ul li a .desc{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0em;
	color: #999;
	margin: 10px 0;
}

.piclist ul li a .dete{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0em;
	color: #999;
}
.piclist ul li a .dete span{
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../img/timer.png) no-repeat;
}

.piclist ul li a .img{
	overflow: hidden;
	width: 19.8%;
}

.piclist ul li a .img img{
	width: 270px;
	height: 150px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;

}

.piclist ul li:hover{
	background: rgba(240, 228, 216, 0.5);
}
.piclist ul li:hover .title{
	color: #813C20;
	font-weight: 700;
}

.piclist ul li:hover .dete{
	color: #813C20;
}

.piclist ul li:hover .dete span{
	background: url(../img/timer-on.png) no-repeat;
}
.piclist ul li:hover a .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);

}

/* 详情 */
.detail{
	margin: 40px auto;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #F0E4D8;
}
.detail .d-detail{
	padding: 20px 200px;
}

.detail .d-detail .title{
	font-size: 30px;
font-weight: bold;
color: #3D3D3D;
line-height: 60px;
margin-top: 20px;
text-align:center;
}


.detail .d-detail .timer{
	line-height: 40px;
	text-align: center;
}

.detail .d-detail .timer span{
	font-size: 16px;
	color: #999;
	margin:0 5px;
}

.detail .d-detail .content{
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	padding: 10px 0;
}

.detail .d-detail .content p{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #3D3D3D;	
	margin-bottom: 15px;
}
.detail .d-detail .content p img{
width:100%;
}


 .detail .detail-page{
	line-height: 70px;
	height: 70px;
	display: flex;
    justify-content: space-between;
}
 .detail .detail-page p a{
	color: #3D3D3D;
	font-size: 16px;
}

.detail .detail-page p a:hover{
	color: #813C20;
}

.m-w90{
	width: 90%;
	margin: 0 auto;
}




.danye{
	margin: 40px auto;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #F0E4D8;
}
.danye .d-danye{
	padding: 20px 268px;
}



.danye .d-danye .content p{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #3D3D3D;	
	margin-bottom: 15px;
}