@charset "UTF-8";
/*slide*/
.index_show{position: relative;z-index: 2; width: 100%;}
.bxslider{overflow: hidden;width: 100%;}
.bxslider li{width: 100%;overflow: hidden;}
.bx-controls{display: none;}
#bx-pager{position: absolute;left: 50%;bottom: -35px; z-index:99999; margin-left: -480px;}
#bx-pager a{float: left;width: 230px;height: 70px; text-align: center; background: #255593; color: #999;font-family: "宋体"; margin:0 5px;}
#bx-pager a:hover{text-decoration: none;}
#bx-pager .active{position: relative;background: #b3373d;}
#bx-pager .active::before{content: '';position: absolute; left: 25px; }



/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #174a8a url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #174a8a url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #174a8a url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #174a8a url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
