@charset "utf-8";
/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #2d8fff;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
    /*background: #fff url(../../images/fkxxgzbdgqfyyq_images/head.jpg) center top no-repeat;*/
}
.wrap{
	background: #fff url(../../images/fkxxgzbdgqfyyq_images/head.jpg) center top no-repeat;
}
.inner, .content, .links, .copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header h1 a {
    display: block;
    height: 700px;
}
/* grid p1 */

.headline{ 
    width:1200px;  
    overflow:hidden; 
    margin:30px 0px 50px 0px;
}
.headline h3{
    display: block;
    width:74px;
    height: 29px;
    float: left;
}
.headline .bd{ 
    padding:0px 10px 0px 120px ;   
}
.headline .bd ul{ 
    overflow:hidden; 
    zoom:1; 
}
.headline .bd ul li{ 
    margin:0 8px; 
    float:left; 
    _display:inline; 
    overflow:hidden; 
    text-align:center;  
    position:relative; 
}
.headline .bd ul li a{
    font-size: 20px;
    font-weight: bold;
    color: #004488;
    display: block;
    padding: 0px 20px;
}

.headline .bd ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background-color: #ddd;
    border-radius: 100px;
}

.w380{
    width:380px;
}
.mr20{
    margin-right: 20px;
}
.t1{
    width:380px;
    height: 48px;
    margin-bottom: 20px;
    background: url(../../images/fkxxgzbdgqfyyq_images/bt.jpg) center top no-repeat;
}
.t1 b:before, .t1 b:after{
    display: none;
}
.t1 b {
    padding:0px 10px;   
}
.t1 b a{
    color: #fff;
    line-height: 48px;
}
.t1 i{
    width:48px;
    height: 48px;
    float: left;
    margin-left: 20px;
    display: block;
    background-image:url(../../images/fkxxgzbdgqfyyq_images/icons.png);
    background-repeat:no-repeat;
}
.t1 i.s1{
    background-position:0px 0px;
}
.t1 i.s2{
    background-position:-48px 0px;
}
.t1 i.s3{
    background-position:-96px 0px;
}
.list-t li.top{
    margin:28px 0px;
}
.list-t li.top img{
    width:150px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-left:-20px;
}
.list-t li.top h4{
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
}
.list-t li.top p{
    line-height: 30px;
    color: #aaa;
}
.list-t .top:before{
    display: none;
}
/* 底部 */

.footer {
	margin-top:30px;
	
    border-top: 2px solid #37e;
    padding: 20px 0;
    background-color: #eee;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    width: 18%;
    float: left;
    margin:0 1% 20px 1%;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(../../images/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: -5px;
    right: 10px;
    bottom: 40px;
    width:225px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    z-index: 999;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright {
    line-height: 32px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
}

.gov {
    position: absolute;
    top: 70%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 70%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}
