html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,img {
  margin: 0;
  padding: 0
}
html,body,h1,h2,h3{
  font-weight: normal;
  font-family: "Microsoft Yahei";
}
ul,li,ol{
  list-style-type: none;
}
/*banner*/
.banner-title {
  width: 1200px;
  height: 60px;
  margin: auto;
}
.banner-title .banner-logo {
  display: inline-block;
  width: 240px;
  height: 30px;
  margin-top: 29px;
  background: url(../../img/net/home/logo.png) no-repeat;
}
.banner-title ul.banner-menu {
  float: right;
  margin-top: 28px;
}
.banner-title ul.banner-menu li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.banner-title ul.banner-menu li {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 6px;
  cursor: default;
}
.banner-title ul.banner-menu li+li {
  margin-left: 45px;
}
.banner-title ul.banner-menu li.active {
  border-bottom: solid 2px #fff;
}
.banner-title ul.banner-menu li:not(.active) {
  cursor: pointer;
}

/* footer */
/* .footer{
  width: 100%;
  background-color: #ffffff;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
} */

.footer-jump{
  margin-top: 28px;
  margin-bottom: 15px;
}

.footer-jump-link{
  text-align: center;
}

.footer-jump-link>a{
  color: #666666;
  text-decoration: none;
  position: relative;
  padding: 0 10px;
}

.footer-jump-link>a:after{
  content:'';
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background-color: #cccccc;
}
.footer-jump-link>a:nth-last-child(1):after{
  display: none;
}

.footer-details{
  text-align: center;
}