
body{
	overflow-x: hidden;
}
.zt-content p{
	font-size: 16px;
	line-height: 2em;
	color: #333;
}
.zt-content h1,.zt-content h2,.zt-content h3,.zt-content h4,.zt-content h5,.zt-content h6{
	color: #1a1a1a;
	line-height: 1.5em;
}
.zt-content li{
	color: #333;
	line-height: 2em;
	font-size: 16px;
}
/*弹出框*/
#LRdiv1 p{
	font-size: 12px;
	line-height: 1.42857143;
}
/*弹出框 end*/
.zt-content{
	width: 1200px;
	margin: 0 auto;
}
.zt-padd{
    padding-top: 50px;
    padding-bottom: 50px;
}
.zttitbox h2{
    font-size: 34px;
    text-align: center;

}
.zttitbox{
    position: relative;
    margin-bottom: 30px;
}
.zttitbox:after{
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #dd1f2b;
    margin: 30px auto 20px ;
}
.huibg{
    background: #eee;
}
.processpic{
    width:40%;
}
.zt-content .sive{
    width: 8%;
}
.processtxt{
    width: 40%;
}
.processtxt h3{
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
}
.tong-right-wen{
    margin-top: 20px;
    font-size: 14px;
}
.tong-right-wen p{
    font-size: 14px;
    line-height: 1.5em;
}
.tong-right-wen h4 {
    margin: 10px 0;
}
.tong-right-wen h4 span{
    float: left;
    margin-right: 10px;
    color: #666;
}
.tong-right-wen h4 i{
    display: inline-block;
    background: #cbc9c9;
    padding: 2px 10px;
    border-radius: 7px;
    font-style: normal;
    font-weight: normal;

}
.processbox{
    padding: 30px 0;
    align-items: flex-start;
}
.procemain{
    z-index: 1;
    position: relative;
}
.procemain:after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #cbcbcb;
    left: 50%;
    z-index: -1;
    top: 0;
}
.oremain{
    width: 80%;
    margin: 40px auto;
}
.orepic{
    width: 30%;
    padding-right: 30px;
    position: relative;
}
.orepic:after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 65px;
    background: #cbcbcb;
    right: 0;
    top: 50%;
    margin-top: -32.5px;
}
.oretxt{
    width:65%;
    overflow: hidden;
}
.oretxt span{
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #1273ab;
    border-radius: 50%;
    color: #FFF;
    font-size: 22px;
}
.tong-sec3-wen{
    float: right;
    width: 88%;
}
.tong-sec3-wen h3{
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 15px;
}
.tong-sec3-wen p{
    color: #999;
}
.ztcase{
    background: url(../images/bg-tong.png) no-repeat center;
    background-size: cover;
}
.ztcaselist li{
    width: 31%;
}
.ztcaselist li p{
    text-align: center;
}
@media (max-width: 1000px) {
    .common-banner{
        width: 100%;
        height: 199.993px;
        overflow: hidden;
        position: relative;
    }
    .zt-content{
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .zt-padd{
        padding-top: 40px;
        padding-bottom: 40px;
        
    }
    .m-banner{
        width: 100%;
        margin-top: 57.314px;
        height: auto;
    }
    .m-banner img{
        width: 100%;
    }
    .zt-content img{
        width: 100%;
    }
    .common-banner img{
        height: 100%;
        width: auto;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .zttitbox h2{
        font-size: 26px;
        text-align: center;
    
    }
    .zttitbox{
        position: relative;
        margin-bottom: 30px;
    }
    .zttitbox:after{
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: #dd1f2b;
        margin: 20px auto 10px ;
    }
    .huibg{
        background: #eee;
    }
    .processpic{
        width:100%;
        margin-bottom: 30px;
    }
    .zt-content .sive{
        width: 10%;
    }
    .processtxt{
        width:85%;
    }
    .processtxt h3{
        font-size: 22px;
        font-weight: normal;
        display: inline-block;
    }
    .tong-right-wen{
        margin-top: 20px;
        font-size: 14px;
    }
    .tong-right-wen p{
        font-size: 14px;
        line-height: 1.5em;
    }
    .tong-right-wen h4 {
        margin: 10px 0;
    }
    .tong-right-wen h4 span{
        float: left;
        margin-right: 10px;
        color: #666;
    }
    .tong-right-wen h4 i{
        display: inline-block;
        background: #cbc9c9;
        padding: 2px 10px;
        border-radius: 7px;
        font-style: normal;
        font-weight: normal;
    
    }
    .processbox{
        padding: 20px 0;
        align-items: flex-start;
    }
    .procemain{
        z-index: 1;
        position: relative;
    }
    
    .oremain{
        width: 100%;
        margin: 30px auto;
    }
    .orepic{
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    
    .oretxt{
        width:100%;
        overflow: hidden;
    }
    .oretxt span{
        float: left;
        display: block;
        width:40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #1273ab;
        border-radius: 50%;
        color: #FFF;
        font-size: 18px;
    }
    .tong-sec3-wen{
        float: right;
        width: 85%;
    }
    .tong-sec3-wen h3{
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .tong-sec3-wen p{
        color: #999;
    }
    .ztcase{
        background: url(../images/bg-tong.png) no-repeat center;
        background-size: cover;
    }
    .ztcaselist li{
        width: 100%;
        margin-bottom: 30px;
    }
    .ztcaselist li p{
        text-align: center;
    }
    .procemain:after{
        display: none;
    }
    .processbox:nth-child(2n){
        flex-direction: row-reverse;
    }
}
@media (max-width: 500px) {
    .zt-banner {
      overflow: hidden;
      height: 150px;
      position: relative;
    }
    .zt-banner img {
      position: absolute;
      width: auto;
      left: 50%;
      height: 100%;
      transform: translateX(-50%);
    }
}
