.zttiepic{
    width: 35%;
}
.zttiepic img{
    width: 100%;
}
.zttietxt{
    width: 65%;
}
.zttiebox {
    background: #f5f5f5;
}
.zttietxt p{
    width: 78%;
    margin-left: 4%;
    color: #666;
    line-height: 1.7em;
}
.zttitbox{
    margin-bottom: 30px;
}
.zttitbox h2{
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}
.zttitbox i{
    width: 196px;
    height: 1px;
    background: #666;
    display: block;
    position: relative;
    margin: 20px auto;
}
.zttitbox i:before{
    content: '';
    width: 80px;
    height: 3px;
    background: #123f7f;
    display: block;
    margin: 0 auto;
    position: absolute;
    top:-1px;
    left: 50%;
    margin-left: -40px;
}
.ztsolupic{
    width: 40%;
}
.ztsolutxt{
    width: 57%;
}
.ztsolutxt li{
    background: #f5f5f5;
    margin-bottom: 20px;
    align-items: normal;
    min-height: 60px;
}
.ztsoluleft{
    width:77%;
    box-sizing: border-box;
    padding: 15px;
}
.ztsoluleft p{
    font-size: 14px;
    color: #666;
}
.ztsoluright{
    width: 23%;
    background: #123f7f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ztsoluright h4{
    color: #FFF;
    text-align: center;
    font-weight: normal;
}
.zt-ctk {
    align-items: normal;
}
.zt-ctk li{
    width: 31%;
}
.zt-ctk li h3{
    font-size: 18px;
    color: #666;
    font-weight: bold;
    background: #f7f7f7;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
}
.tieitem{
    border: 1px solid #c5c1c1;
}
.tieitem p{
    margin-top: 15px;
    padding: 0 15px;
    font-size: 15px;
    color: #666;
    line-height: 2em;
    min-height: 16em;
}
.ztthtktxt{
    width: 54%;
}
.ztthtktxt p{
    font-size: 15px;
}
.ztthtkpic{
    width: 42%;
}
.ztthtktxt h3{
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}
.zthrkbox{
    background: url(/static/dynamic/iron-ore/images/tie-bg.png) no-repeat center;
    background-size: cover;
}
.zthrkbox .zttitbox h2{
    color: #FFF;
}
.zthrkbox .zttitbox i{
    background: #FFF;
}
.zthrkbox .zttitbox i:before{
    content: '';
    background: #FFF;
}

.zthrktxt p{
    color: #FFF;
}
.ztcasepic{
    width: 35%;
}
.ztcasetxt{
    width: 60%;
}
.zt-case{
    background: #f5f5f5;
    padding: 40px 28px;
}
.ztcasetxt h3{
    font-size:18px;
}
.ztcasetxt h4{
    color: #123f7f;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.ztcasetxt p{
    font-size: 15px;
}
.ztcasetxt ul{
    margin-top: 20px;
}
.ztcasetxt li{
    width: 15%;
}
.ztcasetxt li p{
    text-align: center;
    font-size: 14px;

}
.ztcasetxt li:hover p{
    color: #123f7f;
}
.zt-case{
    display: none;
}
.zt-case:first-child{
    display: block;
}
.zt-casetab{
    margin-top: 40px;
}
.zt-casetab li{
    width: 31%;
}
.zt-casetab li h4{
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
}
.zt-casetab li.ztcasetabact img{
    opacity: 0.6;
   
}
.zt-casetab li.ztcasetabact .zt-casetabpic{
    background: #000;
}
.zt-casetab li.ztcasetabact h4{
    color: #123f7f;
}
.ztzizhi li{
    width: 31%;
    border: 1px solid #999999;
    padding: 60px 20px;
}
.ztzizhi{
    align-items: normal;
}
.ztzizhi li img{
    width: auto;
    display: block;
    margin: 0 auto;
}
.ztzizhi li h3{
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}
.ztzizhi li p{
    font-size: 15px;
    color: #4c4c4c;
    line-height: 1.8em;
}

@media (max-width: 1000px){
    .zttiepic{
        width: 100%;
    }
    .zttietxt{
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }
    .zttietxt p{
        width: 100%;
        font-size: 15px;
        margin: 0;
    }
    .zttitbox h2{
        font-size: 26px;
    }
    .ztsolupic{
        width: 100%;
    }
    .ztsolutxt{
        width: 100%;
        margin-top: 30px;
    }
    .ztsolutxt li{
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .zt-ctk li{
        width: 100%;
        margin-bottom: 20px;
    }
    .tieitem p{
        min-height: auto;
        margin-top:0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contact{
        margin-top: 0;
        margin-bottom: 0;
    }
    .ztthtktxt{
        width: 100%;
    }
    .ztthtkpic{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .zt-case{
        padding: 20px;
    }
    .ztcasepic{
        width: 100%;
    }
    .ztcasetxt{
        width: 100%;
        margin-top: 20px;
    }
    .ztcasetxt h3{
        font-weight: bold;
    }
    .ztcasetxt li{
        width: 48%;
    }
    .zt-casetab{
        margin-top: 20px;
        align-items: flex-start;
    }
    .ztzizhi li{
        width: 100%;
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    .ztzizhi li h3{
        font-weight: bold;
    }
}