@charset "utf-8";
/* CSS Document */

body {
	font-family: "Microsoft YaHei";
	font-size: 16px;
}
a, a:hover {
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: .5em;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
header {
	font-size: 18px;
}
header .navbar.navbar-fixed-top {
}
.navbar-fixed-bottom .navbar-nav {
	margin: 0 -15px;
}
footer {
	padding: 50px 0 1em;
	line-height: 1.5em;
	color: #ccc;
}
footer .navbar {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
img {
	max-width: 100%;
}
img.pull-left {
	margin-right: 15px;
}
img.pull-right {
	margin-left: 15px;
}
aside {
	width: 100px;
	position: fixed;
	right: 0;
	top: 250px;
}
aside .btn {
	background-color: #2E3844;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 0;
}
aside .btn:hover {
	color: #CCC;
}
section {
	padding: 20px 0;
}
section.container {
	padding: 0;
	margin: 0 auto;
}
.page-header {
	border-bottom: 0 none;
	font-size: 36px;
	text-align: left;
	margin-top: 30px;
	font-weight: bold;
}
.breadcrumb {
	background-color: transparent;
}
.jumbotron {
	background-color: inherit;
	margin-bottom: 0;
}

.banner>img {
	width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

figure.thumbnail {
	border: 0 none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 30px;
}
figure.thumbnail>.caption {
	background-color: #2E3844;
	padding: 20px 10px;
}
figure.thumbnail>.caption a {
	color: #fff;
}

article.thumbnail {
	border: 0 none;
	border-radius: 0;
	padding: 0;
	color: #FFF;
}
article.thumbnail>h4 {
	padding: 20px;
	height: 4em;
	background-color: #2E3844;
}
article.thumbnail>.caption {
	background-color: #FFF;
	margin: 0;
	padding: 0 20px 20px;
	width: 100%;
}
article.thumbnail>.caption>div {
	height: 70px;
	margin-bottom: 10px;
	overflow: hidden;
}

figure {
	background-color: #fff;
	padding-bottom: 15px;
	margin: 0 auto 30px;
}
figure>a {
	display: block;
	height: 180px;
}
figure .btn {
	border-radius: 0;
}
figure>a>img {
	display: block;
	width: 100%;
	max-height: 180px;
	/*
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;*/
}
figure>img {
	width: 360px;
	height: 180px;
	max-width: 100%;
}
figure>figcaption {
	padding: 0 15px;
	margin: 0 auto;
}
figure>figcaption>h4 {
	height: 2.3em;
	overflow: hidden;
}
figure>figcaption>h5 {
	overflow: hidden;
}
figure>h4,
figure>figcaption>ul.list-unstyled>li {
	line-height: 2em;
    height: 2em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}
figure>figcaption>div {
	height: 4.3em;
	overflow: hidden;
	margin-bottom: 10px;
}

figure.row>figcaption>h4 {
	height: 1em;
	overflow: auto;
}
figure.row>figcaption>div {
	height: auto;
	overflow: auto;
}
figure.row>figcaption>h4>a {
	width: auto;
	height: 100px;
}

.carousel-indicators li {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 1em;
	margin-right: 1em;
}
.carousel-indicators .active {
	width: 20px;
	height: 20px;
	margin-left: 1em;
	margin-right: 1em;
}
.carousel .item img {
	width: 100%;
}
.carousel-caption {
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	color: inherit;
	background-color: rgba(255,255,255,0.7);
	text-shadow: none;
}
.carousel-caption>h2 {
	margin-top:0;
}
.carousel-caption>h4 {
	margin-bottom: 0;
}

.flex {
	display: flex;
}
.column {
	flex-direction: column;
}
.justify-content-between {
	justify-content: space-between;
}

.collapsing {
	transition: none !important;
}

.star {
	font-family: "Times New Roman";
	font-weight: normal;
	color: red;
}

.details {
	font-size: 18px;
	line-height: 1.8em;
}

.details-nav {
	display:inline-block;
	float:none;
	margin-left: auto;
	margin-right: auto;
}
.details-nav>li {
	display: inline-block;
	float: left;
}

.nav>li>a {
	padding-left: 20px;
	padding-right: 20px;
}
.nav>li.active {
	font-weight: bold;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent !important;
    color: red !important;
}
.navbar {
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-default {
	background-color: #fff;
	border: 0 none transparent;
}
.navbar-brand {
	font-size: 12px;
	padding: 0;
	margin-right: 5px;
}
.navbar-brand img {
	padding-right: 10px;
	border-right: 1px solid;
	height: 50px;
}
@media (min-width: 768px) {
	.navbar-brand img {
		height: 60px;
	}
}
.navbar-nav>li {
	float: left;
}
.navbar-right {
	float: right !important;
}
.navbar-left {
	float: left !important;
}
.navbar-inverse, .navbar-inverse a, .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand {
	color: #eee;
}
.navbar-inverse .form-control, .navbar-inverse .btn {
	background-color: transparent;
	color: #fff;
}
.navbar-inverse a:focus, .navbar-inverse a:hover {
	color: #fff;
}
.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav>li a {
	padding-top: 20px;
	padding-bottom: 10px;
}
.navbar-inverse .navbar-nav>li .dropdown-menu a, .navbar-inverse .navbar-nav>li .dropdown-menu a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-inverse .navbar-nav>li .dropdown-menu a:focus, .navbar-inverse .navbar-nav>li .dropdown-menu a:hover {
	background-color: transparent;
	color: #fff;
}
.dropdown-header {
	font-size: 16px;
}
.navbar-inverse.scrolling {
	opacity: 0;
}
.navbar-inverse, header .navbar-inverse .dropdown-menu {
	background-color: #000;
	-webkit-transition: all 0.5s ease-out;
	/* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 0.5s ease-out;
	/* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.navbar-inverse:hover, header .navbar-inverse:hover .dropdown-menu {
	background-color: rgba(0,0,0,0.9);
}
#top-navbar .navbar-nav {
	margin-top: 5px;
	margin-bottom: 5px;
}
.dropdown-menu {
	margin-top: 0;
	border-radius: 0;
}
.navbar-nav>li>.dropdown-menu {
	position: fixed;
	top: 60px;
	right: 0;
	left: 0;
	border: 0 none;
	box-shadow: none;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: inherit;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: auto;
	}
}

.home-grid {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.home-grid a {
	text-decoration: none;
	color: #fff;
	height: 210px;
}
.home-grid figure {
	padding: 0;
	margin: 0;
}
.home-grid figure figcaption {
	padding: 30px;
	height: 180px;
	margin-bottom: 30px;
}
.home-grid figure img {
	margin-bottom: -180px;
	height: 390px;
	max-height: none;
}
.home-grid figure h2 {
	margin:0 0 20px;
	text-align: center;
}
.home-grid figure p {
	font-size: 20px;
}
