* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

a {
	text-decoration: none
}

.w1280 {
	width: 1280px;
	margin: 0 auto
}

.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
}

.xl_navs {
	width: 100%;
	line-height: 76px;
	background: #ffffff;
	box-shadow: 0 0 36px 0 rgba(55, 107, 224, 0.2);
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.xl_navs::-webkit-scrollbar {
	background-color: #f5f5f5;
	height: 10px;
	width: 5px;
}

.xl_navs::-webkit-scrollbar-thumb {
	background-color: #b3c0d1;
	height: 11px;
	border-radius: 15px;
}

.xl_navs li {
	padding: 0 16px;
	list-style: none;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
}

.xl_navs li a {
	color: #000000;
}

.xl_navs li a span {
	color: #000000;
}

.xl_navs .active {
	border-bottom: 4px solid #376be0;
}

.xl_navs .active a {
	color: #376be0;
}

.xl_navs .active a span {
	color: #376be0;
}

.bus_middle {
	width: 1280px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 60px
}

.bus_middle .bus_two {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.bus_middle .bus_two li {
	list-style: none;
	margin: 20px 13px;

}

.itemss {
	width: 400px;
	height: 360px;
	background: linear-gradient(90deg, #27A2FA, #67DFD0);
	border-radius: 0px 0px 20px 0px;
}

.itemss img {
	width: 380px;
	height: 285px;
	margin-left: 10px;
	padding-top: 13px
}

.title {
	margin: 18px 27px;
	display: flex;
	justify-content: space-between;
}

.title1 a,
.title2 a{
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 11px;
}
.abs_cont{
	width: 381px;
	height: 17px;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 11px;
	margin-top: 28px;
	margin-left: 15px;
}
.fenye a,
.fenye span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border-radius: 50%;

}

.pagenav_active {
	background: #07499E !important;
	color: #fff !important;
}