.banner {
	height: 580px;
	/* background-image: url('../images/index/banner.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
	background-color: #0764FF;
	position: relative;
}
.banner .banner_animate{
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.animate_box{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.animate_box .qiu{
	position: absolute;
	bottom: -207px;
      animation: spin 2.5s forwards; /* 动画结束后保持最后的状态 */
}

.animate_box .right_img{
	width: 630px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.animate_box .right_img img{
	position: absolute;
	right: 0;
	top: 0;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.cont1 {
	background-image: url("../images/index/bg@2x.png");
	background-size: cover;
	width: 100%;
}

.cont1 .cont_1 {
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 80px 0;
}

.cont1 .cont_1_box {
	margin-top: 27px;
}

.cont1 .cont_1 .li {
	width: 300px;
	height: 300px;
	background-size: 100%;
	padding-top: 100px;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

.cont1 .cont_1 .li:first-child {
	background-image: url('../images/index/xfk1.png');
}

.cont1 .cont_1 .li:nth-child(2) {
	background-image: url('../images/index/xfk2.png');

}

.cont1 .cont_1 .li:nth-child(3) {
	background-image: url('../images/index/xfk3.png');
}

.cont1 .cont_1 .li:nth-child(4) {
	background-image: url('../images/index/xfk4.png');
}

.cont1 .cont_1 .li p {
	margin: 0;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #F1F6FF;
}

.cont1 .cont_1 .li p:first-child {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}

.cont1 .cont_1 .more {
	width: 800px;
	height: 70px;
	background: #0764FF;
	box-shadow: 0px 2px 20px 0px rgba(7, 100, 255, 0.31);
	border-radius: 35px;
	margin: 33px auto;
	text-align: center;
	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 70px;
	cursor: pointer;
	display: inherit;
}

.cont1 .cont_2 {
	width: 100%;
	padding: 80px 0;
	background: rgba(212, 225, 249, 0.36);
}

.cont1 .cont_2 .cont_2_box {
	margin: 0 auto;
}

.cont1 .cont_2 .cont_2_nav {
	margin: 44px 0 55px;
}

.cont1 .cont_2 .cont_2_nav .li {
	width: 270px;
	height: 56px;
	border-radius: 3px;
	border: 1px solid #0764FF;
	font-weight: 500;
	font-size: 22px;
	color: #0764FF;
	letter-spacing: 3px;
	margin-right: 30px;
	cursor: pointer;
}

.cont1 .cont_2 .cont_2_nav .li:last-child {
	margin-right: 0;
}

.cont1 .cont_2 .cont_2_nav .li:hover {
	background: #0764FF;
	box-shadow: 0px 2px 4px 0px rgba(7, 100, 255, 0.31);
	border-radius: 3px;
	color: #fff;
}

.cont1 .cont_2 .cont_2_nav .li.active {
	background: #0764FF;
	box-shadow: 0px 2px 4px 0px rgba(7, 100, 255, 0.31);
	border-radius: 3px;
	color: #fff;

}

.cont1 .cont_2 .cont_2_info .info_1 {
	justify-content: space-between;
}

.cont1 .cont_2 .cont_2_info .info_li {
	width: 190px;
	height: 260px;
	background-image: url('../images/index/编组 2@2x(1).png');
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 32px;
	box-sizing: border-box;
}

.cont1 .cont_2 .cont_2_info .info_li p {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
}

.cont1 .cont_2 .cont_2_info .info_li p img {
	width: 128px;
	height: 128px;
}

.cont1 .cont_3 {
	margin: 0 auto;
	padding: 80px  0;
}

.cont1 .cont_3 .cont_3_info {
	flex-wrap: wrap;
	margin-top: 51px;
}

.cont1 .cont_3 .cont3_li {
	width: 190px;
	height: 260px;
	background-image: url('../images/index/编组 2@2x(1).png');
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 35px;
	box-sizing: border-box;
	margin-bottom: 24px;
	margin-left: 10px;
	cursor:pointer;
	position: relative;
}

.cont1 .cont_3 .cont3_li p {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
}

.cont1 .cont_3 .cont3_li p img {
	width: 128px;
	height: 128px;
}
.cont1 .cont_3 .cont3_li p.p_2{
	font-size: 15px;
	padding: 0 30px;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	box-sizing: border-box;
}
.cont1 .cont_3 .cont3_li:hover p:first-child,
.cont1 .cont_3 .cont3_li:hover p:nth-child(2){
	display: none !important;
}
.cont1 .cont_3 .cont3_li:hover .p_2{
	display: block !important;
}

.cont1 .cont_3 .get-more {
	width: 800px;
	height: 70px;
	background: #0764FF;
	box-shadow: 0px 2px 20px 0px rgba(7, 100, 255, 0.31);
	border-radius: 35px;
	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 70px;
	text-align: center;
	margin: 40px auto;
	cursor: pointer;
	display: inherit;
}
.hvr-underline-from-center:before{
	background-color: #FFF !important;
}
.cont_number{
	width: 100%;
	height: 333px;
	background-image: url('../images/index/bg1@2x.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 0;
	box-sizing: border-box;
}
.number_box{
	margin: 0 auto;
	justify-content: space-between;
}

.number_box .num_li {
	color: #FFF;
}
.number_box .num_li + .num_li{
		margin-left: 80px;
}
.number_box .num_li p{
	font-weight: 600;
	font-size: 20px;
	
}
.number_box .num_li p:first-child{
	font-size: 100px;
}

.number_box .num_li p:first-child span{
	font-size: 26px;
}




