﻿       /*=基本样式body,ul,li,p,h2,h3,h4,span,form,table,td,img,div,input{margin:0;padding:0;}=*/       
        *{margin: 0;padding: 0;}
        html{height:100%;overflow:auto;overflow-x: hidden;}
        body{height:100%;width:950px;margin:0 auto;font:12px Tahoma,宋体;}
        img{border: 0;vertical-align:bottom;}
        li{list-style-type: none;}
        a:link{color: #071e81;text-decoration: none;}
        a:visited{color: #071e81;text-decoration: none;}
        a:hover{color: #ff0000;text-decoration: none;}
        a:active{color: #ff6600;}
        .cle{clear: both;font-size:0px;}
        .red{color:#FF0000;}
        /*====主体背景，左右两边的背景图片====*/
        #main{float:left;width:950px;background:white url(/Image/body.gif) 0 repeat-y;}
        
        /*=======中间主体；6px是左背景图片宽度=======*/
        #middle{float:left;width:938px;margin-left:6px;display:inline;}
        
        /*=======中间头与导航间背景=======*/
        #m_bg{height:3px;background:white url(/Image/bg_03.gif);font-size:0px;}
        
        /*头部导航设置*/
        #nav{height: 22px;line-height:22px;background: white url(/Image/bgNav.gif) repeat;}
        #nav span{width:630px;text-indent:5px;}
		#nav img,#nav a,#nav span{float:left;color:#FFF;}
		#nav img{margin:2px 1px 2px 8px;}
        
        /*=======底部=======*/
        #foot{height:54px;background:url(/Image/foot.gif);line-height:18px;}
        /*====弹出div*/
		#tittleup
        {
            padding-left: 5px;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 10px;
            padding-bottom: 10px;
            color: #000066;
            border-bottom: #ff831f 2px solid;
        }
        A.od
        {
            font-size: 14px;
            float: right;
            color: #cc0000;
            text-decoration: none;
        }
        A.od:hover
        {
            color: #ff0000;
        }
        #myDiv
        {
            border-right: blue 1px solid;
            border-top: blue 1px solid;
            z-index: 10;
            background: #fff;
            left: 200px;
            float: left;
            overflow: hidden;
            border-left: blue 1px solid;
            cursor: move;
            border-bottom: #ff831f 6px solid;
            position: absolute;
            top: 0px;
        }
        .contentup
        {
            padding: 20px;
        }