.w1000{
  width: 1000px;
  margin:0 auto;
}
.lineheight25{
  line-height: 25px;
}
.home-banner{
  height: 500px;  
  background: url('../images/index/banner.png?r={REVISION}') no-repeat center;
}
.home-banner .content{
  width: 1000px;
  height: 500px;
  position: relative;
  margin:0 auto;
}
.home-banner .txt{
  position: absolute;
  top: 170px;
  left: 0;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
}
.home-banner .link{
  position: absolute;
  right: 0;
  bottom: 20px;
}
h2{
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}

.index-button{
  display: inline-block;
  height: 68px;
  font-size: 24px;
  line-height: 68px;
  color: #fff;
  border-radius: 34px;
  background:linear-gradient(214deg,rgba(255,217,125,1) 0%,rgba(254,157,54,1) 45%,rgba(254,128,21,1) 100%);
}

.publishers{
  height: 560px;
  padding-top: 240px;
  background: url('../images/index/home_bg_pic.png?r={REVISION}') no-repeat center;
}
.publisher{
  width: 260px;
  padding:0 30px 30px;
  background: #fff;
  box-shadow:0px 1px 4px 0px rgba(243,232,216,1);
  border-radius:8px;
}

.publisher-text{
  border-top: 1px solid #f7f7f7;
  padding: 30px 0;
  line-height: 25px;
}

.advantage{
  width: 250px;
}
.advantage p{
  line-height: 30px;
}

.product{
  width: 300px;
}
.product .img{
  width: 300px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.product .commission{
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 15px 20px;
  width: 240px;
  background-color: rgba(255,255,255,.95);
}
.product .name{
  height: 36px;
  overflow: hidden;
}