
/*
*@author:Jacobwang
*@date:2015-04-15
*@info:main.css
*/

/*reset*/




ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrap-index { overflow: hidden; }


/*slider*/

.slider { float: left; }

.slider .jquery-reslider .slider-block {
  width: 100%;
  height:900px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top:80px;
}

.slider .jquery-reslider .slider-direction {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 400px;
  z-index: 99;
  cursor: pointer;
}

.slider .jquery-reslider .slider-direction.slider-direction-prev {
  left: 20px;
  background: url('../images/prev.png') no-repeat;
}

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 20px;
  background: url('../images/next.png') no-repeat
}

.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 850px;
}

.slider .jquery-reslider .slider-dots li {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
  margin: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.slider .jquery-reslider .slider-dots li.active { 
background-color: #ffffff; 
width: 40px;
  height: 8px;
  border-radius: 100px; }
@media screen and (max-width: 768px) {

.slider .jquery-reslider .slider-direction { zoom: .8; }

.slider .jquery-reslider .slider-dots { position: absolute; }
}


.main_txt{width:1200px; margin:0 auto; padding-top:270px; height:45px; line-height:1.3; text-align:center; font-weight:bold;}

.main_con{width:630px; margin:0 auto; padding-top:80px;}
.main_con .main_btn1{width:200px; height:65px; float:left; background:url(../images/main_btnbg.png)top center; color:#fff; font-size:18px; text-align:center; line-height:65px;}
.main_con .main_btn2{width:200px; height:65px; float:left; margin-left:15px; background:url(../images/main_btnbg.png)top center; color:#fff; font-size:18px; text-align:center; line-height:65px;}
