﻿@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: 32px;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
}
body * {
    outline:none;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #067a39;
    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%;
}
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,.container {
    clear: both;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#wrap { min-width: 1200px; }
#header {position: relative; z-index: 1; }
#content { margin: 0 auto; clear: both; text-align: left;}

/*头部 */

/* topBar */
.topBar { width: 100%; height: 30px; background-color: #067a39; line-height: 30px; color: #fff; min-width: 1200px; font-size: 12px; z-index: 1; position: relative;}
.topBar a { color: #fff; }
.topBar span.top-date { float: left; }
.topBar .sign { float: right; *display: inline; }
.topBar .sign i { padding: 0 5px; }
.topBar .sign .top-links { float: right; }

.topBar .userLogged .spe { padding: 0 5px;}

.topBar dl {
    float: right;
    padding: 0 5px;
    cursor: pointer;
    color: #fff;
    position: relative;
}
.topBar .phone dt { padding: 0 10px;}
.topBar dl dt a {
    color: #fff;
}
.topBar .phone 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);
}
.topBar .phone dd img {
    width: 100px;
    height: 100px;
}
.topBar .phone 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;
}
.topBar .on dd {
    display: block;
}
/* 站群导航-公共 */
#siteLast{position: relative;}
#siteLast dt {cursor: pointer;}
#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:#fff; 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; width:1000px; position:absolute;  background:#fff; text-align:left; color:#333; max-height:500px; overflow:auto; overflow-x:hidden; 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 a{color:#333}
#siteLast dd a:hover{color:#c00;}
#siteLast dd table.up{background:#f7f7f7}
#siteLast.on dd{display:block;}

/* 站群导航-个性 */
#header .site { float: right; z-index: 9998;}
#header .site dt {color: #fff; overflow: hidden;}
#header .site dd {top: 30px;right: 0;border: 3px solid #067a39;}

.userlogincomment .hd .on {
    border-color: #067a39 !important;
}

.userlogincomment .hd .on a,.login-tip .registerlink a {
    color: #067a39 !important;
}

.loginBtn {
    background-color: #067a39 !important;
}
.loginBtn:hover {
    background-color: #025a2a !important;
}

.user-mainbox .hd h3, .user-mainbox .top h3 {
    color: #067a39 !important; border-color: #067a39 !important;
}

/* logoBar */
.logoBar { height: 90px; position: relative;}
.logoBar .logo { float: left; padding-top: 12px; width: 380px;}


/* navBar */
.navBar { float: right; width: 800px; }
.mainNav{ position:relative; height: 90px; width: 800px; }
.mainNav .li1{ float:left; width: 12.5%; *width: 12.4%;}
.mainNav .li1 .a1 { display: block; font-size: 16px; line-height:90px; text-align: center;}
.mainNav .hasUl1 .a1 { background: url(../img/menu-arrow.png) no-repeat 95% center; }
.mainNav li.on1 .a1 {color: #067a39;}
.mainNav .ul1 { position:absolute; top:90px; left: 0; height:auto; width:760px; min-height: 100px; _height: 100px;  text-align: left;display:none; background: #fff url(../img/sub-nav.jpg) no-repeat right bottom; border-top: 1px solid #067a39; padding:15px 20px; }
.mainNav li.last1 .ul1 { left: auto; right: 0; }
.mainNav .li2 { float: left; width: 20%; }
.mainNav .li2 .a2 { display:block; line-height: 30px; height: 30px; font-size: 14px; background: url(../img/icons-arrow.png) no-repeat left center; padding-left: 15px;}


/* 搜索 */
.searchBtns {display:block; float: right; width:30px; height:30px;background:#025a2a url(../img/search.png) no-repeat center;}
.s-form {
    display: none; width:252px; height:30px;padding:8px;position: absolute;right:0;top: 30px; background: #025a2a;
}
.s-form .select-box {
    display: none
}
.s-form .input-box {
    float: left;
}
.s-form .input-box input {
    background:#fff; float:left; width:190px; padding-left:12px; height:30px; line-height:30px; border:0;border-top-left-radius: 2px;border-bottom-left-radius: 2px; color:#999;outline: none;
}
.s-form .btn-box {
    float: right;
}
.s-form .btn-box .btn {
    display:block;float: right; width:50px; height:30px;cursor: pointer;background: #f3ad00;border:0;outline: none;text-align: center;color: #fff;
}



/* 版权 */
#footer { clear: both;  background: #525252;  color: #fff;  font-size: 12px; padding-top: 35px; }
#footer .blue { float: right; width: 290px; text-align: center; padding-top: 18px;}
#footer .blue a { padding: 0 10px; }

.footLogo { float: left; width: 400px; }
.footLogo img { max-width: 360px; padding-top: 10px; }

.footBox { width: 425px; border-left: 1px solid #666; border-right: 1px solid #666; float: left; padding: 0 40px; text-align: left; }
.footBox h3 { font-weight: bold; font-size: 14px; padding-bottom: 5px; }
.footBox .bd li { line-height: 24px; height: 24px; opacity: 0.7; filter: alpha(opacity=70); }
.footBox .bd i.spe {padding: 0 5px;}


.footLinkBox { border-top: 1px solid #646464; padding: 15px 0; margin-top: 45px; }
.friendLinks { float: left; padding-top: 10px; }
.friendLinks li { float: left; width: 160px; height: 30px; margin-right: 10px;}
.friendLinks li select { border: 1px solid #a9a9a9; height: 30px; line-height: 30px; margin-right: 10px; background: #525252; color: #fff; font-size: 12px; width:150px; }
.copyright { opacity: 0.7; filter: alpha(opacity=70); line-height: 22px; float: right; text-align: right; }
.copyright a { color: #fff;}

/* foot-tj */
.foot-tj { clear: both; opacity: 0.7; filter: alpha(opacity=70);  }
.foot-tj i.spe { padding: 0 10px; color: #bbcbe1; font-family: "宋体"; }



/*返回顶部*/
#gotop{ position:fixed; bottom:-70px; right:30px; width:40px; height:40px; background:url(../img/gotop.png) no-repeat center #9f9f9f; cursor:pointer;  transition:0.5s;   -moz-transition:0.5s;   -webkit-transition: 0.5s;   -o-transition:0.5s; _display:none;}
#gotop:hover{ background-color: #067a39; }

/* boxPage */
.boxPage { padding-bottom: 20px;}
.boxPage .hd a.more { float: right; font-size: 12px; }
.boxPage .bd { padding: 5px 3px 0; clear: both; }

/* box ---------------*/
.box .hd { border-bottom: 1px solid #d9d9d9; height: 60px; line-height: 60px;}
.box .hd h3 a { font-size: 24px; margin-right: 10px;}
.box .hd h3 span.Eng {  color: #999; font-size: 13px; }

.box-icons .icons-font li { float: left;  background-color: #61b089; text-align: center; margin-top: 20px;}
.box-icons .icons-font li.li2 { background-color: #a28bb8; float: right; }
.box-icons .icons-font li.li3 { background-color: #ce9d8f; }
.box-icons .icons-font li.li4 { background-color: #acb754; float: right; }
.box-icons .icons-font li a { display: block; position: relative; color: #fff; font-size: 18px; padding-top: 75px; width: 100%; height: 50px; }
.box-icons .icons-font li i { display: block; width: 100%; height: 46px; background: url(../img/icons-01.png) no-repeat center; position: absolute; left: 0; top: 22px; }
.box-icons .icons-font li.li2 i {  background: url(../img/icons-02.png) no-repeat center; height: 50px; top: 20px; }
.box-icons .icons-font li.li3 i {  background: url(../img/icons-03.png) no-repeat center; }
.box-icons .icons-font li.li4 i {  background: url(../img/icons-04.png) no-repeat center; height: 54px; top: 18px; }

.box-icons .icons-font li:hover i { -webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg); }

/* picList */
ul.picList li { float: left; width: 200px; margin-right: 20px; position: relative; }
ul.picList li .pic { margin-bottom: 5px; }
ul.picList li .pic,ul.picList li .pic img { width: 200px; height: 150px; }
ul.picList li .title { text-align: center; }

/* infoListA */
.infoListA li { height: 69px; border-bottom: 1px solid #d9d9d9; }
.infoListA li .title { background: url(../img/icon.png) no-repeat left center; padding-left: 12px; height: 44px; line-height: 44px; overflow: hidden; text-overflow: ellipsis; white-space: normal; }
.infoListA li span.date { color: #999; font-size: 12px; display: block; text-align: right; line-height: 14px; height: 14px;}

/* 图片经过效果 */
.pic a{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.pic a:hover{filter: alpha(opacity=80);opacity: .8;}
.pic a:before{content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.pic a:hover:before{left: 150%;transition: left 1s ease 0s}

.icons-font li i { -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s; }



/* path */
.path { height: 45px; line-height: 45px;  font-size: 12px; color: #999;}
.path em { padding-left: 45px; background: url(../img/icons-path.png) no-repeat 15px center; }
.path a,.path span { color: #666; }



/* 框架 */
.side { width: 22%; float: left; margin-right: 30px;}
.mainContent { overflow: hidden;}

/*验证码*/
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
}
/*--颜色代码#416eb4 深蓝色标题#ddd 淡蓝色边框--*/