html {
  scroll-behavior: smooth; 
  /* 解决锚点位置被导航栏遮挡 */
  scroll-padding-top: 152px;
}
body {
  background: url('./e.jpg') fixed;
}
.footer{
  padding-bottom: 40px;
  color: #fff;
  background: url('./foot-img.png') center bottom no-repeat;
}
.t1 tr td {
  text-align: center;
  font-size: 12pt;
  line-height: 32px;
  text-decoration: none;
  font-family: Arial;
  color: #0000FF;
  border: 1px solid #C0C0C0;
  background-color: #fff;
}
.biaoti {
  font-weight: 700;
  font-size: 13pt;
  line-height: 25px;
  text-align: center;
}
.content_right {
  width: 100%;
  text-align: center;
  border: solid 1px #C0C0C0;
  border-collapse: collapse;
}

/* 导航 顶部导航 */
.nav2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2px;
  font-size: 13px;
  background: #fff;
}

.nav2 ul {
  padding: 2px 0;
  display: flex;
  justify-content: space-between;
}

.nav2 ul li {
  width: 100%;
  box-sizing: border-box;
  padding: 0 2px;
}

.nav2 ul li a {
  display: block;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #0a5cda;
  text-decoration: none;
}

.nav2 ul li a:hover {
  background: #da183b;
  text-decoration: none;
}

#nav2[data-fixed="fixed"] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

@media screen and (min-width:800px) {
  .nav2 {
    padding: 4px;
    font-size: 16px;
  }

  .nav2 ul {
    padding: 4px 0;
  }

  .nav2 ul li {
    padding: 0 4px;
  }

  .nav2 ul li a {
    padding: 5px 0;
    cursor: pointer;
    text-decoration: none;
  }
}
/* 顶部导航 end */

/* 切换内容 start */
.xam,.xg {
  display: none;
}

.type {
  display: flex;
  height: 50px;
}

.type p {
  flex-grow: 1;
  margin: 0;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 18px;
  background: #6e6c6c;
  color: #fff;
}

.type .active {
  background: #0a5cda;
}
/* 切换内容 end */

/* 彩色，广告赞助商 start */
#wzzz ul li:nth-child(odd) {
  border-right: 1px solid #DDDDDD;
}

#wzzz ul li {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #DDDDDD;
  /*float: left;*/
  box-sizing: border-box;
  list-style: none;
}

#wzzz #wztp {
  height: 50px;
  float: left;
  margin-left: 10px;
}

#wzzz #wztp img {
  height: 100%;
  margin-top: 5px;
}

#wzzz #wzwzz {
  float: left;
  margin-left: 20px;
  text-align: center;
}

#wzzz #wzwzz .wzz1 {
  margin: 0;
  margin-top: 10px;
  color: black;
  font-size: 18px;
  line-height: 1;
}

#wzzz #wzwzz .wzz2 {
  margin: 0;
  font-size: 12px;
  color: #808080;
}
#wzzz .plum{
  background: plum;
}
#wzzz .cyan {
  background: cyan;
}
#wzzz .orchid {
  background: orchid;
}
#wzzz .tan {
  background: tan;
}
#wzzz .skyblue {
  background: skyblue;
}
#wzzz .plum {
  background: plum;
}
/* 彩色，广告赞助商 end */
