.case_ban{
  padding: 154px 0;
  background: url(../img/case/ban.png) no-repeat left top;
}
.case_ban_img{
  width: 100%;
}
.case_ban_title{
  width: 1200px;
  margin: 0 auto;
  font-size: 52px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #03203D;
  line-height: 78px;
}
.case_ban_txt{
  width: 1200px;
  margin: 0 auto;
  font-size: 48px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0F65F8;
  line-height: 72px;
}
.case_box{
  background: #F7FCFF;
}
.case_box_count{
  padding: 352px 0 80px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.case_box_title{
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111F3A;
  line-height: 40px;
}
.case_box_tabs{
  margin: 34px 0;
  display: flex;
  align-items: center;
}
.tabs_info{
  padding: 8px 16px;
  margin-left: 12px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 24px;
  border-radius: 6px;
  cursor: pointer;
}
.tab_ative{
  background: #D0DCFD;
  color: #3370FF;
}
.tabs_info:hover {
  background: #D0DCFD;
  color: #3370FF;
}
.new_count{
  display: flex;
  flex-wrap: wrap;
}
.new_count_info{
  width: 270px;
  height: 294px;
  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);
  border-radius: 12px;
  border: 4px solid #FFFFFF;
  margin:22px 10px;
  overflow: hidden;
}
.new_count_info > div:first-child{
  width: 262px;
  height: 158px;
}
.new_count_info_img{
  /* width: 262px; */
  width: 0;
  height: 158px;
}
@keyframes new_count_info_img_animate
{
	from {
		width: 0;
	}
	to {
		width: 262px;
	}
}
.info_type{
  display: inline-block;
  padding: 2px 12px;
  background: #D0DCFD;
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3370FF;
  line-height: 20px;
  margin: 20px;
}
.info_txt{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #111F3A;
  line-height: 24px;
  margin: 0 20px;
}
.case_box_swiper{
  width: 1200px;
  height: 366px;
  background: linear-gradient(180deg, #F3F5F8 0%, #FAFBFC 100%);
  box-shadow: 6px 6px 40px 0px rgba(0,20,77,0.1);
  border-radius: 10px;
  border: 8px solid #FFFFFF;
  position: absolute;
  top:-100px;
  left: 0;
  z-index: 3;
}
.video_box{
  display: flex;
}
.video_box_info{
  width: 560px;
  height: 350px;
  border-radius: 6px;
  overflow: hidden;
  object-fit: fill;
}
.swiper_count{
  flex: 1;
  padding: 42px 50px;
  background: url(../img/case/dou.png) no-repeat bottom right;
}
.swiper_countinfo_type{
  display: inline-block;
  padding: 2px 12px;
  background: #D0DCFD;
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3370FF;
  line-height: 20px;
  margin-bottom: 20px;
}
.swiper_countinfo_txt{
  font-size: 30px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #111F3A;
line-height: 40px;
}
.swiper_counti_txt{
  margin: 15px 0 29px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #51565D;
  line-height: 24px;
}
.core_but{
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin-top: 40px;
	border-radius: 4px;
	color: #fff;
	background: #0F65F8;
	text-align: center;
	cursor: pointer;
}
.core_but:hover{
	animation: core_butHover 1s forwards;
	-webkit-animation: core_butHover 1s forwards;
}
@keyframes core_butHover
{
  from {
		color: #fff;
		background: #0F65F8;
	}
  to {
		color: #0F65F8;
		background: #FFF;
		border: 1px solid #0F65F8;
	}
}

.header-phone{
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
}
