body {
    overflow-x: hidden;
    font-size: 16px;
    background: #f9f9f9 url(../images/bg.jpg) 50% 170px no-repeat;
}
.content{
    width:1200px;
    margin:0 auto;
}

.grid{
    padding:20px;
    background-color: #fff;
}
.content .row{
    margin-right: -10px;
    margin-left: -10px;
}
.content .row>.col, .content .row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.content .row .title{
    padding-bottom:15px;
    border-bottom: 1px solid #edeced;
}
.content .row .title>span{
    font-weight: bold;
    font-size: 20px;
    padding:0 15px;
    border-left:3px solid #f07f7f;
}
.content .row .title>span a{
    color:#afafaf;
    margin-right:10px;
    transition: all .3s;
}
.content .row .title>span a.current{
    color:#2b2b2b;
}
.pane{
    overflow-x: hidden;
}
.pane>div {
    animation-duration: .3s;
}

.content .row .title2{
    color:#2b2b2b;
    font-weight: bold;
    font-size: 20px;
}

.dh-ul{
    margin-left:-7.5px;
    margin-right:-7.5px;
    margin-top:7.5px;
    margin-bottom: 7.5px;
}
.dh-ul li{
    display: inline-block;
    width:149px;
    height:40px;
    line-height: 40px;
    background-color: #faf5f5;
    margin:7.5px;
    text-align: center;
    font-size: 14px;
}
.dh-ul2 li{
    margin:5px;
    width:113px;
    height:35px;
    line-height: 35px;
    font-size: 12px;
}
.dh-ul li:hover,.dh-ul li:hover a{
    color:#fff;
    background-color: #f08181;
}
.fw-list ul{
    width:100%;
}
.fw-list li{
    float:left;
    width:12.5%;
    margin:30px 0;
    text-align: center;
}
.fw-list li img{
    display: block;
    margin:0 auto 20px;
}

.h385{
    height:385px;
}
.tb-ul{
    margin:20px 0;
}
.tb-ul li{
    float:left;
    width:25%;
    text-align: center;
}
.tb-ul li i{
    display: block;
    width:60px;
    height:60px;
    margin:20px auto;
    background: url(../images/bm1.png) center no-repeat;
    background-size: 100%;
}
.tb-ul li:nth-child(2) i{
    background: url(../images/bm2.png) center no-repeat;
    background-size: 100%;
}
.tb-ul li:nth-child(3) i{
    background: url(../images/bm3.png) center no-repeat;
    background-size: 100%;
}

.tb-ul li:nth-child(4) i{
    background: url(../images/bm4.png) center no-repeat;
    background-size: 100%;
}

.bm-img-a{
    display: inline-block;
    width:100%;
}
.bm-img-a img{
    width:100%;
}
@media (max-width: 1200px){

    .content{
        width: 100%;
    }

}

@media (max-width: 996px){

    .content{
        width: 100%;
    }
    .dh-ul2 li {
        width: 110px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}

@media (max-width: 991px){

    .content{
        width: 100%;
    }

    .h385{
        height:auto;
    }
}
@media (max-width: 768px){

    .content{
        width: 100%;
    }
}

@media (max-width: 500px){

    .content{
        width: 100%;
    }
    .fw-list li {
        float: left;
        width: 25%;
        margin: 20px 0;
        text-align: center;
    }
    .dh-ul{
        text-align: center;
    }
}