
/*内页页面公用css*/

.pbanner{
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;


}
.pbannerpic{
	position: absolute;
	width:1920px;
	left:50%;
	margin-left: -960px;
	
}

/*.pbanner img{
	display: block;
	margin: 0 auto;
}*/


/*----------------内页内容部分样式--------------------------------------------*/
.pcontent{
	width:100%;
	/*_height:1160px;*/
	/*min-height: 1160px;*/
	/*height: 100%;*/
	/*height: auto;*/
	/*background-color: greenyellow;*/
}
.ptop{
	width:100%;
	height:105px;
	background-color:white;
}


.ptop_left{
	width:286px;
	height:100%;
	background-color:#2884bf;
	float:left;
}
.ptop_right{
	width:100px;
	height:100%;
	background-color:white;
	float:right;
}
.ptop_mid{
	width:1002px;
	height:100%;
	background-color:deepskyblue;
	float:left;

}
.ptopm_l{
	text-align: right;
	color:white;
	float:left;
	width:230px;
	height:100%;
	background:url(../img/ppt1.jpg) no-repeat;
}
.ptopm_l h2{
	margin-top:28px;
	margin-right: 32px;
	height:48px;
	line-height: 48px;
	font-size:40px;
}
.ptopm_l h3{
	font-weight: bold;
	margin-right: 32px;
	height:22px;
	line-height: 22px;
	font-size:14px;
}
.ptopm_r{
	float:left;
	width:772px;
	height:100%;
	background-color:white;

}
.ptopm_r p{
	color:#aaaaaa;
	/*width:400px;*/
	height:16px;
	line-height:16px;
	padding-left: 26px;
	margin-top:58px;
	margin-left:30px;
	background:url(../img/ppt4.jpg) no-repeat;
	/*background-color: cornflowerblue;*/
}
.ptopm_r p a:hover{
	color: black;
}
.clear{
	clear: both;
}




.pdetail{
	width:1002px;
	height:100%;
	margin:0 auto;
	/*background-color:red;*/
}

.pd_left{
	float: left;
	width:230px;
	height:100%;
	/*height:auto;*/
	background:url(../img/plbg.jpg) no-repeat;
	/*background-color:yellow;*/
}



.plefta{
	display: block;
	width:203px;
	height: 100px;
	margin-left: 18px;

}

.menu{}

.menu ul{
	margin-top:29px;
	float:right;
	width:213px;
	overflow: visible;
	/*height:500px;*/
	/*background-color:green;*/
}

.menu ul li{	
	width:213px;
	/*height:48px;*/
	line-height: 48px;
	font-size:16px;

}

.menu ul li ul{
	display: none;
	margin-top:0px;
	background-color: green;
}
.menu ul li ul li {
	height: 48px;
	line-height: 24px;
	font-size:12px;
	
	display: block;
	background-color: #f7f7f7;

}
/*.menu ul li.liover{
	width:179px;
	height:48px;
	display: block;
	color:#2884bf;
	padding-left:34px;
	background:url(../img/pptbg3.jpg)
	
}*/


.menu ul li a{
	display: block;
	padding-left: 34px;;
	/*width:100%;*/
	height:100%;
	color:white;
	background:url(../img/pptbg2.jpg)
}

.menu ul li a:hover{
	color:#2884bf;
	background:url(../img/pptbg3.jpg)
}

.menu ul li .active {
	color:#2884bf;
	background:url(../img/pptbg3.jpg)
}

.menu ul li .inactive {
	color:white;
	background:url(../img/pptbg2.jpg)
}


.menu ul li ul li a{
	color:#666666;
	background:none;
	
}
.menu ul li ul li a:hover{
		color:#2884bf;
	background:none;
	
}


/*---------------------*/
.pd_right{
	float: right;
	width:772px;
	/*height:500px;*/
	height:100%;
	/*background-color:gray;*/
	margin-bottom:30px;
}
.pagecon{
	width:772px;
	height: 100%;
	/*padding:30px;*/
	color:#aaaaaa;
	line-height: 24px;
	/*background-color:#2884BF;*/
}