.mq-slide {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 500px;
  overflow: hidden;
}
.mq-slide-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.mq-slide-list li {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.mq-slide-list a {
  display: block;
  width: 100%;
  height: 100%;
}
.mq-slide-list a > img {
  display: block;
}


/*标题*/
.mq-lineSlash2-title {
  position: relative;
  margin: 45px 0;
  height: 1px;
  background: #d2d2d2;
  text-align: center;
  font-weight: 400;
  line-height: 16px;
}
.mq-lineSlash2-title label {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.mq-lineSlash2-title .title-box {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  position: absolute;
  z-index: 10;
  top: -45px;
  left: 50%;
  margin-left: -100px;
  background: #FFF;
  padding: 0 38px;
}
.mq-lineSlash2-title .title-text {
  position: relative;
  display: block;
  font-size: 30px;
  color: #060001;
  line-height: 30px;
}
.mq-lineSlash2-title .title-text i {
  position: absolute;
  display: block;
  width: 21px;
  height: 40px;
  top: 0;
  background: url("../index/title-text-bg.png") no-repeat 0 0;
}
.mq-lineSlash2-title .title-text i.start {
  left: -48px;
}
.mq-lineSlash2-title .title-text i.end {
  right: -48px;
}

/*新闻*/
.gq-doc {
  width: 1100px;
  margin: 0 auto;
  *zoom: 1;
}
.gq-doc:before,
.gq-doc:after {
  content: " ";
  display: table;
}
.gq-doc:after {
  clear: both;
}
.gq-mn {
  width: 800px;
  overflow: hidden;
  float: left;
}
.gq-sd {
  width: 300px;
  overflow: hidden;
  float: right;
}

.mq-boxBtm {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;  
  background-color:#88;
}

/*分页标志*/
.uq-pointer {
  position: absolute;
  bottom: 30px;
  z-index:999;
}
.uq-pointer i {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #FFF;
  margin: 0 5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.uq-pointer i:hover {
  background: rgba(255, 117, 66, 0.45);
}
.uq-pointer i.zq-act {
  background: #ff7542;
}
.uq-pit-square i {
  width: 50px;
  height: 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*新闻滚动*/
.mq-listAvg {
  width: 1100px;
  margin: 0 auto;
  clear: both;
}
.mq-listAvg .mq-listAvg-box {
  *zoom: 1;
  zoom: 1;
  margin-left: -3.33%;
  overflow: hidden;
}
.mq-listAvg .mq-listAvg-box:before,
.mq-listAvg .mq-listAvg-box:after {
  content: " ";
  display: table;
}
.mq-listAvg .mq-listAvg-box:after {
  clear: both;
}
.mq-listAvg .mq-listAvg-box li {
  position: relative;
  float: left;
  width: 30%;
  margin: 0 0 0 3.33%;
}