<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zt-banner img{
    width: 100%;
}
.huibg{
    background: #f1f0f0;
}
.ztirontop p{
    text-align: center;
}
.ztirontop h3{
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
}
.ztironlist{
    text-align: center;
    margin-top: 30px;
}
.ztironlist li{
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #dd1f2b;
    padding: 0 25px;
    margin: 0 10px;
}
.ztironlist li a{
    color: #FFF;
    display: block;
}
.ztironlist li:hover{
    opacity: .9;
}
.zt-titbox{
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.zt-titbox:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 10px;
    z-index: -1;
    top: 67px;
}
.zt-titcon{
    display: inline-block;
    max-width: 46%;
}
.zt-titbox h2{
    font-weight: bold;
    margin-bottom: 10px;
    border: 2px solid #333;
    text-align: center;
    border-bottom: 0px;
    font-size: 30px;
    padding:10px 30px;
    padding-bottom: 0;
}
.zt-titbox p{
    display: block;
    text-align: center;
    line-height: 30px;
    border: 2px solid #333;
    border-top-color: #FFF;
    padding-bottom: 15px;
}
.zt-titbox p span{
    background-color: #dcdcdc;
    border-radius: 5px;
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
}
.tit_list{
    margin-bottom: 30px;
}
.tit_list h3{
    display: inline-block;
    background: #dd1f2b;
    font-size: 24px;
    color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    position: relative;
}
.tit_list h3:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 15px;
    border-color: transparent transparent transparent #dd1f2b;
    position: absolute;
    top: 0;
    right: -15px;
}
.ztprolist{
    margin-bottom: 50px;
}
.ztprolist li{
    width: 18%;
    background: #828282;
}
.ztprolist li h4{
    text-align: center;
    padding: 10px 0;
    color: #FFF;
    font-weight: normal;
}
.ztprolist li:hover{
    background:#bebebe;
}
.ztprolist li:hover h4{
    color: #dd1f2b;
}
.ztsolupic{
    width:35%;
}
.ztsolutxt{
    width: 60%;
}
.ztsolutxt h3{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
.ztsolutxt span{
    color: #dd1f2b;
}
.ztsolutxt h4{
    margin-top: 30px;
    margin-bottom: 10px;
}
.ztsolutxt p{
    font-size: 15px;
}
.ztxhys li{
    width:46.5% ;
}
.ztxhys li h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ztcasebox h3{
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
}
.ztcaselist li{
    overflow: hidden;
    margin-bottom: 15px;
}
.ztcaselist span{
    float: left;
    display: block;
    font-size: 15px;
    font-weight: bold;
    width: 8%;
}
.ztcaselist li div{
    float: left;
    width: 92%;
}
.zttablebox table{
    width: 100%;
    border-collapse:collapse;
    border: 1px solid #ddd;
    border-right: 0 none;
}
.zttablebox td{
    border-right:  1px solid #ddd;
    text-align: center;
    padding: 8px 5px;
    line-height: 1.3em;
}
.zttablebox tr{
    border-bottom:  1px solid #ddd;
}
.zttablebox tr:nth-child(2n+1){
    background:#f1f1f1;
}

.ztxhys3{
    align-items: flex-start;
}
.ztxhys3 li{
    width: 31%;
}
@media (max-width: 1000px){
	.zt-banner{
		height: 130px;
		position: relative;
		overflow: hidden;
	}
	.zt-banner img{
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
    .ztirontop h3{
        font-size: 22px;
        font-weight: bold;
    }
    .ztironlist li{
        margin: 5px 0;
    }
    .ztironlist{
        margin-top: 10px;
    }
    .zt-titbox:before{
        display: none;
    }
    .zt-titcon{
        max-width: none;
    }
    .zt-titbox h2{
        font-size: 24px;
        margin-bottom: 3px;
    }
    .zt-titbox p{
        padding-bottom: 5px;
    }
    .zt-titbox{
        margin-bottom: 30px;
    }
    .tit_list{
        margin-bottom: 20px;
    }
    .tit_list h3{
        font-size: 18px;
        line-height: 35px;
        height: 35px;
    }
    .tit_list h3:after{
        border-width: 35px 0 0 15px;
    }
    .ztprolist li{
        width: 47%;
        margin-bottom: 20px;
    }
    .ztprolist{
        margin-bottom: 20px;
    }
    .ztsolupic{
        width: 100%;
    }
    .ztsolutxt{
        width: 100%;
        margin-top: 15px;
    }
    .ztsolutxt h3{
        font-size: 20px;
    }
    .ztsolutxt h4{
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .huibg  .ztsolutxt{
        margin-top: 0;
        margin-bottom: 15px;
    }
    .ztxhys li{
        width: 100%;
        margin-top: 20px;
    }
    .ztcasebox h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .ztcaselist span{
        float: none;
        width: 100%;
    }
    .ztcaselist li div{
        float: none;
        width: 100%;
    }
}</pre></body></html>