﻿/******************************************************************************
  供主页大图片区使用。
******************************************************************************/
img
{
    border-color:White;
    border-width: 0px;
}
	
.clear {
	CLEAR: both
}
#topstory 
{
	WIDTH: 962px; 
	HEIGHT: 425px;
}

#featured {
	OVERFLOW: hidden; 
	WIDTH: 962px; 
	POSITION: relative; 
	HEIGHT: 425px;
	top:0;
	left:0;
	z-index:10;
}

#featured .word {
	Z-INDEX: 10; 
	BACKGROUND: url(/1/bg_transparent.gif) no-repeat; 
	LEFT: 0px; 
	PADDING-BOTTOM: 55px; 
	WIDTH: 950px; 
	COLOR: #fff; 
	BOTTOM: 0px; 
	POSITION: absolute; 
	HEIGHT: 32px
}
#featured .word H3 {
	FONT-SIZE: 13px
}
#featured .word P
{
}
#featured .ui-els-hide {
	DISPLAY: none
}

#highlight {
	WIDTH: 962px; 
}

#behind
{
    height: 45px;
    width: 962px;
}

.full
{
    width: 962px;
    height:425px;
}

/******************************************************************************
  产品条使用。
******************************************************************************/
.product_bg
{
    margin-top: 0px;
    height: 40px;
    width: 962px;
    background-color: #800000;
}
    .product {
	    position:relative;
	    margin-left:0px;
	    height:40px;
	    width:962px;
    }
        ul#ul_product
        {
            position:relative;
            list-style-type:none; 
	        float:left;
	        margin: 0; 
	        padding: 0;
    	    width: 100%;
	        list-style: none;
	        height:40px;
	        padding-left: 20px;
        }
            .ul_li_product
            {
                float: left;
                margin: 0px;
                padding: 0px;
                padding-top: 4px;
                padding-left: 0px;
                padding-right: 5px;
                position: relative;
                white-space: nowrap;
                height: 27px;
                color: White;
            }
                .ul_li_product .separator
                {
                    width:14px;
                    text-align:center;
                    vertical-align:middle;
                    height:16px;
                    float:left;
                    height:24px;
                    margin-top:0px;
                    padding-top:9px;
                }
                .ul_li_product .hotlink
                {
                    float:left;
                    color: Yellow;
                    font-family: 宋体, Arial, Helvetica, sans-serif;
                    font-size: 10pt;
                    font-weight: bold;
                    padding-left:5px;
                    padding-right:5px;
                    vertical-align:middle;
                    text-align:center;
                }   
                ul#ul_product li > a.hover
                {
                    color:Orange;
                    font-family: 宋体, Arial, Helvetica, sans-serif;
                    font-size: 10pt;
                    font-weight: bold;
                    padding-left:5px;
                    padding-right:5px;
                    background-color:Red;
                }          
                
                 /* 导航弹出层 */
                ul#ul_product li .sub
                {
                    position:absolute;
                    padding-left: 10px;
                    padding-right: 10px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    bottom: 30px;
                    border: 1px solid #C0C0C0;
                    float: left; 
                    display: none;
                    z-index: 80;
                    left: 0px;
                    background-color: #F6F6F6; 
                    border: 1px solid #C0C0C0;
                }
                    ul#ul_product li .sub .row 
                    {
                        clear: both; 
                        float: left; 
                        width: 100%; 
                        margin-bottom: 10px;
                    }
                    ul#ul_product li .sub ul
                    {
	                    list-style: none;
	                    margin: 0; 
	                    padding: 0;
	                    width: 150px;
	                    float: left;
                    }
                    /* 用于弹出层中非第一列的 UL样式。会在左边显示一条边线 */
                    ul#ul_product li .sub .MoreColumnStyle
                    {
                        list-style: none;
	                    margin: 0; 
	                    padding: 0;
	                    width: 150px;
	                    float: left;
                        border-left-color: #CCCCCC;
	                    border-left-width: 1px;
	                    border-left-style: solid;
                    }
                    ul#ul_product li .row ul
                    {
                        list-style: none;
	                    margin: 0; 
	                    padding: 0;
	                    width: 150px;
	                    float: left;
                    }
                        ul#ul_product .sub ul li 
                        {
	                        width: 100%;
	                        color: black;
	                        
                        }
                            /* 弹出层中的标题 */
                            ul#ul_product .sub ul li h4
                            {
	                            padding-top: 4px;
	                            padding-bottom: 2px;
	                            padding-left: 10px;
	                            margin: 0;
	                            margin-bottom:1px;
	                            
                            }
                                /* 弹出层中的标题链接 */
                                ul#ul_product .sub ul li h4 a 
                                {
                                    padding: 0px 0px 0px 
	                                font-size: 9pt;
	                                font-weight:bold;
	                                color: black; /* 标题链接未选中时的颜色 */
	                                text-indent: 0px;
	                                text-align:left;
                                }
                            /* 弹出层中的普通链接 */
                            ul#ul_product .sub ul li a
                            {
                                float: none;
                                height: auto;
                                padding: 7px 5px 7px 15px;
                                display: block;
                                text-decoration: none;
                                color: #003366; /* 弹出层中的文字颜色 */
                                font-size: 9pt;
                                font-weight: normal;
                                font-style: normal;
                                list-style-position: inside;
                                list-style-type: circle;
                                list-style-image: inherit;
                                text-indent: 35px;
                                line-height: 1;
                                text-align:left;
                            }
                            ul#ul_product .sub ul li a:hover
                            {
                                color: #FF3300;
                                background-position: 5px 12px;
                            }

/******************************************************************************
  导航条使用。
******************************************************************************/

.NavigationButton
{
    height: 48px;
}

