﻿@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;}

/* 重置样式 */
/*----- 重置所有元素样式 -----*/
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,menu,tbody,tfoot,thead,th,tr,td,video,tt,u,ul,var{background:transparent;font-size:100%;margin:0;padding:0;border:0;outline:0;}
blockquote,q{quotes:none;}
table,table td{padding:0;border:none;border-collapse:collapse;border-spacing:0;}
img{vertical-align:top;}
embed{vertical-align:top;}
/*获得html5新的标签的行为*/
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block;}
mark,rp,rt,ruby,summary,time{display:inline;overflow:hidden;}

/*预置全局样式*/
html{height:100%;}
body{height:100%;background-color:#fff;color:#333;font-size:12px;line-height:1.42857143;font-family:"宋体","Microsoft YaHei","Helvetica Neue",SimSun,SimHei,Arial,Helvetica,Tahoma,Verdana,Georgia;cursor:default;word-break:normal;word-wrap:break-word;
-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;-ms-transition:all 300ms ease;}
a{color:#333;text-decoration:none;}
a:hover{color:red;}
li,ol,ul{list-style:none;vertical-align:middle;}
hr{margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}
label{display:inline-block;}
legend{font-weight:700;}
button{border:none;cursor:pointer;}
q:after,q:before{content:'';}
p{line-height:1.75;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
caption,th{text-align:left;}
abbr,acronym{border:0;font-variant:normal;}
button,input,select,textarea{margin: 0;font-size: 100%;}
sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0;}
sup{top:-.5em;}
sub{bottom:-.25em;}
small{font-size:85%;}
code{padding:2px 4px;border:1px solid #e1e1e8;background-color:#f7f7f9;color:#d14;white-space:nowrap;}
blockquote{margin:0 0 1em;padding:0.75em 1em;border-left:5px solid #eee;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;font-size: 100%;}
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:".";}
* html .clearfix{height:1%;}
.close{float:right;display:inline-block;*display:inline;zoom:1;color:#000;text-shadow:0 1px 0 #fff;font-weight:700;font-size:20px;line-height:24px;opacity:.2;filter:alpha(opacity=20);}
.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.4;cursor:pointer;filter:alpha(opacity=40);}
button.close{padding:0;border:0;background:0 0;cursor:pointer;-webkit-appearance:none;}

/* 布局 */
body{min-width:980px;}
.container{clear:both;margin:0 auto;width:980px;overflow:hidden;}
.row{clear:both;overflow:hidden;}
.pullLeft{float:left;margin-right:20px;}
.pullRight{float:right;margin-left:20px;}
.center{text-align:center;}
.mt10{margin-top:10px;}
.mr10{margin-right:10px;}
.mb10{margin-bottom:10px;}
.ml10{margin-left:10px;}


.wrap{background:#fff url("../img/bg.jpg") no-repeat center top;}

/* 顶部 */
#header{position:relative;z-index:4;clear:both;margin:0 auto;width:980px;overflow:visible; display: block;}
.logo{position:absolute;top:5px;}
.userPanel{position:absolute; z-index: 9; right:70px;top:10px;}
.userPanel a{display:inline-block;*display:inline;zoom:1;padding:0 2px;line-height:30px;cursor:pointer;}

/* 站群导航-公共 */
#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{position:absolute;z-index:4;right:0;top:10px;}
#siteLast dt{padding: 0 10px; height:30px; line-height: 30px; }
#siteLast a{ padding:0; margin:0;}
#siteLast dd{font-size:12px;border: 3px solid #2085c0;right:0px;left:auto;margin:0px;top: 30px;}
#siteLast li a{ cursor:pointer;}
#siteLast.on dt{ background-color:#2085c0; color:#fff;}

/*手机版二维码*/
#header .links{width: auto; float: left;}
#header .links>dl{color: #fff; position: relative; float: left; z-index:2;}
#header .links>s{ float: left; text-decoration: none; line-height: 30px; width: 5px; margin:0 5px; overflow: hidden; text-align: center;}
#header .links>dl>dt { float: left; height: 30px; line-height: 30px; position: relative; z-index: 11;}
#header .links>dl>dt a{color:#333; padding:0 3px}
#header .links>dl>dd {clear: both;display: none;padding: 7px;width:100px;background: #fff;position: absolute;right: 50%;top: 30px;margin-right: -57px;-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);box-shadow: 0 0 5px rgba(0, 0, 0, .3);}
#header .links>dl>dd img { width: 100px; height: 100px;}
#header .links>dl>dd>i { z-index: 8; position: absolute; top: -10px; left: 50%; margin-left: -3px; border-width: 5px; border-color: transparent; border-style: dashed; border-bottom-color: #fff; border-bottom-style: solid; display: block; font-size: 0; line-height: 0; width: 0;}
#header .links>.on dd { display: block;}

/* 导航 */
.nav{padding-top:6px;height:34px;line-height:34px;background:#2085c0; position:relative; z-index:3;font-family:"Microsoft YaHei","微软雅黑",Calibri;font-size:14px;}
.nav ul{padding-left:20px;}
.nav ul li.li1{float:left;margin:0 7px;text-align:center;}
.nav ul li .h1 {position:relative;z-index:100;font-weight:bold;}
.nav ul li .h1 a{display:block;padding:0 18px;height:34px;line-height:34px;color:#fff;}
.nav ul li.on1 .h1{background:#fff;}
.nav ul li.on1 .h1 a{font-weight:bold;color:#07538f; }
.nav ul li .ul1{display:none; width:960px; position:absolute; top:40px; left:0; z-index:9999; background:#fff;}
.nav ul li .ul1 li{float:left; min-width:40px; padding:0 7px; width:auto; _padding:0; _width:90px; margin:0 7px; text-align:center;}
.nav ul li .ul1 h4{font:normal 12px/34px "";}
.nav .ul1 a{ color: #07538f;}

.timeWeather {background: #eef1f5;color: #000;height: 26px;padding: 5px 0;}
.time {margin-top:4px;background:url("../img/icon.png") no-repeat 15px -36px;float: left;padding-left: 35px;width: 185px;}

/*站内搜索 S*/
.s-form{float:right; width:225px; height:20px; padding:1px 12px 0 0;}
.s-form input{float:left; display:block; width:158px; height:20px; line-height:20px; padding-left:10px; background:#fff; border:1px solid #ff9934; color:#333; outline: none;}
.s-form #search{border:none;width:55px;height:24px;line-height:100px;overflow:hidden; display:block; float:right; background:url(../img/icon.png) no-repeat 0 0;}
.s-form .btn-box{height:25px;overflow:hidden;}
.s-form .input-box{float:left; width: 158px;}
.s-form .dropdown-word-subsite{ float: left; min-width: 225px; margin: 0;}

/* 内容区 */
#content{margin:10px auto;width:980px;overflow:hidden;}

/*底部 S*/
#footer{padding:0 0 20px; margin:0 auto; clear:both; overflow:hidden; width:980px;}
.footerNav{margin-bottom:20px;background-color:#d4e3ec;text-align:center;}
.footerNav li{display:inline-block;*display:inline;zoom:1;}
.footerNav a{padding:0 5px;line-height:36px;color:#4F83AE;}
.footerNav a:hover{color:#e00;}
.copyRight{overflow:hidden; text-align:center;}

/* 侧栏 */
.side{float:left;width:200px;margin-right:20px;}
.side .box{margin-bottom:10px;}
.side .hd{overflow:visible;height:35px; line-height:36px; font-size:14px; background:#eff5f7; border-bottom:2px solid #2085c0; position:relative;}
.side .hd h3{min-width:70px; width:auto; height:41px; padding:0 8px; position:absolute; left:0; top:0; font-weight:bold; color:#2085c0; text-align:center; background:url(../../base/img/xsj_bg.png) no-repeat center 35px;}
.side .hd a{color:#2085c0;}
.side .bd{background-color:#f8f8f8;padding:10px;overflow:hidden;}
.mainContent{overflow:hidden;}

/* 快速链接 */
#quickLinks .bd{padding:15px 8px 5px;}
#quickLinks li{font-size: 12px; line-height: 20px; margin-bottom: 8px; text-align:center;}
#quickLinks li span{display:block; padding-bottom:1px;}


/* 顶部注册登录 */
#header .userLogged{margin-top:0px;}
.user-mainbox .hd h3,
.user-mainbox .top h3{color:#0083df !important;border-bottom:3px solid #0083df !important;}
.user-mainbox .loginBtn {background: #0083df !important;}
.user-mainbox .loginBtn:hover { background: #3da9ee !important;}

/*-- CSS结束 --*/