* {
	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
}

.left {
	float: left;
}

.right {
	float: right;
}

.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;
	position: relative;
	font-weight: bold;
	font-size: 36px;
	color: #000000
}

.shop_one {
	width: 100%;
	height: 635px;
	overflow: hidden;
}

.shop_left img,
.shop_right img {
	width: 313px;
}

.shop_text {
	width: 530px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 32px;
	color: #003E95;
	text-align: center;
	margin-left: 60px;
	margin-top: 50px;
}

.shop_text p {
	height: 70px;
}

.shop_text .read_more {
	margin: 0 auto;
}

.read_more {
	width: 220px;
	height: 65px;
	background: #003E95;
	border-radius: 32px;
	border: 1px solid #FFFFFF;
	text-align: center;
}

.read_more a {
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 60px;
}

.shop_two,
.shop_four {
	height: 480px;
	position: relative;
}

.shop_two img {
	width: 600px;
	height: 420px;
	border-radius: 160px 0 0 0;
}

.two_cont {
	width: 800px;
	height: 420px;
	background: #E8F5FF;
	border-radius: 0px 0px 160px 0px;
	position: absolute;
	top: 60px;
	right: 0;
}

.two_cont p {
	width: 653px;
	height: 190px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 32px;
	color: #000000;
	line-height: 53px;
	margin: 0 auto;
	margin-top: 80px;
}

.two_cont .read_more {
	margin-top: 30px;
	margin-left: 480px;
}

.shop_three a img {
	width: 100%;
}


.shop_four img {
	width: 600px;
	height: 420px;
	border-radius: 0 160px 0 0;
	position: absolute;
	top: 0px;
	right: 0px;
}

.four_cont {
	width: 800px;
	height: 420px;
	background: #E8F5FF;
	border-radius: 0px 0px 0px 160px;
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 2;
}

.four_cont p {
	width: 653px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 32px;
	color: #000000;
	line-height: 53px;
	margin: 0 auto;
}

.four_cont p:nth-child(1) {
	margin-top: 60px;
}

.four_cont .read_more {
	margin-top: 30px;
	margin-left: 480px;
}