/* BASIC css start */
#top_banner {width:100%; margin:0 auto; height:75px; background-color:#c2e2e5; display:none; text-align:center;}
#top_banner img{width:100%;}
#top_banner p {margin:0; padding:0; line-height:75px; color:#fff; font-size: 20px;}
#top_banner div .close {position:absolute; width:90px; height:120px; top:10px; right:20px; text-align:left;}
#top_banner span .close {font-size:12px; display:inline-block; width:40px; line-height:18px; cursor:pointer; background:#fff; border:1px solid #ddd;}
#top_banner span {position:absolute; top:27px; right:15px; font-size:18px; cursor:pointer; color:#fff; border:1px solid #fff; padding:0 7px; height:25px;}


.go-top{
	display:block;
	width:40px;
	height:40px;
	line-height:35px;
	text-align:center;
	font-size:20px;
	position:fixed;
	bottom:-40px;
	right:10px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background-color:#404040;
	color:#FFFFFF;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
        z-index:9999;
}

.go-top.show{
	bottom:20px;
}

.go-top:hover{
	background-color:#5DBA9D;
	color:#FFFFFF;
}

.go-menu{
	display:block;
	width:40px;
	height:40px;
	line-height:35px;
	text-align:center;
	font-size:30px;
	position:fixed;
	bottom:-40px;
	left:10px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background-color:#404040;
	color:#FFFFFF;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
        z-index:9999;
}

.go-menu.show{
	bottom:20px;
}

.go-menu:hover{
	background-color:#5DBA9D;
	color:#FFFFFF;
}
/* BASIC css end */

