@charset "utf-8";
.hyflct {
    padding: 90px 0 118px;
    background-color: #f4f4f4;
}

.hyflct_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.dingwei{
    position: relative;
    display: block;
    top: -150px;
    height: 0;
    overflow: hidden;
}

.hyflct_item .hyflct_item_img {
    width: 50%;
    overflow: hidden;
}

.hyflct_item_img img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.hyflct_item_img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.hyflct_item_txt {
    background-color: #fff;
    width: 50%;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hyflct_item_txt_box {
    width: 100%;
}

.hyflct_itemtxt_boxtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hyflct_itemtxt_boxtitlei {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #ff7800;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.hyflct_itemtxt_boxtitlei i {
    font-size: 21px;
    color: #fff;
}

.hyflct_itemtxt_boxtitlezi {
    margin-left: 8px;
}

.hyflct_itemtxt_boxtitlezi b {
    font-size: 26px;
    font-weight: 600;
    color: #ff7800;
}

.hyflct_itemtxt_boxtitlezi span {
    font-size: 26px;
    color: #333333;
}

.hyflct_itemtxt_boxtitlep {
    margin-top: 18px;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 30px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.hyflct_itemtxt_boxtitlebq {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hyflct_itemtxt_boxtitlebq span {
    width: 24%;
    border: 1px solid #e5e5e5;
    color: #666666;
    text-align: center;
    font-size: 15px;
    padding: 7px 5px;
}

.hyflct_itemtxt_boxtitlemore {
    margin-top: 55px;
}

.hyflct_itemtxt_boxtitlemore a {
    color: #333;
    border-bottom: 1px solid #999;
    padding-bottom: 3px;
    font-size: 14px;
}

.hyflct_itemtxt_boxtitlemore a:hover {
    color: #ff7800;
}

.hyflct_item:nth-child(even) .hyflct_item_txt {
    order: -1;
    -webkit-order: -1;
    -ms-order: -1;
    -moz-order: -1;
    -webkit-order: -1;
}

@media screen and (max-width: 1200px) {
    .hyflct_item_txt {
        padding: 0 25px;
    }
    .hyflct_itemtxt_boxtitlep {
        margin-top: 15px;
    }
    .hyflct_itemtxt_boxtitlep {
        margin-top: 10px;
        line-height: 25px;
    }
    .hyflct_itemtxt_boxtitlemore {
        margin-top: 30px;
    }
}

@media screen and (max-width: 992px) {
    .dingwei{
        top: 0px;
    }
    .hyflct {
        padding: 50px 0;
    }
    .hyflct_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .hyflct_item .hyflct_item_img {
        width: 100%;
    }
    .hyflct_item_txt {
        width: 100%;
    }
    .hyflct_item_txt {
        padding: 30px 15px;
    }
    .hyflct_item:nth-child(even) .hyflct_item_txt {
        order: 2;
        -webkit-order: 2;
        -ms-order: 2;
        -moz-order: 2;
        -webkit-order: 2;
    }
    .hyfl {
        padding: 50px 0 40px;
    }
    .hyflbox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hyflbox .hyflbox_item {
        flex: none;
        width: 33.33%;
        margin-bottom: 5px;
    }
    .hyflbox .hyflbox_item:nth-child(3n) {
        border-right: 0;
    }
    .hyflct_itemtxt_boxtitlemore a{
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .hyfl {
        padding: 40px 0 30px;
    }
    .hyflbox_itemt span {
        font-size: 15px;
        margin-left: 0;
    }
    .hyflbox_itemt i {
        font-size: 21px;
    }
    .hyflct .row {
        padding: 0 15px;
    }
    .hyflct_item_txt {
        font-size: 28px 10px;
    }
    .hyflct_itemtxt_boxtitlezi b {
        font-size: 20px;
    }
    .hyflct_itemtxt_boxtitlezi span {
        font-size: 20px;
    }
    .hyflct_itemtxt_boxtitlei {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .hyflct_itemtxt_boxtitlep {
        line-height: 20px;
        font-size: 12px;
    }
    .hyflct_itemtxt_boxtitlebq span {
        font-size: 12px;
    }
    .hyflct_itemtxt_boxtitlemore {
        margin-top: 25px;
    }
}

.foott {
    background-color: #fff;
}