@charset "utf-8";
/* CSS Document */

body { font-family:'微软雅黑';
line-height:20px;
}

a {color:#9d261d;}

.row-fluid{ margin-left: auto;
			margin-right: auto;
            max-width:1280px;
            
	}
	
.carousel-caption a {color:#fff ;}	

.navbar-inverse .brand{color:#fff}

.hero-unit{padding:20px;;
}

.hero-unit h1 { font-size:1em;
                line-height:1em;
}

.hero-unit p { font-size:0.6em;
                line-height:2em;
				padding-top:10px;
}

.row-top-border { border-top:1px dotted #CCC;
}

.row-bottom-margin {margin-bottom:20px;
}

.img-mar {margin-right:10px;
          margin-bottom:10px;
		  }

.img-mar-left {margin: 0px auto 10px 10px;
		  }		  
		  
.thumbnails {background: url(../img/rbg.jpg) repeat-y;
}

/*.thumbnails >li:first-child{ margin-top:5px;
}*/

.thumbnails li{ border-bottom:2px #9d261d solid;
}

.thumbnails h5 { margin-top:0px;
}

.footer {text-align:left;
         margin-top: 20px;
		 background-color:#666;
}

.footer p, h1, h2, h3, h4{ padding-left:10px;
}

.footer h1,h4 { font-size:14px;
             margin-top:0px;
			 line-height:20px;
			 color: #FFF;
			 
}

.footer p { font-size:12px;
            color:#CCC;
}

.footer a { color: #FFF;
}

.row-fluid .span8{-ms-width:60%;*width:60%}

.row-fluid .span4{-ms-width:31%;*width:31%}

@media (max-width: 767px) {
	.thumbnails {background: none;
}
}