body {
  background: #F4F5F4;
  width: 100%;
  text-decoration: none;
}
.container {
  padding-top: 58px;
}
.main {
  width: 1202px;
  margin: 0px auto;
}
/*----- 閼卞奔缍呯猾璇茬€� -----*/
.zhiwei {
  width: 1200px;
  background: #fff;
  float: left;
  border: 1px solid #E7E9E7;
  -webkit-animation: gdownIn 1s 1s both;
  -moz-animation: gdownIn 1s 1s both;
  animation: gdownIn 1s 1s both;
}
.slideTxtBox {
  width: 1200px;
  float: left;
  height: 960px;
}
.slideTxtBox .hd {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  position: relative;
  text-align: center;
}
.slideTxtBox .hd ul {
  /*float: left;*/
  /*position: absolute;*/
  /*left: 30px;*/
  /*top: -1px;*/
  height: 50px;
  position: relative;
  width: 570px;
  margin: 0 auto;
}
.slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  /*margin-right: 70px;*/
  padding: 0 35px;
  font-size: 18px;
  color: #989998;
  -webkit-transition: 0.3s, color 0.5s;
  -moz-transition: 0.3s, color 0.5s;
  transition: 0.3s, color 0.5s;
}
.slideTxtBox .hd ul li:hover {
  color: #31AAE2;
}
.slideTxtBox .hd ul li.on {
  height: 50px;
  color: #31AAE2;
  /*border-bottom: 2px solid #31AAE2;*/
}
.slideTxtBox .hd ul span {
  width: 100px;
  height: 2px;
  /*background: #FFA200;*/
  background: #31AAE2;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
  filter: alpha(opacity=0);
}
/*----- 閼卞奔缍呯拠瀛樻 -----*/
.slideTxtBox .bd ul {
  width: 1136px;
  float: left;
  margin: 30px 30px 50px;
  position: absolute;
}
.slideTxtBox .bd li {
  float: left;
  width: 100%;
}
.sideMenu {
  width: 100%;
  height: auto;
  float: left;
}
.sideMenu p {
  color: #999;
  line-height: 28px;
  text-indent: 25px;
  font-size: 14px;
}
.sideMenu strong {
  color: #999;
  line-height: 28px;
  text-indent: 25px;
  font-size: 15px;
}
.sideMenu h3 {
  height: 58.5px;
  line-height: 58.5px;
  width: 100%;
  color: #626262;
  background: #F9F9F9;
  font-size: 16px;
  cursor: pointer;
  text-indent: 25px;
}
.sideMenu h3 em {
  float: right;
  display: block;
  cursor: pointer;
  color: #c51212;
  margin-right: 25px;
  font-size: 14px;
  font-style: normal;
}
.sideMenu div {
  padding: 8px 25px;
  color: #999;
  display: none;
  background: #F9F9F9;
  line-height: 28px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#fff {
  background-color: #FFF;
}
