@media (min-width: 1300px){
.container {
    width: 1125px;
}
}


.container-fluid {
    /* padding: 0 8.33333333%; */
    max-width:1125px;
    margin:0 auto;
    width:100%;
}

@media (max-width: 768px) {
    body {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

.case_index {
    padding: 5px 0;
}

.f-contact{
  color:#ffffff;
  font-size: 14px;
  line-height: 2;
}
.f-contact .f-num{
  color:#fff;
  font-size: 32px;
  font-family: arial;
}

.x-footer {
  background: #F97103;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 2;
  border-top:1px solid rgba(255,255,255,.1);
}

.x-footer a {
  color: #fff;
  font-size: 14px;
}

.x-footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.x-copyright {
  margin: 5px 0;
}

.x-power {
  margin-top: 5px;
}





@media (max-width: 1024px) {
    .x-title {
        color: #333;
        font-size: 22px;
        line-height: 2;
        text-align: center;
    }
    .x-title p {
        color: #888;
        font-size: 16px;
        line-height: 1.5;
    }
    .honor h2 {
        color: #333;
        font-size: 20px;
        line-height: 1.5;
        position: relative;
        padding-left: 18px;
    }
    .honor h2:after {
        position: absolute;
        width: 6px;
        height: 20px;
        left: 0;
        top: 50%;
        margin-top: -9px;
        background: #053e95;
        content: "";
    }
    .link {
        display: none;
    }
}


@media (max-width: 992px) {
    .x-title {
        color: #333;
        font-size: 20px;
        line-height: 2;
        text-align: center;
    }
    .x-title p {
        color: #888;
        font-size: 14px;
        line-height: 1.5;
    }
    .honor h2 {
        color: #333;
        font-size: 16px;
        line-height: 1.5;
        position: relative;
        padding-left: 18px;
    }
    .honor h2:after {
        position: absolute;
        width: 6px;
        height: 20px;
        left: 0;
        top: 50%;
        margin-top: -11px;
        background: #053e95;
        content: "";
    }
}