body #header{
	color: #fff;
}
.home{
	min-width: 1200px;
}
.video_box{
	width: 100%;
	min-height: 675px;
	object-fit: fill;
}
.swpite_box{
	position: relative;
}
.video_box{
	min-height: 675px;
	position: relative;
	overflow: hidden;
}
.home_top_box{
	width: 900px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 100;
	height: 200px;
}
.video_title{
	height: 108px;
	font-size: 72px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 108px;
	text-align: center;
}
.video_txt{
	height: 72px;
	line-height: 72px;
	font-family: PingFangSC-Thin, PingFang SC;
	font-size: 38px;
	font-weight: 100;
	color: #FFFFFF;
	text-align: center;
}
.core_box{
	height: 900px;
	padding-top: 80px;
	background: #F7FCFF;
}
.core_title{
	/* 初始时不可见。等页面滚动到特定位置时，将opacity置为1可见 */
	opacity: 0;
	height: 44px;
	line-height: 44px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-size: 44px;
	font-weight: 600;
	text-align: center;
	color: #111F3A;
}
.core_txt_box{
	color: #0072EC;
}
.core_txt{
	/* 初始时不可见。等页面滚动到特定位置时，将opacity置为1可见 */
	line-height: 26px;
	margin: 30px 0;
	opacity: 0;
	color: #8C8E93;
	text-align: center;
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 18px;
	font-weight: 400;
}
.core_child_box{
	width: 1200px;
	height: 520px;
	margin: 0 auto;
	display: flex;
	gap: 24px;
}
.core_child_box > div{
	flex: 1 1 25%;
}
.core_child_info{
	width: 0px;
	height: 520px;
	padding: 32px 20px;
	border: 2px solid #FFFFFF;
	border-radius: 12px;
	box-shadow: 5px 5px 10px 0px rgba(184,203,249,0.58), -5px -5px 10px 0px #FFFFFF;
	overflow: hidden;
	/* animation:core_child_infoBox 5s forwards;
	-webkit-animation:core_child_infoBox 5s forwards; */
	background: linear-gradient(135deg, #F2F7FC 0%, #F6FEFE 100%);
}
@keyframes core_child_infoBox
{
  from {
		width: 0px;
	}
  to {
		width: 270px;
	}
}
.core_but{
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 40px;
	border-radius: 4px;
	color: #fff;
	background: #0F65F8;
	text-align: center;
	cursor: pointer;
}
.core_but > a{
	color: #fff;
}
.core_but:hover{
	animation:core_butHover 1s forwards;
	-webkit-animation:core_butHover 1s forwards;
}
.core_but:hover > a{
	color: #0F65F8;
}
@keyframes core_butHover
{
  from {
		width: 160px;
		height: 40px;
		background: #0F65F8;
		border-radius: 4px;
		color: #fff;
		line-height: 40px;
		text-align: center;
		margin: 0 auto;
		margin-top: 40px;
		cursor: pointer;
	}
  to {
		width: 160px;
		height: 40px;
		background: #FFF;
		border-radius: 4px;
		color: #0F65F8;
		line-height: 40px;
		text-align: center;
		margin: 0 auto;
		margin-top: 40px;
		cursor: pointer;
		border: 1px solid #0F65F8;
	}
}
.core_child_title{
	text-align: center;
	height: 20px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #111F3A;
	line-height: 20px;
	overflow: hidden;
	white-space:nowrap;
}
.core_child_img{
	width: 168px;
	height: 150px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 24px;
}
.core_img{
	width: 168px;
	height: 150px;
}
.core_child_txt{
	margin-bottom: 10px;
	display: flex;
	overflow: hidden;
}
.core_child_txt_img{
	width: 18px;
	height: 18px;
	margin-right: 4px;
	margin-top: 3px;
}
.core_img_txt{
	width: 18px;
	height: 18px;
}
.core_child_txt_child{
	width: 207px !important;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #697278;
	line-height: 24px;
}
.wath_my{
	height: 900px;
	background: #F7FCFF;
	padding-top: 80px;
}
.wath_my_child_box{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 24px;
}
.wath_my_child_left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 340px;
	height: 100%;
}

/* 我们的核心价值 - 菜单 */
.wath_my_child_left_child{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.child_left_child_l{
	position: relative;
	width: 220px;
	height: 80px;
	line-height: 80px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	transform-origin: left;
}
.no_ative .child_left_child_l{
	color: #0C203C;
	/* background: linear-gradient(135deg, #F2F7FC 0%, #F6FEFE 100%); */
	box-shadow: 5px 5px 10px 0px rgba(184,203,249,0.58), -5px -5px 10px 0px #FFFFFF;
}
.ative .child_left_child_l{
	color: #fff;
	background: #618DFF;
	animation: wath_my_child_left_childHove 1.6s forwards;
	-webkit-animation: wath_my_child_left_childHove 1.6s forwards;
}
.child_left_child_l > span{
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
}
.no_ative:hover .child_left_child_l{
	animation: wath_my_child_left_childHove 1.6s forwards;
	-webkit-animation: wath_my_child_left_childHove 1.6s forwards;
}
@keyframes wath_my_child_left_childHove{
	0%{
		z-index: 0;
		width: 0;
		color: #0C203C;
		background-color: #618DFF;
	}
	100%{
		z-index: 0;
		width: 220px;
		color: #fff;
		background-color: #618DFF;
	}
}

/* 我们的核心价值 - 菜单右侧的横线 */
.child_left_child_x{
	width: 0px;
	height: 1px;
	background: #618DFF;
	margin-left: 10px;
}
.ative .child_left_child_x{
	width: 120px;
}
.ative .child_left_child_x,
.no_ative:hover .child_left_child_x{
	animation: child_left_child_xHove 1.6s forwards;
	-webkit-animation: child_left_child_xHove 1.6s forwards;
}
@keyframes child_left_child_xHove{
	0%{
		width: 0px;
	}
	100%{
		width: 120px;
	}
}

/* 我们的核心价值 - 中间图片 */
.wath_my_child_count_img{
	height: 100%;
}
.wath_my_child_count_img.no_ative{
	display: none;
}
.wath_my_child_count_img.ative{
	display: block;
}

/* 我们的核心价值 - 右侧内容 */
.wath_my_child_count{
	display: flex;
	height: 430px;
	margin-top: 90px;
}
.wath_my_child_count .child_left_child_x{
	width: 90px;
	height: 1px;
	margin: 98px 10px 0 0;
	background: #618DFF;
}
.wath_my_child_count .no_ative{
	display: none;
}
.wath_my_child_count .ative{
	display: block;
}
.wath_my_child_count_txt{
	flex: 1;
}
.wath_my_child_coun_img_s{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	background: linear-gradient(180deg, #F3F5F8 0%, #FAFBFC 100%);
	box-shadow: -10px -10px 24px 0px #FFFFFF, 6px 6px 40px 0px rgba(0,20,77,0.1);
}
.wath_my_child_coun_title{
	height: 48px;
	line-height: 48px;
	margin-bottom: 24px;
	margin-top: 10px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-size: 32px;
	font-weight: 600;
	color: #111F3A;
}
.wath_my_child_coun_txt_info{
	display: flex;
	align-items: center;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 14px;
	font-weight: 400;
	color: #697278;
}
.wath_my_but{
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin-top: 40px;
	border-radius: 2px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	background: #0F65F8;
	text-align: center;
	cursor: pointer;
}
.wath_my_but > a{
	color: #fff;
}
.wath_my_but:hover{
	border: 1px solid #0F65F8;
	color:#0F65F8;
	background-color: #fff;
}
.wath_my_but:hover > a{
	color:#0F65F8;
}



.programme{
	height: 900px;
	background: #F7FCFF;
	overflow: hidden;
}
.programme_swiper{
	height: 600px;
}
.swiper_box_programme,
.swiper_box_programme2,
.swiper_box_programme3{
	height: 600px;
}
.swiper_box_programme2,
.swiper_box_programme3{
	display: grid;
	gap: 20px;
	grid-template-rows: 200px 200px;
	width: 1200px;
	height: 430px;
	margin: 0 auto;
}
.swiper_box_programme2{
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-areas: 'a b c'
						 'a d e';
}
.swiper_box_programme3{
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-template-areas: 'm m f g h'
						 'm m i j k';
}
.swiper_box_programme2 > div,
.swiper_box_programme3 > div{
	padding: 20px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px 0px rgb(184 203 249 / 58%), -5px -5px 10px 0px #ffffff;
	background: linear-gradient(135deg, #F2F7FC 0%, #F6FEFE 100%);
}
.swiper_box_programme2 > div{
	display: flex;
	justify-content: space-around;
}
.swiper_box_programme2 > div > span{
	writing-mode: vertical-lr;
    font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #0C203C;
    letter-spacing: 8px;
}
.swiper_box_programme3 > div  div{
	margin-bottom: 15px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #0C203C;
}
.swiper_box_programme3 > div p{
	margin: 0 !important;
	text-align: right;
}
.swiper_box_programme3 > div img{
	height: 120px;
}
.aa{
	grid-area: a;
	display: block !important;
	position: relative;
}
.aa > img{
	position: absolute;
	bottom: 20px;
	left: 35px;
}
.bb{
	grid-area: b;
}
.cc{
	grid-area: c;
}
.dd{
	grid-area: d;
}
.ee{
	grid-area: e;
}
.mm{
	grid-area: m;
	display: block !important;
	position: relative;
}
.mm > img{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.ff{
	grid-area: f;
}
.gg{
	grid-area: g;
}
.hh{
	grid-area: h;
}
.ii{
	grid-area: i;
}
.jj{
	grid-area: j;
}
.kk{
	grid-area: k;
}


.swiper_box_programme_child{
	width: 1200px;
	margin: 0 auto;
}
.swiper_box_programme_child_img{
	/* height: 346px; */
	max-height: 100%;
	/* margin: 0 auto; */
	vertical-align: top;
}
.swiper_box_programme_child_1{
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}
.swiper_box_programme_child_1_box{
	width: 252px;
	height: 346px;
	background: linear-gradient(135deg, #F2F7FC 0%, #F6FEFE 100%);
	box-shadow: 5px 5px 10px 0px rgba(184,203,249,0.58), -5px -5px 10px 0px #FFFFFF;
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	padding: 20px;
	position: relative;
}
.swiper_box_programme_child_1_box_img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.swiper_box_programme_child_1_box_title{
	height: 28px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #0C203C;
	line-height: 28px;
	text-align: left;
}
.swiper_box_programme_child_1_box_txt{
	height: 48px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8E93;
	text-align: left;
}
.swiper_box_programme_child_2_box{
	height: 346px;
	width: 290px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.swiper_box_programme_child_2_box_child{
	position: relative;
	width: 290px;
	height: 160px;
	background: linear-gradient(135deg, #F2F7FC 0%, #F6FEFE 100%);
	box-shadow: 5px 5px 10px 0px rgba(184,203,249,0.58), -5px -5px 10px 0px #FFFFFF;
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	padding: 20px;
}
.zhinentitl{
	background: #F7FCFF;
	box-shadow: 0px 10px 24px 0px rgba(0,26,97,0.06);
	height: 122px;
	margin-bottom: 80px;
}
.zhinentitl_child{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 122px;
	padding: 0 20px;
}
.zhinentitl_child_box{
	height: 122px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.boefrddd{
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0);
}
.zhinentitl_child_box_txt{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #677279;
}
.zhinentitl_child_box_img{
	width: 60px;
	height: 60px;
	display: block;
}
.zhinentitl_child_box_img_ative{
	width: 60px;
	height: 60px;
	display: none;
}
.zhinentitl_child_box_ative .boefrddd{
	background-color: #3E62EF;;
}
.zhinentitl_child_box_ative .zhinentitl_child_box_txt{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #3E62EF;
}
.zhinentitl_child_box_ative .zhinentitl_child_box_img_ative{
	display: block;
}
.zhinentitl_child_box_ative .zhinentitl_child_box_img{
	display: none;
}
.zhinentitl_child_box:hover .boefrddd{
	background-color: #3E62EF;;
}
.zhinentitl_child_box:hover .zhinentitl_child_box_txt{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #3E62EF;
}
.zhinentitl_child_box:hover .zhinentitl_child_box_img_ative{
	display: block;
}
.zhinentitl_child_box:hover .zhinentitl_child_box_img{
	display: none;
}
.choice_my{
	height: 900px;
	background: #F7FCFF;
	overflow: hidden;
}
.choice_my_child{
	width: 1200px;
	margin: 0 auto;
}
.choice_my_count{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.choice_my_count_info{
	width: 373px;
	height: 172px;
	border-radius: 8px;
	border: 4px solid #FFFFFF;
	margin: 20px 0;
	position: relative;
	padding: 30px 50px 60px;
	display: flex;
	align-items: flex-end;
}
.count_xia{
	background: linear-gradient(180deg, #F3F5F8 0%, #FAFBFC 100%);
	box-shadow: -10px -10px 24px 0px #FFFFFF, 6px 6px 40px 0px rgba(0,20,77,0.1);
}
.count_shang{
	background: linear-gradient(180deg, #F3F5F8 0%, #FAFBFC 100%) ;
	box-shadow: -10px -10px 24px 0px #FFFFFF, 6px 6px 40px 0px rgba(0,20,77,0.1);
}
.title_choice{
	font-size: 50px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 50px;
	margin-right: 10px;
	z-index: 9;
}
.count_xia .title_choice{
	color: #005CE6;
}
.count_shang .title_choice{
	color: #E68300;
}
.txt_choice{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #0C203C;
	line-height:18px;
	z-index: 9;
}
.choice_img{
	position: absolute;
	bottom: 0;
	left: 137px;
	z-index: 0;
}
.customer{
	height: 600px;
	background: #F7FCFF;
	overflow: hidden;
}
.customer_count{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	height: 220px;
	margin: 0 auto;
}
.customer_count_info{
	display: none;
	width: 270px;
	height: 220px;
	border: 4px solid #FFFFFF;
	border-radius: 12px;
	box-shadow: -10px -10px 24px 0px #FFFFFF, 6px 6px 40px 0px rgba(0,20,77,0.1);
	background: linear-gradient(180deg, #F3F5F8 0%, #FAFBFC 100%);
	overflow: hidden;
	cursor: pointer;
}
.customer_count_info:hover{
	animation: customer_count_infoHover 1s forwards;
	-webkit-animation: customer_count_infoHover 1s forwards;
}
@keyframes customer_count_infoHover
{
	from {
		height: 220px;
	}
	to {
		height: 402px;
	}
}
.customer_count_info_img{
	width: 262px;
	height: 158px;
}
.customer_count_info_title{
	height: 20px;
	line-height: 20px;
	margin: 20px 10px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-size: 18px;
	font-weight: 500;
	color: #111F3A;
}
.customer_count_info_type{
	display: flex;
	align-items: center;
	margin: 0px 10px;
	margin-bottom: 20px;
}
.customer_count_info_type_img{
	width: 24px;
	height: 24px;
	margin-right: 16px;
}
.customer_count_info_type_txt{
	height: 22px;
	line-height: 22px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 14px;
	font-weight: 400;
	color: #8C8E93;
}
.customer_count_info_txt{
	width: 230px;
	line-height: 24px;
	margin: 0px 10px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 14px;
	font-weight: 400;
	color: #697278;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.cooperation{
	height: 750px;
	background: #F7FCFF;
}
.cooperation_count{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
.cooperation_count > div{
	width: 200px;
	height: 112px;
	margin: 16px;
}
.cooperation_count > div > img{
	width: 0;
	height: 112px;
	margin: 16px;
	/* animation: cooperation_count_animate 2s forwards;
	-webkit-animation: cooperation_count_animate 2s forwards; */
}

@keyframes cooperation_count_animate
{
	from {
		width: 0;
	}
	to {
		width: 200px;
	}
}

.header-phone{
	display: flex;
	align-items: center;
	gap: 5px;
	/* color: #000; */
}
.header-phone-text{
	font-size: 12px;
	text-align: center;
	color: #bbb;
}
