.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 {
	width: 232px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	white-space: nowrap;
	color: #666;
	background: url(../image/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(../image/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-detail .sys-tab {
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	list-style: none;
	height: 50px;
	padding: 0;
	margin: 0;
	color: #666;
}

.sys-detail .sys-tab .sys-tab-txt {
	line-height: 50px;
	float: left;
	color: #666;
	font-size: 18px;
	cursor: pointer;
	padding: 0px 40px;
	max-width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sys-detail .sys-tab .sys-tab-txt.active {
	position: relative;
	border-top: 3px solid #ff9400;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-top: -1px;
	background: #fff;
	height: 50px;
}

.sys-detail .sys-tab .sys-tab-txt[href="tab-nav1"].active {
	border-left: none;
}

.sys-detail .sys-tab-item .sys-desc-txt {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.sys-detail #tab-nav1 .sys-desc-txt .sys-desc-jiesao {
	width: 100%;
	overflow: hidden;
	margin-bottom: 18px;
}

.sys-detail #tab-nav1 .sys-desc-txt .sys-desc-jiesao .txt {
	line-height: 30px;
	padding: 0 20px;
	color: #666;
	font-size: 14px;
}

.sys-detail #tab-nav1 .sys-desc-txt .service-property {
	width: 100%;
	overflow: hidden;
	padding: 10px 20px;
	list-style: none;
	margin: 0;
	color: #666;
}

.sys-detail #tab-nav1 .sys-desc-txt .service-property li {
	font-size: 14px;
	float: left;
	width: 345px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sys-detail #tab-nav2 .sys-desc-txt ul {
	padding: 20px 0;
	text-align: center;
}

.sys-detail #tab-nav2 .sys-desc-txt ul li {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin: 0 0 20px;
	padding: 0 15px;
	box-sizing: border-box;
}

.sys-detail #tab-nav2 .sys-desc-txt ul li .case-img {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #eee;
	overflow: hidden;
}

.sys-detail #tab-nav2 .sys-desc-txt ul li .case-img img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	transition: all 1s .2s;
}

.sys-detail #tab-nav2 .sys-desc-txt ul li .case-img img:hover {
	transform: scale(1.1);
}

.sys-detail #tab-nav2 .sys-desc-txt ul li .case-img .case-cat {
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	padding: 2px 7px;
	font-style: italic;
	z-index: 2;
}

.sys-detail #tab-nav2 .sys-desc-txt ul li .case-title {
	font-size: 18px;
	line-height: 1.4;
	color: rgba(51, 51, 51, 1);
}

.sys-detail #tab-nav2 .sys-desc-txt ul li .case-title:hover {
	color: rgba(40, 164, 146, 1);
}

.tgpt {
	margin-top: 30px;
	width: 260px;
	background-color: #f8f8f8;
	padding: 10px;
}

.tgpt .tgpt-title {
	padding-left: 28px;
	background: url(../image/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(../image/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(../image/xglj.png) no-repeat left;
	background-size: auto 22px;
	font-size: 18px;
	line-height: 60px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}

.sassbtn {
	color: #FFFFFF;
	background-color: #999;
	border-radius: 11px;
	font-size: 12px;
	padding: 3px 10px;
	font-weight: 400;
}

.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,
.sassbtn.btn-danger {
	background-color: #dc3545;
}

.experiencebtn.btn-primary,
.sassbtn.btn-primary {
	background-color: #007bff;
}

.flexBetw {
	display: flex;
	justify-content: space-between;
}
