.companyframe{display: none;}
.about_list_met_28_5 {
    padding: 100px 0 50px;
}
.about_list_met_28_5 .container {
    text-align: center;
}
.about_list_met_28_5 .head {
    text-align: center;
    margin-bottom: 30px;
}
.about_list_met_28_5 .head .title{color: #3f3f3f;}
.about_list_met_28_5 .xian {
    width: 20px;
    height: 2px;
    background: #000000;
    background: #db261b;
    margin: 10px auto;
}
.about_list_met_28_5 .head .subtitle {
    margin-top: 0;
    color: #999999;
}
.about_list_met_28_5 .mainbox {
    overflow: hidden;
    background: #ffffff;
}
.about_list_met_28_5 .about-content {
    text-align: left;
    overflow: hidden;
}
/*.about_list_met_28_5 .mainbox .desc {
    color: #3f3f3f;
    font-weight: bold;
    margin-top: 25px;
}*/
.about_list_met_28_5 .text {
    padding: 0;
    color: #999999;
    font-size: 13px;
    background: none;
    line-height: 28px;
    overflow: hidden;
}
.about_list_met_28_5 .more {
    display: inline-block;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    border: 1px solid;
    border-color: #db261b;
    margin-top: 20px;
    padding: 6px 20px;
    border-radius: 6px;
    color: #db261b;
}
.about_list_met_28_5 .more:hover{
    background-color: #db261b;
    color: #fff;
    transition: 0.5s all ease-out;
}
.about_list_met_28_5 .about-img img {
    width: 100%;
}
@media (min-width: 480px){
    .col-sm-12 {
        float: left;
        width: 100%;
    }
    .col-sm-12 {
        float: left;
        width: 100%;
    }
}
@media (min-width: 768px){
    .col-md-4 {
        float: left;
        width: 33.333333%;
    }
    .col-md-8 {
        float: left;
        width: 66.666667%;
    }
}
@media (min-width: 992px){
    .col-lg-4 {
        float: left;
        width: 33.333333%;
    }
    .col-lg-8 {
        float: left;
        width: 66.666667%;
    }
}
.yewuprotitle{
    background-color: #f5f5f5;
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 20px;
}
.yewuprotitle-d{
    max-width: 1200px;
    width: auto;
    margin: auto;
    padding-right: 0;
}
.yewuprotitle-dw {
    max-height: 100%;
    padding: 10px;
    max-width: 100%;
    overflow: hidden;
}
.bg-gray {
    background-color: #f5f5f5;
    padding: 40px 0 60px;
    margin: 0 0;
    overflow: hidden;
}
.custom-list{display: flex;flex-wrap: wrap;}
.custom-list li {
    float: left;
    border-width: 0 7px;
    border-style: solid;
    border-color: #f5f5f5;
    text-align: center;
    background-color: #fff;
    margin-bottom: 20px;
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    transition: .5s;
}
.bg-gray .info {
    padding: 10px;
    background-color: #EA3A01;
}
.info .line {
    display: inline-block;
    height: 3px;
    background-color: #fff;
    width: 86px;
    transition: .5s ease-in-out;
}
.info .tit {
    font-size: 20px;
    min-width: 86px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}
.info .desc {
    color: #7F7F7F;
    font-size: 14px;
}
.custom-list .pic {
    position: relative;
}
.fg {
    position: absolute;
    width: 100%;
    height: 59px;
    background-repeat: no-repeat;
    top: -1px;
    background-size: 100%;
}
.custom-list .pic > img {
    vertical-align: bottom;
    max-width: 100%;
}
.custom-list li:hover .line {
    width: 20px;
}
.about_list_met_28_5 .container{padding: 0;}
/*.Contacttitle{position: static;*/
    /*z-index: 0;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*padding-bottom: 20px;}*/
/*.Contacttitle-d{padding: 0;}*/
/*#map-container{margin-bottom: 80px;}*/
@media (max-width: 480px) {
    .custom-list{flex-direction: column;}
    .custom-list li{flex-direction: row-reverse;align-items:center}
}
.title .container{padding: 0;padding-bottom: 20px;}