.zs-title,
.zs-desc {
	text-align: center;
}

.zs-title {
	color: #221814;
	font-size: 0.48rem;
	margin-bottom: 0.36rem;
}

.swiper-zhaoshang .swiper-slide {
    display: flex;
    align-items: center;
	height: 5rem;
	/*width: 7.2rem;*/
}

.swiper-zhaoshang .swiper-slide img {
	min-width: 100%;
	object-fit: cover;
	height: 4.5rem;
}

.swiper-zhaoshang .swiper-slide-active img{
    min-width: 100%;
    height: 5rem;
}

.zs-desc {
	color: #444444;
	font-size: 0.2rem;
}

.zhaoshang-box {
	padding: 1.26rem 0;
}

.zs-box {
	margin-top: 0.6rem;
}

.zs-box .swiper-button-next,
.zs-box .swiper-button-prev {
	width: 0.5rem;
	height: 0.5rem;
	background: rgba(255,255,255,0.59);
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	opacity: 1 !important;
	border-radius: 50%;
	color: #595A58;
}

.zs-box .swiper-button-next::after {
	font-size: 0.18rem !important;
}

.zs-box .swiper-button-prev::after {
	font-size: 0.18rem !important;
}

.zs-box .swiper-button-next:hover {
	background-color: #5D8C2A;
}

.zs-box .swiper-button-next:hover::after {
	color: #fff !important;
}

.zs-box .swiper-button-prev:hover {
	background-color: #5D8C2A;
}

.zs-box .swiper-button-prev:hover::after {
	color: #fff !important;
}

.zs-box .swiper-button-next {
	right: 4.05rem !important;
}

.zs-box .swiper-button-prev {
	left:4.05rem !important;
}

.youshi-box {
	height: 10.85rem;
	background: url('../img/youshi-1.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title-ys {
	font-size: 0.48rem;
	color: #221814;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:0.66rem;
}

.title-ys span {
	color: #F17B05;
	font-size: 0.58rem;
	font-weight: bold;
	margin: 0 0.1rem;
}

.youshi-swiper {
	width: 8.17rem;
	height: 8.17rem;
	border-radius: 50%;
	position: relative;
	background: rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
	/* overflow: hidden; */
}

.yuan {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1.02);
}

.youshi-swiper-content {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	margin: 0 auto;
}

.title-youshi {
	font-size: 0.32rem;
	color: #fff;
	text-align: center;
	margin-bottom: 1rem;
}

.desc-youshi {
	color: #fff;
	font-size: 0.18rem;
	line-height: 2;
}

.youshi-swiper-content .swiper-pagination {
	bottom: 1.5rem;
	color: #fff;
}

.youshi-swiper-content .swiper-pagination span {
	color: #fff;
}

.jiameng-liucheng {
	padding: 1.2rem 0 0.8rem;
	margin-bottom: 0.7rem;
}

.jiameng-liucheng-title {
	text-align: center;
	font-size: 0.48rem;
	color: #221814;
	margin-bottom: 0.6rem;
}

.jiameng-item {
	width: 1.66rem;
	/* height: 1.66rem; */
}

.jiameng-item .title {
	text-align: center;
	font-size: 0.18rem;
	color: #221814;
	margin-top: 0.1rem;
}

.jiameng-i-box {
	width: 1.66rem;
	height: 1.66rem;
	background: rgba(255, 255, 255, 0);
	border: 0.01rem solid #5D8C2A;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jm-i-item {
    position: relative;
	width: 1.4rem;
	height: 1.4rem;
	background: linear-gradient(175deg, #EEF6F1 0%, #FFFFFF 100%);
	box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(120, 175, 60, 0.27);
	border-radius: 50%;
	/*overflow: hidden;*/
	transition: all 0.2s ease-in-out;
}

.jmgreenbg{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #5D8C2A;
    transition: all 0.2s ease-in-out;
}

.jm-i-item img {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 111;
	width: 0.5rem;
	height: 0.5rem;
}

.jm-i-item .number {
    position: absolute;
    z-index: 111;
	width: 0.34rem;
	height: 0.34rem;
	background: #5D8C2A;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	margin-bottom: 0.1rem;
	transition: all 0.2s ease-in-out;
}

.jm-icobox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.jm-icobox img {
	width: 0.5rem;
	height: 0.5rem;
}

.jiameng-item:hover .jiameng-i-box {
	background: #E5EEDB;
	border-color: #E5EEDB;
}

.jiameng-item:hover .jm-i-item .jmgreenbg {

	width: 100%;
	height: 100%;
}

.jiameng-item:hover .ico1 {
	display: none;
}

.jiameng-item .ico2 {
	display: none;
}

.jiameng-item:hover .ico2 {
	display: block;
}

.jiameng-item:hover .number {
	background-color: #F17B05;
	color: #fff;
}

.jiameng-list {
	display: flex;
	justify-content: space-between;
}

.jiameng-item {
	position: relative;
}

.jiameng-item::after {
	content: '';
	position: absolute;
	width: 2.2rem;
	border-bottom: 0.01rem dashed #444444;
	top: 50%;
	transform: translateY(-50%);
	left: 130%;
}

.jiameng-item:not(:nth-child(1))::before {
	content: '';
	width: 0.06rem;
	height: 0.08rem;
	background: url('../img/jt-7.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 3.3rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
transition: all 0.3s ease-in-out;
}

.jiameng-item.active::before{
    left: 4.3rem !important;
}

.jiameng-list:nth-child(1) .jiameng-item:last-child::after {
	display: none;
}

.jiameng-list:nth-child(1) .jiameng-item:last-child::before {
	display: none;
}

.jiameng-item:nth-child(1)::before {
	content: '';
	width: 0.06rem;
	height: 0.08rem;
	background: url('../img/right.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 3.3rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	transition: all 0.3s ease-in-out;
}

/* 第二栏 */
.jiameng-list:nth-child(2) {
	flex-direction: row-reverse;
	margin-top: 1rem;
}

.jiameng-list:nth-child(2) .jiameng-item::before {
	background: url('../img/left.png') no-repeat;
	z-index: 99;
	left: 3.3rem;
	transition: all 0.3s ease-in-out;
}

.jiameng-list:nth-child(2) .jiameng-item.active::before{
    left: 2.1rem !important;
}

.jiameng-list:nth-child(2) .jiameng-item:nth-child(1)::before{
    
}


/* 右侧 */
.jiameng-list:nth-child(2) .jiameng-item:first-child::after {
	top: -0.9rem;
	width: auto !important;
	border-bottom: 0 !important;
	border-right: .01rem dashed #444444 !important;
	height: 0.78rem !important;
	left: 50%;
	transform: translateX(-50%) !important;
	transform: rotate(90deg);
}

.jiameng-list:nth-child(2) .jiameng-item:first-child::before {
	left: 50%;
	transform: translateX(-50%) rotate(-90deg) !important;
	top: -0.55rem;
	transform: rotate(0deg);
}

.jiameng-list:nth-child(2) .jiameng-item.active:first-child::before{
    top: -0.2rem !important;
    left: 50% !important;
}

.submit-gy {
	display: flex;
	align-items: center;
	width: 2.4rem;
	height: 0.62rem;
	background: #F17B05;
	border-radius: 0.84rem 0.84rem 0.84rem 0.84rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: .24rem;
	position: relative;
	cursor: pointer;
}

.left-gy {
	width: 9.8rem;
	height: 6rem;
}

.left-gy img {
	width: 100%;
	height: 100%;
}

.absolute-text {
	position: absolute;
	left: -3.5rem;
	top: -0.2rem;
	z-index: 10;
	width: 10.19rem;
	height: 1.35rem;
	background: linear-gradient(84deg, #FFFFFF 0%, #FFFFFF 58%, rgba(255, 255, 255, 0) 100%);
	border-radius: 0.68rem 0.68rem 0.68rem 0.68rem;
	display: flex;
	align-items: center;
	padding-left: 0.65rem;
	font-size: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
	/*color: #221814;*/
	/*color: white;*/
	color: rgba(255, 255, 255, 0);
	/* 文字颜色 */
	text-shadow:
		1px 1px 0 #88AB63,
		/* 右下阴影 */
		-1px -1px 0 #88AB63,
		/* 左上阴影 */
		1px -1px 0 #88AB63,
		/* 右上阴影 */
		-1px 1px 0 #88AB63;
	/* 左下阴影 */
}

.submit-gy:hover {
	opacity: 0.85;
}

.submit-gy::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2.6rem;
	height: 0.82rem;
	border-radius: 0.84rem 0.84rem 0.84rem 0.84rem;
	border: 0.01rem solid #F17B05;
	z-index: -1;
}

.submit-gy img {
	width: 0.23rem;
	height: 0.16rem;
	margin-left: 0.13rem;
}

.jiameng-gongying-box {
    position: relative;
	display: flex;
	align-items: center;
	    box-shadow: 0px 0px 0.1rem 0rem #e6e6e6;
	/*padding-top: 0.7rem;*/
}

.gy-title {
	color: #221814;
	font-size: 0.48rem;
	margin-bottom: 0.4rem;
}

.right-gy {
	flex: 1;
	margin-left: 0.7rem;
	position: relative;
	padding-top: 1.5rem;
}

.gy-desc {
	width: 5.8rem;
	color: #444;
	font-size: 0.2rem;
	margin-bottom: 0.7rem;
	line-height: 1.8;
}

.jiameng-maps {
	padding-top: 1rem;
	position: relative;
}

.mapro{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mapro img:nth-child(1){
    display: block;
    position: absolute;
    top: 3.85rem;
    right: 5.36rem;
}

.mapro img:nth-child(2){
    display: block;
    position: absolute;
    top: 4rem;
    right: 6.45rem;
}

.mapro img:nth-child(3){
    display: block;
    position: absolute;
    top: 4.48rem;
    right: 7.14rem;
}

.mapro img:nth-child(4){
    display: block;
    position: absolute;
        top: 4.87rem;
    right: 6.14rem;
}

.mapro img:nth-child(5){
    display: block;
    position: absolute;
        top: 6.1rem;
    right: 8.7rem;
}

.mapro img:nth-child(6){
    display: block;
    position: absolute;
    top: 7.2rem;
    right: 6.77rem;
}

.mapro img:nth-child(7){
    display: block;
    position: absolute;
   top: 5.4rem;
    right: 5.85rem;
}

.mapro img:nth-child(8){
    display: block;
    position: absolute;
       top: 6.6rem;
    right: 6rem;
}

.mapro img:nth-child(9){
    display: block;
    position: absolute;
    top: 5.87rem;
    right: 7rem;
}


@keyframes maproround {
  0% { 
      width: 0;
      height: 0;
  }
  100% { 
      width: 0.27rem;
      height: 0.27rem;
  }
}

@keyframes maproun {
  0% { 
      width: 0.1rem;
    height: 0.1rem;
  }
  100% { 
      width: 0.18rem;
    height: 0.18rem;
  }
}

@keyframes mapro {
  0% { 
      width: 0rem;
      height: 0rem;
  }
  100% { 
      width: 0.07rem;
    height: 0.07rem;
  }
}

.maprounCon{
    position: absolute;
    top: 5.87rem;
    right: 5.6rem;
    width: 0.27rem;
    height: 0.27rem;
}

.maproround{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(241, 123, 5,0.3);
    border-radius: 50%;
    animation: maproround 0.5s infinite; 
}

.maproround .maproun{
    position: absolute;
        z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.18rem;
    height: 0.18rem;
    background: #F17B05;
    border-radius: 50%;
    /*animation: maproun 0.7s infinite; */
}

.maproround .maproun .mapro{
    position: absolute;
        z-index: 1;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    width: 0.07rem;
    height: 0.07rem;
    background: #fff;
    border-radius: 50%;
    /*animation: mapro 0.7s infinite; */
}




.r1,
.l1 {
	position: absolute;
}

 @keyframes float {
            0% {
                transform: translate(0, 0);
            }
            10% {
                transform: translate(200px, 50px);
            }
            20% {
                transform: translate(500px, -200px);
            }
            30% {
                transform: translate(150px, -350px);
            }
            50%{
                transform: translate(650px, -350px);
            }
            60%{
                transform: translate(350px, -20px);
            }
            70%{
                transform: translate(430px, -20px);
            }
            80%{
                transform: translate(50px, -100px);
            }
            90%{
                transform: translate(370px, -230px);
            }
            100% {
                transform: translate(0, 0);
            }
        }
        
     @keyframes float2 {
            0% {
                transform: translate(0, 0);
            }
            10% {
                transform: translate(-200px, -50px);
            }
            20% {
                transform: translate(-60px, 200px);
            }
            30% {
                transform: translate(-250px, 350px);
            }
            50%{
                transform: translate(-350px, 350px);
            }
            60%{
                transform: translate(-500px, 20px);
            }
            70%{
                transform: translate(-130px, 20px);
            }
            80%{
                transform: translate(-750px, 100px);
            }
            90%{
                transform: translate(-370px, 230px);
            }
            100% {
                transform: translate(0, 0);
            }
        }



.r1 {
	width: 6.11rem;
	height: 6.11rem;
	right: -4.5rem;
	top: -3rem;
	animation: float2 30s infinite;
}

.l1 {
	width: 6.94rem;
	height: 6.94rem;
	left: -4rem;
	bottom: 0rem;
	animation: float 30s infinite;
}

.jiameng-maps .mps {
	width: 9.83rem;
	height: 9.61rem;
	margin: 0 auto;
}

.jm-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0.8rem;
}

.jm-info .jm-desc {
	text-align: center;
	font-size: 0.2rem;
	color: #444444;
	line-height: 1.8;
	margin-bottom: 0.18rem;
}

.jm-info .jm-end {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.22rem;
	font-weight: bold;

}

.jm-info .jm-end strong {
	font-size: 0.33rem;
	color: #F17B05;


}

.joinbackground{
    padding-bottom: 1rem;
    background: linear-gradient( 180deg, #F6F6F6 0%, #FFFFFF 100%);
}

.baozhang-content {
	/*margin-top: 1rem;*/
	/*height: 9.5rem;*/
	background: url('/img/bz.png') no-repeat;
	background-size: 100% 100%;
	padding: 1rem 0 1.15rem;

}

.baozhang-title {
	text-align: center;
	color: #221814;
	font-size: 0.48rem;
	margin-bottom: 0.8rem;
}

.baozhangSwiper .swiper-slide {
	width: 4.5rem;
	background-color: #fff;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0rem 0rem 0rem 0rem;
	padding: 0.25rem;
}

.baozhangSwiper .swiper-slide img {
	width: 100%;
	height: 4rem;
}

.baozhang-span {
	text-align: center;
	color: #221814;
	font-size: 0.2rem;
	padding: 0.3rem 0 0.3rem 0;
}

.baozhangSwiper .swiper-wrapper {
	padding: 0.3rem 0 0.7rem 0;
}

.baozhang-wrap {
	position: relative;
}

.baozhang-wrap .swiper-button-next,
.baozhang-wrap .swiper-button-prev {
	/*width: 0.3rem !important;*/
	/*height: 0.3rem !important;*/
	/*top: 105% !important;*/
	   width: 0.5rem !important;
    height: 0.5rem !important;
    top: 95% !important;
    border: 0.01rem solid #b2b1b1;
    border-radius: 50%;
    margin: 0 -0.4rem;
}

.baozhang-wrap .swiper-button-next::after {
	color: transparent;
}

.baozhang-wrap .swiper-button-prev::after {
	color: transparent;
}

.baozhang-wrap .swiper-button-next {
	/*background: url('../img/jt-left.png') no-repeat;*/
	/*background-size: 0.25rem 0.18rem;*/
	/*right: 9rem;*/
	background: url(../img/jt-left.png) no-repeat;
    background-size: 0.25rem 0.18rem;
    right: 9rem;
    background-position-y: 0.16rem;
    background-position-x: 0.1rem;
}
.baozhang-wrap .swiper-button-prev {
	background: url('../img/jt-left.png') no-repeat;
	background-size: 0.25rem 0.18rem;
	left: 9rem;
	transform: rotate(180deg);
	background-position: 0.1rem 0.14rem;
}


.windo{
    display: flex;
    width: 100%;
    height: 7.8rem;
    box-sizing: border-box;
}

.windo .windoItem{
    width: 2.8rem;
    height: 7.8rem;
    margin-right: 0.1rem;
    box-sizing: border-box;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    background-position: center !important;
    background-size: cover !important;
}

.windoTexCon{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 7.6rem;
    height: 7.8rem;
    padding-bottom: 1rem;
    padding-left: 0.76rem;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(0,0,0,0.36);
}

.windo .windoItem:nth-child(5) .windoTexCon{
    padding-left: 0.44rem;
}

.windo .windoItem:last-child{
    margin-right: 0;
}

.windo .windoItem.active{
    width: 7.6rem;
}

.windo .windoItem.active .windoTex{
    opacity: 1;
    height: auto;
    width: 6.1rem;
    margin-top: 0.4rem;
}

.windo .windoItem .windoTit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.36rem;
    color: #FFFFFF;
}

.windo .windoItem .windoTex{
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.2rem;
color: #FFFFFF;
line-height: 0.34rem;
opacity: 0;
   width: 6.1rem;
    height: 0;
    margin-top: 0;
    transition: all 0.3s ease-in-out;
}
