.banner{
    position: relative;
    z-index: 0;
}


/*一级标题*/
.title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px !important;
}
.title h4{
    line-height: 36px;
    font-size: 30px;
    color: #dd6522;
    font-weight: bold;
    display: inline-block;
}
.title a{
    font-size: 16px;
    line-height: 36px;
}


.one{
    padding: 100px 0 80px 0;
}
.one .more{
    display: block;
    width: 186px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    margin-top: 60px;
    border: 1px solid #a0a0a0;
}




.two{
    height: 478px;
    background: url("../images/index/t_bg.jpg")no-repeat;
   padding-top: 54px;
}
.two .text{
    overflow: hidden;
    width: 66%;
}
.two .text a{
    display: block;
    width: 93px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    
    float: left;
    margin-right: 6px;
    margin-bottom: 10px;
}
.two .text a:hover{
    background-color: #dd6522;
    
    color: #ffffff;
}

.two .more{
    display: block;
    width: 142px;
    line-height: 36px;
    text-align: center;
    color: #f1ebdf;
    font-size: 16px;
    background: url("../images/index/t_0.png")no-repeat;
    margin-top: 30px;
}


.three{
    padding: 65px 0;
}

.three ul li{
    width: 368px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.three ul li .img{
    height: 175px;
    overflow: hidden;
}
.three ul li .img img{
    height: 100%;
}

.three ul li h4{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.three ul li p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    color: #999999;
}

.four{
    background:#f7ebd9;
}
.four ul li{
    min-width: 133px;
    height: 107px;
    margin-top: 12px;
    text-align: center;
    background: url("../images/frame/xs_bg.png")no-repeat center;
    align-items: center;
    -webkit-align-items: center;
    display: grid;
}
.four ul li a{
    font-size: 16px;
    font-weight: bold;
}

@media screen and ( max-width: 1200px ) {
    .banner{

    }


    /*一级标题*/
    .title{
        margin-bottom: 10px;
    }
    .title h4{
        font-size: 20px;
    }
    .title a{
        font-size: 14px;
    }


    .one{
        padding: 20px 10px;
    }
    .one .text{
        font-size: 14px;
        line-height: 24px;
    }
    .one .more{
        width: 120px;
        line-height: 30px;
        margin-top: 20px;
        font-size: 14px;
    }




    .two{
        height: auto;
        padding: 20px 10px;
        background-size: auto 100%;
    }
    .two .text{
        width: 100%;
    }
    .two .text a{

        width: 20%;
        line-height: 34px;
        font-size: 14px;
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .two .text a:hover{

    }

    .two .more{
        width: 120px;
        line-height: 32px;
        font-size: 14px;
        margin-top: 10px;
        background-size: 120px auto;
    }


    .three{
        padding: 20px 10px;
    }
    .three ul li{
        width: 100%;
        padding-bottom: 15px;
    }
    .three ul li .img{
        height: auto;
    }
    .three ul li .img img{

    }

    .three ul li h4{
        font-size: 16px;
        margin: 10px 0;
        line-height: 26px;
        height: 52px;
    }

    .three ul li p{
        line-height: 26px;
        height: 52px;
    }

    .four{
        padding: 8px 10px 20px 10px;
    }
    .four ul li{
        width: 48%;
        display: grid;
        align-items: center;
        line-height: inherit;
        height: 107px;
        text-align: center;
        background-size: 70% auto;
    }
    .four ul li a{

    }

}