* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}
body {
	font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	text-decoration: none;
}
em {
	font-style: normal;
}
.bg-lightgrey {
	background: #f5f7f8 !important;
}
.bg-lightgrey {
	background-color: #fafafa !important;
}
.text-blue {
	color: #2673dd !important;
}
.header {
  height: 500px;
  background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img {
  margin-top: 26px;
}
.main-title-wrapper {
  margin-top: 125px;
  font-family: "FZDHT";
  font-size: 76px;
  text-align: center;
  color: #edf6ff;
  text-shadow: 2px 1px 2px rgba(50, 50, 50, 0.8);
}
.column-title-wrapper {
  text-align: center;
  padding: 35px 0;
}
.column-title-wrapper img { max-width:100%;}
.sp-swiper {
  overflow: hidden;
}


.sp-swiper-wrapper {
  position: relative;
  padding: 0 15px;
}

.sp-swiper-wrapper .swiper-button-prev,
.sp-swiper-wrapper .swiper-button-next {
  opacity: 0.17;
  width: 22px;
  top: 0;
  bottom: 0;
  height: unset;
  margin-top: 0;
}

.sp-swiper-wrapper .swiper-button-prev {
  left: 0;
}

.sp-swiper-wrapper .swiper-button-next {
  right: 0;
}

.sp-swiper-wrapper .swiper-button-prev::after,
.sp-swiper-wrapper .swiper-button-next::after {
  font-size:38px;
  color: #217dd4;
}
.card img{width:180px; height:180px;}
.card-text{ line-height:200%;}

.external-link-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: -4px -15px;
}
.external-link-list-wrapper .btn-group {
	flex: 1 0;
	margin: 4px 15px;
}
.external-link-list-wrapper .btn-group .btn {
	background: #fff;
	color: #000;
}
.external-link-list-wrapper .dropdown-menu {
	overflow: auto;
	max-height: 300px;
	width: 100%;
}
.external-link-list-wrapper .dropdown-item {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0.25rem 0.5rem;
}
.external-link-list-wrapper .btn-primary {
	background-color: transparent;
	border: 0;
	outline: 0;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #1a5a9b;
	border: 0;
}
.footer-section {
	border-top: 5px solid #487BC5;
	padding: 23px 0 50px;
	background-color: #f2f2f2;
	color: #666;
	line-height: 32px;
}
.footer-section a {
	color: #666;
}
.footer-section span {
	display: inline-block;
	padding: 0 5px;
}

@media screen and (max-width: 767.98px) {
.header {
  height: 300px;
  background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img{width:50%;}
.main-title-wrapper {
  margin-top:25px;
  font-family: "FZDHT";
  font-size: 46px;
}
}




