@charset "UTF-8";
.advbox{width: 100%  ;overflow: hidden;  height: 80px;}
.advbox ul{list-style-type: none;}
.advbox ul li{float: left;}

.advbox1 li{margin-right: 11px}
.advbox1  li:nth-last-child(1){margin: 0px;float: right;}

.advbox2  li:nth-last-child(1){margin: 0px;float: right;}

/* 滚动效果*/
.accor_ad{overflow:hidden; height:80px;}
.accor_ad li{float:left; position:relative; height:100%; overflow:hidden; opacity:0.5;}
.accor_ad li img{width:640px;}
.accor_ad li:first-child{width:640px; opacity:1;}
.accor_ad li div{position:absolute; width:100%; height:35px; background:rgba(17,17,17,0.7); text-align:center;bottom:0;left:0;display:none; line-height:35px; font-size:18px; color:#FFF}
.accor_ad li:first-child div{display:block;}

.accor_ad li{width:223px;}
.accor_ad li img{width:505px; height:80px;}
.accor_ad li:first-child{width:505px;}

.fixedadv{position: fixed;top:50%;}
.fixedadv_l{left: 0px;}
.fixedadv .fixedadv_posi{position: relative;display:block;}
.fixedadv .fixedadv_posi .closefixed{position: absolute;}
.closefixed{display: none;line-height: 24px; width: 100%;font-size: 14px;color: #fff;background: rgba(0,0,0,0.5);text-align: center;cursor:pointer;}
.fixedadv_r{right: 0px;}


/*  新闻页面滚动广告 */
    .right-img-box{height: 280px; overflow: hidden;    float: left;width: 338px;display: inline-block;margin-bottom:20px;}
    .right-img-box  .right-img{    position: relative;  height: 280px; overflow: hidden;    float: left;width: 338px;}
    .right-img-box  .right-img a .content {
    position: absolute;
    top: 0px;
    left: 0px;
    /* width: 100%;
    height: 100% ;*/
	width: 338px;
    height: 280px;
    background: no-repeat center;
    background-size: cover;}

    .right-img-box .right-img .left-nav {
    position: absolute;
    left: 0px;
    bottom: 15px;
    right: 15px;
    height: 10px;
    text-align: right;
    z-index: 1;
}
 .right-img .left-nav .child {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    vertical-align: top;
    cursor: pointer;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}
.right-img .left .left-nav .child:hover{background:#51ba2c;}
.right-img .left-nav  .child.on{ background: #51ba2c;}   
   
    .right-img .left-nav .child01 {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    vertical-align: top;
    cursor: pointer;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}
.right-img .left .left-nav .child01:hover{background:#51ba2c;}
.right-img .left-nav  .child01.on01{ background: #51ba2c;}  
