.banner {
	width: 100%;
	height: auto;
}
.banner img {
	width: 100%;
	height: auto;
}

.index_stitle {
	font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-left: 14px;
  font-size: 20px;
}
.index_stitle::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 18px;
  border-radius: 16px;
  background: #fe346e;
  content: '';
}
.index_stitle .abtn {
	float: right;
	width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear,left top,right top,from(#ff9580),to(#ff6685));
  background: linear-gradient(90deg,#ff9580,#ff6685);
  -webkit-box-shadow: 0 4px 10px 0 rgb(255 102 133 / 40%);
  box-shadow: 0 4px 10px 0 rgb(255 102 133 / 40%);
  cursor: pointer;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
}
.index_stitle .abtn i {
	margin-right: 3px;
}

.btnmore a {
	margin: 0 auto;
  width: 100px;
  height: 32px;
  line-height: 30px;
  border-radius: 24px;
  color: #333;
  border: 1px solid #333;
  text-align: center;
  cursor: pointer;
  display: block;
}
.btnmore a:hover {
	border: 1px solid #fe346e;
	background-color: #fe346e;
	color: #fff;
}

.tonggao_list {
	margin-top: 30px;
}
.talent_list {
	margin-top: 30px;
	margin-bottom: 30px;
}

.introduce {
	overflow: hidden;
	width: 100%;
	padding: 50px 0;
	background-color: #f9f9f9;
	background: url(/static/images/introduce_bg.png) 50% no-repeat;
}
.introduce .items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.introduce .items .item {
	background-color: #fff;
	width: 276px;
	height: 340px;
	margin-right: 30px;
	border-radius: 8px;
	box-shadow: 0 10px 108px -26px #999;
	padding: 20px;
	position: relative;
}
.introduce .items .item:last-child {
	margin-right: 0;
}
.introduce .items .item .icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #ff9b2f;
	border-radius: 100%;
	text-align: center;
	line-height: 90px;
}
.introduce .items .item .icon img {
	width: 65px;
	height: 65px;
}
.introduce .items .item .item-title {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 20px;
}
.introduce .items .item .description {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
}
.introduce .items .item .btnbox {
	text-align: center;
	margin: 30px;
}
.introduce .items .item .btnbox a {
	background: #ff9b2f;
	color: #fff;
	font-size: 14px;
	width: 150px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	border-radius: 20px;
	margin: 0 auto;
}
.introduce .items .item2 .btnbox a {
	background: #00a8ff;
}
.introduce .items .item2 .icon {
	border: 1px solid #00a8ff;
}
.introduce .items .item3 .btnbox a {
	background: #009788;
}
.introduce .items .item3 .icon {
	border: 1px solid #009788;
}
.introduce .items .item4 .btnbox a {
	background: #b964f7;
}
.introduce .items .item4 .icon {
	border: 1px solid #b964f7;
}