@media (max-width: 960px) {
    .header {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 70px;
    }
    .header.hader-dark {
        padding-top: 0;
        height: 60px;
    }
    .header-logo {
        height: auto;
    }
    .header-logo img {
        height: 45px;
    }
    .header.hader-dark .header-logo img {
        height: 40px;
    }
    .header .header-nav-decoration {
        display: none;
    }
    .header-nav {
        display: none;
    }
    .header-logo {
        padding-left: 10px;
    }
    .header-right {}
    .header-right a span {
        display: none;
    }
    .header-right .header-phone {
        font-size: 30px;
    }
    .banner-item1-content {
        width: 80%;
        height: 160px;
        padding: 0;
    }
    .banner-item1-content h1 {
        font-size: 28px;
        text-align: center;
    }
    .banner-item1-content h3 {
        font-size: 21px;
        line-height: 30px;
        text-align: center;
    }
    .banner-item1-content p {
        font-size: 18px;
    }
    .banner-item1-decoration {
        width: 90%;
    }
    .banner-ctrl {
        display: none;
    }
    .banner-item2-content {
        width: 80%;
    }
    .banner-item2-content h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .banner-item2-content h3 {
        font-size: 22px;
    }
    .banner-item2-content p {
        font-size: 19px;
    }
    .banner-item3-content {
        width: 90%;
        right: 0;
        left: 0;
    }
    .banner-item3-content h1 {
        font-size: 25px;
    }
    .banner-item3-content h3 {
        font-size: 40px;
    }
    .banner-item3-content p {
        font-size: 15px;
    }
    .banner-item4-content {
        right: 0;
        left: 0;
        width: 90%;
    }
    .banner-item4-content h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-item4-content h3 {
        font-size: 30px;
    }
    .banner-item4-content p {
        font-size: 15px;
    }
    /* 业务 */
    .index-service-list {
        width: 100%;
        height: calc(100% - 90px);
    }
    .index-service-item {
        width: 50%;
        padding: 0;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .index-service-info {
        float: none;
        text-align: center;
    }
    .index-service-info h2 {
        font-size: 16px;
        white-space: nowrap;
    }
    .index-service-info p {
        display: none;
    }
    .index-title h1 {
        font-size: 30px;
    }
    .index-title h3 {
        font-size: 14px;
    }
    .product-content {
        width: 90%;
    }
    .product-item {
        width: 49%;
        max-width: 100%;
        margin: 0;
    }
    .product-item:hover .product-item-img::before {
        bottom: 100%;
    }
    .product-item:hover .product-item-info::before {
        top: 91px;
    }
    .product-item:hover .product-item-img i.iconfont {
        display: none;
    }
    .product-item:hover .product-item-info h3,
    .product-item:hover .product-item-info p {
        color: #333;
    }
    .product-item-info h3{
        white-space: nowrap;
        overflow: hidden;
    }
    .index-case {
        width: 100%;
        top: 150px;
    }
    .index-case-item .case-title {
        width: 90%;
    }
    .index-case-item .case-title h3 {
        font-size: 18px;
    }
    .case-description {
        width: 90%;
    }
    .case-go {
        width: 90%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
    }
    .case-go a {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .index-case-next,
    .index-case-prev {
        top: 15%;
    }
    .index-case-prev {
        left: 1%;
    }
    .index-case-next {
        right: 1%;
    }
    .partner-content {
        width: 90%;
        height: calc(100% - 90px);
        padding-top: 90px;
    }
    .swiper-container-partner {
        width: 100%;
        height: 100%;
    }
    .partner-item {
        width: 150px;
        height: 105px
    }
    .partner-item img {
        width: 100%;
        height: 100%;
    }
    .index-about {
        left: 10px;
        right: 10px;
        width: auto;
        top: 90px;
        bottom: 10px;
        height: auto;
    }
    .index-contact-content {
        flex-flow: column;
    }
    .index-contact-info {
        padding: 10px;
    }
    .index-contact-info h3 {
        font-size: 22px;
    }
    .index-contact-description {
        display: none;
    }
    .index-contact-title {
        display: none;
    }
    .route-content-info {
        width: 100%;
    }
    .route-content-info .route-img {
        background-image: url(../images/index-route-mobile.gif);
    }
}