/* 以下样式不用修改 开始*/
    /* 默认ul 无需修改 */
    .nav_menustyle_1_1 ul
    {
        list-style-type:none;
        padding:0px; 
        margin:0px;
        float: right; 
        width: 1400px;}
    /* 默认li 无需修改 */
    .nav_menustyle_1_1 li
    {
        float:left;
        text-align:center;
        position:relative;}
    /* 2级以上 li 无需修改 */
        .nav_menustyle_1_1 ul li ul
    {   position:absolute; 
        left:0px;
        top:60px;
        width:160px;
        background-color:#3399ff;}
    .nav_menustyle_1_1 ul li ul li
    {
        float:none;
        z-index:100;}
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_1 ul li ul li ul
    {
        left:100%;
        top:0px;}
    /* IE6下的table样式 无需修改 */
    .nav_menustyle_1_1 table 
    {
        position:absolute; 
        left:0px;
        border-collapse:collapse; 
        border-spacing:0; 
        z-index:100;}   
    .nav_menustyle_1_1 table table
    {
        top:0px;}
    .nav_menustyle_1_1 td 
    {
        padding: 0;}   
    /* 共6级导航子菜单打开关闭控制 无需修改 */
    .nav_menustyle_1_1 li ul,
    .nav_menustyle_1_1 li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li ul
    {
        display:none;}
    .nav_menustyle_1_1 li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul
    {
        visibility:hidden;}
    .nav_menustyle_1_1 li a:hover ul,
    .nav_menustyle_1_1 li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul    
    {
        display:block;
        position:absolute;}
    .nav_menustyle_1_1 li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul
    {
        visibility:visible;}
    /* 默认a属性 无需修改 */
    .nav_menustyle_1_1 a
    {
        display:block;
        text-decoration:none;
        white-space:nowrap;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 a
{
    width: 155px;
    height: 60px;
    line-height: 60px;
    color: #fff;  
    background-color: #0066cc;  
    font-size: 18px;
    text-align: center;
    float: left;
    font-weight:bold;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_1 a:hover
{
    color:#ff0; /*鼠标移上颜色*/
    background-color:#3399ff;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_1 table 
{
    top:26px;}   
.nav_menustyle_1_1 table table
{
    left:91px;}   
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li a
{
   width:160px;         /*菜单宽度*/
    height:40px;        /*菜单高度*/
    line-height:40px;   /*字体高度, 可设为菜单高度*/
    font-size:16px;     /*字体大小*/
    color:#fff;         /*字体颜色*/
    background-color:#3399ff;
    text-align: left;
    padding-left:10px;}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li a:hover
{
    color:#ff0; 
    background-color:#0066cc;}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li ul li a
{}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li ul li a:hover
{}

/* 以下样式不用修改 开始*/
    /* 默认ul 无需修改 */
    .nav_menustyle_1_3 ul
    {
        list-style-type:none;
        padding:0px; 
        margin:0px;}
    /* 默认li 无需修改 */
    .nav_menustyle_1_3 li
    {
        float:none;
        text-align:left;}
    /* 2级以上 li 无需修改 */
    .nav_menustyle_1_3 ul li ul li
    {}
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_3 ul li ul
    {}
    /* IE6下的table样式 无需修改 */
    .nav_menustyle_1_3 table 
    {
        position:absolute; 
        top:0px;
        border-collapse:collapse; 
        border-spacing:0; 
        z-index:100;}   
    .nav_menustyle_1_3 td 
    {
        padding: 0;}   
    /* 共6级导航子菜单打开关闭控制 无需修改 */
    .nav_menustyle_1_3 li ul,
    .nav_menustyle_1_3 li:hover ul li ul,
    .nav_menustyle_1_3 li:hover ul li:hover ul li ul,
    .nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul li ul,
    .nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul li:hover ul li ul
    {
        display:none;}
    .nav_menustyle_1_3 li a:hover ul li ul,
    .nav_menustyle_1_3 li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul
    {
        visibility:hidden;}
#xianshi {display:block;}
#hongzi:hover,#hongzi1:hover,#hongzi5:hover,#hongzi6:hover,#hongzi2:hover,#hongzi7:hover,#hongzi8:hover,#hongzi9:hover,#hongzi3:hover,#hongzi10:hover,#hongzi11:hover,#hongzi12:hover
{
        color:#06C;}
#hongzi 
    {
        color:#f00;
        background-image: url(images/menu1bgc.jpg);}
#hongzi1  
    {
    color:#f00; /*鼠标移上颜色*/
    background-image: url(images/menu1bgb.jpg);}
#hongzi5  
    {
    color:#222; 
    background-image: url(images/menu1bga.jpg);}
#hongzi6  
    {
        color:#222; 
    background-image: url(images/menu1bgc.jpg);}
#hongzi2  
    {
    background-image: url(images/menu2bga.jpg);}
#hongzi7  
    {
    color:#f00; /*鼠标移上颜色*/
    background-image: url(images/menu2bgb.jpg);}
#hongzi8  
    {
    background-image: url(images/menu2bgc.jpg);}
#hongzi9  
    {
    color:#f00; /*鼠标移上颜色*/
    background-image: url(images/menu2bgd.jpg);}
#hongzi3 
    {
    
    background-image: url(images/menu3bga.jpg);}
#hongzi10  
    {
    color:#f00; /*鼠标移上颜色*/
    background-image: url(images/menu3bgb.jpg);}
#hongzi11  
    {
    background-image: url(images/menu3bgc.jpg);}
#hongzi12  
    {
    color:#f00; /*鼠标移上颜色*/
    background-image: url(images/menu3bgd.jpg);}
#hongzi4  
    {
    color:#f00; /*鼠标移上颜色*/
    background-image: url(images/menu4bgb.jpg);}
    /* 默认a属性 无需修改 */
    .nav_menustyle_1_3 a
    {
        display:block;
        text-decoration:none;
        white-space:nowrap;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_3 a
{
    width:338px;         /*菜单宽度*/
    height:53px;        /*菜单高度*/
    line-height:53px;   /*字体高度, 可设为菜单高度*/
    font-size:18px;     /*字体大小*/
    color:#222;         /*字体颜色*/
    background-image: url(images/menu1bgc.jpg);
    background-repeat: no-repeat;
    padding-left: 40px;
    overflow: hidden;
    font-weight:bold;
    float:left;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_3 a:hover
{
    color:#06c;}
.nav_menustyle_1_3
{
    width:338px;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_3 table
{
    left:91px;}   
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_3 ul li ul li a
{
    width:338px;         /*菜单宽度*/
    height:45px;        /*菜单高度*/
    line-height:45px;   /*字体高度, 可设为菜单高度*/
    font-size:16px;     /*字体大小*/
    color:#222;         /*字体颜色*/
    background-image: url(images/menu2bga.jpg);
    padding-left: 45px;
    font-weight:bold;}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_3 ul li ul li a:hover
{
    color:#06c;
    background-image: url(images/menu2bgc.jpg);}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_3 ul li ul li ul li a
{
    width:338px;         /*菜单宽度*/
    height:40px;        /*菜单高度*/
    line-height:40px;   /*字体高度, 可设为菜单高度*/
    font-size:16px;     /*字体大小*/
    color:#666;         /*字体颜色*/
    background-image: url(images/menu3bga.jpg);
    padding-left: 55px;
    font-weight:bold;}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_3 ul li ul li ul li a:hover
{
    color:#06c;
    background-image: url(images/menu3bga.jpg);}
/* 4级以上链接样式 可以修改4级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_3 ul li ul li ul li ul li a
{
    width:338px;         /*菜单宽度*/
    height:40px;        /*菜单高度*/
    line-height:40px;   /*字体高度, 可设为菜单高度*/
    font-size:16px;     /*字体大小*/
    color:#666;         /*字体颜色*/
    background-image: url(images/menu4bga.jpg);
    padding-left: 50px;
    font-weight: normal;}
/* 4级以上hover链接样式 可以修改4级以上菜单的鼠标移上样式*/
.nav_menustyle_1_3 ul li ul li ul li ul li a:hover
{
    color:#06c;
    background-image: url(images/menu4bga.jpg);}

.liebiao ul {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;}

.liebiao ul li {
	width: 100%;
	background-image: url(../images/point1.png);
	background-position: 0.5rem 1.2rem;
	padding-left:2rem;
	float: left;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;}
.liebiao ul li a {
	float: left;
	width: calc(100% - 8rem);
	font-size: 1rem;
	line-height:3rem;
	height:auto;}
.liebiao ul li span {
	float: right;
	width: 8rem;
	font-size: 1rem;
	line-height:3rem;
	height:auto;}


/*公共样式 字体，行高，字体颜色等*/
.pagebar {
    font-size: 1rem;
    font-family: 'Arial';
    line-height:1.5rem;

    color:#222;}

/*去掉a链接的下划线*/
.pagebar a{
    text-decoration: none;}

/*消掉最左侧页码区margin-left的5个像素*/
.pagebar .p_pages{
    margin-left: -0.1rem;}

/*按钮和页码的外观*/
.pagebar .p_fun_d, .pagebar .p_no_d,.pagebar .p_fun a, .pagebar .p_no a{
    border: 1px solid #ccc;
    padding: 0.3rem 0.3rem;
    margin:0 0 0 0.1rem;

    height:1.7rem;
    -height:auto;

    line-height:1.2rem;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;}

/*文字对齐样式*/
.pagebar .p_t{
    line-height:1rem;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;}

/*无链接的字体颜色*/
.pagebar .p_fun_d, .pagebar .p_no_d{
    color: #ccc;}

/*链接字体颜色*/
.pagebar .p_fun a, .pagebar .p_no a{
    color: #222;}

/*鼠标移上时有链接按钮的外观*/
.pagebar .p_no a:hover,.pagebar .p_fun a:hover, .pagebar .p_goto a:hover{
    background-color: #09f;
    color: #fff;}


/*页码省略号...的外观*/
.pagebar .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#222;}

/*当前页码的外观*/
.pagebar .p_no_d {
    border: 1px solid #09f;
    color: #fff;
    background-color: #09f;}

/*按钮控制*/

/*控制是否显示 "首页" "尾页" */
.pagebar .p_first,.pagebar .p_first_d,.pagebar .p_last,.pagebar .p_last_d{
    display:none;}

/*控制是否显示 "上页" "下页"*/
.pagebar .p_prev,.pagebar .p_prev_d.pagebar .p_next,.pagebar .p_next_d{}

/*控制是否显示无链接的 "首页" "上页" "下页" "尾页"*/
.pagebar .p_first_d,.pagebar .p_prev_d,.pagebar .p_next_d,.pagebar .p_last_d{}

/*控制是否显示页码*/
.pagebar .p_no,.pagebar .p_no_d,.pagebar .p_dot{}

/*跳转到页码输入框的外观*/
.pagebar .p_goto input {
    font-family: SimSun;
    font-size:1rem;

    border: 1px solid #aaa;
    height:2rem;
    line-height:2rem;
    box-sizing:border-box;
    vertical-align:middle;

    outline-width:thin;
    outline-color:#02356b;
    
    margin:0px 2px;
    padding:0px 1px;

    width:2rem;
    text-align:center;}
