body {
    position: relative;
    height: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 0.18rem;

    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide-img{
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.swiper-pagination-bullet{
    width: 0.17rem;
    height: 0.04rem;
    background: #D8DCDF;
    border-radius: 0.02rem;
}
.swiper-pagination-bullet-active{
    width: 0.38rem;
    height: 0.04rem;
    background: #00E2FF;
    box-shadow: 0rem 0.01rem 0.02rem 0rem rgba(82,162,172,0.23);
}
.swiper-button-next, .swiper-button-prev{
    width: 0.84rem;
    background: #000000;
    border-radius: 50%;
    opacity: 0.3;
	height: 0.84rem;
}
.swiper-button-next{
    right: 0.6rem;
}
.swiper-button-prev{
    left: 0.6rem;
}
.jcdl{
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-repeat: no-repeat;
    display: flex;
}
.jcdl-li{
    width: 4.2rem;
    height: 100%;
    position: relative;
    padding: 0 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-right: 0.02rem solid  #ffffff3d;
    overflow: hidden;
}
.jcdl-li-top{

}
.jcdl-li-top-txt1{
    font-weight: 500;
    font-size: 0.24rem;
    text-align: center;
    color: #fff;
}
.jcdl-li-top-txt2{
    font-weight: 400;
    font-size: 0.40rem;
    color: #FFFFFF;
    transition: all 0.3s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin-top: 0.4rem;
    position: relative;
}
.jcdl-li:hover .jcdl-li-top-txt2{
    width: 100%;
}
.jcdl-li-img{
    height: 0.95rem;
    width: 0.72rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 1.45rem;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.jcdl-li-top{
    text-align: center;
    position: relative;
    z-index: 10;
}
.jcdl-li-heibu{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0;
    z-index: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.jcdl-li:hover .jcdl-li-heibu{
    opacity: 0.3;
}
.jcdl-li-top-txt3{
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: left;
    margin-top: 0.4rem;
    line-height: 0.3rem;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.jcdl-li:hover .jcdl-li-top-txt3{
    opacity: 1;
    height: auto;
    overflow: hidden;
}
.jcdl-li-move{
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    justify-content: center;
    left: -100%;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    position: relative;
}
.jcdl-li:hover .jcdl-li-move{
    left: 0
}
.jcdl-li-move-txt1{
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
}
.jcdl-li-move-img{
    width: 0.36rem;
    height: 0.3rem;
    border-radius: 50%;
    margin-left: 0.2rem;
}
.map{
    width: 100%;
    height: 100%;
    position: relative;

    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-repeat: no-repeat;
}
.custom-tooltip{
    font-size: 0.14rem;
    background: #F6F8FC;
    box-shadow: 0rem 0.04rem 0.15rem 0.06rem rgba(8,28,45,0.08);
    padding: 0.1rem;
}
.custom-tooltip-li{
    display: flex;
    justify-content: center;
    margin-bottom: 0.1rem;
}
.custom-tooltip-li-item1{
    font-weight: bold;
    font-size: 0.18rem;
    color: #005DB8;
    flex: 1;
    text-align: left;
    margin: 0 0.1rem;
}
.custom-tooltip-li-item{
    font-size: 0.16rem;
    color: #000000;
    flex: 1;
    text-align: left;
    margin: 0 0.1rem;
}
.mapall{
    width: 16.4rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.mapall-info-top-txt1{
    font-weight: 800;
    font-size: 1.15rem;
    color: #005DB8;
    opacity: 0.07;
}
.mapall-info-top{
    position: relative;
    margin-bottom: 0.4rem;
}
.mapall-info-top-txt2{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-weight: 800;
    font-size: 0.48rem;
    color: #005DB8;
}
.mapall-list{
    display: flex;
    margin-top: 0.5rem;
	flex-direction: column;
}
.mapall-list-li{
    margin-right: 0.1rem;
	margin-bottom: 0.2rem;
}
.mapall-list-li-txt1{
    font-weight: 400;
    font-size: 0.24rem;
    color: #1E61A5;
    opacity: 0.6;
}
.mapall-list-li-txt2{
    display: flex;
    align-items: baseline;
}
.mapall-list-li-txt2-1{
    font-weight: 400;
    font-size: 0.58rem;
    color: #005DB8;
}
.mapall-list-li-txt2-2{
    font-weight: 400;
    font-size: 0.18rem;
    color: #005DB8;
}
.mapall-list-li-btn{
    width: 2rem;
    height: 0.5rem;
    background: #D9E2EB;
    border-radius: 0rem 0rem 0rem 0.2rem;
    text-align: center;
    line-height: 0.5rem;
}
.mapall-list-li-btn{
    font-weight: 400;
    font-size: 0.16rem;
    color: #95A8BC;
    margin-top: 0.3rem;
}
.mapall-list-li-btn1{
    width: 2rem;
    height: 0.5rem;
    background: #C0D2E9;
    border-radius: 0rem 0rem 0.2rem 0;
    text-align: center;
    line-height: 0.5rem;
}
.mapall-info{
    padding-top: 1.7rem;
}
.hxjs{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.hxjsall{
    margin: 0 auto;
    width: 16.4rem;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.hxjsall-bot-men-li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0.2rem;
}
.hxjsall-bot-men-li-img{
    width: 0.36rem;
    height: 0.3rem;
    opacity: 0;
}
.hxjsall-bot-men-li-txt1{
    font-weight: bold;
    font-size: 0.3rem;
    color: #005DB8;
    margin-left: 0.1rem;
    opacity: 0.6;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	 /* 鍥哄畾鍙樻崲鍩哄噯鐐逛负涓績 */
	  transform-origin: center;
	  /* 瑙﹀彂纭欢鍔犻€� */
	  will-change: transform;
	  /* 纭繚鍏冪礌鏄嫭绔嬬殑娓叉煋灞� */
	  transform: translateZ(0);
	  /* 闃叉瀛愬厓绱犵户鎵胯繃娓℃晥鏋� */
	  backface-visibility: hidden;
}
.hxjsall-bot-men-li-txt1:hover{
	 font-size: 0.35rem;
}
.hxjsall-bot-men-li-ave img{
    opacity: 1;
}
.hxjsall-bot-men-li-ave .hxjsall-bot-men-li-txt1{
    opacity: 1;
}
.hxjsall-bot-btn-li1{
    width: 2rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    background-color: #D9E2EB;
    margin-right: 0.15rem;
    border-radius: 0 0 0 0.2rem;
}
.hxjsall-bot-btn-li1 a{
    font-weight: 400;
    font-size: 0.16rem;
    color: #95A8BC;
}
.hxjsall-bot-btn-li2{
    width: 2rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    background-color: #C0D2E9;
    margin-right: 0.15rem;
    border-radius: 0 0 0.2rem 0;
}
.hxjsall-bot-btn-li2 a{
    font-weight: 400;
    font-size: 0.16rem;
    color: #7292C2;
}
.hxjsall-bot-btn{
    display: flex;
    align-items: center;
}
.hxjsall-right-hjn{
    width: 9rem;
    height: auto;
    padding-top:1.5rem;
}
.hxjsall-right{
    position: relative;
	z-index: 1;
	/* right: 2.5rem */
}
.hxjsall-right-ul-info-title{
    font-weight: bold;
    font-size: 0.2rem;
    color: #005DB8;
    margin-bottom: 0.1rem;
    padding-top:0.8rem;
}
.hxjsall-right-ul-info-p{
    font-weight: 500;
    font-size: 0.16rem;
    color: #000000;
    margin-bottom: 0.1rem;
}
.hxjsall-right-ul-info{
    padding: 0.4rem 0.4rem 0.4rem;
    position: relative;
    z-index: 2;
}
.hxjsall-right-ul-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0.6rem;
    z-index: 1;
}
.hxjsall-right-ul{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: none;
}
.hxjsall-ab-lpf .hxjsall-right-ul-info{
    padding: 0.6rem 0.4rem 0.4rem;
}
.hxjsall-ab-zshy .hxjsall-right-ul-info{
    padding: 0.6rem 0.4rem 0.4rem;
}
.hxjsall-ab-zyh{
    transform: translate(-4.2rem, -3.5rem);
}
.hxjsall-ab-cscs{
    transform: translate(-1.8rem, -4rem);
}
.hxjsall-ab-ycl{
    transform: translate(1.5rem, -4rem);
}
.hxjsall-ab-zshy{
    transform: translate(0rem, 0.5rem);
}
.hxjsall-ab-lpf{
    transform: translate(-5rem, 0.7rem);
}
.hxjsall-ab-ave{
    display: block;
}
.newzx{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.newzxcal{
    width: 16.4rem;
    margin: 0 auto;
}
.fzlcal-letf-title{
    font-weight: 800;
    font-size: 0.48rem;
    color: #005DB8;
    margin-bottom: 0.3rem;
    position: relative;
}
.fzlcal-letf-title-txt1{
    font-weight: 800;
    font-size: 1.15rem;
    color: #005DB8;
    opacity: 0.2;
    position: relative;
    z-index: 2;

}
.fzlcal-letf-title-txt2{
    font-weight: 800;
    font-size: 0.48rem;
    color: #005DB8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.fzlcal-letf-bot{
    margin-top: 0.4rem;
}
.new-button-prev,.new-button-next{
    width: 0.38rem;
    height: 0.38rem;
    background-color: #C6D8E7;
    border-radius: 50%;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.38rem;
    color: #1462A6;
    margin-right: 0.3rem;
}
.swiper-wrapper-new{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    z-index: 10;
}

.swiper-slide .newsall-right-list-li-img{
    width: 3.7rem;
    height: 2.14rem;
}
.newsall-right-list-li{
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #E3E2E2;
    padding: 0.3rem 0;
    text-align: left;
}
.newsall-right-list-li-left{
    flex: 1;
    margin-right: 0.4rem;
	overflow: hidden;
}
.newsall-right-list-li-left-txt1{
    font-weight: 400;
    font-size: 0.24rem;
    color: #515557;
    margin-bottom: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsall-right-list-li-left-txt2{
    font-weight: 400;
    font-size: 0.14rem;
    color: #8F8F8F;
    line-height: 0.24rem;
    margin-bottom: 0.15rem;
}
.newsall-right-list-li-left-txt3{
    font-weight: 400;
    font-size: 0.14rem;
    color: #E60012;
    line-height: 0.24rem;
}
.newzxcal .swiper-wrapper{
    flex: 1;
    margin-left: 1.5rem;
}
.newzxSwiper{
    display: flex;
    justify-content: space-between;
    height: 6rem;
}
.newzx-swiper-slide{
    height:100% !important;

}
.my-pagination-clickable{
    transform: none !important;
}
.custom{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-repeat: no-repeat;
    position: relative;
}
.custom-info-top-img{
    width: 7.55rem;
    height: auto;
}
.custom-info-top-txt{
    font-weight: 400;
    font-size: 0.24rem;
    color: #515557;
    margin-top: 0.3rem;
}
.custom-info{
    position: absolute;

    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.custom-list{
    text-align: center;
    margin-top: 1.5rem;
}
.custom-list-li{
    display: flex;
    margin-bottom: 0.5rem;
}
.custom-list-slide{
    width: 3.23rem;
    height: 1.36rem;
    background-color: #FFFFFF;
    border: 2px solid #CBDEFD;
    border-radius: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    margin-right: 0.3rem; */
}
.custom-list-slide:hover{
    background-color: #92C5FE;
    border: 2px solid #FFFFFF;
}
.custom-list-slide img{
    max-width: 100%;
    height: auto;
}
.custom-info-top{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.custom-list-slide{
    margin-right: 0.4rem;
    flex-shrink: 0;
    /*float: left;*/
}
#case8,#case9,#case10{
    margin-bottom: 0.3rem;
}
.hcngb{
    /*display: block;*/

}

#map-container {
    width: 16rem;
    height: 14rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
	margin-left: -5rem;
	top: 50%;
	margin-top: -5rem;
}
@media screen and (max-width: 1050px) {
    .jcdl{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.2rem;
    }
    .jcdl-li{
        width:auto;
        height: auto;
        border: 0;
        border-bottom: 0.02rem solid #ffffff3d;
        padding-top: 1rem;
    }
    .jcdl-li-top-txt3{
        opacity: 1;
        height: auto;
    }
    .jcdl-li-img{
        margin-top: 0.4rem;
    }
    .jcdl-li-move{
        left: unset;
        margin-top: 0.3rem;
    }
    .jcdl-li-top-txt3{
        margin-top: 0.3rem;
    }
    .mapall{
        width: auto;
        padding: 0.3rem;
    }
    #map-container{
        width: 100%;
        height: 5rem;
        left: 0;
        margin: 0;
        bottom: 0;
    }
    .hxjsall{
        padding: 0.3rem;
        display: block;
    }
    .hxjsall-bot-men{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.2rem;
    }
    .hxjsall-right-hjn{
        width: 100%;
    }
    .hxjsall-right{
        margin-top: 1.8rem;
    }
    .hxjsall-ab-zyh{
        transform: translate(-3.8rem, -3.5rem);
    }
    .custom-info-top-img{
        width: 70%;
    }
    .hxjsall-ab-lpf {
        transform: translate(-4rem, 0rem);
    }
    .newzxSwiper{
        width: 100%;

        display: block;
        overflow: hidden;
        height: auto;
    }
    .newzxcal .swiper-wrapper{
        margin: 0;
    }
    .fzlcal-letf{
        position: relative;
        z-index: 10;
        background-color: #fff;
        padding: 0 0.3rem;
    }
    .newzxcal{
        width: 100%;
    }
   .swiper-slide .newsall-right-list-li-img{
       width: 2.4rem;
       height: auto;
   }
    .newsall-right-list-li{
        padding:  0.3rem;
    }
    .swiper-wrapper-new{
        display: none;
    }
	.hxjsall-bot-men-li{
		margin-bottom: 0;
	}
	.hxjsall-bot-btn{
		margin-top: 0.4rem;
	}
	.hxjs{
		height: auto;
	}
	.hxjsall-ab-zshy .hxjsall-right-ul-info{
		    width: 3.3rem;
	}
	.hxjsall-ab-ycl{
		transform: translate(0.5rem, -4rem);
	}
	.hxjsall-ab-lpf{
		transform: translate(-3.7rem, 0rem);
	}
	.hxjsall-ab-zshy {
	    transform: translate(-1rem, 0.5rem);
	}
	.zyjs-info{
		font-size: 0.26rem;
	}
	.anli-list-li-info{
		font-size: 0.26rem;
	}
	.anli-list-li-top-move{
		font-size: 0.24rem;
	}
	.mapall-list{
		display: grid;
		    grid-template-columns: repeat(2, 1fr);
		    gap: 0.2rem;
	}
	.jcdl a{
		display: flex;
	}
	.mapall-info-top-txt1{
		font-size: 0.85rem;
	}
}