﻿/* CSS Document */

body {
	padding-top: 50px;
	padding-bottom: 10px;
	color: #5a5a5a;
}
/* 轮播广告 */
		
.carousel {
	height: 300px;
	margin-bottom: 60px;
}
.carousel .item {
	height: 300px;
	background-color: #000;
}
.carousel .item img {
	width: 100%;
}
.carousel-caption {
	z-index: 10;
}
.carousel-caption p {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.8;
}
/* 简介 */
		
.summary {
	padding-right: 15px;
	padding-left: 15px;
}
.summary .col-md-4 {
	margin-bottom: 20px;
	text-align: center;
}
/* 特性 */
		
.feature-divider {
	margin: 40px 0;
}
.feature {
	padding: 30px 0;
}
.feature-heading {
	font-size: 30px;
	color: #2a6496;
}
.feature-heading .text-muted {
	font-size: 28px;
}
.money_num a {
	background-color: crimson;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.panel-content {
	height: 60px;
}

/* 响应式布局 */
		
@media (max-width: 768px) {
.summary {
	padding-right: 3px;
	padding-left: 3px;
}
.carousel {
	height: 200px;
	margin-bottom: 30px;
}
.carousel .item {
	height: 200px;
}
.carousel img {
	min-height: 200px;
}
.carousel-caption p {
	font-size: 16px;
	line-height: 1.4;
}
.feature-heading {
	font-size: 34px;
	text-align: center;
}
.feature-heading .text-muted {
	font-size: 22px;
}
}



.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  border-radius: 50%;
  background-color:#3399FF
}

.btn-circle.btn-xl {
  width: 140px;
  height: 140px;
  padding: 10px 16px;
  margin: 10px;
  font-size: 35px;
  border-radius: 50%;
}

#container{height:560px;}