.dibu {
  background: #024998;
}

.topbg {
  background: url("../images/bgtop.png") repeat-x;
  height: 7px;
}

.menu {
  background: #035fc6;
}

.lanmutop {
  background: url("../images/menubg.png") no-repeat;
  border-bottom: solid 1px #024998;


}

.lanmutitle {
  font-size: 18px;
  font-family: 微软雅黑;
}

.xinwen {
  padding: 10px 0 10px 0;
}

.xwlist {
  line-height: 34px;

  border-bottom: dotted 1px #cccccc;
}

.huise {
  color: #bbbbbb;
}

.floattu {
  position: relative;
  z-index: 1;
  margin-top: -29px;
  padding: 4px;
  color: white;
  background-color: rgba(2,88,170,0.5);
}
.bottom{
  background: #024998;
  line-height: 30px;
}
.navbar {
  padding-top:0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: lighter;
}
.dropdown-menu {
  background: rgba(2, 78, 165, 0.6);
  left: 8px;
}

.navbar-nav .show {
  background: rgba(2, 78, 165, 0.6);
  left: 8px;
}

.nav-link:hover {
  background: rgb(2, 78, 165,.5);
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}
.navbar-dark .navbar-nav .nav-link:visited {
  color: rgba(255, 255, 255, 1);
}
.dropdown-item {
  color: rgba(255, 255, 255, 1)
}

.dropdown-item:hover {
  background: rgb(2, 78, 165,.5);
}


.nav-tabs .nav-link {

  padding: 0.5rem 0.4rem;

}
.search {
  border-radius: 5px;
  border: 1px #ffffff solid;

}
.seainput {
  padding-left: 20px;
  margin-top: -2px;
  color: #ffffff;
  text-align: left;
  width: 75%;
}
.seabtn {
  padding-left: 20px;
  margin-top: -2px;
  width: 20%;
  background: url(../images/sousuo.png) right no-repeat;
}

.navbar-nav .nav-item {
  padding: 0 2.7rem;

}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #7fb17a;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {

  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-link {

  color: #ffffff;

}
.nav-item .nav-link {
  color: #000000;
}
.imghover{cursor: pointer;transition: all 0.6s;}
.imghover:hover{transform: scale(1.5);}