@charset "utf-8";
.container{width: 1200px;margin: 0 auto;}
body{background: #FFF7ED url(../images/main_bg.png) no-repeat top center;}
img{max-width: 100%;}

.ztheader{padding: 20px 0 0;height: 490px;}
.ztheader,.ztheader *,.ztmain,.ztmain *{box-sizing: border-box;}
.ztheader .ztlogo img{height: 65px;}

.ztbox{padding: 40px 30px;background: #fff;border-radius: 20px;box-shadow: 0px 2px 10px  rgba(140, 1, 1, 0.25);}
.lmtit{width: 100%;height: 66px;line-height: 66px;background: url(../images/hddt_tit.png) no-repeat center center;}
.lmtit .more{float: right;color: #E44A22;}
.pic_list{margin-top: 40px;}
.pic_list li{float: left;width: 23%;margin: 0 1%;}
.pic_list li:hover a{color: #E44A22;}
.pic_list li img{width: 100%;height: 180px;}
.pic_list li p{text-align: center;line-height: 45px;overflow: hidden;padding: 0 20px;white-space: nowrap;text-overflow: ellipsis;box-shadow: 0px 2px 4px  rgba(148, 103, 67, 0.22);background: #fff;}

.bannerbox{margin-top: 40px;}
.ztbanner{width: 48.7%;height: 305px;overflow: hidden;position: relative;}
.ztbanner .swiper-slide img{height: 100%;display: block;margin: 0 auto;}
.ztbanner .swiper-slide p{position: absolute;padding: 0 20% 0 20px;bottom: 0;width: 100%;height: 46px;line-height: 46px;color: #fff;background: rgba(0, 0, 0, .5);}
.ztbanner .swiper-slide p{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ztbanner .swiper-pagination{left: auto;right: 20px;width: auto;bottom: 13px;}
.ztbanner .swiper-pagination .swiper-pagination-bullet,.ztbanner .swiper-pagination .swiper-pagination-bullet-active{background: #fff;}

.ztlist{width: 48.7%;}
.ztlist li{position: relative;padding: 20px 0;padding-left: 20px;;font-size: 18px;line-height: 24px;border-bottom: 1px dashed #ccc;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ztlist li:first-child{padding-top: 0;}
.ztlist li::before{position: absolute;content: '';width: 4px;height: 4px;background: #ccc;left: 0;top: 50%;transform: translateY(-50%);}
.ztlist li:first-child::before{top: 12px;transform: translateY(0);}
.ztlist li span{float: right;margin-left: 20px;color: #999;}
.ztlist li:hover span,.ztlist li:hover a{color: #E44A22;}
.ztlist li:hover::before{background: #E44A22;}

.bmrkbox{margin: 40px auto;}
.qcfcbox .lmtit{background-image: url(../images/qcfc_tit.png);}
.spzbbox{margin: 40px auto;}
.spzbbox .lmtit{background-image: url(../images/dspzb_tit.png);}
/* 响应式 */
@media (max-width:1200px) {
    .container{width: 100%;padding: 0 10px;}
    body{background-size: 180%;}
    .ztheader{padding-top: 10px;height: 170px;}
    .ztheader .ztlogo img{height: 40px;}
    .lmtit{background-size: 170%;height: 46px;line-height: 46px;}
    .ztbox{padding: 10px;}
    .bannerbox{margin-top: 15px;}
    .ztbanner{width: 100%;height: 55vw;}
    .ztlist{margin-top: 15px;width: 100%;}
    .ztlist li{padding: 15px 0 15px 20px;font-size: 16px;}
    .bmrkbox,.spzbbox{margin: 15px auto;}
    .pic_list{margin-top: 15px;}
    .pic_list li{width: 100%;margin: 10px auto;}
}