

.l{float:left;}
.r{float:right;}
li{list-style-type:none;}

.xcx_qingqiao{ width: 100%;}
.containera{ width: 1300px; text-align: center;margin:0px auto; height: 545px;}

/*显示器*/
.pc-displayer{
	width:880px;
	height:545px;
	background:url(img/pcdis_bj.jpg) no-repeat center top;
	margin:0px auto;
	text-align: center;
	
}


.pc-displayer .desktop{
	width:812px;
	height:333px;
	position:relative;
	margin:0 0 0 34px;
	padding-top:10px;
}

.pc-displayer .desktop .shieldingNav{
	width:760px;
	height:auto;
	overflow:hidden;
	position:absolute;
	top:70px;
	left:50%;
	margin:0 0 0 -380px;
	z-index:1;
	text-align:center;
}
.pc-displayer .desktop .shieldingNav .className{
	display:inline-block;
	vertical-align: middle;
	min-width:100px;
	height:auto;
	overflow:hidden;
	padding:10px 10px;
	text-align:center;
	font:16px/46px 'microsoft yahei';
	color:#fff;
	border-radius:5px;
	background: rgba(44,160,224, 0.3);
	cursor:pointer;
	margin:7px 5px;
	text-shadow:#333 0px 0px 1px;
	transition-duration:0.2s;
}
.pc-displayer .desktop .shieldingNav .className img{
	display:block;
	width:70px;
	height:70px;
	border-radius:35px;
	margin:0 auto 6px auto;
}
.pc-displayer .desktop .shieldingNav .className span{
	display:block;
	width:100%;
	height:26px;
	text-align:center;
	font:16px/26px 'microsoft yahei';
	color:#fff;
}
.pc-displayer .desktop .shieldingNav .className:hover{
	background: rgba(44,160,224, 0.6);
}

.pc-displayer .desktop .showWindow{
	width:812px;
	height:333px;
	position:absolute;
	top:30px;
	left:0;
	z-index:3;
}
.pc-displayer .desktop .showWindow .IE{
	width:800px;
	height:333px;
	margin:9px 0 0 7px;
	background: rgba(255,255,255, 0.9);
}
.pc-displayer .desktop .showWindow .IE .ie-head{
	width:780px;
	height:34px;
	padding:0 10px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
.pc-displayer .desktop .showWindow .IE .ie-head i{
	display:block;
	height:34px;
	font:16px/34px 'microsoft yahei';
	color:#666;
	cursor:pointer;
}
.pc-displayer .desktop .showWindow .IE .ie-head .ImagesUrl{
	display:block;
	height:34px;
}
.pc-displayer .desktop .showWindow .IE .ie-head .Ieico{
	font:26px/34px 'microsoft yahei';
	color:#30C73C;
}
.pc-displayer .desktop .showWindow .IE .ie-head .m-r{
	margin-right:10px;
}
.pc-displayer .desktop .showWindow .IE .ie-head .m-l{
	margin-left:10px;
}

.pc-displayer .desktop .showWindow .IE .ie-head .input{
	display:block;
	height:26px;
	width:400px;
	background-color:#ddd;
	font:12px/20px 'microsoft yahei';
	margin-top:4px;
	margin-left:5px;
	color:#333;
	float:left;
	border:0;outline:none;
	border-radius:3px;
	padding:0 10px;
}
.pc-displayer .desktop .showWindow .shieldingEstop{
	width:790px;
	height:333px;
	position:absolute;
	top:44px;
	left:7px;
	z-index:10;
}
.pc-displayer .desktop .showWindow .IE .showPage{
	display:block;
	width:800px;
	height:333px;
	overflow:hidden;
	overflow-x:hidden;overflow-y:auto;
}
.pc-displayer .desktop .showWindow .IE .showPage img{
	display:block;
	width:100%;
}
.pc-displayer .desktop .showWindow .IE .showPage .no_data{
	display:none;
	width:500px;
	height:auto;
	overflow:hidden;
	margin:50px auto 0 auto;
}
.pc-displayer .desktop .showWindow .IE .showPage .no_data h2{
	display:block;
	width:100%;
	height:80px;
	text-align:center;
	font:60px/80px 'microsoft yahei';
	color:#2B4459;
}
.pc-displayer .desktop .showWindow .IE .showPage .no_data h3{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font:16px/26px 'microsoft yahei';
	color:#333;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.pc-displayer .desktop .showWindow .IE .showPage::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background-color:#fff;
}
/*定义滚动条的轨道，内阴影及圆角*/
.pc-displayer .desktop .showWindow .IE .showPage::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(50,50,50,.3);
    border-radius:0px;
    background: rgba(50,50,50, 0.2);
}
/*定义滑块，内阴影及圆角*/
.pc-displayer .desktop .showWindow .IE .showPage::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    border-radius:0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background: rgba(50,50,50, 0.4);
}

