.tws-allPublic1 {
	height: 400px;
	width: 100%;
	background: url(../image/service.jpg) repeat-x center center;
	background-size: 100% auto;
}

.tws-serviceLay {
	height: 100%;
	display: flex;
	align-items: center;
}

.tws-service div:nth-of-type(1) {
	font-size: 36px;
	margin-bottom: 20px;
}

.tws-service div:nth-of-type(2) {
	font-size: 16px;
}

.tws-allPublic2 {
	padding-bottom: 50px;
}

.tws-serviceTabLay {
	width: 100%;
	padding: 20px 0;
	font-size: 20px;
	border-bottom: 1px solid #ededed;
}

.tws-serviceTab {
	display: flex;
	align-items: center;
}

.tws-serviceTab a {
	margin-right: 40px;
	position: relative;
	cursor: pointer;
}

.tws-serviceTab a:last-of-type {
	margin-right: 0;
}

.tws-serviceLine {
	width: 100%;
	height: 2px;
	background: #00cccc;
	border-radius: 2px;
	position: absolute;
	bottom: -24px;
}

.tws-serviceActive {
	color: #00cccc;
}

.tws-maintenance {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tws-maintenance li {
	width: 30%;
	margin-top: 100px;
}
.tws-maintenance::after{
  content: "";
  width: 33%;
}
.tws-maintenanceContent {
	width: 100%;
}

.tws-maintenanceTitle {
	display: flex;
	align-items: center;
	font-size: 18px;
}
.tws-maintenanceTitle span:nth-of-type(2) {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tws-maintenanceLine {
	display: block;
	width: 2px;
	height: 18px;
	background: #00cccc;
	margin-right: 10px;
}

.tws-maintenanceCon1 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	height: 90px;
	line-height: 28px;
	color: #666;
	display: flex;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.tws-maintenanceCon2 {
	width: 100%;
	margin-top: 20px;
	height: 90px;
	display: flex;
	align-items: center;
}

.tws-maintenanceImg {
	width: 32%;
	height: 100%;
	margin-right: 10px;
}
.tws-maintenanceImg:nth-of-type(3) {
	margin-right: 0;
}

.tws-maintenanceImg img {
	width: 100%;
	height: 100%;
}

.tws-maintenanceRelease {
	font-size: 14px;
}
.tws-seDetail {
	padding-bottom: 30px;
	border-bottom: 1px solid #ededed;
}
.tws-seTitle {
	font-size: 36px;
	color: #333;
	margin: 60px 0 20px 0;
}
.tws-seCon {
	font-size: 16px;
	color: #333;
	margin-top: 8px;
}
.tws-pdfIcon {
	width: 130px;
	height: 80px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tws-PDF {
	font-size: 36px;
}
.tws-page {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
	background: #00cccc;
}
.tws-seContent {
	margin-top: 20px;
}
.tws-seText {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
.tws-sePdf {
	width: 100%;
	background: #333;
	padding: 15px 0;
	margin-bottom: 20px;
}
.tws-sePdf>div {
	height: 500px;
	width: 80%;
	margin: auto;
	background: #fff;
	font-size: 30px;
	text-align: center;
	padding: 10px 0;
}
