/*底部*/
.adsenseQues {
    width: 100%;
    /*height: 212px;*/
     height: 150px;

    font-size: 18px;
    text-align: center;
    /*position: absolute;  bottom: 0; /* 关键 */   
    /*left:0; */
	background-color: #f9f9f9;;
}
.adsenseQues:focus{
  outline:none;
}

.foot_img{
  width:100%;
  height:212px;
}
.li2 div{
  background:#ADB8C7;
  border:1px solid #ADB8C7;
}
.slider-close{
  font-size:22px;
  position:absolute;
  right:0px;
  top:-6px;
  color:#6092e8;
  cursor:pointer;
  z-index:999;
  margin-top:5px;
}
/*轮播图*/
.slider {
    position: relative;
    min-width: 1004px;
    width: 1100px;
    overflow: hidden;
    margin:auto;
    height:100%;
  }
  .slider .slider-pointer {
    position: absolute;
    bottom: 10px;
    color: #fff;
    list-style: none;
    padding: 0;
    z-index: 999;
  }
  .slider .slider-pointer li {
    display: inline-block;
    margin: 0 15px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #ffffff;
    opacity: 0.85;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    transition: all 320ms ease;
  }
  .slider .slider-pointer li:hover {
    background-color: #e30006;
  }
  .slider .slider-pointer li.active {
    background-color: #3ea8ff;
  }
  .slider .slider-inner {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top:5px;
  }
  .slider .slider-inner .item {
    width: 100%;
    height: 100%;
    float: left;
  }
  .slider .slider-inner .img {
    background-position: center top !important;
    width: 100%;
    height: 100%;
  }
  .slider .slider-control {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 999;
    border-radius: 30px;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    background-color: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    top: 40%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    transition: all 320ms ease;
  }
  .slider .slider-control:hover {
    opacity: 0.65;
    background-color: #b00005;
  }
  .slider .slider-control:active {
    opacity: 0.85;
  }
  .slider .slider-control.prev {
    display: none;
    left: 20px;
  }
  .slider .slider-control.next {
    display: none;
    right: 20px;
  }
  .slider:hover .slider-control.prev {
    display: block;
    left: 20px;
  }
  .slider:hover .slider-control.next {
    display: block;
    right: 20px;
  }