﻿@charset "UTF-8";/* common style start */

html, body {margin: 0;	padding: 0;	font-size: 12px; font-family: "宋体" Arial, Helvetica, sans-serif; 	line-height:20px; color:#fff; min-height: 100%;
	width:100%;
	
	-webkit-text-size-adjust:none;
    overflow:hidden;
    font-family:微软雅黑;
}

*{padding:0px;margin:0px;}

a:link, a:active, a:visited, a:hover {
	color:#00B1E9;
	text-decoration: none;
}

.srcoll_css
{
    scrollbar-arrow-color: #007cad;            /*图6,三角箭头的颜色*/
    scrollbar-face-color: #007cad ;     /*图5,立体滚动条的颜色*/
    scrollbar-3dlight-color: #fff;      /*图1,立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #007cad;    /*图2,滚动条空白部分的颜色*/
    scrollbar-shadow-color: #007cad;       /*图3,立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #fff;   /*图4,立体滚动条强阴影的颜色*/
    scrollbar-track-color: #000;        /*图7,立体滚动条背景颜色*/
    scrollbar-base-color:#007cad;       /*滚动条的基本颜色*/    
}


img{border:0}
table{border-collapse:collapse}
div,ul,li{list-style:none}
form{padding:0px;margin:0px;}


/*背景图*/
.main_bg{
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    z-index:-1;
}

.main_bg img{
    width:100%;
    height:100%;
}


/*顶部*/
.header {

    position:absolute;
    width:100%;
    height:70px;
    left:0px;
    top:0px;
    z-index:999;
    background:url(../images/header_bg.jpg);
    min-width:1024px;
    
}

.header_main
{
    position:absolute;
    width:980px;
    left:50%;
    margin-left:-490px;
    overflow:hidden;   
}

.header_main .logo{
    overflow:hidden;
    width:410px;
    height:95px;
    float:left;

}

.header_sub
{
    position:absolute;
    width:100%;
    height:25px;
    top: 70px;
    left:0px;
    z-index:998;
    background:url(../images/filter_bg.png) ;
    min-width:1000px;
}

/*底部*/

.footer {
    overflow:hidden;
    position:absolute;
    width:100%;
    height:60px;
    left:0px;
    bottom:0px;
    z-index:9999;
    background:url(../images/filter_bg.png);
    min-width:1000px;
}

.footer .footer_content
{
    position:absolute;
    top:5px;
    width:100%;
    text-align:center;
}

.footer_content span
{
    padding:0 15px 0 15px;
    border-right:1px solid #fff;
    color:#fff;
}

.footer_content span a{
    color:#FFF;
    font-weight:bold;
}

.footer_content span a:hover{
    color:#00B1E9;
}

.footer .copyright{
    position:absolute;
    bottom:5px;
    width:100%;
    text-align:center;
}

/*菜单*/
 .primaryNavigation
{
    position: absolute ;
    top:30px;
    left:450px;
    
}
.primaryNavigation li
{
    float: left;
    margin: 0 15px 0 0;
    color: #000;
    font-size: 14px;
}
.primaryNavigation li:hover, .active
{
    color: #00B1E9;
}
.primaryNavigation li.noactive
{
    background: none;
}
.primaryNavigation li a
{
    font-size: 12px;
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 46px;
}
.primaryNavigation li:hover a
{
    color: #00B1E9;
}
.primaryNavigation li .drop
{
    padding-right: 15px;
    font-weight: bold;
}
.primaryNavigation li .dropcontent
{
    position: absolute;
    left: -9999em;
    top: 40px;
    z-index: 1000;
}
.primaryNavigation li:hover .dropcontent
{
    left: auto;
    padding-left: 5px;
}
.primaryNavigation li .dropcontent ol
{
    display: block;
    float: left;
    padding: 2px 50px 0 0;
    text-align: center;
}
.primaryNavigation li .dropcontent ol img
{
    display: block;
}
.primaryNavigation li .dropcontent ol a
{
    display: block;
    color: #fff;
    line-height: 20px;
    padding: 0;
    background: none;
}

.primaryNavigation li .dropcontent ol a:hover
{
    color:#00B1E9 ;
}


/* 内容框*/
.page_box{ position:absolute;z-index:88; width:100%; height:100%; overflow:auto;}

.page_content{width:985px; margin:0 auto; margin-top:95px;background-color:#fff;  color:#000; margin-bottom:60px; position:relative; min-height:72%;}

.page_content_filter{width:985px; margin:0 auto; margin-top:95px; background:url(../images/filter_bg.png); color:#000; margin-bottom:60px; position:relative; min-height:72%;}

.page_content_no_bg{width:985px; margin:0 auto; margin-top:95px; color:#000; margin-bottom:60px; position:relative; min-height:72%;}

