/* CSS Document */

/* Headline
===========================================================================================================================================================================================*/
.carousel-indicators {
	position: absolute; /*整个计数区域绝对定位*/
	bottom: 2%; /*距容器carousel底部10px*/
	z-index: 15; /*设置其在Z轴的层级*/
	/*让整个计数区水平居中*/
	left: 30%;
	margin-left: -20px;
	padding-left: 0;
	text-align: right;
	width: 30%;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width: 28px;
	height: 12px;
	margin: 0;
	background-color: #fff;
	border: 0 none;
}
.carousel-inner .carousel-caption{
	width: 80%;
	left: 20px;
	bottom: 50px;
	font-size: 1.6rem; font-size: 16px;
	padding: 15px 10px;
	text-align: left;
	background-color: #009da3 \9;
	background-color: rgba(0,157,163,0.8);
	line-height: 1.2
}
.carousel-control{
	background: none;
    opacity: .5;
    filter: alpha(opacity=50);
}
.carousel-control.left,
.carousel-control.right{
	background: none;
	position: absolute;
	top: 40%;
}
.carousel-control.left{
	left: -3%;
}
.carousel-control.right{
	right: -3%;
}
.carousel-control:focus,
.carousel-control:hover{
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .fa{
	font-size: 50rem; font-size: 50px;
}


@media screen and (min-width: 768px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 720px;
		height: 340px;
	}
}

@media screen and (min-width: 992px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 940px;
		height: 444px;
	}
}
@media screen and (min-width: 1170px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 1140px;
		height: 539px;
	}
	.carousel-inner .carousel-caption{
		font-size: 2.6rem; font-size: 26px;
	}
}

@media \0screen\,screen\9 {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 1140px;
		height: 539px;
	}
	.carousel-control.left,.carousel-control.right{
		filter: 0;
	}
}

section h3{
	font-size: 2.4rem;font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 84px;
}
section h3 span{
	margin: 0 20px 0 10px;
	font-size: 1.4rem; font-size: 14px;
	color: #fff;
	font-weight: normal;
}
section h3 span a{
	color: #fff;
}
section h3 a:hover{
	color: #b9eaff;
}
.panel-zk section{
	background: url(bg_panel_zk_diis.png) no-repeat center top;
}
.panel-mt section{
	background: url(bg_panel_mt_diis.png) no-repeat center top;
}
.panel-yj section{
	background: url(bg_panel_yj_diis.png) no-repeat center top;
}

time{
	color: #f7931e;
	font-size: 1.6rem; font-size: 16px;
}
time span{
	font-size: 2.2rem; font-size: 22px;
	margin: 0;
}

.panel-mt h4{
	font-size: 2.0rem; font-size: 20px;
	line-height: 1.4;
}
.panel-mt time{
	float: right;
}
.panel-mt p{
	color: #888;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #e0ced0;
}
.panel-mt ul{
	margin-top: 10px;
}
.panel-mt li{
	background: url(ico_square_diis.png) no-repeat 0 11px;
	padding: 5px 0 5px 15px;
	line-height: 1.3;
}
.panel-yj li{
	float: left;
	width: 50%;
	line-height: 1.6;
	height: 80px;
	overflow: hidden;
	margin-bottom: 25px;
}



.panel-mt .img-mt a, .panel-yj .img-yj a, .panel-sp-new a{
    display: inline-block;
    position: relative;
}
.panel-mt .img-mt a span, .panel-yj .img-yj a span, .panel-sp-new a span{
    position: absolute;
    display: inline-table;
    z-index: 20;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 5px 20px;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
	
	
    background: #000;
    opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	
}
.panel-mt .img-mt a span:hover, .panel-yj .img-yj a span:hover, .panel-sp-new a span:hover{
	text-decoration: underline;
}
.panel-js-new img, .panel-zk-new img, .panel-mt .img-mt img, .panel-yj .img-yj img,  .panel-sp-new .img-sp img{
	width: 100%;
	height: auto;
}


/*20190704*/
.panel-js-new{
	border: 1px solid #ccc;
	padding: 10px 0;
	background: url(bg_panel_js_diis.jpg) no-repeat center bottom;
}
.panel-js-new img{
}
.panel-js-new h3{
	border-bottom: 2px solid #071f45;
	color: #9c835b;
	font-size: 2.4rem; font-size: 24px;
	font-weight: bold;
	line-height: 1.9;
}
.panel-js-new h3 i{
	margin-right: 8px;
	font-size: 1.8rem; font-size: 18px;
}
.panel-js-new P{
	margin-top: 15px;
	font-size: 1.6rem; font-size: 16px;
	line-height: 1.6;
}
.panel-js-new a{
	float: right;
	padding-right: 25px;
	color: #0074a7;
	line-height: 3;
}
.panel-js-new a:hover{
	color: #5bb6ff;
}

h2{
	font-size: 2.4rem;font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 2.6;
	padding: 0 20px;
}
h2 span{
	margin: 0 20px 0 10px;
	font-size: 1.4rem; font-size: 14px;
	color: #fff;
	font-weight: normal;
}
h2 span a{
	color: #fff;
}
h2 a:hover{
	color: #b9eaff;
}
.panel-zk-new h2, .panel-mt-new h2{
	background: #17adb2;
	display: inline-block;
}
.panel-yj-new h2, .panel-sp-new h2{
	background: #178194;
	display: inline-block;
}
.panel-pics-new h2{
	background: #0275a8;
	display: inline-block;
}

.panel-zk-new img{
	width: 100%;
}
.panel-zk-new h5{
	font-size: 1.6rem; font-size: 16px;
	line-height: 2.6;
	border-bottom: 3px solid #0074a7;
	text-align: center;
}
.panel-zk-new p{
	line-height: 1.5;
	padding: 10px 0;
}
/*================================= 图片逐个滚动 =================================*/
#flexiselDemo3,#flexiselDemo4 {
	display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-ul li{
	margin-bottom: 15px;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}
.nbs-flexisel-item {
    float:left;
    margin: 0;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
	padding: 0 5px;
    cursor: pointer;
    position: relative;
}
.nbs-flexisel-item p{
	line-height: 1.4;
	padding: 5px;
}
@media screen and (min-width: 768px) {
	.nbs-flexisel-item img{
		width: 250px;
		height: 167px;
	}
}
@media screen and (min-width: 992px) {
	.nbs-flexisel-item img{
		width: 194px;
		height: 129px;
	}
}
@media screen and (min-width: 1170px) {
	.nbs-flexisel-item img{
		width: 234px;
		height: 156px;
	}
}


@media \0screen\,screen\9 {
	.nbs-flexisel-item img{
		width: 234px;
		height: 156px;
	}
}
/*20190704*/


@media screen and (min-width: 768px) {
	.panel-mt .img-mt img, .panel-yj .img-yj img{
		width: 220px;
		height: 124px;
	}
	.panel-data li{
		float: left;
		width: 50%;
	}
	/*20190704*/
	.panel-zk-new img, .panel-sp-new .img-sp img{
		width: 345px;
		height: 230px;
	}
	/*20190704*/
}
@media screen and (min-width: 992px) {
	.panel-mt .img-mt img, .panel-yj .img-yj img{
		width: 293px;
		height: 165px;
	}
	/*20190704*/
	.panel-zk-new img, .panel-sp-new .img-sp img{
		width: 213px;
		height: 142px;
	}
	/*20190704*/
}
@media screen and (min-width: 1170px) {
	.panel-mt .img-mt img, .panel-yj .img-yj img{
		width: 360px;
		height: 202px;
	}
	/*20190704*/
	.panel-zk-new img, .panel-sp-new .img-sp img{
		width: 262px;
		height: 175px;
	}
	/*20190704*/
}

@media \0screen\,screen\9 {
	.panel-mt .img-mt img, .panel-yj .img-yj img, .panel-sp-new .img-sp img {
		width: 360px;
		height: 202px;
	}
}

























