* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

a {
	text-decoration: none
}

.bus_top {
	width: 100%;
	height: 560px;
	position: relative
}

.bus_top img {
	width: 100%;
	height: 100%
}

.bus_top .bus_banner {
	position: absolute;
	left: 320px;
	bottom: 60px
}

.bus_top .bus_banner .bus_title {
	font-weight: 600;
	font-size: 65px;
	color: #ffffff;
	margin-bottom: 30px
}

.bus_top .bus_banner .bus_nav {
	font-weight: 300;
	font-size: 24px;
	color: #ffffff
}

.bus_top .bus_banner .bus_nav a {
	color: #ffffff;
	margin-right: 16px;
	margin-left: 16px
}

.bus_middle {
	width: 1280px;
	margin: 0 auto;
	margin-bottom: 60px
}

.bus_middle .bus_middle_title {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 70px;
	padding-bottom: 15px;
	position: relative;
	font-weight: bold;
	font-size: 36px;
	color: #000000
}
.bus_middle .bus_one {
	width: 100%;
	height: 190px;
	display: flex;
	justify-content: space-between
}

.bus_middle .bus_one li {
	list-style: none;
	width: 300px;
	height: 190px
}

.bus_middle .bus_one li img {
	width: 100%;
	height: 100%
}
.num_cont{
	width: 100%;
	position: relative;
}

.num_right{
	width: 799px;
	height: 260px;
	padding-top: 20px;
	position: absolute;
	top: 70px;
	left: 480px;
	background: #E8F5FF;
	border-radius: 50px 0px 0px 0px;
}
.num_title{
	position: relative;
	margin-left: 70px;
	margin-top: 40px;
}
.num_icon{
	position: absolute;
	top: 6px;
	left: 0px;
}
.num_title a{
	width: 80%;
	height: 59px;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 33px;
	margin-left: 20px;
}

.investe_cont{
	width: 100%;
	position: relative;
}
.investe_left{
	width: 800px;
	height: 480px;
	background: #E8F5FF;
	border-radius: 0px 0px 0px 80px;
	border: 2px solid #E8F5FF;
}
.investe_title,.investe_abs{
	margin-left: 57px;
	margin-top: 42px;
}
.investe_title{
	width: 556px;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 43px;
}
.investe_abs{
	width: 389px;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 40px;
}
.investe_right{
	width: 799px;
	height: 350px;
	position: absolute;
	top: 95px;
	left: 481px;
	z-index: 3;
}
.investe_more{
	margin-top: 62px;
	margin-left: 260px;
}
.investe_more a{
	color: #68BAEF;
	
}
.bus_middle .bus_two {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: space-between
}

.bus_middle .bus_two li {
	list-style: none;
	width: 220px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	border: 2px solid #e8f5ff;
	text-align: center;
	padding: 0px 29px;
	justify-content: center
}

.bus_middle .bus_two li img {
	width: 72px;
	height: 72px;
	margin-bottom: 20px
}

.bus_middle .bus_two li div {
	text-align: center;
	width: 100%
}

.bus_middle .bus_two li div a {
	color: #000000;
	font-weight: 400;
	font-size: 18px;
	color: #333333
}

.bus_middle .bus_three {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: space-between
}

.bus_middle .bus_three ul {
	list-style: none;
	width: 630px;
	height: 100%;
	background: #e8f5ff;
	display: flex;
	flex-direction: column;
	padding: 0 55px;
	justify-content: center
}

.bus_middle .bus_three ul li {
	border-bottom: 2px solid #d4ebff;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.bus_middle .bus_three ul li a {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 32px
}

.bus_middle .bus_three ul li:last-child {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important
}

.bus_middle .bus_four {
	width: 100%;
	height: 440px
}

.bus_middle .bus_four ul {
	display: flex;
	justify-content: space-between;
	list-style: none
}

.bus_middle .bus_four li {
	width: 420px;
	height: 440px;
	background: #eaf5f8
}

.bus_middle .bus_four li .four_flex {
	width: 100%;
	padding: 20px 25px
}

.bus_middle .bus_four li .four_title {
	font-weight: 400;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px
}

.bus_middle .bus_four li .four_title a {
	font-size: 18px;
	color: #000000;
	line-height: 32px
}

.bus_middle .bus_four li .four_content {
	font-weight: 300;
	font-size: 16px;
	width: 100%;
	color: #000000;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.bus_middle .bus_four li .four_content a {
	font-size: 16px;
	color: #000000;
	line-height: 32px
}

.w1280 {
	width: 1280px;
	margin: 0 auto
}