.text-box {
    padding-top: 20px;
}

.text-content {
  color: #666666;
  padding: 0 20px;
  min-height:120px;
  line-height: 24px;
  font-size: 14px;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s; /* Firefox 4 */
  -ms-transition: all 1s ease 0s; /* IE */
  -webkit-transition: all 1s ease 0s; /* Safari 和 Chrome */
  -o-transition: all 1s ease 0s; /* Opera */
}

.rotate {
    color: #fff;
    height: 50px;
    text-align: center;
    width: 100%;
    overflow:hidden;
    position:relative;
    margin-bottom:20px;
    background:url(/images/mobile/2-8.jpg) no-repeat bottom center;
    background-size:auto 7px;
}

.rotate li {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s; /* Firefox 4 */
    -ms-transition: all 1s ease 0s; /* IE */
    -webkit-transition: all 1s ease 0s; /* Safari 和 Chrome */
    -o-transition: all 1s ease 0s; /* Opera */
    position:absolute;
    font-weight:bold;
    width:20%;
    height:50px;
    line-height:50px;
    top:0;
    text-align:center;
    left:40%;
    color:#000;
}


.rotate .on-first {
    z-index:80;
    font-size:13px;
    opacity:0;
    filter:alpha(opacity=0);
    left:-20%;
}

.rotate .on1 {
    z-index:80;
    font-size:13px;
    opacity:0.6;
    filter:alpha(opacity=60);
    left:0;
    /*transform: translate(0, -100px);*/
    /*-webkit-transform: translate(0, -100px);*/
}

.rotate .on2 {
    z-index:90;
    font-size:16px;
    opacity:0.8;
    filter:alpha(opacity=80);
    left:20%;
    /*transform: translate(0, -50px);*/
    /*-webkit-transform: translate(0, -50px);*/
}

.rotate .on3 {
    z-index:100;
    font-size:20px;
    opacity:1;
    filter:alpha(opacity=100);
    color:#e21111;
    /*transform: translate(0, 0);*/
    /*-webkit-transform: translate(0, 0);*/
}

.rotate .on4 {
    z-index:90;
    font-size:16px;
    opacity:0.8;
    filter:alpha(opacity=80);
    left:60%;
    /*transform: translate(0, 50px);*/
    /*-webkit-transform: translate(0, 50px);*/
}

.rotate .on5 {
    z-index:80;
    font-size:13px;
    opacity:0.6;
    filter:alpha(opacity=60);
    left:80%;
    /*transform: translate(0, 100px);*/
    /*-webkit-transform: translate(0, 100px);*/
}

.rotate .on-last {
    z-index:80;
    font-size:14px;
    opacity:0;
    filter:alpha(opacity=0);
    left:100%;
    /*transform: translate(0, 150px);*/
    /*-webkit-transform: translate(0, 150px);*/
}

.container .title {
    margin: 40px auto 40px;
    position:relative;
    text-align:center;
}

/*微信案例列表*/
.weixin-container {
    position:relative;
    z-index:99;
    height:420px;
    width:100%;
    overflow:hidden; 
}

.weixin-container .wrap {
    position:relative;
    z-index:99;
    height:100%;
    margin:0 50px;
    overflow:hidden; 
}

.weixin-list {
    position:absolute;
    top:0;
    left:0;
    z-index:99;
    height:100%;
    min-width:100%;
}

.weixin-list > li {
    float: left;
    overflow: hidden;
    height:100%;
    position:relative;
    overflow:hidden;
}
.weixin-list > li .cover {
    width: 192px;
    height:342px;
    position:relative;
    margin: 15px auto;
    /*border:1px solid #d7d7d7;*/
    box-shadow: 0px 0px 15px 2px #ccc;
}

/*.weixin-list .c-t-bg {*/
/*    background:#000;*/
/*    opacity:0.7;*/
/*    filter:alpha(opacity=70);*/
/*    z-index:0;*/
/*}*/

.weixin-list .c-t p {
    line-height:35px;
    text-align:center;
    color:#666;
    font-size:14px;
    position:relative;
}

.left-btn, .right-btn {
    width:32px;
    height:100%;
    position:absolute;
    top:0;
    cursor:pointer;
    opacity:0.5;
}

.left-btn:hover, .right-btn:hover {
    opacity:1;
}

.left-btn {
    left:10px;
    background:url(/images/mobile/2-9.png) no-repeat center;
    background-size:auto 49px;
}

.right-btn {
    right:10px;
    background:url(/images/mobile/2-10.png) no-repeat center;
    background-size:auto 49px;
}