#right-box {
	/* height: 1900px; */
	display: flex;
}

#right-box .begin img {
	width: 100%;
	height: 300px;
	border-radius: 10px;
}

#right-box .about {
	display: flex;
	/* height: 550px; */
	text-align: center;
	/*background: #f7f7f7;*/
	margin-top: 60px;
}

#right-box .about p {
	font-size: 50px;
	margin: 20px;
/* 	border-bottom: 1px solid;
	padding-bottom: 0.5em; */

}

#right-box .about .lbox {
	width: 99%;
	/* height: 590px; */
	float: left;
	text-align: left;
	overflow: auto;
}

#right-box .about .lbox p {
	font-size: 16px;
	line-height: 40px;
}

#right-box .about .lbox p span {
	font-size: 22px;
	margin: 20px;
}

#right-box .about .rbox {
	
	display: flex;
	width: 50%;
	float: left;
}


#right-box .about .rbox img {
	margin-top: 40px;
	width: 100%;
	height: 420px;
	color: aqua;
}


#right-box .adv {
	width: 98%;
	/* height: 890px; */
	margin-left: 5px;
	margin-top: 50px;
	/* background: black; */

	/* background: #f3f3f3; */
	border-radius: 10px;
	/* padding-top: 55px; */
	text-align: center;
	overflow: hidden;
	/* border: #d0d0d0 solid 1px; */
}

#right-box .adv .title {
	display: flex;
	/* color: white; */

	color: black;
	/* background-color: black; */
	/* background-color:  #3bb3c3; */
	font-size: 49px;
	line-height: 49px;
	text-align: center;
	justify-content: center;
	/*父控件设子控件垂直居中*/
	border-bottom: 1px solid;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


#right-box .adv .show {
	width: 94%;
	height: 780px;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	position: relative;

}

#right-box .adv .show .section {
	width: 30%;
	height: 680px;
	float: left;
	background: #f5f9f1;
	/*position: relative;*/

	/* background: #ffaa7f; */
	padding-top: 20px;
	/* padding-bottom: 50px; */
	border-radius: 10px;
	border: #e0e0e0 solid 1px;
	/* overflow: auto; */
}

#right-box .adv .show .section a img {
	display: inline-block;
	width: 75px;
	height: 75px;
	/*text-align: center;*/
	margin: 0 auto;
	/*position: absolute;
	left: 95px;
	top: 10px;*/
	/*border-radius: 50%;*/
}

#right-box .adv .show .section h4 {

	/*font-size: 20px;*/
	width: 100%;
	color: black;
	line-height: 45px;
}

#right-box .adv .show .section p {
	font-size: 14px;
	line-height: 30px;
	/*text-align: center;*/
	width: 80%;
	margin: 0 auto;
}
