/*公用*/
a.btn-down{
    height:26px;
    line-height: 26px;
    padding-left:17px;
    display: block;
    border:1px solid #16a753;
    position:relative;
    margin-top:5px;
    padding-left: 20px;
    width: 57px;
    color: #16a753;
}
a.btn-down span{
    width:11px;
    height: 13px;
    background:url('../images/ico-xia.jpg') no-repeat;
    position:absolute;
    left:8px;
    top:7px;
}
a.btn-down:hover{
    background:#16a753;
    color:#fff;
}
a.btn-down:hover span{
    background:url('../images/ico-xia-hover.jpg') no-repeat;
}

a.btn-down1{
    display: block;
    width: 45px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: right;
    border:1px solid #ececec;
    margin-right: 10px;
    margin-top:7px;
    background: #fff;
}
a.btn-down1:hover {
    background-color: #16a753;
    border-color: #16a752;
    color: #fff;
}

/* 导航 */
.nav3{
    height:35px;
    border:1px solid #ECECEC;
    border-bottom: 2px solid #ECECEC;
}
.nav3 li{
    width:126px;
    height: 35px;
    float:left;
    border-right: 1px solid #ECECEC;
    position: relative;
}
.nav3 li a{
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.nav3 li a:hover{
    background:#E1FAEC;
    color:#2BB866;
}
.nav3 li.on a{
    background:#2BB866;
    color:#fff;
    top: -8px;
    left: 0;
    height:43px;
    line-height: 43px;
    position: absolute;
    width:100%;
}
/*wp-mobile css样式*/
/*布局----*/
.row-2a .col-l{
    width: 695px;
}
.row-2a .col-r{
    width: 250px;
}
.row-2b .col-l{
    width: 695px;
}
.row-2b .col-r{
    width: 250px;
}
/*mobile-banner滚动-----*/
.mobile-banner{
    width: 695px;
    height: 300px;
    position: relative;
}
.mobile-banner .prev,
.mobile-banner .next {
    position: absolute;
    width: 34px;
    height: 75px;
    background: url(../images/m-banner-btn.jpg) no-repeat;
    opacity: 0.5;
    top: 116px;
}
.mobile-banner .prev{left: 0;}
.mobile-banner .next{right: 0; background-position: right 0;}
.mobile-banner .prev:hover,
.mobile-banner .next:hover{
    opacity: 1;
}
.mobile-banner .s1 {display: none;}
.mobile-banner .hd ul{
    width: 103px;
    height: 6px;
    padding:3px 0;
    background:#535354;
    position: absolute;
    right:15px;
    bottom:15px;
    z-index: 50;
}

.mobile-banner .hd ul li{
    height: 6px;
    width:22px;
    margin-left: 3px;
    float: left;
    background: #fff;
    font-size: 0;
    overflow-x: hidden;
    cursor: pointer;
}
.mobile-banner .hd ul li.on{
    background:#E96565;
}
.mobile-banner .bd{
    width: 695px;
    height: 300px;
    overflow: hidden;
    position:relative;
}
.mobile-banner .bd p{
    line-height: 40px;
    color:#fff;
    font-size: 16px;
    padding-left:12px;
    width:683px;
    position:absolute;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.5);
    font-family: "微软雅黑";
}
/*row-2a 精品推荐区*/
.ul-imgtxt li{
    padding-top:18px;
    height: 110px;
}
.ul-imgtxt .li-borb{
    border-bottom: 1px solid #ececec;
}
.ul-imgtxt li .l{
    width:90px;
}
.ul-imgtxt li .r{
    width:110px;
}

.ul-imgtxt li .a-img{
    float: left;
    margin-right:10px;
}
.ul-imgtxt li a img{
    width:90px;
    height:89px;
    -moz-border-radius:18px; -webkit-border-radius:18px; border-radius:18px;
}
.ul-imgtxt li p{
    line-height: 20px;
}
.ul-imgtxt li p .a1{
    font-size: 14px;
    color:#333;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    display: block;
}
.ul-imgtxt li p .span1{
    color:#666;
}




 
/*游戏ul-game*/
.span-game1 {}
.ul-game li{
    display: inline-block;
    height: 88px;
    width: 220px;
    padding-top:18px;
    float: left;
    border-right:1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.ul-game li .pic{
    float: left;
    position:relative;
    width: 70px;
}
.ul-game li .pic img{
    width: 70px;
    height: 70px;
    -moz-border-radius:18px; -webkit-border-radius:18px; border-radius:18px;
}
.ul-game li .txt{
    float: right;
    width: 125px;
}
.ul-game li a.tit{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: block;
}
.ul-game li a.ys{
    font-size: 12px;
    color: #888;
}
.ul-game li .txt p{
    padding:5px 0;
}
.ul-game li .pic .v1{
    width:70px;
    height: 70px;
    margin-left: 15px;
    float: left;
}
.ul-game li .toggle{
    display: none;
    position:absolute;
    left:95px;
    top:0px;
    width:212px;
    height:150px;
    border:1px solid #2bb866;
    z-index: 999;
    background: #fff;
}
.ul-game li .toggle h3 { height: 40px; line-height: 40px; 
    border-bottom: 1px solid #dcdcdc; font-weight: normal;
    margin: 0 10px;
    margin-bottom: 5px;
}
.ul-game li .toggle p{ color: #999; padding: 3px 10px;}
.ul-game li.ok {background: #fafafa;}
.ul-game li .toggle em{
    width:10px;
    height: 11px;
    background:url('../images/ico-zuojian.jpg') no-repeat;
    position:absolute;
    left:-10px;
    top:29px;
}

.ul-game li .pic-ok .toggle {display: block;}
.ul-game li .pic-ok .toggle h3{overflow: hidden;}

/*mobile-banner1切换-----*/
.mobile-banner1{
    height: 142px;
}
.span-model { width: 928px; overflow-x: hidden;}
.box-model {width: 940px;}
.model{
    float: left;
    border-right:1px solid #f5f5f5;
    width: 232px;
}
.tit1-1{
    padding-left:15px; 
    border-bottom:1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}
.tit1-1 strong{
    line-height: 40px;
    font-size: 14px;
    color:#666;
}
.tit1-1 span a{
    float: right;
    line-height:20px;
    margin-top: 10px; 
    width: 50px;
    background:url('../images/row-2c-a-jia.jpg') 35px center no-repeat;
    padding-left: 5px;
}
.ul-game1 li{
    height: 50px;
    padding-top:10px;
    border-bottom:1px solid #f5f5f5;
    padding-left: 15px;
    width: 217px;
    overflow: hidden;
}
.ul-game1 li.ok {background: #fafafa;}
.ul-game1 .pic a img{
    float: left;
    margin-right: 10px;
    width:41px;
    height:40px;
    -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
}
.col-r  .HOTTOP li div p a img{width:54px;height:54px;-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;}
.ul-game1 .pic a p{
    line-height: 40px;
}
.ul-game1 li.ok .btn-down1 {background: #2BB866; color: #fff; border-color: #2BB866;}

/* zhoujunpeng 05.21 14.38 */

/* 布局 */
.row-2a .col-l{width: 695px;}
.row-2a .col-r{width: 250px;}
.box-info{overflow: hidden;}
.box-info .pic{width: 130px;}
.box-info .info{width: 360px;}
.wechat{
    width: 122px;padding:8px;background:#fafafa;
    border:1px solid #eee;text-align: center; 
}

/* 字体 */

.b strong{
    font-weight: bold;
}

.box-info .info h1{
    font-size:16px;
    color:#333;
    height: 25px;
    overflow: hidden;
}

.box-info .info .red{
    color:#e96565;
}

.wechat span{
    color:#666;
}

.box-info .tit2{
    color:#666;
}


/* 图片滚动 */
.slideBox{ width:220px; height:120px; overflow:hidden; position:relative;   }
.slideBox .hd{overflow:hidden;  z-index:1; }
.ul-mobile-img li p a,.slideBox .bd p a{color:#fff;}
.ul-mobile-img li p,.slideBox .bd p{background:url(../images/p-bg.png) no-repeat;line-height: 30px;text-align: center;position:absolute; right:0; bottom:0;height:30px; 
    width:100%;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ul-mobile-img li,.slideBox .bd li{ zoom:1; vertical-align:middle; position: relative;}
.ul-mobile-img li img,.slideBox .bd img{ width:220px; height:120px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,.slideBox .next{ position:absolute;top:28px;display:block; width:16px; height:41px; background:url(../images/prev.png) no-repeat; filter:alpha(opacity=100);opacity:1;   }
.slideBox .prev{left:0;}
.slideBox .next{right:0;background:url(../images/next.png) no-repeat; filter:alpha(opacity=100);opacity:1;}
.slideBox .prev:hover{background-image:url(../images/prev-hover.png);filter:alpha(opacity=50);opacity:0.5;}

.slideBox .next:hover{background-image:url(../images/next-hover.png);filter:alpha(opacity=50);opacity:0.5;  }


/* 主体 */
.box-info .pic a{
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    padding-left: 30px;
    border:1px solid #ececec;
    border-radius: 4px;
    background:url(../images/mo-abg2.png) no-repeat 10px center;
}

.box-info .pic .s2{
    background-image:url(../images/mo-abg1.png);
}

.box-info .pic .s2:hover{
    background:#2bb866 url(../images/mo-abg3.png) no-repeat 10px center;
    color: #fff;
}

.box-info .pic .s1:hover{
    background:#2bb866 url(../images/mo-abg.png) no-repeat 10px center;
    color: #fff;
}

.box-info .pic img{
    width:120px;
    margin-bottom:11px;
    vertical-align: bottom;
}

.box-info .star {
    padding-top: 5px;
}

.box-info .star b {font-size: 20px;font-style: italic; font-family: 'Georgia';}
.box-info .star b em {font-size: 13px;font-style: italic;}

.box-info .info img{
    margin-right:13px;
}

.box-info .info a{
    display: inline-block;
    width: 121px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color:#fff;
    background:#1fa858;
    font-size: 14px;
}

.box-info .info .s1{
    background:#ff8711;
    margin-left:7px;
}

.box-info .info a:hover {opacity: 0.9}

.box-info .info li{
    width: 155px;
    float: left;
    font-size:13px;
    color:#999;
    line-height: 24px;
}
.box-info .info li em {color: #666;}

.box-info .info h1 em{
    font-size: 13px;
    color: #999;
}

.box-info .info span{
    font-style: normal;
}

.wechat img{
    width: 120px;
    height: 120px;
    vertical-align: bottom;
}

.download h2{
    height: 33px;
    line-height: 33px;
    color:#fff;
    background:#5ece8d;
    padding-left: 13px;
    font-size:13px;
}

.download ul{
    overflow: hidden;
    padding-left: 10px;
}

.download li{
    float: left;
    width: 160px;
    height: 20px;
    margin-top:16px;
    font-size: 13px;
}

.download li a{
    display: inline-block;
    padding-left:32px;
    background:url(../images/mo-abg3.jpg) no-repeat left center;
}

.box-info .ul-mobile-imgtxt{
    width:790px;
    overflow: hidden;
}

.ul-mobile-imgtxt li{
    width: 75px;
    text-align: center;
    margin:0 10px 14px 10px;
    float: left;
    _display: inline;
}

.ul-mobile-imgtxt img{
    width: 75px;
    height: 75px;
    display: block;
    margin-bottom:7px;
}

.ul-mobile-imgtxt  span {display: block; height: 20px; line-height: 20px; overflow: hidden;}

.ul-mobile-imgtxt1{
    width:235px;
    overflow: hidden;
}


.ul-mobile-imgtxt1 li{
    margin:13px 0 0 13px;
    width: 65px;
    _display: inline;
}

.ul-mobile-imgtxt1 img{
    width: 65px;
    height: 65px;
}

.ul-mobile li{
    padding-top:9px;
    position: relative;
    height: 71px;
    border-bottom:1px dotted #f1f1f1;
    padding-left: 70px;
}

.ul-mobile li p{
    line-height: 22px;
}

.ul-mobile li p a {display: block; height: 22px; overflow: hidden;}

.ul-mobile li p span{
    color:#c6c6c6;
}

.ul-mobile .img{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 9px;
}

.ul-mobile .btn2{
    position: absolute;
    top:29px;
    right:0;
}

.ul-mobile-img li{
    margin-bottom:10px;
}

.tit2 .z{
    width: 55px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    margin-top:8px;
    border:1px solid #d2d2d2;
}

.tit2 .z:hover{
    color:#fff;
    background:#2bb866;
}

.ul-mobile-img1{
    width:895px;
    margin:0 auto;
    overflow: hidden;
    zoom:1;
}

.ul-mobile-img1 li{
    width: 160px;
    height: 110px;
    float:left; 
    _display:inline; 
    overflow:hidden;
    margin:0 8px;
}

.ul-mobile-img1 li img{
    width: 160px;
    height: 110px;
}

/*  滚动图片  */
.picScroll-left{ 
    overflow:hidden; 
    position:relative;
    height: 110px;
}


.tempWrap{
    margin: 0 auto;
}

.picScroll-left .hd a{
    display: inline-block;
    width: 16px;
    height: 30px;
    position: absolute;
    top:47px;
}

.picScroll-left .hd .next{
    left:0;
    background:url(../images/prev1.jpg) no-repeat;
}

.picScroll-left .hd .next:hover{
    background:url(../images/prev2.jpg) no-repeat;
}

.picScroll-left .hd .prev{
    right:0;
    background: url(../images/next1.jpg) no-repeat;
}

.picScroll-left .hd .prev:hover{
    background: url(../images/next2.jpg) no-repeat;
}




/* mobile-special-peges 2015.05.21 */
.p15{
    padding:15px;
}

.box-info .img{
    width:340px;
    float: left;
}

.box-info .img img{
    height: 195px;
    width: 340px;
}

.box-info .txt{
    float: right;
    width: 562px;
}

.box-info .txt h1{
    font-size:16px;
    line-height: 22px;
    margin:10px 0;
}

.box-info .txt p{
    font-size: 13px;
    line-height: 24px;
    color:#666;
    padding:16px 0;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
    overflow: hidden;
    height: 59px;
}

.list-app{
    
}

.box-info .txt span{
    font-size:14px;
    color:#666;
    margin:8px 12px 0 0;
}

.m-ico-num {background: url(../images/m-ico-num.jpg) no-repeat left center; 
    padding-left: 25px; font-size: 14px;
    display: block;
    width: 200px;
}

.list-app li{
    margin:-1px 0 0 -1px;   
    width: 309px;
    height: 150px;
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    float: left;
    position: relative;
}

.list-app li.ok .box-bor {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 309px;
    height: 150px;
    border: 1px solid #2bb967;
    z-index: 999;
    background: #FFF;
    box-shadow: 0 0 10px #CCC;
}

.list-app .img{
    text-align: center;
    padding-top: 20px;
    width: 120px;
    float: left;
}

.list-app .img .s1{
    width:90px;
    height: 90px;
    border-radius: 4px;
    margin-bottom:10px;
}

.list-app .txt{
    width:168px;
    padding: 20px 15px 0 0 ;
    float: right;
    overflow: hidden;
}

.list-app .txt h3{
    font-size:14px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.list-app .txt p{
    color:#666;
    line-height: 20px;
}

.list-app .txt p span{
    color:#cacaca;
}

.list-app .txt .pt5 { height: 40px; line-height: 20px; overflow: hidden;}
.list-app .txt .tr {height: auto;}

/* 手机列表 */

/*公共部分*/
.dl-link{
    border-bottom: 1px solid #ececec;
    font-size: 12px;
}
.dl-link dt{
  float: left;
  width:60px;
  line-height: 40px;
  text-align: center;
  color: #888;
}

.dl-link dd{
    padding-top: 8px;
}
.dl-link dd a{
  padding:3px 8px;
  display: block;
  float: left;
  margin:0 5px; 
  color: #333;
}
.softdllink dt{
  float: left;
  width:60px;
  line-height: 50px;
  text-align: center;
  color: #888;
}
.softdllink dd a{
  padding:3px 8px;
  display: block;
  float: left;
  margin:0 5px; 
  margin-top:6px;
  margin-bottom:3px;
  color: #333;
}
.dl-link dd a.on,.dl-link dd a:hover{
    background:#2bb866;
    color: #fff;
}

/*游戏列表页面----------*/
.ul-game-list li{
    height: 145px;
    width: 308px;
    float: left;
    border-right:1px solid #ececec;
    border-bottom:1px solid #ececec; 
    position: relative;
}
.ul-game-list li .pic{
    float: left;
    padding: 15px 0 0 15px;
    width: 80px;
}
.ul-game-list li .pic p{
    padding:3px 0;
}
.ul-game-list li .pic span{
    color:#666;
    font-size: 13px;
}
.ul-game-list li .txt{
    padding-top: 15px;
    float: right;
    width: 205px;

}
.ul-game-list li .txt a{
    font-size: 14px;
    font-weight: bold;
}
.ul-game-list li .txt p{
    line-height: 20px;
    color:#676767;
    padding-top:3px;
    padding-right: 15px;
}

.ul-game-list li .box-bor img{
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border-radius: 18px; 
}

.ul-game-list li.ok .box-bor {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 309px;
    height: 145px;
    border: 1px solid #2bb967;
    z-index: 999;
    background: #FFF;
    box-shadow: 0 0 10px #CCC;
}
.ul-game-list .s2 {padding-top: 7px;}
.ul-game-list .s2,.ul-game-list .ok .s1 {display: none;}
.ul-game-list .ok .box-bor .s2 {display:block;}

/* 手机专题*/

.ul-pic li{
    width: 306px;
    float: left;
    text-align: center;
    padding-top:20px;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    position: relative;
}
.ul-pic li a {position: relative; z-index: 99}
.ul-pic li.ok .box-bor { border: 2px solid #3dcf7a; position: absolute; left: -2px; top: -2px; width: 306px; height: 223px;}
.ul-pic li p{
    line-height: 45px;
    font-size: 14px;
    height: 45px;
    overflow: hidden;
}
.ul-nobr3-g li a img{width:75px;height:75px;}
.ul-nobr3-z li a img{width:280px;height:160px;}

.ul-li2 li {width: 47%; float: left;}

/*特别提醒*/

.tip-dd { border: 1px solid #f8f1e1; padding: 15px; background: #fffcf8; padding-top: 10px;}
.tip-dd h3 {height: 30px; line-height: 30px; background: url(../images/i-dd.jpg) no-repeat left center;
 padding-left: 25px;
 color: #e96565;
 font-size: 14px;
 margin-bottom: 5px;
}
.tip-dd p {line-height: 2em;}

/*内容*/
.txt-m {line-height: 2em;}
.txt-m h3,.txt-m .introTxt {background: url(../images/tit-m1.jpg) no-repeat left bottom; padding-bottom: 10px;padding-top: 10px;font-size: 14px;font-weight:bold;font-size:15px;}
.txt-m a{background: #fbfbfb;}
.txt-m a:hover{background: #fbfbfb;}

/* 截图 */


.hf-ban2 {position: relative;}
.hf-ban2 .bd {width: 555px;height: 328px;margin:0 auto;}
.hf-ban2 .bd li{text-align: center;overflow: hidden;width: 555px;height: 328px;}
.hf-ban2 .bd li img{/*height: 328px;width: 555px;*/}
.hf-ban2 .hd{text-align: center;padding-top: 28px;}
.hf-ban2 .hd li {display: inline;}
.hf-ban2 .hd li em{display: inline-block;width: 32px;height: 32px;
    background: url(../images/m-pop_18.jpg) no-repeat right top;
    margin: 0 7px;cursor: pointer;}
.hf-ban2 .hd li.on em{background-position: 0 0;}
.hf-ban2 a.prev,.hf-ban2 a.next{
display: block; width: 45px; height: 129px; position: absolute; z-index: 999; 
  top: 50%;
  margin-top: -65px;
  background: url(../images/m-pop_09.jpg) no-repeat left;
}
.hf-ban2 a.prev {left: 0;}
.hf-ban2 a.next{background-position: right 0;right:2px;}
.hf-ban2 a.prev:hover,.hf-ban2 a.next:hover{background-image: url(../images/m-pop_12.jpg);}
.hf-ban2 a.suox {right: 2px; top: 0; 
display: block; position: absolute; 
    width: 39px; height: 39px; background: url(../images/m-pop_05.jpg);
    z-index: 999;
}

#imgScrollDiv{margin:20px 0;overflow:hidden;white-space:nowrap;position:relative;
    max-width:710px;_width: auto; overflow-x: auto;outline: 0;}
#imgScrollDiv ul{position:relative;font-size:0;margin-bottom: 30px;}
#imgScrollDiv ul li{display:inline;margin-right:10px; position: relative; height: 230px; overflow: hidden;}
#imgScrollDiv ul .f_last{margin-right:0px;}
#imgScrollDiv ul li:last-child{margin-right:0px;}
#imgScrollDiv ul li img{vertical-align: middle;height: 230px !important;}
#imgScrollDiv ul li em{display: inline-block; height: 35px; width: 35px; 
    background: url(../images/m-btn-big.jpg) no-repeat;
    z-index: 999;
    right: 0; 
    position: absolute;
    opacity: 0.8;
    cursor: pointer;
}

.hf-box2{position: relative;width: 673px;}
.f_leftArrow,.f_rightArrow{position: absolute;top: 20px;z-index: 5;display: none;
    width: 40px;height: 230px;opacity: .8;cursor: pointer;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}
 .f_leftArrow, .f_rightArrow { top:95px; height: 80px;}
 .f_leftArrow{left: 0;}
 .f_rightArrow {right: 0;}
 .f_leftArrow a, .f_rightArrow a {display: block; height: 80px;}
.f_leftArrow a{left:0;background: #000 url('../images/m-pn.png') no-repeat 10px center;}
.f_rightArrow a{right: 0;background: #000 url('../images/m-pn.png') no-repeat -18px center;}
.f_leftArrow a:hover,.f_rightArrow a:hover{background-color:#2BB866;}


#imgScrollDiv ul li.v3 img{ width: 320px; height: 230px;}
#imgScrollDiv ul li.v3  { position: relative;}
#imgScrollDiv ul li.v3 p { width: 320px; height: 230px; position: absolute; 
    left: 0; top: -116px; background:url(../images/video-icon.png) no-repeat center 50px #000; 
    color: #fff;
    font-size: 16px;
    text-align: center;
    opacity: 0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    *top:0;
}
#imgScrollDiv ul li.v3:hover p { 
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
#imgScrollDiv ul li.v3 p span {
display: inline-block; padding-top: 130px; text-align: center;
width: auto;
height: auto;
line-height: 30px;
font-size: 20px;
color: #fff;
display: block;
white-space: normal;}

.fco {color: #f90}
a.fco:hover {text-decoration: underline;}
.hf-txt { font-size: 14px; line-height: 1.8em; color: #666}
.hf-txt h4 {font-size: 16px;}

.hf-boxpic {overflow: hidden;}
.hf-ban2,.hf-box2 {  background: #fff; overflow: hidden;}
.hf-ban2 .tempWrap{width: 555px!important;}
.hf-ban2 .tempWrap ul{display: block;overflow: hidden;}

.share {
border: 1px solid #eee;
}
.share .bottom {
height: 42px;
line-height: 42px;
background: #FCFCFC;
padding: 0 11px;
color: #999999;
font-size: 13px;
}
.blue{color:#2BB866;}



.dimg{width:660px;margin:15px auto 10px auto;position:relative;}
#focus{display:block;position:relative;width:600px;height:337px;overflow:hidden;margin:0 auto;}
#focus i{position:absolute;}
#focus i s{float:left;width:600px;overflow:hidden;}
#focus i s img{display:block;margin:0 auto;}
#focus .btnBg{display:none;}
#focus .btn{display:none;}
#focus .btn span{display:inline-block;_display:inline;_zoom:1;width:20px;height:10px;_font-size:0;margin-left:5px;cursor:pointer;background:#fff;}
.dimg .preNext{display:block;position:absolute;width:30px;height:60px;cursor:pointer;background:url(../images/azprev.gif) no-repeat;top:40%;}
.dimg .pre{left:-10px;}
.dimg .next{right:-10px;background-position: -30px -0px;}
