/* pc端 */
.cont {
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 80px; position: relative;
}
.cont .wrap.l-m-c{z-index: 10;}
.cont_wrap {
    position: relative;
    padding: 260px 50px 240px 50px;
}
.cont_title {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 60px;
}
.cont_font {
    width: 51%;
    color: #ffffff;
    line-height: 30px;
}
.detail {
    width: 100%;
    margin-bottom: 74px;
}
.detail_title{
    width: 75px;
    height: 2.4em;
    border-bottom: 3px solid #fdb813;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 28px;
}
.detail_t_l {
    width: 61%;
    float: left;
}
.detail_t_r {
    width: 26%;
    float: right;
    margin-right: 4.8%;
}
.detail_b_l {
    width: 46.8%;
    float: left;
    margin-right: 4.2%;
}
.detail_b_r {
    width: 49%;
    float: left;
}
.list {
    width: 100%; padding-bottom: 5%;
    background-color: #f3f3f3;
}
.list_wrap {
    overflow: hidden;
}
.list_wrap li {
    width: 100%;
    margin-top: 78px;
    overflow: hidden;
    float: left;
}
.list_img {
    width: 46.8%;
    float: left;
    margin-right: 4%;
}
.list_font {
    width: 49.2%;
    float: right;
}
.list_font_title {
    font-weight: bold;
    width: 75px;
    height:1.8em;
    border-bottom:3px solid #fdb813;
    white-space: nowrap;
}
.list_font_cont {
    height: 250px;
    overflow: hidden;
    margin-top: 3em;
    line-height: 26px;
}
.list_font_cont p:nth-of-type(1) {
    margin-bottom: 20px;
}
.list_wrap li:nth-of-type(2n) .list_img {
    margin-right: 0;
}
.list_wrap li:nth-of-type(2n) .list_font {
    float: left;
    margin-right: 4%;
}
.process {
    width: 100%;
    background-color: #f3f3f3;
}
.process_wrap {
    overflow: hidden;
}
.process_title {
    background-color: #fdb813;
    text-align: center;
    display: inline-block;
    padding: 0 2%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 90px;
    line-height: 46px;
}
.process_figure {
    background-color: #999999;
    width: 80%;
    height: 316px;
}

/* ipad */
@media only screen and (max-width: 1024px) {
    .list_wrap li {
        margin-top: 40px;
    }
    .list_img {
        width: 100%;
        margin-top: 30px;
        margin-right: 0;
    }
    .list_font {
        width: 100%;
        margin-right: 0;
    }
    .list_font_cont{
        height: auto!important;
    }
}

/* 手机端 */
@media only screen and (max-width: 767px) {
    .cont {
        margin-bottom: 40px;
    }
    .cont_wrap {
        padding: 100px 0px 140px 0px;
    }
    .cont_title {
        margin-bottom: 40px;
        line-height: 36px;
    }
    .cont_font {
        width: 70%;
        line-height: 26px;
    }
    .detail_t_l {
        width: 100%;
    }
    .detail_t_r {
        width: 100%;
        margin-right: 0;
    }
    .detail_b_l {
        width: 100%;
        margin-right: 0;
    }
    .detail_b_r {
        width: 100%;
    }
    .list_img {
        margin-top: 20px;
    }
    .process_title {
        margin-top: 30px;
        width: 100%;
        line-height: 32px;
        text-align: left;
    }
    .list_wrap li {
        margin-top: 30px;
    }
    .list_font_cont{
        margin-top: 2em;
        height: 120px;
    }
}



