
.auto{max-width: 16rem; width: 96%; margin: auto}

.ind_column{text-align: center; padding-bottom:var(--padding-margin__30);position: relative;z-index: 10;}
.ind_column h2{ text-align: center; line-height: 1}
.ind_column h2 .cn{ color: #181818;;font-size: var(--font-size__60); position: relative; display: inline-block;font-family: Barlow-Bold;}
.ind_column h2 .cn i{width: .26rem; height: .31rem; right: -.4rem; top: -.2rem; position: absolute; background: url(../images/column-icon.svg) no-repeat center center;background-size: contain;}
.ind_column.white .en{color: rgba(var(--white-color__rgb),0.05);}
.ind_column.white .cn{color: #fff;}
.ind_column.white .cn i{filter: brightness(0) invert(1);}

.ind_more a{display: inline-flex; align-items: center; color: var(--primary-color)}
.ind_more a i{width: .24rem; height: .24rem; margin-left: .1rem; border: solid 1px var(--primary-color); border-radius: 100%; position: relative; transition: 0.5s;text-align: left;}
.ind_more a i:before{content: '';position: absolute; width: 100%; height: 100%;background: url("../images/jt.svg") no-repeat center center; transition: 0.5s}
.ind_more a:hover i{background: var(--secondary-color); border-color: var(--secondary-color)}
.ind_more a:hover i:before{filter: brightness(0) invert(1);}

@media(max-width:768px){
 .ind_column{padding-bottom: 0.2rem;}
 .ind_column h2 .cn{font-size:var(--font-size__62);}
}

/* ind_page1 */
.ind_page1 .inbox{position: absolute; width: 100%; top: 50%; transform: translateY(-50%); z-index: 10}
.ind_page1 .info{transition-delay: 0.3s; opacity: 0; transform: translateY(.6rem); transition: 0.5s}
.ind_page1 .info h3{font-family: Montserrat-Bold;font-size: 0.36rem;line-height: 0.4rem;text-transform: uppercase;line-height: 0.8; color: transparent;-webkit-text-stroke: 0.5px rgba(255,255,255,0.36);text-stroke: 0.5px rgba(255,255,255,0.36);}
.ind_page1 .info h1{font-family: Barlow-Bold;font-size: 0.66rem;line-height: 0.74rem;color: #ffffff;}
.ind_page1 figure img{width:100%;height:auto;height:100%;transition:1s linear 2s;transform:scale(1);object-fit: cover;}
.ind_page1 .inbox[data-type="left"]{text-align: left}
.ind_page1 .inbox[data-type="center"]{text-align: center}
.ind_page1 .inbox[data-type="right"]{text-align: right}
.ind_page1 .swiper-slide-active .info{opacity: 1; transform: translateY(0)}
.ind_page1 .swiper-slide-active figure img,
.ind_page1 .swiper-slide-duplicate-active figure img{transition:6s linear;	transform:scale(1,1);}
.ind_page1 .other{position: absolute; width: 100%; bottom: .5rem; z-index: 20}
.ind_page1 .swiper-pagination{width: auto; position: inherit; display: flex}
.ind_page1 .swiper-pagination span{width:inherit; height:inherit;display: flex; justify-content: center; align-items: center;background: none; color: rgba(255,255,255,0.5)}
.ind_page1 .swiper-pagination span:after{display: none}
.ind_page1 .swiper-pagination span b{width: .38rem; height: .38rem; line-height: .38rem; text-align: center;display: block; border-radius: 100%;box-shadow:inset 0 0 0 2px rgba(255,255,255,0);transition: 0.5s}
.ind_page1 .swiper-pagination span:nth-child(1) b:before{content: 'C'}
.ind_page1 .swiper-pagination span:nth-child(2) b:before{content: 'N'}
.ind_page1 .swiper-pagination span:nth-child(3) b:before{content: 'C'}
.ind_page1 .swiper-pagination span:nth-child(4) b:before{content: 'E'}
.ind_page1 .swiper-pagination span:nth-child(5) b:before{content: 'C'}
.ind_page1 .swiper-pagination .swiper-pagination-bullet-active{color: rgba(255,255,255,1)}
.ind_page1 .swiper-pagination .swiper-pagination-bullet-active b{box-shadow:inset 0 0 0 2px rgba(255,255,255,0.5);}
.ind_page1 .swiper-pagination .swiper-pagination-bullet-active i{ display:block; position: absolute; top: 0; z-index: 5;  width:.19rem; height:.38rem; margin: 0; padding: 0; overflow: hidden; font-style:normal;}   
.ind_page1 .swiper-pagination .swiper-pagination-bullet-active i:nth-child(1) {left: 0;}        
.ind_page1 .swiper-pagination .swiper-pagination-bullet-active i:nth-child(2) {right: 0;}
.ind_page1 .swiper-pagination .swiper-pagination-bullet-active i:before {position: absolute;content:''; margin: 0;  width:.38rem; height: .38rem; border-radius: 50%; border:2px solid transparent; transform: rotate(135deg);}
.ind_page1 .swiper-pagination .swiper-pagination-bullet-active i:nth-child(1):before { left: 0; border-top-color: #ffffff; border-left-color:#ffffff; animation: yl 5s linear ;animation-fill-mode:forwards}
.ind_page1 .swiper-pagination .swiper-pagination-bullet-active i:nth-child(2):before { right: 0; border-bottom-color:#ffffff; border-right-color:#ffffff; animation: yr 5s linear ;animation-fill-mode:forwards;}
@keyframes yr {
0% {transform: rotate(135deg);}
50%,
100% {transform: rotate(315deg);}
}
@keyframes yl {
0%,
50% {transform: rotate(135deg);}
100% {transform: rotate(315deg);}
}
@media(max-width:1024px){
.ind_page1 .info h3{font-size: 0.3rem}
.ind_page1 .info h1{font-size: 0.4rem;line-height: 0.5rem;}
}
@media(max-width:768px){
.ind_page1 figure img{height: 40vh;}
.ind_page1 .info img{max-height: 1rem;}
.ind_page1 .swiper-slide .info img{max-height: 1.5rem;}
}

/* ind_page2 */
.ind_page2{padding-bottom:var(--padding-margin__160); background: rgba(var(--primary-color__rgb),0.05);}
.ind_page2 .ind_column .more{float: right;	width: 1rem;line-height: 0.4rem;text-align: center;font-size: 0.15rem;color: #333333;border-radius: 50%;height: 0.4rem;border: solid 0.01rem #cccccc;}
.ind_page2 .ind_column .more:hover{background: #003c96;color: #fff;border-color: #003c96;}
.ind_page2 .slide{width: calc(680 / 1600 * 100%); background: var(--white-color);border-radius: 0.2rem; overflow: hidden;}
.ind_page2 .slide .ispic{padding-bottom: 3.82rem}
.ind_page2 .slide .ispic .hot{width: 0.54rem;position: absolute;left: 0.2rem;top: 0.2rem;z-index: 9;height: 0.3rem;background-color: #003c96;	border-radius: 0.15rem;text-align: center;font-family: Barlow-Regular;font-size: 0.18rem;color: #ffffff;line-height: 0.3rem;}
	.ind_page2 .slide .info{padding: 0.2rem; position: relative}
.ind_page2 .slide .info time{font-size: 0.18rem;font-family: Barlow-Regular;line-height: 0.32rem;color: #555555;}
.ind_page2 .slide .info h4{font-family: Barlow-Medium; margin-bottom: .1rem; color: #000000}
.ind_page2 .slide .info p{color: #666666; line-height: .24rem;font-weight: var(--font-weight__l);}
.ind_page2 .slide:hover  .info h4{color: var(--primary-color)}
.ind_page2 .slide .swiper-pagination{bottom: 0.2rem;right: 0.3rem;width: auto;}
.ind_page2 .slide .swiper-pagination-bullet{background-color:#cccccc}
.ind_page2 .slide .swiper-pagination-bullet:after{background-color:#003c96;}
.ind_page2 .slide .swiper-pagination-bullet-active{width: 0.1rem}
.ind_page2 .list{width: calc(850 / 1600 * 100%);position: relative}
.ind_page2 .list li{width: 48.23%;border-radius: 0.2rem;overflow: hidden;}
.ind_page2 .list li .ispic{padding-bottom: 2.3rem}
.ind_page2 .list li .info{padding: 0.3rem;background: #fff}
.ind_page2 .list li .info h4{font-family: Barlow-Medium;font-size: 0.22rem;line-height: 0.3rem;color: #181818;}
.ind_page2 .list li .info p{font-family: Barlow-Regular;font-size: 0.18rem;line-height: 0.26rem;color: #555555;margin: 0.3rem 0 0.4rem}
.ind_page2 .list li:hover .info h4{color: #003c96;}

.rows{padding: var(--padding-margin__80) 0;.ind_page1 .infooverflow: hidden;position: relative;}
@media(min-width:1025px){
}
@media(max-width:768px){
.ind_page2 .slide,
.ind_page2 .list{width: 100%}
.ind_page2 .list{margin-top: 3%}
.ind_page2 .slide .ispic{padding-bottom: 60%;}
}

/* ind_page3 */
.ind_page3{position: relative;color: #333; overflow: hidden}
.ind_page3 .part1{position: relative; z-index: 2;}
.ind_page3 .company{width: 43.75%;float: left;}
.ind_page3 .company .info p{text-align:justify;}
.ind_page3 .info{max-width: 7rem; line-height: .24rem}
.ind_page3 .info h1{margin-bottom: .4rem;font-family: Barlow-Bold;font-size: 0.6rem;line-height: 0.57rem;color: #181818;}
.ind_page3 .info .more{text-align: center;width: 1.2rem;height: 0.66rem;border: solid 0.01rem #cccccc;display: inline-block;margin-top: 0.5rem;border-radius: 50%;line-height: 0.66rem;}
.ind_page3 .data {padding: .3rem 0}
.ind_page3 .data dl{width: 43%;padding-top: 0.3rem;border-top: 0.02rem solid #cccccc;margin-bottom: 0.3rem;position: relative;;}
.ind_page3 .data dl:before{position: absolute;top: -0.02rem;left: 0;width: 0;height: 0.02rem;background:#003c96;content: "";transition: all 0.5s }
.ind_page3 .data dl:hover:before{width: 100%;}
.ind_page3 .data dl dd{line-height:0.2rem;}
.ind_page3 .data sub{font-size: .16rem;position: relative;bottom: 0.05rem;color: #181818;left: 0.1rem}
.ind_page3 .data sup{font-size: .3rem;position: relative;top: -0.15rem;color: #003c96;left: 0.1rem;font-family: Barlow-Medium;}
.ind_page3 .data b i{font-style: normal}
.ind_page3 .data b{color: #003c96;font-family: Barlow-Medium;}
.ind_page3 .data .num{position: absolute;}
.ind_page3 .data .no{opacity: 0}
.ind_page3 .ind_more{padding-bottom: 10%; padding-top: 5%}
.ind_page3 .ind_more a{color: var(--secondary-color)}
.ind_page3 .ind_more a i{background: var(--secondary-color); border-color: var(--secondary-color)}
.ind_page3 .photo{position: absolute; width: 100%; height: 100%; bottom: 0}
.ind_page3 .photo:before{content: '';position: absolute; width: 100%; height: 100%; background:#fff}
.ind_page3 .photo img{width: 100%; height: 100%; object-fit: cover; -o-object-fit: cover; bottom: 0}
.ind_page3 .part2{position: relative; z-index: 2;}
.ind_page3 .qualifications{color: var(--white-color);background: rgba(var(--primary-color__rgb),0.8); padding: .5rem 0}
.ind_page3 .ispic{width: 38.75%;height: 7.8rem;border-radius: 0.2rem;float: right;}
.ind_page3 .ispic .txt{writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl;position: absolute;left: 0;top: 0.3rem;z-index: 9;}
.ind_page3 .ispic .txt .p1{font-size: 1rem;font-family: Barlow-Bold;line-height: 0.8rem;color: transparent;-webkit-text-stroke: 0.5px rgba(255,255,255,0.24);text-stroke: 0.5px rgba(255,255,255,0.24);}
.ind_page3 .ispic .txt .p2{font-size: 1.5rem;font-family: Barlow-Bold;line-height: 1.2rem;color: transparent;-webkit-text-stroke: 0.5px rgba(255,255,255,0.24);text-stroke: 0.5px rgba(255,255,255,0.24);margin-left: -0.4rem;}
@media(min-width:769px){
    .ind_page3 .company{margin-top:-0.1rem;}
    .ind_page3 .company .info p{line-height:0.3rem;}
    .ind_page3 .data{margin-top:0.5rem;}
}
@media(max-width:1024px){
.ind_page3 .company{width: 50%}
.ind_page3 .data dl dd{font-size: 0.14rem}
.ind_page3 .data dl{width: 45%;margin-bottom: 0.3rem;}
.ind_page3 .ispic{height: 7rem}
}
@media(max-width:768px){
.ind_page3 .company{width: 100%;}
.ind_page3 .data dl{width: 48%; padding: 6% 0 0}
}
/*ind_page99*/
.ind_page99 {position: relative;padding: 0}
.ind_page99 .ind_column{position: absolute;top: 1rem;left: 0;width: 100%;}
.ind_page99 .ind_column h2{text-align: left;	}
.ind_page99 .ind_column h2 .cn{font-size: 0.6rem;line-height: 0.57rem;color: #ffffff;font-family: Barlow-Bold;}
.ind_page99 .Galary003154{position: relative;}
.ind_page99 .Galary003154 .slider-for .ispic{width: 100%;padding-bottom: 9.6rem;}
.ind_page99 .Galary003154 .slider-nav{position: absolute;bottom: 0.3rem;left: 0;width: 100%;}
.ind_page99 .Galary003154 .slider-nav .slider{margin: 0 -0.1rem}
.ind_page99 .Galary003154 .slider-nav li{height: 1.9rem;background-color: rgba(255,255,255,0.7);border-radius: 0.2rem;margin: 0 0.1rem;padding: 0.34rem;backdrop-filter: blur(10px);cursor: pointer;}
.ind_page99 .Galary003154 .slider-nav li .ti{font-family: Barlow-Bold;font-size: 0.28rem;line-height: 0.34rem;color: #181818;margin-top: 0.1rem;min-height: 0.68rem;display: flex;align-items: flex-end;}
.ind_page99 .Galary003154 .slider-nav li .more{display: none;position: absolute;right: 0.34rem;top: 0.34rem;transition: all 0.5s;width:0.4rem;}
.ind_page99 .Galary003154 .slider-nav li .icon{width:0.5rem;}
.ind_page99 .Galary003154 .slider-nav li .icon .hide{display: none;}
.ind_page99 .Galary003154 .slider-nav li .desc{display: none}
.ind_page99 .Galary003154 .slider-nav li.slick-current{height: auto;background-color: rgba(0, 60, 150, 0.7);;height: auto;}
.ind_page99 .Galary003154 .slider-nav li.slick-current  .more{display: block;}
.ind_page99 .Galary003154 .slider-nav li.slick-current  .more:hover{transform: scale(1.1);}
.ind_page99 .Galary003154 .slider-nav li.slick-current .desc{display: block;margin-top: 0.15rem;}
.ind_page99 .Galary003154 .slider-nav li.slick-current .icon .hide{display: block;}
.ind_page99 .Galary003154 .slider-nav li.slick-current .icon img{display: none}
.ind_page99 .Galary003154 .slider-nav li.slick-current .ti{color: #fff;margin-top: 0.1rem;}
.ind_page99 .Galary003154 .slider-nav li.slick-current .desc p{position: relative;font-family: Barlow-Regular;font-size: 0.18rem;line-height: 0.22rem;color: #ffffff;position: relative;padding-left: 0.14rem;}
.ind_page99 .Galary003154 .slider-nav li.slick-current .desc p:after{position: absolute;left: 0;top: 0.6em;width: 0.04rem;height: 0.04rem;background-color: #ffffff;border-radius: 50%;content: ""}
.ind_page99 .Galary003154 .slider-nav li.slick-current .desc p:not(:first-child){margin-top: 0.1rem;}
.ind_page99 .Galary003154 .slider-nav .slick-track{display: flex;align-items: flex-end}
.ind_page99 .Galary003154 .slider-nav li,.ind_page99 .Galary003154 .slider-nav li *{transition: all 0.3s}
@media(max-width:1024px){
.ind_page99 .ind_column{top: 0.4rem}
.ind_page99 .ind_column h2 .cn,.ind_column h2 .cn,.ind_page3 .info h1{font-size: 0.4rem;line-height: 0.5rem;}
.ind_page3 .info h1{margin-bottom: 0.15rem;}
.ind_page99 .Galary003154 .slider-nav li{padding: 0.2rem}
.ind_page99 .Galary003154 .slider-nav li.slick-current .desc p{font-size: 0.16rem;line-height: 0.24rem;}
.rows{padding: var(--padding-margin__40) 0}
.ind_page3 .company{padding-top: 0;}

}
/*ind_page98*/
.ind_page98{background: #F4F6F9;min-height: unset;}
.ind_page98 .ind_column .desc{width: 40%;text-align: left;}
.ind_page98 .slider{margin-top: 0.2rem;position: relative;}
.ind_page98 .slider li .txt{height: 5.4rem;background-color: #ffffff;border-radius: 0.2rem;padding: 0.6rem;width: 36.5%;float: left;}
.ind_page98 .slider li .txt .ti1{	font-family: Barlow-Bold;font-size: 0.4rem;color: #003c96;line-height: 0.6rem;}
.ind_page98 .slider li .txt .ti2{	font-family: Barlow-Bold;font-size: 0.34rem;color: #181818;line-height: 0.4rem;margin: 0.1rem 0 0.15rem}
.ind_page98 .slider li .ispic{width: 60%;height: 5.4rem;float: right;border-radius: 0.2rem;}
.ind_page98 .slider .arrows{position: relative;float: right;}
.ind_page98 .slider .controls{position: absolute;left: 0;width: 36.5%;bottom: 0.6rem;z-index: 9;padding: 0 0.6rem;height: 0.5rem;line-height: 0.45rem;}
.ind_page98 .slider .controls .slick-pages{font-family: Barlow-Regular;font-size: 0.24rem;color: rgba(51, 51, 51, 0.6);float: left;;}
.ind_page98 .slider .controls .slick-arrow{position: static;float: left;transform:translate(0%);width: 0.5rem;height: 0.5rem;margin-left: 0.1rem;}
.ind_page98 .slider .controls .prev:after{background-image: url(../images/larr-g.png);}
.ind_page98 .slider .controls .next:after{background-image: url(../images/rarr-g.png);}
.ind_page98 .slider .controls .prev:hover:after{background-image: url(../images/larr-w.png);}
.ind_page98 .slider .controls .next:hover:after{background-image: url(../images/rarr-w.png);}
.ind_page98 .slider .controls .slick-pages #cur{font-size: 0.4rem;color: rgba(0, 60, 150, 1);font-family: Barlow-Medium;}


@media(max-width:1024px){
.ind_page98 .ind_column .desc{width: 60%;font-size: 0.16rem}
.ind_page98 .slider li .txt{padding: 0.2rem}
.ind_page98 .slider .controls{bottom: 0.2rem;padding: 0 0.2rem}
.swiper-pagination.st{margin-top: 0.2rem;margin-bottom: 0.3rem;}
}
@media(max-width:480px){
	.ind_page98 .slider li .txt .ti1{font-size:0.24rem;line-height:1.6;}
}



/* ind_page4 */
.ind_page4 {background: #F4F6F9;padding-bottom:var(--padding-margin__80);padding-top: 0;min-height: unset;}
.ind_page4 .ind_column h2 .en{font-family: Barlow-Bold;font-size: 0.2rem;color: #003c96;}
.ind_page4 .ind_column h2 .cn{font-family: Barlow-Bold;font-size: 0.34rem;color: #181818;margin-top: 0.1rem;}
.ind_page4 .ind_column .more{position:absolute;right:0;top:0.2rem;width: 1rem;line-height: 0.4rem;text-align: center;font-size: 0.15rem;color: #333333;border-radius: 50%;height: 0.4rem;border: solid 0.01rem #cccccc;}
.ind_page4 .ind_column .more:hover{background: #003c96;color: #fff;border-color: #003c96;}
.ind_page4 .slide{position: relative}
.ind_page4 .swiper{padding-left: 22.3125%; padding-right: 22.3125%; overflow: inherit;}
.ind_page4 .swiper-slide{background:var(--white-color); transition: 0.5s;border-radius: 0.2rem;overflow: hidden; }
.ind_page4 .ispic{padding-bottom: 56.22641509433962%; position: relative}
.ind_page4 .ispic span{position: absolute; left: .3rem; top: .3rem; padding-left: .15rem; line-height: .34rem; z-index: 10;color: var(--white-color); background: #003c96;border-radius: 0.34rem;padding-left: 0.3rem;padding-right: 0.15rem;max-width:calc(100% - 0.6rem;)}
.ind_page4 .ispic span:before{content: '';position: absolute; left: 0.12rem; width: .14rem; height: 100%;background: url(../images/ind_page4_txtbg.png) no-repeat right/contain;}
.ind_page4 .info{padding: 3% 5%}
.ind_page4 .info .txt{flex:1;}
.ind_page4 .txt h4{font-family: Barlow-Bold;font-size: 0.28rem;line-height: 0.4rem;color: #181818;min-height: 0.8rem}
.ind_page4 .txt p{min-height:1.5em;}
.ind_page4 .data{color: var(--primary-color); position: relative;padding-left: 0.15rem;}
.ind_page4 .data .more{width: 1.2rem;text-align: center;line-height: 0.66rem;display: inline-block;border-radius: 50%;	height: 0.66rem;	border: solid 0.01rem #cccccc;}
.ind_page4 .swiper-slide.swiper-slide-active{background: var(--primary-color)}
.ind_page4 .swiper-slide.swiper-slide-active .info{background: rgba(var(--primary-color__rgb), 0.8);min-height:3.3rem;margin-top:-1.6rem;position:relative;z-index:10;}
.ind_page4 .swiper-slide.swiper-slide-active .txt h4{color: var(--white-color)}
.ind_page4 .swiper-slide.swiper-slide-active .data .more{color: #fff;border-color: #fff}
.ind_page4 .swiper-button-prev{left: 15.5%;top: 47%;}
.ind_page4 .swiper-button-next{right: 15.5%;top: 47%;}
.ind_page4 .arr:not(.swiper-slide-active){background-color: var(--white-color); border-color: var(--white-color)}
.ind_page4 .swiper-slide.swiper-slide-active .txt p{--clamp: 7;max-height:7.5em;overflow-y:auto;padding-right:0.1rem;}
.ind_page4 .swiper-slide.swiper-slide-active .txt,
.ind_page4 .swiper-slide.swiper-slide-active .data{color: var(--white-color);}
.ind_page4 .swiper-slide.swiper-slide-active .data{display:none;}
.ind_page4 .info p::-webkit-scrollbar-thumb {
    background: rgba(var(--white-color__rgb),.5);
}

@media(max-width:1560px){
.ind_page4 .swiper-slide.swiper-slide-active .info{min-height:3.18rem;}
}
@media(max-width:768px){
.ind_page4 .swiper{padding-left:10%; padding-right:10%;}
}
@media(max-width:480px){
    .ind_page4 .ispic span{line-height:1.25;padding-top:0.05rem;padding-bottom:0.05rem;}
	.ind_page4 .swiper-slide.swiper-slide-active .info{min-height:2.2rem;margin-top:-0.5rem;}
	.ind_page4 .ind_column h2{text-align:left;}
	.ind_page4 .ind_column .more{top:-0;}
}

/*ind_page97*/
.ind_page97{padding: 0;background: #F1F4FB url(../images/gbg.png) no-repeat bottom center;padding-top: 0.9rem;}
.ind_page97 .Global_l{width: auto;max-width: 9.6rem;margin: 0 auto 0;position: absolute;   top: -0.8rem;   left: 50%;    transform: translateX(-50%);}
.ind_page97 .Global_l .slick-initialized .slick-slide{display: flex;flex-wrap: wrap;justify-content: center;}
.ind_page97 .Global_l .desc{margin-bottom: 0.2rem;}
.ind_page97 .Global_l .slider li .ispic{height: 0.75rem;width: 100%;}
.ind_page97 .Global_l  .slider .slick-dots li{margin: 0 0.05rem;background: none}
.ind_page97 .Global_l  .slider .slick-dots li:after{width: 0.1rem;height: 0.1rem;left: 0;top: 0;transform: translate(0);}
.ind_page97 .Global_l  .slider .slick-dots li.slick-active{width: 0.2rem;}
.ind_page97 .Global_l  .slider .slick-dots li.slick-active:after{width: 0.2rem;background-color: #fed806;border-radius: 0.1rem}
.ind_page97 .Global_l .slider li .ispic img{object-fit: contain;max-width: 1.3rem;max-height: 0.5rem;transition: filter 0.3s ease;}
.ind_page97 .Global_l .slider .slick-slide > div{margin: 0.05rem;width: calc(16.66% - 0.1rem);float: left;}
.ind_page97 .Global_l .slider li{background-color: #ffffff;}
.ind_page97 .Global_l .slider .slick-arrow{width: 0.24rem;height: 0.24rem;	border: solid 0.02rem #003c96;top: 105%}
.ind_page97 .Global_l .slider .slick-next{right: calc(50% + 0.04rem);transform: rotate(-90deg);}
.ind_page97 .Global_l .slider .slick-prev{left: calc(50% + 0.04rem);transform: rotate(-90deg);}
.ind_page97 .Global_r {width: 100%;float: right;margin-top: 1rem;margin-bottom: -1.2rem;}
.ind_page97 .Global_r .TabSlide {position: relative;}
.ind_page97 .Global_r .tabbox{margin: 0 auto; width: 8rem;height: 8rem;position: relative;margin-top: 0.6rem;}
.ind_page97 .Global_r .tab-nav{width:2rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.ind_page97 .Global_r .tab-nav .item{height: 0.6rem;line-height: 0.6rem;text-align: center;font-size: 0.18rem;color: #181818;margin: 0.1rem 0;cursor: pointer;	background-color: #f5f7fa;	border-radius: 0.3rem;	border: solid 0.01rem #dfe5ee;}
.ind_page97 .Global_r .tab-nav .item.on{background-color: #003c96;border-color:#003c96;color: #ffffff; }
.ind_page97 .Global_r .tabbox .part{position: relative;width: 100%;height: 100%}
.ind_page97 .Global_r .tabbox .part .line{position: absolute; width: 100%; height: 100%; overflow: hidden;}
.ind_page97 .Global_r .tabbox .part .line span{border: solid 1px rgba(48,127,226,0.15); border-radius: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);animation: rotate_line linear 1s infinite; -webkit-animation: rotate_line linear 1s infinite;}
.ind_page97 .Global_r .tabbox .part .line span.l1{width: 21.875%; height: 21.875%}
.ind_page97 .Global_r .tabbox .part .line span.l2{width: 40.625%; height: 40.625%}
.ind_page97 .Global_r .tabbox .part .line span.l3{width: 60.41666666666667%; height: 60.41666666666667%}
.ind_page97 .Global_r .tabbox .part .line span.l4{width: 83.33333333333333%; height: 83.33333333333333%}
.ind_page97 .Global_r .tabbox .part .line span.l5{width: 108.75%; height: 108.75%}
.ind_page97 .Global_r .tabbox .tab-con{position: absolute;left: 0;top: 0;width: 100%;;height: 100%;z-index: -10;}
.ind_page97 .Global_r .tabbox .tab-con.fadeInUpSmall{z-index: 10;}
.ind_page97 .Global_r .tabbox .tab-con .center{line-height: 0.46rem;color: #ffffff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 1.6rem;	height: 0.46rem;text-align: center;font-size: 0.2rem;font-family: Barlow-Medium;background-color: #003c96;border-radius: 0.4rem;}
.ind_page97 .Global_r .tabbox .tab-con .center::before,
.ind_page97 .Global_r .tabbox .tab-con .center::after {width: 100%;height: 100%;position: absolute;left: 50%;top: 50%;content: '';
border-radius: 0.4rem;animation: rotate_line2 2s linear;animation-iteration-count: infinite;background: rgba(48,127,226,0.6);z-index: -1;}
@keyframes rotate_line {
  0% { transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); -o-transform: translate(-50%, -50%) scale(1); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(1.2); -webkit-transform: translate(-50%, -50%) scale(1.2); -moz-transform: translate(-50%, -50%) scale(1.2); -ms-transform: translate(-50%, -50%) scale(1.2); -o-transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}
.ind_page97 .Global_r .tabbox .tab-con .gn li{height: auto;border-radius: 0.6rem;text-align: center;cursor: pointer; line-height: 0.46rem;	font-size: 0.18rem;color: #ffffff;display: inline-block;position: absolute;overflow: hidden;}
.ind_page97 .Global_r .tabbox .tab-con .gn li:hover{overflow: visible;}
.ind_page97 .Global_r .tabbox .tab-con .gn li .city{padding: 0 0.16rem;line-height: 0.46rem;border-radius: 0.6rem;display: flex;align-items: center;justify-content: center;background: #307fe2}
.ind_page97 .Global_r .tabbox .tab-con .gn li .city img{display: none;vertical-align: middle;margin-right: 0.06rem;}
.ind_page97 .Global_r .tabbox .tab-con li .info{position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: all 0.4s;opacity: 0;z-index: -10;width: 4.6rem;text-align: left;	height: auto;	background-color: rgba(255,255,255,0.9);padding: 0.22rem 0.28rem;box-shadow: 0rem 0rem 0.5rem 0rem 	rgba(0, 60, 150, 0.2);border-radius: 0.04rem;}
.ind_page97 .Global_r .tabbox .tab-con li:hover  .info{bottom: 120%;opacity: 1;z-index: 10;}
.ind_page97 .Global_r .tabbox .tab-con li:hover{overflow: visible;}
.ind_page97 .Global_r .tabbox .tab-con .gn li:hover .city img{display: inline-block;}
.ind_page97 .Global_r .tabbox .tab-con li .info h4{font-size: 0.18rem;line-height: 0.26rem;color: #003c96;padding-left: 0.3rem;background: url(../images/add.png) no-repeat left center;margin-bottom: 0.1rem;}
.ind_page97 .Global_r .tabbox .tab-con li .info dt{padding-left: 0.3rem;font-size: 0.16rem;line-height: 0.24rem;color: #231916;display: flex;}
.ind_page97 .Global_r .tabbox .tab-con li .info dt span{margin-right: 0.06rem;}
.ind_page97 .Global_r .tabbox .tab-con .gn li::before,
.ind_page97 .Global_r .tabbox .tab-con .gn li::after {width: 100%;height: 100%;position: absolute;left: 50%;top: 50%;content: '';border-radius: 0.45rem;background: rgba(48,127,226,0.6);z-index: -1;opacity: 0;;}
.ind_page97 .Global_r .tabbox .tab-con .gn li::before{animation: rotate_line2 2s linear;animation-iteration-count: infinite;}
.ind_page97 .Global_r .tabbox .tab-con .gn li::after{animation: rotate_line2 3s linear;animation-iteration-count: infinite;}
.ind_page97 .Global_r .tabbox .tab-con .gn li:hover::after{opacity: 0.2;}
.ind_page97 .Global_r .tabbox .tab-con .gn li:hover::before{opacity: 0.4;}
.ind_page97 .Global_r .tabbox .tab-con .gn li:hover{background: linear-gradient(to bottom, #2fb7fd , #307fe2);z-index: 9;}
.ind_page97 .Global_r .tabbox .tab-con .gn li:hover .city{color: #fff}
.ind_page97 .Global_r .tabbox .tab-con .gn .li1{right: 4%;top: 54%;border: 0.08rem solid rgba(255,255,255,0.4)}
.ind_page97 .Global_r .tabbox .tab-con .gn .li2{left: 8.375%;top: 43.125%;}
.ind_page97 .Global_r .tabbox .tab-con .gn .li3{left: 92.5%;top: 37.5%;}
.ind_page97 .Global_r .tabbox .tab-con .gn .li4{left: 17%;top: 32.5%;}
.ind_page97 .Global_r .tabbox .tab-con .gn .li5{left: 50%;top:25%;}
.ind_page97 .Global_r .tabbox .tab-con .gn .li6{left: 34.125%;top: 11%;}
.ind_page97 .Global_r .tabbox .tab-con .gn .li7{left: -6%;top: 12.5%;}
.ind_page97 .Global_r .tabbox .tab-con .gn .li8{left: 23%;top: 2.5%;}
.ind_page97 .Global_r .tabbox .tab-con .gn .li9{left: 45.5%;top: -2.5%;}
.ind_page97 .Global_r .tabbox .tab-con .gn .li10{left: 64.5%;top: 1.25%;}
.ind_page97 .Global_r .tabbox .tab-con .gn .li11{left: 69.125%;top: 27.25%;}

.ind_page97 .Global_r .tabbox .tab-con .gn .li2 .city,
.ind_page97 .Global_r .tabbox .tab-con .gn .li5 .city,
.ind_page97 .Global_r .tabbox .tab-con .gn .li8 .city,
.ind_page97 .Global_r .tabbox .tab-con .gn .li9 .city,
.ind_page97 .Global_r .tabbox .tab-con .gn .li3 .city{color: #181818;background: rgba(48,127,226,0.2);line-height: 0.4rem}

.ind_page97 .Global_r .tabbox .dian.gn span.d3,
.ind_page97 .Global_r .tabbox .dian.gn span.d5,
.ind_page97 .Global_r .tabbox .dian.gn span.d7,
.ind_page97 .Global_r .tabbox .dian.gn span.d9,
.ind_page97 .Global_r .tabbox .dian.gn span.d9,
.ind_page97 .Global_r .tabbox .dian.gn span.d13,
.ind_page97 .Global_r .tabbox .dian.gn span.d19,
.ind_page97 .Global_r .tabbox .dian.gn span.d11{width: 0.3rem;height: 0.3rem}
.ind_page97 .Global_r .tabbox .dian.gn span.d1,
.ind_page97 .Global_r .tabbox .dian.gn span.d2,
.ind_page97 .Global_r .tabbox .dian.gn span.d6,
.ind_page97 .Global_r .tabbox .dian.gn span.d8,
.ind_page97 .Global_r .tabbox .dian.gn span.d14,
.ind_page97 .Global_r .tabbox .dian.gn span.d10{width: 0.2rem;height: 0.2rem}
.ind_page97 .Global_r .tabbox .dian span{border-radius: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);width: 0.06rem; height: 0.06rem;background:#307fe2; opacity: 0.15}
.ind_page97 .Global_r .tabbox .dian.gn span.d1{left: 67.5%;top: 52.5%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d2{left: 13.02%;top: 13.72%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d3{left: 4.76%;top: 21.16%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d4{left: 65.46%;top: -3.9%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d5{left: 69.06%;top: 5.348%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d6{left: 82.79%;top: 17.9%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d7{left: 56.27%;top: 18.25%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d8{left: 24.65%;top: 16.74%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d9{left: 16.51%;top: 28.02%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d10{left: 42.79%;top: 23.02%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d11{left: 5.23%;top: 46.74%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d12{left: 54.41%;top: 37.55%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d13{left: 90.69%;top: 32.90%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d14{left: 57.44%;top: 41.04%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d15{left: 62.2%;top: 16.51%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d16{left: 35.93%;top: 52.9%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d17{left: 60.88%;top: 54.41%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d18{left: 86.39%;top: 51.27%;}
.ind_page97 .Global_r .tabbox .dian.gn span.d19{left: 16.51%;top: 62.2%;}

.ind_page97 .Global_r .tabbox .tab-con .gw li{height: auto;border-radius: 0.6rem;text-align: center; line-height: 1.2;cursor: pointer; 	font-size: 0.18rem;color: #ffffff;display: inline-block;position: absolute;overflow: hidden;}
.ind_page97 .Global_r .tabbox .tab-con .gw li:hover{overflow: visible;}
.ind_page97 .Global_r .tabbox .tab-con .gw li .city{background-color: #307fe2;padding: 0.05rem 0.16rem;line-height: 1.2;border-radius: 0.6rem;font-size:0.15rem;max-width: max-content;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li1{left: 50%;top: -3%;border: 0.08rem solid rgba(255,255,255,0.4)}
.ind_page97 .Global_r .tabbox .tab-con .gw .li2{left: 33.25%;top: -1.5%;height: 0.46rem}
.ind_page97 .Global_r .tabbox .tab-con .gw .li2 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li3 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li5 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li6 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li7 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li8 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li11 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li12 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li16 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li17 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li18 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li19 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li20 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li21 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li23 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li24 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li25 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li26 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li27 .city,
.ind_page97 .Global_r .tabbox .tab-con .gw .li15 .city{color: #181818;background: rgba(48,127,226,0.2);}
.ind_page97 .Global_r .tabbox .tab-con .gw .li3{left: 20.75%;top: 5.125%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li4{left: -5.625%;top: 12.5%;border: 0.08rem solid rgba(255,255,255,0.4)}
.ind_page97 .Global_r .tabbox .tab-con .gw .li5{left: 68.5%;top: 3.25%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li6{left: 40%;top: 11.875%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li7{left: 23.5%;top: 17.125%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li8{left: 65%;top: 17.25%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li9{left: 88%;top: 17%;border: 0.08rem solid rgba(255,255,255,0.4)}
.ind_page97 .Global_r .tabbox .tab-con .gw .li10{left: 43.75%;top: 23.125%;border: 0.08rem solid rgba(255,255,255,0.4)}
.ind_page97 .Global_r .tabbox .tab-con .gw .li11{left: -1%;top: 23.5%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li12{left: 14.5%;top: 25%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li13{left: -11.25%;top: 35%;border: 0.08rem solid rgba(255,255,255,0.4)}
.ind_page97 .Global_r .tabbox .tab-con .gw .li14{left: 19%;top: 30%;border: 0.08rem solid rgba(255,255,255,0.4)}
.ind_page97 .Global_r .tabbox .tab-con .gw .li15{left: 63.25%;top: 31%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li16{left: 92%;top: 29.25%;width: 1.5rem}
.ind_page97 .Global_r .tabbox .tab-con .gw .li17{left: 10%;top: 44%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li18{left: -6.25%;top: 56.25%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li19{left: 18.5%;top: 50.5%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li20{left: 31.75%;top: 40.25%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li21{left: 52.25%;top: 38%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li22{left: 72.5%;top: 37%;border: 0.08rem solid rgba(255,255,255,0.4)}
.ind_page97 .Global_r .tabbox .tab-con .gw .li23{left: 96.625%;top: 43.625%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li24{left: 80.625%;top: 46.75%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li25{left: 66.5%;top: 52.875%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li26{left: 23.25%;top: 61%;}
.ind_page97 .Global_r .tabbox .tab-con .gw .li27{left: 74.5%;top: 58.5%;}



.ind_page97 .Global_r .tabbox .tab-con ul:not(.slick-slider,.slick-dots) li { animation: top_bot 3s infinite; -webkit-animation: top_bot 3s infinite; }
.ind_page97 .Global_r .tabbox .tab-con ul:not(.slick-slider,.slick-dots) li:nth-child(2n+1) { animation: top_bot 2.7s infinite; -webkit-animation: top_bot 2.7s infinite; }
.ind_page97 .Global_r .tabbox .tab-con ul:not(.slick-slider,.slick-dots) li:nth-child(2n)  { animation: top_bot 2.5s infinite; -webkit-animation: top_bot 2.5s infinite; }


@keyframes top_bot {
  0% { transform: translate(-50%, -0.15rem); -webkit-transform: translate(-50%, -0.15rem); -moz-transform: translate(-50%, -0.15rem); -ms-transform: translate(-50%, -0.15rem); -o-transform: translate(-50%, -0.15rem); }
  50% { transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); }
  100% { transform: translate(-50%, -0.15rem); -webkit-transform: translate(-50%, -0.15rem); -moz-transform: translate(-50%, -0.15rem); -ms-transform: translate(-50%, -0.15rem); -o-transform: translate(-50%, -0.15rem); }
}


.ind_page97 .Global_r .tabbox .dian.gw span.d1{left: 22.32%;top: 6.51%;width: 0.2rem;height: 0.2rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d2{left: 21.51%;top: 26.04%;width: 0.1rem;height: 0.1rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d3{left: 67.90%;top: 18.13%;width: 0.2rem;height: 0.2rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d4{left: 44.88%;top: 24.76%;width: 0.2rem;height: 0.2rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d5{left: 13.95%;top: 38.13%;width: 0.2rem;height: 0.2rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d6{left: 0.02%;top: 41.62%;width: 0.08rem;height: 0.08rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d7{left: 52.79%;top: 36.512%;width: 0.2rem;height: 0.2rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d8{left: 97.09%;top: 39.30%;width: 0.3rem;height: 0.3rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d9{left: 38.02%;top: 56.39%;width: 0.2rem;height: 0.2rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d10{left: 0.69%;top: 63.60%;width: 0.32rem;height: 0.32rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d11{left: 25.69%;top: 77.79%;width: 0.16rem;height: 0.16rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d12{left: 50%;top: 73.02%;width: 0.2rem;height: 0.2rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d13{left: 78.37%;top: 69.06%;width: 0.2rem;height: 0.2rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d14{left: 66.19%;top: 81.27%;width: 0.1rem;height: 0.1rem;}
.ind_page97 .Global_r .tabbox .dian.gw span.d15{left: 97.20%;top: 63.48%;width: 0.1rem;height: 0.1rem;}



.ind_page97 .Global_r .tabbox .tab-con .qq li{cursor: pointer;text-align: center; height: 0.45rem;background-color: #307fe2;border-radius: 0.45rem;line-height: 0.45rem;padding: 0 0.2rem;font-size: 0.18rem;color: #ffffff;position: absolute;overflow: hidden;}

.ind_page97 .Global_r .tabbox .tab-con .qq li .city img{display: none;vertical-align: middle;margin-right: 0.1rem;}
.ind_page97 .Global_r .tabbox .tab-con .qq li:hover .city img{display: inline-block;}
.ind_page97 .Global_r .tabbox .tab-con .qq li:hover{overflow: visible;z-index: 9;}
.ind_page97 .Global_r .tabbox .tab-con .qq li::before,
.ind_page97 .Global_r .tabbox .tab-con .qq li::after {width: 100%;height: 100%;position: absolute;left: 50%;top: 50%;content: '';border-radius: 0.45rem;background: rgba(48,127,226,0.6);z-index: -1;opacity: 0;;}
.ind_page97 .Global_r .tabbox .tab-con .qq li::before{animation: rotate_line2 2s linear;animation-iteration-count: infinite;}
.ind_page97 .Global_r .tabbox .tab-con .qq li::after{animation: rotate_line2 3s linear;animation-iteration-count: infinite;}
@keyframes rotate_line2 {
  0% { transform: translate(-50%, -50%) ; -webkit-transform: translate(-50%, -50%) ; width: calc(100% + 0.12rem) ;height: calc(100% + 0.12rem);-moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); ; }
  100% { transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%) ;width: calc(100% + 0.24rem);height: calc(100% + 0.24rem); -moz-transform: translate(-50%, -50%) ; -ms-transform: translate(-50%, -50%) ; -o-transform: translate(-50%, -50%) ;  }
}
.ind_page97 .Global_r .tabbox .tab-con .qq li:hover::after{opacity: 0.2;}
.ind_page97 .Global_r .tabbox .tab-con .qq li:hover::before{opacity: 0.4;}
.ind_page97 .Global_r .tabbox .tab-con .qq li:hover{background: linear-gradient(to bottom, #3080e2 , #2fb6fd);z-index: 9;}
.ind_page97 .Global_r .tabbox .tab-con .qq li.li1{left: 50%;top: 50%;transform: translate(-50%,-50%);}
.ind_page97 .Global_r .tabbox .tab-con .qq li.li2{left: 50%;top: 23%;transform: translate(-50%,-0%);}
.ind_page97 .Global_r .tabbox .tab-con .qq li.li3{left: -5.875%;top: 23%;transform: translate(-0%,-0%);}
.ind_page97 .Global_r .tabbox .tab-con .qq li.li4{right: -8.75%;top: 31%;transform: translate(-0%,-0%);}
.ind_page97 .Global_r .tabbox .tab-con .qq li.li5{left: 13.125%;top: 39%;transform: translate(-0%,-0%);}
.ind_page97 .Global_r .tabbox .tab-con .qq li.li6{left: 80.5%;top: 60%;transform: translate(-0%,-0%);width: 2.4rem;}
.ind_page97 .Global_r .tabbox .tab-con .qq li.li7{left:-9.125%;top: 52.25%;transform: translate(-0%,-0%);}
.ind_page97 .ind_column {z-index:0;}


/* global s */
.tab_main .hide{visibility: hidden;opacity: 0;position: absolute;left: 0;top: 0;width: 100%;}
.global-layout{background:#f1f4fb;padding-top: 1rem; overflow: hidden}
.global-layout .tab_title{padding: .5rem 0; position: relative;}
.global-layout .tab_title ul{gap:.1rem; font-size: .18rem}
.global-layout .tab_title li a{display: block; line-height: .58rem;border-radius:0.58rem; cursor: pointer; background:#f6f7fb; border: solid 1px #dfe5ee;transition: all 0.5s;min-width: 2rem;text-align: center;}
.global-layout .tab_title li.show a{color: var(--white-color);border-color:var(--primary-color);background: var(--primary-color)}
.global-layout .inbox{background: url("../images/about_map.png") no-repeat center top; background-size: 100%;}
.global-layout .part{width: 9.60rem; min-height: 9.60rem;position: relative; margin: 0 auto -1.3rem}
.global-layout .global .item{position: absolute;width: 0.01rem; height: 0.01rem; cursor: pointer}
.global-layout .global .city{position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 0.46rem; background: rgba(48,127,226,0.15);width: max-content;min-height: 0.36rem; display: flex; justify-content: center; align-items: center; z-index: 20;font-size: .18rem;}
.global-layout .global .city span{display: block; text-align: center; padding: .05rem 0.25rem;}
.global-layout .global .info{position: absolute; min-width: 3.2rem; max-width: max-content; padding: .2rem .3rem; background: rgba(255,255,255,0.9); border-radius: 0.1rem;box-shadow:  0 0 .5rem rgba(var(--primary-color__rgb), 0.2); left: 50%; transform: translate(-50%,-50%) scale(0); visibility: hidden; opacity: 0; transition: 0.5s;pointer-events: none;}
.global-layout .global .info h4{font-size: .18rem; color: var(--primary-color); font-weight: normal; /*background: url("../images/map_add.svg") no-repeat left;padding-left: .3rem;*/ margin-bottom: .1rem}
.global-layout .global .info h4 br{display: none}
.global-layout .global .info dl{padding-left:0.3rem}
.global-layout .global .info dl dd{flex: 1;}
.global-layout .global .info .other {padding-top: 0.12rem;}
.global-layout .global .info .other dd{min-width: 50%;font-size: var(--font-size__14);}
.global-layout .global .item:hover {z-index: 10}
.global-layout .global .item:hover .info{opacity: 1; visibility: inherit;transform: translate(-50%,-130%) scale(1);pointer-events: none;}
.global-layout .line{position: absolute; width: 100%; height: 100%; overflow: hidden;}
.global-layout .line span{border: solid 1px rgba(48,127,226,0.15); border-radius: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);animation: rotate_line linear 1s infinite; -webkit-animation: rotate_line linear 1s infinite;}
.global-layout .line span.l1{width: 21.875%; height: 21.875%}
.global-layout .line span.l2{width: 40.625%; height: 40.625%}
.global-layout .line span.l3{width: 60.41666666666667%; height: 60.41666666666667%}
.global-layout .line span.l4{width: 83.33333333333333%; height: 83.33333333333333%}
.global-layout .line span.l5{width: 108.75%; height: 108.75%}

.global-layout .dian span{border-radius: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);width: 0.06rem; height: 0.06rem;background:#307fe2; opacity: 0.15}
.global-layout .dian span.d3,
.global-layout .dian span.d4,
.global-layout .dian span.d5,
.global-layout .dian span.d6,
.global-layout .dian span.d7{width: .1rem; height: .1rem}
.global-layout .dian span.d8,
.global-layout .dian span.d9,
.global-layout .dian span.d10,
.global-layout .dian span.d11,
.global-layout .dian span.d12,
.global-layout .dian span.d13,
.global-layout .dian span.d14,
.global-layout .dian span.d15,
.global-layout .dian span.d16,
.global-layout .dian span.d17{width: .2rem; height: .2rem}
.global-layout .dian span.d18{width: .27rem; height: .27rem}
.global-layout .dian span.d19{width: .30rem; height: .30rem; opacity: 0.2}
.global-layout .dian span.d20{width: .40rem; height: .40rem; opacity: 0.2}

.global-layout .dian span.d1{left: 60%;top: 45%;}
.global-layout .dian span.d2{left: 80%;top: 50%;}
.global-layout .dian span.d3{left: 1%;top: 28%;}
.global-layout .dian span.d4{left: 21%;top: 64%;}
.global-layout .dian span.d5{left: 52%;top: 61%;}
.global-layout .dian span.d6{left: 94%;top: 60%;}
.global-layout .dian span.d7{left: 80%;top: 16%;}
.global-layout .dian span.d8{left: 32%;top: 8%;}
.global-layout .dian span.d9{left: 11%;top: 46%;}
.global-layout .dian span.d10{left: 8%;top: 64%;}
.global-layout .dian span.d11{left: 19%;top: 59%;}
.global-layout .dian span.d12{left: 51%;top: 72%;}
.global-layout .dian span.d13{left: 43%;top: 4%;}
.global-layout .dian span.d14{left: 48%;top: 29%;}
.global-layout .dian span.d15{left: 77%;top: 69%;}
.global-layout .dian span.d16{left: 94%;top: 40%;}
.global-layout .dian span.d17{left: 100%;top: 71%;}
.global-layout .dian span.d18{left: -4%;top: 50%;}
.global-layout .dian span.d19{left: 47%;top: 39%;}
.global-layout .dian span.d20{left: 79%;top: 65%;}

.global-layout .box2 .item.n1 .city{background: var(--primary-color);color: var(--white-color);}
.global-layout .box2 .item.n1 .city:before,
.global-layout .box2 .item.n1 .city:after{content: '';position: absolute; width: 100%; height: 100%; top: 0; left: 0; border-radius: 0.46rem;}
.global-layout .box2 .item.n1 .city:before{ box-shadow:  0 0 0 .1rem #eaf2fe; z-index: 2}
.global-layout .box2 .item.n1 .city:after{ box-shadow:  0 0 0 .2rem #ffffff; opacity: 0.5}

.global-layout .box1 .item{width: max-content;height: 0.46rem;border-radius: 0.5rem;transition: all 0.5s;}
.global-layout .box1 .item h4{color: #fff;font-weight: var(--font-weight__r);font-size: var(--font-size__18);line-height: 1.2;padding:0 0.18rem;display: flex;align-items: center;width: 100%;height: 100%;background-color: #307fe2;border-radius: 0.5rem;position: relative;z-index: 1;}
.global-layout .box1 .item .city{display: none;}
.global-layout .box1 .item:nth-child(1){left: 55%;top: 54%;margin: -0.4rem 0 0 -0.4rem;}
.global-layout .box1 .item:nth-child(2){left: 53%;top: 28%;margin-left:-0.4rem;}
.global-layout .box1 .item:nth-child(3){right: 15%;top: 35%;}
.global-layout .box1 .item:nth-child(4){right: 13%;top: 55%;}
.global-layout .box1 .item:nth-child(5){left: 5%;top: 30%;}
.global-layout .box1 .item:nth-child(6){left: 18%;top: 40%;}
.global-layout .box1 .item:nth-child(7){left: 0%;top: 55%;}
.global-layout .box1 .item:nth-child(1).on{margin: -0.5rem 0 0 -0.5rem;}
.global-layout .box1 .item.on h4{background-image: linear-gradient(to bottom, #3080e2 , #2fb6fd);}
.global-layout .box1 .item.on h4:before{width: 0.13rem;height: 0.16rem;margin: 0px 0.06rem 0 0;background: url(../images/local.svg) no-repeat center center/contain;content: "";}
.global-layout .box1 .item.on::before,
.global-layout .box1 .item.on::after {width: 100%;height: 100%;position: absolute;left: 0;top: 0;content: '';
border-radius: 0.5rem;opacity: 0;animation: scaleAnimate 2s linear;animation-iteration-count: infinite;background: rgba(48,127,226,0.6);}
.global-layout .box1 .item.on::after {animation-delay: .5s;}

.global-layout .tab_item:not(.tab1) .item .city{transition: all 0.3s;}
.global-layout .tab_item:not(.tab1) .item .city span{display: flex;width: 100%;height: 100%;align-items: center;justify-content: center;border-radius: 0.45rem;position: relative;z-index: 10;}
.global-layout .tab_item:not(.tab1) .item:hover .city span{display: flex;background-image: linear-gradient(to bottom, #3080e2 , #2fb6fd);color: #fff;width: 100%;min-height: 0.36rem;align-items: center;justify-content: center;}
.global-layout .tab_item:not(.tab1) .item:hover .city span:before{width: 0.13rem;height: 0.16rem;display: block;margin: 0px 0.06rem 0 0;background: url(../images/local.svg) no-repeat center center/contain;content: "";}
.global-layout .tab_item:not(.tab1) .item:hover .city::before,
.global-layout .tab_item:not(.tab1) .item:hover .city::after {width: 100%;height: 100%;position: absolute;left: 0;top: 0;content: '';
border-radius: 0.56rem;opacity: 0;animation: scaleAnimate 2s linear;animation-iteration-count: infinite;background: rgba(48,127,226,0.6);}
.global-layout .tab_item:not(.tab1) .item:hover::after {animation-delay: .5s;}

.global-layout .city{line-height: 1.15;}
.global-layout .box2  .item.n1{left: 50%;top: 50%;}
.global-layout .box2  .item.n2{left: 62%;top: 42%;}
.global-layout .box2  .item.n3{left: 70%;top: 60%;}
.global-layout .box2  .item.n4{left: 18%;top: 45%;}
.global-layout .box2  .item.n5{right: 6%;top: 50%;}
.global-layout .box2  .item.n6{left: 31%;top: 58%;}
.global-layout .box2  .item.n7{left: 37%;top: 8%;}
.global-layout .box2  .item.n8{left: 6%;top: 42%;}
.global-layout .box2  .item.n9{left: 33%;top: 24.5%;}
.global-layout .box2  .item.n10{left: 11%;top: 30%}
.global-layout .box2  .item.n11{left: 74%;top: 72%;}
.global-layout .box2  .item.n12{left: 24%;top: 32%;}
.global-layout .box2  .item.n13{left: 35.5%;top: 71%;}
.global-layout .box2  .item.n14{left: 72%;top: 48%;}
.global-layout .box2  .item.n15{left: 8%;top: 67%;}
.global-layout .box2  .item.n16{left: 47%;top: 21%}
.global-layout .box2  .item.n17{left: 28%;top: 13%;}
.global-layout .box2  .item.n18{left: 80%;top: 38%;}
.global-layout .box2  .item.n19{left: 92%;top: 35.5%;}
.global-layout .box2  .item.n20{left: 69%;top: 10.5%;}
.global-layout .box2  .item.n21{left: 6%;top: 53.5%;}
.global-layout .box2  .item.n22{left: 19%;top: 20.5%;}
.global-layout .box2  .item.n23{left: 53%;top: 5.5%;}
.global-layout .box2  .item.n24{left: 87%;top: 26.5%;opacity: 0;}
.global-layout .box2  .item.n25{left: 85%;top: 23.5%;}
.global-layout .box2  .item.n26{left: 56%;top: 71.5%;}
.global-layout .box2  .item.n27{left: 39%;top: 33.5%;}

.global-layout .box2  .item.n2 .city,
.global-layout .box2  .item.n3 .city,
.global-layout .box2  .item.n4 .city,
.global-layout .box2  .item.n5 .city,
.global-layout .box2  .item.n6 .city,
.global-layout .box2  .item.n7 .city,
.global-layout .box2  .item.n10 .city,
.global-layout .box2  .item.n13 .city,
.global-layout .box2  .item.n16 .city,
.global-layout .box2  .item.n17 .city,
.global-layout .box2  .item.n18 .city,
.global-layout .box2  .item.n19 .city{}

.global-layout .box2  .item.n15 .city,
.global-layout .box2  .item.n20 .city{}

.global-layout .box2  .item.n21 .city,
.global-layout .box2  .item.n22 .city,
.global-layout .box2  .item.n23 .city,
.global-layout .box2  .item.n24 .city,
.global-layout .box2  .item.n25 .city,
.global-layout .box2  .item.n26 .city,
.global-layout .box2  .item.n27 .city{height: .46rem;  background: rgba(48,127,226,1);color: var(--white-color); }

.global-layout .box2  .item.n1 .city,
.global-layout .box2  .item.n3 .city,
.global-layout .box2  .item.n5 .city,
.global-layout .box2  .item.n8 .city,
.global-layout .box2  .item.n9 .city,
.global-layout .box2  .item.n10 .city,
.global-layout .box2  .item.n14 .city,
.global-layout .box2  .item.n16 .city,
.global-layout .box2  .item.n17 .city,
.global-layout .box2  .item.n18 .city{font-size: .16rem}

.global-layout .box2  .item.n4 .city,
.global-layout .box2  .item.n7 .city,
.global-layout .box2  .item.n11 .city{font-size: .14rem}

.global-layout .box2  .item.n3 .city span,
.global-layout .box2  .item.n4 .city span,
.global-layout .box2  .item.n5 .city span{padding: 0 .1rem}

.global-layout .box3 .global .item:hover .info{transform: translate(-50%,-130%) scale(1);}
.global-layout .box3 .item.n1{left: 50%;top: 50%;}
.global-layout .box3 .item.n2{left: 74%;top: 55%;}
.global-layout .box3 .item.n3{left: 42.5%; top: 6%;}
.global-layout .box3 .item.n4{left: 89%;top: 30%;}
.global-layout .box3 .item.n5{left: 54%;top: 30%;}
.global-layout .box3 .item.n6{left: 25%;top: 14%;}
.global-layout .box3 .item.n7{left: 6%;top: 52%;}
.global-layout .box3 .item.n8{left: 13%;top: 40%;}
.global-layout .box3 .item.n9{left: 28%;top: 26.5%;}
.global-layout .box3 .item.n10{left: 67%;top: 66%}
.global-layout .box3 .item.n11{left: 42%;top: 62%;}
.global-layout .box3 .item.n12{left: 57%;top: 42%;}
.global-layout .box3 .item.n13{left: 25.5%;top: 56%;}
.global-layout .box3 .item.n14{left: 68%;top: 9.5%;}
.global-layout .box3 .item.n15{left: 71%;top: 23.5%;}
.global-layout .box3 .item.n16{left: 42%;top: 20.5%;}
.global-layout .box3 .item.n17{left: 31%;top: 37.5%;}
.global-layout .box3 .item.n18{left: 8%;top: 28.5%;}

.global-layout .box3 .item.n1 .city{}

.global-layout .box3 .item.n4 .city,
.global-layout .box3 .item.n6 .city,
.global-layout .box3 .item.n12 .city,
.global-layout .box3 .item.n13 .city{max-width: 2.5rem;}

.global-layout .box3 .item.n3 .city,
.global-layout .box3 .item .city{max-width: 2rem;}

.global-layout .box3 .item.n14 .city,
.global-layout .box3 .item.n15 .city,
.global-layout .box3 .item.n16 .city,
.global-layout .box3 .item.n17 .city,
.global-layout .box3 .item.n18 .city{ height: .46rem; font-size: .18rem; background: rgba(48,127,226,1);color: var(--white-color); }

.global-layout .box3 .item.n1 .city,
.global-layout .box3 .item.n2 .city,
.global-layout .box3 .item.n3 .city,
.global-layout .box3 .item.n6 .city{font-size: .16rem}

.global-layout .box3 .dian span.d3{left: 7%;top: 35%;width: 0.31rem;height: 0.31rem;}
.global-layout .box3 .dian span.d7{left: 79%;top: 18%;width: 0.2rem;height: 0.2rem;}
.global-layout .box3 .dian span.d8{left: 19%;top: 17%;}
.global-layout .box3 .dian span.d10{left: 21.5%;top: 32%;width: 0.2rem;height: 0.2rem;}
.global-layout .box3 .dian span.d11{left: 29%;top: 25%;width: 0.4rem;height: 0.4rem;}
.global-layout .box3 .dian span.d12{left: 41%;top: 58%;}
.global-layout .box3 .dian span.d13{left: 66%;top: 3%;width: 0.1rem;height: 0.1rem;}
.global-layout .box3 .dian span.d16{left: 93%;top: 35%;width: 0.06rem;height: 0.06rem;}
.global-layout .box3 .dian span.d18{left: 73%;top: 13%;width: 0.5rem;height: 0.5rem;}
.global-layout .box3 .dian span.d19{left: 57%;top: 42%;width: 0.2rem;height: 0.2rem;}
.global-layout .box3 .dian span.d20{left: 59%;top: 24%;}

.global-layout .item{ animation: top_bot 3s infinite; -webkit-animation: top_bot 3s infinite; }
.global-layout .item.n1,
.global-layout .item.n6,
.global-layout .item.n9,
.global-layout .item.n14 { animation: top_bot 2.7s infinite; -webkit-animation: top_bot 2.7s infinite; }
.global-layout .item.n2,
.global-layout .item.n5,
.global-layout .item.n12 { animation: top_bot 2.5s infinite; -webkit-animation: top_bot 2.5s infinite; }
.global-layout .item.n10,
.global-layout .item.n16,
.global-layout .item.n20 { animation: top_bot 2.5s infinite; -webkit-animation: top_bot 2.4s infinite; }

.global-partner{padding-bottom:0.25rem;overflow: hidden;}
.global-partner .swiper:nth-child(2){margin: 0 0.8rem;}
.global-partner .swiper-slide{display: flex;justify-content: center;flex-wrap: wrap;padding: 0.2rem;}
.global-partner .swiper-slide .card{width: 10%;padding: 0.05rem;}
.global-partner .swiper-slide a{height: 0.75rem;background:var(--white-color);position: relative;transition: 0.5s;box-shadow: 0 0 0.3rem rgba(var(--primary-color__rgb), 0.15);}
.global-partner .swiper-slide a img{max-width: 100%; max-height: 100%; transition: 0.5s}
.global-partner .swiper-slide a:hover{z-index: 10; box-shadow:0 0 .24rem 0 rgba(var(--primary-color__rgb), 0.12)}
.global-partner .swiper-slide-active .card a{animation:zoomInSmall 0.5s .5s ease both;}
.global-partner .swiper-slide-active .card:nth-child(1) a{animation:zoomInSmall 0.5s .6s ease both;}
.global-partner .swiper-slide-active .card:nth-child(2) a{animation:zoomInSmall 0.5s .4s ease both;}
.global-partner .swiper-slide-active .card:nth-child(3) a{animation:zoomInSmall 0.5s .7s ease both;}
.global-partner .swiper-slide-active .card:nth-child(8) a{animation:zoomInSmall 0.5s .5s ease both;}
.global-partner .swiper-slide-active .card:nth-child(11) a{animation:zoomInSmall 0.5s .8s ease both;}
.global-partner .swiper-slide-active .card:nth-child(12) a{animation:zoomInSmall 0.5s .7s ease both;}
.global-partner .swiper-slide-active .card:nth-child(13) a{animation:zoomInSmall 0.5s .5s ease both;}
.global-partner .swiper-slide-active .card:nth-child(14) a{animation:zoomInSmall 0.5s .6s ease both;}
.global-partner .swiper-slide-active .card:nth-child(15) a{animation:zoomInSmall 0.5s .9s ease both;}
.global-partner .swiper-slide-active .card:nth-child(16) a{animation:zoomInSmall 0.5s .7s ease both;}
.global-partner .swiper-slide-active .card:nth-child(17) a{animation:zoomInSmall 0.5s .8s ease both;}
.global-partner .swiper-slide-active .card:nth-child(18) a{animation:zoomInSmall 0.5s .5s ease both;}
.global-partner .swiper-slide-active .card:nth-child(19) a{animation:zoomInSmall 0.5s .6s ease both;}
.global-partner .swiper-slide-active .card:nth-child(20) a{animation:zoomInSmall 0.5s .8s ease both;}
.global-partner .swiper-pagination-bullet-active:after{background-color: var(--secondary-color);}

.global-partner .other{position: relative; height: .42rem; margin: auto;width:1.2rem}
.global-partner .other .arr{width: .42rem; height: .42rem;top: 0}
.global-partner .other .arr.swiper-button-disabled{background-color: var(--white-color); border-color: var(--white-color); opacity: 1}
.global-partner .other .arr:not(.swiper-button-disabled){background-color: var(--primary-color); border-color: var(--primary-color)}
.global-partner .other .swiper-button-prev:not(.swiper-button-disabled){background-image: url(../images/swiper/prev-on.svg)}
.global-partner .other .swiper-button-next:not(.swiper-button-disabled){background-image: url(../images/swiper/next-on.svg)}
.global-partner .swiper-pagination{position: static;margin-top: -0.1rem;}

.global-layout .global .item[data-type="N"] .info{display: none !important;}
.global-layout .global .item[data-type="N"]{pointer-events: none;}
.global-layout .global .item[data-title="None"]{pointer-events: none;}
.global-layout .global .item[data-title="None"] .city{font-size: 0;}

@media(min-width:1025px){
.global-layout .sub-column{position: absolute}
.global-partner{width: calc(100% + 4rem);margin-left: -2rem;}
.global-layout .tab_title {position: absolute;width: 2rem;top: 37%;right: 1.58rem;z-index: 100;}
.global-layout .tab_title ul{display: block;}
.global-layout .tab_title ul li:not(:last-child){margin-bottom: 0.2rem;}
}
@media(max-width:1024px){
.global-layout .part{width: 100%; min-height: 100vw;margin-bottom: 0;transform: scale(0.9);}
.global-layout .tab_title{padding-top: 0;}
.global-partner{width: calc(100% + 1rem);margin-left: -0.5rem;}
.global-partner .swiper-slide .card{width: 14.285%;}
}
@media(max-width:480px){
	.global-layout .tab_title li a{padding: 0.05rem 0.1rem;min-width: 1rem;line-height:1;}
	.global-partner .swiper-slide a{height: 0.4rem;}
	.global-layout .global .city{transform: scale(0.7);height:auto !important;line-height:1;}
	.global-layout .box1 .item h4{font-size:0.14rem;}
	.global-layout .box1 .item{height:0.32rem;}
	.global-layout .global .info{padding: 0.2rem;}
	.global-layout .global .info{min-width: 2.6rem;}
	/* .global-layout .line{left: 9%;top: 8%;} */
	.global-partner{transform: translateY(-0.6rem);}
	.global-layout .global .item:hover .info{transform: translate(-36%,-101%) scale(0.9);}


.global-layout .global .city span{padding:0.08rem 0.1rem;}

/*box2*/
.global-layout .box2 .item.n1{left:25%;}
.global-layout .box2 .item.n2 {left: 62%;top: 44%;}
.global-layout .box2 .item.n3 {left: 70%;top: 60%;}
.global-layout .box2 .item.n4 {left: 18%;top: 45%;}
.global-layout .box2 .item.n5 {right: 6%;top: 50%;}
.global-layout .box2 .item.n6 {left: 20%;top: 59%;}
.global-layout .box2 .item.n7 {left: 32%;top: 7%;}
.global-layout .box2 .item.n8 {left: -3%;top: 42%;}
.global-layout .box2 .item.n9 {left: 33%;top: 24.5%;}
.global-layout .box2 .item.n10 {left: 2%;top: 31%;}
.global-layout .box2 .item.n11 {left: 74%;top: 72%;}
.global-layout .box2 .item.n12 {left: 24%;top: 32%;}
.global-layout .box2 .item.n13 {left: 24.5%;top: 74%;}
.global-layout .box2 .item.n14 {left: 67%;top: 33%;}
.global-layout .box2 .item.n15 {left: -3%;top: 70%;}
.global-layout .box2 .item.n17 {left: 15%;top: 13%;}
.global-layout .box2 .item.n18 {left: 80%;top: 38%;}
.global-layout .box2 .item.n19 {left: 101%;top: 41.5%;}
.global-layout .box2 .item.n20 {left: 69%;top: 10.5%;}
.global-layout .box2 .item.n21 {left: -4%;top: 55.5%;}
.global-layout .box2 .item.n22 {left: 5%;top: 20.5%;}
.global-layout .box2 .item.n23 {left: 46%;top: 5.5%;}
.global-layout .box2 .item.n25 {left: 76%;top: 23.5%;}
.global-layout .box2 .item.n26 {left: 42%;top: 67.5%;}
.global-layout .box2 .item.n27 {left: 39%;top: 33.5%;}
.global-layout .dian span.d20{left: 69%;top: 82%;}

	.global-layout .box3 .item.n1{left: 42%;top: 45%;}
	
	.global-layout .box1 .item h4{padding:0 0.1rem;}
	.global-layout .box1 .item:nth-child(1) {
        left: 64%;
        top: 65%;
    }
	.global-layout .box1 .item:nth-child(2){
		left: 63%;
    top: 38%;}
    .global-layout .box1 .item:nth-child(3) {
        right: -11%;
        top: 75%;
    }
    .global-layout .box1 .item:nth-child(4) {
        right: -5%;
        top: 65%;
    }
	.global-layout .box1 .item:nth-child(5){
		left: 17%;
    top: 34%;}
	.global-layout .box1 .item:nth-child(6){
		left: 14%;
    top: 499%;
	}
	.global-layout .box1 .item:nth-child(7){top: 66%;}


    .global-layout .box3 .global .item:hover .info{transform: translate(-10%,-100%) scale(0.9);}
    .global-layout .box3 .global .item.n18:hover .info,
    .global-layout .box3 .global .item.n7:hover .info,
    .global-layout .global .item.n10:hover .info,
    .global-layout .global .item.n8:hover .info,
    .global-layout .global .item.n15:hover .info {
        transform: translate(-8%, -125%) scale(1);
    }
    .global-layout .box3 .global .item.n4:hover .info {
        transform: translate(-72%, -150%) scale(1);
    }
    .global-layout .box3 .item.n1{left: 28.5%;top: 51%;}
    .global-layout .box3 .item.n2{left: 70%;top: 56%;}
    .global-layout .box3 .item.n3{left: 24.5%;top: -2%;}
    .global-layout .box3 .item.n4{left: 74%;top: 46%;}
    .global-layout .box3 .item.n5{left: 57%;top: 33%;}
    .global-layout .box3 .item.n6{left: -3%;top: 11%;}
    .global-layout .box3 .item.n7{left: -3%;top: 58%;}
    .global-layout .box3 .item.n8{left: 1%;top: 47%;}
    .global-layout .box3 .item.n9{left: 22%;top: 30.5%;}
    .global-layout .box3 .item.n10{left: 67%;top: 66%}
    .global-layout .box3 .item.n11{left: 42%;top: 73%;}
    .global-layout .box3 .item.n12{left: 39%;top: 42%;}
    .global-layout .box3 .item.n13{left: 15.5%;top: 64%;}
    .global-layout .box3 .item.n14{left: 62%;top: 8.5%;}
    .global-layout .box3 .item.n15{left: 71%;top: 20.5%;}
    .global-layout .box3 .item.n16{left: 42%;top: 20.5%;}
    .global-layout .box3 .item.n17{left: 20%;top: 39.5%;}
    .global-layout .box3 .item.n18{left: 10%;top: 28.5%;}
}
/* global end */



/*ind_page96*/
.ind_page96{padding-top: 1.6rem;min-height: 50vw}
.ind_page96 .ind_column h2 .cn{color: #fff}
.ind_page96 .desc{max-width: 10.6rem;margin: 0 auto;color: #fff;text-align: center;}
.ind_page96 .more{display: block;margin: 0.5rem auto 0;	width: 1.2rem;line-height: 0.66rem;text-align: center;font-size: 0.18rem;color: #ffffff;border-radius: 50%;height: 0.66rem;background-color: #003c96;}

@media(max-width:1024px){
	.ind_page97{padding-top: 0.4rem;}
	.ind_page97 .Global_r{margin-top: 0.2rem;}
	.ind_page97 .Global_r .tabbox{width: 6.4rem;height: 6.4rem}
	.ind_page97 .Global_r .tab-nav{top: 0;left: 50%;transform: translate(-50%,0);width: 100%;}
	.ind_page97 .Global_r .tab-nav .item{width: 30%;float: left;margin: 0 1%}
	.ind_page97 .Global_r .TabSlide{padding-top: 1rem;}
	.ind_page97 .Global_r .tabbox .tab-con .gw li .city{font-size: 0.14rem}
	.ind_page97 .Global_r .tabbox .tab-con .gw .li22{width: 2rem}
	.ind_page96{padding-top: 1rem;}
	.ind_page96 .desc{font-size: 0.16rem;line-height: 0.24rem;}
    rows ind_page99{padding-bottom:0;}
}
@media(max-width:768px){
.ind_page97 .Global_l .slider .slick-slide > div{width: calc(25% - 0.1rem)}
.ind_page3 .info{max-width: unset;}
.ind_page97 .Global_r{margin-top: 0rem;}
.ind_page3 .ispic{width: 100%;margin-bottom: 0.4rem;height: auto;padding-bottom: 125.8%;}
.ind_page3 .data{padding-bottom: 0;}
}
@media(max-width:480px){
.ind_page97 .Global_r .tabbox{width: 100vw;height: 100vw}
.ind_page97 .Global_r .tab-nav .item{width: 100%;margin: 0.1rem auto}
.ind_page4 .data{display: none}
.ind_page98 .slider li .txt{width: 100%;height: auto;}
.ind_page98 .slider li .ispic{width: 100%;height: auto;padding-bottom: 56.25%;margin-top: 0.15rem;margin-bottom: 0.8rem;}
.ind_page98 .slider .controls{width: 100%;bottom: 0.2rem}
.ind_column{flex-wrap: wrap;}
.ind_page98 .ind_column .desc{width: 100%;margin-top: 0.2rem;}
.ind_page99 .Galary003154 .slider-nav .slick-list{padding:0 10%;}
.ind_page99 .Galary003154 .slider-for .ispic{padding-bottom: 80vh;}
.ind_page99 .Galary003154 .slider-nav li.slick-current .desc p:not(:first-child){margin-top:0;}
.ind_page99 .Galary003154 .slider-nav li .more{top:0.24rem;}
.ind_page1 .info h1{font-size: 0.24rem;line-height: 0.3rem;}
.ind_page1 .info h3{font-size: 0.2rem}
.ind_page4 .ispic span{font-size: 0.14rem;left: 0.15rem;top: 0.15rem;max-width:calc(100% - 0.3rem);}
.ind_page4 .ispic span:before{top:0.01rem;}
.ind_page97 .Global_r .tab-nav {font-size: 0;text-align: center;}
.ind_page97 .Global_r .tab-nav .item{width: 48%;margin: 1%;display: inline-block;float: none}
.ind_page97 .Global_r .TabSlide{padding-top: 1.6rem;}
.ind_page97 .Global_l .slider .slick-slide > div{width: calc(16.66% - 0.1rem)}
.ind_page97 .Global_r .tabbox .tab-con .qq li,
.ind_page97 .Global_r .tabbox .tab-con .gn li,
.ind_page97 .Global_r .tabbox .tab-con .gw li{position: static;width: 48% !important;float: left;margin: 1%;transform:translateX(0) !important;;line-height:0.5rem !important;height: 0.5rem !important;border: none !important; }
.ind_page97 .Global_r .tabbox .tab-con .qq{margin-top: 0.6rem;}
.ind_page97 .Global_r .tabbox .tab-con li .info,
.ind_page97 .Global_r .tabbox .tab-con .gn li  .info,
.ind_page97 .Global_r .tabbox .tab-con .gw li  .info{left: 0;transform: translateX(0);width: 94vw}
.ind_page97 .Global_r .tabbox .tab-con li:nth-child(2n) .info,
.ind_page97 .Global_r .tabbox .tab-con .gn li:nth-child(2n)  .info,
.ind_page97 .Global_r .tabbox .tab-con .gw li:nth-child(2n)  .info{left: auto;right: 0}
.ind_page97 .Global_r .tabbox .tab-con .gw .li2 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li3 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li5 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li6 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li7 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li8 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li11 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li12 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li16 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li17 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li18 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li19 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li20 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li21 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li23 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li24 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li25 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li26 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li27 .city, .ind_page97 .Global_r .tabbox .tab-con .gw .li15 .city{line-height: 0.5rem;}
.ind_page97 .Global_r .tabbox .tab-con .center{position: static;margin: 0 auto 0.3rem;transform: translateX(0);}
.ind_page97 .Global_r .tabbox .tab-con .gw,.ind_page97 .Global_r .tabbox .tab-con .gn{max-height:2.4rem;overflow-y: auto;}
.ind_page97 .Global_r .tabbox .tab-con .gw:hover,.ind_page97 .Global_r .tabbox .tab-con .gn:hover{overflow: visible;}
.ind_page97 .Global_r .tabbox .tab-con.nones{display: none}
.ind_page97 .Global_r .tabbox .tab-con.fadeInUpSmall{display: block;}
.ind_page96{padding-top: 0.4rem;}
.ind_page2 .ind_column .more{height: 0.44rem;line-height: 0.44rem;}
.ind_page2 .list li{width: 100%;margin-bottom: 0.2rem;}
.ind_page4 .txt h4{font-size: 0.2rem;line-height: 0.3rem;min-height: 0.6rem}
.ind_page3 .data b{font-size: 0.5rem}
}


/*20260309*/
.ind_page97 .Global_l{width: 13.6rem;top: -1.2rem;max-width: 80vw}
.ind_page97 .Global_l .slider{position: absolute;left: 0;width: 100%;opacity: 0;z-index: -10;top: 0.6rem;transition: all 0.3s}
.ind_page97 .Global_l .slider.show{opacity: 1;z-index: 10;top: 0}
.ind_page97 .Global_r .tabbox .tab-con .qq li.on::after{opacity: 0.2;}
.ind_page97 .Global_r .tabbox .tab-con .qq li.on::before{opacity: 0.4;}
.ind_page97 .Global_r .tabbox .tab-con .qq li.on{background: linear-gradient(to bottom, #3080e2 , #2fb6fd);z-index: 9;}
.ind_page97 .Global_r .tabbox .tab-con .qq li.on .city img{display: inline-block;}
.ind_page97 .Global_r .tabbox .tab-con .qq li.on{overflow: visible;z-index: 9;}
.ind_page97 .Global_l .slider .slick-slide > div{width: calc(10% - 0.1rem)}
