#backToTop{
    position:fixed;
    bottom:55px;
    right: 50%;
	transform: translateX(370px);
	-ms-transform:translateX(370px); /* IE 9 */
    -webkit-transform:translateX(370px); /* Safari and Chrome */
    width:50px;
    height:110px;
    overflow: hidden;
	display:none;
	opacity: 0.8;
}
#backToTop #twobutton{
	position: absolute;
	top:50px;
	left:0;
	width:100%;
	height: 100%;
	border:none;
	/*background: #005BAC;
	color: white;*/
	padding: 0;
	transition: top 0.4s;
	-moz-transition: top 0.4s;	/*Firefox 4*/
	-webkit-transition: top 0.4s;/*Safari 和 Chrome*/
	-o-transition: top 0.4s;	/*Opera*/
    /*background: url(../../backToTop/backToTop.jpg);*/
}
#backToTop #go{
	/*position: absolute;
	top:105px;
	left:0;*/
	width:100%;
	height: 50px;
	border:none;
	background: #005BAC;
	color: white;
	padding: 0;
	/*transition: top 0.4s;
	-moz-transition: top 0.4s;	
	-webkit-transition: top 0.4s;
	-o-transition: top 0.4s;	
    background: url(../../backToTop/backToTop.jpg);*/
}
#backToTop #tohome{
	/*position: absolute;
	top:50px;
	left:0;*/
	width:100%;
	height: 50px;
	border:none;
	background: #005BAC;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	/*transition: top 0.4s;
	-moz-transition: top 0.4s;
	-webkit-transition: top 0.4s;
	-o-transition: top 0.4s;	
    background: url(../../backToTop/backToTop.jpg);*/
}
.custom #backToTop{
	display:block;
	z-index: 10000 !important;
}
#Mod107{
	height:0;
}
.t3-spotlight-2 .col-xs-6:nth-child(1),.t3-spotlight-2 .col-xs-6:nth-child(2){
	display:none;
}
/*移动端*/
@media only screen and (max-width: 1199px) and (min-width: 750px){
	#backToTop{
		width: 45px;
		height: 100px;
		bottom: 60px;
		font-size: 13px;
		right: 50%;
		transform: translateX(370px);
		-ms-transform:translateX(370px); /* IE 9 */
		-webkit-transform:translateX(370px); /* Safari and Chrome */
	}
	#backToTop #go,#backToTop #tohome{
		background-position: center;
		background-size: 45px 45px;
		height: 45px;
		font-size: 13px;
		padding: 0;
		line-height: 17px;
		padding-left: 4px;
		padding-right: 4px;
	}
}
@media only screen and (max-width: 749px){
	#backToTop{
		width: 35px;
		height: 85px;
		bottom: 45px;
		font-size: 12px;
		right: 15px;
		transform: translateX(0px);
		-ms-transform:translateX(0px); /* IE 9 */
		-webkit-transform:translateX(0px); /* Safari and Chrome */
	}
	#backToTop #go,#backToTop #tohome{
		background-position: center;
		background-size: 35px 35px;
		height: 35px;
		font-size: 12px;
		line-height: 15px;
		padding: 0;
	}
}
/*移动端*/
/*@media only screen and (max-width: 1199px) {
	#backToTop{
	    bottom:0;
	}
}*/
