/*主导航开始*/
.py_nav{
	height: 96px;
    border-bottom: 0;
}
.py_navbox{
	width: 1200px; 
	margin:0 auto;
	height:50px;
	/*border:1px solid green;*/
}
.py_navlis{
	width: 972px;
	height:50px;
	margin-left:228px;
	/*border:1px solid red;*/
}
.py_navlis li{
	height:50px;
	line-height:50px;
	margin-left:8px;
	float:left;
}


.py_navlis li a{
    display: block;
    font-weight:bold;
    padding: 0 24px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
}

.py_navlis li a:hover{
	background: #FF9900;
	color:white;
	font-weight:normal;
}

/*主航结束*/
/*二级导航开始*/
.py_navbox1{
	width: 100%; 
	min-width: 1300px;
	background: #FFFBF2;
    height:50px;
	text-align:center;
	position: absolute;
	top:50px;
	border-top:2px solid #FF9900;
	border-bottom:1px solid #FFF1DA;
}
.py_navlis1{
	width: 100%;
	margin:0 auto;
	text-align: center;
	display:inline-block;
	/*border:1px solid red;*/
}
.py_navlis1 li{
	color:#ff9900;
	display:inline-block;
}

.py_navlis1 li a{
	font-size:16px;
	color:#ff9900;
	width:96px;
	line-height:34px;
	text-align: center;
	display:inline-block;
	margin:4px;
    /*border:1px solid red;*/
}
.py_navlis1 li a:hover{
	text-decoration: underline;
}
/*二级导航结束*/
.box_list {
    top: -14px!important;
}