#header.nFixed {
	position: absolute;
}

#header {
	width: 100%;
	height: 1.2rem;
	background-color: #FFF;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

#header .logo {
	float: left;
}

#header .menu {
	float: right;
	padding: 0 0.3rem;
	/* width: 53px; */
	height: 100%;
	/* background-color: #2c2219; */
	display: flex;
	justify-content: center;
	align-items: center;
}

#header .menu ul {
	width: 23px;
	height: 18px;
	/* margin-top: .35rem; */
	position: relative;
}

#header .menu li {
	display: block;
	width: 100%;
	height: 0;
	border-top: 2px solid #84754e;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#header .menu li:nth-child(1) {
	top: 0;
}

#header .menu li:nth-child(2) {
	top: 40%;
}

#header .menu li:nth-child(3) {
	top: 80%;
}

#header .menu.open li:nth-child(1) {
	top: 50%;
	margin-top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header .menu.open li:nth-child(2) {
	opacity: 0;
}

#header .menu.open li:nth-child(3) {
	bottom: auto;
	top: 50%;
	margin-top: -2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header .logo {
	float: left;
	margin-left: .3rem;
	width: 1.28rem;
	margin-top: .27rem;
}

.menu-nav {
	width: 100%;
	height: calc(100vh - 1.2rem);
	/* height: 0; */
	display: none;
	overflow: hidden;
	transition: all 1s ease;
	position: fixed;
	left: 0;
	top: 1.2rem;
	z-index: 1999;
}

@-webkit-keyframes visH {
	0% {
		height: 0
	}

	to {
		height: 100vh
	}
}

@keyframes visH {
	0% {
		height: 0
	}

	to {
		height: 100vh
	}
}

@-webkit-keyframes navDd_bor {
	0% {
		width: 0
	}

	to {
		width: 30px
	}
}

@keyframes navDd_bor {
	0% {
		width: 0
	}

	to {
		width: 30px
	}
}

.menu-nav var {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.menu-nav .vis {
	width: 100%;
	height: 0;
	overflow: hidden;
}

.menu-nav.open .vis {
	animation: visH 1s forwards;
	position: relative;
}

.menu-nav.open {
	/* height: calc(100vh - 1.2rem); */
	display: block;
	animation: fadeIn .6s forwards;
}

.menu-nav .nav {
	width: 100%;
	height: auto;
	min-height: 70%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #FFF;
	transition: all 0.6s ease-out;
}

.menu-nav.open .nav {
	min-height: 74vh;
	/* height: auto; */
	/* padding: 1.3rem .3rem 1.5rem; */
	overflow: auto;
}

.menu-nav .navList {
	position: relative;
	z-index: 400;
	margin: 60px .3rem 140px;
}

.menu-nav .navList .dl {
	position: relative;
	z-index: 1
}

.menu-nav .navList .dl {
	width: 89px;
}


.menu-nav .navList .dl:first-child .dt {
	margin-top: 0
}

.menu-nav .navList .zIndex {
	z-index: 100
}

.menu-nav .navList .dlActive .dt a {
	color: #84754e;
}

.menu-nav .navList .dt {
	width: 89px;
	height: 1.2;
	margin-top: 35px;
	font-size: 18px;
	color: #4c4c4c;
	position: relative
}

.menu-nav .navList .dd {
	display: none;
	position: absolute;
	top: 0;
	/* right: 0; */
	left: 152px;
	width: calc(100vw - .6rem - 152px);
}

.menu-nav .navList .dd:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	margin-left: -55px;
	width: 0;
	height: 0;
	-webkit-animation: navDd_bor .5s forwards;
	animation: navDd_bor .5s forwards;
	border-top: 2px solid #84754e;
	transition: all .3s
}

.menu-nav .navList .dd .li,
.menu-nav .navList .dd a {
	color: grey;
	font-size: 15px;
	margin-top: 20px
}

.menu-nav .navList .dd .li:first-child,
.menu-nav .navList .dd a:first-child {
	margin-top: 0
}

.menu-nav .navList .dd .active,
.menu-nav .navList .dd .on {
	color: #84754e;
}

.menu-nav .navList .dd.show {
	display: block !important
}

.menu-nav .suxDt {
	width: 102px;
	margin-top: 35px;
	font-size: 18px;
	color: #4c4c4c;
	position: relative;
}

.menu-nav .suxDt.open {
	z-index: 200;
}

.menu-nav .suxDd {
	display: none;
}

.menu-nav .suxDl .suxDd .dl .dt {
	color: #333333;
	font-size: 12px;
	padding: 6px 0;
	font-weight: bold;
	margin-top: 14px;

}

.menu-nav .navList .suxDl .dd {
	top: 3px;
}

.content {
	padding-top: 1.2rem;
}

/* é¦–é¡µ */
.indexBanner {
	width: 100%;
	position: relative;
}

.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide img {
	width: 100%;
}

.indexBanner .swiper-slide .txt {
	position: absolute;
	left: .3rem;
	right: .3rem;
	top: 35.6vw;
	text-align: center;
}

.indexBanner .swiper-slide .txt h3 {
	color: #ffffff;
	font-size: .36rem;
	line-height: .7rem;
	font-weight: 400;
	letter-spacing: .3rem;
	padding-left: .15rem;
	text-shadow: 0 0 7px rgba(0, 0, 0, 1);
}

.sli-pagination {
	position: absolute;
	left: 0 !important;
	right: 0 !important;
	bottom: .6rem !important;
	top: auto;
	display: flex;
	justify-content: center;
	height: 0;
	z-index: 80;
}

.sli-pagination span {
	width: .4rem;
	height: .06rem;
	background-color: #FFF;
	border-radius: 0;
	opacity: 1;
	margin: 0 .08rem !important;
}

.sli-pagination span.swiper-pagination-bullet-active {
	background-color: #84754e !important;
}

.indexCont1 {
	padding: .8rem .3rem;
}

.inxH3 {
	color: #333333;
	font-size: .36rem;
	margin-bottom: .3rem;
}

.inxH3::after {
	content: "";
	display: block;
	margin-top: .27rem;
	width: .4rem;
	border-top: 2px solid #84754e;

}

.indexCont1 .card {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: .75rem;
}

.indexCont1 .card .box {
	width: 1.8rem;
	height: 2.4rem;
	background-color: #f2f1ed;
	border-radius: .1rem;
	/* padding-top: .7rem; */
}

.indexCont1 .card .box a {
	height: 100%;
	display: block;
	padding-top: 0.7rem;
}

.indexCont1 .card .box .ic {
	display: flex;
	justify-content: center;
	height: .8rem;
}

.indexCont1 .card .box .ic img {
	height: .65rem;
	width: auto;
}

.indexCont1 .card .box h5 {
	text-align: center;
	color: #666666;
	font-size: .24rem;
}

.kioMore {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	font-size: .24rem;
	border-radius: 2000px;
	text-transform: uppercase;
	width: 1.92rem;
	height: .6rem;
	font-family: DIN;
	border: 1px solid #84754e;
	margin-top: .46rem;
	font-weight: bold;
}

.indexCont2 {
	padding: 0 .3rem .8rem;
	background-color: #e8e7e3;
}

.indexCont2 {}


/* ========= */
.indexCont2 .cocori {
	width: 868px;
	position: relative;
	zoom: .37;
	margin: auto;
	/* margin-top: 48px; */
}

.indexCont2 .cocori .boxul li {
	width: 6px;
	height: 6px;
}

.indexCont2 .cocori .boxul li i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #84754e;
	position: absolute;
	z-index: 3;
}

.indexCont2 .cocori .boxul li em {
	position: absolute;
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
}




.indexCont2 .cocori .boxul .beijing {
	position: absolute;
	top: 248px;
	right: 294px;
}

.indexCont2 .cocori .boxul .beijing em {
	left: -36px;
	top: -9px;
}

.indexCont2 .cocori .boxul .li2 {
	position: absolute;
	top: 266px;
	right: 283px;
}

.indexCont2 .cocori .boxul .li2 i {
	background: #fff;
}

.indexCont2 .cocori .boxul .li2::after {
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #84754e;
	opacity: .4;
	position: absolute;
	right: -17px;
	bottom: -17px;
	animation-duration: 5s;
	-webkit-animation-name: z-scale;
	animation-name: z-scale;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.indexCont2 .cocori .boxul .li2::before {
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #84754e;
	opacity: .2;
	position: absolute;
	right: -36px;
	bottom: -36px;
	transition-delay: .5s;
	animation-duration: 3s;
	-webkit-animation-name: z-scale;
	animation-name: z-scale;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.indexCont2 .cocori .boxul .li3 {
	position: absolute;
	top: 393px;
	right: 223px;
}

.indexCont2 .cocori .boxul .li3 i {
	background: #fff;
}

.indexCont2 .cocori .boxul .li3::after {
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #84754e;
	opacity: .4;
	position: absolute;
	right: -17px;
	bottom: -17px;
	animation-duration: 5s;
	-webkit-animation-name: z-scale;
	animation-name: z-scale;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.indexCont2 .cocori .boxul .li3::before {
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #84754e;
	opacity: .2;
	position: absolute;
	right: -36px;
	bottom: -36px;
	/* 	-webkit-animation: z-scale 1.5s ease infinite alternate;
	animation: z-scale 1.5s ease infinite alternate; */
	transition-delay: .5s;
	animation-duration: 3s;
	-webkit-animation-name: z-scale;
	animation-name: z-scale;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.indexCont2 .cocori .boxul .shanghai {
	position: absolute;
	top: 398px;
	right: 209px;
}

.indexCont2 .cocori .boxul .shanghai em {
	top: -10px;
	right: -37px;
}

.indexCont2 .cocori .boxul .hangzhou {
	position: absolute;
	top: 417px;
	right: 228px;
}

.indexCont2 .cocori .boxul .hangzhou em {
	top: 11px;
	right: -12px;
}

.indexCont2 .cocori .boxul .shenzhen {
	position: absolute;
	bottom: 88px;
	right: 311px;
}

.indexCont2 .cocori .boxul .xian {
	left: 454px;
	top: 363px;
	position: absolute;
}

.indexCont2 .cocori .boxul .xian em {
	top: 7px;
	right: -15px;
}

.indexCont2 .cocori .boxul .shenzhen em {
	top: -9px;
	right: -40px;
}

.indexCont2 .cocori .boxul .xianggang {
	position: absolute;
	bottom: 78px;
	right: 309px;
}

.indexCont2 .cocori .boxul .xianggang em {
	top: 6px;
	right: -17px;
}

.indexCont2 .cocori .boxul .guangzhou {
	position: absolute;
	bottom: 90px;
	right: 325px;
}

.indexCont2 .cocori .boxul .guangzhou em {
	top: -25px;
	right: -17px;
}

.indexCont2 .cocori .boxul .foshan {
	position: absolute;
	bottom: 82px;
	right: 334px;
}

.indexCont2 .cocori .boxul .foshan em {
	top: -10px;
	right: 10px;

}

.indexCont2 .cocori .boxul .li10 {
	position: absolute;
	bottom: 80px;
	right: 321px;
}

.indexCont2 .cocori .boxul .li10 i {
	background: #fff;
}

.indexCont2 .cocori .boxul .li10::after {
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(132, 117, 78, .8);
	opacity: .4;
	position: absolute;
	right: -27px;
	bottom: -27px;
	animation-duration: 5s;
	-webkit-animation-name: z-scale;
	animation-name: z-scale;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.indexCont2 .cocori .boxul .li10::before {
	content: '';
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(132, 117, 78, .4);
	position: absolute;
	right: -56px;
	bottom: -56px;
	/* 	-webkit-animation: z-scale 1.5s ease infinite alternate;
	animation: z-scale 1.5s ease infinite alternate; */
	transition-delay: .5s;
	animation-duration: 3s;
	-webkit-animation-name: z-scale;
	animation-name: z-scale;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.indexCont2 .cocori .boxul .li11 {
	position: absolute;
	bottom: 23px;
	right: 383px;
}

.indexCont2 .cocori .boxul .li11 i {
	background: #fff;
}

.indexCont2 .cocori .boxul .li11::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #84754e;
	opacity: .4;
	position: absolute;
	right: -12px;
	bottom: -12px;
	animation-duration: 5s;
	-webkit-animation-name: z-scale;
	animation-name: z-scale;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.indexCont2 .cocori .boxul .li11::before {
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #84754e;
	opacity: .2;
	position: absolute;
	right: -22px;
	bottom: -22px;
	/* 	-webkit-animation: z-scale 1.5s ease infinite alternate;
	animation: z-scale 1.5s ease infinite alternate; */
	transition-delay: .5s;
	animation-duration: 3s;
	-webkit-animation-name: z-scale;
	animation-name: z-scale;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes z-scale {

	/* 0% {
		-webkit-transform: scale(.85);
		transform: scale(.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	} */
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

.indexCont2 .cocole {
	/* margin-top: .5rem; */
}

.indexCont2 .cocole .ul {
	display: flex;
	justify-content: flex-start;
	margin-left: -.5rem;
	margin-bottom: .35rem;
}

.indexCont2 .cocole .li {
	max-width: 2.3rem;
	margin-left: .5rem;
}

.indexCont2 .cocole .li .span {
	color: #666666;
	font-size: .24rem;
}

.indexCont2 .cocole .ul i,
.indexCont2 .cocole .ul em {
	display: inline-block;
	color: #84754e;
	font-size: .48rem;
	font-family: DIN;
	letter-spacing: -1px;
}

.indexCont2 .cocole .ul sup {
	display: inline-block;
	color: #84754e;
	font-size: .3rem;
	font-family: DIN;
	position: relative;
	top: .11rem;
}

.indexCont2 .cocole .p1 {
	color: #666666;
	font-size: .2rem;
	line-height: 1;
	margin-top: .3rem;
}

.indexCont2 .cocole .npm_tet {
	margin-left: -.36rem;
}

.indexCont2 .cocole .npm_tet .h1 {
	display: inline-block;
	color: #666666;
	font-size: .2rem;
	line-height: 1;
	margin-left: .36rem;
	padding-left: .3rem;
	min-height: .24rem;
}

.indexCont2 .cocole .npm_tet .h1:nth-child(1) {
	background: url(../images/index/indexCont2-bor1.png) no-repeat left center;
	background-size: .16rem;
}

.indexCont2 .cocole .npm_tet .h1:nth-child(2) {
	background: url(../images/index/indexCont2-bor2.png) no-repeat left center;
	background-size: .24rem;
}

.indexCont3 {
	padding: .8rem .3rem;
}

.indexCont3 .lit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: .4rem;
	/* margin-left: -.2rem; */
}

.indexCont3 .lit::after {
	content: "";
	display: block;
	width: 2.2rem;
	height: 0;
}

.indexCont3 .lit .li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 .14rem;
	margin-bottom: .14rem;
	height: .6rem;
	border: 1px solid #84754e;
	border-radius: 40000px;
	width: 48.5%;
	text-align: center;
	color: #666666;
	font-size: .24rem;
	/* transition: all .3s; */
	/* margin-left: .2rem; */
}

.indexCont3 .lit .li.active {
	background-color: #84754e;
	color: #FFF;
}

.indexCont3 .swiper-slide h3 {
	color: #84754e;
	font-size: .3rem;
	line-height: 1.2;
	margin-bottom: .2rem;
}

.indexCont3 .swiper-slide .img {
	width: 100%;
	border-radius: .1rem;
	margin-top: .3rem;
}

.indexCont3 .swiper-slide .more {
	color: #FFF;
	font-size: .24rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9000px;
	height: .6rem;
	width: 2.2rem;
	padding: 0 .3rem;
	margin-top: .4rem;
	background-color: #84754e;
}

.indexCont4 {
	padding: 0 .3rem .8rem;

}

.inxH4 {
	color: #333333;
	font-size: .36rem;
	line-height: 1;
	margin-bottom: .4rem;
	text-align: center;
}

.inxH4::after {
	content: "";
	display: block;
	width: .4rem;
	height: 0;
	border-bottom: 2px solid #84754e;
	margin: .27rem auto 0;
}

.indexCont4 li {
	display: block;
	padding: .55rem .38rem;
	background-color: #f2f1ed;
	border-radius: 10px;
	overflow: hidden;
	margin-top: .2rem;
}

.indexCont4 li p {
	display: none;
}

.indexCont4 li h2 {
	content: "";
	display: flex;
	justify-content: start;
	align-items: center;
	font-family: DIN;
	color: #666666;
	font-size: .2rem;
	line-height: 1;
}

.indexCont4 li h2 em {
	display: inline-block;
	color: #84754e;
	font-size: .6rem;
	line-height: .5rem;
	position: relative;
	top: -.04rem;
	margin-right: .2rem;
	letter-spacing: -1px;
}

.indexCont4 li h2::after {
	content: "";
	display: block;
	width: .4rem;
	height: 0px;
	border-top: 2px solid #84754e;
	margin-left: .12rem;
}

.indexCont4 li h3 {
	color: #333333;
	font-size: .26rem;
	line-height: .47rem;
	margin-top: .2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: break-word;
}

.indexCont4 .newsMore {
	color: #666666;
	font-size: .24rem;
	line-height: 1;
	margin-top: .5rem;
	margin: .5rem auto 0;
	width: 1.9rem;
	height: .6rem;
	border: 1px solid #84754e;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: DIN;
	text-transform: uppercase;
	border-radius: 2000px;
	font-weight: bold;

}

.indexCont5 {
	height: 5.5rem;
	background: url(../images/index/indexCont5-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: .9rem .3rem 0;
}

.indexCont5 .inxH4 {
	color: #ffffff;
}

.indexCont5 h2 {
	color: #ffffff;
	font-size: .3rem;
	line-height: 1.2;
	margin-bottom: .2rem;
	text-align: center;
	padding-top: .1rem;
}

.indexCont5 p {
	color: #ffffff;
	text-align: center;
}

.indexCont5 .more {
	width: .6rem;
	height: .6rem;
	background: url(../images/index/indexCont5-btn.png) no-repeat center;
	background-size: contain;
	margin: .6rem auto 0;
}

#footer {
	padding: .64rem .3rem .6rem;
	background: #dfdeda url(../images/footer-bg.jpg) no-repeat left top;
	background-size: 100% auto;
}

#footer .top {

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	flex-wrap: wrap;

	padding-bottom: .55rem;

	border-bottom: 1px solid #d4d3cf;

	margin-bottom: .3rem;

}

#footer .tnavList {
	display: flex;
	justify-content: space-between;
	margin-bottom: .3rem;
	margin-right: 1rem;
	border-bottom: 1px solid #d4d3cf;
	padding-bottom: .3rem;
}

#footer .tnavList a {
	display: block;
	line-height: 1.2;
}

#footer .tnavList dt {
	/* margin-bottom: .2rem; */
}

#footer .tnavList dt a {
	color: #666666;
	font-size: .24rem;
}

#footer .tnavList dd a {
	font-size: .2rem;
	margin-top: .1rem;
}

#footer .tnavList dd a:nth-child(1) {
	margin-top: .3rem;
}

#footer .tnavList dd {
	/* margin-top: .3rem; */
}

#footer .top .le {
	margin-right: .3rem;
}

#footer .it {
	display: flex;
	flex-wrap: wrap;
}

#footer .it span {
	margin: 0 .07rem;
}

#footer a {
	display: inline-block;
	color: #666666;
	font-size: .24rem;
}

#footer .top .yunList {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

#footer .top .yunList .li {
	width: .5rem;
	height: .5rem;

}

#footer .top .yunList .wx {
	margin-right: .3rem;
}

#footer .top .yunList .li .ic {
	max-width: 100%;
	max-height: 100%;

}

#footer .top .yunList .li .pos {
	width: 1.8rem;
	position: absolute;
	right: 0;
	bottom: 150%;
	display: none;
	animation: fadeIn .6s ease forwards;
}

#footer .top .yunList .li:hover .pos {
	display: block;
}

#footer .top .yunList .li .pos img {
	border: 4px solid #84754e;
	border-radius: .1rem;
}

.flexPos {
	position: fixed;
	right: .3rem;
	width: .8rem;
	height: 0;
	bottom: 2.9rem;
	z-index: 999;
}

.flexPos>div {
	height: .8rem;
	width: .8rem;
	margin-bottom: .1rem;
}

.flexPos .lix {
	position: relative;
}

.flexPos .lix span {
	position: absolute;
	right: .03rem;
	top: -.02rem;
	width: .2rem;
	height: .2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: .14rem;
	background-color: #eb5757;
	border-radius: 50%;
}

.bitNav,
.bitNavWrap {
	height: .9rem;
}

.bitNav {
	position: fixed;
	left: 0;
	right: 0;
	top: 1.2rem;
	background-color: #e6e3dc;
	padding: 0 .3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 800;
}

.bitNav span {
	display: block;
	color: #666666;
	font-size: .23rem;
	/* line-height: .9rem; */
	font-weight: bold;
	padding-right: .3rem;
	display: flex;
	align-items: center;
	width: 1.6rem;
	/* background: #FFF; */
}

.bitNav span::after {
	content: "";
	display: block;
	height: .24rem;
	width: 0;
	border-right: 1px solid #999999;
	margin-left: .3rem;
}

.bitNav .swiper {
	width: calc(100% - 1.6rem);
	overflow: hidden;
	height: calc(.9rem + 2px);
}

.bitNav .swiper-slide {
	width: auto;
	height: 100%;

}

.bitNav .swiper-slide .li {
	float: left;
	height: .9rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #666666;
	font-size: .23rem;
	position: relative;
}

.bitNav .swiper-slide .li::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	border-bottom: 2px solid transparent;
}

.bitNav .swiper-slide .li.active::after {
	border-bottom-color: #84754e;
}

.bitNav .swiper-slide .li.active {
	color: #84754e;
}


.titleword h1 {
	color: #333333;
	font-size: .42rem;
	line-height: 1;
	font-weight: bold;
}

.titleword .line {
	content: "";
	display: block;
	margin-top: .27rem;
	width: .4rem;
	margin-bottom: .3rem;
	border-top: 2px solid #84754e;
}

.demand1_cont1 {
	padding: 1.1rem .3rem 0;
}

.demand1_cont1 .titleword .h1 {
	color: #333333;
	font-size: .36rem;
	line-height: 1.2;
	margin-bottom: .1rem;
}

.demand1_cont1 .vBox:nth-child(1) {
	padding-top: 0;
}

.demand1_cont1 .vBox {
	padding-top: .7rem;
}

.demand1_cont1 .card2 {
	padding: .3rem;
	background-color: #f2f1ed;
}

/* .demand1_cont1 .card2 .tips{
	 
 } */
.demand .npm1 {
	color: #666666;
	font-size: .26rem;
	line-height: .54rem;
}

.demand .tx_npm1 {
	margin-top: .8rem;
	margin-bottom: .8rem;
}

.demand .tx_npm1 h1 {
	color: #333333;
	font-size: .36rem;
	line-height: 1;
	margin-bottom: .4rem;
}

.demand .tx_npm1 .tx_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -.3rem;

}

.demand .tx_npm1 .tx_box .time {
	/* flex: 0 0 33%; */
	width: 1.8rem;
	margin-bottom: .3rem;
}

/* .demand1_cont1 .tx_npm1 .tx_box .time{
    width: 1.8rem;
 } */

.demand .tx_npm1 .tx_box .time::after {
	content: "";
	display: block;
	width: .2rem;
	height: 0;
	border-bottom: 2px solid #84754e;
	margin: .18rem auto 0;
}

.demand .tx_npm1 .tx_box .img {
	height: 1rem;
	display: flex;
	margin-bottom: .08rem;
	justify-content: center;
}

.demand .tx_npm1 .tx_box .img img {
	height: .9rem;
	width: auto;
}

.demand .tx_npm1 .tx_box .time p {
	font-size: .24rem;
	text-align: center;
	line-height: 1.5;
}

.demand .tx_npm1 .tx_box::after {
	content: "";
	display: block;
	width: 1.8rem;
	height: 0px;
}

.demand .card {
	margin-top: .8rem;
}

.demand .card img {
	width: 100%;
	border-radius: .1rem;
}

.demand {
	padding-bottom: .8rem;
}

.demand1_cont2 {
	padding: 1.1rem .3rem 0;
}

.demand1_cont3 {
	padding: 1.1rem .3rem 0;
}

.demand1_cont3 .cardBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: .8rem;
}

.demand1_cont3 .cardBox img {
	width: 100%;
	margin-bottom: 3%;
}

.demand1_cont3 .cardBox img:nth-child(1),
.demand1_cont3 .cardBox img:nth-child(2) {
	width: 49%;
}

.demandB .tx_npm1 .tx_box .time {
	width: 2rem;
}

.demandB_hoxCard {
	background-color: #f2f1ed;
	padding: .44rem .4rem;
	background-color: #f2f1ed;
	border-radius: .1rem;
	margin-top: .8rem;
}

.demandB_hoxCard h4 {
	color: #333333;
	font-size: .3rem;
	line-height: 1.2;
	margin-bottom: .3rem;
}

.demandB_hoxCard .hoxUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.demandB_hoxCard .hoxUl .item {
	width: 48%;
	min-height: 1.66rem;
	margin-bottom: 2%;
	border: 1px solid #d1ccbd;
	border-radius: .1rem;
	padding: .4rem;
	text-align: center;
}

.demandB_hoxCard .hoxUl h5 {
	color: #84754e;
	font-size: .3rem;
	line-height: 1;
	font-family: DIN;
}

.demandB_hoxCard .hoxUl h6 {
	color: #666666;
	font-size: .24rem;
	line-height: 1.2;
	margin-top: .1rem;
}

.demandB_hoxCard .hoxUl em {
	font-size: .48rem;
	margin-right: 2px;
	display: inline-block;
}

.demandB .pixSwiper .text {
	padding: .56rem .4rem;
	background-color: #f2f1ed;
	border-radius: .1rem;

}

.demandB .pixSwiper .img {
	margin: -.56rem -.4rem .4rem;
}

.demandB .pixSwiper .img img {
	display: block;
	width: 100%;
}

.demandB .pixSwiper .text .le {
	float: left;
	width: calc(100% - 2.8rem);
}

.demandB .pixSwiper .text .le h3 {
	color: #666666;
	font-size: .3rem;
	line-height: 1.1;
	margin-bottom: .12rem;
}

.demandB .pixSwiper .text .le .bt h3 {
	margin-bottom: .2rem;
}

.demandB .pixSwiper .text .le p {
	color: #666666;
	font-size: .26rem;
}

.demandB .pixSwiper .text .le li {
	color: #666666;
	font-size: .26rem;
	line-height: 1.2;
	margin-bottom: .1rem;
	position: relative;
	padding-left: 10px;
	width: calc(100vw - 1.4rem);
}

.demandB .pixSwiper .bt {
	margin-top: .25rem;
}




.demandB .pixSwiper .text .le li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: inline-block;
	background-color: #84754e;
	position: absolute;
	top: .14rem;
	left: 0;
	margin-right: 5px;
}

.demandB .pixSwiper .text .ct {
	float: right;
	width: 3rem;
	margin-right: -.2rem;
	height: 2.7rem;
	/* background: url(../images/demand/pixSwiper-ct.png) no-repeat center top !important; */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 2.4rem auto !important;
	/* padding-top: 1rem; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.demandB .pixSwiper .text .ct p {
	font-size: .24rem;
	color: #84754e;
	line-height: .4rem;
	text-align: center;
}

.demandB .pixSwiper .text .ri {
	clear: both;
	padding-top: .4rem;
}

.demandB .pixSwiper .ri h3 {
	color: #666666;
	font-size: .3rem;
	line-height: 1.1;
	margin-bottom: 0.2rem;
}

.demandB .pixSwiper .ri ul {
	display: flex;
	justify-content: flex-start;
	width: calc(100% + .4rem);
	flex-wrap: wrap;
	margin-left: -.4rem;
}

.demandB .pixSwiper .ri ul li {
	margin-bottom: .2rem;
	margin-left: 0.4rem;
}

.demandB .pixSwiper .ri ul li p {
	text-align: center;
}

.demandB .pixSwiper .ri .num {
	width: 1.2rem;
	height: 1.2rem;
	background-color: #e7e4dd;
	margin: 0 auto .1rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #84754e;
	font-size: .36rem;
	line-height: 1;
	font-family: DIN;
}

.demandB .pixSwiper .ri ul h3 {
	/* width: 127px; */
	/* height: 60px; */
	width: 2rem;
	height: 1.1rem;
	text-align: center;
	color: #84754e;
	font-size: .24rem;
	background: url(../images/about/img13.png) no-repeat center;
	background-size: 100% auto;
}

.demandB .pixSwiper .more_t {
	margin-top: .6rem;
	width: 1.7rem;
	height: .6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: .2rem;
	line-height: 1;
	background-color: #84754e;
	border-radius: 2000px;
}

.demandB .pixSwiper {
	padding-bottom: .67rem;
}

.demandB .pixSwiper .sli-pagination {
	position: absolute;
	bottom: .1rem !important;

}

.demandB .pixSwiper .sli-pagination span {
	background-color: #e6e3dc;
}

.demand .ps {
	color: #666666;
	font-size: .2rem;
	margin-top: .3rem;
}

.demand .bomBorCard {
	border-radius: 0 0 .1rem .1rem;
	overflow: hidden;
}

.demand .bomBorCard img {
	width: 100%;
}

#certify {
	position: relative;
	width: 345px;
	margin: 1rem auto 0;
}

#certify::after {
	content: '';
	width: 383px;
	height: 214px;
	background: url(../images/demand/index2.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	z-index: 5;
	top: -8px;
	pointer-events: none;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 270px;
	height: 180px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

#certify .swiper-slide.swiper-slide-active {
	border-radius: 0;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.demandB_cont2 .tx_box .time {
	max-width: 25%;
}

.demandB_cont2 .ul .li {
	display: none;
	text-align: center;
}

.demandB_cont2 .ul .li h1 {
	color: #333333;
	font-size: .3rem;
	line-height: 1.2;
	margin-bottom: .2rem;

}

.demandB_cont2 .ul .li p {
	color: #666666;
	text-align: center;
}

.demandD_cont4 .sli-pagination,
.demandD_cont3 .sli-pagination,
.demandB_cont2 .sli-pagination {
	position: relative;
	height: auto;
	top: 0;
	left: 0;
	margin-top: .54rem;
}

.demandD_cont4 .sli-pagination span,
.demandD_cont3 .sli-pagination span,
.demandB_cont2 .sli-pagination span {
	background-color: #e6e3dc;
}

.demandC_cont1 .tx_npm1 .tx_box .time {
	width: 1.3rem;
}

.demandC_kioCard {
	padding: .6rem .3rem;
	background-color: #f2f1ed;
	margin-top: .6rem;
	border-radius: .1rem;
}

.demandC_kioCard .kio {
	width: 4.6rem;
	margin: 0 auto .4rem;
}

.demandC_kioCard .time {
	display: flex;
	justify-content: space-between;
	margin-top: .7rem;

}

.demandC_kioCard .time:nth-child(1) {
	margin-top: 0;
}

.demandC_kioCard .time .le_a {
	width: 1.2rem;
}

.demandC_kioCard .time .ri_a {
	width: calc(100% - 1.2rem);
}

.demandC_kioCard .time h1 {
	color: #333333;
	font-size: .36rem;
	line-height: 1.2;
	margin-bottom: .23rem;

}

.demandC_kioCard .time h2 {
	font-size: .3rem;
	line-height: 1.2;
	color: #84754e;
	margin-bottom: .18rem;
}

.demandC_kioCard .time .p {
	margin-bottom: .35rem;
}

.demandC_kioCard .le_a .ic {
	width: .8rem;
	position: relative;
	top: -.1rem;
}

.porSeleter {
	margin-top: .6rem;
	position: relative;
	z-index: 30;
}

.porSeleter .ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -1%;
	overflow: hidden;
}

/* .porSeleter ul::after{
    content: "";
    display: block;
    flex: auto;
    height: 0;
  } */

.porSeleter .ul .li {
	/* width: 1.23rem; */
	height: .8rem;
	padding: 0 .2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20000px;
	background-color: #f2f1ed;
	color: #666666;
	font-size: .22rem;
	transition: background .3s;
	margin: 0 1% .1rem;
	flex: 0 0 17.5%;
}

.porSeleter .ul .li.on {
	color: #FFF;
	background-color: #84754e;

}

.proSearch {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #f2f1ed;
	overflow: hidden;
	border-radius: 2000px;
	margin-top: .15rem;
	position: relative;
}

.proSearch input[type="text"] {
	width: calc(100% - 1.5rem);
	padding: 0 .3rem;
	height: .8rem;
	outline: unset;
}

.proSearch button {
	width: 1.5rem;
	height: .8rem;
	border-radius: 2000px;
	background: #84754e url(../images/demand/proSearch-ic.png) no-repeat center;
	background-size: .32rem auto;
}

.porSeleter.moreKio .ul {
	height: .9rem;
}

.porSeleter.show .ul {
	height: auto;
}

.porSeleter.moreKio .li:nth-child(4) {
	margin-right: 20%;
}

.porSeleter.moreKio .porMoreDown {
	display: block;
}

.porSeleter.show .porMoreDown {
	transform: rotate(180deg);
}

.porMoreDown {
	display: none;
	position: absolute;
	right: 0;
	width: 20%;
	height: .8rem;
	background: #f2f1ed url(../images/demand/porMoreDown.png) no-repeat center;
	background-size: .19rem auto;
	border-radius: 2000px;
}

.porList {
	margin-top: .3rem;
}

.porList .ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.porList .li {
	flex: 0 0 48.5%;
	margin-top: 3%;
	border-radius: .1rem;
	overflow: hidden;
	background-color: #f2f1ed;
}

.porList .li:nth-child(1),
.porList .li:nth-child(2) {
	margin-top: 0;
}

.porList .txt p {
	display: none;
}

.porList .txt h1 {
	color: #84754e;
	font-size: .3rem;
	line-height: .36rem;
	height: .36rem;
	margin: .3rem .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow-wrap: break-word;
}

.porList .img {
	position: relative;
	height: 2.5rem;
	overflow: hidden;
}

.porList .room {
	padding: .12rem .2rem;
	line-height: 1.1;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 20000px;
	color: #FFF;
	position: absolute;
	bottom: .2rem;
	right: .2rem;
	z-index: 10;
}

.proPage {
	margin-top: .4rem;
}

.proPage .spage-number {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.proPage .spage-number button {
	min-width: .7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: .7rem;
	background-color: #f2f1ed;
	border-radius: 20000px;
	color: #333;
}

.proPage button.active {
	background-color: #84754e;
	color: #FFF;
}

.proPage .next,
.proPage .prev {
	width: 1.3rem;
	height: .6rem !important;
	font-size: .2rem;
	display: flex;

}

.proPage .next {
	margin-left: .1rem;
}

.proPage .prev {
	margin-right: .1rem;
}

.porDropdown {
	position: relative;
	margin-bottom: .1rem;
}

.porDropdown-dt {
	width: 100%;
	height: .8rem;
	border-radius: 20000px;
	background-color: #f2f1ed;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 1rem 0 .3rem;
	background: #f2f1ed url(../images/demand/porMoreDown.png) no-repeat center right .45rem;
	background-size: .24rem auto;
}

.porDropdown-dt span {
	display: block;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #333;
	overflow-wrap: break-word;
}

.porDropdown-pos {
	display: none;
	position: absolute;
	z-index: 500;
	left: 0;
	right: 0;
	top: 110%;
	background-color: #f2f1ed;
	border-radius: .2rem;
	overflow: hidden;
}

.porDropdown-pos .active {
	/* background-color: #84754e; */
	color: #84754e;
}

.porDropdown-pos ul {
	max-height: 300px;
	overflow: auto;
}

.porDropdown-pos li {
	padding: .2rem .3rem;
	background-color: #f2f1ed;
	color: #333;
}

.certify_bor::after {
	display: none;
}

.certify_bor .swiper-slide {
	border-radius: .1rem !important;
	overflow: hidden;
	position: relative;
}

#certify.certify_bor .swiper-container {
	padding-bottom: 0;
}

.demandD_cont3 .hxzSwiper {
	width: 6rem;
	/* height: 8rem; */
	overflow: visible;
	margin: .6rem auto 0;
}

.demandD_cont3 .hxzSwiper .swiper-slide {
	/* height: 8rem; */
	transition: all .3s;
	transform: scale(.8);
	background-color: #f2f1ed;
	border-radius: .1rem;
	overflow: hidden;
}

.demandD_cont3 .hxzSwiper .swiper-slide img {
	width: 100%;
}

.demandD_cont3 .hxzSwiper .swiper-slide-active {
	transform: scale(1);
}

/* 
.demandD_cont3 .swiper-slide h1 {
	position: absolute;
	left: .3rem;
	right: .3rem;
	bottom: .24rem;
	color: #FFF;
	font-size: .24rem;
	line-height: 1.2;
	text-align: center;
	opacity: 0;
}

.demandD_cont3 .swiper-slide.swiper-slide-active h1 {
	opacity: 1;
} */

.demandD_cont3 .hxzSwiper .img {
	display: none;
}

.demandD_cont3 .hxzSwiper h1 {
	color: #;
}

.demandD_cont3 .hxzSwiper .txt {
	padding: .55rem .35rem;
}

.demandD_cont3 .hxzSwiper h1 {
	color: #84754e;
	font-size: .3rem;
	line-height: 1;
	margin-bottom: .2rem;

}

.demandD_cont3 .hxzSwiper p {
	color: #666666;
	font-size: .22rem;
	line-height: .42rem;
}

.yuerSwiper {
	margin-top: .6rem;
}

.yuerSwiper .swiper-slide {
	border-radius: .1rem;
	background-color: #f2f1ed;
	padding: .4rem .3rem;
	height: 3.5rem;
}

.yuerSwiper .swiper-container {
	overflow: hidden;
}

.yuerSwiper .time h1 {
	color: #333333;
	font-size: .36rem;
	line-height: 1;
	margin-bottom: .1rem;
}

.yuerSwiper .time .ic {
	height: .6rem;
}

.yuerSwiper .time .ic img {
	width: auto;
	height: .4rem;
}

.demandD_cont5 .rii {
	margin-top: .6rem;
}

.demandD_cont5 .rii .img:nth-child(1) {
	margin-top: 0;
}

.demandD_cont5 .rii .img {
	overflow: hidden;
	position: relative;
	margin-top: .2rem;
	border-radius: .1rem;
}

.demandD_cont5 .rii .img::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
	background: rgba(0, 0, 0, .6);

}

.demandD_cont5 .rii p img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 20;
	max-width: 57%;
	max-height: 39%;
}

.demandDetails .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

.detailsBanner {
	position: relative;
}

.detailsBanner .swiper-slide {
	height: 4rem;
	overflow: hidden;
}

.detailsBannerTabWrap {
	height: 1.2rem;
}

.detailsBannerTab {
	margin: .2rem .3rem 0;
	position: relative;
	overflow: visible;
}

.detailsBannerTab .swiper-slide {
	height: .8rem;
	border-radius: .05rem;
	overflow: hidden;
	position: relative;
}

.detailsBannerTab .swiper-slide::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 10;
	opacity: 0;
}

.detailsBannerTab .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/demand/detailsBannerTab-ic1.png) no-repeat center;
	background-size: .3rem auto;
	z-index: 20;
	opacity: 0;
}

.detailsBannerTab .swiper-slide.on::after,
.detailsBannerTab .swiper-slide.on::before {
	opacity: 1;
}

.detailsBannerTab .slide-inner {
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.demandDetails_cont2 {
	padding: .7rem .3rem 0;
}

.demandDetails_cont2 .h1 {
	color: #84754e;
	font-size: .36rem;
	line-height: 1.2;
	padding-bottom: .48rem;
	margin-bottom: .4rem;
	padding-left: .54rem;
	padding-top: .05rem;
	background: url(../images/demand/demandDetails_cont2-ic1.png) no-repeat 0 0;
	background-size: .38rem auto;
	border-bottom: 1px solid #e0e0e0;
}

.demandDetails_cont2 .le>.ul .li:nth-child(1) {
	margin-top: 0;
}

.demandDetails_cont2 .le>.ul .li {
	display: flex;
	justify-content: space-between;
	margin-top: .3rem;

}

.demandDetails_cont2 .le>.ul .li .itnpm {
	display: inline-block;
	width: 1.25rem;
	padding: .2rem 0;
	margin-right: .1rem;
	margin-bottom: .24rem;
	margin-top: -.12rem;
	font-size: .22rem;
	background-color: #f2f1ed;
	border-radius: .15rem;
	line-height: 1;
	text-align: center;
}

.demandDetails_cont2 .le>.ul .p {
	/* width: 1.14rem; */
	width: .84rem;
	margin-right: .3rem;
	font-size: .24rem;
	color: #666666;
	display: flex;
	justify-content: space-between;
}

.demandDetails_cont2 .le>.ul .em {
	/* flex: auto; */
	color: #84754e;
	font-size: .2rem;
	width: calc(100% - .84rem);
}

.demandDetails_cont2 .le>.ul .em span {
	display: inline-block;
	font-size: .36rem;
	font-family: DIN;
	line-height: 1;
	position: relative;
	top: 1px;
	font-weight: bold;
}

.demandDetails_cont2 .infobox1 {
	padding-top: .7rem;
}

.demandDetails_cont2 .infobox1:nth-child(2) {
	padding-top: 0;
}

.demandDetails_cont2 .infobox1 .txt p {
	text-align: justify;
}

.demandDetails_cont2 .infobox1 h2 {
	color: #333333;
	font-size: .3rem;
	margin-bottom: .4rem;

}

.demandDetails_cont2 .infobox1 .box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: -.45rem;
}

.demandDetails_cont2 .infobox1 .box_li {
	width: 20%;
	/* flex: 0 0 4; */
	margin-top: .45rem;

}

.demandDetails_cont2 .infobox1 .img img {
	width: auto;
	height: .54rem;
	margin: auto;
}

.demandDetails_cont2 .infobox1 p {
	text-align: center;
}

.demandDetails_cont2 .com_mo {
	padding-top: .7rem;
}

.demandDetails_cont2 .com_mo h1 {
	color: #333333;
	font-size: .3rem;
	line-height: 1;
	margin-bottom: .3rem;
}

.demandDetails_cont2 .com_mo .it_nmp,
.demandDetails_cont2 .com_mo .it_npm {
	color: #666666;
	font-size: .26rem;
	line-height: .3rem;
	padding-left: .6rem;


}

.demandDetails_cont2 .com_mo .it_nmp {
	margin-top: .2rem;
	background: url(../images/demand/address1.png) no-repeat 0 0;
	background-size: auto .29rem;

}

.demandDetails_cont2 .com_mo .it_code {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: .4rem;
}

.demandDetails_cont2 .com_mo .it_code .img {
	width: 1.66rem;
	margin-right: .4rem;
	border: .06rem solid #84754e;
	border-radius: .06rem;
}

.demandDetails_cont2 .com_mo .it_code .txt {
	width: calc(100% - 2.06rem);
	color: #666666;
	font-size: .26rem;
	line-height: .56rem;
}

.demandDetails_cont2 .com_mo .it_npm {
	background: url(../images/demand/phone.png) no-repeat 0 0;
	background-size: auto .29rem;
}

.demandDetails_cont2 .map {
	height: 4.8rem;
	margin-top: .5rem;
}

#Bai_Map a {
	display: inline-block;
}

#Bai_Map img {
	display: inline-block;
	max-width: none;
}

.bMap-posTit:after {
	content: "";
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 6px solid #FFF;
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: auto;
}

.bMap-posTit {
	width: 150px;
	height: 56px;
	background-color: #FFF;
	text-align: center;
	line-height: 56px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	position: absolute;
	left: -66px;
	top: -63px;
	box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .1);
	border-radius: 4px;
}

.demandDetails_cont2 .fujinBox {
	padding-top: .7rem;
}

.demandDetails_cont2 .fujinBox h1 {
	color: #333333;
	font-size: .3rem;
	line-height: 1;
	margin-bottom: 0.3rem;
}

.demandDetails_cont2 .infobox1>.ul .li {
	color: #666666;
	font-size: .26rem;
	display: flex;
	margin-top: .2rem;
}

.demandDetails_cont2 .infobox1>.ul .li .em,
.demandDetails_cont2 .infobox1>.ul .li .p {
	display: inline-block;
}

.demandDetails_cont2 .infobox1>.ul .li .p {
	width: 1.2rem;
	display: flex;
	justify-content: space-between;
}

.demandDetails_cont2 .infobox1>.ul .li .em {
	width: calc(100% - 1.2rem);
}

.fujinSwiper {
	width: 6rem;
	overflow: visible;
	margin: auto;
}

.fujinSwiper .swiper-slide {
	transform: scale(.8);
	transition: all .3s;
	overflow: hidden;
	border-radius: .1rem;
	background-color: #f2f1ed;
}

.fujinSwiper .swiper-slide-active {
	transform: scale(1);
}

.fujinSwiper .swiper-slide .img {
	position: relative;
}

.fujinSwiper .swiper-slide .img img {
	width: 100%;
}

.fujinSwiper .swiper-slide .img .room {
	padding: 0.12rem 0.2rem;
	line-height: 1.1;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 20000px;
	color: #FFF;
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
	z-index: 10;
}

.fujinSwiper .swiper-slide .txt {
	min-height: 2.14rem;
	padding: .54rem .3rem;
}

.fujinSwiper .swiper-slide .txt h1 {
	font-size: .3rem;
	color: #333333;
	line-height: 1.2;
	margin-bottom: .24rem;
}

.fujinSwiper .swiper-slide .em {

	font-size: .24rem;
	line-height: 1.2;
	color: #84754e;
	font-family: DIN;
	font-weight: bold;

}

.fujinSwiper .swiper-slide .em em {
	font-size: .2rem;
	font-weight: 400;
}

.demandDetails_yuyue {
	border-radius: .1rem;
	background-color: #f2f1ed;
	margin: .7rem .3rem 0;
	padding: .6rem .4rem;
}

.demandDetails_yuyue h3 {
	color: #333333;
	font-size: .3rem;
	line-height: 1;
	margin-bottom: 0.3rem;
}

.demandDetails_yuyue h4 {
	color: #666666;
	font-size: .24rem;
	line-height: 1.2;
	margin-bottom: .3rem;
}

.demandDetails_yuyue .fomBox .dl:nth-child(1) {
	margin-top: 0;
}

.demandDetails_yuyue .fomBox .dl {
	display: flex;
	justify-content: space-between;
	margin-top: .2rem;
	border: 1px solid #999999;
	border-radius: .08rem;
}

.demandDetails_yuyue .fomBox .dl textarea {
	display: block;
	width: 100%;
	height: 2rem;
	padding: .3rem;
}

.demandDetails_yuyue .fomBox .dd {

	flex: auto;
	height: .8rem;

}

.demandDetails_yuyue .fomBox .dd input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 .3rem;
}

.demandDetails_yuyue .fomBox input {
	outline: 0 none;
}

.demandDetails_yuyue .pjone_dl {
	height: .8rem;
	display: flex;
	justify-content: space-between;
	border: 1px solid #999999;
	margin-top: .2rem;
	border-radius: .08rem;
}

.demandDetails_yuyue .pjone_dl .dt {
	width: 1.3rem;
	height: 100%;
	padding: 0 .3rem;
	background: #e7e4dd;
	border-right: 1px solid #999999;
	display: flex;
	align-items: center;
	color: #666666;
	border-radius: .08rem 0 0 .08rem;

}

.demandDetails_yuyue .pjone_dl .dt .ic {
	margin-left: .1rem;
	width: .19rem;
}

.demandDetails_yuyue .ysz_dl {
	display: flex;
	justify-content: space-between;
	margin-top: 0.2rem;
	border: 1px solid #999999;
	border-radius: 0.08rem;
}

.demandDetails_yuyue .ysz_dl .btn {
	width: 2.37rem;
	height: .8rem;
	background-color: #e7e4dd;
	border-left: 1px solid #999999;
	border-radius: 0 0.08rem 0.08rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
}

.demandDetails_yuyue .time_dl .timeItem {
	width: 100%;
	height: .8rem;
	margin-top: .2rem;
	border: 1px solid #999999;
	border-radius: 0.08rem;
	padding: 0 .3rem;
	display: flex;
	align-items: center;
	color: #666;
}

.demandDetails_yuyue .xj {
	color: #666666;
	font-size: .2rem;
	margin-top: .2rem;

}

.demandDetails_yuyue .xj a {
	display: inline-block;
}

.demandDetails_yuyue .xj input {
	position: relative;
	top: 2px;
}

.demandDetails_yuyue .xj a {
	color: #84754e;
}

.demandDetails_yuyue .subnmitBtn {
	height: .8rem;
	background-color: #84754e;
	margin-top: .6rem;
	border-radius: 2000px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: .2rem;
}

.demandDetails_yuyue .subnmitBtn .ic {
	margin-left: 4px;
	width: .27rem;
}

.consultingBox {
	margin: .4rem .3rem 0;
	height: 2.5rem;
	background: url(../images/demand/consultingBox-bg.jpg) no-repeat center;
	background-size: cover;
	border-radius: .1rem;
	padding: .6rem .4rem 0;
}

.consultingBox h5 {
	color: #ffffff;
	font-size: .24rem;
	line-height: 1.2;
	margin-bottom: .24rem;
}

.consultingBox .btn {
	width: 2rem;
	height: .8rem;
	color: #FFF;
	font-size: .2rem;
	background-color: #84754e;
	border-radius: 2000px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.demandDetails_cont2 .le>.text {
	background-color: #f2f1ed;
	border-radius: .1rem;
	padding: .5rem;
	margin-top: .6rem;
}

.demandDetails_cont2 .le>.text .le {
	color: #666666;
	font-size: .24rem;
	padding-left: .44rem;
	min-height: .3rem;
	line-height: .26rem;
	background: url(../images/demand/itme8.png) no-repeat left top;
	background-size: auto .3rem;
	margin-bottom: .2rem;
}

.demandDetails_cont2 .le>.text .preferential {
	display: inline-block;
	color: #84754e;
	margin-left: 4px;
}

.demandDetails_cont2 .le>.text .preferential span {
	font-size: .36rem;
	font-family: DIN;
}

.demandDetails_cont2 .le>.text .clear {
	padding-bottom: .15rem;
	margin-bottom: .2rem;
	border-bottom: 1px solid #cccccc;
}

.demandDetails_cont2 .le>.text p {
	color: #999999;
	font-size: .2rem;
}

.demandDetails_cont2 .swiper-3d {
	width: 6.33rem;
	height: 4.4rem;
	position: relative;
}

.demandDetails_cont2 .swiper-3d .swiper-slide {
	height: 4.4rem;
	position: relative;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.demandDetails_cont2 .swiper-3d .swiper-slide::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
}

.demandDetails_cont2 .swiper-3d .swiper-slide .txt {
	position: absolute;
	left: .36rem;
	right: .36rem;
	bottom: .3rem;
	z-index: 10;

}

.demandDetails_cont2 .swiper-3d .txt h1 {
	color: #ffffff;
	font-size: .26rem;
	line-height: 1.2;
	margin-bottom: .1rem;
}

.demandDetails_cont2 .swiper-3d .txt p {
	color: #ffffff;
	font-size: .24rem;
	line-height: 1.3;
}

.demandDetails_cont2 .swiper-3d .prev,
.demandDetails_cont2 .swiper-3d .next {
	width: .8rem;
	height: .8rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: .06rem auto;
	border-radius: 50%;
	position: absolute;
	right: -.36rem;
	z-index: 100;
}

.demandDetails_cont2 .swiper-3d .prev {
	top: 1.3rem;
	background-color: rgba(255, 255, 255, .9);
	background-image: url(../images/demand/left.png);
}

.demandDetails_cont2 .swiper-3d .next {
	top: 2.25rem;
	background-color: #84754e;
	background-image: url(../images/demand/right.png);
}

/*å®‰  */
/* .contact .bitNav .swiper {
     width: 100%;
 } */

.contact .contanpm_1 {
	padding: 1.1rem .3rem 0;
}


.contact .contanpm_1 .text h1 {
	color: #333333;
	font-size: .36rem;
	font-weight: 500;
}

.contact .form {
	margin-top: .6rem;
	background: #f2f1ed;
	border-radius: .1rem;
	padding: .6rem .4rem .83rem;
}

.contact .form>h1 {
	font-size: .3rem;
	color: #84754e;
	font-weight: bold;
	margin-bottom: .4rem;
}

.contact .form_npm .drop-down {
	height: .95rem;
	border: 1px solid #999999;
	border-radius: .05rem;
	position: relative;
	z-index: 3;
}

.contact .form_npm .drop-down .drop-txt {
	line-height: .95rem;
	padding-left: .3rem;
	color: #666666;
	font-size: .24rem;
}

.contact .form_npm .drop-down::after {
	content: '';
	background: url(../images/contact/ico1.png) no-repeat;
	width: .19rem;
	height: .09rem;
	position: absolute;
	right: .3rem;
	top: .43rem;
	background-size: 100%;
}

.contact .form_npm .drop-down ul {
	position: absolute;
	width: 100%;
	background: #fff;
	height: 3rem;
	padding: .2rem .3rem;
	overflow-y: auto;
	display: none;
}

.contact .form_npm .drop-down ul li {
	color: #666666;
	font-size: .24rem;
	line-height: .5rem;
}

.contact .form_npm .textarea {
	margin-top: .2rem;
	border: 1px solid #999999;
	border-radius: .05rem;

}

.contact .form_npm textarea {
	padding: .3rem;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}

.contact .form_npm textarea::placeholder,
.contact .form_npm .inp input::placeholder {
	color: #666;
	font-size: .24rem;
}

.contact .form_npm .inp {
	margin-top: .2rem;
	position: relative;
	height: .95rem;
}

.contact .form_npm .inp.active .label {
	display: none;
}

.contact .form_npm .inp .label {
	position: absolute;
	color: #666666;
	font-size: .24rem;
	left: .3rem;
	top: 53%;
	transform: translateY(-50%);
}

.contact .form_npm .inp .label em {
	color: #d9161c;
	font-size: .24rem;
	margin-left: .07rem;
}

.contact .form_npm .inp input {
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	border: 1px solid #999999;
	border-radius: .05rem;
	padding-left: .3rem;
}

.contact .form_npm .checkboxfield {
	margin-top: .4rem;
}

.checkboxfield span {
	font-size: .24rem;
	color: #666;
}

.form input[type='checkbox'] {
	position: absolute;
	opacity: 0;
}

.contact .contact_npm_1 .form .form_npm input[type='checkbox']+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.form input[type='checkbox']+label:before,
.form input[type='checkbox']+label.error+label:before {
	content: '';
	margin-right: .08rem;
	display: inline-block;
	vertical-align: text-top;
	width: .3rem;
	height: .3rem;
	background: none;
	border: 1px solid #84754e;
	top: 0;
	position: relative;
	border-radius: .03rem;
	overflow: hidden;
}

.form input[type='checkbox']:checked+label:before,
.form input[type='checkbox']:checked+label.error+label:before {
	background: #84754e;
}

.form input[type='checkbox']:checked+label:after,
.form input[type='checkbox']:checked+label.error+label:after {
	content: '';
	position: absolute;
	left: .09rem;
	top: 50%;
	transform: translateY(-50%);
	width: .12rem;
	height: .09rem;
	display: inline-block;

	background: url(../images/contact/hook.png) no-repeat;
	background-size: 100%;
}

.contact .form .form_npm input[type='checkbox']+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.form .submitbutton {
	width: 100%;
	height: .95rem;
	padding-left: 2.34rem;
	background: #84754e url(../images/contact/ico2.png) no-repeat;
	background-position: 3.43rem 50%;
	background-size: .34rem;
	color: #fff;
	font-size: .24rem;
	line-height: .95rem;
	cursor: pointer;
	margin-top: .4rem;
	border-radius: .05rem;
	transition: all .3s;
}

.contact .statement {
	margin: .8rem 0;
}

.contact .statement h1 {
	color: #333333;
	font-size: .36rem;
}

.contact .statement .p {
	color: #666666;
	font-size: .24rem;
	line-height: .54rem;
}

.contact .statement .p a {
	color: #84754e;
	text-decoration: underline;
	display: initial;
	margin-left: .1rem;
}

/* .solution .bitNav .swiper {
     width: 100%;
 } */

.solution .solutionbox {
	padding: 0 .3rem;
}

.solution .sonbox1 {
	padding-top: 1.1rem;
}

.solution p {
	font-size: .26rem;
	color: #666666;
	line-height: .54rem;
	margin-bottom: .4rem;
}

.solution .h3 {
	font-size: .36rem;
	color: #333333;
	margin-bottom: .25rem;
	font-weight: 500;
}

.solution .solutnpm_2 .img {
	/* height: 5rem; */
	border-radius: .1rem;
	overflow: hidden;
	margin-top: 0.45rem;
}

.solution .solutnpm_2 .img img {
	width: 100%;

}

.solution .solutnpm_2 {
	margin-bottom: .8rem;
}

.solution .solutnpm_3 .slide_dl .dt {
	height: 3.6rem;
}

.solution .solutnpm_3 .slide_dl .dt .swiper {
	height: 100%;
}

.solution .solutnpm_3 .slide_dl .dt .swiper-slide {
	border-top-right-radius: .1rem;
	border-top-left-radius: .1rem;
	overflow: hidden;
}

.solution .solutnpm_3 .slide_dl .dt .swiper-pagination {
	display: flex;
	justify-content: flex-end;
	padding-right: .23rem;
}

.solution .solutnpm_3 .slide_dl .dt .swiper-pagination span {
	margin: 0 0 0 .17rem;
	width: .2rem;
	height: .2rem;
	opacity: .3;
	background: #fff;
	transition: all .3s;
}

.solution .solutnpm_3 .slide_dl .dt .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}

.solution .solutnpm_3 .slide_dl .dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solution .solutnpm_3 .slide_dl .dd {
	background: #f2f1ed;
	padding: .5rem .35rem .4rem;
	/* height: 7.4rem; */
	border-bottom-right-radius: 0.1rem;
	border-bottom-left-radius: 0.1rem;
	overflow: auto;
}

.solution .solutnpm_3 .slide_dl .dd ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -.4rem;
}

.solution .solutnpm_3 .slide_dl .dd ul li {
	margin-left: .4rem;
	margin-top: .4rem;
}

.solution .solutnpm_3 .slide_dl .dd ul li .i_ic {
	height: .66rem;
}

.solution .solutnpm_3 .slide_dl .dd ul li img {
	margin: auto;
	height: .5rem;
}

.solution .solutnpm_3 .slide_dl .dd ul li .span {
	/* margin-top: .1rem; */
	display: block;
	color: #666;
}

.solution .solutnpm_3 .slide_dl .dd h5 {
	color: #84754e;
	font-size: .32rem;
	margin-bottom: .2rem;
}

.solution .solutnpm_3 {
	width: calc(100% + .6rem);
	margin-left: -.3rem;
	margin-top: .8rem;
}

.solution .solutnpm_3 .le {
	margin: 0 .3rem;
}

.solution .solutnpm_3 .ri img {
	width: 100%;
}

.solution .solutnpm_3 .ri .io {
	margin-bottom: .2rem;
}

.solution .solutnpm_3 .ri {
	padding: 0 .3rem;
}

.solution .solutnpm_3 .ri .bo {
	display: flex;
	justify-content: space-between;
}

.solution .solutnpm_3 .ri .bo .i {
	width: 49%;
}

.solution .solutnpm_3 .mySwiper {
	margin-top: .8rem;
}

.solution .solutnpm_3 .le h1 {
	/* color: #84754e; */
	/* font-size: .3rem; */
	/* margin-bottom: .2rem; */
	color: #84754e;
	font-size: .32rem;
	margin-bottom: 0.2rem;
}

.solution .solutnpm_3 .slide_dl .dd p {
	color: #666666;
	font-size: .22rem;
	line-height: .5rem;
	overflow-y: auto;
	padding-right: .1rem;
	/* height: 3.5rem; */
	/* padding-bottom: .3rem; */
	margin-bottom: 0;
}

.solution .solutnpm_3 .mySwiper .swiper-slide {
	width: 80%;
}

.solution .solutnpm_3 .mySwiper .swiper-slide .slide_dl {

	transform: scale(.88);
	transition: 300ms;
}

.solution .solutnpm_3 .mySwiper .swiper-slide.swiper-slide-active .slide_dl {
	transform: scale(1);
}

.solution .solutnpm_3 .h3 {
	padding-left: .3rem;
	margin-bottom: .4rem;
}

.solution .solutnpm_3 .Card {
	background: #84754e;
	margin: .8rem .3rem 0;
	border-radius: .1rem;
	padding: .53rem .4rem .67rem;
}

.solution .solutnpm_3 .Card .le h4 {
	color: #ffffff;
	font-size: .36rem;
	margin-bottom: .1rem;
}

.solution .solutnpm_3 .Card .le p {
	color: #ffffff;
	font-size: .26rem;
	opacity: .6;
}

.solution .solutnpm_3 .Card .ri {
	display: flex;
	justify-content: space-between;
	margin: 0 -.3rem;
}

.solution .solutnpm_3 .item {
	position: relative;
	transform: scale(.85);
}

.solution .solutnpm_3 .Card .cont {
	/* width: 100%; */
	/* height: 100%; */
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding-top: .3rem;
	background: #84754e;
	margin: .17rem;
	border-radius: 50%;
}

.solution .solutnpm_3 .Card .cont .nub {
	font-size: .36rem;
	color: #fff;
	font-family: "din";
	position: relative;
	/* background: #84754e; */
	/* margin: 0 .2rem; */
}

.solution .solutnpm_3 .Card .cont .span {
	margin-top: .15rem;
}

.solution .solutnpm_3 .Card .cont .nub::after {
	content: "";
	width: .15rem;
	height: .03rem;
	background-color: #9d9171;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: .45rem;
}

.indexCont6 .sec-left .cont::before {
	opacity: 0;
}

.indexCont6 .sec-left:hover .cont::after {
	opacity: 1;
}

.indexCont6 .sec-right .list .a:hover h6::after {
	opacity: 1;
}

.solution .solutnpm_3 .Card .cont .span {
	color: #fff;
	font-size: .2rem;
	opacity: .6;
}

.solution .sonbox2 {
	padding-top: 1.1rem;
}

.solution .sonbox2 .sonlenpm_1 {
	margin-top: .6rem;
}

.solution .igx {
	display: flex;
	justify-content: space-between;
}

.solution .igx .i {
	width: 3.4rem;
	height: 2.8rem;
	border-radius: .1rem;
	overflow: hidden;
}

.solution .igx .i img,
.solution .le img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solution .sonbox2 .le,
.solution .sonbox5 .le {
	/* height: 5rem; */
	margin-top: .2rem;
	border-radius: .1rem;
	overflow: hidden;
}

.solution .sonbox2 .sonlenpm_2 {
	margin-top: .8rem;
}

.solution .sonbox2 .sonlenpm_2 .ri {
	padding: 0 .35rem;
}

.solution .gzxSwiper {
	height: 4rem;
	border-radius: .1rem;
	overflow: hidden;
	margin-bottom: .8rem;
}

.solution .gzxSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solution .gzxSwiper .swiper {
	height: 100%;
	position: relative;
}

.solution .gzxSwiper .pos {
	font-size: .24rem;
	color: #fff;
	position: absolute;
	z-index: 5;
	left: .5rem;
	bottom: .3rem;
}

.solution .gzxSwiper .swiper-slide::after {
	content: '';
	width: 100%;
	bottom: 0;
	height: 30%;
	left: 0;
	position: absolute;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(8, 7, 6, .4), rgba(8, 7, 6, .6));

}

.solution .gzxSwiper .swiper-pagination {
	position: absolute;
	right: .45rem;
	left: auto;
	width: auto;
}

.solution .gzxSwiper .swiper-pagination span {
	background: #fff;
	width: .2rem;
	height: .2rem;
	opacity: .3;
	margin: 0 0 0 .15rem;
}

.solution .gzxSwiper .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}

.solution .sonbox2 .sonlenpm_2 .ribox .item {
	display: flex;
	justify-content: space-between;
	/* height: 3.26rem; */
	margin-bottom: 2%;
}

.solution .sonbox2 .sonlenpm_2 .ribox .item .gx {
	width: 49%;
	border-radius: .1rem;
	overflow: hidden;
	position: relative;
}

.solution .sonbox2 .sonlenpm_2 .ribox .item img {
	width: 100%;
	/* height: 100%; */
	/* object-fit: cover; */
}

.solution .sonbox2 .sonlenpm_2 .ribox .item .gx .btn {
	width: 1.5rem;
	line-height: .45rem;
	color: #fff;
	text-align: center;
	position: absolute;
	border-radius: .35rem;
	font-size: .2rem;
	background: #84754e;
	bottom: .2rem;
	left: .2rem;
}

.solution .sonbox2 .sonlenpm_3 .uxLis {
	background: #84754e;
	padding: .65rem .5rem .57rem;
	border-radius: .1rem;
}

.solution .sonbox2 .sonlenpm_3 .uxLis .h1 {
	font-size: .36rem;
	color: #ffffff;
	margin-bottom: .25rem;
}

.solution .sonbox2 .sonlenpm_3 .uxLis .box_con h4 {
	font-size: .3rem;
	color: #ffffff;
}

.solution .sonbox2 .sonlenpm_3 .uxLis .box_con .item:nth-child(2) .i {
	/* display: flex; */
	overflow: hidden;
}

.solution .sonbox2 .sonlenpm_3 .uxLis .box_con .item:nth-child(2) .i img:nth-child(1) {
	width: 31%;
	margin-right: 6%;
	height: auto;
	float: left;
}

.solution .sonbox2 .sonlenpm_3 .uxLis .box_con .item:nth-child(2) .i img:nth-child(2) {
	width: 62%;
	height: auto;
	float: left;
}

.solution .sonbox2 .sonlenpm_3 .uxLis .box_con .item:nth-child(1) .i img {
	width: 5.35rem;
}

.solution .sonbox2 .sonlenpm_3 .uxLis .box_con .item .i {
	margin-top: .45rem;
}

.solution .sonbox2 .sonlenpm_3 .uxLis .box_con .item:nth-child(2) {
	margin-top: .57rem;
}

.solution .sonbox3 {
	padding-top: 1.1rem;
}

.solution .sonbox3 .img {
	/* height: 5rem; */
	border-radius: .1rem;
	overflow: hidden;
	margin: .67rem 0 .6rem;
}

.solution .sonbox3 .img img {
	width: 100%;
	/* height: 100%; */
	/* object-fit: cover; */
}

.solution .solutnpm_3 .girpo {
	border-radius: .1rem;
	background: #84754e;
	padding: .55rem .4rem;
	margin: .8rem .3rem 0;
}

.solution .solutnpm_3 .girpo h4 {
	font-size: .36rem;
	color: #fff;
	margin-bottom: .1rem;
}

.solution .solutnpm_3 .girpo p {
	font-size: .26rem;
	color: rgba(255, 255, 255, .6);
}

.solution .sonbox4 {
	padding-top: 1.1rem;
}

.solution .sonbox4 .img {
	/* height: 5rem; */
	border-radius: 0.1rem;
	overflow: hidden;
	margin: 0.67rem 0 0.6rem;
}

.solution .sonbox4 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solution .sonbox4 .solutnpm_3 {
	margin-top: .6rem;
}

.solution .sonbox5 {
	padding-top: 1.1rem;
}

.solution .sonbox5 .to {
	margin-top: .6rem;
}

.solution .sonbox5 .le {
	margin-bottom: .55rem;
}

.solution .sonbox5 p img {
	margin-top: .45rem;
}

.solution .sonbox2 .sonlenpm_3 {
	margin-top: .8rem;
}

.demandC .demandDetails_yuyue,
.demandB .demandDetails_yuyue,
.demandA .demandDetails_yuyue {
	margin-left: 0;
	margin-right: 0;
}

.demandD_4 .deta3_bann {
	height: calc(100vh - 2.1rem);

	background-size: cover !important;
	background-position: center !important;
	position: relative;
}

.demandD_4 .deta3_bann::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
}

.demandD_4 .deta3_bann .tan {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 6.2rem;
}

.demandD_4.demandD_5 .deta3_bann .tan {
	width: 3.97rem;
}

.huxBor {
	width: .24rem;
	height: .4rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: .3rem;
	z-index: 50;
	margin: auto;
}

.huxBor i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/demand/huxBor-ic.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-120%);
	-webkit-animation: huxBor 2s linear infinite;
	animation: huxBor 2s linear infinite;
}

@keyframes huxBor {
	0% {
		opacity: 0;
		transform: translateY(-60%)
	}

	60% {
		opacity: 1
	}

	70% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translateY(100%)
	}
}

.demandD_4 .npm_dem1 {
	padding: 2.2rem .4rem 1.77rem;
	background: url(../images/solution/vfbg1.jpg);
	background-position: center top;
	background-size: 100% auto;
	min-height: 9.3rem;
}

.demandD_4 .npm_dem1 p {
	text-align: center;
	color: #666666;
	font-size: .26rem;
	line-height: 2.4;
}

.demandD_4 .npm_dem2 {
	padding: 1.07rem .3rem 1.52rem;
}

.demandD_4 .npm_dem2 .top_txt img {
	width: .37rem;
	margin: auto;
}

.demandD_4 .npm_dem2 .top_txt h1 {
	font-size: .36rem;
	color: #84754e;
	text-align: center;
	margin: .35rem 0 .3rem;
}

.demandD_4 .npm_dem2 .top_txt h2 {
	font-size: .24rem;
	color: #666666;
	text-align: center;
}

.demandD_4 .npm_dem2 .swiper {
	border-radius: .1rem;
	overflow: hidden;
	/* height: 5rem; */
	margin-top: .55rem;
}

.demandD_4 .npm_dem2 .swiper .swiper-wrapper {
	height: 100%;
}

.demandD_4 .npm_dem2 .swiper .imga {
	height: 100%;
}

.demandD_4 .npm_dem2 .swiper img {
	width: 100%;
	/* height: 100%; */
	/* object-fit: cover; */
}

.demandD_4 .npm_dem2 .swiper .swiper-pagination span {
	background: #fff;
	width: .2rem;
	height: .2rem;
	opacity: .23rem;
	transition: all .3s;
}

.demandD_4 .npm_dem2 .swiper .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}

.demandD_4.demandD_5 .npm_dem1 {
	background: url(../images/solution/vfbg2.jpg);
	background-position: center top;
	background-size: 100% auto;
	min-height: 7rem;
}

.demandD_5 .npm_dem3 .top_ban {
	height: 6.8rem;
	background-attachment: fixed !important;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}

.demandD_5 .npm_dem3 .top_ban::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
}

.demandD_5 .npm_dem3 .top_ban .img {
	top: 1.4rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 4.22rem;
}

.demandD_5 .npm_dem3 .botswiper {
	background: #f2f1ed;
	border-radius: .1rem;
	padding: .45rem .35rem .5rem;
	margin: -1.45rem .3rem 0;
	position: relative;
	z-index: 10;
}

.demandD_5 .npm_dem3 .botswiper .imga img {
	height: .49rem;
}

.demandD_5 .npm_dem3 .botswiper .imga h1 {
	color: #333333;
	font-size: .36rem;
	margin-top: .25rem;
}

.demandD_5 .npm_dem3 .botswiper .imga p {
	color: #666666;
	font-size: .26rem;
	margin-top: .25rem;
}

.demandD_5 .npm_dem3 .swiper-pagination {
	bottom: .8rem;
}

.demandD_5 .npm_dem3 .swiper-pagination span {
	width: .2rem;
	height: .2rem;
	background: #e5e5e5;
}

.demandD_5 .npm_dem3 .swiper-pagination span.swiper-pagination-bullet-active {
	background: #000000;
}

.demandD_5 .Agewiper {
	position: relative;
	padding-bottom: 1.4rem;
}

.demandD #certify .swiper-slide {
	height: auto;
}

.demandD #certify .swiper-slide img {
	height: auto;
	object-fit: none;
}

/*å®‰  */

/* ermao */

.about #coco1 .ct1 p {
	font-size: 0.26rem;
	line-height: 0.54rem;
	color: #666666;
	margin-bottom: 0.55rem;
}

.about #coco1 .bt .img {
	position: relative;
	overflow: hidden;
	border-radius: 0.08rem;
	height: 4.55rem;
	width: 100%;
}

.about #coco1 .bt .img img {
	position: absolute;
	width: 100%;
	bottom: -2rem;
}

.about .ct2 {
	margin-top: 1.1rem;
}

.about #coco1 .ct2 h3 {
	line-height: 1;
	font-size: 0.26rem;
	line-height: 0.54rem;
	color: #666666;
	margin-bottom: 0.44rem;
}

.about #coco1 .ct2 .ul {
	position: relative;
	padding-left: 0.7rem;
	padding-top: 0.8rem;
	border-radius: 0.08rem;
	padding-bottom: 0.78rem;
	background: url(../images/about/bg1.png)no-repeat center;
	background-size: cover;
}

.about #coco1 .ct2 .ul .li {
	z-index: 99;
	position: relative;
	margin-bottom: 0.76rem;
}

.about #coco1 .ct2 .ul .li .txt .time {
	position: relative;
	font-size: 0.4rem;
	color: #84754e;
	letter-spacing: -0.03rem;
	font-family: 'din';
	font-weight: 600;
	line-height: 1;
}

.about #coco1 .ct2 .ul .li .txt .time:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.13rem;
	left: -0.48rem;
	width: 0.38rem;
	height: 0.26rem;
	background: url(../images/about/img3.png) no-repeat center/cover;
}

.about #coco1 .ct2 .ul .li h4 {
	color: #333333;
	font-size: 0.32rem;
	font-weight: 800;
	padding-top: 0.2rem;
	line-height: 1;
	padding-bottom: 0.2rem;
}

.about #coco1 .ct2 .ul .li .txt h5 {
	font-size: 0.26rem;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}

.about #coco1 .ct2 .ul .li:last-child {
	margin-bottom: 0;
}

.about #coco1 .ct3 {
	padding-top: 1.1rem;
	position: relative;
}

.index .ct3 {
	padding: 0.8rem 0.3rem !important;
	background-color: #e8e7e3;
}

.about #coco1 .ct3 .map {
	position: relative;
	width: 868px;
	zoom: .4;
	height: 653px;
	background: url(../images/about/map.png) no-repeat center;
}

.about #coco1 .ct3 .map ul li {
	position: absolute;
	z-index: 2;
	width: 32px;
	height: 30px;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
}

.about #coco1 .ct3 .map ul li p {
	width: 100px;
}

/* .about #coco1 .ct3 .map ul li.on i:after {
   width: 7px;
   height: 7px;
 } */

.about #coco1 .ct3 .map ul li.beijing {
	left: 525px;
	top: 235px;
	width: 47px;
}

.about #coco1 .ct3 .map ul li.xian {
	left: 454px;
	top: 363px;
}

.about #coco1 .ct3 .map ul li.hangzhou {
	left: 619px;
	top: 425px;
}

.about #coco1 .ct3 .map ul li.shanghai {
	left: 665px;
	top: 388px;
	width: 50px;
}

.about #coco1 .ct3 .map ul li.shanghai i {
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
}

.about #coco1 .ct3 .map ul li.xianggang {
	left: 540px;
	top: 572px;
}

.about #coco1 .ct3 .map ul li.foshan {
	left: 489px;
	bottom: 69px;
	width: 46px;
}

.about #coco1 .ct3 .map ul li.beijing i {
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
}

.about #coco1 .ct3 .map ul li.foshan i {
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
}

.about #coco1 .ct3 .map ul li.guangzhou {
	left: 526px;
	bottom: 93px;
}

.about #coco1 .ct3 .map ul li.guangzhou i {
	bottom: 0;
	top: auto;
}

.about #coco1 .ct3 .map ul li.guangzhou p {
	margin-top: 0;
	margin-bottom: 7px;
}

.about #coco1 .ct3 .map ul li.shenzhen {
	left: 564px;
	bottom: 76px;
	width: 32px;
}

.about #coco1 .ct3 .map ul li.shenzhen i {
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
}

.about #coco1 .ct3 .map ul li i {
	position: absolute;
	left: 50%;
	top: -12px;
	height: 13px;
	width: 13px;
	transform: translateX(-50%);
	display: block;
	margin: 0 auto;
}

.about #coco1 .ct3 .map ul li i:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	background: #84754e;

	z-index: 99;
	border-radius: 50%;
}

/* .about #coco1 .ct3 .map ul li.on i:before {
   width: 11px;
   height: 11px;
 } */

.about #coco1 .ct3 .map ul {
	position: relative;
	z-index: 99;
	width: 100%;
	height: 100%;
}

.about #coco1 .ct3 .map ul li i:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 1px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #867851;
}

.about #coco1 .ct3 .yuan {
	position: absolute;
	white-space: nowrap
}

.about #coco1 .ct3 .yuan1:after {
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
}

.about #coco1 .ct3 .yuan:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	background: rgba(132, 117, 78, .8);
	z-index: 88;
	animation-duration: 5s;
	-webkit-animation-name: z-scale;
	animation-name: z-scale;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.about #coco1 .ct3 .yuan:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: rgba(132, 117, 78, .4);
	transition-delay: .5s;
	animation-duration: 3s;
	-webkit-animation-name: z-scale;
	animation-name: z-scale;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.about #coco1 .ct3 .yuan i {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 50%;
	background: #Fff;
	z-index: 99;
}

.about #coco1 .ct3 .yuan1 {
	width: 120px;
	height: 120px;
	bottom: 25px;
	left: 482px;
	pointer-events: none;
}

.about #coco1 .ct3 .yuan2 {
	width: 100px;
	height: 100px;
	right: 181px;
	bottom: 199px;
	pointer-events: none;
}

.about #coco1 .ct3 .yuan2:after {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
}

.about #coco1 .ct3 .yuan3 {
	width: 50px;
	height: 50px;
	right: 363px;
	bottom: 0;
	pointer-events: none;
}

.about #coco1 .ct3 .yuan4 {
	width: 80px;
	height: 80px;
	top: 227px;
	right: 246px;
	pointer-events: none;
}

.about #coco1 .ct3 .yuan3:after {
	margin-top: -15px;
	margin-left: -15px;
	width: 30px;
	height: 30px;
}

.about #coco1 .ct3 .yuan4:after {
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
}

.about #coco1 .ct3 .map .box {
	position: absolute;
	height: 320px;
	width: 0;
	/* overflow: hidden; */
	pointer-events: none;
}

.about #coco1 .ct3 .map .on .box {
	pointer-events: inherit;
}

.about #coco1 .ct3 .map ul li.on .box {
	width: 427px;
}

.about #coco1 .ct3 .map ul li.on {
	position: absolute;
	z-index: 5;
}

.about #coco1 .ct3 .map .beijing .box {
	top: 0;
	right: 0;
}

.about #coco1 .ct3 .map .beijing.on .box {
	width: 427px;
}

.about #coco1 .ct3 .map .xian.on .box {
	width: 352px;
}

.about #coco1 .ct3 .map .hangzhou.on .box {
	width: 454px;
}

.about #coco1 .ct3 .map .shanghai.on .box {
	width: 497px;
}

.about #coco1 .ct3 .map .xianggang.on .box {
	width: 427px;
}

.about #coco1 .ct3 .map .foshan.on .box {
	width: 427px;
}

.about #coco1 .ct3 .map .guangzhou.on .box {
	width: 427px;
}

.about #coco1 .ct3 .map .shenzhen.on .box {
	width: 427px;
}

.about #coco1 .ct3 .map .beijing.on .box {
	width: 427px;
}

.about #coco1 .ct3 .map .beijing .box .line .line1 {
	top: 0;
	right: 0;
}

.about #coco1 .ct3 .map .beijing .box .line .line2 {
	top: 0;
	right: 116px;
}

.about #coco1 .ct3 .map .beijing .box .line .line3 {
	top: 198px;
	right: 115px;
}

.about #coco1 .ct3 .map .beijing.on .box .line .line1 {
	width: 116px;
}

.about #coco1 .ct3 .map .beijing.on .box .line .line2 {
	height: 198px;
}

.about #coco1 .ct3 .map .beijing.on .box .line .line3 {
	width: 70px;
}

.about #coco1 .ct3 .map .xian .box {
	top: -91px;
	right: 19px;
}

.about #coco1 .ct3 .map .xian .box .line .line1 {
	top: 70px;
	right: 0;
}

.about #coco1 .ct3 .map .xian .box .line .line2 {
	top: 69px;
	right: 52px;
}

.about #coco1 .ct3 .map .xian .box .line .line3 {
	top: 105px;
	right: 51px;
}

.about #coco1 .ct3 .map .xian.on .box .line .line1 {
	width: 52px;
}

.about #coco1 .ct3 .map .xian.on .box .line .line2 {
	height: 38px;
}

.about #coco1 .ct3 .map .xian.on .box .line .line3 {
	width: 54px;
}

.about #coco1 .ct3 .map .hangzhou .box {
	top: -90px;
	right: 0;
}

.about #coco1 .ct3 .map .hangzhou .box .line .line1 {
	top: 69px;
	right: 19px;
}

.about #coco1 .ct3 .map .hangzhou .box .line .line2 {
	top: 69px;
	right: 150px;
}

.about #coco1 .ct3 .map .hangzhou .box .line .line3 {
	top: 153px;
	right: 151px;
}

.about #coco1 .ct3 .map .hangzhou.on .box .line .line1 {
	width: 131px;
}

.about #coco1 .ct3 .map .hangzhou.on .box .line .line2 {
	height: 85px;
}

.about #coco1 .ct3 .map .hangzhou.on .box .line .line3 {
	width: 55px;
}

.about #coco1 .ct3 .map .shanghai .box {
	top: 0;
	right: 60px;
}

.about #coco1 .ct3 .map .shanghai .box .line .line1 {
	top: 0;
	right: 0;
}

.about #coco1 .ct3 .map .shanghai .box .line .line2 {
	top: 0px;
	right: 205px;
}

.about #coco1 .ct3 .map .shanghai .box .line .line3 {
	top: 198px;
	right: 205px;
}

.about #coco1 .ct3 .map .shanghai.on .box .line .line1 {
	width: 206px;
}

.about #coco1 .ct3 .map .shanghai.on .box .line .line2 {
	height: 199px;
}

.about #coco1 .ct3 .map .shanghai.on .box .line .line3 {
	width: 43px;
}

.about #coco1 .ct3 .map .xianggang .box {
	top: -246px;
	right: -1px;
}

.about #coco1 .ct3 .map .xianggang .box .line .line1 {
	top: 226px;
	right: 17px;
}

.about #coco1 .ct3 .map .xianggang .box .line .line2 {
	top: auto;
	right: 142px;
	bottom: -29px;
}

.about #coco1 .ct3 .map .xianggang .box .line .line3 {
	top: 28px;
	right: 146px;
}

.about #coco1 .ct3 .map .xianggang.on .box .line .line1 {
	width: 124px;
}

.about #coco1 .ct3 .map .xianggang.on .box .line .line2 {
	height: 198px;
}

.about #coco1 .ct3 .map .xianggang.on .box .line .line3 {
	width: 42px;
}

.about #coco1 .ct3 .map .foshan .box {
	top: -216px;
	right: 0;
}

.about #coco1 .ct3 .map .foshan .box .line .line1 {
	top: 216px;
	right: 0;
}

.about #coco1 .ct3 .map .foshan .box .line .line2 {
	top: auto;
	right: 127px;
	bottom: -19px;
}

.about #coco1 .ct3 .map .foshan .box .line .line3 {
	top: 19px;
	right: 130px;
}

.about #coco1 .ct3 .map .foshan.on .box .line .line1 {
	width: 128px;
}

.about #coco1 .ct3 .map .foshan.on .box .line .line2 {
	height: 198px;
}

.about #coco1 .ct3 .map .foshan.on .box .line .line3 {
	width: 49px;
}

.about #coco1 .ct3 .map .guangzhou .box {
	top: -203px;
	right: 0;
}

.about #coco1 .ct3 .map .guangzhou .box .line .line1 {
	top: 211px;
	right: 22px;
}

.about #coco1 .ct3 .map .guangzhou .box .line .line2 {
	bottom: -12px;
	right: 138px;
}

.about #coco1 .ct3 .map .guangzhou .box .line .line3 {
	top: 12px;
	right: 139px;
}

.about #coco1 .ct3 .map .guangzhou.on .box .line .line1 {
	width: 116px;
}

.about #coco1 .ct3 .map .guangzhou.on .box .line .line2 {
	height: 198px;
}

.about #coco1 .ct3 .map .guangzhou.on .box .line .line3 {
	width: 70px;
}

.about #coco1 .ct3 .map .shenzhen .box {
	top: -220px;
	right: 40px;
}

.about #coco1 .ct3 .map .shenzhen .box .line .line1 {
	top: 220px;
	right: 0;
}

.about #coco1 .ct3 .map .shenzhen .box .line .line2 {
	bottom: -13px;
	right: 136px;
}

.about #coco1 .ct3 .map .shenzhen .box .line .line3 {
	top: 13px;
	right: 138px;
}

.about #coco1 .ct3 .map .shenzhen.on .box .line .line1 {
	width: 138px;
}

.about #coco1 .ct3 .map .shenzhen.on .box .line .line2 {
	height: 198px;
}

.about #coco1 .ct3 .map .shenzhen.on .box .line .line3 {
	width: 46px;
}

.about #coco1 .ct3 .map .box .line {
	position: absolute;
	right: 0;
	top: 15px;
	width: 166px;
	height: 198px;
}

.about #coco1 .ct3 .map .box .line .line1 {
	position: absolute;
	background: url(../images/about/xian.png) repeat center;
	height: 1px;
	width: 0;
}

.about #coco1 .ct3 .map ul li.on .line .line1 {
	transition: all .2s;
}

.about #coco1 .ct3 .map .box .line .line2 {
	content: '';
	position: absolute;
	background: url(../images/about/xian2.png) repeat center;
	height: 0;
	width: 1px;
}

.about #coco1 .ct3 .map ul li.on .line .line2 {
	transition: all .2s .3s;
}

.about #coco1 .ct3 .map .box .line .line3 {
	position: absolute;
	background: url(../images/about/xian.png) repeat center;
	height: 1px;
	width: 0;
}

.about #coco1 .ct3 .map ul li.on .line .line3 {
	transition: all .2s .5s;
}

.about #coco1 .ct3 .map ul li .cont {
	position: absolute;
	left: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	top: 0;
	top: -3px;
	opacity: 0;
	z-index: 999;
	background: rgba(132, 117, 78, .96);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.3);
	text-shadow: 0px 5px 14.25px rgba(0, 0, 0, 0.3);
	border-radius: 9px;
}

.about #coco1 .ct3 .map ul li.on .cont {
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
	transition-duration: .6s;
	-webkit-transition-duration: .6s;
	opacity: 1;
	width: 250px;
	height: 320px;
}

.about #coco1 .ct3 .map ul li .cont h3 {
	position: relative;
	color: #FFF;
	font-size: 16px;
	padding-left: 17px;
	padding-bottom: 16px;
	line-height: 1;
}

.about #coco1 .ct3 .map ul li .cont h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 16px;
	background: url(../images/about/y3.png) no-repeat center;
}

.about #coco1 .ct3 .map ul li .cont h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: .1;
}

.about #coco1 .ct3 .map ul li .cont .ul {
	padding-top: 5px;
	height: 221px;
	overflow-y: auto;
	margin-top: 10px;
}

.about #coco1 .ct3 .map ul li .cont .ul .li {
	color: #c0b9a9;
	font-size: 14px;
	line-height: 24px;
}

.about #coco1 .ct3 .map ul li .cont .ul .li.on {
	color: #fff;
}

.about #coco1 .ct3 .le {
	margin-top: 0.09rem;
}

.about #coco1 .ct3 .le .ul .li {
	position: relative;
}

.about #coco1 .ct3 .le .ul .li ul {
	padding-top: 0.44rem;
	height: 1.66rem;
	display: flex;
	justify-content: flex-start;
}

.about #coco1 .ct3 .le .ul .li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.02rem;
	background: #f2f1ed;
}

.about #coco1 .ct3 .le p {
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
}

.about #coco1 .ct3 .le ul li:nth-child(1) {
	width: 2.46rem;
}

.about #coco1 .ct3 .le ul li:nth-child(2) {
	width: 2.95rem;
}

.about #coco1 .ct3 .le ul li:nth-child(3) {
	width: 1.5rem;
}

.about #coco1 .ct3 .le p em {
	position: relative;
	font-size: 0.42rem;
	color: #84754e;
	font-family: 'din';
	letter-spacing: -0.02rem;
	display: inline-block;
	padding-right: .3rem;
	width: auto !important;
}

.about #coco1 .ct3 .le p em::after {
	content: '+';
	position: absolute;
	top: -0.12rem;
	right: -0.01rem;
	color: #84754e;
	font-family: 'din';
	font-size: 24px;
}

.about #coco1 .ct3 .bt {
	margin-top: 0.33rem;
}

.about #coco1 .ct3 .bt .h3 {
	display: inline-block;
	position: relative;
	padding-left: 0.33rem;
	height: 0.2rem;
	line-height: 0.2rem;
	color: #666666;
	font-size: 0.2rem;
	margin-right: 0.37rem;
}

.about #coco1 .ct3 .bt .h3:last-child {
	padding-left: 0.33rem;
}

.about #coco1 .ct3 .bt .h3:last-child:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.12rem;
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/about/y2.png) no-repeat center/cover;
}

.about #coco1 .ct3 .bt .h3:first-child:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.08rem;
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/about/y1.png) no-repeat center/cover;
}

.about #coco1 .ct4 {
	padding-top: 1.1rem;
	position: relative;
}

.about #coco1 .ct4 .box {

	background: rgba(132, 117, 78, .96);
	/* height: 5.2rem; */
	border-radius: 0.08rem;
	overflow: hidden;
	width: 100%;
}

.about #coco1 .ct4 .box .rt {
	padding: .64rem .3rem;
}

.about #coco1 .ct4 .box .rt h3 {
	color: #Fff;
	font-size: 0.36rem;
	line-height: 1;
	margin-bottom: 0.35rem;
}

.about #coco1 .ct4 .box .rt h4 {
	color: #Fff;
	font-size: 0.3rem;
	line-height: 1;
	margin-bottom: 0.25rem;
}

.about #coco1 .ct4 .box .rt p {
	color: #Fff;
	font-size: 0.26rem;
	line-height: 0.54rem;
	opacity: .6;
}

.about #coco1 .ct4 .box2 {
	margin-top: 0.6rem;
	position: relative;
	background: #f2f1ed;
	border-radius: 0.1rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.about #coco1 .ct4 .box2 .ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	height: 100%;
}

.about #coco1 .cent {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.9rem;
	margin-left: -0.9rem;
	width: 1.8rem;
	height: 1.8rem;
}

.about #coco1 .cent:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/about/y4.png) no-repeat center/cover;
	z-index: 99;
}

.about #coco1 .ct4 .box2 .ul_box {
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: 0;
	transition: all 1s;
	transform: rotate(-90deg);
}

.about #coco1 .ct4 .box2 .ul_box.animated {
	transform: rotate(0);
}

.about #coco1 .ct4 .box2 .ul .li h3 {
	position: relative;
	height: 0.54rem;
	color: #84754e;
	font-size: 0.3rem;
	display: flex;
	align-items: center;
	padding-left: 1.05rem;
	margin-bottom: 0.1rem;
}

.about #coco1 .ct4 .box2 .ul .li h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0.3rem;
}

.about #coco1 .ct4 .box2 .ul .li:nth-child(1) h3:after {
	width: 0.6rem;
	height: 0.54rem;
	background: url(../images/about/li1.png) no-repeat center/cover;
}

.about #coco1 .ct4 .box2 .ul .li:nth-child(2) h3:after {
	width: 0.56rem;
	height: 0.56rem;
	background: url(../images/about/li2.png) no-repeat center/cover;
}

.about #coco1 .ct4 .box2 .ul .li:nth-child(3) h3:after {
	width: 0.6rem;
	height: 0.58rem;
	background: url(../images/about/li3.png) no-repeat center/cover;
}

.about #coco1 .ct4 .box2 .ul .li:nth-child(4) h3:after {
	width: 0.56rem;
	height: 0.58rem;
	background: url(../images/about/li4.png) no-repeat center/cover;
}

.about #coco1 .ct4 .box2 .ul .li p {
	color: #666666;
	font-size: 0.26rem;
	line-height: 0.54rem;
}

.about #coco1 .ct4 .box2 .ul .li {
	width: 3.1rem;
	height: 5.78rem;
	padding-top: 0.6rem;

}

.about #coco1 .ct4 .box2 .ul .li:nth-child(1),
.about #coco1 .ct4 .box2 .ul .li:nth-child(3) {
	padding-right: 0.3rem;
}

.about #coco1 .ct4 .box2 .ul .li:nth-child(2),
.about #coco1 .ct4 .box2 .ul .li:nth-child(4) {
	padding-left: 0.3rem;
}

.about #coco1 .ct4 .box2 .ul .li:nth-child(3),
.about #coco1 .ct4 .box2 .ul .li:nth-child(4) {
	padding-top: 0.9rem;
}

.about #coco1 .cent .tit {
	position: relative;
	z-index: 99;
	font-size: 0.36rem;
	color: #333333;
	text-align: center;
	line-height: 1.8rem;
}

.about #coco1 .cent .li {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2.79rem;
	margin-left: -2.79rem;
	width: 5.58rem;
	height: 5.58rem;
}

.about #coco1 .ct5 {
	padding-top: 1.1rem;
	position: relative;
}

.about #coco1 .ct5 .ul_box {
	position: relative;
}

.about #coco1 .ct5 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0;
}

.about #coco1 .ct5 .box .li:nth-child(3),
.about #coco1 .ct5 .box .li:nth-child(4) {
	margin-bottom: 0;
}

.about #coco1 .ct5 .box .li {
	padding-top: 0.4rem;
	width: 3.35rem;
	height: 4.4rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	position: relative;
	background: #f2f1ed;
	border-radius: 0.08rem;
	margin-bottom: 0.2rem;
}

.about #coco1 .ct5.animated .box .li .img {
	width: 50px;
	margin: auto;
}

.about #coco1 .ct5 .box .li .img img {
	display: block;
	max-width: 0.65rem;
	max-height: 0.69rem;
}

.about #coco1 .ct5 .box .li h3 {
	font-size: 0.36rem;
	color: #84754e;
	line-height: 1;
	margin-top: 0.18rem;
}

.about #coco1 .ct5 .box .li p {
	font-size: 0.26rem;
	line-height: 0.54rem;
	color: #666666;
	margin-top: 0.13rem;
}

.about #coco2 .input {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 30;
}

.mySelect {
	position: relative;
	width: 3.35rem;
	height: 0.8rem;
	cursor: pointer;
}

/* .mySelect:hover .show {
     background-color: #84754e;
     color: #e6e3dc;
 } */
.porMore {
	width: 1.7rem;
	height: .6rem;
	display: block;
	margin: .6rem auto 0;
	text-align: center;
	line-height: .6rem;
	border-radius: 2000px;
	background-color: #f2f1ed;
	font-size: .2rem;
	color: #333333;
}

.mySelect .show {
	position: relative;
	line-height: 0.8rem;
	font-size: 0.2rem;
	color: #666666;
	background: #f2f1ed;
	padding-left: 0.6rem;
	border-radius: 0.6rem;
	z-index: 111;
	background: #f2f1ed url(../images/demand/porMoreDown.png) no-repeat center right 0.45rem;
	background-size: .24rem auto;
}

.mySelect:hover .show:after {
	background: url(../images/about/bt.png) no-repeat center;
}

.mySelect .show:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -3.5px;
	right: 30px;
	background: url(../images/news/down.png) no-repeat center;
	width: 14px;
	height: 7px;
}

.mySelect .show.on:after {
	transform: rotate(-180deg);
}

.mySelect .drapList {
	position: absolute;
	display: none;
	top: 0.9rem;
	padding: 0.1rem 0;
	left: 0.02rem;
	height: 2rem;
	width: 99%;
	overflow-y: auto;
	background: #f2f1ed;
	z-index: 99;
	border-radius: 0.35rem;
	box-shadow: 0 0 0.1rem 0 rgba(153, 147, 147, .35);
}

.mySelect .drapList::-webkit-scrollbar,
.mySelect .drapList::-webkit-scrollbar-thumb {
	display: none;
}

.mySelect .drapList ul li {
	line-height: 0.6rem;
	padding-left: 0.4rem;
	margin: 0 0.2rem;
	font-size: 0.24rem;
}

.mySelect .drapList ul li:hover {
	color: #84754e;
}

.mySelect .drapList ul li:last-child {
	border-bottom: 1px solid transparent;
}

.about #coco2 .input2 {
	position: relative;
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	padding-left: 0.3rem;
	background: #f2f1ed;
	border-radius: 0.6rem;
	overflow: hidden;
	margin-top: 0.2rem;
}

.about #coco2 .input2 button {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1.5rem;
	height: 0.8rem;
	background: #84754e url(../images/about/ser.png) no-repeat center/0.32rem 0.31rem;
	border-radius: 0.6rem;
}

.newsa ul {
	margin-top: 0.6rem;
	overflow: hidden;
}

.about #coco2 .input2 input {
	font-size: 0.2rem;
	color: #999999;
	line-height: 0.8rem;
	width: calc(100% - 1.8rem);

}

.about #coco2 .input2 input::placeholder {
	color: #666666;
}

.about #coco2 .newsa ul li {
	position: relative;
	border-radius: 0.08rem;
	background: #f2f1ed;
	margin-bottom: 0.2rem;
}

.about #coco2 .newsa ul li:last-child {
	margin-bottom: 0;
}

.newsa ul li {
	width: 100%;
	border-radius: 0.08rem;
	overflow: hidden;
	background: #f2f1ed;
}

.newsa ul li .text {
	padding: 0.55rem 0.4rem;

}

.newsa ul li .text h2 {
	position: relative;
	display: flex;
	font-size: 0.2rem;
	font-family: 'din';
	line-height: 0.24rem;
	align-items: center;
}

.newsa ul li .text h3 {
	color: #333333;
	font-size: 0.32rem;
	line-height: 0.45rem;
	margin-top: 0.07rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newsa ul li .text em {
	color: #84754e;
	font-weight: 100;
	display: inline-block;
	font-size: 0.6rem;
	line-height: 1;
	letter-spacing: -0.05rem;
	margin-right: 0.2rem;
	margin-top: -0.1rem;
}

.newsa ul li .text h2:after {
	content: '';
	position: absolute;
	left: 1.35rem;
	top: 50%;
	margin-top: -0.02rem;
	width: 0.4rem;
	height: 0.02rem;
	background: #84754e;
}

.pagination {
	text-align: center;
	background-color: transparent;
	padding-top: 0.66rem;
	position: relative;
}

.spage-number {
	color: #666;
	display: flex;
	font-size: 0.2rem;
}

.spage-number button.button-disabled {
	background: #f2f1ed;
	border-radius: 25px;
	border: none;
}

.spage-number button.button-disabled {
	cursor: not-allowed;
}

.spage-number button:first-child {
	width: 1.7rem;
	margin-right: 0.27rem;
}

.spage-number button:last-child {
	width: 1.7rem;
	margin-left: 0.26rem;
}

.spage-number .next,
.spage-number .prev {
	border-radius: 25px;
}

.spage-number button {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.24rem;
	border: 1px solid #b1b2b4;
	text-align: center;
	cursor: pointer;
	outline: none;
	background: none;
	user-select: none;
	color: #666;
	margin: 0 3px;
}

.spage-number button {
	background: #f2f1ed;
	border-radius: 50%;
	border: none;
}

.spage-skip {
	display: none;
}

.about #coco5 .hd ul {
	overflow: hidden;
	position: relative;
}

.about #coco5 .hd ul li {
	position: relative;
	height: 0.6rem;
	float: left;
	width: 1.1rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.24rem;
	color: #666666;
	letter-spacing: -0.02rem;
	cursor: pointer;
	border-radius: 0.6rem;
	background: #f2f1ed;
	margin-right: 0.05rem;
}

.about #coco5 .hd ul li.on {
	background: #84754e;
	color: #f3f3f3;
}

.about #coco5 .ul {
	padding-top: 0.6rem;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.about #coco5 .ul .li {
	width: 100%;
}

.about #coco5 .ul .li ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about #coco5 .ul .li ul li {
	width: 48%;
	height: 1.6rem;
	background: url(../images/about/img13.png) no-repeat center/cover;
	background-size: 100%;
	text-align: center;
	display: inline-block;
	font-size: 0.2rem;
	line-height: 0.3rem;
	margin-bottom: 0.5rem;
	padding: 0 0.3rem 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about #coco5 .ul .li ul li p {
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.3rem;
}

.about #coco5 .pagination {
	padding-top: 0.16rem;
}

.about #coco6 .img {
	overflow: hidden;
}

.about #coco6 .img1 .txt,
.about #coco6 .img2 .txt {
	padding-top: 0.4rem;
	padding-left: 0.4rem;
	float: left;
	width: 4.4rem;
	height: 100%;
	padding-right: 0.4rem;
	padding-bottom: .3rem;
	overflow: auto;
}

.about #coco6 .img2 .txt {
	background: #84754e;
}

.about #coco6 .img2 .txt em {
	font-size: 0.24rem;
	color: #fff;
	font-weight: 800;
}

.about #coco6 .img2 .i,
.about #coco6 .le .img1 .i {
	width: 2.4rem;
	height: 100%;
	float: left;
}

/* .about #coco6 .img2 .i img,
.about #coco6 .le .img1 .i img {
    transition: all .6s;
} */

/* .about #coco6 .ri:hover .i img,
.about #coco6 .le .img1:hover .i img {
    transform: scale(1.1);
} */

.about #coco6 .img1 img,
.about #coco6 .img2 img {
	float: left;
}

.about #coco6 .le .img1:first-child {
	margin-bottom: 0.2rem;
}

.about #coco6 .le .img1:first-child .txt {
	background: #154365;
}

.about #coco6 .le .img1:last-child .txt {
	background: #357154;
}

.about #coco6 .img2 {
	margin-top: 0.2rem;
	border-radius: 0.1rem;
	overflow: hidden;
}

.about #coco6 .le .img1 {
	height: 3.75rem;
	width: 100%;
	border-radius: 0.1rem;
	overflow: hidden;
}

.about #coco6 .img h3 {
	color: #ffffff;
	font-size: 0.3rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0.2rem;
}

.about #coco6 .ri h3 {
	margin-bottom: 0.4rem;
}

.about #coco6 .img p {
	font-size: 0.24rem;
	line-height: 0.36rem;
	color: rgba(255, 255, 255, .6);
}

.about #coco6 .ri .img2 .i {
	width: 100%;
	height: 3.77rem;
}

.about #coco6 .ri .img2 .txt {
	width: 100%;
	padding-bottom: 0.66rem;
}

.about #coco1 .ct3 .list {
	margin-top: 0.6rem;
}

.about #coco1 .ct3 .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -.2rem;
	margin-bottom: -0.15rem;
}

.about #coco1 .ct3 .list ul li {
	width: calc(33.33% - .15rem);
	height: 0.6rem;
	/* line-height: 0.6rem; */
	font-size: 0.24rem;
	text-align: center;
	margin-bottom: 0.15rem;
	border: 0.02rem solid #84754e;
	border-radius: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: .15rem;
}

.about #coco1 .ct3 .list ul li.on {
	background: #84754e;
	color: #fff;
}

.aboutTan {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.aboutTan var {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
}

.aboutTan .cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 .3rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-top: 0.48rem;
	z-index: 999;
	background: rgba(132, 117, 78, .96);
	box-shadow: 0px 5px 14.25px 0.75px rgb(0 0 0 / 30%);
	text-shadow: 0px 5px 14.25px rgb(0 0 0 / 30%);
	border-radius: 9px;
}

.aboutTan .cont h3 {
	position: relative;
	color: #FFF;
	font-size: 0.24rem;
	padding-left: 0.27rem;
	padding-bottom: 0.23rem;
	line-height: 1;
}

.aboutTan .cont h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0.18rem;
	height: 0.21rem;
	background: url(../images/about/y3.png) no-repeat center/cover;
}

.aboutTan .cont h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.02rem;
	background: #fff;
	opacity: .1;
}

.aboutTan .cont .ul {
	min-height: 2.2rem;
	overflow-y: auto;
	margin-top: 0.1rem;
	padding-bottom: .3rem;
}

.aboutTan .cont .ul .li {
	color: #c0b9a9;
	font-size: 0.22rem;
	line-height: 0.42rem;
}

.nynews {
	margin: 0 .3rem;
	padding-top: 0.8rem;
}

.nynews h4 {
	font-size: 0.34rem;
	color: #84754e;
	font-family: 'din';
	letter-spacing: -0.03rem;
	line-height: 1;
	margin-bottom: 0.2rem;
}

.news-data .title h3 {
	font-size: 0.36rem;
	color: #333333;
	line-height: 0.52rem;
	width: 100%;
}

.news-data .demand1_data .share {
	position: initial;
}

.news-data .demand1_data .share .bshare-custom {
	color: #666666;
	display: flex;
	align-items: center;
}

.demand1_data .share .bshare-custom a {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 0.8rem;
	margin: 0 3px;
}

.nynews .title {
	padding-bottom: 0.62rem;
	border-bottom: 1px solid #b1b2b4;
}

.demand1_data {
	margin-top: 0.2rem;
}

.demand1_data .share .bshare-custom .return {
	height: 0.8rem;
	display: block;
	line-height: 0.8rem;
	width: 1.8rem;
	border-radius: 0.8rem;
	padding-left: 0.22rem;
	font-size: 0.24rem;
	color: #666666;
	background: #f2f1ed url(../images/about/return.png) no-repeat 1.3rem center/0.26rem 0.22rem;
}

.demand1_data .share .bshare-custom .return:hover {
	color: #fff;
	text-decoration: none;
	background: #84754e url(../images/news/returnon.png) no-repeat 94px center;
}

.demand1_data .share .bshare-custom .bshare-weixin {
	background: #f2f1ed url(../images/wx.png) no-repeat !important;
	background-position: 50% 50% !important;
	background-size: 0.41rem 0.32rem !important;
}

.demand1_data .share .bshare-custom .bsharesinaminiblog {
	display: block;
	background: #f2f1ed url(../images/wb.png) no-repeat !important;
	background-size: 0.36rem 0.32rem !important;
	background-position: 50% 50% !important;
}

.demand1_data .share .bshare-custom .bshareqzone {
	background: #f2f1ed url(../images/space.png) no-repeat !important;
	background-position: 50% 50% !important;
	background-size: 0.38rem 0.36rem !important;
	display: block;
}

.demand1_data .share .bshare-custom .bshare-qqim {
	background: #f2f1ed url(../images/qq.png) no-repeat !important;
	background-size: 0.31rem 0.35rem !important;
	background-position: 50% 50% !important;
}

.demand1_data .share .bshare-custom .bshare-weixin:hover {
	background: #84754e url(../images/wxon.png) no-repeat !important;
	background-position: 50% 50% !important;
}

.demand1_data .share .bshare-custom .bsharesinaminiblog:hover {
	display: block;
	background: #84754e url(../images/wbon.png) no-repeat !important;
	background-position: 50% 50% !important;
}

.demand1_data .share .bshare-custom .bshareqzone:hover {
	background: #84754e url(../images/spaceon.png) no-repeat !important;
	background-position: 50% 50% !important;
	display: block;
}

.demand1_data .share .bshare-custom .bshare-qqim:hover {
	background: #84754e url(../images/qqon.png) no-repeat !important;
	background-position: 50% 50% !important;
}

.demand1_data .bshare-custom a:hover {
	opacity: 1;
}

.news-data .ct {
	padding-top: 0.4rem;
}

.news-data .ct p {
	font-size: 0.26rem;
	line-height: 0.54rem;
	margin-bottom: 0.6rem;
}

.news-data .ct p img {
	max-width: 100%;
	height: auto !important;
	margin: auto;
	display: block;
}

.news-data .bt {
	display: flex;
	background: #f2f1ed;
}

.news-data .bt .btn {
	position: relative;
	width: 50%;
	line-height: 50px;
	height: 50px;
}

.news-data .bt .prev {
	text-align: left;
	padding-left: 1.42rem;
}

.news-data .bt .next {
	text-align: right;
	padding-right: 1.42rem;
}

.news-data .bt .btn:first-child::before {
	content: '';
	width: 1px;
	height: 20px;
	background: #999999;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1px;
}

.news-data .bt .btn:after {
	content: '';
	position: absolute;
	width: 0.46rem;
	height: 0.12rem;
	background-repeat: no-repeat;
	background-size: cover;
	top: 50%;
	margin-top: -0.05rem;
}

.news-data .bt .next:after {
	right: .76rem;
	background-image: url(../images/about/right.png);
}

.news-data .bt .prev:after {
	left: .76rem;
	background-image: url(../images/about/left.png);
}

.layui-laydate-header i.laydate-next-m {
	background: url(../images/demand/ico2828.png) no-repeat center;
	color: #fff;
	width: 6px;
}

.layui-laydate-header i.laydate-next-y {
	color: #fff;
	background: url(../images/demand/ico3.png) no-repeat center;
	background-size: 100%;
}

.layui-laydate-header i.laydate-prev-y {
	color: #fff;
	background: url(../images/demand/ico3.png) no-repeat center;
	background-size: 100%;
	transform: rotate(180deg);
}

.layui-laydate-header i.laydate-prev-m {
	background: url(../images/demand/ico2828.png) no-repeat center;
	color: #fff;
	width: 6px;
	transform: rotate(180deg);
}

.layui-laydate-range {
	width: 274px;
	/* margin-left: 210px; */
}

.layui-laydate-hint {
	display: none !important;
	opacity: 0 !important;
}

.falvsm-pop {
	/* display: block; */
	z-index: 19999;
}

.falvsm-pop .pop-cont {
	max-height: 70vh;
	background-color: #FFF;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	padding: 1.14rem 0 0;
}

.falvsm-pop .pop-cont::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -.65rem;
	width: 1.87rem;
	height: 1.87rem;
	margin: auto;
	border-radius: 50%;
	background: #FFF url(../images/falvsm-lx.png) no-repeat center;
	background-size: .6rem auto;
	z-index: 1;
}

.falvsm-pop .vCont {
	max-height: calc(70vh - 1.14rem);
	overflow: auto;
	padding: 0 .3rem .6rem;
	z-index: 10;
	position: relative;
}

.falvsm-pop h3 {
	color: #333333;
	font-size: .45rem;
	line-height: 1;
	margin-bottom: .55rem;
	text-align: center;
	font-weight: bold;


}

.falvsm-pop h5 {
	color: #333333;
	font-size: .26rem;
	line-height: .5rem;
	margin-bottom: .2rem;
	font-weight: bold;
	margin-top: .5rem;
}

.falvsm-pop h6 {
	color: #333333;
	font-size: .26rem;
	line-height: 1;
	margin-bottom: .2rem;
	font-weight: bold;
	margin-top: .5rem;
}

.falvsm-pop p {
	color: #333333;
	font-size: .26rem;
	line-height: .5rem;
	margin-bottom: .2rem;
}

.falvsm-pop var {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.falvsm-pop .delete {
	position: absolute;
	right: .3rem;
	top: .55rem;
	width: .5rem;
	height: .5rem;
	margin: -.1rem -.1rem 0 0;
	z-index: 300;
	border: .1rem solid #FFF;
}

.demand1_cont7 {
	padding: 1.1rem .3rem 0;
}

.demand1_cont7 h3 {
	font-size: 0.26rem;
	line-height: 0.54rem;
	color: #666666;
	margin-bottom: 0.55rem;
}

.demand1_cont7 .zixList {
	display: flex;
	flex-wrap: wrap;
}

.demand1_cont7 .zixList li {
	margin-left: 3%;
	margin-bottom: 3%;
	width: 46.5%;
	/* height: 2.9rem; */
	background-color: #f2f1ed;
	padding: .3rem;

}

.demand1_cont7 .zixList .img {
	height: 2rem;
}

.demand1_cont7 .zixList .img img {
	/* min-width: 100%; */
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: auto;
}

.demand1_cont7 .zixList li:nth-child(2n+1) {
	margin-left: 0;
}

.demand1_cont7 .zixList .tit {
	text-align: center;
	font-size: .18rem;
	line-height: 1.2;
	padding-top: .3rem;
	color: #333333;
}

.dazMoreBtn-block {
	display: flex;
	justify-content: center;
}

.dazMoreBtn {
	/* max-width: 4rem; */
	padding: 0 .16rem;
	margin-top: .6rem;
	background-color: #84754e;
	/* width: auto; */
	height: .6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2000px;
	color: #FFF;
}

.dazMoreBtn .ic {
	width: .35rem;
	margin-right: .1rem;
}

/* ======== */
.demand1_cont1 .tx_npm2-scroll-bor {
	width: 2.06rem;
	height: .06rem;
	border-radius: .06rem;
	overflow: hidden;
	/* position: absolute;
	left: 0;
	right: 0;
		bottom: .4rem;
	*/
	position: relative;
	margin: -.5rem auto 0;
	background: #dcdcdc;
}

.demand1_cont1 .tx_npm2-scroll-bor em {
	display: block;
	width: 0;
	height: 100%;
	background-color: #84754e;
}

.demand1_cont1 .tx_npm2 {
	/* height: 440px; */
	display: block;
	text-align: center;
	overflow-x: auto;
	margin-top: 40px;
	background: #f2f1ed;
	margin: 0 -.3rem;
	padding: .6rem .3rem 1.4rem;
}

.demand1_cont1 .tx_npm2 .ul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.demand1_cont1 .tx_npm2 .box {
	/* position: absolute; */
	/* width: 910px; */
	/* height: 100%; */
	/* top: 0; */
	/* left: 0; */
	border-radius: 10px;
	/* margin: 0 -.3rem; */
}

.demand1_cont1 .tx_npm2 .box .tp {
	width: 830px;
	/* padding-top: 10px; */
	position: absolute;
	left: 54px;
	top: 0;
	height: 104px;
	padding: 18px 20px 0;
	/* margin-top: 46px; */
	/* padding-left: 43px; */
	/* padding-right: 36px; */
	/* width: 1090px; */
	/* height: 88px; */
	background: #e6e3dc;
	/* background: url(../images/demand/img1.png) no-repeat center; */
}

.demand1_cont1 .tx_npm2 .box .tp ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.demand1_cont1 .tx_npm2 .box .tp ul li {
	width: 70px;
	height: 70px;
	padding: 0 16px;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #84754e;
	border-radius: 50%;
	background: #f2f1ed;
	color: #84754e;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.demand1_cont1 .tx_npm2 .box .tp ul li:nth-child(5),
.demand1_cont1 .tx_npm2 .box .tp ul li:nth-child(4),
.demand1_cont1 .tx_npm2 .box .tp ul li:nth-child(1) {
	padding: 0 20px;
}

.demand1_cont1 .tx_npm2 .box .tp ul li:nth-child(1)::before {
	display: none;
}

.demand1_cont1 .tx_npm2 .box .tp ul li:before {
	content: "";
	width: 9px;
	height: 12px;
	position: absolute;
	left: -41px;
	top: 50%;
	/* transform: translateY(-50%); */
	margin-top: -6px;
	background: url(../images/demand/demand1_cont1-tx_npm2-ic1.png) no-repeat 0 0;
	background-size: contain;
}

.demand1_cont1 .tx_npm2 .box .le {
	position: absolute;
	left: 0;
	top: -1px;
	width: 54px;
}

.demand1_cont1 .tx_npm2 .box .le ul li:first-child {
	background: url(../images/demand/img2.png) no-repeat center;
	margin-top: 0;
	padding-top: 38px;
	/* width: 73px; */
}

.demand1_cont1 .tx_npm2 .box .le ul li {
	padding-top: 67px;
	margin-top: -36px;
	width: 100%;
	height: 143px;
	background: url(../images/demand/img3.png) no-repeat center;
	font-size: 20px;
	color: #fff;
	background-size: 100% 98% !important;
	padding: 51px 13px 0;
	font-size: 12px;
}

.demand1_cont1 .tx_npm2 .box .bt {
	/* position: absolute; */
	top: 113px;
	left: 54px;
	width: 780px;
	margin-left: -20px;
}

.demand1_cont1 .tx_npm2 .box .bt ul {
	display: flex;
	width: 100%;
}

.demand1_cont1 .tx_npm2 .box .bt ul li {
	position: relative;
	height: 310px;
	padding-left: 20px;
	/* padding-right: 10px; */
}

.demand1_cont1 .tx_npm2 .box .bt ul li .img {
	width: 100%;
	height: 43px;
	margin-top: 8px;
	margin-left: 4px;
}

.demand1_cont1 .tx_npm2 .box .bt ul li .img img {
	float: left;
	margin-left: -4px;
	mix-blend-mode: darken;
	height: 34px;
}

.demand1_cont1 .tx_npm2 .box .bt ul li h3 {
	color: #84754e;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 14px;
	height: 75px;
	/* padding-bottom: 20px; */
	border-bottom: 1px dashed #84754e;
}

.demand1_cont1 .tx_npm2 .box .bt ul li p {
	text-align: left !important;
	padding-left: 10px;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.demand1_cont1 .tx_npm2 .box .bt ul li p:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #84754e;
}

.demand1_cont1 .tx_npm2 .box .bt ul li:after {
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background: url(../images/demand/img8.png) no-repeat center;
}




.demand1_cont1 .tx_npm2 .box .ti {
	font-size: 16px;
	color: #999999;
}

.demand1_cont1 .tx_npm2 .box .ti1 {
	position: absolute;
	right: 1120px;
	top: 43px;
}

.demand1_cont1 .tx_npm2 .box .ti2 {
	position: absolute;
	right: 1120px;
	top: 78px;
}

.demand1_cont1 .tx_npm2 .box .ti3 {
	position: absolute;
	right: 1120px;
	top: 209px;
}

.demand1_cont1 .tx_npm2 .box .ti4 {
	position: absolute;
	right: 1120px;
	top: 242px;
}

.demand1_cont1 .tx_npm2 .box .ti5 {
	position: absolute;
	right: 1120px;
	top: 263px;
}

.demand1_cont1 .tx_npm2 .box .ti6 {
	position: absolute;
	right: 1153px;
	top: 315px;
}

.demand1_cont1 .tx_npm2 .box .ti7 {
	position: absolute;
	right: 1153px;
	top: 315px;
}

.demand1_cont1 .tx_npm2 .box .ti7 {
	position: absolute;
	right: 1153px;
	top: 337px;
}

.demand1_cont1 .tx_npm2 .box .ti8 {
	position: absolute;
	right: 1119px;
	top: 360px;
}

.demand1_cont1 .tx_npm2 .box .ti9 {
	position: absolute;
	right: 1119px;
	top: 380px;
}

.demand1_cont1 .tx_npm2 .box .ti10 {
	position: absolute;
	right: 1104px;
	top: 415px;
}

.demand1_cont1 .tx_npm2 .box .ti11 {
	position: absolute;
	right: 1104px;
	top: 433px;
}

.demand1_cont1 .tx_npm2 .box .ti12 {
	position: absolute;
	right: 1097px;
	bottom: 126px;
}

.demand1_cont1 .tx_npm2 .box .ti13 {
	position: absolute;
	right: 1097px;
	bottom: 108px;
}

.demand1_cont1 .tx_npm2 .box .ti14 {
	position: absolute;
	left: 585px;
	top: 180px;
}

.demand1_cont1 .tx_npm2 .box .ti15 {
	position: absolute;
	left: 585px;
	top: 221px;
}

.demand1_cont1 .tx_npm2 .box .ti16 {
	position: absolute;
	left: 585px;
	top: 290px;
}

.demand1_cont1 .tx_npm2 .box .ti17 {
	position: absolute;
	left: 537px;
	top: 321px;
}

.demand1_cont1 .tx_npm2 .box .ti18 {
	position: absolute;
	left: 553px;
	top: 352px;
}

.demand1_cont1 .tx_npm2 .box .ti19 {
	position: absolute;
	left: 401px;
	bottom: 162px;
	color: #666666;
}

.demand1_cont1 .tx_npm2 .box .ti20 {
	position: absolute;
	right: 487px;
	top: 139px;
}

.demand1_cont1 .tx_npm2 .box .ti21 {
	position: absolute;
	right: 487px;
	top: 158px;
}

.demand1_cont1 .tx_npm2 .box .ti22 {
	position: absolute;
	right: 470px;
	top: 222px;
}

.demand1_cont1 .tx_npm2 .box .ti23 {
	position: absolute;
	right: 519px;
	top: 328px;
}

.demand1_cont1 .tx_npm2 .box .ti24 {
	position: absolute;
	right: 519px;
	top: 355px;
}

.demand1_cont1 .tx_npm2 .box .ti25 {
	position: absolute;
	left: 1155px;
	top: 146px;
}

.demand1_cont1 .tx_npm2 .box .ti26 {
	position: absolute;
	left: 1121px;
	top: 260px;
}

.demand1_cont1 .tx_npm2 .box .ti27 {
	position: absolute;
	left: 1151px;
	top: 300px;
}

.demand1_cont1 .tx_npm2 .box .ti28 {
	position: absolute;
	left: 1105px;
	top: 323px;
}

.demand1_cont1 .tx_npm2 .box .ti29 {
	position: absolute;
	left: 1105px;
	top: 350px;
}

.demand #coco1 .tx_npm2 {
	height: 600px;
	display: block;
	text-align: center;
}

.demand #coco2 .tx_npm2 p {
	text-align: center;

}

.demand #coco2 .tx_npm2 {
	height: 600px;
	display: block;
	text-align: center;
}

.demand1_cont1 .tx_npm2 .ul .li h1 {
	color: #666666;
	font-size: 16px;
	margin-bottom: 10px;
}

.demand1_cont1 .tx_npm2 .p {
	font-size: 14px;
	color: #999999;
	position: absolute;
	left: 80px;
	bottom: 38px;
}

.demand1_cont1 .tx_npm2 .ul .li p {
	position: relative;
	color: #999999;
	font-size: 14px;
	padding-left: 10px;
}

.demand1_cont1 .tx_npm2 .ul .li p::after {
	content: '';
	width: 4px;
	height: 1px;
	background: #999999;
	position: absolute;
	left: 0;
	top: 11px;
}

.demand1_cont1 .tx_npm2 .ul .li1 {
	position: absolute;
	left: 668px;
	top: 37px;
}

.demand1_cont1 .tx_npm2 .ul .li2 {
	position: absolute;
	left: 751px;
	top: 160px;
}

.demand #coco2 .tx_npm1 .tx_box {
	display: flex;
	justify-content: space-around;
}

.demand1_cont1 .tx_npm2 .ul .li3 {
	position: absolute;
	left: 887px;
	top: 378px;
}

.demand1_cont1 .tx_npm2 .ul .li4 {
	position: absolute;
	left: 765px;
	top: 590px;
}

.demand1_cont1 .tx_npm2 .ul .li5 {
	position: absolute;
	left: 625px;
	top: 692px;
}

.demand1_cont1 .tx_npm2 .ul .li6 {
	position: absolute;
	text-align: right;
	right: 675px;
	left: auto;
	top: 693px;
}

.demand1_cont1 .tx_npm2 .ul .li7 {
	position: absolute;
	text-align: right;
	left: auto;
	right: 815px;
	top: 543px;
}

.demand1_cont1 .tx_npm2 .ul .li8 {
	position: absolute;
	text-align: right;
	left: auto;
	right: 1074px;
	top: 410px;
}

.demand1_cont1 .tx_npm2 .ul .li9 {
	position: absolute;
	text-align: right;
	left: auto;
	right: 922px;
	top: 335px;
}

.demand1_cont1 .tx_npm2 .ul .li10 {
	position: absolute;
	text-align: right;
	left: auto;
	right: 1056px;
	top: 287px;
}

.demand1_cont1 .tx_npm2 .ul .li11 {
	position: absolute;
	text-align: right;
	left: auto;
	right: 791px;
	top: 205px;
}

.demand1_cont1 .tx_npm2 .ul .li12 {
	position: absolute;
	text-align: right;
	left: 555px;
	top: 106px;
}

.demand1_cont1 .tx_npm2 .ul .li_li p {
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
}

.demand1_cont1 .tx_npm2 .ul .li_li p::after {
	left: auto;
	right: 0;
}

.hxzBox-pop {
	/* display: block !important; */
	z-index: 99999;
}

.hxzBox-pop .demandDetails_yuyue {
	margin: 0;
}

.hxzBox-pop .pop-cont {
	bottom: auto;
	top: 42%;
	transform: translateY(-50%);
}

.hxzBox-pop .delete {

	position: absolute;

	right: 0.3rem;

	top: 0.55rem;

	width: 0.5rem;

	height: 0.5rem;

	margin: -0.1rem -0.1rem 0 0;

	z-index: 300;

	border: 0.1rem solid transparent;
}


@keyframes shine {
	0 {
		left: -50%;
	}

	50 {
		left: -50%;
	}

	100% {
		left: 80%
	}
}

.indexCont1 .card {
	position: relative;
}

.indexCont1 .card::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-o-transform: skewx(-19deg);
	-moz-transform: skewx(-19deg);
	-webkit-transform: skewx(-19deg);
	transform: skewX(-19deg);
	animation: shine 3s 800ms infinite;
	animation-delay: 1s;
	z-index: 55;
	pointer-events: none;

}

.indexCont1 .card::after {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-o-transform: skewx(-19deg);
	-moz-transform: skewx(-19deg);
	-webkit-transform: skewx(-19deg);
	transform: skewX(-19deg);
	animation: shine 3s 800ms infinite;
	z-index: 55;
	pointer-events: none;
}


.yishi-pop {
	/* display: block; */
	z-index: 19999;
}

.yishi-pop .pop-cont {
	max-height: 70vh;
	background-color: #FFF;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	padding: 1.14rem 0 0;
}

.yishi-pop .pop-cont::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -.65rem;
	width: 1.87rem;
	height: 1.87rem;
	margin: auto;
	border-radius: 50%;
	background: #FFF url(../images/falvsm-lx.png) no-repeat center;
	background-size: .6rem auto;
	z-index: 1;
}

.yishi-pop .vCont {
	max-height: calc(70vh - 1.14rem);
	overflow: auto;
	padding: 0 .3rem .6rem;
	z-index: 10;
	position: relative;
}

.yishi-pop h3 {
	color: #333333;
	font-size: .45rem;
	line-height: 1;
	margin-bottom: .55rem;
	text-align: center;
	font-weight: bold;


}

.yishi-pop h5 {
	color: #333333;
	font-size: .26rem;
	line-height: .5rem;
	margin-bottom: .2rem;
	font-weight: bold;
	margin-top: .5rem;
}

.yishi-pop h6 {
	color: #333333;
	font-size: .26rem;
	line-height: 1;
	margin-bottom: .2rem;
	font-weight: bold;
	margin-top: .5rem;
}

.yishi-pop p {
	color: #333333;
	font-size: .26rem;
	line-height: .5rem;
	margin-bottom: .2rem;
}

.yishi-pop var {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.yishi-pop .delete {
	position: absolute;
	right: .3rem;
	top: .55rem;
	width: .5rem;
	height: .5rem;
	margin: -.1rem -.1rem 0 0;
	z-index: 300;
	border: .1rem solid #FFF;
}

.langthBtn {
	float: right;
	height: 100%;
	/* line-height: 1.2rem; */
	display: flex;
	align-items: center;
	font-size: .3rem;
	color: #717171;
	/* margin-right: 0.2rem; */
	padding: 0 0.2rem;
}



.demand-ouex-box {
	background-color: #f2f1ed;
	border-radius: .1rem;
}

.demand-ouex-box .swiper-slide {
	padding: .6rem .3rem 1rem;
}

.demand-ouex-box .dt {
	height: 2.77rem;
	background: url(../images/demand/demand-ouex-box-dt.png) no-repeat center top;
	background-size: auto 100%;
	width: 2.85rem;
	text-align: center;
	margin: 0 auto .3rem;
	padding-top: .67rem;
}

.demand-ouex-box .dd p {
	color: #666666;
	line-height: 1.6;
	text-align: center;
}

.demand-ouex-box .swiper-notification {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	height: .06rem;
	bottom: .55rem;
	opacity: 1;
	text-align: center;
}

.demand-ouex-box .swiper-notification span {
	width: .37rem;
	height: .06rem;
	background-color: #d2d2d2 !important;
	border-radius: inherit;
	margin: 0 3px !important;
	opacity: 1;
}

.demand-ouex-box .swiper-notification .swiper-pagination-bullet-active {
	background-color: #84754e !important;
}

.demand-ouex-box .dt .icon {
	margin: .12rem auto 0;
	height: .6rem;
	width: auto;
}

.demand-ouex-box .dt em {
	display: block;
	color: #84754e;
	font-size: .6rem;
	line-height: .44rem;
	font-family: DIN;
	margin-bottom: .18rem;
	letter-spacing: -1px;
}

.demand-ouex-box .dt h4 {
	color: #333333;
	font-size: .24rem;
	line-height: 1;

}

.demandC .tx_demo3-top {
	background-color: #f2f1ed;
	padding: .6rem .3rem;
}

.demandC .tx_demo3-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.demandC .tx_demo3-top .li {
	width: 50%;
	margin-top: .75rem;
	text-align: center;
}

.demandC .tx_demo3-top .li:nth-child(1),
.demandC .tx_demo3-top .li:nth-child(2) {
	margin-top: 0;
}

.demandC .tx_demo3-top .li h4 {
	color: #84754e;
	font-size: .24rem;
	height: .6rem;
	margin-top: -.14rem;
}

.demandC .tx_demo3-top .li h4 em {
	font-size: .48rem;
	line-height: .5rem;
	font-family: DIN;
	letter-spacing: -1px;
}

.demandC .tx_demo3-top .li h4 sup {
	font-size: .3rem;
	line-height: .5rem;
	font-family: DIN;
	position: relative;
	top: -0.02rem;
	margin: 0 2px;
}

.demandC .tx_demo3-top .li h5 {
	color: #333333;
	font-size: .22rem;
}