@CHARSET "UTF-8";

.pcontainer{
    min-width: 1008px;
    width: 1008px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    position:relative;
}
.p-con{
	width: 100%;
	display: block;
	margin: 0 auto;
	position:relative;
}
.p-con #p-bg img{
	width:100%;
	height:auto;
}


/*特种设备*/
.tezhongsb{
	position:absolute;
	top:510px;
	left:0;
	right:0;
	max-width:1008px;
	width:1008px;
	display:block;
	margin:0 auto;
}
.tezhongsb img{
	width:100%;
	height:100%;
}
.tezhongsb ul{
	list-style-type:none;
	position:relative;
	margin:0 auto;
}
.tezhongsb ul li{
	float:left;
	width:232px;
	height:180px;
	padding:10px;
}

/*ie只有a标签支持：hover*/
.tezhongsb ul li a:hover{
	opacity: 0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	cursor:pointer;
}

/*======================*/

#tzsb{
	position: absolute;
    top: 1070px;
}


.tezhongsbImgScroll{
	position: absolute;
    top: 1259px;
    left: 595px;
    right: 0;
    width: 595px;
    height: 400px;
    overflow: hidden;
}
.tezhongsbImgScroll img{
	width:595px;
	height:auto;
}


.p-video{
	position:absolute;
	top:1905px;
	left:730px;
	right:0;
	width:700px;
	height:480px;
}

.contactpos{
	position:absolute;
	bottom:0;
	left:0;
	right:0;

}


/*scrollImg*/
ul{ list-style:none;padding:0; margin:0;}
.out{ width:100%; height:100%; position:relative;}
.out .img li{ position:absolute; top:0;left:0; display:none;}

.out .num{ position:absolute; bottom:10px;left:0; font-size:0px; text-align:center; width:100%;}

.out .num li{ width:20px; height:20px; background:#707070; color:#fff; text-align:center; line-height:20px; border-radius:50%; display:inline-block; font-size:16px; margin:0 3px; cursor:pointer;}
.out .num li.active{ background:#a00}


.out .btn{ position:absolute; top:50%; margin-top:-30px;width:30px; height:60px; background:rgba(0,0,0,0.4); color:#fff; text-align:center; line-height:60px; font-size:28px; display:none; cursor:pointer;}
.out:hover .btn{ display:block;}
.out .left{ left:0}
.out .right{ right:0;}


/*跳转按钮*/
#jumbBtn{
	position:fixed;
	top:240px;
	left:25px;
}
#jumbBtn ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#jumbBtn ul li{
	width:110px;
	height:48px;
	overflow:hidden;
	margin:10px 0;
}

#jumbBtn ul li img{
	width:110px;
	height:48px;
}

