*{
    margin: 0;
    padding: 0;
}





.fp-viewing-1 .header,
.fp-viewing-2 .header,
.fp-viewing-3 .header{
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.05);
}
.fp-viewing-1 .header .head_logo1,
.fp-viewing-2 .header .head_logo1,
.fp-viewing-3 .header .head_logo1{
    display: none;
}
.fp-viewing-1 .header .head_logo2,
.fp-viewing-2 .header .head_logo2,
.fp-viewing-3 .header .head_logo2{
    display: block;
}
.fp-viewing-1 .header .head_nav .nav_item .nav_url,
.fp-viewing-2 .header .head_nav .nav_item .nav_url,
.fp-viewing-3 .header .head_nav .nav_item .nav_url{
    color: #000;
}
.fp-viewing-1 .header .nav_item.act .nav_url,
.fp-viewing-2 .header .nav_item.act .nav_url,
.fp-viewing-3 .header .nav_item.act .nav_url{
    color: #D00000;
}
.fp-viewing-1 .header .nav_item.act .nav_url::before,
.fp-viewing-2 .header .nav_item.act .nav_url::before,
.fp-viewing-3 .header .nav_item.act .nav_url::before{
    background: #D00100;
}
.fp-viewing-1 .head_nav .nav_item .nav_url::after,
.fp-viewing-2 .head_nav .nav_item .nav_url::after,
.fp-viewing-3 .head_nav .nav_item .nav_url::after{
    background: url(../img/head_icon.png) center no-repeat;
    background-size: cover;
}
.fp-viewing-1 .header .head_search .search,
.fp-viewing-2 .header .head_search .search,
.fp-viewing-3 .header .head_search .search{
    background: #0042B4;
}
.fp-viewing-1 .header .head_search .search img,
.fp-viewing-2 .header .head_search .search img,
.fp-viewing-3 .header .head_search .search img{
    display: block;
}







.fp-viewing-1 .fp-right .fp-sr-only,
.fp-viewing-2 .fp-right .fp-sr-only,
.fp-viewing-3 .fp-right .fp-sr-only{
    color: #9D9D9D !important;
}
.fp-viewing-1 .fp-right ul li a span:last-child,
.fp-viewing-2 .fp-right ul li a span:last-child,
.fp-viewing-3 .fp-right ul li a span:last-child{
    border: 0.01rem solid #9D9D9D !important;
}
.fp-viewing-1 .fp-right ul li .fp-sr-only::before,
.fp-viewing-2 .fp-right ul li .fp-sr-only::before,
.fp-viewing-3 .fp-right ul li .fp-sr-only::before{
    background: #9D9D9D !important;
}
.fp-viewing-1 .fp-right ul li .active span:last-child,
.fp-viewing-2 .fp-right ul li .active span:last-child,
.fp-viewing-3 .fp-right ul li .active span:last-child{
    background: #9D9D9D !important;
}
.fp-viewing-2 .fp-right.active .fp-sr-only{
    color: #fff !important;
}
.fp-viewing-2 .fp-right.active ul li a span:last-child{
    border: 0.01rem solid #ffffff !important;
}
.fp-viewing-2 .fp-right.active ul li .fp-sr-only::before,
.fp-viewing-2 .fp-right.active ul li .active span:last-child{
    background: #ffffff !important;
}


.fp-viewing-2 .header.active{
    background: none;
}
.fp-viewing-2 .header.active .head_logo{
    filter: brightness(0) invert(1);
}
.fp-viewing-2 .header.active .head_nav .nav_item .nav_url{
    color: #fff;
}






/* 更多 */
.class_more{
    width: 1.8rem;
    height: 0.5rem;
    background: rgba(255,255,255,0.25);
    border-radius: 0.05rem;
    border: 0.01rem solid rgba(255,255,255,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.42rem;
    font-family: SC-RegularC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.class_more::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #D00000;
    border-radius: 0.05rem;
    transition: all 0.5s;
}
.class_more i{
    width: 0.21rem;
    height: 0.21rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/class_more.png) center no-repeat;
    background-size: cover;
    position: relative;
}
.class_more i::before{
    content: "";
    position: absolute;
    width: 0.21rem;
    height: 0.21rem;
    background: url(../img/class_more2.png) center no-repeat;
    background-size: cover;
    left: -0.05rem;
    transition: all 0.5s;
}
.class_more i img{
    width: 0.07rem;
    height: 0.07rem;
    object-fit: contain;
}
.class_more:hover::before{
    width: 100% !important;
    height: 100% !important;
    z-index: -1;
}
.class_more:hover{
    background: none !important;
    border: 0.01rem solid #D00000 !important;
}
.class_more:hover i::before{
    left: 0.05rem;
}
.class_more:hover i img{
    filter: brightness(4) invert(1);
}









/* banner */
.index_banner{
	position: relative;
	width: 100%;
	height: 100vh;
}
.banner_swiper{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
} 
.banner_swiper .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #000;
}
.banner_swiper .swiper-slide.video-slide::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.6);
}

.banner_swiper .swiper-slide>img,
.banner_swiper .swiper-slide>video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_swiper .swiper-slide .slide-info{
	position: absolute;
	padding-top: 10%;
	z-index: 99;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 16.2rem;
	width: 100%;
  pointer-events: none;
}
.banner_swiper .swiper-slide .slide_logo{
    width: 2.48rem;
    height: 0.83rem;
    margin: 0 auto;
}
.banner_swiper .swiper-slide .slide-title{
	width: auto;
	height: 0.56rem;
    margin: 0.67rem auto 0.25rem;
    display: flex;
    justify-content: center;
}
.banner_swiper .swiper-slide .slide-title img{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.banner_swiper .swiper-slide .slide-desc{
	font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.23rem;
    color: #FFFFFF;
    text-align: center;
}
.banner_swiper .swiper-slide .slide_more{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.15rem;
    margin-top: 1.18rem;
    pointer-events: auto;
}
.banner_swiper .swiper-slide .class_more:last-child{
    background: #0042B4;
    border: 0.01rem solid #0042B4;
}




.banner_swiper .custom-pagination{
    position: absolute;
    bottom: 1.04rem;
    left: 1.6rem;
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
}
.banner_swiper .custom-pagination .fraction{
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    z-index: 9;
}
.banner_swiper .custom-pagination .fraction span,
.banner_swiper .custom-pagination .fraction .custom_li,
.banner_swiper .custom-pagination .fraction .custom_li *{
    font-family: Montserrat-Medium;
    font-weight: 500;
    font-size: 0.21rem;
    color: #FFFFFF;
    opacity: 0.5;
}
.banner_swiper .custom-pagination .fraction>span{
    font-size: 0.1rem;
}
.banner_swiper .custom-pagination .fraction .custom_li:first-child,
.banner_swiper .custom-pagination .fraction .custom_li:first-child *{
    opacity: 1;
}
.banner_swiper .swiper-button-next,
.banner_swiper .swiper-button-prev{
	width: 0.09rem;
	height: 0.16rem;
	position: initial;
	top: auto;
	margin: 0;
}
.banner_swiper .swiper-button-next::after,
.banner_swiper .swiper-button-prev::after{
	display: none;
}
.banner_swiper .swiper-button-next img,
.banner_swiper .swiper-button-prev img{
	width: 0.09rem;
	height: auto;
	object-fit: contain;
}
.banner_swiper .swiper-pagination{
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
    bottom: 1rem;
    padding-right: 1.6rem;
    width: fit-content;
    right: 0;
    left: auto;
}
.banner_swiper .swiper-pagination span{
    width: 0.22rem;
    height: 0.22rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 0.02rem;
    background: none;
    transform: rotate(45deg);
    margin: 0;
    opacity: 1;
}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{
    background: #fff;
}



.index_banner .banner_down{
	width: fit-content;
	position: absolute;
	z-index: 9;
	column-gap: 0.11rem;
	bottom: 0.24rem;
	left: 50%;
	transform: translateX(-50%);
	font-family: SC-Light;
    font-weight: 300;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.index_banner .banner_down span{
	width: 0.29rem;
	height: 0.4rem;
    position: relative;
    display: block;
    margin: 0 auto 0.16rem;
    background: url(../img/down_icon.png) center no-repeat;
    background-size: contain;
    position: relative;
}
.index_banner .banner_down span:before {
    content: "";
    display: block;
    width: 3px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 10px;
    animation: scrollmouse 2s linear infinite;
}
@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1
    }

    to {
        transform: translate(-50%,10px);
        opacity: 0
    }
}







/* 新闻动态 */
.news_body{
    width: 100%;
    height: 100vh;
    background: url(../img/news_bg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.news_body .main{
    position: relative;
}
.class_lanmu{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.class_lanmu .class_title{
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.2rem;
    color: #404040;
    margin-bottom: 0.19rem;
    display: flex;
    align-items: center;
    column-gap: 0.05rem;
}
.class_lanmu .class_title i{
    width: 0.13rem;
    height: 0.12rem;
    display: block;
    background: url(../img/class_icon.png) center no-repeat;
    background-size: cover;
}
.class_lanmu .class_img{
    width: auto;
    height: 0.37rem;
}
.class_lanmu .class_img img{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.class_lanmu .class_more{
    color: #fff;
    background: #0042B4;
}
.news_tab{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0.52rem;
    left: 50%;
    transform: translateX(-50%);
    column-gap: 1.15rem;
}
.news_tab .tab_btn{
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.2rem;
    color: #404040;
    position: relative;
    cursor: pointer;
}
.news_tab .tab_btn::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0.02rem;
    background: #D00100;
    bottom: -0.1rem;
    transition: all 0.5s;
    left: 50%;
    transform: translateX(-50%);
}
.news_tab .tab_btn:hover,
.news_tab .tab_btn.act{
    color: #D00000;
}
.news_tab .tab_btn:hover:before,
.news_tab .tab_btn.act::before{
    width: 100%;
}
.news_box{
    margin-top: 1rem;
}
.news_box .news_item{
    display: none;
}
.news_box .news_item.on{
    display: flex;
    justify-content: space-between;
}
.news_box .news_item .news_fl{
    width: 7rem;
    max-height: 6.28rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.35rem 0.01rem rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}
.news_box .news_item .news_fl .swiper-slide{
    width: 7rem;
    overflow: hidden;
}
.news_box .news_item .news_fl .news_litpic{
    width: 100%;
    height: 4.08rem;
    overflow: hidden;
}
.news_box .news_item .news_fl .news_txt{
    padding: 0.3rem 0.43rem 0.48rem;
    box-sizing: border-box;
    display: flex;
    column-gap: 0.3rem;
}
.news_box .news_item .news_fl .news_txt .news_year{
    text-align: center;
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 0.81rem;
    color: #0042B4;
}
.news_box .news_item .news_fl .news_txt .news_date{
    text-align: center;
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 0.23rem;
    color: #0042B4;
}
.news_box .news_item .news_fl .news_txt .news_tit{
    width: calc(100% - 1.43rem);
}
.news_box .news_item .news_fl .news_title{
    padding-top: 0.2rem;
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.3rem;
}
.news_box .news_item .news_fl .news_cont{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.56;
}
.news_box .news_item .news_fl .swiper-pagination{
    bottom: 2.36rem;
}
.news_box .news_item .news_fl .swiper-pagination span{
    width: 0.53rem;
    height: 0.02rem;
    background: #FFFFFF;
    border-radius: 1rem 1rem 1rem 1rem;
}
.news_box .news_item .news_fr{
    width: calc(100% - 7.45rem);
}
.news_box .news_item .news_fr .news_li{
    width: 100%;
    height: auto;
    display: flex;
    column-gap: 0.26rem;
    padding-bottom: 0.32rem;
    border-bottom: 0.01rem solid #E6E6E6;
    margin-bottom: 0.32rem;
    position: relative;
}
.news_box .news_item .news_fr .news_li::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0.01rem;
    background: #D00100;
    bottom: -0.01rem;
    transition: all 0.5s;
    right: 0;
}
.news_box .news_item .news_fr .news_li:last-child{
    margin-bottom: 0;
}
.news_box .news_item .news_fr .news_li:hover:before{
    width: 100%;
    left: 0;
}
.news_box .news_item .news_fr .news_img{
    width: 1.7rem;
    height: 1rem;
    overflow: hidden;
}
.news_box .news_item .news_fr .news_li2{
    width: calc(100% - 1.96rem);
    padding-top: 0.06rem;
    box-sizing: border-box;
}
.news_box .news_item .news_fr .news_title2{
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.14rem;
    line-height: 1;
}
.news_box .news_item .news_fr .news_key{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #404040;
    margin-bottom: 0.16rem;
    line-height: 1;
}
.news_box .news_item .news_fr .news_time{
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.16rem;
    color: #999999;
}
.news_box .news_item .news_fr .news_li:hover .news_img img{
    transform: scale(1.1);
}
.news_box .news_item .news_fr .news_li:hover .news_title2{
    color: #0042B4;
}
.news_box .news_item .news_fr .news_li:hover .news_key,
.news_box .news_item .news_fr .news_li:hover .news_time{
    color: #000;
}
.news_box .news_item .news_fr .notice_li{
    width: 100%;
    display: flex;
    height: 1.39rem;
    padding: 0.4rem 0.52rem 0.4rem 0.2rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.24rem;
}
.news_box .news_item .news_fr .notice_li:last-child{
    margin-bottom: 0;
}
.news_box .news_item .news_fr .notice_li::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0.01rem;
    background: #D00100;
    bottom: -0.01rem;
    transition: all 0.5s;
    right: 0.5rem;
}
.news_box .news_item .news_fr .notice_li:hover:before{
    width: calc(100% - 0.7rem);
    left: 0.2rem;
}
.news_box .news_item .news_fr .notice_li::after{
    content: "";
    position: absolute;
    width: calc(100% - 0.7rem);
    height: 0.01rem;
    left: 0.2rem;
    bottom: 0;
    background: #D5D5D5;
}
.news_box .news_item .news_fr .notice_time{
    height: fit-content;
    font-family: MiSans-Medium;
    font-weight: 500;
    font-size: 0.18rem;
    color: #484848;
    display: flex;
    align-items: center;
}
.news_box .news_item .news_fr .notice_time i{
    width: 0.19rem;
    height: 0.19rem;
    margin-right: 0.05rem;
    display: block;
    background: url(../img/time1.png) center no-repeat;
    background-size: contain;
}
.news_box .news_item .news_fr .notice_title{
    max-width: 5.2rem;
    margin: 0 0.55rem 0 0.44rem;
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.5;
}
.news_box .news_item .news_fr .notice_more{
    width: 0.3rem;
    height: 0.3rem;
    background: #FFFFFF;
    border: 0.01rem solid #C3C3C3;
    border-radius: 0.04rem;
    overflow: hidden;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_box .news_item .news_fr .notice_more img{
    width: 0.1rem;
    height: 0.1rem;
    object-fit: contain;
    transform: rotate(-45deg);
}
.news_box .news_item .news_fr .notice_li:hover .notice_title{
    color: #0042B4;
}
.news_box .news_item .news_fr .notice_li:hover .notice_more{
    background: #D00000;
    border: 0.01rem solid #D00000;
}
.news_box .news_item .news_fr .notice_li:hover .notice_more img{
    filter: brightness(0) invert(1);
}










/* 滚动容器 */
.scroll-container {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: relative;
}
.scroll-container::-webkit-scrollbar{
	display: none;
    width: 0;
}
.scroll-container.hidden {
    overflow: hidden;
}

/* 关于 */
.indmh{width: 100%;position: relative;height: 400vh;}
.indmh-sticky{width: 100%;top: 0;left: 0;position: sticky;overflow: hidden;}
.indmh-bg{width: 100%;height: 100vh;object-fit: cover;}
.indmh-logo{position: absolute;z-index: 2;width: 100%;height: 100vh;top: 0;left: 0; }
.indmh-logo img{width: 100%;height: 100%;object-fit: cover;}
.indmh-shade{position: absolute;z-index: 1;width: 100%;height: 100vh;top: 0;left: 0;background: rgba(0,11,31, 0.8);opacity: 0;}
.indmh-content{position: absolute;width: 100%;z-index: 4;height: 100vh;display: flex;align-items: center;justify-content: center;top: 0;left: 0;padding-top: 1rem;box-sizing: border-box;}
.indmh .indTitle{position: relative;}
.indmh .indTitle .text{font-family: 'MiSans-Bold';font-weight: bold;font-size: 1rem;color: #FFFFFF;position: absolute;opacity: 0.05;top: -0.64rem;left: 50%;transform: translateX(-50%);text-transform: uppercase;letter-spacing: 0.1rem;}
.indmh .indTitle .title{width: auto;height: 0.43rem;margin-bottom: 0.33rem;}
.indmh .indTitle .title img{width: auto;height: 100%;object-fit: contain;margin: 0 auto;}
.indmh-desc{max-width: 12.37rem;margin-left: auto;margin-right: auto;text-align: center;line-height: 2;font-weight: 400;font-size: 0.18rem;color: #FFFFFF;}
.indmh-num{width: 16rem;color: #fff;margin-top: 1rem;}
.indmh-num ul{display: flex;align-items: center; justify-content: space-between;}
.indmh-num li{width: fit-content;text-align: center;}
.indmh-num li .num{font-family: 'SC-Regular';display: flex;column-gap: 0.15rem;font-weight: 400;font-size: 0.2rem;color: #FFFFFF;}
.indmh-num li .num .indTimer{font-family: MiSans-Bold;font-weight: bold;font-size: 0.7rem;color: #FFFFFF;line-height: 1;}
.indmh-num li .text{font-size: 0.18rem;color: #fff;font-weight: 400;text-align: left;font-family: 'SC-Regular';margin-top: 0.16rem;}
.indmh-num li .title{line-height: 1.1;}
.indmh-num .num_icon{width: 0.01rem;height: 1.2rem;background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #FFFFFF 56.65%, rgba(0,0,0,0) 100%);border-radius: 0rem 0rem 0rem 0rem;}
.indmh-content .class_more{margin: 1.5rem auto 0;}
/* -- */
.indmh-content{opacity: 0;pointer-events: none;transition: all .8s ease;}
.indmh-content.active{opacity: 1;pointer-events: auto;}
.indmh-content.active .indTitle{animation: indmhRun 1s ease both .4s;}
.indmh-content.active .indmh-desc{animation: indmhRun 1s ease both .6s;}
.indmh-content.active .indmh-num{animation: indmhRun 1s ease both .8s;}
.indmh-content.active .class_more{animation: indmhRun 1s ease both 1s;}
/*@keyframes indmhRun {0%{opacity: 0;transform: translateY(60px);filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}*/

@keyframes indmhRun {0%{opacity: 0;transform: scale(0.5);filter: blur(6px);}100%{opacity: 1;transform: scale(1);filter: blur(0);}}





/* 核心优势 */
.map {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.map .main{
    position: relative;
    width: 16rem;
    height: 7.51rem;
    margin-top: 1.6rem;
    box-sizing: border-box;
}
.map .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    transform: scale(1.01);
}
.map .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
}
.map #container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    top: -1rem;
    left: 0;
}
.map .logo {
    width: 3.84rem;
    height: 3.84rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 2.1rem);
    left: calc(50% - 1.9rem);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
    animation: pulse 2s infinite;
}
.map .logo img {
    width: 2.12rem;
    height: 2.39rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.73rem;
}
@keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}
.map .research,
.map .intelligent3,
.map .serve,
.map .research1,
.map .intelligent1,
.map .serve1 {
    opacity: 0;
    visibility: hidden;
}
.map .research {
    position: absolute;
    top: 1.925rem;
    left: 5.2rem;
    width: 1.0455rem;
    height: 2rem;
    text-align: right;
    z-index: 1;
    pointer-events: none;
}
.map .intelligent3 {
    position: absolute;
    top: 1.135rem;
    left: 7.856rem;
    width: 3rem;
    height: 1.5rem;
    z-index: 1;
    pointer-events: none;
}
.map .serve {
    position: absolute;
    top: 4.1848rem;
    left: 6.78rem;
    width: 3rem;
    height: 2rem;
    z-index: 1;
    pointer-events: none;
}
.map .research span,
.map .intelligent3 span,
.map .serve span{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.45rem;
    color: #FFFFFF;
    line-height: 1;
    position: absolute;
}
.map .research span:nth-child(1){
    top: -24%;
    left: 53%;
}
.map .research span:nth-child(2){
    top: 15%;
    left: -7%;
}
.map .research span:nth-child(3){
    top: 62%;
    left: -29%;
}
.map .research span:nth-child(4){
    top: 113%;
    left: 3%;
}
.map .intelligent3 span:nth-child(1){
    top: -36%;
    left: 5%;
}
.map .intelligent3 span:nth-child(2){
    top: -17%;
    left: 37%;
}
.map .intelligent3 span:nth-child(3){
    top: 38%;
    left: 64%;
}
.map .intelligent3 span:nth-child(4){
    top: 96%;
    left: 81%;
}
.map .serve span:nth-child(1){
    top: 82%;
    left: 7%;
}
.map .serve span:nth-child(2){
    top: 84%;
    left: 41%;
}
.map .serve span:nth-child(3){
    top: 64%;
    left: 78%;
}
.map .serve span:nth-child(4){
    top: 26%;
    left: 103%;
}



.map .research1,
.map .intelligent1,
.map .serve1{
    position: absolute;
    width: auto;
    height: 2.1rem;
    z-index: 1;
    cursor: pointer;
}
.map .research1{
    top: 1.8rem;
    left: 1.4rem;
}
.map .intelligent1 {
    top: 1rem;
    left: 11.8rem;
}
.map .serve1 {
    top: 4.7rem;
    left: 11rem;
}

.map .research1 .line,
.map .intelligent1 .line,
.map .serve1 .line{
    width: 2.45rem;
    height: 2px;
    background-color: #1556ce;
    position: absolute;
    top: 0.42rem;
    left: 0.8rem;
    z-index: -5;
}
.map .intelligent1 .line {
    right: 1.8rem;
    left: auto;
    width: 2.3rem;
    background-color: #4d7fd9;
}
.map .serve1 .line {
    right: 0.8rem;
    left: auto;
    width: 2.06rem;
    background-color: #90ade0;
}

.map .research1 .icon,
.map .intelligent1 .icon,
.map .serve1 .icon {
    border-radius: 50%;
    transition: 0.5s;
    width: 1.12rem;
    height: 1.12rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.35rem 0.01rem rgba(0,0,0,0.1);
    margin: 0 auto;
}
.map .research1 .icon a{
    padding-top: 0.37rem;
}
.map .intelligent1 .icon a,
.map .serve1 .icon a{
    padding-top: 0.31rem;
}
.map .research1 .icon img,
.map .intelligent1 .icon img,
.map .serve1 .icon img{
    display: block;
    width: 0.65rem;
    height: 0.38rem;
    object-fit: contain;
    margin: 0 auto;
    transition: 0.5s;
}
.map .intelligent1 .icon img {
    width: 0.49rem;
    height: 0.49rem;
}
.map .serve1 .icon img {
    width: 0.54rem;
    height: 0.52rem;
}
.map .research1 .p,
.map .intelligent1 .p,
.map .serve1 .p {
    margin-top: 0.225rem;
    font-family: 'SC-Regular';
    font-weight: 400;
    font-size: 0.25rem;
    color: #404040;
    line-height: 0.35rem;
    text-align: center;
}


/* .map .research1.active,
.map .intelligent1.active,
.map .serve1.active{
    height: 2.2875rem;
} */
.map .research1.active .icon,
.map .intelligent1.active .icon,
.map .serve1.active .icon {
    /* transform: scale(1.2); */
    background: #D00000;
}
.map .research1.active .icon img,
.map .intelligent1.active .icon img,
.map .serve1.active .icon img{
    /* transform: scale(1.2); */
    filter: brightness(0) invert(1);
    transform: scaleX(-1);
}


/* 动画定义 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}







/* 全产业链 */
.anli{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	/*background-size: cover;*/
}

.anli_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.anli_bg .anli_bgli{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    /*opacity: 0;*/
    /*transition: 0.7s;*/
}
.anli_bg .anli_bgli.on{
    /*opacity: 1;*/
    z-index: 3;
}



.anli_body{
	width: 100%;
	height: 100%;
	display: flex;
	/* background: rgba(0,0,0,0.5); */
}
.anli_body .anli_item{
	width: 25%;
	border-right: 0.01rem solid rgba(255,255,255,0.2);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	position: relative;
    padding-top: 1rem;
    box-sizing: border-box;
}
.anli_body .anli_item::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient( 180deg, rgba(0,0,0,0) 20%, #0042B4 100%);
	top: 100%;
	transition: all 0.5s;
}
.anli_body .anli_item.act:before{
	top: 0;
}
.anli_body .anli_item .anli_icon{
	width: 1.38rem;
	height: 1.38rem;
	margin: 0 auto;
	position: relative;
    background: url(../img/anli_bg.png) center no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anli_body .anli_item .anli_icon img{
    width: 0.6rem;
    height: 0.48rem;
    object-fit: contain;
}
.anli_body .anli_item .anli_icon::before{
    content: "";
    position: absolute;
    width: 1.38rem;
    height: 1.38rem;
    background: url(../img/anli_bg2.png) center no-repeat;
    background-size: contain;
    left: -0.1rem;
    transition: all 0.5s;
}
.anli_body .anli_item.act .anli_icon::before{
    left: 0.1rem;
}
.anli_body .anli_item .anli_title{
	width: 100%;
	margin: 0.48rem 0 0.62rem;
	text-align: center;
	font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
	position: relative;
}
.anli_body .anli_item .anli_title::before{
    content: "";
    position: absolute;
    width: 0.24rem;
    height: 0.03rem;
    background: #FFFFFF;
    bottom: -0.28rem;
    left: 50%;
    transform: translateX(-50%);
}
.anli_body .anli_item .anli_cont{
	width: 100%;
	height: 0.55rem;
	box-sizing: border-box;
    font-family: SC-Regular;
	font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
	line-height: 1.75;
	margin-bottom: 0.99rem;
	text-align: center;
	position: relative;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(0.3rem);
}
.anli_body .anli_item .class_more{
	background: rgba(255,255,255,0.25);
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(0.3rem);
}
.anli_body .anli_item.act .anli_cont,
.anli_body .anli_item.act .class_more{
    opacity: 1;
    transform: translateY(0rem);
}
.anli_body .anli_item::after {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: linear-gradient(0deg, transparent, #fff, transparent);
    position: absolute;
    top: 50%;
    right: -1px;
}
.anli_body .anli_item:last-child::after {
	display: none;
}
.anli_body .anli_item:nth-child(1)::after {
    animation: linemove 3.2s infinite alternate linear;
}
.anli_body .anli_item:nth-child(2)::after {
    animation: linemove 3.5s infinite alternate linear;
}
.anli_body .anli_item:nth-child(3)::after {
    animation: linemove 3s infinite alternate linear;
}
@keyframes linemove{
	0% {
		top: 0px;
	}

	100% {
		top: 100%;
	}
}



.footer{
    height: 100vh;
    background: url(../img/footer_bg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.footer .main{
    max-width: 16rem;
}
.footer .footer_top{
    flex-direction: row-reverse;
}
.footer .footer_top .foot_name{
    font-size: 0.45rem;
}
.footer .footer_center .foot_nav{
    column-gap: 0.62rem;
}

.footer .footer_bottom{
    width: 16rem;
    margin: 0 auto;
    background: none;
    padding-top: 0.47rem;
    border-top: 0.01rem solid rgba(255,255,255,0.2);
}







@media screen and (max-width: 1043px) {
    #fp-nav.fp-right {
        display: none !important;
    }



    .class_lanmu .class_title {
        font-size: 24px;
    }

    .class_lanmu .class_title i {
        width: 12px;
        height: 12px;
    }

    .class_lanmu .class_img {
        height: 30px;
    }

    .class_more {
        font-size: 16px;
        width: fit-content;
        height: auto;
        padding: 10px 20px;
        column-gap: 30px;
    }

    .class_more i {
        width: 20px;
        height: 20px;
    }






    .banner_swiper .swiper-slide .slide-info {
        padding: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .banner_swiper .swiper-slide .slide-title img {
        width: auto;
        height: 40px;
        max-width: 80%;
    }

    .banner_swiper .swiper-slide .slide-desc {
        font-size: 20px;
    }

    .index_banner .banner_down {
        font-size: 12px;
    }

    .index_banner .banner_down span {
        width: 20px;
        height: 30px;
        margin: 0 auto 10px;
    }

    .banner_swiper .custom-pagination {
        left: 4%;
        bottom: 30px;
        column-gap: 8px;
    }

    .banner_swiper .custom-pagination .fraction span,
    .banner_swiper .custom-pagination .fraction .custom_li,
    .banner_swiper .custom-pagination .fraction .custom_li * {
        font-size: 16px;
    }

    .banner_swiper .swiper-pagination {
        right: 4%;
        bottom: 30px;
        padding: 0;
        column-gap: 8px;
    }

    .banner_swiper .swiper-pagination span {
        width: 14px;
        height: 14px;
    }




    .news_body {
        padding-top: 80px;
    }

    .news_tab {
        position: initial;
        transform: none;
        margin: 60px 0;
        justify-content: space-evenly;
        column-gap: initial;
    }

    .news_tab .tab_btn {
        font-size: 24px;
    }

    .news_box {
        margin: 0;
    }

    .news_box .news_item {
        align-items: stretch;
    }

    .news_box .news_item .news_fl,
    .news_box .news_item .news_fr {
        width: 49%;
        height: auto;
        max-height: none;
    }

    .news_box .news_item .news_fl .swiper-slide {
        height: auto;
    }

    .news_box .news_item .news_fl .swiper-pagination {
        bottom: auto;
        top: 46%;
    }

    .news_box .news_item .news_fl .news_litpic {
        height: 0;
        padding-bottom: 62%;
        position: relative;
    }

    .news_box .news_item .news_fl .news_litpic img {
        position: absolute;
        top: 0;
    }

    .news_box .news_item .news_fl .news_txt {
        padding: 15px;
        column-gap: 17px;
    }

    .news_box .news_item .news_fl .news_txt .news_date {
        width: 58px;
    }

    .news_box .news_item .news_fl .news_title {
        font-size: 18px;
        margin-bottom: 6px;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        white-space: normal;
        height: 54px;
    }

    .news_box .news_item .news_fl .news_cont {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }

    .news_box .news_item .news_fl .news_txt .news_year {
        font-size: 36px;
    }

    .news_box .news_item .news_fl .news_txt .news_date {
        font-size: 13px;
    }

    .news_box .news_item .news_fl .news_txt .news_tit {
        width: calc(100% - 75px);
    }


    .news_box .news_item .news_fr .news_li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        column-gap: 15px;
        align-items: center;
    }

    .news_box .news_item .news_fr .news_img {
        width: 140px;
        height: 0;
        padding-bottom: 20%;
        position: relative;
    }

    .news_box .news_item .news_fr .news_img img {
        position: absolute;
        top: 0;
    }

    .news_box .news_item .news_fr .news_li2 {
        width: calc(100% - 155px);
        padding: 0;
        height: fit-content;
    }

    .news_box .news_item .news_fr .news_title2 {
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        white-space: normal;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .news_box .news_item .news_fr .news_key {
        display: none;
    }

    .news_box .news_item .news_fr .news_time {
        font-size: 14px;
    }

    .news_box .news_item .news_fr .notice_li::before {
        right: 10px;
    }

    .news_box .news_item .news_fr .notice_li:hover:before,
    .news_box .news_item .news_fr .notice_li::after {
        width: calc(100% - 20px);
        left: 10px;
    }

    .news_box .news_item .news_fr .notice_li {
        padding: 13px 10px;
        height: auto;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .news_box .news_item .news_fr .notice_time {
        font-size: 14px;
    }

    .news_box .news_item .news_fr .notice_time i {
        width: 15px;
        height: 15px;
    }

    .news_box .news_item .news_fr .notice_title {
        font-size: 16px;
        margin: 10px 0 0px;
        width: 100%;
        max-width: 100%;
    }

    .news_box .news_item .news_fr .notice_more {
        display: none
    }





    .indmh,
    .scroll-container {
        height: auto;
        overflow: hidden;
    }

    .indmh-logo {
        display: none;
    }

    .indmh-shade {
        opacity: 1;
    }

    .indmh-content {
        opacity: 1;
        pointer-events: auto;
        padding-top: 80px;
    }

    .indmh-content .contain {
        width: 94%;
        margin: 0 auto;
    }

    .indmh .indTitle .text {
        font-size: 60px;
        top: 50%;
        transform: translate(-50%, -65%);
        white-space: nowrap;
    }

    .indmh .indTitle .title {
        height: 30px;
    }



    .indmh-num {
        width: 100%;
        margin-top: 40px;
    }

    .indmh-desc,
    .indmh-num li .text {
        font-size: 16px;
    }

    .indmh-num li .num {
        font-size: 20px;
    }

    .indmh-num li .num .indTimer {
        font-size: 48px;
    }

    .indmh-content .class_more {
        margin: 50px auto 0;
    }



    .map {
        width: 100%;
        height: 10.5rem;
        position: relative;
        overflow: hidden;
    }

    .map .main {
        width: 94%;
        height: 100%;
        margin: 0 auto;
        padding-top: 1rem;
    }

    .map .h1 {
        position: absolute;
        top: 0;
        left: 5%;
        z-index: 10;
        padding-left: 0;
    }

    .map .h1::after {
        content: "";
        width: 0;
    }

    .map .h1 .h2-box {
        width: 2.5rem;
    }

    .map .h1 .h2-box .h2 {
        width: 2.5rem;
        font-size: 0.38rem;
        font-weight: bold;
        line-height: 0.38rem;
        color: #333333;
        margin-top: 0.45rem;
    }

    .map .h1 .h3-box {
        width: 2.7rem;
    }

    .map .h1 .h3-box .h3 {
        width: 2.7rem;
        font-family: "Gotham-Bold";
        font-size: 0.3rem;
        line-height: 0.3rem;
        letter-spacing: -0.0075rem;
        color: #c7c7c7;
        margin-top: 0.12rem;
    }

    .map #container {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        margin-top: -0.5rem;
    }

    .map .logo {
        width: 1.8rem;
        height: 1.8rem;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 1.2rem);
        left: calc(50% - 0.9rem);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        z-index: 1;
        animation: zoom 2s infinite linear;
        animation-fill-mode: backwards;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .map .logo img {
        width: 56%;
        height: auto;
        margin: 0;
    }

    .map .research {
        position: absolute;
        top: 4.2rem;
        left: 2.2rem;
        width: 0.6rem;
        height: 1rem;
        text-align: right;
        z-index: 1;
    }

    .map .intelligent3 {
        position: absolute;
        top: 3.9rem;
        left: 3.2rem;
        width: 1.6rem;
        z-index: 1;
        height: 0.8rem;
    }

    .map .serve {
        position: absolute;
        top: 5.1rem;
        left: 2.8rem;
        width: 1.6rem;
        z-index: 1;
        height: 1rem;
    }

    .map .research1 {
        visibility: visible !important;
        position: absolute;
        top: 7.3rem;
        left: 0.8rem;
        width: 1.7rem;
        height: 2.1rem;
        z-index: 1;
    }

    .map .research1 .line {
        display: none;
    }

    .map .research1 .icon {
        width: 1rem;
        height: 1rem;
    }

    .map .research1 .icon svg {
        width: 0.8rem;
        height: 0.8rem;
        padding-top: 0.2rem;
    }

    .map .research1 .p {
        font-size: 0.16rem;
        line-height: 1.5;
        letter-spacing: -0.0075rem;
        color: #333333;
        margin-top: 0.225rem;
    }

    .map .research1 .button {
        top: 0;
        opacity: 1;
    }

    .map .research1 .button a {
        font-size: 0.2rem;
        line-height: 0.2rem;
        color: #e84127;
    }

    .map .research1 .button a span img {
        width: 100%;
        vertical-align: middle;
        margin-bottom: 0.05rem;
    }

    .map .intelligent1 {
        visibility: visible !important;
        position: absolute;
        top: 7.3rem;
        left: 3rem;
        width: 1.7rem;
        height: 2.1rem;
        z-index: 1;
    }

    .map .intelligent1 .line {
        display: none;
    }

    .map .intelligent1 .icon {
        width: 1rem;
        height: 1rem;
    }

    .map .intelligent1 .icon svg {
        width: 0.8rem;
        height: 0.8rem;
        padding-top: 0.2rem;
    }

    .map .intelligent1 .p {
        font-size: 0.16rem;
        line-height: 1.5;
        letter-spacing: -0.0075rem;
        color: #333333;
        margin-top: 0.225rem;
    }

    .map .intelligent1 .button {
        top: 0;
        opacity: 1;
    }

    .map .intelligent1 .button a {
        font-size: 0.2rem;
        line-height: 0.2rem;
        color: #e84127;
    }

    .map .intelligent1 .button a span img {
        width: 100%;
        vertical-align: middle;
        margin-bottom: 0.05rem;
    }

    .map .serve1 {
        visibility: visible !important;
        position: absolute;
        top: 7.3rem;
        left: 5.2rem;
        width: 1.7rem;
        height: 2.1rem;
        z-index: 1;
    }

    .map .serve1 .line {
        display: none;
    }

    .map .serve1 .icon {
        width: 1rem;
        height: 1rem;
    }

    .map .serve1 .icon svg {
        width: 0.8rem;
        height: 0.8rem;
        padding-top: 0.2rem;
    }

    .map .serve1 .p {
        height: 0.56rem;
        font-size: 0.16rem;
        line-height: 1.5;
        letter-spacing: -0.0075rem;
        color: #333333;
        margin-top: 0.225rem;
    }

    .map .serve1 .button {
        top: 0;
        opacity: 1;
    }

    .map .serve1 .button a {
        font-size: 0.2rem;
        line-height: 0.2rem;
        color: #e84127;
    }

    .map .serve1 .button a span img {
        width: 100%;
        vertical-align: middle;
        margin-bottom: 0.05rem;
    }

    .map .research span,
    .map .intelligent3 span,
    .map .serve span {
        font-size: 34px;
    }



    .map .research,
    .map .intelligent3,
    .map .serve,
    .map .research1,
    .map .intelligent1,
    .map .serve1 {
        opacity: 1;
    }




    .anli_body .anli_item .anli_icon,
    .anli_body .anli_item .anli_icon::before {
        width: 100px;
        height: 100px;
    }

    .anli_body .anli_item .anli_title {
        font-size: 28px;
    }

    .anli_body .anli_item .anli_cont {
        font-size: 16px;
    }
    
    
    .footer .footer_top .foot_name{
        font-size: 32px;
    }
}


@media screen and (max-width: 769px) {
    .class_lanmu .class_title {
        font-size: 20px;
    }

    .class_lanmu .class_title i {
        width: 10px;
        height: 10px;
    }

    .class_lanmu .class_img {
        height: 24px;
    }

    .class_more {
        font-size: 14px;
        padding: 8px 15px;
        column-gap: 16px;
    }

    .class_more i {
        width: 16px;
        height: 16px;
    }




    .banner_swiper .swiper-slide .slide-desc {
        font-size: 16px;
        padding: 10px 20px 0;
    }



    .news_body {
        height: auto;
        padding: 60px 0;
    }

    .news_tab {
        margin: 40px 0 30px;
    }

    .news_box .news_item {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .news_box .news_item .news_fl,
    .news_box .news_item .news_fr {
        width: 100%;
    }

    .news_tab .tab_btn {
        font-size: 18px;
    }

    .news_box .news_item .news_fl .news_txt {
        align-items: center;
    }

    .news_box .news_item .news_fl .news_cont {
        display: none;
    }

    .news_box .news_item .news_fl .news_title {
        margin: 0;
    }

    .news_box .news_item .news_fl .swiper-pagination {
        top: 62%;
    }



    .indmh-bg {
        height: 100%;
        position: absolute;
    }

    .indmh-sticky {
        position: relative;
    }

    .indmh-shade {
        height: 100%;
    }

    .indmh .indTitle .text {
        font-size: 50px;
    }

    .indmh .indTitle .title {
        height: 24px;
    }

    .indmh-content {
        height: auto;
        position: relative;
        padding-bottom: 40px;
    }

    .indmh-desc {
        font-size: 14px;
    }

    .indmh-num ul {
        flex-wrap: wrap;
        row-gap: 20px;
        align-items: baseline;
    }

    .indmh-num li {
        width: 49%;
    }

    .indmh-num .num_icon {
        display: none;
    }

    .indmh-num li .num {
        font-size: 18px;
    }

    .indmh-num li .num .indTimer {
        font-size: 36px;
    }

    .indmh-num li .text {
        font-size: 12px;
    }





    .map {
        height: 14rem;
    }

    .map .research1 {
        left: 0;
    }

    .map .logo {
        width: 2.8rem;
        height: 2.8rem;
        top: calc(50% - 1.26rem);
        left: calc(50% - 1.4rem);
    }

    .map .research {
        top: 5.6rem;
        left: 1.4rem;
        width: 1rem;
        height: 2rem;
    }

    .map .intelligent3 {
        top: 5.5rem;
        left: 3.3rem;
        width: 2.3rem;
        height: 1.3rem;
    }

    .map .serve {
        top: 7.6rem;
        left: 2.2rem;
        width: 2.6rem;
        height: 1.4rem;
    }
    .map .research span, .map .intelligent3 span, .map .serve span {
        font-size: 24px;
    }
    .map .serve1 {
        right: 0;
        left: auto;
    }

    .map .intelligent1 {
        left: 50%;
        transform: translateX(-50%);
    }

    .map .research1,
    .map .intelligent1,
    .map .serve1 {
        top: 10.5rem;
        width: 32%;
    }

    .map .research1 .icon,
    .map .intelligent1 .icon,
    .map .serve1 .icon {
        width: 1.2rem;
        height: 1.2rem;
    }

    .map .research1 .icon a {
        padding-top: 0.37rem;
    }

    .map .research1 .icon img,
    .map .intelligent1 .icon img,
    .map .serve1 .icon img {
        width: 66%;
        height: auto;
        object-fit: contain;
    }

    .map .research1 .p,
    .map .intelligent1 .p,
    .map .serve1 .p {
        font-size: 0.28rem;
    }





    .anli_body {
        flex-wrap: wrap;
    }

    .anli_body .anli_item {
        width: 50%;
        height: 50%;
        overflow: hidden;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    }

    .anli_body .anli_item .anli_icon,
    .anli_body .anli_item .anli_icon::before {
        width: 70px;
        height: 70px;
    }

    .anli_body .anli_item .anli_title {
        font-size: 20px;
    }

    .anli_body .anli_item .anli_cont {
        font-size: 12px;
    }




    .footer .footer_top{
        flex-direction: row;
    }
}

