@charset "utf-8";
/* CSS Document */

/*基本信息*/
html, body { 
    padding: 0; 
    margin: 0; 
    font-size: 12px; 
    line-height: 1.5em; 
    height: 100%; 
    width: 100%;
}
body { 
    background-color: #fff;
}
html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
    margin: 0; 
    padding: 0; 
    border: 0; 
    vertical-align: baseline;
}
button { 
    border: none;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section { 
    display: block;
}
ol, ul { 
    list-style: none;
}
* { 
    padding: 0; 
    margin: 0; 
    font-family: Arial, Microsoft Yahei; 
    font-size: 12px;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-size: 100%; 
    font-weight: normal; 
    letter-spacing: 0px;
}

ol, ul { 
    list-style: none;
}

a { 
    cursor: hand;
}

ins, a { 
    text-decoration: none; 
    color: #333333; 
    cursor: pointer;
}

input { 
    border: none; 
    border-radius: 0;
}


/*IE CSS3 兼容性*/
.IE_CSS3 { 
    position: relative \9; 
    behavior: url(PIE.htc) \9;
}

.no_border { 
    border: none;
}

/*阴影*/
.box_shdow_A { 
    box-shadow: -1px 2px 3px #e3e3e3; 
    position: relative \9; 
    behavior: url(PIE.htc) \9;
}

/*圆角*/
.border_radius_A { 
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    border-radius: 6px; 
    position: relative \9; 
    behavior: url(../PIE.htc) \9;
}

/*文字超出省略号*/
.textOverflow { 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis; 
    overflow: hidden;
}

/*文字对齐*/
.alignText { 
    text-align: justify; 
    text-justify: distribute-all-lines; 
    text-align-last: justify; 
    text-align: right \9;
}

/*文本框边框*/
.input_text { 
    border: 1px solid #e0e0e0;
}

/*透明度*/
.filter_bg{  
    filter:alpha(opacity:30); 
    opacity:0.3;  
    -moz-opacity:0.3; 
    -khtml-opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);/*兼容ie8及以下*/
}

/*文字间距*/
.text_spacing{  
    letter-spacing: 8px;
}

.clr{ 
    clear: both;
}

select { 
    appearance: none; 
    -moz-appearance: none; 
    -webkit-appearance: none; 
    border: none; 
    height: inherit; 
    line-height: inherit; 
    width: 100%;  
    font-size: 14px; 
    color: #555; 
    background: none; 
    line-height: 10px \9;
}


body{
    width: 100%;
    height: 100%;
    min-width: 1200px;
}
.wrap_width{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.clr{
	clear: left;
}
.filter_element:hover{
    filter:alpha(opacity:80); 
    opacity:0.8;  
    -moz-opacity:0.8; 
    -khtml-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);/*兼容ie8及以下*/
}
/*头部*/

