﻿@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: #5A077F; }
.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: 1600px; background: #f5f5f5; }
.wrap { position: relative; text-align: left; overflow: hidden; }
.container { position: relative; margin: 0 auto; max-width: 1600px; zoom: 1; }
#content { position: relative; min-height: 600px; margin: 0 auto; padding: 0; margin-top: -100px; overflow: hidden; }
/* #content > .container { display: flex; gap: 30px; padding-bottom: 30px; } */
.flex-column { display: flex; }

/* 顶部 */
#header { position: absolute; left: 0; top: 0; z-index: 10; width: 100%; animation: headerIn 1s ease 1; }
#header::before { position: absolute; left: 0; top: 0; right: 0; bottom: -40px; content: ''; background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); }

/* 顶部栏 */
.topLinks { position: relative; margin-top: 10px; padding: 4px 20px; float: right; z-index: 2; height: 30px; line-height: 30px; background-color: rgba(0, 0, 0, 0.2); border-radius: 30px; font-size: var(--text-title-03); color: #fff; }
.topLinks a { color: inherit; }
.topLinks dl { position: relative; float: left; }
.topLinks .split { float: left; margin: 8px 6px 0; font-size: 0; height: 12px; width: 0; border-left: 1px solid #fff; opacity: 0.3; }
.topLinks dt > a { position: relative; display: block; font-size: inherit; padding: 0 8px; text-decoration: none; }
.topLinks dt > a:hover { color: #FFBC57; }
.topLinks dd { transition: all ease 0.2s; padding: 10px; 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; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.topLinks dd::before { position: absolute; content: ''; width: 0; height: 0; left: 50%; bottom: 100%; margin-left: -8px; border: 8px solid transparent; border-bottom-color: #fff; }
.topLinks dd img,
.topLinks dd canvas { width: 130px; height: 130px; }
.topLinks dl:hover dd { visibility: visible; opacity: 1; }
.topLinks dl:hover dt a::before { transform: scaleX(1); }

.topLinks dt > a::before { font-family: "iconfont"; content: '\e7bf'; font-size: 1.1em; margin-right: 0.5em; }
.topLinks .mail dt > a::before { content: '\e69f'; }
.topLinks .free dt > a::before { content: '\e64f'; }
.topLinks .phone dt > a::before { content: '\e678'; }
.topLinks .searchIcon dt > a::before { content: '\e8de'; }
.topLinks .navIcon dt > a::before { content: '\e906'; }

/* logo */
.headerTop { padding-top: 10px; }
.headerTop .flex-column { align-items: center; justify-content: space-between; }
#logo { margin-right: 30px; }
#logo a { display: flex; align-items: center; width: 310px; height: 104px; }
#logo img { max-width: 100%; max-height: 100%; }

/* 主导航 */
.topNav { position: relative; float: right; clear: both; margin-top: 10px; }
.topNav #li-home { display: none; }
.mainNav { display: flex; margin: 0 -15px; }
.mainNav .li1 { position: relative; flex-grow: 1; margin: 0 15px; padding-bottom: 10px; }
.mainNav .h1 { position: relative; }
.mainNav .a1 { display: flex; transition: 0.5s; align-items: center; position: relative; line-height: 50px; font-size: 20px; color: #fff; text-decoration: none; text-align: center; }
.mainNav .a1:hover { color: #FFBC57; }
.mainNav .a1::before { content: "\E684"; transition: 0.5s; font-family: iconfont; font-size: 30px; margin-right: 5px; }
.mainNav .li1:nth-child(2) .a1::before { content: "\E685"; }
.mainNav .li1:nth-child(3) .a1::before { content: "\E696"; }
.mainNav .li1:nth-child(4) .a1::before { content: "\E687"; }
.mainNav .li1:nth-child(5) .a1::before { content: "\E688"; }
.mainNav .li1:nth-child(6) .a1::before { content: "\E690"; }
.mainNav .li1:nth-child(7) .a1::before { content: "\E689"; }
.mainNav .li1:nth-child(8) .a1::before { content: "\E686"; }
.mainNav .li1:nth-child(9) .a1::before { content: "\E682"; }
.mainNav .li1:nth-child(10) .a1::before { content: "\E689"; }

.mainNav .a1:hover::before { transform: rotateY(180deg); color: #FFBC57; }

.mainNav .ul1 { display: none; position: absolute; padding: 5px 0; background: linear-gradient(-180deg, rgba(160, 0, 3, 1) 0%, rgba(90, 0, 160, 1) 100.42%); left: 50%; right: 0; top: 100%; width: 140px; transform: translateX(-50%); }
.mainNav .h1::before{ position: absolute; display: block; content: ''; top: 100%; width: 100%; height: 0; border-bottom: 2px solid #FFBC57; transition: 0.4s;
    -webkit-transform: scaleX(0); transform: scaleX(0); }
.mainNav .li1:hover .h1::before{ -webkit-transform: scaleX(1); transform: scaleX(1); }
.mainNav .hasUl1::after { position: absolute; top: 50px; left: 50%; margin-left: -1px; background-color: #FFBC57; width: 2px; height: 10px; content: ""; transition: 0.4s;
    -webkit-transform: scaleY(0); transform: scaleY(0); }
.mainNav .hasUl1:hover::after { -webkit-transform: scaleY(1); transform: scaleY(1); }
.mainNav .a2 { display: block; padding: 10px 1em; font-size: 16px; line-height: 20px; color: #fff; text-align: center; }
.mainNav .li2 .a2:hover { text-decoration: none; background: rgba(0, 0, 0, .15); }

/* 搜索框弹窗 */
.searchBar { position: fixed; display: none; z-index: 11; left: 0; right: 0; top: 45%; margin: auto; width: 550px; }
.searchBar .close { position: fixed; z-index: 11; top: 10%; right: 5%; width: 50px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 30px; transition: all ease 0.6s; }
.searchBar .close:hover { text-decoration: none; transform: rotate(180deg); }
.s-form { line-height: 1; display: flex; }
.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: auto; 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: linear-gradient(270deg, rgba(160, 0, 3, 1) 0%, rgba(90, 0, 160, 1) 100.42%); 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; }

/* 站群导航-公共 */
#siteLast{position: relative;}
#siteLast dt {cursor: pointer;}
#siteLast dd{display:none; width:600px; position:absolute;  background:#fff; text-align:left; color:#333; max-height:500px; overflow:auto; padding:10px}
#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}
#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 { padding: 0 8px; display: flex; align-items: center; }
#siteLast dt::before { font-family: "iconfont"; content: "\e679"; margin-right: 5px; font-size: 20px; }
#siteLast dt:hover { color: #FFBC57; }
#siteLast dd { font-size: 14px; display:block; border: 3px solid #5A077F; color: #333; }

/* 登录注册 */
.topLinks .logged { padding: 0; }
.topLinks .userLogged { display: inline-block; vertical-align: top; float: none; height: 30px; line-height: 30px; margin: 0; }
.topLinks .userLogged .notlogged .split,
.topLinks .userLogged .split { float: left !important; margin: 8px 6px 0; font-size: 0; height: 12px; width: 0; border-left: 1px solid #fff; opacity: 0.3; }
.topLinks .userLogged .notlogged > a,
.topLinks .userLogged .loggedin > a,
.topLinks .userLogged .userDropdown { position: relative; float: left !important; margin: 0 8px; font-size: 14px; }
.topLinks .userLogged .notlogged > a:hover,
.topLinks .userLogged .loggedin > a:hover { color: #FFBC57; text-decoration: none; }
.topLinks .userLogged .userDropdown .avatar { margin: 2px 0 0 0; }
.topLinks .userLogged .userDropdown .nickname { height: 30px; line-height: 30px; margin-left: 10px; font-weight: normal; padding-right: 0; }
.topLinks .userLogged .userDropdown:hover .nickname,
.topLinks .userLogged .userDropdown .nickname:hover { color: #FFBC57; }
.topLinks .userLogged .userDropdown .nickname::after { position: static; margin: 0 0 0 8px; display: inline-block; vertical-align: top; background: none; width: auto; height: auto; font-size: 12px; font-family: "fontpower"; content: "\e1cf"; color: inherit; }
.topLinks .userLogged .userDropdown .ud-hd { height: auto; line-height: inherit; }
.topLinks .userLogged .userDropdown .ud-bd { left: 50%; top: 100%; padding: 0; margin-left: -55px; }

.topLinks .userLogged .loggedin a.signinSum,
.topLinks .userLogged .loggedin a.myMsg { width: auto; height: auto; line-height: 30px; background: none; overflow: visible; }
.topLinks .userLogged .loggedin a.signinSum:hover,
.topLinks .userLogged .loggedin a.myMsg:hover { color: #FFBC57; }
.topLinks .userLogged .loggedin a.signinSum::before,
.topLinks .userLogged .loggedin a.myMsg::before { display: inline-block; vertical-align: top; font-family: "fontpower"; font-size: 20px; content: '\ec2b'; }
.topLinks .userLogged .loggedin a.signinSum::before { content: '\e6fd'; }
.topLinks .userLogged .loggedin a.hasMsg { color: #63bf6e; }
.topLinks .userLogged .loggedin a.hasMsg:after { right: 0; top: 5px; }

/* 迷你顶部 */
#header.mini { position: fixed; animation: fadeInDown 1s ease 0s 1; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) }
#header.mini::before { bottom: 0; background: linear-gradient(270deg, rgba(160, 0, 3, 0.85) 0%, rgba(90, 0, 160, 0.85) 100.42%); }

/* 友情链接 */
.friendlyLink { display: flex; margin: 0 -20px 40px; }
.friendlyLink select { flex: 1 0 0%; padding: 0 20px; margin: 0 20px; background: #fff; height: 42px; line-height: 42px; font-size: 14px; border: none; outline: none; }

/* 底部 */
#footer { position: relative; color: rgba(255, 255, 255, 0.6); background: #383838; text-align: left; font-size: var(--text-title-03); }
#footer a { color: inherit; transition: 0.4s; }
#footer a:hover { color: #FFBC57; }
#footer .flex-column { align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}


/* foot-left */
.foot-left { box-sizing: border-box; flex: 1; min-width: 0; padding-top: 40px; padding-bottom: 30px; border-right: 1px solid rgba(255, 255, 255, 0.1); }
.foot-right { width: 320px; flex-shrink: 0; padding-left: 100px; padding-top: 40px; padding-bottom: 30px;  }

/* foot-logo */
.foot-logo { padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 25px; }
.foot-logo img { max-width: ; max-height: 85px; opacity: 0.6; }

/* foot-ul-menu */
.foot-ul-menu { display: flex; justify-content: space-between; padding-right: 20px; }
.foot-ul-menu .li1 { flex: auto; }
.foot-ul-menu #li-home { display: none; }
.foot-ul-menu .h1 { line-height: 40px; margin-bottom: 10px; position: relative; display: inline-block; }
.foot-ul-menu .h1::after { width: 20px; height: 2px; transition: 0.4s; background-color: #fff; border-radius: 10px; display: block; content: ""; }
.foot-ul-menu .ul1 { clear: both; }
.foot-ul-menu .li2 { line-height: 32px;  }
#footer .foot-ul-menu .a1 { color: #fff; }
#footer .foot-ul-menu .h1:hover::after { width: 100%; background-color: #FFBC57; }
#footer .foot-ul-menu .h1:hover .a1 { color: #FFBC57; }


/* 图标-二维码 */
.footerQR { text-align: center; display: flex; justify-content: center; gap: 40px; margin-bottom: 20px; }
.footerQR .pic { border-radius: 5px; overflow: hidden; }
.footerQR .pic img { width: 136px; height: 136px; }
.footerQR .phone .pic { width: 120px; height: 120px; padding: 8px; background-color: #fff; }
.footerQR .phone .pic img { width: 120px; height: 120px; }
.footerQR .title { line-height: 40px; }

/* box-add */
.box-add .pic { margin-bottom: 30px; }
.box-add .pic img { width: 100%; height: auto; }
.box-add .con { line-height: 26px;  }
.box-add .con p { margin-top: 10px; }

/* copyRight */
.copyRight { padding: 20px 0; text-align: center; font-size: var(--text-title-03); }
.copyRight img { vertical-align: text-bottom; }

/* 手机版按钮 */
.fixedBtn { display: none; position: fixed; z-index: 11; right: 150px; bottom: 50px; }
.fixedBtn a { display: block; width: 200px; height: 200px; line-height: 200px; text-align: center; border-radius: 50%; color: #fff; font-size: 50px; background: #5A077F; box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.25) inset; text-decoration: none; }

/* 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: 500px; background-image: url(../img/page-banner.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden; }

/* 侧栏 和 主栏 */
.side ,#sideMenu{ width: 18.75%; flex-shrink: 0; position: relative; z-index: 1;  }
.mainContent { min-width: 0;overflow: hidden; }

/* 位置导航 */
.path { margin-top: 50px; position: relative; color: #fff; padding: 11px 20px; line-height: 28px; font-size: var(--text-title-03); }
.path::before { display: block; content: ""; position: absolute; right: 0; top: 0; width: 110%; max-width: 1600px; height: 100%;clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0 100%); background: linear-gradient(270deg, rgba(160, 0, 3, 0.50) 0%, rgba(90, 0, 160, 0.50) 100.42%); }
.path a,
.path span { padding: 0 5px; color: inherit; position: relative; z-index: 1; }
.path em { padding-left: 25px; background: url(../img/icon-path.png) no-repeat left center; position: relative; z-index: 1; }
.path a:hover { color: #fff37b; }

/* 侧栏-栏目菜单 */
#sideMenu .hd { background-color: #5A077F; height: 100px; position: relative; clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0 100%); }
#sideMenu .hd::after { width: 60px; height: 50px; background: rgba(90, 0, 160, 0.50); display: block; content: ""; left: 100%; bottom: 0; position: absolute; }
#sideMenu .hd::before { width: 58px; height: 73px; background: url(../img/side-menu-bg.png) no-repeat; position: absolute; bottom: 0; left: 0; content: ""; display: block; opacity: 0.2; }
#sideMenu .hd h3 { font-weight: bold; font-size: 34px; display: flex; align-items: center; justify-content: center; color: #fff; height: 100%; }
#sideMenu .bd { background-color: #fff; padding: 20px 0 20px 20px; box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); }
#sideMenu .bd li { position: relative; margin-bottom: 2px; }
#sideMenu .bd li a { display: block; padding: 0.8em 55px 0.8em 35px; font-size: var(--text-title-02); line-height: 1.8em; overflow: hidden; border-bottom: 2px solid rgba(0, 0, 0, 0.05); border-left: 4px solid rgba(0, 0, 0, 0.05); }
#sideMenu .bd li a::after { position: absolute; right: 25px; top: 50%; font-family: "iconfont"; content: "\E68D"; color: #999; font-weight: normal; font-size: 12px; transform: translateY(-50%); }
#sideMenu .bd li.on a { color: #fff; text-decoration: none; background-color: #5A077F; }
#sideMenu .bd li.on a::after { color: #fff; }
#sideMenu .bd li:hover a { background: #5A077F; color: #fff; }
#sideMenu .bd li:hover a::after { color: #fff; }
#sideMenu .bd li.on:hover a { background-color: #5A077F; }
#sideMenu .bd li:first-child a { border-top: 2px solid rgba(0, 0, 0, 0.05); }
#sideMenu .bd li.on:after { display: block; content: ''; width: 5px; height: 100%; position: absolute; left: 100%; top: 0; background-color: #5A077F; }
#sideMenu .bd li.on a:before { display: block; content: ''; width: 5px; height: 6px; background: url(../img/sjx.png) no-repeat; position: absolute; top: 100%; left: 100%;  }


/* box - 标准盒子 */
.box > .hd { position: relative; line-height: 50px; height: 50px; justify-content: space-between; margin-bottom: 10px; display: flex; align-items: center; }
.box > .hd h3 { text-align: center; font-size: 24px; }
.box > .hd h3 { font-weight: bold; }
.box > .hd .more { color: #999; display: flex; align-items: center; font-size: 16px; line-height: 30px; }
.box > .hd .more::after { font-size: 36px; margin-left: 2px; font-family: "iconfont"; content: '\e692'; transition: 1s; }
.box > .hd .more:hover { color: #5A077F; }
.box > .hd .more:hover::after { transform: rotate(360deg); }

/* box-tab */
.box-tab .parHd { margin-bottom: 20px; }
.box-tab .parHd ul { display: flex; gap: 20px; font-size: 20px; }
.box-tab .parHd li a { display: block; padding: 0 30px; transition: 0.3s; line-height: 50px; height: 50px; background-color: #F0F0F0; }
.box-tab .parHd li.on a { color: #fff; background: linear-gradient(270deg, rgba(160, 0, 3, 0.85) 0%, rgba(90, 0, 160, 0.85) 100.42%); }


/* 侧栏盒子 */
#datalist { margin-top: 20px; }
.sideBox { margin-top: 20px; background: #fff; }
#datalist:first-child,
.sideBox:first-child { margin-top: 0; }
.sideBox > .hd { padding: 12px 20px; background: #5A077F; }
.sideBox > .hd h3 { line-height: 36px; font-size: 18px; color: #fff; font-size: 20px; font-weight: bold; }
.sideBox > .hd h3::before { float: left; margin-right: 10px; font-family: "fontpower"; content: '\e737'; color: #fff; font-size: 28px; font-weight: normal; line-height: inherit; }
.sideBox > .bd { padding: 15px 20px; }

/* 侧栏-栏目内搜索 */
#sideSearch > .hd h3::before { content: '\e67b'; }
#sideSearch .select { margin-bottom: 10px; width: 100%; height: 36px; font-size: 16px; line-height: 36px; padding: 0 10px; border: 1px solid #E5E5E5; }
#sideSearch .input-box { display: flex; }
#sideSearch .keyword { width: auto; min-width: 0; flex: 1 0 0%; height: auto; line-height: 20px; font-size: 16px; padding: 8px 10px; border: 1px solid #E5E5E5; border-right: none; outline: none; }
#sideSearch .btn { padding: 0 20px; height: 38px; line-height: 38px; background: #5A077F; color: #fff; border: none; cursor: pointer; }

/* 主体盒子 */
.mainBox { position: relative; }
.mainBox .mHd { position: relative; }
.mainBox .mHd::after { display: table; clear: both; content: ""; }
.mainBox .mHd h3 { position: relative; float: left; font-size: 24px; margin-bottom: -1px; height: 32px; line-height: 32px; padding-bottom: 17px; font-weight: bold; border-bottom: 2px solid #5A077F; color: #5A077F; }
.mainBox .mHd h3 a { color: inherit; text-decoration: none; }
.mainBox .mHd .path { margin: 10px 0 0; padding: 0; background: none; border: none; float: right; }


/* 无障碍优化 */
#free_Web_box_sub ~ .wrap #header.mini { top: 96px; }

/* 编辑器优化 */
.ueditor-area { position: relative; z-index: 1; }

/* 节点归档信息样式 */
.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 30px; font-size: 18px; background: #5A077F; border: 0; color: #fff; margin: 0 2%; border-radius: 5px; }
.bot a:hover, .bot button:hover { text-decoration: none; background: #4c0d68; }

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { background: #fff; padding: 3% 0; margin: 30px auto; font-size: 18px; }
.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%; padding: 30px 5%; margin: 25px auto 0; background-color: #fff; }
.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: 18px; 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: #5A077F; border-bottom-color: #5A077F;}
.userlogincomment .user-mainbox .loginBtn { background: #5A077F; }
.userlogincomment .user-mainbox .loginBtn:hover { background: #2b4691;}
.userlogincomment .loginCookie dd .cookie-time { color: #5A077F; }
.userlogincomment .login-tip .registerlink a,
.userlogincomment .login-tip .forget-password a{ color: #5A077F; }

/* 媒体查询 */
@media (max-width:769px) {
    .fixedBtn { display: block; }
}

/* 媒体查询 */
@media (max-width: 1680px) {
    body { min-width: 1400px; }
    .container { max-width: 1400px; }
    .mainNav .a1 { font-size: 18px; }
    .path::before { max-width: 1400px; }
  
    #sideMenu .hd h3 { font-size: 28px; }
    .box > .hd h3 { font-size: 22px; }
}


/* 动画库 */
@keyframes headerIn {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
   }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes iconScale {
    0%,
    100% {
        transform: scale(1);
        animation-timing-function: ease-in-out;
    }
    50% {
        transform: scale(1.2);
        animation-timing-function: ease-in-out;
    }
}
@keyframes bgScale
{
    0%{
        transform: scale(1.04);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes rotate {
    from{
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
}