body {
  color: #444444;
  font-size: 9pt;
  font-family: 微软雅黑,"pingfang sc","microsoft yahei";
  margin: 0;
  padding: 0;
  background-image: url(/uploads/image/miyz2021cop15/wd-cop15-bg.png);
}

a {
  text-decoration: none;
}

.head {
  color: #ffffff;
  background-color: #00a39b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  z-index: 999;
}

.head .menu-box {
  height: 46px;
  width: 1002px;
  margin: 0 auto;
}

.head .menu-box a {
  color: #ffffff;
  float: left;
  height: 24px;
  line-height: 46px;
  list-style: none;
  margin-right: 16px;
}

.menu-box a:hover {
  font-weight: bold;
}

.menu-box .logo {
  margin-top: 10px;
  width: 105px;
  background: url(/uploads/image/miyz2021cop15/wd-cop15-weather-logo.png) no-repeat scroll 0 0;
}

.menu-box .menu-more {
  width: 56px;
  float: left;
  line-height: 46px;
  cursor: pointer;
  background:  no-repeat -550px -144px;
  font-size: 9pt;
  position: relative;
  padding: 0 8px;
}

.menu-box .menu-more:hover {
  color: #00a39b;
  background:  no-repeat #fff -550px -277px;
}

.menu-more .more-open {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  display: none;
  height: 100px;
  left: -350px;
  position: absolute;
  top: 46px;
  overflow: hidden;
}

.menu-more:hover .more-open {
  display: block;
}

.more-open p {
  width: 94%;
  margin-left: 3%;
  border-bottom: 1px dashed #c0c0c0;
  height: 50px;
  padding: 0;
  margin: 0 auto;
}

.more-open p a {
  height: 50px;
  line-height: 50px !important;
  color: #444444 !important;
  margin-right: 0px !important;
  text-decoration: none;
  padding: 0 6px;
}

.menu-box .menu-login {
  float: right;
}

/* banner */
.banner {
  height: 400px;
  width: 100%;
  background: url(/uploads/image/miyz2021cop15/wd-cop15-banner.jpg) no-repeat center top;
  text-align: center;
}

.banner img {
  padding-top: 100px;
}

.banner h2 {
  color: #ffffff;
  font-size: 32pt;
  line-height: 100px;
}

/* content */
.content {
  display: block;
  margin: 0 auto;
  margin-top: -40px;
  width: 1002px;
  min-height: 400px;
  /* border: 1px solid #00a39b; */
}

.content::after {
  clear: both;
}

/* card 卡片样式 */
.card {
  display: block;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  height: 100%;
}

.card_header {
  border-bottom: 1px solid #ebeef5;
  box-sizing: border-box;
  background-color: #dffffc;
  color: #00a39b;
  font-size: 12pt;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 16px;
}

.card_body {
  background-color: #ffffff;
  color: #303133;
  padding: 16px;
}
/* card 结束 */

/* wd-row & wd-col */
.wd-row {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.wd-row:after,
.wd-row:before {
  display: table;
  content: "";
}

.wd-row:after {
  clear: both;
}

.wd-col {
}

[class*=wd-col-] {
  float: left;
  box-sizing: border-box;
}

.wd-col-0 {
  display: none;
  width: 0;
}

.wd-col-1 {
  width: 8.33333%;
}

.wd-col-2 {
  width: 16.66667%;
}

.wd-col-4 {
  width: 33.33333%;
}

.wd-col-6 {
  width: 50%;
}

.wd-col-8 {
  width: 66.6666667%;
}

.wd-col-12 {
  width: 100%;
}

.wd-pl8 {
  padding-left: 8px;
}

.wd-pr8 {
  padding-right: 8px;
}

/* roll */
.roll {
  white-space: nowrap;
  animation: 10s loop linear infinite normal;
  display: inherit;
}

.wd-box .wd-box-title {
  color: #444444;
  width: 100%;
  padding: 8px 16px;
  font-size: 12pt;
}

.wd-box .wd-box-list {
  display: inline-block;
  list-style: none;
  padding: 0px 16px;
}

.wd-box .wd-box-list li {
  display: block;
  padding: 4px 8px;
  float: left;
}

.wd-box .wd-box-list li a {
  color: #444444;
}
.wd-box .wd-box-list li a:hover {
  font-weight: bold;
}

/* w_km_10d */
.wd_km_10d {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f4f6f8;
  border-right: 1px solid #f4f6f8;
}

.wd_km_10d li {
  display: block;
  float: left;
  height: 132px;
  width: 124px;
  border-left: 1px solid #f4f6f8;
  border-top: 1px solid #f4f6f8;
}
.wd-bdb {
  border-bottom: 1px solid #f4f6f8;
}
.wd-bdt {
  border-top: 1px solid #f4f6f8;
}
.wd-bdl {
  border-left: 1px solid #f4f6f8;
}

.wd-clear {
  clear: both;
}

.wd_weather_box {
  color: #7d7d7d;
  width: 100%;
}
.wd_weather_box:hover {
  background-color: #efefef;
  width: 100%;
  cursor: hand;
}
.wd_weather_box .day {
  display: block;
  padding: 4px;
  text-align: right;
}
.wd_weather_box .icon {
  display: block;
  text-align: center;
}
.wd_weather_box .icon img {
  width: 44px;
  height: auto;
  margin: 0 auto;
}
.wd_weather_box .temp {
  display: block;
  text-align: center;
  font-size: 11pt;
  font-weight: bold;
}
.wd_weather_box .w1 {
  display: block;
  padding: 1px 8px;
}

.wd_kmfx p {
  margin: 4px;
}

/* 底部 网站服务 & footer */
.services {
  display: block;
  background-color: #7d7d7d;
  margin-top: 64px;
  height: auto;
  width: 100%;
}

.footer {
  display: block;
  color: #ffffff;
  background-color: rgba(0, 163, 155, 0.8);
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.nav-box {}
