﻿/* - - - - - - - - - 各浏览器样式默认值标准化  - - - - - - - - -*/
html,body,span,object,iframe,h1,h2,h3,h4,h5,p,blockquote,pre,
a,address,code,
del,em,img,dl,dt,dd,ol,ul,li,
fieldset,form,label{
margin:0;padding:0;border:0;
font-style:inherit;font-family:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,audio,video{margin:0;padding:0;display: block;}
html{-webkit-text-size-adjust:none;}
img{border:none;vertical-align:middle;}
input,select,button{padding:0;margin:0;outline:none;font-family:inherit;vertical-align:middle;}
textarea{font-family:inherit;padding:0;margin:0;}
button{cursor:pointer;}
html{overflow-x:hidden;}

ul,ol{list-style-type:none;}

i,em,address{font-style:normal;}
a{ text-decoration:none;color:#4f4f4f;}
a:hover{text-decoration:underline;transition:color 200ms linear 0s,background-color 200ms linear 0s,border-color 200ms linear 0s;}	/*鼠标悬停时*/
a:active{}	/*点击与释放时*/
a:visited{}/* 访问过 */
/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/

	*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/

		#Floatingbar{width:146px;position:fixed; z-index:60000;top:50%;right:0px;margin-top:-10%;padding-top:3px;background-color:#12110f;border:2px solid #160d0e;}
	#Floatingbar ul{width:140px;margin:0px auto 2px auto;}
	#Floatingbar ul li{margin-bottom:3px;}
	#Floatingbar ul li:nth-child(even) a{background-image:url(../images/a_bg2.jpg) ;}
	#Floatingbar ul li a{height:40px;line-height:40px;text-align:center;font-size:18px;color:#ecd9b1;background:url(../images/a_bg.jpg) no-repeat left top ;display:block;}
	#Floatingbar ul li a:hover{color:#fb9600;text-decoration:none;}
	#Floatingbar .erweima{width:140px;height:140px;margin:0px auto 3px auto;background-color:#fcffff;display:block;}
	#Floatingbar .erweima img{width:100%;height:100%;display:block;}
	#Floatingbar .btn_backtop{height:50px;line-height:50px;text-align:center;font-size:18px;color:#fff;background:url(../images/backtop.jpg) no-repeat center center;text-transform:uppercase;display:block;}
	#Floatingbar .btn_backtop:hover{color:#fb9600;text-decoration:none;}
