﻿
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

}
html{padding:0;
  margin:0}
  body { color: #333;
  font-size: 13px;
  padding:0;
  margin:0;
  font-family:'Microsoft YaHei' ;
  }
li{ list-style:none}

.cj_row {
	display: flex;
	flex-wrap: wrap;

  }

  * {
	box-sizing: border-box;
  }

  .cj_col_1,
  .cj_col_2,
  .cj_col_3,
  .cj_col_4,
  .cj_col_5,
  .cj_col_6,
  .cj_col_7,
  .cj_col_8,
  .cj_col_9,
  .cj_col_10,
  .cj_col_11,
  .cj_col_12,
  .cj_col,
  .cj_col_auto,
  .col-md,
  .col-md-auto,
  .cj_col_lg_1,
  .cj_col_lg_2,
  .cj_col_lg_3,
  .cj_col_lg_4,
  .cj_col_lg_5,
  .cj_col_lg_6,
  .cj_col_lg_7,
  .cj_col_lg_8,
  .cj_col_lg_9,
  .cj_col_lg_10,
  .cj_col_lg_11,
  .cj_col_lg_12,
  .col-lg,
  .cj_col_lg_auto,
  .cj_col_xl_1,
  .cj_col_xl_2,
  .cj_col_xl_3,
  .cj_col_xl_4,
  .cj_col_xl_5,
  .cj_col_xl_6,
  .cj_col_xl_7,
  .cj_col_xl_8,
  .cj_col_xl_9,
  .cj_col_xl_10,
  .cj_col_xl_11,
  .cj_col_xl_12,
  .col-xl,
  .cj_col_xl_auto {
	position: relative;
	width: 100%;
	float: left;
	padding: 1px
  }

  .cj_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
  }

  .cj_col_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
  }

  .cj_col_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
  }

  .cj_col_2 {
	flex: 0 0 20%;
	max-width: 20%;
  }

  .cj_col_3 {
	flex: 0 0 25%;
	max-width: 25%;
  }

  .cj_col_4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
  }

  .cj_col_5 {
	flex: 0 0 40%;
	max-width: 40%;
  }

  .cj_col_6 {
	flex: 0 0 50%;
	max-width: 50%;
  }

  .cj_col_7 {
	flex: 0 0 60%;
	max-width: 60%;
  }

  .cj_col_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
  }

  .cj_col_9 {
	flex: 0 0 75%;
	max-width: 75%;
  }

  .cj_col_10 {
	flex: 0 0 80%;
	max-width: 80%;
  }

  .cj_col_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
  }

  .cj_col_12 {
	flex: 0 0 100%;
	max-width: 100%;
  }
  .sp_vod{width: 100%; height: 79vh; padding: 10px; padding-top: 0;}
  .sp_video {
	border-radius: 3px;
	border: 1px dashed #e1e3e4;
	background: url(../img/spbg.png) no-repeat #f0f4f8 center center;
	background-size: 100% ;
	width: 100%;

  }
  .spbox2 .sp_video {height: 38.5vh;}
  .spbox3 .sp_video {height: 25.6vh;}
  .spbox1  .sp_video{ height:100%;}
  .spbox4  .sp_video{ height:19.2vh;}
  .mt-5 {
	margin-top: .5rem;
  }

  video { background: url(../img/spbg.png) no-repeat #f0f4f8;
	background-size: 100%;
	width: 100%;
	height: 100%;
  }
.videot{ width: 100%;
	height: 100%;}
  #spcenter {
	height: 100%;
	background: none;
	display: inline-block;
	width: calc(100% - 600px);
  }
  .aui-list-item-right {
   position: absolute; right:10px; top:10px;
}
  .displayn {
	display: none;
  }
  @media screen and ( max-width: 1800px ){

	.sp_video {
	height: 34vh;
  }
  .spbox4  .sp_video{ height:17vh;}
  .spbox1  .sp_video{ height:68vh;}
  }


  
	.zhgdmain-top{width:100%}
	.zhgdmain-top>ul {
		padding: 0;
		margin:0; 
	}
	.zhgdmain-top>ul>li {
		float: left;
	padding: 0
	}
	.zhgdmain-top>ul>li {
		width: 20%;
		height: 100%;
	}
	
	.statistics-box{
	   margin: 2.5% 2% 0 2%;
		border-radius: 7px;
		height: 8vh;
		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: 16px; font-weight: normal; }
	.font12{font-size: 12px; margin-left: 10px}
	.mbox-c1{ position: relative;
		background: linear-gradient(to right, 
		#84d9d2,
		#07cdae);
		color:
			#ffffff;
	}
	.mbox-c2{position: relative;
		background: linear-gradient(to right, 
		#90caf9,
			#047edf 99%);	color:
			#ffffff;
	}
	.mbox-c3{position: relative;
		background: linear-gradient(to right, 
		#f6e384,
		#ffd500);
		color:
			#ffffff;
	}
	.mbox-c4{position: relative;
		background: linear-gradient(to right, 
		#ffbf96,
			#fe7096);	color:
			#ffffff;
	}
	.mbox-c5{position: relative;	color:
		#ffffff;
		background-image: linear-gradient( 135deg, #2ddeff 10%, #7f9bff 100%) !important;
	}
	.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: 10px; overflow: hidden; height: 90vh;}
.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;}
  .card-body{}
  .card-title { position: relative;
		font-size: 14px;
    color: #334151;
    background: #f7fafb;
		border-bottom: 1px solid #f2f2f2;
		flex: 1 1 auto;
		padding: 10px;
	}
	.card {
		position: relative; 
		display: flex;
		flex-direction: column;
		word-wrap: break-word;
		background-color: #fff;
		background-clip: border-box;
		border-radius: 5px;
		box-shadow: 0 1px 3px rgba(33,33,33,.2)
	}
 .card-title span {
		color: #333;
		padding: 0 10px;
		position: relative;
	}
	.card-title span::before {
		position: absolute;
		width: 3px;
		background: #229ff3;
		height: 14px;
		border-radius: 6px;
		left: 2px;
		top: 4px;
		content: '';
	}
  .custom-dd .dd-list .dd-item .dd-handle {
    background: #eff3f6;
    border: 1px solid #eff3f6;
    padding: 10px 16px;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
  }
  
  .custom-dd .dd-list .dd-item .dd-handle:hover {
    color: #5985ee;
  }
  
  .custom-dd .dd-list .dd-item button {
    height: auto;
    font-size: 24px;
    margin: 8px auto;
    color: #229ff3;
    width: 35px;
  }
  
  .custom-dd-empty .dd-list .dd3-handle {
    border: none;
    background: #f3f3f3;
    height: 36px !important;
    width: 36px !important;
  }
  
  .custom-dd-empty .dd-list .dd3-handle:before {
    color: inherit;
    top: 7px;
  }
  
  .custom-dd-empty .dd-list .dd3-handle:hover {
    color: #5985ee;
  }
  
  .custom-dd-empty .dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 8px 16px 8px 46px;
    background: #f3f3f3;
    font-family: "Open Sans", sans-serif;
  }
  
  .custom-dd-empty .dd-list .dd3-content:hover {
    color: #5985ee;
  }
  
  .custom-dd-empty .dd-list button {
    width: 26px;
    height: 26px;
    font-size: 16px;
    font-weight: 600;
  }
  .height75{ height: 75vh;padding: 10px; padding-top: 0;    overflow: auto;}
  .dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; cursor: move; color: #979898; text-decoration: none; font-weight: bold; border: 1px solid #e5e5e5;
    background: #fafafa;
    /*background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);*/
    /*background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);*/
    /*background:         linear-gradient(top, #fafafa 0%, #eee 100%);*/

    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #317eeb; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), 
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), 
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), 
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
.dd-list .dd-list {
  padding-left: 30px;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0,0,0,.2);
  -webkit-border-radius: 6px;
}
.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;
}
.input-group {
	position: relative;
	display: table;
	background: #fff; border:1px solid #e3e5e9;
	border-collapse: separate;
	border-radius: 5px;
	margin: 10px 10px 2px 10px;
	padding: 0 5px;
}
.input-group-btn {
	position: relative;
	top: 2px;
	font-size: 0;
	white-space: nowrap;
	width: 5%;
	z-index: 3;
	padding-right: 6px;
	display: table-cell;
	vertical-align: middle;
}
.icon-suosou {
	color: #19affb;
}
.text-r {
  color: #fc430a;
}
.display{display: flex; align-items: center;}
.sp_active.active {
  border: 2px dotted #26aaf9;
}
.ybox.active {  color:  #26aaf9;
}.spbox1 .cj_row  {height: 100%;}
.ybox{margin-right: 5px; cursor: pointer;}
	@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;}
						.lvc-wrap {
							width: 340px;}
							.statistics-box .iconfont {
								font-size: 30px;
							}
							.statistics-box .box-content-r h3 {
								font-size: 14px;}
								.statistics-box .box-content-r h2 {
									font-size: 20px;}
                  .f50{font-size: 45px !important;}
                  .spbox2 .sp_video {height: 38.5vh;}
                  .spbox3 .sp_video {height: 25.6vh;}
                  .spbox1  .sp_video{ height:100%;}
                  .spbox4  .sp_video{ height:19.2vh;}         
.spbox1 { height:100%;} .sp_vod {
  width: 100%;
  height: 80.1vh;}
  
	}
 