  
.banner1 {
	position:relative;
	z-index:2
}
.sec1 {
	margin-top:-113px;
	position:relative;
	height:861px;
	background:url(/skin/htc/img/superior.jpg) no-repeat 50%;
	background-size:cover
}
.sec1 .sec1-wrapper {
	width:1920px;
	height:861px
}
.sec1 .sec1-main {
	height:100%;
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%)
}
.sec1 .sec1-main .sec1-content {
	width:520px;
	height:391px;
	background:#fff;
	box-shadow:0 14px 17px 0 #f9d6d6;
	border-radius:33px;
	box-sizing:border-box;
	padding:28px 27px 0 54px;
	margin-top:254px;
	margin-left:100px
}
.sec1 .sec1-main .sec1-content .title {
	font-size:48px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#e10d19;
	line-height:58px;
	margin-bottom:29px
}
.sec1 .sec1-main .sec1-content .text {
	width:445px;
	font-size:18px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:#393939;
	line-height:34px
}
.banner2 {
	position:relative;
	margin-top:-106px
}
.sec2 {
	height:860px;
	background:#fff
}
.sec2 ul {
	height:860px;
	padding:67px 100px;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	position:relative
}
.sec2 ul li {
	width:472px;
	height:292px;
	background:#fff9f9;
	box-shadow:0 10px 15px 0 #fdcdcd;
	border-radius:11px;
	padding:24px 0 24px 43px;
	position:absolute
}
.sec2 ul li .title {
	font-size:48px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#ee636d;
	line-height:40px;
	margin-bottom:32px;
	display:flex;
	align-items:center
}
.sec2 ul li .title .icon  img{
	width:150px;
	height:150px;
	margin-right:22px

}
.sec2 ul li .text {
	font-size:24px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:#848484;
	line-height:40px
}
.sec2 ul li:hover {
	transform:scale(1.1);
	background:#fff;
	transition:.5s
}
.sec2 ul li:first-of-type {
	top:67px;
	left:100px
}
.sec2 ul li:nth-of-type(2) {
	top:67px;
	left:627px
}
.sec2 ul li:nth-of-type(3) {
	top:411px;
	left:100px
}
.sec2 ul li:nth-of-type(4) {
	top:411px;
	left:627px
}
.el-carousel__container .bg {
	width:100%;
	height:800px
}
