﻿/* 通用初始化样式  START*/
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

html {
    color: #333;
    -webkit-text-size-adjust: none !important;
}

body,
button,
input,
pre,
select,
textarea {
    font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
    font-size: 12px;
    line-height: 150%
}

body {
    background-size: cover;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

small {
    font-size: 12px
}

ol,
ul {
    list-style: none outside none
}

li {
    vertical-align: top
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #02487c;
    cursor: pointer
}

a:focus {
    outline: 0;
    -moz-outline: 0;
    -webkit-outline: 0
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #333
}

fieldset,
img {
    border: 0 none
}

button,
input,
select,
textarea {
    font-size: 12px;
    vertical-align: middle;
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    vertical-align: top;
    border: 0
}

textarea {
    resize: none
}

:focus {
    outline: 0 none
}

.overflow {
    overflow: hidden
}

.hide {
    display: none
}

.disblock {
    display: block
}

.inlineBlock {
    display: inline-block
}

.positionRelative {
    position: relative;
}

.block {
    display: block
}

.inline {
    display: inline
}

.error {
    color: red;
    font-size: 12px
}

button {
    cursor: pointer
}

i {
    font-style: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

.wordwrap {
    word-break: break-all;
    word-wrap: break-word
}

pre.wordwrap {
    white-space: pre-wrap
}

.fl {
    float: left
}

.fr {
    float: right
}

input {
    border: 0
}

.hidden {
    overflow: hidden
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "."
}

.clearfix {
    display: block
}

.area {
    width: 1200px;
    margin: 0 auto;
    text-align: left
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.ellipsis {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.common-box {
    width: 1200px;
    margin: 0 auto;
    /* background: #fff;
  border-radius: 25px;
  padding-bottom: 20px; */
}

/* 通用初始化样式 END*/

/* 通用头 START */
.header {
    /* width: 1200px;
  margin: 0 auto; */
    user-select: none;
    height: 220px;
    background: url("./header-bg.png") no-repeat center center;

}

.header .common-box {
    position: relative;
    height: 220px;

}

.header .jf {
    display: block;
    float: right;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.header .jf span {
    margin-right: 10px;
}

.header .jf a {
    color: #333;
    margin: 0 10px;
    display: inline-block;
    line-height: 30px;
}

.header .jf a img {
    margin-top: 3px;
}

/* logo */
.header .title-logo {
    width: 600px;
    float: left;
    margin-left: 20px;
    margin-top: 40px;
    position: relative;
    top: 0;
    z-index: 9;
}

/* zww */
.header .title-logo-zww {
    float: right;
    margin-top: 40px;
    position: absolute;
    top: 30px;
    right: 67px;
    z-index: 10;
}

/* 二维码 */

.header .title-img-erweima {
    float: right;
    margin-top: 40px;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 10;
}

.header .title-img-erweima .title-img-weibo {
    margin-right: 60px;
    display: none;
}

.header .title-img-erweima .title-img-weibo.on {
    margin-right: 60px;
    display: block;
}

.header .title-img-erweima .title-img-weixin {
    margin-right: -20px;
    display: none;
}

.header .title-img-erweima .title-img-weixin.on {
    display: block;
}

.header .title-img-erweima img {
    width: 90px;
}

/* 搜索 */
.header .search {
    display: inline-block;
    width: 230px;
    height: 28px;
    font-size: 0;
    line-height: 28px;
    position: absolute;
    bottom: 28px;
    right: 0;
    z-index: 9;
    border: solid 1px #4cacf9;
    border-radius: 2px;
    background-color: #ffffff;
    margin-right: 10px;
}

.header .text {
    width: 180px;
    height: 100%;
    padding: 0 10px;
    border-right: solid 1px #4cacf9;
    font-size: 14px;
}

.header .btn {
    width: 29px;
    padding: 5px;
    box-sizing: border-box;
    height: 100%;
    background-size: cover;
    font-size: 16px;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    height: 28px;
    vertical-align: top;
}

.header .btn img {
    display: block;
    width: 100%;
    margin-top: 0 !important;
}

.header .header-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 511px;
    z-index: 0;
}

.header .header-bg img {
    display: block;
}

.nav-box {
    background: #ededed;
}

.nav-box .nav {
    height: 50px;
}

.nav-box .nav li {
    float: left;
}

.nav-box .nav-icon {
    display: inline-block;
    margin-right: 8px;
    width: 28px;
    height: 28px;
    background: pink;
    vertical-align: sub;
    background: url('./nav-icons.png') no-repeat;
    background-position-x: 0;
}

.nav-box .nav li:nth-child(1) .nav-icon {
    background-position-x: 0;
}

.nav-box .nav li:nth-child(2) .nav-icon {
    background-position-x: -31px;
}

.nav-box .nav li:nth-child(3) .nav-icon {
    background-position-x: -63px;
}

.nav-box .nav li:nth-child(4) .nav-icon {
    background-position-x: -103px;
}

.nav-box .nav li:nth-child(5) .nav-icon {
    background-position-x: -140px;
}

.nav-box .nav li:nth-child(6) .nav-icon {
    background-position-x: -176px;
}

.nav-box .nav a {
    display: block;
    color: #005392;
    font-size: 20px;
    font-weight: 900;
    line-height: 50px;
    /* padding: 0 30px; */
    width: 200px;
    text-align: center;
}

.nav-box .nav a:hover {
    color: #d30000;
}

.nav-box .nav a:hover .nav-icon {
    background-position-y: 100%;
}

.nav-box .nav li.active a {
    color: #d30000;
}

.nav-box .nav li.active a .nav-icon {
    background-position-y: 100%;
}

/* 导航下拉打开 */
.nav-down {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.nav-down .nav-down-item {
    position: absolute;
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 24px;
    background: #f9faf4;
    border-top: none;
    z-index: 5;
}

/* 领导介绍 */
.leader-introduction {
    float: left;
    padding: 0 24px;
    width: 300px;
    border-right: 1px solid #dbdbdb;
}

.leader-introduction-body {
    padding: 10px 0;
}

.leader-introduction-body li {
    position: relative;
    padding: 2px 0 2px 14px;
    line-height: 24px;
    font-size: 14px;
    color: #303030;
}

.leader-introduction-body li:before,
.zwgk-block ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #000;
    vertical-align: top;
}

.leader-introduction-body li span {
    font-weight: bold;
}

/* 政务公开 下拉 中部 */
.zwgk-title {
    font-size: 16px;
    font-weight: bold;
    color: #d30000;
}

.zwgk-title:before {
    content: '';
    display: inline-block;
    margin: 2px 12px 0 0;
    width: 3px;
    height: 16px;
    background: #eb5b38;
    vertical-align: top;
}

/* 政务公开 下拉 右侧领导活动 */
.zwgk-block {
    padding-left: 20px;
    font-size: 14px;
    color: #303030;
}

.zwgk-block ul {
    padding: 10px 0;
}

.zwgk-block ul li {
    position: relative;
    display: inline-block;
    padding: 2px 0 2px 14px;
    margin-right: 15px;
    line-height: 24px;
    font-size: 14px;
}

/* 领导活动列表    */
.leader-action {
    padding-left: 50px;
    float: left;
    width: 390px;
}

.leader-action .leader-btns li {
    padding: 0 13px 13px 0;
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.leader-action .leader-btns li a {
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background: #0088b4;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

/* 棰嗗娲诲姩鍒楄〃 */
.nav-down .nav-list li {
    margin: 10px auto;
    font-size: 14px;
}

.nav-down .nav-list li::before {
    content: '';
    display: inline-block;
    margin: 6px 6px 0 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    vertical-align: top;
}

.nav-down .nav-list li a {
    margin-right: 20px;
    display: inline-block;
    width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.nav-down .nav-list li .date {
    display: inline-block;
    vertical-align: top;
}

/* 政务服务 块 */
.zwfw-block {
    float: left;
    width: 560px;
    border-right: 1px solid #dbdbdb;
}

.zwfw-block:last-child {
    padding-left: 20px;
    border-right: none;
}

.services-btns li {
    padding: 0 13px 13px 0;
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.services-btns li a {
    display: inline-block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    background: #0088b4;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

/* 选项卡 */
/* .nav-tab {
     margin-top: 15px; 
} */

.nav-tab li {
    float: left;
    height: 20px;
    line-height: 15px;
    padding-right: 10px;
    font-size: 16px;
    color: #323232;
    border-top: none;
    text-align: center;
    cursor: pointer;
}

.nav-tab li:before {
    content: '';
    display: inline-block;
    margin: 0px 12px 0 0;
    width: 3px;
    height: 16px;
    background: #8d8381;
    vertical-align: top;
}

.nav-tab li.selected {
    color: #000;
    font-weight: bold;
}

.nav-tab li.selected:before {
    background: #eb5b38;
}

.nav-down .zwfw-block .nav-list li a {
    width: 420px;
}

/* 政民互动 */
.nav-down-zmhd li {
    padding: 0 110px 16px 110px;
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.nav-down-zmhd li a {
    display: inline-block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    background: #3ab6cc;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

/* 专题专栏 */
.ztzl-block-left {
    padding-right: 10px;
    float: left;
    width: 66%;
    border-right: 1px solid #dbdbdb;
}

.ztzl-block-right {
    padding-left: 10px;
    float: left;
    width: 32%;
}

.ztzl-btns {
    padding-top: 14px;
}

.ztzl-btns li {
    padding: 0 10px 16px;
    box-sizing: border-box;
    width: 380px;
    float: left;
}

.ztzl-btns li a {
    display: inline-block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    background: #3ab6cc;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

.ztzl-btns li a img {
    width: 100%;
    height: 80px;
}

.nav-down-ztzl .zwgk-title {
    margin-left: 10px;
}


/* 通用头END */

/* 通用中心样式 START*/

.content {
    position: relative;
    margin-top: 10px;
    padding-bottom: 20px;
}

.common-box .current-location {
    background: #c6dcf4;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
    padding-left: 20px;
}

.common-box .current-location span:nth-of-type(3) {
    color: #0163d1;
    font-weight: bold;
}

.fixed-img {
    display: none;
    position: fixed;
    width: 88px;
    right: 10px;
    bottom: 150px;
    text-align: center;
    z-index: 999;
}

.fixed-img li {
    height: 80px;
    font-size: 13px;
    color: #797979;
    cursor: pointer;
}

.fixed-img li a {
    color: inherit;
}

.fixed-ewm-box {
    position: fixed;
    right: 90px;
    bottom: 220px;
    width: 130px;
    height: 130px;
    z-index: 100;
    display: none;
}

.fixed-ewm-box img {
    width: 100%;
    height: 100%;
}

/* 通用中心样式 END*/

/* 通用底部样式 START*/

.footer {
    background: #1d6cb7;
    /* padding: 20px 0; */
    /* border-top: solid 4px #3895ff; */
    height: 150px;
    overflow: hidden;
}

.common-footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.footer-text {
    padding: 30px 0 30px 45px;
}

.footer-text .footer-item {
    width: 710px;
    float: left;
    padding: 0 20px;
}

.footer-item li {
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}

.footer-item li a {
    margin: 0 20px;
    color: #fff;
}

.footer-item li span {
    margin-right: 10px;
}

.footer-item li a:hover {
    color: #d30000;
}

.footer-item li img {
    display: inline-block;
    width: 20px;
    margin-top: 4px;
}

.footer-item-l {
    float: left;
    padding: 0 18px;

    /* position: relative;
  top: -10px; */
}

.footer-item-l .footer-icon1 {
    display: inline-block;
    height: 62px;
    margin-left: 10px;
}

.footer-item-l .footer-icon2 {
    margin-top: 5px;
    height: 52px;
}


/* 通用底部样式 END*/