@charset "utf-8";
.bmcstle {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.bmcstleb {
    margin-top: 20px;
    color: #666;
    line-height: 1;
}

.sqfw_ctitemi {
    font-size: 40px;
    color: #999;
}

.bmcsct {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}

.bmcsct_item {
    width: 32%;
    margin-right: 2%;
    padding: 30px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    background-color: #f5f5f5;
}

.bmcsct_item:nth-child(3n) {
    margin-right: 0;
}

.bmcsct_item:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    border-color: #ff7100;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.bmcsitem_s {
    font-size: 40px;
    color: #ff7100;
}

.bmcsitem_h {
    font-size: 36px;
    transition: all .4s;
}

.bmcsct_item:hover .bmcsitem_h {
    color: #ff7100;
}

.bmcsitem_p {
    height: 100px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.bmcsimg {
    margin-top: 50px;
}

.bmcsimg img {
    width: 100%;
}

@media screen and (max-width:1500px) {
    .bmcsitem_s {
        font-size: 36px;
    }
    .bmcsitem_h {
        font-size: 30px;
    }
    .bmcsitem_p {
        font-size: 12px;
        line-height: 22px;
    }
}

@media screen and (max-width:1200px) {
    .bmcsitem_s {
        font-size: 30px;
    }
    .bmcsitem_h {
        font-size: 28px;
    }
    .bmcsitem_p {
        height: 120px;
    }
}

@media screen and (max-width:992px) {
    .bmcsitem_s {
        font-size: 28px;
    }
    .bmcsitem_h {
        font-size: 22px;
    }
    .bmcsct_item {
        padding: 25px;
    }
    .bmcsitem_p {
        height: 160px;
    }
}

@media screen and (max-width:768px) {
    .bmcs .container {
        padding: 0 15px;
    }
    .bmcstleb {
        font-size: 12px;
        line-height: 1.2;
    }
    .bmcsct_item {
        width: 49%;
    }
    .bmcsct_item:nth-child(3n) {
        margin-right: 2%;
    }
    .bmcsct_item:nth-child(2n) {
        margin-right: 0;
    }
    .bmcsct_item {
        padding: 20px 10px;
    }
    .bmcsitem_s {
        font-size: 24px;
    }
    .bmcsitem_h {
        font-size: 18px;
    }
    .bmcsitem_p {
        height: 180px;
    }
}

.shfw,
.nyfwnr {
    position: relative;
}

#bmcs,
#scbz {
    position: absolute;
    left: 0;
    top: -100px;
}