	
/* bace */

h2 {
	margin-top: 3rem;
	line-height: 100%;
}

h5 {
	color: #bab58d;
	font-weight: 100;
	font-size: 15px;
	line-height: 100%;
	margin: 0;
}

.btn { 
}

a {
	text-decoration: none;
}

.c {
	clear: both;
}


.more {
	padding: 2px 5px;
	border-radius: 50px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
}

.swiper-container {
	width: 100%;
	height: auto;
	z-index: 1;
}

.swiper-slide {
	text-align: center;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

#top {
	z-index: 300;
	position: relative;
	background-color: #005CBF;
}

.c {
	clear: both;
}

.hd {
	padding: 10px 10px;
	background-color: #17A2B8;
	color: #fff;
}

.hd a {
	color: #fff;
}

.hd::after {
	content: "";
	display: block;
	clear: both;
}

.bd {
	margin: 0 auto;
	padding: 15px;
}

.container {
	overflow: hidden;
	padding: 0;
}

.contact-item i {
	font-size: 1rem;
	display: block;
	margin:0 auto 5px auto;
	line-height: 30px;
	color: #17A2B8;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 18px;
	border:1px solid #17A2B8;
}

.contact-item h4 {
	font-size: 0.75rem;
	line-height: 1;
	margin-top: 0.5rem;
	color: #555;
}

.contact-item p {
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 5px;
}

ul,
li {
	padding: 0;
	margin:0;
	list-style: none;
}
.nav-item {
	margin:5px 0;
}
.nav-item i {
	font-size: 0.25rem;
	line-height: 20px;
	display: inline-block;
	margin:0 5px;
	color: #fff;
	width: 20px;
	height: 20px;
	background-color: #17A2B8;
	border-radius: 12px;
}

.nav-item span {
	line-height: 20px;
}

.wrap {
	width: 90%;
	margin: 0 5%;
	position: relative;
}

.wrap::after {
	content: "";
	display: block;
	clear: both;
}

.indcard {
	width: 100%;
}

.gg-title {
	width: 31px;
	height: 31px;
	border-radius: 16px;
	background-color: #17A2B8;
	font-size: 0.5rem;
	text-align: center;
	line-height: 31px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border:2px solid #fafafa;
	margin-top:1px;
	margin-left:1px;
}

.gg-body {
	border-radius: 20px;
	width: 100%;
	height: 32px;
	text-indent: 30px;
	background-color: #fafafa;
	line-height: 32px;
	box-shadow: inset 0 2px 2px #eee;
}

.listtext li a {
	font-size: 16px;
}

.listtext li p {
	color: #333;
}

.listtext li .list-date {
	color: #999;
}
.title-sub {
	border-bottom: 2px solid #eee;
	padding-bottom: 15px;
	background-color: #fafafa;
}
.title-sub h1 {
	font-weight: 600;
}

.title-sub::after {
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	background-color: #17A2B8;
	margin: 0 auto;
	border-radius: 2px;
	display: none;
}
.content ,.content p {
	font-size: 16px;
}