.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a:focus {
    outline: none;
}

/*基层量化*/
.banner_tx {
    height: 600px;
    background: url(jclh.jpg) no-repeat center center;
}

.daoyu_box {
    padding: 50px 0;
}

.daoyu_box .dy_img {
    width: 70px;
    height: 194px;
    float: left;
}

.daoyu_box .dy_img img {
    width: 100%;
}

.daoyu_box .dy_txt {
    width: 1100px;
    font-size: 18px;
    line-height: 40px;
    min-height: 180px;
    background: url(dybg.png) no-repeat center center;
    float: right;
}

.daoyu_box .dy_txt {
    padding: 30px;
}

/* 文件 */
.item_box {
    padding-bottom: 70px;
}

.item_box .item_img {
    width: 600px;
    height: 480px;
    padding: 35px;
    float: left;
    overflow: hidden;
    background-size: 100%;
    background: url(wj.jpg) no-repeat top center;
}

.item_box .item_img span {
    font-size: 36px;
    text-align: center;
    line-height: 60px;
    display: block;
    color: #fff;
}

.item_box .item_img p {
    font-size: 16px;
    text-align: left;
    line-height: 40px;
    color: #fff;
    margin-top: 30px;
    text-indent: 32px;
}

.item_txt {
    width: 560px;
    float: right;
}

.item_txt h4 {
    font-size: 36px;
    font-weight: bold;
    color: #3e7bbe;
    line-height: 64px;
}

.item_list li:last-child {
    margin-bottom: 0;
}

.item_list li {
    width: 560px;
    box-sizing: border-box;
    height: 190px;
    background: url(wj_list.png) no-repeat center;
    padding: 15px 30px 15px 120px;
    margin-bottom: 30px;
    position: relative;
}
.item_list li i {
   position:absolute;
   width: 68px;
   height: 60px;
   display: block;
   left: 30px;
   top: 30px;
}
.item_list li i image {
   width: 100%;
 }
.item_list li a {
    color: #000;
    font-size: 20px;
    line-height: 50px;
    max-height: 150px;
    overflow: hidden;
    display: block;
}

/* 轮播 */
.zdlyxxgk_box {
    background: url(lbbg.jpg) no-repeat center;
    min-height: 490px
}
.zdlyxxgk_box h4{
    font-size: 36px;font-weight: bold;
    color: #3e7bbe;
    line-height: 100px;
}
/* 本例子css */
.slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 0px;
    z-index: 1;
    margin-right: -30px;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #e6e6e6;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #3176c4;
    color: #fff;
    width: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.xxgk_list dd {
    position: relative;
    width: 370px;
    height: 82px;
    margin: 15px;
    float: left;
    background: url(xxgk_li.jpg) no-repeat center;
}
.xxgk_list dd i{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
}
.xxgk_list dd i img{
  width: 100%;
}
.xxgk_list dd a {
    display: block;
    line-height: 82px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 70px 0 90px;
    color: #333;
}