@media (max-width:1000px) {
	.gotop{
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: fixed;
		bottom: 18%;
		right: 0%;
		background-color: #376a9a;
		color: #FFFFFF;
		z-index: 999;
		display: none;
		background-image: url(../images/top.png) ;
		background-size: 90% auto;
		background-repeat: no-repeat;
		background-position: center center;
		display: none !important;
	}
}
@media (min-width:1000px) {
	.gotop{
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: fixed;
		bottom: 18%;
		right: 0%;
		background-color: #376a9a;
		color: #FFFFFF;
		z-index: 999;
		display: none;
		background-image: url(../images/top.png);
		background-size: 90% auto;
		background-repeat: no-repeat;
		background-position: center center;
		display: none !important;
	}
	
}
