﻿@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: center;-webkit-text-size-adjust: none;background: #fff;}
a{ color: #333; text-decoration: none; outline: none;}
a:hover{color: #c00;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: 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;overflow: hidden;}
.oh{overflow: hidden;}
.siteWidth{width: 1400px; margin: 0 auto;position: relative;}
.siteWidth::before,
.siteWidth::after{ content: ""; display: table; clear: both;}

#content{padding: 20px 0; text-align: left;}

/*顶部 S*/
#header{position: relative; padding-bottom: 150px; background: #0F5356 url(../img/headerbg.jpg) no-repeat center center / cover;}
#header .logoBar{ padding: 20px 0; }
#header .logo{ position: relative;z-index: 3; float: left; margin: 0 50px 0 0;}
#header .logo img{max-width:800px; max-height:80px}
.topPanel{ position: relative; float: right; margin-top: 22px; z-index: 5;height: 36px;line-height: 36px;color: #fff;text-align: left;font-size: 12px;}
.topPanel .links {  margin-left: 20px; float: left;color: #fff;z-index: 3; display: flex; gap: 10px; }
.topPanel .links a { color: inherit; }
.topPanel .links dl { position: relative; }
.topPanel .links dt > a { position: relative; display: block; font-size: 12px; padding: 0 20px; border-radius: 500px; text-decoration: none; background: rgba(0, 0, 0, 0.25); }
.topPanel .links dt > a:hover { background: #1f888d; }
.topPanel .links dt .iconfont { font-size: 16px; vertical-align: top; display: inline-block; margin-right: 0.4em; }
.topPanel .links 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 .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; }
.topPanel .links dd img,
.topPanel .links dd canvas { width: 150px; height: 150px; }
.topPanel .links dl:hover dd { visibility: visible; opacity: 1; }
.topPanel .links dl:hover dt a::before { transform: scaleX(1); }

.topPanel .links dl dt > a::before { font-family: "fontpower"; vertical-align: top; display: inline-block; font-size: 18px; margin-right: 0.4em; }
.topPanel .links dl.phone dt > a { padding: 0 9px; }
.topPanel .links dl.phone dt > a::before { margin-right: 0; content: '\e6d4'; }
.topPanel .links dl.home dt > a::before { content: '\e67f'; }

.s-form{ float: left; background: #bdd2cb; border-radius: 500px;}
.s-form .select-box{ display: none}
.s-form .input-box{ position: relative; float: left;}
.s-form .input-box input{display: block; width: 180px;height: 20px;line-height: 20px;border: 0;font-size: 14px;outline: none;padding: 8px 20px; background: #fff; border-radius: 500px 0 0 500px;}
.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 { font-size: 14px; line-height: 40px; height: 40px; padding: 0 20px; text-indent: 0; }
.s-form .btn-box{ float: left; }
.s-form .btn-box .search{display: block; padding: 0 15px; height: 36px; line-height: 36px;color: #fff; text-align: center;outline: none;border: 0;background: #EDB74C;font-size: 14px; font-weight: bold; border-radius: 0 500px 500px 0; outline: none; }
.s-form .btn-box .search .fa { font-weight: normal; font-size: 18px; }

/*顶部 E*/
.pageBanner{ width: 1400px; margin: -130px auto 0; height: 300px; background: #fff url(../img/page-banner.jpg) no-repeat center center / cover; position: relative; z-index: 1}

/* 站群导航-公共 */
#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}
#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: 44px; }
#siteLast dt { border-radius: 500px; padding: 0 20px 0 40px; background: rgba(0, 0, 0, .2) url(../img/icon.png) no-repeat 16px -100px; color: #fff; }
#siteLast dd { display: none; margin-top: 0; width: 840px; padding: 20px; left: auto; right: 0; top: 100%; transform: none; font-size: 14px; border: 3px solid #0F5356; color: #333; }
#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.on dt { background-color: #1f888d; color: #fff; }



/*导航 */
.nav{ position: relative; z-index: 4; height: 60px;line-height: 60px; border-top: 1px solid rgba(255, 255, 255, 0.1);}
.nav .siteWidth{ overflow: visible;}
.mainNav{ display: flex; font-size: 20px;position: relative;zoom: 1;}
.mainNav .li1{ flex-grow: 1; gap: 20px; text-align: center;position: relative;}
.mainNav .a1{display: block;zoom: 1;color: #fff; font-weight: bold; }
.mainNav .a1:hover{ text-decoration: none;}
.mainNav .on1 .a1{background: rgba(255, 255, 255, 0.1);  }
.mainNav .ul1{overflow: hidden;position: absolute;left: 0;top: 100%;width: 100%; display: none;background: #11434a;}
.mainNav .a2{font-size: 16px;display: block;line-height: 26px;padding: 10px;color: #fff;}
.mainNav .a2:hover{background: #0F5356;text-decoration: none;}

/*侧栏 */
.side{width: 300px; margin-left: 30px; float: right;}
.mainContent{overflow: hidden;}

/* 网站底部 ----------------------------------- */
#footer { position: relative; padding: 50px 0; color: #fff; background: linear-gradient(rgba(15, 83, 86, 0.92), rgba(15, 83, 86, 0.92)), url(../img/footerbg.jpg) no-repeat center 70% / cover; }
#footer a { color: inherit; }
#footer .rowBar { margin-top: 40px; }
#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; }
#footer .friendLinks .siteWidth { 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; content: '';right: 20px;top: 50%; width: 0; height: 0; border: 6px solid transparent; border-bottom: none; border-top-width: 8px; border-top-color: #fff; 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; }

/* 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 > .hd { position: relative; height: 30px; line-height: 30px; padding-left: 12px; }
.box > .hd::before { position: absolute; content: ''; left: 0; top: 5px; width: 5px; height: 20px; background: #0F5356; border-radius: 500px; }
.box > .hd a { color: inherit; text-decoration: none; }
.box > .hd li,
.box > .hd h3 { float: left; font-size: 24px; font-weight: bold; color: #999; }
.box > .hd li.on,
.box > .hd h3 { color: #333; }
.box > .hd li { margin-right: 30px; }
.box > .hd .more { float: right; padding: 0 20px; line-height: 28px; font-size: 12px; color: #0F5356; border: 1px solid #0F5356; border-radius: 500px; }
.box > .hd .more:hover { background: #0F5356; color: #fff; }
.box > .bd { padding-top: 30px; }

/* sideBox */
.sideBox .hd{height: 40px;line-height: 40px; padding-left: 20px; color: #fff;overflow: hidden;background: #0F5356;}
.sideBox .hd .more{float: right;display: block;width: 40px;height: 30px;overflow: hidden;line-height: 100px; margin-top: 15px;}
.sideBox .hd h3{font-size: 16px;color: #fff;}
.sideBox .hd h3 a{color: #fff}
.sideBox .bd{padding: 5px 10px; overflow: hidden;}

.path a,.path span{padding: 0 5px;}
.path em{ padding-left: 15px; background: url(../img/icon.png) no-repeat 0 -247px}

/* mainBox */
.mainBox .mHd{height: 60px;line-height: 60px;border-bottom: 2px solid #ddd;position: relative;}
.mainBox .mHd h3{float: left; font-size: 24px; font-weight: bold; border-bottom:2px solid #0F5356;color: #0F5356;}
.mainBox .mHd h3 span{vertical-align:top;}
.mainBox .mBd{padding: 20px 0 0;overflow: hidden;}
.mainBox .mHd .path{font-size: 14px;float: right;}

/* 顶部注册登录 */
.topBar .userLogged{margin-top:2px;}
.topBar .userLogged a{color:#ffffff;}
.topBar .userLogged .notlogged .split{margin:0px}
.user-mainbox .hd h3,
.user-mainbox .top h3{color:#0F5356 !important;border-bottom:3px solid #0F5356 !important;}
.user-mainbox .loginBtn {background: #0F5356 !important;}
.user-mainbox .loginBtn:hover { background: #1f6d71 !important;}

/*-- CSS结束 --*/