﻿@charset "UTF-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/
/* Css Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    vertical-align: top;
    border: 0;
}
address, caption, cite, code, dfn, em, th, var, i {
    font-weight: normal;
    font-style: normal;
}
ol, ul, li {
    list-style: none;
}
div, dl, dt, dd, ol, ul, li {
    zoom: 1;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu, time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
pre {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* Public */
body {
    min-width: 1200px;
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    background: url(../img/ftbg.jpg) repeat-x bottom;
    background-color: #fffadb;
}
a {
    color: #000;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #E20500;
    text-decoration: none;
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: 10px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
*+html .clearfix {
    min-height: 1%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hide {
    display: none;
}
input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.siteWidth, #content {
    clear: both;
    width: 1200px;
    margin: 0 auto;
}
/*顶部 S*/
#header {
    height: 304px;
    position: relative;
    z-index: 3;
    background: url(../img/headerbg.jpg) repeat-x top;
}
#header .logo {
    text-align: left;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 1;
}
#header .logo img {
    max-height: 100px;
}
#header .siteWidth {
    height: 257px;
    position: relative;
    background: url(../img/banner.jpg) no-repeat center top;
}
#siteBox {
    position: absolute;
    top: 0px;
    right: 0;
}
#header dl {
    z-index: 2;
    float: right;
    margin-right: 10px;
    position: relative;
    color: #fff;
}
#header .sign dt,
#header .phone dt a {
    display: block;
    padding: 0 20px 0 20px;
    height: 20px;
    line-height: 20px;
    color: #666;
    border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-borderradius: 0px 0px 20px 20px;
    background-color: #a3def3;
}
#header .sign .spe {
    padding: 0 10px;
}
#header .phone dd {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -55px;
    padding: 5px;
    background-color: #fff;
}
#header .phone.on dd {
    display: block;
}
#header .site {
    z-index: 2;
    float: right;
    position: relative;
    color: #fff;
}
#header .site dt {
    padding: 0 20px 0 20px;
    height: 20px;
    line-height: 20px;
    color: #666;
    border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-borderradius: 0px 0px 20px 20px;
    background-color: #a3def3;
}
#header #siteLast.on dt {
    cursor: pointer;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-borderradius: 20px 20px 0px 0px;
}
#siteLast dd h3{ text-align:left; margin:0 10px; position:relative; font-size:14px; font-weight:bold; line-height:34px; display:block; overflow:hidden;}
#siteLast dd h3.h i{display:none;}
#siteLast dd h3 span{float:left; height:34px; line-height:34px; padding:0 15px 0 0; background:#ffffff; position:relative; z-index:2;}
#siteLast dd h3 i{ content:""; display:block; height:1px; line-height:0; font-size:0; background:#eeeeee; top:16px; right:0; width:100%; position:absolute; z-index:1;}
#siteLast dd {
    display: none;
    clear: both;
    background: #fff;
    color: #333;
    font-size: 12px;
    position: absolute;
    left: auto;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 15px;
    width: 1050px;
    max-height: 500px;
    line-height: 24px;
    overflow: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    text-align: left;
}
#siteLast dd table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#siteLast dd table td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    overflow: hidden;
}
#siteLast dd table .tdlab {
    width: 100px;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
    font-weight: bold;
}
#siteLast dd ul {
    overflow: hidden;
}
#siteLast dd ul li {
    width: 19.99%;
    float: left;
    overflow: hidden;
}
#siteLast dd ul li a {
    position: relative;
    float: left;
    padding-left: 10px;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
#siteLast dd ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}
#siteLast dd ul li a:hover {
    color: #c00;
}
#siteLast.on dd {
    display: block;
}
/* 搜索 */
.s-form {
    width: 241px;
    height: 30px;
    float: right;
    padding-top: 2px;
    overflow: hidden;
    position: absolute;
    bottom: 105px;
    right: 20px;
    z-index: 2;
    background: url(../img/searchBg.png) no-repeat;
}
.s-form .select-box {
    display: none
}
.s-form .input-box {
    float: left;
}
.s-form .input-box input {
    display: block;
    width: 167px;
    height: 26px;
    line-height: 26px;
    padding-left: 28px;
    background-color: transparent;
    border: none;
    color: #999;
    font-size: 12px;
    outline: none;
}
.s-form .btn-box {
    float: left;
}
.s-form .btn-box .btn {
    display: block;
    width: 40px;
    height: 28px;
    line-height: 28px;
    border: none;
    border-left: 0;
    background-color: transparent;
    text-align: center;
    outline: none;
    overflow: hidden;
    text-indent: 999px;
}


/* topTxt */
.topTxt { position: absolute; top:95px; left: 435px;}
.topTxt li { width: 470px; height: 84px; text-align: left;} 



/* 首页banner图切换 S*/
#indBanner {
    position: absolute;
    top: 0;
    left: 0;
    height: 257px;
    overflow: hidden;
}
#indBanner .bd .con {
    display: none;
}
#indBanner .bd li {
    position: relative;
    height: 257px;
}
#indBanner .prev, #indBanner .next {
   display: none;
}


#indBanner .hd {
    height: 14px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 0;
    display: none;
}
#indBanner .hd li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 3px;
    width: 14px;
    height: 14px;
    background: #ddd;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
#indBanner .hd li span {
    display: none;
}
#indBanner .hd .on {
    background: #1791c6;
}

/*顶部 E*/
.banner {
    width: 100%;
    text-align: center;
}
#content {
    text-align: left;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    overflow: hidden;
}
/*导航 */
.nav {
    height: 47px;
    margin: 0 auto;
    background: url(../img/navbg.jpg) repeat-x;
    line-height: 47px;
}
.mainNav {
    position: relative;
    height: 47px;
    line-height: 47px;
    width: 1200px;
    margin: 0 auto;
}
.nav a:hover {
    text-decoration: none
}
.nav .li1 {
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
}
.nav .a1 {
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    display: block;
    color: #fff;
}


.nav ul li.on1 a.a1 {
	font-weight: bold;
}
.nav ul li .ul1 {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 47px;
    z-index: 9999;
    background: #f9fcef;
    _overflow: hidden;
    border: 3px solid #d4810b;
    border-top: none;
    border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-borderradius: 0px 0px 20px 20px;
}
.nav .a2 {
    display: block;
    text-align: center;
    line-height: 24px;
    padding: 4px;
    overflow: hidden;
    border-bottom: 1px dotted #cca262;
    font-size: 13px;
    color: #333;
}

.nav a.a2:hover {
    color: #ff0000;
}

/*侧栏 */
.side {
    width: 240px;
    float: left;
    margin-right: 20px;
}
/*底部 */
#footer {
    clear: both;
    text-align: center;
    color: #333;
}
#footer .siteWidth {
    font-size: 14px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 100px;
    width: 1200px;
    background: url(../img/ftbgs.png) no-repeat bottom;
    position: relative;
}
#footer .links li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 5px;
}
#footer .copyRight {
    line-height: 28px;
}
#footer .ewm { position: absolute; right: 20px; top: 20px;}
#footer .ewm img { width: 110px; border: 4px solid #fff;}
/* 当前位置 */
.path {
    height: 30px;
    line-height: 30px;
    color: #999
}
.path a, .path span {
    margin: 0 5px;
    color: #999
}
/* goTop */
#goTop {
    position: fixed;
    display: none;
    _display: none !important;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px #9c9c9c;
    opacity: .9;
    background: rgba(0, 0, 0, .5);
}
#goTop::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    content: "";
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-style: dashed;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
}
/*验证码*/
div.codeinp input[type=text] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
}
/* 通用底部按钮 */
.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a, .bot button {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 5%;
    font-size: 16px;
    background: #f09a34;
    border: 0;
    color: #fff;
    margin: 0 2%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bot a:hover, .bot button:hover {
    text-decoration: none;
    background: #f09a34;
}
/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
    background: #fff;
    padding: 3% 0;
    width: 80%;
    margin: 30px auto;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}
.queryForm td {
    padding: 8px 0
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type=text] {
    width: 56%;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}
.queryForm .bot {
    text-align: left;
}
.queryForm .bot a {
    margin: 0
}
.queryForm .required strong {
    color: #f00;
    margin-right: 5px;
}
.queryForm .errorMessage {
    color: #f00;
}
.queryForm table {
    width: 100%;
    border: 0;
}
/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult {
    width: 80%;
    margin: 30px auto;
}
.queryResult .mainBox {
    margin-bottom: 50px;
}
.queryResult .tit h3 {
    text-align: center;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
}
.queryResult .tips {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    padding: 50px 0 20px 0;
}
.queryResult .number {
    font-weight: bold;
    color: #f00
}