/* 视频新加css start */

.renzBanner {
	position: relative;
}

.videoImg {
	width: 357px;
	height: 203px;
	position: absolute;
	right: 15%;
	background: url(/static/pc/img/bg.png) no-repeat; /**放播放背景图片*/
	background-size: contain;
	top: 50px;
}

.videoImg .play {
	width: 45px;
	height: 45px;
	background: url(/static/pc/img/play.png) no-repeat; /*放播放按钮图片*/
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;

}

.videoTck {
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}

.videoCent {
	width: 800px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -400px;
}

.videoTck .offVideo {
	position: absolute;
	top: 0;
	right: -20px;
	width: 15px;
}

/* 视频新加css end*/
/* 悬浮层css start*/
.rightFixed {
	width: 60px;
	position: fixed;
	height: 310px;
	right: 18px;
	bottom: 100px;
	z-index: 10;
}

.login_x p a:first-child {
	color: #343434;
}

.login_x p a:last-child {
	color: #999;
}

.fixedItem {
	display: block;
	width: 60px;
	height: 58px;
	background: #F9F9F9;
	box-sizing: border-box;
	padding-top: 5px;
	border-radius: 4px;
	margin-top: 3px;
}

.rightFixed .fixedItem .icon {
	width: 26px;
	height: 26px;
	margin: 0 auto;
}

#visual .vis1 .pointer1 {
	color: #fff;
}

.fixedItem:hover, .activeFixed {
	background: #C60018;
}

.fixedItem:hover .fixedTxt, .activeFixed .fixedTxt {
	color: #fff;
}

.icon1 {
	background: url(/static/pc/img/ksbm.png) no-repeat;
	background-size: contain;
}

.icon2 {
	background: url(/static/pc/img/bktj_ico1.png) no-repeat;
	background-size: contain;
}

.fixedItem:hover .icon2 {
	background: url(/static/pc/img/bktj_ico.png) no-repeat;
	background-size: contain;
}

.icon3 {
	background: url(/static/pc/img/ksdg_ico1.png) no-repeat;
	background-size: contain;
}

.fixedItem:hover .icon3 {
	background: url(/static/pc/img/ksdg_ico.png) no-repeat;
	background-size: contain;
}

.icon4 {
	background: url(/static/pc/img/zxkf_ico1.png) no-repeat;
	background-size: contain;
}

.fixedItem:hover .icon4 {
	background: url(/static/pc/img/zxkf_ico.png) no-repeat;
	background-size: contain;
}

.icon5 {
	background: url(/static/pc/img/fhdb_ico1.png) no-repeat;
	background-size: contain;
}

.fixedItem:hover .icon5 {
	background: url(/static/pc/img/fhdb_ico.png) no-repeat;
	background-size: contain;
}

.fixedTxt {
	text-align: center;
	color: #333333;
}

/* 悬浮层css end*/