@charset "utf-8";
body {
    min-height: 30rem;
}
a {
  color: #000;
  text-decoration: none;
}
li {
  list-style: none;
}
/* .bg-cdt {
    background:#016565;
} */
.bg-cdt {
  background:#283F3E;
}
.margin-fix {
  margin: 0 0 0 0.75rem;
  border: 0;
  box-shadow:none;
}
#navbarCollapse {
  padding: 0 0.75rem;
  background: #FFF;
}
.navbar-toggler-btn {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.nav-link-black {
  padding: 0.5rem 0;
  color:#548D98;
}
.nav-item-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #EEE;
}
.nav-item-flex span {
  padding: 0.5rem 0;
}
.nav-item-flex-fix {
  clear: both;
  padding: 0.5rem 0;
  border-bottom: 1px solid #EEE;
}
.border-fix {
  border: 0;
}
.banner {
  width:100%;
  height: auto;
  position: relative;
}
.banner .banner-content {
  position: absolute;
  bottom: 1rem;
  left: 0.81rem;
  right: 0.81rem;
  text-align: center;
  color: #FFF;
}
.banner .banner-content .p0 {
  padding-top: 3rem;
  color:#FFF;
  font-size: 1rem;
  font-weight: bold;
  /* text-shadow: 1px 1px 2px red, 0 0 1em #283F3E, 0 0 0.2em #283F3E; */
}
.banner .banner-content .p1 {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.banner .banner-content .banner-content-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-left: 15%;
  padding-right: 15%;
}
.banner .banner-content .banner-content-btn div {
  padding: 0;
  margin: 0;
  width:35%;
  height:1.8rem;
}
.banner .banner-content .banner-content-btn div a {
  width:100%;
  height:1.8rem;
  line-height: 1.8rem;
  font-size: 0.8rem;
  float: left;
  display: block;
}
.banner .banner-content .banner-content-btn p {
  border: 1px solid #FFF;
}
.banner .banner-content2 {
  position: absolute;
  bottom: 0.5rem;
  left: 0.81rem;
  right: 0.81rem;
  text-align: center;
  color: #FFF;
}
.banner .banner-content2 .p0 {
  padding-top: 3rem;
  color:#FFF;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px red, 0 0 1em #283F3E, 0 0 0.2em #283F3E;
}
.banner .banner-content2 .p1 {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.banner-abg1 {
  position: relative;
  top:0.2rem;
}
.banner-abg1 div {
  background: #FFF;
}
.banner-abg2 div {
  background: none;
  border:1px solid #FFF;
}
.banner-abg2 div a {
  color:#FFF;
}
.jm {
  text-align: center;
  padding-top: 2rem;
  background: #73b8a9;
  padding-bottom: 1rem;
}
.jm a {
  clear: both;
}
.jm img {
  width:85%;
  margin-bottom: 2rem;
  clear: both;
}
.whbg {
  color:#E9A182;
  /* background: #824E40; */
  background: #283F3E;
  height: auto;
  padding-top:10px;
  padding-bottom: 30px;
}
.cdtwh {
  border:1px solid #E9A182;
  margin: 20px 0 ;
  font-size: 14px;
}
.cdtwh .zi {
  padding-top: 15%;
  background:url(../images/whbg.png) repeat-y 50% 0;
}
.cdtwh .zi .img {
  background: #283F3E;
}
.cdtwh .title {
  padding: 6px;
  font-size: 18px;
}
.cdtwh .title div.span {
  border: 1px solid #E9A182;
  border-radius: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.spage {
  padding-top: 1rem;
  clear: both;
  height: auto;
  border-bottom: 1px solid #EEE;
}
.spage .pagetitle {
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
  background: #FFF;
}
.spage .pagetitle span {
  position: relative;
}
.spage .pagetitle span:before,.spage .pagetitle span:after {
  content: '';
  position: absolute;
  top:51%;
  background: #888;
  width: 3%;
  height: 1px;
}
.spage .pagetitle span:before {
  left:30%;
}
.spage .pagetitle span:after {
  right:30%;
}
.spage .pagecontent {
  color: #444;
  font-size: 0.9rem;
  line-height: 1.6rem;
  background: #FAFAFA;
  padding: 5%;
}
.spage img {
  max-width: 100%;
}
ul.pic-list {
  padding: 0;
  margin: 0;
  height: auto;
}
ul.pic-list li {
  width:100%;
  float: left;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  padding:5%;
  background: #FFF;
}
ul.pic-list .pic {
  width:40%;
  float: left;
}
ul.pic-list .pic img {
  width:100%;
}
ul.pic-list .text {
  width:55%;
  float: right;
  text-align: left;
}
ul.pic-list .text a {
  font-weight: bold;
}
ul.bottom-nav {
  padding: 0;
  margin: 20px 0 0;
  clear: both;
}
ul.bottom-nav li {
  padding: 0;
  margin: 0;
  height:2.2rem;
  line-height: 1;
}
ul.bottom-nav li a {
  height:24px;
  line-height: 2.2rem;
  display: flex;
  justify-content: space-between;
  color:#333;
  font-size: 0.8rem;
}
ul.bottom-nav li a.active {
  color: #098e9f;
}
.footer-bg {
  background:#FAFAFA;
  font-size: 0.64rem;
  color: #888;
}
ul.infoList {
  padding: 0;
  margin: 0;
}
ul.infoList li {
	height:36px;
	line-height: 36px;
	border-bottom:1px dotted #CCC;
	padding:0 5px 0 10px;
	background: url(/images/sj.png) no-repeat left center;
}
ul.infoList li span {
	float:right;
}
.infoTitle {
	font-size:16px;
	line-height: 180%;
	padding:10px;
	text-align:center;
	font-weight:bold;
}
.bimg {
  margin-top:1rem;
  margin-bottom: 0.6rem;
  width:100%;
  text-align: center;
}
.bimg img {
  width:60%;
  margin:0 auto;
}