

.djgz-banner .swiper-wrapper,
.djgz-banner .swiper-slide {
    height: auto ;
    max-height: 440px;
    min-height: 260px;
}

.djgz-banner .banner-slide>p {
    font-family: PingFang;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
}

.djgz-banner .banner-slide {
    height: 23vh;
}

.dj-rg {
    height: 100px;
    background-image: url(../images/djgz-bg-rg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dj-cont {
position:relative;
padding-top:100px;
    background-color: #F4F3F1;
    background-image: url('../images/djgz-cont-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.dj-title {
width:100%;
    position: absolute;
    left:0;
    top: -63px;
    z-index: 99;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.dj-title-list {
    height: 91px;
    background-color: #fff;
    position: absolute;
    top: 45px;
    width: 95%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.dj-title-list ul {
    height: 100%;
    align-items: center;
    display: flex;
    padding: 0 20px;
}

.dj-title-list ul>li a {
    display: block;
    cursor: pointer;
    position: relative;
    font-family: PingFang;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.dj-title-list ul>li:nth-child(2n) {
    margin: 0 2%;
}

.dj-title-list ul>li a::before {
    border-bottom: 3px solid #045C49;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.dj-title-list ul>li a:hover {
    color: #045C49;
    font-weight: bold;
}

.dj-title-list ul>li a:hover::before {
    content: '';
    display: block;
    width: 100%;
    /* border-bottom: 3px solid #045C49; */
    position: absolute;
    bottom: 0;
}

.dj-title-list .active {
    color: #045C49 !important;
    font-weight: bold !important;
}

.dj-title-list .active::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 3px solid #045C49;
    position: absolute;
    bottom: 0;
}

.dj-box ul li>a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;

    padding: 20px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.dj-box ul li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.dj-box ul li>a:hover {
    background: url('../images/djgz-active-bg.png') no-repeat;
    background-size: cover;
}

.dj-box ul li>a:hover::after {
    width: 100%;
    border-bottom: 3px solid #045C49;
}

.dj-box ul li>a:hover>.box-left,
.dj-box ul li>a:hover>.box-left>p {
    background-color: #045C49;
    color: #fff;
}

.dj-box ul li>a:hover>.box-right>p:first-child {
    color: #045C49;
    font-weight: bold;
}

.box-left {
    height: 100px;
    min-width: 65px;
    width: 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #959595;
}

.box-left>p {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-family: SourceHanSansCN;
    font-weight: 500;
    font-size: 48px;
    color: #666666;
    line-height: 36px;
}

.box-left>P:last-child {
    font-size: 12px;
    font-weight: 300;
}

.box-right {
    width: 70%;
}
.box-right+img{
width:100%;
height:100%;
  max-height:147px;
  max-width:237px;
}
.box-right>p {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 35px;
}

.box-right>p:last-child {
    font-weight: 400;
    font-size: 14px;
}

.pages {
    width: 60%;
    margin: auto;
}

.pages ul {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.pages ul a {
margin: 10px 0;
    display: block;
    width: 100px;
    height: 40px;
    text-align: center;
    border: 1px solid #B3B3B3;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 40px;
}

.pages ul a:hover {
    background-color: #045C49;
    color: #fff;
}



.pages ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
}

.hzfwu {
    flex-direction: column
}

.dj-title-list ul {
    flex-wrap: wrap;
}

.hzfwu>div>p:first-child {
    font-family: PingFang;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 20px;
}

.hzfwu>div>p:last-child {
    font-size: 16px;
    margin-bottom: 20px;
}

.hzfwu>div span {
    font-weight: bold;
}

.img {
    text-align: center;
}

.img>img {
    width: 80%;
}