/* 选择bar */
.bar{
	z-index: 777;
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.bar>div{
	width: 14%;
	display: flex;
	justify-content: center;
	margin-left: 20px;
	cursor: pointer;
	padding: 8px;
	/* background-color: #2276fc; */
}
.bar>div>a{
	text-decoration: none;
	color: #333;
	padding: 10px 15px;
	font-size: 18px;
}
.bar>.on>a{
	color: #fff;
	border-radius: 20px;
	background-color: #2276fc;
}

.bar>div>a:hover{
	color: #fff;
	border-radius: 20px;
	background-color: #2276fc;
}


/* 主体内容 */
.scheme001{
	width: 100%;
	height: auto;
}
.txt{
	margin: 50px 0 ;
	width: 100%;
	text-align: center;
}
.txt>p{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.schemett{
	display: flex;
	flex-direction: row;
	position:relative;
	width: 100%;
}
.tt{
	width: 50%;
	display: flex;
	justify-content: right;
	align-items: center;
	padding: ;
	
}
.tt>p{
	padding: 0 25%;
	font-size: 18px;
	color: #333;
	text-align: justify;
	margin-left: 20px;
	text-indent: 2em;
}
.schemett>.img{
	width: 50%;
	display: flex;
	justify-content: left;
	align-items: center;
}

.scheme002{
	width: 100%;
	height: auto;
}

.charat{
	display: flex;
	width: 100%;
	justify-content: center;
}

.charat01{
	width: 24%;
	box-shadow: 0px 0px 2px 2px #cccccc;
	margin-left: 40px;
	display: flex;
	flex-direction: column;
	height: auto;
	position: relative;
	border-radius: 10px;
}
.charat01img{
	width: 100%;
	height: 50%;
	line-height: 200px;
	display: inline-block;
	/* border: 1px solid red; */
	
}
.charat01img>img{
	height: 100%;
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.charat01txt{
	cursor: pointer;
	width: 100%;
	height:60%;
	display: inline-block;
	opacity: 1;
	
}
.charat01txt>div:first-child{
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.charat01txt>div:last-child{
	height: 50%;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}
.charat01txt>div:last-child>p{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.charat02txt{
	cursor: pointer;
	width: 100%;
	height:60%;
	/* display: inline-block; */
	opacity: 0;
	position: absolute;
	top: 40%;
	background-color: #2276fc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 10px 10px ;
}
.charat02txt>div>p:first-child{
	font-size: 20px;
	text-align: center;
	padding: 20px;
	color: #fff;
}
.charat02txt>div>p:last-child{
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	text-align: justify;
}
.charat02txt>div>img{
	padding: 10px;
}



.scheme004{
	width: 100%;
	text-align: center;
}

.con{
	width: 100%;
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
	align-items: center;

}
.elem{
	display: flex;
	margin-top: 5px;
	justify-content: center;
	width: 60%;
	/* box-shadow: 0 2px 4px rgba(0, 0, 0, .12); */
	box-shadow: 0px 0px 5px 5px #cccccc;
	
	align-items: center;
}
.elem>div{
	width: 25%;
	border-right: 1px solid rgba(243, 243, 243, 1);
	padding: 10px;
	cursor: pointer;
}
.icon{
	transition: transform 0.5s ease;
}
.elem>div:hover{
	.icon{transform: rotate(360deg)};
}



.popelem{
	background-image: url('../../img/系统解决方案/图片1.png');
	background-size:85% 90%;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	margin-top: 10px;
	justify-content: end;
	width: 60%;
	height:600px;
	align-items: end;
}
.popelem>div{
	width: 25%;
	height: 300px;
	/* background-color: #fff; */
	background-color:rgba(255, 255, 255, .9);
	/* border: 1px solid rgba(243, 243, 243, 1); */
	/* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); */
		box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	padding: 20px;
	justify-content: center;
	align-items: center;
	display: flex;
}





.scheme003{
	width: 100%;
	height: auto;
	text-align: center;
}

.coninner{
	margin-top: 10px;
	/* box-shadow: 0px 0px 5px 5px #cccccc; */
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.func{
	box-shadow: 0px 0px 5px 5px #cccccc;
	width: 60%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.intro{
	width: 50%;
	/* border: 1px solid red; */
	/* display: flexbox; */
	display: inline-block;
	padding: 10px;
	
}
.intro>div{
	display: inline-block;
	width: 100%;
	/* border: 1px solid red; */
	display: flex;
	justify-content: left;
	padding-bottom: 10px;
}
.intro>div>p{
	color: #2276fc;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 10px 10px; 
	/* width: 26%; */
	/* border: 1px solid red; */
	border-left: 5px solid #2276fc;
	background-color: rgba(216, 216, 216, .5);
}
.intro>p{
	font-size: 18px;
	padding: 20px 30px 20px 0;
	color: #333;
	text-align: justify;
}

.funcimg{
	width: 50%;
	/* border: 1px solid blue; */
	display: flex;
	justify-content: center;
}

.funcimg>div{
	background-color: rgba(34, 118, 252, .2);
	padding: 10px;
}






/* 水肥一体化 */
.watercon{
	width: 100%;
}
.watit{
	padding:20px;
}
.watit>p{
	font-size: 24px;
	padding: 10px;
	width: 10%;
	background-color: rgba(216, 216, 216, .5);
	font-weight: bold;
	letter-spacing: 4px;
	color: #2276fc;
	margin-left: 20px;
	border-left: 5px solid #2276fc;
}

.waimg{
	padding: 40px;
	text-align: center;
}



.value{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.valuetxt{
	width: 80%;
	display: flex;
	word-break: break-all;
	justify-content: center;
	flex-direction: row;
	
}
.valuetxt>div{
	display: flex;
	flex-direction: column;
	width: 80%;
	padding: 20px;
	margin-left: 50px;
	box-shadow: 0px 0px 5px 5px rgba(34,118,252,.2);
}
.valuetxt>div>p:first-child{
	font-size: 24px;
	color: #2276fc;
	font-weight: bold;
	padding: 5px;
}

.valuetxt>div>p:last-child{
	font-size: 18px;
	color: #666;
	font-weight: normal;
	padding: 10px 2px;
	text-align: justify;
}





/* 弹出框 */
.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 888;
	display: none;
	background-color: rgba(0, 0, 0, .5);
}

#app2 .popwind{
	background-color: #fff;
	position: fixed;
	top: 15%;
	left: 30%;
	/* margin: 200px auto; */
	max-width: 520px;
	min-width: 400px;
	/* height: 600px; */
	border-radius: 10px;
	padding: 20px;
}
#app2 .popwind>div{
	width: 100%;
	padding: 10px;
	font-size: 28px;
	display: inline-block;
}
#app2 .popwind>div>p:first-child{
	float: left;
	padding-left: 10px;
	border-left: 5px solid #2276fc;
}
#app2 .popwind>div>p+p{
	float: right;
	margin-right:20px;
	cursor: pointer;
}
.txt{
	font-size: 16px;
	margin-bottom: 20px;
	color: #606266;
}
.txt>a{
	color: orangered;
	font-weight: bold;
	cursor: pointer;
}

.contact{
	position: fixed;
	display: none;
	top:35%;
	left: 35%;
	z-index: 10;
	box-shadow: 0px 0px 5px 5px #cccccc;
	border-radius: 5px;
}

.contpop{
	background-color: #fff;
	margin: 0px auto;
	max-width: 600px;
	min-width: 400px;
	border-radius: 10px;
	padding: 20px;
}

.contitle{
	font-size: 20px;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 10px;
	width: 100%;
}
.contitle>p:first-child{
	float: left;
	padding: 0px 10px;
	border-left: 5px solid #2276fc;
}
.contitle>p:last-child{
	float: right;
	font-size: 24px;
	padding: 0 20px;
	cursor: pointer;
}

.contus{
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
		
}

.contxt{
	width: 60%;
	font-size: 16px;
	color: #333;
}
.contxt>p{
	padding:5px 0px;
}
.contimg{
	width: 40%;
	display: flex;
	justify-content: right;
}