
/*
    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: 15px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    background: #f0f0f0;
    width: 100%;
    overflow-x: hidden;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #008a82;
    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: 20px;
    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;
}
.wow { visibility: hidden; }
.wrap { max-width: 1920px; margin: 0 auto; background-color: #fff; position: relative; z-index: 0; }

/* 顶部 */
.topBar {
    float: right;
    width: 580px;
}
.topBar .a1,.topBar .spe,.topBar dl {
    float: left;
}
.topBar .menuBtn {
    display: none;
}
.topBar .a1 {
    cursor: pointer;
}
.topBar .spe {
    padding: 0 10px;
    color: #d1d1d1;
    font-size: 12px;
    font-family: "SimSun";
}
.topBar .links {
    line-height: 40px;
    float: right;
    font-size: 14px;
}
.topBar .links .on dt {
    color: #ccc;
}
.topBar .links .on dd {
    display: block;
}
.topBar .links dl {
    position: relative;
}
.topBar .links dt {
    cursor: pointer;
}
.topBar .links dd {
    clear: both;
    display: none;
    padding: 5px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 50px;
    margin-right: -55px;
    -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 .links dd img {
    width: 100px;
    height: 100px;
}
.topBar .links>dl>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 .links .on dt {
    color: #ccc;
}
.topBar .a2 { color: #118d5f; }
.topBar .userLogged a { float: left; }

.topBox { clear: both; padding-top: 20px; position: relative; min-width: 400px;}
.topBox .tel { float: right; background: url(../image/icons-tel.png) no-repeat left center; font-weight: bold; padding-left: 40px; font-size: 16px; margin-right: 60px; line-height: 20px; color: #52aa6d; }
.topBox .tel .p1 { width: 72px; }
.topBox .tel .p2 { font-size: 20px; }
.topBox .tel p {
  /*background-image: -moz-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%); 
  -webkit-background-clip:text;  color: transparent;
  color: #52aa6d\9;
  background-image: none\9;*/
}


.topBox .btn-link { margin-left: 15px; display: block; float: right; width: 110px; line-height: 40px; height: 40px; transition: all 0.5s; text-align: center; color: #fff; font-size: 18px; font-weight: bold; background-color: #ff8400; border-radius: 20px; }
.topBox .btn-link-2 { background-color: #45a563; }
.topBox .btn-link:hover { text-decoration: none; background-color: #229764; }


/* 搜索 */
.s-form {
    position: absolute;
    /*right: 250px; */
    right: 125px;
    top: 20px;
}
.s-form .btn {
    border: none;
    background: url(../image/icons-search.png) no-repeat center;
    width: 40px;
    height: 40px;
    font-size: 0;
    overflow: hidden;
    display: block;
    border-radius: 100%;
    outline: none;
}
.s-form .input-box {
    float: left;
    width: 0;
    overflow: hidden;
    margin-right: 5px;
    height: 40px;
}
#inputkeyword {
    height: 24px;
    line-height: 24px;
    padding: 8px 10px;
    width: 200px;
    background-color: #c7e2ac;
    border: none;
    outline: none;
    border-radius: 22px;
    position: relative;
}
.s-form .btn-box {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #1e9664;
    background-image: -moz-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
}
.s-form .dropdown-word { display: none !important; }

/*头部 */
#header {
    position: relative;
    z-index: 6;
    text-align: left;
}

.logoBox {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 135px;
}
.logoBox .logo {
    float: left;
    padding-top: 30px;
    max-width: 620px;
}
.logoBox .logo img {
    max-width: 620px;
}
/* 顶部注册登录 */
.topbar .links .userLogged {
    padding:0 8px;
    color:#fff;
}
.topbar .links .userLogged .spe {
    margin: 0 5px;
}

.userlogincomment .hd .on {
    border-color: #20885d !important;
}

.userlogincomment .hd .on a,.login-tip .registerlink a {
    color: #20885d !important;
}

.loginBtn {
    background-color: #20885d !important;
}
.loginBtn:hover {
    background-color: #10784d !important;
}

/*导航 */
.nav {
    position: relative;
    height: 60px;
    width: 100%;
    min-width: 1200px;
}
.nav:before {
    background-color:#309b65;
    background-image: -moz-linear-gradient( 180deg, rgba(0,136,90,0.8) 0%, rgba(157,204,108,0.8) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(0,136,90,0.8) 0%, rgba(157,204,108,0.8) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(0,136,90,0.8) 0%, rgba(157,204,108,0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 60px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: block;
    content: "";
}
.nav .mainNav {
    position: relative;
    z-index: 1;
}
.nav a:hover {
    text-decoration: none
}
.nav .li1 {
    float: left;
    width: 12%;
    text-align: center;
    position: relative;
}
.nav .li1 .a1 {
    display: block;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    position: relative;
    color: #fff;
}
.nav .li1 .a1::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -36px;
    height: 6px;
    background-color: #f3cb45;
    border-radius: 6px;
    width: 0;
    display: block;
    content: "";
    transition: all 0.5s;
}
.nav li.on1 .a1::after {
    width: 72px;    
}
.nav .ul1 {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    background: #fafafa;
}
.nav .ul1 li {
    border-bottom: 1px solid #e5e5e5;
}
.nav .ul1 li.last2 {
    border-bottom: none;
}
.nav .ul1 .a2 {
    display: block;
    line-height: 24px;
    padding: 6px;
    font-size: 14px;
}
.nav .ul1 li.last2 a {
    border-bottom: none;
}
.nav .ul1 li a:hover {
    background-color: #21b28b;
    color: #fff;
}
/*.menuBtn { position: absolute; z-index: 3;  right: 150px; top:0; cursor: pointer;}*/


/*内容区 */
#content {
    clear: both;
    text-align: left;
    position: relative;
    z-index: 1;
    visibility: hidden;
}
.side {
    float: right;
    margin-left: 50px;
    width: 300px;
}
.mainContent {
    overflow: hidden;
}

/*底部 */
#footer {
    clear: both;
    background: #3f816e url(../image/footBg.jpg) no-repeat center top;
    text-align: left;
    min-width: 1200px;
    width: 100%;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    padding: 40px 0 30px;
}
#footer a { color: #fff; }
#footer a:hover { color: #fef58d; text-decoration: none; }

/* friendLinks */
.friendLinks { background-color: #e8edeb; min-width: 1200px; width: 100%; padding: 10px 0; clear: both;}
.friendLinks h3 { float: left; line-height: 30px; font-size: 20px; font-weight: bold; }
.friendLinks ul { overflow: hidden; }
.friendLinks ul li { white-space: nowrap; line-height: 30px; height: 30px; padding: 0 20px; position: relative; float: left; font-size: 14px; }
.friendLinks ul li:after { position: absolute; right: 0; top: 10px; height: 11px; width: 1px; background-color: #bebebe;  display: block; content: "";}
.friendLinks ul li.last:after { display: none; }

/* footBox */
.footBox { float: left; width: 570px; padding-right: 10px; padding-top: 15px;}

/* foot-report */
.foot-report { float: left; width: 460px; }
.foot-report h3 { font-weight: bold; font-size: 16px; font-weight: bold; color: #fff; line-height: 40px; }
.foot-report .ul1 { overflow: hidden; margin-bottom: 10px; }
.foot-report .ul1 li {float: left;}
.foot-report .ul1 .spe { padding: 0 10px; }
.foot-report .ul2 .name { display: inline-block; text-align: justify; text-align-last: justify; text-justify:distribute-all-lines; width: 60px;}

/* box-ewm */
.box-ewm { overflow: hidden; }
.box-ewm li { text-align: center; }
.box-ewm .pic { width: 92px; height: 92px; border: 4px solid #fff; margin: 0 auto;}
.box-ewm .pic img { width: 92px; }
.box-ewm .title { line-height: 30px; height: 30px; }

/* foot-info */
.foot-info { margin-bottom: 25px; }
.foot-info .copyRight .ga { position: relative; top: 3px; }


/* 侧栏固定菜单 */
.sideFixed {
    z-index: 9;
    position: fixed;
    top: 50%;
    right: 5px;
    margin-top: -255px;
    width: 80px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.sideFixed li { position: relative; height: 80px;}
.sideFixed li a {
    height: 70px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    transition: all 0.5s;
    padding-top: 10px;
}
.sideFixed li a:hover, .sideFixed li.on a {
    background-color: #f7f7f7;
    text-decoration: none;
}
.sideFixed li i.icon { display: block; width: 80px; height: 32px; background: url(../image/icons-side.png) center -24px no-repeat; transition: all 0.5s; }
.sideFixed li:hover i.icon { transform: rotateY(180deg); } 
.sideFixed li.jktj i.icon { background-position: center -104px;}
.sideFixed li.jkzx i.icon { background-position: center -185px;}
.sideFixed li.zrxx i.icon { background-position: center -264px;}
.sideFixed li.jjjb i.icon { background-position: center -345px;}
.sideFixed li.wx i.icon { background-position: center -424px;}
.sideFixed li.wb i.icon { background-position: center -505px;}

.sideFixed li.gt { height: 30px; border-radius: 0 0 5px 5px;
background-image: -webkit-linear-gradient(rgb(0,136,90) 0%, rgb(157,204,108) 100%);
background-image: -o-linear-gradient(rgb(0,136,90) 0%, rgb(157,204,108) 100%);
background-image: linear-gradient(rgb(0,136,90) 0%, rgb(157,204,108) 100%);}
.sideFixed li.gt i.icon { background-position: center -585px;}
.sideFixed li.gt a { height: 30px; padding-top: 0; }
.sideFixed li.gt a:hover, .sideFixed li.gt.on a { background: none; }


.sideFixed .pic {
    display: none;
    -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);
}
.sideFixed .pic img {
    width: 95px;
    height: 95px;
}
.sideFixed .on .pic {
    display: block;
    position: absolute;
    left: -118px;
    top: -25px;
    padding: 4px;
    background: #fff;
}
.sideFixed .on .pic i {
    z-index: 8;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #fff;
    border-left-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}



/* goTop */
#goTop {
    display: none !important;
}

/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
}


/* 引导页----------------------------- */
.guide,.bodyOpen .logoBox,.bodyOpen .nav { display: none; }
.bodyOpen { max-height: 100%; overflow: hidden; }
.bodyOpen .guide { display: block; }
.bodyOpen .indBanner,.bodyOpen #content,.bodyOpen .friendLinks,.bodyOpen #footer {
    visibility: hidden;
}
.bodyOpen .sideFixed { display: none; }


/* pathWrap */
.pathWrap { position: absolute; top: 345px; width: 100%; left: 0; min-width: 1200px; height: 49px;  }
.pathWrap:before { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; min-width: 1200px; height: 1px; background-color: #fff; opacity: 0.5; filter: alpha(opacity=50); } 
.pathWrap .container { visibility: hidden; }


/* 当前位置 */
.path {
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    float: right;
    background: url(../image/icons-path.png) no-repeat left center; padding-left: 25px; 
}
.path em { display: none;}
.path a, .path span {
    color: #fff
}
/* 盒子 */
.box {}
.box .hd {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #d9d9d9;
}
.box .hd .more {
    float: right;
}
.box .hd h3 {
    float: left;
    border-bottom: 2px solid #046cbb;
}
.box .hd h3 a {
    display: block;
    font-size: 24px;
}
.box .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.box .hd li span, .box .hd li a {
    display: block;
    font-size: 24px;
    cursor: pointer;
}
.box .hd li.on {
    height: 48px;
    border-bottom: 2px solid #ff9f40;
}
.box .hd li.on span, .box .hd li.on a {
    color: #ff9f40;
}
.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: #00923f;
    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: #008037;
}
/* 依申请、信访、咨询等通用 查询页样色 */
.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 淡蓝色边框
--*/