@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: '微软雅黑';
  /* font: 14px/1 ,"微软雅黑",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif */
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt3 {
  margin-top: 3px;
}

.mt20 {
  margin-top: 30px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container-fluid {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 1110px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
}

.container-left {
  width: 700px;
  float: left;
}

.container-right {
  width: 340px;
  float: right;
}

.nav {
  height: 62px;
  overflow: hidden;
  position: relative;
  background-position: center center;
}

.nav-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 90;
}

.nav-list {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  height: 100%;
  margin-top: 10px;
}

.nav-list li {
  float: left;
  position: relative;
  margin-left: 30px;
}

.nav-list li a {
  color: #fff;
  font-size: 18px;
  margin-right: 55px;
  position: relative;
  z-index: 999;
}

.nav-wrapper {
  height: 52px;
  line-height: 52px;
  background: #000;
}

.auto-bg {
  position: absolute;
  left: -35px;
  top: -6px;
  z-index: 1;
}

.nav-list li a.active {
  color: #03cef3;
}

.nav-list li a:hover {
  color: #03cef3;
}

.carousel {
  width: 100%;
  height: 364px;
  overflow: hidden;
  position: relative;
}

.carousel-list {
  overflow: hidden;
  width: 2100px;
  position: relative;
}

.carousel-list li {
  width: 700px;
  height: 364px;
  float: left;
  position: relative;
}

.carousel-list li img {
  width: 100%;
}

.carousel-hint {
  position: absolute;
  width: 100%;
  height: 145px;
  background: url(/images/nbd_v4/index-p-bg.png);
  bottom: 1px;
}

.carousel-hint a {
  font-size: 24px;
  color: #fff;
  position: absolute;
  width: 80%;
  left: 20px;
  bottom: 22px;
}

.items {
  position: absolute;
  width: 80px;
  height: 6px;
  right: 0;
  bottom: 35px;
}

.items a {
  display: block;
  float: left;
  width: 20px;
  height: 6px;
  margin-right: 5px;
  background: url(/images/nbd_v4/auto-items.png);
}

.items a.active {
  display: block;
  float: left;
  width: 20px;
  height: 6px;
  margin-right: 5px;
  background: url(/images/nbd_v4/auto-active.png);
}

.news {
  width: 100%;
  margin-top: 25px;
  overflow: hidden;
}

.news-title {
  overflow: hidden;
  width: 100%;
}

.news-title li {
  font-size: 30px;
  float: left;
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #dadada;
  cursor: pointer;
  padding-bottom: 5px;
  font-weight: bold;
}
.news-title li:hover {
  border-bottom: 2px solid #000;
}

.news-title li.active {
  border-bottom: 2px solid #00479d;
  color: #00479d;
}

.news-list {
  overflow: hidden;
  width: 100%;
}
.news-list li {
  padding: 20px 0;
  border-bottom: 1px solid #dadada;
  width: 100%;
  overflow: hidden;
}
.news-list li:last-child {
  border: none;
}

.news-img {
  display: block;
  float: left;
}

.news-img img {
  width: 192px;
  height: 120px;
}

.news-text {
  width: 490px;
  height: 102px;
  float: right;
  position: relative;
}

.news-title {
  font-size: 22px;
  text-align: left;
  color: #000;
}

.news-title-a {
  font-size: 22px;
  text-align: left;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  margin-top: 18px;
}

.news-hint {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #8a929a;
  text-align: left;
  margin: 10px 0;
  line-height: 1.4;
}

.news-share {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.news-share .time {
  margin-top: 10px;
}

.news-share span {
  color: #989898;
  font-size: 14px;
  float: left;
  margin-top: 6px;
}

.news-share .cloumn {
  color: #fff;
  background: #00479d;
  display: inline-block;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

.picture {
  overflow: hidden;
  margin-top: 20px;
}

.picture-title {
  font-size: 22px;
  text-align: left;
  color: #000;
  overflow: hidden;
}
.picture-title li {
  font-size: 30px;
  float: left;
  width: 33.33%;
  text-align: center;
  border-bottom: 1px solid #dadada;
  cursor: pointer;
  padding-bottom: 5px;
  font-weight: bold;
}
.picture-title li:hover {
  border-bottom: 2px solid #000;
}

.picture-title li.active {
  color: #00479d;
  border-bottom: 2px solid #00479d;
}
.picture-title li.active a {
  color: #00479d;
}
.picture-title li.active a:hover {
  text-decoration: none;
}
.picture-title li.active a:active,
.picture-title li.active a:visited {
  color: #00479d;
}
.picture-box {
  overflow: hidden;
  padding: 10px;
  background: #f5f7fa;
  position: relative;
  margin-top: 45px;
}

.box-title {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  display: block;
  background: #00479d;
  z-index: 990;
}

.long-box {
  height: 260px;
  width: 420px;
  position: relative;
  z-index: 900;
}
.long-box img {
  height: 260px;
  width: 420px;
}

.box-a {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  height: 45px;
  width: 100%;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background: rgba(0, 0, 0, 0.53);
}

.short-box {
  height: 128px;
  width: 256px;
  position: relative;
  z-index: 900;
}
.short-box img {
  height: 128px;
  width: 256px;
}

.right-box {
  width: 100%;
  overflow: hidden;
}

.focus {
  overflow: hidden;
  margin-top: 20px;
}
.focus li {
  padding-left: 20px;
  position: relative;
  height: 23px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 24px;
}
.focus li span {
  display: block;
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px;
}
.focus li a {
  display: block;
  overflow: hidden;
  color: #040404;
  font-size: 16px;
  font-weight: bolder;
  line-height: 24px;
}
.focus li:last-child {
  margin: 0;
}

.original {
  overflow: hidden;
  margin-top: 20px;
}
.original img {
  display: block;
  float: left;
  width: 82px;
  height: 82px;
  border-radius: 41px;
}
.original li {
  overflow: hidden;
  margin-bottom: 20px;
}
.original li:last-child {
  margin: 0;
}
.original .original-text {
  width: 236px;
  height: 82px;
  position: relative;
  float: right;
  display: table;
  vertical-align: middle;
}
.original .title {
  font-size: 16px;
  color: #040404;
  font-weight: bolder;
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
}
.original .hint {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #7c7d7d;
  width: 100%;
}

.topic {
  overflow: hidden;
  margin-top: 20px;
}
.topic img {
  display: block;
  float: left;
  width: 126px;
  height: 82px;
}
.topic li {
  overflow: hidden;
  margin-bottom: 20px;
}
.topic li:last-child {
  margin: 0;
}
.topic .topic-text {
  width: 196px;
  height: 82px;
  position: relative;
  float: right;
}
.topic .title {
  font-size: 16px;
  color: #040404;
  font-weight: bolder;
  line-height: 1.4;
}
.topic .title-align-justify {
  font-size: 16px;
  color: #040404;
  font-weight: bolder;
  line-height: 1.4;
}
.topic .hint {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #7c7d7d;
  width: 100%;
}

.hot-list {
  overflow: hidden;
  margin-top: 20px;
}
.hot-list li {
  padding-left: 30px;
  position: relative;
  height: 20px;
  margin-bottom: 10px;
}
.hot-list li span {
  display: block;
  width: 20px;
  height: 20px;
  background: #8d959c;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.hot-list li .first {
  background: #00479d;
}
.hot-list li .sencond {
  background: #00479d;
}
.hot-list li .third {
  background: #039eef;
}
.hot-list li a {
  display: block;
  overflow: hidden;
  color: #727272;
  font-size: 14px;
  font-weight: bolder;
}
.hot-list li:last-child {
  margin: 0;
}

.hot-list li.first span {
  background: #00479d;
}

.er {
  display: block;
  margin: 20px auto;
}

.er-text {
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
}

.scroll {
  position: fixed;
  right: 20px;
  bottom: 50px;
  _position: absolute;
  _margin-bottom: 546px;
  _margin-right: -400px;
  _bottom: auto;
  _top: expression(
    eval(
      document.documentElement.scrollTop +
        document.documentElement.clientHeight-this.offsetHeight-(
          parseInt(this.currentStyle.marginTop, 10) ||0
        )- (parseInt(this.currentStyle.marginBottom, 10) ||0)
    )
  );
  cursor: pointer;
}

.nav-right {
  float: right;
}
.nav-right li {
  float: left;
  position: relative;
  display: inline-block;
}
.nav-right li a {
  color: #fff;
  display: inline-block;
  margin-top: 2px;
}

.top_bar {
  background: #f6f6f6;
}

.top-list {
  float: left;
  overflow: hidden;
  margin-top: 10px;
}

.top-list li {
  float: left;
  padding: 0 15px;
  border-right: 1px solid #7e7e7e;
}
.top-list li:last-child {
  border: none;
}
.top-list li a {
  color: #616b76;
}

.nav-right {
  float: right;
}
.nav-right li {
  float: left;
  position: relative;
  display: inline-block;
}
.nav-right li a {
  color: #fff;
  display: inline-block;
  margin-top: 2px;
}

.search-keywords {
  padding: 2px;
  height: 34px;
  width: 200px;
  display: none;
}

.u_nbd_logo {
  float: left;
}

.u_nbd_column {
  float: left;
  margin-top: 15px;
}

.contact1 {
  margin-top: 20px;
  padding: 10px;
  background: #f5f7fa;
}
.contact1 .tips {
  background: #fff;
  padding: 5px;
}
.contact1 .email {
  color: #c5cacb;
}

.er-text {
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
}

.er {
  display: block;
  margin: 20px auto;
}
