@charset "utf-8";
p {
	text-align: justify;
	line-height: 1.6;
	font-size: 1.2em;
	margin-bottom: 15px;
}

.width-1200 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.navbar {
	padding: 10px 15px;
	margin-bottom: 0;
}

.navbar a {
	color: #7a7a7a;
}

.navbar-nav>li>a {
	padding-left: 20px;
}

.big-pic {
	width: 100%;
	height: 600px;
	margin-top: 72px;
	padding-top: 60px;
	background: url(../images/banner-bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.big-pic h1 {
	font-size: 3em;
	line-height: 1.8;
	color: #000000;
}

.big-pic p {
	color: #1766FF;
	font-size: 1.2em;
	font-weight: 700;
}

.p-bg {
	width: 100%;
	height: 200px;
}

.p-bg .panel {
	background: transparent;
}

.p-bg img {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-top: 50px;
	margin-right: 10px;
}

.p-content {
	display: inline-block;
	height: 200px;
	float: left;
	vertical-align: middle;
	padding-top: 30px;
}

.p-content h3 {
	font-size: 1.4em;
}

.p-content span {
	font-size: .7em;
	color: #dedede;
}

.p-content p {
	font-size: 1em;
	margin-top: 20px;
}

.thumbnail {
	display: inline-block;
	width: 12%;
	border: none;
	margin-bottom: 0;
}

.thumbnail .caption {
	padding: 0;
}

.thumbnail h3 {
	font-size: 1.4em;
	margin-top: 20px;
}

.thumbnail small {
	display: block;
	color: #A9A9A9;
	margin-top: 10px;
}

.jumbotron {
	background: transparent;
	color: #FFFFFF;
}

.panel {
	border: none;
	box-shadow: none;
	padding-top: 70px;
}

.panel-default>.panel-heading {
	background: transparent;
	margin-bottom: 30px;
}

.panel-heading,
.panel-body {
	border-bottom: none;
	text-align: center;
}

.panel-title {
	font-size: 2.2em;
	padding-bottom: 20px;
	position: relative;
}

.panel-title small {
	display: block;
	font-size: .4em;
	margin-top: 10px;
	color: #a9a9a9;
}

.panel-title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 4px;
}

.footer,
.panel-title:after,
.p-bg {
	background: #ffffff;
	color: #000000;
}

.footer {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
}

.footer p{
	margin-bottom: 5px;
}

.cities {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}

.cities a {
	color: #000000;
	font-size: 1.1em;
	text-decoration: none;
}

.cities a:after {
	content: "•";
	color: #000000;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.cities a:last-child:after {
	content: "";
}

.cities a.cur,
.cities a:hover {
	color: #1766FF;
}

.f-detail {
	display: none;
	font-size: .9em;
}

.f-detail.cur {
	display: block;
}

.f-detail img {
	margin-right: 8px;
	width: 16px;
}

.map-img {
	height: 150px;
	margin-top: 5px;
	padding-left: 0;
	padding-right: 0;
}

.map-img img {
	width: 100%;
	height: 100%;
}

.item {
	background: #f7f7f7;
}

.item img {
	width: 100%;
}

.carousel-caption {
	position: static;
	padding: 0 15px 15px 15px;
	color: #333333;
	text-shadow: none;
	height: 180px;
}

.carousel-caption h3 {
	font-size: 1.6em;
}

.carousel-caption p {
	font-size: 1.1em;
}

:root {
	--swiper-theme-color: #DDDDDD;
}

a,a:focus, a:hover{
	color: #1766FF;
}