*{
	margin: 0;
	padding: 0;
}
.flex{
	display: flex;
}
.marginAuto{
	margin: auto;
}
.maxwidth{
	width: 1300px;
}
.curpoin{
	cursor: pointer;
}
.mainColor{
	color:#2d8cf0 !important;
}
.mainBg{
	background-color:#2d8cf0 !important;
}
/* 头部 */
.header{
	position:fixed;
	top: 0;
	width: 100%;
	background-color:#F1F6FD;
}
.headermain{
	height:40px;
	padding: 20px 0;
	justify-content: space-between;
}
.headerl{
	width: 50%;
	line-height:40px;
	font-size:18px;
	color: #333333;
}
.headerr{
	width: 140px;
	line-height:40px;
	font-size:18px;
	color: #333333;
	justify-content: space-between;
}
.acnaveach{
	border-bottom: 2px solid #2d8cf0;
}
/* 底部 */
.footer{
	position:fixed;
	bottom: 0;
	width: 100%;
	background-color: #222222;
}
.footermain{
	line-height:80px;
	color:#666666;
	font-size: 16px;
	text-align: center;
}
/* 首页 -板块1*/
.pro{
	background-color: #E0FFF6;
	padding: 80px 0;
}
.promain{
	width: 900px;
	justify-content: space-around;
}
.promsg{
	width:350px;
}
.promsgtitle{
	font-size:40px;
	line-height:80px;
	color: #33544A;
}
.prodosc{
	color:#8CAFA6;
	line-height:30px;
	color: #33544A;
	margin-top: 10px;
}
.prophoto{
	width:400px;
}
.prophotoimg{
	width: 100%;
}
/* 首页 -板块2*/
.prophoto2{
	padding:80px 0;
	width: 50%;
	justify-content: flex-end;
}
.prophoto2img{
	width:400px;
	margin-right: 100px;
}
.promsg2{
	padding:80px 0;
	width: 50%;
	background-color:#C3FFEE;
}
.promsgtitle2{
	margin-left:100px;
	font-size:40px;
	line-height:80px;
	color: #33544A;
}
.prodosc2{
	width:350px;
	margin-left:100px;
	line-height:30px;
	color: #33544A;
	margin-top: 10px;
}
/* 首页 -板块3-项目页面展示*/
.shwopro{
	padding:80px 0;
	background: #ffffff;
	justify-content: space-around;
}
.showpromsg{
	width:600px;
	justify-content: flex-end;
}
.showpromsgmain{
	width:400px;
}
.showpromsgtitle{
	font-size:40px;
	line-height:80px;
	color: #33544A;
}
.showpromsgitem{
	color:#8CAFA6;
	line-height:30px;
	color: #33544A;
}
.showprophoto{
	justify-content: space-around;
}
.showprophoto{
	width:600px;
	justify-content:space-around
}
.showprophotoe{
	width: 220px;
	height: 400px;
	background-color: red;
}
/* 关于我们------------------------------------------------------- */
.about{
	width: 100%;
	height:82.5vh;
	background-color: #E0FFF6;
	justify-content: space-around;
}
.aboutmain{
	width: 1200px;
}
.abouttitle{
	width: 1200px;
	text-align: center;
	color: #171347;
	font-size:60px;
	line-height:60px;
	padding-bottom:50px;
}
.aboutmsg{
	width: 1200px;
}
.aboutphoto{
	width:600px;
}
.aboutphoto img{
	width:600px;
}
.abouttxt{
	width: 500px;
	margin-left:30px;
	text-align: center;
}
.aboutname{
	color: #171347;
	font-size: 40px;
	line-height:60px;
	margin-top:20px;
}
.aboutsite{
	font-size:24px;
	color: #33544A;
	line-height:60px;
	margin-top:20px;
}
.aboutmobile{
	font-size: 24px;
	color: #33544A;
	line-height:60px;
	margin-top:20px;
}
