.logoer img {
	width: 40px;
	float: left;
	margin-right: 15px;
}

.logoer {
	font-size: 22px;
	font-weight: bold;
	float: left;
	color: #2A2A2A;
	display: flex;
	align-items: center;
}

body {
	background: #fff;
}

.wza {
	font-size: 16px;
	color: #666666;
	border-radius: 16px;
	border: 1px solid #D8D8D8;
	float: right;
	padding: 3px 13px;
}
#header{
	background: transparent;
}
.top-content {
	display: flex;
	align-items: center;
	padding: 11px 0;
	justify-content: space-between;
}

.palener .breadcrumb {
	padding: 0;
	margin: 0;
}

.palener {
	margin-top: -150px;
	background: #fff;
	overflow: hidden;
	padding: 24px 20px;
	position: relative;
}

.palener .breadcrumb li,.palener .breadcrumb li a {
	color: #666666;
	font-size: 18px;
}

.tilter span {
	color: #5C5C5C;
	font-size: 30px;
	font-weight: bold;
	padding: 0 35px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.tilter {
	position: relative;
	text-align: center;
	margin-top: 54px;
}

.tilter:before {
	content: '';
	width: 100%;
	height: 10px;
	background: #D5ECFF;
	position: absolute;
	top: 50%;
	left: 0;
}

.shixiang-lister {
	margin-bottom: 0;
	margin-top: 30px;
}

ul.shixiang-lister li {
	padding: 18px 0 18px 0;
	border-bottom: 1px dashed #D8D8D8;
	background: none;
}

ul.shixiang-lister li a {
	color: #3D4246;
	font-size: 16px;
	padding-left: 32px;
	position: relative;
}

ul.shixiang-lister li a:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #D8D8D8;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}

ul.shixiang-lister li span.time {
	width: auto;
	opacity: 2;
	font-size: 14px;
	color: #868686;
	top: 22px;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #0069C5;
}

.palener .text-center {
	margin-top: 35px;
}

.Article-title {
	font-size: 22px;
	color: #282E2E;
}

.Article-time {
	font-size: 14px;
	color: #6B7776;
	margin-top: 41px;
}

.Article-time span {
	margin-left: 25px;
}

.Article_content p {
	color: #282E2E;
}

.Article_content {
	border-top: none;
}

.celer-suiji {
	padding: 0;
}

.celer-suiji .tilter {
	margin-top: 34px;
}

.detailed-list {
	padding: 0 25px;
	margin-top: 60px;
	margin-bottom: 15px;
}

ul.nav-pills {
	background-color: transparent;
}

.detailed-list .nav-pills>li a {
	color: #666666;
	padding: 0;
	font-size: 16px;
	text-align: center;
}

.detailed-list .nav-pills>li.active>a, 
.detailed-list .nav-pills>li.active>a:focus, 
.detailed-list .nav-pills>li.active>a:hover {
	background-color: transparent;
	font-weight: bold;
	color: #666666;
}

.detailed-list .nav-pills>li+li {
	margin-left: 0;
}

.detailed-list .nav-pills>li {
	width: 25%;
	margin-bottom: 20px;
}

.detailed-list .nav-pills>li a:after {
	content: '';
	width: 117px;
	height: 4px;
	background: transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}

.detailed-list .nav-pills>li.active>a:after {
	background: #8AB0FE;
}

ul.nav-pills li:first-child,ul.nav-pills li:last-child {
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	overflow: visible;
}

.detailed-list ul.nav-pills {
	background: #F9F9F9;
	padding-top: 20px;
}

.creditcode-table,.Inspection-plan {
	padding: 0 25px;
}

.creditcode-table table thead tr td {
	border-bottom: none;
	text-align: center;
	
}

.Inspection-plan {
	margin-top: 60px;
}

.creditcode-table table tbody tr td {
	text-align: center;
}

.creditcode-table table tbody tr td:nth-child(5) {
	text-align: left;
}

.Inspection-plan thead tr td {
	font-size: 18px;
	padding: 4px 0;
	color: #fff;
	text-align: center;
	background: #56A8FD;
	border: none;
}

.Inspection-plan tbody tr td {
	vertical-align: middle;
	border: none;
	padding: 15px 0;
	color: #4B5156;
	text-align: center;
	font-size: 14px;
	border-top: 16px solid #fff;
}

.Inspection-plan tbody tr td a {
	color: #4B5156;
}

.Inspection-plan .table-bordered {
	border: none;
}

.Inspection-plan .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F3F5F7;
}

.Inspection-plan .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #E5F2FF;
}

.Work-case {
	padding: 0 40px;
	margin-top: 54px;
	margin-bottom: 100px;
}

.Work-case .conter {
	background: #D0E8FF;
	margin: 0;
	padding: 9px 10px;
}

.Work-case .conter span {
	color: #666666;
	text-align: center;
	display: block;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Work-case .item a img {
	height: 172px;
}

.owl-controls {
	margin-top: 0;
}

.Work-case  .owl-dots {
	display: none!important;
}

.Work-case .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: -33px;
	transform: translateY(-50%);
	margin: 0;
	font-size: 18px;
	border-radius: 0;
	padding: 8px 3px;
	color:#FFF;
}

.Work-case .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: -33px;
	transform: translateY(-50%);
	margin: 0;
	font-size: 18px;
	border-radius: 0;
	padding: 8px 3px;
	color:#FFF;
}

.Work-case .owl-nav .owl-next:hover,.Work-case .owl-nav .owl-prev:hover {
	background: #2B98E5;
}

 .sgs-more{
      border-radius: 100px;
      border: 1px solid #D5ECFF;
      display: block;
      width: 63px;
      text-align: center;
      line-height: 2;
      color: #0069c5;
      margin: 30px auto;
      position: relative;
      padding-right: 5px;
  }
  .sgs-more::after{
      content: '';
      border-left: 4px #0069c5 solid;
      border-top: 4px transparent solid;
      border-bottom: 4px transparent solid;
      position: absolute;
      top: 10px;
      right: 10px;
  }
  
  
  .video-div {
      margin-top: 20px;
  }
  .bf-btn {
      width: 60px;
      position: absolute;
      left: 50px;
      bottom: 50px;
      z-index: 2;
  }
  .video-div video {
      width: 100%;
      border: 8px #fff solid;
      border-radius: 10px;
      margin-bottom: 0px;
      height: 100%;
      object-fit: fill;
      position: relative;
      z-index: 1;
  }
  .video-right{
    margin-top: 25px;
  }
  .video-right h4{
    color: #0069c5;
    font-weight: 600;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
	text-align:center;
  }
  .video-right p{
    margin-top: 24px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    text-align: justify;
  }

@media (max-width: 1199px) {
	.palener {
		margin-top: -70px;
	}

	.Article {
		padding: 0;
	}

	.Work-case .item a img {
		height: 137px;
	}
}

@media (max-width:767px) {
	.Work-case .item a img {
		height: 222px;
	}
}

@media (max-width: 680px) {
	.detailed-list .nav-pills>li {
		width: 33.33333%;
	}

	.Work-case .item a img {
		height: 170px;
	}
}

@media (max-width: 580px) {
	.palener {
		margin-top: -35px;
	}

	.Article-title {
		font-size: 20px;
	}

	.Work-case .item a img {
		height: 135px;
	}
}

@media (max-width: 480px) {
	.palener .breadcrumb li, .palener .breadcrumb li a {
		font-size: 16px;
	}

	.shixiang-lister {
		margin-top: 15px;
	}

	.detailed-list .nav-pills>li {
		width: 50%;
	}

	.tilter {
		margin-top: 30px;
	}

	ul.shixiang-lister li a,.Article_content p,.Work-case .conter span {
		font-size: 14px;
	}

	ul.shixiang-lister li {
		padding: 13px 0 13px 0;
	}

	.Article-time {
		font-size: 12px;
	}

	ul.shixiang-lister li span.time {
		font-size: 12px;
		top: 16px;
	}

	.Article-time span {
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}

	.wza {
		font-size: 14px;
		padding: 3px 4px;
	}

	.logoer {
		font-size: 20px;
	}

	.logoer img {
		margin-right: 10px;
	}

	.tilter span {
		font-size: 26px;
		padding: 0 20px;
	}

	.detailed-list {
		padding: 0 10px;
		margin-top: 30px;
		margin-bottom: 15px;
	}

	.Inspection-plan,.Work-case {
		padding: 0 10px;
		margin-top: 30px;
	}

	.Work-case {
		margin-bottom: 50px;
	}

	.Work-case .item a img {
		height: 120px;
	}

	.Work-case .owl-nav .owl-prev {
		left: 0;
	}

	.Work-case .owl-nav .owl-next {
		right: 0;
	}
}

.creditcode-table table {
    width: 100%;
	/* margin: auto!important; */
}
.creditcode-table {
    height: 300px;
    overflow-y: auto;
    width: calc(100% - 25px);
}


@media (max-width: 380px) {
	.Work-case .item a img {
		height: auto;
	}
}

/*无障碍关怀版样式*/
 .container{
        position: relative;
    }
    .ztwza {
        overflow: hidden;
    position: absolute;
    right: 0px;
    top: 15px;
    border-radius: 25px;
    border: 2px solid #d9d9d9;
    padding: 10px 0px;
}
.ztwza ul{
    padding-left: 0px;
}
.ztwza li {
    float: left;
    list-style: none;
}
.ztwza a {
    display: inline-block;
    width: auto;
    border-right: 1px solid #999;
    padding: 0px 21px;
    color: #999;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
}
.sgs-more{
    border-radius: 100px;
    border: 1px solid #D5ECFF;
    display: block;
    width: 63px;
    text-align: center;
    line-height: 2;
    color: #0069c5;
    margin: 30px auto;
    position: relative;
    padding-right: 5px;
}
.sgs-more::after{
    content: '';
    border-left: 4px #0069c5 solid;
    border-top: 4px transparent solid;
    border-bottom: 4px transparent solid;
    position: absolute;
    top: 10px;
    right: 10px;
}

/*h2标签隐藏样式*/
.disnone {
    display: none;
}	

button {
    border: none;
}

.tab-content>.tab-pane{
    display: none!important;
}
.tab-content>.tab-pane.active{
    display: block!important;
}