﻿@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;
}
/* Public */

body {
    min-width: 1200px;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
  
    -webkit-text-size-adjust: none;
  
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #e00;
    text-decoration: underline;
}
.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%;
}
pre {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    white-space: pre-wrap;
    word-wrap: break-word;
}
.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 {
    clear: both;
    width: 1200px;
    margin: 0 auto;
}

.siteWidth1 {
    clear: both;
    width: 1200px;
	 height: 345px;
	background:#FFF;
    margin: 10px auto;
}



/* 站群导航-公共 */
#siteLast{position: relative;}
#siteLast dt {cursor: pointer;}
#siteLast dd{display:none; width:900px; position:absolute;  background:#fff; text-align:left; color:#333; max-height:500px;z-index:9999; overflow:auto; padding:10px; top: 50px; right: 0;}
#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 table{border-collapse: collapse;border-spacing: 0; font-size:12px; width:100%}
#siteLast dd table td{padding-top:10px; padding-bottom:10px; overflow:hidden}
#siteLast dd table .tdlab{width:90px; text-align:right; padding-right:20px; vertical-align:middle; line-height:26px; font-weight:bold; }
#siteLast dd ul{overflow:hidden;}
#siteLast dd ul li{width:18%; margin-left:2%; float:left; height:26px; line-height:26px; overflow:hidden;font-size:12px;}
#siteLast dd ul li a{color:#333}
#siteLast dd ul li a:hover{color:#c00;}
#siteLast dd table.up{background:#f7f7f7}
#siteLast.on dd{display:block;}

/* 顶部 */

#top {
    position: relative;
    z-index: 5;
    height: 32px;
    line-height: 32px;
    background-color: #4c535b;
    color: #8d8d8d;
}
#top .date {
    float: left;
	color:#fff
}
#top .links {
    float: right;
}
#top .links .on dt {
    color: #ccc;
}
#top .links .on dd {
    display: block;
}
#top .links dl {
    position: relative;
    float: left;
    color:#fff;    padding: 0 5px;
}
#top .links dl dt a{

    color:#fff;
}

#top .links dd {
    clear: both;
    display: none;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 50px;
    margin-right: -54px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
#top .links dd img {
    width: 100px;
    height: 100px;
}
#top .links dd i {
    z-index: 8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
#top .links .wx dt {
       background:none;padding: 0 10px 0 0;

}
#top .links .wb dt {
    background-position: 5px -68px;
}
#top .links .wb a {
    color: #999;
}
#top .links .on dt, #top .links .wb a:hover {
    color: #ccc;
}
#top .links .site dt {
    background-position: 5px -100px;
}
#top .links .site dd {
    padding: 10px 10px 10px 20px;
    margin: 0;
    width: 600px;
    top: 32px;
    right: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
}
#top .links .site dd i {
    display: none
}
#top .links .site ul {
    overflow: hidden
}
#top .links .site li {
    float: left;
    width: 180px;
    color: #666;
    
    text-align: left;
}
#top .links .site li a {
    display: block;
    padding-left: 10px;
}
#top .links #siteLast.on dt {
    background-color: #fff;
    color: #999;
}
/*头部 */

#header {
    box-shadow: inset 0 -3px 5px rgba(0, 0, 0, .1);
    height: 118px;
 background-image: url(../img/header_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 3;
}
#header .siteWidth {
    position: relative;
}
#header .logo {
    width: 520px;
    overflow: hidden;
    position: absolute;
    left: 0;
   
    text-align: left;
}
#header .logo img {
    max-width: 520px;
    max-height: 125px;
}
#header .link {
    position: absolute;
    right: 0;
    top: 25px;
    color: #ccc;
}
#header .link a {
    padding: 0 5px;
    cursor: pointer;
    color: #fff;
}
.s-form {
    position: absolute;
    right: 5px;
    top: 68px;
    width: 195px;
    height: 30px;
    overflow: hidden;
    background-color: #e2f1ff;
    border-radius: 30px;
}
.s-form .select-box {
    display: none
}
.s-form .input-box {
    float: left;
}
.s-form .input-box input {
    display: block;
    width: 140px;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    background: none;
    border: none;
    color: #666;
    font-size: 12px;
    outline: none;
}
.s-form .btn-box {
    float: left;
}
.s-form .btn-box .btn {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: url("../img/ico3.png") no-repeat 5px -138px;
    text-indent: -999px;
    overflow: hidden;
}
/*导航 */

.nav{background-color: #257BE6;}
.mainNav {
 
    zoom: 1;
    height: 50px;
    line-height: 50px;
    border-left: 0;
    border-right: 0;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}/*å¯¼èˆªèƒŒæ™¯*/
.mainNav * {
	zoom: 1;
	vertical-align: top;
}
.mainNav li {
	position: relative;  text-align: center;
  
}
.mainNav .li1 h5 a {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 118px;
	line-height: 14px;
	height: 14px;
}/*æ˜¾ç¤ºèŠ‚ç‚¹è‹±æ–‡å­—ç¬¦*/
.mainNav .li1 {
	float:left;
    z-index: 99;
}
.mainNav .on1 h5 a {
	color: #F00;
}
.mainNav ul {
	display: none;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 109px;

} /*ä¸‹æ‹‰èœå•ä½ç½®ã€å®½åº¦ã€è¾¹æ¡†*/
.mainNav a {
	display: block;
}
.mainNav li.spe {
	display: inline-block;
*display:inline;
	zoom: 1;
	color: #03813e;
	background-image: url(mainnav/m3_line.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 2px;
	text-indent: -9999em;
}/*åˆ†å‰²çº¿*/
.mainNav .h1 {
	display: inline-block;
*display:inline;
}
.mainNav .li1 .a1 {
	display: inline-block;
*display:inline;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	width: 109px;
}
.mainNav .hasUl1 .a1 {
	
}/*ä¸€çº§å¯¼èˆªä¸‰è§’å°å›¾æ ‡*/
.mainNav .on1 .a1 {
    color: #fff;
    background-color: #519FFF;	
}/*ä¸€çº§å¯¼èˆªé¼ æ ‡ç»è¿‡*/
.mainNav .ul1 {
	line-height: 20px;
}
.mainNav .li2 ul {
	top: 0px;
	left: 109px;
}/*äºŒçº§å¼¹å‡ºèœå•ä½ç½®*/
.mainNav .li2 h3 {
	background: rgba(51,153,255,0.8)!important;/*ç«ç‹é€æ˜Ž*/
	filter: Alpha(opacity=80);
	background: #3399ff; 
}
.mainNav .li2 a {
    border-bottom: 1px dotted #41b778;
    color: #FFF;
    position: relative;
    font-size: 14px;
    padding: 8px;
    font-weight: 400;
}/*äºŒçº§å¯¼èˆªå­—ä½“*/
.mainNav .li2 a:hover {
	color: #FF0;
}
.mainNav .last2 a {
	border-bottom-style: none;
}
.mainNav .last3 a {
	border-bottom-style: none;
}
.mainNav .last4 a {
	border-bottom-style: none;
}
.mainNav .hasUl2 .a2 {
	padding-right: 10px;
	background: url("mainnav/navIco_w_r.gif") right 14px no-repeat;
}
.mainNav .hasUl3 .a3 {
	padding-right: 10px;
	background: url("mainnav/navIco_w_r.gif") right 14px no-repeat;
}
/*内容区 */
/*导航 E*/
.content {
    width:1200px;
    padding: 20px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.content111 {
  
    padding: 20px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
#content {
    clear: both;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.column {
    overflow: hidden;
}
.side {
    width: 240px;
    float: left;
    margin-right: 20px;
}
.mainContent {
    overflow: hidden;
}
/*底部 */

/*底部 S*/

.footer {
   
    line-height: 24px;
    color: #fff;
    background: #a9b0b7;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    clear: both;
    height:150px;
}
.footer .links {
    padding: 20px;
    overflow: hidden;
}
.footer .links li {
    float: left;
    text-align: center;
    width: 16.66%;
}
.footer .links .pic { display: block; margin: 0 auto;}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .copyRight {
    font-size: 14x; margin-top: 50px;
}

/* 盒子 */

/*验证码*/

div.codeinp input[type=text] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 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: #0068B7;
    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: #077BD4;
}
/* 依申请、信访、咨询等通用 查询页样色 */

.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
}
/*--
颜色代码
#0068B7 深蓝色标题
#ddd 淡蓝色边框
--*/