@charset="utf-8";
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #666;
}
.logo {
	padding: 0px;
}
#myCarousel {
	margin: 50px 0 0 0;
}
#navbar-collapse ul {
	margin-top: 0px;
}
#navbar-collapse a {
	margin-top: 0px;
	height:65px; padding: 22px 30px;
}
.navbar-brand img{
	width: 60px; 
	margin-top:2px;
}
.navbar-brand{
	padding: 0 0 0 20px;
}
#row-summary img{
	width: 50px;
}
#row-summary .col{
	padding: 0 0 0 40px;
}
.carousel-inner img {
	margin: 0 auto;
}
.tab-h2 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	color: #0059b2;
}
.tab-p {
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
	color: #999;
	margin: 20px 0 40px 0;
}
.tab1 {
	margin:30px 0;
	color:#666;
}
.tab1 .text-muted {
	color: #999;
}
.tab1 .media-heading {
	margin: 5px 0 20px 0;
}
.tab1 .col {
	padding: 20px;
}
.tab2 {
	background-color: #eee;
	padding: 20px 20px;
	text-align: center;
}
.tab3 {
	padding: 40px 0;
	text-align: center;
}
.tab2 img {
	width: 20%;
	height: 20%;
}
.tab3 img {
	width: 30%;
	height: 30%;
}
.text h3 {
	font-size: 20px;
}
.text p {
	font-size: 14px;
}

.jumbotron{
	background-image: url(../img/sunrise.jpg);
	padding-top: 20px;
    padding-bottom: 20px;
	margin: 50px 0 10px 0;
	color: #ccc;
}

.jumbotron h1{
	font-size: 26px;
	padding: 0 0 0 20px;
}
.jumbotron h4{
	font-size: 15px;
	padding: 0 0 0 20px;
}

.info-content{
	background-color: #fff;
	margin: 0 0 20px 0;
	box-shadow: 2px 2px 3px #ccc;
}
.info-content img{
	margin: 12px 0;
}
.info-content h4{
	color: #333;
	padding: 2px 0 0 0;
	font-size: 14px;
}
.info-content p{
	line-height: 1.6;
}
.info-right {
	background-color: #fff;
	box-shadow: 2px 2px 3px #ccc;
}
.info-right blockquote {
	margin: 0;
	padding: 0;
}
.info-right h2 {
	font-size: 20px;
	color: #333;
	padding: 5px;
}
.info-right h4 {
	color: #333;
	font-size: 16px;
	padding: 2px 0 0 0;
	line-height: 1.6;
}

.wordtype-nav{
	font-size: 120%;
}

.divid-linetype {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
  border-width: 2px;
  text-align: center;
}

.divid-line {
  padding-bottom: 9px;
  margin: 40px 0 50px;
  border-bottom: 1px solid #eee;
  border-width: 2px;
}

.words-linktype {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  font-size: 150%;
  text-decoration: underline;
  
}

.button-link {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  font-size: 150%;
}

.words-linktype1 {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  font-size: 150%;
  color: white;
  text-decoration: underline; 
}

.bigsize {
	line-height: 2;
	font-size: 15px;
}

.para-title {
	line-height: 3;
	font-size: 16px;
	color: black;
}

.li-gap {
	margin-left: 20px;
	margin-top: 10px;
}


#footer {
	background-color: #666;
	border-top: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	color: #eee;
}
/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.tab-h2 {
		font-size: 26px;
	}
	.tab-p {
		font-size: 16px;
	}
	.text h3 {
		font-size: 22px;
	}
	.text p {
		font-size: 15px;
	}
	.tab2-text{
		float: left;
	}
	.tab2-img{
		float: right;
	}
	.jumbotron h1{
		font-size: 30px;
	}
	.jumbotron h4{
		font-size: 16px;
	}
	.info-content h4{
		font-size: 16px;
	}
	.navbar-brand img{
		width: 80px; 
	}
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.tab-h2 {
		font-size: 28px;
	}
	.tab-p {
		font-size: 17px;
	}
	.text h3 {
		font-size: 24px;
	}
	.text p {
		font-size: 16px;
	}
	.jumbotron h1{
		font-size: 33px;
	}
	.jumbotron h4{
		font-size: 17px;
	}
	.info-content h4{
		font-size: 18px;
	}
	.navbar-brand img{
		width: 80px; 
	}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
	.tab-h2 {
		font-size: 30px;
	}
	.tab-p {
		font-size: 18px;
	}
	.text h3 {
		font-size: 26px;
	}
	.text p {
		font-size: 18px;
	}
	.jumbotron h1{
		font-size: 36px;
	}
	.jumbotron h4{
		font-size: 18px;
	}

	.info-content h4{
		font-size: 20px;
	}
	.navbar-brand img{
		width: 80px; 
	}
}