.contenttxt{
	width: 100%;
	margin-top: 50px;
}
.contit{
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}
.conimg{
	margin-top: 30px;
	position: relative;
	display: flex;
	flex-direction: row;
	
}
.word{
	width: 50%;
	justify-content: right;
	display: flex;
	/* border: 1px solid red; */
	justify-content: right;
	align-items: center;
}
.word>div{
	width: 75%;
	/* border: 1px solid red; */
	margin-right: 20px;
	
}
.word>div>p{
	font-size: 18px;
	padding: 2px;
	color: #333;
	text-align: justify;
	margin-left: 20px;
	text-indent: 2em;
}
.image{
	width: 50%;
	justify-content: left;
	display: flex;
	align-items: center;
	/* border: 1px solid red; */
}
.image>img{
	/* padding: 0 10%; */
}

.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: 28%;
	/* 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;
}
.otherfunc{
	box-shadow: 0px 0px 5px 5px #cccccc;
	width: 60%;
	height: auto;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	padding: 25px 10px;
}
.oth1{
	/* background-color: rgba(34, 118, 252, .2); */
	box-shadow: 0px 0px 2px 2px rgba(34, 118, 252, .2);
	width: 30%;
	padding: 20px;
	margin: 0 25px;
}
.oth1>p:first-child{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 5px 10px;
	text-align: center;
	color: #2276fc;
}
.oth1>p:last-child{
	font-size:1rem;
	color: #333;
	text-align: justify;
	letter-spacing: 1px;
}

.material{
	box-shadow: 0px 0px 5px 5px #cccccc;
	width: 60%;
	height: auto;
	/* align-items: center; */
	padding: 25px 10px;
}

.material>div{
	display: inline-block;
	width: 100%;
	margin-left: 10px;
	padding-bottom: 10px;
}
.material>div>p{
	color: #2276fc;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 10px 10px; 
	width: 15%;
	border-left: 5px solid #2276fc;
	background-color: rgba(216, 216, 216, .5);
}




.value{
	/* border: 1px solid red; */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 50px;
	justify-items: center;
}

.valuetxt{
	width: 50%;
	display: flex;
	flex-direction: row;
}
.valuetxt>div{
	box-shadow: 0px 0px 5px 5px rgba(34, 118, 252, .2);
	/* box-shadow: 0px 0px 5px 5px #cccccc; */
	width: 50%;
	padding:20px;
	/* border: 1px solid red; */
	margin-left: 25px;
	margin-right:25px;
	display: flex;
	flex-direction: column;
}
.valuetxt>div>p:first-child{
	/* width: 50%; */
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #2276fc;
	letter-spacing: 2px;
}
.valuetxt>div>p+p{
	/* width: 50%; */
	text-align: justify;
	font-size: 16px;
	color: #333;
	padding: 0px 20px;
}

/* 主体完,按钮弹窗 */
.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: 8% 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: calc(50% - 220px);
	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;
}
