@charset "utf-8";

body{background: url(../img/BG.png);}
//导航
#top{
	
	 height: 100%;
}


.top-text{
	padding:0;
}

.tab-x img{
	width: 200px;
	height: 160px;
}

.fixed { 
	width:100%; 
	height:30px; 
	position:fixed; 
	top:0; 
	left:0;
}
.btn-default {
    color: #fff;
    background-color: rgba(0,0,0,0);
    border: none;
}
.btn-default:hover{background-color: #2aa6dd;color: #fff;}
.row {
    margin-right: -15px;
    margin-left: -15px;
   background-color:rgba(0,0,0,0.6);
}
.btn{border-radius: 0px;}