#main {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

a {
	color: #333;
	text-decoration: none;
	
} 

a:hover {
	cursor: pointer;
}

.title {
	display: flex;
	align-items: center;
	font-size: 18px;
	position: relative;
	z-index: 999;
}

.title .logo img {
	margin: 20px 260px 20px 200px;
	width: 327px;
}

.title a {
	margin-right: 70px;
}

.title a:link {
	color: #ED6B00;
}

.point {
	width: 11px;
	height: 12px;
	position: absolute;
	top: -20px;
	left: 20%;
}

.title .point1 {
	left: 10%;
}

.bgPhoto {
	width: 100%;
	height: 300px;
  background-color: #cfdeeb;
	/* background: url(../img/bgPhoto.png) no-repeat;
	background-size: cover;
	text-align: center; */
}

.bgPhoto img {
	width: 500px;
	margin-top: 50px;
}

.knowMore {
	width: 142px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
	background: linear-gradient(90deg, #ED6B00 0%, #FF8B1E 100%);
	border-radius: 4px;
}

.knowMore a {
	color: #fff;
}

.knowMore img {
	margin-left: 10px;
	width: 20px;
}

.content {
	position: relative;
}

.contentTitle {
	padding: 50px 120px;
	font-size: 22px;
	font-weight: bold;
}

.knowMore1 {
	width: 98px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #E8E8E8;
	border-bottom: 2px solid #ED6B00;
	position: absolute;
	right: 50px;
	top: 50px;
	text-align: center;
	line-height: 32px;
}

.contentList {
	width: 92%;
	margin-left: 4%;
	display: flex;
	justify-content: space-around;
}

.contentDiv {
	width: 310px;
	height: 374px;
	border-radius: 76px 16px 76px 16px;
	background-color: #F1F1F1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contentDiv img {
	width: 220px;
	height: 280px;
	border-radius: 8px;
}

.littleTitle {
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}

.footer {
	margin-top: 50px;
	width: 100%;
	background-color: #2E2E2E;
	display: flex;
	justify-content: space-between;
}

.gang {
	width: 1300px;
	height: 1px;
	background-color: #616161;
	margin-left: 120px;
}

.footerList {
	width: 80%;
	margin-left: 120px;
	display: flex;
	justify-content: space-between;
	margin: 25px 40px 50px 120px;
}

.footerDiv {
	display: flex;
	justify-content: start;
	align-items: center;
	color: #fff;
}

.footerDiv img {
	height: 40px;
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #616161;
}

.footerName {
	margin-top: 15px;
	font-size: 16px;
}

.footerContent {
	font-size: 14px;
}

.erweima {
	width: 20%;
	text-align: center;
	margin-top: 50px;
}

.erweima img {
	width: 150px;
	height: 150px;
}

.erweima div {
	color: #fff;
	margin-top: 5px;
}

.changeColor {
	color: #ED6B00;
}

.changeDiv {
	margin-top: -16px;
}

.changeImg {
	scale: 1.2;
}

.logo img {
	width: 327px;
	height: 40px;
	margin-left: 240px;
	margin-top: 50px;
}

.bgContent {
	width: 100%;
	text-align: center;
}

.bgContent img {
	width: 485px;
	height: 320px;
	margin-top: 118px;
	margin-bottom: 52px;
}

.bgContent div {
	margin-bottom: 5px;
}