.sys-banner {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.sys-banner .sys-banner-img img{
	width: 100%;
}

.sys-banner .sys-banner-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -25px;
	text-align: center;
}

.sys-banner .sys-banner-text .exp-link {
	width: 146px;
	height: 36px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	line-height: 34px;
	display: inline-block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.sys-banner .sys-banner-text .title {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@media only screen and (max-width: 762px) {
	.sys-banner .sys-banner-text {
		margin-top: -30px;
	}

	.sys-banner .sys-banner-text .title {
		font-size: 20px;
		color: #fff;
		font-weight: weight;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.sys-contain {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.sys-contain .sys-contain-left {
	width: 280px;
}

.sys-contain .sys-contain-left .syscategory {
	width: 260px;
	border: 1px solid #e5e5e5;
}

.sys-contain .sys-contain-left .syscategory li {
	border-bottom: 1px dashed #e5e5e5;
	padding-left: 16px;
	padding-right: 10px;
	width: 258px;
}

.sys-contain .sys-contain-left .syscategory li:last-child {
	border-bottom: none;
}

.sys-contain .sys-contain-left .syscategory li .btn {
	/* max-width: 248px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	background: url(../images/go.png) no-repeat;
	background-size: auto 18px;
	background-position: left;
	padding-left: 18px;
	padding-right: 10px; */
	width: 232px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	white-space: nowrap;
	color: #666;
	background: url(../images/go.png) no-repeat;
	background-size: auto 18px;
	background-position: right;
	padding-left: 0;
	padding-right: 20px;
	font-size: 15px;
}

.sys-contain .sys-contain-left .syscategory li .btn:hover {
	color: #15a28e;
	background: url(../images/goactive.png) no-repeat;
	background-size: auto 22px;
	background-position: right;
	font-size: 16px;
}

.sys-contain .sys-contain-right {
	width: 800px;
	max-width: 100%;
}

.sys-desc {
	border: 1px solid #e5e5e5;
}

.sys-desc .sys-desc-top {
	width: 100%;
	height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.sys-desc .sys-desc-top .sys-desc-top-txt {
	line-height: 50px;
	padding: 0 20px;
	color: #666;
	font-size: 18px;
}

.sys-desc .sys-desc-mid {
	width: 100%;
	overflow: hidden;
	margin-bottom: 18px;
}

.sys-desc .sys-desc-mid .txt {
	line-height: 30px;
	padding: 0 20px;
	color: #666;
	font-size: 14px;
}

.sys-desc .service-property {
	width: 100%;
	overflow: hidden;
	padding: 10px 20px;
	list-style: none;
	margin: 0;
	color: #666;
}

.sys-desc .service-property li {
	font-size: 14px;
	float: left;
	width: 345px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tgpt {
	margin-top: 30px;
	width: 260px;
	background-color: #f8f8f8;
	padding: 10px;
}

.tgpt .tgpt-title {
	padding-left: 28px;
	background: url(../images/gwc.png) no-repeat left;
	background-size: auto 22px;
	font-size: 18px;
	line-height: 60px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}

.tgpt ul li {
	width: 240px;
	background: url(../images/c_list_01.jpg) no-repeat 12px center;
	padding-left: 28px;
	border-bottom: 1px dashed #e5e5e5;
}

.tgpt ul li .btn {
	color: #666;
	width: 212px;
	text-align: left;
	font-size: 15px;
	padding-left: 0;
	padding-right: 0.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tgpt ul li .btn:hover {
	color: #15a28e;
	padding: 0.7em 0.5em;
}

.tgpt .xglj-title {
	padding-left: 30px;
	background: url(../images/xglj.png) no-repeat left;
	background-size: auto 22px;
	font-size: 18px;
	line-height: 60px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}


.experiencebtn {
	color: #FFFFFF;
	background-color: #999;
	border-radius: 8px;
	font-size: 12px;
	padding: 0 10px;
	font-weight: 400;
	margin: 6px 0;
}

.experiencebtn.btn-info {
	background-color: #17a2b8;
}

.experiencebtn.btn-warning {
	background-color: #ffc107;
}

.experiencebtn.btn-success {
	background-color: #28a745;
}

.experiencebtn.btn-danger {
	background-color: #dc3545;
}

.experiencebtn.btn-primary {
	background-color: #007bff;
}

.flexBetw {
	display: flex;
	justify-content: space-between;
}
