*{
    padding: 0;
    margin: 0;
}


/* 栏目 */
.class_title{
	width: auto;
	position: relative;
}
.class_title .title_cn{
	text-align: center;
	font-weight: bold;
	font-size: 0.54rem;
	color: #002673;
}
.class_title .title_en{
	position: absolute;
	width: 100%;
	text-align: center;
	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);
}







/* 公司简介 */
.about_body{
    padding-top: 1.07rem;
    padding-bottom: 1.2rem;
    background: url(../images/img/about_bg.jpg) top center no-repeat;
	background-size: cover;
	scroll-margin-top: 1rem;
}
.about_body .main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about_body .about_fl{
	width: 7.24rem;
	padding: 0.3rem 0;
}
.about_body .about_fl .about_key{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem;
	color: #002673;
	line-height: 1;
}
.about_body .about_fl .about_key:nth-child(2){
	text-align: right;
}
.about_body .about_fr{
	width: calc(100% - 7.93rem);
}
.about_body .about_fr .about_title{
	font-weight: 400;
	font-size: 0.32rem;
	color: #002673;
	margin-bottom: 0.43rem;
}
.about_body .about_fr .about_view,
.about_body .about_fr .about_view p{
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.8;
}
.about_body .about_num{
	width: 100%;
	margin-top: 1.01rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 0.4rem;
}
.about_body .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_body .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_body .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_body .about_num .stat-item .stat_icon img{
	width: 0.26rem;
	object-fit: contain;
	filter: brightness(0) invert(1);
}
.about_body .about_num .stat-item .stat-value,
.about_body .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_body .about_num .stat-item .stat-title{
	margin-top: 0.14rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #737373;
	position: relative;
}
.about_body .about_num .stat-item:hover::before{
	width: 100%;
	height: 100%;
}
.about_body .about_num .stat-item:hover .stat_icon{
	background: #FFFFFF;
}
.about_body .about_num .stat-item:hover .stat_icon img{
	filter: none;
}
.about_body .about_num .stat-item:hover .stat-value,
.about_body .about_num .stat-item:hover .stat-value span{
	color: #fff;
}
.about_body .about_num .stat-item:hover .stat-title{
	color: rgba(255,255,255,0.8);
}










/* 企业文化 */
.anli{
	width: 100%;
	height: 100vh;
	max-height: 10.8rem;
	overflow: hidden;
	position: relative;
	background-size: cover;
}
#about2{
	position: absolute;
	height: 0;
	scroll-margin-top: 1rem;
}
.anli .class_title{
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 1.27rem;
}
.anli .class_title .title_cn{
	color: #FFFFFF;
}
.anli .class_title .title_en{
	text-stroke: 0.01rem rgba(255,255,255,0.15);
    -webkit-text-stroke: 0.01rem rgba(255,255,255,0.15);
    -moz-text-stroke: 0.01rem rgba(255,255,255,0.15);
    -o-text-stroke: 0.01rem rgba(255,255,255,0.15);
}
.anli_body{
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(29,32,41,0.23);
}
.anli_body .anli_item{
	width: 25%;
	height: 100%;
	border-right: 0.01rem solid rgba(255,255,255,0.73);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	position: relative;
	padding-top: 0.56rem;
	box-sizing: border-box;
}
.anli_body .anli_item::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient( 180deg, rgba(0,38,115,0) 0%, #002673 100%);
	opacity: 0.61;
	top: 100%;
	transition: all 0.5s;
}
.anli_body .anli_item.act:before{
	top: 0;
}
.anli_body .anli_item .anli_icon{
	width: 0.7rem;
	height: 0.7rem;
	margin: 0 auto;
	position: relative;
}
.anli_body .anli_item .anli_title{
	width: 100%;
	text-align: center;
	margin: 0.23rem 0 0.22rem;
	font-weight: bold;
	font-size: 0.36rem;
	color: #FFFFFF;
	position: relative;
}
.anli_body .anli_item .anli_cont{
	width: 100%;
	padding: 0 0.3rem;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 1.28;
	text-align: center;
	position: relative;
}
.anli_body .anli_item .anli_cont p{
    font-weight: 400;
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 1.28;
	text-align: center;
}





/* 企业荣誉 */
.yongyu{
	padding: 0.79rem 0 0.9rem;
	box-sizing: border-box;
	scroll-margin-top: 1rem;
}

.yongyu_swiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.7rem;
	position: relative;
	padding-bottom: 0.85rem;
}
.yongyu_swiper .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.26rem;
	row-gap: 0.33rem;
}
.yongyu_swiper .yy_item{
	width: calc(25% - 0.215rem);
	height: 3.4rem;
	background: #FFFFFF;
	padding: 0.09rem 0.2rem 0 0.2rem;
	box-sizing: border-box;
	border: 0.01rem solid #E4E4E4;
}
.yongyu_swiper .yy_item .yy_img{
	width: 100%;
	height: 2.6rem;
	overflow: hidden;
	margin-bottom: 0.22rem;
}
.yongyu_swiper .yy_item .yy_txt{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yongyu_swiper .yy_item .yy_title{
	width: calc(100% - 0.3rem);
	font-weight: 400;
	font-size: 0.2rem;
	color: #383635;
}
.yongyu_swiper .yy_item .yy_more{
	width: 0.25rem;
	height: 0.25rem;
}
.yongyu_swiper .swiper-button-next,
.yongyu_swiper .swiper-button-prev{
	bottom: 0;
	top: auto;
	margin: 0;
	width: 0.47rem;
	height: 0.47rem;
	box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.16);
	border-radius: 0.25rem;
	opacity: 1;
}
.yongyu_swiper .swiper-button-next{
	background: #757575 url(../images/img/next.png) center no-repeat;
	background-size: 0.09rem 0.16rem;
	right: 6.84rem;
}
.yongyu_swiper .swiper-button-prev{
	background: #757575 url(../images/img/prev.png) center no-repeat;
	background-size: 0.09rem 0.16rem;
	left: 6.84rem;
}
.yongyu_swiper .swiper-button-next::after,
.yongyu_swiper .swiper-button-prev::after{
	display: none;
}
.yongyu_swiper .swiper-button-next:hover,
.yongyu_swiper .swiper-button-prev:hover{
	background-color: #002673;
}
.yongyu_swiper .swiper-pagination{
	width: fit-content;
	height: 0.12rem;
	bottom: 0.17rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	column-gap: 0.13rem;
}
.yongyu_swiper .swiper-pagination span{
	width: 0.12rem;
	height: 0.12rem;
	background: #7B7B7B;
	opacity: 1;
	margin: 0 !important;
	position: relative;
}
.yongyu_swiper .swiper-pagination span::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background: #002673;
	opacity: 0.2;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s;
}
.yongyu_swiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #002673;
	position: relative;
}
.yongyu_swiper .swiper-pagination .swiper-pagination-bullet-active::before{
	width: 0.2rem;
	height: 0.2rem;
}






/* 发展历程 */
.history{
	width: 100%;
	height: auto;
	background: url(../images/img/history_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 1.1rem 0;
	box-sizing: border-box;
	position: relative;
	scroll-margin-top: 1rem;
}
.history .class_title{
	position: absolute;
	top: 1.1rem;
	z-index: 2;
}
.history .class_title .title_en,
.history .class_title .title_cn{
	text-align: left;
}

.history_body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.history_body .content-container{
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}
.history_body .content-slider {
	display: flex;
	height: 100%;
	transition: transform 0.3s ease;
}
.history_body .content-slide {
	width:100%;
	display: flex;
	justify-content: space-between;
    overflow: hidden;
    position: relative;
    flex: 0 0 100%;
    height: 100%;
}
.history_body .content-slide .his_txt{
	width: 50%;
	padding-top: 1.62rem;
	box-sizing: border-box;
}
.history_body .content-slide .his_txt .his_year{
	font-weight: 400;
	font-size: 0.2rem;
	color: #333333;
	margin-bottom: 0.58rem;
}
.history_body .content-slide .his_txt .his_year span{
	font-weight: bold;
	font-size: 0.56rem;
	color: #333333;
}
.history_body .content-slide .his_txt .his_view{
	padding-left: 0.46rem;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.24rem;
	color: #757575;
}
.history_body .content-slide .his_img{
	width: 7rem;
	height: 4.06rem;
	overflow: hidden;
}





.history_body .tab-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.97rem;
    position: relative;
}
.history_body .tab-container::before{
	content: "";
	position: absolute;
	width: 100%;
	height: auto;
	border-bottom: 0.01rem dashed #A8A8A8;
	bottom: 0.33rem;
}
.history_body .tab-wrapper{
    width: calc(100% - 0.76rem);
	height: 1.07rem;
    overflow: hidden;
	position: relative;
}
.history_body .tab-wrapper .tab-slider{
    display: flex;
    align-items: baseline;
}
.history_body .tab-wrapper .tab-slide{
	width: auto;
	height: 0.16rem;
    position: relative;
}
.history_body .tab-wrapper .tab-slide .tab_year{
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 0.24rem;
	color: #757575;
	margin-bottom: 0.21rem;
	cursor: pointer;
}
.history_body .tab-wrapper .tab-slide .tab_icon{
	width: 0.16rem;
	height: 0.16rem;
	background: #FFFFFF;
	border: 0.04rem solid #C5C5C5;
	border-radius: 50%;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}
.history_body .tab-wrapper .tab-slide .tab_icon::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background: #BBD0FF;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s;
	z-index: -1;
}
.history_body .tab-wrapper .tab-slide.swiper-slide-thumb-active .tab_year{
	font-weight: bold;
	font-size: 0.36rem;
	color: #27417C;
	margin-bottom: 0.18rem;
}
.history_body .tab-wrapper .tab-slide.swiper-slide-thumb-active .tab_icon{
	background: #27417C;
	border: 0.04rem solid #27417C;
}
.history_body .tab-wrapper .tab-slide.swiper-slide-thumb-active .tab_icon::before{
	width: 0.36rem;
	height: 0.36rem;
}




.history_body .tab-container .prev,
.history_body .tab-container .next {
	width: 0.38rem;
	height: 0.38rem;
	border: none !important;
	cursor: pointer;
	position: relative;
	margin-top: 0.52rem;
}

.history_body .tab-container .prev {
	background: url(../images/img/left.png) center no-repeat;
	background-size: contain;
}

.history_body .tab-container .next {
	background: url(../images/img/right.png) center no-repeat;
	background-size: contain;
}

.history_body .tab-container .prev:hover{
	background: url(../images/img/left1.png) center no-repeat;
	background-size: contain;
}
.history_body .tab-container .next:hover {
	background: url(../images/img/right2.png) center no-repeat;
	background-size: contain;
}







/* 组织架构 */
.org{
	width: 100%;
	height: auto;
	background: url(../images/img/org_bg.png) center no-repeat;
	background-size: cover;
	padding: 0.93rem 0 0.84rem;
	box-sizing: border-box;
	scroll-margin-top: 1rem;
}
.org .org_view{
	margin-top: 0.6rem;
}






/* 公司风采 */
.style{
	padding-top: 1.24rem;
	box-sizing: border-box;
	max-width: 19.2rem;
	margin: 0 auto;
	overflow: hidden;
	scroll-margin-top: 1rem;
}
.style .style_body{
	margin-top: 0.8rem;
}
.style .style_body .swiper-slide{
	width: 12rem !important;
	height: 7.5rem;
	border-radius: 0.3rem;
	overflow: hidden;
	position: relative;
	transition: 300ms;
}
.style .style_body .swiper-slide .style_title{
	width: 100%;
	background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.51) 100%);
	padding: 1.21rem 0.4rem 0.84rem;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-weight: 400;
	font-size: 0.32rem;
	color: #FFFFFF;
	display: none;
}
.style .style_body .swiper-slide.swiper-slide-active .style_title,
.style .style_body .swiper-slide.swiper-slide-duplicate-active .style_title{
	display: block;
}







/* 视频风采 */
.vide{
	padding: 1.24rem 0 1.2rem;
	box-sizing: border-box;
	scroll-margin-top: 1rem;
}
.vide .video_swiper{
	width: calc(100% + 1.6rem);
	padding-right: 1.6rem;
	padding-bottom: 1.04rem;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 0.7rem;
	position: relative;
}
.vide .video_swiper .video_item{
	width: 4.4rem;
	height: 5.07rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(64,72,81,0.1);
	border-radius: 0.2rem;
	border: 0.01rem solid #D0DBE1;
	padding: 0.33rem 0.3rem 0.39rem;
	box-sizing: border-box;
}
.vide .video_swiper .video_item .video_img{
	width: 100%;
	height: 2.3rem;
	border-radius: 0.2rem 0.2rem 0rem 0rem;
	overflow: hidden;
	margin-bottom: 0.24rem;
}
.vide .video_swiper .video_item .video_img img{
	transition: all 0.5s;
}
.vide .video_swiper .video_item .video_title{
	font-weight: bold;
	font-size: 0.22rem;
	color: #333333;
	margin-bottom: 0.21rem;
}
.vide .video_swiper .video_item .video_cont{
	font-weight: 400;
	font-size: 0.18rem;
	color: #898989;
	line-height: 1.55;
	margin-bottom: 0.35rem;
}
.vide .video_swiper .video_item .video_more{
	display: flex;
	align-items: center;
	column-gap: 0.1rem;
	font-weight: 400;
	font-size: 0.2rem;
	color: #8E8E8E;
}
.vide .video_swiper .video_item .video_more i{
	width: 0.62rem;
	height: 0.44rem;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	border: 0.02rem solid #8E8E8E;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vide .video_swiper .video_item .video_more img{
	width: 0.12rem;
	height: auto;
	object-fit: contain;
}
.vide .video_swiper .video_item:hover .video_img img{
	transform: scale(1.1);
}
.vide .video_swiper .video_item:hover .video_title{
	color: #002673;
}
.vide .video_swiper .video_item:hover .video_more i{
	background: #002673;
	border: 0.02rem solid #002673;
}
.vide .video_swiper .video_item:hover .video_more img{
	filter: brightness(0) invert(1);
}
.vide .video_swiper .swiper-pagination {
	width: 14.18rem !important;
	bottom: 0.24rem !important;
	top: auto !important;
	height: 0.02rem !important;
	background: #D8DCE0;
}
.vide .video_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #002673;
}
.vide .video_swiper .swiper-button-next,
.vide .video_swiper .swiper-button-prev {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 0.7rem;
	height: 0.5rem;
	background: #D8DCE0;
	border-radius: 0.04rem;
	transition: all .5s;
	outline: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vide .video_swiper .swiper-button-next::after,
.vide .video_swiper .swiper-button-prev::after {
	display: none;
}
.vide .video_swiper .swiper-button-next img,
.vide .video_swiper .swiper-button-prev img {
	width: 0.14rem;
	height: auto;
	display: block;
	object-fit: contain;
}
.vide .video_swiper .swiper-button-next {
	right: 1.6rem;
	transform: rotate(180deg);
}
.vide .video_swiper .swiper-button-prev {
	right: 2.48rem;
	left: auto;
}
.vide .video_swiper .swiper-button-next:hover,
.vide .video_swiper .swiper-button-prev:hover {
	background: #002673;
}
.vide .video_swiper .swiper-button-next:hover img,
.vide .video_swiper .swiper-button-prev:hover img{
	filter: brightness(0) invert(1);  
}