/*
	css stylesheet for kjt website
	version 1.0
*/

/* css reset (base on YUI) */
html{color:#535353;}
body,div,dl,dt,dd,ul,li,h1,h2,h3,form,legend,input,button,textarea,select,p,th,td,header{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
img{border:none;}
button,em,option,select,textarea,th{font:inherit}
li{list-style:none}
h1,h2,h3,h4{font-size:100%;font-weight:400}

/*清除浮动*/
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

*{
    margin:0;
    padding: 0;

}

/* global */
body{color:#535353;font-family: Simsun,Microsoft YaHei,SimHei,Arial; height: 100%}
html:root body,html:root input,html:root button,html:root textarea,html:root select{font-family:Simsun}
a{color:#535353;text-decoration:none}
a:hover{text-decoration:underline}
.clr{clear:both}
.mt5{margin-top:5px}
.mr5{margin-right:5px}
.mt10{margin-top:10px}
.ml10{margin-left:10px}
.mr10{margin-right:10px}
.mt15{margin-top:15px}
.ml15{margin-left:15px}
.pt15{padding-top: 15px;}
.fl{float:left}
.fr{float:right}
.show{display:block}
.hide{display:none}
.bw{background-color:#FFF}
.posr{position:relative}
.posa{position:absolute}
.piclink,.piclink img{display:block}
.piclink p{text-align:center;margin:5px 0}
a.react{display:block;color:inherit;height:100%}
.mbox{width: 1002px; margin: 0 auto;}
.tc{ text-align: center;}
.wrap{width:900px;margin: 0 auto}
.wrap2{width:850px;margin: 0 auto; padding-left: 50px;}
/*hrader*/
.head .top{
    height: 423px;
    background: url("headbg.png") center no-repeat;
}
.head .top .ban{
    width: 650px;
    height: 65px;
    margin: 0 auto;
    padding-top: 240px;
}
.nav{
    width: 1280px;
    height: 45px;
    margin: 0 auto;
    background: url("navbg.png");
}
.head .nav ul li{
    float: left;
    height: 45px;
    margin-left: 50px;
    line-height: 45px;
}

.head .nav ul li a{
    font-family: "Microsoft Yahei";
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
}
 .head .nav ul li a:hover{
    color: #ffff99;
    text-decoration: none;
 }
/*hrader*/

/* footer */
.footer{
    background:url(www.fswater.gov.cnimages2012fot_bg.gif) #fff 0 0 repeat-x;
    height:260px;
    width:100%;
    overflow:hidden;
}
.f_warpper{
    width:1020px;
    margin:0 auto;
    position:relative;
}
.quick_li{
    position:absolute;
    top:18px;
    left:235px;
}
.quick_li li{
    float:left;
    display:inline;
    border-right:1px solid #5c5c5c;
    font-size:14px;
    height:16px;
    line-height:16px;
    padding:0 15px;
}
.quick_li li.cur{
    border:0;
}
.quick_li li a{
    color:#5c5c5c;
}
.quick_li li a:hover{
    color: #003399;
    text-decoration:none;
}
.bank1{
    background:url(www.fswater.gov.cnimages2012f_x.gif) 0 0 no-repeat;
    width:869px;
    height:4px;
    position:absolute;
    top:39px;
    left:110px;
}
.fk{
    position:absolute;
    left:420px;
    font-size:16px;
    top:50px;
    font-weight:bold;
}
.copyright{
    float:left;
    position:absolute;
    top:70px;
    font-size: 12px;
    line-height: 20px
}
 /*footer*/