/* Baitao 河北云界 2021-08 */
.banner .text{left: 40%;right: 0;width: auto;}
.banner .text-nei{left: 0;}
.banner .text-nei{top: 25%;}
.banner .text-nei h1{font-size: 48px;}
.banner .text-nei .btn-go{font-size: 28px;}
.ruanjian-bg{background: url(../images/zytx/bg1.jpg) center no-repeat;}
a.ruanjian-item{background-color: #fff;border: 1px solid #C8C8C8;border-radius: 8px;padding-top: 70px;padding-bottom: 70px;font-size: 30px; color: #666;display: block;position: relative;}
a.ruanjian-item img{margin-bottom: 50px;opacity: .6;}
a.ruanjian-item:hover{box-shadow: 0 0 5px rgba(0,0,0,.3); transform: scale(1.02);}
a.ruanjian-item:hover h2{ color: #006699;}
a.ruanjian-item:hover img{opacity: 1;}
a.ruanjian-item div{
	position: absolute;border-radius: 8px;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    background: rgba(27,78,124,0.8);
	    transform: scale(0);
	    -moz-transform: scale(0);
	    -ms-transform: scale(0);
	    -o-transform: scale(0);
	    -webkit-transform: scale(0);
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
}
a.ruanjian-item:hover div{
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);	
}
a.yingjian-item:hover{transform: scale(1);}
a.xtjg-item h3{font-size: 20px;}

.yingjian-bg{background: url(../images/zytx/bg1.jpg) center no-repeat; padding-bottom: 40px;}

.jxzy .item{margin-bottom: 30px;overflow: hidden;height: 260px;}
.jxzy:hover .item{background:#000;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}
.jxzy:hover img{ opacity:0.5;filter:alpha(opacity=50);-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}
.jxzy img{width: 100%; }
.jxzy .item:hover img{ opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;transform: scale(1.05);}

.gaishu{line-height: 1.8;font-size: 18px;}
.tese-bg{background: url(../images/zytx/bg-yongtu.png) center #F3F3F3;}
.tese-bg h2{font-size: 20px;}
.tese-bg p{font-size: 14px;color: #999;padding: 10px;line-height: 1.8;}
.tese-bg a.ruanjian-item{ padding-bottom: 20px;min-height: 450px;margin-bottom: 30px;}

/*开始*/
.fsbanner, .fsbanner > div > span { 
	/* obrigatório */
	display:none; 
}
div.fsbanner { 
	/* obrigatorio */ 
	position:relative;
	overflow:hidden;
	/* opcional */
	height:570px;
	color:white;
	font-size:20px;
	font-family:Verdana;
	font-weight:bold;
	border-radius:5px;
   -webkit-text-stroke: 1px black;
}


.fsbanner > div { 
	position:absolute; 
	background-size:100% 100%;
	cursor:pointer;
	top:0px; 
	left:0px; 
}
.fsbanner > div .name { 
	display:block;
	position:absolute; 
	left:10px; 
	bottom:10px;
}
.fsbanner > div .name.minimized {
	/* css3 */
	transform: rotate(-90deg);
	transform-origin: left top 0;
	bottom: -13px;
    left: 7px;
}
.downbox{background-color: #F3F3F3;padding: 20px 30px; margin-top: 30px;}
.downbox .file-item{width: 50%; float: left;font-size: 16px;line-height: 40px;}
.downbox .file-item .file-name{display: inline-block;width: 340px;margin-left: 10px;}
.downbox .file-item .file-date{display: inline-block;width: 130px;}
.downbox .file-item a.downbtn{display:inline-block;width: 40px;height: 30px;background: url(../images/icon-down.png) center no-repeat ; vertical-align: middle;background-size: 50%;}
.downbox .file-item:hover{background-color: #FCFCFC;}
#wap{display:none;}

@media (max-width: 768px){
.jxzy .item{height:auto}
a.ruanjian-item{padding-top:20px;padding-bottom:20px; margin-bottom:15px}
a.ruanjian-item img{width:60%;margin-bottom:20px}
a.ruanjian-item h2{font-size:16px}
#wap{display:block;}
#pc{display:none}
}