﻿@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;text-align: center;-webkit-text-size-adjust: none;}
a { color: #333; text-decoration: none; outline: none; }
a:hover {color: #f60;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: 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%; }
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;max-width:1200px;margin:0 auto;}
.container {clear: both;max-width:1200px;margin:0 auto;position:relative;}
/*2026年5月14日更新*/
.gundong-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1200px;
  height: 30px;  /* 根据你的文字大小调整 */
}
.gundong {
  /* 关键修改：去掉 width: 100%，让宽度自动等于文字长度 */
  width: max-content;
  white-space: nowrap;
  color: red;
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(1200px);  /* 从屏幕右边缘外开始 */
  }
  100% {
    transform: translateX(-100%);  /* 向左移动自身宽度，完全离开屏幕 */
  }
}
.fl { float: left; }
.fr { float: right; }
.hide { display: none; }
.wrap { width: 100%; overflow: hidden; z-index: 0;}

/* Header------------------------ */
#header {  height: 150px; box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2); position: relative; z-index: 2;  }
/* top */
#header>.top { height: 40px; background-color: #ee4123; line-height: 40px; color: #fff; position: relative; z-index: 3; }
#header>.top .date { float: left;}
.top .links { float: right;}
.top .links dl{ float: left; position: relative;}
.top .links dl.on dd { display: block;}
.top .links dl dt { padding: 0 10px; cursor: pointer;}
.top .links dl dt a { color: #fff;}
.top .phone dd { clear: both; display: none; padding: 7px; background: #fff; position: absolute; right: 50%; top: 40px; margin-right: -64px;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);}
.top .phone img { width: 100px; height: 100px;}
.top .phone 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 dl.sign span.spe { padding: 0 5px; }

/* 站群导航-公共 */
#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; top: 35px;}
#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;}

/* 站群导航-个性 */
#siteLast dt{ color: #fff; padding: 0 10px;}
#siteLast a{ padding:0; margin:0;}
#siteLast dd{ font-size:12px; margin-right: 0;}
#siteLast dd a{ margin:0; color:#333;}
#siteLast dd ul{ padding: 0 0 0 10px;}
#siteLast dd li{ text-align:left; height: 28px; line-height: 28px;}
#siteLast dd li a:hover{ color:#edb613;}
#siteLast li a{ cursor:pointer;}
#siteLast.on dt{ background-color:#edb613; color:#fff;}
#siteLast.on dd{display:block;position:absolute;right:0;top: 40px;width: 790px;padding-bottom:10px;background:#ffffff;border: 3px solid #edb613;-webkit-box-shadow:0px 4px 8px rgba(0, 0, 0, .3);-moz-box-shadow:0px 4px 8px rgba(0, 0, 0, .3);box-shadow:0px 4px 8px rgba(0, 0, 0, .3);}



/* logoBar */
.logoBar { height: 100px;}
#logo { float: left; padding-top:10px}
#logo img { max-width: 1000px; }

/* search */
.s-form { float: right; width: 290px; height: 35px; margin-top: 45px; }
.s-form .input-box { float: left; width: 220px; height: 35px; }
.s-form .input-box input { background: #fff; border: 1px solid #ccc; height: 33px; border-right: none; padding: 0 10px; width: 199px; }
.s-form .btn-box { float: right; width: 70px; height: 35px; }
.s-form .btn-box .btn { display: block; background:#ee4123 url(../img/icons-search.png) no-repeat center; width: 70px; height: 35px; border: none; text-indent: -999px; overflow: hidden;}

/* nav */
.nav { height: 55px; clear: both; width: 100%; min-width: 1200px; }
.mainNav { width: 1200px; margin: 0 auto;}
.mainNav .li1 { float:left; position:relative; text-align: center; margin:0 25px}

.mainNav .li1 .a1 { display:block;font-size:18px; line-height: 50px; height: 50px; text-align: center;}
.mainNav .li1:nth-child(3) > h3 > a.a1,.mainNav .li1:nth-child(9) > h3 > a.a1{margin:0}
.mainNav .li1.on1 { border-bottom: 3px solid #ee4123; }
.mainNav .li1.on1 a.a1 { text-decoration: none;}
.mainNav .ul1{ display:none; background: #ee4123; width: 100%; position: absolute; left: 0; top: 52px; }
.mainNav .ul1 a.a2{ padding:5px 10px; display:block; color: #fff; line-height: 24px;}
.mainNav .ul1 a.a2:hover{ background: #fd5e42; text-decoration:none}
/* content--------------- */
#content { width: 1200px; margin: 0 auto; text-align: left;}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* path */
.path { background: url(../img/png.png) repeat; height: 50px; line-height: 50px; color: #fff;}
.path em { background: url(../img/path.png) no-repeat left center; padding-left: 30px;}
.path a { color: #fff;}
.path a:hover { color: #fff;}
.noSideContent .path { padding-left: 20px;}

/* box */
.box .hd { border-bottom: 1px solid #ccc; height: 54px; line-height: 54px; margin-bottom: 25px;}
.box .hd h3 { font-size: 24px;}
.box .hd a.more { float: right; background: url(../img/more.png) no-repeat right center; padding-right: 20px; font-size: 12px; color: #666;}
.box .hd a:hover { text-decoration: none;}
.box .hd li { float: left; font-size: 24px; margin-right: 30px;}
.box .hd li a { color: #999; display: block; padding: 0 5px; line-height: 53px; height: 53px;}
.box .hd li.on { border-bottom: 2px solid #ee4123;}
.box .hd li.on a { color: #333; background: url(../img/arrow-yellow.png) no-repeat center bottom;}

/* box-last */
.box-last {margin-right: 0;}


/* 图片经过效果 */
.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}


/* footer--------------- */
#footer { background-color: #2f2f2f; min-width: 1200px; color: #808080; text-align: left; margin-top: 30px; }
#footer a { color: #808080;}
#footer .container { position: relative; width: 1000px;}

/* 友情链接 */
#footer .friendLinks { width: 940px; height: 60px; line-height: 60px; overflow: hidden;}
#footer .friendLinks h3 { float: left; color: #fff;}
#footer .friendLinks h3 span.more { background-color: #f16851; color: #fff; display: inline-block; width: 14px; text-align: center; height: 14px; line-height: 14px; font-family:"宋体"; margin-right: 10px;}
#footer .friendLinks h3 a { color: #fff; font-size: 16px;}
#footer .friendLinks .bd {  height: 60px; overflow: hidden; width: 805px; float: right;}
#footer .friendLinks .bd li {float: left; white-space:nowrap;  margin-right: 40px;}

/* 底部菜单 */
#footer .links { height: 60px; line-height: 60px; border-top: 1px solid #444; border-bottom: 1px solid #444; width: 940px;}
#footer .links li { float: left; }
#footer .links li.spe { padding: 0 20px;}

/* copyRight */
#footer .copyRight { width: 940px; position: relative; padding-top: 20px; line-height: 30px;}
#footer .copyRight .blue { position: absolute; right: 0; top:10px;}

/* 二维码 */
#footer .ewm { position: absolute; right: -200px; top:0; width: 200px; text-align: center;}
#footer .ewm .pic { margin-top: 50px;}
#footer .ewm .pic img { width: 110px; height: 110px; border: 10px solid #fff;}
#footer .ewm .title { font-size: 12px; padding-top: 10px;}

/* 返回顶部 */
#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; }


/*验证码*/
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: #de523a;
    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: #d4432a;
    color: #fff;
}
/* 依申请、信访、咨询等通用 查询页样色 */
.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
}

/* 顶部注册登录 */
#header .userLogged{margin-top:7px; margin-right:0px;}
#header .userLogged .notlogged .split{margin:0px}
.user-mainbox .hd h3,
.user-mainbox .top h3{color:#ee4123 !important;border-bottom:3px solid #ee4123 !important;}
.user-mainbox .loginBtn {background: #ee4123 !important;}
.user-mainbox .loginBtn:hover { background: #f7593e !important;}
