﻿@charset "UTF-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/

/* Css Reset */
pre{white-space: pre-wrap; word-wrap: break-word;}
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: 1400px;color: #333;font-size: 16px;line-height: 1.8;font-family: "Microsoft YaHei", 'PingFang SC', SimSun, Arial, Helvetica, Tahoma, sans-serif;text-align: left;-webkit-text-size-adjust: none;}
a{ color: #333; text-decoration: none; outline: none;}
a:hover{color: #00873C;}
.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;}
.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;}
.wrap{margin: 0 auto;}
.oh{overflow: hidden;}
#content { position: relative; width: 1400px; margin: 0 auto; padding: 30px 0; }
.siteWidth{width: 1400px; margin: 0 auto;position: relative;}
#content::before,
#content::after,
.siteWidth::before,
.siteWidth::after { content: ''; display: table; clear: both; }

/* 顶部 */
#header { position: relative; z-index: 2; margin: 0 auto; min-width: 1400px; }


/* logoBar */
.logoBar { position: relative; z-index: 2; margin: 0 auto; background: url(../img/bg-header.jpg) no-repeat center 70% / cover; }
.logoBar .siteWidth { position: relative; padding: 50px 0; display: flex; align-items: center; gap: 30px; justify-content: space-between; }
.logoBar .siteWidth::after,
.logoBar .siteWidth::before { display: none; }
#logo img { max-width: 800px; max-height: 80px; }

/* 主导航 */
.nav { position: relative; height: 60px; }
.mainNav { display: flex; gap: 20px; }
.mainNav .li1 { position: relative; z-index: 1; flex-grow: 1; }
.nav .goHome a,
.mainNav .a1 { display: block; position: relative; height: 60px; line-height: 60px; font-size: 20px; color: #333; text-decoration: none; font-weight: bold; text-align: center; }
.mainNav .a1::after { position: absolute; content: ''; left: 50%; top: 0; width: 150px; margin-left: -75px; height: 2px; background: #EDB74C; transition: all ease 0.6s; visibility: hidden; transform: scaleX(0); }
.mainNav .li1:hover .a1,
.mainNav .on1 .a1 { color: #00873C; }
.mainNav .on1 .a1::after,
.mainNav .li1:hover .a1::after { visibility: visible; transform: scaleX(1); }
.mainNav .ul1 { visibility: hidden; opacity: 0; position: absolute; background: rgba(255, 255, 255, 0.9); left: 50%; width: 150px; top: 100%; margin-left: -75px; padding: 10px 0; transition: all ease 0.6s; }
.mainNav .hasUl1:hover .ul1 { visibility: visible; opacity: 1; }
.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: #00873C; color: #fff; }

/* 顶部栏 */
.topPanel { display: flex; align-items: center; position: absolute; right: 0; top: 0; z-index: 3; padding: 0 10px; line-height: 36px; font-size: 12px; gap: 10px; color: #fff; background: rgba(0, 0, 0, 0.3); border-radius: 0 0 8px 8px; }
.topPanel a { color: inherit; }
.topPanel .split { width: 1px; height: 12px; background: rgba(255, 255, 255, 0.5); font-size: 0; }
.topPanel dl { position: relative; }
.topPanel dt > a { position: relative; display: block; font-size: 12px; padding: 0 10px; text-decoration: none; }
.topPanel dt > a:hover { background: rgba(0, 0, 0, .2); }
.topPanel dt .iconfont { font-size: 16px; vertical-align: top; display: inline-block; margin-right: 0.4em; }
.topPanel 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; }
.topPanel dd::before { position: absolute; content: ''; width: 0; height: 0; left: 50%; bottom: 100%; margin-left: -8px; border: 8px solid transparent; border-bottom-color: #fff; }
.topPanel dd img,
.topPanel dd canvas { width: 150px; height: 150px; }
.topPanel dl:hover dd { visibility: visible; opacity: 1; }
.topPanel dl:hover dt a::before { transform: scaleX(1); }

/* 搜索面板 */
.searchPanel { display: flex; align-items: flex-start; gap: 20px; margin-top: 20px; position: relative; z-index: 2; }

/* 站群导航-公共 */
#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 { height: 40px; }
#siteLast dt { padding: 0 20px; border-radius: 500px; line-height: 36px; color: #fff; font-size: 12px; background: rgba(0, 0, 0, 0.5); }
#siteLast dt::after { font-family: "fontpower"; content: '\e1cf'; vertical-align: top; display: inline-block; font-size: 14px; margin-left: 0.4em; }
#siteLast:hover dt { background: #EDB74C; }
#siteLast dd {  margin-top: 4px; width: 840px; padding: 20px; left: auto; right: 0; transform: none; font-size: 14px; display:none; border: 3px solid #EDB74C; color: #333; }
#siteLast dd::before { border-bottom-color: #EDB74C; 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; }
#siteLast:hover dd { display: block; }

/* 搜索框 */
.s-form { width: 280px; 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: 6px 20px; line-height: 24px; border: 0; outline: none; background: #fff; color: #333; font-size: 14px; border-radius: 500px 0 0 500px; box-sizing: border-box; }
.s-form .input-box .dropdown-word { position: absolute; top: 100%; width: 100%; left: 16px; 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: #EDB74C; border: none; padding: 0 15px; height: 36px; line-height: 36px; color: #fff; font-weight: bold; font-size: 14px; border-radius: 0 500px 500px 0; outline: none; }
.s-form .btn-box .btn .fa { font-weight: normal; font-size: 18px; }
.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; }

.pageBanner { position: relative; height: 300px; background: #eee url(../img/page-banner.jpg) no-repeat center center / cover; }

/*侧栏 */
.side { width: 300px; margin-right:30px; float: left;}
.mainContent{overflow: hidden;}

/* 网站底部 ----------------------------------- */
#footer { position: relative; padding: 50px 0; color: #fff; background: linear-gradient(rgba(0, 135, 60, 0.92), rgba(0, 135, 60, 0.92)), url(../img/bg-footer.jpg) no-repeat center 70% / cover; }
#footer a { color: inherit; }
#footer .rowBar { margin-top: 30px; }
#footer .rowBar:first-child { margin-top: 0; }
#footer .rowBar > .siteWidth { display: flex; align-items: center; gap: 50px; }
#footer .rowBar > .siteWidth::before,
#footer .rowBar > .siteWidth::after { display: none; }
#footer .copyRight { line-height: 2.2; font-size: 16px; text-align: left; }
#footer .copyRight img { vertical-align: text-bottom; }
#footer .pics { position: absolute; right: 400px; top: 50%; transform: translateY(-50%); }
#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: 28px; color: #fff; text-align: center; background: rgba(255, 255, 255, 0.2); border-radius: 5px; transition: all ease 0.5s; }
.footerQR .icon .fa { display: inline-block; vertical-align: top; line-height: inherit; }
.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 { text-align: left; line-height: 30px; }
#footer .friendLinks .siteWidth { gap: 10px; }
#footer .friendLinks h3 { font-size: 16px; font-weight: bold; }
#footer .friendLinks .list { display: flex; flex-wrap: wrap; gap: 20px; }
#footer .friendLinks .list li { font-size: 16px; }

/* goTop */
#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;}

/* winMark */
#winMark{ z-index: 1;width: 100%;display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .8);left: 0;top: 0;}

/* box */
.box { margin-top: 20px; }
.box:first-child { margin-top: 0; }
.box > .hd { position: relative; display: flex; align-items: center; gap: 20px; height: 80px; line-height: 80px; border-bottom: 1px solid #eee; }
.box > .hd a { color: inherit; text-decoration: none; }
.box > .hd ul { position: relative; display: flex; gap: 20px; }
.box > .hd li,
.box > .hd h3 { position: relative; font-size: 24px; font-weight: bold; color: #333; }
.box > .hd li.on,
.box > .hd h3 { height: 78px; border-bottom: 3px solid #EDB74C; color: #00873C; }
.box > .hd h3::before,
.box > .hd ul::before { position: absolute; content: ''; left: 100%; top: 52%; width: 7px; height: 7px; margin-left: 30px; background: rgba(0, 135, 60, 0.2); transform: translateY(-50%) rotate(45deg); }
.box > .hd h3::after,
.box > .hd ul::after { position: absolute; content: ''; left: 100%; top: 52%; width: 250px; height: 1px; margin-left: 38px; background: linear-gradient(90deg, rgba(0, 135, 60, 0.2), transparent); transform: translateY(-50%); }
.box > .hd .more { order: 1; margin-left: auto; font-size: 14px; color: #999; font-weight: bold; }
.box > .hd .more:hover { color: #00873C; }
.box > .bd { padding-top: 30px; }


/* sideBox */
.sideBox .hd{height: 54px;line-height: 54px;  padding: 0 20px; color: #fff;overflow: hidden;background: #00873C;}
.sideBox .hd h3{font-size: 20px;color: #fff;}
.sideBox .hd h3 a{color: #fff}
.sideBox .bd{padding: 14px 20px; background-color:#fff; border:1px solid #ddd; border-top: none; border-bottom:2px solid #00873C; overflow: hidden;}

.path { color: #666; }
.path a,
.path span{padding: 0 5px; color: inherit; }

/* mainBox */
.mainBox .mHd { height: 68px;line-height: 64px;border-bottom: 2px solid #ddd;position: relative;}
.mainBox .mHd h3{float: left; height: 68px; font-size: 26px; font-weight: bold; border-bottom:2px solid #EDB74C;color: #333;}
.mainBox .mHd h3 span{vertical-align:top;}
.mainBox .mHd .path{font-size: 14px;float: right;}
.mainBox .mBd { padding: 30px 0 0; }


/* 顶部注册登录 */
#header .userLogged{margin-top:7px;}
#header .userLogged .notlogged .split{margin:0px}
.user-mainbox .hd h3,
.user-mainbox .top h3{color:#00873C !important;border-bottom:3px solid #00873C !important;}
.user-mainbox .loginBtn {background: #00873C !important;}
.user-mainbox .loginBtn:hover { background: #15ad9d !important;}
.nav .spe.onspe{display:none;}
