* {
	margin: 0;
	padding: 0;
}
.fp-tableCell{
	overflow: hidden;
}

.class_more{
	width: fit-content;
	height: auto;
	padding: 0.12rem 0.3rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	column-gap: 0.06rem;
	border-radius: 0.04rem;
	border: 0.01rem solid #FFFFFF;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	cursor: pointer;
}
.class_more i{
	width: 0.17rem;
	height: 0.17rem;
	display: block;
	background: url(../images/img/jiantou1.png) center no-repeat;
	background-size: contain;
	filter: brightness(0) invert(1);
}
.class_more:hover{
	background: #FFFFFF;
	color: #002673;
}
.class_more:hover i{
	filter: none;
}




/* 栏目 */
.class_title{
	width: auto;
	position: relative;
}
.class_title .title_cn{
	font-weight: bold;
	font-size: 0.54rem;
	color: #000000;
}
.class_title .title_en{
	position: absolute;
	bottom: 0.16rem;
	font-weight: bold;
	font-size: 0.7rem;
	color: rgba(0,38,115,0);
	text-transform: uppercase;
	white-space: nowrap;
    text-stroke: 0.01rem rgba(0,38,115,0.15);
    -webkit-text-stroke: 0.01rem rgba(0,38,115,0.15);
    -moz-text-stroke: 0.01rem rgba(0,38,115,0.15);
    -o-text-stroke: 0.01rem rgba(0,38,115,0.15);
}






.fp-viewing-5 .header.active{
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
}
.fp-viewing-5 .header.active .head_logo1{
    display: none;
}
.fp-viewing-5 .header.active .search_icon,
.fp-viewing-5 .header.active .head_search .search,
.fp-viewing-5 .header.active.head_url img,
.fp-viewing-5 .header.active .head_language .language_txt img,
.fp-viewing-5 .header.active .head_txt .head_language .language_txt i{
    filter: brightness(1) invert(0);
}
.fp-viewing-5 .header.active .head_nav .nav_item .nav_url{
    color: #000;
}
.fp-viewing-5 .header.active .head_search .phone,
.fp-viewing-5 .header.active .head_search .phone b{
    color: #000;
}
.fp-viewing-5 .header.active .head_search .phone::before{
    background: #DDDDDD;
}
.fp-viewing-5 .header.active .head_logo2{
    display: block;
}
.fp-viewing-5 .header.active .head_hr{
    background: #333;
}
.fp-viewing-5 .header.active .head_url,
.fp-viewing-5 .header.active .head_language .language_txt{
    color: #333;
}







#fp-nav.fp-right{
	right: 0.55rem;
}
#fp-nav ul li{
    width: 0.11rem;
    height: 0.11rem;
    margin: 0.15rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fp-nav ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
}
#fp-nav ul li a span:first-child{
	display: none !important;
}
#fp-nav ul li a span{
	width: 0.11rem !important;
	height: 0.11rem !important;
	background: #FFFFFF;
	opacity: 0.6;
	border-radius: 0;
	margin: 0 !important;
	position: initial;
	transform: skewX(-10deg);
}
#fp-nav ul li a.active span{
	background: #002673;
	border-radius: 0;
	margin: 0;
	opacity: 1;
	width: 0.14rem;
	height: 0.11rem;
	display: block;
}
#fp-nav ul li:hover a span{
	opacity: 1;
	background: #002673;
}




/* 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>img,
.banner_swiper .swiper-slide>video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_swiper .swiper-slide .slide-info{
	position: absolute;
	padding-top: 15%;
	z-index: 99;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 16.2rem;
	width: 100%;
}
.banner_swiper .swiper-slide .slide-title{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 0.82rem;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}
.banner_swiper .video-slide .class_more{
	margin: 0.59rem auto 0;
}
.banner_swiper .image-slide .slide-title{
	text-align: left;
}
.banner_swiper .image-slide .slide-desc{
	font-weight: 400;
	font-size: 0.28rem;
	color: #FFFFFF;
	margin: 0.33rem 0 0.69rem;
}

.banner_swiper .swiper-button-next,
.banner_swiper .swiper-button-prev{
	width: 0.47rem;
    height: 0.47rem;
    position: absolute;
    bottom: 1.24rem;
    top: auto;
	margin: 0;
	border: 0.01rem solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_swiper .swiper-button-next::after,
.banner_swiper .swiper-button-prev::after{
	display: none;
}
.banner_swiper .swiper-button-next{
	right: 1.6rem;
}
.banner_swiper .swiper-button-prev{
	right: 2.3rem;
	left: auto;
}
.banner_swiper .swiper-button-next img,
.banner_swiper .swiper-button-prev img{
	width: 0.09rem;
	height: auto;
	object-fit: contain;
}
.banner_swiper .swiper-button-next:hover,
.banner_swiper .swiper-button-prev:hover{
	background: #002673;
	border: 0.01rem solid #002673;
}










.banner .banner_down{
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 9;
	column-gap: 0.11rem;
	bottom: 0.67rem;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
}
.banner .banner_down span{
	width: 0.47rem;
	height: 0.47rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.banner .banner_down span img{
	width: 0.16rem;
	height: auto;
	object-fit: contain;
}








/* 关于我们 */
.about{
	width: 100%;
	height: 100vh;
	background: url(../images/img/about_bg.png) center no-repeat;
	background-size: cover;
	padding-top: 0.9rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.about .about_txt{
	font-weight: 400;
	font-size: 0.32rem;
	color: #002673;
	margin: 0.48rem 0 0.3rem;
}
.about .about_content{
	max-width: 9.83rem;
	margin-bottom: 0.57rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.9;
}
.about .class_more{
	color: #8F8F8F;
	border: 0.01rem solid #8F8F8F;
}
.about .class_more i{
	background: url(../images/img/jiantou2.png) center no-repeat;
	background-size: contain;
	filter: none;
}
.about .class_more:hover{
	color: #fff;
	background: #002673;
	border: 0.01rem solid #002673;
}
.about .class_more:hover i{
	filter: brightness(0) invert(1)
}
.about .about_num{
	width: 100%;
	margin-top: 0.96rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 0.4rem;
}
.about .about_num .stat-item{
	width: calc(25% - 0.3rem);
	height: 1.6rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
	border-radius: 0.1rem;
	position: relative;
	padding: 0.35rem 0.26rem;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}
.about .about_num .stat-item::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background: #002673;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s;
	border-radius: 0.1rem;
}
.about .about_num .stat-item .stat_icon{
	width: 0.5rem;
	height: 0.5rem;
	background: #002673;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0.18rem;
	right: 0.22rem;
}
.about .about_num .stat-item .stat_icon img{
	width: 0.26rem;
	object-fit: contain;
	filter: brightness(0) invert(1);
}
.about .about_num .stat-item .stat-value,
.about .about_num .stat-item .stat-value span{
	font-family: Impact-Regular;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 0.46rem;
	color: #002673;
	position: relative;
}
.about .about_num .stat-item .stat-title{
	margin-top: 0.14rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #737373;
	position: relative;
}
.about .about_num .stat-item:hover::before{
	width: 100%;
	height: 100%;
}
.about .about_num .stat-item:hover .stat_icon{
	background: #FFFFFF;
}
.about .about_num .stat-item:hover .stat_icon img{
	filter: none;
}
.about .about_num .stat-item:hover .stat-value,
.about .about_num .stat-item:hover .stat-value span{
	color: #fff;
}
.about .about_num .stat-item:hover .stat-title{
	color: rgba(255,255,255,0.8);
}





/* 案例 */
.anli{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-size: cover;
}

.anli_body{
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(9,23,51,0.2);
}
.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;
}
.anli_body .anli_item::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient( 180deg, rgba(0,38,115,0) 0%, rgba(0,38,115,0.5) 100%);
	top: 100%;
	transition: all 0.5s;
}
.anli_body .anli_item.act:before{
	top: 0;
}
.anli_body .anli_item .anli_icon{
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
	position: relative;
}
.anli_body .anli_item .anli_title{
	width: 100%;
	margin: 0.45rem 0 0.32rem;
	text-align: center;
	font-weight: bold;
	font-size: 0.46rem;
	color: #FFFFFF;
	position: relative;
}
.anli_body .anli_item .anli_cont{
	width: 100%;
	height: 0.77rem;
	padding: 0 1.08rem;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 1.75;
	margin-bottom: 0.36rem;
	text-align: center;
	position: relative;
}
.anli_body .anli_item .class_more{
	color: #002673;
	background: #FFFFFF;
	transition: all 0.5s;
	position: relative;
}
.anli_body .anli_item .class_more i{
	filter: none;
}
.anli_body .anli_item .class_more:hover{
	color: #fff;
	background: #002673;
	border: 0.01rem solid #002673;
}
.anli_body .anli_item .class_more:hover i{
	filter: brightness(0) invert(1);
}
.anli_body .anli_item.act .class_more{
	margin-bottom: 0.4rem;
}
.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%;
	}
}





/* 核心优势 */
.youshi{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	padding-top: 0.9rem;
	box-sizing: border-box;
}
.youshi .class_title .title_cn{
	color: #002673;
}
.youshi .youshi_box{
	max-width: 7rem;
	margin-top: 1.18rem;
	min-height: 3.6rem;
	padding-bottom: 0.2rem;
	box-sizing: border-box;
}
.youshi .youshi_box .youshi_title{
	width: 100%;
	font-weight: bold;
	font-size: 0.36rem;
	color: #333333;
}
.youshi .youshi_box .youshi_cont{
	margin: 0.4rem 0 0.5rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.75;
}
.youshi .youshi_box .class_more{
	color: #737373;
	border: 0.01rem solid #8F8F8F;
}
.youshi .youshi_box .class_more i{
	background: url(../images/img/jiantou2.png) center no-repeat;
	background-size: contain;
	filter: none;
}
.youshi .youshi_box .class_more:hover{
	color: #fff;
	background: #002673;
	border: 0.01rem solid #002673;
}
.youshi .youshi_box .class_more:hover i{
	filter: brightness(0) invert(1);
}
.youshi .youshi_list{
	display: flex;
	width: 100%;
	background: #00000040;
	border-radius:0.08rem;
	border: 0.01rem solid #CECECE;
	backdrop-filter: blur(4px);
}
.youshi .youshi_list .youshi_item{
	width: 25%;
	padding: 0.19rem 0.5rem 0.22rem 0.5rem;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.youshi .youshi_list .youshi_item::after{
	content: "";
	position: absolute;
	width: 0.01rem;
	height: 1.3rem;
	background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.94) 48.76%, rgba(255,255,255,0) 100%);
	right: 0;
	top: 0.07rem;
}
.youshi .youshi_list .youshi_item:last-child::after{
	display: none;
}
.youshi .youshi_list .youshi_item .youshi_icon{
	width: fit-content;
	height: 0.5rem;
	margin: 0 auto;
}
.youshi .youshi_list .youshi_item .youshi_icon img{
	width: auto;
	height: 100%;
	object-fit: contain;
}
.youshi .youshi_list .youshi_item .youshi_key{
	width: 100%;
	margin-top: 0.27rem;
	text-align: center;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
} 
.youshi .youshi_list .youshi_item .youshi_more{
	width: 0.35rem;
	height: 0.35rem;
	background: #FFFFFF;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: none;
	position: absolute;
	right: 0.5rem;
	bottom: 0.3rem;
}
.youshi .youshi_list .youshi_item .youshi_more img{
	width: 0.15rem;
	height: 0.15rem;
	object-fit: contain;
}
.youshi .youshi_list .youshi_item::before{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(0, 38, 115, 0.88);
    border-radius: 0.08rem;
    left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
    /* display: none; */
    z-index: -1;
	transition: all 0.5s;
}
.youshi .youshi_list .youshi_item.act::before{
	width: 100%;
    height: calc(100% + 0.16rem);
}
.youshi .youshi_list .youshi_item.act .youshi_icon{
	margin: 0 auto 0 0;
}
.youshi .youshi_list .youshi_item.act .youshi_key{
	text-align: left;
}
.youshi .youshi_list .youshi_item.act .youshi_more{
	display: flex;
}






/* 新闻动态 */
.news{
	width: 100%;
	height: 100vh;
	padding-top: 0.9rem;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/img/news_bg.png) center no-repeat;
	background-size: cover;
}
.news .news_lanmu{
	display: flex;
	justify-content: space-between;
}
.news .news_lanmu .class_more{
	height: fit-content;
	color: #737373;
	border: 0.01rem solid #8F8F8F;
}
.news .news_lanmu .class_more i{
	background: url(../images/img/jiantou2.png) center no-repeat;
	background-size: contain;
	filter: none;
}
.news .news_lanmu .class_more:hover{
	color: #fff;
	background: #002673;
	border: 0.01rem solid #002673;
}
.news .news_lanmu .class_more:hover i{
	filter: brightness(0) invert(1);
}
.news .news_images{
	margin: 0.56rem 0 0.2rem;
	display: flex;
	column-gap: 0.09rem;
}
.news .news_images .news_url{
	width: 3.11rem;
	height: 3.8rem;
	position: relative;
	overflow: hidden;
	transition: all 1s;
}
.news .news_images .news_url>img{
	display: inline;
}
.news .news_images .news_url::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient( 0deg, #0C2048 0%, rgba(0,0,0,0) 100%);
	opacity: 0.4;
	top: 0;
	left: 0;
}
.news .news_images .news_url .news_txt{
	position: absolute;
	display: flex;
	align-items: center;
	top: 3.1rem;
	left: 0.26rem;
	transition: all 0.5s;
}
.news .news_images .news_url .news_txt img{
	width: 0.4rem;
	height: 0.4rem;
	object-fit: contain;
	margin-right: 0.12rem;
}
.news .news_images .news_url .news_txt span{
	font-weight: bold;
	font-size: 0.24rem;
	color: #FFFFFF;
}
.news .news_images .news_url.act{
	width: 6.42rem;
	transition: all 0.5s;
}
.news .news_images .news_url.act::before{
	background: rgba(6,25,64,0.25);
	opacity: 1;
}
.news .news_images .news_url.act .news_txt{
	display: block;
	left: 0.4rem;
	top: 0.75rem;
}
.news .news_images .news_url.act .news_txt>img{
	margin-bottom: 0.16rem;
}
.news .news_box{
	position: relative;
}
.news .news_box .news_swiper{
	width: 100%;
	overflow: hidden;
	padding: 0.1rem 0;
}
.news .news_box .news_li{
	width: 5.33rem;
	height: 1.93rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.1);
	padding: 0.19rem 0.4rem 0.42rem 0.4rem;
	box-sizing: border-box;
}
.news .news_box .news_li .news_top{
	display: flex;
	column-gap: 0.19rem;
	align-items: baseline;
}
.news .news_box .news_li .news_time{
	display: flex;
	align-items: baseline;
	font-weight: 400;
	font-size: 0.18rem;
	color: #002673;
}
.news .news_box .news_li .news_time span{
	font-weight: 400;
	font-size: 0.32rem;
	color: #002673;
	margin-right: 0.05rem;
}
.news .news_box .news_li .news_key{
	font-weight: 400;
	font-size: 0.16rem;
	color: #9B9A9A;
}
.news .news_box .news_li .news_title{
	margin: 0.18rem 0 0.25rem;
	font-weight: 400;
	font-size: 0.2rem;
	color: #333333;
}
.news .news_box .news_li .news_more{
	font-weight: 400;
	font-size: 0.16rem;
	color: #002673;
}
.news .news_box .news_li:hover{
	background: #002673;
}
.news .news_box .news_li:hover .news_time,
.news .news_box .news_li:hover .news_time span,
.news .news_box .news_li:hover .news_key,
.news .news_box .news_li:hover .news_title,
.news .news_box .news_li:hover .news_more{
	color: #fff;
}



.news .news_box .news-next,
.news .news_box .news-prev{
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: rgba(206,220,236,0.5);
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.05);
	display: flex;
	justify-content: center;
	align-items: center;
}
.news .news_box .news-next::after,
.news .news_box .news-prev::after{
	display: none;
}
.news .news_box .news-next img,
.news .news_box .news-prev img{
	width: 0.1rem;
	height: auto;
	object-fit: contain;
}
.news .news_box .news-next{
	right: -0.25rem;
}
.news .news_box .news-prev{
	left: -0.25rem;
}
.news .news_box .news-next:hover,
.news .news_box .news-prev:hover{
	background: #002673;
}
.news .news_box .news-next:hover img,
.news .news_box .news-prev:hover img{
	filter: brightness(0) invert(1);
}




