.banner {
	width: 100%;
	height: 310px;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.banner div {
	width: 1200px;
	margin: 0px auto;
	font-size: 18px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 25px;
}

.banner div img {
	margin-bottom: 18px;
	margin-right: 53px;
}

.banner {}

/* 简介 */
.Introduction {
	height: 460px;
}

.Introduction h1 {
	font-size: 36px;
	font-weight: 600;
	color: rgba(74, 74, 74, 1);
	line-height: 50px;
	text-align: center;
	margin: 40px 0px;
}

.Introduction>div {
	width: 1200px;
	margin: auto;
	display: flex;
}

.Introduction>div article {
	width: 684px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(74, 74, 74, 1);
	line-height: 30px;
}

.Introduction>div article p {
	text-indent: 2em;
}

.Introduction>div img {
	margin-left: 55px;
}

.Introduction {}



/* business */
.business {
	height: 791px;
	background-position: center;
	background-size: cover;
}

.business h1 {
	font-size: 36px;
	font-weight: 600;
	color: black;
	line-height: 50px;
	text-align: center;
	padding: 40px 0px 30px 0px;

}

.business .box {
	margin: auto;
	width: 1200px;
	display: flex;
}

.business .box .left {
	height: 400px;
	margin-right: 38px;
}

.business .box .left h2 {
	width: 587px;
	height: 63px;
	background: rgba(129, 189, 244, 1);
	font-size: 26px;
	font-weight: 500;
	color: rgba(74, 74, 74, 1);
	line-height: 57px;
	text-align: center;

}

.business .box .left article {
	width: 587px;
	display: flex;
}

.business .box .left article .leftSJX {
	width: 0;
	height: 0;
	border-top: 20px solid #488DCD;
	border-left: 20px solid transparent;
}

.business .box .left article .rightSJX {
	width: 0;
	height: 0;
	border-top: 20px solid #488DCD;
	border-right: 20px solid transparent;
}

.business .box .left article .details{
	padding: 52px 54px 41px;
	box-sizing: border-box;
	width: 548px;
	background-color: #FFFFFF;
}
.business .box .left article .details div{
	display: flex;
	align-items: center;
	font-size:16px;
	font-weight:400;
	color:rgba(74,74,74,1);
	line-height:22px;
	margin-top: 10px;
}
.business .box .left article .details div img{
	margin-right: 16px;
}
.business .box .left article  p{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
	margin-bottom: 36px;
}
.business .box .left article a{
	display: block;
	text-align: center;
	line-height: 34px;
	color: white;
	width:200px;
	height:38px;
	margin:30px  auto 0px;
	background:rgba(86,153,214,1);
	border-radius:19px;
}
		/* right */
.business .box .right {
	height: 400px;
}

.business .box .right h2 {
	width: 587px;
	height: 63px;
	background: #F4BD81;
	font-size: 26px;
	font-weight: 500;
	color: rgba(74, 74, 74, 1);
	line-height: 57px;
	text-align: center;

}

.business .box .right article {
	width: 587px;
	display: flex;
}

.business .box .right article .leftSJX {
	width: 0;
	height: 0;
	border-top: 20px solid #D9974F;
	border-left: 20px solid transparent;
}

.business .box .right article .rightSJX {
	width: 0;
	height: 0;
	border-top: 20px solid #D9974F;
	border-right: 20px solid transparent;
}

.business .box .right article .details{
	padding: 52px 54px 41px;
	box-sizing: border-box;
	width: 548px;
	background-color: #FFFFFF;
}
.business .box .right article .details div{
	display: flex;
	align-items: center;
	font-size:16px;
	font-weight:400;
	color:rgba(74,74,74,1);
	line-height:22px;
	margin-top: 10px;
}
.business .box .right article .details div img{
	margin-right: 16px;
}
.business .box .right article  p{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
	margin-bottom: 36px;
}
.business .box .right article a{
	display: block;
	text-align: center;
	line-height: 34px;
	color: white;
	width:200px;
	height:38px;
	margin:30px  auto 0px;
	background:#D9974F;
	border-radius:19px;
}

.business {}
