@charset "UTF-8";

a:hover {
    color: #da251e;
}
.cc{background-image: url(../images/bjys20250819-001.jpg) ;
background-repeat: no-repeat;
background-size: 100% 100%;}
.hd-container {
    width: 1200px;
    margin: -20px auto 0;
    position: relative;
    z-index: 3;

}

body {
}

.ztheader {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position:relative;
}

.ztheader .img{
    display:block;
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

.ztheader .logo{
    display: block;
    position:absolute;
    top: 5%;
    left: calc((100% - 1200px)/2);
}

.ztheader .logo img{
    display: block;
   width:auto;
    height:90px;
}

.hd-home-main {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

}

.home-roll1 {
    width: 630px;
    height: 400px
}

.home-roll1 .banner-tools {
    height: 60px
}

.home-roll1 .banner-text p {
    height: 60px;
    line-height: 60px
}

.home-news-sec1 {
    width: 495px
}

.home-news-sec1 .ct1 {
    height: 111px;
    border-bottom: 1px dashed #7f7f7f;
    overflow: hidden
}

.home-news-sec1 .ct1 .title {
    padding: 0 5px;
    line-height: 46px;
    font-weight: bold;
    font-size: 24px;
    color: #f83434;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.home-news-sec1 .ct1 .title a {
    color: #f83434
}

.home-news-sec1 .ct1 .txt {
    padding-top: 5px;
    color: #999;
    text-indent: 2em;
    line-height: 24px
}

.hd-more1 {
    color: #999
}

.hd-more1 span {
    color: #f83434
}

.home-news-sec1 .m-news-list1 {
    height: 280px;
    padding-top: 10px;
    padding-left: 3px;
    overflow: hidden
}

.home-sec2 {
    height: 480px;
    background: url(../images/hd_home_bg2.jpg) no-repeat center
}

.home-sec2 .title {
    padding-top: 36px;
    padding-bottom: 15px;
    line-height: 42px;
    text-align: center;
    font-size: 32px;
    color: #333;
    font-weight: bold
}

.home-sec2 .content {
    padding-left: 60px;
    padding-right: 50px
}

.home-sec2 .content p {
    font-size: 15px;
    line-height: 40px
}

.home-sec3 .sec {
    width: calc(50% - 10px);
    overflow: hidden
}

.m-headtt .title.icon1 {
    padding-left: 31px;
    background: url(../images/hd_home_icon3-red.png) no-repeat left center
}

.home-sec3 .sec .m-news-list2 {
    padding-top: 10px;
}

.home-sec4 .content {
    padding-top: 20px;
    padding-bottom: 10px
}

.hd-date1 {
    padding-left: 20px;
    color: #999;
    font-size: 12px;
    background: url(../images/hd_home_date.jpg) no-repeat left center
}

.m-pictxt .hd-date1 {
    margin-top: 12px;
    line-height: 12px
}

.home-sec4 .m-pictxt li.ml26 {
    margin-left: 26px
}

.hd-footer {
    padding: 30px 0;
}
.hd-footer p {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}


@media screen and (max-width:1220px) {
.m-news-list2 li {
    height: 38px;
    line-height: 38px;

}

    .ztheader {
        width: 100%
    }

    .hd-container {
        width: 100%;
    }

    .hd-home-main {
        width: 94%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    body {
    background-size:100% auto;
}

    .ztheader {
    height: calc(100vw/3*1);
   
}

    .ztheader .logo{
    left: 3%;
     width:35%;   
}
.ztheader .logo img {
    display: block;
    width: 100%;
    height: auto;
}
    
}

@media screen and (max-width:768px) {
.m-news-list2 li {
    height: 55px;
    line-height: 55px;

}
    .home-sec3 .sec {
        width: 100%;
    }

    .marginTop-20 {
        margin-top: 0px;
    }

        .hd-home-main {
        width: 96%;
        padding:15px;
    }

 .ztheader .logo{
    left: 2%;  
}
}

@media screen and (max-width:480px) {
 .hd-home-main {
            padding:10px;
    }
    .hd-footer p{
        font-size:14px;
        width:100%;
        padding:0 20px;
        box-sizing:border-box;
    }

    .hd-footer {
    padding: 30px 0 10px;
}
}