/* Main CSS Document */
@charset "utf8";
.banner-boxs {
}
.banner-boxs .btn {
	margin-top:-35px;
	top:50%;
	width: 70px;
	height: 70px;
	line-height:70px;
	font-size: 36px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	display:block;
	color:#FFF;
	background:rgba(0,0,0,.1);
	position:absolute;
	z-index:2;
}
.banner-boxs .btn:hover {
	background:rgba(0,0,0,.3);
}
.banner-boxs .btn:focus:not(:focus-visible) {
    outline: 0;
}
.banner-boxs .btn-prev {
	left:40px;
}
.banner-boxs .btn-next {
	right:40px;
}
.banner-boxs .swiper-slide a {
	height:950px;
	display:block;
}
/* 内容 */
.bd-ibox {
	height:950px;
	position:relative;
	overflow:hidden;
}
.bi-1 {
	background:url(/static/images/bi-1-bg.png) no-repeat center center;
}
.bi-1 .img {
	margin-top:36px;
	text-align:center;
}
.bi-1 .box {
	margin-left:50%;
	left:-340px;
	top: 680px;
	width: 680px;
	text-align:center;
	position: absolute;
}
.bi-1 .til {
	line-height:60px;
	font-size:46px;
}
.bi-1 .con {
	line-height:34px;
	font-size:18px;
}
.bi-2 {
	background:url(/static/images/bi-2-bg.webp) no-repeat center center #FED934;
}
.bi-2 .box {
	top: 353px;
	right: 0;
	width: 545px;
	position: absolute;
}
.bi-2 .til {
	line-height:46px;
	font-size:36px;
}
.bi-2 .con {
	line-height:26px;
	font-size:16px;
}
.bi-2 .con b {
	font-family: Microsoft YaHei;
}
.bi-3 {
	background:url(/static/images/bi-3-bg.webp) no-repeat center center #F7F7F7;
}
.bi-3 .box {
    top: 340px;
    left: 0;
    width: 584px;
	position: absolute;
}
.bi-3 .til {
	line-height:36px;
	font-size:28px;
}
.bi-3 .con {
	line-height:32px;
}
.bi-4 {
	background:url(/static/images/bi-4-bg.webp) no-repeat center center #A0D769;
}
.bi-4 .img {
	left:0;
	width:100%;
	text-align:center;
	display:block;
	position:absolute;
}
.bi-4 .img img {
	/* width:100%;
	height:auto; */
}
.bi-4 .i-1 {
	top: 127px;
	/* left: 333px;
	width: 583px; */
}
.bi-4 .i-2 {
	top: 255px;
	/* left: 289px;
	width: 638px; */
}
.bi-4 dl {
}
.bi-4 dl dd {
	width:300px;
	display:block;
	position:absolute;
}
.bi-4 dl dd .til {
	line-height:40px;
	font-size:30px;
}
.bi-4 dl dd .con {
	line-height:30px;
	font-size:16px;
}
.bi-4 .d-1 {
	left:-20px;
	top:232px;
	text-align:right;
}
.bi-4 .d-2 {
	right:-20px;
	top:305px;
}
.bi-4 .d-3 {
	left:256px;
	top: 713px;
}
.bi-4 .d-4 {
	right:0;
	top:605px;
}
.bi-5 {
	background:url(/static/images/bi-5-bg.webp) no-repeat center center;
}
.bi-5 .box {
	margin-left:50%;
	left:-285px;
	top: 349px;
	width: 570px;
	text-align:center;
	display:block;
	color:#FFF;
	position:absolute;
}
.bi-5 .til {
	line-height:46px;
	font-size:36px;
}
.bi-5 .con {
	line-height:36px;
	font-size:16px;
}
.bi-5 .btn {
	margin:0 auto;
	width:154px;
	line-height:40px;
	font-size:16px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border:1px solid #FFF;
	display:block;
	color:#FFF;
}