.header {
  width: 100%;
  height: 130px;
  line-height: 130px;
  background: #0E8B80;
}
.mian {
  width: 100%;
/**  background: url(../images/bg.png) no-repeat 0px -200px;  */
}
/* nav */
.nav_lis {
  display: block;
  background: rgb(168 171 169 / 30%);
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav {
  height: 65px;
    line-height: 65px;
  position: relative;
  z-index: 1;
}
.nav a {
  color: #4c4948;
}
.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav li:hover {
    background: #746331;
}

.nav .nLi a:hover {
  color: #fff;
}

.nav .nLi h3 {
  float: left;
}
.nav .nLi h3 a {
     display: block;
    padding: 0 16px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 8px;
}
.nav .sub {
  display: none;
  width: 100%;
  left: 0;
  top: 66px;
  position: absolute;
  background: #e5e6e5;
  line-height: 26px;
  text-align: center;
}
.nav .sub li {
  zoom: 1;
}
.nav .sub a {
  display: block;
  padding: 5px 10px;
 
  font-size: 16px;
}
.nav .sub a:hover {
  background: #ac4546;
  color: #fff;
}
.nav .on h3 a {
  background: #746331;
  color: #fff;
}

.info {
  width: 100%;
  height: 380px;
}

.mainfirst {
  width: 1200px;
  height: 380px;
  background: #0E8B80;
  margin: 0px auto 20px auto;
  overflow: hidden;
}
.mainfirst .qirepic {
  width: 1050px;
  height: 380px;
  color: #ffffff;
  float: left;
}
.mainfirst .qirepic ul li img {
  width: 650px;
  height: 380px;
}
.mainfirst .qirepic ul li a.qirepic-silder-img {
  display: block;
  width: 650px;
  float: left;
}
.mainfirst .qirepic-silder-intro {
    background: #0E8B80;
  height: 380px;
  width: 370px;
  float: left;
  padding-left: 30px;
}
.mainfirst .qirepic-silder-title {
  line-height: 30px;
  padding: 10px 0 14px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "Microsoft Yahei";
  margin-top: 35px;
  text-align: center;
}
.mainfirst .qirepic-silder-intro a {
  color: #ffffff;
}
.mainfirst .qirepic-silder-desc {
  height: 280px;
  line-height: 30px;
  padding-bottom: 10px;
  overflow: hidden;
  font-size: 16px;
  text-indent: 2em;
}
.mainfirst .num {
  height: 320px;
  background: #0E8B80;
  padding: 30px 20px;
  float: right;
  overflow: hidden;
}
.mainfirst .num ul {
  width: 110px;
}
.mainfirst .num li {
  float: left;
  margin: 8px 0px 6px 0px;
}
.mainfirst .num li a {
  display: block;
  overflow: hidden;
}
.mainfirst .num li img {
  width: 100px;
  height: 60px;
  transition: all 0.6s;
}
.mainfirst .num li.on img {
  transform: scale(1.4);
}

/* tab */
.slideTxtBoxs {
  width: 696px;
  text-align: left;
}
.slideTxtBoxs .hd {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 10px 0 20px;

  border-bottom: 1px solid #d6d6d6;
}
.slideTxtBoxs .hd ul {
  float: left;
  position: absolute;
  left: 20px;
  top: -1px;
  height: 32px;
}
.slideTxtBoxs .hd ul li {
  float: left;
  padding: 0 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  position: relative;
}
.slideTxtBoxs .hd ul::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 30%;
  bottom: auto;
  right: auto;
  height: 26px;
  width: 8px;
  border-radius: 30px;
  background-color: #0E8B80;
}
.slideTxtBoxs .hd ul li.on {
  font-weight: bold;
  color: #746331;
     font-size: 20px;
}
.slideTxtBoxs .bd ul {
  padding: 15px;
  zoom: 1;
}
.slideTxtBoxs .bd li {
 height: 50px;
    line-height: 50px;
  border-bottom: 1px solid #d6d6d6;
}
.slideTxtBoxs .bd li a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.slideTxtBoxs .bd li .date {
  float: right;
  color: #999;
}

.slideTxtBoxs .bd li:hover a,
.slideTxtBoxs .bd li:hover .date {
  color: #ac4546;
}

.slideTxtBoxnh {
  width: 440px;
  text-align: left;
}
.slideTxtBoxnh .hd {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 10px 0 20px;
  border-bottom: 1px solid #d6d6d6;
}
.slideTxtBoxnh .hd ul {
  float: left;
  position: absolute;
  left: 20px;
  top: -1px;
  height: 32px;
}

.slideTxtBoxnh .hd ul li {
  float: left;
  padding: 0 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  position: relative;
}
.slideTxtBoxnh .hd ul::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 30%;
  bottom: auto;
  right: auto;
  height: 26px;
  width: 8px;
  border-radius: 30px;
  background-color: #ec7030;
}
.slideTxtBoxnh .hd ul li.on {
  font-weight: bold;
  color: #ec7030;
  font-size: 20px;
}
.slideTxtBoxnh .bd ul {
  padding: 15px;
  zoom: 1;
}
.slideTxtBoxnh .bd li {
 height: 55px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.slideTxtBoxnh .bd li .date {
  margin-right: 5px;
  color: #999;
}
.slideTxtBoxnh .bd li a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.slideTxtBoxnh .bd li p {
     height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #8c94a1;
    line-height: 30px;
    overflow: hidden;
}
.p_a {
  text-align: center;
  width: 47px;
  height: 25px;
  color: #fff !important;
  background: #d6d6d6;
}
.slideTxtBoxnh .bd li:hover a {
  color: #ec7030;
}
.slideTxtBoxnh .bd li:hover p .p_a {
  background-color: #ec7030;
}
.more {
  margin-top: 10px;
  overflow: hidden;
}
.more a {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #8c94a1;
}

/* 尾部 */
.footer {
  width: 100%;
  height: 120px;
  background: #0E8B80;
}
.foot {
  text-align: center;
  padding-top: 30px;
}
.foot p {
  /* height: 60px; */
    font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
