@charset "utf-8";
/*页面头部*/
#header_mobile{
    display: none;
}
header{
    margin-top:-18px;
    width:100%;
    height:33px;
    background:#555;
    border-bottom:1px solid #ccc;
}
dl#header{
    width:1100px;
    height:33px;
    margin:0 auto;
    font-size:13px;
    color:#eee;
}
dl#header a{
    color:#eee;
}
dl#header dt{
    width:800px;
    height:33px;
    line-height:33px;
    float:left;
    font-weight:normal;
}
dl#header dd{
    width:200px;
    height:33px;
    line-height:33px;
    float:right;
    text-align:right;
}
/*导航*/
div#nav{
    width:100%;
    height:150px;
    background:#fff;
    box-shadow: 5px 5px 5px  #999;
}
div#nav nav{
    width:1100px;
    height:110px;
    margin:0 auto;
}
div#nav nav dl#logo{
    width:200px;
    height:110px;
    float:left;
}
div#nav nav dl#logo dt{
    width:100%;
    height:110px;
}
div#nav nav dl#biaoyu{
    width:640px;
    height:110px;
    float:left;
}
div#nav nav dl#biaoyu dd{
    width:100%;
    height:45px;
    line-height:45px;
    font-size:24px;
    letter-spacing: 8px;
    margin:20px 0 0 0;
    color:#666;
    font-family: Microsoft YaHei;
}
div#nav nav dl#biaoyu dt{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:14px;
    letter-spacing: 3px;
    color:#999;
    text-indent:15px;
}
/* 导航条及相应的栏目链接*/
#nav_bar{
    margin-top:2px;
    width:100%;
    height:38px;
    background:#eee;
}
dl#nav_item{
    width:1120px;
    height:36px;
    margin:1px auto;
}
dl#nav_item dd{
    width:100px;
    height:36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    color:#444;
    float:left;
}
dl#nav_item dd span{
    float:right;
}
#about_ol{
    display: none;
    width:100px;
    height:175px;
    position: relative;
    top:0;
    left:0;
    background:#fff;
}
#about_ol li{
    display:block;
    width:80%;
    height:25px;
    line-height:25px;
    margin:6px auto;
    border-bottom: 1px solid #eee;
}
/*页面顶部的二维码*/
dl#erweima{
    width:120px;
    height:100px;
    float:right;
}
dl#erweima dd{
    font-size:12px;
    color:#666;
}
dl#erweima dd img{
    display:inline-block;
    width:80px;
    margin:5px 0 0 8px;
}
/*媒体查询*/
@media (max-width: 500px){
    body{
        padding-top:20px;
    }
    header,#nav{
        display:none;
    }
    #header_mobile{
        display:block;
        width:100%;
        height:50px;
        background:#106AB1;
        position:fixed;
    	top:0;
    	z-index:999;
        box-shadow:0 2px 1px 1px #999;
    }
    dl#nav_item_mobile{
        width:170px;
        height:300px;
        position:absolute;
        top:50px;
        right:0;
        background:#eee;
        border-radius: 6px 6px 0 0;
        display:none;
    }
    dl#nav_item_mobile dt{
        margin-bottom:5px;
        width:100%;
        height:40px;
        line-height:40px;
        font-size:17px;
        text-align: center;
        letter-spacing: 5px;
        background:#999;
        color:#fff;
        border-radius: 6px 6px 0 0;
    }
    dl#nav_item_mobile dd{
        width:100%;
        height:30px;
        line-height:30px;
        margin:5px auto;
        text-align: left;
        background:url(/Public/images/dot6.png) no-repeat 15px 11px;
        text-indent:28px;
        border-bottom: 1px dashed #999;
    }
    dl#nav_item_mobile dd a{
        display: inline;
        font-size:16px;
        text-indent:0;
        border:none;
        float:none;
        background:none;
        letter-spacing: 3px;
    }
    /*登录 按钮*/
    #header_mobile a{
		height:28px;
		line-height: 28px;
		padding:0 12px;
		border-radius:6px;
		margin-top:12px;
		float:right;
		font-weight:normal;
		font-size:14px;
		margin-right:10px;
		color:#666 !important;
		display:block;
		background:#eee;
	}
    
}
