        /* 服务网络 start*/
        
        .network-container {
            width: 100%;
            padding: 30px 0 30px;
        }
        
        .service-container {
            background: #454444;
            margin: 0;
        }
        
        .service-title {
            width: 100%;
            line-height: 30px;
            font-size: 20px;
        }
        
        .service-item {
            width: 100%;
            line-height: 18px;
            font-size: 13px;
            color: #afafaf;
        }
        
        .map-container {
            padding: 0;
        }
        
        .headquater {
            text-align: center;
        }
        
        .headquaters-title {
            line-height: 24px;
            font-size: 18px;
            padding-top: 20px;
        }
        
        .headquater h3 {
            color: #a2aad1;
        }
        
        .headquater h4 {
            color: #a2aad1;
        }
        
        .service-ul {
            margin-top: 6%;
        }
        
        .service-text {
            text-align: left;
        }
        
        .service-contacts {
            width: 100%;
            line-height: 22px;
            font-size: 16px;
        }
        
        .online-service-item {
            width: 100%;
            padding: 12px 0 20px;
            border-bottom: 1px solid #e3e3e3;
        }
        
        .online-service-h4 {
            width: 100%;
            line-height: 22px;
            font-size: 16px;
        }
        
        @media (min-width: 1260px) {
            .service-title {
                line-height: 40px;
                font-size: 36px;
            }
        }
        
        @media (min-width: 768px) {
            .service-title {
                font-size: 24px;
            }
        }