﻿@charset "utf-8";
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,button,textarea,table,tbody,tfoot,thead,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
	margin: 0;
	padding: 0;
	outline: 0;
	background: transparent;
}
.mainShareDiv_24{display:none !important;}
article,aside,dialog,figure,footer,header,hgroup,nav,section {
	display: block;
}
body,button,input,select,textarea {
    font: 12px/1.5 arial;
    font-family: "Microsoft YaHei","SimHei";
}
body{
    background-color: #fff;
}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {
	font-size: 100%;
}
address,cite,dfn,em,var {
	font-style: normal;
}
code,kbd,pre,samp {
	font-family: courier new,courier,monospace;
}
small {
	font-size: 12px;
}
ul,ol,li {
	list-style: none;
}
img {
	border: none;
}
a {
	outline: thin none;
    text-decoration: none;
    color:#000;
}
a:hover {
    color: #cc0606;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
   zoom: 1;
}

/*公共头部*/
.header{
    width: 100%;
    background: url("../images/banner.png") no-repeat;
    background-size: 100% 100%;
}
.header_top{
    width: 100%;
    padding: 7px 0;
    background: url("../images/header_top.png") no-repeat;
    background-size: 100% 100%;
}
.h_t{
    width: 1200px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
}
.ht_left{
    float: left;
    overflow: hidden;
}
.ht_left p{
    float: left;
}
.ht_left div{
    float: left;
    margin-left: 10px;
}
#weather{
    margin-top: -2px;
}
.ht_right{
    float: right;
}
.ht_right a{
    color: #fff;
}
.ht_right a:hover{
    color: #cc0606;
}
.header_main{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    width: 54%;
    padding: 60px 0;
    margin: 0 auto;
}
.logo a{
    display: block;
}
.logo a img{
    width: 100%;
}
.header_seek{
    width: 64%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.seek{
    width: 100%;
    background: url("../images/seek.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
.seek input{
    display: block;
    width: 100%;
    text-indent: 20px;
    color: #666666;
    padding: 20px 0;
    border: none;
    outline: none;
    background: none;
    margin: 0 auto;
}
.seek div{
    width: 10%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.seek div img{
    width: 40%;
    margin-top: 12px;
}
.header_bottom{
    width: 100%;
    padding-bottom: 10px;
    background: url("../images/header_nav.png") no-repeat;
    background-size: 100% 10px;
    background-position: 0 100%;
}
.header_nav{
    width: 1200px;
    margin: 0 auto;
    background: url("../images/nav.png") no-repeat;
    background-size: 100% auto;
    background-position: 0 100%;
}
.header_nav ul{
    width: 100%;
    overflow: hidden;
}
.header_nav ul li{
    float: left;
    width: 20%;
    position: relative;
}
.header_nav ul li a{
    display: block;
    width: 56%;
    font-size: 22px;
    text-align: right;
    color: #015293;
    overflow: hidden;
    margin: 0 auto;
    padding: 12px 5px 12px 0;
    position: relative;
    transition: all 0.4s linear;
}
.header_nav ul li.nav_li1 a{
    background: url("../images/nav_1.png") no-repeat;
    background-position: 36% 50%;
}
.header_nav ul li.nav_li2 a{
    background: url("../images/nav_2.png") no-repeat;
    background-position: 15% 54%;
}
.header_nav ul li.nav_li3 a{
    background: url("../images/nav_3.png") no-repeat;
    background-position: 15% 50%;
}
.header_nav ul li.nav_li4 a{
    background: url("../images/nav_4.png") no-repeat;
    background-position: 15% 52%;
}
.header_nav ul li.nav_li5 a{
    background: url("../images/nav_5.png") no-repeat;
    background-position: 15% 54%;
}
.header_nav ul li a span{
    display: none;
    width: 92%;
    height: 5px;
    background-color: #cc0606;
    position: absolute;
    bottom: -1px;
    left: 6%;
}
.header_nav ul li.nav_li1 a span{
    width: 80%;
    left: 20%;
}
.header_nav ul li a:hover{
    color: #cc0606;
}
.header_nav ul li.nav_li1 a:hover{
    background: url("../images/hover_nav1.png") no-repeat;
    background-position: 36% 50%;
}
.header_nav ul li.nav_li2 a:hover{
    background: url("../images/hover_nav2.png") no-repeat;
    background-position: 15% 54%;
}
.header_nav ul li.nav_li3 a:hover{
    background: url("../images/hover_nav3.png") no-repeat;
    background-position: 15% 50%;
}
.header_nav ul li.nav_li4 a:hover{
    background: url("../images/hover_nav4.png") no-repeat;
    background-position: 15% 52%;
}
.header_nav ul li.nav_li5 a:hover{
    background: url("../images/hover_nav5.png") no-repeat;
    background-position: 15% 54%;
}
.header_nav ul li a:hover span{
    display: block;
}
.header_nav ul li>p{
    width: 1px;
    height: 34%;
    background-color: #a9c4da;
    position: absolute;
    top: 33%;
    right: 0;
}
/*公共中部*/
.container{
    width: 1200px;
    margin: 0 auto;
}
/*公共侧边栏*/
.fixed{
    font-size: 12px;
    background-color: #f9f9f9;
    position: fixed;
    top: 60%;
    right: 5px;
}
.fixed ul{
    width: 60px;
}
.fixed ul li{
    width: 100%;
    height: 80px;
    text-align: center;
    border: 1px solid #dee9f0;
}
.fixed ul li.f_li2{
    border-top: none;
}
.fixed ul li.f_li3{
    border-top: none;
    border-bottom: none;
}
.fixed ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.fixed ul li a img{
    margin-top: 20px;
    transition: all 0.4s linear;
}
.fixed ul li.f_li3 a img{
    margin-top: 14px;
}
.fixed ul li a:hover img{
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.fixed div{
    width: 100%;
    text-align: center;
    padding: 2px 0;
    background-color: #3173a7;
    border: 1px solid #3173a7;
    cursor: pointer;
}
/*公共尾部*/
.footer{
    width: 100%;
    background-color: #015293;
}
.related{
    width: 100%;
    background-color: #015293;
}
.related_main{
    width: 1200px;
    margin: 0 auto;
}
.related_top{
    width: 100%;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    padding: 7px 0;
}
.related_top>p{
    float: left;
    padding: 0 10px;
}
.related_top ul{
    float: left;
    overflow: hidden;
}
.related_top ul li{
    float: left;
    margin-left: 100px;
    overflow: hidden;
    cursor: pointer;
}
.related_top ul li p{
    float: left;
    padding: 0 10px;
}
.related_top ul li img{
    display: block;
    float: left;
    margin-top: 8px;
    transition: all 0.4s linear;
}
.related_bottom{
    width: 100%;
    padding: 10px 0;
}
.related_bottom div{
    display: none;
    width: 82%;
    margin: 0 auto;
}
.related_bottom div a{
    display: inline-block;
    color: #fff;
    padding: 2px 5px;
}
.footer_xian{
    width: 100%;
    height: 1px;
    background-color: #3c76af;
}
.footer_main{
    width: 1200px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.footer_left{
    float: left;
    width: 76%;
    margin-left: 10px;
}
.footer_left p{
    padding-bottom: 7px;
}
.footer_left p a{
    color:#fff;
}
.footer_left p.f_l_p{
    padding-bottom: 15px;
}
.footer_left p.f_l_p a{
    color: #fff;
}
.footer_left p.f_l_p a:hover{
    color: #cc0606;
}
.footer_right{
    width: 20%;
    float: right;
    overflow: hidden;
}
.footer_right a{
    display: block;
    float: left;
}
.footer_right a.f_r_a1{
    margin-top: 7px;
    margin-right: 26px;
}

/*当前位置*/
.crumbs{
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    padding: 16px 0 6px;
    border-bottom: 1px solid #cecece;
}
.crumbs img{
    display: inline-block;
    margin-bottom: -1px;
}
.crumbs span{
    display: inline-block;
    margin-left: 5px;
}
.crumbs a{
    display: inline-block;
    margin-left: 5px;
}

/*公共title*/
.list_title{
    width: 100%;
    overflow: hidden;
}
.list_title p{
    float: left;
    padding: 3px 10px 13px;
    font-size: 22px;
    cursor: pointer;
}
.list_title p.on{
    color: #fff;
    background: url("../images/list_title.png") no-repeat;
    background-size: 100% 100%;
}
.list_title div{
    float: right;
    font-size: 16px;
    margin-top: 8px;
}
.list_title div a{
    display: none;
    color: #a9a9a9;
}
.list_title div a.on{
    display: block;
}
.list_title div a:hover{
    color: #cc0606;
}

.title{
    width: 100%;
    height: 36px;
    position: relative;
}
.title p{
    font-size: 22px;
    color: #225d95;
    padding-right: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.title p i{
    display: block;
    width: 4px;
    height: 56%;
    background-color: #d7d7d7;
    position: absolute;
    top: 24%;
    right: 0;
}
.title span{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
}
.title a{
    display: block;
    font-size: 16px;
    color: #a9a9a9;
    padding-left: 15px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 10;
}
.title a:hover{
    color: #cc0606;
}

/*分页样式*/
/*-------------------------------------------------------------------*/
#page_div{
    width: 80%;
    margin: 1em auto;
    text-align: center;
}
.pagination-index,
.pagination-num{
    border: 1px solid #bfbfbf;
    margin: 0.2em;
    padding: 0.7em;
    display: inline-block;
    border-radius: 3px;
    color: #000;
}
.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover{
    background: #015293;
    color: white;
}
.pagination-last{
    margin-left: 100px;
}
.pagination-last>span{
    margin: 0.5em;
}
.pagination-last>input{
    width: 2em;
    height: 1.3em;
    text-align: center;
}

/*政民互动*/
.border{
    width: auto;
}
.hd_nav > .active{
    background-color: #015293;
}
.hd_list > .title > div{
    color: #015293;
}
.hd_search .xjcx{
    color: #015293;
}
.hd_wyxx .hd_nav{
    border-bottom: 1px solid #015293;
}
#page_div .currentIndex{
    background-color: #015293;
    border: 1px solid #015293;
}
.hd_search .btn-info,
.hd_search .btn-info:hover{
    background-color: #015293;
}
.hd_wyxx .yzm > div > a{
    background-color: #015293;
}
.hd_wyxx .tijiao > button{
    background-color: #015293;
}
.hd_btn > input{
    background-color: #015293;
}
.zj-my-com,
.my-com-rt input.submit-btn{
    background-color: #015293;
}
.hd_yjlb_title > span{
    border-bottom: 2px solid #015293;
}

/* ios */
@media (max-width: 760px) {
    .header{
        background-size: auto;
    }
    .h_t{
        width: 100%;
    }
    .ht_left{
        float: none;
        width: 50%;
        font-size: 12px;
        margin: 0 auto;
    }
    .ht_left div{
        margin-left: 0;
    }
    .ht_right{
        display: none;
    }
    .header_main{
        width: 100%;
    }
    .header_nav{
        width: 100%;
    }
    .logo{
        width: 80%;
        padding: 20px 0;
    }
    .header_seek{
        width: 86%;
        padding-bottom: 30px;
    }
    .seek input{
        padding: 10px 0;
    }
    .header_bottom{
        background: none;
        padding: 0;
    }
    .header_nav ul li{
        width: 49.8%;
        padding: 0;
        background-color: #fff;
    }
    .header_nav ul li.nav_li1{
        width: 100%;
    }
    .header_nav ul li>p{
        display: none;
    }
    .header_nav ul li a{
        width: 100%;
        font-size: 18px;
        text-align: center;
        text-indent: 15px;
        padding: 10px 0;
    }
    .header_nav ul li.nav_li1{
        border-bottom: 1px solid #ccc;
    }
    .header_nav ul li.nav_li2,
    .header_nav ul li.nav_li4{
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .header_nav ul li.nav_li3,
    .header_nav ul li.nav_li5{
        border-bottom: 1px solid #ccc;
    }
    .header_nav ul li a span,
    .header_nav ul li.nav_li1 a span{
        width: 100%;
        left: 0;
    }
    .container{
        width: 100%;
    }
    .fixed,
    .related_main,
    .footer_xian{
        display: none;
    }
    .footer_main{
        width: 100%;
        text-align: center;
    }
    .footer_left{
        width: 100%;
    }
    .footer_right{
        display: none;
    }
    .list_title p{
        font-size: 16px;
        padding: 2px 5px 8px;
    }
    .list_title div{
        font-size: 12px;
        margin-top: 4px;
    }
    .title p{
        font-size: 18px;
        top: 4px;
        padding-right: 10px;
    }
    .title a {
        font-size: 12px;
        padding-left: 10px;
        top: 9px;
    }
    .pagination-last{
        margin-left: 0;
    }
    #page_div{
        width: 86%;
    }
}