.business-scope .box1{
	padding: 100px 0 145px;
}
.business-scope .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.business-scope .box1 .box-c .l{
	width: 35.71%;
}
.business-scope .box1 .box-c .l .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.66;
}
.business-scope .box1 .box-c .l .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #009944;
	line-height: 1;
	margin-top: 12px;
}
.business-scope .box1 .box-c .l .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.66;
	margin-top: 34px;
}
.business-scope .box1 .box-c .r{
	width: 60%;
}
.business-scope .box1 .box-c .r .swiper-pagination-bullet{
	width: 40px;
	height: 4px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 0;
	transition: all .6s;
	
}
.business-scope .box1 .box-c .r .swiper-pagination-bullet-active{
	width: 60px;
	background: #009944;
	opacity: 1;
}
.business-scope .box2{
	padding-bottom: 120px;
	background-image: url(../img/business-scope-box2-bg.jpg);
	background-size: cover;
}
.business-scope .box2 .box-c{
	display: flex;
	justify-content: space-between;
}
.business-scope .box2 .box-c .l{
	position: relative;
	width: 420px;
	background-color: #fff;
}
.business-scope .box2 .box-c .l .l-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transform: translateY(-100%);
	line-height: 80px;
	background: linear-gradient(to right, #1CA1DA, #37B880);
	padding: 0 65px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.business-scope .box2 .box-c .l .list{
	padding: 37px 40px;
}
.business-scope .box2 .box-c .l .list li:not(:last-child){
	margin-bottom: 5px;
}
.business-scope .box2 .box-c .l .list li{
	border: 1px solid transparent;
	transition: all .6s;
}
.business-scope .box2 .box-c .l .list li.active{
	border-color: rgba(0, 153, 68, .4);
}
.business-scope .box2 .box-c .l .list li a{
	display: flex;
	padding: 8px 20px;
	line-height: 30px;
}
.business-scope .box2 .box-c .l .list li .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	flex: 1;
	margin-right: 20px;
	transition: all .6s;
}
.business-scope .box2 .box-c .l .list li.active .text{
	color: #009944;
}
.business-scope .box2 .box-c .l .list li .icon-youjiantou{
	font-weight: bold;
	color: rgba(0, 153, 68, 1);
	opacity: 0;
	transition: all .6s;
}
.business-scope .box2 .box-c .l .list li.active .icon-youjiantou{
	opacity: 1;
}
.business-scope .box2 .box-c .r{
	flex: 1;
}
.business-scope .box2 .box-c .r .items{
	position: relative;
	width: 100%;
	height: 100%;
}
.business-scope .box2 .box-c .r .item{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	display: none;
}
.business-scope .box2 .box-c .r .item .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 76px 74px 38px;
}
.business-scope .box2 .box-c .r .item .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.25;
}
.business-scope .box2 .box-c .r .item .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.66;
	margin-top: 35px;
}
@media (max-width: 1199px) {
	.business-scope .box1{
		padding: 70px 0 100px;
	}
	.business-scope .box2 .box-c .l .l-title{
		line-height: 60px;
		padding: 0 30px;
	}
	.business-scope .box2 .box-c .l .list{
		padding: 30px 30px;
	}
	.business-scope .box2 .box-c .l .list li .text{
		font-size: 14px;
	}
	.business-scope .box2 .box-c .l{
		width: 360px;
	}
	.business-scope .box2 .box-c .l .list li a{
		padding: 8px 10px;
		line-height: 26px;
	}
	.business-scope .box2 .box-c .r .item .text-box{
		padding: 30px;
	}
	.business-scope .box2 .box-c .r .item .text-title{
		font-size: 22px;
	}
	.business-scope .box2 .box-c .r .item .text{
		margin-top: 20px;
		font-size: 16px;
	}
	.business-scope .box1 .box-c .l .title{
		font-size: 28px;
	}
	.business-scope .box2{
		padding-bottom: 70px;
	}
}
@media (max-width: 1024px) {
	.business-scope .box2 .box-c .l{
		width: 100%;
	}
	.business-scope .box2 .box-c{
		flex-direction: column;
	}
	.business-scope .box2 .box-c .r .items{
		position: relative;
		width: 100%;
		padding-top: 52.95%;
	}
	.business-scope .box1 .box-c .l .title{
		font-size: 26px;
	}
	.business-scope .box1 .box-c .l .text{
		margin-top: 20px;
	}
	.business-scope .box1 .box-c{
		flex-direction: column;
	}
	.business-scope .box1 .box-c .l{
		width: 100%;
	}
	.business-scope .box1 .box-c .r{
		width: 100%;
		margin-top: 25px;
	}
	.business-scope .box1{
		padding-top: 60px;
	}
	.business-scope .box2 .box-c .r .item .text-box{
		padding: 25px;
	}
	.business-scope .box2 .box-c .r .item .text-title{
		font-size: 20px;
	}
	.business-scope .box2{
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	.business-scope .box2 .box-c .r .item .text-title{
		font-size: 18px;
	}
	.business-scope .box1 .box-c .l .title{
		font-size: 24px;
	}
	.business-scope .box1{
		padding-top: 50px;
	}
	.business-scope .box2 .box-c .r .item .text-box{
		padding: 20px;
	}
	.business-scope .box2{
		padding-bottom: 50px;
	}
}
@media (max-width: 500px) {
	.business-scope .box1{
		padding-bottom: 80px;
	}
	.business-scope .box2 .box-c .l .list{
		padding: 20px;
	}
	.business-scope .box2 .box-c .l .l-title{
		line-height: 45px;
		font-size: 16px;
		padding: 0 20px;
	}
	.business-scope .box1{
		padding-top: 40px;
	}
	.business-scope .box1 .box-c .l .title{
		font-size: 20px;
		margin-top: 6px;
	}
	.business-scope .box2 .box-c .r .item .text{
		font-size: 14px;
		margin-top: 10px;
	}
	.business-scope .box2{
		padding-bottom: 40px;
	}
	.business-scope .box2 .box-c .r .item .text-title{
		font-size: 16px;
	}
	.business-scope .box1 .box-c .l .text{
		margin-top: 10px;
	}
}