.container{
    width: 1400px;
    margin: 0 auto;
}
.zt-header img{
    display: block;
    width: 100%;
}
.ml{
    margin-top: 15px;
    height: 80px;
    background: #FF883A;
    border-radius: 10px;
    text-align: center;
}
.ml a{
    font-size: 40px;
    line-height: 80px;
    color: #FFFFFF;
}
.title{
    margin-top: 40px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #BE1329;
}
.title img{
    vertical-align: middle;
}
.sub-title{
    font-size: 24px;
    font-weight: bold;
}
.sub-title a{
    padding-bottom: 20px;
    background: url('../images/sub-title-bg.png') center bottom no-repeat;
}
.sub-title a{
    color: #000000;
}
.ylfw-box{
    background-color: #f8f8f8;
}
.item-box{
    margin: 50px 0;
}
.item-box .half{
    width: 680px;
}
.item-box > .half > ul > li{
    line-height: 55px;
    position: relative;
    text-indent: 15px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    transition: all .4s;
}
.item-box > .half > ul > li:last-child{
    border-bottom: none;
}
.item-box > .half > ul > li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FF883A;
}
.item-box > .half > ul > li:hover{

}
.item-box > .half > ul > li > a{
    float: left;
    font-size: 16px;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}
.item-box > .half > ul > li > span{
    float: right;
    color: #949494;
}
.item-box > .half > ul > li > a:hover{
    color: #FF883A;
}
.ylfw-box li{
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}
.ylfw-box li a{
    display: block;
    padding: 40px 0 24px;
    font-size: 18px;
    color: #000;
}
.ylfw-box li a::after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 71px;
    background-color: #cdcdcd;
}
.ylfw-box li:last-child a::after{
    width: 0;
}
.ylfw-box li a img{
    padding-bottom: 15px;
}
.ylfw-box2 li{
    float: left;
    width: 335px;
    margin-top: 52px;
    margin-right: 20px;
}
.ylfw-box2 li img{
    display: block;
    width: 100%;
}
.ylfw-box2 li:last-child{
    margin-right: 0;
}
.ylfw-box3 li{
    float: left;
    width: 270px;
    margin-top: 52px;
    margin-right: 12px;
}
.ylfw-box3 li img{
    display: block;
    width: 100%;
}
.ylfw-box3 li:last-child{
    margin-right: 0;
}

@media (max-width: 768px){
    .container{
        width: 100%;
        padding: 0 15px;
    }
    .title img{
        display: block;
        width: 100%;
    }
    .item-box .half{
        width: 100%;
    }
    .item-box > .half > ul > li{
        line-height: 45px;
    }
    .item-box > .half > ul > li > a {
        float: none;
        display: inline;
        overflow: inherit;
        white-space: normal;
    }
    .item-box > .half > ul > li > span{
        float: none !important;
        display: inline !important;
    }
    .item-box > .half > ul > li::before {
        top: 22px;
    }
    .img-box > .half,.img-box .img-left,.img-box img,.text-right{
        width: 100%;
    }
    .half img{
        width: 100%;
    }
    .ylfw-box2 li,.ylfw-box3 li{
        width: 100%;
    }
}


