@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

a {
	text-decoration: none;
	color: #000
}

.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
}

.showdiv {
	position: fixed !important;
	background: rgba(55, 107, 224, 0.7);
	top: 140px !important;
	left: 0;
	right: 0;
	z-index: 10000;
	transform: translateY(-110%)
}

.showdiv .topimage {
	position: absolute
}

.showdiv .logo {
	width: 100% !important;
	margin: 0 auto;
	padding: 0 150px 0 100px;
	position: relative;
	justify-content: space-between
}

.w1280 {
	width: 1280px;
	margin: 0 auto
}

.el-carousel__arrow {
	display: none !important;
}

.body_content {
	width: 100%
}
.clear{
	clear: both;
}
.want_content{
	margin: 0 auto;
	margin-bottom: 47px;
}
.want_item{
	width: 100%;
	height: 400px;
	background: #E8F5FF;
	border-radius: 0px 100px 0px 0px;
	position: relative;
	margin-top: 57px;
}
.want1_left,.want1_right{
	float: left;
}
.want1_left{
	position: relative;
	margin-top: -25px;
	z-index: 99;
}
.want_name{
	position: relative;
}
.cur_want{
	position: absolute;
	left: 37px;
	top: 188px;
}
.cur_text{
	height: 40px;
	font-weight: bold;
	font-size: 48px;
	color: #FFFFFF;
}
.want1_right{
	width: 700px;
	height: 280px;
	margin-left: 50px;
	margin-top: 36px;
	background: linear-gradient(to right, #FFFFFF, rgba(255, 0, 0, 0));
	border-radius: 50px 0px 0px 0px;
}
.want_list{
	width: 80%;
	height: 206px;
	margin-left: 48px;
	margin-top: 33px;
}
.want_title a{
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	line-height: 46px;
}
.want_more{
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	position: absolute;
	bottom: 35px;
	right: 60px;
}
.want_more a img{
	margin-left: 10px;
}
