a, a:hover {
	text-decoration: none
}

.clear, .clearfix:after {
	clear: both
}

.button, .button.disabled:hover {
	background: #1966ff
}

*, .business .group, .site_tab .choose {
	box-sizing: border-box
}

a {
	color: rgba(0, 0, 0, .8)
}

img {
	vertical-align: top
}

.over-h {
	overflow: hidden
}

.clearfix:after, .clearfix:before {
	content: " ";
	display: table
}

.margin0 {
	margin: 0
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.mt30 {
	margin-top: 30px
}

.mt40 {
	margin-top: 40px
}

.mt100 {
	margin-top: 100px
}

.mr10 {
	margin-right: 10px
}

.mr20 {
	margin-right: 20px
}

.mr30 {
	margin-right: 30px
}

.ml20 {
	margin-left: 20px
}

.mb0 {
	margin-bottom: 0
}

.mb10 {
	margin-bottom: 10px
}

.mb20 {
	margin-bottom: 20px
}

.mb30 {
	margin-bottom: 30px
}

.mb50 {
	margin-bottom: 50px
}

.pb20 {
	padding-bottom: 20px
}

.pb30 {
	padding-bottom: 30px
}

.border-grey {
	border: 1px solid #E6E6E6
}

.button {
	color: #fff;
	box-shadow: 0 2px 4px 0 rgba(25, 102, 255, .2);
	border-radius: 4px
}

.button.disabled {
	opacity: .5
}

.button:hover {
	background: #175be5
}

.toast-dialog-container {
	position: fixed;
	z-index: 1000000;
	width: 100%;
	height: 100%
}

.toast-dialog-container .toast-content {
	position: fixed;
	z-index: 1000001;
	left: 50%;
	top: 60%;
	padding: 10px 20px;
	color: #fff;
	border-radius: 200px;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, .4);
	-moz-transition: top linear 1s;
	-webkit-transition: top linear 1ms;
	transition: top linear 1ms;
	opacity: 0
}

.toast-dialog-container .toast-content.in {
	top: 50%;
	opacity: 1
}

.btn.btn-primary {
	color: #fff;
	background-color: #1966ff
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.tab-containner .nav-tabs {
	display: flex
}

.tab-containner .nav-tabs li {
	cursor: pointer
}

.tab-containner .tab-pane {
	display: none
}

.tab-containner .tab-pane.active {
	display: block
}

.gui-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.gui-flex .cell {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	height: 100%;
	max-width: 100%;
	font-size: 14px;
	display: block;
	position: relative
}


.breadcrumb {
	max-width: 1170px;
	margin: 20px auto 0;
	font-size: 0;
	background-color: transparent
}

.breadcrumb a, .breadcrumb i, .breadcrumb span {
	font-size: 12px
}

.breadcrumb a, .breadcrumb i {
	color: #333
}

.breadcrumb a {
	padding-right: 10px
}

.breadcrumb a:hover {
	color: #1966FF
}

.breadcrumb i {
	margin-right: 10px
}

.breadcrumb span {
	color: #999
}

.banner {
	height: 440px;
	padding-top: 20px
}

.banner .flexslider {
	width: 780px;
	height: 420px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.banner .flexslider .slides li {
	height: 420px;
	cursor: pointer
}

.banner .flexslider .slides li a {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 0
}

.site_tab {
	position: relative;
	z-index: 2;
	width: 1180px;
	margin: -440px auto 0
}

.site_tab .choose {
	width: 380px;
	height: 420px;
	padding: 0 40px;
	border-radius: 6px;
	background: #fff;
	position: absolute;
	top: 20px;
	right: 0
}

.site_tab .choose .nav {
	height: 60px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px
}

.site_tab .choose .nav li {
	float: left;
	text-align: center;
	width: 50%
}

.site_tab .choose .nav li a {
	display: inline-block;
	height: 59px;
	font-size: 18px;
	font-weight: 600;
	color: #999;
	line-height: 60px;
	border-radius: 0;
	border: 0;
	padding: 0
}

.site_tab .choose .nav li a:active, .site_tab .choose .nav li a:focus,
	.site_tab .choose .nav li a:hover {
	background: #fff
}

.site_tab .choose .nav .active a {
	color: #1966ff;
	border: 0;
	border-bottom: 2px solid #1966ff
}

.site_tab .choose .tab-home .field {
	height: 40px;
	line-height: 40px
}

.item-no-name {
	padding-left: 88px
}

.up {
	background-position: 0 0
}

.line02 {
	width: 1px;
	height: 48px;
	background: #f1f1f1;
	margin: 8px 80px 8px 0;
	float: left
}

.record .tab-title {
	padding-left: 0;
	background: #fafafa
}

.record .tab-title ul {
	overflow: hidden;
	float: left
}

.record .tab-title ul li {
	float: left;
	border-right: 1px solid #EAEAEA
}

.record .tab-title ul li:nth-child(1) a {
	border-radius: 6px 0 0
}

.record .tab-title ul li a {
	display: block;
	padding: 0 24px;
	font-weight: bold;
	font-size: 16px
}

.record .tab-title ul li.active a, .record .tab-title ul li:hover a {
	height: 49px;
	color: #1955FF;
	background-image: linear-gradient(-180deg, #fff 2%, #fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr='#FFFFFF', endColorstr='#FAFAFA');
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#FAFAFA)"
}

.recordTitle {
	background: #F5F7FA
}

.recordTitle>p {
	float: left;
	height: 48px;
	line-height: 48px;
	text-align: left;
	font-size: 14px;
	padding: 0 15px
}

.record_container {
	position: relative
}

.column-list-head .violation-head p {
	width: 147px
}

.column-list-head .violation-head p.vi-fineBehaviorName {
	width: 149px
}

.column-list-head .violation-head p.vi-fineTime {
	width: 168px
}

.column-list-head .violation-head p.vi-deductPoint {
	width: 126px
}

.column-list-head .jszcf-head p {
	width: 168px
}

.column-list-head .jszcf-head p.cf-queryTime {
	width: 208px
}

.column-list-head .jszcf-head p.cf-fileNumber {
	width: 191px
}

.column-list-head .jszcf-head p.cf-score {
	width: 107px
}

.column-list-head .fine-head p {
	width: 147px
}

.record_list {
	height: 300px;
	overflow: hidden
}

.record_list ul li {
	position: relative;
	height: 60px;
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.record_list ul li:hover {
	background: #DBE7FF
}

.record_list ul li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	color: rgba(0, 0, 0, .8);
	font-size: 0
}

.record_list ul li .newNum, .record_list ul li>p a {
	font-size: 16px;
	color: #1966ff
}

.record_list ul li>p {
	float: left;
	padding: 15px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.record_list ul li>p.cf-channel, .record_list ul li>p.fine-channel,
	.record_list ul li>p.vi-channel {
	position: relative
}

.record_list ul li .newNum em {
	font-weight: 500;
	color: #1966FF
}

.record_list ul.fine li.word p:nth-child(3) a, .record_list ul.jszcf li.word p:nth-child(2) a,
	.record_list ul.violation li.word p:nth-child(3) a {
	color: #1966FF
}

.record_list ul.violation li.word {
	overflow: hidden
}

.record_list ul.violation li.word p {
	float: left;
	height: 60px;
	width: 147px
}

.record_list ul.violation li.word p a {
	display: block;
	height: 100%;
	line-height: 60px;
	padding: 0 15px
}

.record_list ul.violation li.word p.vi-fineBehaviorName {
	width: 149px
}

.record_list ul.violation li.word p.vi-fineTime {
	width: 168px
}

.record_list ul.fine li.word {
	overflow: hidden
}

.record_list ul.fine li.word p {
	float: left;
	width: 147px;
	height: 60px
}

.record_list ul.fine li.word p a {
	display: block;
	height: 100%;
	line-height: 60px;
	padding: 0 15px
}

.record_list ul.fine li.word p.fine-ordertime {
	width: 149px
}

.record_list ul.jszcf li.word {
	overflow: hidden
}

.record_list ul.jszcf li.word p {
	float: left;
	width: 168px;
	height: 60px
}

.record_list ul.jszcf li.word p a {
	display: block;
	height: 100%;
	line-height: 60px;
	padding: 0 15px
}

.record_list ul.jszcf li.word p.cf-queryTime {
	width: 208px
}

.record_list ul.jszcf li.word p.cf-fileNumber {
	width: 191px
}

.record_list ul.jszcf li.word p.cf-score {
	width: 107px
}

.record_list .bg-grey {
	background: #eff4f9
}

.newNum {
	width: 135px;
	padding-left: 24px !important
}

.newTitle {
	width: 225px
}

.newcontext {
	width: 315px
}

.dateStart {
	width: 140px
}

.dateEnd {
	width: 140px
}

.Renshu {
	width: 90px
}

.Chaxun {
	width: 125px
}

.navbar .container .nav-ad {
	position: absolute;
	top: 0;
	width: 35px;
	height: 60px;
	right: -100px;
	overflow: hidden
}

.navbar .container .nav-ad img {
	margin-top: -20px
}

@
-webkit-keyframes slideInUp {
	from {opacity: 0;
	bottom: -388px
}

to {
	opacity: 1;
	bottom: 0
}

}
@
keyframes slideInUp {
	from {opacity: 0;
	bottom: -388px
}

to {
	opacity: 1;
	bottom: 0
}

}
@
-webkit-keyframes slideInDown {
	from {opacity: 1;
	bottom: 0
}

to {
	opacity: 0;
	bottom: -388px
}

}
@
keyframes slideInDown {
	from {opacity: 1;
	bottom: 0
}

to {
	opacity: 0;
	bottom: -388px
}
}