﻿*{
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑;
    font-size: 14px;
}

/* 超链接 */
a{
    text-decoration: none;
}

.a_white{
    color: white;
}

/* 清除浮动 */
.clear_float{
    clear: both;
}

/* 无序列表 */
ul{
   list-style: none;
}

li{
    float: left;
}

/*主体背景*/
.main{
    width: 100%;
    height: 100%;
    background: linear-gradient(white,rgb(221,240,255),white);
}

.topNavFixed{
    width: 100%;
    background: white;
}

.topNavColor{
    width: 100%;
    background: rgb(2,122,213);;
}

.topNav{
    color: white;
    width: 990px;
    height: 31px;
    line-height: 31px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(2,122,213);
}

.topNav span{
    cursor: default;
}

.sp_left{
    float: left;
}

.topNavRight{
    float: right;
}

.topNavRight span{
    margin-left: 15px;
    margin-right: 15px;
}

.midNavFixed{
    width: 990px;
    height: 96px;
    line-height: 96px;
    background: white;
    margin-left: auto;
    margin-right: auto;
}

.flLogo{
    height: 96px;
    float: left;
}

.flLogo img{
    margin-top: 15px;
    border: 0px;
}

.navSearch{
    float: right;
    position: relative;
}

.search_icon{
    position: absolute;
    width: 19px;
    height: 19px;
    margin-top: 39px;
    margin-left: 15px;
    background: url("/DFS/template/1242/images/search_icon.png") no-repeat;
}

.search_input{
    width: 268px;
    height: 16px;
    float: left;
    color: rgb(199,201,201);
    margin-top: 29px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgb(163,186,241);
}


.search_submit{
    width: 91px;
    height: 38px;
    color: white;
    background: rgb(35,141,223);
    border: 0px;
}

.nav{
    width: 100%;
    height: 61px;
    background: rgb(187,221,248);
}

.nav_menu{
    width: 1060px;
    height: 49px;
    background: rgb(1,129,219);
    margin-left: auto;
    margin-right: auto;
}

.nav_menu ul{
    width: 1010px;
    height: 48px;
    line-height: 48px;
    margin-left: auto;
    margin-right: auto;
}

.err{
    width: 113px;
    height: 48px;
    text-align: center;
    color: white;
    font-size: 16px;
    border-bottom: 1px solid rgb(236,236,236);
}

.nav_li{
    width: 112px;
    height: 48px;
    text-align: center;
    color: white;
    font-size: 16px;
    border-bottom: 1px solid rgb(236,236,236);
}

.nav_menu span{
    position: absolute;
    margin-left: 22px;
    color: white;
}

.nav_menu li:hover{
    background: rgb(3,111,194);
}

.nav_down{
    width: 1060px;
    height: 11px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 41px;
    position: relative;
}

.img_left{
    float: left;
}

.img_right{
    float: right;
}

.float_down{
    width:1010px;
    height: 12px;
    background-color: white;
    *margin-left: 0px !important;
    *margin-right: 0px !important;
    margin-right: 25px;
    margin-left: 25px;
    position: absolute;
}


.footer{
    width: 100%;
    height: 88px;
    margin-top: 25px;
    border-top: 1px solid rgb(210,220,234);
    padding-top: 1px;
}

.foot_content{
    width: 100%;
    height: 86px;
    border-top: 2px solid rgb(210,220,234);
}

.foot_center{
    width: 1000px;
    height: 66px;
    margin: auto;
    padding-top: 20px;
}

.foot_content p{
    text-align: center;
    font-size: 14px;
    color: rgb(102,102,102);
    margin: auto;
    cursor: default;
	line-height:30px;
}