* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
}
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: #fff;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	color: #005197;
	text-decoration: none;
}
.block20 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.image-link img {
	width: 100%;
	object-fit: cover;
}
.header {
	height: 500px;
	background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img {
	margin-top: 20px;
  max-width: 100%;
}
.main-title-wrapper {
	text-align: center;
	margin-top: 55px;
}
.shadow {
  box-shadow:0 .3rem .5rem rgba(0,0,0,.15)!important
}
.card-icon{ text-align:center;}
.card-icon i{ font-size:3rem;}
.left-title{ background:#57bdf3; padding:15px; width:60px; font-size:1.25rem; line-height:1; color:#fff; float:left;}


.bg01 {
	background: #61bfd6;
}
.bg02 {
	background: #57bdf3;
}
.bg03 {
	background: #eff6ff;
}
.card-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.card-list-wrapper .entry-wrapper {
	padding: 2px 0;
	min-width: 170px;
	flex: 1;
	text-align: center;
}
.card-list-wrapper .entry-wrapper i {
	display: block;
	margin: 0 auto;
	width: 4rem;
	height: 4rem;
	background: #749cea;
	border-radius: 50%;
	text-align: center;
	line-height: 65px;
	color: #fff;
	font-size: 2.3rem;
}

ul.card-list-wrapper2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.card-list-wrapper2 .entry-wrapper {
	margin: 1rem;
	flex: 1 0 200px;
}
ul.card-list-wrapper2 .entry-wrapper .entry {
	display: block;
	padding: 1rem;
	background: #fff;
box-shadow: 0 .25rem .5rem rgba(0,0,0,.075) !important;
	border-radius: 6px;
	text-align: center; font-size:1.25rem;
}
ul.card-list-wrapper2 .entry-wrapper .entry i {
	display: block;
	text-align: center;
	color: #6795ef;
	font-size: 3rem;
}
.icon-list1 {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	background: #009de3;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	color: #fff;
	font-size: 2rem;
}
.card-icon .icon-list3{
	display: block;
	margin: 0 auto;
	width: 6rem;
	height: 6rem;
	background: #749cea;
	border-radius: 50%;
	text-align: center;
	line-height: 98px;
	color: #fff;
	font-size: 3.5rem;}
ul.jdbz-list-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.jdbz-list-wrapper .entry-wrapper {
	margin: 1rem;
	flex: 1 0 160px;
}
ul.jdbz-list-wrapper .entry-wrapper .entry {
	display: block;
	padding: 1rem;
	background: #eef5fe; display:flex;
box-shadow: 0 .25rem .5rem rgba(0,0,0,.075) !important;
	border-radius: 6px;
	text-align: center; font-size:1.25rem;
}
ul.jdbz-list-wrapper .entry-wrapper .entry i {
	line-height: 62px;
	color: #6795ef;
	font-size: 3rem; margin-right:.5rem;
}
 @media only screen and (max-width: 1100px) {
.header {
	height: 400px;
	background: #1993ef;
}
}
 @media only screen and (max-width: 767px) {
.header {
	height: 240px;
	background: #1993ef;
}
.left-title{ width:100%;}
}
 @media only screen and (max-width: 575px) {
.header {
	height: 240px;
	background: #1993ef;
}
.main-title-wrapper {
  text-align: center;
  margin-top: 25px;
}
.left-title{ width:100%;}
.card-list-wrapper .entry-wrapper {
	min-width: 140px;}
ul.card-list-wrapper2 .entry-wrapper {
 margin: .5rem;
	flex: 1 0 320px;
}
}
