* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
li{ list-style:none}
.lvc-wrap {
	position:absolute; z-index:100000;
	width:360px; top:20px; left:20px;
	padding:  0;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,.2);
	transition: left 0.3s ease, width 0.3s ease;
	border-right: 1px solid #e1e6f1;
	background: #fff;
}
.form-control {
	border-radius: 3px;
	background-clip: padding-box;
	border-color: #e7ebee;
	box-shadow: none;
	font-size: 13px;
	padding: 6px 12px;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	line-height: 22px;
	color: #35415a;
	background: none;
	border: none;
}
.maptit table td {
	padding: 5px 3px;
	text-align: center;
}
.input-group {
	position: relative; width: 100%;display: flex; justify-content: space-between;
	background: #fff; border:1px solid #e3e5e9; align-items: center; height: 100%;
	border-collapse: separate;
	border-radius: 5px;
	padding: 0 ;
}
.input-group  select{ background: none; width:80px; border: none;  padding: 6px;text-align: center;	/*隐藏select的下拉图标*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; height: 100%;
	padding-left: 5px;}
	.option{background: #f8fbfd;    text-align: center; position: relative;}
.input-group-btn {background: #f8fbfd;
	position: relative; right: 0;
	font-size: 0; text-align: center;
	white-space: nowrap;
	width: 50px;  padding: 6px 0;
	z-index: 3;  display:inline-block;
	vertical-align: middle; height: 100%;
}
.option:after {
	content: "";
	width: 14px;
	height: 8px;
	background: url(../img/jt_b.png) no-repeat center;
	position: absolute;
	right: 5px;
	top: 41%;
	pointer-events: none;
}
.zhzj_list li{ display: flex; justify-content: space-between; padding: 8px; position: relative; border-bottom: 1px solid #ddd; font-size: 13px;}
.zhzj_list li:nth-child{ background: #f8fbfd;}
.iconbox{margin-right: 10px;}
.ellipsis{overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
.zhzj_list li i{ margin: 03px; color: #ddd;}
.icon-text{
	color: #0096d7 !important;
}
.icon-sousuo{
	color: #0096d7 !important;
}
.yq-user-nav {
	padding: 10px;
	margin: 0;
	overflow: hidden;
}
.yq-user-nav li {
	list-style: none;
	clear: both;
	margin: 2px;
	font-size: 13px;
	padding: 5px 10px;
	overflow: hidden;
	border: 1px solid #f6f6f6;
	line-height: 40px
}
.yq-user-nav img {
	float: left;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.pull_left {
	float: left
}
.pull_right {
	float: right
}
.yq-user-nav li .pull_right::after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #ddd;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: 20%;
	margin-top: -19px;
	right: 2px;
	border-radius: 1px;
}
.yq-user-nav .iconfont {
	font-size: 24px;
}
.text-s {
	color: #00d48a
}
.text-d {
	color: #ff7671
}
.page-link {
	color: #334151;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 6px;
	border-width: 0;
	border: 1px solid #e1e6f1;
	font-weight: 400;
	margin: 5px 1px;
	text-decoration: none;
}
.page-link i {
	font-size: 18px;
	line-height: 0;
}
.pagination { float:right;
	display: flex;
	padding-left: 10px;
	list-style: none;
	margin: 6px 0;
}
.TT a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.pagination .active{ color:#2ea6e6}
.pagination:hover a{color:#2ea6e6}
.yqbox span {
	font-size: 14px;
	margin: 3px;
}
.yqbox i {
	font-size: 24px
}
.map_vod{ height:100%; width:100%; overflow:hidden;  z-index:1}
.list-ul { overflow:hidden; width:100%; padding:0 10px 10px}
.list-ul li{ width:33.333%; float:left; list-style:none; border-radius:5px; cursor:pointer; padding: 5px; overflow: hidden; }
.text-item{ padding: 6px; font-size:13px}
.margin-left5{ margin-left:10px;}
.font8{ font-size:28px !important}
.margin-rihgt5{ margin-right:10px;}
.list-ul li .list-num{ text-align:center;  }
.text-g{ color:#4db50c}
.box-c1 {border-radius:5px 5px 0 0; 
    background-image: linear-gradient( 135deg, #e7faec 10%, #e7faec 100%) !important;
}
.box-c2 {border-radius:5px 5px 0 0;color: #F46B68;
    background-image: linear-gradient( 135deg, #fef7f7 10%, #fef7f7 100%) !important;
}

.box-c3 {border-radius:5px 5px 0 0;
    background-image: linear-gradient( 135deg, #fff6e0 10%, #fff6e0 100%) !important;
}
.box-c1 i{color: #2bc155 ;}
.box-c2 i{color: #F46B68 ;}
.box-c3 i{color: #ffb800 ;}
.active .box-c1 {border-radius:5px 5px 0 0;  background: url(../img/ico_checkon.png) no-repeat bottom right #2bc155 !important;
    
}
.active .box-c1 i{color: #fff!important;}
.active .box-c2 {border-radius:5px 5px 0 0;
    background: url(../img/ico_checkon.png) no-repeat bottom right #F46B68 !important;
}
.active .box-c2 i{color: #fff!important;}
.active .box-c3 {border-radius:5px 5px 0 0;
	background: url(../img/ico_checkon.png) no-repeat bottom right #ffb800 !important;
}
.active .box-c3 i{color: #fff!important;}
.listbg{color:#fff;padding:10px 5px;border-radius:5px 5px 0 0; line-height:40px; background:url(../img/libg.png) top no-repeat; text-align:center}
.listbg i{font-size:26px}
.list-ul li .list-num{
	box-shadow: 0 0 10px #dcf1fd; background: #fff; }
.icon-cb{ width:36px; height:36px; background:url(../img/icon_1_hover.png); display:block; margin:0 auto}
.icon-zx{ width:36px; height:36px; background:url(../img/icon_2_hover.png); display:block; margin:0 auto}
.icon-lx{ width:36px; height:36px; background:url(../img/icon_3_hover.png); display:block; margin:0 auto}
.active	.icon-cb{ width:36px; height:36px; background:url(../img/icon_1.png); display:block; margin:0 auto}
.active	.icon-zx{ width:36px; height:36px; background:url(../img/icon_2.png); display:block; margin:0 auto}
.active	.icon-lx{ width:36px; height:36px; background:url(../img/icon_3.png); display:block; margin:0 auto}
.sousuo-box{	box-shadow: 0 0px 5px rgba(0,0,0,.1); margin:10px 0 3px; overflow:hidden; padding:10px 0 20px 0; overflow:hidden}
.text-r{ color:#fc430a}
.text-1{ color:#2bc155}
.text-2{ color:#F46B68}
.text-3{ color:#ffb800}
.text-4{ color:#1b9ee0 !important}
.text-5{ color:#999}
.sousuo-box  li{ float:left; font-size:14px; margin:0 5px}
.sousuo-box  li i{ font-size:12px; margin-right:3px}
.zxbox { display:flex; padding:10px 15px; justify-content:space-between}
.icon-ic_hourglass{ color:#666}

.aui-collapse .aui-list-item{
	 padding:15px; box-shadow: 0px 3px 3px -3px #ddd;color:#4f5f74; cursor:pointer
}
.aui-collapse .aui-list-item:active{
    background: #fff;
}
.aui-collapse-content {
    display: none;  padding: 0 10px 10px; font-size:13px
}
.aui-collapse-content .aui-list-item:last-child {
    border-bottom: 0;
}
.aui-list-item-title{ display:flex;align-items:center }

@media screen and (-webkit-min-device-pixel-ratio:1.5) {
    .aui-collapse-content .aui-list-item:last-child {
        background-position: bottom;
    }
    .aui-list.aui-collapse.aui-list-noborder,
    .aui-list.aui-collapse.aui-list-noborder .aui-collapse-content:last-child .aui-list-item:last-child {
        border: none;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: 0 bottom;
        background-image: linear-gradient(0,#dddddd,#dddddd 50%,transparent 50%);
        background-image: -webkit-linear-gradient(90deg,#dddddd,#dddddd 50%,transparent 50%);
    }
    .aui-list.aui-collapse.aui-list-noborder,
    .aui-list.aui-collapse.aui-list-noborder .aui-collapse-item:last-child .aui-list-item:last-child {
        border: none;
        background-size: 100% 0;
        background-image: none;
    }
    .aui-list.aui-collapse.aui-list-noborder .aui-collapse-item:last-child .aui-list-item.aui-collapse-header,
    .aui-list.aui-collapse.aui-list-noborder .aui-collapse-content .aui-list-item:last-child  {
        border: none;
        background-size: 100% 0;
        background-image: none;
    }
}

.aui-collapse-item { background:#fff;border-radius: 4px; font-size:13px; }
.aui-show {
    display: block !important;
}
.aui-collapse-header.aui-active .icon-jt {background:url(../img/icon_jt2.png);width:16px; height:16px; background-size:cover; margin-right:5px;; display:block}
.icon-jt{ background:url(../img/icon_jt.png); width:16px; height:16px; background-size:cover; margin-right:5px; display:block}
 i.icon-jiantou-copy{ color:#fff; background:#2fa7e7; padding:0px; border-radius:2px; font-size:16px !important; margin-right:5px}
 .icon-jiantou2{ font-size:14px !important;  color:#2fa7e7}
.list-st li{ padding:10px; border-bottom:1px dashed #ddd; display:flex;justify-content:space-between}
.list-st li i{ margin-right:5px}
.aui-list-item-inner{display:flex;justify-content:space-between; width:100%}
.aui-list-item-right{ float:right}
.text-tit{ color:#2fa7e7}
.text-tit i{ margin-right:5px}
.st-control table{ width:100%; font-size:13px}
.st-control table td{ padding:3px}
.st-control{ padding:10px 15px }
.st-control input{ width:100%; border:1px solid #ddd; padding:6px}
.btn-st{ width:48%; display:inline-block; text-align:center; padding:6px 0; border:none; color:#fff; border-radius:2px; cursor:pointer}
.bg1{ background:#1d99dd}
.bg2{ background:#364860}
.icon_close{ position:fixed; top:20px; right:20px; z-index:10000}
.icon-jiantou1{ color:#2ea6e6; font-size:14px; margin-right:5px;  display:block}
input,button,a {
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
}
.st-progress{width:80%; padding:10px 0; 
	position:fixed; left:10%;
	background:#fff; border:1px solid #ddd;
	bottom:8%;
	margin-top:5px;margin:0 auto; z-index:10000}
.BarControl{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	display:inline-block;
	}
.BarBeginTime{
	width:40px;
	height:20px;
	color:#333;
	font-size:14px;
	line-height:20px;
	}
.TheBar{
	position:relative;
	width:calc(100% - 114px);
	margin-left:2px;
	height:8px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	background:#EBE8E8;
	overflow:visible;
	}
.TheColorBar{
	width:0px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	height:100%;
	background:#a2c5da;
	float:left;
	}
.TimeBall{
	width:20px;
	height:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#3498DB;
	position:absolute;
	left:0px;
	top:-6px;
	z-index:2;
	cursor:pointer;
	}
.BarTimeBall{
	width:10px;
	height:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#3498DB;
	position:absolute;
	left:0px;
	top:-3px;
	z-index:2;
	cursor:pointer;
	}
.BarFinishTime{
	width:40px;
	height:20px;
	color:#333;
	font-size:14px; margin-left:5px;
	line-height:20px;
	}
.BarBeginTime,.BarFinishTime,.TheBar{
	display:inline-block;
	vertical-align:middle;
	padding:0px;
	}

	.allProject-ul li .list-left img{
		width: 100%;
		height: 100%; border-radius: 3px; padding: 3px;border: 1px solid #f2f5fb;
	}
	.allProject-ul li{display: flex; padding: 6px 0; border-bottom: 1px dashed #e1e6f1;}
	.allProject-ul li .list-left {
		width: 100px;
		height: 90px;
		cursor: pointer;
	}
	.allProject-ul li .list-right  span:first-child {
		color: #1b9ee0 !important ;
		margin: 0 10px 0 0;
	}
	.allProject-ul li .list-right  span {
		color: #666 ;
	}
	.allProject-ul li .list-right{
		margin-left: 10px; width: 60%;
		cursor: pointer;
	}
	.allProject-ul li p{ margin: 2px;}
	.ebox {position:absolute; right: 10px; top: 60px; z-index: 10000; width: 340px;}
		.abox {position:absolute; left: 10px; top: 60px; z-index: 10000; width: 340px;}
		.vbox{position:absolute;  left: 25%; bottom: 0px; z-index: 10000; width: 50%;}
		.menu-card {height: 130px; background:url(../img/mbg.png); background-size: 100% 100%; width: 100%; display: flex;  }
		.menu-card dl{width: 33.33%; text-align: center; margin: 0; padding-top: 24px;} 
		.menu-card dl dt{margin: 0; padding-bottom: 6px; background: url(../img/titlebg.png) no-repeat center center; font-size: 14px; font-weight: bold;}
		.menu-card dl dd{ display: inline-block;  padding:0 6px;}
		.menu-card dl dd a{color: #333; font-size: 14px;}
		.menu-card dl dd a:hover{color: #229ff3;}
		.card-title { position: relative;
		font-size: 14px;
		color: #334151;
		flex: 1 1 auto;
	}
	.card {
		position: relative; 
		display: flex;
		flex-direction: column;
		word-wrap: break-word;
		background-color: #fff;
		background-clip: border-box;
		border-radius: 3px;
	}
 .card-title span {
		color: #333;
		padding: 0 10px;
		position: relative;
	}
	.card-body{padding: 10px;}
	.card-body   h6{padding: 8px 0;}
	.card-title span::before {
		position: absolute;
		width: 3px;
		background: #229ff3;
		height: 14px;
		border-radius: 6px;
		left: 2px;
		top: 4px;
		content: '';
	}
	.zw_list li {
		font-size: 13px;
		border: 5px solid #f3f7fc;
		border-radius:3px;
		margin-bottom: 5px;
		padding:5px 10px;
		color: #333;
		position: relative;
	}
	.zw_list li p{ margin: 2px 0; }
	.mr-l{ margin-left: 7px;}
	.zhzj_echarts{width: 100%; height: 20vh;}
.badge-success {
		background-color: #e7faec;
		color: #2bc155;
	}
	.badge-danger {
		background-color: #fef7f7;
		color: #F46B68;
	}
	.badge {margin: 4px 0;  display: inline-block;
		line-height: 1.5;
		border-radius: 0.75rem;
		padding: 4px 10px;
		border: 1px solid transparent;
	}
	#breakNewsList {
		height: 50vh;
		overflow: hidden;
		width: 100%;
	}
	.badge-warning {
		background-color: #fff6e0;
		color: #ffb800;
	}
	.anchorBL{display: none;}
	.aui-list-item-arrow:before {
		content: '';
		width: 0.5rem;
		height: 0.5rem;
		position: absolute;
		top:48%;
		right: 0.75rem;
		margin-top: -0.2rem;
		background: transparent;
		border: 1px solid #6a6c70;
		border-top: none;
		border-right: none;
		z-index: 2;
		border-radius: 0;
		transform: rotate(-135deg);
	}
	.bg-two {
		border-radius: 30px 0px;
	}

	.card_top {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 0;
		word-wrap: break-word;
		border: 1px solid #ececf5;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
		margin: 10px 20px; padding: 5px 20px;
		
	}.db-icon {
		font-size: 30px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 10px;
		margin: 8px;
		color: #fff;
	}
	.align-items-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.justify-content-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.d-flex {
		display: -ms-flexbox !important;
		display: flex !important;
		
	}
	.bg-two .db-icon {
		background-color: #19affb;
		
	}
	.db-info h6{font-weight: normal;}
	.mb-5{margin-bottom: 8px;}
	.BMapLabel{left: 0 !important; top: 50px !important;}
	.tableLabel1{background-color: rgb(25 175 251 / 0.2);border-radius: 5px; padding:5px;
	box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23); border:1px solid #ddd !important}
	.BMapLabel{border: none !important;}

	.zhgdmain-top{width:100%; position: absolute; top:5px;z-index: 10000; margin: 0 auto;}
	.zhgdmain-top>ul {
		padding: 0;
		margin:0;  display: flex; justify-content: center;
	}

	.zhgdmain-top>ul>li {
		float: left;
	padding: 0
	}
	.zhgdmain-top>ul>li {
		width:200px;
		height: 100%;
	}
	
	.statistics-box{
	   margin: 2.5% 2% 0 2%;
		border-radius: 7px;
		height:65px;
		overflow: hidden;
		position: relative;
		padding: 10px;
		transition: all 0.3s ease-in-out;
		background: #ffffff;
		box-shadow: 0 1px 3px rgba(33,33,33,.2);
		-webkit-box-shadow: 0 1px 3px rgba(33,33,33,.2);
		-moz-box-shadow: 0 1px 3px rgba(33,33,33,.2);
		-o-box-shadow: 0 1px 3px rgba(33,33,33,.2);
		-ms-box-shadow: 0 1px 3px rgba(33,33,33,.2);
	}
	.box-content-l {
		min-width: 100%; display: flex; align-items: center;
	}
	.box-content-r { width: 80%;
	}
	.statistics-box .box-content-r h3{font-size: 14px; font-weight: normal; }
	.font12{font-size: 12px; margin-left: 10px}
	.mbox-c1{ position: relative;
		background: url(../img/index_topbg1.png);   background-size: 100% 100%;
		color:
			#ffffff;
	}
	.mbox-c2{position: relative;
		background: url(../img/index_topbg2.png);   background-size: 100% 100%;	color:
			#ffffff;
	}
	.mbox-c3{position: relative;
		background: url(../img/index_topbg3.png);   background-size: 100% 100%;
		color:
			#ffffff;
	}
	.mbox-c4{position: relative;
		background: url(../img/index_topbg4.png);   background-size: 100% 100%;	color:
			#ffffff;
	}
	.mbox-c5{position: relative;	color:
		#ffffff;
		background: url(../img/index_topbg5.png);   background-size: 100% 100%;
	}
	.tgshow{position: absolute; z-index: 10000; top:60px; left:10px; width: 340px; cursor: pointer;}
	.fxbg{color:
		#ffffff; padding:8px; font-size: 14px;
		background: url(../img/fxbg.png);   background-size: 100% 100%;}
		.aflex{display: flex; align-items: center; background: url(../img/jt_icon.png) no-repeat right center ; cursor: pointer;}
		.aflex img{width: 30px; margin-right: 6px;}
		.lflex{display: flex; align-items: center;  }
		.leftbg{padding:8px;}
		.lflex img{ width: 34px;margin-right: 6px;}
		.lflex span{display: flex; align-items: center; padding:0 5px;}
		.leftmore img{width: 18px;}
		 	.leftmore{ position: absolute; cursor: pointer; right: 10px; width: 40px;  text-align: center; display: inline-block; padding: 5px; background: #f8fbfd; top:12px}
	.statistics-box .stats{
		margin-left: 0px;
	}
	.statistics-box .iconfont{
		font-size: 40px; margin: 0 5%
	}
	.statistics-box h3{
		color: #fff;
		font-size: 14px;margin: 0;
	}
	.statistics-box span{
		color: #fff
	}
	.zhgdmain-box{
	 width:100%
	}
	.zhgdmain-box>ul {
		padding: 0;
		margin:0; 
	}
	.zhgdmain-box>ul>li {
		float: left;
	padding: 0
	}
	.zhgdmain-box>ul>li { 
		width: 33.33%;
		height: 100%;
	}
	.mainbox{position: relative; padding: 0px; overflow: hidden; height: 100vh;}
.card-img-absolute {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
	.btnyc {
		font-size: 0.875rem;
		line-height: 1;
		font-family: "ubuntu-bold", sans-serif;
	}
	
	
	.btnyc {
		display: inline-block;
		font-weight: 400;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		user-select: none;
		border-radius: 50px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		padding: .275rem .4rem;
		line-height: 1;
		border-radius: 50px;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
	.btn-gradient-w {
		border: 1px solid #fff;
		color: #fff;
	}
	.pa-8{position:absolute; right: 15px; top: 15px;}
	.f50{font-size:48px !important;}
	.ebox .type-left {height: 82vh;
		background-size: 100% 100%;
	 position: relative; overflow: hidden;
		border-bottom-right-radius: 5px;
		overflow: hidden; box-shadow: 0 3px 14px rgb(0 0 0 / 20%);
		transition: left 0.3s ease, width 0.3s ease;
		transition: width 0.4s;
		-moz-transition: width 0.4s;
		-webkit-transition: width 0.4s;
		-o-transition: width 0.4s;
	}
	.ebox .showListType {
		
		width: 0;
		transition: width 0.4s;
		-moz-transition: width 0.4s;
		-webkit-transition: width 0.4s;
		-o-transition: width 0.4s;
	}

	.ebox .type-right {
		width: 26px;position:absolute; top: 40%;left: -26px;
		background: url(../img/toggleModal1.png);
		cursor: pointer;
		background-size: 100% 100%;
		height: 122px;
		overflow: hidden;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		display: table;
	}
	.ebox .type-right p {
		text-align: center;
		padding: 0 5px;
		color: #fff;
		display: table-cell;
		vertical-align: middle;
		cursor: pointer;
		line-height: 20px;
	}
	.ebox .type-right.type-close{   width: 26px;
		background: url(../img/toggleModal_c.png);
		cursor: pointer;
		background-size: 100% 100%;
		height: 122px; position:absolute; top: 40%; right: -10px !important; left: auto;
		overflow: hidden;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		display: table;}


		.abox .type-left2 {
			background-size: 100% 100%;
			height: 82vh; position: relative; overflow: hidden;
			border-bottom-right-radius: 5px; background: #fff;
			overflow: hidden; box-shadow: 0 3px 14px rgb(0 0 0 / 20%);
			transition: left 0.3s ease, width 0.3s ease;
			transition: width 0.4s;
			-moz-transition: width 0.4s;
			-webkit-transition: width 0.4s;
			-o-transition: width 0.4s;
		}
		.abox .showListType {
			
			width: 0;
			transition: width 0.4s;
			-moz-transition: width 0.4s;
			-webkit-transition: width 0.4s;
			-o-transition: width 0.4s;
		}
	
		.abox .type-right2 {
			width: 26px;position:absolute; top: 40%;right: -26px;
			background: url(../img/toggleModal_c_left.png);
			cursor: pointer;
			background-size: 100% 100%;
			height: 122px;
			overflow: hidden;
			border-top-right-radius: 5px;
			border-bottom-right-radius: 5px;
			display: table;
		}
		.abox .type-right2 p {
			text-align: center;
			padding: 0 5px;
			color: #fff;
			display: table-cell;
			vertical-align: middle;
			cursor: pointer;
			line-height: 20px;
		}
		.abox .type-right2.type-close{   width: 26px;
			background: url(../img/toggleModal1_left.png);
			cursor: pointer;
			background-size: 100% 100%;
			height: 122px; position:absolute; top: 40%; left: -10px !important; right: auto;
			overflow: hidden;
			border-top-right-radius: 5px;
			border-bottom-right-radius: 5px;
			display: table;}
			



			.vbox .type-left3 {
				background-size: 100% 100%;
				 position: relative; overflow: hidden;
				border-bottom-right-radius: 5px;
				overflow: hidden;
				transition: width 0.4s;
				-moz-transition: width 0.4s;
				-webkit-transition: width 0.4s;
				-o-transition: width 0.4s;
			}
			.vbox .showListType {
				
				width: 0;
				transition: width 0.4s;
				-moz-transition: width 0.4s;
				-webkit-transition: width 0.4s;
				-o-transition: width 0.4s;
			}
		
			.vbox .type-right3 {
				width: 78px;position:absolute; top: -1px; left: 50%; margin-left: -39px;
				background: url(../img/toggleModal1_top.png);
				cursor: pointer;
				background-size: 100% 100%;
				height: 17px;
				overflow: hidden;
				border-top-right-radius: 5px;
				border-bottom-right-radius: 5px;
				display: table;
			}
			.vbox .type-right3 p {
				text-align: center;
				padding: 0 5px;
				color: #fff;
				display: table-cell;
				vertical-align: middle;
				cursor: pointer;
				line-height: 20px;
			}
			.vbox .type-right3.type-close{   width: 78px;left: 50%; margin-left: -39px;
				background: url(../img/toggleModal_c_top.png);
				cursor: pointer;
				background-size: 100% 100%;
				height: 17px; position:absolute; bottom: 53px;  top: auto;
				overflow: hidden;
				border-top-right-radius: 5px;
				border-bottom-right-radius: 5px;
				display: table;}
	
	.w-img img{width: 36px; margin-right: 5px;}	
	.aui-tab {
		position: relative;
		border-radius: 5px;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-self: center;  
		align-self: center;
		background: #f5f8f9;
		border-bottom: 1px solid #ddd;
	}
	.aui-tab-item {
		padding: 0 20px;
		line-height:36px;
		position: relative;
		font-size: 15px;
		font-weight:normal;
		color: #333;
		border-radius: 0px; 
		background:none;
		-webkit-box-flex: 1; float: right; margin-left: -1px;
		cursor: pointer;
		box-flex: 1;
		border-right: 1px solid #ddd;
	}
	 .aui-tab-item.aui-active {
		color: #229ff3; border-bottom: 2px solid #229ff3; 
	}
	.aui-hide {
		display: none !important;
	}

	@media screen and (max-width: 1800px) {	.allProject-ul li .list-left {
		width: 80px;
		height: 70px;
		cursor: pointer;
	}.aui-collapse-content {
		font-size: 12px;
	}.aui-collapse .aui-list-item {
		padding: 8px;}.listbg {
			color: #fff;
			padding: 5px;}
			.badge {
				margin: 2px 0;
				display: inline-block;
				line-height: 1.2;}
				.zw_list li {
					font-size: 12px;}
					#breakNewsList {
						height: 49vh;}
					
							.statistics-box .iconfont {
								font-size: 30px;
							}
							.statistics-box .box-content-r h3 {
								font-size: 13px;}
								.statistics-box .box-content-r h2 {
									font-size: 18px;}
									.f50{font-size: 45px !important;}
									.menu-card dl dd a {
										color: #333;
										font-size: 12px;
									}
									.menu-card dl dd {
										padding: 0 2px;
									}
									.zhgdmain-top>ul>li {
										width: 150px;
										height: 100%;
									}
									.w-img img {
										width:28px;
										margin-right: 5px;
									}
									.fxbg {
										color: #ffffff;
										padding: 5px;					
	}.aflex img {
		width:28px;
		margin-right: 6px;
	}
	.lflex img {
		width: 30px;
		margin-right: 6px;
	}.leftbg {
		padding: 5px;
	}
	.aui-tab-item {
		line-height: 32px;
	
		font-size: 14px;}
		.abox {
			width: 320px;
		}
		.tgshow {
			width: 320px;
		}
		.ebox {
			width: 320px;
		}.zhzj_list li { font-size: 12px; padding: 5px;}
		.vbox {
			position: absolute;
			left: 22%;
			bottom: 0px;
			z-index: 10000;
			width: 55%;
		}
		.zhzj_echarts {
			width: 100%;
			height: 19vh;
		}

		.abox .type-left2 {
			background-size: 100% 100%;
			height: 82vh;}
			.ebox .type-left {
				background-size: 100% 100%;
				height: 82vh;}
				.statistics-box {
					border-radius: 7px;
					height: 60px;}
					.leftmore {
						top: 6px;
					}
	}