|
|
|
@ -11,6 +11,8 @@ a:hover,a:active{color:#000;}
|
|
|
|
|
.cl{ clear:both; overflow:hidden; }
|
|
|
|
|
.fl{ float: left;}
|
|
|
|
|
.fr{ float:right;}
|
|
|
|
|
.f_l{ float:left;}
|
|
|
|
|
.f_r{ float:right;}
|
|
|
|
|
|
|
|
|
|
.ml10{ margin-left:10px;}
|
|
|
|
|
.ml20{ margin-left:20px;}
|
|
|
|
@ -84,18 +86,33 @@ a:hover.c_blue02{color: #0781b4;}
|
|
|
|
|
#TopUser02 div a{position: relative;display: block;white-space: nowrap;text-align: left; line-height:1.9; margin-left:5px;background: #fff;color:#15bccf; font-weight:normal;}
|
|
|
|
|
#TopUser02 div a:hover{ color:#e8770d; font-weight: bold;}
|
|
|
|
|
/*头部导航下拉*/
|
|
|
|
|
.topuser_nav ul{}
|
|
|
|
|
.topuser_nav ul li{position: relative; line-height:1.9; margin-top:0; }
|
|
|
|
|
.topuser_nav ul li ul{position: absolute;width:80px; /*sub menu width*/top: 25px;display: none; background:#15bccf; }
|
|
|
|
|
.topuser_nav ul li ul li ul{ left:80px; top:-8px; /* Parent menu width - 1*/ width:100px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
|
|
|
|
|
.topuser_nav ul li a{display: block;color:#fff;background:#15bccf; padding-left:10px; font-size:14px; font-weight: bold;margin-right:10px;}
|
|
|
|
|
.topuser_nav ul li a:hover{font-weight: bold;color: #a1ebff; }
|
|
|
|
|
.topuser_nav .subfolderstyle{ width:67px;background: url(../images/pic_headnav.png) no-repeat center right; }
|
|
|
|
|
/* Holly Hack for IE \*/
|
|
|
|
|
* html .topuser_nav ul li { float: left; height: 1%; }
|
|
|
|
|
* html .topuser_nav ul li a { height: 1%; }
|
|
|
|
|
/* End */
|
|
|
|
|
|
|
|
|
|
div#menu {height:41px; font-size:14px; font-weight:bold; }
|
|
|
|
|
div#menu ul {float: left;}
|
|
|
|
|
div#menu ul.menu { padding-left: 30px; }
|
|
|
|
|
div#menu li {position: relative; z-index: 9; margin: 0; display: block; float: left; }
|
|
|
|
|
div#menu li:hover>ul { left: -2px;}
|
|
|
|
|
div#menu a {position: relative;z-index: 10; height: 41px; display: block; float: left;line-height: 41px; text-decoration: none; font-size:14px; }
|
|
|
|
|
div#menu a:hover, div#menu a:hover span { color: #a1ebff; }
|
|
|
|
|
div#menu li.current a {}
|
|
|
|
|
div#menu {display: block; cursor: pointer; background-repeat: no-repeat;background-position: 95% 0;padding-right: 15px; _padding-right: 20px;}
|
|
|
|
|
div#menu ul a.parent {background: url(../images/item.png) -20px -30px no-repeat;}
|
|
|
|
|
div#menu ul a.parent:hover {background: url(../images/item.png) -20px -60px no-repeat;}
|
|
|
|
|
div#menu ul ul a.parent {background: url(../images/item.png) -20px 6px no-repeat;}
|
|
|
|
|
div#menu ul ul a.parent:hover {background: url(../images/item.png) -20px -11px no-repeat;}
|
|
|
|
|
/* menu::level1 */
|
|
|
|
|
div#menu a { padding: 5px 12px 0 10px;line-height: 30px; color: #fff;}
|
|
|
|
|
div#menu li { background: url(../images/main-delimiter.png) 98% 4px no-repeat; }
|
|
|
|
|
div#menu li.last { background: none; }
|
|
|
|
|
/* menu::level2 */
|
|
|
|
|
div#menu ul ul li { background: none; }
|
|
|
|
|
div#menu ul ul { position: absolute;top: 38px; left: -999em; width: 90px; padding: 5px 0 0 0; background:#fff; border:1px solid #15bccf; margin-top:1px;}
|
|
|
|
|
div#menu ul ul a {padding: 0 0 0 15px; height: auto; float: none;display: block; line-height: 24px; font-size:12px; font-weight:normal;color:#15bccf;}
|
|
|
|
|
div#menu ul ul a:hover { color:#ff9900;}
|
|
|
|
|
div#menu ul ul li.last { margin-left:15px; }
|
|
|
|
|
div#menu ul ul li {width: 100%;}
|
|
|
|
|
/* menu::level3 */
|
|
|
|
|
div#menu ul ul ul {padding: 0;margin: -38px 0 0 92px !important; width:140px; }
|
|
|
|
|
div#menu ul ul ul li a{ width:125px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;color:#15bccf;}
|
|
|
|
|
|
|
|
|
|
/*主类容*/
|
|
|
|
|
#Main{ background:#fff; margin-bottom:10px;}
|
|
|
|
@ -121,10 +138,10 @@ a:hover.c_blue02{color: #0781b4;}
|
|
|
|
|
.footlogo{ width:580px; margin:0 auto;height:50px; }
|
|
|
|
|
/*意见反馈*/
|
|
|
|
|
html{ overflow-x:hidden;}
|
|
|
|
|
.scrollsidebar{ position:fixed;bottom:1px; right:1px; background:none; }
|
|
|
|
|
.scrollsidebar{ position: fixed; bottom:1px; right:1px; background:none; }
|
|
|
|
|
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
|
|
|
|
|
.side_content .side_list {width:154px;overflow:hidden;}
|
|
|
|
|
.show_btn{ width:0; height:112px; overflow:hidden; float:left;margin-top: 200px; cursor:pointer;}
|
|
|
|
|
.show_btn{ width:0; height:112px; overflow:hidden; float:left; margin-top:190px;cursor:pointer;}
|
|
|
|
|
.show_btn span { display:none;}
|
|
|
|
|
.close_btn{width:24px;height:24px;cursor:pointer;}
|
|
|
|
|
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat; }
|
|
|
|
@ -134,8 +151,8 @@ html{ overflow-x:hidden;}
|
|
|
|
|
.close_btn { float:right; display:block; width:21px; height:16px; margin:9px 10px 0 0; _margin:16px 5px 0 0;}
|
|
|
|
|
.close_btn span { display:none;}
|
|
|
|
|
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
|
|
|
|
|
.msgserver { margin:10px 0 0px 5px;}
|
|
|
|
|
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}
|
|
|
|
|
.msgserver { margin-top:5px;}
|
|
|
|
|
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -112px; padding-left:22px; height:21px; display:block; }
|
|
|
|
|
.opnionText{box-shadow:none; width:122px; height:180px; border-color: #DFDFDF; background:#fff; color:#999; padding:3px; font-size:12px;overflow:auto; background-attachment:fixed;border-style:solid;}
|
|
|
|
|
.opnionButton{ display:block; background:#15bccf; width:130px; height:23px; margin-top:5px; text-align:center; padding-top:3px;}
|
|
|
|
|
.opnionButton:hover{background: #0fa9bb; }
|
|
|
|
|