/* 首页主体 */
li{
    cursor: pointer;
}
.main{
  background-color: #f6f6f6;
}
/* 版心盒子 */
.webbox{
  background-color: #fff;
  padding: 40px 30px;
  box-sizing: border-box;
}
/* 头条 */
.headline{
  min-height: 140px;
  background-color: #feeeec;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  position: relative;
  /* padding: 0 50px; */
  padding: 0;
  padding-left: 7%;
  padding-right: 3%;
  
}
.headline h1 a{
    color: #bd1b2d;
}
.headline>div {
    width: 93px;
    height: 93px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
   
    background-image: url(/zcimages/tt-bj.png);
}
.headline>div>i{
 font-style: normal;
    display: block;
    font-size: 24px;
    margin-right: 18px;
    font-weight: 600;
    margin-top: 13px;
    transform: rotate3d(0, 0, 1,-43deg);
}
.headline>p{
    font-size: 20px;
    color: #be1c2e;
    /* font-weight: 600; */
    padding: 10px 0;
}
.headline>p>a{
    white-space: nowrap;
    color: #be1c2e;
}
/* 新闻轮播列表盒子 */
.newsBox{
  display: flex;
  justify-content: space-between;
  height: 335px;
  margin-bottom: 30px;
}
/* 轮播图 */
.sliderBox{
  width: 560px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.images_pic>li>a>img {
    width: 100%;
    height: 335px;
}
p.zx-images-bg{
    position: absolute;
    /* top: 0; */
    bottom: 3px;
    box-sizing: border-box;
    line-height: 40px;
    width: 100%;
    padding-left: 20px;
    color: #fff;
    height: 40px;
    background-color: rgba(198, 50, 35,0.8);
    left: 0;
    font-size: 14px;
}
.hd.slide-img-btn.absolute {
    position: absolute;
    bottom: 14px;
    right: 20px;
}
.hd.slide-img-btn.absolute ul {
    height: 12px;
    display: flex;
}
.slide-img-btn> ul >li {
    width: 12px;
    height: 12px;
    background-color: rgba(245, 243, 243, 0.5);
    margin-right: 5px;
    border-radius: 50%;
}
.slide-img-btn> ul >li.on{
    background-color: #fff;
}
/* 上一张 */
.Js_preSlider{
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url(/zcimages/jt-1.png);
    top: 50%;
    transform: translateY(-50%);
}
/* 下一涨 */
.Js_nextSlider{
    position: absolute;
     width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url(/zcimages/jt-2.png);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* 新闻列表 */
.newslist{
  width: 565px;
  height: 100%;
}
/* 标题 */
.tab-hd {
    height: 41px;
    line-height: 41px;
    font-size: 23px;
    /* color: #333; */
    box-sizing: border-box;
    display: flex;
    /* border-bottom: 2px solid #eeeeee; */
}
.tab-hd a {
    flex: 1;
    text-align: center;
    border-bottom: 2px solid #eeeeee;
}
.tab-hd a.cur {
    border-bottom: 4px solid #cd2022;
    border-radius: 4px;
}
.zwyw_item>ol>li{
   display: flex;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    overflow: hidden;
    padding-left: 12px;
    position: relative;
}
.zwyw_item>ol>li:hover {
    color: #ce2123;
}
.zwyw_item>ol>li:hover a{
     color: #ce2123;
}
.zwyw_item>ol>li:hover::before{
    background-color: #ce2123;
}

.zwyw_item>ol>li>a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.zwyw_item>ol>li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0px;
}
span.tab-list-title.left {
    max-width: 365px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
span.tab-list-time.right {
    color: #656565;
}
/* 新闻列表主体 */
.zwyw {
    padding-top: 12px;
}
/* 首页主题中间内容 */
.mainnav{
  width: 100%;
  /* height: 400px; */
  /* display: flex; */
  /* background-color: #ecece7; */
}
.mainNav_left{
  width: 800px;
  padding-right: 30px;
  box-sizing: border-box;
}
.zctecBox{
  height: 380px;
  /* background-color: #869b7b; */
  margin-bottom: 35px;
}
.zctec{
  height: 98px;
  margin-bottom: 20px;
  /* background-color: #efc1be; */
  
}
.zcjjBox {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.zcjjBox_tit>ol{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 260px;
}
.zcjjBox_tit>ol>li{
   display: flex;
    width: 150px;
    height: 51px;
    /* line-height: 51px; */
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    box-shadow: -2px 3px 2px #f7f7f7;
}
.zcjjBox_tit>ol>li.cur{
    background-color: #cd2022;
}
.zcjjBox_tit>ol>li.cur .imgbox{
    color: #fff;
}
.imgbox {
   width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
    padding-left: 13px;
    box-sizing: border-box;
}

.imgbox:first-child .img {
    width: 24px;
    height: 24px;
    background-image: url(/zcimages/gzxx-1.png);
    padding-right: 6px;
    background-repeat: no-repeat;
}
.zcjjBox_tit>ol>li:first-child.cur .imgbox .img{
 background-image: url(/zcimages/gzxx-2.png);
}
.zcjjBox_tit>ol>li:nth-child(2) .imgbox .img{
    background-image: url(/zcimages/kfqgbm-1.png);
}
.zcjjBox_tit>ol>li:nth-child(2).cur .imgbox .img{
      background-image: url(/zcimages/kfqgbm-2.png);
}
.zcjjBox_tit>ol>li:nth-child(3) .imgbox .img{
    background-image: url(/zcimages/cyjj-1.png);
}
.zcjjBox_tit>ol>li:nth-child(3).cur .imgbox .img{
     background-image: url(/zcimages/cyjj-2.png);
}
.zcjjBox_tit>ol>li:nth-child(4) .imgbox .img{
    background-image: url(/zcimages/zdqy-1.png);
}
.zcjjBox_tit>ol>li:nth-child(4).cur .imgbox .img{
      background-image: url(/zcimages/zdqy-2.png);
}
/* 列表 */
.zcjjBox_ul {
    width: 600px;
}
.zcjjul_item{
    position: relative;
}
.zcjjul_item li {
    height: 18px;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 19px;
    padding-left: 11px;
    font-size: 18px;
    box-sizing: border-box;
    position: relative;
}
.zcjjul_item  .kfqgbm{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.zcjjul_item  .kfqgbm li{
    width: 33%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    margin-bottom: 0px;
    position: relative;
    padding-left: 56px;
    text-align: center;
}
.zcjjul_item  .kfqgbm li:nth-child(3){
      border-right: none;
}
.zcjjul_item  .kfqgbm li:nth-child(4){
       border-bottom: none;
}
.zcjjul_item  .kfqgbm li:nth-child(5){
       border-bottom: none;
}
.zcjjul_item li:hover{
    color: #ce2123;
}
.zcjjul_item li:hover a{
    color: #ce2123;
}
.zcjjul_item li:hover::before{
     background-color: #ce2123;
}
.zcjjul_item li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0px;
}
.zcjjul_item .kfqgbm li::before{
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    background: url(/zcimages/kfqgbm_item.png);
    background-repeat: no-repeat;
}
.zcjjul_item .kfqgbm li:hover{
    color: #ce2123;
    font-weight: 600;

}
.zcjjul_item li a {
    display: flex;
    justify-content: space-between;
}
.zcjjul_item li a span.tab-list-title.left {
    max-width: 385px;
}
/* 我要锡类 */
.wantBox{
  display: flex;
  height: 821px;
  padding-bottom: 20px;
  box-sizing: border-box;
  /* border-bottom: 1px solid #dbdbdb; */
  justify-content: space-between;
}
/* 标题 */
.want_tit {
    cursor: default;
    height: 36px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 34px;
    color: #333333;
    margin-bottom: 16px;
    border-bottom: 2px solid #bd1b2d;
    background-position: left center;
    background-repeat: no-repeat;
}
.wantLook .want_tit{
    background-image: url(/zcimages/wyk.png);
    
}
.wantDo .want_tit{
    background-image: url(/zcimages/wyb.png)
}
.wantAsk .want_tit{
    background-image: url(/zcimages/wyw.png)
}
.ztzl .want_tit{
     background-image: url(/zcimages/ztzl.png);
    display: flex;
    justify-content: space-between;
    position: relative;
}
.ztzl .more {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #be1b2b;
    cursor: pointer;
    background-image: url(/zcimages/gd.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.wantLook{
  width: 440px;
  /* box-sizing: border-box; */
  border-right: 1px solid #dbdbdb;
  padding-right: 17px;
}
.file_con_tit>ul {
    display: flex;
    height: 28px;
    border-bottom: 1px dashed #d3d3d3;
}
.file_con_tit>ul>li {
    /* width: 100px; */
     padding: 0 15px;
    height: 22px;
    font-size: 20px;
    line-height: 22px;
    color: #999;
    flex: 1;
    text-align: center;
}
.file_con_tit>ul>li:first-child{
    padding-left: 0;
}
.file_con_tit>ul>li:nth-child(2){
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
.file_con_tit>ul>li:last-child{
    padding-left: 25px;
}
.file_con_tit>ul>li.cur{
    color: #bd1b2b;
}
.file_con_li {
    /* padding-top: 19px; */
    box-sizing: border-box;
    margin-bottom: 37px;
}
.file_conli_item{
    position: relative;
}
.file_conli_item ul {
    height: 215px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /* justify-content: space-between; */
}
.file_conli_item li {
    max-width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 12px;
    padding-top: 11px;
    padding-bottom: 9px

}
.file_conli_item li:hover{
    color:#ce2123;
}
.file_conli_item li:hover a{
    color:#ce2123;
}
.file_conli_item li:hover::before{
    background-color: #ce2123;
}
.file_conli_item li::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0px;

}
.file_conli_item li.cur{
    max-width: 420px;
    overflow: visible;
}
.file_nav>ul{
    display: flex;
    flex-wrap: wrap;
}
.file_nav>ul>li{
    width: 201px;
    height: 78px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    box-sizing: border-box;
}
.file_nav>ul>li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 21px;
    /* padding-right: 20px; */
    color: #333333;
    font-size: 16px;
}
.file_nav>ul>li a img {
    margin-right: 12px;
}
.file_nav>ul>li a p{
    max-width: 122px;
}
.file_nav>ul>li:nth-child(2n){
    margin-left: 8px;
}


/* 我要办 */
.wantDo{
  width: 360px;
  padding-left: 19px;
  box-sizing: border-box;

}
/* 办事类别 */
.bsSort {
    box-shadow: 0px 6px 5px #f2f2f2;
}
.bsSort_tit {
    height: 40px;
    line-height: 40px;
    display: flex;
    /* background-color: #e4f2f5; */
    border-bottom: 1px dashed #d3d3d3;
    position: relative；
}
.bsSort_tit>div:first-child::after{
    content: "";
    height: 30px;
    border-right: 1px solid;
    position: absolute;
    top: 4px;
    left: 160px;
    color: #d3d3d3;
}

.bsSort_tit>div {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 18px;
    cursor: pointer;
}
/* .bsSort_tit>div.cur::before{
    content: "";
    display: inline-block;
    width: 190px;
    height: 52px;
    background-image: url(/zcimages/wyb-grbs.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    left: -8px;
    bottom: 0;
    z-index: -1;

}
.bsSort_tit>div.cur::after{
    content: "";
    display: inline-block;
    width: 104px;
    height: 2px;
    background-color: #bd1b2d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */
/* .bsSort_tit>div:last-child.cur::before{ 
    left: -12px;
    background-image: url(/zcimages/wyb-frbs.png);

} */
.bsSort_tit>div.cur{
    color:  #bd1b2d;

}
.bsSort_con {
   height: 225px;
    padding: 30px 21px 6px 9px;
    box-sizing: border-box;
}

.bsSort_con>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bsSort_con>ul>li{
    margin-bottom: 21px;
}
.bsSort_con>ul>li>a {
    display: flex;
    align-items: center;
}
.bsSort_con>ul>li>a>img {
    margin-right: 22px;
}
.doProcessBox {
    display: flex;
}
.doProcess {
    margin-top: 30px;
}
.doProcess>p{
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    color: #bc192d;
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}
input#process_keywords {
    width: 280px;
    height: 37px;
    background-color: #fff;
    padding-left: 18px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    border-radius: 4px 0 0 4px;
    box-shadow: 0px 1px 1px #f7f7f7;
}
input#process_keywords::placeholder {
    color: #666666;
    font-size: 15px;
}
.searbtn {
    width: 38px;
    height: 37px;
    background-color: #bd1b2d;
    border-radius: 0 4px 4px 0;
    position: relative;
}
.searbtn i {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 21px;
    height: 21px;
    background: url(/zcimages/bljdcx-ss.png) no-repeat;
    /* background-position: 0 0; */
}
/* 热点服务 */
.rdfw {
    margin-top: 24px;
}
.rdfw>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rdfw>ul>li {
    width: 155px;
    height: 97px;
    margin-bottom: 8px;
    background-color: #fff;
    box-shadow: 2px 2px 5px #f4f2f2;
}
.rdfw>ul>li>a{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20px;
    display: inline-block;
}
/* 广东政务网 */
.gdService {
    height: 96px;
    background-color: #8ebedd;
    margin-top: 18px;
}
/*  */
.mainNav_right{
  width: 340px;
  box-sizing: border-box;
  padding-left:20px ;
  margin-bottom: 17px;
  border-left: 1px solid #dbdbdb;
}

/* 重点领域 */
.zdly {
    height: 260px;
    /* background-color: oldlace; */
}
.zdly_tit {
    margin-top: 30px;
    display: flex;
    position: relative;
    height: 35px;
    margin-bottom: 25px;
}
.zdly_tit_h {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.zdly_tit_line{
    width: 34px;
    height: 4px;
    background-color: #bd1b2d;
    margin-top: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.zdly_tit .more {
    position: absolute;
    right: 0;
    font-size: 17px;
    color: #be1b2b;
    cursor: pointer;
    background-image: url(/zcimages/gd.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.zdly_con>ul {
    display: flex;
    justify-content: space-between;
}
.zdly_con>ul>li {
    width: 172px;
    text-align: center;
    height: 192px;
    background-color: #fff;
    box-shadow: 3px 3px 10px #ddd9d954;
    box-sizing: border-box;
    /* padding-top: 30px; */
}
.zdly_con>ul>li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 30px;
    box-sizing: border-box;
}
.zdly_con>ul>li>a>p{
    font-size: 18px;
    font-weight: 600;
    margin-top: 29px;
}
/* zuobian  */
.rightOne{
  height: 380px;
  margin-bottom: 35px;
}
.rightOne_tit>ul {
    display: flex;
}
.rightOne_tit>ul>li {
    flex: 1;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #979a99;
    background-color: #ffedea;
}
.rightOne_tit>ul>li>a{
    color: #979a99;
}
.rightOne_tit>ul>li.cur{
    background-color: #cd2022;
    color: #fff;
}
.rightOne_tit>ul>li.cur>a{
     color: #fff;
}
ul.rightOne_con_list {
    max-height: 160px;
    overflow: hidden;
    margin-top: 14px;
    padding-bottom: 31px;
    position: relative;
}
ul.rightOne_con_list li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
    overflow: hidden;
    padding-left: 12px;
    position: relative;
}
ul.rightOne_con_list li:hover{
    color: #ce2123;
}
ul.rightOne_con_list li:hover a{
    color: #ce2123;
}
ul.rightOne_con_list li:hover::before{
     background-color: #ce2123;
}
ul.rightOne_con_list li::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0px;

}
.rightOne_service{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rightOne_service>li{
    width: 158px;
    height: 70px;
    margin-bottom: 4px;
    font-size: 19px;
}
.rightOne_service>li>a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    /* justify-content: space-evenly; */
    padding-left: 21px;
    box-sizing: border-box;
}
.rightOne_service>li img{
    width: 24px;
    height: 24px;
    margin-right: 6px;
    /* background-color: peru; */
}
.rightOne_service>li:first-child{
    background-color: #f4fbfe;
    color: #219ada;
}
.rightOne_service>li:nth-child(2){
    background-color: #fefdf3;
    color: #e0a13f;

}
.rightOne_service>li:nth-child(3){
    background-color: #fdf8f7;
    color: #d6848b;
    
}
.rightOne_service>li:nth-child(4){
    background-color: #f7fbff;
    color: #4881ce;
}
/* 我要问 */
.wantAsk_con>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wantAsk_con>ul li{
    width: 153px;
    height: 82px;
    text-align: center;
    background-color: #fff;
    box-shadow: 2px 2px 10px #f8f8f8;
    margin-bottom: 9px;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.wantAsk_con>ul li a {
    display: flex;
    align-items: center;
}
.wantAsk_con>ul li img {
    width: 38px;
    height: 38px;
    margin-left: 18px;
    margin-right: 12px;
}
/* 专题抓兰 */
.rightThree.ztzl {
    margin-top: 18px;
}
.wantZtzl_tit .ztzl_pre,.wantZtzl_tit .ztzl_next{
    width: 10px;
    height: 12px;
    position: absolute;
    top: 14px;
}
.wantZtzl_tit .ztzl_pre{
    background-image: url(/zcimages/ztzl-1.png);
    right: 30px;
}
.wantZtzl_tit .ztzl_next{
    background-image: url(/zcimages/ztzl-2.png);
    right: 5px;
}
.ztzl_con>ul>li{
    width: 318px;
    height: 107px;
    /* background-color: #cadfed; */
    margin-bottom: 12px;

}
.ztzl_con>ul>li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.ztzl_con>ul>li a img {
    width: 100%;
    height: 100%;
}
/* 网站导航 */
.zcNav{
    border-top: 5px solid #ac1223;
    background-color: #fff;
}
.zdyList {
    display: flex;
    text-align: left;
    justify-content: space-between;
    padding-top: 11px;
}
.zdyList>dl {
    /* flex: 1; */
    width: 154px;
}
.zdyList>dl>dt {
    border-bottom: 1px solid #e9e9e9;
    height: 36px;
    line-height: 36px;
    font-weight: 600;
    background: url(/zcimages/link_icon.png) right 13px no-repeat;
}
.zdyList>dl>dt.on{
   background: url(/zcimages/link_icon.png) right -28px no-repeat;
}
.zdyList>dl dd {
    /* height: 28px; */
    line-height: 28px;
    color: #999999;
}
.zdyList>dl .dlBox{
    height: 145px;
    overflow: hidden;
}
.zdyList>dl .dlBox>dd>a{
    color: #999999;

}

.gov_nav{
    height: 83px;
    background-color: #f6f6f6;
    margin-top: 18px;
    display: flex;
    align-items: center;
}
.links_module {
    flex: 1;
    text-align: center;
    position: relative;
}
.links_module>span{
    background-image: url(/zcimages/jt-db.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    height: 100%;
    display: inline-block;
    cursor: pointer;
}
.links_module>span.cur{
     background-image: url(/zcimages/jt-db-1.png);
}
.links_module ul {
    position: absolute;
    bottom: 50px;
    left: 0;
    border: 1px solid #ccc;
    width: 200px;
    max-height: 250px;
    z-index: 99999;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    overflow-y: auto;
    /* display: none; */
}
.links_module ul li {
    padding-left: 10px;
    text-align: left;
}
/*  */
.zwyw_item{
    position: relative;

}
.more1 {
    position: absolute;
    right: 0;
    font-size: 17px;
    color: #be1b2b;
    cursor: pointer;
    background-image: url(/zcimages/gd.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 19px;
}
.more1 a{color: #be1b2b;}
.zcjjul_item .more1 {
    bottom: -30px;
}
.rightOne_con more1 {
    bottom: 14px;
}
.file_conli_item .more1 {
    bottom: -15px;
}
/* 专题专栏轮播 */   
   .ztzlScroll-top{ margin:0 auto;  width:100%;  overflow:hidden; position:relative;}
   /* .ztzlScroll-top .hd{ position: absolute; z-index: 9;}
   .ztzlScroll-top .prev,.ztzlScroll-top .next{display:block; width:100%; height:40px; overflow:hidden; position: absolute; left: 0; z-index: 9;}
   .ztzlScroll-top  .prev{ background: url(/webimages/ztzl_arrow_up.png) center no-repeat; border-radius:10px 10px 0px 0px; top: 0;}
   .ztzlScroll-top  .next{ background: url(/webimages/ztzl_arrow_down.png) center no-repeat; border-radius: 0 0 10px 10px; bottom: 12px;} */
   .ztzlScroll-top .hd{text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; height: 10px}
   .ztzlScroll-top .hd a{display: inline-block; margin: 0 5px}
   .ztzlScroll-top .hd ul{width: 100%; text-align: center;}
   .ztzlScroll-top .hd ul li{width: 10px; height: 10px; background: #dedede; border-radius: 8px; display: inline-block; margin: 0 5px; text-indent:99999em;}
   .ztzlScroll-top .hd ul li.on{background: #bd1b2d; width: 20px;}
   .ztzlScroll-top .hd .prev, .ztzlScroll-top .hd .next{width:30px; height:30px; overflow:hidden; display: none;}
   .ztzlScroll-top .hd .prev{ background: url(/webimages/ztzl_arrow_prev.png) center no-repeat;}
   .ztzlScroll-top .hd .next{ background: url(/webimages/ztzl_arrow_next.png) center no-repeat;}
        
        /* .ztzlScroll-top .hd ul{display: none;}
        .ztzlScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
        .ztzlScroll-top .hd ul li.on{ background-position:0 0; } */
        .ztzlScroll-top .bd{overflow: hidden; height: 490px}
        .ztzlScroll-top .bd ul{ overflow:hidden; zoom:1; }
        .ztzlScroll-top .bd ul li{text-align:center; zoom:1; margin-bottom: 12px;}
        .ztzlScroll-top .bd ul li img{width: 100%; height: 107px;}
.ztzllb{height: 492px;}