/*html{-webkit-filter: grayscale(100%); 
        -moz-filter: grayscale(100%); 
        -ms-filter: grayscale(100%); 
        -o-filter: grayscale(100%); 
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
        _filter:none;
}*/
.main{
	display: block;
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
	overflow-x: hidden;
	transition: all 500ms;
}
.detWidth img?{
 height: auto!important;
}
.headerZw{
	display: block;
	height: 1.02rem;
}

.header{
	display: flex;
	width: 100%;
	height: 1.02rem;
	background: #fff;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	transition: margin-left 500ms;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.logo{
	display: flex;
	height: 100%;
	width: auto;
	align-items: center;
	padding: 0.2rem 0;
	padding-left: 0.3rem;
}
.menuBut{
	display: flex;
	width: auto;
	height: 100%;
	cursor: pointer;
	margin-right: 0.05rem;
}
.menuBut .img2{
	display: none;
}
.menuBut.active .img1{
	display: none;
}
.menuBut.active .img2{
	display: block;
}
.rightMenuDiv{
	display: block;
	width: 4.1rem;
	height: 100%;
	background: #333;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	margin-right: -4.1rem;
	transition: all 500ms;
}
.rightColse{
	display: none;
	width: 0.5rem;
	height: auto;
	position: absolute;
	top: 0.35rem;
	left: 0.3rem;
	z-index: 90;
}
.rightMenuDiv.active .rightColse{
	display: block;
}
.rightMenuDiv.active{
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.rightMenuDivPop{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	transition: all 500ms;
}
.rightMenu{
	display: block;
	width: 100%;
	height: 100vh;
	padding: 1.02rem 0.3rem 0;
	overflow: auto;
}
.rightMenu>li{
	border-top: 1px dashed rgba(255, 255, 255, 0.6);
	position: relative;
}
.rightMenu>li:first-child{
	border: none;
}
/*.rightMenu>li:last-child{
	border-bottom: 1px dashed #fff;
}*/
.rightMenu>li>div{
	position: relative;
	display: block;
	width: 100%;
}
.rightMenu>li>div a{
	display: block;
	width: 100%;
	font-size: 0.3rem;
	color: #fff;
	line-height: 0.5rem;
	padding: 0.3rem 0.7rem 0.3rem 0;
}
.rightMenu>li>div a.active{
	color: #A68246;
}
.rightMenu>li>div>span{
	display: flex;
	width: auto;
	height: 100%;
	align-items: center;
	position: absolute;
	right: -0.1rem;
	top: 0;
	/*padding: 0 0.24rem;*/
	padding-left: 0.3rem;
	z-index: 20;
}
.rightMenu>li>div>span img{
	width: 0.5rem;
}
.rightMenu>li>div>span .img2{
	display: none;
}
.rightMenu>li>div>span.active .img1{
	display: none;
}
.rightMenu>li>div>span.active .img2{
	display: block;
}
.rightMenu>li>ul{
	/*border-top: 1px solid #e6e6e6;*/
	display: none;
}
.rightMenu>li>ul>li a{
	display: block;
	font-size: 0.26rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 0.42rem;
	padding: 0.18rem 0.2rem 0.18rem 0.2rem;
	position: relative;
}
.rightMenu>li>ul>li a::before{
	content: "";
	display: block;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #999999;
	position: absolute;
	left: 0rem;
	top: 0.36rem;
}
.rightMenu>li>ul>li:first-child a{
	/*padding-top: 0.36rem;*/
}
.rightMenu>li>ul>li:last-child a{
	padding-bottom: 0.36rem;
}
/*.rightMenu>li>ul>li:first-child a::before{
	top: 0.53rem;
}*/


.footer{
	display: block;
	padding: 0 0.25rem;
	background: #585858;
}
.footTop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1rem;
	border-bottom: 1px dashed #E1E1E1;
}
.footTop a{
	display: flex;
	height: 100%;
	align-items: center;
	font-size: 0.2rem;
	color: #DDDDDD;
}
.footTop a img{
	display: block;
	width: 0.54rem;
	margin-right: 0.05rem;
}
.footBot{
	font-size: 0.22rem;
	line-height: 0.36rem;
	color: #949494;
	padding: 0.37rem 0 0.3rem;
}
.footBot a{
	color: #949494;
}
.footDiv{
	display: flex;
	flex-wrap: wrap;
	padding-top: 0.22rem;
}
.footDiv a{
	display: flex;
	width: 2.06rem;
	height: 0.82rem;
	border-radius: 0.1rem;
	background: rgba(255, 255, 255, 0.14);
	margin-top: 0.2rem;
	margin-right: 0.4rem;
	justify-content: center;
	align-items: center;
	font-size: 0.28rem;
	color: #fff;
}
.footDiv a:nth-child(3n){
	margin-right: 0;
}
.title1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title1 h3{
	font-size: 0.4rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.52rem;
}
.homeHZTab{
	display: flex;
	height: 0.66rem;
	align-items: center;
}
.homeHZTab span{
	display: flex;
	height: 100%;
	margin-left: 0.55rem;
	font-size: 0.3rem;
	color: #999999;
	align-items: center;
	position: relative;
}
.homeHZTab .on{
	color: #A68246;
}
.homeHZTab .on::after{
	content: "";
	display: block;
	width: 0.52rem;
	height: 0.05rem;
	background: #A68246;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.homeHuoZuo{
	margin-bottom: 0.56rem;
	display: flex;
	flex-wrap: wrap;
}
.homeHuoZuo li{
	display: flex;
	width: 2.24rem;
	height: 0.95rem;
	background: #fff;
	border-radius: 0.08rem;
	margin-bottom: 0.16rem;
	margin-right: 0.13rem;
}
.homeHuoZuo li:nth-child(3n){
	margin-right: 0;
}
.bannerSwiper{
	display: block;
	width: 100%;
	height: 5.36rem;
	overflow: hidden;
	position: relative;
}
.bannerSwiper .swiper-pagination{
	bottom: 0.68rem;
}
.bannerSwiper .swiper-pagination-bullet{
	background: #fff;
}
.homeJtuan{
	position: relative;
	margin-top: -0.47rem;
}
.homeJiDiv{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 0.86rem;
	border-radius: 0.2rem 0 0.2rem 0;
	background: #A68246;
	z-index: 90;
	padding-left: 0.28rem;
}
.homeJiDiv img{
	display: block;
	width: 0.37rem;
	height: auto;
	margin-right: 0.14rem;
}
.homeJiDiv h3{
	font-size: 0.28rem;
	font-weight: bold;
	color: #fff;
	margin-top: -0.04rem;
}
.jituanSwiper{
	display: block;
	width: 4.3rem;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.jituanSwiper a{
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	color: #fff;
}
.homeNews{
	display: block;
	margin: 0.22rem auto 0;
	background: #FFFFFF;
	border-radius: 0.2rem;
	padding: 0.18rem 0.32rem 0.1rem;
}
.homeNewsList{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 0.74rem;
	padding-left: 0.16rem;
	position: relative;
}
.homeNewsList::before{
	content: "";
	display: block;
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.homeNewsList .newsImg{
	display: none;
}
.homeNewsList h3{
	font-size: 0.28rem;
	color: #333;
	width: 4.5rem;
}
.homeNewsList h5{
	font-size: 0.24rem;
	color: #999999;
}
.homeNewsList:first-child::before{
	display: none;
}
.homeNewsList:first-child{
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 0.1rem;
}
.homeNewsList:first-child h5{
	display: none;
}
.homeNewsList:first-child .newsImg{
	display: block;
	width: 100%;
	height: 4.2rem;
}
.homeNewsList:first-child h3{
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 0.48rem;
	margin-top: 0.22rem;
}
.homeNewsMore{
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 0.26rem;
	color: #AAAAAA;
	line-height: 0.36rem;
	padding-bottom: 0.26rem;
	padding-top: 0.1rem;
}
.homeNewsMore em{
	padding-left: 0.1rem;
	font-family: "宋体";
}
.title2{
	display: flex;
	justify-content: space-between;
	padding: 0 0.3rem;
	align-items: center;
}
.title2 h3{
	font-size: 0.4rem;
	line-height: 0.52rem;
	color: #333;
	font-weight: bold;
}
.title2 a{
	font-size: 0.26rem;
	color: #999999;
}
.title2 a em{
	font-family: "宋体";
	padding-left: 0.04rem;
}
.homeYewu{
	display: block;
	width: 100%;
	height: 5.2rem;
	margin-bottom: 0.16rem;
	background: #fff url(../images/homeBg1.png) no-repeat center top;
	background-size: 100% auto;
	padding: 0 0.32rem;
	border-radius: 0.2rem;
}
.homeYewu .top{
	display: block;
	width: 100%;
	height: 1.88rem;
	padding: 0.44rem 0 0;
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.3rem;
}
.homeYewu .top h3{
	font-size: 0.34rem;
	font-weight: bold;
	color: #A68246;
	line-height: 0.46rem;
	margin-bottom: 0.18rem;
}
.homeYewu .bot{
	display: block;
	width: 100%;
	height: auto;
	border-top: 1px dashed #E1E1E1;
	padding-top: 0.2rem;
}
.homeYewu .bot h3{
	display: block;
	height: 0.38rem;
	margin-bottom: 0.28rem;
	font-size: 0.28rem;
	font-weight: bold;
	color: #A68246;
	line-height: 0.38rem;
}
.homeYewu .bot h3 span{
	font-weight: normal;
	font-size: 0.18rem;
	text-transform: uppercase;
	color: #CCCCCC;
	padding-left: 0.08rem;
}
.homeYewu .bot ul li{
	padding-left: 0.6rem;
	min-height: 0.38rem;
	margin-bottom: 0.2rem;
	position: relative;
	font-size: 0.26rem;
	line-height: 0.38rem;
	color: #333333;
}
.homeYewu .bot ul li em{
	display: flex;
	width: 0.42rem;
	height: 0.38rem;
	border-radius: 0.04rem;
	background: #A68246;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.22rem;
	font-weight: bold;
	color: #fff;
}
.homeYewu .bot h5{
	text-align: right;
	line-height: 0.44rem;
	font-size: 0.26rem;
	color: #AAAAAA;
}
.homeYewu .bot h5 em{
	font-family: "宋体";
	padding-left: 0.1rem;
}
.homeYwen{
	border-radius: 0.2rem;
	background: #fff;
	margin: 0.24rem auto 0;
}
.homeYwenIn{
	display: block;
	padding: 0 0.32rem;
}
.homeYwenMain{
	display: block;
	padding: 0.42rem 0 0.2rem;
	border-top: 1px dashed #E1E1E1;
}
.homeYwenMain:first-child{
	padding-top: 0.35rem;
	border: none;
}
.homeYwenTab{
	display: flex;
	flex-wrap: wrap;
}
.homeYwenList{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 0.74rem;
	align-items: center;
	font-size: 0.28rem;
	color: #333333;
	position: relative;
}
.homeYwenList h3{
	width: 4.7rem;
	padding-left: 0.16rem;
}
.homeYwenList h5{
	font-size: 0.24rem;
	color: #999999;
}
.homeYwenList::before{
	content: "";
	display: block;
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.homeYwenTab span{
	display: flex;
	min-width: 1.78rem;
	margin-right: 0.25rem;
	height: 0.66rem;
	border-radius: 0.33rem;
	justify-content: center;
	align-items: center;
	font-size: 0.32rem;
	color: #999999;
	padding: 0 0.1rem;
}
.homeYwenTab span.on{
	background: #A68246;
	color: #fff;
}
.homeYwenMore{
	display: block;
	text-align: center;
	font-size: 0.26rem;
	line-height: 0.36rem;
	padding: 0.12rem 0 0.15rem;
	color: #AAAAAA;
}
.homeYwenMore em{
	font-family: "宋体";
	padding-left: 0.1rem;
}
.aboutSwiDiv{
	display: block;
	width: 100%;
	height: 1.32rem;
	background: #F5F5F5;
	padding: 0.36rem 0 0.3rem;
}
.aboutSwi{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.aboutSwi .swiper-slide{
	display: flex;
	min-width: 1.78rem;
	width: auto;
	height: 100%;
	border-radius: 0.33rem;
	padding: 0 0.15rem;
	font-size: 0.32rem;
	color: #999999;
	margin-left: 0.25rem;
	justify-content: center;
	align-items: center;
}
.aboutSwi .swiper-slide:last-child{
	margin-left: 0.25rem;
}
.aboutSwi .swiper-slide.on{
	background: #A68246;
	color: #fff;
}
.jianjie{
	font-size: 0.26rem;
	color: #666666;
	line-height: 0.5rem;
	padding: 0.4rem 0 0.8rem;
}
.jianjieTit h2{
	font-size: 0.36rem;
	line-height: 0.48rem;
	text-align: center;
	color: #333333;
	margin-bottom: 0.38rem;
}
.jianjieNumber{
	display: flex;
	justify-content: space-between;
	margin: 0.58rem auto 0.46rem;
	font-size: 0.22rem;
	line-height: 0.34rem;
	text-align: center;
}
.jianjieNumber li h3{
	font-size: 0.52rem;
	color: #333333;
	line-height: 0.7rem;
	margin-bottom: 0.08rem;
	position: relative;
}
.jianjieNumber li{
	position: relative;
}
.jianjieNumber li h5{
	padding: 0 0.18rem;
}
.jianjieNumber li:nth-child(1){
	width: 2rem;
}
.jianjieNumber li:nth-child(2){
	width: 2.5rem;
}
.jianjieNumber li:nth-child(3){
	width: calc(100% - 4.5rem);
}
.jianjieNumber li::after{
	content: "";
	display: block;
	width: 1px;
	height: 1.28rem;
	border-left: 1px dashed #BFBFBF;
	position: absolute;
	right: 0;
	top: 0.14rem;
}
.jianjieNumber li:last-child::after{
	display: none;
}

.gsList{
	margin: 0.4rem auto 0.5rem;
}
.gsListDiv{
	display: flex;
	width: 100%;
	min-height: 1.62rem;
	align-items: center;
	position: relative;
	padding: 0.38rem 1.06rem 0.38rem 0.46rem;
	font-size: 0.32rem;
	line-height: 0.48rem;
	color: #333333;
	margin-bottom: 0.24rem;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.gsListDiv em{
	display: flex;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #A68246;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0.36rem;
	top: 50%;
	transform: translateY(-50%);
	font-family: "宋体";
	color: #fff;
}
.jianjie{
	font-size: 0.26rem;
	line-height: 0.5rem;
	color: #666666;
	padding: 0.48rem 0.25rem 0.3rem;
}
.jianjieTit h2{
	font-size: 0.36rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.5rem;
	text-align: center;
	margin-bottom: 0.3rem;
}
.weizhi{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 0.8rem;
	padding: 0.2rem 0.36rem;
	font-size: 0.26rem;
	line-height: 0.4rem;
	color: #666666;
	background: #F5F5F5;
}
.weizhi a{
	color: #AAAAAA;
}
.weizhi a em{
	font-family: "宋体";
	padding: 0 0.15rem;
	font-size: 0.28rem;
}
.hezuo{
	display: block;
	padding: 0.36rem 0.25rem 0.22rem;
	border-bottom: 0.2rem solid #f5f5f5;
}
.hezuo:last-child{
	border: none;
}
.hezuo h2{
	font-size: 0.32rem;
	line-height: 0.42rem;
	color: #A68246;
	margin-bottom: 0.22rem;
}
.hezuo .homeHuoZuo{
	margin-bottom: 0;
}
.hezuo .homeHuoZuo li{
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.lianxiTop{
	display: block;
	width: 6.38rem;
	height: auto;
	margin: 0 auto 0.3rem;
}
.lianxiTop li{
	position: relative;
	padding: 0.35rem 0 0.24rem 0.9rem;
	border-bottom: 1px dashed #E1E1E1;
}
.lianxiTop li span{
	display: flex;
	width: 0.44rem;
	height: 0.44rem;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0.58rem;
}
.lianxiTop li:last-child{
	border: none;
}
.lianxiTop li h5{
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.32rem;
}
.lianxiTop li h3{
	font-size: 0.4rem;
	line-height: 0.5rem;
	color: #333333;
	font-weight: bold;
}
.lianxiTop li p{
	font-size: 0.22rem;
	line-height: 0.34rem;
	margin-top: 0.12rem;
}
#allmap{
	display: block;
	width: 6.36rem;
	height: 4.74rem;
	margin: 0 auto 0.6rem;
}
#allmap img{
	max-width: none;
	max-height: none;
}

.yuandi{
	display: block;
	margin-bottom: 0.2rem;
	border-radius: 0.2rem;
	background: #fff;
	padding: 0.32rem 0.3rem 0.34rem;
}
.title3{
	display: flex;
	justify-content: space-between;
}
.title3 h2{
	font-size: 0.4rem;
	font-weight: bold;
	color: #E61A1A;
	line-height: 0.52rem;
}
.title3 a{
	display: block;
	font-size: 0.26rem;
	line-height: 0.52rem;
	color: #999999;
}
.title3 a em{
	font-family: "宋体";
	padding-left: 0.1rem;
}
.zhibuList{
	display: block;
	width: 100%;
	height: 0.74rem;
	line-height: 0.74rem;
	font-size: 0.28rem;
	color: #666666;
	padding-left: 0.18rem;
	position: relative;
}
.zhibuList::before{
	content: "";
	display: block;
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #666;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.zhibuList .img{
	display: none;
}
.dangjian .zhibuList:first-child{
	padding-left: 0;
	height: auto;
	border-bottom: 1px dashed #E1E1E1;
	padding-bottom: 0.42rem;
}
.dangjian .zhibuList:first-child .img{
	display: block;
	width: 100%;
	height: 4.4rem;
	margin-bottom: 0.24rem;
}
.dangjian .zhibuList:first-child::before{
	display: none
}
.dangjian .zhibuList:first-child p{
	font-size: 0.36rem;
	line-height: 0.56rem;
	font-weight: bold;
	color: #333333;
	-webkit-line-clamp: 2;
}
.dangjian .zhibuList:nth-child(2){
	height: auto;
	padding: 0.4rem 0 0.18rem;
	font-size: 0.32rem;
	line-height: 0.42rem;
}
.dangjian .zhibuList:nth-child(2) p{
	-webkit-line-clamp: 2;
}
.dangjian .zhibuList:nth-child(2)::before{
	display: none;
}
.wei{
	display: flex;
	width: 100%;
	min-height: 0.8rem;
	padding: 0.18rem 0.25rem;
	font-size: 0.26rem;
	line-height: 0.4rem;
	color: #666666;
	background: #F5F5F5;
}
.wei a{
	color: #AAAAAA;
}
.wei a em{
	font-family: "宋体";
	padding: 0 0.15rem;
	font-size: 0.28rem;
}
.yaowen{
	display: block;
	padding: 0.38rem 0.32rem 0.58rem;
	background: #fff;
	border-radius: 0.2rem;
	margin-bottom: 0.3rem;
}
.title4{
	display: flex;
	width: 100%;
	height: 0.69rem;
	background: url(/app/static/mobile/images/titleBg01.png) no-repeat center;
	background-size: 100% 100%;
	padding: 0 0.38rem;
	font-size: 0.36rem;
	align-items: center;
	color: #fff;
	align-items: center;
}
.page{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page a{
	display: flex;
	width: 1.24rem;
	height: 0.48rem;
	border: 1px solid #707070;
	border-radius: 0.24rem;
	justify-content: center;
	align-items: center;
	font-size: 0.26rem;
	color: #707070;
	margin: 0 0.15rem;
	background: #fff;
}
.page a:first-child,
.page a:last-child{
	width: 1.1rem;
}
.dangfengSwi{
	height: 0.66rem;
	margin: 0.1rem 0 0.3rem;
}
.dangfengSwi .swiper-slide.on{
	background: #E61A1A;
}
.jigou{
	display: block;
	margin: 0 auto 0.2rem;
	border-radius: 0.2rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.5rem;
	padding: 0.28rem 0.32rem 0.6rem;
	background: #fff;
}
.jigouMain{
	display: block;
	margin: 0 auto 0.38rem;
	border-radius: 0.2rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.5rem;
	padding: 0.28rem 0.32rem 0.6rem;
	background: #fff;
}
.jubao{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jubao li{
	position: relative;
	padding-left: 0.74rem;
	margin-bottom: 0.4rem;
	font-size: 0.22rem;
	color: #666666;
	line-height: 0.3rem;
}
.jubao li:last-child{
	margin-bottom: 0;
}
.jubao li img{
	display: block;
	width: 0.54rem;
	height: auto;
	position: absolute;
	left: 0;
	top: 0.05rem;
}
.jubao li h2{
	font-size: 0.22rem;
	line-height: 0.42rem;
	margin-top: 0.08rem;
	
	color: #333333;
}
.jubao li.wid100{
	display: block;
	width: 100%;
}
.faguiList{
	display: block;
	font-size: 0.26rem;
	color: #999999;
	line-height: 0.36rem;
	margin-bottom: 0.5rem;
}
.faguiList h3{
	font-size: 0.32rem;
	color: #333333;
	font-weight: bold;
	line-height: 0.44rem;
	margin-bottom: 0.18rem;
}

.topTabs1{
	display: flex;
	justify-content: center;
	padding-top: 0.3rem;
}
.topTabs1 a{
	display: flex;
	min-width: 1.7rem;
	justify-content: center;
	height: 0.66rem;
	border-radius: 0.33rem;
	align-items: center;
	font-size: 0.32rem;
	color: #999999;
}
.topTabs1 a.on{
	background: #A68246;
	color: #fff;
}
.zhengceList{
	display: block;
	width: 100%;
	height: 1.8rem;
	border-radius: 0.2rem;
	background: #fff;
	margin-bottom: 0.2rem;
	padding: 0.24rem 0.32rem 0;
	font-size: 0.26rem;
	color: #999999;
	line-height: 0.38rem;
}
.zhengceList h3{
	font-size: 0.32rem;
	line-height: 0.42rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.12rem;
}
.newsList{
	display: block;
	width: 100%;
	height: 5.8rem;
	border-radius: 0.2rem;
	background: #fff;
	margin: 0 auto 0.2rem;
	padding: 0.28rem 0.32rem 0;
}
.newsList .img{
	display: block;
	width: 100%;
	height: 4.14rem;
	margin-bottom: 0.18rem;
}
.newsList h3{
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.42rem;
	font-weight: bold;
}
.newsList h5{
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.32rem;
	margin-top: 0.16rem;
}
.detWidth{
	display: block;
	width: 6.7rem;
	margin: 0.36rem auto 0.6rem;
}
.detTop{
	display: block;
	padding-bottom: 0.36rem;
	margin-bottom: 0.36rem;
	border-bottom: 1px dashed #E1E1E1;
}
.detTop h2{
	font-size: 0.36rem;
	color: #333333;
	line-height: 0.56rem;
	margin-bottom: 0.24rem;
	font-weight: bold;
}
.detTop h4{
	font-size: 0.32rem;
	color: #777777;
	line-height: 0.42rem;
	margin-bottom: 0.24rem;
}
.detTop h5{
	font-size: 0.26rem;
	color: #AAAAAA;
	line-height: 0.36rem;
}
.detMain{
	display: block;
	font-size: 0.26rem;
	color: #333333;
	line-height: 0.5rem;
}
.detBot{
	display: block;
}
.detBot div{
	display: flex;
	width: 100%;
	height: 0.76rem;
	border: 1px solid #707070;
	border-radius: 0.1rem;
	margin-bottom: 0.32rem;
	align-items: center;
	font-size: 0.28rem;
	color: #666666;
	padding: 0 0.32rem;
}
.detBot div a{
	color: #666666;
	line-height: 0.72rem;
}
.detTbas{
	font-size: 0.26rem;
	color: #888888;
	line-height: 0.38rem;
	margin: 0.4rem auto 0.38rem;
}
.detTbas a{
	color: #333333;
	margin-right: 0.2rem;
}
.searchTop{
	display: flex;
	height: 0.76rem;
	border-radius: 0.06rem;
	position: relative;
	margin: 0.4rem auto 0.32rem;
	background: #fff;
	overflow: hidden;
}
.searchTop input{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.26rem;
	color: #333;
	padding: 0 2rem 0 0.32rem;
	border: 1px solid #707070;
}
.searchTop button{
	display: flex;
	width: 1.66rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #A68246;
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
	color: #fff;
	border: none;
	border-radius: 0.06rem;
}
.searchText{
	font-size: 0.22rem;
	color: #999999;
	line-height: 0.36rem;
	margin-bottom: 0.3rem;
}
.searchMain{
	display: block;
	height: auto;
	padding: 0 0.2rem 0.42rem;
	border-radius: 0.2rem;
	background: #fff;
	margin: 0 auto 0.34rem;
}
.searchList{
	display: block;
	padding: 0.3rem 0;
	border-bottom: 1px dashed #CFCFCF;
	font-size: 0.24rem;
	line-height: 0.38rem;
	color: #777777;	
	padding-left: 0.3rem;
	position: relative;
}
.searchList::before{
	content: "";
	display: block;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #A68246;
	position: absolute;
	left: 0.06rem;
	top: 0.46rem;
}
.searchList h3{
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.4rem;
	margin-bottom: 0.14rem;
}
.searchList h4{
	margin-top: 0.18rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0.22rem;
	position: relative;
	padding-right: 1.6rem;
}
.searchList h4 span{
	display: block;
	min-width: 1.8rem;
	padding-right: 0.1rem;
}
.searchList h4 em{
	position: absolute;
	right: 0;
	top: 0;
	color: #333333;
}
.searchList h4 em i{
	font-family: "宋体";
}
.title5{
	display: block;
	padding: 0.2rem 0 0.34rem;
}
.title5 h3{
	font-size: 0.4rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.52rem;
	text-align: center;
}
.title5 em{
	display: block;
	width: 0.4rem;
	height: 0.06rem;
	background: #A68246;
	margin: 0.1rem auto 0;
}
.yewuList{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.2rem;
	background: #fff;
	margin: 0 auto 0.24rem;
}
.yewuList:last-child{
	margin-bottom: 0.6rem;
}
.yewuListTop{
	display: flex;
	height: 1rem;
	border-radius: 0.2rem 0.2rem 0 0;
	background: #A68246;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.32rem;
	color: #fff;
}
.yewuListTop h3{
	font-size: 0.34rem;
	font-weight: bold;
	color: #fff;
}
.yewuListTop h5{
	font-size: 0.26rem;
}
.yewuListTop h5 em{
	font-family: "宋体";
	padding-left: 0.16rem;
}
.yewuListDiv{
	display: block;
	padding: 0 0.32rem 0.4rem;
}
.yewuListText{
	display: block;
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.36rem;
	padding: 0.22rem 0;
	border-bottom: 1px dashed #E1E1E1;
}
.yewuListDiv h2{
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.78rem;
	margin-bottom: 0.1rem;
	color: #A68246;
}
.yewuListDiv h2 span{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.18rem;
	color: #CCCCCC;
	padding-left: 0.1rem;
}
.yewuListDiv ul li{
	padding-left: 0.6rem;
	min-height: 0.38rem;
	margin-bottom: 0.38rem;
	position: relative;
	font-size: 0.26rem;
	line-height: 0.38rem;
	color: #333333;
}
.yewuListDiv ul li:last-child{
	margin-bottom: 0;
}
.yewuListDiv ul li em{
	display: flex;
	width: 0.42rem;
	height: 0.38rem;
	border-radius: 0.04rem;
	background: #A68246;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.22rem;
	font-weight: bold;
	color: #fff;
}
.yewuListDiv h5{
	text-align: right;
	line-height: 0.44rem;
	font-size: 0.26rem;
	color: #AAAAAA;
}
.yewuListDiv h5 em{
	font-family: "宋体";
	padding-left: 0.1rem;
}


.yewuTabs{
	height: 0.66rem;
	margin-bottom: 0.3rem;
}
.yewuTabs .swiper-slide{
	padding: 0 0.26rem;
}

.yewuDiv {
	display: block;
	height: auto;
	background: #fff;
	border-radius: 0.15rem;
	margin: 0 auto 0.2rem;
	padding: 0 0.25rem 0;
	/*padding: 1px 0.25rem 0.3rem;*/
	font-size: 0.26rem;
	color: #333333;
	line-height: 0.5rem;
}
.yewuDiv>li{
	display: block;
	border-bottom: 1px dashed #E1E1E1;
	padding-bottom: 0.26rem;
}
.yewuDiv>li:last-child{
	/*border: none;*/
}
	.yewuDiv:last-child > li:last-child {
		border: none;
	}
.ywYabsIn{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.25rem;
	margin-bottom: 0.16rem;
}
.ywYabsIn span{
	display: flex;
	min-width: 1.68rem;
	height: 0.58rem;
	border-radius: 0.15rem 0 0.15rem 0;
	background: #A68246;
	justify-content: center;
	align-items: center;
	padding: 0 0.2rem;
	font-size: 0.3rem;
	color: #fff;
}
.ywTabs2{
	display: block;
	margin-top: 0.35rem;
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.52rem;
	padding-left: 0.66rem;
	position: relative;
}
.ywTabs2 em{
	display: flex;
	width: 0.42rem;
	height: 0.38rem;
	border-radius: 0.04rem;
	justify-content: center;
	align-items: center;
	background: #A68246;
	position: absolute;
	left: 0;
	top: 0.08rem;
	color: #fff;
	font-size: 0.22rem;
	font-weight: normal;
}
.ywTabs3{
	display: flex;
	margin: 0.26rem 0 0.2rem;
}
.ywTabs3 span{
	display: flex;
	width: auto;
	min-width: 1.54rem;
	height: 0.52rem;
	border-radius: 0.26rem;
	border: 1px solid #A68246;
	justify-content: center;
	align-items: center;
	font-size: 0.26rem;
	color: #A68246;
}
.ywTitle1{
	display: flex;
	margin: 0.4rem auto 0;
	justify-content: center;
}
.ywTitle1 img{
	display: block;
	height: 0.8rem;
	width: auto;
}
.ywTitle1 span{
	display: block;
	min-width: 2.48rem;
	text-align: center;
	padding: 0 0.2rem;
	font-size: 0.4rem;
	color: #333333;
	line-height: 0.62rem;
	font-weight: bold;
}
.ywTitle2{
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.42rem;
	font-weight: bold;
	margin-top: 0.26rem;
}

/*新闻详情图片高度*/
.detMain img {
    height: auto!important;
}




<!--耗时1768462524.2054秒-->