/* CSS Document */
BODY { COLOR:#2e2e2e; padding:0;margin:0; font-size:16px; font-family:"微软雅黑","Arial"; background: url('../../images/zt13/xxgc_bg.jpg') no-repeat center top #fff8ee;}
A { OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium; TEXT-DECORATION: none; FONT-SIZE:16px; COLOR:#2e2e2e;}
A:hover { FONT-SIZE:16px; COLOR: #FF0000; TEXT-DECORATION: none;}
img {border:0}
ul,li,dd,dt { list-style:none;}
h1, h2, h3, h4, h5, h6, form, div, p, i, img, ul, li, ol, table, tr, td,th, fieldset, label, legend,button,input { margin:0;padding:0;}

/* CSS 头部 */
#topbg { width: 100%; height: 35px; background: url(../../images/zt13/topbg.jpg) repeat-x; font-size: 14px; color: #666;}
.m { width: 1200px; margin:0 auto; }
.clear { clear:both; }
#zhuban { width: 500px; height: 35px; margin: 0; padding: 0 ; float: left}
#zhuban ul{ width: 500px; height: 35px; margin: 0; padding: 0 }
#zhuban li{ width: 250px; height: 35px; line-height: 35px; float: left;font-size: 14px;}
#zhuban li img { width:20px; height: 20px; float: left; padding-right:5px; padding-top: 5px; }

#kehuduan {width: 260px; height: 35px; margin: 0; padding: 0 ; float: right}
#kehuduan ul{width: 260px; height: 35px; margin: 0; padding: 0 ; }
#kehuduan li{width:auto; height: 35px; line-height: 35px; margin: 0; padding:0 10px; float: left;font-size: 14px;}
#kehuduan li a{font-size: 14px;color: #666;}
#kehuduan li img{ margin: 0 10px }
#sj_code,#wb_code,#wx_code{ display: none ; float: right; margin:40px auto auto auto; z-index: 999; position: absolute; right:25%}

.index-bg{
     width: 1300px;
     height: auto;
     overflow: hidden;
     padding: 40px;
     box-sizing: border-box;
     margin: 260px auto 40px auto;
     background: #fff;
     border-radius: 8px;
}

/* 幻灯片新闻css */
.slideBox {
    width: 100%px;
    height: 660px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    margin: 0 auto;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd li span {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-indent: 2em;
}

.slideBox .bd img {
    width: 100%;
    height: 660px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../../images/zt13/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.index-more{
    width: 300px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #cccbcb;
    margin: 20px auto;
}
.index-more a{
   line-height: 45px;
   font-size: 24px;
   text-align: center;
}

.index-title{
     width: 100%;
     height: 89px;
     line-height: 109px;
     font-size: 32px;
     color: #F8D26F;
     font-weight: bold;
     background: url('../../images/zt13/xxgc_title.png') no-repeat left center;
     float: left;
     text-indent: 120px;
   letter-spacing: 30px;
}

.index-title span{
    float: right;
    font-size: 14px;
    color: #fff;
    margin-right: 30px;
    font-weight: normal;
       letter-spacing:normal
}
.index-title span a{
    font-size: 14px;
    color: #fff;

}

.index-title span a:hover{
    font-size: 14px;
    color: #F8D26F;
}

.index_news{
    width: 100%;
    height: auto;
    line-height: 40px;
    overflow: hidden;
    margin:10px auto;
}
.index_news a{
    font-size: 18px;
    position: relative;
    padding-left: 15px;
}
.index_news a::before{
   width: 5px;
   height: 5px;
   position: absolute;
   left: 0;
   top: 22%;
   transform: translateY(22%);
   background: #ce0017;
   content: '';
   border-radius: 50%;
}

.row2{
     width: 1300px;
     height: auto;
     margin: 20px auto;
     display: flex;
     justify-content: space-between;
     flex-wrap: nowrap;
}
.row2_side{
    width: 630px;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
}

.row3{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}
.row3 img{
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
}
.row3 p{
    width: 100%;
    line-height: 35px;
    height: 35px;
    text-align: center;
}

#banquan {
    width: 100%;
    height: 120px;
    background: #d00202;
    float: left;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.clear{
    clear: both;
}

/*列表*/
#mbx {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../../images/zt13/home.png) no-repeat left;
    text-indent: 25px;
    font-size: 14px;
    float: left;
    margin-top: 20px;
    border-bottom: 1px dotted #ddd;
}

#mbx a {
    font-size: 14px
}


#pages {
    padding: 30px 0;
    text-align: center;
    font: 12px '微软雅黑';
}

#pages a {
    display: inline-block;
    padding: 0px 8px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #d00202;
    text-align: center;
    color: #333
}

#pages a.a1 {
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    margin-top: 0px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    padding: 0px 8px;
    height: 22px;
    line-height: 22px;
    background: #d00202;
    border: 1px solid #d00202;
    color: #fff;
    text-align: center;
}

.pagee .noPage {
    display: inline-block;
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #d00202;
}