﻿@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; }

/*头部 */
#header {box-shadow: inset 0 -3px 5px rgba(0, 0, 0, .1);height: 154px;background: url(../img/top_bg.jpg) no-repeat center top;position: relative;z-index: 11;}
#header .siteWidth { position: relative; }
#header .logo {/* width: 320px; */overflow: hidden;position: absolute;left: 0;top: 30px;text-align: left;}
#header .logo img {/* max-width: 275px; *//* max-height: 65px; */}
#header .links {position: absolute;right: 10px;top: 20px;z-index: 3;}
.links dl {float: right;padding: 0 5px;cursor: pointer;position: relative;}
.links dl dt { height: 30px; line-height: 30px; }
.links dl dt a {}
.links dd { clear: both; display: none; padding: 7px; background: #fff; position: absolute; right: 50%; top: 40px; 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); }
.links dd img { width: 100px; height: 100px; }
.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; }
.links .on dd { display: block; }

/* 站群导航-公共 */
#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; overflow: auto; padding: 10px }
#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; margin-right: -2% }
#siteLast dd ul li { width: 18%; margin-right: 2%; float: left; height: 26px; line-height: 26px; overflow: hidden }
#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; }

/* 站群导航-个性 */
#siteLast.on dt {font-weight: bold;}
#siteLast dd { color: #333; font-size: 12px; border: 3px solid #654e1a; right: 0px; left: auto; margin: 0px; position: absolute; top: 100%; }

/* 搜索 */
.s-form {position: absolute;right: 5px;top: 60px;height: 40px;background-color: #e4dfd8;border-radius: 4px;}
.s-form .select-box { display: none }
.s-form .input-box { float: left; }
.s-form .input-box input {display: block;width: 300px;height: 16px;line-height: 20px;padding: 10px;color: #666;font-size: 12px;outline: none;border: 2px solid #8d3244;}
.s-form .btn-box { float: right; }
.s-form .btn-box .btn {display: block;width: 70px;height: 40px;line-height: 40px;font-size: 16px;border: none;background: #8d3244;color: #fff;overflow: hidden;}
.s-form .btn-box .btn:hover { background: #a9977b; }
.s-hot-search { position: absolute; padding-top: 50px; z-index: -1; font-size: 12px; }

/*导航 */
.nav {position: relative;z-index: 4;height: 55px;line-height: 55px;background: url(../../base/img/nav_bg.png) repeat-x;}
.nav a:hover { text-decoration: none }
.nav ul .li1 {float: left;height: 46px;line-height: 46px;text-align: center;position: relative;z-index: 2;}
.nav ul li a { display: block; }
.nav ul li.li1 .h1 {}
.nav ul li.li1 .a1 {width: 120px;font-size: 16px;color: #fff;}
.nav ul li.on1 {}
.nav ul li.on1 .a1 {background: #7d0000;color: #fff;}
.nav ul li .ul1 {display: none;position: absolute;right: 21px;top: 45px;background: #8a0019;border: 1px solid #bcae97;border-top: none;filter: alpha(opacity=90);opacity: 0.9;box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);}
.nav ul li .ul1 li a {display: block;padding: 6px 5px;line-height: 24px;border-bottom: 1px solid #730015;}
.nav ul li .ul1 li a:hover {font-weight: bold;color: #ffffff;background: #710015;}

/*内容区 */
#content {clear: both;text-align: left;position: relative;z-index: 1;overflow: hidden;padding-bottom: 30px;}
.column { overflow: hidden; }
.side {width: 250px;float: left;margin-right: 20px;}
.mainContent { overflow: hidden; }

/*底部 */
#footer { clear: both; background: #8a0019; text-align: left; color: #fff; }
#footer .siteWidth {padding: 34px 0;text-align: center;}
#footer a { color: #fff; }
#footer .copyRight, #footer .footerNav { overflow: hidden; }
#footer .footerNav li { display: inline-block; *display: inline; zoom: 1; margin-right: 10px; }

/* 当前位置 */
.path {margin-bottom: 20px;padding: 2px 10px;/* border: 1px solid #eee; */height: 30px;line-height: 30px;color: #999;}
.path a, .path span { margin: 0 5px; color: #999 }
.path em { padding-left: 15px; background: url("../img/icon.png") no-repeat 0 -248px; }

/* 盒子 */
.box { }
.box .hd { height: 40px; line-height: 40px; background: url(../img/header-hd-bg.jpg) no-repeat right 0; }
.box .hd .more { float: right; margin-right: 10px; }
.box .hd h3 { float: left; padding-left: 20px; background: url(../img/header-hd-on.png) no-repeat 0 0; }
.box .hd h3 a { display: block; padding-right: 25px; background: url(../img/header-hd-on.png) no-repeat right -40px; font-size: 18px; color: #fff; }
.box .hd ul { border-left: 1px solid #c3c3c3; overflow: hidden; }
.box .hd li { float: left; padding-left: 20px; margin: 1px 0; height: 38px; line-height: 38px; background-color: #fff; }
.box .hd li span, .box .hd li a { display: block; padding-right: 25px; font-size: 18px; cursor: pointer; }
.box .hd li.on { margin: 0; height: 40px; line-height: 40px; background: url(../img/header-hd-on.png) no-repeat 0 0; }
.box .hd li.on span, .box .hd li.on a { background: url(../img/header-hd-on.png) no-repeat right -40px; color: #fff; }
.box .bd { padding-top: 20px; }

/*验证码*/
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: #6e5d45; 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: #a9977b; }

/* 依申请、信访、咨询等通用 查询页样色 */
.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 }

.siteWidth, .main, .footer, .fastlane, .sw, #ads { width: 1200px; margin: 0 auto; }

/*全局样式*/
.oldsite { float: right; width: 355px; line-height: 30px; text-align: right; padding-right: 50px; }
#top { height: 155px; background: url(images/top_bg.jpg) no-repeat center bottom; }
#content { background: #fff; padding: 0 10px; }
#logo { float: left; padding: 42px 0 0 2px; }
.siteSearch { float: right; width: 356px; margin: 35px 43px 0 0; position: relative; border: 2px #8d3244 solid; border-radius: 2px; }
.keyWord { width: 348px; background: #fff; border: 0; height: 32px; line-height: 32px; padding-left: 8px; color: #a4a4a4; }
.searchBtn { position: absolute; right: 0px; top: 0px; display: block; width: 68px; height: 34px; background: url(images/fdj.png) no-repeat center center #8d3244; }
#nav { background: url(images/nav_bg.png) repeat-x center; height: 46px; padding-bottom: 9px; }
.navBar { height: 46px; width: 1200px; margin: 0 auto; }
.mainNav { position: relative; z-index: 100; }
.mainNav .li1 {float: left;height: 45px;line-height: 45px;/* padding: 0 27px; */position: relative;}
.mainNav .li1.on1 { background: #770217; }
.mainNav .li1 a { color: #fff; font: 16px/45px "微软雅黑"; }
.mainNav .ul1 {background: #770217;display: none;left: 0;position: absolute;text-align: center;top: 45px;width: 118px;}
.mainNav .li2 ul { left: 100px; top: 0; }
.mainNav .li2 { padding: 0 5px; line-height: 28px; }
.mainNav .li2 h4 { border-bottom: 1px #851c2f solid; }
.mainNav .li2 a { color: #fff; padding: 0 6px; }
.mainNav .li2 .a2 {line-height: 24px;font-size: 14px;}
.part { overflow: hidden; }

/*footer*/
#footer {background: #8a0019;padding: 35px 0 62px 20px;text-align: center;height: 80px;}
.copyright, .total, .copyright a { color: #fff; font: 12px/26px "微软雅黑"; text-align: center; }
.total a { color: #fff; }
.total a:hover { color: #fff; }
.ftimg { float: right; margin-right: 175px; }
.total span { margin-right: 6px; }
#footer .siteWidth{ position:relative;}
#footer .sydw{ position:absolute; top:20px; left:60px}
#footer .wx{position:absolute;top: 0px;right:0;font-size: 12px;}
#footer .wx p{ padding-left:10px;line-height:30px}
#footer .wx img{ width:100px; height:100px;}

/*--颜色代码#416eb4 深蓝色标题#ddd 淡蓝色边框--*/

