@charset "UTF-8";
#rightBar{
	position:fixed;
	bottom:300px;
	right:0px;
	z-index:99999;
}
#rightBar .item{
	width:45px;
	height:45px;
	margin-bottom:3px;
	background:#fff;
	cursor:pointer;
	position:relative;
}
#rightBar .item:hover{
	background-color:#ff4d1d;
}
#rightBar .item:hover .item_main{
	display:block;
}
#rightBar .item .box{
	width:200px;
	position:absolute;
	left:-200px;
}
#rightBar .item .item_main{
	margin:0 10px;
	padding:10px;
	border:1px solid #eee;
	border-radius:3px;
	min-height:45px;
	background:#fff;
	position:relative;
	box-shadow:0 0 10px #eee;
	display:none;
}

#rightBar .qq{
	background:#353535 url(floatBar.png)no-repeat;
	background-position:0 0;
}


#rightBar .phone{
	background:#353535 url(floatBar.png)no-repeat;
	background-position:0 -45px;
}
#rightBar .view{
	background:#353535 url(floatBar.png)no-repeat;
	background-position:0 -90px;
}
#rightBar .goTop{
	background:#353535 url(floatBar.png)no-repeat;
	background-position:0 -135px;
	display:none;
}

#rightBar .qq .qq_icon{
	display:block;
	background:#f1f1f3;
	width:45px;
	height:45px;
	border-radius:23px;
	float:left;
	margin-right:10px;
	position:relative;
	overflow:hidden;
}
#rightBar .qq .qq_icon img{
	position:absolute;
	left:6px;
	top:13px;
}
#rightBar .qq a{
	float:left;
	display:block;
	height:45px;
	line-height:45px;
}
#rightBar .item_main img{
	position:absolute;
	right:-8px;
	top:18px;
}

#rightBar .phone p{
	font-size:18px;
	text-indent:15px;
}
#rightBar .view a{
	display:block;
	text-align:center;
	line-height:45px;
}



/* 在线留言 */
#opinion{
	width:85%;
	position:absolute;
	z-index:999999;
	background:#fff;
	border-radius:3px;
	overflow:hidden;
	padding:0 0 10px 0;
	max-width:400px;
	box-shadow:0 0 15px #333;
	display:none;
}
#opinion h2{
	background:#ff4d1d;
	text-align:center;
	font-weight:300;
	color:#fff;
	font-size:16px;
	height:36px;
	line-height:36px;
	margin-bottom:10px;
	position:relative;
}
#opinion h2 i{
	display:block;
	position:absolute;
	width:36px;
	height:36px;
	text-align:center;
	line-height:36px;
	top:0;
	right:0;
	background:#ff6738;
	cursor:pointer;
}

#opinion input{
	font-size:14px !important;
}

#opinion .desc{
	border:1px solid #eee;
	margin:5px;
	padding:5px;
	height:140px;
}
#opinion .desc textarea{
	width:100%;
	border:none;
	font-size:15px;
	height:100%;
	outline:none;
}
#opinion .Phone{
	margin:10px 5px;
	border:1px solid #eee;
	height:36px;
}
#opinion .Phone input{
	display:block;
	width:100%;
	border:none;
	height:100%;
	text-indent:10px;
	outline:none;
}
#opinion .submit{
	display:block;
	width:86px;
	height:36px;
	line-height:36px;
	background:#ff4d1d;
	margin:0 auto;
	text-align:center;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
}
#feedback_bgColor{
	position:fixed;
	top:0;
	left:0;
	background:#000;
	display:block;
	width:100%;
	height:100%;
	opacity:0.3;
	z-index:99998;
}