﻿body
{
    margin: 0px;
    padding: 0px;
    font: 13px/16px "微软雅黑" , "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Verdana, sans-serif;
    background-image: url(../Images/body_bg.png);
    background-color: rgb(255, 255, 255);
    background-repeat: repeat;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
html, span, h1, h2, h3, h4, h5, h6, p, em, dd, ol, ul, li, fieldset, lengend, form, table, thead, tbody, tr, td, input, textrear, button, img
{
    margin: 0px;
    padding: 0px;
    font-family: inherit;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}
img
{
    border: none;
    outline:none;
}
div
{
    margin: 0px auto;
    border: 0px currentColor;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
hr
{
    margin: 0px;
    padding: 0px;
    border: currentColor;
    height: 1px;
}
a
{
    cursor: pointer !important;
    color: #08c;
    text-decoration: none;
    outline: none;
}
a:link, a:visited, a:active
{
    color: rgb(68, 68, 68);
    text-decoration: none;
}
a:hover
{
    color: rgb(0, 116, 198);
    text-decoration: none;
}
ul
{
    list-style: none outside;
}
ul.square, ul.circle
{
    margin-left: 2em;
    margin-bottom: 18px;
}
ul.square
{
    list-style: square outside;
}
ul.circle
{
    list-style: circle outside;
}
ul ul.circle, ul ul.square
{
    margin-top: 4px;
    margin-bottom: 5px;
}
ul, li
{
    list-style: none;
    list-style-position: outside;
}
dd a:link, dd a:visited, dd a:active
{
    color: rgb(111, 111, 111);
    text-decoration: none;
}
dd a:hover
{
    color: rgb(0, 99, 167);
    text-decoration: none;
}
.clearfix
{
    display: inline-block;
}
.clearfix:after
{
    content:".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
div.top_bg
{
    width: 100%;
    height: 72px;
    font-size: 13px;
    background-image: url(../Images/top_bg.png);
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-color: transparent;
}
#top .top_box
{
    width: 1000px;
    height: 69px;
}
#top .top_logo
{
    margin-top: 8px;
    width: 194px;
    height: auto;
    float: left;
}
#top .top_buy_tel
{
    line-height: 16px;
    position: absolute;
    top: 25px;
    right: 150px;
}
#top .top_message
{
    line-height: 16px;
    position: absolute;
    top: 25px;
    right: 50px;
    display:none;
}
#top .menu_bg
{
    width: 100%;
    height: 39px;
    text-align: center;
    background: #F4F3F3;
    border-top: 1px solid #CBCBCB; /*background-image: url(../Images/menu_bg.png);     background-attachment: scroll;     background-repeat: repeat-x;     background-color: transparent;*/
}
#top .menu_box
{
    width: 1000px;
    height: 39px;
    margin: 0px auto 0px auto;
}
#top .menu
{
    width: auto;
    height: 39px;
    float: left;
    line-height: 39px;
    font-size: 15px;
    font-weight: bold;
    font-family: inherit;
    margin-left: 5px;
    padding: 0px 10px 0px 10px;
}
#top .menu div
{
    display: none;
}
#top .menu:hover
{
    width: auto;
    height: 39px;
    float: left;
    line-height: 39px;
    cursor: pointer;
    opacity: .85;
    filter: alpha(opacity=85); /*background: #CDE4F7;*/
    background-image: url(../Images/menu_title_bg.png);
}
#top .menu:hover .sub_menu
{
    width: 580px;
    height: auto;
    position: absolute;
    z-index: 999;
    text-align: left;
    *margin-top: 28px !important;
    display: block;
    cursor: default;
}
#top .menu:hover .sub_menu_top
{
    width: 100%;
    height: 21px;
    float: left;
    border: 0px;
    opacity: .85;
    filter: alpha(opacity=85);
    background-image: url(../Images/menu_sub_top.png);
    background-repeat: repeat-x;
    display: block;
}
#top .menu:hover .sub_menu_middle
{
    width: 100%;
    height: auto;
    float: left;
    border: 0px;
    padding-top: 10px;
    opacity: .85;
    filter: alpha(opacity=85);
    background-image: url(../Images/menu_sub_middle.png);
    background-repeat: repeat;
    display: block;
}
#top .menu:hover .sub_menu_bottom
{
    width: 100%;
    height: 3px;
    float: left;
    border: 0px;
    opacity: .35;
    filter: alpha(opacity=35);
    background: #000000; 
    display: block;
}
#top .sub_menu ul
{
    color: Black;
    font-size: 14px;
    font-weight: normal;
    padding-left: 21px;
}
#top .sub_menu ul li
{
    float: left;
    width: 180px;
    line-height: 27px;
    padding-bottom: 10px;
    display: inline; 
    cursor: default;
}
#top .sub_menu ul li a
{
    color: #000000;
}
#top .sub_menu ul li a:hover
{
    color: rgb(0, 116, 198);
}
#banner .banner_box
{
    width: 100%;
    background: #006592;
    height: 423px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
#news
{
    width: 100%;
    height: 36px;
    background: #F4F3F3;
    border-bottom: 1px solid #CBCBCB; /*background-image: url(../Images/main_news_bg.png);     background-attachment: scroll;     background-repeat: repeat-x;     background-color: transparent;*/
}
#news .news_box
{
    width: 1000px;
    height: 36px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}
#news .news_box .icon
{
    width: 80px;
    float: left;
    line-height: 36px;
}
#news .news_box .title
{
    width: 76%;
    float: left;
    line-height: 36px;
}
#news .news_box .title a
{
    color: rgb(0, 116, 198);
}
#news .news_box .title a:hover
{
    text-decoration: underline;
}
#news .news_box .more
{
    width: 75px;
    float: left;
    color: rgb(0, 116, 198);
    line-height: 36px;
}
#content
{ 
    overflow: hidden;
    height:313px;
    position: relative;
    background: url(../Images/content_bg.png);
}
#content .content_box
{
    width: 1000px;
    height: auto; 
    margin: 8px auto 0px auto;
}
#content .content_sub_box
{
    float: left;
    width: 246px;
    height: 274px;
    margin-left: 2px;
    margin-right: 2px;
}
#content .content_bottom
{
    width: 998px;
    height: 36px;
    margin-top: 278px;
    background: url(../Images/content_bottom.png);
}
#content .content_box .split
{
    height: 15px;
    background: url(../Images/content_sub.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: transparent;
}
#content .content_box .title
{
    height: 32px;
    margin:2px; 
}
#content .content_box .more
{
    height: 36px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
#content .content_pic_box
{
    background: #FFFFFF;
    height: 119px;
    padding: 2px 2px;
    border: 1px solid #D2D6D9;
}
#content .content_pic_box img
{
    border: 4px solid #EEEEEE;
}
#content .content_box .content_sub_t
{
    width: 253px;
    height: 6px;
    background: url(../Images/content_sub_t.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: transparent;
}
#content .content_box .content_sub_m
{
    width: 253px;
    height: auto;
    background: url(../Images/content_sub_m.png);
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-color: transparent;
}
#content .content_box .content_sub_b
{
    width: 253px;
    height: 6px;
    background: url(../Images/content_sub_b.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: transparent;
}
#content .content_box .descript
{
    line-height: 24px;
    padding: 3px;
    text-indent: 2em;
    color: #585858;
    font-size: 12px;
}
#content .content_box .details
{
    width: 20px;
    height: 18px;
    float: right;
    margin-right: 5px;
    margin-top: -8px;
    cursor: pointer;
    background: url(../Images/details.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: transparent;
}
#bottom
{
    width: 100%;
    height: 90px;   
   /*  position:absolute; */ 
    background-image: url(../Images/bottom_bg.png); 
}
#bottom div
{
    line-height: 28px;
}
div.hover_top
{
    width: 632px;
    height: 12px;
    background-image: url(../Images/tips_box_top.png);
    background-attachment: scroll;
    background-color: transparent;
}
div.hover_mid
{
    width: 632px;
    height: auto;
    background-image: url(../Images/tips_box_mid.png);
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-color: transparent;
}
div.hover_mid .content
{
    margin-left: 20px;
    margin-right: 10px;
}
div.hover_mid .postion
{
    vertical-align: top;
    padding: 2px 5px 2px 6px;
    line-height: 16px;
}
div.hover_mid img
{
    padding:2px;
    border: 2px solid #CDEAFE;
}
div.hover_mid .title
{
    padding: 1px 3px 5px 0px;
    color: #036;
    font-size: 14px;
}
div.hover_mid .title a
{
    padding: 1px;
    color: #036;
}
div.hover_mid p
{
    font-size: 12px;
}
div.hover_bot
{
    width: 632px;
    height: 12px;
    background-image: url(../Images/tips_box_bot.png);
    background-attachment: scroll;
    background-color: transparent;
}
.absolute
{
    position: absolute;
}
.relative
{
    position: relative;
}
#banner-index-loading
{
    height: 423px;
    background: #006592;
}
.frame960
{
    width: 960px;
    margin: 0 auto;
}
.banner-index
{
    height: 423px;
    overflow: hidden;
}
.banner-index .frame960
{
    height: 423px;
}
.banner-img
{
    height: 420px;
}
.banner-bt
{
    height: 83px;
    padding: 0 130px;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.banner-bt ul
{
    margin-left: 2000px;
}
.banner-bt li
{
    float: left;
    width: 78px;
    height: 83px;
    padding: 0 11px;
}
.banner-bt li .pointer
{
    display: block;
    width: 90px;
    height: 50px;
    padding: 33px 0 0 0;
}
.banner-bt li .pointer .ico
{
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 auto;
}
.banner-bt li .pointer.active .ico, .banner-bt li .pointer .ico:hover
{
    background-position: 0 -46px;
}
.banner-img .leftimg, .banner-img .rightimg
{
    left: -999em;
    position: absolute;
    top: 0;
    width: 960px;
    height: 340px;
}
.banner-img .rightimg
{
    text-align: right;
    -webkit-transform: translate(0px,0px) rotate(0);
}
.search
{
    position: absolute;
    top: 6px;
    right: 1px;
    width: 165px;
    height: 27px;
    background-image: url(../Images/search_bg.png);
}
.keywords
{
    width: 135px;
    height: 20px;
    line-height: 20px;
    color: Gray;
    margin-top: 3px;
    border-width: 0px;
    background-color: transparent;
}
.search_btn
{
    width: 21px;
    height: 21px; 
    margin-top: -5px;
    cursor: pointer;
    vertical-align: middle;
    border-width: 0px;
    outline: none;
    background-color: transparent;
}
#result
{
    width: 100%;
    background-color: White;
}
#result .content
{
    width: 968px;
    height: auto;
    margin: 0px auto 0px auto;
}
