﻿@charset "UTF-8";

/*
    Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 本网站通用布局
*/

/* Css Reset */
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, pre, td, textarea, th, ul { padding: 0; margin: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset, img { vertical-align: top; border: 0 }
address, caption, cite, code, dfn, em, i, th, var { font-weight: 400; font-style: normal }
li, ol, ul { list-style: none }
dd, div, dl, dt, li, ol, ul { zoom: 1 }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-weight: 400; font-size: 100% }
q:after, q:before { content: '' }
abbr, acronym { border: 0 }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: inherit; line-height: inherit; font-family: inherit; color: inherit; }
article, aside, dialog, figure, footer, header, menu, nav, section, time { margin: 0; padding: 0; display: block; zoom: 1 }

/* Public */
body { color: #333; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', SimSun, Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: #333; text-decoration: none; outline: none; }
a:hover { color: #94070A; }
.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%; }
.fl { float: left !important; }
.fr { float: right !important; }
.hide { display: none; }
.ovv { overflow: visible !important; }
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; border-radius: 0; }
.more,
.prev,
.next { transition: all 0.4s ease; }

/* 公共 */
.fa{ font-family: fontpower, FontAwesome; font-size: inherit; line-height: inherit; vertical-align: top; }
.iconfont { font-size: inherit; line-height: inherit; vertical-align: top; }
.form-control::-webkit-input-placeholder { color: #d2d2d2; }
.form-control::-moz-placeholder { color: #d2d2d2; }
.pic img { width: 100%; height: auto; min-height: 100%; }

/* 框架 */
body { min-width: 1200px; background: #fff; }
.wrap { position: relative; text-align: left; overflow: hidden; }
.container::after,
.container::before,
#content::after,
#content::before,
.row::after,
.row::before { display: table; content: " "; clear: both; }
.container { position: relative; margin: 0 auto; width: 1600px; zoom: 1; }
#content { position: relative; min-height: 600px; background: #fff; }
#content > .container { padding: 50px 0; }

/* 顶部 */
#header { position: absolute; left: 0; top: 0; z-index: 2; width: 100%; animation: headerIn 1s ease 1; }

/* 顶部栏 */
.topBar { height: 45px; line-height: 45px; color: #fff; background: #94070A; }
.links { position: relative; float: right; z-index: 2; }
.links a { color: inherit; }
.links dl { position: relative; float: left; }
.links .split { float: left; margin: 16px 7px 0; font-size: 0; height: 15px; width: 0; border-left: 1px solid #fff; opacity: 0.3; }
.links dt > a { position: relative; display: block; font-size: 16px; padding: 0 7px; text-decoration: none; }
.links dt > a:hover { opacity: 0.8; }
.links dt .iconfont { font-size: 14px; }
.links dd { transition: all ease 0.2s; padding: 7px; position: absolute; z-index: 2; left: 50%; top: 100%; transform: translateX(-50%); font-size: 0; line-height: 1; white-space: nowrap; padding: 8px; background: #fff; visibility: hidden; opacity: 0; }
.links dd::before { position: absolute; content: ''; width: 0; height: 0; left: 50%; bottom: 100%; margin-left: -8px; border: 8px solid transparent; border-bottom-color: #fff; }
.links dd img,
.links dd canvas { width: 150px; height: 150px; }
.links dl:hover dd { visibility: visible; opacity: 1; }
.links dl:hover dt a::before { transform: scaleX(1); }

.links dl.searchIcon dt { height: 45px; line-height: 47px; }

/* logo */
.logoBar { height: 120px; background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
#logo { float: left; margin: 18px 20px 0 0; }
#logo a { display: block; }
#logo img { max-width: 300px; max-height: 84px; }

/* 主导航 */
.nav { position: relative; float: right; height: 120px; }
.nav #li-home { display: none; }
.mainNav { display: flex; margin: 0 -22px; }
.mainNav .li1 { position: relative; z-index: 1; flex-grow: 1; margin: 0 22px; }
.mainNav .a1 { display: block; position: relative; line-height: 120px; font-size: 18px; color: #fff; text-decoration: none; font-weight: bold; text-align: center; }
.mainNav .a1::before { position: absolute; content: ''; left: 50%; top: 50%; margin-top: 22px; width: 1px; height: 28px; background: #fff; transform-origin: center top; transition: all ease 0.6s; visibility: hidden; transform: scaleY(0); }
.mainNav .a1::after { position: absolute; content: ''; left: 0; top: 50%; margin-top: 20px; width: 100%; height: 2px; background: #fff; transition: all ease 0.6s; visibility: hidden; transform: scaleX(0); }
.mainNav .li1.hasUl1:hover .a1::before { visibility: visible; transform: scaleY(1); }
.mainNav .on1 .a1::after { visibility: visible; transform: scaleX(1); }
.mainNav .ul1 { display: none; position: absolute; padding: 10px; background: #fff; left: 50%; right: 0; top: 90%; width: 330px; font-size: 0; line-height: 1; transform: translateX(-50%); box-shadow: 0 0 10px rgba(46, 0, 0, .2); }
.mainNav .li2 { display: inline-block; vertical-align: middle; width: 50%; }
.mainNav .a2 { display: block; padding: 8px 1em; font-size: 15px; line-height: 22px; color: #333; text-align: center; }
.mainNav .li2:hover { opacity: 1; }
.mainNav .li2 .a2:hover { text-decoration: none; background: #820003; color: #fff; }

.mainNav #li-xsjg .ul1 { width: 600px; }
.mainNav #li-xsjg .li2 { width: 25%; }

/* 搜索框 */
.searchBar { position: fixed; display: none; z-index: 11; left: 0; right: 0; top: 45%; width: 550px; margin: auto; }
.s-form { display: block; line-height: 1; display: flex; flex-wrap: wrap; }
.s-form .select-box { display: none; }
.s-form .input-box { position: relative; flex: 1 1 0%; }
.s-form .input-box input { display: block; width: 100%; height: 46px; padding: 11px 20px; line-height: 24px; border: 0; outline: none; background: #fff; color: #666; font-size: 16px; box-sizing: border-box; }
.s-form .input-box .dropdown-word { position: absolute; top: 100%; width: 100%; left: 0; font-size: 16px; color: #333; border-radius: 5px; border: 1px solid #ddd; }
.s-form .input-box .dropdown-word ul { padding: 10px 0; }
.s-form .input-box .dropdown-word ul li { line-height: 40px; height: 40px; padding: 0 20px; text-indent: 0; }
.s-form .btn-box .btn { background: #94070A; border: none; padding: 0 40px; height: 46px; line-height: 46px; color: #fff; font-size: 20px; }
.s-form .link-box { display: none; }
.s-form .input-box input::-webkit-input-placeholder  { color: #999; }
.s-form .input-box input:-ms-input-placeholder  { color: #999; }
.s-form .input-box input::placeholder  { color: #999; }
.s-form .s-hot-search { display: none !important; }
.s-form .panel-box { width: 100%; margin-top: 80px; text-align: center; font-size: 34px; color: #fff; }
.s-form .panel-box .btn-close { display: inline-block; padding: 10px; line-height: 1; vertical-align: top; color: inherit; text-decoration: none; transition: all ease 0.6s; }
.s-form .panel-box .btn-close:hover { transform: rotate(180deg); }

.logoBar,
#logo,
#logo a,
.mainNav .a1 { transition: all ease 0.6s; }

/* 置顶的顶部 */
#header.fixedTop { position: fixed; animation: headerFixed 1s ease 1; z-index: 3; }
#header.fixedTop .logoBar { height: 100px; background: #fff; box-shadow: 0 0 10px rgba(46, 0, 0, 0.2); }
#header.fixedTop #logo { margin-top: 8px; }
#header.fixedTop #logo a { background: url(../img/logo-custom.png) no-repeat left top; background-size: contain; }
#header.fixedTop #logo img { visibility: hidden; }
#header.fixedTop .mainNav .a1 { color: #333; line-height: 100px; }
#header.fixedTop .mainNav .li1 .a1::before,
#header.fixedTop .mainNav .li1 .a1::after { background: #94070A; }

/* footer */
#footer { position: relative; z-index: 2; color: #fff; background: #94070A; text-align: left; }
#footer a { color: inherit; }

/* 底部友情链接 */
.footerLinks { border-bottom: 1px solid rgba(255, 255, 255, 0.2); line-height: 30px; padding: 20px 0; }
.footerLinks h3 { float: left; color: #fff; font-size: 18px; font-weight: bold; margin-right: 1em; }
.footerLinks h3 .iconfont { margin-right: 10px; }
.footerLinks ul { overflow: hidden; font-size: 14px; }
.footerLinks li { float: left; margin: 0 8px; font-size: 16px; color: #fff; }
.footerLinks li a { opacity: 0.8; }
.footerLinks li a:hover { opacity: 1; }
.footerLinks li.split { margin: 8px 8px 0; padding: 0; width: 1px; height: 15px; background: rgb(255, 255, 255, 0.3); font-size: 0; }

.footerBar .row { padding: 30px 0; margin: 0 -10px; display: flex; justify-content: space-between; align-items: center; }
.footerBar .row::before,
.footerBar .row::after { display: none; }
.footerBar .col { margin: 0 10px; }
.footerBar .col:nth-of-type(1) { width: 300px; }
.footerBar .col:nth-of-type(2) { width: 36%; }
.footerBar .col:nth-of-type(3) { width: 34%; }

#footerLogo img { max-width: 300px; max-height: 100px; }

.footerBar .addressList { display: flex; margin: -10px -8px; justify-content: space-between; }
.footerBar .addressList li { margin: 10px 8px; }
.footerBar .addressList .title { font-size: 18px; line-height: 1.6; font-weight: bold; }
.footerBar .addressList .value { margin-top: 10px; font-size: 16px; opacity: 0.8; line-height: 1.5; }

#footer .copyRightBar { background: #820003; }
#footer .copyRight { padding: 9px 0; line-height: 2; font-size: 16px; text-align: center; }
#footer .copyRight img { vertical-align: middle; }
#footer .pics { margin-top: 8px; }
#footer .pics img { vertical-align: middle; margin: 0 3px; }

/* 手机版按钮 */
.fixedBtn { display: none; position: fixed; z-index: 11; right: 7vw; bottom: 7vw; }
.fixedBtn a { display: block; width: 12vw; height: 5vw; line-height: 5vw; text-align: center; border-radius: 0.5vw; color: #fff; font-size: 2.2vw; background: #D7B37B; text-decoration: none; }
@media (max-width:1024px) {
    .fixedBtn { display: block; }
}

/* 底部二维码 */
.footerQR { display: flex; margin: -10px -8px; }
.footerQR li { display: flex; flex-grow: 1; position: relative; margin: 10px 8px; align-items: center; }
.footerQR .pic { background: #fff; margin-right: 15px; }
.footerQR .pic img { width: 91px; height: 91px; }
.footerQR .con { flex: 1 0 0%; }
.footerQR .tit { font-size: 16px; padding: 4px 0; line-height: 1.4; }

/* 友情链接-下拉 */
.friendLinks { position: absolute; right: 0; top: 50%; margin-top: 0; }
.friendLinks dl { position: relative; width: 250px; margin-top: 10px; }
.friendLinks dt { position: relative; height: 40px; line-height: 40px; border-radius: 0; border: none; text-align: left; background: #fff; padding: 0 50px 0 20px; font-size: 16px; color: #333; box-shadow: none; overflow: hidden; white-space: normal; cursor: pointer; }
.friendLinks dt::after { position: absolute; content: ''; right: 15px; top: 50%; margin-top: -4px; border: 8px solid transparent; border-top-color: #ccc; border-bottom: none; }
.friendLinks dd { bottom: 100%; display: none; position: absolute; left: 0; right: 0; z-index: 3; width: 100%; box-shadow: 0 0 5px rgba(0, 0, 0, .2); }
.friendLinks ul { max-height: 351px; border: 1px solid #ccc; background: #fff; overflow-y: scroll;}
.friendLinks li { border-bottom: 1px dotted #ccc; color: #666; }
.friendLinks li.noData,
.friendLinks li:last-of-type { border-bottom: none; }
.friendLinks li.noData,
.friendLinks li a { display: block; padding: 8px 12px; font-size: 14px; line-height: 20px; color: #666; }
.friendLinks li a:hover { background-color: #f4f4f4; text-decoration: none;}
.friendLinks .on dt::after { transform: rotate(180deg); }
.friendLinks .on dd { display: block; }

/* goTop */
#goTop { position: fixed; display: none; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -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; }

/* winMark */
#winMark { z-index: 10; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .7); left: 0; top: 0; }

/* 内页banner */
.pageBanner { position: relative; height: 520px; background: url(../img/page-banner.jpg) no-repeat center top; background-size: cover; overflow: hidden; }
.pageBanner::before { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 160px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 81%); }

/* 侧栏 和 主栏 */
.side { float: right; width: 400px; margin: 0 0 0 50px; }
.mainContent { overflow: hidden; }

/* 位置导航 */
.pathBar { margin-top: -40px; }
.pathBar .container { position: relative; z-index: 1; display: flex; align-items: center; min-height: 80px; }
.pathBar .container::before { position: absolute; left: 0; top: 0; width: 3200px; height: 100%; content: ''; background: #fff; box-shadow: -4px 4px 18px 0px rgba(0, 0, 0, 0.1); }
.path { position: relative; min-width: 200px; color: #666; line-height: 24px; padding-right: 30px; text-align: left; font-size: 16px; }
.path em { font-size: 0; display: inline-block; vertical-align: top; }
.path em::before { vertical-align: top; margin-right: 3px; font-size: 20px; font-family: "iconfont"; content: '\e600'; color: #999; }
.path a, .path span { padding: 0 7px; color: #666; }
.path a:hover { color: #94070A; }

/* 主栏菜单 */
#topMenu { position: relative; flex: 1 0 0%; text-align: left; font-size: 0; line-height: 1; }
#topMenu > .hd { position: absolute; bottom: 100%; left: 0; margin-bottom: 48px; }
#topMenu > .hd h3 { font-size: 32px; font-weight: bold; color: #fff; }
#topMenu .menuList { display: block; }
#topMenu .menuList li { display: inline-block; vertical-align: top; }
#topMenu .menuList li a { display: block; line-height: 80px; padding: 0 50px; font-size: 18px; color: #666; text-align: center; }
#topMenu .menuList li a:hover { text-decoration: none; background: #eaeaea; color: #94070A; }
#topMenu .menuList li.on a { font-weight: bold; background: linear-gradient(249.87deg, #94070A 0%, #C53104 128.33%); color: #fff; }

/* box - 标准盒子 */
.box>.hd { height: 55px; line-height: 55px; background: #f2f2f2; padding-right: 20px; }
.box>.hd h3, .box>.hd li { position: relative; z-index: 1; float: left; padding: 0 34px; text-align: center; font-size: 18px; color: #333; }
.box>.hd h3, .box>.hd li.on { font-weight: bold; background: #94070A; color: #fff; }
.box>.hd h3:before,
.box>.hd li.on:before,
.box>.hd h3:after,
.box>.hd li.on:after { position: absolute; z-index: -1; left: 0; top: 0; content: ''; width: 50%; height: 100%; background: url(../img/box-bd.png) no-repeat left center; }
.box>.hd h3:after,
.box>.hd li.on:after { left: auto; right: 0; background-position: right center; }
.box>.hd h3 a,
.box>.hd li a { text-decoration: none; color: inherit; }
.box>.hd .more { float: right; font-size: 14px; color: #999; }
.box>.bd { padding: 15px 0 0; }

/* defaultBox 盒子 - 默认的 */
.defaultBox > .hd { position: relative; height: 42px; line-height: 42px; overflow: hidden; }
.defaultBox > .hd h3 { position: relative; float: left; font-weight: bold; color: #94070A; font-size: 32px; padding-right: 37px; }
.defaultBox > .hd h3 a { color: inherit; text-decoration: none; }
.defaultBox > .hd h3::after { position: absolute; content: ''; left: 100%; top: 50%; width: 2000px; height: 0; border-top: 1px dashed #fff; background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 580px); background-origin: border-box; }
.defaultBox > .hd .more { float: right; margin: 4px 0 0; position: relative; z-index: 1; font-size: 0; width: 33px; height: 33px; background: #fff; border: 1px solid #d9d9d9; border-radius: 50%; }
.defaultBox > .hd .more::before { position: absolute; content: ''; left: 50%; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: #d9d9d9; transform: translate(-50%, -50%); box-shadow: -9px 0 0 #d9d9d9, 9px 0 0 #d9d9d9; transition: all ease 0.6s; }
.defaultBox > .bd { padding: 27px 0 0; }
.defaultBox > .hd .more:hover { border-color: #94070A; }
.defaultBox > .hd .more:hover::before { background: #94070A; box-shadow: -9px 0 0 #94070A, 9px 0 0 #94070A; }

/* 侧栏盒子 */
.sideBox > .hd { padding: 12px 0; border-bottom: 1px solid #dfdfdf; }
.sideBox > .hd h3 { line-height: 36px; font-size: 18px; }
.sideBox > .hd h3::before { float: left; margin-right: 14px; text-align: center; width: 36px; font-family: "iconfont"; content: '\e638'; color: #fff; background: #94070A; font-size: 21px; }
.sideBox > .bd { padding-top: 20px; }

/* 主体盒子 */
.mainBox .mHd { position: relative; overflow: hidden; }
.mainBox .mHd h3 { position: relative; padding: 8px 0; font-size: 32px; line-height: 44px; font-weight: bold; }
.mainBox .mHd h3 a { color: inherit; text-decoration: none; }
.mainBox .mBd { padding: 30px 0 0; }


/* 节点归档信息样式 */
.archived-info { float: right; }
.archived-info span { margin: 0 5px; }

/*验证码*/
div.codeinp input[type=text] { width: 100px !important; float: left; margin-right: 10px; line-height: 26px; }

/* 通用底部按钮 */
.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: #94070A; 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: #94070A; }

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { background: #fff; padding: 3% 0; width: 80%; margin: 30px auto; font-size: 16px; }
.queryForm td { padding: 8px 0 }
.queryForm .tdlab { width: 40%; text-align: right; }
.queryForm input[type=text] { width: 56%; height: auto; line-height: 24px; border: 1px solid #ccc; padding: 8px 12px; }
.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: 90%; 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 }

/* 登录注册 */
.userlogincomment .user-mainbox .hd h3,
.userlogincomment .user-mainbox .top h3 { color: #94070A; border-bottom-color: #94070A;}
.userlogincomment .user-mainbox .loginBtn { background: #94070A; }
.userlogincomment .user-mainbox .loginBtn:hover { background: #2b4691;}
.userlogincomment .loginCookie dd .cookie-time { color: #94070A; }
.userlogincomment .login-tip .registerlink a,
.userlogincomment .login-tip .forget-password a{ color: #94070A; }


/* 媒体查询 */
@media (max-width:1700px) {
    .container { width: 1400px; }

    .mainNav { margin: 0 -18px; }
    .mainNav .li1 { margin: 0 18px; }
}
@media (max-width:1500px) {
    .container { width: 1200px; }

    #logo { margin-top: 25px; }
    #logo img { max-height: 70px; }
    #header.fixedTop #logo { margin-top: 15px; }
    .mainNav { margin: 0 -11px; }
    .mainNav .li1 { margin: 0 11px; }

    .footerBar .addressList .title { font-size: 16px; }
    .footerBar .addressList .value { font-size: 14px; }
    .footerBar .col:nth-of-type(2) { width: 30%; }
    .footerBar .col:nth-of-type(3) { width: 36%; }
    .footerQR .tit { font-size: 14px; }
}


/* 动画 */
@keyframes headerIn {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes headerFixed {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}


/*--
颜色代码
#94070A 深蓝色标题
#e2f1ff 淡蓝色边框
--*/