@charset "UTF-8";

/*768*/

@media (max-width: 768px) {
    .header{
        margin-top: 10px;
    }
    .header .container .company-logo .logo{
        width: 120px;
    }
    .header .container .company-logo .logo img{
        width: 100%;
    }
    .header .container .company-logo{
        margin-bottom: 10px;
    }
    .header .container .tel-quick-nav .tel{
        margin-top: 10px;
        float: right;
        border-right: none;
        padding:0;
    }
    .header .container .tel-quick-nav .tel .iconfont{
        font-size: 30px;
    }
    .header .container .tel-quick-nav{
        width: 60%;
    }
    .header .container .tel-quick-nav .tel p{
        float: right;
    }
    .header .container .tel-quick-nav .tel p span{
        font-size: 16px;
    }
    .header .navigation,.header .navigation ul.navbar{
        height: auto;
    }
    .header .navigation ul.navbar{
        bottom: 0;
        text-align: center;
    }
    .header .navigation ul.navbar li.active a{
        padding:0 10px;
    }
    .header .navigation ul.navbar li{
        display: inline-block;
        float: inherit;
    }
    .banner{
        margin:0 0;
    }
    .business{
        padding:20px 0;
    }
    .index .subject h3{
        font-size: 30px;
    }
    .index .subject h5{
        font-size: 20px;
    }
    .business .content{
        margin-top: 20px;
    }
    .business .content .itme .display{
        margin:5% 10% 0;
    }
    .business .content .itme .display .number{
        font-size: 35px;
    }
    .business .content .itme .display p{
        margin-bottom: 20px;
    }
    .success-case{
        margin-top: 20px;
    }
    .success-case .tab{
        margin-top: 30px;
    }
    .success-case .tab .item span{
        display: none;
    }
    .success-case .tab .col-xs-12{
        border-bottom: 1px solid #d9d9d9;
    }
    .success-case .tab-content .tab-pane .content .case-list .item a.pic span{
        height: 100%;
        line-height: 150px;
    }
    .success-case .tab-content .tab-pane .content .case-list .item a.pic span .iconfont{
        position: absolute;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, -50%);
        line-height: 0;
    }
    .about-us{
        padding: 10px;
    }
    .about-us .row{
        margin-top: 20px;
    }
    .about-us .row .tab-content .tab-pane{
        height:auto;
        padding:20px;
    }
    .about-us .row .tab-content .tab-pane h1{
        font-size: 20px;
    }
    .about-us .row .tab-content .tab-pane .m-t40{
        margin-top: 20px;
        text-align: center;
    }
    .news-center,.news-center .news-list{
        margin-top: 20px;
    }
    .footer .container-fluid .menu{
        display: none;
    }
    .footer .container .row{
        padding-top: 20px;
    }
    .footer .container .row .qcode{
        float: left!important;
    }
    .footer .copyright{
        text-align: center;
    }
    .footer .copyright .pull-right{
        float: inherit!important;
    }
    .footer .container .row .tel-number{
        font-size: 30px;
    }
    .success-case .tab .row .col-md-2 a{
        width: 100%;
    }
    .success-case .tab-content .tab-pane .content .case-list .item a.pic span{
        min-height:0;
    }
    .banner .subject h1{
        font-size: 20px;
    }
    .banner .subject{
        left:10%;
    }
    .sub-page .page-content{
        margin:30px 0;
    }
    .sub-page .page-content .company-us .subject{
        margin-bottom: 20px;
    }
}