.row-so{
	padding: 30px 0;
}
.m-soc1 .m-tit{
	font-size: 26px;
	color: #000;
	margin-bottom: 15px;
}
.m-sobox{
	margin-bottom: 15px;
	overflow: hidden;
}
.m-sobox form{
	display: flex;
	align-items: center;
	max-width: 600px;
	width: 100%;
	padding-right: 15px;
	height: 40px;
	border: 1px solid #666;
	border-radius: 30px;
}
.m-sobox .ipt{
	flex: 1;
	display: block;
	padding: 0 15px;
}
.m-sobox .ipt input{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: none;
	font-size: 14px;
	color: #000;
}
.m-sobox .btn{
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #000;
	border: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.m-sobox .btn:hover{
	color: #00B496;
}
.so-tabc1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
}
.so-tabc1 li{
	display: block;
	font-size: 14px;
	color: #000;
	margin-right: 30px;
	line-height: 2;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.so-tabc1 li:last-child{
	margin-right: 0;
}
.so-tabc1 li.on{
	color: #00B496;
	border-color: #00B496;
	font-weight: bold;
}
.so-newc1 li{
	margin-bottom: 15px;
}
.so-newc1 li:last-child{
	margin-bottom: 0;
}
.so-newc1 .con{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.so-newc1 .con:hover{
	color: #00B496;
}
.so-newc1 .date{
	display: block;
	margin-right: 15px;
	color: #999;
}
.so-newc1 .tit{
	flex: 1;
	display: block;
}
.row-error{
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.m-errorc1{
	max-width: 630px;
	padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
}
.m-errorc1 .m-tit{
	position: absolute;
	top: 0;
	left: 15px;
	font-size: 48px;
	color: #aaa;
	font-style: italic;
	font-weight: bold;
}
.m-errorc1 .pic{
	margin-bottom: 15px;
	font-size: 0;
}
.m-errorc1 .pic img{
	display: block;
	margin: 0 auto;
}
.m-errorc1 .tit{
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
.error-nav{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 15px;
}
.error-nav li{
	margin-right: 15px;
}
.error-nav li:last-child{
	margin-right: 0;
}
.error-nav a{
	display: block;
	font-size: 14px;
	color: #aaa;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.error-nav a:hover{
	color: #00B496;
}
.error-link{
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-link a{
	display: block;
	padding: 0 10px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #999;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: 0 5px;
	border-radius: 5px;
}
.error-link a:hover{
	background-color: #00B496;
}
@media only screen and (max-width:1200px) {
	.m-soc1 .m-tit{
		font-size: 22px;
	}
	.so-tabc1 li{
		margin-right: 15px;
	}
	.m-errorc1 .m-tit{
		font-size: 36px;
	}
}