/*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;
}*/
.footer{
	display: block;
	background: #f6f6f6;
	padding: 0 0.5rem;
}
.footerBot{
	display: block;
	padding: 24px 0;
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.32rem;
	color: #737373;
	border-top: 1px solid #ebecef;
}
.footerTop{
	display: flex;
	flex-wrap: wrap;
	padding: 0.36rem 0 0.14rem;
}
.footerTop a{
	display: flex;
	width: 33.33%;
	height: 1rem;
	align-items: center;
	justify-content: center;
}
.footerBot a{
	color: #737373;
}
.main{
	display: block;
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
	overflow-x: hidden;
	transition: all 500ms;
}
.headerZw{
	display: block;
	height: 1.26rem;
}

.header{
	display: flex;
	width: 100%;
	height: 1.26rem;
	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;
}
.logo{
	display: flex;
	height: 100%;
	width: auto;
	align-items: center;
	padding-left: 0.3rem;
}
.menuBut{
	display: flex;
	width: auto;
	height: 100%;
	cursor: pointer;
}
.menuBut .img2{
	display: none;
}
.menuBut.active .img1{
	display: none;
}
.menuBut.active .img2{
	display: block;
}
.rightMenuDiv{
	display: block;
	width: 4.1rem;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	margin-right: -4.1rem;
	transition: all 500ms;
	overflow: auto;
}
.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: 1000;
	transition: all 500ms;
}
.rightMenu{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 1.26rem;
	overflow: auto;
}
.rightMenu>li{
	border-top: 1px solid #e6e6e6;
	position: relative;
}
.rightMenu>li:last-child{
	border-bottom: 1px solid #e6e6e6;
}
.rightMenu>li>div{
	position: relative;
	display: block;
	width: 100%;
}
.rightMenu>li>div a{
	display: block;
	width: 100%;
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.5rem;
	padding: 0.4rem 0.7rem 0.4rem 0.7rem;
}
.rightMenu>li>div>span{
	display: flex;
	width: auto;
	height: 100%;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 0.24rem;
	z-index: 20;
}
.rightMenu>li>div>span img{
	width: 0.3rem;
}
.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: #666666;
	line-height: 0.42rem;
	padding: 0.18rem 0.2rem 0.18rem 0.82rem;
	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: 0.66rem;
	top: 0.35rem;
}
.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;
}
.banner{
	display: block;
	width: 100%;
	height: auto;
}
.indexWen{
	display: block;
	padding: 0.46rem 0 2rem;
	background: url(../images/indexBg1_05.jpg) no-repeat center top;
	background-size: 100% auto;
}
.indexTit{
	display: block;
	text-align: center;
}
.indexTit h3{
	font-size: 0.48rem;
	color: #333333;
	line-height: 0.6rem;
}
.indexTit h3 span{
	color: #fece25;
}
.indexTit em{
	display: block;
	width: 0.3rem;
	height: 0.03rem;
	margin: 0.07rem auto 0.13rem;
	background: #fbe28f;
}
.indexTit h5{
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.36rem;
}
.indexWenMore{
	display: flex;
	width: 3.3rem;
	height: 0.7rem;
	border-radius: 0.35rem;
	border: 0.02rem solid #0767ab;
	align-items: center;
	justify-content: center;
	font-size: 0.28rem;
	color: #0074cc;
	background: #e6f4fb;
	margin: 0 auto;
}
.indexWenMore img{
	display: block;
	width: 0.26rem;
	height: auto;
	margin-left: 0.4rem;
}
.indexWenDiv{
	display: block;
	width: 100%;
	height: 5rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.swiperWen{
	display: block;
	width: 14.25rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 19;
}
.indexWenIn{
	display: block;
	width: 100%;
	height: 4.52rem;
	margin: 0.24rem auto;
	transition: all 300ms;
	transform: scale(0.84);
	background: #fff;
	border-radius: 0.22rem;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.swiperWen .swiper-slide-active .indexWenIn,
.swiperWen .swiper-slide-duplicate-active .indexWenIn{
  	transform: scale(1);
}
.indexWenIn .bgCen{
	display: block;
	width: 100%;
	height: 2.75rem;
	border-radius: 0.22rem 0.22rem 0 0;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.indexWenIn h3{
	font-size: 0.24rem;
	color: #fece25;
	line-height: 0.36rem;
	padding: 0 0.32rem;
}
.indexWenIn h4{
	font-size: 0.32rem;
	color: #3d2e87;
	line-height: 0.4rem;
	padding: 0 0.32rem;
	margin-top: 0.1rem;
}
.indexNews{
	display: block;
	width: 100%;
	height: 1.46rem;
	position: relative;
	padding: 0.16rem 0 0 1.34rem;
}
.indexNews h3{
	font-size: 0.26rem;
	color: #000000;
	line-height: 0.4rem;
	margin-bottom: 0.08rem;
}
.indexNews p{
	font-size: .22rem;
	line-height: 0.3rem;
	color: #7c7c7c;
}
.indexNews h5{
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	border: 1px solid #d8d8d8;
	text-align: center;
	padding: 0.12rem 0 0;
	color: #616161;
	font-size: 0.2rem;
	line-height: 0.3rem;
	position: absolute;
	left: 0;
	top: 0.18rem;
}
.indexNews h5 span{
	display: block;
	text-align: center;
	font-size: 0.4rem;
	line-height: 0.5rem;
	height: 0.5rem;
}
.indexMore2{
	display: flex;
	width: 3.3rem;
	height: 0.7rem;
	border-radius: 0.35rem;
	border: 0.02rem solid #006ec7;
	align-items: center;
	justify-content: center;
	font-size: 0.28rem;
	color: #fff;
	background: #006ec7;
	margin: 0.28rem auto 1rem;
}
.indexMore2 img{
	display: block;
	width: 0.26rem;
	height: auto;
	margin-left: 0.4rem;
}
.swiperNew{
	display: block;
	height: 5.94rem;
	background: #f9f9f9;
	margin: 0 auto 0.18rem;
	position: relative;
	overflow: hidden;
}
.swiperNewImg{
	display: block;
	width: 100%;
	height: 3.9rem;
	overflow: hidden;
}
.swiperNew .swiper-pagination{
	bottom: auto;
	top: 3.4rem;
}
.swiperNew .swiper-pagination-bullet{
	background: #fff;
	opacity: 0.5;
}
.swiperNew .swiper-pagination-bullet-active{
	background: #006ec7;
	opacity: 1;
}
.swiperNewIn{
	display: block;
	padding: 0.22rem 0.4rem 0;
	font-size: 0.32rem;
	line-height: 0.4rem;
	color: #333333;
}
.swiperNewIn h5{
	display: flex;
	height: 0.4rem;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.2rem;
}
.swiperNewIn h5 span{
	font-size: 0.22rem;
	color: #006ec7;
}
.swiperNewIn h5 em{
	display: flex;
	align-items: center;
	font-size: 0.22rem;
	color: #a0a0a0;
}
.swiperNewIn h5 em img{
	display: block;
	width: 0.22rem;
	margin-right: 0.14rem;
}
.tabDiv{
	display: block;
	width: 100%;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	position: relative;
}
.swiperTabs{
	display: block;
	width: 100%;
	height: 0.9rem;
	position: relative;
	overflow: hidden;
}
.swiperTabs .swiper-slide{
	display: block;
	width: auto;
	min-width: 2rem;
	text-align: center;
	line-height: 0.9rem;
	font-size: 0.26rem;
	color: #333333;
	position: relative;
	padding: 0 0.1rem;
}
.swiperTabs .swiper-slide::after{
	content: "";
	display: block;
	width: 1px;
	height: 0.16rem;
	background: #ececec;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.swiperTabs .swiper-slide:last-child::after{
	display: none;
}
.swiperTabs .swiper-slide.active{
	color: #006ec7;
}
.swiperTabs .swiper-slide.active::before{
	content: "";
	display: block;
	width: 100%;
	height: 0.04rem;
	background: #006ec7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.swiperTabs .swiper-slide:last-child{
	margin-right: 0.64rem;
}
.tabNext{
	display: block;
	width: 0.83rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.aboutTit1{
	display: block;
	margin: 0.38rem auto 0.25rem;
	text-align: center;
}
.aboutTit1 h3{
	font-size: 0.42rem;
	line-height: 0.54rem;
	color: #333333;
	margin-bottom: 0.04rem;
}
.aboutTit1 h5{
	font-size: 0.58rem;
	color: #ececec;
	line-height: 0.6rem;
	text-transform: uppercase;
	font-weight: bold;
}
.aboutMain{
	display: block;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
	margin-bottom: 0.4rem;
}
.aboutMain p{
	margin-bottom: 0.15rem;
}

.wenhua>li{
	display: block;
	width: 100%;
	min-height: 5.1rem;
	margin-bottom: 0.35rem;
	background: #f9f9f9;
	position: relative;
}
.wenhua>li .bgCen{
	display: block;
	width: 100%;
	height: 3.45rem;
}
.wenhua>li .icon{
	display: block;
	width: 0.8rem;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
.wenhua>li>div{
	display: block;
	padding: 0.4rem 0.3rem 0.3rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.38rem;
}
.wenhua>li>div h3{
	font-size: 0.38rem;
	line-height: 0.48rem;
	margin-bottom: 0.08rem;
	color: #333333;
}
.wenhua>li>div h3 span{
	font-size: 0.24rem;
	color: #c6c6c6;
	margin-left: 0.1rem;
}
.lichImg{
	display: block;
	width: 0.48rem;
	height: auto;
	margin: 0 auto 0.65rem 1.02rem;
}
.topDiv{
	display: flex;
	width: 1.94rem;
	height: 0.86rem;
	border-radius: 0.08rem;
	background: #006ec7;
	justify-content: center;
	align-items: center;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.45rem;
}
.lichUl{
	display: block;
	width: 100%;
	position: relative;
	max-height: 18rem;
	overflow: hidden;
}
.lichUl.active{
	max-height: none;
}
.lichUl .year{
	display: flex;
	width: 1.94rem;
	height: 0.86rem;
	border-radius: 0.08rem;
	background: #006ec7;
	justify-content: center;
	align-items: center;
	font-size: 0.38rem;
	color: #fff;
	line-height: 0.3rem;
	font-weight: bold;
	margin: 0.3rem 0 0.45rem;
}
.lichList{
	display: block;
	position: relative;
}
.lichList::before{
	display: block;
	content: "";
	width: 1px;
	height: calc(100% + 1.63rem);
	background: #96c3e8;
	position: absolute;
	top: 0.32rem;
	left: 0.96rem;
	z-index: -1;
}
.lichUl>li:last-child .lichList::before{
	height: calc(100% + 1.31rem);
}
.lichList>li{
	display: flex;
	padding-bottom: 0.35rem;
	position: relative;
	justify-content: space-between;
}
.lichList>li .yue{
	font-size: 0.28rem;
	color: #006ec7;
	line-height: 0.88rem;
	padding-left: 0.12rem;
}
.lichList>li .lichListIn{
	display: block;
	width: 5.62rem;
	height: auto;
	min-height: 0.88rem;
	padding: 0.16rem 0.26rem;
	background: #f6fbff;
	border-radius: 0.1rem;
	font-size: 0.24rem;
	color: #333333;
}
.lichList>li::before{
	content: "";
	display: block;
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/icon-02.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0.84rem;
	top: 0.32rem;
	z-index: 19;
}

.ryList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.2rem;
	margin-top: 0.35rem;
}
.ryList>li{
	display: block;
	width: 3.3rem;
	height: 2.94rem;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.38rem;
	text-align: center;
}
.ryList>li div{
	display: flex;
	width: 100%;
	height: 2.24rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.08rem;
}
.swiperRy{
	display: block;
	height: 2.9rem;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.swiperRy .swiper-slide{
	box-sizing: border-box;
	padding: 0.3rem 0.2rem;
	display: flex;
	justify-content: space-between;
}
.swiperRy .swiperRyImg{
	display: block;
	width: 3.22rem;
	height: 100%;
}
.swiperRy .swiperRyIn{
	display: block;
	width: 3.08rem;
	height: 100%;
	font-size: 0.2rem;
	color: #666666;
	line-height: 0.3rem;
	padding-top: 0.18rem;
}
.swiperRy .swiperRyIn h3{
	font-size: 0.28rem;
	color: #292929;
	line-height: 0.34rem;
	margin-bottom: 0.16rem;
}
.swiperRy .swiper-pagination{
	width: auto;
	left: 3.64rem;
	font-size: 0.18rem;
	color: #4c4c4c;
	bottom: 0.3rem;
}
.swiperRy .swiper-pagination .swiper-pagination-current{
	font-size: 0.3rem;
	color: #006ec7;
}
.yewuList{
	margin-bottom: 0.25rem;
}
.yewuList a{
	display: block;
	width: 100%;
	height: auto;
	padding: 0.3rem 0.3rem 0.38rem;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
.yewuList .img{
	display: block;
	display: block;
	width: 100%;
	height: 3.6rem;
	overflow: hidden;
}
.yewuList .img span{
	display: none;
}
.yewuList .img .imgIn .bgCen{
	display: block;
	height: 3.6rem;
}

.yewuListDiv h3{
	font-size: 0.38rem;
	line-height: 0.5rem;
	color: #333333;
	margin-bottom: 0.1rem;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
	margin-top: 0.24rem;
}
.yewuListDiv p{
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
}
.yewuListDiv .more{
	display: flex;
	width: 1.8rem;
	height: 0.66rem;
	justify-content: center;
	align-items: center;
	background: #006ec7;
	font-size: 0.24rem;
	color: #fff;
	margin-top: 0.26rem;
}
.ywDetTit{
	display: block;
	text-align: center;
	font-size: 0.38rem;
	line-height: 0.5rem;
	margin-bottom: 0.3rem;
}
.ywDet{
	display: block;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
	margin-bottom: 0.5rem;
}
.ywDet p{
	margin-bottom: 0.16rem;
}
.detPage{
	display: block;
}
.detPage>div{
	display: block;
	width: 100%;
	height: 0.7rem;
	margin-bottom: 0.2rem;
	border: 1px solid #006ec7;
	color: #006ec7;
	text-align: center;
	line-height: 0.66rem;
	padding: 0 0.2rem;
	font-size: 0.24rem;
}
.detPage>div:last-child{
	margin-bottom: 0;
}
.detPage>div a{
	color: #006ec7;
}
.rcTop{
	display: block;
	padding: 0.52rem 0 0.36rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
}
.rcTop p{
	margin-bottom: 0.15rem;
}
.renliList{
	display: block;
	margin: 0 auto 0.6rem;
}
.renliList li{
	display: block;
	padding: 0.3rem 0.4rem 0.22rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 0.3rem;
}
.renliImg{
	display: block;
	width: 100%;
	height: 2.5rem;
}
.renliDiv{
	display: block;
	padding-top: 0.26rem;
}
.renliDiv p{
	margin-bottom: 0.15rem;
}
.renliDiv h3{
	line-height: 0.52rem;
	margin-bottom: 0.22rem;
	font-size: 0.38rem;
	color: #333333;
}
.renliDiv h3 img{
	margin-right: 0.14rem;
	height: 0.52rem;
	vertical-align: top;
}
.boshiTop{
	display: block;
	margin: 0.4rem auto 0.35rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
}
.boshiTop h3{
	text-align: center;
	font-size: 0.38rem;
	color: #333333;
	line-height: 0.5rem;
	margin-bottom: 0.35rem;
}
.boshiTop img{
	margin-bottom: 0.16rem;
}
.boshiTop p{
	margin-bottom: 0.14rem;
}
.boshiTop>em{
	display: block;
	width: 0.6rem;
	height: 0.06rem;
	background: #006ec7;
	margin: 0 auto 0.35rem;
}
.boshiDiv{
	display: block;
	margin: 0.36rem auto 0;
	position: relative;
	padding-left: 0.44rem;
	padding-top: 0.6rem;
	padding-bottom: 0.4rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
}
.boshiDiv::before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #a2caea;
	position: absolute;
	left: 0.12rem;
	top: 0;
	z-index: 1;
}
.boshiDiv p{
	margin-bottom: 0.14rem;
}
.boshiDiv h3{
	position: relative;
	display: flex;
	width: 100%;
	margin-bottom: 0.18rem;
	align-items: center;
}
.boshiDiv h3 span{
	display: block;
	padding: 0.1rem 30px;
	background: #f6fbff;
	line-height: 0.5rem;
	font-size: 0.28rem;
	color: #333333;
	position: relative;
	border-radius: 0.08rem;
}
.boshiDiv h3 span::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: .12rem solid transparent;
	border-right: .12rem solid #f6fbff;
	border-bottom: .12rem solid transparent;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.hjTit{
	text-align: center;
	margin: 0.4rem auto 0.35rem;
}
.hjTit h3{
	font-size: 0.38rem;
	color: #333333;
	line-height: 0.5rem;
	margin-bottom: 0.18rem;
}
.hjTit em{
	display: block;
	width: 0.6rem;
	height: 0.06rem;
	background: #006ec7;
	margin: 0 auto ;
}
.hjDiv{
	display: block;
	height: 4.52rem;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.6rem;
}
.swiperhjDiv{
	display: block;
	width: 16.92rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}
.swiperhjDiv .swiper-slide{
	transition: all 400ms;
	transform: scale(0.9);
	position: relative;
}
.swiperhjDiv .swiper-slide-active,
.swiperhjDiv .swiper-slide-duplicate-active{
  	transform: scale(1);
}
.swiperhjDiv .swiper-slide p{
	display: block;
	width: 100%;
	height: 0.62rem;
	line-height: 0.62rem;
	background: rgba(0, 0, 0, 0.5);
	font-size: 0.26rem;
	color: #fff;
	padding: 0 0.8rem 0 0.3rem;
	position: absolute;
	bottom: 0;
	left: 0;
}
.swiperhjDiv .swiper-pagination{
	color: #fff;
	left: auto;
	width: auto;
	right: 50%;
	margin-right: -2.5rem;
	bottom: 0.12rem;
}

.djList{
	display: block;
	min-height: 1.3rem;
	padding: 0.28rem 0.32rem 0.26rem;
	line-height: 0.36rem;
	font-size: 0.28rem;
	color: #333333;
	background: #fff;
	margin-bottom: 0.25rem;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.djList h5{
	font-size: 0.22rem;
	color: #666666;
	margin-top: 0.08rem;
}

.shList{
	display: block;
	width: 100%;
	height: 1.76rem;
	margin-bottom: 0.25rem;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	position: relative;
	padding: 0.28rem 0.2rem 0 2.5rem;
	line-height: 0.36rem;
	font-size: 0.28rem;
	color: #333333;
}
.shList div{
	display: block;
	width: 2.08rem;
	height: 1.35rem;
	position: absolute;
	left: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
}
.shList p{
	height: 0.72rem;
}
.shList h5{
	font-size: 0.22rem;
	color: #666666;
	margin-top: 0.18rem;
}
.ywDetTit h5{
	font-size: 0.22rem;
	line-height: 0.38rem;
	color: #666666;
	margin-top: 0.2rem;
}
.tjTit{
	display: flex;
	height: 0.5rem;
	align-items: center;
	font-size: 0.34rem;
	color: #333333;
}
.tjTit em{
	display: block;
	width: 0.06rem;
	height: 0.36rem;
	background: #006ec7;
	margin-right: 0.18rem;
}
.tjDiv{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tjList{
	display: block;
	width: 3.3rem;
	height: 3.46rem;
	line-height: 0.34rem;
	font-size: 0.28rem;
	color: #333333;
	margin-top: 0.24rem;
}
.tjList div{
	display: block;
	width: 100%;
	height: 2.14rem;
	margin-bottom: 0.25rem;
}
.tjList p{
	height: 0.68rem;
	margin-bottom: 0.05rem;
}
.tjList h5{
	font-size: 0.22rem;
	color: #666666;
}
.gxList{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 0.96rem;
	margin: 0 auto 0.2rem;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
	padding: 0 0.3rem 0 0.5rem;
}
.gxList p{
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.5rem;
	width: 4.5rem;
}
.gxList h5{
	font-size: 0.22rem;
	color: #666666;
}
.gxList::before{
	content: "";
	display: block;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #666666;
	position: absolute;
	left: 0.3rem;
	top: 50%;
	transform: translateY(-50%);
}
#allmap img{
	max-width: none;
	max-height: none;
}
.lxTop{
	padding: 0.3rem 0 0.15rem;
}
.lxTop>li{
	position: relative;
	margin-bottom: 0.25rem;
	padding-left: 0.66rem;
}
.lxTop>li::before{
	content: "";
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.lxDiv{
	display: block;
	width: 100%;
	min-height: 2.06rem;
	border-radius: 0.08rem;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
	padding: 0.3rem 0.25rem 0.26rem 1.08rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #343434;
}
.lxImg{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.7rem;
	height: 1.7rem;
	padding: 0.2rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.lxImg img{
	display: block;
	width: 100%;
}
.lxDiv h3{
	font-size: 0.32rem;
	color: #2c2c2c;
	line-height: 0.48rem;
	margin-bottom: 0.05rem;
	font-weight: bold;
}
.lxDiv .ewm{
	display: block;
	height: 1.38rem;
	margin-top: 0.04rem;
}
.lxPlay{
	display: block;
	position: absolute;
	right: 0.25rem;
	top: 0.82rem;
	line-height: 0.48rem;
	padding-right: 0.38rem;
	background: url(../images/phone1.png) no-repeat right center;
	background-size: 0.26rem;
	font-size: 0.22rem;
	color: #006ec7;
}




