@charset "utf-8";
/* zjzl */
.div-title{
    width: 100%;
    height: 74px;
    background: url(../images/section_title_bg.png) no-repeat;
    background-position: 50%;
}
.div-title .div-title-con{
    width: 280px;
    height: 100%;
    margin: auto;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 27px;
    color: #000;
    line-height: 74px;
    text-align: center;
}



.catalog {
    position: relative;
    width: 100%;
    display: inline-block;
}

.catalog li {
    float: left;
    /* padding-top: 22px; */
    width: 19%;
    height: auto;
    text-align: center;
}

.catalog li i {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.catalog li img+img {
    display: none;
}

.catalog li span {
    display: block;
    margin-top: 5px;
    color: #000;
}





.lzgk_cont{
    width: 100%;
    display: inline-block;
}
.zjlz_left{
    width: 40%;
}

.zjlz_right{
    width: 55%;
}
.zjlz_right p{
    font-size: 16px;
    text-indent: 2em;
    line-height: 38px;
}

.tpmy{margin: 0 auto;}

.tpmy .con {
    width: 100%;
}

.big-img {
    width: 600px;
    height: 445px;
    overflow: hidden;
}

.big-img img {
    width: 600px;
    height: 100%;
}

.small-img {
    width: 580px;
}

.small-img ul {
    text-align: justify;
    text-align-last: justify;
}

.small-img li {
    display: inline-block;
    width: 280px;
    height: 210px;
    margin-bottom: 25px;
}


.small-img li img {
    width: 280px;
    height: 210px;
}

.tpmy .con a {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tpmy .con .mask {
    position: absolute;
    padding-top: 15%;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 30%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transition: all .5s;
}

.tpmy .con .mask span {
    position: relative;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    display: block;
}

.tpmy .con a:hover .mask {
    opacity: 1;
}




.yzgz{ width: 100%;}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideBox {
    width: 100%;
    height: 275px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 13px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 13px;
    z-index: 1;
}

.slideBox .hd ul {
    zoom: 1;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 8px;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    line-height: 14px;
    text-align: center;
    background: #95a3bf;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #fff;
    color: #fff;
}

.slideBox .bd li img {
    width: 100%;
    display: block;
}

.slideBox .bd li p {
    position: absolute;
    display: block;
    bottom: 0;
    width: 85%;
    padding-right: 15%;
    height: 40px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-indent: 1em;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -54px;
    display: block;
    width: 42px;
    height: 68px;
    background: url(../images/slide_btn.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 0;
    background: url(../images/slide_btn.png) -42px 0px no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}



.zjlz_list {
    width: 100%;
}
.news-section-2{margin-top: 20px;}
.zjlz_list  li {
    position: relative;
    padding-left: 20px;
    line-height: 51px;
    border-bottom: 1px solid #EEEEEE;
}
.article-list li::before {
    position: absolute;
    content: '';
    background: #CFCFCF;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0px;
    margin-top: -2px;
}

.ztswiper2{position: relative;overflow: hidden;}
.ztswiper2 p{background: #F7F7F7; font-size: 18px; padding: 15px;}
.zt-slide2.ztzlbox .swiper-slide{
   background: none;
   height: auto;
}
.zt-slide2.ztzlbox .swiper-slide img{
    width: auto;
    height: auto;
}



@media (max-width: 768px) {
    .catalog li{width: 30%; margin-bottom: 20px; margin-right: 10px;}
    .big-img{width: 100%;height: auto;}
    .big-img img{height: auto;}
    .lzgk_cont{margin-top: 10px;}
    .zjlz_left{width: 100%;}
    .zjlz_right{width: 100%;}
    .small-img{width: 100%; margin-top: 30px;}
    .small-img li{width: 100%;}
    .small-img li img{width: 100%;}
    .zjlz_list li{line-height: 35px;}
    .slideBox {
    height: auto;
}
}