﻿@charset "UTF-8";
/*
Css for PEL,    ver 1.0
CopyRight  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 { border: 0; vertical-align: top;}
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; }
hr{display: block; height: 0; width: 100%; border: none; margin: 8px 0; border-bottom: 1px solid #ddd;}

/*html5*/
article,aside,dialog,footer,header,section,nav,figure,menu{display:block;}

/* Public */
html{ width:100%; height:100%; }
body{ width:100%; height:100%; color:#333;font:14px/1.6 "Microsoft Yahei",Tahoma,Helvetica,Arial,sans-serif; text-align:center; }
a{color:#333;text-decoration:none; outline:none;}
a:hover {color:#007cc8; 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{height:10px;font-size:0px; line-height:0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.hot,hot a{color:#007cc8 !important}
.nodata{color:#999;}
.fl{float:left !important;}
.fr{float:right !important;}
.hide{display:none; }
.container{width: 1002px; margin: 0 auto;}

/* box 默认盒子 */
.box{margin-bottom: 15px;}
.box .hd{height: 44px; line-height: 44px; padding: 0 0 0 10px; border-bottom: 1px solid #eee;}
.box .hd h3 a{font-weight: bold; color: #007cc8; font-size: 16px;}
.box .hd .more{float: right; font-size: 12px; color: #999;}
.box .bd{padding-top: 5px;}

/* frame */
.wrap{ width:100%;}
#content{width:1002px; margin:0 auto; clear: both; text-align:left}
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}


/* topBar */
#topBar{height: 26px; line-height: 26px; background: #606061;  text-align: left;}
.welcome{color: #fff; font-size: 12px;}
.topPanel{float: right; height: 26px; color: #fff;}
.topPanel a{color: #fff; font-size: 12px; padding: 0 5px;}
.topPanel i{padding: 0 3px; font-size: 12px; color: #999;}

/* 站群导航-公共 */
#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{float: right;font-size: 12px; z-index:5}
#siteLast dt{padding: 0 8px; overflow: hidden;}
#siteLast a{ padding:0; margin:0; color: #333;}
#siteLast dd{ font-size:12px; border: 3px solid #007dc9; right:0px; left:auto; margin:0px; top: 26px;}
#siteLast dd li a{ cursor:pointer;}
#siteLast.on dt{ background-color:#007dc9; color:#fff;}
#siteLast.on dd{display:block;}


/* header */
#header>.container { display: flex; align-items: center; justify-content: space-between; padding: 15px 0;}

.logo{ display: flex; align-items: center;}
.logo img{ max-height: 75px;
      image-rendering: -moz-crisp-edges; /* Firefox */
        image-rendering: -o-crisp-edges; /* Opera */
        image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.logo .site-name { font-weight: bold; font-size: 30px; padding-left: 20px; margin-left: 20px; position: relative;  }
.logo .site-name::before { display: block; content: ""; width: 1px; height: 80%; background-color: #000; opacity: 0.2; left: 0; top: 10%; position: absolute; }


/* 搜索框 */
.s-form{ height: 30px; overflow:visible; z-index:4; background: #fff;position: relative; overflow:hidden; }
.s-form .select-box{ display:none }
.s-form .input-box{ float:left; }
.s-form .input-box input{width: 210px;height: 22px;line-height:22px; border: 1px solid #ddd; border-right: none; font-size:12px;outline: none;float:left; *display: inline;margin:0px;padding: 3px 0px 3px 10px;background: none;}
.s-form .btn-box{ float:right; }
.s-form .btn-box .btn{display:block;width:38px; cursor: pointer; height: 30px;line-height: 30px;border: none;text-align:left;outline:none;background: url(../../base/img/icons-top.png) no-repeat 8px 4px #ffa019;overflow: hidden;text-indent: 300%;color:#fff;}

/* mainNav */
.mainNav { height: 44px; line-height: 44px; display: flex; margin-bottom: 3px; }
.mainNav .li1{ flex: auto; position: relative;}
.mainNav .li1 .a1{display: block; font-size: 16px; }
.mainNav .li1.on1 .a1,.mainNav .li1 .a1:hover{text-decoration: none; color: #e94609; border-bottom: 2px solid #e94609; box-sizing: border-box;}
.mainNav .ul1{display: none; position: absolute; z-index: 1; top: 100%; left: 0; width: 100%; padding: 10px 0; background: #008ade;}
.mainNav .ul1 .li2{height: 36px; line-height: 36px;}
.mainNav .ul1 .li2 .a2{display: block; color: #fff; font-size: 14px;}
.mainNav .ul1 .li2 .a2:hover{text-decoration: none; background: #007dc9;}

/* innerBanner */
.innerBanner{ width: 100%; height: 220px; background-repeat: no-repeat; background-position: center center; background-image: url(../img/innerbanner.jpg);}

/* footer */
#footer{width: 100%; background: #007dc9; clear: both;}
#footYqlj{text-align: left; padding: 11px 0; height: 30px; line-height: 30px; border-bottom: 1px solid #1a8acf;}
#footYqlj .hd{float: left}
#footYqlj .hd h3{font-weight: bold; padding-left: 36px; font-size: 16px; background: url(../img/icon.png) no-repeat 0 -208px;}
#footYqlj .hd h3 a{color: #fff;}
#footYqlj .bd .selects{float: right; width: 880px;}
#footYqlj .bd .selects select{float: left; height: 30px; line-height: 30px; width: 210px; padding: 0 8px; margin-left: 10px; border: none; background: #fff; color: #999;}
#footYqlj .bd .selects select:focus{outline: none; color: #333;}

.footNav{text-align: center; font-size: 0; color: #fff; padding: 24px 0 0;}
.footNav li{display: inline-block; font-size: 12px;}
.footNav li a{color: #fff;}
.footNav .spe{padding: 0 8px;}

.copyRight{padding: 28px 0; text-align: center; font-size: 14px; color: #fff; line-height: 2;}
.copyRight a{color: #fff;}




/* 顶部注册登录 */
#topBar .userLogged{margin-top:0px;}
#topBar .userLogged .notlogged .split{margin:0px;  color: #999;}
.user-mainbox .hd h3,
.user-mainbox .top h3{color:#0068B7 !important;border-bottom:3px solid #0068B7 !important;}
.user-mainbox .loginBtn {background: #0068B7 !important;}
.user-mainbox .loginBtn:hover { background: #007ede !important;}


/* 顶部注册登录 */
#topBar .userLogged .split { font-family: "simsun"; color: #fff !important; }
#topBar .userLogged .userDropdown .nickname { font-weight: normal; }
#topBar .userLogged .userDropdown .nickname:hover { color: #ff0; }
#topBar .userLogged .loggedin .myMsg { background: url(../img/icons-userlogged.png) -37px -237px no-repeat; }
#topBar .userLogged .userDropdown .nickname:after { background: url(../img/userlogged-arrow.png) 0px 0px no-repeat; }
#topBar .userLogged .userDropdown .avatar { display: none; }
#topBar .userLogged .userDropdown .ud-bd { right: -17px; }
#topBar .userLogged .userDropdown .ud-bd li a { opacity: 1; }


/*-- CSS结束 --*/
