@charset "utf-8";
*{box-sizing: border-box;}
.elli-s{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.elli-m{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

body{background: url(../images/top_bg.png) no-repeat top center;}
.ztheader{padding: 25px 0 290px;}
.ztheader .ztlogo img {width: 300px;}
.ztheader .zttit {margin-top: 63px;}

.banner-box{margin-top: 50px;}
.banner-box .banner{width: 55%;}
.dsdt-banner{overflow: hidden;}
.dsdt-banner .swiper-slide a{display: block;position: relative;color: #fff;}
.dsdt-banner .swiper-slide img{display: block;width: 100%;height: 433px;}
.dsdt-banner .swiper-slide p{position: absolute;width: 100%;padding: 0 20px;left: 0;bottom: 0;background: rgba(0,0,0,.5);font-size: 18px;line-height: 45px;}
.dsdt-banner .swiper-pagination{width: auto;left: auto;right: 10px;}
.swiper-pagination-bullet{background: #fff;opacity: .4;}
.swiper-pagination-bullet-active{background: #fff;opacity: 1;}

.dt-list{width: 42%;}
.dt-list li + li{margin-top: 25px;padding-top: 25px;;border-top: 1px dashed #D4D4D4;}
.dt-list li h4{font-size: 20px;line-height: 32px;}
.dt-list li p{margin-top: 5px;font-size: 18px;color: #666;line-height: 34px;}
.mobile-more{display: none;}

.jxw-box{margin-top: 50px;padding: 95px 0 80px;background: url(../images/jxw_bg.png) no-repeat top center;}
.jxw-list{margin-top: 8px;}
.jxw-list .box{padding: 42px 40px 42px 0;;background: #fff;box-shadow: 0px 2px 10px  rgba(61, 161, 255, 0.17);}
.jxw-list .box .txt{width: 55%;}
.jxw-list li:nth-child(2n) .box .txt{width: 48%;}
.jxw-list .box .img{width: 45%;position: relative;height: 261px;}
.jxw-list li:nth-child(2n) .box .img{width: 52%;}
.jxw-list .box .img img{position: absolute;max-width: 80%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.jxw-list .box .txt h4{font-size: 18px;line-height: 30px;color: #333;}
.jxw-list .box .txt .memo{line-height: 30px;font-size: 14px;color: #6B6B6B;margin-top: 17px;}
.jxw-list .box .txt h4 span{position: relative;display: inline-block;padding-bottom: 18px;}
.jxw-list .box .txt h4 span::after{position: absolute;left:0;bottom: 0;content: '';width: 100%;height: 4px;border-radius: 20px;background: linear-gradient(90deg, rgba(0, 108, 209, 1) 0%, rgba(0, 108, 209, 0) 100%);}
.jxw-list .box .txt .more{float: right;margin-top: 14px;;width: 110px;height: 32px;line-height: 32px;text-align: center;color: #fff;background:#006CD1;}
.jxw-list .elli-m{-webkit-line-clamp: 5;}

@media (max-width:1200px) {
    body{background-size: 130%;}
    .ztheader{padding-bottom: 145px;}
    .ztheader .zttit{margin-top: 20px;}

    .dsdt-banner .swiper-slide img{height: 355px;}
    .dt-list li + li{margin-top: 10px;padding-top: 10px;}
    .jxw-box{margin-top: 35px;padding: 55px 0 50px;}
}

@media (max-width:992px) {
    .ztheader{padding-bottom: 80px;}

    .jxw-list .box{padding: 25px 15px 25px 0;}
}

@media (max-width:480px){
    body{background-size: 180%;}
    
    .ztheader .ztlogo img{width: 160px;}

    .lm-tit{overflow:hidden;height: 40px;}
    .lm-tit a{display:block;width:100%;line-height: 2;height:100%;}
    .lm-tit img{transform:scale(1.8);vertical-align: middle;}

    .banner-box{margin-top: 20px;}
    .banner-box .banner{width: 100%;}
    .dsdt-banner .swiper-slide img{height: 55vw;}
    
    .dsdt-banner .swiper-slide p{font-size: 14px;line-height: 30px;padding-left: 10px;padding-right: 30%;}
    .dt-list{width: 100%;margin-top: 20px;}
    .dt-list li h4{font-size: 16px;overflow: auto;white-space: normal;line-height: 26px;}
    .dt-list li p{font-size: 14px;line-height: 26px;}
    .jxw-box{margin-top: 20px;padding-top: 20px;background-size: 150%;}
    .mobile-more{display:block;float:right;margin-top:20px;color:#006CD1;}

    .jxw-list .box .txt h4{font-size: 16px;}
    .jxw-list .box .txt .memo{font-size: 12px;margin-top: 5px;}
    .jxw-list .box .txt h4 span{padding-bottom: 10px;}
    .jxw-list .box .txt .more{width: 80px;font-size: 12px;height: 26px;line-height: 26px;}
    .jxw-list .box{padding: 15px 15px 15px 0;}
    .jxw-list .box .img{height: 240px;}
}