@charset "utf-8";
body {font-size:14px; font-family:  'Microsoft yahei',"微软雅黑","Verdana","宋体"; color:#000;margin:0px;padding: 0px;}
img { border:0; vertical-align:middle; }
ul, li ,ol {padding: 0;margin: 0;list-style: none;}
a{color:#595959;text-decoration:none;}
a:hover{ color:#850000;text-decoration:none;}

.clear{ clear:both; line-height:0; height:0; font-size:0; overflow:hidden; float:none}
.clearfix:after{clear: both;content: "."; display: block;height: 0;overflow: hidden;visibility: hidden;}
.none { display:none; }
.fl { float:left; }
.fr { float:right; }
/*头部*/
#top{width: 100%;height: 850px; position: relative;}
#banner{width: 100%;height: 100%; position: absolute;}
#mask{    
	position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,160,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#7F000000);
    width: 100%;
    min-height: 100%;
    text-align: center;
}
.z-logo {
    margin-top: 50px;
}
.text-content {
    margin: 0 auto;
    padding-top: 20px;
    width: 500px;
    color: white;
    font-size: 52px;
    font-weight: bold;
    font-family:  'KaiTi';
}
.down-bt {
    width: 100%;
    margin-top: -30px;
    text-align: center;
    line-height: 73px;
    position: absolute;
    top: 607px;
}

/*导航*/
#navbar-main {
    background-color: #0a7dca;
    min-height: 100px;
}
#navbar{
 margin: 0px auto;
	width: 1200px;
}
#nav{
	width: 800px;
	color: #fff;
	font-size: 16px;
}
/*新闻模块*/
#box{
	 margin: 0px auto;
	width: 1200px;
	position: relative;
overflow: hidden;
}
#newsbox{
	width: 380px;
	height: 320px;
	float: left;
	padding: 10px;
}
#newsbox li a {
font-size:16px;
line-height:25px;
    padding: 0 0 0 25px;
    background: url(../images/arr10.png) left 5px no-repeat;
    text-decoration: none;
}
#newstitle,#newstitle_l{
	    margin: 20px 0 0;
    border-bottom: solid 1px #dddddd;
    width: 390px;
    height: 35px;
	float: left;
	padding: 0px 5px 5px 5px
}
#newstitle_l{
    width: 790px;
}
#newstitle .left,#newstitle_l .left{
	    background: url(../images/tbbz.png) no-repeat;
    font-size: 18px;
    color: #0c639e;
    margin-left: 10px;
    padding-left: 35px;
    float: left;
}
#newstitle .left .tt,#newstitle_l .left .tt{    font-size: 12px;
    font-weight: bold;
    color: #3b3b3b;
    padding-left: 8px;}

#newstitle .more,#newstitle_l .more{
    padding: 10px 10px 0 10px;
    float: right;
}
#newstitle .more a,#newstitle_l .more a{
    color: #0068b7;
    font-size: 12px;
}


/*底部版权*/
.bottom{
	clear: both;
width: 100%;
height: 100px;
padding: 10px 0px;
text-align: center;
background-color: #0a7dca;
}