html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ul, li {
    list-style: none;
}

body {
    width: 100%;
    height: 100%;
    font-family: '微软雅黑';
}

.header {
    width: 1000px;
    height: 234px;
    margin: 0 auto;
}

.header_top {
    width: 1000px;
    height: 24px;
}

.header_top_left, .header_top_right {
    height: 24px;
    float: left;
    width: auto;
}

.header_top_right {
    float: right;
}

.banner {
    width: 1000px;
    height: 61px;
}

.main_nav {
    width: 1045px;
    height: 61px;
    float: left;
    position: relative;
}

.container {
    width: 1000px;
    margin: 0 auto;
}


/*导航*/
.navli {
    width: 147px;
    height: 61px;
    padding-right: 2px;
    position: relative;
    float: left;
}
.libg{
    background-image: url(nav_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;

}
.lia{
    display: block;
    width: 100%;
    height: 50px;
}
.navimg{
    display: block;
    float: left;
    margin-left: 12px;
    margin-top: 10px;
    cursor: pointer;
}
.navt{
    display: block;
    height: 50px;
    float: left;
    line-height: 40px;
    margin-left: 6px;
    font-weight: bold;
    color: #0b5baa;
    cursor: pointer;
}
.subnav{
    width: 1000px;
    height: 340px;
    border: 3px solid #0054a7;
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    top: 61px;
	margin-top:0px;
}
/*导航结束*/



/*---- 图片新闻— ----*/

.section-focus-pic{  height:290px;width:490px;overflow:hidden;position:relative;}
.section-focus-pic ul li{position:absolute;top:0;left:490px;width:490px;height:290px;}
.section-focus-pic ul li h3{position:absolute;bottom:11px;left:0;width: 325px;font-weight:normal;color:#FFF;margin-left: 20px;z-index: 2;font-size: 18px; font-family:"微软雅黑";}
.section-focus-pic ul li div{position:absolute;bottom:0;left:0;height:50px;background-color:#000;width:490px;opacity: 0.6;filter: alpha(opacity=60);}
.section-focus-pic .pages{width:490px;height:290px;}
.section-focus-pic .controler{position:absolute;bottom:20px;right:20px;}
.section-focus-pic .controler b{cursor:pointer;width:20px;height:10px;display:block;overflow:hidden;text-indent:20px;background:url(news_index_icon.png) no-repeat -136px 3px; float:left;margin:0 0 0 5px;}
.section-focus-pic .controler b.down{background-position:-161px 1px;}
.section-focus-pic .controler2 a{display:block; width:40px;position:absolute;top:120px;height:40px;}
.section-focus-pic .controler2 a i{cursor:pointer;display:block;width:22px;height:34px; background:url(star.png) no-repeat;}
.section-focus-pic .controler2 .prev{left:5px;}
.section-focus-pic .controler2 .prev i{background-position:-34px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='star_05.png');margin-left:5px;}
.section-focus-pic .controler2 .prev:hover i{left:10px;background-position:-34px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='star_03.png');}
.section-focus-pic .controler2 .next{right:10px;}
.section-focus-pic .controler2 .next i{background-position:-62px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='star_06.png');margin-left:10px;}
.section-focus-pic .controler2 .next:hover i{right:10px;background-position:-62px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='star_04.png');}
