.linner_box{
	width: 1280px;
	margin: 0 auto;
}
.head_box{
	height: 74px;
}
.head_box .logo{
	padding-top: 8px;
	width: 510px;
	height: 59px;
	background: url(../images/logo.png) no-repeat;
	background-size: 100% 100%;
}
.banner_box{
	overflow: hidden;
}
.mySwiper{
	height: 398px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.num_box{
	height: 143px;
	margin: 90px auto;
	display: flex;
	justify-content: space-around;
}
.num_box .num_item{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.num_box .num_item .num{
	font-family: 'D-DIN-Bold';
	font-size: 56px;
	line-height: 61px;
	color: rgba(20, 87, 238, 1);
	font-weight: blod;
}
.num_box .num_item .name{
	font-size: 16px;
	line-height: 23px;
	color: rgba(26, 26, 26, 0.4);
	font-weight: blod;
}
.cooperate_box .cooperate_tit{
	font-size: 48px;
	font-weight: bold;
	color: rgba(26, 26, 26, 1);
	line-height: 70px;
}
.cooperate_box .cooperate_msg{
	font-size: 16px;
	color: rgba(26, 26, 26, 0.4);
	line-height: 23px;
	margin-top: 4px;
}
.cooperate_box .cooperate_list{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.cooperate_box .cooperate_list .cooperate_item{
	position: relative;
}
.cooperate_box .cooperate_list .cooperate_item .cooperate_pic{
	width: 310px;
	height: 450px;
	border-radius: 10px;
}
.cooperate_box .cooperate_list .cooperate_item .cooperate_describe{
	position: absolute;
	width: 250px;
	z-index: 999;
	bottom: 33px;
	left: 20px;
}
.cooperate_box .cooperate_list .cooperate_item .cooperate_describe .cooperate_name1{
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
	line-height: 35px;
}
.cooperate_box .cooperate_list .cooperate_item .cooperate_describe .cooperate_name2{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 23px;
}
.cooperate_bg{
	border-radius: 15px;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,rgba(0, 9, 74, 0), rgba(0, 0, 0, 0.3));
}
.process_box{
	margin: 90px auto 0;
}
.process_box .process_tit{
	font-size: 48px;
	font-weight: bold;
	color: rgba(26, 26, 26, 1);
	line-height: 70px;
}
.process_box .process_msg{
	width: 1280px;
	height: 457px;
	margin-top: 50px;
}
.process_box .process_msg img{
	width: 1280px;
	height: 457px;
}
.one_box{
	margin: 90px auto 0;
}
.one_box .one_tit{
	display: flex;
	align-items: center;
	height: 70px;
	font-size: 48px;
}
.one_box .one_tit span:nth-child(1){
	color: rgba(26, 26, 26, 1);
}
.one_box .one_tit span:nth-child(2){
	color: rgba(20, 87, 238, 1);
}
.one_box .one_msg{
	margin-top: 4px;
	font-size: 16px;
	color: rgba(26, 26, 26, 0.4);
	line-height: 23px;
}
.one_box .one_list{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.one_box .one_list .one_item{
	position: relative;
}
.one_box .one_list .one_item .one_pic{
	width: 633px;
	height: 450px;
	border-radius: 10px;
}
.one_box .one_list .one_item .one_describe{
	position: absolute;
	z-index: 999;
	bottom: 56px;
	left: 20px;
	display: flex;
}
.one_box .one_list .one_item .one_describe .one_name1{
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	line-height: 23px;
}
.one_box .one_list .one_item .one_describe .one_name2{
	font-size: 16px;
	color: rgba(234, 0, 0, 1);
	line-height: 23px;
}
.one_bg{
	border-radius: 15px;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,rgba(0, 9, 74, 0), rgba(0, 0, 0, 0.6));
}
.contact_box{
	width: 100%;
	background: rgba(243, 247, 255, 1);
	margin-top: 80px;
}
.contact{
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
.contact .contact_tit{
	padding-top: 50px;
	font-size: 48px;
	color: rgba(26, 26, 26, 1);
	font-weight: bold;
	line-height: 70px;
}
.contact .contact_list{
	margin-top: 40px;
	width: 618px;
	display: flex;
	flex-wrap: wrap;
}
.contact .contact_list .contact_item{
	width: 186px;
	margin-right: 245px;
	margin-bottom: 30px;
}
.contact .contact_list .contact_item:nth-child(2n){
	margin-right: 0;
}
.contact .contact_list .contact_item .contact_name{
	font-size: 16px;
	color: rgba(26, 26, 26, 0.4);
	line-height: 23px;
}
.contact .contact_list .contact_item .contact_num{
	font-size: 16px;
	color: rgba(26, 26, 26, 1);
	line-height: 23px;
	margin-top: 7px;
}
.contact .btn_box{
	position: absolute;
	top: 50px;
	right: 0;
}
.contact .btn_box .btn{
	width: 186px;
	height: 42px;
	border: 1px solid rgba(20, 87, 238, 1);
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
	cursor: pointer;
}
.contact .btn_box .btn img{
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.contact .btn_box .btn span{
	font-size: 12px;
	color: rgba(20, 87, 238, 1);
}
.record_box{
	width: 100%;
	background: rgba(243, 247, 255, 1);
	border-top: 2px solid rgba(26, 26, 26, 0.4);
}
.record_box .record{
	width: 1280px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	line-height: 90px;
	color: rgba(26, 26, 26, .4);
	font-size: 16px;
	cursor: pointer;
}