﻿@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: #2FA64C; }
.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; }

/* 字体 */
@font-face {
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  src: url("../fonts/SourceHanSerifCN-Medium.woff2") format("woff2"),
  url("../fonts/SourceHanSerifCN-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSerifCN";
  font-weight: 700;
  src: url("../fonts/SourceHanSerifCN-Bold.woff2") format("woff2"),
  url("../fonts/SourceHanSerifCN-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSerifCN";
  font-weight: 900;
  src: url("../fonts/SourceHanSerifCN-Heavy.woff2") format("woff2"),
  url("../fonts/SourceHanSerifCN-Heavy.woff") format("woff");
  font-display: swap;
}

/* 公共 */
.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%; object-fit: cover; }

/* 框架 */
body { min-width: 1400px; 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: 1400px; zoom: 1; }
#content { position: relative; min-height: 600px; background: #fff; }
#content > .container { padding: 40px 0; }

/* 顶部 */
#header { position: fixed; left: 0; right: 0; top: 0; z-index: 2; animation: headerIn 1s ease 1; margin: 0 auto; min-width: 1400px; }
#header::before { position: absolute; left: 0; top: 0; right: 0; bottom: -175px; content: ''; background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }

/* logoBar */
.logoBar { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 30px; padding: 0 20px; max-width: 1680px; margin: 0 auto; }
#logo { align-self: center; }
#logo a { display: block; }
#logo img { max-width: 490px; max-height: 79px; }
.topCon { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-end; }

/* 主导航 */
.nav { position: relative; height: 80px; }
.mainNav { display: flex; }
.mainNav .li1 { position: relative; z-index: 1; }
.mainNav .a1 { display: block; position: relative; height: 80px; line-height: 80px; padding: 0 20px; font-size: 20px; color: #fff; text-decoration: none; font-weight: bold; text-align: center; }
.mainNav .a1::before { position: absolute; content: ''; left: 50%; bottom: 0; margin-left: -1px; width: 2px; height: 17px; background: #EDB74C; transition: all ease 0.6s; visibility: hidden; transform: scaleY(0); transform-origin: center bottom; }
.mainNav .a1::after { position: absolute; content: ''; left: 50%; bottom: 0; width:150px; margin-left: -75px; height: 2px; background: #EDB74C; transition: all ease 0.6s; visibility: hidden; transform: scaleX(0); }
.mainNav .li1.hasUl1:hover .a1::before { visibility: visible; transform: scaleY(1); }
.mainNav .li1.hasUl1:hover .a1::after { visibility: visible; transform: scaleX(1); }
.mainNav .on1 .a1 { color: #EDB74C; }
.mainNav .ul1 { display: none; position: absolute; background: rgba(255, 255, 255, 0.9); left: 50%; width:150px; top: 100%; margin-left: -75px; padding: 10px 0; }
.mainNav .a2 { display: block; padding: 10px 1em; font-size: 16px; line-height: 22px; color: #333; text-align: center; }
.mainNav .li2 .a2:hover { text-decoration: none; background: linear-gradient(180deg, #2FA64C 35.91%, #EDB74C 150%); color: #fff; }

/* 顶部栏 */
.topLinks { display: inline-flex; vertical-align: top; align-items: center; position: relative; z-index: 2; padding: 0 56px; line-height: 29px; font-size: 12px; gap: 10px; color: #fff; }
.topLinks::before,
.topLinks::after { position: absolute; z-index: -1; content: ''; left: 0; top: 0; width: 50%; height: 100%; background: url(../img/bg-top-links.png) no-repeat left center / auto 100%; }
.topLinks::after { left: auto; right: 0; background-position: right center; }
.topLinks a { color: inherit; }
.topLinks .split { width: 1px; height: 8px; background: rgba(255, 255, 255, 0.5); font-size: 0; }
.topLinks dl { position: relative; padding: 8px 0; }
.topLinks dt > a { position: relative; display: block; font-size: 12px; padding: 0 10px; text-decoration: none; }
.topLinks dt > a:hover { background: #EDB74C; border-radius: 2px; }
.topLinks dt .iconfont { font-size: 16px; vertical-align: top; display: inline-block; margin-right: 0.4em; }
.topLinks dd { transition: all ease 0.2s; margin-top: 8px; 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; box-shadow: 0 0 15px rgba(0, 0, 0, .15); visibility: hidden; opacity: 0; }
.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: 150px; height: 150px; }
.topLinks dl:hover dd { visibility: visible; opacity: 1; }
.topLinks dl:hover dt a::before { transform: scaleX(1); }

.topLinks dl dt > a::before { font-family: "iconfont"; vertical-align: top; display: inline-block; font-size: 16px; margin-right: 0.4em; }
.topLinks dl.phone dt > a::before { content: '\e626'; }
.topLinks dl.mail dt > a::before { content: '\e600'; }

/* 站群导航-公共 */
#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 10px; }
#siteLast dt::after { font-family: "iconfont"; content: '\e68e'; vertical-align: top; display: inline-block; font-size: 14px; margin-left: 0.4em; }
#siteLast:hover dt { background: #EDB74C; border-radius: 2px; }
#siteLast dd { overscroll-behavior: contain; margin-top: 4px; width: 840px; padding: 20px; left: auto; right: 0; transform: none; font-size: 14px; display:block; border: 3px solid #2FA64C; color: #333; }
#siteLast dd::before { border-bottom-color: #2FA64C; left: auto; margin-left: 0; right: 20px; }
#siteLast dd ul { line-height: 1; font-size: 0; white-space: normal; }
#siteLast dd ul li { float: none; display: inline-block; vertical-align: top; font-size: 14px; height: auto; line-height: 20px; padding: 6px 0; }

/* 搜索框弹窗 */
.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; font-size: 14px; }
.s-form .btn-box .btn { background: linear-gradient(180deg, #2FA64C 35.91%, #EDB74C 150%); 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; }

/* 顶部-固定 */
.logoBar,
#logo a,
#logo img,
.mainNav .a1{ transition: all ease 0.6s; }

#header.fixedTop { position: fixed; animation: headerFixed 1s ease 1; box-shadow: 0 4px 8px rgba(0, 0, 0, .15); }
#header.fixedTop::before { bottom: 0; background: #fff; }
#header.fixedTop #logo a { background: url(../img/logo-custom.png) no-repeat left center; background-size: contain; }
#header.fixedTop #logo img { visibility: hidden; opacity: 0; }
#header.fixedTop .mainNav .a1 { color: #333; }
#header.fixedTop .mainNav .on1 .a1 { color: #EDB74C; }
#header.fixedTop .topPanel li a { color: #333; border-color: #e5e5e5; }
#header.fixedTop .topPanel li a:hover { background: linear-gradient(180deg, #2FA64C 0%, #EDB74C 100%); color: #fff; border-color: #fff; }

/* 导航响应式 */
@media (max-width: 1650px) {
    #logo img { max-width: 420px; max-height: 70px; }
    .mainNav #li-home { display: none; }
    .mainNav .a1 { padding: 0 15px; }
}


/* 网站底部 ----------------------------------- */
#footer { position: relative; color: #fff; border-top: 5px solid #EDB74C; background: #2FA64C; }
#footer a { color: inherit; }
#footer .rowBar { padding: 30px 0; }
#footer .rowBar .container { display: flex; align-items: center; }
#footer .footerLogo { height: 100%; display: flex; align-items: center; }
#footer .footerLogo img { max-width: 370px; max-height: 60px; }
#footer .rowCopy .container { padding: 20px 0 30px; border-top: 1px solid rgba(255, 255, 255, 0.2);  }
#footer .copyRight { display: flex; justify-content: space-between; line-height: 2; font-size: 14px; text-align: left; gap: 30px; }
#footer .copyRight img { vertical-align: text-bottom; }
#footer .pics { position: absolute; right: 400px; bottom: 100%; margin-bottom: 25px; }
#footer .pics img { vertical-align: middle; margin: 0 3px; }

.footerNav { margin-bottom: 10px; display: flex; flex-wrap: wrap; gap: 16px; }
.footerNav li { font-size: 14px; line-height: 24px; }

/* 图标-二维码 */
.footerQR { margin-left: auto; display: flex; gap: 20px; font-size: 0; line-height: 1; }
.footerQR li { position: relative; }
.footerQR .icon { display: block; width: 60px; height: 60px; line-height: 60px; text-decoration: none; font-size: 32px; color: #fff; text-align: center; background: rgba(255, 255, 255, 0.2); border-radius: 5px; transition: all ease 0.5s; }
.footerQR .pic { position: absolute; z-index: 1; left: 50%; bottom: 100%; transform: translateX(-50%); margin-bottom: 15px; padding: 10px; border-radius: 10px; background: #fff; transition: all ease 0.8s; box-shadow: 0 0 15px rgba(0, 0, 0, .15); visibility: hidden; opacity: 0; }
.footerQR .pic::before { position: absolute; content: ''; width: 0; height: 0; left: 50%; top: 100%; margin-left: -10px; border: 10px solid transparent; border-top-color: #fff; }
.footerQR .pic canvas,
.footerQR .pic img { width: 180px; height: 180px; }
.footerQR .phone .pic { padding: 20px; }
.footerQR .phone .pic img { width: 160px; height: 160px; }
.footerQR li:hover .pic { visibility: visible; opacity: 1; }
.footerQR .icon:hover { background: #EDB74C; outline-color: transparent; color: #fff; text-decoration: none; }
.footerQR .wx .icon:hover { background: #2aae67; }
.footerQR .wb .icon:hover { background: #d52c2b; }
.footerQR .mail .icon:hover { background: #0064b0; }

/* 友情链接 */
#footer .friendLinks { padding-bottom: 10px; }
.friendLinks .container { justify-content: center; gap: 20px; }
.friendLinks dl { position: relative; flex: 1 0 335px; }
.friendLinks dt { position: relative; height: 46px; line-height: 46px; border-radius: 0; border: none; text-align: left; background: rgba(255, 255, 255, 0.1); padding: 0 50px 0 20px; font-size: 16px; color: #fff; box-shadow: none; overflow: hidden; white-space: normal; cursor: pointer; border-radius: 10px; }
.friendLinks dt::after { position: absolute; font-family: "iconfont"; content: '\e603'; right: 20px; top: 50%; font-size: 13px; transform: translateY(-50%); }
.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: translateY(-50%) rotate(180deg); }
.friendLinks .on dd { display: block; }

/* 侧栏固定菜单 */
.sideFixed { z-index: 9; position: fixed; top: 50%; left: 50%;; margin-left: 760px; width: 110px; transform: translateY(-50%); transition: all ease 0.5s; }
.sideFixed.collapsed { left: 100%; margin-left: 0; }
.sideFixed .currentDate { position: relative; margin-bottom: -55px; height: 110px; display: flex; gap: 8px; flex-direction: column; justify-content: center; align-items: center; line-height: 1; color: #fff; font-size: 12px; background: linear-gradient(180deg, #2FA64C 35.91%, #EDB74C 150%); border-radius: 50%; box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25); }
.sideFixed .currentDate .dd { font-size: 24px; font-weight: bold; }
.sideFixed .menuList { padding: 55px 0 20px; background: linear-gradient(180deg, rgba(47, 166, 76, 0.9) 66.59%, rgba(237, 183, 76, 0.9) 127.47%); border-radius: 0 0 10px 10px; }
.sideFixed li { position: relative; margin-bottom: 1px; }
.sideFixed li a { position: relative; display: block; padding: 20px 1.5em 10px; color: #fff; text-align: center; line-height: 20px; font-size: 14px; }
.sideFixed li a .iconfont { font-size: 16px; }
.sideFixed li a::after { position: absolute; content: ''; left: 0; right: 0; bottom: 0; width: 4em; height: 1px; background: rgba(255, 255, 255, 0.1); margin: auto; transition: all ease 0.5s; }
.sideFixed li a:hover { font-weight: bold; }
.sideFixed li a:hover::after { width: 6em; height: 40px; border-radius: 4px; background: rgba(255, 255, 255, 0.2); }

.sideFixed .close .iconfont { display: inline-block; transform: rotate(90deg); }
.sideFixed .close::after { width: 6em; height: 40px; border-radius: 4px; }
.sideFixed .close:hover::after { background: rgba(255, 255, 255, 0.2); }

.sideFixed .open { position: absolute; top: 50%; right: 100%; width: 40px; height: 60px; line-height: 60px; text-align: center; border-radius: 6px; font-size: 16px; color: #fff; background: linear-gradient(90deg, rgba(47, 166, 76, 0.9) 36%, rgba(237, 183, 76, 0.9) 150%); transform: translateY(-50%); visibility: hidden; opacity: 0; transition: all ease 0.5s; }
.sideFixed.collapsed .open { visibility: visible; opacity: 1; }
.sideFixed .open .iconfont { display: inline-block; transform: rotate(-90deg); }


@media (max-width: 1780px) {
  .sideFixed { left: auto; margin-left: 0; right: 20px; }
  .sideFixed.collapsed { left: auto; margin-left: 0; right: -110px; }
}

/* 手机版按钮 */
.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: #2FA64C; box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.25) inset; text-decoration: none; }

/* goTop */
#goTop { position: fixed; 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: 560px; background-image: url(../img/page-banner.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden; }

/* 侧栏 和 主栏 */
.side { float: left; width: 280px; margin: 0 30px 0 0; }
.side.fr { margin: 0 0 0 30px; }
.mainContent { overflow: hidden; position: relative; }

/* 位置导航 */
.path { background: #f8f8f8; padding: 14px 20px; margin-bottom: 30px; color: #666; line-height: 24px; text-align: left; font-size: 16px; }
.path em::before { font-size: 1.1em; font-family: "iconfont"; content: '\e640'; display: inline-block; color: #ccc; vertical-align: top; margin-right: 6px; }
.path a, .path span { padding: 0 4px; color: inherit; }

/* 侧栏-栏目菜单 */
#sideMenu > .hd { background: url(../img/bg-side-hd.png) no-repeat center top / 100% auto; text-align: center; border: none; }
#sideMenu > .hd h3 { font-weight: bold; font-size: 32px; line-height: 42px; color: #fff; background: none; padding: 64px 20px 18px; }
#sideMenu > .bd { padding: 0; }
#sideMenu li { border-left: 5px solid #2FA64C; }
#sideMenu li a { position: relative; display: block; padding: 17px 1.5em; font-size: 18px; line-height: 26px; background: #fff; text-decoration: none; color: #333; text-align: center; border-bottom: 1px solid #eee; border-right: 1px solid #eee; }
#sideMenu li a:hover { background: #FAF9F2; }
#sideMenu li.on { border-left-color: #EDB74C; }
#sideMenu li.on a { font-weight: bold; background: #FAF9F2; color: #EDB74C; }

/* box - 标准盒子 */
.box > .hd { height: 59px; line-height: 59px; border-bottom: 1px solid #d9d9d9; }
.box > .hd h3,
.box > .hd li { float: left; padding: 0 20px; height: 57px; line-height: 55px; margin-right: 20px; text-align: center; font-size: 24px; color: #333; }
.box > .hd h3,
.box > .hd li.on { font-weight: bold; border-bottom: 3px solid #2FA64C; }
.box > .hd h3 a,
.box > .hd li a { text-decoration: none; color: inherit; }
.box > .hd .more { position: relative; z-index: 1; margin-left: 20px; float: right; font-size: 14px; color: #999; }
.box > .hd .more::after { margin-left: 10px; display: inline-block; vertical-align: top; font-family: "iconfont"; content: '\e607'; font-size: 16px; transition: all ease 0.6s; }
.box > .hd .more:hover { color: #2FA64C; text-decoration: none; }
.box > .hd .more:hover::after { animation: more 2s ease infinite; }
.box > .bd { padding: 20px 0 0; }

/* 侧栏盒子 */
.sideBox { margin-top: 20px; background: #fff; }
.sideBox > .hd { padding: 14px 20px; background: linear-gradient(101.5deg, #2FA64C 5.67%, #EDB74C 139.69%); }
.sideBox > .hd h3 { line-height: 36px; font-size: 18px; color: #fff; font-size: 20px; font-weight: bold; }
.sideBox > .hd h3 .iconfont { display: inline-block; vertical-align: top; margin-right: 10px; color: #fff; font-size: 30px; font-weight: normal; line-height: inherit; }
.sideBox > .bd { padding: 15px 20px; border: 1px solid #eee; border-top: none; }

/* 主体盒子 */
.mainBox .mHd { display: flex; align-items: center; gap: 30px; font-size: 0; line-height: 1; border-bottom: 1px solid #eee; }
.mainBox .mHd h3 { padding: 51px 0 30px; font-size: 30px; line-height: 42px; color: #2FA64C; font-weight: bold; }
.mainBox .mHd h3 span { display: block;
    background: linear-gradient(90deg, #2FA64C 0%, #EDB74C 140%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.mainBox .mHd h3 span::after { position: absolute; z-index: -1; content: ''; left: 0; bottom: -2px; width: 100%; height: 3px; background: linear-gradient(90deg, #2FA64C 0%, #EDB74C 140%); }
.mainBox .mHd h3 a { color: inherit; text-decoration: none; }
.mainBox .mHd .path { margin: 24px 0 0 auto; padding: 0; background: none; border: none; }
.mainBox .mBd { padding: 30px 0 0; }

.container > .mainBox { margin-top: -40px; }

/* 节点归档信息样式 */
.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: #054DBC; border: 0; color: #fff; margin: 0 2%; border-radius: 5px; }
.bot a:hover, .bot button:hover { text-decoration: none; background: #2FA64C; }

/* 依申请、信访、咨询等通用 查询页样色 */
.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: #2FA64C; border-bottom-color: #2FA64C;}
.userlogincomment .user-mainbox .loginBtn { background: #2FA64C; }
.userlogincomment .user-mainbox .loginBtn:hover { background: #2b4691;}
.userlogincomment .loginCookie dd .cookie-time { color: #2FA64C; }
.userlogincomment .login-tip .registerlink a,
.userlogincomment .login-tip .forget-password a{ color: #2FA64C; }

/* 媒体查询 */
@media (max-width:769px) {
    .fixedBtn { display: block; }
}
@media (max-width: 1440px) {
    body {
        zoom: 0.9;
    }
    [data-aos]{
        opacity:1 !important;
        transform:none !important;
    }
}
@media (max-width: 1300px){
    body{ zoom: 0.75; }
}

@media (max-width:1100px){
    body{ zoom: 0.7; }
}

/* 动画库 */
@keyframes headerIn {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes headerFixed {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@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 rotate {
    from{
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
}

@keyframes rotate90 {
    0%{
      transform: rotate(0deg);
    }

    50% {
      transform: rotate(90deg);
    }

    100% {
      transform: rotate(0deg);
    }
}
@keyframes more {
  0%{
    transform: translateX(0);
  }
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(6px);
  }
  10% {
    transform: translateX(0);
  }
}