/* 内页banner部分 */

.neiye_banner {
 
  width: 100%;
  height: auto;
}

.neiye_banner img {
  width: 100%;
  height: auto;
}


/* 内页导航部分 */

.neiye_nav {
  width: 100%;
  height: 65px;
  line-height: 65px;
  background-color: rgb(238, 238, 238);
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
}


/* 内页tab部分 */

.neiye_tab {
  height: 32px;
  line-height: 32px;
  margin-top: 25px;
}

.neiye_tab ul li {
  display: inline-block;
  width: 120px;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
}

.neiye_tab ul .on {
  background-color: rgb(52, 152, 219);
  color: #fff;
}


/* 内页内容以及标题 */

.neiye_con {
  margin: 60px auto;
}

.neiye_tit {
  text-align: center;
  background-image: url(../images/tit_line.png);
  background-position: center bottom;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
}
