* {
    margin: 0px;
    padding: 0px;
}


.clearbox {
    clear: both;
}

.wrapper {
    width: 1200px;
    margin: 0 auto
}

/* 头部 */
.bgc {
    background: url(../img/bgc.jpg) no-repeat top center;
    min-height: 1590px;
    background-size: cover;
    position: relative;
}

.logoimg {
    position: absolute;
    top: 34px;
    margin-left: 10px;
}

.title {
    position: absolute;
    top: 134px;
    margin-left: 251px
}

/* 法律法规开始 */
.colorStyle {
    background-color: #ffd732;
    height: 30px;
    margin-top: 40px;
    position: absolute;
    top: 40%;
    width: 1150px;
    margin-left: 42px;

}

.law {
    background-color: #ffffff;
    position: absolute;
    top: 44%;
    width: 1200px;
    padding: 0 20px
}

.law_content {
    margin: 30px auto;
    text-align: center;
}

.law1 {
    position: absolute;
    top: 76%;
    margin-left: 10px;
    width: 1200px;
}

.law_list {
    margin-top: 30px;
}

.law_list ul li {
    list-style: none;
    float: left;
    width: 45%;
    border: 1px solid #d1cece;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 26px;
    margin-right: 34px;
    height: 94px;
}

.law_list ul li:nth-child(2) {
    margin-right: 0
}

.law_list ul li:nth-child(4) {
    margin-right: 0
}

.law_list ul li h4 {
    margin-bottom: 20px;
}

.law_list ul li p {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.law_list ul li h4:hover {
    color: #e04744;
    cursor: pointer;
}

.law .moreLit,
.law1 .moreLit {
    margin: 0 auto;
    text-align: center;
    margin-right: 16px;

}

.law .moreLit a,
.law1 .moreLit a {
    display: inline-block;
    background-color: #ecf4fd;
    color: #5ba1f5;
    padding: 10px 50px;
    cursor: pointer;
}

.law .moreLit a span,
.law1 .moreLit a span {
    display: inline-block;
    margin-left: 10px;
}

/* 轮播开始 */
.theme {
    height: 420px;
    margin: 0 auto;
    width: 100%;
    background-color: #ffeeee;
    margin-top: -390px;
}

/* .device7 {
    width: 100%;
    margin: 126px auto;

} */
.lunbo_box_l {
    width: 240px;
    height: 359px;
    position: relative;
    overflow: hidden;
    margin: 110px auto 0px;
    
  }

.rightBtn {
    background: url(../img/rbtn.png) no-repeat;
    right: 22px;
    left: auto;
    width: 82px !important;
    height: 46px !important;
}

.leftBtn {
    background: url(../img/lbtn.png) no-repeat;
    left: 22px;
    right: auto;
    width: 82px !important;
    height: 46px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.rightBtn,
.leftBtn {
    background-size: 36px 36px !important;
}


/* 响应手机端 */

@media screen and (max-width: 765px) {
    .wrapper {
        width: 100%;
    }

    .device7 {
        margin-top: 1300px;
    }

    .bgc {
        min-height: 500px;
    }

    .logoimg {
        top: 14px;
        margin-left: 10px;
    }

    .title {
        top: 79px;
        margin-left: 72px
    }

    .title img {
        width: 80%;
    }

    .logoimg img {
        width: 60%;
    }

    .law_tit {
        margin-left: 16px;
    }

    .law_tit img {
        width: 90%;
    }

    .law_list ul li {
        width: 80%;
        margin-left: 13px;
    }

    .law {
        width: 100%;
        padding:0;
    }

    .law1 {
        width: 100%;
        top: 210%;

    }
    .colorStyle{
      display: none;
    }

}